html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #2B314B;
    text-shadow: none;
    color: #fff;
}
::selection {
    background: #2B314B;
    text-shadow: none;
    color: #fff;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
a:focus {
    outline: 0;
}
:focus {
    outline: 0;
}
input,
textarea {
    box-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #323232;
    font-family: "Roboto", serif;
}
h2 {
    font-size: 30px;
    line-height: 35px;
}
h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}
body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    overflow-x: hidden !important;
}
p {
    font-size: 16px;
    color: #444;
    font-weight: 400;
    line-height: 24px;
}
a {
    transition: 0.3s ease;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
figure {
    margin: 0;
}
iframe {
    border: 0 none;
}

.el-btn-regular {
    font-size: 14px;
    color: #fff;
    background: #2B314B;
    border: 2px solid #2B314B;
    text-transform: uppercase;
    padding: 13px 25px;
    border-radius: 3px;
    font-weight: 500 !important;
    transition: 0.3s ease !important;
    display: inline-block;
    margin: 8px 4px;
}
.el-btn-regular:hover {
    color: #ffffff;
    background: #ff9907;
    border-color: #ff9907;
}
.el-btn-green {
    font-size: 14px;
    color: #fff;
    background: orange;
    border: 2px solid orange;
    text-transform: uppercase;
    padding: 7px 15px;
    border-radius: 3px;
    font-weight: 500 !important;
    transition: 0.3s ease !important;
    display: inline-block;
}
.el-btn-green:hover {
    color: #2B314B;
    background: #fff;
    border-color: #fff;
}
.el-btn-medium {
    font-size: 15px;
    color: #fff;
    background: #2B314B;
    border: 2px solid #2B314B;
    text-transform: uppercase;
    padding: 20px 50px;
    border-radius: 3px;
    font-weight: 500 !important;
    transition: 0.3s ease !important;
}
.el-btn-medium:hover {
    color: #2B314B;
    background: #fff;
    border-color: #fff;
}
.slider-vplay-btn {
    display: inline-block;
    position: relative;
    top: 24px;
}
.slider-vplay-btn span {
    display: table-cell;
    vertical-align: middle;
}
.slider-vplay-btn span:first-child {
    width: 60px;
    height: 60px;
    background: #2B314B;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
    text-align: center !important;
}
.slider-vplay-btn span:last-child {
    padding-left: 15px;
    width: 120px;
    font-size: 20px;
    font-family: "Roboto", serif;
    color: #fff;
}
.kids-btn {
    background-image: url(../images/kindergarten/btn-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #b5d56a;
    border-radius: 0;
    color: #b5d56a;
    margin-top: 25px;
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    font-size: 20px;
}
.kids-btn:before {
    background: #e6e6e6;
    border: 2px solid #b5d56a;
    content: "";
    height: 100%;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: -1;
    transition: 0.3s ease;
}
.kids-btn:hover {
    color: #b5d56a;
}
.kids-btn:hover:before {
    left: 0;
    top: 0;
}
.kg-slider-btn {
    background: #b5d56a;
    border-color: #b5d56a;
}
.kg-slider-btn:hover {
    color: #b5d56a;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.topbar-header {
    padding-top: 12px!important;
    padding: 0 20px 5px 20px;
    background: #2B314B;
    position: sticky;
    top: 0;
    z-index: 99999;
}

.tp-left-list {
    text-align: left;
    color: #ffffff;
}

.tp-left-list a {
    font-size: 15px;
    color: #ffffff;
}

.top-ml {
    margin-left: 7px;
}

.tp-right-list {
    text-align: right;
    color: #ffffff;
}

.tp-right-list a {
    font-size: 15px;
    color: #ffffff;
}

.top-ml {
    margin-left: 7px;
}

header .header-top-dark {
    background: #2B314B;
    padding: 0 !important;
}
header .header-top-dark .header-top-left {
    padding-top: 10px;
    padding-bottom: 10px;
}
header .header-top-dark .header-top-right ul li a {
    color: #fff;
}
header .header-top-dark .header-top-right ul li a:hover {
    color: #2B314B;
}
header .header-top-dark .header-top-right ul li a.apply-btn {
    background: #ff9800;
    display: block;
    padding: 10px 25px;
    font-weight: 500;
}
header .header-top-dark .header-top-right ul li a.apply-btn:hover {
    background: #71b52d;
    color: #fff;
}
.slider-bottom-services {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    padding: 20px 0;
}
.slider-bottom-services .service-box .service-icon {
    display: table-cell;
    vertical-align: middle;
}
.slider-bottom-services .service-box .service-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.slider-bottom-services .service-box .service-info h3 {
    font-size: 20px;
    margin: 0 0 7px 0;
    color: #4c4c4c;
    transition: 0.3s ease;
}
.slider-bottom-services .service-box .service-info p {
    margin-bottom: 7px;
    color: #fff;
}
.slider-bottom-services .service-box .service-info a {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
}
.slider-bottom-services .service-box .service-info a i {
    display: inline-block;
    padding-left: 5px;
}
.slider-bottom-services .service-box .service-info:hover a,
.slider-bottom-services .service-box .service-info:hover h3 {
    color: #000;
}
.courses-main {
    padding: 100px 0 70px 0;
}
.courses-main .section-header-d {
    margin-bottom: 10px;
}
.courses-main .course-carousel-main .owl-stage-outer {
    padding: 30px 0;
}
.courses-main .course-carousel-main .online-course-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    overflow: hidden;
    transition: 0.3s ease;
}
.courses-main .course-carousel-main .online-course-single figure {
    position: relative;
}
.courses-main .course-carousel-main .online-course-single figure figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}
.courses-main .course-carousel-main .online-course-single figure figcaption ul {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.courses-main .course-carousel-main .online-course-single figure figcaption ul li {
    display: inline-block;
    margin-right: 25px;
}
.courses-main .course-carousel-main .online-course-single figure figcaption ul li:last-child {
    margin-right: 0;
}
.courses-main .course-carousel-main .online-course-single figure figcaption ul li a {
    font-size: 45px;
    color: #fff;
}
.courses-main .course-carousel-main .online-course-single figure figcaption ul li a:hover {
    color: #2B314B;
}
.courses-main .course-carousel-main .online-course-single .online-course-details {
    padding: 50px 20px 15px 20px;
    position: relative;
}
.courses-main .course-carousel-main .online-course-single .online-course-details p.price-tag {
    background: #2B314B;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: inline-block;
    font-size: 20px;
    left: 15%;
    padding: 10px 25px;
    position: absolute;
    text-align: center;
    top: -23px;
    width: 70%;
    text-transform: uppercase;
    font-weight: 500;
}
.courses-main .course-carousel-main .online-course-single .online-course-details p.price-tag:before {
    border-bottom: 22px solid transparent;
    border-right: 20px solid #2B314B;
    border-top: 22px solid transparent;
    content: "";
    height: 0;
    left: -20px;
    position: absolute;
    top: 0;
    width: 0;
}
.courses-main .course-carousel-main .online-course-single .online-course-details p.price-tag:after {
    border-bottom: 22px solid transparent;
    border-left: 20px solid #2B314B;
    border-top: 22px solid transparent;
    content: "";
    height: 0;
    right: -20px;
    position: absolute;
    top: 0;
    width: 0;
}
.courses-main .course-carousel-main .online-course-single .online-course-details h3 {
    margin: 0 0 20px 0;
    transition: 0.3s ease;
    text-transform: uppercase;
    font-weight: 600;
}
.courses-main .course-carousel-main .online-course-single .online-course-details ul.teacher-info {
    margin-bottom: 20px;
}
.courses-main .course-carousel-main .online-course-single .online-course-details ul.teacher-info li {
    display: table-cell;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 15px;
    color: #444;
}
.courses-main .course-carousel-main .online-course-single .online-course-details ul.teacher-info li:last-child {
    margin-right: 0;
    padding-left: 20px;
}
.courses-main .course-carousel-main .online-course-single .online-course-details ul.teacher-info li img {
    border: 2px solid transparent;
    transition: 0.3s ease;
}
.courses-main .course-carousel-main .online-course-single .online-course-details .course-excerpt {
    padding-bottom: 15px;
}
.courses-main .course-carousel-main .online-course-single .online-course-details .course-excerpt span {
    font-size: 13px;
    display: block;
    color: #444;
    padding-bottom: 5px;
}
.courses-main .course-carousel-main .online-course-single .online-course-details .course-excerpt span:last-child {
    padding-bottom: 0;
}
.courses-main .course-carousel-main .online-course-single .online-course-details .course-excerpt .col-sm-4 {
    position: relative;
}
.courses-main .course-carousel-main .online-course-single .online-course-details .course-excerpt .col-sm-4:before {
    background: rgba(0, 0, 0, 0.07);
    content: "";
    height: 35px;
    position: absolute;
    right: 5px;
    top: 0;
    width: 1px;
}
.courses-main .course-carousel-main .online-course-single .online-course-details .course-excerpt .col-sm-4:last-child:before {
    content: none;
}
.courses-main .course-carousel-main .online-course-single .online-course-details .course-excerpt-bottom ul {
    margin-bottom: 0;
    padding: 15px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.courses-main .course-carousel-main .online-course-single .online-course-details .course-excerpt-bottom ul li {
    display: inline-block;
    font-size: 18px;
    margin-right: 25px;
    color: #444;
}
.courses-main .course-carousel-main .online-course-single .online-course-details .course-excerpt-bottom ul li:last-child {
    margin-right: 0;
    float: right;
    color: #ffef3b;
}
.list-styles {
    padding-left: 0;
}
.list-styles li {
    display: inline-block;
    font-size: 18px;
    margin-right: 0;
    color: #ffb100;
}
.courses-main .course-carousel-main .online-course-single .online-course-details .course-details-btn {
    position: absolute;
    width: 100%;
    bottom: -100px;
    left: 0;
    visibility: hidden;
    opacity: 1;
    transition: 0.3s ease;
}
.courses-main .course-carousel-main .online-course-single .online-course-details .course-details-btn a {
    background: #2B314B;
    color: #fff;
    display: block;
    font-size: 17px;
    padding: 16px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.courses-main .course-carousel-main .online-course-single:hover figure figcaption {
    visibility: visible;
    opacity: 1;
}
.courses-main .course-carousel-main .online-course-single:hover .online-course-details h2 {
    color: #2B314B;
}
.courses-main .course-carousel-main .online-course-single:hover .online-course-details ul.teacher-info img {
    border-color: #2B314B;
}
.courses-main .course-carousel-main .online-course-single:hover .course-details-btn {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}
.courses-main .owl-nav {
    left: 0;
    padding-right: 30px;
    position: absolute;
    text-align: right;
    top: -50px;
    width: 100%;
}
.courses-main .owl-nav .owl-next,
.courses-main .owl-nav .owl-prev {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #323232;
    color: #323232;
    padding-top: 5px;
    transition: 0.3s ease;
}
.courses-main .owl-nav .owl-next:hover,
.courses-main .owl-nav .owl-prev:hover {
    color: #2B314B;
    border-color: #2B314B;
}
.courses-main .owl-nav .owl-prev {
    margin-right: 10px;
}
.sec-image img{
    width:100%;
}
.video-main {
    padding: 100px 0;
}
.video-main .vt-box {
    left: 0;
}
.video-main .video-play-btn {
    text-align: center;
}
.teachers-main {
    padding: 100px 0 60px 0;
}
.teachers-main .section-header04 {
    margin-bottom: 40px;
}
.teachers-main .teacher-single05 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    margin-bottom: 40px;
    transition: 0.3s ease;
}
.teachers-main .teacher-single05:hover .ts5-info a,
.teachers-main .teacher-single05:hover .ts5-info h3 {
    color: #2B314B;
}
.teachers-main .teacher-single05:hover .ts5-image figure figcaption {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.teachers-main .teacher-single05 .ts5-image figure {
    position: relative;
}
.teachers-main .teacher-single05 .ts5-image figure figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition: 0.3s ease;
}
.teachers-main .teacher-single05 .ts5-image figure figcaption ul {
    margin: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.teachers-main .teacher-single05 .ts5-image figure figcaption ul li {
    display: inline-block;
    margin-right: 15px;
}
.teachers-main .teacher-single05 .ts5-image figure figcaption ul li:last-child {
    margin-right: 0;
}
.teachers-main .teacher-single05 .ts5-image figure figcaption ul li a {
    font-size: 16px;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    padding-top: 6px;
    background: #2B314B;
}
.teachers-main .teacher-single05 .ts5-image figure figcaption ul li.facebook a:hover {
    background: #3b5998;
}
.teachers-main .teacher-single05 .ts5-image figure figcaption ul li.twitter a:hover {
    background: #1da1f2;
}
.teachers-main .teacher-single05 .ts5-image figure figcaption ul li.gplus a:hover {
    background: #dd4b39;
}
.teachers-main .teacher-single05 .ts5-image figure figcaption ul li.linkedin a:hover {
    background: #00a0dc;
}
.teachers-main .teacher-single05 .ts5-info {
    padding: 40px 30px 40px 5px;
}
.teachers-main .teacher-single05 .ts5-info h3 {
    margin: 0 0 10px 0;
    transition: 0.3s ease;
    text-transform: uppercase;
    font-weight: 600;
}
.teachers-main .teacher-single05 .ts5-info span {
    font-size: 15px;
    color: #6a6a6a;
    display: block;
    margin-bottom: 15px;
}
.teachers-main .teacher-single05 .ts5-info p {
    color: #9a9a9a;
    margin-bottom: 20px;
}
.teachers-main .teacher-single05 .ts5-info a {
    font-size: 14px;
    color: #323232;
    text-transform: uppercase;
    font-weight: 500;
}
.teachers-main .teacher-single05 .ts5-info a i {
    display: inline-block;
    padding-left: 5px;
}
.blog-main .course08-carousel .carousel-item .course-single .course-image figure img {
    min-height: 335px;
}
.blog-main .course08-carousel .carousel-item .course-single:hover .course-info h3 a {
    color: #2B314B;
}
.blog-main .course08-carousel .carousel-item .course-single .course-info {
    padding-right: 0;
}
.blog-main .course08-carousel .carousel-item .course-single .course-info h3 {
    line-height: 26px;
}
.blog-main .course08-carousel .carousel-item .course-single .course-info h3 a {
    color: inherit;
}
.blog-main .course08-carousel .carousel-item .course-single .course-info ul.author-info-main li {
    display: inline-block;
    float: left;
}
.blog-main .course08-carousel .carousel-item .course-single .course-info ul.author-info-main li img,
.blog-main .course08-carousel .carousel-item .course-single .course-info ul.author-info-main li span {
    display: inline-block;
}
.blog-main .course08-carousel .carousel-item .course-single .course-info ul.author-info-main li img {
    width: auto;
}
.blog-main .course08-carousel .carousel-item .course-single .course-info ul.author-info-main li span {
    padding-left: 10px;
}
.blog-main .course08-carousel .carousel-item .course-single .course-info ul.author-info-main li span a {
    color: inherit;
}
.blog-main .course08-carousel .carousel-item .course-single .course-info ul.author-info-main li:last-child {
    float: right;
    padding: 10px 0;
}
.blog-main .course08-carousel .carousel-item .course-single .course-info ul.blog-bottom li {
    color: #bababa;
    font-size: 14px;
}
.blog-main .course08-carousel .carousel-item .course-single .course-info ul.blog-bottom li:last-child {
    font-size: 14px;
    color: #bababa;
}
.blog-main .course08-carousel .carousel-item .course-single .course-info ul.blog-tags li {
    display: inline-block;
    padding-right: 5px;
}
.blog-main .course08-carousel .carousel-item .course-single .course-info ul.blog-tags li:last-child {
    padding-right: 0;
}
.blog-main .course08-carousel .carousel-item .course-single .course-info ul.blog-tags li a {
    color: #bababa;
}
.blog-main .section-header04 {
    margin-bottom: 10px;
}
.blog-main .section-header04 h2 {
    line-height: 30px;
}
.blog-main .owl-nav {
    top: -43px;
}
header .header-top {
    background: #2B314B;
    padding: 15px 0;
}
header .header-top .header-top-left ul {
    margin-bottom: 0;
}
header .header-top .header-top-left ul li {
    display: inline-block;
    color: #fff;
    font-weight: 300;
    margin-right: 20px;
}
header .header-top .header-top-left ul li:last-child {
    margin-right: 0;
}
header .header-top .header-top-left ul li i {
    display: inline-block;
    padding-right: 5px;
    color: #ff9800;
}
header .header-top .header-top-right {
    text-align: right;
}
header .header-top .header-top-right ul {
    margin-bottom: 0;
}
header .header-top .header-top-right ul li {
    display: inline-block;
    margin-right: 15px;
}
header .header-top .header-top-right ul li:first-child {
    color: #fff;
}
header .header-top .header-top-right ul li:last-child {
    margin-right: 0;
}
header .header-top .header-top-right ul li i {
    color: #2B314B;
}
header .main-menu {
    padding: 0;
    transition: 0.3s ease;
    box-shadow: 1px 2px 5px #ccc;
}
header .main-menu nav.navbar {
    margin-bottom: 0;
}
header .main-menu nav.navbar .navbar-header a.navbar-brand {
    padding: 15px 0;
    transition: 0.3s ease;
    height: auto;
}
header .main-menu nav.navbar .navbar-header a.navbar-brand img {
    margin-top: 5px;
}
header .main-menu nav.navbar .nav-container {
    float: right;
    padding-right: 50px;
    position: relative;
}
header .main-menu nav.navbar .nav-container .menu-search {
    position: absolute;
    right: 0;
    top: 24px;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav {
    padding: 0;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li {
    margin-right: 20px;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li:last-child {
    margin-right: 0;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li a {
    color: #323232;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 30px 0;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    transition: 0.3s ease;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li a:active,
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li a:focus,
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li a:hover {
    background: 0 0;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li a:hover {
    color: #2B314B;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    left: 0;
    bottom: -1px;
    background: #2B314B;
    transition: 0.5s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.active a {
    color: #2B314B;
    position: relative;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.active a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.dropdown a.dropdown-toggle:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    margin-top: -20px;
    transition: 0.3s ease;
    padding: 0;
    border-radius: 0;
    min-width: 215px;
    border-top: 3px solid #2B314B;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu li {
    padding: 0;
    margin-right: 0;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu li a {
    padding: 15px 20px;
    display: block;
    color: #696969;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu li a:hover {
    color: #2B314B !important;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu li a:after {
    content: none;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu li.dropdown-submenu {
    position: relative;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu li.dropdown-submenu a {
    display: inline-block;
    width: 100%;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu li.dropdown-submenu i {
    position: absolute;
    right: 0;
    padding: 15px;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    margin-top: -3px !important;
    left: 212px;
    top: 0;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.dropdown {
    position: relative;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.dropdown i {
    display: inline-block;
    padding-left: 7px;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li:nth-child(10) ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu,
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li:nth-child(11) ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu,
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li:nth-child(6) ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu,
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li:nth-child(7) ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu,
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li:nth-child(8) ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu,
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li:nth-child(9) ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
    left: -215px;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li:nth-child(10) ul.dropdown-menu,
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li:nth-child(11) ul.dropdown-menu,
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li:nth-child(9) ul.dropdown-menu {
    left: -140px;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li:nth-child(10) ul.dropdown-menu,
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li:nth-child(11) ul.dropdown-menu,
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li:nth-child(8) ul.dropdown-menu,
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li:nth-child(9) ul.dropdown-menu {
    left: auto;
    right: 0;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.mega-menu {
    position: inherit;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.mega-menu i {
    display: inline-block;
    padding-left: 5px;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.mega-menu ul.mega-menu-block {
    position: absolute;
    left: -190px;
    top: 110px;
    border-top: 3px solid #2B314B;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    width: 1000px;
    z-index: 1;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.mega-menu ul.mega-menu-block li {
    padding: 0;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.mega-menu ul.mega-menu-block li .mega-menu-content {
    padding: 30px 0;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.mega-menu ul.mega-menu-block li .mega-menu-content .mega-content-block {
    position: relative;
    padding: 0 20px;
    float: left;
    width: 25%;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.mega-menu ul.mega-menu-block li .mega-menu-content .mega-content-block:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #f4f4f4;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.mega-menu ul.mega-menu-block li .mega-menu-content .mega-content-block:last-child:before {
    content: none;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.mega-menu ul.mega-menu-block li .mega-menu-content .mega-content-block a {
    display: block;
    padding: 6px 0;
    color: #696969;
    font-size: 13px;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.mega-menu ul.mega-menu-block li .mega-menu-content .mega-content-block a:hover {
    color: #2B314B;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.mega-menu:hover ul.mega-menu-block {
    visibility: visible;
    opacity: 1;
    top: 81px;
}
header .is-sticky .main-menu {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    z-index: 1000 !important;
    transition: 0.3s ease;
}
header#header-style02 .is-sticky .main-menu,
header.header13 .is-sticky .main-menu {
    background: #3c3d41;
    z-index: 1000 !important;
}
header#header-style02.header-sticky {
    padding-bottom: 0;
}
header#header-style02.header-sticky .is-sticky .main-menu {
    background: #2B314B;
}
header#header-style02.header-sticky .is-sticky .main-menu .container .col-sm-12:first-child {
    visibility: hidden;
    height: 0;
}
header#header-style02.header-sticky .is-sticky .main-menu .container .col-sm-12 nav#main-nav {
    margin-top: 0;
}
header#header-style02.header-sticky .is-sticky .main-menu nav.navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.nav-search {
    color: inherit;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
}
.nav-search:hover {
    color: inherit;
}
.nav-search-wrap.style-2 .nav-search {
    font-size: 16px;
}
.search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 121;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: url(../images/mouse-cross.png), auto;
}
.search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.search-wrap .search-cell {
    position: absolute;
    top: 40%;
    width: 100%;
}
.search-wrap .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
    -webkit-animation: slideInUp 0.3s;
    animation: slideInUp 0.3s;
    background: #fff;
}
.search-wrap .form-control {
    height: 66px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    font-family: "Roboto Slab", sans-serif;
    font-size: 20px;
    margin-bottom: 0;
    color: #424242;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    transition: 0.3s ease;
    font-weight: 300;
    padding: 0 0 0 15px;
    display: table-cell;
    vertical-align: top;
    width: 87.77%;
}
.search-field-holder > button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #696969;
    display: table-cell;
    font-size: 21px;
    position: absolute;
    vertical-align: top;
    width: 66px;
    height: 66px;
    right: 0;
    top: 0;
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
    background-color: #fff;
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
input.main-search-input::-webkit-input-placeholder {
    color: #424242;
}
input.main-search-input:-moz-placeholder {
    color: #424242;
    opacity: 1;
}
input.main-search-input::-moz-placeholder {
    color: #424242;
    opacity: 1;
}
input.main-search-input:-ms-input-placeholder {
    color: #424242;
}
#search-close {
    position: absolute;
    top: 25px;
    right: 0;
    font-size: 30px;
    color: #424242;
    cursor: pointer;
    transition: 0.3s ease;
}
#search-close:hover {
    color: #2B314B;
}
.mobile-links li > a {
    padding: 15px 0 15px 15px;
    line-height: 20px;
    border-bottom: 1px solid #eaeaea;
    color: #6c6c6c;
    display: block;
}
.mobile-links li > a:hover {
    color: #435be0;
}
.mobile-search .form-control {
    height: 46px;
    border-bottom: 1px solid #eaeaea;
    background-color: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    margin-bottom: 0;
}
#mobile-search .search-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 46px;
    border: 0;
    cursor: pointer;
    background-color: transparent;
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.nav-right {
    margin-right: 0;
    padding: 0;
}
.slider {
    position: relative;
}
.slider .slider-caption {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider .slider-caption .caption-content p {
    font-size: 20px;
    font-family: "Roboto", serif;
    color: #fff;
    margin-bottom: 0;
}
.slider .slider-caption .caption-content h1 {
    font-size: 60px;
    line-height: 80px;
    color: #fff;
    max-width: 680px;
    margin: 45px 0 70px 0;
}
.slider .slider-caption .caption-content ul li {
    display: inline-block;
    margin-right: 50px;
}
.slider .slider-caption .caption-content ul li:last-child {
    margin-right: 0;
}
.slider .slider-caption .caption-content ul li a {
    font-size: 20px;
    color: #2B314B;
    border: 2px solid #2B314B;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 3px;
}
.slider .slider-caption .caption-content ul li a:hover {
    background: #2B314B;
    color: #fff;
}
.slider .tp-caption .slider-btn-left {
    margin-right: 20px;
}
.slider .tp-bullets {
    top: 95% !important;
}
.slider .tp-bullets .tp-bullet {
    border: 3px solid #2B314B !important;
    background: 0 0 !important;
}
.slider .tp-bullets .tp-bullet.selected {
    background: #2B314B !important;
    left: 20px;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.slider .slider-bottom-btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50px;
    text-align: center;
}
.slider .slider-bottom-btn a {
    display: inline-block;
}
.slider .slider-bottom-boxes {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.slider .slider-bottom-boxes .about-boxes a {
    display: block;
    background: rgba(60, 61, 65, 0.7);
    padding: 20px;
    color: #fff;
}
.slider .slider-bottom-boxes .about-boxes a:hover {
    background: #3c3d41;
}
.slider .slider-bottom-boxes .about-boxes a ul {
    margin-bottom: 0;
}
.slider .slider-bottom-boxes .about-boxes a ul li {
    display: table-cell;
    vertical-align: top;
    font-size: 24px;
    font-weight: 600;
    font-family: "Roboto", serif;
}
.slider .slider-bottom-boxes .about-boxes a ul li:last-child {
    padding-left: 20px;
}
.slider .slider-bottom-boxes .about-boxes a ul li img {
    margin-top: 10px;
}
.about .about-text {
}
.about .about-text h2 {
    /*text-transform: uppercase;*/
    margin: 20px 0 20px 0;
    font-weight: 600;
    font-size: 32px;
        line-height: 45px;
}
.about .about-text h2 span {
    color: #ff9907;
}
.about .about-text > p {
    margin-bottom: 30px;
    text-align: justify;
}
.section-header-d p {
   line-height:2;
}
.about .about-text a {
    padding: 13px 50px;
}
.about .about-text a:hover {
    background: 0 0;
    border-color: #2B314B;
}
.about .about-image {
    position: relative;
}
.about .about-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 90%;
    top: 5%;
    left: 0;
    background: #2B314B;
    z-index: -1;
}
/*.about .about-image img {*/
/*    box-shadow: 0 0 80px rgba(0, 0, 0, 0.3);*/
/*}*/
.section-header {
    text-align: center;
    margin-bottom: 80px;
}
.section-header h2 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    line-height: 0.8;
}
.section-header h2 span {
    color: #2B314B;
}
.section-header h2 span:after,
.section-header h2 span:before {
    content: none;
}
.section-header span {
    display: inline-block;
    position: relative;
}
.section-header span:before {
    content: "";
    position: absolute;
    border-top: 1px dashed #2B314B;
    height: 2px;
    right: 30px;
    top: 13px;
    width: 200px;
}
.section-header span:after {
    content: "";
    position: absolute;
    border-top: 1px dashed #2B314B;
    height: 2px;
    left: 30px;
    top: 13px;
    width: 200px;
}
.section-header p {
    max-width: 600px;
    margin: 35px auto 0 auto;
    color: inherit;
}
.section-header.header-dark p {
    color: #fff;
}
.courses {
    padding: 100px 0;
    background: url(../images/course-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.courses:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}
.courses .section-header {
    text-align: center;
}
.courses .section-header h2 {
    color: #fff;
}
.courses .course-slide .row:last-child .course-single {
    margin-bottom: 0;
}
.courses .course-slide .course-single {
    margin-bottom: 65px;
    position: relative;
}
.courses .course-slide .course-single .course-thumb {
    position: relative;
}
.courses .course-slide .course-single .course-thumb span.price {
    background: #2B314B;
    bottom: -10px;
    display: inline-block;
    font-family: "Roboto", serif;
    font-size: 27px;
    left: -10px;
    padding: 5px 15px 5px 25px;
    position: absolute;
    color: #fff;
}
.courses .course-slide .course-single .course-thumb span.price:before {
    content: "";
    position: absolute;
    border-bottom: 10px solid #2B314B;
    border-left: 10px solid transparent;
    height: 0;
    left: 0;
    top: -10px;
    width: 0;
}
.courses .course-slide .course-single .course-details {
    background: #fff;
    padding: 30px 15px 20px;
}
.courses .course-slide .course-single .course-details h3 {
    margin: 0 0 20px 0;
    font-weight: 600;
    text-transform: uppercase;
}
.courses .course-slide .course-single .course-details .course-teacher ul li {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}
.courses .course-slide .course-single .course-details .course-teacher ul li:last-child {
    padding-right: 0;
}
.courses .course-slide .course-single .course-details .course-teacher ul li h4 {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    color: #444;
    margin: 0;
    font-weight: 400;
}
.courses .course-slide .course-single .course-details .course-excerpt {
    margin-top: 20px;
}
.courses .course-slide .course-single .course-details .course-excerpt ul {
    margin-bottom: 0;
}
.courses .course-slide .course-single .course-details .course-excerpt ul li {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}
.courses .course-slide .course-single .course-details .course-excerpt ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.courses .course-slide .course-single .course-details .course-excerpt ul li:last-child:before {
    content: none;
}
.courses .course-slide .course-single .course-details .course-excerpt ul li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 35px;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.07);
}
.courses .course-slide .course-single .course-details .course-excerpt ul li span {
    display: block;
    color: #444;
    font-size: 13px;
}
.courses .course-slide .course-single .course-hover {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: url(../images/course-hover-shape.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}
.courses .course-slide .course-single .course-hover .course-hover-content {
    right: 0;
    bottom: 50px;
    width: 200px;
    position: absolute;
    text-align: center;
    transition: 0.5s ease;
}
.courses .course-slide .course-single .course-hover .course-hover-content ul li {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin-right: 25px;
}
.courses .course-slide .course-single .course-hover .course-hover-content ul li:last-child {
    margin-right: 0;
}
.courses .course-slide .course-single .course-hover .course-hover-content a {
    font-size: 15px;
    color: #2B314B;
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    margin-top: 30px;
}
.courses .course-slide .course-single:hover .course-hover {
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.courses .owl-nav .owl-next,
.courses .owl-nav .owl-prev {
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    padding-top: 6px;
    height: 60px;
    position: absolute;
    text-align: center;
    width: 60px;
    top: 50%;
    margin-top: -65px;
    transition: 0.3s ease;
}
.courses .owl-nav .owl-next:hover,
.courses .owl-nav .owl-prev:hover {
    border-color: #2B314B;
    color: #2B314B;
}
.courses .owl-nav .owl-prev {
    left: -65px;
}
.courses .owl-nav .owl-next {
    right: -65px;
}
.courses .course-btn {
    text-align: center;
}
.courses .course-btn a {
    display: inline-block;
}
.courses .owl-dots {
    text-align: center;
    margin-top: 0;
    display: none;
}
.courses .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 15px;
}
.courses .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.courses .owl-dots .owl-dot span {
    border: 3px solid #2B314B;
    display: block;
    height: 17px;
    width: 17px;
    transition: 0.3s ease;
}
.courses .owl-dots .owl-dot.active span {
    background: #2B314B;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.teachers {
    padding: 100px 0;
}
.teachers .teachers-block .teacher-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    margin-bottom: 65px;
    transition: 0.3s ease;
}
.teachers .teachers-block .teacher-single .teacher-image {
    display: table-cell;
    vertical-align: top;
    width: 48%;
}
.teachers .teachers-block .teacher-single .teacher-image img {
    min-height: 260px;
}
.teachers .teachers-block .teacher-single .teacher-details {
    display: table-cell;
    vertical-align: top;
    width: 52%;
    position: relative;
    padding: 20px 10px 10px 20px;
}
.teachers .teachers-block .teacher-single .teacher-details:before {
    width: 0;
    height: 3px;
    background: #2B314B;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    transition: 0.5s ease;
}
.teachers .teachers-block .teacher-single .teacher-details h3 {
    margin: 0 0 10px 0;
    color: #2B314B;
    font-weight: 600;
    text-transform: uppercase;
}
.teachers .teachers-block .teacher-single .teacher-details h4 {
    font-size: 15px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.teachers .teachers-block .teacher-single .teacher-details .plus-btn {
    position: relative;
    padding-top: 10px;
}
.teachers .teachers-block .teacher-single .teacher-details .plus-btn:before {
    position: absolute;
    width: 95%;
    height: 1px;
    background: #e6f5d6;
    content: "";
    top: 0;
    left: 0;
}
.teachers .teachers-block .teacher-single .teacher-details .plus-btn i.minus,
.teachers .teachers-block .teacher-single .teacher-details .plus-btn i.plus {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #2B314B;
    color: #fff;
    border-radius: 100px;
    font-size: 20px;
    padding-top: 10px;
    display: inline-block;
    float: left;
    transition: 0.3s ease;
    cursor: pointer;
}
.teachers .teachers-block .teacher-single .teacher-details .plus-btn i.minus {
    display: none;
}
.teachers .teachers-block .teacher-single .teacher-details ul.teacher-social {
    margin: 0 0 0 50px;
    padding: 10px 0 0;
    transition: 0.3s ease;
    opacity: 0;
}
.teachers .teachers-block .teacher-single .teacher-details ul.teacher-social li {
    display: inline-block;
}
.teachers .teachers-block .teacher-single .teacher-details ul.teacher-social li a {
    font-size: 17px;
    margin-right: 25px;
    text-shadow: -1px -1px 0 #2B314B, 1px -1px 0 #2B314B, -1px 1px 0 #2B314B, 1px 1px 0 #2B314B;
    color: #fff;
}
.teachers .teachers-block .teacher-single .teacher-details ul.teacher-social li a:hover {
    text-shadow: none;
    color: #2B314B;
}
.teachers .teachers-block .teacher-single .teacher-details ul.teacher-social li:last-child a {
    margin-right: 0;
}
.teachers .teachers-block .teacher-single:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.13);
}
.teachers .teachers-block .teacher-single:hover .teacher-details:before {
    width: 100%;
}
.teachers .teachers-block .row:last-child .teacher-single {
    margin-bottom: 0;
}
.video {
    padding: 150px 0;
    background: url(../images/video-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.video .vt-box {
    background: #fff none repeat scroll 0 0;
    max-width: 535px;
    text-align: center;
}
.video .vt-box .vt-text {
    margin: 0 auto;
    padding: 60px 60px 50px 60px;
}
.video .vt-box .vt-text h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 40px;
    text-transform: uppercase;
}
.video .vt-box .vt-text p {
    font-size: 20px;
    line-height: 32px;
}
.video .vt-box .vt-btn a {
    display: block;
    background: #2B314B;
    padding: 25px 0;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.video .video-play-btn {
    text-align: center;
    padding: 130px 0;
}
.video .video-play-btn a {
    display: inline-block;
    max-width: 260px;
    color: #fff;
    font-size: 20px;
    font-family: "Roboto", serif;
}
.video .video-play-btn a span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    text-align: left;
}
.video .video-play-btn a span:first-child {
    width: 110px;
    height: 110px;
    text-align: center;
    background: #2B314B;
    color: #2B314B;
    font-size: 30px;
    padding-top: 0;
    border-radius: 100px;
    padding-left: 0;
    position: relative;
}
.video .video-play-btn a span:first-child:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    background: #fff;
    border-radius: 50%;
    transition: 0.3s ease;
}
.video .video-play-btn a span:first-child:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.video .video-play-btn a span:first-child i {
    display: inline-block;
    padding-left: 6px;
}
.video .video-play-btn a i {
    position: relative;
}
.video .video-play-btn a i span {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-radius: 100px;
    height: 130%;
    left: -15%;
    position: absolute;
    top: -15%;
    width: 130%;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: 0.2s ease;
    opacity: 0;
    visibility: hidden;
}
.video .video-play-btn a i:hover span {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.events {
    padding: 100px 0;
}
.events .events-block .event-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    margin-bottom: 65px;
    transition: 0.3s ease;
}
.events .events-block .event-single .event-image {
    display: table-cell;
    vertical-align: top;
    width: 30%;
}
.events .events-block .event-single .event-image img {
    min-height: 230px;
}
.events .events-block .event-single .event-details {
    display: table-cell;
    vertical-align: top;
    width: 70%;
    padding: 20px;
}
.events .events-block .event-single .event-details h3 {
    margin: 0 0 15px 0;
    transition: 0.3s ease;
    font-weight: 600;
    text-transform: uppercase;
}
.events .events-block .event-single .event-details ul {
    margin-bottom: 20px;
}
.events .events-block .event-single .event-details ul li {
    display: inline-block;
    margin-right: 10px;
}
.events .events-block .event-single .event-details ul li:last-child {
    margin-right: 0;
}
.events .events-block .event-single .event-details ul li i {
    color: #2B314B;
    display: inline-block;
    padding-right: 5px;
}
.events .events-block .event-single .event-details a {
    color: #323232;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    text-transform: uppercase;
}
.events .events-block .event-single:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.13);
}
.events .events-block .event-single:hover .event-details a,
.events .events-block .event-single:hover .event-details h3 {
    color: #2B314B;
}
.events-default02 {
    padding-bottom: 35px;
}
.testimonial {
    padding: 100px 0 100px 0;
    background: url(../images/testimonial-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial .testimonial-carousel {
    position: relative;
}
.testimonial .testimonial-carousel .testimonial-single {
    background: #fff;
    text-align: center;
    position: relative;
    padding: 90px 35px 35px 35px;
}
.testimonial .testimonial-carousel .testimonial-single .client-image {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: -60px;
    border-radius: 100px;
}
.testimonial .testimonial-carousel .testimonial-single .client-content ul.client-rating {
    margin: 20px 0;
}
.testimonial .testimonial-carousel .testimonial-single .client-content ul.client-rating li {
    display: inline-block;
    color: #ffef3b;
}
.testimonial .testimonial-carousel .testimonial-single .client-content h3.client-info {
    margin: 0;
    color: #2B314B;
    font-weight: 600;
    text-transform: uppercase;
}
.testimonial .testimonial-carousel .testimonial-single .client-content h3.client-info span {
    color: #969595;
    font-size: 15px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    text-transform: none;
}
.testimonial .owl-stage-outer {
    padding-top: 60px;
}
.testimonial .owl-nav .owl-next,
.testimonial .owl-nav .owl-prev {
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    padding-top: 6px;
    height: 60px;
    position: absolute;
    text-align: center;
    width: 60px;
    top: 50%;
    margin-top: -50px;
    transition: 0.3s ease;
}
.testimonial .owl-nav .owl-next:hover,
.testimonial .owl-nav .owl-prev:hover {
    border-color: #2B314B;
    color: #2B314B;
}
.testimonial .owl-nav .owl-prev {
    left: -65px;
}
.testimonial .owl-nav .owl-next {
    right: -65px;
}
.testimonial .owl-dots {
    text-align: center;
    margin-top: 85px;
}
.testimonial .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 15px;
}
.testimonial .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.testimonial .owl-dots .owl-dot span {
    border: 3px solid #2B314B;
    display: block;
    height: 17px;
    width: 17px;
    transition: 0.3s ease;
}
.testimonial .owl-dots .owl-dot.active span {
    background: #2B314B;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.blog {
    padding: 100px 0;
}
.blog .blog-posts .single-blog {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.blog .blog-posts .single-blog figure {
    position: relative;
    overflow: hidden;
}
.blog .blog-posts .single-blog figure .blog-thumb {
    padding: 5px;
}
.blog .blog-posts .single-blog figure .blog-thumb img {
    width: 100%;
    transition: 0.5s ease;
}
.blog .blog-posts .single-blog figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.blog .blog-posts .single-blog figure figcaption p.post-date {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 60px;
    height: 60px;
    background: #2B314B;
    border-radius: 100px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding-top: 4px;
}
.blog .blog-posts .single-blog figure figcaption a {
    position: absolute;
    left: 0;
    bottom: -5px;
    padding: 5px 10px 10px;
    font-size: 17px;
    font-family: "Roboto", serif;
    background: #2B314B;
    color: #fff;
}
.blog .blog-posts .single-blog .blog-excerpt {
    padding: 20px 15px;
    overflow: hidden;
    position: relative;
}
.blog .blog-posts .single-blog .blog-excerpt h3 {
    margin: 0 0 20px 0;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
}
.blog .blog-posts .single-blog .blog-excerpt h3 a {
    color: #323232;
    transition: 0.3s ease;
}
.blog .blog-posts .single-blog .blog-excerpt p + a {
    color: #323232;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    text-transform: uppercase;
}
.blog .blog-posts .single-blog .blog-excerpt p + a i {
    display: inline-block;
    padding-left: 5px;
}
.blog .blog-posts .single-blog:hover figure .blog-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.blog .blog-posts .single-blog:hover .blog-excerpt h3 a {
    color: #2B314B;
}
.blog .blog-posts .single-blog:hover .blog-excerpt a {
    color: #2B314B;
}
footer {
    padding: 40px 0 0 0;
    background: #232323;
    color: #fff;
    position: relative;
}
footer .container .row .col-sm-3 .widget:last-child {
    margin-bottom: 0;
}
footer .widget {
    margin-bottom: 20px;
}
footer .widget .widget-title h2 {
    font-size: 20px;
    color: #2B314B;
    margin: 5px 0 30px 0;
    font-weight: 600;
    text-transform: uppercase;
}
footer .widget .widget-title img {
    margin-bottom: 15px;
}
footer .widget.about-widget .widget-content p {
    color: #fff;
    text-align: justify;
}
footer .widget.about-widget .widget-content ul {
    margin-top: 25px;
}
footer .widget.about-widget .widget-content ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #39534c;
}
footer .widget.about-widget .widget-content ul li i {
    display: inline-block;
    padding-right: 5px;
    font-size: 16px;
    color: #2B314B;
}
footer .widget.footer-social .widget-content ul li {
    display: inline-block;
    margin-right: 25px;
}
footer .widget.footer-social .widget-content ul li:last-child {
    margin-right: 0;
}
footer .widget.footer-social .widget-content ul li a {
    color: #fff;
    font-size: 20px;
}
footer .widget.footer-social .widget-content ul li a:hover {
    color: #2B314B;
}
footer .widget.links .widget-content ul li {
    margin-bottom: 15px;
}
footer .widget.links .widget-content ul li:last-child {
    margin-bottom: 0;
}
footer .widget.links .widget-content ul li a {
    color: #fff;
}
footer .widget.links .widget-content ul li a:hover {
    color: #2B314B;
}
footer .widget.latest-news .widget-content .news-single {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #39534c;
}
footer .widget.latest-news .widget-content .news-single:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0 none;
}
footer .widget.latest-news .widget-content .news-single .news-thumb {
    display: table-cell;
    vertical-align: top;
}
footer .widget.latest-news .widget-content .news-single .news-excerpt {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}
footer .widget.latest-news .widget-content .news-single .news-excerpt h3 {
    margin: -5px 0 5px 0;
}
footer .widget.latest-news .widget-content .news-single .news-excerpt h3 a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-transform: none;
}
footer .widget.latest-news .widget-content .news-single .news-excerpt h3 a:hover {
    color: #2B314B;
}
footer .widget.latest-news .widget-content .news-single .news-excerpt span {
    font-size: 12px;
    color: #6b6b6b;
}
footer .widget.contact-widget .widget-content form {
    position: relative;
}
footer .widget.contact-widget .widget-content form input {
    height: 35px;
    border: 1px solid #39534c;
    display: block;
    width: 100%;
    background: 0 0;
    padding: 5px;
    margin-bottom: 15px;
    box-shadow: none;
}
footer .widget.contact-widget .widget-content form textarea {
    border: 1px solid #39534c;
    display: block;
    width: 100%;
    background: 0 0;
    padding: 5px;
    margin-bottom: 15px;
    box-shadow: none;
    resize: none;
    height: 100px;
}
footer .widget.contact-widget .widget-content form input,
footer .widget.contact-widget .widget-content form textarea {
    transition: 0.3s ease;
}
footer .widget.contact-widget .widget-content form input:focus,
footer .widget.contact-widget .widget-content form textarea:focus {
    border-color: #fff;
}
footer .widget.contact-widget .widget-content form button {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 4.5px 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background: #2B314B;
    border: 0 none;
}
footer .widget.subscribe .widget-content p {
    color: #fff;
}
footer .widget.subscribe .widget-content form {
    position: relative;
    margin-top: 20px;
}
footer .widget.subscribe .widget-content form input {
    border: 1px solid #39534c;
    display: block;
    width: 100%;
    background: 0 0;
    padding: 5px 70px 5px 5px;
    margin-bottom: 15px;
    box-shadow: none;
    resize: none;
    height: 35px;
    transition: 0.3s ease;
}
footer .widget.subscribe .widget-content form input:focus {
    border-color: #fff;
}
footer .widget.subscribe .widget-content form button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background: #2B314B;
    border: 2px solid #2B314B;
}
.footer-bottom {
    background: #2d3e50;
}
.footer-bottom .footer-bottom-inner {
    border-top: 1px solid #39534c;
    padding: 15px 0;
}
.footer-bottom p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-family: "Roboto", serif;
    margin: 0;
    font-weight: 300;
}
.footer-bottom p#back-top {
    text-align: right;
    margin-bottom: 0;
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 10;
}
.footer-bottom p#back-top a {
    background: #323232;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 35px;
    text-align: center;
    width: 35px;
    padding-top: 3px;
}
.footer-bottom p#back-top a:hover {
    background: #2B314B;
    border-color: #2B314B;
    color: #fff;
}
.footer-bottom.footer-bottom-default .footer-bottom-inner {
    border-top: 0;
}
.footer-bottom ul.footer-menu {
    text-align: right;
    margin-bottom: 0;
}
.footer-bottom ul.footer-menu li {
    display: inline-block;
    padding-right: 15px;
}
.footer-bottom ul.footer-menu li:last-child {
    padding-right: 0;
}
.footer-bottom ul.footer-menu li a {
    color: inherit;
    opacity: 0.7;
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
}
.footer-bottom ul.footer-menu li a:hover {
    color: #2B314B;
}
#header-style02 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}
#header-style02 .main-menu nav.navbar .navbar-collapse ul.navbar-nav li a {
    color: #fff;
}
#header-style02 .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.active a {
    color: #2B314B;
}
#header-style02 .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.dropdown i {
    color: #fff;
}
#header-style02 .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li a {
    color: inherit;
}
#header-style02 .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a {
    color: inherit;
}
#header-style02 .nav-search {
    color: #fff !important;
}
.slider-style02 {
    position: relative;
    overflow: hidden;
}
.slider-style02 .slider-overlay {
    position: absolute;
    z-index: 1;
}
.slider-style02 .slider-overlay:before {
    border-bottom: 2000px solid transparent;
    border-left: 1000px solid rgba(0, 0, 0, 0.4);
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.slider-style02 .slider-caption {
    z-index: 10;
}
.slider-style02 .slider-caption .caption-content {
    position: relative;
    top: 50px;
}
.about-style02 {
    position: relative;
    padding: 100px 0 160px 0;
}
.about-style02 .about-text {
    position: relative;
    z-index: 1;
    background: #f8f8f7;
    padding: 45px 25px 55px 25px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    top: 60px;
}
.about-style02 .about-text h2 {
    text-transform: uppercase;
    margin: 0 0 40px 0;
    font-weight: 600;
}
.about-style02 .about-text h2 span {
    color: #2B314B;
}
.about-style02 .about-text > p {
    margin-bottom: 30px;
}
.about-style02 .about-text a {
    padding: 13px 50px;
}
.about-style02 .about-text a:hover {
    background: 0 0;
    border-color: #2B314B;
}
.about-style02 .about-image {
    position: absolute;
    right: 0;
    z-index: -1;
    min-width: 570px;
}
.about-style02 .about-image img {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.courses-style02 {
    background: url(../images/course-bg02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.container-custom {
    width: 1170px;
    margin: 0 auto;
}
.container-custom .owl-carousel .owl-item {
    padding: 0 15px;
}
.teachers-style02 {
    padding-bottom: 170px;
}
.teachers-style02 .section-header {
    margin-bottom: 50px;
}
.teachers-style02 .teachers-carousel .teacher-single-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    margin-top: 30px;
    margin-bottom: 30px;
    transition: 0.5s ease;
}
.teachers-style02 .teachers-carousel .teacher-single-box figure {
    position: relative;
    overflow: hidden;
}
.teachers-style02 .teachers-carousel .teacher-single-box figure img {
    transition: 0.5s ease;
}
.teachers-style02 .teachers-carousel .teacher-single-box figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: rgba(128, 205, 54, 0.7);
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition: 0.5s ease;
    visibility: hidden;
    opacity: 0;
}
.teachers-style02 .teachers-carousel .teacher-single-box figure figcaption ul {
    text-align: center;
    margin-bottom: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.teachers-style02 .teachers-carousel .teacher-single-box figure figcaption ul li {
    display: inline-block;
    margin-right: 10px;
}
.teachers-style02 .teachers-carousel .teacher-single-box figure figcaption ul li:last-child {
    margin-right: 0;
}
.teachers-style02 .teachers-carousel .teacher-single-box figure figcaption ul li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    background: #fff;
    text-align: center;
    padding-top: 7px;
    color: #6b6b6b;
}
.teachers-style02 .teachers-carousel .teacher-single-box figure figcaption ul li a:hover {
    color: #2B314B;
}
.teachers-style02 .teachers-carousel .teacher-single-box div {
    text-align: center;
    padding: 15px;
}
.teachers-style02 .teachers-carousel .teacher-single-box div h3 {
    margin: 0 0 10px 0;
    transition: 0.5s ease;
}
.teachers-style02 .teachers-carousel .teacher-single-box div h3 a {
    color: inherit;
}
.teachers-style02 .teachers-carousel .teacher-single-box div span {
    font-size: 15px;
    transition: 0.5s ease;
}
.teachers-style02 .teachers-carousel .teacher-single-box:hover div h3 a {
    color: #2B314B;
}
.teachers-style02 .teachers-carousel .teacher-single-box:hover div span {
    color: #2B314B;
}
.teachers-style02 .teachers-carousel .teacher-single-box:hover figure img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.teachers-style02 .teachers-carousel .teacher-single-box:hover figure figcaption {
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.teachers-style02 .owl-nav .owl-next,
.teachers-style02 .owl-nav .owl-prev {
    border: 1px solid #e0e0e0;
    border-radius: 100px;
    color: #e0e0e0;
    display: inline-block;
    font-size: 30px;
    padding-top: 6px;
    height: 60px;
    position: absolute;
    text-align: center;
    width: 60px;
    top: 50%;
    margin-top: -30px;
    transition: 0.3s ease;
}
.teachers-style02 .owl-nav .owl-next:hover,
.teachers-style02 .owl-nav .owl-prev:hover {
    border-color: #2B314B;
    color: #2B314B;
}
.teachers-style02 .owl-nav .owl-prev {
    left: -65px;
}
.teachers-style02 .owl-nav .owl-next {
    right: -65px;
}
.teachers-style02 .owl-dots {
    text-align: center;
    margin-top: 0;
    display: none;
}
.teachers-style02 .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 15px;
}
.teachers-style02 .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.teachers-style02 .owl-dots .owl-dot span {
    border: 3px solid #2B314B;
    display: block;
    height: 17px;
    width: 17px;
    transition: 0.3s ease;
}
.teachers-style02 .owl-dots .owl-dot.active span {
    background: #2B314B;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.video-style02 {
    padding: 0 0 100px 0;
    background: url(../images/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.video-style02:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    content: "";
}
.video-style02 .video-play-btn {
    background: url(../images/video-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 0;
    min-height: 475px;
    position: relative;
    top: -100px;
    box-shadow: 6px 0 52px rgba(0, 0, 0, 0.36);
}
.video-style02 .video-play-btn a.video-iframe {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -130px;
    left: 50%;
}
.video-style02 .video-counter {
    text-align: center;
}
.video-style02 .video-counter span {
    font-family: "Roboto", serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 15px;
    display: block;
    color: #fff;
}
.video-style02 .video-counter p {
    font-size: 20px;
    font-weight: 500;
    color: #2B314B;
    margin-bottom: 0;
}
.video-style02 .video-counter .v-counter-box {
    position: relative;
}
.video-style02 .video-counter .v-counter-box:before {
    position: absolute;
    content: "";
    right: -2px;
    top: -60px;
    width: 4px;
    height: 220px;
    background: linear-gradient(rgba(0, 0, 0, 0.1), #9c9c9c, rgba(0, 0, 0, 0.1));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.1), #9c9c9c, rgba(0, 0, 0, 0.1));
}
.video-style02 .video-counter .v-counter-box:last-child:before {
    content: none;
}
.events-style02 .events-block {
    position: relative;
}
.events-style02 .events-block a.view-all-btn {
    border: 1px solid #2B314B;
    border-radius: 3px;
    color: #2B314B;
    display: inline-block;
    font-size: 13px;
    padding: 8px 20px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: -85px;
}
.events-style02 .events-block .event2-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    padding: 20px;
    position: relative;
    margin-bottom: 25px;
    transition: 0.3s ease;
}
.events-style02 .events-block .event2-single:hover {
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.15);
}
.events-style02 .events-block .event2-single:hover .event-date span:first-child {
    color: #2B314B;
}
.events-style02 .events-block .event2-single:hover .event-info h3 {
    color: #2B314B;
}
.events-style02 .events-block .event2-single:hover .event-info a.erm-btn {
    color: #2B314B;
}
.events-style02 .events-block .event2-single .event-date {
    text-align: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    padding-left: 45px;
}
.events-style02 .events-block .event2-single .event-date span:first-child {
    font-size: 45px;
    line-height: 60px;
    font-weight: 500;
}
.events-style02 .events-block .event2-single .event-date span {
    font-size: 20px;
    display: block;
    transition: 0.3s ease;
}
.events-style02 .events-block .event2-single .event-info {
    padding: 0 35px 0 25px;
}
.events-style02 .events-block .event2-single .event-info h3 {
    margin: 0 0 15px 0;
    transition: 0.3s ease;
    text-transform: uppercase;
    font-weight: 600;
}
.events-style02 .events-block .event2-single .event-info p {
    transition: 0.3s ease;
}
.events-style02 .events-block .event2-single .event-info p.event-td {
    margin-bottom: 20px;
}
.events-style02 .events-block .event2-single .event-info p.event-td span {
    margin-right: 25px;
    font-size: 15px;
    color: #323232;
    transition: 0.3s ease;
}
.events-style02 .events-block .event2-single .event-info p.event-td span:last-child {
    margin-right: 0;
}
.events-style02 .events-block .event2-single .event-info p.event-td span i {
    color: #2B314B;
    display: inline-block;
    padding-right: 5px;
    font-size: 14px;
}
.events-style02 .events-block .event2-single .event-info a.erm-btn {
    color: #323232;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
}
.events-style02 .events-block .event2-single .event-info a.erm-btn i {
    display: inline-block;
    padding-left: 5px;
}
.events-style02 .events-block .col-sm-12:last-child .event2-single {
    margin-bottom: 0;
}
.testimonial-style02 {
    min-height: auto;
}
.testimonial-style02 .testimonial-carousel02 .testimonial-single .ts-left {
    position: relative;
}
.testimonial-style02 .testimonial-carousel02 .testimonial-single .ts-left .client-image {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 38px;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.35);
}
.testimonial-style02 .testimonial-carousel02 .testimonial-single .ts-left .client-content {
    background: #fff;
    width: 80%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 100px 25px 100px 150px;
}
.testimonial-style02 .testimonial-carousel02 .testimonial-single .ts-left .client-content p {
    position: relative;
}
.testimonial-style02 .testimonial-carousel02 .testimonial-single .ts-left .client-content p:before {
    position: absolute;
    content: "\f10d";
    font-family: FontAwesome;
    left: -10px;
    top: -5px;
    font-size: 48px;
    opacity: 0.1;
}
.testimonial-style02 .testimonial-carousel02 .testimonial-single .ts-left .client-content ul.client-rating {
    margin: 20px 0;
}
.testimonial-style02 .testimonial-carousel02 .testimonial-single .ts-left .client-content ul.client-rating li {
    display: inline-block;
    color: #ffef3b;
}
.testimonial-style02 .testimonial-carousel02 .testimonial-single .ts-left .client-content h3.client-info {
    margin: 0;
    color: #2B314B;
}
.testimonial-style02 .testimonial-carousel02 .testimonial-single .ts-left .client-content h3.client-info span {
    color: #969595;
    font-size: 15px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
}
.testimonial-style02 .testimonial-carousel02 .testimonial-single .ts-right {
    position: relative;
}
.testimonial-style02 .testimonial-carousel02 .testimonial-single .ts-right .client-content {
    background: #fff;
    width: 80%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 100px 150px 100px 25px;
}
.testimonial-style02 .testimonial-carousel02 .testimonial-single .ts-right .client-content p {
    position: relative;
}
.testimonial-style02 .testimonial-carousel02 .testimonial-single .ts-right .client-content p:before {
    position: absolute;
    content: "\f10d";
    font-family: FontAwesome;
    left: -10px;
    top: -5px;
    font-size: 48px;
    opacity: 0.1;
}
.testimonial-style02 .testimonial-carousel02 .testimonial-single .ts-right .client-content ul.client-rating {
    margin: 20px 0;
}
.testimonial-style02 .testimonial-carousel02 .testimonial-single .ts-right .client-content ul.client-rating li {
    display: inline-block;
    color: #ffef3b;
}
.testimonial-style02 .testimonial-carousel02 .testimonial-single .ts-right .client-content h3.client-info {
    margin: 0;
    color: #2B314B;
}
.testimonial-style02 .testimonial-carousel02 .testimonial-single .ts-right .client-content h3.client-info span {
    color: #969595;
    font-size: 15px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
}
.testimonial-style02 .testimonial-carousel02 .testimonial-single .ts-right .client-image {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 38px;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.35);
}
.testimonial-style02 .owl-stage-outer {
    min-height: 405px;
    padding-top: 0;
}
.testimonial-style02 .owl-nav .owl-next,
.testimonial-style02 .owl-nav .owl-prev {
    margin-top: -80px;
}
.blog .blog-posts02 .col-sm-6:nth-child(3) .single-blog,
.blog .blog-posts02 .col-sm-6:nth-child(4) .single-blog {
    margin-bottom: 0;
}
.blog .blog-posts02 .single-blog {
    min-height: 680px;
    margin-bottom: 65px;
    position: relative;
}
.blog .blog-posts02 .single-blog:hover figure figcaption {
    background: rgba(128, 205, 54, 0.5);
}
.blog .blog-posts02 .single-blog:hover figure figcaption ul {
    visibility: visible;
    opacity: 1;
}
.blog .blog-posts02 .single-blog:hover .blog-excerpt span {
    color: #2B314B;
}
.blog .blog-posts02 .single-blog:hover .blog-excerpt h3 a {
    color: #2B314B;
}
.blog .blog-posts02 .single-blog:hover .blog-excerpt a.rm-btn {
    background: #2B314B;
    color: #fff;
}
.blog .blog-posts02 .single-blog figure {
    position: relative;
}
.blog .blog-posts02 .single-blog figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
}
.blog .blog-posts02 .single-blog figure figcaption p.post-date {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 60px;
    height: 60px;
    background: #2B314B;
    border-radius: 100px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding-top: 4px;
}
.blog .blog-posts02 .single-blog figure figcaption ul {
    display: inline-block;
    padding: 25px 0 0 25px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}
.blog .blog-posts02 .single-blog figure figcaption ul li {
    display: inline-block;
    margin-right: 20px;
}
.blog .blog-posts02 .single-blog figure figcaption ul li:last-child {
    margin-right: 0;
}
.blog .blog-posts02 .single-blog figure figcaption ul li a {
    display: block;
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    text-align: center;
    font-size: 34px;
    padding-top: 8px;
    color: #000;
}
.blog .blog-posts02 .single-blog figure figcaption ul li a i {
    opacity: 0.5;
}
.blog .blog-posts02 .single-blog figure figcaption ul li a:hover {
    background: #fff;
    color: #2B314B;
}
.blog .blog-posts02 .single-blog .blog-excerpt {
    text-align: center;
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 0;
    background: #fff;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
    padding: 30px 20px;
}
.blog .blog-posts02 .single-blog .blog-excerpt span {
    font-size: 17px;
    font-family: "Roboto", serif;
    color: #323232;
    transition: 0.3s ease;
}
.blog .blog-posts02 .single-blog .blog-excerpt h3 {
    margin: 20px 0;
}
.blog .blog-posts02 .single-blog .blog-excerpt h3 a {
    color: #323232;
}
.blog .blog-posts02 .single-blog .blog-excerpt p {
    margin-bottom: 0;
}
.blog .blog-posts02 .single-blog .blog-excerpt a.rm-btn {
    margin-top: 25px;
}
.blog .blog-posts02 .single-blog .blog-excerpt a.rm-btn:hover {
    border-color: #2B314B;
    background: 0 0;
    color: #2B314B;
}
.footer-style02 {
    padding-top: 0;
    overflow: hidden;
    position: relative;
}
.footer-style02:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: #2B314B;
}
.footer-style02 .footer-top-subscribe {
    padding: 35px 0;
    margin-bottom: 80px;
    background: 0 0;
    padding: 25px 0;
}
.footer-style02 .footer-top-subscribe form .form-group {
    margin-bottom: 0;
}
.footer-style02 .footer-top-subscribe form .form-group input {
    height: 50px;
    border: 2px solid #fff;
    border-radius: 3px;
    background: 0 0;
    font-weight: 300;
    font-size: 20px;
    font-family: "Roboto", serif;
    color: #fff;
    padding: 0 30px;
    width: 100%;
}
.footer-style02 .footer-top-subscribe form .form-group button {
    background: 0 0;
    border: 2px solid #fff;
    height: 50px;
    font-weight: 300;
    font-size: 20px;
    font-family: "Roboto", serif;
    display: block;
    padding: 0 10px;
    color: #fff;
    transition: 0.3s ease;
    border-radius: 3px;
}
.footer-style02 .footer-top-subscribe form .form-group button:hover {
    color: #2B314B;
    background: #fff;
}
.footer-style02 .special-widget {
    position: relative;
    z-index: 1;
    padding-top: 30px;
}
.footer-style02 .special-widget:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 4000px;
    background: #191919;
    z-index: -1;
}
.footer-style02 .widget.opening-hour ul li {
    padding-bottom: 10px;
}
.footer-style02 .widget.opening-hour ul li:last-child {
    padding-bottom: 0;
}
.footer-style02 .widget.opening-hour ul li span:last-child {
    float: right;
}
.home {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 800px;
}
.home .home-content {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
}
.home .home-content h1 {
    font-size: 53px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 25px 0;
}
.home .home-content span.home-subtitle {
    font-size: 25px;
    color: #fff;
}
.home .home-content form.home-search {
    margin: 30px 0 50px 0;
    position: relative;
}
.home .home-content form.home-search input {
    width: 100%;
    height: 60px;
    background: #fff;
    border: 0 none;
    padding: 0 75px 0 20px;
    font-size: 18px;
    font-style: italic;
}
.home .home-content form.home-search button {
    position: absolute;
    font-size: 20px;
    top: 0;
    right: 0;
    color: #fff;
    background: #2B314B;
    border: 0 none;
    height: 60px;
    padding: 0 25px;
}
.home .home-content ul li {
    padding-right: 35px;
    display: inline-block;
    font-size: 15px;
    color: #fff;
}
.home .home-content ul li:last-child {
    padding-right: 0;
}
.home .home-content ul li i {
    font-size: 17px;
}
.home .home-content a.home-to-bottom {
    margin-top: 100px;
    display: inline-block;
}
.course-category {
    padding: 100px 0;
    background: #f1f1f1;
}
.course-category .course-categories .cc-single {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.course-category .course-categories .cc-single figure {
    position: relative;
}
.course-category .course-categories .cc-single figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}
.course-category .course-categories .cc-single figure:hover figcaption,
.course-category .course-categories .cc-single figure:hover:before {
    visibility: visible;
    opacity: 1;
}
.course-category .course-categories .cc-single figure figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}
.course-category .course-categories .cc-single figure figcaption h3 {
    color: #2B314B;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.course-category .course-categories .cc-single figure figcaption a {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 20px 17px;
    text-transform: uppercase;
}
.course-category .course-categories .cc-single figure figcaption a i {
    display: inline-block;
    font-size: 36px;
    padding-right: 10px;
    position: relative;
    top: 6px;
}
.course-category .course-categories .cc-single figure figcaption a:hover {
    background: #2B314B;
}
.course-category .course-categories .cc-single p.course-category-name {
    background: rgba(128, 205, 51, 0.8);
    bottom: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    left: 0;
    margin-bottom: 0;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    transition: 0.6s ease;
}
.course-category .course-categories .cc-single:hover p.course-category-name {
    bottom: -100px;
}
.course-category .course-info-block {
    margin-top: 65px;
}
.course-category .course-info-block .cib-single h3 {
    margin: 30px 0 20px 0;
    text-transform: uppercase;
    font-weight: 600;
}
.course-category .course-info-block .cib-single a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    text-transform: uppercase;
    color: #323232;
}
.course-category .course-info-block .cib-single a:hover {
    color: #2B314B;
}
.course-category .course-info-block .cib-single a i {
    display: inline-block;
    padding-left: 5px;
}
.course-category .free-trial-btn {
    text-align: center;
    margin-top: 65px;
}
.course-category .free-trial-btn a:hover {
    background: 0 0;
    border-color: #2B314B;
    color: #2B314B;
}
.online-course-list {
    padding: 100px 0;
}
.online-course-list .course-container .online-course-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    overflow: hidden;
    margin-bottom: 65px;
    transition: 0.3s ease;
}
.online-course-list .course-container .online-course-single figure {
    position: relative;
}
.online-course-list .course-container .online-course-single figure figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}
.online-course-list .course-container .online-course-single figure figcaption ul {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.online-course-list .course-container .online-course-single figure figcaption ul li {
    display: inline-block;
    margin-right: 25px;
}
.online-course-list .course-container .online-course-single figure figcaption ul li:last-child {
    margin-right: 0;
}
.online-course-list .course-container .online-course-single figure figcaption ul li a {
    font-size: 45px;
    color: #fff;
}
.online-course-list .course-container .online-course-single figure figcaption ul li a:hover {
    color: #2B314B;
}
.online-course-list .course-container .online-course-single .online-course-details {
    padding: 50px 20px 15px 20px;
    position: relative;
}
.online-course-list .course-container .online-course-single .online-course-details p.price-tag {
    background: #2B314B;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    left: 15%;
    padding: 10px 25px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -23px;
    width: 70%;
}
.online-course-list .course-container .online-course-single .online-course-details p.price-tag:before {
    border-bottom: 22px solid transparent;
    border-right: 20px solid #2B314B;
    border-top: 22px solid transparent;
    content: "";
    height: 0;
    left: -20px;
    position: absolute;
    top: 0;
    width: 0;
}
.online-course-list .course-container .online-course-single .online-course-details p.price-tag:after {
    border-bottom: 22px solid transparent;
    border-left: 20px solid #2B314B;
    border-top: 22px solid transparent;
    content: "";
    height: 0;
    right: -20px;
    position: absolute;
    top: 0;
    width: 0;
}
.online-course-list .course-container .online-course-single .online-course-details h3 {
    margin: 0 0 20px 0;
    transition: 0.3s ease;
}
.online-course-list .course-container .online-course-single .online-course-details ul.teacher-info {
    margin-bottom: 20px;
}
.online-course-list .course-container .online-course-single .online-course-details ul.teacher-info li {
    display: table-cell;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 15px;
    color: #444;
}
.online-course-list .course-container .online-course-single .online-course-details ul.teacher-info li:last-child {
    margin-right: 0;
    padding-left: 20px;
}
.online-course-list .course-container .online-course-single .online-course-details ul.teacher-info li img {
    border: 2px solid #2B314B;
}
.online-course-list .course-container .online-course-single .online-course-details .course-excerpt {
    padding-bottom: 15px;
}
.online-course-list .course-container .online-course-single .online-course-details .course-excerpt span {
    font-size: 13px;
    display: block;
    color: #444;
    padding-bottom: 5px;
}
.online-course-list .course-container .online-course-single .online-course-details .course-excerpt span:last-child {
    padding-bottom: 0;
}
.online-course-list .course-container .online-course-single .online-course-details .course-excerpt .col-sm-4:before {
    background: rgba(0, 0, 0, 0.07);
    content: "";
    height: 35px;
    position: absolute;
    right: 5px;
    top: 0;
    width: 1px;
}
.online-course-list .course-container .online-course-single .online-course-details .course-excerpt .col-sm-4:last-child:before {
    content: none;
}
.online-course-list .course-container .online-course-single .online-course-details .course-excerpt-bottom ul {
    margin-bottom: 0;
    padding: 15px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.online-course-list .course-container .online-course-single .online-course-details .course-excerpt-bottom ul li {
    display: inline-block;
    font-size: 18px;
    margin-right: 25px;
    color: #444;
}
.online-course-list .course-container .online-course-single .online-course-details .course-excerpt-bottom ul li:last-child {
    margin-right: 0;
    float: right;
    color: #ffef3b;
}
.online-course-list .course-container .online-course-single .online-course-details .course-details-btn {
    position: absolute;
    width: 100%;
    bottom: -100px;
    left: 0;
    visibility: hidden;
    opacity: 1;
    transition: 0.3s ease;
}
.online-course-list .course-container .online-course-single .online-course-details .course-details-btn a {
    background: #2B314B;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 500;
    padding: 16px 0;
    text-align: center;
    text-transform: uppercase;
}
.online-course-list .course-container .online-course-single:hover figure figcaption {
    visibility: visible;
    opacity: 1;
}
.online-course-list .course-container .online-course-single:hover .online-course-details h2 {
    color: #2B314B;
}
.online-course-list .course-container .online-course-single:hover .course-details-btn {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}
.online-course-list .course-container .all-course-btn a {
    background: #2B314B;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
}
.counter-cta {
    background: url(../images/index12/02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0;
}
.counter-cta:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
}
.counter-cta .counters {
    position: relative;
    background: url(../images/online-course/counter-shape-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.counter-cta .counters .counters-block {
    padding-top: 60px;
    padding-bottom: 60px;
}
.counter-cta .counters .counters-block:last-child,
.counter-cta .counters .counters-block:nth-child(3) {
    margin-bottom: 0;
}
.counter-cta .counters span {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.counter-cta .counters span:first-child {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 15px;
    font-family: "Roboto", serif;
    font-weight: 600;
}
.counter-cta .counters span:last-child {
    color: #2B314B;
}
.counter-cta .cta {
    background: #fff;
    text-align: center;
    border-radius: 3px;
}
.counter-cta .cta h2 {
    padding: 85px 55px 45px 55px;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.counter-cta .cta p {
    padding: 0 55px 75px 55px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 32px;
}
.counter-cta .cta a {
    background: #2B314B;
    border-radius: 0 0 3px 3px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
}
.counter-cta .vt-box {
    left: 0;
    top: 67px;
}
.teacher-course-hub1 {
    padding-bottom: 70px;
}
.testimonial02 {
    padding: 100px 0;
    background: url(../images/index12/02.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}
.testimonial02:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
.testimonial02:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(128, 205, 51, 0.1);
    z-index: -2;
}
.testimonial02 .testimonial-thumb {
    text-align: center;
}
.testimonial02 .testimonial-thumb ul li {
    display: inline-block;
    margin-right: 20px;
}
.testimonial02 .testimonial-thumb ul li:last-child {
    margin-right: 0;
}
.testimonial02 .testimonial-thumb ul li a {
    display: block;
}
.testimonial02 .testimonial-thumb ul li a img {
    transition: 0.3s ease;
}
.testimonial02 .testimonial-thumb ul li.active a img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.testimonial02 .testimonial-items {
    text-align: center;
    margin-top: 60px;
    color: #fff;
}
.testimonial02 .testimonial-items p {
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.testimonial02 .testimonial-items h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: #2B314B;
    margin: 35px 0 15px 0;
}
.testimonial02 .testimonial-items span {
    font-size: 14px;
    font-weight: 500;
}
.testimonial02 .block-media .slider-nav .slick-slide img {
    padding: 10px;
    transition: 0.3s ease;
    cursor: pointer;
    opacity: 0.7;
}
.testimonial02 .block-media .slider-nav .slick-center img {
    padding: 0;
    transition: 0.3s ease;
}
.testimonial02 .block-text {
    text-align: center;
    margin-top: 60px;
    color: #fff;
}
.testimonial02 .block-text p {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.testimonial02 .block-text h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: #2B314B;
    margin: 35px 0 15px 0;
}
.testimonial02 .block-text span {
    font-size: 14px;
    font-weight: 500;
}
.testimonial02 .block-text .slick-list {
    margin: 0;
}
.footer-style03 {
    background: url(../images/online-course/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-bottom {
    background: #1b1b1b;
}
.home04 {
    background: url(../images/online-course/intro02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.home04 .home-content h1 {
    font-size: 53px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 30px 0;
}
.home04 .home-content p {
    font-size: 25px;
    color: #fff;
}
.home04 .home-content a.home-video-btn {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #2B314B;
    color: #fff;
    border-radius: 100px;
    font-size: 40px;
    padding-top: 21px;
    margin-top: 40px;
    position: relative;
}
.home04 .home-content a.home-video-btn:before {
    position: absolute;
    content: "";
    width: 130%;
    height: 130%;
    left: -15%;
    top: -15%;
    background: rgba(128, 205, 51, 0.3);
    border-radius: 100px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.3s ease;
    opacity: 1;
    z-index: -1;
}
.home04 .home-content a.home-video-btn:after {
    position: absolute;
    content: "";
    width: 130%;
    height: 130%;
    left: -15%;
    top: -15%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: 0.3s ease;
    opacity: 0;
    z-index: -2;
}
.home04 .home-content a.home-video-btn:hover {
    background: #fff;
    color: #2B314B;
}
.home04 .home-content a.home-video-btn:hover:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.home04 .home-content a.home-video-btn:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.course-wrapper {
    position: relative;
    min-height: 400px;
}
.course-wrapper .course-search {
    position: absolute;
    width: 1250px;
    left: 50%;
    top: -160px;
    margin-left: -625px;
}
.course-wrapper .course-search .serach-header {
    width: 326px;
    background: #2B314B;
    padding: 20px 0 20px 55px;
    border-radius: 3px 3px 0 0;
}
.course-wrapper .course-search .serach-header h2 {
    font-size: 22px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.course-wrapper .course-search .search-container {
    background: #fff;
    box-shadow: 6px 0 52px rgba(0, 0, 0, 0.3);
    border-radius: 0 5px 5px 5px;
}
.course-wrapper .course-search .search-container .home-search-inner {
    padding: 55px 0;
}
.course-wrapper .course-search .search-container .home-search-inner form .select-default {
    position: relative;
}
.course-wrapper .course-search .search-container .home-search-inner form .select-default:before {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
    color: #444;
    pointer-events: none;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.course-wrapper .course-search .search-container .home-search-inner form .select-default select {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #444;
    border-radius: 3px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.course-wrapper .course-search .search-container .home-search-inner form .select-default select option {
    font-size: 15px;
    text-transform: uppercase;
    color: #444;
    padding: 5px 15px;
    display: block;
}
.course-wrapper .course-search .search-container .home-search-inner form button {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #2B314B;
    background: #2B314B;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}
.course-wrapper .course-search .search-container .home-search-inner form button i {
    display: inline-block;
    padding-right: 5px;
}
.course-wrapper .course-tab-wrapper {
    padding-top: 170px;
}
.course-wrapper .course-tab-wrapper .course-tabs .tab-content .tab-pane .tabpane-carousel div.tabpane-image {
    position: relative;
}
.course-wrapper .course-tab-wrapper .course-tabs .tab-content .tab-pane .tabpane-carousel div.tabpane-image figure {
    position: relative;
}
.course-wrapper .course-tab-wrapper .course-tabs .tab-content .tab-pane .tabpane-carousel div.tabpane-image figure:hover figcaption {
    visibility: visible;
    opacity: 1;
}
.course-wrapper .course-tab-wrapper .course-tabs .tab-content .tab-pane .tabpane-carousel div.tabpane-image figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}
.course-wrapper .course-tab-wrapper .course-tabs .tab-content .tab-pane .tabpane-carousel div.tabpane-image figure figcaption .cview-btn {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
}
.course-wrapper .course-tab-wrapper .course-tabs .tab-content .tab-pane .tabpane-carousel div.tabpane-image figure figcaption .cview-btn a {
    border: 0 none;
    font-size: 20px;
    display: inline-block;
    padding: 15px 20px 15px 60px;
    background: rgba(255, 255, 255, 0.4);
    color: #fff;
    font-weight: 400;
    margin: 0;
    position: relative;
}
.course-wrapper .course-tab-wrapper .course-tabs .tab-content .tab-pane .tabpane-carousel div.tabpane-image figure figcaption .cview-btn a:before {
    position: absolute;
    left: 15px;
    top: 0;
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 40px;
}
.course-wrapper .course-tab-wrapper .course-tabs .tab-content .tab-pane .tabpane-carousel div.tabpane-image figure figcaption .cview-btn a:hover {
    background: #2B314B;
}
.course-wrapper .course-tab-wrapper .course-tabs .tab-content .tab-pane .tabpane-carousel div.tabpane-image h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(128, 205, 51, 0.8);
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 25px 0;
    margin: 0;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.course-wrapper .course-tab-wrapper .course-tabs .tab-content .tab-pane .tabpane-carousel .owl-nav {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
}
.course-wrapper .course-tab-wrapper .course-tabs .tab-content .tab-pane .tabpane-carousel .owl-nav .owl-next,
.course-wrapper .course-tab-wrapper .course-tabs .tab-content .tab-pane .tabpane-carousel .owl-nav .owl-prev {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    font-size: 20px;
    padding-top: 5px;
    color: rgba(255, 255, 255, 0.5);
    margin-left: 15px;
    transition: 0.3s ease;
}
.course-wrapper .course-tab-wrapper .course-tabs .tab-content .tab-pane .tabpane-carousel .owl-nav .owl-next:hover,
.course-wrapper .course-tab-wrapper .course-tabs .tab-content .tab-pane .tabpane-carousel .owl-nav .owl-prev:hover {
    border-color: #fff;
    color: #fff;
}
.course-wrapper .course-tab-wrapper .course-tabs .tab-content .tab-pane .tabpane-carousel .owl-nav .owl-next {
    float: right;
    margin-left: 0;
    margin-right: 15px;
}
.course-wrapper .course-tab-wrapper .course-tabs .tab-content .tab-pane h2 {
    margin: 0 0 25px 0;
    font-weight: 600;
    text-transform: uppercase;
}
.course-wrapper .course-tab-wrapper .course-tabs .tab-content .tab-pane a {
    border: 2px solid #2B314B;
    background: 0 0;
    color: #2B314B;
    margin-top: 40px;
}
.course-wrapper .course-tab-wrapper .course-tabs .tab-content .tab-pane a:hover {
    background: #2B314B;
    color: #fff;
}
.course-wrapper .course-tab-wrapper .course-tabs div.nav-tabs {
    border: 0;
    margin-top: 40px;
}
.course-wrapper .course-tab-wrapper .course-tabs div.nav-tabs .active.col-sm-2 a {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.course-wrapper .course-tab-wrapper .course-tabs div.nav-tabs .col-sm-2 a {
    padding: 0;
    border: 0 none;
    margin: 0;
    display: block;
}
.course-wrapper .course-tab-wrapper .course-tabs div.nav-tabs .col-sm-2 a figure {
    position: relative;
}
.course-wrapper .course-tab-wrapper .course-tabs div.nav-tabs .col-sm-2 a figure figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(128, 205, 51, 0.78);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0;
    transition: 0.3s ease;
}
.course-wrapper .course-style04 {
    padding: 100px 0;
}
.course-wrapper .course-style04 .course-single {
    margin-bottom: 75px;
}
.course-wrapper .course-style04 .course-single .cs-text {
    padding: 65px 0;
    text-align: center;
}
.course-wrapper .course-style04 .course-single .cs-text span.course-subtitle {
    font-size: 16px;
    display: block;
    position: relative;
    transition: 0.3s ease;
}
.course-wrapper .course-style04 .course-single .cs-text span.course-subtitle:before {
    position: absolute;
    content: "";
    width: 220px;
    height: 1px;
    background: #2B314B;
    right: -50px;
    top: 19px;
    z-index: 1;
}
.course-wrapper .course-style04 .course-single .cs-text h3 {
    margin: 20px 0 30px 0;
    transition: 0.3s ease;
}
.course-wrapper .course-style04 .course-single .cs-text ul.course-author {
    margin-bottom: 25px;
}
.course-wrapper .course-style04 .course-single .cs-text ul.course-author li {
    display: inline-block;
}
.course-wrapper .course-style04 .course-single .cs-text ul.course-author li:first-child {
    padding-right: 15px;
}
.course-wrapper .course-style04 .course-single .cs-text ul.course-excerpt li {
    display: inline-block;
    margin-right: 30px;
}
.course-wrapper .course-style04 .course-single .cs-text ul.course-excerpt li:last-child {
    margin-right: 0;
}
.course-wrapper .course-style04 .course-single .cs-text ul.course-excerpt li span {
    display: block;
}
.course-wrapper .course-style04 .course-single .cs-text a.view-btn {
    border: 2px solid #2B314B;
    border-radius: 3px;
    color: #2B314B;
    display: inline-block;
    font-family: Roboto, serif;
    font-size: 14px;
    font-weight: 500;
    margin-top: 25px;
    padding: 13px 50px;
    text-transform: uppercase;
}
.course-wrapper .course-style04 .course-single .cs-image figure {
    position: relative;
}
.course-wrapper .course-style04 .course-single .cs-image figure figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}
.course-wrapper .course-style04 .course-single .cs-image figure figcaption span {
    font-size: 60px;
    font-weight: 600;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    color: #fff;
}
.course-wrapper .course-style04 .course-single:hover .cs-text span.course-subtitle {
    color: #2B314B;
}
.course-wrapper .course-style04 .course-single:hover .cs-text h2 {
    color: #2B314B;
}
.course-wrapper .course-style04 .course-single:hover .cs-image figure figcaption {
    visibility: visible;
    opacity: 1;
}
.course-wrapper .course-style04 .course-single:hover a.view-btn {
    background: #2B314B;
    color: #fff;
}
.course-wrapper .course-style04 .course-single.image-left {
    margin-bottom: 75px;
}
.course-wrapper .course-style04 .course-single.image-left .cs-text span.course-subtitle:before {
    left: -50px;
    right: auto;
}
.course-wrapper .course-style04 .browse-all-course a {
    background: #2B314B;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
}
body.kids-school {
    font-family: Sniglet, cursive;
}
body.kids-school h1,
body.kids-school h2,
body.kids-school h3,
body.kids-school h4,
body.kids-school h5,
body.kids-school h6 {
    font-family: Sniglet, cursive;
}
header.header-style05 .header-top {
    background: #b5d56a;
}
header.header-style05 .header-top .header-top-left ul li i {
    color: #fff;
    text-shadow: none;
}
header.header-style05 .header-top .header-top-right ul li i {
    color: #fff;
    text-shadow: none;
}
header.header-style05 .main-menu nav.navbar .navbar-collapse ul.navbar-nav li a {
    font-family: Sniglet, cursive;
}
header.header-style05 .main-menu nav.navbar .navbar-collapse ul.navbar-nav li a:hover {
    color: #b5d56a;
}
header.header-style05 .main-menu nav.navbar .navbar-collapse ul.navbar-nav li a:after {
    background: #b5d56a;
}
header.header-style05 .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.active a {
    color: #b5d56a;
}
header.header-style05 .main-menu nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu {
    border-top: 3px solid #b5d56a;
}
header.header-style05 .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.mega-menu ul.mega-menu-block {
    border-top: 3px solid #b5d56a;
}
.slider .slider-bottom-shape {
    position: absolute;
    left: 0;
    bottom: 0;
}
.slider .slider-bottom-shape img {
    width: 100%;
}
.slider .slider-bottom-blocks {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -140px;
}
.slider .slider-bottom-blocks .sb-block {
    text-align: center;
    padding: 25px 15px;
    background: #ddd;
    z-index: 1;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.slider .slider-bottom-blocks .sb-block:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 5px;
    border-radius: 5px;
}
.slider .slider-bottom-blocks .sb-block h2 {
    font-size: 24px;
    margin: 20px 0;
    color: #fff;
}
.slider .slider-bottom-blocks .sb-block p {
    margin-bottom: 0;
    font-weight: 400;
    color: #fff;
}
.slider .slider-bottom-blocks .sb-block a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #fff;
    font-size: 20px;
    padding-top: 9px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    margin-top: 20px;
}
.slider .slider-bottom-blocks .sb-block a:hover {
    background: #b5d56a;
    color: #fff;
}
.slider .slider-bottom-blocks .sb-block1 {
    background: url(../images/kindergarten/h01.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.slider .slider-bottom-blocks .sb-block1:before {
    background: rgba(240, 194, 75, 0.95);
}
.slider .slider-bottom-blocks .sb-block1 a {
    color: #f0c24b;
}
.slider .slider-bottom-blocks .sb-block2 {
    background: url(../images/kindergarten/h02.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.slider .slider-bottom-blocks .sb-block2:before {
    background: rgba(181, 213, 106, 0.95);
}
.slider .slider-bottom-blocks .sb-block2 a {
    color: #b5d56a;
}
.slider .slider-bottom-blocks .sb-block3 {
    background: url(../images/kindergarten/h03.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.slider .slider-bottom-blocks .sb-block3:before {
    background: rgba(234, 112, 102, 0.95);
}
.slider .slider-bottom-blocks .sb-block3 a {
    color: #ea7066;
}
.slider .slider-bottom-blocks .sb-block4 {
    background: url(../images/kindergarten/h04.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.slider .slider-bottom-blocks .sb-block4:before {
    background: rgba(132, 190, 214, 0.95);
}
.slider .slider-bottom-blocks .sb-block4 a {
    color: #84bed6;
}
.about.about05 {
    position: relative;
    padding: 260px 0 240px 0;
}
.about.about05 .about-text {
    padding-right: 15px;
}
.about.about05 .about-text h2 {
    margin-bottom: 25px;
}
.about.about05 .about-text h2 span {
    color: #b5d56a;
}
.about.about05 .about-text span.heading-devider {
    display: inline-block;
    width: 340px;
    border-bottom: 1px dashed #444;
    position: relative;
    margin-bottom: 25px;
}
.about.about05 .about-text span.heading-devider:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #b5d56a;
    border-radius: 100px;
    left: 50%;
    margin-left: -3px;
    top: -3px;
}
.about.about05 .about-text span.heading-devider:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    top: -1px;
    background: #b5d56a;
}
.about.about05 .about-text p {
    color: #9a9a9a;
}
.about.about05 .about-text a {
    background-image: url(../images/kindergarten/btn-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #b5d56a;
    border-radius: 0;
    color: #b5d56a;
    margin-top: 25px;
    position: relative;
    padding: 15px 40px;
    font-size: 16px;
    display: inline-block;
}
.about.about05 .about-text a:before {
    position: absolute;
    left: 10px;
    top: 10px;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    z-index: -1;
    border: 2px solid #b5d56a;
}
.about.about05 .about-image01 {
    position: absolute;
    left: 100px;
    right: -70px;
    top: 0;
    z-index: -2;
}
.about.about05 .about-image02 {
    position: absolute;
    left: 0;
    top: 150px;
    z-index: -1;
}
.kids-callto-action {
    padding: 100px 0;
    background: url(../images/kindergarten/cta-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}
.kids-callto-action .callto-action-content {
    position: relative;
    z-index: 1;
}
.kids-callto-action .callto-action-content h2 {
    margin: 0 0 30px 0;
    text-transform: uppercase;
}
.kids-callto-action .callto-action-content h2 span {
    color: #b5d56a;
}
.kids-callto-action .callto-action-content p {
    max-width: 750px;
    margin: 0 auto;
    color: #9a9a9a;
    font-size: 20px;
    line-height: 32px;
}
.kids-callto-action .callto-action-content a {
    background-image: url(../images/kindergarten/btn-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #b5d56a;
    border-radius: 0;
    border: 2px solid #b5d56a;
    margin-top: 30px;
    display: inline-block;
    font-size: 20px;
    padding: 15px 30px;
}
.kids-callto-action .callto-action-content a:before {
    position: absolute;
    left: 10px;
    top: 10px;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    border: 2px solid #b5d56a;
    z-index: -1;
}
.section-header02 {
    margin-bottom: 20px;
}
.section-header02 h2 {
    margin-bottom: 35px;
}
.section-header02 h2 span {
    color: #b5d56a;
}
.section-header02 h2 span:after,
.section-header02 h2 span:before {
    content: none;
}
.section-header02 span.heading-devider {
    display: inline-block;
    width: 340px;
    border-bottom: 1px dashed #444;
    position: relative;
    margin-bottom: 25px;
}
.section-header02 span.heading-devider:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #b5d56a;
    border-radius: 100px;
    left: 50%;
    margin-left: -3px;
    top: -3px;
}
.section-header02 span.heading-devider:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    top: -1px;
    background: #b5d56a;
}
.kids-courses {
    padding: 100px 0 25px 0;
    background: url(../images/kindergarten/course-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
.kids-courses .course-slide .owl-stage-outer {
    padding-bottom: 10px;
}
.kids-courses .course-slide .online-course-single .online-course-details {
    position: relative;
    z-index: 1;
    transition: 0.3s ease;
}
.kids-courses .course-slide .online-course-single .online-course-details:hover {
    background: url(../images/kindergarten/cta-bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.kids-courses .course-slide .online-course-single .online-course-details:hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    left: 0;
    top: 0;
    z-index: -1;
}
.kids-courses .course-slide .online-course-single .online-course-details p.price-tag {
    background: #b5d56a;
}
.kids-courses .course-slide .online-course-single .online-course-details p.price-tag:before {
    border-right-color: #b5d56a;
}
.kids-courses .course-slide .online-course-single .online-course-details p.price-tag:after {
    border-left-color: #b5d56a;
}
.kids-courses .course-slide .online-course-single .online-course-details h3 {
    text-align: center;
    font-weight: 400;
}
.kids-courses .course-slide .online-course-single .online-course-details ul.teacher-info {
    text-align: center;
}
.kids-courses .course-slide .online-course-single .online-course-details ul.teacher-info li {
    display: block;
}
.kids-courses .course-slide .online-course-single .online-course-details ul.teacher-info li img {
    display: inline;
    width: 45px;
    height: 45px;
}
.kids-courses .course-slide .online-course-single .online-course-details ul.teacher-info li:last-child {
    padding: 5px 0 0 0;
}
.kids-courses .course-slide .online-course-single .online-course-details .course-excerpt {
    text-align: center;
}
.kids-courses .online-course-single .online-course-details ul.teacher-info li img {
    border-color: #b5d56a !important;
}
.kids-courses .online-course-single .online-course-details .course-details-btn a {
    background: #b5d56a !important;
}
.kids-courses .owl-nav .owl-next,
.kids-courses .owl-nav .owl-prev {
    border: 1px solid #4d4d4d;
    border-radius: 10px;
    color: #4d4d4d;
    display: inline-block;
    font-size: 40px;
    height: 60px;
    position: absolute;
    text-align: center;
    width: 60px;
    top: 50%;
    margin-top: -65px;
    transition: 0.3s ease;
}
.kids-courses .owl-nav .owl-next:hover,
.kids-courses .owl-nav .owl-prev:hover {
    border-color: #b5d56a;
    color: #b5d56a;
}
.kids-courses .owl-nav .owl-prev {
    left: -65px;
}
.kids-courses .owl-nav .owl-next {
    right: -65px;
}
.kids-courses .owl-dots {
    text-align: center;
    margin-top: 0;
    display: none;
}
.kids-courses .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 15px;
}
.kids-courses .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.kids-courses .owl-dots .owl-dot span {
    border: 3px solid #2B314B;
    display: block;
    height: 17px;
    width: 17px;
    transition: 0.3s ease;
}
.kids-courses .owl-dots .owl-dot.active span {
    background: #2B314B;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.kids-register {
    padding: 100px 0;
    background: url(../images/kindergarten/01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.kids-register .countdown {
    position: relative;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
}
.kids-register .countdown span {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}
.kids-register .countdown span span {
    color: #b5d56a;
}
.kids-register .countdown h2 {
    font-size: 80px;
    text-transform: uppercase;
    margin: 15px 0 50px 0;
    color: #fff;
}
.kids-register .countdown #timer-wrapper .timer-body-block .table-cell {
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 15px;
    width: 115px;
    height: 115px;
    border: 2px solid #fff;
    border-radius: 10px;
    margin-right: 40px;
}
.kids-register .countdown #timer-wrapper .timer-body-block .table-cell:last-child {
    margin-right: 0;
}
.kids-register .countdown #timer-wrapper .timer-body-block .table-cell .tab-val {
    font-size: 55px;
    line-height: 55px;
}
.kids-register .countdown #timer-wrapper .timer-body-block .table-cell .tab-unit {
    font-size: 20px;
    text-transform: uppercase;
}
.kids-register .registration-form {
    background: #fff;
    position: relative;
}
.kids-register .registration-form:before {
    position: absolute;
    content: url(../images/kindergarten/butterfly.png);
    right: -75px;
    top: -35px;
}
.kids-register .registration-form h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    padding: 40px 0 30px 0;
    margin: 0 0 25px 0;
    text-align: center;
    position: relative;
}
.kids-register .registration-form h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 1px;
    content: "";
    background: #ebf5e7;
}
.kids-register .registration-form h2:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 1px;
    content: "";
    background: #ecebc8;
}
.kids-register .registration-form h2 span {
    color: #b5d56a;
}
.kids-register .registration-form form .form-group {
    padding: 0 20px;
}
.kids-register .registration-form form input,
.kids-register .registration-form form textarea {
    display: block;
    width: 100%;
    font-size: 25px;
    color: #9a9a9a;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #b2b2b2;
    border-left: 0;
    margin-bottom: 30px;
    padding: 0 15px 15px 15px;
    transition: 0.3s ease;
    box-shadow: none;
}
.kids-register .registration-form form input:focus,
.kids-register .registration-form form textarea:focus {
    border-color: #b5d56a;
}
.kids-register .registration-form form textarea {
    min-height: 100px;
    resize: none;
}
.kids-register .registration-form form button {
    padding: 20px 0;
    text-align: center;
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    background: #b5d56a;
    width: 100%;
    border: 0 none;
}
.kids-teacher {
    padding: 100px 0 0 0;
}
.kids-teacher .section-header02 {
    margin-bottom: 60px;
}
.kids-teacher .teacher-single05 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    margin-bottom: 100px;
    transition: 0.3s ease;
}
.kids-teacher .teacher-single05:hover .ts5-info a,
.kids-teacher .teacher-single05:hover .ts5-info h3 {
    color: #b5d56a;
}
.kids-teacher .teacher-single05 .ts5-image {
    position: relative;
    top: -40px;
}
.kids-teacher .teacher-single05 .ts5-image ul {
    margin: 20px 0 0 0;
    text-align: center;
}
.kids-teacher .teacher-single05 .ts5-image ul li {
    display: inline-block;
    margin-right: 15px;
}
.kids-teacher .teacher-single05 .ts5-image ul li:last-child {
    margin-right: 0;
}
.kids-teacher .teacher-single05 .ts5-image ul li a {
    font-size: 16px;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    padding-top: 6px;
    background: #b5d56a;
}
.kids-teacher .teacher-single05 .ts5-image ul li.facebook a:hover {
    background: #3b5998;
}
.kids-teacher .teacher-single05 .ts5-image ul li.twitter a:hover {
    background: #1da1f2;
}
.kids-teacher .teacher-single05 .ts5-image ul li.gplus a:hover {
    background: #dd4b39;
}
.kids-teacher .teacher-single05 .ts5-image ul li.linkedin a:hover {
    background: #00a0dc;
}
.kids-teacher .teacher-single05 .ts5-info {
    padding: 40px 30px 40px 5px;
}
.kids-teacher .teacher-single05 .ts5-info h3 {
    margin: 0 0 10px 0;
    transition: 0.3s ease;
    text-transform: uppercase;
    font-weight: 400;
}
.kids-teacher .teacher-single05 .ts5-info span {
    font-size: 15px;
    color: #6a6a6a;
    display: block;
    margin-bottom: 15px;
}
.kids-teacher .teacher-single05 .ts5-info p {
    color: #9a9a9a;
    margin-bottom: 20px;
}
.kids-teacher .teacher-single05 .ts5-info a {
    font-size: 14px;
    color: #323232;
    text-transform: uppercase;
    font-weight: 500;
}
.kids-teacher .teacher-single05 .ts5-info a i {
    display: inline-block;
    padding-left: 5px;
}
.kids-testimonial {
    background: url(../images/kindergarten/cta-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.kids-testimonial .testimonial-carousel02 .testimonial-single .ts-left .client-image {
    box-shadow: 8px 0 13px rgba(0, 0, 0, 0.13);
}
.kids-testimonial .testimonial-carousel02 .testimonial-single .ts-left .client-content h3.client-info {
    color: #b5d56a;
    font-weight: 400;
}
.kids-testimonial .testimonial-carousel02 .testimonial-single .ts-right .client-image {
    box-shadow: -8px 0 13px rgba(0, 0, 0, 0.13);
}
.kids-testimonial .testimonial-carousel02 .testimonial-single .ts-right .client-content h3.client-info {
    color: #b5d56a;
    font-weight: 400;
}
.kids-testimonial .owl-nav .owl-next,
.kids-testimonial .owl-nav .owl-prev {
    border: 1px solid #4d4d4d;
    border-radius: 10px;
    color: #4d4d4d;
    margin-top: -45px;
}
.kids-testimonial .owl-nav .owl-next:hover,
.kids-testimonial .owl-nav .owl-prev:hover {
    border-color: #b5d56a;
    color: #b5d56a;
}
.kids-testimonial .owl-dots {
    display: none;
}
.blog02 {
    padding: 100px 0;
}
.blog02 .blog-posts .single-blog {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    padding: 0 0 30px 0;
    transition: 0.3s ease;
}
.blog02 .blog-posts .single-blog:hover figure figcaption ul li {
    color: #b5d56a;
}
.blog02 .blog-posts .single-blog:hover .blog-excerpt h3 a {
    color: #b5d56a;
}
.blog02 .blog-posts .single-blog:hover .blog-excerpt a.view-more-btn {
    color: #b5d56a;
}
.blog02 .blog-posts .single-blog figure figcaption ul {
    padding: 20px 0 10px 0;
    padding: 20px 20px 0 20px;
}
.blog02 .blog-posts .single-blog figure figcaption ul li {
    display: inline-block;
    font-size: 18px;
    color: #727375;
    text-transform: uppercase;
    transition: 0.3s ease;
}
.blog02 .blog-posts .single-blog figure figcaption ul li:last-child {
    float: right;
}
.blog02 .blog-posts .single-blog .blog-excerpt {
    padding: 0 20px;
}
.blog02 .blog-posts .single-blog .blog-excerpt h3 {
    line-height: 26px;
    margin: 0 0 15px 0;
    font-weight: 400;
}
.blog02 .blog-posts .single-blog .blog-excerpt h3 a {
    color: #323232;
}
.blog02 .blog-posts .single-blog .blog-excerpt p {
    color: #9a9a9a;
    margin-bottom: 20px;
}
.blog02 .blog-posts .single-blog .blog-excerpt a.view-more-btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #323232;
    font-weight: 500;
}
.blog02 .blog-posts .single-blog .blog-excerpt a.view-more-btn i {
    display: inline-block;
    padding-left: 5px;
}
footer.footer02 {
    background: url(../images/kindergarten/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-bottom: 0;
}
footer.footer02 .widget .widget-title h2 {
    color: #b5d56a;
}
footer.footer02 .widget.about-widget .widget-content ul li i {
    text-shadow: none;
    color: #b5d56a;
}
footer.footer02 .widget.footer-social ul li a i {
    text-shadow: none;
    color: #fff;
}
footer.footer02 .widget.footer-social ul li a:hover i {
    color: #b5d56a;
}
footer.footer02 .widget.links .widget-content ul li a:hover {
    color: #b5d56a;
}
footer.footer02 .widget.latest-news .news-single .news-excerpt h3 a:hover {
    color: #b5d56a;
}
footer.footer02 .widget.contact-widget form button,
footer.footer02 .widget.subscribe form button {
    background: #b5d56a;
    border-color: #b5d56a;
    font-family: Sniglet, cursive;
}
.footer-bottom02 {
    background: 0 0;
    border-top-color: #697b41;
}
.footer-bottom02 p {
    font-family: inherit;
}
header.header-kg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
header.header-kg .header-top {
    padding-left: 40px;
    padding-right: 40px;
}
header.header-kg .main-menu {
    padding-left: 40px;
    padding-right: 40px;
    background: #fff;
    border-radius: 0 0 3px 3px;
}
header.header-kg .main-menu nav.navbar .navbar-header a.navbar-brand {
    padding: 30px 0;
}
header.header-kg .main-menu nav.navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
header.header-kg .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.mega-menu ul.mega-menu-block {
    left: -159px;
}
header.header-kg .main-menu nav.navbar .nav-container .menu-search {
    right: -15px;
}
.kindergarten-slider {
    position: relative;
}
.kindergarten-slider .su-overlay-kg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.kindergarten-slider .su-overlay-kg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(163, 191, 95, 0.1);
    transition: all 0.3s ease 0s;
    z-index: -2;
}
.kindergarten-slider .su-overlay-kg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.section-header-kg {
    text-align: center;
    margin-bottom: 20px;
}
.section-header-kg h2 {
    margin: 0;
    padding-bottom: 25px;
    position: relative;
    line-height: 30px;
}
.section-header-kg h2 span{
    color: #ff9907;
}
.section-header-kg h2:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 1px;
    background: #ea7066;
    left: 50%;
    bottom: 0;
    margin-left: -70px;
    z-index: -3;
}
.section-header-kg h2:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 1px;
    background: #84bed6;
    left: 50%;
    bottom: 0;
    margin-left: 0;
    z-index: -2;
}
.section-header-kg h2 span {
    position: absolute;
    width: 50px;
    height: 3px;
    background: #b5d56a;
    bottom: -1px;
    left: 50%;
    margin-left: -25px;
    z-index: -1;
}
.section-header-kg h2 span:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f0c24b;
    left: 50%;
    margin-left: -3px;
    bottom: -2px;
}
.section-header-kg p {
    max-width: 625px;
    margin: 20px auto 0 auto;
}
.kindergarten-features .features-boxes .feature-box-wrapper {
    margin-bottom: 40px;
}
.kindergarten-features .features-boxes .feature-box-wrapper:first-child .feature-box-single {
    background: #2B314B;
}
.kindergarten-features .features-boxes .feature-box-wrapper:first-child .feature-box-single a.more-btn {
    color: #b5d56a;
}
.kindergarten-features .features-boxes .feature-box-wrapper:nth-child(2) .feature-box-single {
    background: #ffb240;
}
.kindergarten-features .features-boxes .feature-box-wrapper:nth-child(2) .feature-box-single a.more-btn {
    color: #f0c24b;
}
.kindergarten-features .features-boxes .feature-box-wrapper:nth-child(3) .feature-box-single {
    background: #ea7066;
}
.kindergarten-features .features-boxes .feature-box-wrapper:nth-child(3) .feature-box-single a.more-btn {
    color: #ea7066;
}
.kindergarten-features .features-boxes .feature-box-wrapper:nth-child(4) .feature-box-single {
    background: #84bed6;
}
.kindergarten-features .features-boxes .feature-box-wrapper:nth-child(4) .feature-box-single a.more-btn {
    color: #84bed6;
}
.kindergarten-features .features-boxes .feature-box-wrapper:nth-child(5) .feature-box-single {
    background: #a597e7;
}
.kindergarten-features .features-boxes .feature-box-wrapper:nth-child(5) .feature-box-single a.more-btn {
    color: #a597e7;
}
.kindergarten-features .features-boxes .feature-box-wrapper:nth-child(6) .feature-box-single {
    background: #ea77ad;
}
.kindergarten-features .features-boxes .feature-box-wrapper:nth-child(6) .feature-box-single a.more-btn {
    color: #ea77ad;
}
.kindergarten-features .features-boxes .feature-box-wrapper:nth-child(7) .feature-box-single {
    background: #7ee6e9;
}
.kindergarten-features .features-boxes .feature-box-wrapper:nth-child(7) .feature-box-single a.more-btn {
    color: #7ee6e9;
}
.kindergarten-features .features-boxes .feature-box-wrapper:last-child .feature-box-single {
    background: #2B314B;
}
.kindergarten-features .features-boxes .feature-box-wrapper:last-child .feature-box-single a.more-btn {
    color: #92278f;
}
.kindergarten-features .features-boxes .feature-box-wrapper .feature-box-single {
    text-align: center;
    padding: 30px 20px;
    border-radius: 3px;
}
.kindergarten-features .features-boxes .feature-box-wrapper .feature-box-single h3 {
    margin: 20px 0 15px 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 20px;
}
.kindergarten-features .features-boxes .feature-box-wrapper .feature-box-single p {
    color: #fff;
    margin-bottom: 0;
}
.kindergarten-features .features-boxes .feature-box-wrapper .feature-box-single a.more-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 20px;
    border-radius: 50%;
    background: #fff;
    padding-top: 12px;
    font-size: 18px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.13);
}
.information-middle {
    background: url(../images/kindergarten/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.information-middle .info-image {
    position: relative;
    top: 10px;
}
.information-middle .info-content {
    padding-left: 70px;
    padding-top: 150px;
}
.information-middle .info-content h2 {
    line-height: 50px;
    color: #fff;
    margin: 0 0 30px 0;
}
.information-middle .info-content p {
    color: #fff;
    margin-bottom: 0;
}
.information-middle .info-content a {
    background: #fff;
    color: #b5d56a;
    border-color: #fff;
    padding: 12px 40px;
    margin-top: 50px;
}
.courses-kindergarten2 {
    padding: 100px 0;
}
.courses-kindergarten2 .courses-wrapper .course-single-box {
    margin-bottom: 50px;
}
.courses-kindergarten2 .courses-wrapper .course-single-box:nth-child(2) .course-single-inner .course-info:hover h3 a {
    color: #f0c24b;
}
.courses-kindergarten2 .courses-wrapper .course-single-box:nth-child(2) .course-single-inner .course-info ul.author-info li:last-child a {
    color: #f0c24b;
}
.courses-kindergarten2 .courses-wrapper .course-single-box:nth-child(2) .course-single-inner .course-info ul.author-info li img {
    border-color: #f0c24b;
}
.courses-kindergarten2 .courses-wrapper .course-single-box:nth-child(2) .course-single-inner .course-info ul.course-meta li span {
    color: #f0c24b;
}
.courses-kindergarten2 .courses-wrapper .course-single-box:nth-child(2) .course-single-inner .course-info ul.course-bottom li:last-child {
    color: #f0c24b;
}
.courses-kindergarten2 .courses-wrapper .course-single-box:nth-child(3) .course-single-inner .course-info:hover h3 a {
    color: #ea7066;
}
.courses-kindergarten2 .courses-wrapper .course-single-box:nth-child(3) .course-single-inner .course-info ul.author-info li:last-child a {
    color: #ea7066;
}
.courses-kindergarten2 .courses-wrapper .course-single-box:nth-child(3) .course-single-inner .course-info ul.author-info li img {
    border-color: #ea7066;
}
.courses-kindergarten2 .courses-wrapper .course-single-box:nth-child(3) .course-single-inner .course-info ul.course-meta li span {
    color: #ea7066;
}
.courses-kindergarten2 .courses-wrapper .course-single-box:nth-child(3) .course-single-inner .course-info ul.course-bottom li:last-child {
    color: #ea7066;
}
.courses-kindergarten2 .courses-wrapper .course-single-box:nth-child(4) .course-single-inner .course-info:hover h3 a {
    color: #84bed6;
}
.courses-kindergarten2 .courses-wrapper .course-single-box:nth-child(4) .course-single-inner .course-info ul.author-info li:last-child a {
    color: #84bed6;
}
.courses-kindergarten2 .courses-wrapper .course-single-box:nth-child(4) .course-single-inner .course-info ul.author-info li img {
    border-color: #84bed6;
}
.courses-kindergarten2 .courses-wrapper .course-single-box:nth-child(4) .course-single-inner .course-info ul.course-meta li span {
    color: #84bed6;
}
.courses-kindergarten2 .courses-wrapper .course-single-box:nth-child(4) .course-single-inner .course-info ul.course-bottom li:last-child {
    color: #84bed6;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-image {
    padding-right: 0;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-image:hover figure figcaption {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-image figure {
    position: relative;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-image figure figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-image figure figcaption div {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-image figure figcaption div a {
    background: #b5d56a;
    border-color: #b5d56a;
    padding: 10px 25px;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-image figure figcaption div a:hover {
    color: #b5d56a;
    background: #fff;
    border-color: #fff;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-info {
    padding: 20px 35px 10px 20px;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-info:hover h3 a {
    color: #b5d56a;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-info h3 {
    margin: 0 0 15px 0;
    font-weight: 400;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-info h3 a {
    color: inherit;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-info ul.author-info {
    margin-bottom: 0;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-info ul.author-info li {
    display: table-cell;
    vertical-align: middle;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-info ul.author-info li:last-child {
    padding-left: 15px;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-info ul.author-info li:last-child a {
    color: #b5d56a;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-info ul.author-info li img {
    border: 2px solid #b5d56a;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-info ul.course-meta {
    margin: 15px 0;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-info ul.course-meta li {
    display: inline-block;
    padding-right: 30px;
    position: relative;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-info ul.course-meta li span {
    color: #b5d56a;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-info ul.course-meta li:last-child {
    padding-right: 0;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-info ul.course-meta li:first-child:before {
    position: absolute;
    content: "|";
    right: 10px;
    top: 0;
    color: rgba(0, 0, 0, 0.13);
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-info p {
    margin-bottom: 10px;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-info ul.course-bottom {
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.13);
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-info ul.course-bottom li {
    display: inline-block;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-info ul.course-bottom li span {
    color: #ffef3b;
    font-size: 16px;
}
.courses-kindergarten2 .courses-wrapper .course-single-box .course-single-inner .course-info ul.course-bottom li:last-child {
    color: #b5d56a;
    float: right;
    font-size: 20px;
    line-height: 22px;
}
.courses-kindergarten2 .courses-wrapper .course-more-btn {
    text-align: center;
}
.courses-kindergarten2 .courses-wrapper .course-more-btn a {
    background: #b5d56a;
    border-color: #b5d56a;
}
.courses-kindergarten2 .courses-wrapper .course-more-btn a:hover {
    color: #b5d56a;
    background: 0 0;
}
.info-counter {
    padding: 100px 0;
    background: url(../images/kindergarten/01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: -4;
}
.info-counter:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: -5;
}
.info-counter .section-header-kg h2 {
    color: #fff;
}
.info-counter .section-header-kg p {
    color: #fff;
}
.info-counter .counter-boxes .counter-single {
    width: 20%;
    float: left;
    text-align: center;
}
.info-counter .counter-boxes .counter-single:nth-child(2) .counter-data span:first-child {
    color: #f0c24b;
}
.info-counter .counter-boxes .counter-single:nth-child(3) .counter-data span:first-child {
    color: #ea7066;
}
.info-counter .counter-boxes .counter-single:nth-child(4) .counter-data span:first-child {
    color: #84bed6;
}
.info-counter .counter-boxes .counter-single:last-child .counter-data span:first-child {
    color: #a597e7;
}
.info-counter .counter-boxes .counter-single .count-icon {
    padding: 15px;
    background: #fff;
    display: inline-block;
}
.info-counter .counter-boxes .counter-single .counter-data {
    margin-top: 50px;
}
.info-counter .counter-boxes .counter-single .counter-data span {
    display: block;
    color: #fff;
    font-size: 15px;
}
.info-counter .counter-boxes .counter-single .counter-data span:first-child {
    font-size: 40px;
    color: #b5d56a;
    line-height: 32px;
    margin-bottom: 10px;
}
.kindergarten-gallery {
    padding: 100px 0;
    overflow: hidden;
}
.kindergarten-gallery .gallery-wrapper {
    margin-right: -5px;
    margin-left: -5px;
}
.kindergarten-gallery .gallery-wrapper .gallery-box {
    width: 20%;
    float: left;
    padding: 0 5px 20px 5px;
}
.kindergarten-gallery .gallery-wrapper .gallery-box:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.kindergarten-gallery .gallery-wrapper .gallery-box:hover figure figcaption {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.kindergarten-gallery .gallery-wrapper .gallery-box figure {
    position: relative;
    overflow: hidden;
}
.kindergarten-gallery .gallery-wrapper .gallery-box figure img {
    transition: 0.5s ease;
}
.kindergarten-gallery .gallery-wrapper .gallery-box figure figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition: 0.3s ease;
}
.kindergarten-gallery .gallery-wrapper .gallery-box figure figcaption span {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.kindergarten-gallery .gallery-wrapper .gallery-box figure figcaption span a {
    color: #b5d56a;
    font-size: 20px;
}
.kindergarten-gallery .view-more {
    text-align: center;
    margin-top: 30px;
}
.kindergarten-gallery .view-more a {
    background: #b5d56a;
    border-color: #b5d56a;
}
.kindergarten-gallery .view-more a:hover {
    background: 0 0;
    color: #b5d56a;
}
.testimonial-kindergarten {
    padding: 100px 0 90px 0;
    background: url(../images/kindergarten/testimonial-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -4;
    position: relative;
}
.testimonial-kindergarten .section-header-kg {
    margin-bottom: 50px;
}
.testimonial-kindergarten .section-header-kg h2 {
    color: #fff;
}
.testimonial-kindergarten .section-header-kg h2 span:before {
    background: #fff;
}
.testimonial-kindergarten .section-header-kg p {
    color: #fff;
}
.testimonial-kindergarten .testimonial-kg .owl-stage-outer {
    padding-top: 10px;
    padding-bottom: 10px;
}
.testimonial-kindergarten .testimonial-kg .testimonial-single-inner {
    background: #fff;
}
.testimonial-kindergarten .testimonial-kg .testimonial-single-inner ul.author-info li:last-child span:first-child {
    color: #b5d56a !important;
    font-family: inherit !important;
    font-weight: 400 !important;
}
.testimonial-kindergarten .owl-nav .owl-next,
.testimonial-kindergarten .owl-nav .owl-prev {
    border: 2px solid rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    font-size: 32px;
    height: 50px;
    margin-top: -35px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 50px;
    background: #fff;
}
.testimonial-kindergarten .owl-nav .owl-next:hover,
.testimonial-kindergarten .owl-nav .owl-prev:hover {
    border-color: #b5d56a;
    color: #b5d56a;
}
.testimonial-kindergarten .owl-nav .owl-prev {
    left: -60px;
}
.testimonial-kindergarten .owl-nav .owl-next {
    right: -60px;
}
.kg-teachers {
    padding: 100px 0;
}
.kg-teachers .kg-teachers-wrapper .teacher-single-inner {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.kg-teachers .kg-teachers-wrapper .teacher-single-inner:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.kg-teachers .kg-teachers-wrapper .teacher-single-inner:hover figure figcaption {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.kg-teachers .kg-teachers-wrapper .teacher-single-inner:hover .teachers-details h3 {
    color: #b5d56a;
}
.kg-teachers .kg-teachers-wrapper .teacher-single-inner:hover .teachers-details span {
    color: #323232;
}
.kg-teachers .kg-teachers-wrapper .teacher-single-inner:hover .teachers-details ul.teacher-social li a {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    color: #b5d56a;
}
.kg-teachers .kg-teachers-wrapper .teacher-single-inner figure {
    position: relative;
    overflow: hidden;
}
.kg-teachers .kg-teachers-wrapper .teacher-single-inner figure img {
    transition: 0.5s ease;
}
.kg-teachers .kg-teachers-wrapper .teacher-single-inner figure figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition: 0.3s ease;
}
.kg-teachers .kg-teachers-wrapper .teacher-single-inner figure figcaption div {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    text-align: center;
}
.kg-teachers .kg-teachers-wrapper .teacher-single-inner figure figcaption div a {
    background: #b5d56a;
    border-color: #b5d56a;
    padding: 10px 25px;
}
.kg-teachers .kg-teachers-wrapper .teacher-single-inner figure figcaption div a:hover {
    background: 0 0;
    color: #b5d56a;
}
.kg-teachers .kg-teachers-wrapper .teacher-single-inner .teachers-details {
    padding: 20px 15px;
    text-align: center;
}
.kg-teachers .kg-teachers-wrapper .teacher-single-inner .teachers-details h3 {
    font-weight: 400;
    margin: 0 0 10px 0;
    transition: 0.3s ease;
}
.kg-teachers .kg-teachers-wrapper .teacher-single-inner .teachers-details span {
    font-size: 15px;
    color: #444;
    transition: 0.3s ease;
}
.kg-teachers .kg-teachers-wrapper .teacher-single-inner .teachers-details ul.teacher-social {
    margin: 20px 0 10px 0;
}
.kg-teachers .kg-teachers-wrapper .teacher-single-inner .teachers-details ul.teacher-social li {
    display: inline-block;
    margin-right: 20px;
}
.kg-teachers .kg-teachers-wrapper .teacher-single-inner .teachers-details ul.teacher-social li:last-child {
    margin-right: 0;
}
.kg-teachers .kg-teachers-wrapper .teacher-single-inner .teachers-details ul.teacher-social li a {
    display: block;
    width: 28px;
    height: 28px;
    background: #f9f9f9;
    border-radius: 50%;
    font-size: 14px;
    color: #a7a7a7;
    padding-top: 4px;
}
.kg-teachers .kg-teachers-wrapper .teacher-single-inner .teachers-details ul.teacher-social li a:hover {
    background: #b5d56a;
    color: #fff;
}
.kg-cta {
    padding: 60px 0;
    background: url(../images/kindergarten/bg3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.kg-cta p {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    margin: 12px 0 0 0;
}
.kg-cta .col-sm-4 {
    text-align: right;
}
.kg-cta .col-sm-4 a.cta-btn {
    padding: 10px 30px;
    background: #fff;
    border-color: #fff;
    color: #b5d56a;
}
.kg-cta .col-sm-4 a.cta-btn:hover {
    background: #b5d56a;
    color: #fff;
}
.header-top-border span {
    display: block;
    width: 50%;
    float: left;
    height: 3px;
    position: relative;
}
.header-top-border span:first-child:before {
    position: absolute;
    width: 50%;
    content: "";
    left: 0;
    top: 0;
    background: #fff;
    height: 3px;
}
.header-top-border span:first-child:after {
    position: absolute;
    width: 50%;
    content: "";
    right: 0;
    top: 0;
    background: #2B314B;
    height: 3px;
}
.header-top-border span:last-child:before {
    position: absolute;
    width: 50%;
    content: "";
    left: 0;
    top: 0;
    background: #fff;
    height: 3px;
}
.header-top-border span:last-child:after {
    position: absolute;
    width: 50%;
    content: "";
    right: 0;
    top: 0;
    background: #2B314B;
    height: 3px;
}
#header-style02.header-style04 {
    top: 3px;
}
#header-style02.header-style04 .main-menu {
    border-bottom: 1px solid #bfc3c5;
}
#header-style02.header-style04 .is-sticky .main-menu {
    border-bottom-color: #1b1b1b;
}
#header-style02.header-style04 .nav-search {
    color: #fff;
}
.header-style03 .nav-search {
    color: #fff;
}
.slider-university {
    position: relative;
}
.slider-university .su-overlay {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slider-university .su-overlay:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.about06 {
    padding: 100px 0;
}
.about06 .about-content h2 {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}
.about06 .about-content h2:after {
    position: absolute;
    content: "";
    width: 120px;
    height: 1px;
    background: #323232;
    left: 0;
    bottom: 0;
}
.about06 .about-content h2 span {
    color: #2B314B;
}
.about06 .about-content a.rm-btn {
    display: inline-block;
    margin-top: 25px;
}
.about06 .about-content a.rm-btn:hover {
    background: 0 0;
    border-color: #2B314B;
    color: #2B314B;
}
.about06 .about-video iframe {
    height: 415px;
    width: 100%;
}
.about06 .about-boxes {
    padding-top: 100px;
}
.about06 .about-boxes a {
    display: block;
    background: rgba(60, 61, 65, 0.9);
    padding: 20px;
    color: #fff;
}
.about06 .about-boxes a:hover {
    color: #2B314B;
    background: #3c3d41;
}
.about06 .about-boxes a ul {
    margin-bottom: 0;
}
.about06 .about-boxes a ul li {
    display: table-cell;
    vertical-align: top;
    font-size: 24px;
    font-weight: 600;
    font-family: "Roboto", serif;
}
.about06 .about-boxes a ul li:last-child {
    padding-left: 20px;
}
.about06 .about-boxes a ul li img {
    margin-top: 10px;
}
.courses06 {
    padding: 100px 0 70px 0;
    background: #f7f7f7;
}
.courses06 .section-header03 h2 {
    margin-bottom: 10px;
}
.courses06 .course-slider03 {
    position: relative;
}
.courses06 .course-slider03 .owl-stage-outer {
    padding: 30px 0;
}
.courses06 .course-slider03 .course-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: 0.3s ease;
}
.courses06 .course-slider03 .course-single:hover figcaption {
    visibility: visible;
    opacity: 1;
}
.courses06 .course-slider03 .course-single:hover .course-content h3 a {
    color: #2B314B;
}
.courses06 .course-slider03 .course-single:hover .course-content ul li img {
    border: 2px solid #2B314B;
}
.courses06 .course-slider03 .course-single figure {
    position: relative;
}
.courses06 .course-slider03 .course-single figure img {
    width: 100%;
}
.courses06 .course-slider03 .course-single figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}
.courses06 .course-slider03 .course-single figure figcaption div {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.courses06 .course-slider03 .course-single figure figcaption div a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    background: #2B314B;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
}
.courses06 .course-slider03 .course-single .course-content {
    padding: 20px 15px;
    background: #ffff;
}
.courses06 .course-slider03 .course-single .course-content h3 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.courses06 .course-slider03 .course-single .course-content h3 a {
    color: #323232;
}
.courses06 .course-slider03 .course-single .course-content ul {
    margin-bottom: 20px;
}
.courses06 .course-slider03 .course-single .course-content ul li {
    display: table-cell;
    vertical-align: top;
}
.courses06 .course-slider03 .course-single .course-content ul li img {
    display: inline;
    transition: 0.3s ease;
    border: 2px solid transparent;
}
.courses06 .course-slider03 .course-single .course-content ul li:last-child {
    padding-left: 15px;
    padding-top: 5px;
}
.courses06 .course-slider03 .course-single .course-content ul li:last-child span {
    font-size: 12px;
    color: #acacac;
    display: block;
}
.courses06 .course-slider03 .course-single .course-content ul li:last-child span:last-child {
    font-size: 15px;
    color: #444;
}
.courses06 .course-slider03 .course-single .course-content .course-rating span {
    font-size: 18px;
    padding-right: 3px;
}
.courses06 .course-slider03 .course-single .course-content .course-rating span i {
    font-size: 18px;
    color: #ffef3b;
}
.courses06 .course-slider03 .course-single .course-content .course-rating span:last-child {
    font-size: 12px;
    color: #444;
    padding-left: 15px;
}
.courses06 .course-slider03 .course-single .course-content-bottom {
    background: #fff;
    padding: 20px 15px;
    position: relative;
}
.courses06 .course-slider03 .course-single .course-content-bottom:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.07);
    left: 0;
    top: 0;
}
.courses06 .course-slider03 .course-single .course-content-bottom ul {
    text-align: right;
    margin-bottom: 0;
}
.courses06 .course-slider03 .course-single .course-content-bottom ul li {
    font-size: 15px;
    color: #444;
    font-weight: 400;
    display: inline-block;
}
.courses06 .course-slider03 .course-single .course-content-bottom ul li:first-child {
    float: left;
    font-size: 19px;
    font-weight: 600;
    font-family: "Roboto", serif;
    color: #2B314B;
    line-height: 20px;
}
.courses06 .course-slider03 .course-single .course-content-bottom ul li:first-child span {
    display: inline-block;
    font-size: 13px;
    text-decoration: line-through;
    color: #444;
    padding-left: 5px;
    font-weight: 400;
}
.courses06 .course-slider03 .course-single .course-content-bottom ul li:nth-child(2) {
    padding-right: 15px;
}
.courses06 .course-slider03 .owl-nav {
    left: 0;
    padding-right: 30px;
    position: absolute;
    text-align: right;
    top: -44px;
    width: 100%;
}
.courses06 .course-slider03 .owl-nav .owl-next,
.courses06 .course-slider03 .owl-nav .owl-prev {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #030304;
    color: #030304;
    padding-top: 5px;
    transition: 0.3s ease;
}
.courses06 .course-slider03 .owl-nav .owl-next:hover,
.courses06 .course-slider03 .owl-nav .owl-prev:hover {
    color: #2B314B;
    border-color: #2B314B;
}
.courses06 .course-slider03 .owl-nav .owl-prev {
    margin-right: 10px;
}
.section-header03 h2 {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    position: relative;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.section-header03 h2:after {
    position: absolute;
    content: "";
    width: 120px;
    height: 1px;
    background: #323232;
    left: 0;
    bottom: 0;
}
.section-header03 h2 span {
    color: #2B314B;
}
.counter-cta03 {
    background: url(../images/index06/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.counter-cta03 .counters {
    background: url(../images/index08/counter-shape-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.counter-cta03 .counters .counters-block span:first-child {
    color: #fff;
}
.publications {
    padding: 100px 0;
}
.publications .section-header03 h2 {
    margin-bottom: 10px;
}
.publications .publication-carousel .owl-stage-outer {
    padding-top: 30px;
}
.publications .publication-carousel .book-single:hover figure figcaption h3 a {
    color: #2B314B;
}
.publications .publication-carousel .book-single:hover figure figcaption a.buy-btn {
    background: #2B314B;
    color: #fff;
}
.publications .publication-carousel .book-single figure img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: 0.3s ease;
}
.publications .publication-carousel .book-single figure figcaption {
    text-align: center;
}
.publications .publication-carousel .book-single figure figcaption h3 {
    margin: 25px 0 10px 0;
}
.publications .publication-carousel .book-single figure figcaption h3 a {
    font-size: 18px;
    color: #323232;
}
.publications .publication-carousel .book-single figure figcaption p.author {
    color: #444;
}
.publications .publication-carousel .book-single figure figcaption p.author span {
    color: #323232;
}
.publications .publication-carousel .book-single figure figcaption a.buy-btn {
    border: 2px solid #2B314B;
    padding: 10px 20px;
    display: inline-block;
    color: #2B314B;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
}
.publications .publication-carousel .owl-nav {
    left: 0;
    padding-right: 30px;
    position: absolute;
    text-align: right;
    top: -44px;
    width: 100%;
}
.publications .publication-carousel .owl-nav .owl-next,
.publications .publication-carousel .owl-nav .owl-prev {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #030304;
    color: #030304;
    padding-top: 5px;
    transition: 0.3s ease;
}
.publications .publication-carousel .owl-nav .owl-next:hover,
.publications .publication-carousel .owl-nav .owl-prev:hover {
    color: #2B314B;
    border-color: #2B314B;
}
.publications .publication-carousel .owl-nav .owl-prev {
    margin-right: 10px;
}
.information-cta {
    padding: 100px 0;
    background: url(../images/index06/3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 1;
}
.information-cta:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}
.information-cta h2 {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 25px 0;
}
.information-cta h2 span {
    color: #2B314B;
}
.information-cta p {
    width: 750px;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 27px;
}
.teachers06 {
    padding: 100px 0;
}
.teachers06 .teachers-block .teacher-single:hover figure:before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.teachers06 .teachers-block .teacher-single:hover figure img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.teachers06 .teachers-block .teacher-single:hover figure figcaption {
    visibility: visible;
    opacity: 1;
    right: 0;
}
.teachers06 .teachers-block .teacher-single:hover .teacher-info h4 a {
    color: #2B314B;
}
.teachers06 .teachers-block .teacher-single figure {
    position: relative;
    overflow: hidden;
}
.teachers06 .teachers-block .teacher-single figure:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.teachers06 .teachers-block .teacher-single figure img {
    transition: 0.5s ease;
}
.teachers06 .teachers-block .teacher-single figure figcaption {
    position: absolute;
    width: 60px;
    right: -60px;
    top: 0;
    height: 100%;
    background: #2B314B;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s ease;
}
.teachers06 .teachers-block .teacher-single figure figcaption ul {
    text-align: center;
    margin-top: 20px;
}
.teachers06 .teachers-block .teacher-single figure figcaption ul li {
    margin-bottom: 15px;
}
.teachers06 .teachers-block .teacher-single figure figcaption ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    font-size: 14px;
    background: #fff;
    color: #2B314B;
    padding-top: 5px;
}
.teachers06 .teachers-block .teacher-single .teacher-info {
    text-align: center;
}
.teachers06 .teachers-block .teacher-single .teacher-info h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 15px 0 10px 0;
    transition: 0.3s ease;
}
.teachers06 .teachers-block .teacher-single .teacher-info h4 a {
    color: inherit;
}
.teachers06 .teachers-block .teacher-single .teacher-info span {
    font-size: 15px;
}
.blog06 {
    padding: 100px 0 70px 0;
}
.blog06 .section-header03 h2 {
    margin-bottom: 10px;
}
.blog06 .blog-posts-carousel .owl-stage-outer {
    padding: 30px 0;
}
.blog06 .blog-posts-carousel .single-blog {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: 0.3s ease;
}
.blog06 .blog-posts-carousel .single-blog:hover figcaption h3 a {
    color: #2B314B;
}
.blog06 .blog-posts-carousel .single-blog figure figcaption h3 {
    margin: 15px 0;
    padding: 0 15px;
    line-height: 26px;
}
.blog06 .blog-posts-carousel .single-blog figure figcaption h3 a {
    color: #323232;
    font-size: 16px;
}
.blog06 .blog-posts-carousel .single-blog .blog-excerpt {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.blog06 .blog-posts-carousel .single-blog .blog-excerpt .blog-meta,
.blog06 .blog-posts-carousel .single-blog .blog-excerpt .blog-text {
    display: table-cell;
    vertical-align: top;
}
.blog06 .blog-posts-carousel .single-blog .blog-excerpt .blog-meta {
    text-align: center;
    padding: 0 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    position: relative;
}
.blog06 .blog-posts-carousel .single-blog .blog-excerpt .blog-meta:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    background: rgba(0, 0, 0, 0.07);
    width: 100%;
    height: 1px;
    margin-top: 1px;
}
.blog06 .blog-posts-carousel .single-blog .blog-excerpt .blog-meta span.day {
    font-size: 30px;
    font-family: "Roboto", serif;
    color: #323232;
    font-weight: 600;
    display: block;
    padding: 5px 0;
}
.blog06 .blog-posts-carousel .single-blog .blog-excerpt .blog-meta span.month {
    font-size: 18px;
    color: #323232;
    display: block;
    padding: 5px 0;
}
.blog06 .blog-posts-carousel .single-blog .blog-excerpt .blog-text {
    padding: 10px 15px;
}
.blog06 .blog-posts-carousel .owl-nav {
    left: 0;
    padding-right: 30px;
    position: absolute;
    text-align: right;
    top: -44px;
    width: 100%;
}
.blog06 .blog-posts-carousel .owl-nav .owl-next,
.blog06 .blog-posts-carousel .owl-nav .owl-prev {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #030304;
    color: #030304;
    padding-top: 5px;
    transition: 0.3s ease;
}
.blog06 .blog-posts-carousel .owl-nav .owl-next:hover,
.blog06 .blog-posts-carousel .owl-nav .owl-prev:hover {
    color: #2B314B;
    border-color: #2B314B;
}
.blog06 .blog-posts-carousel .owl-nav .owl-prev {
    margin-right: 10px;
}
.footer06 + .footer-bottom {
    background: #232323;
}
.section-header04 h2 {
    font-weight: 600;
    margin: 0 0 15px 0;
}
.section-header04 span.section-devider {
    display: inline-block;
    width: 190px;
    text-align: center;
    font-size: 9px;
    color: #ff9907;
    position: relative;
}
.section-header04 span.section-devider:before {
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    height: 1px;
    width: 80px;
    background: #323232;
}
.section-header04 span.section-devider:after {
    position: absolute;
    content: "";
    right: 0;
    top: 6px;
    height: 1px;
    width: 80px;
    background: #323232;
}
.section-header04 span.section-devider span {
    display: inline-block;
    position: relative;
}
.section-header04 span.section-devider span:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #323232;
    border-radius: 100px;
    left: -15px;
    top: 4px;
}
.section-header04 span.section-devider span:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #323232;
    border-radius: 100px;
    right: -15px;
    top: 4px;
}
.publications.publications02 {
    padding: 100px 0 90px 0;
}
.publications.publications02 .publication-carousel02 .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 10px;
}
.publications.publications02 .publication-carousel02 .book-single:hover figure figcaption h3 a {
    color: #2B314B;
}
.publications.publications02 .publication-carousel02 .book-single figure {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.publications.publications02 .publication-carousel02 .book-single figure figcaption {
    text-align: left;
    padding: 20px;
}
.publications.publications02 .publication-carousel02 .book-single figure figcaption h3 {
    margin: 0 0 10px 0;
}
.publications.publications02 .publication-carousel02 .book-single figure figcaption h3 a {
    font-size: 18px;
    color: #323232;
}
.publications.publications02 .publication-carousel02 .book-single figure figcaption p.author {
    color: #444;
}
.publications.publications02 .publication-carousel02 .book-single figure figcaption p.author span {
    color: #323232;
}
.publications.publications02 .publication-carousel02 .book-single figure figcaption ul.book-prefix {
    margin: 20px 0 0 0;
}
.publications.publications02 .publication-carousel02 .book-single figure figcaption ul.book-prefix li {
    display: inline-block;
}
.publications.publications02 .publication-carousel02 .book-single figure figcaption ul.book-prefix li:first-child {
    padding: 8px 0;
}
.publications.publications02 .publication-carousel02 .book-single figure figcaption ul.book-prefix li:last-child {
    float: right;
}
.publications.publications02 .publication-carousel02 .book-single figure figcaption ul.book-prefix li:last-child a {
    padding: 8px 25px;
}
.publications.publications02 .publication-carousel02 .book-single figure figcaption ul.book-prefix li:last-child a:hover {
    border-color: #2B314B;
}
.publications.publications02 .publication-carousel02 .owl-nav {
    left: 0;
    padding-right: 30px;
    position: absolute;
    text-align: right;
    top: -44px;
    width: 100%;
}
.publications.publications02 .publication-carousel02 .owl-nav .owl-next,
.publications.publications02 .publication-carousel02 .owl-nav .owl-prev {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #030304;
    color: #030304;
    padding-top: 5px;
    transition: 0.3s ease;
}
.publications.publications02 .publication-carousel02 .owl-nav .owl-next:hover,
.publications.publications02 .publication-carousel02 .owl-nav .owl-prev:hover {
    color: #2B314B;
    border-color: #2B314B;
}
.publications.publications02 .publication-carousel02 .owl-nav .owl-prev {
    margin-right: 10px;
}
.blog07 {
    padding: 100px 0;
    position: relative;
    background: url(../images/index07/01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.blog07:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: -1;
}
.blog07 .section-header04 {
    margin-bottom: 40px;
}
.blog07 .section-header04 h2,
.blog07 .section-header04 p {
    color: #fff;
}
.blog07 .section-header04 span.section-devider span:after,
.blog07 .section-header04 span.section-devider span:before,
.blog07 .section-header04 span.section-devider:after,
.blog07 .section-header04 span.section-devider:before {
    background: #e2e2e2;
}
.blog07 .blog07-wrapper .single-blog {
    background: #fff;
    padding-bottom: 20px;
}
.blog07 .blog07-wrapper .single-blog:hover figure figcaption {
    visibility: visible;
    opacity: 1;
}
.blog07 .blog07-wrapper .single-blog:hover .blog-single-content h3 a {
    color: #2B314B;
}
.blog07 .blog07-wrapper .single-blog figure {
    position: relative;
}
.blog07 .blog07-wrapper .single-blog figure figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}
.blog07 .blog07-wrapper .single-blog figure figcaption div {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog07 .blog07-wrapper .single-blog figure figcaption div a {
    font-size: 17px;
    font-weight: 300;
    display: inline-block;
    padding: 8px 20px;
    background: #2B314B;
    border-radius: 3px;
    color: #fff;
}
.blog07 .blog07-wrapper .single-blog .blog-single-content {
    padding: 15px 15px 30px 15px;
    background: #fff;
}
.blog07 .blog07-wrapper .single-blog .blog-single-content h3 {
    margin: 0 0 10px 0;
    line-height: 26px;
}
.blog07 .blog07-wrapper .single-blog .blog-single-content h3 a {
    font-weight: 600;
    color: inherit;
}
.blog07 .blog07-wrapper .single-blog .blog-single-content p {
    font-weight: 300;
    color: #444;
}
.blog07 .blog07-wrapper .single-blog .blog-single-bottom {
    background: #f1f1f1;
    padding: 0 15px;
}
.blog07 .blog07-wrapper .single-blog .blog-single-bottom .blog-meta1,
.blog07 .blog07-wrapper .single-blog .blog-single-bottom .blog-meta2 {
    padding: 6px 0;
}
.blog07 .blog07-wrapper .single-blog .blog-single-bottom .blog-meta1 {
    float: left;
    position: relative;
}
.blog07 .blog07-wrapper .single-blog .blog-single-bottom .blog-meta1 p,
.blog07 .blog07-wrapper .single-blog .blog-single-bottom .blog-meta1 span {
    display: inline-block;
}
.blog07 .blog07-wrapper .single-blog .blog-single-bottom .blog-meta1 span {
    position: absolute;
    width: 50px;
    height: 55px;
    background: #2B314B;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    top: -20px;
}
.blog07 .blog07-wrapper .single-blog .blog-single-bottom .blog-meta1 p {
    padding-left: 65px;
    margin-bottom: 0;
}
.blog07 .blog07-wrapper .single-blog .blog-single-bottom .blog-meta1 p a {
    color: #2B314B;
}
.blog07 .blog07-wrapper .single-blog .blog-single-bottom .blog-meta1 p i {
    color: #323232;
    font-size: 17px;
}
.blog07 .blog07-wrapper .single-blog .blog-single-bottom .blog-meta2 {
    float: right;
}
.blog07 .blog07-wrapper .single-blog .blog-single-bottom .blog-meta2 ul {
    margin-bottom: 0;
    margin-top: 3px;
}
.blog07 .blog07-wrapper .single-blog .blog-single-bottom .blog-meta2 ul li {
    display: inline-block;
    padding-right: 15px;
    color: #2B314B;
}
.blog07 .blog07-wrapper .single-blog .blog-single-bottom .blog-meta2 ul li:last-child {
    padding-right: 0;
}
.blog07 .blog07-wrapper .single-blog .blog-single-bottom .blog-meta2 ul li i {
    color: #323232;
    font-size: 17px;
}
.blog07 .blog07-wrapper .owl-nav {
    left: 0;
    padding-right: 15px;
    position: absolute;
    text-align: right;
    top: -82px;
    width: 100%;
}
.blog07 .blog07-wrapper .owl-nav .owl-next,
.blog07 .blog07-wrapper .owl-nav .owl-prev {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #fff;
    color: #fff;
    padding-top: 5px;
    transition: 0.3s ease;
}
.blog07 .blog07-wrapper .owl-nav .owl-next:hover,
.blog07 .blog07-wrapper .owl-nav .owl-prev:hover {
    color: #2B314B;
    border-color: #2B314B;
}
.blog07 .blog07-wrapper .owl-nav .owl-prev {
    margin-right: 10px;
}
.events-style02 .section-header04 {
    margin-bottom: 40px;
}
.events-style02 .events-carousel .event2-single {
    position: relative;
}
.clients-logo {
    padding-top: 100px;
}
.clients-logo .clients-logo-slider .owl-dots {
    padding: 50px 0;
    text-align: center;
}
.clients-logo .clients-logo-slider .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px;
}
.clients-logo .clients-logo-slider .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.clients-logo .clients-logo-slider .owl-dots .owl-dot span {
    display: block;
    width: 9px;
    height: 9px;
    border: 1px solid #2B314B;
    transition: 0.3s ease;
    border-radius: 100px;
}
.clients-logo .clients-logo-slider .owl-dots .owl-dot.active span {
    background: #2B314B;
    transition: 0.3s ease;
}
.clients-logo .client-logo-bottom {
    text-align: center;
}
.clients-logo .client-logo-bottom img {
    display: inline;
}
.slider-bottom {
    background: #f6f6f6;
    padding: 40px 0;
}
.slider-bottom ul.slider-bottom-info {
    margin-bottom: 0;
}
.slider-bottom ul.slider-bottom-info li {
    display: inline-block;
}
.slider-bottom ul.slider-bottom-info li:first-child {
    margin-right: 25px;
}
.slider-bottom ul.slider-bottom-info li span {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    padding-left: 15px;
}
.slider-bottom ul.slider-bottom-info li span.icon {
    width: 60px;
    height: 60px;
    border: 2px solid #e0e0e0;
    border-radius: 100px;
    text-align: center;
    color: #2B314B;
    padding-left: 0;
}
.slider-bottom ul.slider-bottom-info li span i {
    font-size: 30px;
    position: relative;
    top: 1px;
}
.slider-bottom .connect-btn {
    text-align: right;
}
.slider-bottom .connect-btn a {
    font-size: 16px;
    padding: 10px 25px;
    background: #2B314B;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin-top: 7px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #2B314B;
}
.slider-bottom .connect-btn a:hover {
    background: 0 0;
    color: #2B314B;
}
.service-boxes .section-header04 {
    margin-bottom: 50px;
    text-align: center;
}
.service-boxes .service-boxes-inner .service-box-content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    padding: 20px 15px;
    text-align: justify;
    transition: 0.3s ease;
}
.service-boxes .service-boxes-inner .service-box-content:hover {
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
        border: 2px solid #2B314B;
}
.service-boxes .service-boxes-inner .service-box-content:hover .box-icon i {
    color: #2B314B;
}
.service-boxes .service-boxes-inner .service-box-content:hover h3 {
    color: #2B314B;
}
.service-boxes .service-boxes-inner .service-box-content:hover a.service-box-btn {
    color: #2B314B;
}
.service-boxes .service-boxes-inner .service-box-content .box-icon {
    margin-bottom: 15px;
}
.service-boxes .service-boxes-inner .service-box-content .box-icon i {
    font-size: 60px;
    color: #7c7c7c;
    transition: 0.3s ease;
}
.box-icon img {
    width: 60px;
}
.service-boxes .service-boxes-inner .service-box-content h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
    transition: 0.3s ease;
}
.service-boxes .service-boxes-inner .service-box-content a.service-box-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    text-align: center;
    font-size: 25px;
    color: #323232;
    padding-top: 7px;
}
.about08 {
    background: url(../images/index08/02.jpg);
    background-color: #ececec;
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
    overflow: hidden;
}
.about08 .about-image-social {
    position: absolute;
    left: 80px;
    top: 80px;
}
.about08 .about-image-social p {
    margin-bottom: 60px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 5px 50% 0;
    -ms-transform-origin: 5px 50% 0;
    transform-origin: 5px 50% 0;
    position: relative;
}
.about08 .about-image-social p:before {
    position: absolute;
    content: "";
    width: 45px;
    right: 75px;
    bottom: 12px;
    background: #444;
    height: 1px;
}
.about08 .about-image-social ul.social-icon li {
    margin-bottom: 20px;
}
.about08 .about-image-social ul.social-icon li:last-child {
    margin-bottom: 0;
}
.about08 .about-image-social ul.social-icon li a {
    color: #444;
    font-size: 18px;
}
.about08 .about-image-social ul.social-icon li a:hover {
    color: #2B314B;
}
.about08 .about-text {
    padding: 100px 15px 100px 30px;
    position: relative;
    z-index: 1;
}
.about08 .about-text:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 4000px;
    height: 100%;
    background: #3c3d41;
    z-index: -1;
}
.about08 .about-text .section-header04 {
    margin-bottom: 25px;
}
.about08 .about-text .section-header04 h2 {
    color: #fff;
}
.about08 .about-text .section-header04 h2 span {
    color: #2B314B;
}
.about08 .about-text .section-header04 span.section-devider span::after,
.about08 .about-text .section-header04 span.section-devider span::before,
.about08 .about-text .section-header04 span.section-devider::after,
.about08 .about-text .section-header04 span.section-devider::before {
    background: #e4e4e4;
}
.about08 .about-text p {
    margin-bottom: 30px;
    color: #fff;
}
.about08 .about-text a.lm-btn {
    background: #2B314B;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 13px 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.courses08 {
    padding: 100px 0 70px 0;
}
.courses08 .section-header04 {
    margin-bottom: 20px;
}
.courses08 .course08-carousel .owl-stage-outer {
    padding: 30px 0;
}
.courses08 .course08-carousel .carousel-item .course-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    margin-bottom: 40px;
    transition: 0.3s ease;
}
.courses08 .course08-carousel .carousel-item .course-single:last-child {
    margin-bottom: 0;
}
.courses08 .course08-carousel .carousel-item .course-single:hover .course-info h2 {
    color: #2B314B;
}
.courses08 .course08-carousel .carousel-item .course-single:hover .course-info ul.author-info li:last-child a {
    color: #2B314B;
}
.courses08 .course08-carousel .carousel-item .course-single:hover .course-image figure figcaption {
    visibility: visible;
    opacity: 1;
}
.courses08 .course08-carousel .carousel-item .course-single .course-info {
    padding: 30px 0 15px 20px;
}
.courses08 .course08-carousel .carousel-item .course-single .course-info h3 {
    font-weight: 600;
    margin: 0 0 10px 0;
    transition: 0.3s ease;
    text-transform: uppercase;
}
.courses08 .course08-carousel .carousel-item .course-single .course-info ul.author-info {
    margin: 20px 0;
}
.courses08 .course08-carousel .carousel-item .course-single .course-info ul.author-info li {
    display: table-cell;
    vertical-align: middle;
}
.courses08 .course08-carousel .carousel-item .course-single .course-info ul.author-info li:last-child {
    padding-left: 15px;
    color: #444;
}
.courses08 .course08-carousel .carousel-item .course-single .course-info ul.author-info li:last-child a {
    color: #444;
}
.courses08 .course08-carousel .carousel-item .course-single .course-info ul.course-bottom {
    border-top: 1px solid #d5d5d5;
    padding-top: 15px;
}
.courses08 .course08-carousel .carousel-item .course-single .course-info ul.course-bottom li {
    display: inline-block;
    font-size: 15px;
    color: #444;
}
.courses08 .course08-carousel .carousel-item .course-single .course-info ul.course-bottom li:last-child {
    float: right;
    font-size: 15px;
    color: #2B314B;
}
.courses08 .course08-carousel .carousel-item .course-single .course-image figure {
    position: relative;
}
.courses08 .course08-carousel .carousel-item .course-single .course-image figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    transition: 0.3s ease;
    visibility: hidden;
    opacity: 0;
}
.courses08 .course08-carousel .carousel-item .course-single .course-image figure figcaption div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.courses08 .course08-carousel .carousel-item .course-single .course-image figure figcaption div a {
    border-radius: 0;
}
.courses08 .owl-nav {
    left: 0;
    padding-right: 30px;
    position: absolute;
    text-align: right;
    top: -62px;
    width: 100%;
}
.courses08 .owl-nav .owl-next,
.courses08 .owl-nav .owl-prev {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #323232;
    color: #323232;
    padding-top: 5px;
    transition: 0.3s ease;
}
.courses08 .owl-nav .owl-next:hover,
.courses08 .owl-nav .owl-prev:hover {
    color: #2B314B;
    border-color: #2B314B;
}
.courses08 .owl-nav .owl-prev {
    margin-right: 10px;
}
.counter-cta08 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
}
.counter-cta08 .counters {
    margin-top: 115px;
}
.counter-cta08 .cta-from {
    padding: 100px 0;
    width: 400px;
    margin: 0 0 0 100px;
}
.counter-cta08 .cta-from h2 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    margin: 0 0 30px 0;
}
.counter-cta08 .cta-from h2 span {
    color: #2B314B;
}
.counter-cta08 .cta-from form {
    background: #fff;
}
.counter-cta08 .cta-from form h3 {
    background: #2B314B;
    border-bottom: 1px solid #d9f0c1;
    color: #fff;
    font-size: 25px;
    margin: 0;
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.counter-cta08 .cta-from form .form-group {
    padding: 30px;
    margin-bottom: 0;
}
.counter-cta08 .cta-from form .form-group input,
.counter-cta08 .cta-from form .form-group textarea {
    width: 100%;
    display: block;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #b2b2b2;
    border-left: 0;
    transition: 0.3s ease;
    resize: none;
    margin-bottom: 30px;
}
.counter-cta08 .cta-from form .form-group input:focus,
.counter-cta08 .cta-from form .form-group textarea:focus {
    border-color: #2B314B;
}
.counter-cta08 .cta-from form .form-group input {
    padding: 10px 0;
}
.counter-cta08 .cta-from form .form-group textarea {
    height: 75px;
}
.counter-cta08 .cta-from form .form-group div {
    text-align: center;
}
.counter-cta08 .cta-from form .form-group div button {
    font-size: 16px;
    padding: 15px 0;
    width: 100%;
}
.counter-cta08 .cta-from form .form-group div button:hover {
    background: 0 0;
    border-color: #2B314B;
}
.testimonial08 {
    background: 0 0;
    padding: 100px 0 0 0;
    position: relative;
}
.ostestimonial {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.testimonial08:after,
.testimonial08:before {
    content: none;
}
.testimonial08 .section-header04 {
    margin-bottom: 60px;
    text-align: center;
}
.testimonial08 .block-text .single-box {
    padding: 15px 0;
}
.testimonial08 .block-text .single-box p {
    color: #444;
    position: relative;
}
.testimonial08 .block-text .single-box p:before {
    position: absolute;
    content: "\f10d";
    font-size: 48px;
    opacity: 0.1;
    font-family: FontAwesome;
    left: 0;
    top: 0;
}
.testimonial08 .block-text .single-box p:after {
    position: absolute;
    content: "\f10e";
    font-size: 48px;
    opacity: 0.1;
    font-family: FontAwesome;
    right: 0;
    bottom: 0;
}
.testimonial08 .testimonial-bottom-banner {
    text-align: center;
    margin-top: 10px;
}
.testimonial08 .testimonial-bottom-banner img {
    display: inline;
}
.footer08 {
    padding: 70px 0 0 0;
    background: url(../images/online-course/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer08 .widget .widget-title h2 {
    margin: 0 0 25px 0;
}
.footer08 .text-widget ul li {
    padding-bottom: 15px;
}
.footer08 .text-widget ul li:last-child {
    padding-bottom: 0;
}
.footer08 .text-widget ul li i {
    display: inline-block;
    padding-right: 5px;
}
.footer08 .footer-bottom08 {
    background: 0 0;
}
.footer08 .footer-bottom08 ul.footer-menu {
    text-align: right;
    margin-bottom: 0;
}
.footer08 .footer-bottom08 ul.footer-menu li {
    display: inline-block;
    padding-right: 15px;
}
.footer08 .footer-bottom08 ul.footer-menu li:last-child {
    padding-right: 0;
}
.footer08 .footer-bottom08 ul.footer-menu li a {
    color: inherit;
    opacity: 0.7;
    font-size: 15px;
    font-weight: 300;
}
.footer08 .footer-bottom08 ul.footer-menu li a:hover {
    color: #2B314B;
}
.slider-dance-school {
    position: relative;
}
.slider-dance-school .su-overlay {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slider-dance-school .su-overlay:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.sec_02 {
    padding: 50px 0px;
}
.sec_02 .row {
    align-items:center
}
.sec-02-image img {
    width: 100%;
}
.section-header-d h2 {
    line-height: 30px;
    margin-bottom: 12px;
    font-size: 30px;
}
.section-header-d h2 span {
    color: #ff9907;
}
/* Middle  FORM START */
.header_form{
  background-color: #F9F9F9;
  padding: 30px 40px;
}
.header_form h2{
  color: var(--tpurple);
  font-size: 28px;
}
/*.header_form::before {*/
/*  content: "";*/
/*  animation: zoom-in-zoom-out 2s ease-out infinite;*/
/*  position: absolute;*/
/*  top: -81px;*/
/*  right: -28px;*/
/*  background-size: 100% !important;*/
/*  background: url(../images/6.webp) no-repeat;*/
/*  width: 185px;*/
/*  height: 170px;*/
/*}*/
.home_sec2 {
  background-image: url(../images/7.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 55px;
}
.header_form input{
  width: 100%;
  margin-top: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 50px;
  font-size: 15px;
  font-family: poppins;
  color: #000;
  padding-left: 40px;
  background: #fff;
  box-shadow: var(--mshadow);
}
.header_form input::placeholder{
  color: var(--tblack);
}
.header_form input:focus{
  background-color: transparent;
  border-color: var(--tyello);
}
.sb{
  position: relative;
}
.sb:nth-child(2):before {
  content: " \f007";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  font-size: 17px;
  position: absolute;
  top: 4px;
  left: -4px;
  z-index: 4;
  padding: 5px 17px;
  border-radius: 5px 0px 0px 5px;
  color: var(--tpurple);
}
.sb:nth-child(3):before {
  content: "\f0e0";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  font-size: 17px;
  position: absolute;
  top: 4px;
  left: -4px;
  z-index: 4;
  padding: 5px 17px;
  border-radius: 5px 0px 0px 5px;
  color: var(--tpurple);
}
.sb:nth-child(4):before {
  content: "\f095";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  font-size: 17px;
  position: absolute;
  top: 4px;
  left: -4px;
  z-index: 4;
  padding: 5px 17px;
  border-radius: 5px 0px 0px 5px;
  color: var(--tpurple);
}
.sb:nth-child(5):before {
  content: "\f0c9";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  position: absolute;
  top: 4px;
  left: -4px;
  z-index: 4;
  padding: 5px 17px;
  border-radius: 5px 0px 0px 5px;
  color: var(--tpurple);
}
.header_form button{
  width: 100%;
  margin-top: 20px;
  background: linear-gradient(90deg, rgb(34 169 71 / 71%) 0%, rgb(23 164 59) 100%);
  color: #fff;
  border: navajowhite;
  padding: 11px 30px;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.header_form button:hover{
  background: #2b314b;
  color: #fff;
}
/* Middle FORM END */
.btn_light {
    background: #fff;
    border: 2px solid var(--tpurple);
    padding: 10px 25px !important;
    color: #000 !important;
    transition: 0.5s ease-in-out;
    font-size: 15px !important;
    margin-left: 15px;
}
.btn_dark {
    background: #ff9907;
    border: none;
    padding: 10px 25px !important;
    color: #fff !important;
    transition: 0.5s ease-in-out;
    font-size: 15px !important;
    margin-left: 15px;
}
/* DISCOUNT BANNER START */
input:focus{
  border: 1px solid #271487 !important;
  box-shadow: none !important;
}
.dbanner{
   background-color: #2B314B;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   margin-top: 80px;
   margin-bottom: 50px;
}
.dbc1 .header_form {
  border: 2px solid #5a21aa;
  margin-top: -70px;
  margin-bottom: -60px;
}
.dbc1 .header_form::before{
  top: -152px;
}
.dbc2{
  padding-top: 50px;
  padding-bottom: 30px;
}
.dbc2 h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
}
.dbrw{
  align-items: center;
}
.plc{
  padding-left: 50px;
}
.dbc2 p {
  font-size: 15px;
  font-family: poppins;
  color: #fff;
  line-height: 32px;
  padding-right: 40px;
}
/* DISCOUNT BANNER END */
.dance-category {
    padding: 100px 0;
}
.dance-category .dance-category-carousel .owl-stage-outer {
    padding: 10px 0;
}
.dance-category .dance-category-carousel .category-item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    overflow: hidden;
    position: relative;
}
.dance-category .dance-category-carousel .category-item:hover figure figcaption {
    top: 0;
}
.dance-category .dance-category-carousel .category-item:hover .category-caption {
    bottom: -100%;
}
.dance-category .dance-category-carousel .category-item figure {
    position: relative;
}
.dance-category .dance-category-carousel .category-item figure figcaption {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: 0.3s ease;
}
.dance-category .dance-category-carousel .category-item figure figcaption div {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dance-category .dance-category-carousel .category-item figure figcaption div h3 {
    font-size: 25px;
    margin: 0 0 10px 0;
    font-weight: 500;
}
.dance-category .dance-category-carousel .category-item figure figcaption div h3 a {
    color: #fff;
}
.dance-category .dance-category-carousel .category-item figure figcaption div h3 a:hover {
    color: #2B314B;
}
.dance-category .dance-category-carousel .category-item figure figcaption div ul li {
    display: inline-block;
}
.dance-category .dance-category-carousel .category-item figure figcaption div ul li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #fff;
    padding-top: 1px;
}
.dance-category .dance-category-carousel .category-item figure figcaption div ul li a:hover {
    background: #fff;
    color: #2B314B;
}
.dance-category .dance-category-carousel .category-item .category-caption {
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 15px 0;
    transition: 0.3s ease;
}
.dance-category .dance-category-carousel .category-item .category-caption h3 {
    color: #fff;
    font-size: 25px;
    margin: 0;
}
.dance-category .owl-nav {
    left: 0;
    padding-right: 30px;
    position: absolute;
    text-align: right;
    top: -82px;
    width: 100%;
}
.dance-category .owl-nav .owl-next,
.dance-category .owl-nav .owl-prev {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #323232;
    color: #323232;
    padding-top: 5px;
    transition: 0.3s ease;
}
.dance-category .owl-nav .owl-next:hover,
.dance-category .owl-nav .owl-prev:hover {
    color: #2B314B;
    border-color: #2B314B;
}
.dance-category .owl-nav .owl-prev {
    margin-right: 10px;
}
.dance-category .category-bottom .about-boxes {
    padding-top: 80px;
}
.dance-category .category-bottom .about-boxes a {
    display: block;
    background: rgba(60, 61, 65, 0.7);
    padding: 20px;
    color: #fff;
}
.dance-category .category-bottom .about-boxes a:hover {
    background: #3c3d41;
    color: #2B314B;
}
.dance-category .category-bottom .about-boxes a ul {
    margin-bottom: 0;
}
.dance-category .category-bottom .about-boxes a ul li {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 600;
    font-family: "Roboto", serif;
}
.dance-category .category-bottom .about-boxes a ul li:last-child {
    padding-left: 20px;
}
.dance-class {
    background: #f3f3f3;
    padding: 100px 0 60px 0;
}
.dance-class .section-header03 h2 {
    margin-bottom: 30px;
}
.dance-class .dance-courses {
    position: relative;
    padding-top: 10px;
}
.dance-class .dance-courses .view-all-btn {
    position: absolute;
    right: 15px;
    top: -100px;
}
.dance-class .dance-courses .view-all-btn a {
    font-size: 18px;
    display: inline-block;
    border: 1px solid #2B314B;
    padding: 10px 25px;
    color: #2B314B;
}
.dance-class .dance-courses .view-all-btn a:hover {
    background: #2B314B;
    color: #fff;
}
.dance-class .dance-courses .course-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: 0.3s ease;
    margin-bottom: 40px;
}
.dance-class .dance-courses .course-single:hover figure figcaption {
    opacity: 1;
    visibility: visible;
}
.dance-class .dance-courses .course-single:hover .course-info h3 {
    color: #2B314B;
}
.dance-class .dance-courses .course-single:hover .course-info ul.author-info li img {
    border-color: #2B314B;
}
.dance-class .dance-courses .course-single figure {
    position: relative;
}
.dance-class .dance-courses .course-single figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}
.dance-class .dance-courses .course-single figure figcaption div {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dance-class .dance-courses .course-single .course-info {
    background: #fff;
    padding: 15px;
}
.dance-class .dance-courses .course-single .course-info h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px 0;
    transition: 0.3s ease;
}
.dance-class .dance-courses .course-single .course-info ul.author-info {
    margin-bottom: 0;
}
.dance-class .dance-courses .course-single .course-info ul.author-info li {
    display: table-cell;
    vertical-align: middle;
}
.dance-class .dance-courses .course-single .course-info ul.author-info li:last-child {
    padding-left: 15px;
    font-size: 15px;
    font-weight: 300;
    color: #444;
}
.dance-class .dance-courses .course-single .course-info ul.author-info li img {
    border: 2px solid #444;
    transition: 0.3s ease;
}
.dance-class .dance-courses .course-single .course-info ul.course-rating {
    margin: 15px 0 0 0;
}
.dance-class .dance-courses .course-single .course-info ul.course-rating li {
    display: inline-block;
    color: #ffef3b;
    font-size: 18px;
}
.dance-class .dance-courses .course-single .course-info ul.course-rating li:last-child {
    padding-left: 20px;
    font-size: 12px;
    font-weight: 300;
    color: #444;
}
.dance-class .dance-courses .course-single .course-info-bottom {
    background: #fff;
    border-top: 1px solid #bfe699;
    padding: 15px 15px 20px 15px;
}
.dance-class .dance-courses .course-single .course-info-bottom ul {
    text-align: right;
    margin-bottom: 0;
}
.dance-class .dance-courses .course-single .course-info-bottom ul li {
    color: #444;
    font-size: 15px;
    display: inline-block;
}
.dance-class .dance-courses .course-single .course-info-bottom ul li:first-child {
    float: left;
    font-size: 19px;
    font-weight: 600;
    color: #2B314B;
    line-height: 23px;
}
.dance-class .dance-courses .course-single .course-info-bottom ul li:first-child del {
    font-size: 13px;
    font-weight: 300;
    color: #444;
    display: inline-block;
    padding-left: 5px;
}
.dance-class .dance-courses .course-single .course-info-bottom ul li:last-child {
    padding-left: 15px;
}
.dance-teachers {
    padding: 100px 0 90px 0;
}
.dance-teachers .dance-teacher-carousel .owl-stage-outer {
    padding: 10px 0;
}
.dance-teachers .dance-teacher-carousel .section-header-d {
    margin-bottom: 30px;
}
.dance-teachers .dance-teacher-carousel .teacher-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: 0.3s ease;
    overflow: hidden;
}
.dance-teachers .dance-teacher-carousel .teacher-single:hover figure img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.dance-teachers .dance-teacher-carousel .teacher-single:hover figure figcaption {
    left: 0;
    visibility: visible;
    opacity: 1;
}
.dance-teachers .dance-teacher-carousel .teacher-single:hover .teacher-info h3 a {
    color: #2B314B;
}
.dance-teachers .dance-teacher-carousel .teacher-single figure {
    position: relative;
    overflow: hidden;
}
.dance-teachers .dance-teacher-carousel .teacher-single figure img {
    transition: 0.5s ease;
}
.dance-teachers .dance-teacher-carousel .teacher-single figure figcaption {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(128, 205, 51, 0.3);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}
.dance-teachers .dance-teacher-carousel .teacher-single figure figcaption ul {
    position: absolute;
    margin-bottom: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dance-teachers .dance-teacher-carousel .teacher-single figure figcaption ul li {
    display: inline-block;
    padding-right: 10px;
}
.dance-teachers .dance-teacher-carousel .teacher-single figure figcaption ul li:last-child {
    padding-right: 0;
}
.dance-teachers .dance-teacher-carousel .teacher-single figure figcaption ul li a {
    display: block;
    width: 35px;
    height: 35px;
    background: #d9ded6;
    border-radius: 100px;
    color: #444;
    padding-top: 7px;
}
.dance-teachers .dance-teacher-carousel .teacher-single figure figcaption ul li a:hover {
    background: #fff;
    color: #2B314B;
}
.dance-teachers .dance-teacher-carousel .teacher-single .teacher-info {
    padding: 15px 0;
    text-align: center;
}
.dance-teachers .dance-teacher-carousel .teacher-single .teacher-info h3 {
    font-weight: 600;
    margin: 0 0 5px 0;
    transition: 0.3s ease;
}
.dance-teachers .dance-teacher-carousel .teacher-single .teacher-info h3 a {
    color: inherit;
}
.dance-teachers .dance-teacher-carousel .teacher-single .teacher-info p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
}
.dance-teachers .owl-nav {
    left: 0;
    padding-right: 30px;
    position: absolute;
    text-align: right;
    top: -82px;
    width: 100%;
}
.dance-teachers .owl-nav .owl-next,
.dance-teachers .owl-nav .owl-prev {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #323232;
    color: #323232;
    padding-top: 5px;
    transition: 0.3s ease;
}
.dance-teachers .owl-nav .owl-next:hover,
.dance-teachers .owl-nav .owl-prev:hover {
    color: #2B314B;
    border-color: #2B314B;
}
.dance-teachers .owl-nav .owl-prev {
    margin-right: 10px;
}
.dance-information-cta {
    background: url(../images/index09/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.video-gallery {
    padding: 100px 0 60px 0;
}
.video-gallery .video-gallery-items {
    position: relative;
    padding-top: 10px;
}
.video-gallery .video-gallery-items .view-all-btn {
    position: absolute;
    right: 15px;
    top: -100px;
}
.video-gallery .video-gallery-items .view-all-btn a {
    font-size: 18px;
    display: inline-block;
    border: 1px solid #2B314B;
    padding: 10px 25px;
    color: #2B314B;
}
.video-gallery .video-gallery-items .view-all-btn a:hover {
    background: #2B314B;
    color: #fff;
}
.video-gallery .video-gallery-items .video-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    margin-bottom: 40px;
}
.video-gallery .video-gallery-items .video-single:hover figure figcaption {
    background: 0 0;
}
.video-gallery .video-gallery-items .video-single:hover figure figcaption .play-btn a {
    color: #dd2c28;
}
.video-gallery .video-gallery-items .video-single figure {
    position: relative;
}
.video-gallery .video-gallery-items .video-single figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
}
.video-gallery .video-gallery-items .video-single figure figcaption .play-btn {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.video-gallery .video-gallery-items .video-single figure figcaption .play-btn a {
    font-size: 60px;
    color: #2B314B;
}
.video-gallery .video-gallery-items .video-single figure figcaption .vsite-logo {
    position: absolute;
    right: 15px;
    bottom: 5px;
}
.video-gallery .video-gallery-items .video-single figure figcaption .vsite-logo a {
    font-size: 60px;
    color: #dd2c28;
}
.dance-blog {
    padding: 100px 0 90px 0;
}
.dance-blog .blog-posts-carousel .owl-stage-outer {
    padding: 10px 0;
}
.dance-blog .blog-posts-carousel .owl-nav {
    top: -82px;
}
.about-ds {
    padding: 100px 0;
}
.about-ds .section-header03 h2 {
    margin-bottom: 40px;
}
.about-ds .about-ds-content p {
    margin-bottom: 20px;
    text-align: justify;
}
.about-ds .about-ds-content a.rm-btn:hover {
    border-color: #2B314B;
    color: #2B314B;
}
.about-ul li {
    font-size: 15px;
    color: #444;
    font-weight: 400;
    line-height: 24px;
}
.driving-course .section-header03 h2 {
    margin-bottom: 10px;
}
.driving-course .course-slider03 .owl-nav {
    top: -45px;
}
.why-choose-us {
    background: #3c3d41;
    overflow: hidden;
}
.why-choose-us .wcu-content {
    padding: 100px 0;
}
.why-choose-us .wcu-content .section-header03 h2 {
    color: #fff;
    font-weight: 600;
}
.why-choose-us .wcu-content .section-header03 h2:after {
    background: #fff;
}
.why-choose-us .wcu-content ul li {
    color: #fff;
    font-family: "Roboto", serif;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 45px;
    text-transform: uppercase;
}
.why-choose-us .wcu-content ul li:last-child {
    margin-bottom: 0;
}
.why-choose-us .wcu-content ul li img {
    display: inline-block;
    padding-right: 15px;
}
.why-choose-us .wcu-image {
    position: relative;
    min-height: 732px;
}
.why-choose-us .wcu-image .wcu-offset {
    background: url(../images/index10/02.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
    height: 100%;
    position: absolute;
    width: 4000px;
}
.pricing-table {
    padding: 100px 0;
}
.pricing-table .section-header03 h2 {
    text-align: center;
    margin-bottom: 40px;
}
.pricing-table .section-header03 h2:before {
    left: 50%;
    margin-left: -12px;
}
.pricing-table .section-header03 h2:after {
    left: 50%;
    margin-left: -90px;
}
.pricing-table .price-table-wrapper .pricing-single {
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: 0.3s ease;
}
.pricing-table .price-table-wrapper .pricing-single:hover {
    background: #2B314B;
}
.pricing-table .price-table-wrapper .pricing-single:hover .price-header h3 {
    color: #fff;
}
.pricing-table .price-table-wrapper .pricing-single:hover .price-header h4 {
    color: #fff;
}
.pricing-table .price-table-wrapper .pricing-single:hover .price-header span {
    color: #fff;
}
.pricing-table .price-table-wrapper .pricing-single:hover .price-content a.price-btn {
    color: #2B314B;
    background: #fff;
}
.pricing-table .price-table-wrapper .pricing-single:hover .price-content ul li {
    color: #fff;
}
.pricing-table .price-table-wrapper .pricing-single .price-header {
    margin-bottom: 40px;
}
.pricing-table .price-table-wrapper .pricing-single .price-header h3 {
    margin: 0 0 30px 0;
    color: #2B314B;
    transition: 0.3s ease;
}
.pricing-table .price-table-wrapper .pricing-single .price-header h4 {
    margin: 0;
    transition: 0.3s ease;
}
.pricing-table .price-table-wrapper .pricing-single .price-header h4 span {
    font-size: 60px;
}
.pricing-table .price-table-wrapper .pricing-single .price-header h4 span:first-child {
    font-size: 25px;
    position: relative;
    top: -10px;
}
.pricing-table .price-table-wrapper .pricing-single .price-header span {
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.3s ease;
}
.pricing-table .price-table-wrapper .pricing-single .price-content ul li {
    margin-bottom: 20px;
    font-size: 15px;
    transition: 0.3s ease;
}
.pricing-table .price-table-wrapper .pricing-single .price-content ul li:last-child {
    margin-bottom: 0;
}
.pricing-table .price-table-wrapper .pricing-single .price-content a.price-btn {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    background: #2B314B;
    margin-top: 15px;
    border-radius: 3px;
}
.pricing-table .price-table-wrapper .pricing-single.pricing-featured {
    background: #2B314B;
    position: relative;
}
.pricing-table .price-table-wrapper .pricing-single.pricing-featured .feature-tag {
    background: #fff none repeat scroll 0 0;
    color: #2B314B;
    font-size: 10px;
    padding: 8px 5px 20px 5px;
    position: absolute;
    right: 10px;
    top: 0;
    text-transform: uppercase;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.pricing-table .price-table-wrapper .pricing-single.pricing-featured .feature-tag:before {
    border-right: 18px solid transparent;
    border-top: 18px solid #2B314B;
    content: "";
    position: absolute;
    right: 3px;
    bottom: -10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pricing-table .price-table-wrapper .pricing-single.pricing-featured .price-header h3,
.pricing-table .price-table-wrapper .pricing-single.pricing-featured .price-header h4,
.pricing-table .price-table-wrapper .pricing-single.pricing-featured .price-header span {
    color: #fff;
}
.pricing-table .price-table-wrapper .pricing-single.pricing-featured .price-content ul li {
    color: #fff;
}
.pricing-table .price-table-wrapper .pricing-single.pricing-featured .price-content a.price-btn {
    background: #fff;
    color: #2B314B;
}
.driving-cta {
    padding: 100px 0;
    background: url(../images/index10/03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.driving-cta:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
}
.driving-cta .driving-offer h2 {
    font-weight: 600;
    color: #fff;
    margin: 0 0 30px 0;
}
.driving-cta .driving-offer p {
    max-width: 610px;
    margin-bottom: 40px;
    color: #fff;
}
.driving-cta .driving-video .video-play {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(48%);
    -ms-transform: translateY(48%);
    transform: translateY(48%);
}
.driving-cta .driving-video .video-play a {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    text-align: center;
    background: #2B314B;
    color: #fff;
    border-radius: 100px;
    font-size: 30px;
    position: relative;
}
.driving-cta .driving-video .video-play a:before {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border-radius: 100px;
    content: "";
    height: 120%;
    left: -10%;
    position: absolute;
    top: -10%;
    width: 120%;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: 0.3s ease;
}
.driving-cta .driving-video .video-play a:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.driving-cta .driving-video .video-play span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding-left: 15px;
    width: 125px;
    font-size: 20px;
    font-family: "Roboto", serif;
}
.teachers06 .section-header03 h2 {
    margin-bottom: 40px;
}
.teachers06 .driving-teacher .owl-nav {
    left: 0;
    padding-right: 15px;
    position: absolute;
    text-align: right;
    top: -75px;
    width: 100%;
}
.teachers06 .driving-teacher .owl-nav .owl-next,
.teachers06 .driving-teacher .owl-nav .owl-prev {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #323232;
    color: #323232;
    padding-top: 5px;
    transition: 0.3s ease;
}
.teachers06 .driving-teacher .owl-nav .owl-next:hover,
.teachers06 .driving-teacher .owl-nav .owl-prev:hover {
    color: #2B314B;
    border-color: #2B314B;
}
.teachers06 .driving-teacher .owl-nav .owl-prev {
    margin-right: 10px;
}
.blog-driving-s {
    padding: 100px 0 70px 0;
}
.blog-driving-s .section-header03 h2 {
    margin-bottom: 10px;
}
.blog-driving-s .owl-stage-outer {
    padding: 30px 0;
}
.blog-driving-s .driving-blog .owl-nav {
    left: 0;
    padding-right: 30px;
    position: absolute;
    text-align: right;
    top: -45px;
    width: 100%;
}
.blog-driving-s .driving-blog .owl-nav .owl-next,
.blog-driving-s .driving-blog .owl-nav .owl-prev {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #323232;
    color: #323232;
    padding-top: 5px;
    transition: 0.3s ease;
}
.blog-driving-s .driving-blog .owl-nav .owl-next:hover,
.blog-driving-s .driving-blog .owl-nav .owl-prev:hover {
    color: #2B314B;
    border-color: #2B314B;
}
.blog-driving-s .driving-blog .owl-nav .owl-prev {
    margin-right: 10px;
}
#header-style02.header-style11 {
    background: #262626;
    padding: 30px 0 115px 0;
    position: relative;
}
#header-style02.header-style11 .header-os-top {
    transition: 0.3s ease;
}
#header-style02.header-style11 .header-top-item {
    text-align: right;
}
#header-style02.header-style11 .header-top-item ul {
    margin: 13px 0 0 0;
}
#header-style02.header-style11 .header-top-item ul li {
    display: inline-block;
    color: #fff;
    padding-right: 20px;
    font-weight: 300;
    font-size: 15px;
}
#header-style02.header-style11 .header-top-item ul li:last-child {
    padding-right: 0;
}
#header-style02.header-style11 .header-top-item ul li i {
    display: inline-block;
    padding-left: 5px;
    color: #2B314B;
}
#header-style02.header-style11 .main-menu {
    position: absolute;
    width: 100%;
}
#header-style02.header-style11 nav.navbar {
    background: #2B314B;
    border-radius: 0;
    margin-top: 35px;
    transition: 0.3s ease;
}
#header-style02.header-style11 nav.navbar .navbar-collapse {
    padding-left: 35px;
    padding-right: 35px;
}
#header-style02.header-style11 nav.navbar .navbar-collapse ul.navbar-nav {
    width: 100%;
}
#header-style02.header-style11 nav.navbar .navbar-collapse ul.navbar-nav li.active a {
    color: #fff !important;
}
#header-style02.header-style11 nav.navbar .navbar-collapse ul.navbar-nav li.login-btn {
    float: right;
    padding: 30px 0;
}
#header-style02.header-style11 nav.navbar .navbar-collapse ul.navbar-nav li.login-btn a {
    padding: 10px 20px;
    font-weight: 500;
    background: #fff;
    color: #2B314B;
    border-radius: 3px;
}
#header-style02.header-style11 .nav-search {
    color: #fff;
    padding-right: 20px;
}
.home11 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 50px 0 40px 0;
    min-height: auto;
}
.home11 .content-left {
    padding: 25px 30px 0 0;
    position: relative;
}
.home11 .content-left h1 {
    font-size: 32px;
    color: #4c4c4c;
    margin: 0 0 30px 0;
    line-height: 46px;
    font-family: poppins, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
.home11 .content-left h1 span {
    color: #ff9907;
}
.home11 .content-left p {
    color: #4c4c4c;
    margin: 0 0 30px 0;
}
.home11 .content-left ul li {
    display: table-cell;
    vertical-align: middle;
}
.home11 .content-left ul li:last-child {
    margin-right: 0;
}
.home11 .content-left ul li a.video-iframe {
    display: block;
}
.home11 .content-left ul li a.video-iframe span {
    display: table-cell;
    vertical-align: middle;
}
.home11 .content-left ul li a.video-iframe span:first-child {
    width: 60px;
    height: 60px;
    background: #2B314B;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.home11 .content-left ul li a.video-iframe span:last-child {
    padding-left: 15px;
    width: 120px;
    font-size: 20px;
    font-family: "Roboto", serif;
    color: #fff;
}
.home11 .content-left .arrow {
    bottom: 60px;
    position: absolute;
    right: 30px;
}
.home11 .content-right form {
    background: #fff;
}
.home11 .content-right form h2 {
    background: #2B314B;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
}
.home11 .content-right form .form-group {
    padding: 30px;
    margin-bottom: 0;
}
.home11 .content-right form .form-group input,
.home11 .content-right form .form-group textarea {
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #b2b2b2;
    border-left: 0;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #444;
    margin-bottom: 30px;
    padding: 0 0 15px 0;
}
.home11 .content-right form .form-group textarea {
    height: 80px;
    resize: none;
}
.home11 .content-right form .form-group div {
    text-align: center;
}
.home11 .content-right form .form-group div button {
    padding: 15px 70px;
    display: block;
    width: 100%;
    font-size: 16px;
}
.home11 .content-right form .form-group div button:hover {
    border-color: #2B314B;
    color: #2B314B;
}
.section-header11 h2 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 33px;
    margin: 0 0 50px 0;
    padding-bottom: 20px;
    position: relative;
}
.section-header11 h2 span {
    color: #2B314B;
}
.section-header11 h2:before {
    position: absolute;
    content: "";
    background: #323232;
    width: 170px;
    height: 1px;
    left: 50%;
    margin-left: -85px;
    bottom: 0;
}
.section-header11 h2:after {
    background: #323232 none repeat scroll 0 0;
    border: 2px solid #2B314B;
    border-radius: 100px;
    bottom: -3px;
    content: "";
    height: 8px;
    left: 50%;
    margin-left: -2.5px;
    position: absolute;
    width: 8px;
}
.course11-categories {
    padding: 100px 0 60px 0;
}
.course11-categories .category-blocks {
    position: relative;
}
.course11-categories .category-blocks a.va-btn {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #2B314B;
    border-radius: 3px;
    padding: 10px 30px;
    display: inline-block;
    color: #2B314B;
    position: absolute;
    right: 15px;
    top: -100px;
}
.course11-categories .category-single {
    background: #f9f9f9;
    padding: 30px;
    text-align: center;
    margin-bottom: 40px;
}
.course11-categories .category-single:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.course11-categories .category-single h3 {
    margin: 30px 0 20px 0;
}
.course11-categories .category-single h3 a {
    color: #2B314B;
    font-weight: 600;
}
.get-started {
    background: url(../images/index11/02.png);
    background-repeat: no-repeat;
    background-position: left;
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden;
}
.get-started:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.8);
}
.get-started .gs-content {
    min-height: 600px;
    position: relative;
}
.get-started .gs-content .gs-content-inner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.get-started .gs-content .gs-content-inner h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}
.get-started .gs-content .gs-content-inner p {
    color: #fff;
    margin-bottom: 30px;
}
.get-started .gs-features {
    padding-top: 60px;
    position: relative;
    min-height: 600px;
}
.get-started .gs-features:before {
    background: #f7f7f7;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4000px;
}
.get-started .gs-features .gs-features-inner {
    padding-left: 30px;
}
.get-started .gs-features .gs-features-inner .gs-feature-block {
    margin-bottom: 60px;
}
.courses-11 {
    padding: 100px 0 160px 0;
}
.courses-11 .course11-blocks {
    position: relative;
}
.courses-11 .course11-blocks a.va-btn {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #2B314B;
    border-radius: 3px;
    padding: 10px 30px;
    display: inline-block;
    color: #2B314B;
    position: absolute;
    right: 15px;
    top: -100px;
}
.courses-11 .course11-blocks .course-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: 0.3s ease;
    margin-bottom: 40px;
}
.courses-11 .course11-blocks .course-single:hover {
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
}
.courses-11 .course11-blocks .course-single:hover figcaption {
    visibility: visible;
    opacity: 1;
}
.courses-11 .course11-blocks .course-single:hover .course-content h3 a {
    color: #2B314B;
}
.courses-11 .course11-blocks .course-single:hover .course-content ul li img {
    border: 2px solid #2B314B;
}
.courses-11 .course11-blocks .course-single figure {
    position: relative;
}
.courses-11 .course11-blocks .course-single figure img {
    width: 100%;
}
.courses-11 .course11-blocks .course-single figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}
.courses-11 .course11-blocks .course-single figure figcaption div {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.courses-11 .course11-blocks .course-single .course-content {
    padding: 20px 15px;
    background: #ffff;
}
.courses-11 .course11-blocks .course-single .course-content h3 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.courses-11 .course11-blocks .course-single .course-content h3 a {
    color: #323232;
}
.courses-11 .course11-blocks .course-single .course-content ul {
    margin-bottom: 20px;
}
.courses-11 .course11-blocks .course-single .course-content ul li {
    display: table-cell;
    vertical-align: top;
}
.courses-11 .course11-blocks .course-single .course-content ul li img {
    display: inline;
    transition: 0.3s ease;
    border: 2px solid transparent;
}
.courses-11 .course11-blocks .course-single .course-content ul li:last-child {
    padding-left: 15px;
}
.courses-11 .course11-blocks .course-single .course-content ul li:last-child span {
    font-size: 12px;
    color: #acacac;
    display: block;
}
.courses-11 .course11-blocks .course-single .course-content ul li:last-child span:last-child {
    font-size: 15px;
    color: #444;
}
.courses-11 .course11-blocks .course-single .course-content .course-rating span {
    font-size: 18px;
    padding-right: 3px;
}
.courses-11 .course11-blocks .course-single .course-content .course-rating span i {
    font-size: 18px;
    color: #ffef3b;
}
.courses-11 .course11-blocks .course-single .course-content .course-rating span:last-child {
    font-size: 12px;
    color: #444;
    padding-left: 15px;
}
.courses-11 .course11-blocks .course-single .course-content-bottom {
    background: #fff;
    padding: 20px 15px;
    position: relative;
}
.courses-11 .course11-blocks .course-single .course-content-bottom:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #bfe699;
    left: 0;
    top: 0;
}
.courses-11 .course11-blocks .course-single .course-content-bottom ul {
    text-align: right;
    margin-bottom: 0;
}
.courses-11 .course11-blocks .course-single .course-content-bottom ul li {
    font-size: 15px;
    color: #444;
    font-weight: 400;
    display: inline-block;
}
.courses-11 .course11-blocks .course-single .course-content-bottom ul li:first-child {
    float: left;
    font-size: 19px;
    font-weight: 600;
    font-family: "Roboto", serif;
    color: #2B314B;
}
.courses-11 .course11-blocks .course-single .course-content-bottom ul li:first-child span {
    display: inline-block;
    font-size: 13px;
    text-decoration: line-through;
    color: #444;
    padding-left: 5px;
    font-weight: 400;
}
.courses-11 .course11-blocks .course-single .course-content-bottom ul li:nth-child(2) {
    padding-right: 15px;
}
.video11 .video-play-btn {
    background: url(../images/index11/03.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.video11 .video-play-btn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
}
.video11 .video-counter .v-counter-box p {
    color: #2B314B;
}
.events11 {
    padding: 100px 0;
}
.events11 .events-list {
    position: relative;
}
.events11 .events-list a.va-btn {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #2B314B;
    border-radius: 3px;
    padding: 10px 30px;
    display: inline-block;
    color: #2B314B;
    position: absolute;
    right: 15px;
    top: -100px;
}
.events11 .events-list .col-sm-12:last-child .event-single-row {
    border-bottom: 1px solid #e5e5e5;
}
.events11 .events-list .event-single-row {
    padding: 50px 0;
    border-top: 1px solid #e5e5e5;
}
.events11 .events-list .event-single-row:hover .event-day span:first-child,
.events11 .events-list .event-single-row:hover .event-details .event-info h3 {
    color: #2B314B;
}
.events11 .events-list .event-single-row .event-day {
    margin-top: 30px;
    position: relative;
}
.events11 .events-list .event-single-row .event-day:before {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 150px;
    position: absolute;
    right: 15px;
    top: -43px;
    width: 1px;
}
.events11 .events-list .event-single-row .event-day span {
    display: block;
    font-size: 18px;
}
.events11 .events-list .event-single-row .event-day span:first-child {
    font-size: 20px;
    font-family: "Roboto", serif;
    font-weight: 600;
    transition: 0.3s ease;
}
.events11 .events-list .event-single-row .event-details .event-image,
.events11 .events-list .event-single-row .event-details .event-info {
    display: table-cell;
    vertical-align: top;
}
.events11 .events-list .event-single-row .event-details .event-image {
    width: 25%;
}
.events11 .events-list .event-single-row .event-details .event-info {
    width: 75%;
}
.events11 .events-list .event-single-row .event-details .event-info h3 {
    margin: 0 0 20px 0;
    transition: 0.3s ease;
}
.events11 .events-list .event-single-row .event-details .event-info p {
    margin-bottom: 0;
}
.events11 .events-list .event-single-row .event-meta {
    position: relative;
}
.events11 .events-list .event-single-row .event-meta:before {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 150px;
    position: absolute;
    left: 5px;
    top: -13px;
    width: 1px;
}
.events11 .events-list .event-single-row .event-meta .event-time {
    padding-left: 30px;
}
.events11 .events-list .event-single-row .event-meta .event-time p span {
    display: block;
    font-size: 15px;
    font-weight: 300;
}
.events11 .events-list .event-single-row .event-meta .event-time p span:first-child {
    font-size: 17px;
    font-weight: 400;
    color: #323232;
}
.events11 .events-list .event-single-row .event-meta .event-details-link {
    text-align: right;
}
.events11 .events-list .event-single-row .event-meta .event-details-link a {
    background: #2B314B;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 30px;
    padding: 13px 15px;
    text-align: center;
    text-transform: uppercase;
}
.blog11 {
    padding: 100px 0;
    background: url(../images/index11/blog-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.blog11:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
}
.blog11 .section-header11 h2 {
    color: #fff;
}
.blog11 .section-header11 h2:before {
    background: #fff;
}
.blog11 .blog11-contents {
    position: relative;
}
.blog11 .blog11-contents a.va-btn {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #2B314B;
    border-radius: 3px;
    padding: 10px 30px;
    display: inline-block;
    color: #2B314B;
    position: absolute;
    right: 15px;
    top: -100px;
}
.blog11 .blog11-contents .blog11-single {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: 0.3s ease;
}
.blog11 .blog11-contents .blog11-single:hover figure figcaption {
    background: rgba(0, 0, 0, 0.7);
}
.blog11 .blog11-contents .blog11-single:hover figure figcaption div a {
    visibility: visible;
    opacity: 1;
}
.blog11 .blog11-contents .blog11-single:hover .blog-excerpt h3 a {
    color: #2B314B;
}
.blog11 .blog11-contents .blog11-single figure {
    position: relative;
}
.blog11 .blog11-contents .blog11-single figure figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s ease;
}
.blog11 .blog11-contents .blog11-single figure figcaption div {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.blog11 .blog11-contents .blog11-single figure figcaption div a {
    visibility: hidden;
    opacity: 0;
}
.blog11 .blog11-contents .blog11-single figure figcaption div.blog-date {
    top: auto;
    bottom: -20px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.blog11 .blog11-contents .blog11-single figure figcaption div.blog-date span {
    background: #f9f9f9;
    font-size: 13px;
    text-transform: uppercase;
    color: #323232;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 100px;
}
.blog11 .blog11-contents .blog11-single .blog-excerpt {
    padding: 30px 15px;
}
.blog11 .blog11-contents .blog11-single .blog-excerpt h3 {
    margin: 0 0 15px 0;
    line-height: 26px;
}
.blog11 .blog11-contents .blog11-single .blog-excerpt h3 a {
    color: #323232;
}
.blog11 .blog11-contents .blog11-single .blog-excerpt ul {
    margin-bottom: 15px;
}
.blog11 .blog11-contents .blog11-single .blog-excerpt ul li {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #969595;
}
.blog11 .blog11-contents .blog11-single .blog-excerpt ul li:last-child {
    float: right;
}
.testimonial08 .testimonial-wrapper {
    position: relative;
}
.testimonial08 .testimonial-wrapper a.va-btn {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #2B314B;
    border-radius: 3px;
    padding: 10px 30px;
    display: inline-block;
    color: #2B314B;
    position: absolute;
    right: 15px;
    top: -105px;
}
.testimonial08 .app-download .app-screen {
    text-align: right;
}
.testimonial08 .app-download .app-screen img {
    display: inline;
}
.testimonial08 .app-download .app-details {
    margin-top: 130px;
}
.testimonial08 .app-download .app-details h3 {
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 15px 0;
    max-width: 350px;
    line-height: 47px;
}
.testimonial08 .app-download .app-details p {
    margin-bottom: 25px;
}
.testimonial08 .app-download .app-details ul li {
    display: inline-block;
    margin-right: 50px;
}
.testimonial08 .app-download .app-details ul li:last-child {
    margin-right: 0;
}
.about12 .about-content h2 {
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 33px;
    margin: 0 0 50px 0;
    padding-bottom: 20px;
    position: relative;
}
.about12 .about-content h2 span {
    color: #2B314B;
}
.about12 .about-content h2:before {
    position: absolute;
    content: "";
    background: #323232;
    width: 170px;
    height: 1px;
    left: 0;
    margin-left: 0;
    bottom: 0;
}
.about12 .about-content h2:after {
    background: #323232 none repeat scroll 0 0;
    border: 2px solid #2B314B;
    border-radius: 100px;
    bottom: -3px;
    content: "";
    height: 8px;
    left: 85px;
    margin-left: 0;
    position: absolute;
    width: 8px;
}
.icta12 {
    background: url(../images/index12/01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.courses12 {
    padding: 100px 0;
}
.courses12 .courses12-wrapper .course-filter-nav {
    text-align: center;
    margin-bottom: 40px;
}
.courses12 .courses12-wrapper .course-filter-nav ul.course-filter {
    display: inline-block;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.courses12 .courses12-wrapper .course-filter-nav ul.course-filter li {
    display: inline-block;
    cursor: pointer;
    padding: 15px 25px;
    font-size: 16px;
    color: #323232;
    transition: 0.3s ease;
}
.courses12 .courses12-wrapper .course-filter-nav ul.course-filter li.active {
    background: #2B314B;
    color: #fff;
    transition: 0.3s ease;
}
.courses12 .courses12-wrapper .filter-container .course-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: 0.3s ease;
}
.courses12 .courses12-wrapper .filter-container .course-single:hover {
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
}
.courses12 .courses12-wrapper .filter-container .course-single:hover figcaption {
    visibility: visible;
    opacity: 1;
}
.courses12 .courses12-wrapper .filter-container .course-single:hover .course-content h3 a {
    color: #2B314B;
}
.courses12 .courses12-wrapper .filter-container .course-single:hover .course-content ul li img {
    border: 2px solid #2B314B;
}
.courses12 .courses12-wrapper .filter-container .course-single figure {
    position: relative;
}
.courses12 .courses12-wrapper .filter-container .course-single figure img {
    width: 100%;
}
.courses12 .courses12-wrapper .filter-container .course-single figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}
.courses12 .courses12-wrapper .filter-container .course-single figure figcaption div {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.courses12 .courses12-wrapper .filter-container .course-single .course-content {
    padding: 20px 15px;
    background: #ffff;
}
.courses12 .courses12-wrapper .filter-container .course-single .course-content h3 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.courses12 .courses12-wrapper .filter-container .course-single .course-content h3 a {
    color: #323232;
}
.courses12 .courses12-wrapper .filter-container .course-single .course-content ul {
    margin-bottom: 20px;
}
.courses12 .courses12-wrapper .filter-container .course-single .course-content ul li {
    display: table-cell;
    vertical-align: top;
}
.courses12 .courses12-wrapper .filter-container .course-single .course-content ul li img {
    display: inline;
    transition: 0.3s ease;
    border: 2px solid transparent;
}
.courses12 .courses12-wrapper .filter-container .course-single .course-content ul li:last-child {
    padding-left: 15px;
    padding-top: 5px;
}
.courses12 .courses12-wrapper .filter-container .course-single .course-content ul li:last-child span {
    font-size: 12px;
    color: #acacac;
    display: block;
}
.courses12 .courses12-wrapper .filter-container .course-single .course-content ul li:last-child span:last-child {
    font-size: 15px;
    color: #444;
}
.courses12 .courses12-wrapper .filter-container .course-single .course-content .course-rating span {
    font-size: 18px;
    padding-right: 3px;
}
.courses12 .courses12-wrapper .filter-container .course-single .course-content .course-rating span i {
    font-size: 18px;
    color: #ffef3b;
}
.courses12 .courses12-wrapper .filter-container .course-single .course-content .course-rating span:last-child {
    font-size: 12px;
    color: #444;
    padding-left: 15px;
}
.courses12 .courses12-wrapper .filter-container .course-single .course-content-bottom {
    background: #fff;
    padding: 20px 15px;
    position: relative;
}
.courses12 .courses12-wrapper .filter-container .course-single .course-content-bottom:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #bfe699;
    left: 0;
    top: 0;
}
.courses12 .courses12-wrapper .filter-container .course-single .course-content-bottom ul {
    text-align: right;
    margin-bottom: 0;
}
.courses12 .courses12-wrapper .filter-container .course-single .course-content-bottom ul li {
    font-size: 15px;
    color: #444;
    font-weight: 400;
    display: inline-block;
}
.courses12 .courses12-wrapper .filter-container .course-single .course-content-bottom ul li:first-child {
    float: left;
    font-size: 19px;
    font-weight: 600;
    font-family: "Roboto", serif;
    color: #2B314B;
}
.courses12 .courses12-wrapper .filter-container .course-single .course-content-bottom ul li:first-child span {
    display: inline-block;
    font-size: 13px;
    text-decoration: line-through;
    color: #444;
    padding-left: 5px;
    font-weight: 400;
}
.courses12 .courses12-wrapper .filter-container .course-single .course-content-bottom ul li:nth-child(2) {
    padding-right: 15px;
}
.courses12 .courses12-wrapper .view-all-btn {
    text-align: center;
    margin-top: 50px;
}
.courses12 .courses12-wrapper .view-all-btn a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 40px;
    border: 1px solid #2B314B;
    border-radius: 3px;
    color: #2B314B;
}
.cta12 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.events11 .events-list .view-all-btn {
    text-align: center;
    margin-top: 50px;
}
.events11 .events-list .view-all-btn a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 40px;
    border: 1px solid #2B314B;
    border-radius: 3px;
    color: #2B314B;
}
.blog12 {
    padding: 100px 0;
}
.blog12 .blog-boxes .blog-box-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    margin-bottom: 40px;
    transition: 0.3s ease;
}
.blog12 .blog-boxes .blog-box-single:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}
.blog12 .blog-boxes .blog-box-single:hover .blog-excerpt h3 a {
    color: #2B314B;
}
.blog12 .blog-boxes .blog-box-single .blog-excerpt {
    padding: 15px 15px;
}
.blog12 .blog-boxes .blog-box-single .blog-excerpt h3 {
    margin: 0 0 15px 0;
}
.blog12 .blog-boxes .blog-box-single .blog-excerpt h3 a {
    font-size: 16px;
    line-height: 24px;
    color: #323232;
}
.blog12 .blog-boxes .blog-box-single .blog-excerpt p {
    margin-bottom: 20px;
}
.blog12 .blog-boxes .blog-box-single .blog-excerpt ul li {
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 300;
}
.blog12 .blog-boxes .blog-box-single .blog-excerpt ul li:last-child {
    margin-bottom: 0;
}
.blog12 .blog-boxes .blog-box-single .blog-excerpt ul li a,
.blog12 .blog-boxes .blog-box-single .blog-excerpt ul li span {
    color: #2B314B;
    font-size: 13px;
    font-weight: 400;
}
.blog12 .blog-boxes .view-all-btn {
    text-align: center;
    margin-top: 10px;
}
.blog12 .blog-boxes .view-all-btn a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 40px;
    border: 1px solid #2B314B;
    border-radius: 3px;
    color: #2B314B;
}
.footer-top-subscribe {
    background: #2B314B;
    padding: 35px 0;
}
.footer-top-subscribe h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 0 0;
}
.footer-top-subscribe form .form-group {
    margin-bottom: 0;
}
.footer-top-subscribe form .form-group button,
.footer-top-subscribe form .form-group input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 2px solid #fff;
    border-radius: 3px;
    background: 0 0;
    font-size: 20px;
    color: #fff;
    font-family: "Roboto", serif;
    opacity: 1;
    transition: 0.3s ease;
}
.footer-top-subscribe form .form-group button:hover {
    background: #fff;
    color: #2B314B;
}
.header13 {
    background: #262626;
}
.header13 .main-menu nav.navbar .navbar-header {
    float: none;
    text-align: center;
}
.header13 .main-menu nav.navbar .navbar-header a.navbar-brand {
    display: inline-block;
    float: none;
    margin-left: 0;
    line-height: normal;
    height: auto;
    padding: 25px 0 0 0;
}
.header13 .main-menu nav.navbar .navbar-collapse ul.navbar-nav {
    float: none;
    text-align: center;
}
.header13 .main-menu nav.navbar .navbar-collapse ul.navbar-nav li {
    padding: 0;
    float: none;
    display: inline-block;
}
.header13 .main-menu nav.navbar .navbar-collapse ul.navbar-nav li a {
    color: #fff;
}
.header13 .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.mega-menu ul.mega-menu-block {
    top: 186px;
}
.header13 .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.mega-menu:hover ul.mega-menu-block {
    top: 176px;
}
.header-single .main-menu nav.navbar .navbar-collapse ul.navbar-nav li.mega-menu:hover ul.mega-menu-block {
    top: 100px;
}
.header13 .main-menu nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu li {
    display: block;
}
.header13 .main-menu nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu li a {
    color: #444;
}
.header13 .main-menu nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu li a:hover {
    color: #2B314B;
}
.header13 .main-menu nav.navbar .nav-container {
    float: none;
}
.header13 .main-menu nav.navbar .nav-container .menu-search {
    left: auto;
    margin-left: -30px;
    right: 0;
    bottom: -15px;
    color: #fff;
    top: 25px;
}
.home13 {
    padding: 175px 0 40px 0;
    background: url(../images/index13/01.png) #8dd248;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.home13 .home13-contents {
    text-align: center;
    color: #fff;
}
.home13 .home13-contents span.heading-top {
    font-size: 25px;
    font-family: "Roboto", serif;
    display: block;
}
.home13 .home13-contents h1 {
    font-size: 75px;
    line-height: 80px;
    margin: 20px 0 30px 0;
    color: #fff;
    font-weight: 600;
    position: relative;
    display: inline-block;
}
.home13 .home13-contents h1 span {
    position: absolute;
    right: -130px;
    top: -110px;
    width: 142px;
    height: 142px;
    background: url(../images/index13/star-bg.png) #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100px;
    font-size: 50px;
    font-weight: 600;
    color: #2B314B;
    text-align: center;
    padding-top: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.home13 .home13-contents p {
    width: 600px;
    margin: 0 auto;
    color: #fff;
}
.home13 .home13-contents a.buy-btn {
    font-size: 17px;
    display: inline-block;
    text-transform: uppercase;
    color: #2B314B;
    background: #fff;
    padding: 15px 35px;
    border-radius: 3px;
    margin: 30px 0 90px 0;
}
.home13 .home13-contents a.buy-btn i {
    display: inline-block;
    padding-right: 10px;
}
.about13 {
    padding: 100px 0;
}
.about13 .about-content h2 {
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 45px;
    margin: 0 0 25px 0;
    padding-bottom: 20px;
    position: relative;
}
.about13 .about-content h2:before {
    position: absolute;
    content: "";
    background: #323232;
    width: 170px;
    height: 1px;
    left: 0;
    bottom: 0;
}
.about13 .about-content h2:after {
    background: #323232 none repeat scroll 0 0;
    border: 2px solid #2B314B;
    border-radius: 100px;
    bottom: -3px;
    content: "";
    height: 8px;
    left: 85px;
    position: absolute;
    width: 8px;
}
.about13 .about-content h2 span {
    color: #2B314B;
}
.about13 .about-content a.rm-btn {
    margin-top: 30px;
}
.about13 .about-content a.rm-btn:hover {
    border-color: #2B314B;
    color: #2B314B;
}
.about13 .about-video figure {
    position: relative;
}
.about13 .about-video figure figcaption {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about13 .about-video figure figcaption div {
    text-align: center;
}
.about13 .about-video figure figcaption div a {
    display: inline-block;
    width: 90px;
    height: 90px;
    font-size: 35px;
    color: #000;
    border-radius: 100px;
    padding-top: 20px;
    background: #fff;
}
.about13 .about-video figure figcaption div a:hover {
    background: #2B314B;
    color: #fff;
}
.benefit-section {
    background: #3c3d41;
    overflow: hidden;
}
.benefit-section .benefit-content {
    padding: 100px 0;
}
.benefit-section .benefit-content .section-header11 h2 {
    color: #fff;
    text-align: left;
}
.benefit-section .benefit-content .section-header11 h2:before {
    background: #fff;
    left: 0;
    margin-left: 0;
}
.benefit-section .benefit-content .section-header11 h2:after {
    left: 85px;
    margin-left: -4px;
}
.benefit-section .benefit-content ul li {
    margin-bottom: 30px;
}
.benefit-section .benefit-content ul li:last-child {
    margin-bottom: 0;
}
.benefit-section .benefit-content ul li div {
    display: table-cell;
    vertical-align: top;
}
.benefit-section .benefit-content ul li div:last-child {
    padding-left: 15px;
}
.benefit-section .benefit-content ul li div h3 {
    font-weight: 600;
    color: #fff;
    margin: 0 0 16px 0;
}
.benefit-section .benefit-content ul li div p {
    color: #fff;
    margin-bottom: 0;
}
.benefit-section .benefit-image {
    position: relative;
    min-height: 749px;
}
.benefit-section .benefit-image .benefit-offset {
    background: url(../images/index13/02.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
    height: 100%;
    position: absolute;
    width: 4000px;
}
.testimonial13 .testimonial-boxes .testimonial-single-inner {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    padding: 30px 50px 30px 50px;
}
.testimonial13 .testimonial-boxes .testimonial-single-inner p {
    font-weight: 300;
    position: relative;
    margin-bottom: 0;
}
.testimonial13 .testimonial-boxes .testimonial-single-inner p:before {
    position: absolute;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 100px;
    opacity: 0.1;
    left: -5px;
    top: -20px;
}
.testimonial13 .testimonial-boxes .testimonial-single-inner ul.testimonial-rating {
    margin: 15px 0 20px 0;
}
.testimonial13 .testimonial-boxes .testimonial-single-inner ul.testimonial-rating li {
    display: inline-block;
    color: #ffef3b;
    font-size: 17px;
}
.testimonial13 .testimonial-boxes .testimonial-single-inner ul.author-info li {
    display: table-cell;
    vertical-align: middle;
}
.testimonial13 .testimonial-boxes .testimonial-single-inner ul.author-info li:last-child {
    padding-left: 15px;
}
.testimonial13 .testimonial-boxes .testimonial-single-inner ul.author-info li:last-child span {
    display: block;
    font-size: 15px;
    font-weight: 300;
}
.testimonial13 .testimonial-boxes .testimonial-single-inner ul.author-info li:last-child span:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #2B314B;
    font-family: "Roboto", serif;
}
.instructors {
    padding: 100px 0;
    background: url(../images/index08/03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.instructors .section-header11 h2 {
    color: #fff;
}
.instructors .section-header11 h2:before {
    background: #fff;
}
.instructors .instructor-carousel .instructor-single {
    background: #fff;
}
.instructors .instructor-carousel .instructor-single:hover h3 a {
    color: #2B314B;
}
.instructors .instructor-carousel .instructor-single figure img {
    width: 100%;
}
.instructors .instructor-carousel .instructor-single figure figcaption {
    padding: 25px 15px;
}
.instructors .instructor-carousel .instructor-single figure figcaption h3 {
    font-weight: 600;
    margin: 0 0 15px 0;
    transition: 0.3s ease;
}
.instructors .instructor-carousel .instructor-single figure figcaption h3 a {
    color: inherit;
}
.instructors .instructor-carousel .instructor-single figure figcaption span {
    margin-bottom: 15px;
    display: block;
}
.instructors .instructor-carousel .instructor-single figure figcaption p {
    margin-bottom: 0;
}
.instructors .owl-nav .owl-next,
.instructors .owl-nav .owl-prev {
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    height: 60px;
    position: absolute;
    text-align: center;
    width: 60px;
    top: 50%;
    margin-top: -35px;
    transition: 0.3s ease;
}
.instructors .owl-nav .owl-next:hover,
.instructors .owl-nav .owl-prev:hover {
    border-color: #2B314B;
    color: #2B314B;
}
.instructors .owl-nav .owl-prev {
    left: -80px;
}
.instructors .owl-nav .owl-next {
    right: -80px;
}
.error404 {
    position: relative;
    background: url(../images/404-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 100%;
}
.error404:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
}
.error404 .error404-content {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.error404 .error404-content h1 {
    font-size: 60px;
    font-weight: 600;
    color: #2B314B;
    line-height: 60px;
    margin: 0 0 15px 0;
}
.error404 .error404-content p {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    font-family: "Roboto", serif;
}
.error404 .error404-content img {
    display: inline-block;
    width: 400px;
}
.error404 .error404-content ul {
    margin: 15px 0 0 0;
    display: block;
    text-align: left;
}
.error404 .error404-content ul li {
    display: inline-block;
}
.error404 .error404-content ul li:last-child {
    float: right;
}
.error404 .error404-content ul li:last-child a i {
    padding-right: 0;
    padding-left: 10px;
}
.error404 .error404-content ul li a {
    font-size: 20px;
    color: #fff;
}
.error404 .error404-content ul li a i {
    font-size: 25px;
    display: inline-block;
    padding-right: 10px;
}
.error404 .error404-content ul li a:hover {
    color: #2B314B;
}
body,
html {
    height: 100%;
    margin: 0;
}
.coming-soon {
    position: relative;
    background: url(../images/coming-soon-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0 20px 0;
    height: 100%;
    min-height: 100%;
}
.coming-soon:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}
.coming-soon:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(128, 205, 51, 0.03);
}
.coming-soon .website-logo {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.coming-soon .cs-content {
    text-align: center;
    position: relative;
    z-index: 1;
}
.coming-soon .cs-content h1 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 70px 0;
}
.coming-soon .cs-content .cs-countdown .countdown-timer #timer-wrapper .timer-body-block .table-cell {
    display: inline-block;
    color: #fff;
    width: 25%;
    position: relative;
}
.coming-soon .cs-content .cs-countdown .countdown-timer #timer-wrapper .timer-body-block .table-cell:before {
    content: ":";
    font-family: "Roboto", serif;
    font-size: 115px;
    position: absolute;
    right: -5px;
    bottom: 10px;
}
.coming-soon .cs-content .cs-countdown .countdown-timer #timer-wrapper .timer-body-block .table-cell:last-child {
    margin-right: 0;
}
.coming-soon .cs-content .cs-countdown .countdown-timer #timer-wrapper .timer-body-block .table-cell:last-child:before {
    content: none;
}
.coming-soon .cs-content .cs-countdown .countdown-timer #timer-wrapper .timer-body-block .table-cell .tab-val {
    font-size: 80px;
    font-weight: 600;
    font-family: "Roboto", serif;
    line-height: 65px;
    margin-bottom: 10px;
}
.coming-soon .cs-content .cs-countdown .countdown-timer #timer-wrapper .timer-body-block .table-cell .tab-unit {
    font-family: "Roboto", serif;
    font-size: 25px;
    text-transform: capitalize;
}
.coming-soon .cs-content .cs-form {
    margin: 65px 0 70px 0;
}
.coming-soon .cs-content .cs-form .form-group {
    margin-bottom: 0;
}
.coming-soon .cs-content .cs-form form button,
.coming-soon .cs-content .cs-form form input {
    display: table-cell;
    vertical-align: top;
}
.coming-soon .cs-content .cs-form form input {
    height: 60px;
    border: 1px solid #fff;
    width: 80%;
    background: url(../images/mail-icon.png) transparent;
    background-position: 98% center;
    background-repeat: no-repeat;
    padding: 0 15px;
    font-size: 20px;
    color: #fff;
}
.coming-soon .cs-content .cs-form form button {
    background: #2B314B;
    font-size: 31px;
    font-weight: 600;
    font-family: "Roboto", serif;
    height: 60px;
    border: 1px solid #2B314B;
    color: #fff;
    width: 20%;
    margin-left: -1px;
}
.coming-soon .cs-content ul.cs-social {
    margin-bottom: 0;
}
.coming-soon .cs-content ul.cs-social li {
    display: inline-block;
    margin-right: 30px;
}
.coming-soon .cs-content ul.cs-social li:last-child {
    margin-right: 0;
}
.coming-soon .cs-content ul.cs-social li a {
    display: block;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 100px;
    background: #2B314B;
    padding-top: 7px;
}
.coming-soon .cs-content ul.cs-social li a.twitter {
    background: #55acee;
}
.coming-soon .cs-content ul.cs-social li a.facebook {
    background: #3b5998;
}
.coming-soon .cs-content ul.cs-social li a.pinterest {
    background: #cb2027;
}
.coming-soon .cs-content ul.cs-social li a.gplus {
    background: #dc4e41;
}
.coming-soon .cs-content ul.cs-social li a.linkedin {
    background: #007ab9;
}
.coming-soon .cs-content ul.cs-social li a:hover {
    background: #2B314B;
}
.page-header {
    padding: 80px 0;
    background: url(../images/new-bgammer.jpg);
    position: relative;
    margin: 0;
}
.page-header:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(66 104 76), transparent);
}
.page-header h2 {
    font-weight: 600;
    font-size: 50px;
    color: #fff;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.page-header ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    font-size: 16px;
}
.page-header ul li:last-child {
    margin-right: 0;
}
.page-header ul li:last-child:before {
    content: none;
}
.page-header ul li:before {
    position: absolute;
    right: -15px;
    top: 0;
    content: "/";
    color: #fff;
}
.page-header ul li a {
    color: #fff;
    font-size: 16px;
}
.page-header ul li.active {
    color: rgba(255, 255, 255, 0.7);
}
.blog-wrapper {
    padding: 100px 0;
}
.blog-wrapper .blog-list-inner .blog-single {
    margin-bottom: 80px;
}
.blog-wrapper .blog-list-inner .blog-single .blog-thumb {
    margin-bottom: 30px;
}
.blog-wrapper .blog-list-inner .blog-single .blog-thumb iframe {
    width: 100%;
}
.blog-wrapper .blog-list-inner .blog-single .blog-thumb figure {
    position: relative;
    overflow: hidden;
}
.blog-wrapper .blog-list-inner .blog-single .blog-thumb figure img {
    width: 100%;
    transition: 0.6s ease;
}
.blog-wrapper .blog-list-inner .blog-single.featured .blog-thumb figure figcaption {
    position: absolute;
    text-align: center;
    min-width: 115px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: #2B314B;
    left: 0;
    top: 40px;
    padding: 10px 0;
}
.blog-wrapper .blog-list-inner .blog-single .blog-details .post-date {
    background: #2B314B;
    text-align: center;
    color: #fff;
    padding: 30px;
}
.blog-wrapper .blog-list-inner .blog-single .blog-details .post-date span {
    display: block;
}
.blog-wrapper .blog-list-inner .blog-single .blog-details .post-date span:first-child {
    font-size: 45px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 5px;
    padding-bottom: 12px;
    position: relative;
    font-family: "Roboto", serif;
}
.blog-wrapper .blog-list-inner .blog-single .blog-details .post-date span:first-child:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}
.blog-wrapper .blog-list-inner .blog-single .blog-details .post-excerpt h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.blog-wrapper .blog-list-inner .blog-single .blog-details .post-excerpt h2 a {
    color: inherit;
    text-transform: uppercase;
}
.blog-wrapper .blog-list-inner .blog-single .blog-details .post-excerpt ul.post-meta {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    margin-bottom: 0;
}
.blog-wrapper .blog-list-inner .blog-single .blog-details .post-excerpt ul.post-meta li {
    display: inline-block;
    padding-right: 15px;
}
.blog-wrapper .blog-list-inner .blog-single .blog-details .post-excerpt ul.post-meta li:last-child {
    padding-right: 0;
}
.blog-wrapper .blog-list-inner .blog-single .blog-details .post-excerpt ul.post-meta li i {
    color: #2B314B;
    display: inline-block;
    padding-right: 5px;
}
.blog-wrapper .blog-list-inner .blog-single .blog-details .post-excerpt ul.post-meta li a {
    color: inherit;
}
.blog-wrapper .blog-list-inner .blog-single .blog-details .post-excerpt ul.post-meta li a:hover {
    color: #2B314B;
}
.blog-wrapper .blog-list-inner .blog-single .blog-details .post-excerpt p {
    padding: 20px 0;
    margin-bottom: 0;
}
.blog-wrapper .blog-list-inner .blog-single .blog-details .post-excerpt a.blog-rm {
    text-transform: uppercase;
    color: inherit;
    font-weight: 500;
}
.blog-wrapper .blog-list-inner .blog-single .blog-details .post-excerpt a.blog-rm:hover {
    color: #2B314B;
}
.blog-wrapper .blog-list-inner .blog-single .blog-details .post-excerpt a.blog-rm i {
    display: inline-block;
    padding-left: 5px;
}
.blog-wrapper .blog-list-inner .blog-single:hover .blog-thumb figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-wrapper .blog-list-inner .blog-single:hover .blog-details .post-excerpt h2 a {
    color: #2B314B;
}
.blog-wrapper .blog-pagination ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 10px 0;
    text-align: center;
}
.blog-wrapper .blog-pagination ul li {
    display: inline-block;
}
.blog-wrapper .blog-pagination ul li a {
    background: 0 0;
    font-weight: 500;
    display: block;
    padding: 10px 15px;
    color: #444;
}
.blog-wrapper .blog-pagination ul li a:hover {
    background: #2B314B;
    color: #fff;
}
.blog-wrapper .blog-pagination ul li.active a {
    background: #2B314B;
    color: #fff;
}
.blog-wrapper .blog-sidebar .sidebar-widget {
    margin-bottom: 50px;
}
.blog-wrapper .blog-sidebar .sidebar-widget:last-child {
    margin-bottom: 0;
}
.blog-wrapper .blog-sidebar .sidebar-widget h3 {
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    position: relative;
    font-size: 20px;
}
.blog-wrapper .blog-sidebar .sidebar-widget h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 60px;
    height: 1px;
    background: #2B314B;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.search-widget form {
    position: relative;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.search-widget form input {
    width: 100%;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    padding: 0 65px 0 15px;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.search-widget form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 45px;
    border: 1px solid #2B314B;
    background: #2B314B;
    color: #fff;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.latest-news .news-single {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.latest-news .news-single:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0 none;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.latest-news .news-single .news-thumb {
    display: table-cell;
    vertical-align: top;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.latest-news .news-single .news-excerpt {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.latest-news .news-single .news-excerpt h4 {
    margin: -5px 0 5px 0;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.latest-news .news-single .news-excerpt h4 a {
    font-size: 15px;
    color: #444;
    font-weight: 400;
    text-transform: none;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.latest-news .news-single .news-excerpt h4 a:hover {
    color: #2B314B;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.latest-news .news-single .news-excerpt span {
    font-size: 12px;
    color: #6b6b6b;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.category-widget ul {
    margin-bottom: 0;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.category-widget ul li {
    padding-bottom: 15px;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.category-widget ul li:last-child {
    padding-bottom: 0;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.category-widget ul li a {
    color: #444;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.category-widget ul li a:hover {
    color: #2B314B;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.tags-widget ul {
    margin-bottom: 0;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.tags-widget ul li {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.tags-widget ul li:last-child {
    padding-right: 0;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.tags-widget ul li a {
    display: block;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    color: #444;
}
.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.tags-widget ul li a:hover {
    border-color: #2B314B;
    color: #2B314B;
}
.blog-wrapper .blog-two-content .post-single {
    margin-bottom: 80px;
}
.blog-wrapper .blog-two-content .post-single .post-date {
    background: #2B314B;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 30px;
}
.blog-wrapper .blog-two-content .post-single .post-date span {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}
.blog-wrapper .blog-two-content .post-single .post-date span:first-child {
    font-size: 30px;
    font-weight: 600;
}
.blog-wrapper .blog-two-content .post-single .post-sticky {
    text-align: center;
    background: #f4f4f4;
    font-size: 25px;
    color: #444;
    padding: 25px 0;
}
.blog-wrapper .blog-two-content .post-single .post-details h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 25px 0 15px 0;
    text-transform: uppercase;
}
.blog-wrapper .blog-two-content .post-single .post-details h2 a {
    color: inherit;
}
.blog-wrapper .blog-two-content .post-single .post-details a.rm-btn {
    color: inherit;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
}
.blog-wrapper .blog-two-content .post-single:hover .post-details h2 a {
    color: #2B314B;
}
.blog-wrapper .blog-two-content .post-single:hover .post-details a.rm-btn {
    color: #2B314B;
}
.blog-wrapper .blog-three-content .carousel-item .course-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    margin-bottom: 40px;
    transition: 0.3s ease;
}
.blog-wrapper .blog-three-content .carousel-item .course-single:hover .course-info h3 a {
    color: #2B314B;
}
.blog-wrapper .blog-three-content .carousel-item .course-single:hover .course-image figure figcaption {
    visibility: visible;
    opacity: 1;
}
.blog-wrapper .blog-three-content .carousel-item .course-single .course-info {
    padding-top: 15px;
    padding-left: 15px;
    padding-botto: 15px;
    padding-right: 0;
}
.blog-wrapper .blog-three-content .carousel-item .course-single .course-info h3 {
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 10px 0;
    transition: 0.3s ease;
    text-transform: uppercase;
}
.blog-wrapper .blog-three-content .carousel-item .course-single .course-info h3 a {
    color: inherit;
}
.blog-wrapper .blog-three-content .carousel-item .course-single .course-info ul.author-info-main li {
    display: inline-block;
    float: left;
}
.blog-wrapper .blog-three-content .carousel-item .course-single .course-info ul.author-info-main li img,
.blog-wrapper .blog-three-content .carousel-item .course-single .course-info ul.author-info-main li span {
    display: inline-block;
}
.blog-wrapper .blog-three-content .carousel-item .course-single .course-info ul.author-info-main li img {
    width: auto;
}
.blog-wrapper .blog-three-content .carousel-item .course-single .course-info ul.author-info-main li span {
    padding-left: 10px;
}
.blog-wrapper .blog-three-content .carousel-item .course-single .course-info ul.author-info-main li span a {
    color: inherit;
}
.blog-wrapper .blog-three-content .carousel-item .course-single .course-info ul.author-info-main li:last-child {
    float: right;
    padding: 10px 0;
}
.blog-wrapper .blog-three-content .carousel-item .course-single .course-info ul.blog-bottom li {
    color: #bababa;
    font-size: 14px;
}
.blog-wrapper .blog-three-content .carousel-item .course-single .course-info ul.blog-bottom li:last-child {
    font-size: 14px;
    color: #bababa;
}
.blog-wrapper .blog-three-content .carousel-item .course-single .course-info ul.blog-tags li {
    display: inline-block;
    padding-right: 5px;
}
.blog-wrapper .blog-three-content .carousel-item .course-single .course-info ul.blog-tags li:last-child {
    padding-right: 0;
}
.blog-wrapper .blog-three-content .carousel-item .course-single .course-info ul.blog-tags li a {
    color: #bababa;
}
.blog-wrapper .blog-three-content .carousel-item .course-single .course-image figure {
    position: relative;
}
.blog-wrapper .blog-three-content .carousel-item .course-single .course-image figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    transition: 0.3s ease;
    visibility: hidden;
    opacity: 0;
}
.blog-wrapper .blog-three-content .carousel-item .course-single .course-image figure figcaption div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.blog-wrapper .blog-three-content .carousel-item .course-single .course-image figure figcaption div a {
    border-radius: 0;
}
.blog-wrapper.blog .blog-four-content .blog-posts .single-blog {
    margin-bottom: 50px;
}
.blog-wrapper.blog .blog-five-content .blog-posts02 .col-sm-6:nth-child(3) .single-blog,
.blog-wrapper.blog .blog-five-content .blog-posts02 .col-sm-6:nth-child(4) .single-blog {
    margin-bottom: 65px;
}
.blog-wrapper.blog02 .blog-six-content .blog-posts .single-blog {
    margin-bottom: 50px;
}
.blog-wrapper.blog02 .blog-six-content .blog-posts .single-blog figure .blog-thumb img {
    width: 100%;
}
.blog-wrapper.blog02 .blog-six-content .blog-posts .single-blog .blog-excerpt h3 {
    font-weight: 600;
}
.blog-wrapper.blog06 .blog-seven-content .single-blog {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: 0.3s ease;
    margin-bottom: 60px;
}
.blog-wrapper.blog06 .blog-seven-content .single-blog:hover figcaption h3 a {
    color: #2B314B;
}
.blog-wrapper.blog06 .blog-seven-content .single-blog figure figcaption h3 {
    margin: 15px 0;
    padding: 0 15px;
    line-height: 26px;
}
.blog-wrapper.blog06 .blog-seven-content .single-blog figure figcaption h3 a {
    color: #323232;
    font-size: 16px;
}
.blog-wrapper.blog06 .blog-seven-content .single-blog .blog-excerpt {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.blog-wrapper.blog06 .blog-seven-content .single-blog .blog-excerpt .blog-meta,
.blog-wrapper.blog06 .blog-seven-content .single-blog .blog-excerpt .blog-text {
    display: table-cell;
    vertical-align: top;
}
.blog-wrapper.blog06 .blog-seven-content .single-blog .blog-excerpt .blog-meta {
    text-align: center;
    padding: 0 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    position: relative;
}
.blog-wrapper.blog06 .blog-seven-content .single-blog .blog-excerpt .blog-meta:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    background: rgba(0, 0, 0, 0.07);
    width: 100%;
    height: 1px;
    margin-top: 1px;
}
.blog-wrapper.blog06 .blog-seven-content .single-blog .blog-excerpt .blog-meta span.day {
    font-size: 30px;
    font-family: "Roboto", serif;
    color: #323232;
    font-weight: 600;
    display: block;
    padding: 5px 0;
}
.blog-wrapper.blog06 .blog-seven-content .single-blog .blog-excerpt .blog-meta span.month {
    font-size: 18px;
    color: #323232;
    display: block;
    padding: 5px 0;
}
.blog-wrapper.blog06 .blog-seven-content .single-blog .blog-excerpt .blog-text {
    padding: 10px 15px;
}
.blog-wrapper.blog07 {
    background: 0 0;
}
.blog-wrapper.blog07:before {
    content: none;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog {
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog:hover figure figcaption {
    visibility: visible;
    opacity: 1;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog:hover .blog-single-content h3 a {
    color: #2B314B;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog figure {
    position: relative;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog figure img {
    width: 100%;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog figure figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog figure figcaption div {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-wrapper.blog07 .blog-eight-content .single-blog figure figcaption div a {
    font-size: 17px;
    font-weight: 300;
    display: inline-block;
    padding: 8px 20px;
    background: #2B314B;
    border-radius: 3px;
    color: #fff;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog .blog-single-content {
    padding: 15px 15px 30px 15px;
    background: #fff;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog .blog-single-content h3 {
    margin: 0 0 10px 0;
    line-height: 26px;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog .blog-single-content h3 a {
    font-weight: 600;
    color: inherit;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog .blog-single-content p {
    font-weight: 300;
    color: #444;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog .blog-single-bottom {
    background: #f1f1f1;
    padding: 0 15px;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog .blog-single-bottom .blog-meta1,
.blog-wrapper.blog07 .blog-eight-content .single-blog .blog-single-bottom .blog-meta2 {
    padding: 6px 0;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog .blog-single-bottom .blog-meta1 {
    float: left;
    position: relative;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog .blog-single-bottom .blog-meta1 p,
.blog-wrapper.blog07 .blog-eight-content .single-blog .blog-single-bottom .blog-meta1 span {
    display: inline-block;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog .blog-single-bottom .blog-meta1 span {
    position: absolute;
    width: 50px;
    height: 55px;
    background: #2B314B;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    top: -20px;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog .blog-single-bottom .blog-meta1 p {
    padding-left: 65px;
    margin-bottom: 0;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog .blog-single-bottom .blog-meta1 p a {
    color: #2B314B;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog .blog-single-bottom .blog-meta1 p i {
    color: #323232;
    font-size: 17px;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog .blog-single-bottom .blog-meta2 {
    float: right;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog .blog-single-bottom .blog-meta2 ul {
    margin-bottom: 0;
    margin-top: 3px;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog .blog-single-bottom .blog-meta2 ul li {
    display: inline-block;
    padding-right: 15px;
    color: #2B314B;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog .blog-single-bottom .blog-meta2 ul li:last-child {
    padding-right: 0;
}
.blog-wrapper.blog07 .blog-eight-content .single-blog .blog-single-bottom .blog-meta2 ul li i {
    color: #323232;
    font-size: 17px;
}
.blog-wrapper.blog11 {
    background: 0 0;
}
.blog-wrapper.blog11:before {
    content: none;
}
.blog-wrapper.blog11 .blog-nine-content .blog11-contents .blog11-single {
    margin-bottom: 60px;
}
.blog-wrapper.blog11 .blog-nine-content .blog11-contents .blog11-single figure img {
    width: 100%;
}
.blog-wrapper .blog-details-wrapper .blog-image img {
    width: 100%;
}
.blog-wrapper .blog-details-wrapper .blog-meta {
    margin: 20px 0 25px 0;
}
.blog-wrapper .blog-details-wrapper .blog-meta h2 {
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
}
.blog-wrapper .blog-details-wrapper .blog-meta ul {
    margin: 15px 0 0 0;
}
.blog-wrapper .blog-details-wrapper .blog-meta ul li {
    display: inline-block;
    margin-right: 20px;
}
.blog-wrapper .blog-details-wrapper .blog-meta ul li:last-child {
    margin-right: 0;
}
.blog-wrapper .blog-details-wrapper .blog-meta ul li i {
    display: inline-block;
    color: #2B314B;
    padding-right: 4px;
}
.blog-wrapper .blog-details-wrapper .blog-meta ul li a {
    color: inherit;
}
.blog-wrapper .blog-details-wrapper .blog-meta ul li a:hover {
    color: #2B314B;
}
.blog-wrapper .blog-details-wrapper .blog-content blockquote {
    margin: 40px 0;
    background: rgba(0, 0, 0, 0.04);
    padding: 15px;
    border-left: 2px solid #2B314B;
    font-style: italic;
}
.blog-wrapper .blog-details-wrapper .blog-share ul {
    margin: 60px 0 0 0;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.blog-wrapper .blog-details-wrapper .blog-share ul li {
    display: inline-block;
    padding-right: 10px;
}
.blog-wrapper .blog-details-wrapper .blog-share ul li:last-child {
    padding-right: 0;
}
.blog-wrapper .blog-details-wrapper .blog-share ul li:first-child {
    font-weight: 500;
}
.blog-wrapper .blog-details-wrapper .blog-share ul li a {
    color: inherit;
}
.blog-wrapper .blog-details-wrapper .blog-share ul li a:hover {
    color: #2B314B;
}
.blog-wrapper .blog-details-wrapper .blog-comment {
    margin: 60px 0 0 0;
}
.blog-wrapper .blog-details-wrapper .blog-comment h2 {
    font-size: 25px;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}
.blog-wrapper .blog-details-wrapper .blog-comment ul.comment-list li {
    margin-bottom: 50px;
}
.blog-wrapper .blog-details-wrapper .blog-comment ul.comment-list li .comment-author {
    display: table-cell;
    vertical-align: top;
}
.blog-wrapper .blog-details-wrapper .blog-comment ul.comment-list li .comment-details {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}
.blog-wrapper .blog-details-wrapper .blog-comment ul.comment-list li .comment-details h3 {
    margin: 0 0 10px 0;
    color: #2B314B;
}
.blog-wrapper .blog-details-wrapper .blog-comment ul.comment-list li .comment-details p {
    margin: 10px 0;
}
.blog-wrapper .blog-details-wrapper .blog-comment ul.comment-list li .comment-details a {
    color: inherit;
    font-weight: 500;
}
.blog-wrapper .blog-details-wrapper .blog-comment ul.comment-list li .comment-details a:hover {
    color: #2B314B;
}
.blog-wrapper .blog-details-wrapper .blog-comment ul.comment-list li ul.children {
    margin-left: 50px;
}
.blog-wrapper .blog-details-wrapper .blog-comment ul.comment-list li ul.children li {
    margin: 50px 0 0 0;
}
.blog-wrapper .blog-details-wrapper .blog-comment ul.comment-list li ul.children li:last-child {
    margin-bottom: 0;
}
.blog-wrapper .blog-details-wrapper .post-comment {
    margin-top: 100px;
}
.blog-wrapper .blog-details-wrapper .post-comment h2 {
    margin: 0 0 40px 0;
    text-transform: uppercase;
    font-size: 25px;
}
.blog-wrapper .blog-details-wrapper .post-comment form .form-group {
    margin-bottom: 0;
}
.blog-wrapper .blog-details-wrapper .post-comment form .form-group input {
    width: 100%;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    padding: 0 15px;
    margin-bottom: 30px;
}
.blog-wrapper .blog-details-wrapper .post-comment form .form-group textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.13);
    padding: 15px;
    height: 150px;
    margin-bottom: 30px;
}
.blog-wrapper .blog-details-wrapper .post-comment form .form-group button {
    border: 2px solid #2B314B;
    background: #2B314B;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 30px;
    transition: 0.3s ease;
}
.blog-wrapper .blog-details-wrapper .post-comment form .form-group button:hover {
    background: 0 0;
    color: #2B314B;
}
.all-course-wrapper,
.all-teachers-wrapper {
    padding: 50px 0;
}
.all-course-wrapper .blog-pagination ul,
.all-teachers-wrapper .blog-pagination ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 10px 0;
    text-align: center;
}
.all-course-wrapper .blog-pagination ul li,
.all-teachers-wrapper .blog-pagination ul li {
    display: inline-block;
}
.all-course-wrapper .blog-pagination ul li a,
.all-teachers-wrapper .blog-pagination ul li a {
    background: 0 0;
    font-weight: 500;
    display: block;
    padding: 10px 15px;
    color: #444;
}
.all-course-wrapper .blog-pagination ul li a:hover,
.all-teachers-wrapper .blog-pagination ul li a:hover {
    background: #2B314B;
    color: #fff;
}
.all-course-wrapper .blog-pagination ul li.active a,
.all-teachers-wrapper .blog-pagination ul li.active a {
    background: #2B314B;
    color: #fff;
}
.all-course-wrapper .course-style02-wrapper .course-single {
    margin-bottom: 65px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.all-course-wrapper .course-style02-wrapper .course-single .course-thumb {
    position: relative;
}
.all-course-wrapper .course-style02-wrapper .course-single .course-thumb span.price {
    background: #2B314B;
    bottom: -10px;
    display: inline-block;
    font-family: "Roboto", serif;
    font-size: 27px;
    left: -10px;
    padding: 5px 15px 5px 25px;
    position: absolute;
    color: #fff;
}
.all-course-wrapper .course-style02-wrapper .course-single .course-thumb span.price:before {
    content: "";
    position: absolute;
    border-bottom: 10px solid #2B314B;
    border-left: 10px solid transparent;
    height: 0;
    left: 0;
    top: -10px;
    width: 0;
}
.all-course-wrapper .course-style02-wrapper .course-single .course-details {
    background: #fff;
    padding: 30px 15px 20px;
}
.all-course-wrapper .course-style02-wrapper .course-single .course-details h3 {
    margin: 0 0 20px 0;
    font-weight: 600;
    text-transform: uppercase;
}
.all-course-wrapper .course-style02-wrapper .course-single .course-details .course-teacher ul li {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}
.all-course-wrapper .course-style02-wrapper .course-single .course-details .course-teacher ul li:last-child {
    padding-right: 0;
}
.all-course-wrapper .course-style02-wrapper .course-single .course-details .course-teacher ul li h4 {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    color: #444;
    margin: 0;
    font-weight: 400;
}
.all-course-wrapper .course-style02-wrapper .course-single .course-details .course-excerpt {
    margin-top: 20px;
}
.all-course-wrapper .course-style02-wrapper .course-single .course-details .course-excerpt ul {
    margin-bottom: 0;
}
.all-course-wrapper .course-style02-wrapper .course-single .course-details .course-excerpt ul li {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}
.all-course-wrapper .course-style02-wrapper .course-single .course-details .course-excerpt ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.all-course-wrapper .course-style02-wrapper .course-single .course-details .course-excerpt ul li:last-child:before {
    content: none;
}
.all-course-wrapper .course-style02-wrapper .course-single .course-details .course-excerpt ul li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 35px;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.07);
}
.all-course-wrapper .course-style02-wrapper .course-single .course-details .course-excerpt ul li span {
    display: block;
    color: #444;
    font-size: 13px;
}
.all-course-wrapper .course-style02-wrapper .course-single .course-hover {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: url(../images/course-hover-shape.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}
.all-course-wrapper .course-style02-wrapper .course-single .course-hover .course-hover-content {
    right: 0;
    bottom: 50px;
    width: 200px;
    position: absolute;
    text-align: center;
    transition: 0.5s ease;
}
.all-course-wrapper .course-style02-wrapper .course-single .course-hover .course-hover-content ul li {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin-right: 25px;
}
.all-course-wrapper .course-style02-wrapper .course-single .course-hover .course-hover-content ul li:last-child {
    margin-right: 0;
}
.all-course-wrapper .course-style02-wrapper .course-single .course-hover .course-hover-content a {
    font-size: 15px;
    color: #2B314B;
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    margin-top: 30px;
}
.all-course-wrapper .course-style02-wrapper .course-single:hover .course-hover {
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.all-course-wrapper.course-wrapper .course-style04 {
    padding: 0;
}
.all-course-wrapper .course-six-wrapper .course-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    margin-bottom: 60px;
    transition: 0.3s ease;
}
.all-course-wrapper .course-six-wrapper .course-single:hover .course-info h2 {
    color: #2B314B;
}
.all-course-wrapper .course-six-wrapper .course-single:hover .course-info ul.author-info li:last-child a {
    color: #2B314B;
}
.all-course-wrapper .course-six-wrapper .course-single:hover .course-image figure figcaption {
    visibility: visible;
    opacity: 1;
}
.all-course-wrapper .course-six-wrapper .course-single .course-info {
    padding: 15px;
}
.all-course-wrapper .course-six-wrapper .course-single .course-info h3 {
    font-weight: 600;
    margin: 0 0 10px 0;
    transition: 0.3s ease;
    text-transform: uppercase;
}
.all-course-wrapper .course-six-wrapper .course-single .course-info ul.author-info {
    margin: 20px 0;
}
.all-course-wrapper .course-six-wrapper .course-single .course-info ul.author-info li {
    display: table-cell;
    vertical-align: middle;
}
.all-course-wrapper .course-six-wrapper .course-single .course-info ul.author-info li:last-child {
    padding-left: 15px;
    color: #444;
}
.all-course-wrapper .course-six-wrapper .course-single .course-info ul.author-info li:last-child a {
    color: #444;
}
.all-course-wrapper .course-six-wrapper .course-single .course-info ul.course-bottom {
    border-top: 1px solid #d5d5d5;
    padding-top: 15px;
}
.all-course-wrapper .course-six-wrapper .course-single .course-info ul.course-bottom li {
    display: inline-block;
    font-size: 15px;
    color: #444;
}
.all-course-wrapper .course-six-wrapper .course-single .course-info ul.course-bottom li:last-child {
    float: right;
    font-size: 22px;
    color: #2B314B;
}
.all-course-wrapper .course-six-wrapper .course-single .course-image figure {
    position: relative;
}
.all-course-wrapper .course-six-wrapper .course-single .course-image figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    transition: 0.3s ease;
    visibility: hidden;
    opacity: 0;
}
.all-course-wrapper .course-six-wrapper .course-single .course-image figure figcaption div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.all-course-wrapper .course-six-wrapper .course-single .course-image figure figcaption div a {
    border-radius: 0;
}
.single-course-wrapper {
    padding: 30px 0;
}
.single-course-wrapper .single-course-content h3.course-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}
.single-course-wrapper .single-course-content .course-meta {
    margin-top: 35px;
    margin-bottom: 45px;
}
.single-course-wrapper .single-course-content .course-meta .course-duration .course-icon,
.single-course-wrapper .single-course-content .course-meta .course-duration .duration-details {
    display: table-cell;
    vertical-align: top;
}
.single-course-wrapper .single-course-content .course-meta .course-duration .duration-details {
    padding-left: 15px;
}
.single-course-wrapper .single-course-content .course-meta .course-duration .duration-details span {
    display: block;
    font-size: 15px;
}
.single-course-wrapper .single-course-content .course-meta .course-duration .duration-details span:last-child {
    font-size: 18px;
    font-weight: 600;
    font-family: "Roboto", serif;
    margin-top: 5px;
}
.single-course-wrapper .single-course-content .course-meta .course-reviews span {
    font-size: 15px;
    display: block;
}
.single-course-wrapper .single-course-content .course-meta .course-reviews ul li {
    display: inline-block;
    color: #ffef3b;
}
.single-course-wrapper .single-course-content .course-meta .course-reviews ul li:last-child {
    padding-left: 5px;
    font-size: 18px;
    font-weight: 600;
    color: inherit;
    margin-top: 5px;
    text-transform: uppercase;
}
.single-course-wrapper .single-course-content .course-meta .course-cat span {
    display: block;
    font-size: 15px;
}
.single-course-wrapper .single-course-content .course-meta .course-cat span:last-child {
    margin-top: 5px;
}
.single-course-wrapper .single-course-content .course-meta .course-cat span:last-child a {
    font-size: 18px;
    font-weight: 600;
    color: inherit;
    text-transform: uppercase;
}
.single-course-wrapper .single-course-content .course-meta .course-cat span:last-child a:hover {
    color: #2B314B;
}
.single-course-wrapper .single-course-content .course-gallery {
    margin-bottom: 20px;
}
.tab-content p {
    text-align: justify;
}
.single-course-wrapper .single-course-content .course-gallery p {
    text-align: justify;
}
.single-course-wrapper .single-course-content .course-gallery #sync1 {
    margin-bottom: 30px;
    position: relative;
}
.single-course-wrapper .single-course-content .course-gallery #sync1 .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 15px;
}
.single-course-wrapper .single-course-content .course-gallery #sync1 .owl-nav .owl-next,
.single-course-wrapper .single-course-content .course-gallery #sync1 .owl-nav .owl-prev {
    display: inline-block;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: 0.3s ease;
    color: #fff;
    font-size: 22px;
    padding-top: 6px;
}
.single-course-wrapper .single-course-content .course-gallery #sync1 .owl-nav .owl-next:hover,
.single-course-wrapper .single-course-content .course-gallery #sync1 .owl-nav .owl-prev:hover {
    border-color: #2B314B;
    color: #2B314B;
}
.single-course-wrapper .single-course-content .course-gallery #sync1 .owl-nav .owl-next {
    float: right;
}
.single-course-wrapper .single-course-content .course-gallery #sync2 .item img:hover {
    cursor: pointer;
}
.single-course-wrapper .single-course-content .course-info-tabs ul.nav-tabs {
    border-bottom: 1px solid #ccc;
}
.single-course-wrapper .single-course-content .course-info-tabs ul.nav-tabs li a {
    background: 0 0;
    border: none;
    font-size: 18px;
    font-weight: 600;
    font-family: "Roboto", serif;
    text-transform: uppercase;
    color: inherit;
    border-radius: 0;
    padding: 15px 25px;
}
.single-course-wrapper .single-course-content .course-info-tabs ul.nav-tabs li.active a {
    background: #2B314B;
    color: #fff;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 50px 0 15px 0;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane ul {
    margin-top: 25px;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane ul li {
    position: relative;
    color: #444;
    font-size: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    text-align: justify;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane ul li:before {
    position: absolute;
    content: "\f101";
    font-family: FontAwesome;
    left: 0;
    top: 0;
    color: #2B314B;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane ul li:last-child {
    padding-bottom: 0;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane ul.list-two li {
    width: 50%;
    float: left;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane ol {
    padding-left: 15px;
    list-style-type: none;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane ol li {
    padding-bottom: 5px;
    color: #444;
    font-size: 15px;
    counter-increment: count-me;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane ol li:last-child {
    padding-bottom: 0;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane ol li:before {
    content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -1.2em;
    top: 0.05em;
    color: #2B314B;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane figure {
    margin-top: 50px;
    position: relative;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane figure figcaption {
    text-align: center;
    background: #fafafa;
    padding: 15px;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane figure figcaption h4 {
    margin: 0 0 5px 0;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane figure figcaption span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #323232;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane figure figcaption ul {
    margin: 15px 0 0 0;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane figure figcaption ul li {
    display: inline-block;
    padding-left: 10px;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane figure figcaption ul li:before {
    content: none;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane figure figcaption ul li:first-child {
    padding-left: 0;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane figure figcaption ul li a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #d0d0d0;
    display: block;
    height: 29px;
    padding-top: 3px;
    width: 29px;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane figure figcaption ul li a:hover {
    color: #2B314B;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane .reviews {
    margin-top: 50px;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane .reviews .single-review {
    margin-bottom: 60px;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane .reviews .single-review:last-child {
    margin-bottom: 0;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane .reviews .single-review .author-image,
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane .reviews .single-review .author-rating-content {
    display: table-cell;
    vertical-align: top;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane .reviews .single-review .author-rating-content {
    padding-left: 30px;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane .reviews .single-review .author-rating-content h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane .reviews .single-review .author-rating-content ul {
    margin-top: 0;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane .reviews .single-review .author-rating-content ul li {
    display: inline-block;
    padding-left: 0;
    color: #ffef3b;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane .reviews .single-review .author-rating-content ul li:before {
    content: none;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane .reviews .single-review .author-rating-content span.rating-subject {
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.single-course-wrapper .single-course-content .course-bottom-content .course-share,
.single-course-wrapper .single-course-content .course-bottom-content .course-tags {
    margin: 30px 0;
}
.single-course-wrapper .single-course-content .course-bottom-content .course-share h4,
.single-course-wrapper .single-course-content .course-bottom-content .course-share ul,
.single-course-wrapper .single-course-content .course-bottom-content .course-tags h4,
.single-course-wrapper .single-course-content .course-bottom-content .course-tags ul {
    display: inline-block;
}
.single-course-wrapper .single-course-content .course-bottom-content .course-share h4,
.single-course-wrapper .single-course-content .course-bottom-content .course-tags h4 {
    margin-right: 15px;
}
.single-course-wrapper .single-course-content .course-bottom-content .course-share ul li,
.single-course-wrapper .single-course-content .course-bottom-content .course-tags ul li {
    display: inline-block;
    margin-right: 10px;
}
.single-course-wrapper .single-course-content .course-bottom-content .course-share ul li:last-child,
.single-course-wrapper .single-course-content .course-bottom-content .course-tags ul li:last-child {
    margin-right: 0;
}
.single-course-wrapper .single-course-content .course-bottom-content .course-share ul li a,
.single-course-wrapper .single-course-content .course-bottom-content .course-tags ul li a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #aeaeae;
    color: #444;
}
.single-course-wrapper .single-course-content .course-bottom-content .course-share {
    margin: 0 0 30px 0;
}
.single-course-wrapper .single-course-content .course-bottom-content .course-share ul li a {
    padding: 4px 0 0 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 0 none;
    text-align: center;
}
.single-course-wrapper .single-course-content .course-bottom-content .course-share ul li a:hover {
    background: #2B314B;
    color: #fff;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course {
    margin-top: 50px;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single {
    border: 1px solid #f4f4f4;
    overflow: hidden;
    transition: 0.3s ease;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single figure {
    position: relative;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single figure figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}
.course-single .course-info h3 {
    line-height: 25px;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single figure figcaption ul {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single figure figcaption ul li {
    display: inline-block;
    margin-right: 25px;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single figure figcaption ul li:last-child {
    margin-right: 0;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single figure figcaption ul li a {
    font-size: 45px;
    color: #fff;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single figure figcaption ul li a:hover {
    color: #2B314B;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details {
    padding: 50px 20px 15px 20px;
    position: relative;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details p.price-tag {
    background: #2B314B;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: inline-block;
    font-size: 20px;
    left: 15%;
    padding: 10px 25px;
    position: absolute;
    text-align: center;
    top: -23px;
    width: 70%;
    text-transform: uppercase;
    font-weight: 500;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details p.price-tag:before {
    border-bottom: 22px solid transparent;
    border-right: 20px solid #2B314B;
    border-top: 22px solid transparent;
    content: "";
    height: 0;
    left: -20px;
    position: absolute;
    top: 0;
    width: 0;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details p.price-tag:after {
    border-bottom: 22px solid transparent;
    border-left: 20px solid #2B314B;
    border-top: 22px solid transparent;
    content: "";
    height: 0;
    right: -20px;
    position: absolute;
    top: 0;
    width: 0;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details h3 {
    margin: 0 0 20px 0;
    transition: 0.3s ease;
    text-transform: uppercase;
    font-weight: 600;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details ul.teacher-info {
    margin-bottom: 20px;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details ul.teacher-info li {
    display: table-cell;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 15px;
    color: #444;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details ul.teacher-info li:last-child {
    margin-right: 0;
    padding-left: 20px;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details ul.teacher-info li img {
    border: 2px solid transparent;
    transition: 0.3s ease;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-excerpt {
    padding-bottom: 15px;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-excerpt span {
    font-size: 13px;
    display: block;
    color: #444;
    padding-bottom: 5px;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-excerpt span:last-child {
    padding-bottom: 0;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-excerpt .col-sm-4 {
    position: relative;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-excerpt .col-sm-4:before {
    background: rgba(0, 0, 0, 0.07);
    content: "";
    height: 35px;
    position: absolute;
    right: 5px;
    top: 0;
    width: 1px;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-excerpt .col-sm-4:last-child:before {
    content: none;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-excerpt-bottom ul {
    margin-bottom: 0;
    padding: 15px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-excerpt-bottom ul li {
    display: inline-block;
    font-size: 18px;
    margin-right: 25px;
    color: #444;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-excerpt-bottom ul li:last-child {
    margin-right: 0;
    float: right;
    color: #ffef3b;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-details-btn {
    position: absolute;
    width: 100%;
    bottom: -100px;
    left: 0;
    visibility: hidden;
    opacity: 1;
    transition: 0.3s ease;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-details-btn a {
    background: #2B314B;
    color: #fff;
    display: block;
    font-size: 17px;
    padding: 16px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single:hover figure figcaption {
    visibility: visible;
    opacity: 1;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single:hover .online-course-details h2 {
    color: #2B314B;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single:hover .online-course-details ul.teacher-info img {
    border-color: #2B314B;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single:hover .course-details-btn {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .owl-nav {
    left: 0;
    padding-right: 0;
    position: absolute;
    text-align: right;
    top: -83px;
    width: 100%;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .owl-nav .owl-next,
.single-course-wrapper .single-course-content .course-bottom-content .related-course .owl-nav .owl-prev {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #323232;
    color: #323232;
    padding-top: 5px;
    transition: 0.3s ease;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .owl-nav .owl-next:hover,
.single-course-wrapper .single-course-content .course-bottom-content .related-course .owl-nav .owl-prev:hover {
    color: #2B314B;
    border-color: #2B314B;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .owl-nav .owl-prev {
    margin-right: 10px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget {
    margin-bottom: 60px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget:last-child {
    margin-bottom: 0;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget h3.widget-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background: #2B314B;
    color: #fff;
    padding: 30px 0;
    margin: 0;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget,
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-features {
    background: #fafafa;
    padding: 25px 45px 45px 45px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget ul,
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-features ul {
    margin-bottom: 0;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget ul li,
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-features ul li {
    padding-bottom: 30px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget ul li span,
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-features ul li span {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget ul li span i,
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-features ul li span i {
    display: inline-block;
    width: 25px;
    color: #2B314B;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget ul li span:last-child,
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-features ul li span:last-child {
    float: right;
    font-weight: 500;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget h4,
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-features h4 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget div,
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-features div {
    text-align: center;
    margin-top: 30px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget div a.course-btn,
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-features div a.course-btn {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 45px;
    background: #2B314B;
    color: #fff;
    border-radius: 3px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure {
    margin-top: 50px;
    position: relative;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure img {
    width: 100%;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption {
    text-align: center;
    background: #fafafa;
    padding: 20px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption h4 {
    margin: 0 0 8px 0;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption h4 a {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: inherit;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption h4 a:hover {
    color: #2B314B;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #323232;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption ul {
    margin: 15px 0 0 0;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption ul li {
    display: inline-block;
    padding-left: 10px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption ul li:before {
    content: none;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption ul li:first-child {
    padding-left: 0;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption ul li a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #d0d0d0;
    display: block;
    height: 32px;
    padding-top: 5px;
    width: 32px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption ul li a:hover {
    color: #2B314B;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget ul li {
    padding-bottom: 30px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget ul li:last-child {
    padding-bottom: 0;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget {
    background: #fafafa;
    padding: 30px 15px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single {
    margin-bottom: 30px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single:last-child {
    margin-bottom: 0;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single .course-image,
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single .course-prefix {
    display: table-cell;
    vertical-align: top;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single .course-prefix {
    padding-left: 15px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single .course-prefix h4 {
    margin: 0 0 10px 0;
    line-height: 27px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single .course-prefix h4 a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: inherit;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single .course-prefix h4 a:hover {
    color: #2B314B;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single .course-prefix p {
    margin: 0 0 10px 0;
    line-height: 22px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single .course-prefix p a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: inherit;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single .course-prefix p a:hover {
    color: #2B314B;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single .course-prefix ul li {
    display: inline-block;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single .course-prefix ul li a {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
    background: #2B314B;
    color: #fff;
    display: block;
    border-radius: 3px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single .course-prefix ul li:last-child {
    float: right;
    color: #ffef3b;
    font-size: 20px;
}
.all-course-wrapper .events-block .col-sm-12:last-child .event2-single {
    margin-bottom: 65px;
}
.all-course-wrapper.events11 .events-list .col-sm-12:last-child .event-single-row {
    margin-bottom: 60px;
}
.event-details-wrapper .single-event-inner h2.event-title {
    margin: 0 0 30px 0;
    text-transform: none;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.single-event-inner h2 span{
        color: #ff9907;
}
.event-details-wrapper .single-event-inner .event-image {
    margin-bottom: 30px;
}
.event-details-wrapper .single-event-inner .event-image img {
    width: 100%;
}
.event-details-wrapper .single-event-inner .event-content p {
    margin-bottom: 0;
}
.event-content h1 span{
    color: #ff9907;
}
.event-details-wrapper .single-event-inner .event-content .event-speaker {
    margin-top: 50px;
}
.event-details-wrapper .single-event-inner .event-content .event-speaker h3 {
    margin: 0 0 20px 0;
}
.event-details-wrapper .single-event-inner .event-content .event-speaker .speaker-list figure figcaption {
    margin-top: 15px;
    text-align: center;
}
.event-details-wrapper .single-event-inner .event-content .event-speaker .speaker-list figure figcaption p {
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 500;
    color: inherit;
}
.event-details-wrapper .single-event-inner .event-content .event-speaker .speaker-list figure figcaption span {
    text-transform: uppercase;
    color: #444;
    font-size: 13px;
}
.event-details-wrapper .single-event-inner .event-content .event-time-place {
    margin-top: 50px;
}
.event-details-wrapper .single-event-inner .event-content .event-time-place h3 {
    margin: 0 0 15px 0;
}
.event-details-wrapper .single-event-inner .event-content .event-time-place p {
    margin-bottom: 10px;
}
.event-details-wrapper .single-event-inner .event-content .event-time-place p:last-child {
    margin-bottom: 0;
}
.event-details-wrapper .single-event-inner .event-content .event-details {
    margin-top: 20px;
}
.event-details-wrapper .single-event-inner .event-content .event-details h3 {
    margin: 0 0 15px 0;
}
.event-details-wrapper .single-event-inner .event-content .event-details ul li {
    position: relative;
    padding: 0 0 10px 35px;
}
.event-details-wrapper .single-event-inner .event-content .event-details ul li:last-child {
    padding-bottom: 0;
}
.event-details-wrapper .single-event-inner .event-content .event-details ul li:before {
    position: absolute;
    content: "\f044";
    left: 0;
    top: -5px;
    font-family: FontAwesome;
    color: #2B314B;
    font-size: 22px;
}
.event-details-wrapper .single-event-inner .event-content .event-participant {
    margin-top: 50px;
}
.event-details-wrapper .single-event-inner .event-content .event-participant h3 {
    margin: 0 0 20px 0;
}
.event-details-wrapper .single-event-inner .event-content .event-participant figure figcaption {
    margin-top: 15px;
    text-align: center;
}
.event-details-wrapper .single-event-inner .event-content .event-participant figure figcaption p {
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 500;
    color: inherit;
}
.event-details-wrapper .single-event-inner .event-content .event-participant figure figcaption span {
    text-transform: uppercase;
    color: #444;
    font-size: 13px;
}
.event-details-wrapper .single-event-inner .event-content .join-event {
    margin-top: 80px;
}
.event-details-wrapper .single-event-inner .event-content .join-event ul {
    margin-bottom: 0;
}
.event-details-wrapper .single-event-inner .event-content .join-event ul li {
    display: inline-block;
    margin-right: 15px;
}
.event-details-wrapper .single-event-inner .event-content .join-event ul li a {
    display: block;
    border: 2px solid #2B314B;
    color: #2B314B;
    padding: 13px 45px;
    text-transform: uppercase;
    font-weight: 500;
}
.event-details-wrapper .single-event-inner .event-content .join-event ul li a:hover {
    background: #2B314B;
    color: #fff;
}
.event-details-wrapper .single-event-inner .event-content .join-event ul li:last-child {
    float: right;
    margin-right: 0;
}
.event-details-wrapper .single-event-inner .event-content .join-event ul li:last-child a {
    background: #2B314B;
    color: #fff;
}
.event-details-wrapper .single-event-inner .event-content .join-event ul li:last-child a:hover {
    background: 0 0;
    color: #2B314B;
}
.all-teachers-wrapper.teachers .teachers-block .row:last-child .teacher-single {
    margin-bottom: 65px;
}
.all-teachers-wrapper .teachers-two-wrapper .teacher-single-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    margin-top: 30px;
    margin-bottom: 50px;
    transition: 0.5s ease;
}
.all-teachers-wrapper .teachers-two-wrapper .teacher-single-box figure {
    position: relative;
    overflow: hidden;
}
.all-teachers-wrapper .teachers-two-wrapper .teacher-single-box figure img {
    transition: 0.5s ease;
}
.all-teachers-wrapper .teachers-two-wrapper .teacher-single-box figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: rgba(128, 205, 54, 0.7);
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition: 0.5s ease;
    visibility: hidden;
    opacity: 0;
}
.all-teachers-wrapper .teachers-two-wrapper .teacher-single-box figure figcaption ul {
    text-align: center;
    margin-bottom: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.all-teachers-wrapper .teachers-two-wrapper .teacher-single-box figure figcaption ul li {
    display: inline-block;
    margin-right: 10px;
}
.all-teachers-wrapper .teachers-two-wrapper .teacher-single-box figure figcaption ul li:last-child {
    margin-right: 0;
}
.all-teachers-wrapper .teachers-two-wrapper .teacher-single-box figure figcaption ul li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    background: #fff;
    text-align: center;
    padding-top: 7px;
    color: #6b6b6b;
}
.all-teachers-wrapper .teachers-two-wrapper .teacher-single-box figure figcaption ul li a:hover {
    color: #2B314B;
}
.all-teachers-wrapper .teachers-two-wrapper .teacher-single-box div {
    text-align: center;
    padding: 15px;
}
.all-teachers-wrapper .teachers-two-wrapper .teacher-single-box div h3 {
    margin: 0 0 10px 0;
    transition: 0.5s ease;
}
.all-teachers-wrapper .teachers-two-wrapper .teacher-single-box div h3 a {
    color: inherit;
}
.all-teachers-wrapper .teachers-two-wrapper .teacher-single-box div span {
    font-size: 15px;
    transition: 0.5s ease;
}
.all-teachers-wrapper .teachers-two-wrapper .teacher-single-box:hover div h3 a {
    color: #2B314B;
}
.all-teachers-wrapper .teachers-two-wrapper .teacher-single-box:hover div span {
    color: #2B314B;
}
.all-teachers-wrapper .teachers-two-wrapper .teacher-single-box:hover figure img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.all-teachers-wrapper .teachers-two-wrapper .teacher-single-box:hover figure figcaption {
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.all-teachers-wrapper .teachers-four-wrapper .teacher-single {
    margin-bottom: 60px;
}
.all-teachers-wrapper .teachers-four-wrapper .teacher-single:hover figure:before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.all-teachers-wrapper .teachers-four-wrapper .teacher-single:hover figure img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.all-teachers-wrapper .teachers-four-wrapper .teacher-single:hover figure figcaption {
    visibility: visible;
    opacity: 1;
    right: 0;
}
.all-teachers-wrapper .teachers-four-wrapper .teacher-single:hover .teacher-info h4 a {
    color: #2B314B;
}
.all-teachers-wrapper .teachers-four-wrapper .teacher-single figure {
    position: relative;
    overflow: hidden;
}
.all-teachers-wrapper .teachers-four-wrapper .teacher-single figure:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.all-teachers-wrapper .teachers-four-wrapper .teacher-single figure img {
    transition: 0.5s ease;
}
.all-teachers-wrapper .teachers-four-wrapper .teacher-single figure figcaption {
    position: absolute;
    width: 60px;
    right: -60px;
    top: 0;
    height: 100%;
    background: #2B314B;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s ease;
}
.all-teachers-wrapper .teachers-four-wrapper .teacher-single figure figcaption ul {
    text-align: center;
    margin-top: 20px;
}
.all-teachers-wrapper .teachers-four-wrapper .teacher-single figure figcaption ul li {
    margin-bottom: 15px;
}
.all-teachers-wrapper .teachers-four-wrapper .teacher-single figure figcaption ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    font-size: 14px;
    background: #fff;
    color: #2B314B;
    padding-top: 5px;
}
.all-teachers-wrapper .teachers-four-wrapper .teacher-single .teacher-info {
    text-align: center;
}
.all-teachers-wrapper .teachers-four-wrapper .teacher-single .teacher-info h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 15px 0 10px 0;
    transition: 0.3s ease;
}
.all-teachers-wrapper .teachers-four-wrapper .teacher-single .teacher-info h4 a {
    color: inherit;
}
.all-teachers-wrapper .teachers-four-wrapper .teacher-single .teacher-info span {
    font-size: 15px;
}
.all-teachers-wrapper .teachers-six-wrapper .instructor-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    margin-bottom: 60px;
}
.all-teachers-wrapper .teachers-six-wrapper .instructor-single:hover h3 a {
    color: #2B314B;
}
.all-teachers-wrapper .teachers-six-wrapper .instructor-single figure img {
    width: 100%;
}
.all-teachers-wrapper .teachers-six-wrapper .instructor-single figure figcaption {
    padding: 25px 15px;
}
.all-teachers-wrapper .teachers-six-wrapper .instructor-single figure figcaption h3 {
    font-weight: 600;
    margin: 0 0 15px 0;
    transition: 0.3s ease;
}
.all-teachers-wrapper .teachers-six-wrapper .instructor-single figure figcaption h3 a {
    color: inherit;
}
.all-teachers-wrapper .teachers-six-wrapper .instructor-single figure figcaption span {
    margin-bottom: 15px;
    display: block;
}
.all-teachers-wrapper .teachers-six-wrapper .instructor-single figure figcaption p {
    margin-bottom: 0;
}
.all-teachers-wrapper .kg-teachers-wrapper .teacher-single-inner {
    margin-bottom: 60px;
}
.about-page-services {
    background: #f1f1f1;
    margin: 40px 0px;
    padding-top:30px;
}
.about-page-services .service-boxes-inner .service-box-content {
    margin-bottom: 50px;
    background:#fff;
    height:450px;
    border-radius: 25px;
    border: 2px solid #ccc;
}
.about-testimonial {
    background: #f9f9f9;
    padding-bottom: 80px;
}
.about-testimonial .section-header03 h2 {
    text-align: center;
}
.about-testimonial .section-header03 h2:after {
    left: 50%;
    margin-left: -60px;
}
.about-testimonial .testimonial-items .owl-item .single-box span {
    color: #444;
}
.teacher-details-wrapper {
    padding: 100px 0;
}
.teacher-details-wrapper .teacher-detail-left .teacher-skills {
    margin-top: 30px;
}
.teacher-details-wrapper .teacher-detail-left .teacher-skills .skill-single {
    margin-top: 20px;
}
.teacher-details-wrapper .teacher-detail-left .teacher-skills .skill-single span {
    display: block;
}
.teacher-details-wrapper .teacher-detail-left .teacher-skills .skill-single span:last-child {
    width: 100%;
    height: 10px;
    background: #f3f3f3;
    margin-top: 10px;
    position: relative;
}
.teacher-details-wrapper .teacher-detail-left .teacher-skills .skill-single span:last-child span {
    position: absolute;
    height: 100%;
    background: #2B314B;
    left: 0;
    top: 0;
    margin-top: 0;
}
.teacher-details-wrapper .teacher-detail-right .teacher-info {
    background: #f3f3f3;
    border: 1px solid #e8e8e8;
    padding: 20px 15px;
    min-height: 360px;
}
.teacher-details-wrapper .teacher-detail-right .teacher-info ul {
    margin-bottom: 0;
}
.teacher-details-wrapper .teacher-detail-right .teacher-info ul li {
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.teacher-details-wrapper .teacher-detail-right .teacher-info ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 none;
}
.teacher-details-wrapper .teacher-detail-right .teacher-info ul li h3 {
    margin: 0 0 10px 0;
}
.teacher-details-wrapper .teacher-detail-right .teacher-contact {
    background: #f3f3f3;
    border: 1px solid #e8e8e8;
    min-height: 360px;
}
.teacher-details-wrapper .teacher-detail-right .teacher-contact h2 {
    margin: 0;
    padding: 20px 0;
    background: #2B314B;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.teacher-details-wrapper .teacher-detail-right .teacher-contact form {
    padding: 30px;
}
.teacher-details-wrapper .teacher-detail-right .teacher-contact form input {
    width: 100%;
    margin-bottom: 18px;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #e8e8e8;
    transition: 0.3s ease;
}
.teacher-details-wrapper .teacher-detail-right .teacher-contact form input:focus {
    border-color: #2B314B;
}
.teacher-details-wrapper .teacher-detail-right .teacher-contact form button {
    width: 100%;
    border: 0 none;
    background: #2B314B;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 0;
    font-weight: 500;
}
.teacher-details-wrapper .teacher-detail-right .teacher-tab {
    margin-top: 30px;
}
.teacher-details-wrapper .teacher-detail-right .teacher-tab ul.nav-tabs {
    border-color: #e8e8e8;
}
.teacher-details-wrapper .teacher-detail-right .teacher-tab ul.nav-tabs li a {
    text-transform: uppercase;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    color: inherit;
    margin-right: -1px;
    font-weight: 500;
}
.teacher-details-wrapper .teacher-detail-right .teacher-tab ul.nav-tabs li.active a {
    border: 0 none;
    background: #2B314B;
    color: #fff;
    border: 1px solid #2B314B;
}
.teacher-details-wrapper .teacher-detail-right .teacher-tab .tab-content .tab-pane {
    padding-top: 15px;
}
.teacher-registration-wrapper .tr-header {
    margin-bottom: 100px;
}
.teacher-registration-wrapper .tr-header h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 30px 0;
}
.teacher-registration-wrapper .tr-header p:last-child {
    margin-bottom: 0;
}
.teacher-registration-wrapper .tr-image {
    margin-bottom: 100px;
}
.teacher-registration-wrapper .bt-tabs ul.nav-tabs {
    border-color: #e8e8e8;
}
.teacher-registration-wrapper .bt-tabs ul.nav-tabs li a {
    text-transform: uppercase;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    color: inherit;
    margin-right: -1px;
    font-weight: 500;
}
.teacher-registration-wrapper .bt-tabs ul.nav-tabs li.active a {
    border: 0 none;
    background: #2B314B;
    color: #fff;
    border: 1px solid #2B314B;
}
.teacher-registration-wrapper .bt-tabs .tab-content .tab-pane {
    padding-top: 20px;
}
.teacher-registration-wrapper .bt-tabs .tab-content .tab-pane ul {
    margin: 30px 0 0 0;
}
.teacher-registration-wrapper .bt-tabs .tab-content .tab-pane ul li {
    color: #444;
    padding-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.teacher-registration-wrapper .bt-tabs .tab-content .tab-pane ul li:before {
    position: absolute;
    content: "\f00c";
    font-family: FontAwesome;
    color: #2B314B;
    left: 0;
    top: 0;
}
.teacher-registration-wrapper .bt-tabs .tab-content .tab-pane ul li:last-child {
    padding-bottom: 0;
}
.teacher-registration-wrapper .teacher-apply {
    background: #fff;
    border-radius: 20px;
   box-shadow: 1px 2px 10px #9b9b9b;
}
.teacher-registration-wrapper .teacher-apply h3 {
    margin: 0;
    padding-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
}
.teacher-registration-wrapper .teacher-apply p {
    text-align: center;
    padding: 0 30px;
   color:#fff;
   padding-bottom: 10px;
}
.top-frm{
        background: #2B314B;
        border-radius:20px;
        border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.teacher-registration-wrapper .teacher-apply form {
    padding: 15px 30px;
    background: #fff;
    border-radius: 20px;
}
.teacher-registration-wrapper .teacher-apply form input,
select {
    border-radius: 20px;
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 15px;
    margin-bottom: 20px;
    box-shadow: 1px 2px 3px #ccc;
    border: 1px solid #8e8e8e;
    transition: 0.3s ease;
}
.teacher-registration-wrapper .teacher-apply form textarea {
    width: 100%;
    display: block;
    padding: 15px;
    height: 60px;
    border: 1px solid #e8e8e8;
    transition: 0.3s ease;
}
.teacher-registration-wrapper .teacher-apply form input:focus,
.teacher-registration-wrapper .teacher-apply form textarea:focus {
    border-color: #2B314B;
}
.teacher-registration-wrapper .teacher-apply form input[type="file"] {
    display: none;
}
.teacher-registration-wrapper .teacher-apply form .custom-file-upload {
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin: 20px 0;
    padding: 0;
    width: 100%;
}
.teacher-registration-wrapper .teacher-apply form .custom-file-upload i {
    display: inline-block;
    padding-right: 5px;
}
.teacher-registration-wrapper .teacher-apply form button {
    width: 100%;
    display: block;
    padding: 15px 0;
    background: #2B314B;
    text-transform: uppercase;
    font-weight: 500;
    border: 0 none;
    color: #fff;
}
.faq-wrapper {
    padding: 100px 0;
}
.faq-wrapper .faq-header {
    margin-bottom: 50px;
}
.faq-wrapper .faq-header h3 {
    margin: 0;
}
.faq-wrapper .faq-tabs {
    margin-bottom: 100px;
}
.faq-wrapper .faq-tabs .panel-group {
    margin-bottom: 0;
}
.faq-wrapper .faq-tabs .panel-group .panel {
    border: 0 none;
    box-shadow: none;
    margin-bottom: 20px;
}
.faq-wrapper .faq-tabs .panel-group .panel:last-child {
    margin-bottom: 0;
}
.faq-wrapper .faq-tabs .panel-group .panel .panel-heading {
    border: 0 none;
    background: 0 0;
    border-radius: 0;
    padding: 0;
}
.faq-wrapper .faq-tabs .panel-group .panel .panel-heading h3.panel-title a {
    display: block;
    padding: 15px;
    background: #f7f7f7;
    position: relative;
}
.faq-wrapper .faq-tabs .panel-group .panel .panel-heading h3.panel-title a[aria-expanded="false"]:before {
    content: "\f196";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 17px;
    transition: all 0.3s ease 0s;
    color: #2B314B;
}
.faq-wrapper .faq-tabs .panel-group .panel .panel-heading h3.panel-title a[aria-expanded="true"]:before {
    position: absolute;
    content: "\f147";
    right: 15px;
    top: 17px;
    font-family: FontAwesome;
    transition: 0.3s ease;
}
.faq-wrapper .faq-tabs .panel-group .panel .panel-collapse .panel-body {
    border: 0 none;
}
.faq-wrapper .question-form form .form-group {
    margin-bottom: 0;
}
.faq-wrapper .question-form form .form-group input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #f3f3f3;
    margin-bottom: 20px;
    transition: 0.3s ease;
}
.faq-wrapper .question-form form .form-group textarea {
    width: 100%;
    min-height: 175px;
    border: 1px solid #f3f3f3;
    padding: 15px;
    transition: 0.3s ease;
    margin-bottom: 20px;
}
.faq-wrapper .question-form form .form-group input:focus,
.faq-wrapper .question-form form .form-group textarea:focus {
    border-color: #2B314B;
}
.faq-wrapper .question-form form .form-group button {
    border: 2px solid #2B314B;
    color: #fff;
    background: #2B314B;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding: 13px 40px;
    transition: 0.3s ease;
}
.faq-wrapper .question-form form .form-group button:hover {
    background: 0 0;
    color: #2B314B;
}
.portfolio-wrapper {
    padding: 100px 0;
}
.portfolio-wrapper .portfolio-content figure {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.portfolio-wrapper .portfolio-content figure img {
    transition: 0.6s ease;
}
.portfolio-wrapper .portfolio-content figure:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.portfolio-wrapper .portfolio-content figure:hover figcaption {
    background: rgba(128, 205, 54, 0.8);
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    bottom: 0;
    left: 0;
}
.portfolio-wrapper .portfolio-content figure figcaption {
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #000;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s ease;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
}
.portfolio-wrapper .portfolio-content figure figcaption div {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio-wrapper .portfolio-content figure figcaption div p a {
    color: #fff;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.portfolio-wrapper .portfolio-content figure figcaption div h3 {
    margin: 0;
}
.portfolio-wrapper .portfolio-content figure figcaption div h3 a {
    text-transform: uppercase;
    color: #fff;
}
.portfolio-wrapper .portfolio-content figure figcaption div a:hover {
    color: #323232;
}
.portfolio-wrapper .blog-pagination {
    margin-top: 30px;
}
.portfolio-wrapper .blog-pagination ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 10px 0;
    text-align: center;
}
.portfolio-wrapper .blog-pagination ul li {
    display: inline-block;
}
.portfolio-wrapper .blog-pagination ul li a {
    background: 0 0;
    font-weight: 500;
    display: block;
    padding: 10px 15px;
    color: #444;
}
.portfolio-wrapper .blog-pagination ul li a:hover {
    background: #2B314B;
    color: #fff;
}
.portfolio-wrapper .blog-pagination ul li.active a {
    background: #2B314B;
    color: #fff;
}
.contact-wrapper {
    padding: 100px 0;
}
.contact-wrapper .contact-one-form h2 {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
    margin: 0;
    color: #2B314B;
    text-align: center;
}
.order-h2-new {
    padding: 10px 0;
}
.order-h2-new p {
    color: #4a4a4a;
    text-align: center;
    margin: 0;
    margin-top: 5px;
}
.contact-wrapper .contact-one-form form .form-group {
    margin-bottom: 0;
}
.contact-wrapper .contact-one-form form .form-group input {
    width: 100%;
    border-radius: 20px;
    padding: 9px 15px;
    border: 1px solid #a9a9a9;
    box-shadow: 1px 2px 5px #ccc;
    margin-bottom: 25px;
    transition: 0.3s ease;
}
input[type="submit"] {
    background: #2B314B;
    color: #fff;
}
.contact-wrapper .contact-one-form form .form-group textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #ababab;
    box-shadow: 1px 2px 5px #ccc;
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 15px;
    transition: 0.3s ease;
}
.contact-wrapper .contact-one-form form .form-group input:focus,
.contact-wrapper .contact-one-form form .form-group textarea:focus {
    border-color: #2B314B;
}
.contact-wrapper .contact-one-form form .form-group button {
    padding: 13px 40px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background: #2B314B;
    border: 2px solid #2B314B;
    transition: 0.3s ease;
}
.contact-wrapper .contact-one-form form .form-group button:hover {
    background: 0 0;
    color: #2B314B;
}
.contact-wrapper .contact-map h2 {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 50px 0;
    line-height: 22px;
}
.contact-wrapper .contact-boxes {
    margin-top: 100px;
    text-align: center;
}
.contact-wrapper .contact-boxes i {
    font-size: 30px;
    color: #2B314B;
}
.contact-wrapper .contact-two-top h3 {
    font-size: 22px;
    margin: 0 0 40px 0;
}
.contact-wrapper .contact-two-top .contact-info .contact-info-box {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.contact-wrapper .contact-two-top .contact-info .contact-info-box .cinfo,
.contact-wrapper .contact-two-top .contact-info .contact-info-box .icon {
    display: table-cell;
    vertical-align: top;
}
.contact-wrapper .contact-two-top .contact-info .contact-info-box .icon {
    width: 60px;
}
.contact-wrapper .contact-two-top .contact-info .contact-info-box .icon i {
    font-size: 40px;
    color: #2B314B;
}
.contact-wrapper .contact-two-top .contact-info .contact-info-box .cinfo h4 {
    margin: 0 0 5px 0;
    text-transform: uppercase;
}
.contact-wrapper .contact-two-top .contact-info .contact-info-box .cinfo p {
    margin-bottom: 0;
}
.contact-wrapper .contact-two-bottom {
    padding-top: 60px;
    margin-top: 40px;
    border-top: 1px solid #e8e8e8;
}
.contact-wrapper .contact-two-bottom h3 {
    font-size: 22px;
    margin: 0 0 40px 0;
}
.contact-wrapper .contact-two-bottom .team-single {
    margin-bottom: 30px;
}
.contact-wrapper .contact-two-bottom .team-single:last-child {
    margin-bottom: 0;
}
.contact-wrapper .contact-two-bottom .team-single .team-image,
.contact-wrapper .contact-two-bottom .team-single .team-info {
    display: table-cell;
    vertical-align: top;
}
.contact-wrapper .contact-two-bottom .team-single .team-info {
    padding-left: 30px;
}
.contact-wrapper .contact-two-bottom .team-single .team-info h4 {
    margin: 0 0 5px;
    text-transform: uppercase;
}
.contact-wrapper .contact-two-bottom .team-single .team-info ul {
    margin: 10px 0 0 0;
}
.contact-wrapper .contact-two-bottom form .form-group {
    margin-bottom: 0;
}
.contact-wrapper .contact-two-bottom form .form-group input,
.contact-wrapper .contact-two-bottom form .form-group textarea {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    transition: 0.3s ease;
}
.contact-wrapper .contact-two-bottom form .form-group input:focus,
.contact-wrapper .contact-two-bottom form .form-group textarea:focus {
    border-color: #2B314B;
}
.contact-wrapper .contact-two-bottom form .form-group textarea {
    height: 150px;
    padding: 15px;
}
.contact-wrapper .contact-two-bottom form .form-group button {
    padding: 13px 40px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background: #2B314B;
    border: 2px solid #2B314B;
    transition: 0.3s ease;
}
.contact-wrapper .contact-two-bottom form .form-group button:hover {
    background: 0 0;
    color: #2B314B;
}
.contact-wrapper .contact-three-header h2 {
    font-size: 30px;
    line-height: 20px;
    margin: 0 0 50px;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.contact-wrapper .contact-three-header h2:before {
    background: #2B314B;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}
.contact-wrapper .contact-three-info ul {
    margin-bottom: 40px;
}
.contact-wrapper .contact-three-info ul li span {
    display: block;
}
.contact-wrapper .contact-three-info ul li span.icon {
    width: 80px;
    height: 80px;
    text-align: center;
    border: 5px solid #e8e8e8;
    background: #2B314B;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    padding-top: 13px;
    margin-bottom: 15px;
}
.contact-wrapper .contact-map iframe {
    pointer-events: none;
    width: 100%;
    border: 0 none;
}
.contact-wrapper .contact-three-form {
    background: #2B314B;
    min-height: 577px;
    padding: 60px 35px;
}
.contact-wrapper .contact-three-form form input,
.contact-wrapper .contact-three-form form textarea {
    width: 100%;
    height: 45px;
    border: 1px solid #fff;
    margin-bottom: 30px;
    padding: 0 15px;
    transition: 0.3s ease;
    background: 0 0;
    color: #fff;
}
.contact-wrapper .contact-three-form form input:focus,
.contact-wrapper .contact-three-form form textarea:focus {
    border-color: #fff;
}
.contact-wrapper .contact-three-form form textarea {
    height: 150px;
    padding: 15px;
}
.contact-wrapper .contact-three-form form button {
    padding: 13px 40px;
    text-transform: uppercase;
    background: #fff;
    border: 2px solid #fff;
    color: #2B314B;
    transition: 0.3s ease;
    font-weight: 500;
}
.contact-wrapper .contact-three-form form button:hover {
    background: 0 0;
    color: #fff;
}
.forum-wrapper .forum-search {
    background: #f4f4f4;
    padding: 15px;
    margin-bottom: 30px;
}
.forum-wrapper .forum-search p {
    margin: 6px 0 0 0;
    font-weight: 500;
    text-transform: uppercase;
}
.forum-wrapper .forum-search form {
    position: relative;
}
.forum-wrapper .forum-search form input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    border: 1px solid #e8e8e8;
}
.forum-wrapper .forum-search form button {
    position: absolute;
    background: 0 0;
    height: 35px;
    padding: 0 15px;
    right: 0;
    top: 0;
    color: #444;
    border: 0 none;
}
.forum-wrapper .forum-header {
    background: #2B314B;
    padding: 15px;
}
.forum-wrapper .forum-header .forum-name h3,
.forum-wrapper .forum-header .last-modified h3,
.forum-wrapper .forum-header .total-post h3,
.forum-wrapper .forum-header .total-topic h3 {
    color: #fff;
    margin: 0;
}
.forum-wrapper .forum-header .last-modified,
.forum-wrapper .forum-header .total-post,
.forum-wrapper .forum-header .total-topic {
    text-align: center;
}
.forum-wrapper .forum-content {
    margin-bottom: 60px;
}
.forum-wrapper .forum-content .single-forum {
    padding: 30px 15px;
}
.forum-wrapper .forum-content .single-forum .forum-subject h3 {
    margin: 0 0 6px 0;
    line-height: 26px;
}
.forum-wrapper .forum-content .single-forum .forum-subject h3 a {
    color: inherit;
    text-transform: none;
}
.forum-wrapper .forum-content .single-forum .forum-subject h3 a:hover {
    color: #2B314B;
}
.forum-wrapper .forum-content .single-forum .f-modified-time,
.forum-wrapper .forum-content .single-forum .fposts,
.forum-wrapper .forum-content .single-forum .ftopics {
    text-align: center;
}
.forum-wrapper .forum-content .single-forum .f-modified-time span {
    display: block;
}
.forum-wrapper .forum-content .single-forum .f-modified-time span:last-child {
    margin-top: 10px;
}
.forum-wrapper .forum-content .single-forum .f-modified-time span:last-child a {
    color: #2B314B;
}
.forum-wrapper .forum-content .single-forum.forum-inverted {
    background: #fafafa;
}
.shop-area {
    padding: 100px 0;
}
.shop-area .shop-top {
    margin-bottom: 50px;
}
.shop-area .shop-top p {
    display: inline-block;
    margin-bottom: 0;
}
.shop-area .shop-top select {
    background: rgba(0, 0, 0, 0) url(../images/select-btn.png) no-repeat scroll 95% center/20px auto;
    border: 1px solid #eee;
    padding: 10px 40px 10px 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.shop-area .product-column .single-product {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.shop-area .product-column .single-product figure {
    position: relative;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}
.shop-area .product-column .single-product figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: rgba(128, 205, 54, 0.8);
    transition: 0.3s ease;
    visibility: hidden;
    opacity: 0;
}
.shop-area .product-column .single-product figure:hover:before {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.shop-area .product-column .single-product figure figcaption {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    transition: 0.8s ease;
}
.shop-area .product-column .single-product figure:hover figcaption {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.shop-area .product-column .single-product figure figcaption ul {
    margin-bottom: 0;
}
.shop-area .product-column .single-product figure figcaption ul li a {
    border: 1px solid #fff;
    padding: 8px 15px;
    display: inline-block;
    color: #000;
    background: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius: 3px;
}
.shop-area .product-column .single-product figure figcaption ul li a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.shop-area .product-column .single-product .product-bottom {
    text-align: center;
    padding: 15px 0 0 0;
}
.shop-area .product-column .single-product .product-bottom h4 {
    margin: 0 0 10px 0;
}
.shop-area .product-column .single-product .product-bottom h4 a {
    color: #333;
}
.shop-area .product-column .single-product .product-bottom h4 a:hover {
    color: #2B314B;
}
.shop-area .product-pagination {
    text-align: center;
    padding-top: 20px;
}
.shop-area .product-pagination ul {
    margin-bottom: 0;
}
.shop-area .product-pagination ul li {
    display: inline;
}
.shop-area .product-pagination ul li a {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #eee;
    color: #333;
}
.shop-area .product-pagination ul li.active a {
    background: #2B314B;
    color: #fff;
    border-color: #2B314B;
}
.shop-area .product-pagination ul li a:hover {
    border-color: #2B314B;
}
.product-details {
    padding: 100px 0;
}
.product-details .product-info {
    margin-bottom: 50px;
}
.product-details .product-info > h2 {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.product-details .product-info span.p-price {
    font-weight: 700;
    display: block;
    font-size: 24px;
    color: #2B314B;
    margin-bottom: 20px;
}
.product-details .product-info .product-activity {
    margin-top: 20px;
    padding: 30px 0 40px 0;
    border-top: 1px solid #eee;
}
.product-details .product-info .product-activity form .wishbtn,
.product-details .product-info .product-activity form button,
.product-details .product-info .product-activity form div.quantity {
    display: inline-block;
}
.product-details .product-info .product-activity form div.quantity > input {
    padding: 10px 0 10px 10px;
    width: 60px;
    border: 1px solid #eee;
    transition: 0.3s ease;
}
.product-details .product-info .product-activity form div.quantity > input:hover {
    border-color: #777;
}
.product-details .product-info .product-activity form.cart button[type="submit"] {
    background: #2B314B;
    border: 0 none;
    padding: 10px 25px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 6px;
    transition: 0.3s ease;
}
.product-details .product-info .product-activity form.cart button[type="submit"]:hover {
    background: #000;
}
.product-details .product-info .product-activity form.cart .wishbtn a {
    color: #fff;
    background: #2B314B;
    padding: 10px 15px;
    display: inline-block;
    margin-left: 6px;
}
.product-details .product-info .product-activity form.cart .wishbtn a:hover {
    background: #000;
}
.product-details .product-info .product-category p,
.product-details .product-info .product-category ul,
.product-details .product-info .product-tags p,
.product-details .product-info .product-tags ul {
    display: inline-block;
}
.product-details .product-info .product-category {
    margin-bottom: 10px;
}
.product-details .product-info .product-category p,
.product-details .product-info .product-tags p {
    min-width: 130px;
    color: #333;
    font-weight: 600;
}
.product-details .product-info .product-category ul,
.product-details .product-info .product-tags ul {
    margin-bottom: 0;
}
.product-details .product-info .product-category ul li,
.product-details .product-info .product-tags ul li {
    display: inline;
    position: relative;
    padding-right: 10px;
    margin-right: 0;
}
.product-details .product-info .product-category ul li:before,
.product-details .product-info .product-tags ul li:before {
    position: absolute;
    content: "/";
    right: 0;
}
.product-details .product-info .product-category ul li:last-child:before,
.product-details .product-info .product-tags ul li:last-child:before {
    content: none;
    padding-right: 0;
    margin-right: 0;
}
.product-details .product-info .product-category ul li a,
.product-details .product-info .product-tags ul li a {
    color: #777;
}
.product-details .product-info .product-category ul li a:hover,
.product-details .product-info .product-tags ul li a:hover {
    color: #333;
}
.product-details .product-tabs ul.nav li a {
    font-size: 16px;
    color: #777;
}
.product-details .product-tabs ul.nav li a:hover {
    color: #2B314B;
}
.product-details .product-tabs ul.nav li.active a {
    color: #333;
}
.product-details .product-tabs .tab-content .tab-pane {
    padding: 50px 0;
}
.product-details .product-tabs .tab-content .tab-pane p {
    font-weight: 300;
}
.product-details .product-tabs .tab-content .tab-pane ul li {
    font-size: 15px;
    font-weight: 300;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-title h2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review,
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-thumb {
    display: table-cell;
    vertical-align: top;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single {
    padding-top: 40px;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-thumb {
    padding-right: 20px;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li {
    display: inline;
    margin-right: 10px;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li:first-child,
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li:nth-child(2) {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    padding-right: 18px;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li:first-child,
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li:nth-child(3) {
    color: #2B314B;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li:nth-child(2) {
    font-weight: 400;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li:first-child:before,
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li:nth-child(2):before {
    position: absolute;
    content: "|";
    right: 0;
    top: -2px;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .review-reply .author-review .review-meta ul li:nth-child(2):before {
    content: none;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li:last-child {
    float: right;
    position: relative;
    top: -7px;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li:last-child ul {
    display: inline-block;
    margin-right: 15px;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li:last-child ul li {
    display: inline-block;
    padding-right: 0;
    margin-right: 5px;
    position: inherit;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li:last-child ul li:last-child {
    margin-right: 0;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li:last-child a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #eee;
    color: #444;
    text-align: center;
    padding-top: 6px;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-thumb img {
    width: 80px;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .review-reply {
    margin: 40px 0 0 90px;
}
.product-details .product-tabs .tab-content .tab-pane .review-form-area .form-rating {
    margin-bottom: 25px;
}
.fa-2x {
    font-size: 18px;
    margin-right: 5px;
}
.product-details .product-tabs .tab-content .tab-pane .review-form-area .form-rating span {
    display: block;
    margin-bottom: 10px;
}
.product-details .product-tabs .tab-content .tab-pane .review-form-area .form-rating span .rating-symbol {
    color: #2B314B;
}
.product-details .product-tabs .tab-content .tab-pane .review-form-area .form-rating p {
    margin-bottom: 0;
}
.product-details .product-tabs .tab-content .tab-pane .review-form-area .form-rating p i:hover {
    color: #2B314B;
}
.product-details .product-tabs .tab-content .tab-pane .review-form-area h2.review-form-title {
    margin: 50px 0 40px 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-details .product-tabs .tab-content .tab-panet .review-form-area h2.review-form-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
.product-details .product-tabs .tab-content .tab-pane .review-form-area form .form-group label {
    display: block;
    font-weight: 400;
}
.product-details .product-tabs .tab-content .tab-pane .review-form-area form .form-group input,
.product-details .product-tabs .tab-content .tab-pane .review-form-area form .form-group textarea {
    width: 100%;
    border-top: 0 none;
    border-bottom: 1px solid #eee;
    border-left: 0 none;
    border-right: 0 none;
    padding: 5px 0;
    box-shadow: none;
    margin-bottom: 20px;
    transition: 0.3s ease;
}
.product-details .product-tabs .tab-content .tab-pane .review-form-area form .form-group input:focus,
.product-details .product-tabs .tab-content .tab-pane .review-form-area form .form-group textarea:focus {
    border-bottom-color: #2B314B;
}
.product-details .product-tabs .tab-content .tab-pane .review-form-area form .form-group textarea {
    height: 150px;
}
.product-details .product-tabs .tab-content .tab-pane .review-form-area form .form-group button {
    background: #2B314B;
    border: 0 none;
    padding: 10px 25px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.related-products h2 {
    margin: 0 0 50px 0;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
}
.related-products .product-column .single-product {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.related-products .product-column .single-product figure {
    position: relative;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}
.related-products .product-column .single-product figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: rgba(128, 205, 54, 0.8);
    transition: 0.3s ease;
    visibility: hidden;
    opacity: 0;
}
.related-products .product-column .single-product figure:hover:before {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.related-products .product-column .single-product figure figcaption {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    transition: 0.8s ease;
}
.related-products .product-column .single-product figure:hover figcaption {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.related-products .product-column .single-product figure figcaption ul {
    margin-bottom: 0;
}
.related-products .product-column .single-product figure figcaption ul li a {
    border: 1px solid #fff;
    padding: 8px 15px;
    display: inline-block;
    color: #000;
    background: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius: 3px;
}
.related-products .product-column .single-product figure figcaption ul li a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.related-products .product-column .single-product .product-bottom {
    text-align: center;
    padding: 15px 0 0 0;
}
.related-products .product-column .single-product .product-bottom h4 {
    margin: 0 0 10px 0;
}
.related-products .product-column .single-product .product-bottom h4 a {
    color: #333;
}
.related-products .product-column .single-product .product-bottom h4 a:hover {
    color: #2B314B;
}
.pd-sidebar h2 {
    text-align: center;
    background: #2B314B;
    margin: 0 0 30px 0;
    padding: 15px 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.pd-sidebar .sidebar-single-product {
    margin-bottom: 30px;
}
.pd-sidebar .sidebar-single-product .product-np,
.pd-sidebar .sidebar-single-product .product-thumb {
    display: table-cell;
    vertical-align: top;
}
.pd-sidebar .sidebar-single-product .product-np {
    width: 70%;
}
.pd-sidebar .sidebar-single-product .product-np h4 {
    margin: 0 0 15px 0;
}
.pd-sidebar .sidebar-single-product .product-np span {
    color: #2B314B;
    font-size: 20px;
}
.pd-sidebar .sidebar-single-product .product-np h4 a {
    color: #333;
}
.pd-sidebar .sidebar-single-product .product-thumb {
    width: 30%;
}
.nopadding {
    padding-left: 0;
    padding-right: 0;
}
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.mt-5 {
    margin-top: 15px;
}
.product {
    width: 30%;
    margin: 30px;
}
.pd-0 {
    padding: 8px 10px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mt-20 {
    margin-top: 20px;
}
.h3-title {
    background-color: #2B314B;
    padding: 15px 0;
    margin: 0;
    color: #fff;
    text-align: center;
}
.main-head {
    background: #0d1440;
    box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.15);
    padding: 1rem;
    margin-bottom: 0;
    margin-top: 5rem;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 16px;
}
.pricing-table {
    background: #fff;
    box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.15);
    padding: 2rem;
    border-radius: 4px;
    transition: 0.3s;
}
.pricing-table:hover {
    box-shadow: 0 1px 10px -4px rgba(0, 0, 0, 0.15);
}
.pricing-table .pricing-label {
    border-radius: 2px;
    padding: 0.25rem 0.5rem;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}
.pricing-table h2 {
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 500;
}
.pricing-table h5 {
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 400;
}
.pricing-table .pricing-features {
    margin-top: 2rem;
}
.pricing-table .pricing-features .feature {
    font-size: 14px;
    margin: 0.5rem 0;
    color: #b3b3b3;
}
.pricing-table .pricing-features .feature span {
    display: inline-block;
    float: right;
    color: #3b3b3b;
    font-weight: 500;
}
.pricing-table .price-tag {
    margin-top: 2rem;
    text-align: center;
    font-weight: 500;
}
.pricing-table .price-tag .symbol {
    font-size: 24px;
}
.pricing-table .price-tag .amount {
    letter-spacing: -2px;
    font-size: 64px;
}
.pricing-table .price-tag .after {
    color: #3b3b3b;
    font-weight: 500;
}
.pricing-table .price-button {
    display: block;
    color: #fff;
    margin-top: 2rem;
    padding: 0.75rem;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    transition: 0.3s;
}
.pricing-table .price-button:hover {
    text-decoration: none;
}
.purple .pricing-label {
    background: #cad2ff;
    color: #627afe;
}
.purple .price-tag {
    color: #627afe;
}
.purple .price-button {
    background: #627afe;
}
.purple .price-button:hover {
    background: #546dfe;
}
.turquoise .pricing-label {
    background: #b9edee;
    color: #44cdd2;
}
.turquoise .price-tag {
    color: #44cdd2;
}
.turquoise .price-button {
    background: #44cdd2;
}
.turquoise .price-button:hover {
    background: #2dbcc4;
}
.red .pricing-label {
    background: #ffc4c4;
    color: #ff5e5e;
}
.red .price-tag {
    color: #ff5e5e;
}
.red .price-button {
    background: #ff5e5e;
}
.red .price-button:hover {
    background: #f23c3c;
}
.mt-20 {
    margin: 20px 0;
}
.pt-100 {
    padding-top: 100px;
}
.order-form {
    background: #fff;
    border-radius: 20px;
    box-shadow: 1px 2px 10px #ccc;
}
.order_now_btn {
    padding: 20px 15px 30px 15px;
    text-align: center;
    background: #2B314B;
    color: #fff;
    border-radius: 5px;
}
.pd {
    padding: 20px;
}
.order_now_btn p {
    text-align: center !important;
}
.order_now_btn h4 {
    color: #fff;
    margin-bottom: 10px !important;
    padding-bottom: 20px;
    font-size: 25px;
    font-family: poppins, sans-serif;
    font-weight: 600;
    margin: 0 !important;
}
.my_title_bar_center_White:after {
    content: "";
    border: 1.5px solid #fff;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    transform: translate(-50%);
}
.order_now_btn p {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}
.order_now_btn a {
    background: #ffae3a;
    padding: 7px;
    display: initial;
    padding: 10px 30px;
    color: #3a3a3a;
    font-weight: 700;
    border: 1px solid #ffae3a;
    border-radius: 40px;
}
.footer_top_section {
    position: relative;
}
.footer_top_section {
    background: #00b22f;
    padding: 30px 40px;
    border-radius: 5px;
    position: relative;
    top: 30px;
    z-index: 99;
}
.footer_top_section:before {
    content: "";
    position: absolute;
    background: url(../images/order-now-design.webp) no-repeat;
    background-size: cover;
    width: 211px;
    height: 115px;
    bottom: 69%;
    right: 9%;
}
.footer_flex_order {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_top_left h2 {
    font-size: 26px;
    font-family: poppins, sans-serif;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
}
.footer_top_right {
    text-align: center;
    padding: 6px 0;
    position: relative;
    top: 20px;
}
.footer_top_right a {
    background: #ff9700;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
}
.single-course-content h1 {
    margin-top: 0;
}
.foot p {
    color: #ccc;
}

.form-control {
    border-radius: 20px;
    border: 1px solid #8e8e8e;
    box-shadow: 1px 2px 5px #ccc;
}
.review-cl {
    background: #2B314B !important;
    color: #fff !important;
    padding: 5px 20px !important;
    margin-top: 26px;
    border-radius: 20px;
}
.review-cl:hover {
    background: #2B314B !important;
    color: #fff !important;
}
.order-cl {
    background: #ff9907 !important;
    color: #fff !important;
    padding: 5px 20px !important;
    margin-top: 26px;
    border-radius: 20px;
}
.order-cl:hover {
    color: #fff !important;
    background: #ff9907 !important;
}
.rating-card {
    box-shadow: 1px 2px 10px rgb(204 204 204 / 52%);
    padding: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 4px;
    background: #fff;
}
.rating_news {
    border-right: 1px solid #ccc;
}

.speedy-reviews {
    font-size: 16px;
    font-weight: 600;
}
.about-text h3{
    font-size: 22px;
}
.speedy-reviews span {
    font-size: 45px;
    line-height: 55px;
    color: #2B314B;
    float: right;
    margin-right: 20px;
}
.rating_news i {
    color: orange;
}
.rating_news p {
    margin-bottom: 10px !important;
}
.no-border {
    border: none;
}

.circle-speed {
    left: -55px;
    top: 25%;
    z-index: -1;
    position: absolute;
    animation: speedyanim 5s infinite linear;
}

@keyframes speedyanim {
    50% {
        transform: translate3D(-10px, 10px, 0);
    }
}

.speedy {
    background: #e7ffed;
    background-image: url(../images/speedy.png) !important;
    background-repeat: no-repeat !important;
    background-position: -5% 97% !important;
    background-size: auto !important;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.page-header h1 {
    color: #fff;
}
.page-header p {
    color: #fff;
}
.page-header ol {
    color: #fff;
}

.page-header h1 span {
    color: #ff9907;
}

.my-category-box {
    background: #f6f6f6;
    padding: 30px 20px;
    margin-bottom: 30px;
}
.my-title {
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
}
.my-category-box ul {
    padding-left: 15px;
}
.my-category-box ul li {
    position: relative;
    padding-left: 25px;
    list-style: none;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.my-category-box ul li a {
    color: #333333;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.my-category-box ul li.active:before {
    color: #ffa733;
}
.my-category-box ul li:before {
    content: "\f178";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.my-category-box ul li.active a {
    color: #ffa733;
}

.my-contact-box {
    background: #f6f6f6;
    padding: 30px 20px;
    margin-bottom: 30px;
}
.my-contact-box ul li {
    margin-bottom: 10px;
}
.my-contact-box ul li i {
    width: 25px;
}

.cc-wrapper {
    margin-bottom: 30px;
}

.masonry {
    max-width: 960px;
    margin: 0 auto;
}

.masonry .item {
    background: #f6f6f6;
    border: 2px solid #333;
    border-color: rgba(0, 0, 0, 0.5);
    padding-bottom: 1rem;
}

.author {
    text-align: center;
    text-transform: uppercase;
    background: #abb45a;
    color: #fff;
    margin-top: 0;
    padding: 0.3rem 0;
    border-bottom: 2px solid #333;
    border-color: rgba(0, 0, 0, 0.5);
}

.mark {
    position: absolute;
    color: #ef6724;
    font-size: 2rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    line-height: 1.25em;
}

.quote {
    padding-right: 1rem;
    padding-left: 4rem;
    font-style: italic;
}

.hs2{
  padding-top: 20px;
  padding-bottom: 30px;
}
.hs2 h2 {
  color: var(--tblack);
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
}
.inn_row{
  align-items: center;
}
.plc{
  padding-left: 50px;
}
.hs2 h3 {
  color: #000000;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
}
.hs2 p {
  font-size: 15px;
  font-family: poppins;
  color: var(--tblack);
  line-height: 32px;
  padding-right: 40px;
}
.inn_col1 .btn_light{
  margin-left: 0px;
}
.prr{
  padding-right: 0px !important;
  line-height: 35px !important;
}
/*  INERPAGE END */
/*  TRIANGLE SECTION START */
.inner_tri_flex{
  display: flex;
  align-items: center;
  border-top: 1px solid #000;
  padding: 0px !important;
  column-rule: 0px !important;
  height: 100px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.tri_1 h2{
  font-size: 60px ;
  background-color:#23a945;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  color: #fff !important;
  padding: 25px 50px 25px 40px;
  text-align: left ;
  margin: 0px;

}
.tri_2 h3{
  font-size: 20px ;
  color: #000 ;
  font-weight: 700 ;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1px;
  padding-top: 10px;
}
.tri_2{
  padding-left: 10px;
}
.tri_2 p {
  padding-right: 0px ;
  font-size: 15px ;
  line-height: 22px ;
  margin-bottom: 0px;
}
ul.list-unstyled li{
    display:inline-block;
}
/*  TRIANGLE SECTION END */



.katb_test_box_basic {
    padding: 20px 75px;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.3);
    background: #202020;
    border-radius: 8px;
    border-bottom-right-radius: 0px;
    width: 85%;
    position: relative;
    margin-bottom: 40px;
    margin-top: 10px;
    margin-right: 30px
}

.katb_test_box_basic:after {
    content: '';
    height: 0px;
    width: 0px;
    border: 12px solid transparent;
    position: absolute;
    right: 0px;
    bottom: -24px
}

.katb_test_box_basic:after {
    border-top-color: #ddd;
    border-left-color: #ddd
}

.katb_test_box_basic:after {
    border-top-color: #000;
    border-left-color: #000
}

.katb_testimonial_wrap {
    position: relative
}

.katb_testimonial_wrap:before {
    content: ' ';
    width: 56px;
    height: 46px;
    display: block;
    background: url('../images/quote_left.png');
    position: absolute;
    left: -62px;
    top: -5px
}

.katb_testimonial_wrap:before {
    width: 42px;
    height: 35px;
    background-size: cover
}

.katb_meta_bottom:after {
    content: ' ';
    width: 56px;
    height: 46px;
    display: block;
    background: url('../images/quote_right.png');
    position: absolute;
    bottom: 20px;
    right: 15px
}

.katb_meta_bottom:after {
    width: 42px;
    height: 35px;
    background-size: cover
}

.katb_test_text_basic p {
    color: #fff
}

span.katb_author {
    color: #f85f1f;
    font-weight: 600
}


.why-choose-div .textwidget {
    padding: 10px;
    background: #ececec;
    border-radius: 5px;
}
.why-choose-div .textwidget ul{
    padding:0px;
    margin:0px;
}
ul.sidebar__list li {
    list-style: none;
    font-size: 13px;
}
ul.sidebar__list li i {
    margin-right: 10px;
    color: #fcc132
}
.what_say__item_user-stars i {
    color: #fcc132;
}



.port1_img6 img {
    width: 98%;
    display: block;
    margin-top: 29px;
    padding-left: 10px;
}
.port1_img21  img {
    width: 100%;
    display: block;
    /*margin-top: 29px;*/
    /*padding-left: 10px;*/
}
.port1_img21 .card{
    background-color:#3c90e9;
}
.port1_img21 .card-body{
    padding-top:0px;
    padding-left:12px;
}
.port1_img21 {
    padding:8px;
    color:#fff;
}
.port1_img21 ul li {
    font-size: 14px;
    line-height: 40px;
}
.port1_img21 i {
    margin-right: 10px;
    color: var(--dpup);
}
.port1_img21 ul{
    padding:0px;
}
.gh{
   text-align:center; 
}
.gh h3 {
    font-size: 27px !important;
}

.port1_img21 h3{
    font-size: 13px;
    font-weight: 800;
    line-height:30px;
}

.port1_img9{
    /*padding-top:45px;*/
}
.port1_img6 .btn_sid{
  margin-top: -67px;
  text-align: center;
}
.port1_img4 .btn_dark{
  background-color: var(--lpup);
  border-color: var(--lpup);
  text-align:center;
  width:65%;
  margin:0px auto;
}
.port1_img4{
    /*padding-top:50px;*/
}
.gg01 .card{
    background:#17a43b;
}
.gg01 .btn_dark {
    text-align: center;
    width: 65%;
    margin: 0px auto;
    display: inline-block;
    margin-bottom: 20px;
}
.gg01 .card-body{
    text-align:center !important;
    /*padding-bottom:5px;*/
}
.gg01 h3{
    line-height:30px;
    color:#fff;
}
.port1_img5 .btn_dark{
  background-color: #013183;
  border-color: var(--lpup);
  text-align:center;
  width:65%;
  margin:0px auto;
}
.port1_img4 h3 {
    font-size: 16px;
    font-weight: 800;
    line-height: 28px;
}