/*!
 * 
 * Theme Name: StudentWP
 * Author: wptech
 * Version: 1.2.2
 * Author URI: http://themeforest.net/user/wptech
 * Theme URI: http://themeforest.net/user/wptech/portfolio
 * Description: A sleek and clean Education, University WordPress Theme by - <a href="http://wptech.co/">WP Tech</a>
 * License: This theme or plugin is comprised of two parts. (1) the PHP code and integrated HTML are licensed under the General Public License (GPL). You will find a copy of the GPL in the same directory as this text file. (2) All other parts, but not limited to the CSS code, images, and design are licensed according to the license purchased from Envato.  Read more about licensing here: http://themeforest.net/licenses
 * License URI: license.txt
 * Gitlab Theme URI: https://gitlab.com/wowthemes/studentwp
 * Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
 * Text Domain: studentwp
 *
 */



/*
[Table of contents]

1. GENERAL STYLES
   i.      Transitions
   iii.    Section and common elements
   iv.     Background Colors
   v.      Background Image
   vi.     Headings
   vii.    Rating Star
   viii.   Tabs
   ix.     overlay
   x.      owl buttons

2. SECTIONS AND BLOCKS
   i.      Select Box
   ii.     Banner
   iii.    Site Header
   iv.     Site Menu 1
   v.      Site Menu 2
   vi.     User Controls
   vii.    Site Search
   viii.   Main Slider
   ix.     Service Boxes
   x.      Info Box
   xi.     Video Section
   xii.    Course box
   xiii.   Team box
   xiv.    Testimonials box
   xv.     Blog Styles
   xvi.    Subscription box
   xvii.   Event box
   xviii.  Gallery Style
   xix.    Circular Progress
   xx.     Search Forms
   xxi.    Contact Form
   xxii.   Product box
   xxiii.  Navigation Stackable
   xxiv.   Hero Section
   xxv.    News box
   xxvi.   Filter Gallery
   xxvii.  Filter List
   xxviii. UI Slider
   xxix.   Pricing Tables
   xxx.    Error Page
   xxxi.   Widgets
   xxxii.  Footer Section
   xxxiii. scrollup
*/




/*** Transitions
--------------------------------------------- ***/

.transition-all-easeInOut,
a,
.btn,
.form-control,
.badge,
.main-menu ul,
.main-menu li a::before,
.main-menu li a::after,
.popBoxOverlay,
.pop-box,
.service-box,
.iconic,
.course-box,
.overlay,
.gal-overlay,
.news-overlay,
.overlay::before,
.gal-overlay::before,
.news-overlay::before,
.gal-overlay .text *,
.scrollup,
.panel-heading,
.owl-prev,
.owl-next,
.owl-page,
.nav-filter li,
.slider-tabs span,
.slider-tabs span::before,
.slider-tabs span::after,
.section-video *,
.icon-video {
    transition: all 0.2s ease-in-out;
}

.transition-all-ease,
img.zoom-it {
    transition: all 0.4s ease;
}


/*** Section and common elements
--------------------------------------------- ***/

.section,
.site-footer,
.site-footer-2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    .section,
    .site-footer,
    .site-footer-2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.section-compact {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-mb {
    margin-bottom: 0 !important;
}

.no-mt {
    margin-top: 0 !important;
}

@media (min-width: 768px) {
    .mb-30-fsm {
        margin-bottom: 30px;
    }
    .mb-50-fsm {
        margin-bottom: 50px;
    }
    .mt-30-fsm {
        margin-top: 30px;
    }
    .mt-50-fsm {
        margin-top: 50px;
    }
    .no-mb-fsm {
        margin-bottom: 0 !important;
    }
    .no-mt-fsm {
        margin-top: 0 !important;
    }
}

@media (min-width: 992px) {
    .md-right {
        float: right;
    }
    .text-right-md {
        text-align: right;
    }
    .mb-30-fmd {
        margin-bottom: 30px;
    }
    .mb-50-fmd {
        margin-bottom: 50px;
    }
    .mt-30-fmd {
        margin-top: 30px;
    }
    .mt-50-fmd {
        margin-top: 50px;
    }
    .no-mb-fmd {
        margin-bottom: 0 !important;
    }
    .no-mt-fmd {
        margin-top: 0 !important;
    }
}

@media (min-width: 1200px) {
    .mb-30-lg {
        margin-bottom: 30px;
    }
    .mb-50-lg {
        margin-bottom: 50px;
    }
    .mt-30-lg {
        margin-top: 30px;
    }
    .mt-50-lg {
        margin-top: 50px;
    }
    .no-mb-lg {
        margin-bottom: 0 !important;
    }
    .no-mt-lg {
        margin-top: 0 !important;
    }
}

@media (max-width: 767px) {
    .mb-30-xs {
        margin-bottom: 30px;
    }
    .mb-50-xs {
        margin-bottom: 50px;
    }
    .mt-30-xs {
        margin-top: 30px;
    }
    .mt-50-xs {
        margin-top: 50px;
    }
    .no-mb-xs {
        margin-bottom: 0 !important;
    }
    .no-mt-xs {
        margin-top: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mb-30-sm {
        margin-bottom: 30px;
    }
    .mb-50-sm {
        margin-bottom: 50px;
    }
    .mt-30-sm {
        margin-top: 30px;
    }
    .mt-50-sm {
        margin-top: 50px;
    }
    .no-mb-sm {
        margin-bottom: 0 !important;
    }
    .no-mr-sm {
        margin-top: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mb-30-md {
        margin-bottom: 30px;
    }
    .mb-50-md {
        margin-bottom: 50px;
    }
    .mt-30-md {
        margin-top: 30px;
    }
    .mt-50-md {
        margin-top: 50px;
    }
    .no-mb-md {
        margin-bottom: 0 !important;
    }
    .no-mt-md {
        margin-top: 0 !important;
    }
}

.hr-section {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .hr-section {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.pos-fixed {
    position: fixed;
}

/*** list inline ***/

.list-inline,
.top-bar ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-left: -5px;
}

.list-inline > li,
.top-bar ul > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}


.text-meta {
    color: #696969;
    font-style: italic;
}

.image {
    position: relative;
}

.image img {
    width: 100%;
    display: block;
}

.image.rounded {
    border-radius: 4px;
    overflow: hidden;
}

.zoom-in {
    overflow: hidden;
}

.zoom-in .zoom-it {
    transform: scale(1) rotate(0deg);
}

.zoom-in:hover .zoom-it {
    transform: scale(1.08) rotate(-2deg);
}

.image-left {
    margin-right: 20px;
    float: left;
}

.image-right {
    margin-left: 20px;
    float: right;
}

ul.contact-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

ul.contact-list > li {
    padding-left: 24px;
    position: relative;
}

ul.contact-list > li > i,
ul.contact-list > li > .fa {
    position: absolute;
    left: 0;
    top: 0;
}


/*** Background Colors
--------------------------------------------- ***/

.bg-primary,
.bg-secondary,
.bg-dark,
.top-bar,
.site-footer-2,
.site-bottom,
.bg-image,
.bg-parallax,
.site-banner,
.vid-block {
    color: #fff;
}

.bg-primary a:not(.btn),
.bg-secondary a:not(.btn),
.bg-dark a:not(.btn),
.top-bar a:not(.btn),
.site-footer-2 a:not(.btn),
.site-bottom a:not(.btn),
.bg-image a:not(.btn),
.bg-parallax a:not(.btn),
.site-banner a:not(.btn),
.vid-block a:not(.btn),
.bg-primary h1,
.bg-secondary h1,
.bg-dark h1,
.top-bar h1,
.site-footer-2 h1,
.site-bottom h1,
.bg-image h1,
.bg-parallax h1,
.site-banner h1,
.vid-block h1,
.bg-primary h2,
.bg-secondary h2,
.bg-dark h2,
.top-bar h2,
.site-footer-2 h2,
.site-bottom h2,
.bg-image h2,
.bg-parallax h2,
.site-banner h2,
.vid-block h2,
.bg-primary h3,
.bg-secondary h3,
.bg-dark h3,
.top-bar h3,
.site-footer-2 h3,
.site-bottom h3,
.bg-image h3,
.bg-parallax h3,
.site-banner h3,
.vid-block h3,
.bg-primary h4,
.bg-secondary h4,
.bg-dark h4,
.top-bar h4,
.site-footer-2 h4,
.site-bottom h4,
.bg-image h4,
.bg-parallax h4,
.site-banner h4,
.vid-block h4,
.bg-primary h5,
.bg-secondary h5,
.bg-dark h5,
.top-bar h5,
.site-footer-2 h5,
.site-bottom h5,
.bg-image h5,
.bg-parallax h5,
.site-banner h5,
.vid-block h5,
.bg-primary .h1,
.bg-secondary .h1,
.bg-dark .h1,
.top-bar .h1,
.site-footer-2 .h1,
.site-bottom .h1,
.bg-image .h1,
.bg-parallax .h1,
.site-banner .h1,
.vid-block .h1,
.bg-primary .h2,
.bg-secondary .h2,
.bg-dark .h2,
.top-bar .h2,
.site-footer-2 .h2,
.site-bottom .h2,
.bg-image .h2,
.bg-parallax .h2,
.site-banner .h2,
.vid-block .h2,
.bg-primary .h3,
.bg-secondary .h3,
.bg-dark .h3,
.top-bar .h3,
.site-footer-2 .h3,
.site-bottom .h3,
.bg-image .h3,
.bg-parallax .h3,
.site-banner .h3,
.vid-block .h3,
.bg-primary .h4,
.bg-secondary .h4,
.bg-dark .h4,
.top-bar .h4,
.site-footer-2 .h4,
.site-bottom .h4,
.bg-image .h4,
.bg-parallax .h4,
.site-banner .h4,
.vid-block .h4,
.bg-primary .h5,
.bg-secondary .h5,
.bg-dark .h5,
.top-bar .h5,
.site-footer-2 .h5,
.site-bottom .h5,
.bg-image .h5,
.bg-parallax .h5,
.site-banner .h5,
.vid-block .h5 {
    color: inherit;
}

.bg-primary .form-control,
.bg-secondary .form-control,
.bg-dark .form-control,
.top-bar .form-control,
.site-footer-2 .form-control,
.site-bottom .form-control,
.bg-image .form-control,
.bg-parallax .form-control,
.site-banner .form-control,
.vid-block .form-control {
    background-color: #fff;
}

.bg-dark,
.top-bar,
.site-footer-2,
.site-bottom {
    background-color: #000;
}

.bg-gray {
    background-color: #f4f4f4;
}

.bg-gray .owl-prev,
.bg-gray .owl-next {
    color: #fff;
    background-color: #969696;
}

.bg-gray-light {
    background-color: #f5f5f5;
}

.bg-gray-light .form-control {
    background-color: #fff;
}

.bg-gray-light .owl-prev,
.bg-gray-light .owl-next {
    color: #fff;
    background-color: #969696;
}

.bg-light {
    background-color: #fafafa;
}

.bg-light .form-control {
    background-color: #fff;
}

.bg-white {
    background-color: #fff;
}

.service-box-2 .iconic,
.icon-video,
.scrollup {
    transform: rotate(45deg);
}

.service-box-2 .iconic > *,
.icon-video > *,
.scrollup > * {
    transform: rotate(-45deg) translateX(3px);
}


/*** Background Image
--------------------------------------------- ***/

.bg-image::after,
.bg-parallax::after,
.site-banner::after,
.vid-block::after,
.pattern-1::after,
.pattern-2::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-image,
.bg-parallax,
.site-banner,
.vid-block {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg-image .container,
.bg-parallax .container,
.site-banner .container,
.vid-block .container {
    position: relative;
    z-index: 1;
}

.bg-parallax,
.site-banner {
    background-attachment: fixed;
}

.pattern-1::after {
    background-repeat: repeat;
    background-image: url(images/pattern-1.png);
}

.pattern-2::after {
    background-repeat: repeat;
    background-image: url(images/pattern-2.png);
}

.overlay-white {
    color: inherit;
}

.overlay-white::after {
    background-color: rgba(255, 255, 255, 0.9);
}

.overlay-white .btn-primary {
    color: #fff;
}


/*** Headings
--------------------------------------------- ***/


/*** Heading 1 and 2 ***/

.heading-1,
.heading-2 {
    margin-bottom: 30px;
    text-align: center;
}

.heading-1 h2,
.heading-2 h2 {
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid #ddd;
}

.heading-1 p,
.heading-2 p {
    font-style: italic;
}

.heading-1.text-left,
.heading-2.text-left {
    text-align: left;
}

.heading-2 h2 {
    padding-bottom: 0;
    border-bottom: 0;
}


/*** Heading-3 ***/

.site-footer-2 .widget > h4,
.heading-3 {
    margin-bottom: 30px;
}

.site-footer-2 .widget > h4,
.heading-3 h4,
.heading-3 h3 {
    margin-bottom: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
}

.site-footer-2 .widget > h4 {
    margin-bottom: 30px;
}

.site-footer-2 .widget > h4::before,
.heading-3 h4::before,
.heading-3 h3::before {
    width: 45px;
    height: 1px;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}

.heading-4 h4 {
    text-transform: uppercase;
}


/*** Heading-5 ***/

.heading-5 {
    margin-bottom: 20px;
}

.heading-5 h3 {
    margin-bottom: 0px;
    text-transform: uppercase;
}

.heading-5 p {
    font-style: italic;
}

.sub-heading {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .sub-heading {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .sub-heading {
        max-width: 70%;
    }
}



/*** Rating Star
--------------------------------------------- ***/

.rating-star {
    margin-left: -6px;
}

.rating-star .fa {
    padding-left: 6px;
}

.rating-star .fa.selected {
    color: #ffd200;
}


/*** Tabs
--------------------------------------------- ***/

.tabs-block {
    padding: 25px 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.circular-tabs:before,
.circular-tabs:after {
    content: " ";
    display: table;
}

.circular-tabs:after {
    clear: both;
}

.circular-tabs .tabs-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-bottom: 20px;
}

.circular-tabs .tabs-list > li {
    display: inline-block;
    margin-right: 8px;
}

.circular-tabs .tabs-list > li a {
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #969696;
    color: #969696;
    text-align: center;
    border-radius: 50%;
    display: block;
}

.circular-tabs .tabs-list > li a:hover {
    background-color: #f4f4f4;
}

.circular-tabs .tabs-list > li.active a {
    color: #fff;
    border-color: transparent;
    cursor: default;
}

@media (min-width: 768px) {
    .circular-tabs .tabs-list {
        margin-bottom: 0;
        float: left;
    }
    .circular-tabs .tabs-list > li {
        margin-right: 0;
        margin-bottom: 20px;
        display: block;
    }
    .circular-tabs .tabs-list > li a {
        width: 100px;
        height: 100px;
        line-height: 94px;
        font-size: 26px;
    }
}

@media (min-width: 768px) {
    .circular-tabs .tab-content {
        margin-left: 130px;
    }
}


/*** overlay
--------------------------------------------- ***/

.overlay,
.gal-overlay,
.news-overlay {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.overlay::before,
.gal-overlay::before,
.news-overlay::before {
    opacity: .95;
    background-color: #000;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.active .overlay,
.active .gal-overlay,
.active .news-overlay {
    opacity: 1;
    visibility: visible;
}

.overlay h4,
.gal-overlay h4,
.news-overlay h4 {
    color: inherit;
}

.btn-overlay {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background-color: #fff;
}


/*** call to action ***/

@media (min-width: 992px) {
    .callToAction h3 {
        margin-bottom: 0;
        display: inline-block;
        vertical-align: text-top;
    }
    .callToAction .btn {
        float: right;
    }
}


/*** owl buttons
--------------------------------------------- ***/

.owl-prev,
.owl-next {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    color: #696969;
    font-size: 26px;
    background-color: #eee;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

.owl-prev:hover,
.owl-next:hover {
    color: #fff;
}

.owl-prev::before,
.owl-next::before {
    font-family: FontAwesome;
}

.owl-prev.rounded,
.owl-next.rounded {
    border-radius: 4px;
}

.owl-prev.white-transparent,
.owl-next.white-transparent {
    background-color: rgba(255, 255, 255, 0.5);
}

.owl-prev.white-transparent:hover,
.owl-next.white-transparent:hover {
    color: #555555;
    background-color: rgba(255, 255, 255, 0.7);
}

.owl-prev.sm,
.owl-next.sm {
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 17px;
}

@media (min-width: 992px) {
    .owl-prev.lg,
    .owl-next.lg {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 36px;
    }
}

.owl-prev::before {
    content: '\f104';
}

.owl-next::before {
    content: '\f105';
}

.owl-pagination {
    margin-top: 30px;
    text-align: center;
}

.owl-page {
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 50%;
    background-color: #ccc;
}

.owl-carousel .item > div {
    margin-bottom: 0;
}

.owl-slides {
    margin-left: -15px;
    margin-right: -15px;
}

.owl-slides .item > div {
    margin: 1px 15px;
}

.carousel-controls {
    margin-top: 30px;
    text-align: center;
    position: relative;
}

.carousel-controls .owl-prev,
.carousel-controls .owl-next {
    position: absolute;
}

.carousel-controls .owl-prev {
    left: 0;
}

.carousel-controls .owl-next {
    right: 0;
}


/*** Select Box 
--------------------------------------------- ***/

.select-box {
    position: relative;
}

.select-box::after {
    width: 40px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    border-radius: 0 3px 3px 0;
    pointer-events: none;
    font-family: FontAwesome;
    content: '\f078';
    position: absolute;
    top: 1px;
    right: 1px;
}

.select-box option {
    padding: 10px;
}

.select-box option:focus,
.select-box option:checked {
    background-color: #f00 !important;
}

.select-box-2::after {
    background-color: #eeeeee;
}

.select-box-2 .form-control {
    background-color: #fff;
    border-color: #eeeeee;
}


/*** Banner 
--------------------------------------------- ***/

.site-banner {
    padding-top: 30px;
    padding-bottom: 30px;
}

.site-banner h3 {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.site-banner p {
    font-style: italic;
}

@media (min-width: 992px) {
    .site-banner p {
        margin-bottom: 0;
    }
    .site-banner .breadcrumb {
        padding-top: 12px;
        text-align: right;
    }
}

.listing-box {
    margin-bottom: 50px;
}

.list-1 {
    padding-left: 0;
    list-style: none;
    margin: 0;
    padding-left: 22px;
    position: relative;
    border-left: 2px solid #ddd;
}

.iframe {
    width: 100%;
    display: block;
}

.contents {
    margin-bottom: 80px;
}

@media (min-width: 992px) {
    .contents {
        margin-bottom: 0px;
    }
}

#map-canvas {
    width: 100%;
    height: 250px;
}

@media (min-width: 768px) {
    #map-canvas {
        height: 400px;
    }
}

@media (min-width: 992px) {
    #map-canvas {
        height: 700px;
    }
}

@media (min-width: 1200px) {
    .pull-right-lg {
        float: right;
    }
}

@media (min-width: 1200px) {
    .pull-left-lg {
        float: left;
    }
}


/*** Site Header
--------------------------------------------- ***/

.top-bar {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
}

.top-bar ul {
    display: inline-block;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.top-bar ul > li {
    position: relative;
}

.top-bar ul > li .fa {
    margin-right: 5px;
}

.top-bar ul > li + li::before {
    content: '|';
    margin-right: 10px;
}

@media (min-width: 768px) {
    .top-bar .hd-left {
        float: left;
    }
    .top-bar .hd-right {
        float: right;
    }
}

span.list-caption {
    margin-right: 5px;
    display: inline-block;
}


/*** logo bar ***/

.logo-bar {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f4f4f4;
    text-align: center;
    position: relative;
}

@media (min-width: 768px) {
    .logo-bar {
        text-align: left;
    }
    .logo-bar .social-links {
        padding-top: 5px;
        float: right;
    }
}

.logo-bar .navbar-toggle {
    top: 25px;
}


/*** site log ***/

.site-log {
    margin-bottom: 20px;
}

.site-log a {
    display: inline-block;
}

@media (min-width: 768px) {
    .site-log {
        margin-bottom: 0px;
        float: left;
    }
    .menu-bar-2 .site-log {
        margin-top: 5px;
    }
}


/*** Social Links ***/

.social-links {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.social-links > li {
    padding-left: 1px;
    padding-right: 1px;
    display: inline-block;
}

.social-links a {
    width: 25px;
    height: 25px;
    line-height: 24px;
    font-size: 10px;
    text-align: center;
    color: #969696;
    border-radius: 50%;
    border: 1px solid #969696;
    display: block;
}

.social-links a:hover {
    color: #fff;
}

.social-links-lg a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 13px;
}

.social-links-2,
.social-links-3 {
    margin-left: -2px;
}

.widget .social-links-2,
.widget .social-links-3 {
    margin-left: -2px;
}

.social-links-2 > li,
.social-links-3 > li {
    padding-left: 2px;
    padding-right: 2px;
}

.social-links-2 a,
.social-links-3 a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 4px;
    color: #555555;
    background-color: #fff;
}

.social-links-2 a {
    color: #555555;
    background-color: #fff;
    border: 0;
}

.social-links-2 a:hover {
    color: #555555;
    background-color: #fff;
}

.social-links-3 a {
    border-color: #969696;
}

.social-links-2.social-links-lg,
.social-links-3.social-links-lg {
    margin-left: -4px;
}

.widget .social-links-2.social-links-lg,
.widget .social-links-3.social-links-lg {
    margin-left: -4px;
}

.social-links-2.social-links-lg > li,
.social-links-3.social-links-lg > li {
    padding-left: 4px;
    padding-right: 4px;
}

.social-links-2.social-links-lg a,
.social-links-3.social-links-lg a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 15px;
}

.social-links.social-links-2:hover a {
    opacity: .3;
}

.social-links.social-links-2 a:hover {
    color: #555555;
    background-color: #fff;
    opacity: 1;
}


/*** Site Menu 1
--------------------------------------------- ***/

.menu-bar {
    background-color: #fafafa;
}

@media (min-width: 992px) {
    .main-nav {
        float: left;
    }
    .menu-bar-2 .main-nav {
        float: right;
    }
}

@media (min-width: 768px) {
    .menu-bar-2 .main-nav {
        float: right;
    }
}

.main-menu {
    padding-left: 0;
    list-style: none;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

.main-menu ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.main-menu li {
    position: relative;
}

.main-menu a {
    display: block;
    padding: 10px 20px;
    position: relative;
}

.main-menu a:hover {
    color: #000;
}

.main-menu a::before {
    width: 0;
    height: 2px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.main-menu li:hover > a::before {
    width: 100%;
}

.main-menu > li.menu-item-has-children > a:after,
.main-menu li.has-ul > a::after {
    font-family: 'FontAwesome';
    content: '\f107';
    font-size: 16px;
    position: absolute;
    top: 23px;
    right: 0px;
}

.main-menu.menu-2 > li.menu-item-has-children > a:after {
    top : 0;
    right: 10px;
}
.main-menu .trigger-nav {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    background-color: #000;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 2px;
    right: 0;
    cursor: default;
    z-index: 10;
}

.main-menu ul {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #f4f4f4;
    display: none;
}

.main-menu li.active > ul {
    display: block;
}

@media (min-width: 768px) {
    .main-menu > li {
        display: inline-block;
    }
    .main-menu > li > a {
        padding-top: 26px;
        padding-bottom: 26px;
        text-transform: uppercase;
        position: relative;
    }
    .main-menu > li > a::before {
        height: 3px;
        left: 50%;
    }
    .main-menu > li:hover > a::before {
        left: 0;
    }
    .main-menu > li.has-ul > a {
        padding-right: 25px;
    }
    .main-menu > li.has-ul > a::after {
        top: 24px;
    }
    .main-menu .trigger-nav {
        display: none;
    }
    .main-menu ul {
        min-width: 200px;
        padding: 5px 0px;
        margin-left: 0px;
        margin-right: 0px;
        display: block;
        z-index: 100;
        position: absolute;
        left: 0;
        top: 100%;
        opacity: 0;
        visibility: hidden;
        transform: translateY(30px);
    }
    .main-menu ul li:hover > a {
        background-color: #fff;
    }
    .main-menu ul::before {
        width: 0;
        height: 0;
        content: '';
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f4f4f4;
        position: absolute;
        top: -10px;
        left: 20px;
    }
    .main-menu ul a::before {
        top: auto;
        bottom: 0;
    }
    .main-menu ul li.has-ul > a::after {
        content: '\f105';
        right: 12px;
        top: 8px;
    }
    .main-menu li:hover > ul {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }
    .main-menu li li ul {
        top: -5px;
        left: 100%;
    }
    .main-menu li li ul::before {
        display: none;
    }
}


/*** Site Menu 2
--------------------------------------------- ***/

.menu-bar-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    position: relative;
}

.menu-bar-2 .site-log {
    margin-bottom: 0;
}

.menu-2 > li > a {
    text-transform: none;
}

.menu-2 > li > a > p {
    display: none;
}

@media (min-width: 768px) {
    .menu-2 > li {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .menu-2 > li > a {
        font-size: 15px;
        line-height: 1.4;
        padding: 0px 25px 0px 10px;
    }
    .menu-2 > li > a::before {
        display: none;
    }
    .menu-2 > li > a > p {
        margin-bottom: 0;
        font-size: 12px;
        font-weight: normal;
        font-family: "Lato", sans-serif;
        color: #696969;
        display: block;
    }
    .menu-2 > li + li > a {
        border-left: 1px solid #ddd;
    }
    .menu-2 > li.has-ul > a::after {
        top: 0px;
    }
}

@media (min-width: 768px) {
    .menu-2 > li > a {
        padding: 0px 25px 0px 10px;
    }
    .menu-2 > li > a::before {
        display: none;
    }
}

.float-menu {
    padding-left: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 0;
    transform: rotate(90deg) translateX(7%);
}

.float-menu li + li {
    margin-top: 5px;
}

.float-menu a {
    padding: 5px 15px;
    color: #fff;
    display: inline-block;
    position: relative;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

.float-menu a:hover,
.float-menu a:focus {
    color: #fff;
}

.float-menu a::after {
    width: 0;
    height: 0;
    content: '';
    display: block;
    border-top: 17px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 17px solid transparent;
    position: absolute;
    top: 0;
    right: -12px;
}


/*** User Controls
--------------------------------------------- ***/

.user-controls {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid #ddd;
    position: relative;
}

@media (min-width: 992px) {
    .user-controls {
        padding-top: 24px;
        float: right;
        border-top: 0px;
    }
}

.control-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
}

.control-list > li {
    margin-right: 11px;
    display: inline-block;
}

.control-list > li + li::before {
    margin-right: 12px;
    content: '|';
}


/*** Site Search
--------------------------------------------- ***/

.site-search {
    display: inline-block;
}

@media (min-width: 992px) {
    .site-search {
        position: relative;
    }
}

.site-search-button {
    min-width: 30px;
    padding: 0px 8px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.site-search.active .fa-search::before {
    content: '\f00d';
}

.search-form {
    position: relative;
}

.search-form input[type="submit"] {
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: transparent;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.search-form::after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-family: FontAwesome;
    content: '\f002';
    text-align: center;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
}


/*** Login ***/

.login-form {
    margin-bottom: 30px;
}

.login-form .checkbox-inline {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .login-form {
        margin-bottom: 0;
        margin-right: -30px;
        padding-right: 30px;
        border-right: 1px solid #ddd;
    }
}

.signup-form .checkbox-inline {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .login-info {
        margin-left: -1px;
        padding-left: 30px;
        border-left: 1px solid #ddd;
    }
}

@media (min-width: 768px) {
    .text-forgot {
        float: right;
    }
    .text-right-sm {
        text-align: right;
    }
}


/*** popup box ***/

.pop-box {
    background-color: #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    position: absolute;
    top: 100%;
    left: 20px;
    right: 20px;
}

.pop-box .popClose {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -15px;
    right: -15px;
}

.pop-box .popClose::before {
    content: '\f00d';
    font-family: FontAwesome;
}

.pop-box .pop-content {
    padding: 30px;
}

.active > .pop-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

@media (min-width: 992px) {
    .pop-box {
        width: 560px;
        left: auto;
        right: 0;
    }
}


/** popup box overlay ***/

.popBoxOverlay {
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.popActive .popBoxOverlay {
    opacity: 1;
    visibility: visible;
}


/*** Main Slider
--------------------------------------------- ***/

.main-slider > ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.slide-text-block {
    width: 530px;
    padding: 40px 40px 20px 40px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: border-radius-base;
}

.slider-nav-area {
    background-color: #eeeeee;
    position: relative;
    z-index: 100;
}

.slider-tabs {
    width: 100%;
    border-bottom: 2px solid #eeeeee;
    display: none;
}

@media (min-width: 768px) {
    .slider-tabs {
        display: table;
    }
    .slider-tabs span {
        padding: 10px 15px;
        text-align: center;
        color: #222222;
        display: table-cell;
        background-color: #fff;
        border-left: 1px solid #eeeeee;
        position: relative;
        cursor: pointer;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .slider-tabs span::before {
        content: '';
        display: block;
        height: 0px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .slider-tabs span::after {
        border-bottom: 0px solid #8cc739;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: "";
        display: block;
        height: 0;
        left: 50%;
        position: absolute;
        top: 0px;
        width: 0;
        transition: all 0.4s ease 0s;
    }
    .slider-tabs span.tab-active::before {
        height: 5px;
    }
    .slider-tabs span.tab-active::after {
        top: -10px;
        border-bottom-width: 10px;
    }
    .slider-tabs span.tab-active small {
        color: #222222;
    }
    .slider-tabs span small {
        font-size: 11px;
        font-weight: normal;
        font-style: italic;
        text-transform: none;
        display: block;
    }
}

@media (min-width: 992px) {
    .slider-tabs span {
        padding: 20px 25px;
        font-size: 21px;
    }
    .slider-tabs span small {
        font-size: 13px;
    }
}


/*** Service Boxes
--------------------------------------------- ***/


/*** service-box ***/

.service-box {
    padding: 25px 20px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.service-box h4 {
    text-transform: uppercase;
}

.service-box p:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .service-box {
        padding: 40px 30px;
        margin-bottom: 0px;
    }
}

.service-box .iconic {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    line-height: 120px;
    text-align: center;
    font-size: 26px;
    border: 1px solid #969696;
    border-radius: 50%;
}

.service-box:hover .iconic {
    color: #fff;
}


/*** service-box-2 ***/

.service-box-2 {
    margin-bottom: 50px;
    text-align: center;
}

.service-box-2 .iconic {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 20px;
    margin-top: 15px;
    border: 2px solid #343434;
    border-radius: 4px;
    font-size: 22px;
    text-align: center;
    display: inline-block;
}

.bg-image .service-box-2 .iconic,
.bg-parallax .service-box-2 .iconic,
.site-banner .service-box-2 .iconic,
.vid-block .service-box-2 .iconic,
.bg-parallax .service-box-2 .iconic,
.site-banner .service-box-2 .iconic {
    border-color: #fff;
}

.overlay-white .service-box-2 .iconic {
    border-color: #343434;
}

.service-box-2:hover .iconic {
    color: #fff;
}

.overlay-white .service-box-2:hover .iconic {
    border-color: #fff;
}

.service-box-2 .text {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .service-box-2 {
        text-align: left;
    }
    .service-box-2 .iconic {
        float: left;
    }
    .service-box-2 .text {
        padding-left: 0;
        padding-right: 0;
        margin-left: 100px;
    }
}


/*** Info Box
--------------------------------------------- ***/

.info-box {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    position: relative;
}

.info-box .text {
    padding: 15px 20px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.info-box h3,
.info-box h4 {
    margin-bottom: 5px;
}

.info-box p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .info-box {
        max-width: 480px;
    }
    .info-box.featured .text {
        right: 50px;
    }
}

@media (min-width: 992px) {
    .info-box {
        max-width: none;    
    }
    .info-box.featured .text {
        right: 100px;
    }
}


/*** Video Section
--------------------------------------------- ***/

.section-video {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.section-video p {
    font-size: 17px;
    font-weight: 700;
}

.section-video p em {
    font-style: normal;
    display: block;
}

@media (min-width: 768px) {
    .section-video p {
        font-size: 21px;
    }
    .section-video p em {
        display: inline;
    }
}

@media (min-width: 992px) {
    .section-video p {
        font-size: 24px;
        text-transform: uppercase;
    }
}
@media (min-width: 1200px) {
    .section-video p {
        font-size: 26px;
    }
}


/*** icon-video ***/

.icon-video {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 88px;
    display: inline-block;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    cursor: pointer;
}

.icon-video .fa {
    font-size: 26px;
}

@media (min-width: 768px) {
    .icon-video {
        margin: 0 40px;
    }
}

@media (min-width: 992px) {
    .icon-video-lg {
        width: 120px;
        height: 120px;
        margin: 0 60px;
        line-height: 126px;
    }
    .icon-video-lg .fa {
        font-size: 40px;
    }
}

.icon-video .fa {
    margin-left: 2px;
}

.icon-video > .fa-stop {
    transform: rotate(-45deg) translateX(0px);
}


/*** video-container ***/

.video-container {
    position: relative;
    overflow: hidden;
}

.video-container video {
    width: 100%;
    min-height: 100%;
    display: block;
    z-index: -1;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.video-container.video-on .section-video em {
    opacity: 0;
}

.video-container.video-on .icon-video {
    transform: scale(0.5) rotate(45deg) translateY(100%) translateX(100%);
}

.video-container.video-on .icon-video > .fa-alt {
    transform: rotate(-45deg) translateX(0px);
}

.video-container.video-on video {
    z-index: auto;
}

.video-on::after {
    background-image: none !important;
}


/*** video-block ***/

.video-block iframe {
    width: 100%;
}


/*** vid-block ***/

.vid-block {
    min-height: 250px;
    text-align: center;
}

.vid-block .icon-video {
    position: relative;
    z-index: 2;
}

.vid-block > .icon-video {
    margin-top: -40px;
    margin-left: -40px;
    margin-right: 0;
    position: absolute;
    left: 50%;
    top: 50%;
}

@media (min-width: 768px) {
    .vid-block {
        min-height: 320px;
    }
}

@media (min-width: 992px) {
    .vid-block > .icon-video-lg {
        margin-left: -50px;
        margin-top: -50px;
    }
}


/*** Course box
--------------------------------------------- ***/

.course-box {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
}

.course-box .text {
    padding: 20px 30px;
    color: #000;
}

.course-box .text h4 {
    margin-bottom: 0px;
}

.course-box .text .by {
    color: #696969;
    font-style: italic;
}

.course-box .text .date .fa {
    margin-right: 5px;
}

.course-box .text ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.course-box .text li > p:last-child,
.course-box .text li > h4:last-child {
    margin-bottom: 0;
}

.course-box .text li:before,
.course-box .text li:after {
    content: " ";
    display: table;
}

.course-box .text li:after {
    clear: both;
}

.course-box .text li + li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
}

@media (min-width: 992px) {
    .course-box .text .amount {
        margin-bottom: 0;
        float: left;
    }
    .course-box .text .rating-star {
        float: right;
    }
}

.course-box:hover {
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}

.amount {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
}

.course-slides .item {
    padding-top: 25px;
}

.new-course {
    width: 50px;
    height: 50px;
    font-size: 15px;
    background-color: #ff0000;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
}

@media (min-width: 768px) {
    .new-course {
        top: -25px;
        right: -25px;
    }
}

.course-box2 {
    border: 0px;
    position: relative;
}

.course-box2 .course-content {
    padding: 20px 0px;
}

.course-box2 .price {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .course-box2 .price {
        display: inline-block;
    }
    .course-box2 .buttons {
        float: right;
    }
}

@media (min-width: 992px) {
    .course-box2 .price {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    .course-box2 .price {
        font-size: 17px;
    }
}

.course-box3 {
    margin-bottom: 50px;
    position: relative;
}

.course-box3 .meta-list {
    margin-bottom: 10px;
}

.course-box3 .text {
    padding-top: 20px;
}

.course-box3 .rate {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .course-box3 .amount {
        margin-bottom: 0;
        float: left;
        font-size: 17px;
    }
    .course-box3 .rating-star {
        float: right;
    }
}

.meta-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-left: -6px;
    color: #969696;
}

.meta-list a {
    color: inherit;
}

.meta-list li {
    padding-left: 6px;
    display: inline-block;
}

.meta-list li + li::before {
    margin-right: 8px;
    content: '|';
}

.meta-list .fa {
    margin-right: 5px;
}

.meta-box {
    margin-bottom: 25px;
    padding: 25px 30px;
    background-color: #f5f5f5;
    border-top: 2px solid #ddd;
}

.meta-box ul {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .meta-box {
        margin-bottom: 0;
    }
}

.rate:before,
.rate:after {
    content: " ";
    display: table;
}

.rate:after {
    clear: both;
}

.buttons {
    margin-left: -10px;
}

.buttons .btn {
    margin-left: 10px;
    margin-bottom: 5px;
}


/*** Team box
--------------------------------------------- ***/

.team-box header,
.team-box2 header,
.team-box3 header {
    margin-bottom: 20px;
}

.team-box h3,
.team-box2 h3,
.team-box3 h3 {
    margin-bottom: 0px;
}

.team-box .desig,
.team-box2 .desig,
.team-box3 .desig {
    color: #696969;
    font-style: italic;
}

.team-box {
    max-width: 370px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
    border-radius: 4px;
    background-color: #f5f5f5;
    position: relative;
}

.team-box .image {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.team-box .text {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}


@media (min-width: 768px) {
    .team-box {
        max-width: 480px;
    }
}
@media (min-width: 1200px) {
    .team-box {
        max-width: none;
    }
}


.team-box2 {
    margin-bottom: 60px;
    text-align: center;
}

.team-box2 .image-sec {
    width: 150px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.team-box2 .image {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 10px solid #eee;
    overflow: hidden;
}

@media (min-width: 480px) {
    .team-box2 {
        text-align: left;
    }
    .team-box2 .image-sec {
        width: 100px;
        margin-bottom: 0;
        float: left;
    }
    .team-box2 .image {
        width: 100px;
        height: 100px;
    }
    .team-box2 .matter {
        margin-left: 120px;
    }
}

@media (min-width: 992px) {
    .team-box2 .image-sec {
        width: 150px;
    }
    .team-box2 .image {
        width: 150px;
        height: 150px;
    }
    .team-box2 .matter {
        margin-left: 180px;
    }
}

.team-box3 {
    margin-bottom: 50px;
    text-align: center;
}

.team-box3 .image-sec {
    width: 130px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.team-box3 .image {
    border-radius: 4px;
    overflow: hidden;
}

@media (min-width: 480px) {
    .team-box3 {
        text-align: left;
    }
    .team-box3 .image-sec {
        margin-bottom: 0;
        float: left;
    }
    .team-box3 .matter {
        margin-left: 160px;
    }
}

@media (min-width: 1200px) {
    .team-box3 .image-sec {
        width: 170px;
    }
    .team-box3 .matter {
        margin-left: 200px;
    }
}

.team-box3 .buttons {
    margin-left: 0;
}

.team-box3 .buttons:before,
.team-box3 .buttons:after {
    content: " ";
    display: table;
}

.team-box3 .buttons:after {
    clear: both;
}

.team-box3 .buttons .social-links {
    margin-bottom: 10px;
}

.team-box3 .buttons .btn {
    margin-left: 0;
}

@media (min-width: 992px) {
    .team-box3 .buttons .social-links {
        float: left;
    }
    .team-box3 .buttons .btn {
        float: right;
    }
}

.team-box4 header {
    padding-bottom: 15px;
}

.team-box4-left header {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.bg-gray-light .team-box4-left header {
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.81) 66%, whitesmoke 81%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#f5f5f5', GradientType=0);
}

.team-box4 h3 {
    margin-bottom: 0px;
}

.team-box4 .desig {
    margin-bottom: 10px;
    color: #696969;
    font-style: italic;
}

.team-box4 .matter {
    position: relative;
}

.team-box4-left .matter {
    margin-top: -95px;
}

.team-box4 .col-image,
.team-box4 .team-content {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .team-box4 .image {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .team-box4 header {
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }
    .team-box4 header:before,
    .team-box4 header:after {
        content: " ";
        display: table;
    }
    .team-box4 header:after {
        clear: both;
    }
    .team-box4 header .desig {
        margin-bottom: 0;
    }
    .team-box4 header hgroup {
        float: left;
    }
    .team-box4 header .social-links {
        padding-top: 20px;
        float: right;
    }
}

@media (min-width: 992px) {
    .team-box4 .col-image {
        width: 41.6667%;
        display: table-cell;
        vertical-align: bottom;
    }
    .team-box4 .team-content {
        width: 58.3333%;
        display: table-cell;
        vertical-align: top;
    }
    .team-box4 .image {
        width: auto;
    }
    .team-box4 .matter {
        margin-top: 0;
    }
    .team-box4 header {
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }
}

.letures-block > h2 {
    margin-bottom: 40px;
}

.lecture-card p {
    margin-bottom: 0;
}

.lecture-card p .fa {
    margin-right: 5px;
}

.lecture-card + .lecture-card {
    margin-top: 40px;
}


/*** Testimonials box
--------------------------------------------- ***/

.testimonials-box {
    padding: 0px 30px 30px 30px;
    margin-bottom: 40px;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
}

.testimonials-box .image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    top: -25px;
}

.testimonials-box .text header {
    margin-bottom: 10px;
}

.testimonials-box .text h3 {
    margin-bottom: 0px;
    display: inline-block;
}

.testimonials-box .text .desig {
    margin-left: 5px;
    font-weight: normal;
    color: #696969;
    display: inline-block;
}

.testimonials-box .text p:last-child {
    margin-bottom: 0;
}

.testimonials-box-2 {
    background-color: transparent;
    text-align: center;
}

.testimonials-box-2 .image {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-bottom: 15px;
    top: 0;
}

.testimonials-box-2 .text header {
    margin-bottom: 20px;
}

.testimonials-box-2 .text .desig {
    display: block;
}

.testimonials-transparent {
    background-color: transparent;
}

.testimonials-box.bg-gray-light {
    background-color: #f5f5f5;
}

.testimonials-slides .item {
    padding-top: 30px;
}

.testimonial-slide {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.testimonial-slide .slide-controls {
    text-align: center;
}

@media (min-width: 768px) {
    .testimonial-slide {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 992px) {
    .testimonial-slide {
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media (min-width: 768px) {
    .testimonial-slide.slide1 .owl-prev,
    .testimonial-slide.slide1 .owl-next {
        position: absolute;
        top: 80px;
    }
    .testimonial-slide.slide1 .owl-prev {
        left: 0;
    }
    .testimonial-slide.slide1 .owl-next {
        right: 0;
    }
}

.testimonial-slide.slide2 .slide-controls {
    margin-bottom: 30px;
}

.testimonial-slide.slide2 .owl-prev,
.testimonial-slide.slide2 .owl-next {
    margin-left: 5px;
    margin-right: 5px;
}


/*** Blog Styles
--------------------------------------------- ***/


/*** blog box ***/

.blog-box {
    margin-bottom: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
}

.blog-box .text {
    padding: 20px 30px;
}

.blog-box .text header {
    margin-bottom: 10px;
}

.blog-box .text h3 {
    margin-bottom: 0px;
}

.blog-box .text a {
    color: #696969;
}

.blog-box.bg-primary .text a,
.blog-box.bg-secondary .text a,
.blog-box.bg-dark .text a,
.blog-box.top-bar .text a,
.blog-box.site-footer-2 .text a,
.blog-box.site-bottom .text a,
.blog-box.bg-image .text a,
.blog-box.bg-parallax .text a,
.blog-box.site-banner .text a,
.blog-box.vid-block .text a,
.blog-box.bg-secondary .text a,
.blog-box.bg-dark .text a,
.blog-box.top-bar .text a,
.blog-box.site-footer-2 .text a,
.blog-box.site-bottom .text a {
    color: inherit;
}

.blog-box .blog-btm {
    padding-top: 5px;
}

.blog-box .share-post {
    float: right;
}

.readmore {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.readmore .fa:last-child {
    margin-left: 5px;
}

.readmore .fa:first-child {
    margin-right: 5px;
}


/*** blog carouel ***/

.blog-carousel {
    position: relative;
}

.blog-carousel .owl-prev,
.blog-carousel .owl-next {
    margin-top: -20px;
    position: absolute;
    top: 50%;
    z-index: 10;
    opacity: 0;
}

.blog-carousel .owl-prev.sm,
.blog-carousel .owl-next.sm {
    margin-top: -13px;
}

.blog-carousel .owl-prev.lg,
.blog-carousel .owl-next.lg {
    margin-top: -35px;
}

.blog-carousel:hover .owl-prev,
.blog-carousel:hover .owl-next {
    opacity: 1;
    transform: translateX(0px);
}

.blog-carousel .owl-prev {
    left: 30px;
    transform: translateX(-20px);
}

.blog-carousel .owl-next {
    right: 30px;
    transform: translateX(20px);
}

.blog-meta {
    padding-left: 0;
    list-style: none;
    margin: 0;
    font-style: italic;
}

.blog-meta li {
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.blog-meta a::after {
    content: ',';
}


/*** blog box single ***/

.blog-box-single {
    margin-bottom: 60px;
    font-size: 15px;
}

.blog-box-single .image,
.blog-box-single .owl-carousel,
.blog-box-single .video-block {
    margin-bottom: 25px;
}

.blog-box-single .text header {
    margin-bottom: 10px;
}

.blog-box-single .text h3 {
    margin-bottom: 0px;
    font-size: 19px;
}

.blog-box-single .image-left,
.blog-box-single .image-right {
    margin-bottom: 10px;
}

.blog-box-single .blog-btm:before,
.blog-box-single .blog-btm:after {
    content: " ";
    display: table;
}

.blog-box-single .blog-btm:after {
    clear: both;
}

.blog-box-single .blog-btm .tags {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .blog-box-single .blog-btm .tags {
        float: left;
        margin-bottom: 0px;
    }
    .blog-box-single .blog-btm .social-links {
        float: right;
    }
}

.blog-action {
    padding: 10px 15px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
    text-align: center;
}

.blog-action .btn {
    padding-left: 20px;
    padding-right: 20px;
    margin: 5px;
}

.blog-action .blog-prev .fa {
    margin-right: 5px;
}

.blog-action .blog-next .fa {
    margin-left: 5px;
}

@media (min-width: 768px) {
    .blog-action {
        padding: 20px 30px;
    }
    .blog-action .blog-prev {
        float: left;
    }
    .blog-action .blog-next {
        float: right;
    }
}

.tags span {
    margin-right: 10px;
}

.tags a {
    margin-right: 4px;
    color: #969696;
    font-style: italic;
}

.tags a::after {
    content: ',';
}

.tags a:last-child::after {
    content: '';
}

.author-box {
    margin-bottom: 40px;
}

.author-box .media-left {
    min-width: 60px;
}

.author-box .media-left img {
    border-radius: 50%;
}

@media (min-width: 768px) {
    .author-box .media-left {
        min-width: 90px;
    }
}

@media (min-width: 992px) {
    .author-box .media-left {
        min-width: 120px;
    }
}

.author-box .media-heading span {
    margin-right: 10px;
    color: #969696;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    font-size: 13px;
}

.comments-area {
    margin-bottom: 50px;
}

.comments-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.comments-list ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.comments-list li ul {
    margin-left: 20px;
}

@media (min-width: 992px) {
    .comments-list li ul {
        margin-left: 40px;
    }
}

.comment-box {
    margin-bottom: 20px;
}

.comment-box .media-left {
    min-width: 60px;
}

.comment-box .media-left img {
    border-radius: 50%;
}

@media (min-width: 768px) {
    .comment-box .media-left {
        min-width: 70px;
    }
}

@media (min-width: 992px) {
    .comment-box .media-left {
        min-width: 90px;
    }
}

.comment-box .media-heading {
    font-weight: 400;
}

.comment-box .media-body {
    position: relative;
    vertical-align: middle;
}

.comment-box .media-body p {
    margin-bottom: 10px;
}

.comment-box .comment-reply-link {
    font-size: 11px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .comment-box {
        margin-bottom: 40px;
    }
    .comment-box .comment-reply-link {
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
    }
    .comment-box:hover .comment-reply-link {
        opacity: 1;
    }
}


/*** Subscription box
--------------------------------------------- ***/

.subscription-box {
    text-align: center;
}

@media (min-width: 768px) {
    .subscription-box {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .subscription-box {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .subscription-box form {
        padding-right: 180px;
        position: relative;
    }
    .subscription-box form input[type="submit"] {
        position: absolute;
        right: 0;
        bottom: : 15px;
    }
}


/*** Event box
--------------------------------------------- ***/

.event-box {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.event-box .text {
    padding-top: 20px;
}


@media (min-width: 768px) {
    .event-box {
        max-width: none;
    }
    .event-box .text {
        padding-top: 0;
    }
}
.event-slides {
    position: relative;
}

.event-slides .slide-controls {
    position: absolute;
    top: -65px;
    right: 0;
}


/*** Gallery Style
--------------------------------------------- ***/


/*** gallery box ***/

.gallery-box {
    margin-bottom: 30px;
}

.gallery-box .image {
    border-radius: 4px;
    overflow: hidden;
}


/*** gallery overlay ***/

.gallery-box:hover .gal-overlay {
    opacity: 1;
    visibility: visible;
}

.gal-overlay .text {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.gal-overlay .text h4,
.gal-overlay .text p {
    margin-bottom: 0;
    opacity: 0;
    transform: translateY(20px);
}

.gal-overlay .text p {
    transition-duration: 0.3s;
}
.gal-overlay .text a {
    color: #fff;
}
.gallery-box:hover .gal-overlay .text * {
    opacity: 1;
    transform: translateY(0px);
}

.gal-control {
    margin-top: -20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.gal-control a {
    margin-left: 5px;
    margin-right: 5px;
}

.gal-control a:first-child {
    transform: translateX(-20px);
}

.gal-control a:last-child {
    transform: translateX(20px);
}

.gallery-box:hover .gal-control a {
    transform: translateX(0px);
}


/*** Circular Progress
--------------------------------------------- ***/

.circular-progress {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.circular-progress canvas {
    background-color: #f5f5f5;
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
}

.circular-progress h3 {
    margin-bottom: 0;
}

.circular-progress div + h3 {
    margin-top: 20px;
}


/*** Search Forms
--------------------------------------------- ***/

.search-forms {
    text-align: center;
}

@media (min-width: 768px) {
    .search-forms .row {
        margin-bottom: 30px;
    }
    .search-forms .row .form-group {
        margin-bottom: 0;
    }
}


/*** Contact Form
--------------------------------------------- ***/

.contact-form textarea.form-control {
    height: 100px;
}

@media (min-width: 768px) {
    .contact-form textarea.form-control {
        height: 180px;
    }
}

.contact-form .form-button {
    text-align: center;
}

@media (min-width: 768px) {
    .contact-form .form-button {
        text-align: right;
    }
}


/*** Contact ***/

.contact-text {
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.contact-text > img {
    width: 100px;
    margin-bottom: 40px;
}

@media (min-width: 480px) {
    .contact-text > img {
        width: 150px;
    }
}

@media (min-width: 768px) {
    .contact-text > img {
        width: auto;
        margin-bottom: 60px;
    }
}

.contact-text ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-bottom: 40px;
}

.contact-text ul li {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .contact-text-col {
        padding-right: 50px;
    }
}


/*** Product box
--------------------------------------------- ***/

.product-box .text {
    padding: 25px 30px;
}

.product-box .text header h3 {
    margin-bottom: 0;
}

.product-box .text .list-inline,
.product-box .text .top-bar ul,
.top-bar .product-box .text ul {
    margin-bottom: 10px;
}

.product-box .text .list-inline a,
.product-box .text .top-bar ul a,
.top-bar .product-box .text ul a {
    color: #555555;
}

.product-box .text h3 {
    font-size: 19px;
    text-transform: uppercase;
}

.product-box .text .amount {
    font-size: 21px;
}

.product-box .btn-add-cart {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .product-box .amount {
        margin-bottom: 0;
        float: left;
        line-height: 1.2;
    }
    .product-box .rating-star {
        float: right;
    }
}

@media (min-width: 1200px) {
    .product-box .btn-add-cart {
        margin-bottom: 0;
    }
}

.product-box .list-table > li {
    margin-bottom: 10px;
}

.product-box-single {
    margin-bottom: 50px;
}

.product-box-single .text {
    padding: 0;
}

.product-box-single .quantity {
    margin-bottom: 20px;
}

.product-box-single .prod-share span {
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
}

.product-box-single .prod-share .social-links {
    display: inline-block;
}

@media (min-width: 480px) {
    .product-box-single .quantity,
    .product-box-single .prod-action {
        float: left;
    }
    .product-box-single .btn-add-cart,
    .product-box-single .prod-share {
        margin-top: 5px;
        float: right;
    }
    .product-box-single .btn-add-cart {
        margin-top: 40px;
    }
}

.prod-action {
    margin-left: -8px;
}

.prod-action .btn {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 8px;
}

ul.list-table {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

ul.list-table > li:before,
ul.list-table > li:after {
    content: " ";
    display: table;
}

ul.list-table > li:after {
    clear: both;
}

.btn-group-quantity {
    width: 140px;
    height: 81px;
    position: relative;
}

.btn-group-quantity .form-control {
    height: 100%;
    font-size: 36px;
    font-style: normal;
}

.btn-group-quantity .btn {
    width: 40px;
    height: 39px;
    padding: 0;
    position: absolute;
    right: 1px;
}

.btn-group-quantity .qty-plus {
    top: 1px;
}

.btn-group-quantity .qty-minus {
    bottom: 1px;
}

.product-views #sync2 .item {
    padding: 10px 5px;
}

.post-controls {
    text-align: center;
}

.post-controls .post-prev {
    margin-right: 5px;
    margin-bottom: 5px;
}

.post-controls .post-prev .fa {
    margin-right: 5px;
}

.post-controls .post-next {
    margin-left: 5px;
    margin-bottom: 5px;
}

.post-controls .post-next .fa {
    margin-left: 5px;
}

@media (min-width: 480px) {
    .post-controls {
        text-align: left;
    }
    .post-controls .post-next {
        float: right;
    }
}


/*** Navigation Stackable
--------------------------------------------- ***/

.nav-stackable {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.nav-stackable.nav > li {
    display: inline-block;
}

.nav-stackable.nav > li > a:focus {
    background-color: transparent;
}

.nav-stackable.nav > li > a {
    position: relative;
}

@media (min-width: 768px) {
    .nav-stackable.nav > li {
        display: block;
    }
    .nav-stackable.nav > li.active > a::after {
        margin-left: 5px;
        font-family: FontAwesome;
        content: '\f178';
        position: absolute;
    }
}

@media (min-width: 768px) {
    .nav-stackable {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: 0px;
        padding-right: 10px;
        border-right: 1px solid #ddd;
    }
}

@media (min-width: 768px) {
    .stackable-tabs .tab-content {
        border-left: 1px solid #ddd;
        margin-left: -31px;
        padding-left: 31px;
    }
}

.btn-buy .fa {
    margin-left: 5px;
}


/*** Hero Section ***/

@media (min-width: 992px) {
    .hero-block > .row > .col-md-6 {
        display: table-cell;
        float: none;
        vertical-align: bottom;
    }
}

.hero-text {
    padding: 20px 15px;
    text-align: center;
}

.hero-text h1 {
    font-size: 30px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .hero-text h1 {
        font-size: 50px;
        text-transform: uppercase;
    }
}

@media (min-width: 992px) {
    .hero-text {
        padding-left: 40px;
        padding-right: 0;
        text-align: right;
    }
    .hero-text h1 {
        font-size: 50px;
        text-transform: uppercase;
    }
}


/*** News box
--------------------------------------------- ***/

.news-box {
    border: 0;
}

.news-box .text {
    padding: 25px 30px;
}

.news-box .image {
    overflow: hidden;
}

.news-box:hover .news-overlay {
    opacity: 1;
    visibility: visible;
}

.news-overlay a {
    margin-left: -20px;
    margin-top: -20px;
    transform: translateY(20px);
    position: absolute;
    left: 50%;
    top: 50%;
}

.news-box:hover .news-overlay a {
    transform: translateY(0);
}

.news-slides {
    position: relative;
}

.news-slides .owl-prev,
.news-slides .owl-next {
    z-index: 10;
    position: absolute;
    top: 50px;
}

.news-slides .owl-prev {
    left: 0;
}

.news-slides .owl-next {
    right: 0;
}


/*** Filter Gallery
--------------------------------------------- ***/


/*** nav filter ***/

.nav-filter {
    margin-bottom: 35px;
}

.nav-filter > li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #eee;
    cursor: pointer;
}

@media (min-width: 480px) {
    .nav-filter > li {
        padding: 8px 15px;
    }
}

@media (min-width: 992px) {
    .nav-filter > li {
        padding: 10px 30px;
    }
}

.nav-filter > li.active {
    color: #fff;
}

.bg-gray-light .nav-filter > li,
.bg-gray .nav-filter > li,
.bg-dark .nav-filter > li,
.top-bar .nav-filter > li,
.site-footer-2 .nav-filter > li,
.site-bottom .nav-filter > li,
.bg-primary .nav-filter > li,
.bg-secondary .nav-filter > li,
.bg-dark .nav-filter > li,
.top-bar .nav-filter > li,
.site-footer-2 .nav-filter > li,
.site-bottom .nav-filter > li,
.bg-image .nav-filter > li,
.bg-parallax .nav-filter > li,
.site-banner .nav-filter > li,
.vid-block .nav-filter > li {
    color: #333333;
    background-color: #fff;
}

.bg-gray-light .nav-filter > li.active,
.bg-gray .nav-filter > li.active,
.bg-dark .nav-filter > li.active,
.top-bar .nav-filter > li.active,
.site-footer-2 .nav-filter > li.active,
.site-bottom .nav-filter > li.active,
.bg-primary .nav-filter > li.active,
.bg-secondary .nav-filter > li.active,
.bg-dark .nav-filter > li.active,
.top-bar .nav-filter > li.active,
.site-footer-2 .nav-filter > li.active,
.site-bottom .nav-filter > li.active,
.bg-image .nav-filter > li.active,
.bg-parallax .nav-filter > li.active,
.site-banner .nav-filter > li.active,
.vid-block .nav-filter > li.active {
    color: #fff;
}

.nav-filter .form-group {
    display: inline-block;
}

.nav-filter .form-group .select-box {
    width: 165px;
    display: inline-block;
}

.nav-filter .form-group label + .select-box {
    margin-left: 15px;
}

@media (min-width: 768px) {
    .nav-filter .buttons {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .nav-filter {
        text-align: center;
    }
}


/*** Filter List
--------------------------------------------- ***/

.filter-list {
    padding: 0px;
    margin-bottom: 0;
    list-style: none;
}

@media (max-width: 768px) {
    .filter-list > li {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .filter-list > li {
        width: 100%;
    }
}

.filter-list.listview > li {
    width: 100%;
}

.visible-listview {
    margin-top: 20px;
    display: none;
}

.listview .product-box:before,
.listview .product-box:after {
    content: " ";
    display: table;
}

.listview .product-box:after {
    clear: both;
}

@media (min-width: 768px) {
    .listview .product-box .image {
        width: 50%;
        float: left;
    }
    .listview .product-box .text {
        padding-left: 20px;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .listview .product-box .image {
        width: 50%;
    }
    .listview .product-box .text {
        padding-left: 30px;
    }
}

.listview .visible-listview {
    display: block;
}

@media (min-width: 992px) {
    .contents-full .listview .product-box .image {
        width: 33.333%;
    }
}


/*** UI Slider
--------------------------------------------- ***/

.slider-element {
    background-color: #ccc;
}

.ui-slider-horizontal {
    height: 0.5em;
    margin-bottom: 15px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.4em;
}

.ui-slider .ui-slider-handle {
    border-radius: 50%;
    border: 0;
}

.slide-values {
    font-weight: 700;
}

.slide-values:before,
.slide-values:after {
    content: " ";
    display: table;
}

.slide-values:after {
    clear: both;
}

.slide-values .slide-max {
    float: right;
}


/*** Pricing Tables
--------------------------------------------- ***/

.pricing-table {
    text-align: center;
}

.pricing-table header {
    color: #fff;
    padding: 0 20px 40px 20px;
    background-color: #323b44;
}

.pricing-table header mark {
    padding: 0;
    background-color: transparent;
    color: inherit;
}

.pricing-table .price {
    display: inline-block;
    font-size: 75px;
    font-weight: 700;
    line-height: 1em;
}

.pricing-table .price sup,
.pricing-table .price sub {
    font-size: 30%;
}

.pricing-table .price sup {
    top: -1.5em;
}

.pricing-table .price sub {
    bottom: -0.1em;
}

.pricing-table .tp {
    padding: 10px 20px;
    margin-bottom: 35px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: rgba(0, 0, 0, 0.2);
}

.pricing-table .tp h4 {
    margin-bottom: 0;
    color: inherit;
}

.pricing-table ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.pricing-table li {
    padding: 10px 20px;
}

.pricing-table li:nth-child(odd),
.pricing-table .btm {
    background-color: #f5f5f5;
}

.pricing-table .btm {
    padding: 20px 20px;
}

.pricing-table-danger header {
    background-color: #f56a5f;
}

.pricing-table-cyan header {
    background-color: #2bc2d5;
}


/*** Error Page
--------------------------------------------- ***/

.error-block {
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    font-size: 14px;
}

.error-block .iconic,
.error-block .error-text {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 1em;
}

.error-block p {
    margin-bottom: 30px;
}

.error-block form {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .error-block .iconic,
    .error-block .error-text {
        font-size: 100px;
    }
}


/*** Widgets
--------------------------------------------- ***/

.widget {
    margin-bottom: 40px;
}

.widget ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

@media (min-width: 992px) {
    .site-footer .widget,
    .site-footer-2 .widget {
        margin-bottom: 0;
    }
}

.widget .widget .widget {
    margin-bottom: 0;
}

.widget .tabs-block {
    padding: 20px 25px;
}

.widget .tabs-block .media {
    margin-top: 15px;
}


/*** widget_about ***/

.widget_about p {
    margin-bottom: 20px;
}

.widget_about .image:first-child {
    margin-bottom: 20px;
}


/*** widget_latest ***/

.widget_latest .media-left,
.widget_latest .media > .pull-left {
    min-width: 70px;
}

.widget_latest .media-left > a,
.widget_latest .media > .pull-left > a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.widget_latest .media-body p {
    margin-bottom: 0;
    line-height: 1.4;
}


/*** widget_course ***/

.widget_course > ul > li,
.widget_new_posts > ul > li {
    padding-left: 10px;
    position: relative;
}

.widget_course > ul > li::before,
.widget_new_posts > ul > li::before {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    left: 0;
    top: 0;
}

.widget_course > ul > li + li,
.widget_new_posts > ul > li + li {
    margin-top: 20px;
}


/*** widget_newsletter ***/

@media (min-width: 992px) {
    .widget_newsletter form p {
        text-align: right;
    }
}


/*** widget_newsletter ***/

.widget_newsletter_2 form input[type="text"] {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .widget_newsletter_2 form {
        position: relative;
        padding-right: 158px;
    }
    .widget_newsletter_2 form input[type="text"] {
        margin-bottom: 0;
    }
    .widget_newsletter_2 form input[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
    }
}


/*** widget_flickr ***/

.widget_flickr ul,
.widget_gallery ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-left: -8px;
}

.widget_flickr ul:before,
.widget_gallery ul:before,
.widget_flickr ul:after,
.widget_gallery ul:after {
    content: " ";
    display: table;
}

.widget_flickr ul:after,
.widget_gallery ul:after {
    clear: both;
}

.widget_flickr li,
.widget_gallery li {
    width: 14.285%;
    float: left;
    padding-left: 8px;
    margin-bottom: 8px;
}

.widget_flickr li img,
.widget_gallery li img {
    width: 100%;
    display: block;
    border-radius: 4px;
}


/*** widget_gallery ***/

.sidebar .widget.widget_gallery li {
    width: 33.333%;
}
.sidebar .widget .nav-tabs li {
    width: auto;
}

@media (min-width: 768px) {
    .widget_gallery li {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .widget_gallery li {
        width: 33.333%;
    }
}


/*** widget social ***/

.widget_social .social-links + p {
    margin-top: 10px;
    margin-bottom: 0;
}


/*** widget categories ***/

.widget_categories a span {
    float: right;
}

.widget_categories ul {
    margin-left: -15px;
    margin-right: -15px;
}

.widget_categories ul:before,
.widget_categories ul:after {
    content: " ";
    display: table;
}

.widget_categories ul:after {
    clear: both;
}

.widget_categories li {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    body .sidebar .swidget.widget_categories li {
        border: none;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        text-align: right;
    }
    .sidebar .swidget_categories a {
        text-align: left;
        float: left;
    }
}


/*** widget popular courses ***/

.widget_popular_courses .media-left,
.widget_popular_courses .media > .pull-left {
    min-width: 102px;
}

.widget_popular_courses p {
    margin-bottom: 0;
}


/*** widget search ***/

.widget_search form {
    position: relative;
}

.widget_search.widget_search_abs input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
}


/*** widget tag cloud ***/

.tagcloud {
    margin-left: -10px;
}

.tagcloud a {
    padding: 7px 20px;
    margin-left: 10px;
    margin-bottom: 10px;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.9;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #eee;
    border-color: #eee;
    color: #696969;
}

.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a.focus {
    color: #fff;
}


/*** widget popular courses ***/

.widget_products .media-left,
.widget_products .media > .pull-left {
    min-width: 90px;
}

.widget_products p {
    margin-bottom: 0;
    color: #969696;
}


/*** Footer Section
--------------------------------------------- ***/


/*** site-footer ***/

.site-footer {
    background-color: #f5f5f5;
}

.site-footer a {
    color: #555555;
}

.site-footer .form-control {
    background-color: #fff;
}

.site-footer-2 {
    background-color: #1a1a1a;
}

.site-footer-2 .help-block {
    color: inherit;
}

.site-footer-2 .social-links-2 a {
    color: #000;
}


/*** site-bottom ***/

.site-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

@media (min-width: 992px) {
    .site-bottom {
        text-align: left;
    }
    .site-bottom p {
        margin-bottom: 0;
        display: inline-block;
    }
    .site-bottom .main-links,
    .site-bottom .social-links {
        float: right;
    }
    .site-bottom .main-links.centered {
        float: none;
        text-align: center;
    }
}

/*** footer-section ***/

.footer-section + .footer-section {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.site-footer-2 .footer-section2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
    width: 100%;
}
.site-footer-2 .footer-section + .footer-section {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}


/*** main-links ***/

.main-links {
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-left: -10px;
}

.main-links li {
    margin-left: 10px;
    display: inline-block;
}

.main-links a {
    padding: 0px 5px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #b0b0b0;
    display: inline-block;
}

.main-links a:hover {
    color: #fff;
}


/*** scrollup
--------------------------------------------- ***/

.scrollup {
    width: 36px;
    height: 36px;
    display: inline-block;
    background-color: #333;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 34px;
    border-radius: 4px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 50px;
    opacity: 0;
    visibility: hidden;
}

.scrollup > .fa {
    transform: rotate(-45deg) translateX(0px);
}

@media (min-width: 992px) {
    .scrolled .scrollup {
        opacity: 1;
        visibility: visible;
    }
}

.logo-block .media-left,
.logo-block .media-right,
.logo-block .media-body {
    vertical-align: middle;
}
 .widget h4 {
    color: #fff !important;
}
.widget .widgettitle {
    color: #000 !important;
}
.widget li a {
    color: #000;
}
.social-links-2.social-links-lg a, .social-links-3.social-links-lg a {
    color: #000;
}
.main-menu li:last-child li ul {
 left: auto;
 right: 100%;
}
