/*=======================================================================

Template Name: Academics | Responsive HTML5 Template
Template URI: https://radiustheme.com/
Description: Academics | Academics Responsive HTML5 Template.
Author: Radius Theme
Author URI: https://radiustheme.com/
Version: 1.5

/*=======================================================================
[Table of content]
=========================================================================

[01] Typography
[02] General
[03] Header Area
[04] Slider Area
[05] About Area
[06] Service Area
[07] Students Say Area
[08] Students Join Area
[09] Featured Area
[10] Counter Area
[11] Countdown Area
[12] Video Area
[13] Lecturers Area
[14] Publications Area
[15] Courses Area
[16] News and Event Area
[17] Certificate Area
[18] Gallery Area
[19] Price Table Area
[20] Research Area
[21] Shop Page Area
[22] Brand Area
[23] Sidebar Area
[24] Faq Page area
[25] Error Page Area
[26] Contact Page Area
[27] Footer Area
[28] Registration Page Area
[29] Profile Page Area

=========================================================================
[ End table of content ]
=========================================================================*/

@darkPrimaryColor: #00082E;
@primaryColor: #004e6c;
@lightPrimaryColor: #1A3B61;
@textPrimaryColor: #FFFFFF;
@accentColor: #fdc800;
@primaryTextColor: #212121;
@secondaryTextColor: #757575;
@dividerColor: #BDBDBD;
@bodyColor: #444444;
.rgbaColorIn(@color, @opacity : 1) {
    @result: rgba( red(@color), green(@color), blue(@color), @opacity );
}

.border-radius (@radius: 0px) {
    -webkit-border-radius: @radius;
    -moz-border-radius: @radius;
    -ms-border-radius: @radius;
    -o-border-radius: @radius;
    border-radius: @radius;
}

.transition(@transition, @duration, @timingFunction: ease-in-out) {
    -webkit-transition: all @duration @timingFunction;
    -moz-transition: all @duration @timingFunction;
    -ms-transition: all @duration @timingFunction;
    -o-transition: all @duration @timingFunction;
    transition: all @duration @timingFunction;
}

.flex-display() {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.flex-column(@flexColumn: 1) {
    -webkit-box-flex: @flexColumn;
    -moz-flex: @flexColumn;
    -webkit-flex: @flexColumn;
    flex: @flexColumn;
}


/*=======================================================================
[01] Typography
=========================================================================*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    vertical-align: baseline;
    background: #ffffff;
    color: @bodyColor;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 20px 0;
    color: @primaryTextColor;
}

h1 {
    font-size: 56px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

.bout{
       text-align: justify;
  text-justify: inter-word;
}
p {
    line-height: 1.5;
  margin: 0 0 20px 0;
}


/*=======================================================================
[02] General
=========================================================================*/

a {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    outline: 0 none;
}

img {
    max-width: 100%;
    height: auto;
    margin-right:15px;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear:after {
    clear: both;
    content: "";
    display: block;
}

#wrapper {
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.video-margin-top {
    margin-top: 12px;
}

.margin-bottom-none {
    margin-bottom: 0!important;
}

.margin-bottom-sidebar {
    margin-bottom: 30px;
}

.bg-common-style {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-divider {
    height: 1px;
    width: 100%;
    background: @dividerColor;
}

.solid-underline {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 35px;
    &:after {
        position: absolute;
        content: "";
        height: 1px;
        width: 100%;
        background: #e3e3e3;
        left: 0;
        bottom: 0;
    }
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-40 {
    margin-bottom: 40px;
}

.btn-view {
    color: @accentColor;
    .transition(all, 0.5s, ease-out);
    &:hover {
        color: @primaryColor;
    }
}

.section-space {
    padding: 100px 0;
}

.mb-none {
    margin-bottom: 0!important;
}

.accent-bg {
    background-color: #f5f5f5;
}

.bg-primary {
    background: @primaryColor;
    color: @textPrimaryColor;
}

.bg-textPrimary {
    background: @textPrimaryColor;
    color: @primaryColor;
}

.bg-primary-deep {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    &:before {
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        .rgbaColorIn( @primaryColor, 90%);
        background-color: @result;
    }
}

.bg-primary-deep-fixed {
    background-attachment: fixed;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    &:before {
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        .rgbaColorIn( @primaryColor, 90%);
        background-color: @result;
    }
}

.overlay-primaryColor {
    position: relative;
    &:before {
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        .rgbaColorIn( @primaryColor, 70%);
        background-color: @result;
    }
}

.overlay-video {
    position: relative;
    &:before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        .rgbaColorIn( @primaryColor, 88%);
        background-color: @result;
        height: 100%;
        width: 100%;
    }
}

.title-bar-counter {
    position: relative;
    &:before {
        content: "";
        height: 2px;
        width: 70px;
        background: @accentColor;
        position: absolute;
        left: 0;
        margin: 0 auto;
        right: 0;
        bottom: 0;
        z-index: 3;
    }
}

.title-bar-medium-left {
    position: relative;
    &:before {
        content: "";
        height: 3px;
        width: 40px;
        background: @accentColor;
        position: absolute;
        left: 0;
        bottom: -10px;
        z-index: 1;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        border-radius: 6px;
    }
}

.title-bar-high {
    position: relative;
    &:before {
        content: "";
        height: 3px;
        width: 40px;
        background: @accentColor;
        position: absolute;
        left: 0;
        bottom: -15px;
        z-index: 1;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        border-radius: 6px;
    }
}

.title-bar-big-high {
    position: relative;
    &:before {
        content: "";
        height: 3px;
        width: 40px;
        background: @accentColor;
        position: absolute;
        left: 0;
        bottom: -30px;
        z-index: 1;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        border-radius: 6px;
    }
}

.title-bar-sm-high {
    position: relative;
    &:before {
        content: "";
        height: 3px;
        width: 40px;
        background: @accentColor;
        position: absolute;
        left: 0;
        bottom: -20px;
        z-index: 1;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        border-radius: 6px;
    }
}

.title-bar-big-left-close {
    position: relative;
    &:before {
        content: "";
        height: 4px;
        width: 45px;
        background: @accentColor;
        position: absolute;
        left: 0;
        bottom: -20px;
        z-index: 1;
    }
}

.title-bar-footer {
    position: relative;
    &:before {
        content: "";
        height: 3px;
        width: 45px;
        background: @primaryColor;
        position: absolute;
        left: 0;
        bottom: -20px;
        z-index: 1;
    }
}

.title-bar-small-center {
    position: relative;
    &:before {
        content: "";
        height: 2px;
        width: 40px;
        background: @primaryColor;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -12px;
        margin: 0 auto;
        z-index: 1;
    }
}

.title-bar-small-left {
    position: relative;
    &:before {
        content: "";
        height: 3px;
        width: 45px;
        background: @primaryColor;
        position: absolute;
        left: 0;
        bottom: -35px;
        z-index: 1;
    }
}

.title-bar-sidebar {
    position: relative;
    &:before {
        content: "";
        height: 4px;
        width: 45px;
        background: @primaryColor;
        position: absolute;
        left: 0;
        bottom: -15px;
        z-index: 1;
    }
}

.title-bar-full-width {
    position: relative;
    &:before {
        content: "";
        height: 2px;
        width: 100%;
        background: @primaryColor;
        position: absolute;
        left: 0;
        bottom: -12px;
        z-index: 1;
    }
}

.title-default-center {
  
    text-align: center;
    font-weight: 500;
    margin-bottom: 45px;
    color: @primaryColor;
    @media only screen and (max-width: 767px) {
        font-size: 28px;
    }
    @media only screen and (max-width: 480px) {
        font-size: 26px;
    }
}

.title-default-left {

    text-align: left;
    font-weight: 500;
    margin-bottom: 45px;
    color: @primaryColor;
    @media only screen and (max-width: 767px) {
        margin-bottom: 36px;
        font-size: 28px;
    }
    @media only screen and (max-width: 480px) {
        margin-bottom: 30px;
        font-size: 26px;
    }
    a {
        color: @primaryColor;
        .transition(all, 0.3s, ease-out);
        &:hover {
            color: @accentColor;
        }
    }
}

.title-default-left-bold {
    font-size: 30px;

    text-align: left;
    font-weight: 500;
    margin-bottom: 45px;
    color: @primaryColor;
    @media (min-width: 992px) and (max-width: 1199px) {
        font-size: 28px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        font-size: 26px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        font-size: 24px;
    }
    @media only screen and (max-width: 479px) {
        font-size: 22px;
    }
    a {
        color: @primaryColor;
        .transition(all, 0.3s, ease-out);
        &:hover {
            color: @accentColor;
        }
    }
}

.title-default-left-bold-lowhight {
 
    text-align: left;
    font-weight: 500;
    margin-bottom: 20px;
    color: @primaryColor;
    @media only screen and (max-width: 991px) {
        font-size: 26px;
    }
    @media only screen and (max-width: 767px) {
        font-size: 24px;
    }
    @media only screen and (max-width: 480px) {
        font-size: 22px;
    }
    a {
        color: @primaryColor;
        .transition(all, 0.3s, ease-out);
        &:hover {
            color: @accentColor;
        }
    }
}

.title-news-left-bold {
 
    text-align: left;
    font-weight: 500;
    margin-bottom: 15px;
    color: @primaryColor;
    font-size: 22px;
    @media only screen and (max-width: 767px) {
        font-size: 20px;
    }
    @media only screen and (max-width: 480px) {
        font-size: 18px;
    }
    a {
        color: @primaryColor;
        .transition(all, 0.3s, ease-out);
        &:hover {
            color: @accentColor;
        }
    }
}

.title-default-textPrimary-left {
   
    text-align: left;
    font-weight: 500;
    margin-bottom: 45px;
    color: @textPrimaryColor;
}

.about-title {
    font-size: 48px;
    color: @primaryColor;
    margin-bottom: 15px;
    text-align: center;
    @media (min-width: 991px) and (max-width: 1199px) {
        font-size: 40px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        font-size: 36px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        font-size: 32px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        font-size: 28px;
    }
    @media only screen and (max-width: 320px) {
        font-size: 26px;
    }
}

.title-center {
    font-weight: 500;
    font-size: 36px;
    color: @primaryColor;
    text-align: center;
    @media (min-width: 991px) and (max-width: 1199px) {
        font-size: 34px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        font-size: 32px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        font-size: 30px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        font-size: 28px;
    }
    @media only screen and (max-width: 320px) {
        font-size: 26px;
    }
}

.about-sub-title {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
    @media only screen and (max-width: 767px) {
        width: 100%;
    }
}

.sub-title-full-width {
    margin-bottom: 80px;
    text-align: center;
    @media (min-width: 991px) and (max-width: 1199px) {
        margin-bottom: 70px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        margin-bottom: 60px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        margin-bottom: 50px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        margin-bottom: 40px;
    }
    @media only screen and (max-width: 320px) {
        margin-bottom: 30px;
    }
}

h3.sidebar-title {
    font-size: 22px;
    color: @primaryColor;
   
    margin-bottom: 35px;
    position: relative;
    font-weight: 500;
    @media (min-width: 480px) and (max-width: 1199px) {
        font-size: 19px;
    }
    @media only screen and (max-width: 479px) {
        font-size: 18px;
    }
    a {
        color: @primaryColor;
        .transition(all, 0.3s, ease-out);
        &:hover {
            color: @accentColor;
        }
    }
    &:before {
        content: "";
        height: 3px;
        width: 40px;
        position: absolute;
        left: 0;
        bottom: -15px;
        z-index: 1;
        background: @accentColor;
    }
}

h2.sidebar-title {
    font-size: 30px;
    color: @primaryColor;
   
    margin-bottom: 35px;
    position: relative;
    font-weight: 500;
    @media (min-width: 480px) and (max-width: 1199px) {
        font-size: 19px;
    }
    @media only screen and (max-width: 479px) {
        font-size: 18px;
    }
    a {
        color: @primaryColor;
        .transition(all, 0.3s, ease-out);
        &:hover {
            color: @accentColor;
        }
    }
    &:before {
        content: "";
        height: 3px;
        width: 40px;
        position: absolute;
        left: 0;
        bottom: -15px;
        z-index: 1;
        background: @accentColor;
    }
}

.apply-now-btn {
    text-align: center;
    color: @primaryColor!important;
    padding: 8px 0;
    width: 140px;
    background: @accentColor;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    border: 2px solid @accentColor;
    .transition(all, 0.3s, ease-out);
    &:hover {
        background: transparent;
        color: @textPrimaryColor!important;
    }
}

.apply-now-btn2 {
    text-align: center;
    color: @primaryColor;
    padding: 10px 0;
    width: 104px;
    background: @accentColor;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    .transition(all, 0.3s, ease-out);
    &:hover {
        background: @primaryColor;
        color: @textPrimaryColor!important;
    }
}

.pricetable-btn {
    padding: 10px 0;
    text-align: center;
    color: #263238;
    height: 50px;
    width: 160px;
    background: @accentColor;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border: 2px solid @accentColor;
    @media (min-width: 480px) and (max-width: 767px) {
        height: 45px;
        width: 140px;
        font-size: 15px;
        padding: 9px 0;
    }
    @media only screen and (max-width: 479px) {
        height: 40px;
        width: 130px;
        font-size: 14px;
        padding: 8px 0;
    }
    .transition(all, 0.3s, ease-out);
    &:hover {
        background: transparent;
        color: @textPrimaryColor;
    }
}

.default-big-btn {
    color: @textPrimaryColor;
    padding: 15px 0;
    background: @primaryColor;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border: none;
    width: 162px;
    text-align: center;
    .transition(all, 0.5s, ease-out);
    &:hover {
        background: @accentColor;
        color: @primaryTextColor;
    }
}

.default-full-width-btn {
    color: @textPrimaryColor;
    padding: 12px 0;
    background: @primaryColor;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border: none;
    width: 100%;
    border: 2px solid @primaryColor;
    .transition(all, 0.5s, ease-out);
    &:hover {
        background: transparent;
        color: @primaryColor;
    }
}

.ghost-full-width-btn {
    color: @textPrimaryColor;
    padding: 14px 0;
    background: @primaryColor;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border: none;
    width: 100%;
    .transition(all, 0.5s, ease-out);
    &:hover {
        background: @accentColor;
        color: @primaryColor;
    }
}

.join-now-btn {
    color: @primaryColor;
    padding: 13px 40px;
    background: @accentColor;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border: none;
    border: 2px solid @accentColor;
    text-align: center;
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 10px 36px;
    }
    @media only screen and (max-width: 479px) {
        padding: 8px 26px;
    }
    .transition(all, 0.5s, ease-out);
    &:hover {
        background: transparent;
        color: @textPrimaryColor;
    }
}

.join-now-primary-btn {
    color: @textPrimaryColor;
    padding: 13px 0;
    background: @primaryColor;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border: none;
    width: 148px;
    border: 2px solid @primaryColor;
    text-align: center;
    .transition(all, 0.5s, ease-out);
    &:hover {
        background: transparent;
        color: @primaryColor;
    }
}

.sidebar-search-btn {
    color: @textPrimaryColor;
    padding: 14px 40px;
    background: @primaryColor;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border: none;
    text-align: center;
    .transition(all, 0.5s, ease-out);
    &:hover {
        background: @accentColor;
        color: @primaryColor;
    }
}

.sidebar-search-btn-full {
    color: @textPrimaryColor;
    padding: 13px 0;
    width: 100%;
    background: @primaryColor;
 
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border: none;
    border: 2px solid @primaryColor;
    text-align: center;
    .transition(all, 0.5s, ease-out);
    &:hover {
        background: transparent;
        color: @primaryColor;
    }
}

.view-all-accent-btn {
    text-align: center;
    color: @textPrimaryColor;
    padding: 12px 34px;
    background: @primaryColor;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    border: none;
    font-weight: 500;
    .transition(all, 0.5s, ease-out);
    &:focus {
        color: @textPrimaryColor;
    }
    &:hover {
        background: @accentColor;
        color: @primaryTextColor;
    }
}

.details-accent-btn {
    text-align: center;
    color: @primaryColor;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
  
    font-weight: 500;
    border: 2px solid @accentColor;
    .transition(all, 0.5s, ease-out);
    &:hover {
        background: @accentColor;
        color: @textPrimaryColor;
    }
}

.view-all-primary-btn {
    text-align: center;
    color: @textPrimaryColor;
    padding: 12px 0;
    background: @primaryColor;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    border: none;
    width: 130px;
    .transition(all, 0.5s, ease-out);
    &:hover {
        background: @accentColor;
        color: #030507;
    }
}

.ghost-btn {
    border: 2px solid @accentColor;
    color: @textPrimaryColor;
    padding: 10px 30px;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    .transition(all, 0.3s, ease-out);
    &:hover {
        background: @accentColor;
        color: @primaryColor;
    }
}

.ghost-btn-big {
    border: 2px solid @accentColor;
    color: @textPrimaryColor;
    padding: 12px 30px;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    .transition(all, 0.3s, ease-out);
    &:hover {
        background: @accentColor;
        color: @primaryColor;
    }
}

.ghost-btn-big-primary {
    border: 2px solid @primaryColor;
    color: @primaryColor;
    padding: 12px 30px;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    .transition(all, 0.3s, ease-out);
    &:hover {
        background: @primaryColor;
        color: @textPrimaryColor;
    }
}

.sidebar-ghost-btn {
    text-align: center;
    color: #ffffff;
    padding: 8px 0;
    width: 160px;
    font-style: italic;
    background: transparent;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    border: 2px solid @accentColor;
    .transition(all, 0.3s, ease-out);
    &:hover {
        background: @accentColor;
        color: @primaryColor;
    }
}

.enroll-btn {
    color: @primaryColor;
    padding: 18px 0;
    background: @accentColor;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border: none;
    width: 100%;
    border: 2px solid @accentColor;
    text-align: center;
    .transition(all, 0.5s, ease-out);
    &:hover {
        background: transparent;
        color: @accentColor;
    }
}

.download-btn {
    position: relative;
    color: @primaryColor;
    padding: 18px 0;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border: none;
    width: 100%;
    border: 1px solid @primaryColor;
    text-align: center;
    .transition(all, 0.5s, ease-out);
    &:before {
        content: "\f019";
        position: absolute;
        font-family: FontAwesome;
        color: @primaryColor;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        left: 8%;
        z-index: 1;
    }
    &:hover {
        border: 1px solid @accentColor;
        background: @accentColor;
        color: @textPrimaryColor;
        .transition(all, 0.5s, ease-out);
        &:before {
            color: @textPrimaryColor;
        }
    }
}

.default-white-btn {
    border: none;
    color: @primaryColor;
    padding: 13px 30px;
    background: @textPrimaryColor;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    .transition(all, 0.3s, ease-out);
    &:hover {
        color: @textPrimaryColor;
        background: @primaryColor;
    }
}

.isotop-btn {
    text-align: center;
    margin-bottom: 45px;
    &:after {
        display: none;
    }
    a {
        background: transparent;
        padding: 10px 30px;
        font-size: 16px;
        font-weight: 500;
        color: @primaryColor;
        margin: 0 0 5px 0;
        text-transform: uppercase;
        display: inline-block;
        border: 1px solid #e0e0e0;
        @media (min-width: 768px) and (max-width: 1199px) {
            padding: 10px 26px;
        }
        .transition(all, 0.5s, ease-out);
        &:hover {
            border: 1px solid @primaryColor;
            background: @primaryColor;
            color: @textPrimaryColor;
        }
    }
    .current {
        border: 1px solid @primaryColor;
        background: @primaryColor;
        color: @textPrimaryColor;
    }
}

.play-btn {
    z-index: 2;
    border: 3px solid @textPrimaryColor;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    @media only screen and (max-width: 480px) {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .transition(all, 0.5s, ease-out);
    i {
        color: @accentColor;
        font-size: 20px;
        .transition(all, 0.5s, ease-out);
    }
    &:hover {
        border: 3px solid @accentColor;
        i {
            color: @textPrimaryColor;
        }
    }
}

.isotop-btn-accent {
    text-align: center;
    margin-bottom: 45px;
    &:after {
        display: none;
    }
    a {
        background: transparent;
        padding: 10px 30px;
        font-size: 16px;
        font-weight: 700;
        color: @primaryColor;
        margin: 0 0 5px 0;
        text-transform: uppercase;
        display: inline-block;
        border: 1px solid #e0e0e0;
        .transition(all, 0.5s, ease-out);
        &:hover {
            border: 1px solid @accentColor;
            background: @accentColor;
            color: @textPrimaryColor;
        }
    }
    .current {
        border: 1px solid @accentColor;
        background: @accentColor;
        color: @textPrimaryColor;
    }
}

.default-btn {
    color: @textPrimaryColor;
    padding: 13px 30px;
    background: @primaryColor;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
    border: none;
    .transition(all, 0.3s, ease-out);
    &:hover {
        background: @darkPrimaryColor;
        color: @textPrimaryColor;
    }
}

.quote-white-btn {
    border: none;
    color: @primaryColor;
    padding: 10px 20px;
    background: @textPrimaryColor;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    border-radius: 30px;
    .transition(all, 0.3s, ease-out);
    &:hover {
        color: @primaryTextColor;
    }
}

.default-white-small-btn {
    color: @primaryTextColor;
    padding: 8px 20px;
    background: @textPrimaryColor;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    border-radius: 30px;
    .transition(all, 0.3s, ease-out);
    &:hover {
        color: @primaryColor;
    }
}

.submit-btn {
    color: @textPrimaryColor;
    padding: 12px 44px;
    background: @primaryColor;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border-radius: 30px;
    .transition(all, 0.3s, ease-out);
    &:hover {
        background: @darkPrimaryColor;
        color: @textPrimaryColor;
    }
}

.ghost-semi-color-btn {
    border: 2px solid @primaryColor;
    color: @bodyColor;
    padding: 10px 30px;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border-radius: 30px;
    .transition(all, 0.3s, ease-out);
    &:hover {
        background: @primaryColor;
        color: @textPrimaryColor;
    }
}

.ghost-color-btn {
    border: 2px solid @primaryColor;
    color: @primaryColor;
    padding: 10px 44px;
    background: transparent;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    .transition(all, 0.3s, ease-out);
    i {
        margin-left: 10px;
        color: @primaryColor;
        .transition(all, 0.3s, ease-out);
    }
    &:hover {
        background: @primaryColor;
        color: @textPrimaryColor;
        i {
            color: @textPrimaryColor;
        }
    }
}

.ghost-text-color-btn {
    border: 2px solid @dividerColor;
    color: @primaryColor;
    padding: 10px 44px;
    background: transparent;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    .transition(all, 0.3s, ease-out);
    &:hover {
        border: 2px solid @primaryColor;
        background: @primaryColor;
        color: @textPrimaryColor;
    }
}

.ghost-on-hover-btn {
    border: 2px solid @primaryColor;
    color: @textPrimaryColor;
    padding: 12px 40px;
    background: @primaryColor;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    .transition(all, 0.3s, ease-out);
    &:hover {
        background: transparent;
        color: @primaryColor;
    }
}

.owl-controls {
    .owl-nav {
        position: absolute;
        top: -88px;
        right: -2px;
        @media only screen and (max-width: 991px) {
            top: -77px;
        }
        @media only screen and (max-width: 480px) {
            position: inherit;
        }
    }
    i {
        margin-left: 0;
        color: @textPrimaryColor;
        display: block;
        line-height: 20px;
        .transition(all, 0.3s, ease-out);
    }
    .owl-prev {
        border: 1px solid @accentColor;
        background: @accentColor!important;
        opacity: 1!important;
        font-size: 18px!important;
        margin: 0 1px!important;
        height: 30px;
        width: 30px;
        line-height: 30px;
        border-radius: 0!important;
        @media only screen and (max-width: 480px) {
            left: -15px;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            position: absolute;
        }
        .transition(all, 0.3s, ease-out);
        &:hover {
            background: @primaryColor!important;
            border: 1px solid @primaryColor;
            .transition(all, 0.3s, ease-out);
            i {
                color: @textPrimaryColor;
            }
        }
    }
    .owl-next {
        border: 1px solid @accentColor;
        right: -45px;
        background: @accentColor!important;
        opacity: 1!important;
        font-size: 18px!important;
        margin: 0 4px!important;
        height: 30px;
        width: 30px;
        line-height: 30px;
        border-radius: 0!important;
        @media only screen and (max-width: 480px) {
            right: -20px;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            position: absolute;
        }
        .transition(all, 0.3s, ease-out);
        &:hover {
            background: @primaryColor!important;
            border: 1px solid @primaryColor;
            .transition(all, 0.3s, ease-out);
            i {
                color: @textPrimaryColor;
                .transition(all, 0.3s, ease-out);
            }
        }
    }
}

#scrollUp {
    .rgbaColorIn(@accentColor, 80%);
    background-color: @result;
    bottom: 5px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 45px;
    z-index: 99999;
    border-radius: 50%;
}

#scrollUp i {
    color: @textPrimaryColor;
}

#scrollUp:hover,
#scrollUp:focus {
    .rgbaColorIn(@textPrimaryColor, 80%);
    background-color: @result;
    i {
        color: @primaryColor;
    }
}

#preloader {
    background: #004e6c url('img/preloader.gif') no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.inner-page-banner-area {
    text-align: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    padding: 100px 0 115px;
    &:after {
        position: absolute;
        content: "";
        .rgbaColorIn(#000000,
        70%);
        background: @result;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .pagination-area {
        position: relative;
        z-index: 1;
        h1 {
            text-transform: capitalize;
            font-weight: 700;
            margin-bottom: 5px;
            font-size: 48px;
            color: @textPrimaryColor;
            @media (min-width: 480px) and (max-width: 767px) {
                font-size: 42px;
            }
            @media only screen and (max-width: 479px) {
                font-size: 32px;
            }
        }
        ul {
            li {
                display: inline-block;
                color: @textPrimaryColor;
                font-size: 14px;
                a {
                    color: @accentColor;
                    .transition(all,
                    0.5s,
                    ease-out);
                    &:hover {
                        color: @textPrimaryColor;
                    }
                }
            }
        }
    }
}

.pagination-center {
    text-align: center;
    margin-top: 43px;
    @media (min-width: 992px) and (max-width: 1199px) {
        margin-top: 33px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        margin-top: 23px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        margin-top: 13px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        margin-top: 03px;
    }
    @media only screen and (max-width: 320px) {
        margin-top: 0px;
    }
    li {
        display: inline-block;
        a {
            width: 42px;
            font-size: 16px;
            color: #ffffff;
            height: 40px;
            background: @primaryColor;
            display: block;
            line-height: 40px;
            text-align: center;
            .transition(all,
            0.5s,
            ease-out);
            &:hover {
                background: @accentColor;
            }
        }
    }
    .active {
        a {
            background: @accentColor;
        }
    }
}

.pagination-left {
    text-align: left;
    margin-top: 20px;
    li {
        display: inline-block;
        a {
            width: 42px;
            font-size: 16px;
            color: #ffffff;
            height: 40px;
            background: @primaryColor;
            display: block;
            line-height: 40px;
            text-align: center;
            .transition(all,
            0.5s,
            ease-out);
            &:hover {
                background: @accentColor;
            }
        }
    }
    .active {
        a {
            background: @accentColor;
        }
    }
}

.overlay-default {
    position: relative;
    &:before {
        content: "";
        .rgbaColorIn(#000000,
        50%);
        background-color: @result;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 6;
        top: 0;
        left: 0;
        right: 0;
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mt-30 {
    margin-top: 30px;
}


/*=======================================================================
[03] Header Area
=========================================================================*/

.main-menu-area {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 10;
    .logo-area {
        margin: 21px 0;
        @media (min-width: 992px) and (max-width: 1199px) {
            margin: 25px 0;
        }
        @media (min-width: 768px) and (max-width: 991px) {
            margin: 22px 0;
        }
    }
    .apply-btn-area {
        margin: 22px 0;
        text-align: right;
    }
}

.login-form {
    position: absolute;
    z-index: 999;
    top: 38px;
    right: -20px;
    width: 540px;
    height: 444px;
    text-align: left;
    background: @textPrimaryColor;
    border: 1px solid @dividerColor;
    padding-top: 10px;
    padding-left:20px;
    @media only screen and (max-width: 767px) {
        margin-bottom: 15px;
    }
    label {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 12px;
        color: @primaryColor;
    }
    input {
        height: 40px;
        padding: 0 10px;
        width: 100%;
        border-radius: 0;
        border: 1px solid @dividerColor;
        margin-bottom: 15px;
        color: @primaryColor;
        font-weight: 500;
        font-size: 15px;
    }
    span {
        margin-right: 15px;
        color: @primaryColor;
        @media (min-width: 768px) and (max-width: 991px) {
            font-size: 12px;
        }
        @media only screen and (max-width: 479px) {
            display: inline-block;
            margin-left: 0;
            margin-top: 15px;
        }
        input {
            width: inherit;
            height: inherit;
            margin-right: 10px;
            padding: 30px;
        }
    }
}

nav#desktop-nav {
    ul {
        text-align: right;
        .active > a {
            color: @accentColor;
        }
        li {
            display: inline-block;
            position: relative;
            &:hover ul {
                opacity: 1;
                transform: scaleY(1);
                visibility: visible;
                &:before {
                    width: 100%;
                }
            }
            a {
                padding: 30px 20px;
                display: block;
                text-transform: uppercase;
                text-decoration: none;
                font-weight: 500;
                color: @textPrimaryColor;
                @media (min-width: 992px) and (max-width: 1199px) {
                    padding: 30px 12px;
                }
                @media (min-width: 768px) and (max-width: 991px) {
                    padding: 30px 6px;
                }
                .transition(all,
                0.5s,
                ease-out);
                &:hover {
                    color: @accentColor;
                }
            }
            .active {
                background-color: @lightPrimaryColor;
                a {
                    color: @accentColor;
                }
            }
            > ul {
                position: relative;
                /* border-top: 1px solid @accentColor; */
                margin-top: 0;
                text-align: left;
                opacity: 0;
                visibility: hidden;
                position: absolute;
                top: 100%;
                transform: scaleY(0);
                transform-origin: 0 0 0;
                transition: all 0.5s ease 0s;
                width: 180px;
                z-index: 99999;
                background: @primaryColor;
                padding: 0;
                left: 5px;
                @media (min-width: 992px) and (max-width: 1199px) {
                    left: -3px;
                }
                @media only screen and (max-width: 991px) {
                    left: -9px;
                }
                &:before {
                    position: absolute;
                    content: "";
                    background-color: @accentColor;
                    margin: 0 auto;
                    z-index: 12;
                    height: 1px;
                    top: 0;
                    left: 0;
                    width: 0%;
                    right: 0;
                    .transition(all,
                    0.8s,
                    ease-out);
                }
                > li {
                    padding: 0;
                    display: block;
                    border-bottom: 1px solid @lightPrimaryColor;
                    > a {
                        padding: 10px 10px 10px 15px;
                        display: block;
                        color: @textPrimaryColor;
                    }
                    &:last-child {
                        border-bottom: none;
                    }
                    &:hover,
                    .active {
                        background: @lightPrimaryColor;
                        .transition(all,
                        0.5s,
                        ease-out);
                        a {
                            color: @accentColor;
                            &:before {
                                opacity: 0;
                            }
                        }
                    }
                }
            }
            .mega-menu-area {
                padding: 18px 15px;
                width: 716px;
                left: 5px;
                @media (min-width: 992px) and (max-width: 1199px) {
                    left: -258px;
                }
                @media only screen and (max-width: 991px) {
                    left: -272px;
                }
                > li {
                    width: 158px;
                    border-bottom: none;
                    display: inline-block;
                    margin-right: 14px;
                    &:hover {
                        background: transparent!important;
                        > a {
                            color: @textPrimaryColor;
                            .transition(all,
                            0.5s,
                            ease-out);
                            &:hover {
                                color: @accentColor;
                                background: @lightPrimaryColor;
                                padding-left: 10px;
                            }
                        }
                    }
                    a {
                        padding: 8px 0;
                        display: block;
                        border-bottom: 1px solid @lightPrimaryColor;
                        &:last-child {
                            border-bottom: none;
                        }
                    }
                    &:last-child {
                        margin-right: 0;
                    }
                    .active {
                        padding-left: 10px;
                        background-color: @lightPrimaryColor;
                        color: @accentColor;
                    }
                }
            }
        }
    }
    li.has-child-menu {
        position: relative;
        > a {
            color: @textPrimaryColor;
            &:after {
                font-family: 'FontAwesome';
                content: "\f105";
                float: right;
            }
        }
        > ul.thired-level {
            position: absolute;
            left: 180px;
            top: 0;
            opacity: 0;
            transform: scaleY(0);
            transform-origin: 0 0 0;
            transition: all 0.5s ease 0s;
            li {
                a {
                    color: @textPrimaryColor;
                    .transition(all,
                    0.3s,
                    ease-out);
                }
                &:hover {
                    a {
                        color: @accentColor;
                    }
                }
            }
            .active {
                background-color: @lightPrimaryColor;
                a {
                    color: @accentColor;
                }
            }
        }
        &:hover {
            ul.thired-level {
                opacity: 1;
                transform: scaleY(1);
                visibility: visible;
            }
        }
    }
}

.main-menu-area {
    .transition(all,
    1s,
    ease-out);
    .header-search {
        margin: 30px 0;
        text-align: right;
        .search-form {
            display: none;
            position: absolute;
            bottom: -51px;
            right: 15px;
            z-index: 10;
            color: @textPrimaryColor;
            height: 50px;
            width: 500px;
            font-size: 18px;
            .rgbaColorIn(@accentColor,
            70%);
            background: @result;
            border: 2px solid @accentColor;
            padding: 5px 18px 5px 10px;
            -webkit-box-shadow: inset 0px 0px 10px 5px rgba(253, 200, 0, 0.3);
            -moz-box-shadow: inset 0px 0px 10px 5px rgba(253, 200, 0, 0.3);
            box-shadow: inset 0px 0px 10px 5px rgba(253, 200, 0, 0.3);
        }
        a i {
            color: @accentColor;
            border-left: 1px solid #d3d3d3;
            padding-left: 30px;
        }
        input:focus {
            outline: none;
        }
        input::-webkit-input-placeholder {
            color: @textPrimaryColor;
        }
        input::-moz-placeholder {
            color: @textPrimaryColor;
        }
        input:-moz-placeholder {
            color: @textPrimaryColor;
        }
        input:-ms-input-placeholder {
            color: @textPrimaryColor;
        }
    }
}

.stick {
    .rgbaColorIn(@primaryColor,
    90%);
    background: @result;
    border-bottom: 2px solid @primaryColor;
    position: fixed;
    .transition(all,
    1s,
    ease-out);
}

#header1 {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.slider1-area.index1 {
    margin-top: 82px;
    @media only screen and (max-width: 767px) {
        margin-top: 0;
    }
}

.header2-area {
    .header-top-area {
        background: @primaryColor;
        .header-top-left {
            margin: 7px 0;
            ul {
                li {
                    display: inline-block;
                    text-transform: lowercase;
                    font-size: 13px;
                    border-right: 1px solid @dividerColor;
                    margin-right: 15px;
                    padding-right: 15px;
                    i {
                        padding-right: 10px;
                        color: @accentColor;
                        font-size: 14px;
                    }
                    a {
                        color: #d0d6dd;
                        .transition(all,
                        0.3s,
                        ease-out);
                    }
                    &:last-child {
                        border-right: 0;
                        padding-right: 0;
                        margin-right: 0;
                    }
                    &:hover {
                        a {
                            color: @accentColor;
                            .transition(all,
                            0.3s,
                            ease-out);
                        }
                    }
                }
            }
        }
        .header-top-right {
            text-align: right;
            ul {
                li {
                    font-size: 13px;
                    padding-right: 0;
                    display: inline-block;
                    margin-left: 15px;
                    position: relative;
                    .login-btn-area {
                        padding: 9px 15px;
                        display: block;
                        color: #bcc8d6;
                        .transition(all,
                        0.3s,
                        ease-out);
                        i {
                            padding-right: 10px;
                            font-size: 14px;
                            color: @accentColor;
                            .transition(all,
                            0.3s,
                            ease-out);
                        }
                        &:hover {
                            color: @accentColor;
                            .transition(all,
                            0.3s,
                            ease-out);
                        }
                    }
                    .apply-btn-area {
                        text-align: right;
                    }
                }
            }
        }
    }
    .header-search {
        a {
            i {
                color: #444444;
                border-left: 1px solid #d3d3d3;
                padding-left: 30px;
                .transition(all,
                0.3s,
                ease-out);
            }
            &:hover {
                i {
                    color: @accentColor;
                    .transition(all,
                    0.3s,
                    ease-out);
                }
            }
        }
    }
    nav#desktop-nav {
        > ul {
            > li {
                > a {
                    padding: 30px 25px;
                    color: @primaryColor;
                    &:hover {
                        color: @accentColor;
                    }
                    @media (min-width: 992px) and (max-width: 1199px) {
                        padding: 30px 18px;
                    }
                    @media (min-width: 768px) and (max-width: 991px) {
                        padding: 30px 6px;
                    }
                }
                ul {
                    left: 10px;
                    @media (min-width: 992px) and (max-width: 1199px) {
                        left: 3px;
                    }
                    @media (min-width: 768px) and (max-width: 991px) {
                        left: -9px;
                    }
                }
                .mega-menu-area {
                    @media (min-width: 992px) and (max-width: 1199px) {
                        left: -267px;
                    }
                    @media (min-width: 768px) and (max-width: 991px) {
                        left: -272px;
                    }
                }
            }
            .active > a {
                color: @accentColor;
            }
        }
    }
    .stick {
        .rgbaColorIn(@textPrimaryColor,
        90%);
        background: @result;
        .transition(all,
        1s,
        ease-out);
    }
}

.header3-area {
    position: fixed;
    z-index: 15;
    left: 0;
    right: 0;
    .header-top-area {
        background: transparent;
        .top-bar-border {
            position: relative;
            &:before {
                content: "";
                position: absolute;
                bottom: 0;
                width: 100%;
                height: 1px;
                background: #656565;
            }
            &:after {
                clear: both;
                content: "";
                display: block;
            }
        }
        .header-top-left {
            padding-top: 8px;
            ul {
                li {
                    display: inline-block;
                    text-transform: lowercase;
                    font-size: 13px;
                    border-right: 1px solid @dividerColor;
                    margin-right: 15px;
                    padding-right: 15px;
                    i {
                        padding-right: 10px;
                        color: @accentColor;
                        font-size: 14px;
                    }
                    a {
                        color: #d0d6dd;
                        .transition(all,
                        0.3s,
                        ease-out);
                    }
                    &:last-child {
                        border-right: 0;
                        padding-right: 0;
                        margin-right: 0;
                    }
                    &:hover {
                        a {
                            color: @accentColor;
                            .transition(all,
                            0.3s,
                            ease-out);
                        }
                    }
                }
            }
        }
        .header-top-right {
            text-align: right;
            ul {
                li {
                    position: relative;
                    font-size: 13px;
                    padding-right: 0;
                    display: inline-block;
                    margin-left: 15px;
                    a {
                        color: #bcc8d6;
                        .transition(all,
                        0.3s,
                        ease-out);
                        i {
                            padding-right: 10px;
                            font-size: 14px;
                            color: @accentColor;
                            .transition(all,
                            0.3s,
                            ease-out);
                        }
                        &:hover {
                            color: @accentColor;
                            .transition(all,
                            0.3s,
                            ease-out);
                        }
                    }
                    .apply-btn-area {
                        text-align: right;
                    }
                }
            }
        }
    }
    .header-divider {
        border-bottom: 1px solid #656565;
    }
    nav#desktop-nav {
        > ul {
            > li {
                > a {
                    padding: 30px 25px;
                    @media (min-width: 992px) and (max-width: 1199px) {
                        padding: 30px 18px;
                    }
                    @media (min-width: 768px) and (max-width: 991px) {
                        padding: 30px 6px;
                    }
                }
                ul {
                    left: 10px;
                    @media (min-width: 992px) and (max-width: 1199px) {
                        left: 3px;
                    }
                    @media (min-width: 768px) and (max-width: 991px) {
                        left: -9px;
                    }
                }
                .mega-menu-area {
                    @media (min-width: 992px) and (max-width: 1199px) {
                        left: -267px;
                    }
                    @media (min-width: 768px) and (max-width: 991px) {
                        left: -272px;
                    }
                }
            }
        }
    }
}

.header4-area {
    .header-top-area {
        padding: 10px 0 8px;
        background: @textPrimaryColor;
        .header-top-right {
            text-align: right;
            ul {
                li {
                    position: relative;
                    font-size: 16px;
                    padding-right: 0;
                    display: inline-block;
                    margin-left: 15px;
                    padding-right: 15px;
                    border-right: 1px solid @primaryTextColor;
                    &:nth-child(3n) {
                        border-right: none;
                    }
                    &:nth-child(4n) {
                        border-right: none;
                        padding-right: 0;
                        @media (min-width: 768px) and (max-width: 991px) {
                            display: none;
                        }
                    }
                    i {
                        padding-right: 10px;
                        font-size: 18px;
                        color: @accentColor;
                        .transition(all,
                        0.3s,
                        ease-out);
                    }
                    a {
                        color: @primaryColor;
                        .transition(all,
                        0.3s,
                        ease-out);
                        &:hover {
                            color: @accentColor;
                            .transition(all,
                            0.3s,
                            ease-out);
                        }
                    }
                    .apply-btn-area {
                        text-align: right;
                    }
                }
            }
            .login-form {
                position: absolute;
                z-index: 999;
                top: 46px;
                right: -20px;
                width: 540px;
                height: 444px;
                text-align: left;
                background: @textPrimaryColor;
                border: 1px solid @dividerColor;
                padding: 40px;
                @media only screen and (max-width: 767px) {
                    margin-bottom: 15px;
                }
                label {
                    width: 100%;
                    font-size: 16px;
                    font-weight: 500;
                    margin-bottom: 12px;
                    color: @primaryColor;
                }
                input {
                    height: 40px;
                    padding: 0 10px;
                    width: 100%;
                    border-radius: 0;
                    border: 1px solid @dividerColor;
                    margin-bottom: 15px;
                    color: @primaryColor;
                    font-weight: 500;
                    font-size: 15px;
                }
                span {
                    font-size: 13px;
                    margin-right: 15px;
                    color: @primaryColor;
                    @media (min-width: 768px) and (max-width: 991px) {
                        font-size: 12px;
                    }
                    @media only screen and (max-width: 479px) {
                        display: inline-block;
                        margin-left: 0;
                        margin-top: 15px;
                    }
                    input {
                        width: inherit;
                        height: inherit;
                        margin-right: 10px;
                        padding: 30px;
                    }
                }
            }
        }
    }
    nav#desktop-nav {
        > ul {
            text-align: left;
            > li {
                > a {
                    padding: 20px 35px;
                    @media (min-width: 992px) and (max-width: 1199px) {
                        padding: 20px 24px;
                    }
                    @media (min-width: 768px) and (max-width: 991px) {
                        padding: 20px 11px;
                    }
                }
                ul {
                    left: 20px;
                    @media (min-width: 992px) and (max-width: 1199px) {
                        left: 9px;
                    }
                    @media (min-width: 768px) and (max-width: 991px) {
                        left: -3px;
                    }
                }
                .mega-menu-area {
                    @media (min-width: 992px) and (max-width: 1199px) {}
                    @media (min-width: 768px) and (max-width: 991px) {
                        left: -68px;
                    }
                }
            }
        }
    }
    .header-search {
        margin: 20px 0;
    }
}

header {
    @media only screen and (max-width: 767px) {
        display: none;
    }
}

.mobile-menu-area {
    display: none;
}

.mean-container .mean-bar {
    float: none;
    a {
        @media only screen and (max-width: 767px) {
            padding: 6px 16px;
            display: inline-block;
        }
    }
    .meanmenu-reveal {
        @media only screen and (max-width: 767px) {
            margin-top: 10px;
        }
    }
}

.mean-container .mean-bar:after {
    content: "";
    clear: both;
    display: block;
}

.mean-container .mean-nav ul li a {
    color: @primaryTextColor;
    font-weight: 700;
    .transition(all,
    0.5s,
    ease-out);
}

.mean-container .mean-nav ul li a:hover {
    color: @primaryColor;
    .transition(all,
    0.5s,
    ease-out);
}

.mean-container .mean-nav > ul:after {
    content: '';
    display: block;
    clear: both;
}

.mean-container .mean-nav > ul {
    overflow-y: scroll;
}

.mean-container .mean-bar a.logo-mobile-menu {
    width: 100%;
    .rgbaColorIn(@textPrimaryColor,
    95%);
    background-color: @result;
    box-sizing: border-box;
}

.mean-container a.meanmenu-reveal {
    position: absolute;
}

.mean-bar + div#wrapper {
    padding-top: 53px;
}

.mean-container .mean-nav ul li li a {
    color: @primaryTextColor;
    opacity: 1;
}


/*=======================================================================
[04] Slider Area
=========================================================================*/

.slider1-area {
    .nivo-controlNav {
        display: none;
    }
    .nivo-directionNav {
        a.nivo-prevNav {
            left: 8px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            .rgbaColorIn(#000000,
            50%);
            background-color: @result;
            .transition(all,
            0.5s,
            ease-out);
            &:before {
                content: "\f053";
                font: normal normal normal 14px/1 FontAwesome;
                color: @textPrimaryColor;
                cursor: pointer;
                font-size: 16px;
                margin: 0;
                position: absolute;
                text-align: center;
                top: 18px;
                z-index: 9;
                height: 10px;
                width: 10px;
                left: 19px;
                .transition(all,
                0.5s,
                ease-out);
            }
        }
        a.nivo-prevNav:hover {
            .rgbaColorIn(@primaryColor,
            60%);
            background-color: @result;
            .transition(all,
            0.5s,
            ease-out);
            &:before {
                background: transparent;
                .transition(all,
                0.5s,
                ease-out);
            }
        }
        a.nivo-nextNav {
            right: 8px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            .rgbaColorIn(#000000,
            50%);
            background-color: @result;
            .transition(all,
            0.5s,
            ease-out);
            &:before {
                content: "\f054";
                font: normal normal normal 14px/1 FontAwesome;
                color: @textPrimaryColor;
                cursor: pointer;
                font-size: 16px;
                margin: 0;
                position: absolute;
                text-align: center;
                top: 18px;
                z-index: 9;
                height: 10px;
                width: 10px;
                right: 19px;
                .transition(all,
                0.5s,
                ease-out);
            }
        }
        a.nivo-nextNav:hover {
            .rgbaColorIn(@primaryColor,
            60%);
            background-color: @result;
            .transition(all,
            0.5s,
            ease-out);
            &:before {
                background: transparent;
                .transition(all,
                0.5s,
                ease-out);
            }
        }
    }
    .nivo-caption {
        opacity: 1;
        top: -40px;
        @media only screen and (max-width: 991px) {
            top: 0;
        }
    }
    .slide-1,
    .slide-2,
    .slide-3 {
        .title1 {
            color: @textPrimaryColor;
            text-transform: capitalize;
            font-size: 56px;
            margin-bottom: 10px;
            @media (min-width: 992px) and (max-width: 1199px) {
                font-size: 42px;
            }
            @media (min-width: 768px) and (max-width: 991px) {
                font-size: 38px;
            }
            @media (min-width: 480px) and (max-width: 767px) {
                margin-bottom: 20px;
                font-size: 32px;
            }
            @media only screen and (max-width: 479px) {
                font-size: 28px;
                margin-bottom: 10px;
                line-height: 1.25;
            }
            @media only screen and (max-width: 319px) {
                font-size: 24px;
            }
        }
        p {
            font-size: 16px;
            margin-bottom: 50px;
            @media (min-width: 991px) and (max-width: 1199px) {
                display: none;
            }
            @media (min-width: 768px) and (max-width: 991px) {
                margin-bottom: 30px;
            }
            @media only screen and (max-width: 767px) {
                display: none;
            }
        }
        .slider-btn-area {
            @media only screen and (max-width: 479px) {
                display: none;
            }
        }
    }
}

.slider3-area {
    .nivo-caption {
        opacity: 1;
        top: 0;
        @media only screen and (max-width: 1199px) {
            top: 0;
        }
        .slide-1,
        .slide-2,
        .slide-3 {
            @media only screen and (max-width: 991px) {
                p {
                    display: none;
                }
            }
        }
    }
}


/*=======================================================================
[05] About Area
=========================================================================*/

.about1-area {
    padding: 81px 0 0;
    text-align: center;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 74px 0 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 67px 0 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 53px 0 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 44px 0 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 35px 0 0;
    }
}

.about-img-holder {
    text-align: center;
    img {
        margin: 0 auto;
    }
}

.about2-area {
    padding: 81px 0 94px;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 74px 0 84px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 66px 0 74px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 57px 0 34px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 49px 0 23px;
    }
    @media only screen and (max-width: 320px) {
        padding: 39px 0 14px;
    }
}

.about-img-holder {
    text-align: center;
    img {
        margin: 0 auto;
    }
}

.about-page1-area {
    padding: 88px 0 100px;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 78px 0 53px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 68px 0 43px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 58px 0 70px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 48px 0 60px;
    }
    @media only screen and (max-width: 320px) {
        padding: 38px 0 50px;
    }
}

.about-page1-inner {
    .about-page-content-holder {
        .content-box {
            margin-bottom: 30px;
            h2 {
                font-size: 30px;
                color: @primaryColor;
                margin-bottom: 15px;
                font-weight: 700;
            }
            p {
                color: #444444;
            }
        }
    }
    .about-page-img-holder {
        margin-top: 12px;
    }
}

.about-page2-area {
    padding: 88px 0 100px;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 78px 0 90px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 68px 0 72px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 58px 0 70px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 48px 0 60px;
    }
    @media only screen and (max-width: 320px) {
        padding: 38px 0 50px;
    }
}

.about-page2-inner {
    h2 {
        margin-bottom: 20px;
    }
    p {
        margin-bottom: 30px;
    }
    ul {
        @media only screen and (max-width: 767px) {
            margin-bottom: 30px;
        }
        li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 15px;
            font-size: 18px;
            font-weight: 500;
            a {
                color: @primaryColor;
            }
            &:last-child {
                margin-bottom: 0;
            }
            &:before {
                content: "\f14a";
                position: absolute;
                left: 0;
                top: 0;
                z-index: 1;
                color: @accentColor;
                font-family: FontAwesome;
            }
        }
    }
    .video-area {
        margin-top: 10px;
    }
}

.about-page3-area {
    padding: 88px 0 30px;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 78px 0 63px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 68px 0 54px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 58px 0 43px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 48px 0 34px;
    }
    @media only screen and (max-width: 320px) {
        padding: 38px 0 24px;
    }
}

.about-page3-inner {
    .about-box {
        h2 {
            font-size: 30px;
            margin-bottom: 35px;
            a {
                color: @primaryColor;
            }
        }
    }
}

.about-slider-area {
    padding: 100px 0;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0 55px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0 45px;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0 35px;
    }
    .slider1-area {
        margin-bottom: 45px;
        .nivo-directionNav a.nivo-nextNav {
            .rgbaColorIn( @accentColor,
            90%);
            background-color: @result;
            width: 40px;
            height: 60px;
            border-radius: 0;
            line-height: 40px;
            right: 0!important;
            &:before {
                color: @textPrimaryColor;
                right: 16px;
                top: 22px;
            }
            &:hover {
                .rgbaColorIn( @primaryColor,
                80%);
                background-color: @result;
            }
        }
        .nivo-directionNav a.nivo-prevNav {
            .rgbaColorIn( @accentColor,
            90%);
            background-color: @result;
            width: 40px;
            height: 60px;
            border-radius: 0;
            line-height: 40px;
            left: 0!important;
            &:before {
                color: @textPrimaryColor;
                left: 16px;
                top: 22px;
            }
            &:hover {
                .rgbaColorIn( @primaryColor,
                80%);
                background-color: @result;
            }
        }
    }
}


/*=======================================================================
[06] Service Area
=========================================================================*/

.service-box1 {
    border-right: 1px solid #aaaaaa;
    padding: 30px 30px 15px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    .rgbaColorIn( @primaryColor,
    80%);
    background-color: @result;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 30px 25px 15px;
    }
    @media only screen and (max-width: 767px) {
        margin-bottom: 5px;
    }
    @media only screen and (max-width: 991px) {
        .rgbaColorIn( @primaryColor,
        100%);
        background-color: @result;
        padding: 20px 20px 15px;
    }
    &:last-child {
        border-right: none;
    }
    .service-box-content {
        -webkit-box-flex: 3;
        -moz-flex: 3;
        -webkit-flex: 3;
        flex: 3;
        h3 {
            font-size: 22px;
            margin-bottom: 10px;
            @media (min-width: 992px) and (max-width: 1199px) {
                font-size: 20px;
            }
            a {
                color: @textPrimaryColor;
                .transition(all,
                0.3s,
                ease-out);
            }
        }
        p {
            color: @textPrimaryColor;
            font-weight: 400;
        }
    }
    .service-box-icon {
        text-align: center;
        padding-top: 10px;
        -webkit-box-flex: 1;
        -moz-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        i {
            color: @accentColor;
            font-size: 36px;
            -webkit-transform: scale(1);
            transform: scale(1);
            .transition(all,
            0.5s,
            ease-out);
        }
    }
    &:hover {
        .service-box-content {
            h3 {
                a {
                    color: @accentColor;
                    .transition(all,
                    0.3s,
                    ease-out);
                }
            }
            p {
                color: @textPrimaryColor;
                .transition(all,
                0.3s,
                ease-out);
            }
        }
        .service-box-icon {
            i {
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
                .transition(all,
                0.5s,
                ease-out);
            }
        }
    }
}

.service-box2 {
    text-align: center;
    @media only screen and (max-width: 767px) {
        margin-bottom: 30px;
    }
    .service-box-icon {
        margin-bottom: 18px;
        a {
            border-radius: 50%;
            height: 90px;
            width: 90px;
            display: block;
            background: #eeeeee;
            line-height: 100px;
            margin: 0 auto;
            .transition(all,
            0.5s,
            ease-out);
            i {
                color: @primaryColor;
                font-size: 36px;
            }
        }
    }
    h3 {
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: 500;
        a {
            color: @primaryColor;
            .transition(all,
            0.5s,
            ease-out);
            &:hover {
                color: @accentColor;
            }
        }
    }
    p {
        width: 80%;
        margin: 0 auto;
        @media only screen and (max-width: 991px) {
            width: 100%;
        }
    }
    &:hover {
        .service-box-icon {
            a {
                background: @accentColor;
                .transition(all,
                0.5s,
                ease-out);
            }
        }
    }
}

.service-box3 {
    text-align: center;
    @media only screen and (max-width: 991px) {
        margin-bottom: 45px;
    }
    @media only screen and (max-width: 479px) {
        margin-bottom: 30px;
    }
    .service-box-icon {
        margin-bottom: 18px;
        a {
            i {
                color: @primaryColor;
                .transition(all,
                0.5s,
                ease-out);
                font-size: 40px;
            }
        }
    }
    h3 {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 15px;
        a {
            color: @primaryColor;
            .transition(all,
            0.5s,
            ease-out);
            &:hover {
                color: @accentColor;
            }
        }
    }
    &:hover {
        .service-box-icon {
            a {
                i {
                    color: @accentColor;
                    .transition(all,
                    0.5s,
                    ease-out);
                }
            }
        }
    }
}

.service-box4 {
    text-align: center;
    @media only screen and (max-width: 767px) {
        margin-bottom: 30px;
    }
    .service-box-icon {
        margin-bottom: 18px;
        a {
            border-radius: 50%;
            height: 90px;
            width: 90px;
            display: block;
            background: @textPrimaryColor;
            line-height: 100px;
            margin: 0 auto;
            .transition(all,
            0.5s,
            ease-out);
            i {
                color: @primaryColor;
                font-size: 36px;
            }
        }
    }
    h3 {
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: 500;
        a {
            color: @primaryColor;
            .transition(all,
            0.5s,
            ease-out);
            &:hover {
                color: @accentColor;
            }
        }
    }
    p {
        width: 80%;
        margin: 0 auto;
        @media only screen and (max-width: 991px) {
            width: 100%;
        }
    }
    &:hover {
        .service-box-icon {
            a {
                background: @accentColor;
                .transition(all,
                0.5s,
                ease-out);
            }
        }
    }
}

.service1-area {
    position: relative;
    .service1-inner-area {
        position: absolute;
        top: -153px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 9;
        @media only screen and (max-width: 1199px) {
            top: -150px;
        }
        @media only screen and (max-width: 991px) {
            position: inherit;
            top: 0;
        }
    }
    .service1-wrapper {
        margin-right: 0;
        margin-left: 0;
    }
}

.service2-area {
    padding: 30px 0 74px;
    position: relative;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 147px 0 63px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 137px 0 27px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 0 0 19px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 0 0 23px;
    }
    @media only screen and (max-width: 320px) {
        padding: 0 0 13px;
    }
}

.search-area {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    @media only screen and (max-width: 767px) {
        position: relative;
        top: 15px;
        margin-bottom: 80px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        margin-bottom: 70px;
    }
    @media only screen and (max-width: 320px) {
        margin-bottom: 60px;
    }
    .search-inner {
        margin-left: 0;
        margin-right: 0;
        padding: 35px 20px;
        background: @primaryColor;
        -webkit-box-shadow: 0px 5px 11px -5px rgba(0, 0, 0, 0.89);
        -moz-box-shadow: 0px 5px 11px -5px rgba(0, 0, 0, 0.89);
        box-shadow: 0px 5px 11px -5px rgba(0, 0, 0, 0.89);
        .search-title {
            margin-top: 10px;
            text-align: left;
            @media only screen and (max-width: 767px) {
                text-align: center;
                margin-bottom: 10px;
            }
            span {
                color: @textPrimaryColor;
                font-size: 18px;
                @media (min-width: 768px) and (max-width: 991px) {
                    font-size: 16px;
                }
                i {
                    margin-right: 10px;
                    color: @textPrimaryColor;
                }
            }
        }
        .search-input {
            @media only screen and (max-width: 767px) {
                margin-bottom: 10px;
            }
            input {
                height: 52px;
                width: 100%;
                padding: 15px;
            }
        }
        .search-submit {
            text-align: right;
            @media only screen and (max-width: 767px) {
                text-align: center;
            }
        }
    }
}


/*=======================================================================
[07] Students Say Area
=========================================================================*/

.students-say-area {
    padding: 88px 0 90px;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 78px 0 80px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 68px 0 70px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 58px 0 60px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 48px 0 50px;
    }
    @media only screen and (max-width: 320px) {
        padding: 38px 0 40px;
    }
    .single-item-wrapper {
        position: relative;
    }
    .profile-img-wrapper {
        position: absolute;
        z-index: 1;
        right: 15px;
        top: 50px;
        a {
            img {
                border: 10px solid #ffffff;
                width: auto;
                margin: 0 auto;
            }
        }
    }
    .tlp-tm-content-wrapper {
        .item-title {
            margin-bottom: 5px;
            font-size: 20px;
            font-weight: 500;
            a {
                color: @primaryColor;
                .transition(all,
                0.5s,
                ease-out);
                &:hover {
                    color: @accentColor;
                }
            }
        }
        .item-designation {
            margin-bottom: 5px;
            display: block;
            color: #646464;
        }
    }
    .item-content {
        position: relative;
        padding: 30px 130px 30px 30px;
        background: #f8f8f8;
        color: #646464;
        &:after {
            content: ' ';
            position: absolute;
            width: 0;
            height: 0;
            left: 38px;
            top: -30px;
            border: 15px solid;
            border-color: transparent transparent #f8f8f8 #f8f8f8;
        }
    }
    .rating-wrapper {
        margin-bottom: 40px;
        li {
            display: inline;
            color: #ffca28;
        }
    }
    .owl-controls {
        .owl-nav {
            margin-top: 0;
        }
        .owl-dots {
            margin-top: 40px;
            .owl-dot {
                span {
                    margin: 3px;
                    width: 20px;
                    height: 8px;
                    border-radius: 5px;
                    background: #dedede;
                    display: block;
                    .transition(all,
                    0.5s,
                    ease-out);
                }
                &:hover span {
                    background: @primaryColor;
                }
            }
            .active span {
                background: @primaryColor;
            }
        }
    }
}


/*=======================================================================
[08] Students Join Area
=========================================================================*/

.students-join1-area {
    background: @accentColor;
    padding: 100px 0;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0;
    }
}

.students-join1-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
    box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
    @media only screen and (max-width: 991px) {
        display: block;
    }
    .students-join1-left {
        -webkit-box-flex: 5;
        -moz-flex: 5;
        -webkit-flex: 5;
        flex: 5;
        border: 1px solid @textPrimaryColor;
        ul {
            li {
                border: 2px solid @textPrimaryColor;
            }
        }
        .ri-grid {
            margin: 0;
        }
    }
    .students-join1-right {
        -webkit-box-flex: 2;
        -moz-flex: 2;
        -webkit-flex: 2;
        flex: 2;
        text-align: center;
        background: @primaryColor;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        > div {
            margin: 0 auto;
        }
        @media only screen and (max-width: 991px) {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        h2 {
            font-size: 36px;
            font-weight: 400;
            margin-bottom: 30px;
            line-height: 1.2;
            color: @textPrimaryColor;
            @media (min-width: 992px) and (max-width: 1199px) {
                font-size: 32px;
            }
            @media (min-width: 768px) and (max-width: 991px) {
                font-size: 30px;
            }
            @media (min-width: 480px) and (max-width: 767px) {
                font-size: 26px;
            }
            @media only screen and (max-width: 479px) {
                font-size: 24px;
            }
            span {
                font-weight: 700;
            }
        }
    }
}

.students-join2-area {
    background: #f5f5f5;
    padding: 100px 0;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0;
    }
}

.students-join2-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
    box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
    @media only screen and (max-width: 991px) {
        display: block;
    }
    .students-join2-left {
        -webkit-box-flex: 5;
        -moz-flex: 5;
        -webkit-flex: 5;
        flex: 5;
        border: 1px solid @textPrimaryColor;
        ul {
            li {
                border: 2px solid @textPrimaryColor;
            }
        }
        .ri-grid {
            margin: 0;
        }
    }
    .students-join2-right {
        -webkit-box-flex: 2;
        -moz-flex: 2;
        -webkit-flex: 2;
        flex: 2;
        text-align: center;
        background: @accentColor;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        > div {
            margin: 0 auto;
        }
        @media only screen and (max-width: 991px) {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        h2 {
            font-size: 36px;
            font-weight: 400;
            margin-bottom: 30px;
            line-height: 1.2;
            color: @textPrimaryColor;
            @media (min-width: 992px) and (max-width: 1199px) {
                font-size: 32px;
            }
            @media (min-width: 768px) and (max-width: 991px) {
                font-size: 30px;
            }
            @media (min-width: 480px) and (max-width: 767px) {
                font-size: 26px;
            }
            @media only screen and (max-width: 479px) {
                font-size: 24px;
            }
            span {
                font-weight: 700;
                color: @primaryColor;
            }
        }
    }
}

.students-join3-area {
    background: #f5f5f5;
    padding: 100px 0;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0;
    }
}

.students-join3-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
    box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
    @media only screen and (max-width: 991px) {
        display: block;
    }
    .students-join3-left {
        -webkit-box-flex: 5;
        -moz-flex: 5;
        -webkit-flex: 5;
        flex: 5;
        border: 1px solid @textPrimaryColor;
        ul {
            li {
                border: 2px solid @textPrimaryColor;
            }
        }
        .ri-grid {
            margin: 0;
        }
    }
    .students-join3-right {
        -webkit-box-flex: 2;
        -moz-flex: 2;
        -webkit-flex: 2;
        flex: 2;
        text-align: center;
        background: @primaryColor;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        > div {
            margin: 0 auto;
        }
        @media only screen and (max-width: 991px) {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        h2 {
            font-size: 36px;
            font-weight: 400;
            margin-bottom: 30px;
            line-height: 1.2;
            color: @textPrimaryColor;
            @media (min-width: 992px) and (max-width: 1199px) {
                font-size: 32px;
            }
            @media (min-width: 768px) and (max-width: 991px) {
                font-size: 30px;
            }
            @media (min-width: 480px) and (max-width: 767px) {
                font-size: 26px;
            }
            @media only screen and (max-width: 479px) {
                font-size: 24px;
            }
            span {
                font-weight: 700;
                color: @accentColor;
            }
        }
    }
}


/*=======================================================================
[09] Featured Area
=========================================================================*/

.featured-box {
    overflow: hidden;
    background: @textPrimaryColor;
    margin-bottom: 30px;
    .featured-img-holder {
        text-align: center;
        position: relative;
        overflow: hidden;
        img {
            width: 100%;
        }
        &:before {
            .rgbaColorIn( @accentColor,
            80%);
            background-color: @result;
            z-index: 1;
        }
        a {
            border-radius: 50%;
            height: 50px;
            width: 50px;
            line-height: 54px;
            .rgbaColorIn( @primaryColor,
            90%);
            background-color: @result;
            position: absolute;
            top: 40%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            left: 0;
            right: 0;
            margin: 0 auto;
            z-index: 2;
            opacity: 0;
            -moz-transform: scale(1) translateX(-400px);
            -webkit-transform: scale(1) translateX(-400px);
            -o-transform: scale(1) translateX(-400px);
            -ms-transform: scale(1) translateX(-400px);
            transform: scale(1) translateX(-400px);
            .transition(all,
            0.8s,
            ease-out);
            i {
                color: @accentColor;
                font-size: 20px;
                .transition(all,
                0.3s,
                ease-out);
            }
            &:hover {
                i {
                    color: @textPrimaryColor;
                }
            }
        }
        &:hover {
            a {
                opacity: 1;
                -moz-transform: scale(1) translateX(0px);
                -webkit-transform: scale(1) translateX(0px);
                -o-transform: scale(1) translateX(0px);
                -ms-transform: scale(1) translateX(0px);
                transform: scale(1) translateX(0px);
                .transition(all,
                0.75s,
                ease-out);
            }
        }
    }
    .featured-content-holder {
        padding: 10px 10px 5px 15px;
        h3 {
            font-size: 22px;
            margin-bottom: 5px;
            a {
                color: @primaryColor;
                .transition(all,
                0.3s,
                ease-out);
                &:hover {
                    color: @accentColor;
                }
            }
        }
        p {
            margin-bottom: 10px;
        }
    }
}

.featured-box2 {
    width: 100%;
    background: #f5f5f5;
    padding: 25px 30px 25px 30px;
    @media (min-width: 768px) and (max-width: 1199px) {
        text-align: center;
        padding: 25px 10px 15px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        height: 198px;
    }
    @media only screen and (max-width: 479px) {
        text-align: center;
        padding: 15px 10px 5px;
    }
    @media only screen and (max-width: 767px) {
        margin-bottom: 15px;
    }
    .transition(all,
    0.3s,
    ease-out);
    i {
        float: left;
        margin-right: 20px;
        text-align: center;
        height: 60px;
        width: 60px;
        line-height: 58px;
        border-radius: 50%;
        background: @accentColor;
        font-size: 24px;
        color: @textPrimaryColor;
        @media (min-width: 768px) and (max-width: 1199px) {
            float: none;
            margin-right: 0;
        }
        @media only screen and (max-width: 479px) {
            float: none;
            margin-right: 0;
        }
        .transition(all,
        0.3s,
        ease-out);
    }
    h3 {
        margin-top: 12px;
        font-size: 22px;
        font-weight: 500;
        a {
            color: @primaryColor;
            .transition(all,
            0.3s,
            ease-out);
            &:hover {
                color: @textPrimaryColor!important;
            }
        }
    }
    &:before {
        background: @primaryColor;
        .transition(all,
        0.3s,
        ease-out);
    }
    &:hover {
        i {
            background: @textPrimaryColor;
            color: @primaryColor;
            .transition(all,
            0.3s,
            ease-out);
        }
        h3 {
            a {
                color: @accentColor;
                .transition(all,
                0.3s,
                ease-out);
            }
        }
    }
}

.featured-area {
    padding: 88px 0 100px;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 78px 0 90px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 68px 0 80px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 58px 0 70px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 48px 0 60px;
    }
    @media only screen and (max-width: 320px) {
        padding: 38px 0 50px;
    }
}

.featured-wrapper {
    > div:first-child {
        .featured-img-holder {
            a {
                top: 50%;
                .transition(all,
                0.8s,
                ease-out);
            }
            &:hover {
                .transition(all,
                1.2s,
                ease-out);
            }
        }
        .featured-content-holder {
            padding: 30px 30px 18px 40px;
            h3 {
                margin-bottom: 10px;
            }
        }
    }
}

.view-all-btn-area {
    text-align: center;
    margin-top: 30px;
}


/*=======================================================================
[10] Counter Area
=========================================================================*/

.counter-area {
    padding: 130px 0 135px;
    text-align: center;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 120px 0 125px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 110px 0 115px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 100px 0 105px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 90px 0 95px;
    }
    @media only screen and (max-width: 320px) {
        padding: 80px 0 85px;
    }
    .counter1-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        h2 {
            color: @textPrimaryColor;
            font-size: 72px;
            -webkit-box-flex: 1;
            -moz-flex: 1;
            -webkit-flex: 1;
            flex: 1;
            @media (min-width: 480px) and (max-width: 767px) {
                font-size: 56px;
            }
            @media only screen and (max-width: 479px) {
                font-size: 42px;
            }
        }
        p {
            color: @textPrimaryColor;
            font-size: 18px;
            padding-top: 25px;
            padding-left: 15px;
            -webkit-box-flex: 2;
            -moz-flex: 2;
            -webkit-flex: 2;
            flex: 2;
            text-transform: uppercase;
            text-align: left;
        }
    }
}


/*=======================================================================
[11] Countdown Area
=========================================================================*/

.countdown-area {
    padding: 135px 0 145px;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 125px 0 135px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 115px 0 125px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 105px 0 115px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 95px 0 105px;
    }
    @media only screen and (max-width: 320px) {
        padding: 85px 0 95px;
    }
    .countdown-content {
        @media only screen and (max-width: 1199px) {
            text-align: center;
            margin-bottom: 20px;
        }
        h1 {
            color: @textPrimaryColor;
            font-size: 60px;
            margin-bottom: 0;
            line-height: 1.2;
            @media (min-width: 992px) and (max-width: 1199px) {
                font-size: 54px;
            }
            @media (min-width: 768px) and (max-width: 991px) {
                font-size: 48px;
            }
            @media (min-width: 480px) and (max-width: 767px) {
                font-size: 42px;
            }
            @media (min-width: 321px) and (max-width: 479px) {
                font-size: 36px;
            }
            @media only screen and (max-width: 320px) {
                font-size: 32px;
            }
        }
        .countdown-date {
            color: @textPrimaryColor;
            font-size: 20px;
            margin-bottom: 40px;
        }
    }
    #countdown {
        margin-top: 40px;
        text-align: right;
        @media only screen and (max-width: 1199px) {
            text-align: center;
        }
        .countdown-section {
            position: relative;
            padding-top: 7px;
            display: inline-block;
            text-align: center;
            margin-right: 80px;
            @media only screen and (max-width: 479px) {
                margin-right: 15px;
            }
            &:before {
                content: url("img/countdown.png");
                position: absolute;
                top: 15px;
                right: -45px;
                z-index: 2;
                @media only screen and (max-width: 479px) {
                    display: none;
                }
            }
            &:last-child {
                margin-right: 0;
                &:before {
                    display: none;
                }
            }
            h3 {
                font-size: 72px;
                color: @accentColor;
                margin-bottom: 0;
                font-weight: 700;
                line-height: 1;
                @media only screen and (max-width: 479px) {
                    font-size: 42px;
                }
                span {
                    color: @textPrimaryColor;
                    font-size: 80px;
                    margin-left: 10px;
                    @media only screen and (max-width: 479px) {
                        font-size: 20px;
                    }
                }
            }
            p {
                color: #e6e6e6;
                text-transform: uppercase;
            }
        }
    }
}


/*=======================================================================
[12] Video Area
=========================================================================*/

.video-area {
    padding: 108px 0 120px;
    position: relative;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 88px 0 100px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 78px 0 90px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 58px 0 70px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 48px 0 60px;
    }
    @media only screen and (max-width: 320px) {
        padding: 38px 0 50px;
    }
}

.video-area2 {
    padding: 178px 0;
    position: relative;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 158px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 148px 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 128px 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 118px 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 108px 0;
    }
}

.video-content {
    position: relative;
    text-align: center;
    .video-title {
        letter-spacing: 1px;
        font-size: 36px;
        color: @textPrimaryColor;
        text-align: center;
        margin-bottom: 10px;
        @media only screen and (max-width: 480px) {
            font-size: 30px;
        }
    }
    .video-sub-title {
        color: #a3bed5;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 35px;
    }
}


/*=======================================================================
[13] Lecturers Area
=========================================================================*/

.lecturers-area {
    padding: 88px 0 100px;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 78px 0 90px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 68px 0 80px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 58px 0 70px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 48px 0 50px;
    }
    @media only screen and (max-width: 320px) {
        padding: 38px 0 40px;
    }
}

.lecturers1-item-wrapper {
    text-align: center;
}

.lecturers-img-wrapper {
    overflow: hidden;
    margin-bottom: 20px;
    img {
        width: 100%;
        .transition(all,
        1s,
        ease-out);
    }
    &:hover {
        img {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }
    }
}

.lecturers-content-wrapper {
    text-align: center;
    .item-title {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 5px;
        text-transform: capitalize;
        a {
            color: @primaryColor;
            .transition(all,
            0.5s,
            ease-out);
            &:hover {
                color: @accentColor;
            }
        }
    }
    .item-designation {
        margin-bottom: 20px;
        display: block;
    }
    .lecturers-social {
        li {
            display: inline-block;
            a {
                height: 30px;
                width: 35px;
                background: @accentColor;
                display: block;
                line-height: 30px;
                .transition(all,
                0.5s,
                ease-out);
                i {
                    color: @textPrimaryColor;
                    font-size: 14px;
                }
                &:hover {
                    background: @primaryColor;
                }
            }
        }
    }
}

.lecturers-item-wrapper {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    &:before {
        background: linear-gradient(to top, #004e6c, transparent, transparent);
        background-repeat: repeat-x;
        background-position: bottom;
        width: 100%;
        position: absolute;
        content: "";
        z-index: 1;
        top: 0;
        height: 100%;
        .transition(all,
        0.5s,
        ease-out);
    }
    &:after {
        opacity: 0;
        width: 100%;
        position: absolute;
        content: "";
        z-index: 1;
        top: 0;
        height: 100%;
        .rgbaColorIn(@primaryColor,
        80%);
        background-color: @result;
        transform: translateY(300px);
        .transition(all,
        0.5s,
        ease-out);
    }
    a {
        img {
            width: 100%;
        }
    }
    .lecturers-content-wrapper {
        padding: 0 30px;
        position: absolute;
        top: 258px;
        z-index: 2;
        @media (min-width: 992px) and (max-width: 1199px) {
            padding: 0 15px;
            top: 225px;
        }
        @media only screen and (max-width: 479px) {
            top: 330px;
        }
        @media only screen and (max-width: 425px) {
            top: 276px;
        }
        @media only screen and (max-width: 375px) {
            top: 227px;
        }
        @media only screen and (max-width: 320px) {
            top: 190px;
        }
        .transition(all,
        0.5s,
        ease-out);
        h3 {
            font-weight: 500;
            margin-bottom: 0;
            font-size: 22px;
            a {
                color: @accentColor;
                .transition(all,
                0.5s,
                ease-out);
                &:hover {
                    color: @textPrimaryColor;
                    .transition(all,
                    0.5s,
                    ease-out);
                }
            }
        }
        span {
            color: @textPrimaryColor;
            margin-bottom: 42px;
            display: block;
            font-size: 18px;
            .transition(all,
            0.5s,
            ease-out);
        }
        p {
            margin-bottom: 40px;
            color: @textPrimaryColor;
        }
        .lecturers-social {
            li {
                display: inline-block;
                margin: 0 2px;
                a {
                    height: 40px;
                    width: 45px;
                    background: transparent;
                    display: block;
                    line-height: 40px;
                    border: 1px solid @textPrimaryColor;
                    .transition(all,
                    0.5s,
                    ease-out);
                    i {
                        color: @accentColor;
                        font-size: 18px;
                        .transition(all,
                        0.5s,
                        ease-out);
                    }
                    &:hover {
                        border: 1px solid @accentColor;
                        background: @accentColor;
                        i {
                            color: @textPrimaryColor;
                        }
                    }
                }
            }
        }
    }
    &:hover {
        &:after {
            opacity: 1;
            transform: translateY(0);
            .transition(all,
            0.5s,
            ease-out);
        }
        &:before {
            opacity: 0;
            .transition(all,
            3s,
            ease-out);
        }
        .lecturers-content-wrapper {
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            .transition(all,
            0.5s,
            ease-out);
            span {
                margin-bottom: 20px;
                .transition(all,
                0.5s,
                ease-out);
            }
        }
    }
}

.lecturers-page-area {
    padding: 100px 0;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0;
    }
}

.lecturers-contact-info {
    text-align: center;
    img {
        margin-bottom: 30px;
        @media only screen and (max-width: 767px) {
            margin: 0 auto 30px;
        }
    }
    h2 {
        font-size: 30px;
        color: @primaryColor;
        margin-bottom: 5px;
        font-weight: 500;
    }
    h3 {
        color: #909090;
        font-size: 16px;
        margin-bottom: 25px;
    }
    .lecturers-social2 {
        li {
            display: inline-block;
            margin: 0 2px;
            a {
                height: 40px;
                width: 45px;
                background: @accentColor;
                display: block;
                line-height: 40px;
                .transition(all,
                0.5s,
                ease-out);
                i {
                    color: @textPrimaryColor;
                    font-size: 14px;
                }
                &:hover {
                    background: @primaryColor;
                }
            }
        }
    }
    .lecturers-contact {
        margin-top: 40px;
        @media only screen and (max-width: 767px) {
            margin-bottom: 30px;
        }
        li {
            padding: 25px 0 30px;
            border: 1px solid #e6e6e6;
            font-size: 18px;
            color: @primaryColor;
            margin-bottom: 20px;
            i {
                color: @accentColor;
                position: relative;
                top: 5px;
                font-size: 30px;
                margin-right: 15px;
            }
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
}

ul.course-feature2 {
    margin-bottom: 30px;
    &:after {
        clear: both;
        content: "";
        display: block;
    }
    li {
        width: 49%;
        box-sizing: border-box;
        float: left;
        padding-left: 30px;
        position: relative;
        margin-bottom: 12px;
        margin-right: 5px;
        color: #444444;
        @media only screen and (max-width: 991px) {
            width: 100%;
        }
        &:before {
            content: "\f058";
            position: absolute;
            font-family: FontAwesome;
            left: 0;
            top: 0;
            font-size: 20px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            border-radius: 50%;
            z-index: 1;
            line-height: 1.3;
            color: @accentColor;
        }
    }
}

.lecturers-page1-area {
    padding: 100px 0;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0;
    }
    .single-item {
        margin-bottom: 30px;
    }
}

.lecturers-page2-area {
    padding: 100px 0 70px;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0 60px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0 50px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0 40px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0 30px;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0 20px;
    }
}


/*=======================================================================
[14] Publications Area
=========================================================================*/

.publications-area {
    padding: 88px 0 72px;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 78px 0 62px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 68px 0 52px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 58px 0 42px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 50px 0 23px;
    }
    @media only screen and (max-width: 320px) {
        padding: 38px 0 12px;
    }
    .single-item-wrapper {
        margin-bottom: 20px;
        &:hover {
            .publications-img-wrapper {
                &:before {
                    opacity: 1;
                    .transition(all,
                    0.55s,
                    ease-out);
                }
            }
            .buy-now-btn-area {
                -webkit-transform: skewX(0);
                -moz-transform: skewX(0);
                -ms-transform: skewX(0);
                -o-transform: skewX(0);
                transform: skewX(0);
                opacity: 1;
                .transition(all,
                0.7s,
                ease-out);
            }
        }
    }
}

.publications-img-wrapper {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    &:before {
        opacity: 0;
        position: absolute;
        .rgbaColorIn( @primaryColor,
        80%);
        background-color: @result;
        z-index: 2;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        .transition(all,
        0.75s,
        ease-out);
    }
    img {
        width: 100%;
    }
}

.publications-content-wrapper {
    text-align: center;
    .item-title {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 5px;
        a {
            color: @primaryColor;
            .transition(all,
            0.5s,
            ease-out);
            &:hover {
                color: @accentColor;
                .transition(all,
                0.5s,
                ease-out);
            }
        }
    }
    .item-price {
        font-size: 20px;
        margin-bottom: 20px;
        display: block;
        font-weight: 500;
        color: @accentColor;
    }
}

.buy-now-btn-area {
    position: absolute;
    top: 30%;
    z-index: 3;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    transform: skewX(30deg);
    .transition(all,
    0.3s,
    ease-out);
}


/*=======================================================================
[15] Courses Area
=========================================================================*/

.courses-page-top-area {
    border: 1px solid #e0e0e0;
    background: @textPrimaryColor;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    .courses-page-top-left {
        padding: 15px 0 0 30px;
        -webkit-box-flex: 2;
        -moz-flex: 2;
        -webkit-flex: 2;
        flex: 2;
        @media only screen and (max-width: 380px) {
            padding: 18px 0 0 10px;
        }
        p {
            font-size: 16px;
            color: @primaryColor;
            @media only screen and (max-width: 380px) {
                font-size: 14px;
            }
        }
    }
    .courses-page-top-right {
        -webkit-box-flex: 1;
        -moz-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        text-align: right;
        ul {
            margin-top: 10px;
            margin-right: 10px;
            > li {
                display: inline-block;
                padding: 8px;
                &:hover a i {
                    color: @accentColor;
                }
                > a {
                    > i {
                        color: #b9b9b9;
                    }
                }
            }
            > .active i {
                color: @accentColor;
            }
        }
    }
}

.tab-content {
    margin-top: 30px;
}

.courses-box1 {
    .single-item-wrapper {
        margin-bottom: 30px;
        overflow: hidden;
        background: @textPrimaryColor;
        .transition(all,
        0.5s,
        ease-out);
        .courses-img-wrapper {
            position: relative;
            img {
                width: 100%;
            }
            &:before {
                .rgbaColorIn( @accentColor,
                80%);
                background-color: @result;
                z-index: 1;
            }
            &:hover {
                a {
                    opacity: 1;
                    .transition(all,
                    0.5s,
                    ease-out);
                }
            }
            a {
                opacity: 0;
                text-align: center;
                position: absolute;
                top: 50%;
                z-index: 3;
                height: 50px;
                width: 50px;
                border-radius: 50%;
                line-height: 50px;
                color: @textPrimaryColor;
                display: block;
                background: @primaryColor;
                left: 0;
                right: 0;
                margin: 0 auto;
                transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                .transition(all,
                0.5s,
                ease-out);
            }
        }
        .courses-content-wrapper {
            padding: 20px 15px;
            .item-title {
                font-size: 22px;
                margin-bottom: 10px;
                a {
                    color: @primaryColor;
                    .transition(all,
                    0.5s,
                    ease-out);
                    &:hover {
                        color: @accentColor;
                    }
                }
            }
            .courses-info {
                li {
                    line-height: 1.3;
                    padding-right: 7px;
                    margin-right: 2px;
                    border-right: 1px solid #909090;
                    display: inline-block;
                    font-size: 13px;
                    font-weight: 500;
                    &:last-child {
                        border-right: none;
                        margin-right: 0;
                        padding-right: 0;
                    }
                }
            }
        }
    }
}

.courses-box2 {
    .single-item-wrapper {
        margin-bottom: 30px;
        background: @textPrimaryColor;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        @media (min-width: 768px) and (max-width: 1199px) {
            display: block;
        }
        @media only screen and (max-width: 480px) {
            display: block;
        }
        .transition(all,
        0.5s,
        ease-out);
        .courses-img-wrapper {
            -webkit-box-flex: 9;
            -moz-flex: 9;
            -webkit-flex: 9;
            flex: 9;
            position: relative;
            width: 100%;
            img {
                width: 100%;
            }
            &:before {
                .rgbaColorIn( @accentColor,
                80%);
                background-color: @result;
                z-index: 2;
                .transition(all,
                0.5s,
                ease-out);
            }
            &:hover {
                a {
                    opacity: 1;
                    .transition(all,
                    0.5s,
                    ease-out);
                }
            }
            a {
                opacity: 0;
                text-align: center;
                position: absolute;
                top: 50%;
                z-index: 3;
                height: 50px;
                width: 50px;
                border-radius: 50%;
                line-height: 50px;
                color: @textPrimaryColor;
                display: block;
                background: @primaryColor;
                left: 0;
                right: 0;
                margin: 0 auto;
                transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                .transition(all,
                0.5s,
                ease-out);
            }
        }
        .courses-content-wrapper {
            -webkit-box-flex: 10;
            -moz-flex: 10;
            -webkit-flex: 10;
            flex: 10;
            padding: 17px 15px 15px 28px;
            .item-title {
                font-size: 20px;
                margin-bottom: 12px;
                font-weight: 500;
                a {
                    color: @primaryColor;
                }
            }
            .courses-info {
                li {
                    line-height: 1.3;
                    padding-right: 10px;
                    margin-right: 8px;
                    border-right: 1px solid #909090;
                    display: inline-block;
                    font-size: 13px;
                    font-weight: 500;
                    @media only screen and (max-width: 479px) {
                        margin-right: 5px;
                        padding-right: 7px;
                    }
                    &:last-child {
                        border-right: none;
                        margin-right: 0;
                        padding-right: 0;
                    }
                }
            }
        }
        &:hover {
            -webkit-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
            -moz-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
            box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
            .transition(all,
            0.3s,
            ease-out);
        }
    }
}

.courses-box3 {
    .single-item-wrapper {
        margin-bottom: 30px;
        background: @textPrimaryColor;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        @media only screen and (max-width: 991px) {
            display: block;
        }
        .transition(all,
        0.5s,
        ease-out);
        .courses-img-wrapper {
            position: relative;
            -webkit-box-flex: 1;
            -moz-flex: 1;
            -webkit-flex: 1;
            flex: 1;
            &:before {
                .rgbaColorIn( @accentColor,
                80%);
                background-color: @result;
                z-index: 1;
            }
            &:hover {
                a {
                    opacity: 1;
                    .transition(all,
                    0.5s,
                    ease-out);
                }
            }
            a {
                opacity: 0;
                text-align: center;
                position: absolute;
                top: 50%;
                z-index: 3;
                height: 50px;
                width: 50px;
                .border-radius(50%);
                line-height: 50px;
                color: @textPrimaryColor;
                display: block;
                background: @primaryColor;
                left: 0;
                right: 0;
                margin: 0 auto;
                transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                .transition(all,
                0.5s,
                ease-out);
            }
        }
        .courses-content-wrapper {
            position: relative;
            -webkit-box-flex: 2;
            -moz-flex: 2;
            -webkit-flex: 2;
            flex: 2;
            padding: 18px 15px 10px 30px;
            @media (min-width: 992px) and (max-width: 1199px) {
                padding: 12px 15px 10px 30px;
            }
            @media only screen and (max-width: 479px) {
                padding: 12px 15px 10px;
            }
            .item-title {
                font-size: 20px;
                margin-bottom: 12px;
                font-weight: 500;
                a {
                    color: @primaryColor;
                    .transition(all,
                    0.5s,
                    ease-out);
                    &:hover {
                        color: @accentColor;
                    }
                }
            }
            .item-content {
                margin-bottom: 12px;
            }
            .courses-info {
                li {
                    line-height: 1.3;
                    padding-right: 10px;
                    margin-right: 8px;
                    border-right: 1px solid #909090;
                    display: inline-block;
                    font-size: 13px;
                    font-weight: 500;
                    &:last-child {
                        border-right: none;
                        margin-right: 0;
                        padding-right: 0;
                    }
                }
            }
            .courses-fee {
                position: absolute;
                right: 15px;
                bottom: 15px;
                width: 75px;
                height: 35px;
                padding: 3px;
                font-weight: 500;
                text-align: center;
                font-size: 20px;
                background: @accentColor;
                color: @primaryColor;
                z-index: 1;
                @media only screen and (max-width: 479px) {
                    top: 15px;
                    bottom: inherit;
                    font-size: 18px;
                    height: 30px;
                }
            }
        }
        &:hover {
            -webkit-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
            -moz-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
            box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
            .transition(all,
            0.3s,
            ease-out);
        }
    }
}

.courses1-area {
    padding: 88px 0 70px;
    background: #f5f5f5;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 78px 0 60px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 68px 0 50px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 58px 0 40px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 48px 0 20px;
    }
    @media only screen and (max-width: 320px) {
        padding: 38px 0 10px;
    }
}

.courses2-area {
    padding: 88px 0 100px;
    background: #f5f5f5;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 78px 0 90px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 68px 0 80px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 58px 0 70px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 48px 0 60px;
    }
    @media only screen and (max-width: 320px) {
        padding: 38px 0 50px;
    }
}

.courses-page-area1 {
    padding: 100px 0;
    background: #f5f5f5;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0;
    }
    .courses-img-wrapper {
        @media only screen and (max-width: 767px) {
            display: block;
        }
        img {
            @media only screen and (max-width: 767px) {
                width: 100%;
            }
        }
    }
}

.courses-page-area2 {
    padding: 100px 0 70px;
    background: #f5f5f5;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0 60px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0 50px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0 40px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0 30px;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0 20px;
    }
}

.courses-page-area3 {
    padding: 100px 0;
    background: #f5f5f5;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0;
    }
}

.course-details-inner {
    padding: 30px 60px;
    background: @textPrimaryColor;
    ul.course-feature {
        &:after {
            clear: both;
            content: "";
            display: block;
        }
        li {
            width: 32%;
            box-sizing: border-box;
            float: left;
            padding-left: 30px;
            position: relative;
            margin-bottom: 10px;
            margin-right: 5px;
            color: #444444;
            @media only screen and (max-width: 991px) {
                width: 100%;
            }
            &:before {
                content: "\f058";
                position: absolute;
                font-family: FontAwesome;
                left: 0;
                top: 0;
                font-size: 20px;
                border-radius: 50%;
                z-index: 1;
                line-height: 1.3;
                color: @accentColor;
            }
        }
    }
}

.course-details-comments {
    margin-bottom: 50px;
    .media {
        padding-bottom: 8px;
        margin-bottom: 35px;
        border-bottom: 1px solid #e3e3e3;
        @media only screen and (max-width: 479px) {
            margin-bottom: 0;
        }
        &:last-child {
            border-bottom: 0;
        }
        a {
            @media only screen and (max-width: 479px) {
                float: none!important;
            }
            img {
                .transition(all,
                0.5s,
                ease-out);
                &:hover {
                    opacity: 0.5;
                    .transition(all,
                    0.5s,
                    ease-out);
                }
            }
        }
        .media-body {
            position: relative;
            padding-left: 20px;
            @media only screen and (max-width: 479px) {
                padding-left: 0;
                padding-right: 5px;
            }
            h3 {
                font-size: 16px;
                margin-bottom: 8px;
                font-weight: 500;
                a {
                    color: @primaryColor;
                    .transition(all,
                    0.5s,
                    ease-out);
                    &:hover {
                        color: @accentColor;
                    }
                }
            }
            h4 {
                color: @textPrimaryColor;
                background: @primaryColor;
                padding: 2px 10px;
                display: inline-block;
                margin-bottom: 20px;
                font-size: 14px;
                font-weight: 500;
            }
            p {
                color: @secondaryTextColor;
                text-align: justify;
            }
            .replay-area {
                position: absolute;
                right: 0;
                top: 35px;
                z-index: 3;
                @media only screen and (max-width: 479px) {
                    right: 10px;
                }
                ul {
                    li {
                        display: inline-block;
                        i {
                            color: #fdc800;
                        }
                    }
                }
            }
        }
    }
}

.leave-comments {
    .form-group {
        margin-bottom: 20px;
        .form-control {
            border-radius: 0;
            background: #f9f9f9;
            box-shadow: none;
            border: none;
        }
        input {
            height: 45px;
            color: @primaryTextColor;
            font-weight: 500;
            border-right: 1px solid #e5e5e5!important;
            border-bottom: 1px solid #e5e5e5!important;
        }
        textarea {
            border-right: 1px solid #e5e5e5!important;
            border-bottom: 1px solid #e5e5e5!important;
        }
    }

    .rate-wrapper {
        display: inline-block;
        margin: 5px 0;
    }
    .rate {
        float: left;
        color: #f5f5f5;
        cursor: pointer;
    }
    .rate:hover,
    .rate.selected {
        color: #fdc800;
    }
    .rate-label {
        float: left;
        color: @primaryColor;
        margin-right: 10px;
        margin-left: 0;
    }
    .rate-item {
        float: left;
        cursor: pointer;
        margin: 0px 5px 0px 5px;
    }
    .rate-item:hover ~ .rate-item,
    .rate-item.active ~ .rate-item {
        color: #f5f5f5;
    }
}

.courses-page-area4 {
    padding: 100px 0;
    background: #f5f5f5;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0;
    }
}

.course-details-inner {
    padding: 20px 30px 30px;
    background: @textPrimaryColor;
    @media only screen and (max-width: 479px) {
        padding: 20px 15px 30px;
    }
    .course-details-tab-area {
        margin: 30px 0 0;
        overflow: hidden;
        ul.course-details-tab-btn {
            background: #f5f5f5;
            > li {
                display: inline-block;
                margin: -1px;
                background: transparent;
                border-right: 1px solid #cdcdcd;
                &:last-child {
                    border-right: 0;
                }
                @media only screen and (max-width: 479px) {
                    display: block!important;
                    padding: 0;
                }
                .transition(all,
                0.5s,
                ease-out);
                a {
                    display: block;
                    color: @primaryColor;
                    padding: 20px 30px;
                    text-transform: capitalize;
                    font-weight: 500;
                    @media (min-width: 768px) and (max-width: 1199px) {
                        padding: 20px 17px;
                    }
                    @media only screen and (max-width: 479px) {
                        display: block!important;
                    }
                    .transition(all,
                    0.5s,
                    ease-out);
                }
                &:hover {
                    background: @primaryColor;
                    a {
                        color: @textPrimaryColor;
                    }
                }
            }
            .active {
                background: @primaryColor;
                a {
                    color: @textPrimaryColor;
                    text-decoration: none;
                }
            }
        }
        .tab-content {
            padding: 35px 0 15px 0;
            margin-top: 0;
        }
        ul.course-feature {
            &:after {
                clear: both;
                content: "";
                display: block;
            }
            li {
                width: 49%;
                box-sizing: border-box;
                float: left;
                padding-left: 30px;
                position: relative;
                margin-bottom: 10px;
                margin-right: 5px;
                color: #444444;
                @media only screen and (max-width: 991px) {
                    width: 100%;
                }
                &:before {
                    content: "\f058";
                    position: absolute;
                    font-family: FontAwesome;
                    left: 0;
                    top: 0;
                    font-size: 20px;
                    border-radius: 50%;
                    z-index: 1;
                    line-height: 1.3;
                    color: @accentColor;
                }
            }
        }
        .course-details-skilled-lecturers {
            ul {
                li {
                    margin-bottom: 10px;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flex;
                    display: -o-flex;
                    display: flex;
                    @media only screen and (max-width: 991px) {
                        display: block;
                        text-align: center;
                        clear: both;
                        margin-bottom: 30px;
                    }
                    &:last-child {
                        margin-bottom: 0;
                    }
                    .skilled-lecturers-img {
                        -webkit-box-flex: 3;
                        -moz-flex: 3;
                        -webkit-flex: 3;
                        flex: 3;
                        img {
                            @media only screen and (max-width: 991px) {
                                margin: 0 auto 15px;
                            }
                        }
                    }
                    .skilled-lecturers-content {
                        -webkit-box-flex: 6;
                        -moz-flex: 6;
                        -webkit-flex: 6;
                        flex: 6;
                        margin-right: 10px;
                        h4 {
                            margin-bottom: 0;
                            font-size: 18px;
                            a {
                                color: @primaryColor;
                                .transition(all,
                                0.3s,
                                ease-out);
                                &:hover {
                                    color: @accentColor;
                                    .transition(all,
                                    0.3s,
                                    ease-out);
                                }
                            }
                        }
                    }
                    .skilled-lecturers-schedule {
                        -webkit-box-flex: 7;
                        -moz-flex: 7;
                        -webkit-flex: 7;
                        flex: 7;
                        @media only screen and (max-width: 991px) {
                            float: left;
                        }
                        @media only screen and (max-width: 479px) {
                            float: inherit;
                        }
                        ul {
                            li {
                                width: 100px;
                                display: inline-block;
                                border-right: 1px solid #cdcdcd;
                                margin-right: 15px;
                                height: 58px;
                                @media only screen and (max-width: 479px) {
                                    margin-right: 10px;
                                }
                                &:last-child {
                                    border-right: none;
                                    margin-right: 0;
                                }
                                h4 {
                                    font-size: 16px;
                                    color: @primaryColor;
                                    margin-bottom: 5px
                                }
                            }
                        }
                    }
                    .skilled-lecturers-details {
                        -webkit-box-flex: 2;
                        -moz-flex: 2;
                        -webkit-flex: 2;
                        flex: 2;
                    }
                }
            }
        }
    }
}

.related-courses-title-area {
    margin: 30px 0 0 0;
    background: @textPrimaryColor;
    h3 {
        padding: 12px 20px;
        color: @primaryColor;
        font-size: 22px;
        font-weight: 500;
        position: relative;
        text-transform: capitalize;
    }
}

.related-courses-carousel {
    .owl-controls .owl-nav {
        top: -74px;
        right: 25px;
    }
}

.courses-page-area5 {
    padding: 100px 0 70px;
    background: #f5f5f5;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0 60px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0 50px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0 69px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0 59px;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0 49px;
    }
}

.learning-outcomes {
    li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 30px;
        color: #444444;
        &:last-child {
            margin-bottom: 0;
        }
        &:before {
            content: "\f105";
            background: @primaryColor;
            color: @textPrimaryColor;
            position: absolute;
            left: 0;
            top: 5px;
            font-size: 14px;
            border-radius: 50%;
            height: 15px;
            width: 15px;
            line-height: 14px;
            text-align: center;
            z-index: 1;
            font-family: FontAwesome;
        }
    }
}

.curriculum-wrapper {
    .panel-default {
        margin-top: 0!important;
        border-radius: 0!important;
        border: none;
        box-shadow: none;
        border-bottom: 1px solid #e2e2e2;
        .transition(all,
        0.3s,
        ease-out);
        &:last-child {
            border-bottom: 0;
        }
        .panel-heading {
            padding: 0;
            background: transparent;
            .transition(all,
            0.3s,
            ease-out);
            .panel-title {
                a {
                    padding: 13px 15px 15px;
                    display: block;
                    ul {
                        li {
                            border-top: none;
                            display: inline-block;
                            &:nth-child(1n) {
                                i {
                                    margin-right: 10px;
                                    color: @accentColor;
                                    .transition(all,
                                    0.3s,
                                    ease-out);
                                }
                            }
                            &:nth-child(2n) {
                                margin-right: 30px;
                                color: #888888;
                            }
                            &:nth-child(3n) {
                                font-size: 16px;
                                color: @primaryColor;
                                font-weight: 500;
                                .transition(all,
                                0.3s,
                                ease-out);
                            }
                            &:nth-child(4n) {
                                position: absolute;
                                right: 50px;
                                @media only screen and (max-width: 991px) {
                                    display: none;
                                }
                                i {
                                    margin-right: 10px;
                                    color: #888888;
                                    .transition(all,
                                    0.3s,
                                    ease-out);
                                }
                                span {
                                    color: @primaryColor;
                                    font-weight: 500;
                                    margin-left: 5px;
                                    .transition(all,
                                    0.3s,
                                    ease-out);
                                }
                            }
                        }
                    }
                }
            }
            .accordion-toggle {
                position: relative;
                &:after {
                    font-family: FontAwesome;
                    content: "\f106";
                    right: 15px;
                    position: absolute;
                    top: 15px;
                    color: #828282;
                    font-size: 18px;
                    z-index: 1;
                }
            }
            .accordion-toggle.collapsed:after {
                content: "\f107";
                font-family: FontAwesome;
            }
        }
        .panel-collapse {
            background: #f5f5f5;
            .transition(all,
            0.3s,
            ease-out);
        }
        .panel-body {
            text-align: justify;
            padding: 0 75px 20px 45px;
            border-top: 0!important;
            color: #444444;
            @media only screen and (max-width: 991px) {
                padding: 0 15px 15px;
            }
            .transition(all,
            0.3s,
            ease-out);
        }
        .active {
            background: #f5f5f5;
            .transition(all,
            0.3s,
            ease-out);
            .panel-title {
                a {
                    ul {
                        li {
                            &:nth-child(1n) {
                                i {
                                    color: @primaryColor;
                                    .transition(all,
                                    0.3s,
                                    ease-out);
                                }
                            }
                            &:nth-child(2n) {
                                color: @primaryColor;
                                .transition(all,
                                0.3s,
                                ease-out);
                            }
                            &:nth-child(4n) {
                                i {
                                    color: @primaryColor;
                                    .transition(all,
                                    0.3s,
                                    ease-out);
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}


/*=======================================================================
[16] News and Event Area
=========================================================================*/

.news-event-area {
    padding: 88px 0 100px;
    background: #f5f5f5;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 78px 0 60px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 68px 0 50px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 58px 0 40px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 48px 0 30px;
    }
    @media only screen and (max-width: 320px) {
        padding: 38px 0 20px;
    }
}

.news-inner-area {
    @media only screen and (max-width: 1199px) {
        margin-bottom: 30px;
    }
    .news-wrapper {
        background: @textPrimaryColor;
        padding: 20px 20px 15px;
        li {
            background: @textPrimaryColor;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            border-bottom: 1px solid #f5f5f5;
            margin-bottom: 20px;
            padding-bottom: 20px;
            @media only screen and (max-width: 1199px) {
                display: block;
            }
            .transition(all,
            0.5s,
            ease-out);
            .news-img-holder {
                -webkit-box-flex: 1;
                -moz-flex: 1;
                -webkit-flex: 1;
                flex: 1;
                @media only screen and (max-width: 1199px) {
                    margin-bottom: 15px;
                }
            }
            .news-content-holder {
                -webkit-box-flex: 2;
                -moz-flex: 2;
                -webkit-flex: 2;
                flex: 2;
                h3 {
                    font-weight: 500;
                    font-size: 18px;
                    margin-bottom: 0;
                    a {
                        color: @primaryColor;
                        .transition(all,
                        0.3s,
                        ease-out);
                        &:hover {
                            color: @accentColor;
                            .transition(all,
                            0.3s,
                            ease-out);
                        }
                    }
                }
                .post-date {
                    font-style: italic;
                    font-size: 14px;
                    margin: 5px 0;
                    font-weight: 500;
                    color: @accentColor;
                }
                p {
                    margin-bottom: 0;
                }
            }
            &:last-child {
                border-bottom: none;
                margin-bottom: 4px;
                padding-bottom: 0;
            }
            &:before {
                background: @accentColor;
                .transition(all,
                0.5s,
                ease-out);
            }
        }
    }
    .news-wrapper-responsive {
        li {
            @media only screen and (max-width: 1199px) {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
            }
            @media only screen and (max-width: 479px) {
                display: block;
            }
            .news-content-holder {
                -webkit-box-flex: 2;
                -moz-flex: 2;
                -webkit-flex: 2;
                flex: 2;
                @media (min-width: 992px) and (max-width: 1199px) {
                    -webkit-box-flex: 4;
                    -moz-flex: 4;
                    -webkit-flex: 4;
                    flex: 4;
                }
                @media (min-width: 768px) and (max-width: 991px) {
                    -webkit-box-flex: 3;
                    -moz-flex: 3;
                    -webkit-flex: 3;
                    flex: 3;
                }
            }
        }
    }
    .news-btn-holder {
        margin-top: 45px;
        text-align: center;
    }
}

.event-inner-area {
    @media only screen and (max-width: 1199px) {
        margin-bottom: 30px;
    }
    .event-wrapper {
        > li {
            margin-bottom: 30px;
            padding: 20px;
            background: @textPrimaryColor;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            @media only screen and (max-width: 1199px) {
                display: block;
            }
            &:last-child {
                margin-bottom: 0;
            }
            .event-calender-wrapper {
                -webkit-box-flex: 1;
                -moz-flex: 1;
                -webkit-flex: 1;
                flex: 1;
                @media only screen and (max-width: 1199px) {
                    margin-bottom: 15px;
                }
            }
            .event-calender-holder {
                position: relative;
                padding-top: 20px;
                text-align: center;
                width: 100px;
                background: @accentColor;
                &:before {
                    content: "\f111";
                    position: absolute;
                    left: 10px;
                    top: 5px;
                    color: @primaryColor;
                    font-size: 14px;
                    font-family: FontAwesome;
                }
                &:after {
                    content: "\f111";
                    position: absolute;
                    right: 10px;
                    top: 5px;
                    color: @primaryColor;
                    font-size: 14px;
                    font-family: FontAwesome;
                }
                h3 {
                    font-size: 24px;
                    color: @primaryColor;
                    margin-bottom: 0;
                    line-height: 1;
                }
                p {
                    color: @primaryColor;
                    margin-bottom: 5px;
                    text-transform: uppercase;
                }
                span {
                    line-height: 2.5;
                    background: @primaryColor;
                    height: 40px;
                    display: block;
                    color: @textPrimaryColor;
                }
            }
            .event-content-holder {
                -webkit-box-flex: 3;
                -moz-flex: 3;
                -webkit-flex: 3;
                flex: 3;
                h3 {
                    font-size: 18px;
                    font-weight: 500;
                    margin-bottom: 10px;
                    a {
                        color: @primaryColor;
                        .transition(all,
                        0.5s,
                        ease-out);
                        &:hover {
                            color: @accentColor;
                            .transition(all,
                            0.5s,
                            ease-out);
                        }
                    }
                }
                p {
                    margin-bottom: 10px;
                    @media (min-width: 768px) and (max-width: 1199px) {
                        margin-bottom: 58px;
                    }
                    @media (min-width: 768px) and (max-width: 991px) {
                        margin-bottom: 15px;
                    }
                }
                ul {
                    li {
                        color: @primaryColor;
                        font-weight: 500;
                        border-right: 1px solid @dividerColor;
                        display: inline-block;
                        margin-right: 15px;
                        padding-right: 15px;
                        line-height: 1;
                        @media (min-width: 768px) and (max-width: 991px) {
                            margin-right: 12px;
                            padding-right: 12px;
                        }
                        &:last-child {
                            border-right: 0;
                            margin-right: 0;
                            padding-right: 0;
                        }
                    }
                }
            }
        }
    }
    .event-btn-holder {
        margin-top: 45px;
        text-align: center;
    }
}

.news-page-area {
    padding: 100px 0;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0;
    }
}

.news-box {
    margin-bottom: 55px;
    h2 {
        margin-bottom: 12px;
    }
    p {
        margin-bottom: 30px;
    }
    .news-img-holder {
        margin-bottom: 25px;
        position: relative;
    }
}

.news-date1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    li {
        width: 112px;
        height: 60px;
        font-size: 24px;
        text-align: center;
        line-height: 2.5;
        @media (min-width: 480px) and (max-width: 991px) {
            height: 40px;
            font-size: 20px;
            width: 90px;
            line-height: 2;
        }
        @media (min-width: 480px) and (max-width: 767px) {
            font-size: 18px;
            line-height: 2.3;
        }
        @media only screen and (max-width: 479px) {
            height: 35px;
            font-size: 16px;
            width: 80px;
        }
        &:nth-child(odd) {
            background: @primaryColor;
            color: @textPrimaryColor;
            font-weight: 700;
        }
        &:nth-child(even) {
            background: @accentColor;
            color: @primaryTextColor;
            font-weight: 500;
        }
    }
}

.news-date2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    li {
        width: 60px;
        height: 40px;
        font-size: 14px;
        text-align: center;
        line-height: 2.8;
        @media (min-width: 480px) and (max-width: 991px) {
            height: 40px;
            font-size: 20px;
            width: 90px;
            line-height: 2;
        }
        @media (min-width: 480px) and (max-width: 767px) {
            font-size: 18px;
            line-height: 2.3;
        }
        @media only screen and (max-width: 479px) {
            height: 35px;
            font-size: 16px;
            width: 80px;
            line-height: 2.2;
        }
        &:nth-child(odd) {
            background: @primaryColor;
            color: @textPrimaryColor;
            font-weight: 700;
        }
        &:nth-child(even) {
            background: @accentColor;
            color: @primaryTextColor;
            font-weight: 500;
        }
    }
}

.news-comments {
    margin-bottom: 35px;
    padding-bottom: 10px;
    li {
        display: inline-block;
        margin-right: 20px;
        @media (min-width: 992px) and (max-width: 1199px) {
            margin-right: 8px;
        }
        a {
            color: #b1b1b1;
            &:hover {
                color: @primaryColor;
            }
            i {
                color: @accentColor;
                margin-right: 8px;
            }
            span {
                color: #444444;
            }
        }
    }
}

.news-details-page-area {
    padding: 100px 0;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0;
    }
}

.news-details-page-inner {
    .news-img-holder {
        margin-bottom: 25px;
        position: relative;
    }
    .title-default-left-bold {
        margin-bottom: 20px;
    }
    p {
        span {
            font-style: italic;
            padding: 40px 50px 50px;
            background: #f5f5f5;
            display: block;
            position: relative;
            margin-bottom: 30px;
            &:before {
                color: @accentColor;
                content: "\f10d";
                font-family: FontAwesome;
                font-size: 20px;
                left: 30px;
                position: absolute;
                top: 30px;
                z-index: 1
            }
        }
    }
    .news-social {
        margin-top: 10px;
        margin-bottom: 80px;
        display: inline-block;
        li {
            display: inline-block;
            margin-right: 5px;
            a {
                background: @primaryColor;
                width: 30px;
                height: 30px;
                display: block;
                text-align: center;
                line-height: 27px;
                .transition(all,
                0.3s,
                ease-out);
                i {
                    color: @accentColor;
                    font-size: 13px;
                    .transition(all,
                    0.3s,
                    ease-out);
                }
                &:hover {
                    background: @accentColor;
                    i {
                        color: @primaryColor;
                    }
                }
            }
            &:last-child {
                margin-right: 0;
            }
        }
    }
}

.event-page-area {
    padding: 100px 0;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0;
    }
}

.event-inner-wrapper {
    @media only screen and (max-width: 479px) {
        .col-xs-6 {
            width: 100%;
        }
    }
    .single-item {
        margin-bottom: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        @media only screen and (max-width: 1199px) {
            display: block;
        }
        .item-img {
            -webkit-box-flex: 1;
            -moz-flex: 1;
            -webkit-flex: 1;
            flex: 1;
        }
        .item-content {
            padding: 0 30px;
            -webkit-box-flex: 1;
            -moz-flex: 1;
            -webkit-flex: 1;
            flex: 1;
            @media only screen and (max-width: 1199px) {
                padding: 30px 0;
            }
            p {
                margin-bottom: 30px;
            }
        }
    }
    .event-info-block {
        li {
            line-height: 1.4;
            margin-bottom: 15px;
            font-size: 18px;
            color: @primaryColor;
            padding-left: 40px;
            position: relative;
            @media only screen and (max-width: 479px) {
                font-size: 16px;
            }
            &:last-child {
                margin-bottom: 0;
            }
            i {
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
                font-size: 24px;
                margin-right: 15px;
                color: @accentColor;
            }
        }
    }
}

.event-details-page-area {
    padding: 100px 0;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0;
    }
}

.event-details-inner {
    .event-details-img {
        position: relative;
        margin-bottom: 30px;
        .countdown-content {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            z-index: 1;
            @media only screen and (max-width: 767px) {
                top: inherit;
                bottom: 0;
                transform: translateY(0);
                left: 0;
                right: 0;
                margin: 0 auto;
                text-align: center;
            }
            .countdown-section {
                padding: 15px 0;
                text-align: center;
                width: 80px;
                @media only screen and (max-width: 991px) {
                    padding: 8px 0 4px;
                    width: 75px;
                }
                @media only screen and (max-width: 767px) {
                    width: 65px;
                    display: inline-block;
                }
                h3 {
                    color: @textPrimaryColor;
                    margin-bottom: 0;
                    line-height: 1;
                    font-size: 18px;
                    font-weight: 700;
                }
                p {
                    margin-bottom: 0;
                }
                &:nth-child(odd) {
                    background: @primaryColor;
                    p {
                        color: #a0a5ac;
                    }
                }
                &:nth-child(even) {
                    background: @accentColor;
                    p {
                        color: #856900;
                    }
                }
            }
        }
    }
    p {
        margin-bottom: 50px;
    }
}

.event-info-inline {
    margin-bottom: 55px;
    li {
        display: inline-block;
        line-height: 1.4;
        margin-right: 30px;
        font-size: 18px;
        color: @primaryColor;
        padding-left: 40px;
        position: relative;
        margin-bottom: 10px;
        @media only screen and (max-width: 479px) {
            font-size: 16px;
        }
        &:last-child {
            margin-bottom: 0;
        }
        i {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            font-size: 24px;
            margin-right: 15px;
            color: @accentColor;
        }
    }
}

.why-choose-area {
    padding: 82px 0 94px;
    background: #f8f8f8;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 74px 0 84px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 66px 0 74px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 58px 0 33px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 49px 0 23px;
    }
    @media only screen and (max-width: 320px) {
        padding: 40px 0 13px;
    }
}


/*=======================================================================
[17] Certificate Area
=========================================================================*/

.certificate-area {
    background: #f8f8f8;
    padding: 100px 0;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0;
    }
    .single-item {
        background: @textPrimaryColor;
        padding: 15px;
    }
}


/*=======================================================================
[18] Gallery Area
=========================================================================*/

.gallery-wrapper {
    margin-left: -5px;
    margin-right: -5px;
    > div {
        padding: 0 3px;
    }
}

.gallery-box {
    margin-bottom: 6px;
    position: relative;
    &:before {
        opacity: 0;
        content: "";
        .rgbaColorIn(@accentColor,
        70%);
        background-color: @result;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 100%;
        width: 100%;
        .transition(all,
        0.5s,
        ease-out);
    }
    img {
        width: 100%;
    }
    .gallery-content {
        opacity: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        .transition(all,
        0.5s,
        ease-out);
        a {
            .rgbaColorIn(@primaryColor,
            100%);
            background-color: @result;
            height: 55px;
            width: 55px;
            line-height: 60px;
            display: inline-block;
            border-radius: 50%;
            i {
                color: @textPrimaryColor;
                font-size: 18px;
                .transition(all,
                0.5s,
                ease-out);
            }
        }
    }
    &:hover {
        &:before {
            opacity: 1;
            .transition(all,
            0.5s,
            ease-out);
        }
        .gallery-content {
            opacity: 1;
            .transition(all,
            0.5s,
            ease-out);
        }
    }
}

.gallery-area1 {
    padding: 50px 0 93px;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0 83px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0 73px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0 63px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0 53px;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0 43px;
    }
}

.gallery-area2 {
    padding: 100px 0 93px;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0 83px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0 73px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0 63px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0 53px;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0 43px;
    }
}


/*=======================================================================
[19] Price Table Area
=========================================================================*/

.price-table1-area {
    padding: 100px 0 70px;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0 60px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0 50px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0 40px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0 30px;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0 20px;
    }
}

.price-table-box1 {
    text-align: center;
    padding: 50px 0;
    background: #f8f8f8;
    margin: 0 auto 30px;
    .transition(all,
    0.5s,
    ease-out);
    span {
        text-transform: uppercase;
        color: @primaryColor;
        font-size: 24px;
        font-weight: 500;
        display: block;
        margin-bottom: 30px;
        .transition(all,
        0.5s,
        ease-out);
    }
    h2 {
        color: @textPrimaryColor;
        font-size: 30px;
        height: 150px;
        width: 150px;
        line-height: 150px;
        display: inline-block;
        background: @primaryColor;
        border-radius: 50%;
        margin-bottom: 35px;
        .transition(all,
        0.5s,
        ease-out);
    }
    .price-table-service {
        margin-bottom: 40px;
        p {
            color: @textPrimaryColor;
            font-size: 16px;
            color: #444444;
            line-height: 1;
            display: block;
            .transition(all,
            0.5s,
            ease-out);
        }
    }
    &:hover {
        background: @primaryColor;
        -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.5);
        span {
            color: @textPrimaryColor;
        }
        h2 {
            background: @accentColor;
            color: @primaryColor;
        }
        .price-table-service {
            p {
                color: #d2d2d2;
            }
        }
    }
}

.price-table2-area {
    padding: 100px 0 70px;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0 60px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0 50px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0 40px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0 30px;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0 20px;
    }
}

.price-table-box2 {
    text-align: center;
    margin-bottom: 30px;
    background: #f8f8f8;
    padding: 70px 0;
    span {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 500;
        color: @primaryColor;
        letter-spacing: 4px;
        margin-bottom: 25px;
        display: inline-block;
    }
    h3 {
        font-size: 48px;
        color: @accentColor;
        margin-bottom: 35px;
        span {
            text-transform: capitalize;
            font-size: 18px;
            color: #a4a4a4;
        }
    }
    ul {
        margin-bottom: 20px;
        li {
            color: @primaryColor;
            font-weight: 500;
            font-size: 15px;
            margin-bottom: 10px;
        }
    }
}


/*=======================================================================
[20] Research Area
=========================================================================*/

.research-page1-area {
    padding: 100px 0;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0;
    }
}

.research-box1 {
    overflow: hidden;
    margin-bottom: 45px;
    img {
        margin-bottom: 25px;
    }
}

.research-page2-area {
    padding: 100px 0;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0;
    }
}

.research-box2 {
    margin-bottom: 35px;
    .research-img-holder {
        margin-bottom: 20px;
        position: relative;
        .research-details {
            position: absolute;
            bottom: 30px;
            z-index: 1;
            left: 30px;
            a {
                color: @textPrimaryColor;
                padding: 10px 20px;
                display: block;
                background: @primaryColor;
                font-size: 18px;
                font-weight: 500;
                .transition(all,
                0.5s,
                ease-out);
                &:hover {
                    background: @accentColor;
                    color: @primaryTextColor;
                    i {
                        color: @primaryTextColor;
                    }
                }
                i {
                    color: @accentColor;
                    font-size: 20px;
                    margin-left: 15px;
                    font-weight: 700;
                    .transition(all,
                    0.5s,
                    ease-out);
                }
            }
        }
    }
}

.research-page3-area {
    padding: 100px 0;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0;
    }
}

.research-box3 {
    margin-bottom: 60px;
    img {
        margin-bottom: 20px;
    }
    p {
        margin-bottom: 30px;
    }
}

.research-details-page-area {
    padding: 100px 0 74px;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0 77px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0 52px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0 69px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0 59px;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0 49px;
    }
}

.research-details-inner {
    img {
        margin-bottom: 20px;
    }
    p {
        span {
            font-style: italic;
            padding: 40px 50px 50px;
            background: #f5f5f5;
            display: block;
            position: relative;
            margin-bottom: 30px;
            &:before {
                color: @accentColor;
                content: "\f10d";
                font-family: FontAwesome;
                font-size: 20px;
                left: 30px;
                position: absolute;
                top: 30px;
                z-index: 1
            }
        }
    }
}


/*=======================================================================
[21] Shop Page Area
=========================================================================*/

.shop-page1-area {
    padding: 100px 0;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0;
    }
    .shop-page1-xs-width {
        @media only screen and (max-width: 479px) {
            .col-xs-6 {
                width: 100%;
            }
        }
    }
}

.product-box1 {
    text-align: center;
    margin-bottom: 30px;
    .product-social {
        opacity: 0;
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 33%;
        z-index: 2;
        -moz-transform: scale(1) translateY(-150px);
        -webkit-transform: scale(1) translateY(-150px);
        -o-transform: scale(1) translateY(-150px);
        -ms-transform: scale(1) translateY(-150px);
        transform: scale(1) translateY(-150px);
        @media only screen and (max-width: 479px) {
            top: 27%;
            -moz-transform: scale(1) translateY(-50px);
            -webkit-transform: scale(1) translateY(-50px);
            -o-transform: scale(1) translateY(-50px);
            -ms-transform: scale(1) translateY(-50px);
            transform: scale(1) translateY(-50px);
        }
        .transition(all,
        0.5s,
        ease-out);
        li {
            display: inline-block;
            height: 40px;
            width: 42px;
            border: 1px solid @accentColor;
            background: transparent;
            margin: 0 1px;
            @media only screen and (max-width: 479px) {
                height: 30px;
                width: 32px;
            }
            .transition(all,
            0.5s,
            ease-out);
            a {
                display: block;
                i {
                    line-height: 40px;
                    color: @textPrimaryColor;
                    @media only screen and (max-width: 479px) {
                        line-height: 30px;
                    }
                    .transition(all,
                    0.5s,
                    ease-out);
                }
            }
            &:hover {
                background: @accentColor;
                i {
                    color: @primaryTextColor;
                }
            }
        }
    }
    .product-img-holder {
        position: relative;
        @media only screen and (max-width: 479px) {
            display: inline-block;
        }
        a {
            img {
                width: 100%;
                @media only screen and (max-width: 479px) {
                    width: auto;
                }
            }
        }
        &:after {
            opacity: 0;
            position: absolute;
            content: "";
            height: 100%;
            width: 100%;
            .rgbaColorIn(@primaryColor,
            80%);
            background-color: @result;
            z-index: 1;
            top: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            .transition(all,
            0.5s,
            ease-out);
        }
        .hot-sale {
            top: 0;
            position: absolute;
            width: 0;
            height: 0;
            border-top: 60px solid @accentColor;
            border-right: 60px solid transparent;
            z-index: 3;
            span {
                color: @primaryColor;
                font-size: 12px;
                font-weight: 600;
                text-transform: uppercase;
                bottom: 26px;
                letter-spacing: 2px;
                position: absolute;
                -webkit-transform: rotate(316deg);
                -moz-transform: rotate(316deg);
                -o-transform: rotate(316deg);
            }
        }
    }
    .product-content-holder {
        margin-top: 20px;
        h3 {
            font-weight: 500;
            font-size: 20px;
            margin-bottom: 0;
            @media only screen and (max-width: 479px) {
                letter-spacing: 0;
            }
            a {
                color: @primaryColor;
                .transition(all,
                0.5s,
                ease-out);
                &:hover {
                    color: @accentColor;
                }
            }
        }
        span {
            color: @accentColor;
            font-size: 20px;
            font-weight: 500;
            span {
                margin-right: 15px;
                color: @secondaryTextColor;
                text-decoration: line-through;
            }
        }
    }
    &:hover {
        .product-social {
            top: 40%;
            opacity: 1;
            -moz-transform: scale(1) translateY(-50%);
            -webkit-transform: scale(1) translateY(-50%);
            -o-transform: scale(1) translateY(-50%);
            -ms-transform: scale(1) translateY(-50%);
            transform: scale(1) translateY(-50%);
            .transition(all,
            0.5s,
            ease-out);
        }
        .product-img-holder:after {
            opacity: 1;
            .transition(all,
            0.5s,
            ease-out);
        }
    }
}

.shop-page2-area {
    padding: 100px 0;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0;
    }
}

.product-box2 {
    margin-bottom: 30px;
    @media only screen and (max-width: 479px) {
        text-align: center;
        margin-bottom: 50px;
    }
    a {
        @media (min-width: 768px) and (max-width: 991px) {
            float: none!important;
        }
        @media only screen and (max-width: 479px) {
            float: none!important;
        }
        img {
            width: 100%;
            @media only screen and (max-width: 479px) {
                display: inline-block;
                width: auto;
                margin-bottom: 15px;
            }
            .transition(all,
            0.5s,
            ease-out);
            &:hover {
                opacity: 0.5;
                .transition(all,
                0.5s,
                ease-out);
            }
        }
    }
    .media-body {
        text-align: left;
        padding: 0 30px 0 20px;
        @media (min-width: 768px) and (max-width: 991px) {
            padding: 0;
        }
        @media only screen and (max-width: 479px) {
            padding: 8px 10px 0 10px;
        }
        .product-box2-content {
            @media only screen and (max-width: 479px) {
                text-align: center;
            }
            h3 {
                font-size: 20px;
                text-transform: capitalize;
                letter-spacing: 1px;
                margin-bottom: 10px;
                font-weight: 500;
                a {
                    color: @primaryColor;
                    .transition(all,
                    0.5s,
                    ease-out);
                    &:hover {
                        color: @accentColor;
                    }
                }
            }
            span {
                font-size: 20px;
                display: block;
                margin-bottom: 20px;
                color: @accentColor;
                font-weight: 500;
            }
        }
        .product-box2-cart {
            margin-top: 30px;
            @media only screen and (max-width: 1199px) {
                margin-top: 54px;
            }
            @media (min-width: 768px) and (max-width: 991px) {
                margin-top: 10px;
            }
            @media only screen and (max-width: 479px) {
                margin-top: 20px;
                text-align: center;
            }
            li {
                margin: 0 2px 0 0;
                display: inline-block;
                a {
                    line-height: 42px;
                    border: 1px solid @primaryColor;
                    text-align: center;
                    height: 42px;
                    padding: 0 20px;
                    background: transparent;
                    display: block;
                    color: @primaryColor;
                    text-transform: uppercase;
                    font-weight: 500;
                    @media (min-width: 768px) and (max-width: 991px) {
                        padding: 0 11px;
                    }
                    @media only screen and (max-width: 320px) {
                        padding: 0 15px;
                    }
                    .transition(all,
                    0.5s,
                    ease-out);
                    i {
                        line-height: 42px;
                        font-size: 14px;
                    }
                    &:hover {
                        border: 1px solid @accentColor;
                        background: @accentColor;
                        color: @primaryColor;
                        .transition(all,
                        0.5s,
                        ease-out);
                    }
                }
                &:first-child {
                    a {
                        border: 1px solid @primaryColor;
                        background: @primaryColor;
                        color: @textPrimaryColor;
                        .transition(all,
                        0.5s,
                        ease-out);
                        &:hover {
                            border: 1px solid @accentColor;
                            background: @accentColor;
                            color: @primaryColor;
                            .transition(all,
                            0.5s,
                            ease-out);
                        }
                    }
                }
            }
        }
    }
}

.shop-details-page-area {
    padding: 100px 0;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0 52px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0;
    }
}

.inner-product-details-left {
    @media only screen and (max-width: 767px) {
        text-align: center;
    }
    .tab-content {
        border: 1px solid @primaryColor;
        margin-top: 0;
        @media only screen and (max-width: 767px) {
            display: inline-block;
        }
        a {
            display: block;
            img {
                width: 100%;
            }
        }
    }
    ul {
        @media only screen and (max-width: 991px) {
            margin-bottom: 30px;
        }
        li {
            border: 1px solid transparent;
            width: 29%;
            display: inline-block;
            margin: 16px 17px 0 0;
            @media (min-width: 992px) and (max-width: 1199px) {
                width: 28%;
            }
            @media (min-width: 768px) and (max-width: 991px) {
                width: 30%;
            }
            @media only screen and (max-width: 320px) {
                width: 28%;
            }
            a img {
                width: 100%;
                opacity: 0.5;
                &:hover {
                    opacity: 1;
                }
            }
            &:last-child {
                margin: 16px 0 0 0;
            }
            &:hover {
                border: 1px solid @primaryColor;
            }
        }
        .active {
            border: 1px solid @primaryColor;
            a img {
                opacity: 1;
            }
        }
    }
}

.inner-product-details-right {
    h3 {
        color: @primaryColor;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 15px;
        font-size: 30px;
        @media (min-width: 992px) and (max-width: 1199px) {
            margin-bottom: 15px;
        }
    }
    > ul {
        margin: 0 0 15px;
        li {
            display: inline-block;
            > i {
                color: #eebe2c;
            }
        }
    }
    .price {
        font-size: 24px;
        font-weight: 600;
        color: @primaryColor;
        margin-bottom: 30px;
        @media (min-width: 992px) and (max-width: 1199px) {
            margin-bottom: 40px;
        }
        @media (min-width: 768px) and (max-width: 991px) {
            margin-bottom: 30px;
        }
    }
    .product-details-content {
        margin-bottom: 30px;
        @media (min-width: 992px) and (max-width: 1199px) {
            margin-bottom: 24px;
        }
        @media only screen and (max-width: 991px) {
            margin-bottom: 12px;
        }
        > p {
            margin-bottom: 10px;
            color: @secondaryTextColor;
            > span {
                color: @primaryTextColor;
                font-weight: 600;
                text-transform: uppercase;
            }
        }
    }
    .product-details-social {
        margin-bottom: 30px;
        @media (min-width: 992px) and (max-width: 1199px) {
            margin-bottom: 52px;
        }
        @media only screen and (max-width: 991px) {
            margin-bottom: 20px;
        }
        li {
            display: inline;
            color: @primaryTextColor;
            font-weight: 600;
            margin-right: 15px;
            a {
                padding: 0 10px;
                i {
                    color: @secondaryTextColor;
                    .transition(all,
                    0.5s,
                    ease-out);
                }
                &:hover i {
                    color: @accentColor;
                }
            }
        }
    }
    .inner-product-details-cart {
        margin-bottom: 0;
        @media only screen and (max-width: 479px) {
            text-align: center;
        }
        li {
            vertical-align: top;
            margin: 0 2px 0 0;
            display: inline-block;
            @media only screen and (max-width: 479px) {
                margin-bottom: 5px;
            }
            a {
                border: 1px solid @primaryColor;
                line-height: 52px;
                text-align: center;
                height: 52px;
                padding: 0 20px;
                background: transparent;
                display: block;
                color: @primaryColor;
                text-transform: uppercase;
                font-weight: 500;
                @media (min-width: 768px) and (max-width: 1199px) {
                    padding: 0 13px;
                }
                .transition(all,
                0.5s,
                ease-out);
                i {
                    color: @primaryColor;
                    line-height: 54px;
                    font-size: 14px;
                    .transition(all,
                    0.5s,
                    ease-out);
                }
                &:hover {
                    border: 1px solid @accentColor;
                    background: @accentColor;
                }
            }
            .input-group {
                position: relative;
                box-shadow: none;
                .form-control {
                    box-shadow: none;
                }
                input {
                    border: none;
                    height: 50px;
                    width: 100px;
                    padding-right: 47px;
                    font-size: 20px;
                    text-align: center;
                    color: @primaryColor;
                    @media (min-width: 768px) and (max-width: 1199px) {
                        width: 81px;
                        padding-left: 5px;
                        padding-right: 40px;
                    }
                }
                .input-group-btn-vertical {
                    position: absolute;
                    z-index: 3;
                    top: 0;
                    right: 0;
                    .btn-default {
                        border: 0;
                    }
                    button {
                        display: block;
                        border-left: 1px solid @primaryColor!important;
                        border-radius: 0!important;
                        background: transparent;
                        padding: 4px 12px 3px;
                        line-height: 1.3;
                        border: 1px solid @primaryColor;
                        &:last-child {
                            border-top: 1px solid @primaryColor;
                        }
                        i {
                            line-height: 1;
                            color: @primaryColor;
                        }
                    }
                }
            }
            &:first-child {
                background: @primaryColor;
                a {
                    color: @textPrimaryColor;
                    &:hover {
                        color: @primaryColor;
                    }
                }
            }
            .quantity-holder {
                border: 1px solid @primaryColor;
            }
        }
    }
}

.product-details-tab-area {
    margin: 40px 0;
    border: 1px solid @dividerColor;
    overflow: hidden;
    ul {
        > li {
            margin: -1px;
            display: inline-block;
            padding: 10px 0;
            background: @primaryColor;
            @media only screen and (max-width: 479px) {
                display: block!important;
                padding: 0;
            }
            .transition(all,
            0.5s,
            ease-out);
            a {
                color: @textPrimaryColor;
                padding: 12px 30px;
                text-transform: uppercase;
                font-weight: 500;
                @media only screen and (max-width: 479px) {
                    display: block!important;
                }
                .transition(all,
                0.5s,
                ease-out);
            }
            &:hover {
                background: transparent;
                a {
                    color: @primaryColor;
                }
            }
        }
        .active {
            background: transparent;
            a {
                color: @primaryColor;
                text-decoration: none;
            }
        }
    }
    .tab-content {
        padding: 10px 35px 15px 35px;
        @media only screen and (max-width: 479px) {
            padding: 0 20px 10px;
        }
    }
}

.product-tags {
    @media (min-width: 992px) and (max-width: 1199px) {
        display: none;
    }
}


/*=======================================================================
[22] Brand Area
=========================================================================*/

.brand-area {
    padding: 70px 0;
    text-align: center;
    .brand-area-box {
        a img {
            width: 100%;
            margin: 0 auto;
        }
    }
    .owl-nav {
        margin-top: 0;
    }
}


/*=======================================================================
[23] Sidebar Area
=========================================================================*/

.sidebar {
    @media only screen and (max-width: 767px) {
        margin-top: 30px;
    }
}

.sidebar-box {
    margin-bottom: 30px;
    background: @textPrimaryColor;
    border: 1px solid #e0e0e0;
    &:last-child {
        margin-bottom: 0;
    }
    .sidebar-box-inner {
        padding: 30px 25px;
        @media (min-width: 768px) and (max-width: 1199px) {
            padding: 30px 15px;
        }
    }
}

.sidebar-categories {
    li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e0e0e0;
        &:last-child {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        a {
            color: #444444;
            .transition(all,
            0.5s,
            ease-out);
            &:hover {
                color: @accentColor;
            }
        }
    }
}

.product-tags {
    li {
        display: inline-block;
        margin-bottom: 7px;
        background: #e1e1e1;
        font-weight: 500;
        .transition(all,
        0.5s,
        ease-out);
        a {
            color: @primaryColor;
            text-transform: capitalize;
            display: block;
            padding: 10px 24px;
            .transition(all,
            0.5s,
            ease-out);
        }
        &:hover {
            background: @primaryColor;
            a {
                color: @textPrimaryColor;
            }
        }
    }
}

.sidebar-add-area {
    position: relative;
    img {
        width: 100%;
    }
    a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 2;
    }
}

.price-range-wrapper {
    padding-top: 10px;
    &:after {
        clear: both;
        display: block;
        content: "";
    }
    .price-range-select {
        margin: 20px 0;
        text-align: center;
        &:after {
            clear: both;
            display: block;
            content: "";
        }
        .price-range {
            font-size: 24px;
            color: @primaryColor;
            display: inline-block;
            margin: 0 10px;
        }
    }
    .noUi-connect {
        background: @primaryColor;
    }
    .noUi-horizontal {
        height: 10px;
    }
    .noUi-target {
        border-radius: 0;
    }
    .noUi-horizontal .noUi-handle {
        top: -10px;
        background: @accentColor;
        border: none;
        box-shadow: none;
    }
    .noUi-handle::after,
    .noUi-handle::before {
        left: 16px;
        top: 7px;
        background: @textPrimaryColor;
    }
    .noUi-handle::after {
        left: 19px;
    }
}

.sidebar-find-course {
    .form-group {
        &:last-child {
            margin-bottom: 0;
        }
        input {
            border-radius: 0;
            background: #f5f5f5;
            color: @primaryColor;
            border: none;
        }
        .select2-selection.select2-selection--single {
            border-radius: 0;
            height: 40px;
            background-image: none;
            border: 1px solid #e5e5e5;
        }
    }
    .course-name {
        input {
            height: 40px;
            border: 1px solid #e5e5e5;
            box-shadow: none;
        }
    }
    .remember-style {
        margin: 25px 0;
        span {
            color: @primaryColor;
            margin-right: 15px;
            text-transform: uppercase;
            input {
                margin-right: 10px;
            }
        }
    }
    input.form-control::-webkit-input-placeholder,
    textarea.form-control::-webkit-input-placeholder {
        color: #9a9a9a;
        font-style: italic;
    }
    input.form-control::-moz-placeholder,
    textarea.form-control::-moz-placeholder {
        color: #9a9a9a;
        font-style: italic;
    }
    input.form-control:-moz-placeholder,
    textarea.form-control:-moz-placeholder {
        color: #9a9a9a;
        font-style: italic;
    }
    input.form-control:-ms-input-placeholder,
    textarea.form-control:-ms-input-placeholder {
        color: #9a9a9a;
        font-style: italic;
    }
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background: none;
    border: none;
    margin: 5px 5px 0 0;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    padding: 5px 0 0 10px;
    line-height: inherit;
    font-style: italic;
    color: #9a9a9a;
}

.sidebar-course-price {
    span {
        font-size: 40px;
        color: @primaryColor;
        margin-bottom: 20px;
        display: block;
    }
    .enroll-btn {
        margin-bottom: 30px;
    }
}

.sidebar-course-reviews {
    h4 {
        color: @primaryColor;
        font-size: 16px;
        position: relative;
        margin-bottom: 10px;
        span {
            position: absolute;
            right: 0;
            top: -15px;
            z-index: 1;
            font-size: 36px;
            color: @primaryColor;
        }
    }
    ul {
        li {
            display: inline-block;
            color: #fdc800;
        }
    }
}

.skill-area {
    position: relative;
    overflow: hidden;
    .progress {
        background-color: #f0f0f0;
        border-radius: 0;
        box-shadow: none;
        height: 8px;
        overflow: visible;
        position: relative;
        margin-top: 45px;
        .lead {
            color: @primaryColor;
            position: absolute;
            top: -30px;
            font-weight: 500;
        }
        &:last-child {
            margin-bottom: 0;
        }
    }
    .progress > span {
        color: @primaryColor;
        position: absolute;
        right: 0;
        top: -30px;
    }
    .progress:nth-child(1) .progress-bar {
        background: @accentColor;
    }
    .progress:nth-child(2) .progress-bar {
        background: @accentColor;
    }
    .progress:nth-child(3) .progress-bar {
        background: @accentColor;
    }
    .progress:nth-child(4) .progress-bar {
        background: @accentColor;
    }
    .progress:nth-child(5) .progress-bar {
        background: @accentColor;
    }
}

.sidebar-skilled-area {
    ul {
        li {
            margin-bottom: 20px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            &:last-child {
                margin-bottom: 0;
            }
            .skilled-img {
                -webkit-box-flex: 2;
                -moz-flex: 2;
                -webkit-flex: 2;
                flex: 2;
                margin-right: 5px;
            }
            .skilled-content {
                -webkit-box-flex: 3;
                -moz-flex: 3;
                -webkit-flex: 3;
                flex: 3;
                h4 {
                    font-size: 16px;
                    margin-bottom: 10px;
                    line-height: 0.9;
                    font-weight: 500;
                    a {
                        color: @primaryColor;
                        .transition(all,
                        0.5s,
                        ease-out);
                        &:hover {
                            color: @primaryTextColor;
                        }
                    }
                }
                p {
                    color: #a2a2a2;
                    line-height: 1.2;
                    margin-bottom: 0;
                }
            }
        }
    }
}

.sidebar-related-area {
    ul {
        li {
            border-bottom: 1px solid #d5d5d5;
            margin-bottom: 20px;
            padding-bottom: 20px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            &:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: none;
            }
            .related-img {
                -webkit-box-flex: 2;
                -moz-flex: 2;
                -webkit-flex: 2;
                flex: 2;
                margin-right: 10px;
            }
            .related-content {
                -webkit-box-flex: 3;
                -moz-flex: 3;
                -webkit-flex: 3;
                flex: 3;
                h4 {
                    font-size: 16px;
                    margin-bottom: 20px;
                    line-height: 0.9;
                    color: @primaryColor;
                    a {
                        color: @primaryColor;
                        .transition(all,
                        0.5s,
                        ease-out);
                        &:hover {
                            color: #444444;
                        }
                    }
                }
                p {
                    color: #000000;
                    font-size: 20px;
                    line-height: 1;
                    margin-bottom: 0;
                    font-weight: 500;
                }
            }
        }
    }
}

.sidebar-best-seller-area {
    ul {
        li {
            border-bottom: 1px solid #d5d5d5;
            margin-bottom: 20px;
            padding-bottom: 20px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            &:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: none;
            }
            .related-img {
                -webkit-box-flex: 2;
                -moz-flex: 2;
                -webkit-flex: 2;
                flex: 2;
                margin-right: 10px;
            }
            .related-content {
                -webkit-box-flex: 3;
                -moz-flex: 3;
                -webkit-flex: 3;
                flex: 3;
                h4 {
                    font-size: 16px;
                    margin-bottom: 10px;
                    line-height: 0.9;
                    a {
                        color: @primaryColor;
                        .transition(all,
                        0.5s,
                        ease-out);
                        &:hover {
                            color: @accentColor;
                        }
                    }
                }
                .rating {
                    margin-bottom: 12px;
                    li {
                        display: inline;
                        border-bottom: none;
                        i {
                            color: #fdc800;
                        }
                    }
                }
                p {
                    color: @primaryColor;
                    font-size: 20px;
                    margin-bottom: 0;
                    font-weight: 500;
                }
            }
        }
    }
}

.sidebar-question-form {
    .form-group {
        &:last-child {
            margin-bottom: 0;
        }
        input {
            border-radius: 0;
            background: #f5f5f5;
            color: @primaryColor;
            height: 40px;
            border: 1px solid #e5e5e5;
            box-shadow: none;
        }
        textarea {
            border-radius: 0;
            background: #f5f5f5;
            color: @primaryColor;
            border: 1px solid #e5e5e5;
            box-shadow: none;
        }
    }
    .form-response {
        .alert-info {
            background: transparent;
            border: none;
            color: #ffffff;
            letter-spacing: 2px;
        }
        .alert-success {
            background-color: transparent;
            color: #05e42a;
            letter-spacing: 1px;
            border-color: transparent;
            font-weight: 500;
            @media only screen and (max-width: 479px) {
                letter-spacing: 0;
            }
        }
        .alert {
            border-radius: 0;
            padding: 15px 0;
            margin-bottom: 0;
            margin-top: 15px;
        }
    }
}

.sidebar-latest-research-area {
    ul {
        li {
            border-bottom: 1px solid #e0e0e0;
            margin-bottom: 25px;
            padding-bottom: 22px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            &:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: none;
            }
            .latest-research-img {
                -webkit-box-flex: 2;
                -moz-flex: 2;
                -webkit-flex: 2;
                flex: 2;
                margin-right: 10px;
                a {
                    img {
                        .transition(all,
                        0.5s,
                        ease-out);
                    }
                    &:hover {
                        img {
                            opacity: 0.7;
                            .transition(all,
                            0.5s,
                            ease-out);
                        }
                    }
                }
            }
            .latest-research-content {
                -webkit-box-flex: 3;
                -moz-flex: 3;
                -webkit-flex: 3;
                flex: 3;
                h4 {
                    font-size: 12px;
                    margin-bottom: 6px;
                    line-height: 0.9;
                    font-weight: 500;
                    background: @primaryColor;
                    color: @textPrimaryColor;
                    padding: 7px 10px 5px;
                    display: inline-block;
                }
                p {
                    line-height: 1.2;
                    margin-bottom: 0;
                }
            }
        }
    }
}


/*=======================================================================
[24] Faq Page area
=========================================================================*/

.faq-page-area {
    padding: 100px 0 60px;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0 50px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0 40px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0 30px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0 20px;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0 10px;
    }
}

.faq-box-wrapper {
    margin-bottom: 20px;
    .faq-box-item {
        .panel-heading {
            border-radius: 0;
            padding: 0;
            color: @primaryColor;
        }
        .faq-box-title {
            h3 {
                margin-bottom: 0;
                position: relative;
                font-size: 18px;
                a {
                    display: block;
                    position: relative;
                    padding: 15px 10px 15px 60px;
                    color: @primaryColor;
                    span {
                        position: absolute;
                        left: 10px;
                        top: 8px;
                        z-index: 1;
                        border-radius: 50%;
                        height: 40px;
                        width: 40px;
                        line-height: 40px;
                        display: inline-block;
                        text-align: center;
                        font-size: 20px;
                        background: @accentColor;
                        color: @primaryColor;
                        .transition(all,
                        0.5s,
                        ease-out);
                    }
                    &:before {
                        content: "\f0fe";
                        position: absolute;
                        z-index: 1;
                        top: 15px;
                        right: 15px;
                        color: @accentColor;
                        font-family: FontAwesome;
                    }
                }
            }
        }
        .faq-box-body {
            background: @primaryColor;
            color: @textPrimaryColor;
            padding: 20px 35px 5px;
        }
        .active {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            .faq-box-title {
                h3 {
                    a {
                        &:before {
                            content: "\f146";
                            color: @primaryColor;
                        }
                        span {
                            background: @textPrimaryColor;
                        }
                    }
                }
            }
        }
    }
}


/*=======================================================================
[25] Error Page Area
=========================================================================*/

.error-page-area {
    padding: 100px 0;
    background: @accentColor;
    text-align: center;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 90px 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 80px 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 70px 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 60px 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 50px 0;
    }
    .error-top {
        margin-bottom: 55px;
        img {
            display: inline-block;
        }
    }
    .error-bottom {
        h2 {
            font-weight: 500;
            margin-bottom: 10px;
            font-size: 30px;
            color: #000000;
            @media only screen and (max-width: 479px) {
                font-size: 20px;
                margin-bottom: 20px;
            }
        }
        p {
            color: #634e00;
            font-size: 18px;
            margin-bottom: 40px;
        }
    }
}


/*=======================================================================
[26] Contact Page Area
=========================================================================*/

.contact-us-page1-area {
    padding: 90px 0 0;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 80px 0 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 70px 0 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 60px 0 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 50px 0 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 40px 0 0;
    }
}

.contact-us-info1 {
    @media only screen and (max-width: 767px) {
        margin-bottom: 30px;
    }
    h2 {
        font-size: 24px;
        color: @primaryTextColor;
        text-transform: uppercase;
    }
    ul {
        margin-top: 11px;
        border: 1px solid @dividerColor;
        > li {
            padding: 15px 0 8px 30px;
            position: relative;
            border-bottom: 1px solid @dividerColor;
            @media only screen and (max-width: 1199px) {
                padding: 13px 0 6px 30px;
            }
            @media only screen and (max-width: 991px) {
                padding: 15px 0 6px 12px;
            }
            @media only screen and (max-width: 767px) {
                padding: 13px 0 4px 30px;
            }
            &:last-child {
                border-bottom: 0;
            }
            i {
                color: @primaryColor;
                position: absolute;
                z-index: 1;
                right: 30px;
                top: 40px;
                font-size: 24px;
                @media only screen and (max-width: 991px) {
                    top: 20px;
                }
            }
            h3 {
                text-transform: capitalize;
                color: #111111;
                font-size: 20px;
                margin-bottom: 5px;
            }
            .contact-social {
                margin-bottom: 10px;
                border: none;
                @media only screen and (max-width: 767px) {
                    margin-bottom: 20px;
                }
                li {
                    display: inline;
                    margin-right: 15px;
                    padding: 0;
                    border: none;
                    @media only screen and (max-width: 1199px) {
                        margin-right: 7px;
                    }
                    @media only screen and (max-width: 1199px) {
                        margin-right: 0;
                    }
                    @media only screen and (max-width: 991px) {
                        margin-right: 2px;
                    }
                    a {
                        background: transparent;
                        border: 1px solid @primaryColor;
                        height: 35px;
                        width: 35px;
                        line-height: 35px;
                        display: inline-block;
                        text-align: center;
                        @media only screen and (max-width: 991px) {
                            height: 28px;
                            width: 28px;
                            line-height: 28px;
                        }
                        .transition(all,
                        0.5s,
                        ease-out);
                        i {
                            font-size: 20px;
                            position: inherit;
                            color: @primaryColor;
                            @media only screen and (max-width: 991px) {
                                font-size: 16px;
                            }
                            .transition(all,
                            0.5s,
                            ease-out);
                        }
                    }
                    &:hover {
                        a {
                            border: 1px solid @primaryColor;
                            background: @primaryColor;
                            i {
                                color: #ffffff;
                            }
                        }
                    }
                }
            }
        }
    }
}

.contact-form1 {
    .form-group {
        margin-bottom: 25px;
        .form-control {
            border-radius: 0;
            background: transparent;
            box-shadow: none;
            border: 1px solid @dividerColor;
        }
        input {
            height: 45px;
        }
    }
    .form-response {
        .alert-info {
            background: transparent;
            border: none;
            color: #a8a7a7;
            letter-spacing: 5px;
        }
        .alert-success {
            background-color: transparent;
            color: @darkPrimaryColor;
            letter-spacing: 4px;
            border-color: transparent;
            font-weight: 500;
            @media only screen and (max-width: 479px) {
                letter-spacing: 1px;
            }
        }
        .alert {
            border-radius: 0;
            padding: 15px 0;
        }
    }
}

.google-map-area {
    margin-top: 100px;
    @media (min-width: 992px) and (max-width: 1199px) {
        margin-top: 90px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        margin-top: 80px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        margin-top: 70px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        margin-top: 60px;
    }
    @media only screen and (max-width: 320px) {
        margin-top: 50px;
    }
}

.contact-us-page2-area {
    padding: 88px 0 0;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 78px 0 0;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 68px 0 0;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 58px 0 0;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 48px 0 0;
    }
    @media only screen and (max-width: 320px) {
        padding: 38px 0 0;
    }
}

.contact-us-info2 {
    @media only screen and (max-width: 767px) {
        margin-bottom: 30px;
    }
    ul {
        margin-top: 10px;
        li {
            position: relative;
            padding: 25px 0 25px 70px;
            border: 1px solid #e6e6e6;
            font-size: 18px;
            color: @primaryColor;
            margin-bottom: 30px;
            &:last-child {
                margin-bottom: 0;
            }
            @media only screen and (max-width: 1199px) {
                margin-bottom: 17px;
            }
            @media (min-width: 768px) and (max-width: 991px) {
                padding: 25px 0 25px 40px;
            }
            i {
                position: absolute;
                left: 23px;
                top: 22px;
                z-index: 1;
                color: @accentColor;
                font-size: 30px;
                @media (min-width: 768px) and (max-width: 991px) {
                    left: 6px;
                    top: 24px;
                }
            }
        }
    }
}

.contact-form2 {
    .form-group {
        margin-bottom: 25px;
        .form-control {
            border-radius: 0;
            background: #f1f1f1;
            box-shadow: none;
            border: none;
        }
        input {
            height: 45px;
            color: @primaryColor;
        }
        textarea {
            height: 178px;
        }
    }
    .form-response {
        .alert-info {
            background: transparent;
            border: none;
            color: #a8a7a7;
            letter-spacing: 5px;
        }
        .alert-success {
            background-color: transparent;
            color: @darkPrimaryColor;
            letter-spacing: 4px;
            border-color: transparent;
            font-weight: 500;
            @media only screen and (max-width: 479px) {
                letter-spacing: 1px;
            }
        }
        .alert {
            border-radius: 0;
            padding: 15px 0;
        }
    }
}


/*=======================================================================
[27] Footer Area
=========================================================================*/

.footer-area-top {
    padding: 92px 0 50px;
    background: @primaryColor;
    @media (min-width: 992px) and (max-width: 1199px) {
        padding: 82px 0 40px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        padding: 72px 0 40px;
    }
    @media (min-width: 480px) and (max-width: 767px) {
        padding: 62px 0 35px;
    }
    @media (min-width: 321px) and (max-width: 479px) {
        padding: 52px 0 20px;
    }
    @media only screen and (max-width: 320px) {
        padding: 42px 0 10px;
    }
    .footer-box {
        margin-bottom: 30px;
    }
    p {
        color: #f5f5f5;
    }
    h3 {
        font-size: 20px;
        margin-bottom: 30px;
        color: @textPrimaryColor;
    }
    .footer-about {
        margin: 20px 0 35px;
        p {
            font-size: 16px;
        }
    }
    .featured-links {
        margin-bottom: 50px;
        > li {
            display: inline-block;
            &:first-child {
                margin-right: 30px;
                @media (min-width: 992px) and (max-width: 1199px) {
                    margin-right: 10px;
                }
            }
            ul {
                li {
                    margin-bottom: 12px;
                    position: relative;
                    padding-left: 15px;
                    font-size: 16px;
                    &:before {
                        content: "\f105";
                        position: absolute;
                        left: 0;
                        font-family: FontAwesome;
                        color: @accentColor;
                        top: 0;
                    }
                    a {
                        color: #f5f5f5;
                        .transition(all,
                        0.5s,
                        ease-out);
                        &:hover {
                            color: @accentColor;
                            .transition(all,
                            0.5s,
                            ease-out);
                        }
                    }
                }
            }
        }
    }
    .corporate-address {
        margin-bottom: 20px;
        li {
            margin-bottom: 10px;
            color: #f5f5f5;
            position: relative;
            padding-left: 30px;
            font-size: 16px;
            i {
                color: @accentColor;
                padding-right: 15px;
                position: absolute;
                left: 0;
                top: 3px;
                z-index: 1;
                font-size: 14px;
            }
            a {
                color: #f5f5f5;
            }
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
    .newsletter-area {
        .stylish-input-group {
            border: none;
            padding: 0;
            .form-control {
                border: none;
                box-shadow: 0 0 0;
                border-radius: 0;
                text-transform: lowercase;
                color: #717a7f;
                height: 42px;
                font-size: 13px;
                .rgbaColorIn( @darkPrimaryColor,
                30%);
                background-color: @result
            }
            .input-group-addon {
                background: transparent;
                border: none;
                border-radius: 0;
                padding: 0;
                .transition(all,
                0.3s,
                ease-out);
                button {
                    border: 0;
                    padding: 13px 17px 14px 17px;
                    .rgbaColorIn( @darkPrimaryColor,
                    30%);
                    background-color: @result;
                    .transition(all,
                    0.3s,
                    ease-out);
                    i {
                        color: @accentColor;
                        .transition(all,
                        0.3s,
                        ease-out);
                    }
                    &:hover {
                        background: @accentColor;
                        i {
                            color: @primaryColor;
                        }
                    }
                }
            }
        }
    }
    .footer-social {
        li {
            display: inline-block;
            margin-right: 5px;
            @media (min-width: 992px) and (max-width: 1199px) {
                margin-right: 2px;
            }
            a {
                width: 30px;
                height: 30px;
                border: 1px solid #2b5788;
                display: block;
                text-align: center;
                line-height: 27px;
                .transition(all,
                0.3s,
                ease-out);
                i {
                    color: #b3b3b3;
                    font-size: 13px;
                    .transition(all,
                    0.3s,
                    ease-out);
                }
                &:hover {
                    border: 1px solid @accentColor;
                    background: @accentColor;
                    i {
                        color: @primaryColor;
                    }
                }
            }
            &:last-child {
                margin-right: 0;
            }
        }
    }
    .flickr-photos {
        li {
            display: inline-block;
            width: 32%;
            margin-bottom: -2px;
            img:hover {
                opacity: 0.5;
                .transition(all,
                0.3s,
                ease-out);
            }
        }
    }
}

.footer-area-bottom {
    background: #001a39;
    padding: 20px 0 0;
    text-transform: capitalize;
    font-size: 14px;
    @media only screen and (max-width: 767px) {
        text-align: center;
        padding: 17px 0;
    }
    p {
        color: #999999;
        @media only screen and (max-width: 767px) {
            margin-bottom: 10px;
        }
        a {
            color: @textPrimaryColor;
            .transition(all,
            0.3s,
            ease-out);
            &:hover {
                color: @accentColor;
            }
        }
    }
    .payment-method {
        text-align: right;
        @media only screen and (max-width: 767px) {
            text-align: center;
        }
        li {
            display: inline-block;
        }
    }
}


/*=======================================================================
[28] Registration Page Area
=========================================================================*/

.registration-page-area {
    padding: 88px 0 100px;
    .registration-details-area {
        label {
            letter-spacing: 1px;
            color: #333333;
            font-weight: 400;
            margin-bottom: 10px;
        }
        input {
            height: 40px;
            border: 1px solid #dcdcdc;
            border-radius: 0;
            box-shadow: none;
            margin-bottom: 10px;
            background: #f9f9f9;
        }
        textarea {
            border: 1px solid #dcdcdc;
            border-radius: 0;
            box-shadow: none;
            margin-bottom: 10px;
            background: #f9f9f9;
        }
        span {
            color: #333333;
            text-transform: capitalize;
            letter-spacing: 1px;
            input {
                height: inherit;
                margin-right: 10px;
            }
        }
        .custom-select {
            select {
                width: 100%;
                height: 40px;
            }
        }
    }
    .pLace-order {
        text-align: left;
    }
    .select2-container .select2-selection--single {
        height: 40px;
    }
    .select2-container--classic .select2-selection--single {
        background-color: #f9f9f9;
        background-image: none;
        border-radius: 0;
        border: 1px solid #dcdcdc;
    }
    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        line-height: 40px;
        font-style: normal;
        padding: 0 0 0 10px;
    }
    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        top: 7px;
        background-color: transparent;
        background-image: none;
        border-style: none;
        right: 5px;
        margin: 1px 5px 0 0;
    }
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: @primaryColor;
    color: #ffffff;
}

.select2-container--classic .select2-dropdown {
    border: 1px solid @primaryColor !important;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: @primaryColor;
    z-index: 8;
}


/*=======================================================================
[29] Profile Page Area
=========================================================================*/

.profile-title {
    border: 1px solid #d7d7d7;
    background: @textPrimaryColor;
    li {
        border-bottom: 1px solid #d7d7d7;
        &:last-child {
            border-bottom: none;
        }
        a {
            padding: 10px 10px 10px 30px;
            position: relative;
            display: block;
            color: #707070;
            font-size: 14px;
            .transition(all,
            0.5s,
            ease-out);
            &:before {
                content: "\f105";
                font-family: FontAwesome;
                font-size: 14px;
                color: #444444;
                left: 15px;
                top: 50%;
                transform: translateY(-50%);
                position: absolute;
                z-index: 1;
                .transition(all,
                0.5s,
                ease-out);
            }
        }
    }
    .active {
        a {
            color: #37474f;
            &:before {
                color: @primaryColor;
            }
            &:after {
                background: @primaryColor;
                content: "";
                height: 2px;
                width: 100%;
                position: absolute;
                z-index: 1;
                bottom: -1px;
                left: 0;
                right: 0;
                margin: 0 auto;
                .transition(all,
                0.5s,
                ease-out);
            }
        }
    }
}

.profile-title-inner {
    margin: 0 0 30px 0;
    li {
        display: inline-block;
        margin-right: 10px;
        font-weight: 400;
        font-size: 18px;
        .transition(all,
        0.3s,
        ease-out);
        a {
            padding: 5px 20px;
            color: @primaryColor;
            display: inline-block;
        }
        &:last-child {
            margin-right: 0;
        }
        &:hover {
            background: @accentColor;
        }
    }
    .active {
        background: @accentColor;
    }
}

.profile-details {
    padding: 30px;
    background-color: @textPrimaryColor;
    margin-top: 0;
    .personal-info {
        .form-group {
            margin-bottom: 15px;
        }
        .select2-container--classic .select2-selection--single .select2-selection__rendered {
            font-style: normal;
            line-height: 30px;
        }
        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            top: 35%;
        }
        .view-all-accent-btn {
            width: 160px;
        }
        .control-label {
            text-align: left;
            color: #444444;
            font-weight: 400;
        }
        .form-control {
            height: 40px;
            background: #f9f9f9;
            border: 1px solid #dcdcdc;
            box-shadow: none;
            &:focus {
                box-shadow: none;
            }
        }
    }
    .course-info {
        img {
            margin-bottom: 20px;
        }
        h3 {
            font-size: 20px;
        }
        .skill-area {
            .progress {
                margin-top: 30px;
                width: 100%;
                height: 10px;
            }
        }
    }
    .select2-container .select2-selection--single {
        height: 40px;
    }
    .select2-container--classic .select2-selection--single {
        background-color: #f9f9f9;
        background-image: none;
        border-radius: 0;
        border: 1px solid #dcdcdc;
    }
    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        line-height: 40px;
    }
    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        top: 7px;
        background-color: transparent;
        background-image: none;
        border-style: none;
        right: 5px;
    }
    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #707070;
    }
    .custom-select {
        margin-bottom: 0;
    }
    .public-profile-content {
        img {
            margin-bottom: 15px;
        }
        .file-title {
            margin-bottom: 10px;
        }
        .file-upload-area {
            margin-bottom: 15px;
            padding: 8px;
            border: 1px solid #dcdcdc;
            background: #f9f9f9;
            color: #707070;
            a {
                margin-right: 15px;
                padding: 5px 10px;
                color: #444444;
                background: @textPrimaryColor;
                .transition(all,
                0.5s,
                ease-out);
                &:hover {
                    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
                    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
                    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
                }
            }
        }
    }
}
