/*
Theme Name:     Edukare
Theme URI:      http://trendytheme.net/demo/edukare/
Author:         TrendyTheme
Author URI:     http://trendytheme.net
Description:    Edukare is an education WordPress theme for all kinds of Educational center.
Version:        1.2
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    edukare
Tags:           two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options


>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
              CSS TABLE CONTENT 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

# GENERAL
# TYPOGRAPHY
# WORDPRESS CORE
# TABLE STYLE
# BUTTON STYLE
# GLOBAL STYLES
# SECTION TITLE
# HEADER TOPBAR
# HEADER STYLE
# NAVIGATION
    ## DROPDOWN MENU
    ## 2ND LAVEL MENU
    ## MEGA MENU STYLE
    ## MOBILE MENU STYLE
    ## FOOTER MENU
# PAGE HEADER STYLE
# FEATURED BOXED STYLE
# MAP SECTION
# CONTACT SECTION
# MAGNIFIC POPUP
# TESTIMONIAL
# BLOG HOME
# BLOG STYLE
    ## POST FORMAT:
        ### POST FORMAT VIDEO
        ### POST FORMAT AUDIO
        ### POST FORMAT QUOTE
        ### POST FORMAT LINK
        ### POST FORMAT GALLERY
        ### POST FORMAT STATUS
        ### POST FORMAT CHAT
        ### PASSWORD PROTECTED POST FORMAT
    ## SINGLE POST
    ## PAGINATION
        ### INNER POST PAGINATION
        ### SINGLE POST PAGER
    ## SIDEBAR STYLE
    ## COMMENTS-WRAPPER
    ## WP Default Comments
# EVENT: STYLE
# TEACHER STYLE
# COURSE STYLE
    # COURSE SINGLE PAGE STYLE
    # ONLINE ADMISSION FORM
# VERTICLE CAROUSEL
# ABOUT US PAGE
# ABOUT IMAGE BLOCK
# 404 PAGE
# WOOCOMMERCE
    ## PRODUCT SINGLE PAGE
    ## CART PAGE
    ## CHECKOUT PAGE
    ## WOOCOMMERCE SIDEBAR
# FOOTER SECTION
# PRELOADER
# VISUAL COMPOSER STYLE OVERRIDE
# KEY FRAME FOR ANIMATION
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


/*
*****************************************************************
*                          GENERAL                              *
*****************************************************************
*/

body{
    font-family: 'Old Standard TT', serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #565656;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
html,
body{
    width: 100%;
    height: 100%;
}
.b-font{
    font-family: 'Old Standard TT', serif;
}
.vc_tta-title-text,
.h-font{
    font-family: 'Cabin', sans-serif;
}

/* Link style
------------------------------ */
a{
    color: #0072d3;
}
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #0061b4;
    outline: none;
    text-decoration: none;
}
dl dd{
    margin-bottom: 10px;
}

@media (min-width: 992px){
    .display-table{
        display: table;
        padding: 0;
    }
    .display-table-row{
        display: table-row;
    }
    .display-table-cell{
        display: table-cell;
        float: none;
        vertical-align: top;
    }
}

/* Transition elements
------------------------------------------ */
a,
.side,
.navbar a,
.navbar-default,
.form-control,
.transition,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce .product .entry-summary a.single_add_to_cart_button{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/*
*****************************************************************
*                          TYPOGRAPHY                           *
*****************************************************************
*/

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    color: #212121;
    margin: 0 0 15px;
}
h1 {
    font-size: 50px;
    line-height: 65px;
}
h2 {
    font-size: 35px;
    line-height: 45px;
}
h3 {
    font-size: 25px;
    line-height: 35px
}
h4 {
    font-size: 20px;
    line-height: 30px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 12px;
}
p {
    margin-bottom: 15px;
}
p:last-child {
    margin-bottom: 0;
}
p img {
    margin: 0;
}
figure{
    margin-bottom: 15px;
}
ul, 
ol {
    margin-bottom: 0;
}
.entry-content ul,
.entry-content ol{
    margin-bottom: 10px;
    padding-left: 20px;
}
.tt-fullHeight {
    height: 100vh;
}
.entry-content p{
    margin-bottom: 20px;
}
.entry-content p:last-child{
    margin-bottom: 0;
}
/* Accessibility
------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}


/*
*****************************************************************
*                      WORDPRESS CORE                           *
*****************************************************************
*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/* Captions
-------------------------------------------*/
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 3px;
    text-align: center;
}
.wp-caption figcaption{
    padding: 5px 0 0;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0 none;
    width: auto;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
}
.wp-caption .wp-caption-text {
    margin: 5px 0;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Clearings
------------------------------------------- */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/* Widgets
-------------------------------------------*/
.widget {
    margin: 0 0 20px;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Content
-------------------------------------------*/
.sticky {
    display: block;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-links {
    clear: both;
}
.page-wrapper{
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-wrapper .section-wrapper .container{
    width: 100%;
    padding: 0;
}

/* Comments
-------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}

/* Infinite scroll
-------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/* Media
-------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}
.video-section {
    top: 0%;
    left: 0%;
    height: 400px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.overlay {
    min-height: 400px;
    background-color: rgba(0, 0, 0, 0.5);
}
video,
object {
    min-width:100%;
    min-height:100%;
}
.audio {
    width: 100%;
}

/*WP Default Comments
--------------------------------------------------*/
.comments-wrapper .comment-notes, 
.comments-wrapper .comment-awaiting-moderation {
    color: #a2a2a2;
    font-style: italic;
}
.comments-wrapper input, 
.comments-wrapper textarea, 
.post-password-form input {
    padding: 0 15px;
    box-shadow: none;
    font-weight: 500;
    color: #212121;
    width: 100%;
}
.comments-wrapper input:focus, 
.comments-wrapper textarea:focus, 
.post-password-form input:focus{
    outline: none;
    box-shadow: none;
}
.comments-wrapper textarea {
    min-height: 120px;
    padding: 15px;
}
.comments-wrapper .form-submit{
    display: inline-block;
    margin-top: 20px;
}
.comments-wrapper .form-submit input{
    border: 0;
    font-size: 15px;
    line-height: 26px;
    padding: 15px 38px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #0072d3;
}
.comments-wrapper .form-submit input:hover{
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.comments-wrapper .form-submit input:focus {
    outline: none;
}
.comments-wrapper li.pingback a {
    color: #565656;
}
.comments-wrapper li.pingback a:hover {
    color: #0072d3;
}

/*
*****************************************************************
*                        TABLE STYLE                            *
*****************************************************************
*/

table{
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}
table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th{
    padding: 8px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.side table>tbody>tr>td,
.side table>tbody>tr>th,
.side table>tfoot>tr>td,
.side table>tfoot>tr>th,
.side table>thead>tr>td,
.side table>thead>tr>th{
    padding: 6px;
}
.entry-content table>tbody>tr>td,
.entry-content table>tbody>tr>th,
.entry-content table>tfoot>tr>td,
.entry-content table>tfoot>tr>th,
.entry-content table>thead>tr>td,
.entry-content table>thead>tr>th{
    padding: 6px;
}
@media screen and (min-width: 992px) and (max-width: 1171px){
    .entry-content table>tbody>tr>td,
    .entry-content table>tbody>tr>th,
    .entry-content table>tfoot>tr>td,
    .entry-content table>tfoot>tr>th,
    .entry-content table>thead>tr>td,
    .entry-content table>thead>tr>th{
        padding: 4px;
        font-size: 16px;
    }
}
thead {
    color: #272829;
    background-color: #f5f5f5;
}
table.event-schedule{
    border: 0;
}
table.event-schedule tr > th,
table.event-schedule tr > td{
    line-height: 30px;
}
table.event-schedule>tbody>tr>td, 
table.event-schedule>tbody>tr>th, 
table.event-schedule>tfoot>tr>td, 
table.event-schedule>tfoot>tr>th, 
table.event-schedule>thead>tr>td, 
table.event-schedule>thead>tr>th{
    border: 0;
    border-top: 1px solid #ddd;
}

/* Form Style
------------------------------------------- */
.form-group {
    margin-bottom: 30px;
}
.form-control {
    height: 50px;
    border: 1px solid rgba(215, 215, 215, 0.8);
    border-radius: 3px;
    box-shadow: none;
    font-weight: 400;
    color: #555;
}
.toogle-menu-sidebar .form-control {
    color: #ffffff;
}
.form-control:focus {
    box-shadow: none;
}
.dark .form-control{
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.29);
}
.contact-form .form-control{
    color: #333;
}
.form-control:focus {
    border: 1px solid rgba(215, 215, 215, 0.7);
}
.form-group textarea{
    padding: 15px;
    min-height: 200px;
}
.wpcf7-form .btn {
    color: #fff;
    background-color: #00a8ff;
}
.wpcf7-form .btn:hover {
    background-color: #0072d3;
    -webkit-box-shadow: 4px 4px 40px 3px rgba(25, 25, 25, 0.12);
    -moz-box-shadow: 4px 4px 40px 3px rgba(25, 25, 25, 0.12);
    -ms-box-shadow: 4px 4px 40px 3px rgba(25, 25, 25, 0.12);
    -o-box-shadow: 4px 4px 40px 3px rgba(25, 25, 25, 0.12);
    box-shadow: 4px 4px 40px 3px rgba(25, 25, 25, 0.12);
}

.wpcf7-form  .btn:focus {
    outline: none;
}

/*placeholder setting for all*/
.form-group input::-webkit-input-placeholder {
    color: #565656;
}
.form-group input::-moz-placeholder {
    color: #565656;
}
.form-group input:-ms-input-placeholder {
    color: #565656;
}
.form-group input:-moz-placeholder {
    color: #565656;
}
.form-group textarea::-webkit-input-placeholder {
    color: #565656;
}
.form-group textarea::-moz-placeholder {
    color: #565656;
}
.form-group textarea:-ms-input-placeholder {
    color: #565656;
}
.form-group textarea:-moz-placeholder {
    color: #565656;
}

/*search form placeholder*/
.search-form input::-webkit-input-placeholder {
    color: #eaeaea;
}
.search-form input::-moz-placeholder {
    color: #eaeaea;
}
.search-form input:-ms-input-placeholder {
    color: #eaeaea;
}
.search-form input:-moz-placeholder {
    color: #eaeaea;
}
.widget .search-form input::-webkit-input-placeholder {
    color: #aaa;
}
.widget .search-form input::-moz-placeholder {
    color: #aaa;
}
.widget .search-form input:-ms-input-placeholder {
    color: #aaa;
}
.widget .search-form input:-moz-placeholder {
    color: #aaa;
}
.alert {
    padding: 11px 15px;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*blockquote style*/
blockquote {
    padding: 30px 70px;
    background: #f1f1f1;
    color: #666;
    border: 0;
    margin: 0 0 15px;
    position: relative;
    font-size: 17px;
    font-style: italic;
}
blockquote p {
    margin-bottom: 0 !important;
    z-index: 10;
}
blockquote::before {
    position: absolute;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 30px;
    color: #ccc;
    left: 25px;
    top: 35px;
    z-index: 10;
}


/*
*****************************************************************
*                        BUTTON STYLE                           *
*****************************************************************
*/

.btn,
.vc_btn3,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce .product .entry-summary a.single_add_to_cart_button{
    border: 0;
    font-size: 13px;
    line-height: 21px;
    padding: 15px 38px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    letter-spacing: 1.2;
    font-family: 'Cabin', sans-serif;
}
.btn-primary{
    font-size: 15px;
}
.vc_general.vc_btn3.vc_btn3-color-theme_primary_color,
.btn-primary,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce .product .entry-summary a.single_add_to_cart_button{
    background-color: #0072d3;
    color: #ffffff;
}
.vc_general.vc_btn3.vc_btn3-color-theme_primary_color:hover,
.vc_general.vc_btn3.vc_btn3-color-theme_primary_color:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:active,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:active,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:active,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.woocommerce .product .entry-summary a.single_add_to_cart_button:hover,
.woocommerce .product .entry-summary a.single_add_to_cart_button:focus,
.woocommerce .product .entry-summary a.single_add_to_cart_button:active{
    background-color: #035eac;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern{
    background-color: #ffffff !important;
    color: #212121 !important;
}

/*pink button*/
.btn-pink,
.btn-pink:hover,
.vc_general.vc_btn3.vc_btn3-color-theme_pink_color,
.vc_general.vc_btn3.vc_btn3-color-theme_pink_color:hover,
.widget.woocommerce #respond input#submit, 
.widget.woocommerce a.button, 
.widget.woocommerce button.button, 
.widget.woocommerce input.button,
.widget.woocommerce #respond input#submit:hover, 
.widget.woocommerce a.button:hover, 
.widget.woocommerce button.button:hover, 
.widget.woocommerce input.button:hover{
    background-color: #ff0068;
    border-color: #ff0068;
    color: #ffffff;
}

/*pink button*/
.btn-orange,
.btn-orange:hover,
.vc_general.vc_btn3.vc_btn3-color-theme_orange_color,
.vc_general.vc_btn3.vc_btn3-color-theme_orange_color:hover{
    background-color: #ff5a00;
    border-color: #ff5a00;
    color: #ffffff;
}

/*white button*/
.btn-white,
.btn-white:hover,
.btn-white:focus {
    color: #03a9f4;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
button:focus {
    outline: none !important;
}
.vc_general.vc_btn3:focus, 
.vc_general.vc_btn3:hover {
    color: #fff !important;
}
.btn.btn-sm {
    padding: 10px 30px;
}
.main-menu .btn.btn-sm{
    padding: 6px 22px;
    font-size: 13px;
    line-height: 28px;
}
.btn-lg {
    height: 60px;
    padding: 18px 38px;
}
.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 2px !important;
}
.vc_btn3.vc_btn3-size-md {
    font-size: 13px !important;
    padding: 15px 30px !important;
}
.vc_btn3.vc_btn3-size-lg {
    padding: 18px 38px !important;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty){
    padding-left: 45px !important;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty){
    padding-left: 60px !important;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{
    font-size: 28px;
}
.vc_btn3.vc_btn3-size-md strong,
.vc_btn3.vc_btn3-size-lg strong{
    font-size: 20px;
    display: block;
    font-weight: 900;
}
.vc_general.vc_btn3.vc_btn3-shape-rounded{
    border-radius: 3px;
}
.vc_general.vc_btn3.vc_btn3-style-classic{
    border: 0;
}
.vc_btn3.vc_btn3-color-white:hover{
    color: #000000 !important;
}
.vc_general.vc_btn3.vc_btn3-style-classic:hover,
.vc_general.vc_btn3.vc_btn3-style-classic:focus,
.vc_general.vc_btn3.vc_btn3-style-classic:active{
    border: 0;
}

/*alert*/
.alert {
    padding: 10px 15px;
    border-radius: 0;
    border: 0;
}
.tt-alert {
    background-color: transparent;
}
.alert-dismissible .close {
    top: 5px;
}

/*List Style
-------------------------------------*/

.check-circle-list,
.check-square-list {
    padding: 0;
    list-style: none;
}
.check-circle-list li{
    line-height: 33px;
}
.check-circle-list li i{
    font-size: 16px;
    color: #cdcdcd;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.check-circle-list li:hover i{
    color: #0072d3;
}
.check-square-list li{
    line-height: 46px;
}
.check-square-list li i{
    position: relative;
    top: 5px;
    margin-right: 10px;
}
.check-square-list.list-right li i{
    margin-right: 0;
    margin-left: 10px;
}


/*
*****************************************************************
*                       GLOBAL STYLES                           *
*****************************************************************
*/

.section-wrapper{
    position: relative;
}
.container-fullwidth {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fullwidth .vc_column_container>.vc_column-inner{
    padding-left: 0;
    padding-right: 0;
}
.alert-info {
    color: #194d68;
}
.vc_row.section-wrapper{
    margin-left: 0;
    margin-right: 0;
}
.vc_row.vc_row-o-full-height{
    min-height: 100vh !important;
}
.vc_row.vc_row-o-equal-height{
    margin-left: 0;
    margin-right: 0;
}
.media {
    margin-top: 20px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.section-padding {
    padding: 120px 0px;
}
@media screen and (max-width: 767px) {
    .vc_row-o-equal-height .wpb_single_image .vc_figure {
        display: block;
    }
    .wpb_single_image img,
    .wpb_single_image .vc_single_image-wrapper {
        width: 100%;
    }
}
.ie9 .vc_row-o-full-height .container{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.tt-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.white-text{
    color: #ffffff;
}
.theme-color {
    color: #0072d3;
}
.theme-bg {
    background-color: #0072d3;
}
.dark-bg {
    background-color: #2a2425;
}
.blue-bg{
    background-color: #0084ff;
}
.sky-blue-bg{
    background-color: #0090ff;
}
.purple-bg{
    background-color: #8a00ff;
}
.deep-blue-bg{
    background-color: #011034;
}
.white-bg{
    background-color: #fff;
}
.box-shadow{
    border-radius: 10px;
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
}
.box-padding{
    padding: 40px;
}
.box-shadow.box-padding .blog-home-section{
    padding: 60px 130px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .box-shadow.box-padding .blog-home-section{
        padding: 40px 80px;
    }
}
@media (max-width: 767px) {
    .box-shadow.box-padding .blog-home-section{
        padding: 30px 30px;
    }
    .entry-table{
        overflow: auto;
    }
}

/*custom margin classes*/
.mt-30 {
    margin-top: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-100 {
    margin-top: 100px;
}

/*margin bottom*/
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-80 {
    margin-bottom: 80px;
}

/*margin right*/
.mr-10 {
    margin-right: 10px;
}
.mr-20 {
    margin-right: 20px;
}

/*margin left*/
.ml-10 {
    margin-left: 10px;
}
.ml-20 {
    margin-left: 20px;
}

/*custom padding classes*/
.no-padding .tt-item{
    padding: 0!important;
}
.row.no-padding{
    margin: 0!important;
}

/*padding Left*/
.pl-100 {
    padding-left: 100px;
}

/*padding-bottom*/
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-100 {
    padding-bottom: 100px;
}

/*padding top*/
.pt-100 {
    padding-top: 100px;
}

/*padding top bottom*/
.ptb-50 {
    padding: 50px 0;
}
.ptb-90 {
    padding: 90px 0;
}
@media (min-width: 1300px) {
    .focus-wrapper {
        padding: 0 70px !important;
    }
}
@media (max-width: 1299px) {
    .focus-wrapper {
        padding: 30px 30px !important;
    }
}
.overlay-bg {
    background-color: rgba(0, 0, 0, 0.5);
}
.gray-bg {
    background-color: #fafafa;
}
.gutter {
    padding-left: 10px!important;
    padding-right: 10px!important;
}

/*Font Size*/
.font-20 {
    font-size: 20px
}
.font-25 {
    font-size: 25px
}
.font-30 {
    font-size: 30px
}
.font-35 {
    font-size: 35px
}
.font-40 {
    font-size: 40px
}

/*font size in extra small devices*/
@media screen and (max-width: 767px) {
    .font-30 {
        font-size: 25px
    }
    h1,
    .font-35,
    .font-40 {
        font-size: 30px
    }
}

/*Line Height*/
.line-height-40 {
    line-height: 40px;
}
.line-height-50 {
    line-height: 50px;
}
.text-light {
    font-weight: 300 !important;
}
.text-regular {
    font-weight: 400 !important;
}
.text-medium {
    font-weight: 500 !important;
}
.text-bold {
    font-weight: 700 !important;
}
.text-extrabold {
    font-weight: 900 !important;
}
.dark-text {
    color: #202020 !important;
}

/* Overlay background
--------------------------------------------*/
.violet-overlay{
    background-color: rgba(174, 0, 255, .7);
}
.blue-overlay{
    background: rgb(156,0,255);
    background: -moz-linear-gradient(left, rgba(156,0,255,1) 0%, rgba(3,255,205,1) 100%); 
    background: -webkit-linear-gradient(left, rgba(156,0,255,1) 0%,rgba(3,255,205,1) 100%); 
    background: -ms-linear-gradient(left, rgba(156,0,255,1) 0%,rgba(3,255,205,1) 100%); 
    background: linear-gradient(to right, rgba(156,0,255,1) 0%,rgba(3,255,205,1) 100%);
    opacity: .7;
}
.pink-overlay{
    background: rgb(243,10,103);
    background: -moz-linear-gradient(-45deg,  rgba(243,10,103,1) 1%, rgba(225,48,48,1) 99%); 
    background: -webkit-linear-gradient(-45deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    background: -ms-linear-gradient(-45deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    background: linear-gradient(135deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    opacity: .7;
}
.header-overlay-color{
    background: rgba(253,161,133,1);
    background: -moz-linear-gradient(left, rgba(253,161,133,1) 0%, rgba(238,69,137,0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(253,161,133,1) 0%, rgba(238,69,137,0.6) 100%);
    background: -ms-linear-gradient(left, rgba(253,161,133,1) 0%, rgba(238,69,137,0.6) 100%);
    background: linear-gradient(to right, rgba(253,161,133,1) 0%, rgba(238,69,137,0.6) 100%);

}
.orange-overlay{
    position: absolute;
    background: rgb(255,167,14);
    background: -moz-linear-gradient(-45deg, rgba(255,167,14,1) 0%, rgba(239,11,0,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,167,14,1) 0%,rgba(239,11,0,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,167,14,1) 0%,rgba(239,11,0,1) 100%);
    background: linear-gradient(135deg, rgba(255,167,14,1) 0%,rgba(239,11,0,1) 100%);
    opacity: .95;
}
.purple-overlay{
    background: rgb(239,71,111);
    background: -moz-linear-gradient(45deg,  rgba(239,71,111,1) 0%, rgba(205,71,239,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(239,71,111,1) 0%,rgba(205,71,239,1) 100%);
    background: -ms-linear-gradient(45deg,  rgba(239,71,111,1) 0%,rgba(205,71,239,1) 100%);
    background: linear-gradient(45deg,  rgba(239,71,111,1) 0%,rgba(205,71,239,1) 100%);
    opacity: .7;
}
.red-overlay{
    background: rgb(243,10,103);
    background: -moz-linear-gradient(-45deg,  rgba(243,10,103,1) 1%, rgba(225,48,48,1) 99%); 
    background: -webkit-linear-gradient(-45deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    background: -ms-linear-gradient(-45deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    background: linear-gradient(135deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    opacity: .7;
}

/*gradient bg
--------------------------*/
.blue-gradient-bg{
    background: rgba(98,0,255,1);
    background: -moz-linear-gradient(-45deg, rgba(98,0,255,1) 0%, rgba(255,0,170,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(98,0,255,1) 0%, rgba(255,0,170,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(98,0,255,1) 0%, rgba(255,0,170,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(98,0,255,1) 0%, rgba(255,0,170,1) 100%);
    background: linear-gradient(135deg, rgba(98,0,255,1) 0%, rgba(255,0,170,1) 100%);
}
.pink-gradient-bg{
    background: rgb(238,69,137);
    background: -moz-linear-gradient(-45deg,  rgba(238,69,137,1) 0%, rgba(225,48,48,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(238,69,137,1) 0%,rgba(225,48,48,1) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(238,69,137,1) 0%,rgba(225,48,48,1) 100%);
    background: linear-gradient(135deg,  rgba(238,69,137,1) 0%,rgba(225,48,48,1) 100%);
}
.orange-gradient-bg{
    background: rgb(255,167,14);
    background: -moz-linear-gradient(-45deg,  rgba(255,167,14,1) 0%, rgba(239,11,0,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(255,167,14,1) 0%,rgba(239,11,0,1) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(255,167,14,1) 0%,rgba(239,11,0,1) 100%);
    background: linear-gradient(135deg,  rgba(255,167,14,1) 0%,rgba(239,11,0,1) 100%);
}
.purple-gradient-bg{
    background: rgb(239,71,111);
    background: -moz-linear-gradient(45deg,  rgba(239,71,111,1) 0%, rgba(205,71,239,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(239,71,111,1) 0%,rgba(205,71,239,1) 100%);
    background: -ms-linear-gradient(45deg,  rgba(239,71,111,1) 0%,rgba(205,71,239,1) 100%);
    background: linear-gradient(45deg,  rgba(239,71,111,1) 0%,rgba(205,71,239,1) 100%);
}
.red-gradient-bg{
    background: rgb(243,10,103);
    background: -moz-linear-gradient(-45deg,  rgba(243,10,103,1) 1%, rgba(225,48,48,1) 99%); 
    background: -webkit-linear-gradient(-45deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    background: -ms-linear-gradient(-45deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    background: linear-gradient(135deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
}
@media screen and (min-width: 768px) {
    .wpb_single_image img {
        width: 100%;
    }
}
.no-overlay .post-overlay:before{
    content: none;
}
.teacher-social-icon .overlay-bg.overlay-one,
.overlay-one .post-overlay:before{
    background-color: #ffa3e6;
    background: -moz-linear-gradient(45deg, #ffa3e6 0%, #e13030 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ffa3e6 0%, #e13030 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ffa3e6 0%, #e13030 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.teacher-social-icon .overlay-bg.overlay-two,
.overlay-two .post-overlay:before{
    background-color: #f2db4b;
    background: -moz-linear-gradient(45deg, #f2db4b 0%, #ff6435 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #f2db4b 0%, #ff6435 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #f2db4b 0%, #ff6435 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.teacher-social-icon .overlay-bg.overlay-three,
.overlay-three .post-overlay:before{
    background-color: #f2774b;
    background: -moz-linear-gradient(45deg, #f2774b 0%, #e02f2f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #f2774b 0%, #e02f2f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #f2774b 0%, #e02f2f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.teacher-social-icon .overlay-bg.overlay-four,
.overlay-four .post-overlay:before{
    background-color: #55f4ec;
    background: -moz-linear-gradient(45deg, #55f4ec 0%, #2997c6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #55f4ec 0%, #2997c6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #55f4ec 0%, #2997c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.teacher-social-icon .overlay-bg.overlay-five,
.overlay-five .post-overlay:before{
    background-color: #81d742;
    background: -moz-linear-gradient(45deg, #81d742 0%, #2bcec6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #81d742 0%, #2bcec6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #81d742 0%, #2bcec6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.teacher-social-icon .overlay-bg.overlay-six,
.overlay-six .post-overlay:before{
    background-color: #2d7ce7;
    background: -moz-linear-gradient(45deg, #2d7ce7 0%, #30dbe1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #2d7ce7 0%, #30dbe1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #2d7ce7 0%, #30dbe1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.teacher-social-icon .overlay-bg.overlay-seven,
.overlay-seven .post-overlay:before{
    background-color: #ff3a6f;
    background: -moz-linear-gradient(45deg, #ff3a6f 0%, #f433e4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ff3a6f 0%, #f433e4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ff3a6f 0%, #f433e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.teacher-social-icon .overlay-bg.overlay-eight,
.overlay-eight .post-overlay:before{
    background-color: #8224e3;
    background: -moz-linear-gradient(45deg, #8224e3 0%, #2781f7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #8224e3 0%, #2781f7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #8224e3 0%, #2781f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.teacher-social-icon .overlay-bg.overlay-nine,
.overlay-nine .post-overlay:before{
    background-color: #d8d217;
    background: -moz-linear-gradient(45deg, #d8d217 0%, #cfff35 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #d8d217 0%, #cfff35 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #d8d217 0%, #cfff35 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.teacher-social-icon .overlay-bg.overlay-ten,
.overlay-ten .post-overlay:before{
    background-color: #fa709a;
    background: -webkit-linear-gradient(left bottom, #fa709a, #fee140); 
    background: -o-linear-gradient(right top, #fa709a, #fee140); 
    background: -moz-linear-gradient(right top, #fa709a, #fee140); 
    background: linear-gradient(to right top, #fa709a, #fee140); 
}
.teacher-social-icon .overlay-bg.overlay-eleven,
.overlay-eleven .post-overlay:before{
    background-color: #6fe5f7;
    background: -webkit-linear-gradient(left bottom, #6fe5f7, #38b3e0); 
    background: -o-linear-gradient(right top, #6fe5f7, #38b3e0); 
    background: -moz-linear-gradient(right top, #6fe5f7, #38b3e0); 
    background: linear-gradient(to right top, #6fe5f7, #38b3e0); 
}
.teacher-social-icon .overlay-bg.overlay-twelve,
.overlay-twelve .post-overlay:before{
    background-color: #c8ef6b;
    background: -webkit-linear-gradient(left bottom, #c8ef6b, #7c8e23); 
    background: -o-linear-gradient(right top, #c8ef6b, #7c8e23); 
    background: -moz-linear-gradient(right top, #c8ef6b, #7c8e23); 
    background: linear-gradient(to right top, #c8ef6b, #7c8e23); 
}
.teacher-social-icon .overlay-bg.overlay-thirteen,
.overlay-thirteen .post-overlay:before{
    background-color: #a26df2;
    background: -webkit-linear-gradient(left bottom, #a26df2, #ad2b95); 
    background: -o-linear-gradient(right top, #a26df2, #ad2b95); 
    background: -moz-linear-gradient(right top, #a26df2, #ad2b95); 
    background: linear-gradient(to right top, #a26df2, #ad2b95);  
}
.teacher-social-icon .overlay-bg.overlay-fourteen,
.overlay-fourteen .post-overlay:before{
    background-color: #4a7ea5;
    background: -webkit-linear-gradient(left bottom, #4a7ea5, #3246c9); 
    background: -o-linear-gradient(right top, #4a7ea5, #3246c9); 
    background: -moz-linear-gradient(right top, #4a7ea5, #3246c9); 
    background: linear-gradient(to right top, #4a7ea5, #3246c9);  
}
.teacher-social-icon .overlay-bg.overlay-fifteen,
.overlay-fifteen .post-overlay:before{
    background-color: #f46ed3;
    background: -webkit-linear-gradient(left bottom, #f46ed3, #7738e2); 
    background: -o-linear-gradient(right top, #f46ed3, #7738e2); 
    background: -moz-linear-gradient(right top, #f46ed3, #7738e2); 
    background: linear-gradient(to right top, #f46ed3, #7738e2);
}

/*Verticle Aligne Middle content*/
.valign-wrapper {
    display: table;
    width: 100%;
}
.valign-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.container-fluid.no-gutter,
.no-gutter > [class*='col-']{
    padding-left: 0;
    padding-right: 0;
}
.media-body {
    width: auto;
}
.comments-wrapper .media-body ul{
    list-style: disc;
}


/*
*****************************************************************
*                         SECTION TITLE                         *
*****************************************************************
*/

.sction-title-wrapper{
    margin-bottom: 40px;
}
.section-intro{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 7px;
    color: #212121;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
}
.section-title {
    font-size: 40px;
    line-height: 50px;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.section-sub {
    color: #9fa3a7;
    font-size: 18px;
    line-height: 31px;
}
.text-left .section-sub {
    width: 100%;
}
@media screen and (min-width: 992px) {
   .section-sub{
        width: 70%;
        margin: 0 auto;
   } 
}


/*
*****************************************************************
*                        HEADER TOPBAR                          *
*****************************************************************
*/

.top-bar {
    min-height: 46px;
}
.top-bar .topbar-cta li {
    display: inline-block;
}
.top-bar .topbar-cta li+li {
    padding-left: 10px;
}
.top-bar .topbar-cta a {
    letter-spacing: 1px;
    line-height: 46px;
    color: #fff;
}
.ie9 .top-bar .topbar-cta a{
    letter-spacing: 0;
}
.top-bar .topbar-cta a i{
    position: relative;
    top: 7px;
}
.top-bar .social-top {
    margin-top: 13px;
    margin-bottom: 0;
}
.top-bar .social-top a i{
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
}
.top-bar .social-top a i:hover {
    color: #fff;
}
@media(max-width: 767px) {
    .header-transparent .contact-info ul li a,
    .header-transparent .social-icon ul li a i{
        color: #666;
    }
    .style-one .navbar-default{
        background-color: #fff;
        margin-top: 0;
    }
}
@media(max-width: 600px) {
    .social-links-wrap.pull-left,
    .contact-info.pull-right {
        float: none !important;
    }
    .social-links-wrap.social-top,
    .topbar-cta {
        text-align: center;
    }
    .topbar-cta,
    .top-bar .topbar-cta li+li {
        padding-left: 0;
    }
    .top-bar .topbar-cta a {
        line-height: 29px;
    }
}

/*header cart icon*/
.woo-action-button{
    position: relative;
    right: 20px;
    top: 22px;
    float: right;
}
.woo-action-button::before{
    border-left: 1px solid #ddd;
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    height: 22px;
}
.header-wrapper.sticky .woo-action-button{
    top: 25px;
}
.tt-cart-count,
.tt-wishlist-count{
    margin-left: 5px;
    margin-right: 5px;
}
.tt-wishlist-count > a,
.tt-cart-count .cart-contents{
    color: #202020;
    position: relative;
    display: block;
}
.tt-wishlist-count > a:hover,
.tt-wishlist-count > a:focus{
    color: #202020;
}
.tt-wishlist-count span,
.tt-cart-count .cart-contents .cart-count{
    background-color: #0072d3;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 15px;
    left: 8px;
    line-height: 15px;
    margin-left: 5px;
    position: absolute;
    text-align: center;
    top: 17px;
    width: 15px;
    font-size: 10px;
    font-weight: bold;
}


/*
*****************************************************************
*                        HEADER STYLE                           *
*****************************************************************
*/

/* =-=-=-=-=-=-= HEADER DEFAULT STYLE LOGO SECTION =-=-=-=-=-=-= */

.header-logo-section{
    background-color: #0072d3;
    min-height: 155px;
    padding-top: 35px;
}
.navbar-logo h1{
    line-height: 1;
    margin-top: -12px;
}
.header-contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0 5px 0 0;
    float: right;
}
.header-contact-info ul li{
    display: inline-block;
    padding-left: 30px;
    position: relative;
    font-family: 'Cabin', sans-serif;
    color: #fff;
    margin-right: 20px;
}
.header-contact-info ul li:last-child{
    margin-right: 0;
}
.header-contact-info ul li i {
    top: 4px !important;
}
.header-contact-info label {
    display: block;
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
}
.header-contact-info span{
    font-size: 16px;
    font-weight: 600;
}
.header-contact-info i.fa.fa-envelope {
    padding-right: 1px;
    line-height: 16px;
}
.header-top {
    background-color: #0072d3;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    font-weight: 500;
    min-height: 46px;
    position: relative;
}
.header-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .15);
}

/* --header top contact-info -- */
.header-top .contact-info{
    padding: 0;
    min-height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.social-links {
    padding: 7px 0px;
}
.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-info ul li {
    display: inline-block;
}
.contact-info ul li a {
    color: #a5cafc;
    margin-right: 40px;
    font-size: 14px;
}
.contact-info ul li a:hover{
    color: #d4e6ff;
}
.contact-info ul li:last-child a {
    margin-right: 0px;
}
.contact-info ul li i {
    margin-right: 10px;
    color: #a5cafc;
}

/* -- social-links -- */
.social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.social-links ul li {
    display: inline-block;
    padding: 0px;
}
.social-links ul li a {
    color: #a5cafc;
    font-size: 14px;
    display: block;
    line-height: 1;
}
.header-top .social-links ul li a{
    color: rgba(255, 255, 255, .7);
}
.social-links ul li:last-child a {
    padding-right: 0px;
}
.social-links ul li a:hover {
   color: #d3e6ff;
}
.social-links ul li a i{
    padding: 9px 10px;
}

/*topbar-menu
-------------------------------------*/

ul.topbar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.topbar-menu li {
    float: right;
    position: relative;
}
ul.topbar-menu li a {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    padding: 0 10px;
    display: block;
    height: 45px;
    line-height: 45px;
}
ul.topbar-menu li a:hover{
    opacity: .8;
}
ul.topbar-menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1020;
    list-style: none;
    margin: 0;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    display: none;
    border: 1px solid #eaeaea;
    min-width: 150px;
    border-top: none;
    padding: 0;
}
ul.topbar-menu > li:first-child ul{
    right: 0;
    left: auto;
}
ul.topbar-menu ul li{
    float: none;
    padding: 5px 10px;
}
ul.topbar-menu ul li a {
    white-space: nowrap;
    display: block;
    height: auto;
    margin-bottom: 3px;
    line-height: 22px;
    font-size: 13px;
    color: #565656;
}
ul.topbar-menu li:hover > ul{
    display: block;
}
ul.topbar-menu ul ul{
    top: 0;
    left: 100%;
    display: none;
}
ul.topbar-menu > ul li:hover > ul{
    display: block;
}

@media(max-width: 767px){
    .contact-info,
    ul.topbar-menu{
        text-align: center;
    }
    ul.topbar-menu li {
        float: none;
        display: inline-block;
    }
    ul.topbar-menu li a{
        line-height: 48px;
    }
    .contact-info, .social-links{
        padding-bottom: 0;
    }
    ul.topbar-menu{
        padding-bottom: 0;
    }
    .contact-info ul li a{
        margin: 0 10px;
    }
    .header-contact-info ul {
        float: left;
    }
}

/* Atribute Navigation
=================================*/
.style-one .attr-nav{
    margin-right: 20px;
    margin-top: 13px;
    position: relative;
    z-index: 99;
}
.style-two .attr-nav{
    margin-top: 13px;
}
.style-two .attr-nav > ul > li > a{
    color: #fff;
}
.style-two .attr-nav > ul > li > a:hover{
    color: #fff;
    opacity: .8;
}
.style-two .tt-cart-count .cart-contents .cart-count{
    background: #0072d3;
    color: #ffffff;
}
.attr-nav{
    float: right;
    display: inline-block;
    margin-left: 13px;
    margin-right: -5px;
    z-index: 99;
    position: relative;
}
.attr-nav > ul{
    padding: 0;
    margin: 0 0 -7px 0;
    list-style: none;
    display: inline-block;
}
.attr-nav > ul > li{
    float: left;
    display: block;
}
.attr-nav > ul li a i.search-close{
    display: none;
}
.attr-nav > ul li a.is-visible i.search-open{
    display: none;
}
.attr-nav > ul li a.is-visible i.search-close {
    display: block;
    line-height: 1.6;
}
.attr-nav > ul > li > a{
    display: block;
    position: relative;
    color: #212121;
    padding: 18px 5px;
    font-size: 14px;
}
@media(max-width: 767px){
    .attr-nav > ul > li > a{
        padding: 16px 10px;
    }
    .header-logo-section {
        min-height: 80px;
        padding: 25px 0;
    }
    .style-one .attr-nav{
        margin-top: 0;
    }
    .style-one.header-wrapper .navbar-default {
        padding: 5px 0;
    }
    .attr-nav > ul > li{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
.attr-nav > ul > li > a span.badge{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 5px;
    font-size: 10px;
    padding: 0;
    width: 15px;
    height: 15px;
    padding-top: 2px;
}
.attr-nav > ul > li.dropdown ul.dropdown-menu{
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    border: solid 1px #e0e0e0;
}
ul.cart-list{
    padding: 0 !important;
    width: 250px !important;
}
ul.cart-list > li{
    position: relative;
    border-bottom: solid 1px #efefef;
    padding: 15px 15px 23px 15px !important;
}
ul.cart-list > li > a.photo{
    padding: 0 !important;
    margin-right: 15px;
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    left: 15px;
    top: 15px;
}
ul.cart-list > li img{
    width: 50px;
    height: 50px;
    border: solid 1px #efefef;
}
ul.cart-list > li > h6{
    margin: 0;
}
ul.cart-list > li > h6 > a.photo{
    padding: 0 !important;
    display: block;
}
ul.cart-list > li > p{
    margin-bottom: 0;
}
ul.cart-list > li.total{
    background-color: #f5f5f5;
    padding-bottom: 15px !important;
}
ul.cart-list > li.total > .btn{
    display: inline-block;
    border: none !important;
    height: auto !important;
}
ul.cart-list > li .price{
    font-weight: bold;
}
ul.cart-list > li.total > span{
    padding-top: 8px;
}
.attr-nav > ul > li.side-menu {
    margin-left: 5px;
}

/* Top Search
=================================*/
.top-search {
    position: relative;
    z-index: 999;
    background-color: #0364b6;
}
.top-search .input-group{
    width: 98%;
}
.top-search .input-group button{
    z-index: 99;

}
.style-one .top-search {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
}
.top-search form{
    display: none;
    height: 50px;
}
.top-search input.form-control{
    background-color: transparent;
    border: none;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    color: #fff;
    padding: 0 15px;
}
.appoint-form-two textarea{
    height: 170px;
    min-height: 170px;
}
.appoint-form-two input[type=submit]{
    border-radius: 30px;
}
.appoint-form-two textarea.form-control,
.appoint-form-two input.form-control{
    background-color: #fff;
}
.top-search .input-group-addon{
    background-color: transparent;
    border: none;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}
.top-search .input-group-addon.close-search{
    cursor: pointer;
}
.style-one .top-search .input-group-addon.close-search {
    right: 30px;
    position: absolute;
    top: 12px;
    z-index: 999;
}

/* Side Menu
=================================*/

body.on-side{
    overflow: hidden;
}
.side{
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -300px;
    width: 300px;
    padding: 25px 20px;
    height: 100%;
    display: block;
    background-color: #222;
    z-index: 1020;
    -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1010;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    cursor: pointer;
}
.body-overlay.active{
    visibility: visible;
    opacity: 1;
}
.admin-bar .side{
    padding-top: 60px;
}
.side.on{
    right: 0;
}
.side .widget-title,
.side .widget-title a,
.side .tt-sidebar-wrapper .widget-title{
    border-color: rgba(255, 255, 255, 0.3);
    color: #eee !important;
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.side .tt-popular-post .media-body h4 a, 
.side .tt-latest-post .media-body h4 a, 
.side .tt-recent-comments .media-body h4 a{
    color: #aaa;
}
.side .close-side{
    color: #efefef;
}
.side .widget{
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}
.side .widget .title{
    color: #555;
    margin-bottom: 15px;
    font-weight: bold;
}
.side .widget ul.link{
    padding: 0;
    margin: 0;
    list-style: none;
}
.side .widget p {
    color: #999;
}
.side .widget ul.link li a{
    color: #999;
    letter-spacing: 1px;
    padding: 5px 0;
    display: block;
}
.side .widget ul.link li a:focus,
.side .widget ul.link li a:hover{
    color: #777;
    text-decoration: none;
}
.side .mobile-menu ul li a{
    color: #999;
    font-size: 15px;
    position: relative;
}
.style-one .side .navbar-nav > .active > a,
.side .mobile-menu ul li.active a:hover,
.side .mobile-menu ul li a:hover{
    color: #fff !important;
}
.side .mobile-menu.navbar-collapse{
    border: none;
}
.side button.dropdown-menu-trigger{
    color: #aaa;
    width: 30px;
}
/*sidebar title*/
.sidebar-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Old Standard TT', serif;
    margin: -25px -20px 30px;
    padding: 15px 20px;
    background-color: #3e3e3e;
}


/*
*****************************************************************
*                          NAVIGATION                           *
*****************************************************************
*/

.header-wrapper .navbar-default{
    border-color: transparent !important;
}
.style-one.header-wrapper .navbar-default{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header-wrapper .navbar-default{
    -webkit-box-shadow: 0px 20px 20px 0px rgba(16, 38, 63, 0.031);
    box-shadow: 0px 20px 20px 0px rgba(16, 38, 63, 0.031);
}
.header-transparent .header-wrapper .navbar-default{
    box-shadow: none;
}
.navbar-header h1{
    display: inline-block;
    font-size: 30px;
    margin: 0;
}
.style-two .navbar-header h1{
    margin-top: 7px;
}
@media(max-width: 767px){
    .navbar-header h1{
        font-size: 25px;
        line-height: inherit;
    }
    .style-two .attr-nav {
        margin-top: 0;
    }
    .style-two .navbar-header h1{
        margin-top: 2px;
    }
}
.navbar-brand {
    margin: 0;
    padding: 0;
    height: auto;
}
.navbar-brand a{
    display: inline-block;
}
.has-header-topbar .navbar-brand img {
    margin: 0;
}
.navbar>.container .navbar-brand, 
.navbar>.container-fluid .navbar-brand{
    margin-left: 0;
}

/* Default Navigation Style
--------------------------------------*/
.style-one .navbar-default .navbar-nav>li>a{
    color: #666666;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: translateZ(0);
    letter-spacing: 1.1px;
    font-family: 'Cabin', sans-serif;
}
@media(max-width: 767px){
    .navbar-default .navbar-nav li a{
        color: #ffffff;
    }
}
@media(min-width:768px) {
    .navbar-nav > li > a {
        padding: 35px 15px;
    }
}
.header-transparent .navbar-default,
.header-pink .navbar-default,
.header-blue .navbar-default{
    border-bottom: solid 1px rgba(255, 255, 255, .3);
}
.header-transparent .navbar-brand,
.header-pink .navbar-brand,
.header-blue .navbar-brand {
    padding: 12px 20px 9px 0;
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.header-transparent .navbar-brand h1,
.header-pink .navbar-brand h1,
.header-blue .navbar-brand h1{
    line-height: inherit;
}
.header-wrapper .navbar-brand img{
    max-height: 42px;
}
@media(max-width: 767px){
    .header-transparent .navbar-brand,
    .header-pink .navbar-brand,
    .header-blue .navbar-brand {
        padding: 15px 40px 15px 15px;
    }
}
@media screen (min-width: 381px) and (max-width: 480px){
    .header-wrapper .navbar-brand img {
        max-width: 160px;
    }
}
@media screen and (max-width: 380px){
    .header-wrapper .navbar-brand img {
        max-width: 105px;
    }
    .navbar-default .navbar-brand {
        height: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}


/* Navigation Style For Larg Devices
--------------------------------------*/
@media(max-width: 767px){
    .navbar-header h1{
        margin-top: 3px;
    }
}
@media(min-width:768px) {
    .navbar-nav.navbar-center{
        float: none;
        margin: 0 auto;
        display: table;
    }
    .header-wrapper .navbar-brand img {
        margin-top: 0;
        -webkit-transition: width 0.3s ease;
        -moz-transition: width 0.3s ease;
        transition: width 0.3s ease;
    }
    .navbar-nav li.has-mega-menu{
        position: static;
    }
    .navbar-nav ul{
        position: static;
        display: block;
        border: 0;
        margin: 0;
        min-width: 200px;
    }
    .navbar-header h1{
        line-height: 66px;
    }
    .header-transparent .navbar-default{
        background-color: transparent;
    }
    .navbar-nav>li>.dropdown-menu {
      margin-top: 23px;
    }
    .sticky .navbar-nav>li>.dropdown-menu {
      margin-top: 13px;
    }
    .navbar-right .dropdown-menu {
      right: auto;
      left: 15px;
    }
    .sticky .navbar-right .dropdown-menu {
      left: 13px;
    }
}

/*Logo*/
.sticky-logo,
.sticky-mobile-logo{
    display: none;
}

/*desktop*/
@media (min-width : 768px) {
    /*show sticky logo*/
    .has-sticky-logo .header-wrapper.sticky .sticky-logo{
        display: inline-block;
    }
}

/*hide site logo when show sticky logo*/
.has-sticky-logo .header-wrapper.sticky .site-logo{
    display: none;
}
.sticky-mobile-logo{
    height: auto;
    min-width: 100%;
}

/*mobile*/
@media (max-width : 767px) {
    /*show mobile sticky logo*/
    .has-sticky-mobile-logo .header-wrapper.sticky .sticky-mobile-logo{
        display: block;
    }
    /*hide mobile logo when show mobile sticky logo*/
    .has-sticky-mobile-logo .header-wrapper.sticky .mobile-logo{
        display: none !important;
    }
}

/*Navigation Style For Small/Mobile Devices
------------------------------------------*/

.nav>li a:focus:after, 
.navbar-default .navbar-nav>li.current-page-ancestor>a:after,
.navbar-default .navbar-nav>li>a:hover:after, 
.navbar-default .navbar-nav>.active>a:after, 
.navbar-default .navbar-nav>.active>a:focus:after, 
.navbar-default .navbar-nav>.active>a:hover:after,
.navbar-default .navbar-nav>li>a:hover:after{
    left: 0;
    right: auto;
    width: 100%;
}
.navbar .nav li a i{
    margin-right: 8px;
}
.navbar .nav li a.menu-heading {
    position: relative;
    cursor: default;
    color: #202020 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 700;
}
.navbar .nav li a.menu-heading::before {
    display: none;
}
.navbar .nav li a.menu-heading:hover{
    background-color: transparent !important;
}
.style-one .navbar-default{
    background-color: transparent;
    margin-top: -50px;
    position: relative;
}
.sticky.style-one .navbar-default {
    margin-top: 0;
    box-shadow: 0px 20px 20px 0px rgba(16, 38, 63, 0.031);
}
.main-menu-wrapper {
    position: relative;
}
.style-one .navbar-default .main-menu-wrapper{
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
}
.sticky.style-one .navbar-default .main-menu-wrapper{
    background-color: transparent;
}
.style-one.sticky .navbar-default .main-menu-wrapper{
    box-shadow: none;
}
.header-wrapper.sticky.style-one{
    background-color: #fff;
}

.navbar-default {
    background-color: #0072d3;
    margin-bottom: 0;
    border-color: transparent;
    z-index: 1000;
    border: 0;
    border-radius: 0;
}
.header-light .navbar-default {
    background-color: #ffffff;
}
.header-dark .navbar-default{
    background: #777;
}
.header-pink .navbar-default {
    background: rgb(243,10,103);
    background: -moz-linear-gradient(-45deg, rgba(243,10,103,1) 1%, rgba(225,48,48,1) 99%);
    background: -webkit-linear-gradient(-45deg, rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%);
    background: -ms-linear-gradient(-45deg, rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%);
    background: linear-gradient(135deg, rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%);
    border-bottom: solid 1px rgba(255, 255, 255, .3);
}
.header-blue .navbar-default  {
    background: rgb(156,0,255);
    background: -moz-linear-gradient(left, rgba(156,0,255,1) 0%, rgba(3,255,205,1) 100%);
    background: -webkit-linear-gradient(left, rgba(156,0,255,1) 0%,rgba(3,255,205,1) 100%);
    background: -ms-linear-gradient(left, rgba(156,0,255,1) 0%,rgba(3,255,205,1) 100%);
    background: linear-gradient(to right, rgba(156,0,255,1) 0%,rgba(3,255,205,1) 100%);
    border-bottom: solid 1px rgba(255, 255, 255, .3);
}
.admin-bar .header-wrapper{
    top: 32px;
}
@media(max-width : 782px) {
    .admin-bar .navbar-fixed-top{
        top: 45px;
    }
    .nav>li a:before{
        display: none;
    }
}
@media(max-width : 600px) {
    .admin-bar .navbar-fixed-top.sticky{
        top: 0;
    }
}
.header-wrapper.navbar-fixed-top{
    position: static;
}
.header-wrapper.style-one{
    margin-bottom: -40px;
}
@-moz-document url-prefix() {
  .header-default-style .wpb_revslider_element{
    margin-top: -40px;
  }
}
@supports (-ms-ime-align:auto) {
    .header-default-style .wpb_revslider_element{
        margin-top: -40px;
      }
}
.ie .header-default-style .wpb_revslider_element{
    margin-top: -40px;
}
.sticky.header-wrapper.style-one{
    margin-bottom: 0;
}
.header-wrapper.style-one .nav{
    margin-left: 15px;
}
.sticky.header-wrapper.style-one .nav{
    margin-left: 0;
}
.home.header-bottom .header-wrapper.navbar-bottom-fixed{
    position: absolute;
    bottom: -80px;
    top: auto;
    width: 100%;
    z-index: 100000;
}
@media(max-width: 991px){
    .home.header-bottom .header-wrapper.navbar-bottom-fixed{
        position: static;
    }
}
.header-transparent .header-wrapper.navbar-fixed-top,
.header-wrapper.navbar-fixed-top.sticky,
.header-wrapper.navbar-fixed-top.sticky{
    position: fixed;
}
.header-bottom .header-wrapper.navbar-bottom-fixed.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    bottom: auto;
    z-index: 100000;
}
.header-transparent .header-wrapper.sticky .navbar-default{
    background-color: #011034;
}
@media (min-width: 768px) {
    .header-transparent .navbar-default .navbar-nav>li>a {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .header-transparent .top-bar .social-top a i{
        color: #202020;
    }
    .style-one .navbar-default{
        background-color: #fff;
        margin-top: 0;
    }
    .header-wrapper.style-one{
        margin-bottom: 0;
    }
    .header-wrapper.style-one .nav{
        margin-left: 0;
    }
    .header-wrapper.style-one {
        box-shadow: 0px 20px 20px 0px rgba(16, 38, 63, 0.031);
    }
}
.style-one .navbar-default .navbar-nav>li.current-page-ancestor>a,
.style-one .navbar-default .navbar-nav>li>a:focus,
.style-one .navbar-default .navbar-nav>li>a:hover,
.style-one .navbar-default .navbar-nav>.active>a, 
.style-one .navbar-default .navbar-nav>.active>a:focus, 
.style-one .navbar-default .navbar-nav>.active>a:hover{
    color: #212121;
}
.navbar-default .navbar-nav>li.current-page-ancestor>a,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: transparent;
}
.header-dark .navbar-default .navbar-nav>li>a,
.header-dark .attr-nav > ul > li > a{
    color: #ffffff;
}
.header-pink .navbar-default .navbar-nav>li>a:focus,
.header-pink .navbar-default .navbar-nav>li>a:hover,
.header-pink .navbar-default .navbar-nav>.active>a, 
.header-pink .navbar-default .navbar-nav>.active>a:focus, 
.header-pink .navbar-default .navbar-nav>.active>a:hover,
.header-blue .navbar-default .navbar-nav>li>a:focus,
.header-blue .navbar-default .navbar-nav>li>a:hover,
.header-blue .navbar-default .navbar-nav>.active>a, 
.header-blue .navbar-default .navbar-nav>.active>a:focus, 
.header-blue .navbar-default .navbar-nav>.active>a:hover,
.header-pink .attr-nav > ul > li > a:hover,
.header-blue .attr-nav > ul > li > a:hover {
    color: #ffffff;
}

/* =-=-=-=-=-=-= DROPDOWN MENU =-=-=-=-=-=-= */

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
  color: #0072d3;
  background-color: transparent;
}
.navbar-nav>li:hover > .dropdown-wrapper > ul{
    display: block;
}
.navbar-nav>li .dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.dropdown-menu>li>a {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 24px;
    color: #202020;
    text-decoration: none;
    display: inline-block;
    position: relative;
    outline: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
}
.dropdown-menu>li>a.menu-heading {
    border-top: 0;
}
.dropdown-menu li a:hover{
    background-color: #fafafa;
}
.dropdown>li>a::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #0072d3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dropdown li:hover >a::before {
    width: 100%;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
    color: #0072d3;
    background-color: #f3f3f3;
}
.style-one .navbar-default .navbar-nav li.current-menu-ancestor>a,
.style-one .navbar-default .navbar-nav li.current-menu-parent>a,
.style-one .navbar-default .navbar-nav li.current-menu-item>a{
    color: #202020;
}
.dropdown-menu li.current-menu-item>a{
    color: #0072d3 !important;
}
.side .navbar-nav li.current-menu-ancestor>a,
.side .navbar-nav li.current-menu-parent>a,
.side .navbar-nav li.current-menu-item>a{
    color: #ffffff !important;
}
.navbar-default .navbar-nav li.current-menu-ancestor>a,
.navbar-default .navbar-nav li.current-menu-parent>a,
.navbar-default .navbar-nav li.current-menu-item>a{
    color: #fff;
}
@media screen and (max-width: 767px) {
    .header-brand-color .navbar-default .navbar-nav li.current-menu-ancestor>a,
    .header-brand-color .navbar-default .navbar-nav li.current-menu-parent>a,
    .header-brand-color .navbar-default .navbar-nav li.current-menu-item>a{
        color: #0072d3;
        font-weight: 700;
    }
}
.navbar-default .navbar-nav li.current-menu-ancestor>a.menu-heading,
.navbar-default .navbar-nav li.current-menu-parent>a.menu-heading,
.navbar-default .navbar-nav li.current-menu-item>a.menu-heading {
    color: #202020;
}
.navbar-default .navbar-nav li.current-menu-ancestor.has-mega-menu-child>a,
.navbar-default .navbar-nav li.current-menu-parent.has-mega-menu-child>a{
    color: #202020;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover,
.navbar-default .navbar-nav li.current-menu-ancestor.has-mega-menu-child>a:hover,
.navbar-default .navbar-nav li.current-menu-parent.has-mega-menu-child>a:hover {
    color: #0072d3;
}
.navbar-nav li .dropdown-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 70px;
    padding-top: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 999;
}
.navbar-nav li .dropdown-wrapper span{
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 15px;
}


/* =-=-=-=-=-=-= 2ND LAVEL MENU =-=-=-=-=-=-= */
.navbar-nav li > .dropdown-wrapper li > .dropdown-wrapper{
    left: 100%;
    margin-left: 10px;
    top: 0;
    padding: 0 0 0 5px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.navbar-nav li > .dropdown-wrapper li.dropdown-inverse .dropdown-wrapper{
    left: auto;
    right: 100%;
    margin-right: 10px;
    margin-left: 0;
    padding: 0 5px 0 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.navbar-nav li > .dropdown-wrapper li.dropdown-inverse:hover .dropdown-wrapper{
    margin-right: -5px;
}
.navbar-nav > li .dropdown-wrapper li:hover > .dropdown-wrapper{
    margin-left: -5px;
}
.navbar-nav > li:hover > .dropdown-wrapper,
.navbar-nav > li .dropdown-wrapper li:hover > .dropdown-wrapper{
    visibility: visible;
    opacity: 1;
}


/* =-=-=-=-=-=-= MEGA MENU STYLE =-=-=-=-=-=-= */
.navbar-nav li .megamenu-wrapper{
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    padding: 20px 0 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.navbar-nav li:hover > .megamenu-wrapper,
.navbar-nav li:hover > .megamenu-wrapper .dropdown-wrapper{
    visibility: visible;
    opacity: 1;
}
.navbar-nav li.has-mega-menu > .megamenu-wrapper .dropdown-wrapper{
    position: static;
    padding: 0;
}
.navbar-nav li.has-mega-menu > .megamenu-wrapper .dropdown-wrapper ul{
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}
.navbar-nav li.has-mega-menu > .megamenu-wrapper .dropdown-wrapper ul li{
    border: 0;
}
.navbar-nav li.has-mega-menu li.has-mega-menu-child .dropdown-wrapper ul li:last-child a{
    border-bottom: 0;
}
.megamenu-wrapper .dropdown-megamenu{
    width: 100%;
    padding: 20px 0 0 !important;
}
.megamenu-wrapper .menu-col-1 > li{
    width: 100%;
}
.megamenu-wrapper .menu-col-2 > li{
    width: 48%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
.megamenu-wrapper .menu-col-3 > li{
    width: 31%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
.megamenu-wrapper .menu-col-4 > li{
    width: 24%;
    float: left;
    margin-left: 5px;
    margin-right: 0;
}
@media (min-width : 768px) and (max-width : 991px) {
    .megamenu-wrapper .menu-col-4 > li{
        width: 23%;
    }
    .megamenu-wrapper ul li a{
        padding: 10px;
    }
}
@media (min-width : 768px) and (max-width : 991px) {
    .navbar .nav>li{
        padding: 0;
    }
    /*navbar*/
    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
    }
}


/* =-=-=-=-=-=-= MOBILE MENU STYLE =-=-=-=-=-=-= */
@media(max-width : 767px) {
    .navbar-nav li a {
        padding-top: 7px;
        padding-bottom: 7px;
        color: #202020;
    }
    .header-default .navbar-nav li a,
    .header-transparent .navbar-nav li a,
    .header-pink .navbar-nav li a,
    .header-blue .navbar-nav li a,
    .header-bottom .navbar-nav li a{
        color: #ffffff;
    }
    .navbar-nav li a:hover {
        color: #0072d3;
    }
    .navbar-nav{
        margin: 0;
    }
    .navbar-nav > li > a {
        padding: 12px 0 12px 0;
    }
    .header-dark .navbar-nav li a,
    .header-brand-color .navbar-nav li a,
    .header-semi-transparent .navbar-nav li a {
        color: #fff;
    }
    .navbar .nav>li{
        padding: 0;
    }
    .navbar-nav li{
        list-style: none;
    }
    .navbar-default ul ul{
        padding-left: 20px !important;
    }
    .navbar-default .navbar-nav li a {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .header-default .navbar-default .navbar-nav li a,
    .header-dark .navbar-default .navbar-nav li a,
    .header-brand-color .navbar-default .navbar-nav li a,
    .header-semi-transparent .navbar-default .navbar-nav li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, 
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, 
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, 
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{
        background-color: transparent;
        color: #0072d3;
    }
    .navbar-default .navbar-nav li.current-menu-ancestor.has-mega-menu-child>a,
    .navbar-default .navbar-nav li.current-menu-parent.has-mega-menu-child>a{
        color: #ffffff;
    }
    .navbar-nav li .dropdown-wrapper,
    .navbar-nav li .sub-dropdown-wrapper{
        position: static;
        padding: 0;
        margin: 0;
    }
    .navbar-nav>li:hover > .dropdown-wrapper > ul{
        display: none;
    }
    .navbar-nav>li.open > .dropdown-wrapper > ul{
        display: block;
    }
    .navbar-brand {
        padding: 5px 15px;
        margin: 0;
    }
    /*mobile menu dropdown trigger*/
    .dropdown-menu-trigger{
        position: absolute;
        right: 0;
        top: 0;
        background-color: transparent;
        color: #616161;
        border: 0;
        text-align: center;
        width: 60px;
        height: 45px;
        font-size: 20px;
        line-height: 43px;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
    .header-brand-color .dropdown-menu-trigger.menu-collapsed,
    .header-brand-color .dropdown-menu-trigger,
    .header-default .dropdown-menu-trigger,
    .header-transparent .dropdown-menu-trigger,
    .header-pink .dropdown-menu-trigger,
    .header-dark .dropdown-menu-trigger,
    .header-blue .dropdown-menu-trigger,
    .header-semi-transparent .dropdown-menu-trigger {
        color: #fff;
    }
    .header-dark .dropdown-menu-trigger,
    .header-brand-color .dropdown-menu-trigger,
    .header-semi-transparent .dropdown-menu-trigger {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }
    .dropdown-menu-trigger:focus {
        background-color: transparent;
    }
    .dropdown-menu-trigger.menu-collapsed {
        color: #0072d3;
    }
    .dropdown-menu-trigger i:last-child{
        display: none;
    }
    .dropdown-menu-trigger.menu-collapsed i:first-child{
        display: none;
    }
    .dropdown-menu-trigger.menu-collapsed i:last-child{
        display: block;
    }
    .has-mega-menu .has-mega-menu-child .collapse{
        display: block;
        padding: 0;
    }
    .has-mega-menu .has-mega-menu-child .dropdown-menu-trigger{
        display: none;
    }
    .mobile-menu.navbar-collapse{
        max-height: 100%;
        padding: 0;
        border-color: rgba(255, 255, 255, .1);
        box-shadow: none;
        margin-top: 20px;
    }
}
.navbar-default .navbar-toggle{
    border: 0;
    margin-top: 12px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-default .navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header-dark .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.header-light .navbar-default .navbar-toggle .icon-bar {
    background-color: #0072d3;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover{
    background-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #0072d3;
}


/* =-=-=-=-=-=-= FOOTER MENU =-=-=-=-=-=-= */
.footer-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-nav>li{
    display: inline-block;
}
.footer-nav>li{
    margin-right: 20px;
}
.footer-nav>li:last-child{
    margin-right: 0;
}
.footer-menu ul li a{
    display: block;
    font-size: 14px;
    color: #ffffff;
}
.footer-menu ul li a:hover{
    color: #81ddff;
}
/*footer dropdown*/
.footer-nav ul.sub-menu{
    display: none;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 190px;
    background-color: #ffffff;
    padding: 10px;
}
.footer-nav ul.sub-menu li a{
    color: #202020;
}
.footer-nav ul.sub-menu li a:hover{
    color: #0072d3;
}
.footer-nav>li>ul.sub-menu>li ul.sub-menu{
    left: 170px;
    bottom: 0;
}
.footer-nav>li>ul ul{
    display: none;
}
.footer-nav li{
    position: relative;
}
.footer-nav>li > ul.sub-menu li:hover > ul.sub-menu,
.footer-nav > li:hover>ul.sub-menu{
    display: block;
}
@media screen and (max-width: 580px) {
    .footer-menu ul {
        text-align: center;
    }
    .footer-menu ul li {
        float: none;
        display: inline-block;
    }
}


/*
*****************************************************************
*                    PAGE HEADER STYLE                          *
*****************************************************************
*/

.page-title {
    position: relative;
    padding: 80px 0 50px 0;
    background-color: #e9edf0;
}
.page-title.default-padding{
    padding: 60px 0;
}
.header-transparent .page-title{
    padding: 180px 0 120px;
}
.header-semi-transparent .page-title{
    padding: 220px 0 80px;
}
.title-overlay-color{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.page-title .container {
    position: relative;
}
.page-title h2{
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    margin: 0;
    word-break: break-word;
    -ms-word-break: break-word;
}
.breadcrumb>li+li:before{
    padding: 0 0;
}
@media (max-width: 767px){
    .page-title {
        padding: 40px 0;
    }
}
/*Page Sub-title*/
.page-title span {
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
}
.page-title h2{
    color: #212121;
}
.page-title span,
.breadcrumb>li+li:before,
.page-title .breadcrumb li a,
.page-title .breadcrumb li.active{
    color: #999999;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
}
.breadcrumb>li+li:before,
.page-title .breadcrumb li a,
.page-title .breadcrumb li.active{
    font-size: 12px;
}
.header-section-hide .edukare-shop{
    padding-top: 100px;
}
.header-section-hide .login-wrapper{
    margin-top: 100px;
}

/* Page header search
------------------------------------------- */
.page-header-search{
    min-width: 370px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -25px;
}
.page-header-search .form-control {
    background: rgba(0, 0, 0, .08);
    border: none;
    color: #212121;
    padding-top: 9px;
}
.page-header-search .form-control::-moz-placeholder {
    color: #565656;
}
.page-header-search .form-control::-ms-input-placeholder {
    color: #565656;
}
.page-header-search .form-control::-webkit-input-placeholder {
    color: #565656;
}


/* Breadcrumb
------------------------------------------- */
.page-title .breadcrumb {
    position: absolute;
    background-color: transparent;
    width: auto;
    top: 50%;
    left: auto;
    right: 30px ;
    margin: -10px 0 0 0;
    padding: 0;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media(max-width: 991px){
    .page-header-search{
        min-width: 100%;
        position: static;
        margin-top: 10px;
    }
}
.has-header-blog-search .page-title .breadcrumb{
    position: static;
    margin: 5px 0 0;
    font-size: 14px;
    width: 60%;
}
@media(max-width: 991px){
    .has-header-blog-search .page-title .breadcrumb{
        width: 100%;
    }
}
.page-title .breadcrumb li {
    letter-spacing: 1px;
}

/* Page Title Center
------------------------------------------- */
.page-title.text-center {
    text-align: center;
}
.page-title.text-center .breadcrumb {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 20px 0 0 0;
}

/* Page Title Left
------------------------------------------- */
.page-title.text-left {
    text-align: left;
}
.page-title.text-left .breadcrumb {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    margin: 0;
}

/* Page Title Right
------------------------------------------- */
.page-title.text-right {
    text-align: right;
}
.page-title.text-right .breadcrumb {
    position: relative;
    top: 0;
    left: auto;
    right: 0;
    margin: 20px 0 0 0;
}

/* Page Title(only title) Right
------------------------------------------- */
.page-title.title-right {
    text-align: right;
}
.page-title.title-right .breadcrumb {
    left: 0;
    right: auto;
}
@media (max-width: 767px) {
    .page-title,
    .page-title.page-title-right {
        text-align: center;
    }
    .page-title .breadcrumb {
        position: static;
        margin-top: 0;
    }
}


/*
*****************************************************************
*                    FEATURED BOXED STYLE                       *
*****************************************************************
*/

.icon-block {
    margin-bottom: 30px;
}
.icon-block .tt-content p{
    color: #787878;
    font-size: 18px;
}
.icon-block:hover .service-box-shadow{
    -moz-box-shadow: 8.5px 14.722px 49px 0px rgba(0, 6, 12, 0.12);
    -webkit-box-shadow: 8.5px 14.722px 49px 0px rgba(0, 6, 12, 0.12);
    box-shadow: 8.5px 14.722px 49px 0px rgba(0, 6, 12, 0.12);
}
.service-box-shadow{
    transition: all .3s;
}
.service-read-more a{
    color: #999999;
    font-size: 12px;
    font-family: 'Cabin', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
/*Icon Default Style*/
.icon-block.icon-default .tt-icon {
    margin-bottom: 15px;
}
.icon-block .tt-icon i{
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    
}
.icon-block i.gradient,
.icon-block i.gradient-custom{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.icon-block .tt-icon.flat-icon i{
    line-height: 44px;
}
.icon-block .tt-icon.flat-icon i::before{
    font-size: 40px;
}
.icon-block.icon-default:hover .tt-icon i{
    color: #0072d3;
}
.icon-block:hover .tt-icon.icon-hover-default i{
    border: 1px solid transparent;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.icon-block:hover .tt-icon.icon-hover-default i{
    background-color: #0072d3;
    color: #ffffff;
}
.icon-block:hover .tt-icon.icon-hover-white i{
    background-color: #ffffff;
    color: #0072d3 !important;
}
.icon-block:hover .tt-icon.icon-hover-black i{
    background-color: #202020;
    color: #ffffff;
}

/* Icon Position
------------------------------------------- */
/*icon position left*/
.icon-block.icon-position-left .tt-icon{
    float: left;
    margin-right: 20px;
}
.icon-block.icon-position-left .tt-content{
    overflow: hidden;
}

/*icon position center*/
.icon-block.icon-position-center .tt-icon{
    float: none;
    text-align: center;
    margin-bottom: 15px;
}
.icon-block.icon-position-center .tt-icon img{
    margin: 0 auto;
}
.icon-block.icon-position-center .tt-content{
    text-align: center;
}

/*icon position top left*/
.icon-block.icon-position-top-left .tt-icon{
    float: none;
    text-align: left;
}

/*icon postition right*/
.icon-block.icon-position-right .tt-icon{
    float: right;
    text-align: right;
    margin-left: 20px;
}
.icon-block.icon-position-right .tt-content{
    text-align: right;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .icon-block.icon-position-right .tt-icon{
        float: left;
        text-align: left;
        margin-right: 20px;
        margin-left: 0;
    }
    .icon-block.icon-position-right .tt-content{
        text-align: left;
    }
}
.icon-block i {
    font-size: 28px;
}
.icon-block h3 {
    font-size: 25px;
    position: relative;
}
.icon-block .tt-icon a,
.icon-block h3 a{
    color: #202020;
}
.icon-block h3 a:hover{
    color: #0072d3;
}
.tt-icon.flat-icon i{
    display: inline-block;
}
.icon-block.icon-default .tt-icon i{
    font-size: 40px;
}
.icon-block .tt-icon a.theme-color, 
.icon-block h3.theme-color,
.icon-block h3 a.theme-color{
    color: #0072d3;
}

/* Icon Shape
------------------------------------------- */
.icon-block.icon-square .tt-icon i,
.icon-block.icon-round .tt-icon i,
.icon-block.icon-circle .tt-icon i {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
}

/*Square Icon*/
.icon-block.icon-square .tt-icon i {
    line-height: 70px;
}

/*Round Icon*/
.icon-block.icon-round .tt-icon i {
    line-height: 70px;
    border-radius: 4px;
}

/*Circle Icon*/
.icon-block.icon-circle .tt-icon i {
    line-height: 68px;
    border-radius: 50%;
}
.icon-block.icon-square .tt-icon i,
.icon-block.icon-round .tt-icon i,
.icon-block.icon-circle .tt-icon i {
    border: 1px solid #e2e2e2;
}

/*Theme Color Icon Style*/
.icon-block.icon-square .tt-icon i.theme-color,
.icon-block.icon-round .tt-icon i.theme-color,
.icon-block.icon-circle .tt-icon i.theme-color {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.icon-block.icon-square:hover .tt-icon.icon-hover-default i.theme-color,
.icon-block.icon-round:hover .tt-icon.icon-hover-default i.theme-color,
.icon-block.icon-circle:hover .tt-icon.icon-hover-default i.theme-color{
    border: 1px solid #0072d3;
}
.icon-block.icon-square:hover .tt-icon.icon-hover-white i,
.icon-block.icon-round:hover .tt-icon.icon-hover-white i,
.icon-block.icon-circle:hover .tt-icon.icon-hover-white i{
    border: 1px solid #ffffff;
}
.icon-block.icon-square:hover .tt-icon.icon-hover-black i,
.icon-block.icon-round:hover .tt-icon.icon-hover-black i,
.icon-block.icon-circle:hover .tt-icon.icon-hover-black i{
    border: 1px solid #202020;
}
@media only screen and (max-width : 767px) {
    .icon-block{
      margin-bottom: 30px !important;
    }
}


/* Progress Bar
------------------------------------------- */
.wpb_progress_bar_heading {
    margin-bottom: 50px;
}
.vc_progress_bar .vc_single_bar .vc_label {
    padding: 0 !important;
    font-size: 15px;
    bottom: 30px;
    color: #565656 !important;
    text-shadow: none !important;
}
.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
    position: absolute;
    top: 0;
    right: 0;
}
.vc_progress_bar .vc_single_bar {
    background: #F5F5F5!important;
    box-shadow: none !important;
    border-radius: 30px !important;
    height: 7px;
    margin-bottom: 50px !important;
}
.vc_progress_bar > div:last-child{
    margin-bottom: 0 !important;
}
.vc_progress_bar .vc_single_bar .vc_bar {
    border-radius: 30px !important;
}

/*
*****************************************************************
*                         MAP SECTION                           *
*****************************************************************
*/

#ttmap {
    height: 400px;
}
#mapcontent p{
    margin: 0;
    font-size: 16px;
}


/*
*****************************************************************
*                      CONTACT SECTION                          *
*****************************************************************
*/

.submit-wrapper {
    position: relative;
    margin-top: 50px;
}
div.wpcf7-response-output {
    margin: 2em 0 1em;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    right: 52px;
    top: 50%;
    margin-top: -22px;
    z-index: 100;
}
div.wpcf7 img.ajax-loader {
    margin-left: 0;
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 6px);
}
.wpcf7 span.wpcf7-not-valid-tip {
    position: relative;
    top: 5px;
    color: #ff0000;
    text-align: left;
    font-size: 16px;
    background-color: #ECECEC;
    display: inline-block;
    padding: 0;
    border-radius: 5px;
}
.wpcf7 span.wpcf7-not-valid-tip::before{
    position: absolute;
    top: -5px;
    left: 0;
    content:"";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ECECEC;
}
.wpcf7 div.wpcf7-validation-errors{
    color: #ff0000;
    background-color: #fff3f3;
}
.wpcf7 div.wpcf7-mail-sent-ok {
    color: #00c03b;
    background-color: #effdda;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ok {
    text-align: center;
    border: 0;
    font-weight: 400;
    padding: 12px 15px;
    border-radius: 2px !important;
}
div.wpcf7 .input-field {
    margin-bottom: 20px;
}
.picker--opened .picker__frame{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.picker__close, 
.picker__today{
    color: inherit;
}
.picker__today:focus{
    color: #ffffff;
}
.picker__box{
    border: 0;
}

/* Address Info 
-------------------------------------*/
.icon-wrapper.icon-position-left i {
    font-size: 30px;
    line-height: 38px;
    float: left;
    margin-right: 18px;
    padding-left: 2px;
}
.icon-wrapper.icon-position-top i {
    font-size: 30px;
    line-height: 38px;
    float: none;
    margin-right: 18px;
    padding-left: 2px;
}
.icon-wrapper .address,
.icon-wrapper .phone,
.icon-wrapper .mail{
    overflow: hidden;
}
.icon-wrapper .mail a {
    color: #999;
}
.icon-wrapper .mail a:hover {
    color: #0072d3;
}

/* Process Wrapper */
.process-wrapper {
    padding: 110px 110px 0px 110px;
    padding-left: 120px !important;
}
.process-wrapper .default-block .icon-block {
    padding: 0;
}
@media screen and (max-width: 768px){
    .process-wrapper {
        padding: 110px 30px 0 30px;
        padding-left: 30px !important;
    }
}


/*
*****************************************************************
*                        MAGNIFIC POPUP                         *
*****************************************************************
*/

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.75;
}
.mfp-bottom-bar {
    display: none;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-arrow-right::after,
.mfp-arrow-left::after {
    font-family: 'FontAwesome';
    border: none !important;
    color: #fff;
    font-size: 65px;
    -webkit-transition: .5s;
    transition: .5s;
}
.mfp-arrow-right::after {
    content: "\f105" !important;
}
.mfp-arrow-left::after {
    content: "\f104" !important;
}
.mfp-arrow-right::before ,
.mfp-arrow-left::before {
    border: none !important;
}
.mfp-arrow {
    height: 60px;
}
.mfp-arrow::before, 
.mfp-arrow::after, 
.mfp-arrow .mfp-b, 
.mfp-arrow .mfp-a {
    margin-top: 15px;
    top: -1px !important;
}
img.mfp-img {
    padding: 40px 0px 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transform: scale(0.95);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    transform: scale(0.95);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


/*
*****************************************************************
*                          TESTIMONIAL                          *
*****************************************************************
*/

.testimonial-wrapper .swiper-container {
    padding-bottom: 80px;
}
.testimonial-wrapper .testimonial-des{
    margin-bottom: 30px;
}
.testimonial-wrapper .swiper-button-next,
.testimonial-wrapper .swiper-button-prev{
    background-image: none;
    background-color: rgba(0, 0, 0, 0.1);
    width: 80px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    top: auto;
    bottom: 0;
}
.testimonial-wrapper .swiper-button-next:hover,
.testimonial-wrapper .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.testimonial-wrapper .swiper-button-next {
    left: 51%;
    right: auto;
}
.testimonial-wrapper .swiper-button-prev {
    right: 51%;
    left: auto;
}
@media (min-width: 600px) {
    .testimonial-wrapper .testimonial-des{
    }
}
.testimonial-wrapper .testimonial-des p{
    font-size: 18px;
    line-height: 35px;
}
.testimonial-header-entry h3{
    margin-bottom: 3px;
}

/*Testimonial Block*/
.tt-testimonial-wrapper {
    padding: 30px 25px 80px 30px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    min-height: 300px;
}
.tt-testimonial-wrapper i{
    position: absolute;
    right: 25px;
    bottom: 20px;
    font-size: 30px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.testimonial-meta{
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.tt-testimonial-wrapper:hover i{
    color: #999999;
}
.tt-testimonial-wrapper .testimonial-des p:last-of-type {
    margin-bottom: 25px;
}
.tt-testimonial-wrapper .testimonial-header-entry h3 {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1;
}
.tt-testimonial-wrapper .testimonial-header-entry span {
    font-size: 14px;
}
@media (max-width: 767px) {
    .tt-testimonial-wrapper {
        margin-bottom: 30px;
    }
    .tt-testimonial-wrapper{
        min-height: 100px;
    }
}


/*
*****************************************************************
*                          BLOG HOME                            *
*****************************************************************
*/

.home-blog-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 290px;
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #e9edf0;
    padding-bottom: 55px;
}
.style-one .home-blog-wrapper {
    min-height: 555px;
}
.home-blog-wrapper .entry-meta {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.home-blog-wrapper .entry-meta a{
    color: #212121;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Cabin', sans-serif;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
}
.home-blog-wrapper .entry-meta a:hover{
    color: #296bd9;
}
.ios-browser .home-blog-wrapper {
    cursor: pointer;
}
.home-blog-thumbnail {
    opacity: 1;
    position: relative;
}
.home-blog-thumbnail img{
    width: 100%;
}
.popup-play i,
.home-blog-thumbnail i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1e2226;
    width: 78px;
    height: 78px;
    background: rgba(255, 255, 255, .7);
    text-align: center;
    line-height: 78px;
    border-radius: 100%;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 99;
}
.popup-play i:hover,
.home-blog-thumbnail i:hover{
    background: rgba(255, 255, 255, .9);
}
@media (max-width: 767px) {
    .home-blog-thumbnail img {
        width: 100%;
    }
}
.home-blog-content{
    padding: 0px 20px 20px 20px;
}
.home-blog-content h3 {
    line-height: 35px;
}
.home-blog-content h3 a{
    color: #212121;
    position: relative;
    padding-bottom: 2px;
    font-weight: bold;
}
.home-blog-content h3 a:hover{
    color: #0072d3;
}
.home-blog-wrapper .home-blog-content ul{
    padding: 0;
    margin: 0;
}
.home-blog-wrapper .home-blog-content ul li{
    position: relative;
    padding-right: 0;
    display: inline-block;
}
.home-blog-wrapper .home-blog-content ul li a,
.home-blog-wrapper .home-blog-content ul li{
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.home-blog-wrapper .home-blog-content ul li::after{
    content:"/";
    margin-left: 4px;
}
.home-blog-wrapper .home-blog-content ul li:last-child::after{
    content:"";
}
.home-blog-content a.video-link {
    background: rgb(196,113,245);
    background: -moz-linear-gradient( 45deg,  0%, rgb(250,113,205) 100%);
    background: -webkit-linear-gradient( 45deg, rgb(196,113,245) 0%, rgb(250,113,205) 100%);
    background: -ms-linear-gradient( 45deg, rgb(196,113,245) 0%, rgb(250,113,205) 100%);
    background: linear-gradient( 45deg, rgb(196,113,245) 0%, rgb(250,113,205) 100%);
    border-radius: 50%;
    color: #fff;
    height: 50px;
    line-height: 50px;
    opacity: .8;
    position: absolute;
    right: 18px;
    text-align: center;
    top: -55px;
    -moz-transition: all 400ms;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    width: 50px;
}
.home-blog-content a.popup-play:hover {
    opacity: 1;
}


/*
*****************************************************************
*                          BLOG STYLE                           *
*****************************************************************
*/

.blog-wrapper{
    margin-bottom: 120px;
    margin-top: 100px;
}
.post-wrapper {
    margin-bottom: 30px;
}
.ios-browser .post-wrapper{
    cursor: pointer;
}
.post-wrapper .post-thumbnail{
    position: relative;
    display: inline-block;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
}
.post-wrapper .post-thumbnail.blog-quote{
    margin-top: 0;
}
.search-results .post-wrapper .post-thumbnail{
    margin-top: 0;
}
.post-thumbnail.blog-audio{
    width: 100%;
    height: auto;
}
.post-thumbnail.blog-video{
    display: block;
}
.format-link .post-thumbnail,
.format-quote .post-thumbnail {
    display: block;
}
.post-overlay{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.post-overlay:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 114, 211, .8);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.post-overlay a {
    color: #fff;
    font-size: 13px;
    left: 50%;
    letter-spacing: 5px;
    position: absolute;
    top: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    text-transform: uppercase;
    transition: all .5s cubic-bezier(1, -1.16, 0.58, 1);
    -webkit-transition: all .5s cubic-bezier(1, -1.16, 0.58, 1);
    -moz-transition: all .5s cubic-bezier(1, -1.16, 0.58, 1);
    opacity: 0;
    margin-top: 1px;
    padding: 6px 0;
    font-family: 'Cabin', sans-serif;
}
.post-overlay a:hover{
    color: #ffffff;
}
.home-blog-wrapper:hover .post-overlay:before,
.post-wrapper:hover .post-overlay:before{
    opacity: .76;
}
.post-wrapper:hover .post-overlay a{
    opacity: 1;
    top: 50%;
}
.post-wrapper,
.single .post-wrapper {
    background-color: #fff;
}
.post-wrapper {
    border: 1px solid #e4e5ea;
    border-radius: 4px;
}
.single .post-wrapper {
    margin-bottom: 0;
}
.post-wrapper .blog-content{
    padding: 20px 30px;
}

/*post thumb wrapper*/
article img {
    max-width: 100%;
    height: auto;
}
.entry-content img{
    margin-bottom: 15px;
}
@media (max-width: 991px){
    .featured-wrapper img{
        width: 100%;
    }
    .post-wrapper .post-thumbnail{
        display: block;
    }
}

/*entry header*/
.post-wrapper .entry-header{
    padding: 6px 30px;
}
.post-wrapper .entry-header,
.format-gallery .featured-wrapper,
.post-wrapper .featured-wrapper {
    position: relative;
}
.featured-wrapper .popup-wrapper{
    padding: 0;
    border: none;
}
.entry-header span{
    margin-right: 10px;
}
.entry-header span, 
.entry-header span a {
    color: #999;
    font-size: 13px;
}
.entry-header span a:hover{
    color: #0072d3;
}
.entry-header span i{
    margin-right: 10px;
}
.featured-wrapper img{
    max-width: 100%;
    height: auto;
}
.post-wrapper.format-video iframe,
.post-wrapper.format-video video,
.featured-wrapper img {
    border-radius: 0;
}
.single .post-wrapper.format-video iframe,
.single .post-wrapper.format-video video,
.single .featured-wrapper img {
    border-radius: 0;
}
/*entry title*/
.post-wrapper .entry-title {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}
.entry-title a{
    color: #212121;
}
.post-wrapper .entry-title a:hover{
    color: #0072d3;
}
/*posted in category*/
.entry-header .entry-meta span{
    margin-right: 8px;
}
.entry-header i,
.entry-header .entry-meta span i{
    margin-right: 4px;
    font-size: 13px;
    color: #565656;
}

/*entry content*/
.post-wrapper .entry-content p {
    margin-bottom: 15px;
}
.post-wrapper .entry-content p:last-child{
    margin-bottom: 0;
}
.post-wrapper .entry-content .more-link {
    display: table;
    margin-top: 20px;
    font-weight: 500;
    font-size: 13px;
    color: #212121;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Cabin', sans-serif;
}
.post-wrapper .entry-content .more-link:hover{
    color: #000000;
}
.blog-content .entry-content .wpb_content_element{
    margin-bottom: 0;
}
.blog-content .entry-content .container{
    width: 100%;
}
.blog-content .entry-content .vc_column_container>.vc_column-inner{
    padding: 0;
}

@media (max-width: 500px){
    .post-wrapper .entry-header,
    .post-wrapper .blog-content{
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* =-=-=-=-=-=-=-=-= POST FORMAT VIDEO =-=-=-=-=-=-=-=-= */
.post-wrapper.format-video iframe{
    width: 100%;
}

/* =-=-=-=-=-=-=-=-= POST FORMAT AUDIO =-=-=-=-=-=-=-=-= */

.post-wrapper.format-audio .featured-wrapper::before {
    top: auto;
    bottom: 0;
    height: 50px;
}
.post-wrapper.format-audio iframe {
    width: 100%;
    height: 203px;
}
@media (min-width : 992px) and (max-width : 1199px) {
    .post-wrapper.format-audio iframe {
        height: 165px;
    }
}

/* =-=-=-=-=-=-=-=-= POST FORMAT QUOTE =-=-=-=-=-=-=-=-= */

.blog-quote blockquote{
    text-align: center;
    padding: 80px 30px 50px;
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    line-height: 37px;
    background: #6b95ff;
    margin-bottom: 15px;
    min-height: 242px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.single .blog-quote blockquote{
    margin: 0;
}
blockquote footer,
blockquote small,
blockquote .small,
.blog-quote blockquote,
.blog-quote blockquote::before,
.blog-quote small a,
.blog-quote small::before {
    color: #fff;
}
.blog-quote blockquote small{
    margin-top: 15px;
    z-index: 10;
}
.blog-quote blockquote::before {
    left: 0;
    right: 0;
}

/* =-=-=-=-=-=-=-=-= POST FORMAT LINK =-=-=-=-=-=-=-=-= */

.format-link .blog-link > a {
    color: #fff;
    display: block;
    font-size: 22px;
    left: 50%;
    line-height: 37px;
    padding: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.format-link .blog-link > a::before {
    content: "\f0c1";
    font-family: FontAwesome;
    display: block;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}

/* =-=-=-=-=-=-=-=-= POST FORMAT GALLERY =-=-=-=-=-=-=-=-= */

/* DEFAULT GALLERY POST
------------------------------------------- */
.format-gallery .featured-wrapper {
    margin-bottom: 25px;
}
.gallery {
  margin-bottom: 1.5em;
  border: 1px solid #eee;
}
.gallery-caption {
  display: block;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 97.8%;
  border: 1px solid #eee;
  padding: 5px;
  margin: 10px;
  font-size: 14px;
  line-height: 25px;
}
.gallery-item img {
    width: 100%;
    height: auto;
}
.gallery-columns-2 .gallery-item {
    max-width: 43.5%;
}
.single .gallery-columns-2 .gallery-item {
    max-width: 47.1%;
}
.gallery-columns-3 .gallery-item {
    max-width: 29.9%;
    margin: 5px;
}
.single .gallery-columns-3 .gallery-item {
    max-width: 30.4%;
    margin: 10px;
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    margin: 3px;
}
.single .gallery-columns-4 .gallery-item {
    max-width: 22%;
    margin: 10px;
}
.gallery-columns-5 .gallery-item {
    max-width: 18.5%;
    margin: 5px;
}
.gallery-columns-6 .gallery-item {
    max-width: 15.2%;
    margin: 5px;
}
.gallery-columns-7 .gallery-item {
    max-width: 12.8%;
    margin: 5px;
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    margin: 5px;
}
.gallery-columns-9 .gallery-item {
    max-width: 9.6%;
    margin: 5px;
}
.gallery-columns-7 figcaption {
    font-size: 12px;
    line-height: 20px;
}
.gallery-columns-8 figcaption {
    font-size: 12px;
    line-height: 20px;
}
.gallery-columns-9 figcaption {
    font-size: 12px;
    line-height: 20px;
}
.format-gallery .gallery {
    border: 0;
    margin: 0 -10px;
}


/* =-=-=-=-=-=-=-=-= POST FORMAT GALLERY (CUSTOM) =-=-=-=-=-=-=-=-= */

.blog-gallery-carousel .carousel-control {
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 32px;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(255, 255, 255, 0.5);
    text-shadow: none;
    filter: alpha(opacity=100);
    z-index: 300;
    background-image: none;
}
.blog-gallery-carousel .carousel-control:focus, 
.blog-gallery-carousel .carousel-control:hover {
    color: #fff;
    background-color: #0072d3;
}
.blog-gallery-carousel .carousel-control.left {
   left: 0;
}
.blog-gallery-carousel .carousel-control.right {
   right: 0;
}

/* =-=-=-=-=-=-=-=-= POST FORMAT STATUS =-=-=-=-=-=-=-=-= */

.format-status p {
    background-color: #D5F1F9;
    padding: 15px 25px;
    color: #666;
    margin-bottom: 0 !important;
}

/* =-=-=-=-=-=-=-=-= POST FORMAT CHAT =-=-=-=-=-=-=-=-= */

article.format-chat {
    margin-bottom: 50px;
}
.format-chat .entry-title {
    margin: 0;
}
.format-chat .entry-content p:nth-child(odd), 
.format-chat .entry-content p:nth-child(even) {
    padding: 10px 25px;
    margin-top: 30px;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.format-chat .entry-content p:nth-child(odd) {
    margin-right: 30px;
    background: #F5F5F5;
    border-radius: 15px 0 15px 15px;
}
.format-chat .entry-content p:nth-child(even) {
    margin-left: 30px;
    background: #D5F1F9;
    border-radius: 0 15px 15px 15px;
}
.format-chat .entry-content p:nth-child(odd)::before,
.format-chat .entry-content p:nth-child(even)::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 15px solid transparent; 
}
.format-chat .entry-content p:nth-child(odd)::before {
    right: -15px;
    border-left: 15px solid #f5f5f5;
    -webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.1));
    filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.1));
}
.format-chat .entry-content p:nth-child(even)::before {
    left: -15px;
    border-right: 15px solid #d5f1f9;
    -webkit-filter: drop-shadow(-1px 4px 1px rgba(0,0,0,0.1));
    filter: drop-shadow(-1px 4px 1px rgba(0,0,0,0.1));
}

/* =-=-=-=-=-=-=-=-=PASSWORD PROTECTED POST FORMAT =-=-=-=-=-=-=-=-= */

.post-password-required .form-control {
    font-size: 14px;
}
.post-password-required .input-group-btn{
    top: 0;
}
.post-password-required .input-group-btn .btn {
    height: 50px;
    padding: 10px 38px;
    border-radius: 0 3px 3px 0;
}
.post-password-required .input-group-btn:last-child>.btn{
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*
*****************************************************************
*                          SINGLE POST                          *
*****************************************************************
*/

.single-post .post-thumbnail img {
    max-width: 100%;
    height: auto;
}
.post-thumbnail.blog-link {
  background: #00d660 none repeat scroll 0 0;
  min-height: 242px;
  margin-bottom: 15px;
}
.single-post .entry-title {
    font-size: 30px;
    line-height: 37px;
}
.post-meta ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}
.post-meta ul li:after,
ul.entry-meta li,
ul.entry-meta span,
ul.entry-meta i,
ul.entry-meta a{
    color: #565656 !important;
}
ul.entry-meta a:hover{
    opacity: .7;
}
.post-meta ul li {
    margin-right: 15px;
    display: inline-block;
    position: relative;
}
.single .post-meta ul li.poste-author {
    margin-right: 0;
}
.post-meta,
.post-meta ul li, 
.post-meta ul li a {
    font-weight: 500;
    font-family: 'Cabin', sans-serif;
    font-size: 13.5px;
    text-transform: capitalize;
    color: #565656;
}
.post-meta ul li:last-child {
    margin-right: 0;
}
.comment-list .comment-reply-title{
    margin-top: 30px;
}
@media ( max-width: 479px) {
    .post-meta ul li {
        font-size: 13px;
        line-height: 24px;
    }
}
.post-meta ul li a:hover {
    color: #0072d3;
}
.post-meta ul li i {
    margin-right: 5px;
}
.single-post .entry-footer {
    padding: 0 30px;
    margin-top: 30px;
}
.single-post .entry-footer .tags-links {
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
    display: block;
}
.single-post .entry-footer .tags-links::before {
    content: "\f02c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: -2px;
}
.single-post .entry-footer .post-tags a{
    color: #999;
}
.single-post .entry-footer .post-tags a:hover{
    color: #0072d3;
}
.entry-footer .post-share {
    float: left;
    margin-bottom: 20px;
}
.entry-footer .post-share ul li a {
    color: #fff;
    display: block;
    height: 35px;
    text-align: center;
    border-radius: 50%;
}
.entry-footer .post-share ul li a:hover{
    opacity: .8;
}
.entry-footer .post-share ul li i{
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
.post-share .share-title{
    position: relative;
    font-size: 13px;
    padding-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
}
.post-share .share-title:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}
.post-share ul{
    margin-left: 0;
}
.post-share ul li {
    margin-right: 0;
    padding: 0;
    transition: all .3s;
}
.entry-footer .post-share ul li a.facebook {
    background-color: #3b5998;
}
.entry-footer .post-share ul li a.twitter {
    background-color: #1da1f2;
}
.entry-footer .post-share ul li a.google-plus {
    background-color: #dd4b39;
}
.entry-footer .post-share ul li a.linkedin {
    background-color: #00a0dc;
}

/* AUTHOR BIO
------------------------------------------- */
.single-post .post-author {
    border: 1px solid #eee;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 5px;
}
.single-post .post-author .social-link{
    margin-top: 15px;
}
.single-post .post-author .media {
    padding: 30px 20px;
}
.single-post .post-author .media-left {
    padding-right: 20px;
    vertical-align: middle;
}
.single-post .post-author .media-left img {
    border-radius: 50%;
}
.author-info h3{
    text-transform: capitalize;
}
.author-social-info {
    border-top: 1px solid #eee;
    padding: 15px 20px;
}
.authors-post {
    float: left;
}
.authors-post a,
.authors-post i{
    color: #a7a7a7;
}
.authors-post a:hover{
    color: #0072d3;
}
.authors-post i {
    margin-right: 10px;
}
.author-social {
    float: right;
}
.author-social ul li a {
    color: #a7a7a7;
}
.author-social ul li a:hover {
    color: #0072d3;
}
@media (max-width: 350px) {
    .author-box .author-box-image {
        display: block;
        padding-right: 0;
    }
    .author-box .author-box-image img {
        margin: 0 auto 20px;
    }
}
@media (max-width: 500px){
    .single-post .post-author .media-left {
        vertical-align: top;
        display: block;
        text-align: center;
        padding: 0;
        margin-bottom: 15px;
    }
    .author-info h3{
        text-align: center;
    }
    .single-post .post-author .media-body .social-link{
        margin-top: 15px;
    }
}

/* =-=-=-=-=-=-=-= PAGINATION =-=-=-=-=-=-=-= */

@media (max-width: 767px) {
    .blog-pagination {
        margin-bottom: 40px;
    }
}
.woocommerce nav.woocommerce-pagination ul{
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li{
    border-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span
.page-numbers>li>a,
.page-numbers>li>span,
.pagination>li>a, 
.pagination>li>span {
    background: #1a242e;
    font-size: 15px;
    margin-left: 10px;
    color: #fff;
    border: none;
    min-width: 40px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
    color: #fff;
    padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li{
    margin: 0 3px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next{
    width: 70px;
    border-radius: 35px;
}
.pagination{
    margin: 0;
}
.post-pagination{
    position: relative;
    margin-top: 20px;
}
.event-pagination{
    margin-top: 50px;
}
.page-numbers>li:first-child>a, 
.page-numbers>li:first-child>span,
.pagination>li:first-child>a, 
.pagination>li:first-child>span {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.page-numbers>li:last-child>a, 
.page-numbers>li:last-child>span,
.pagination>li:last-child>a, 
.pagination>li:last-child>span {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.page-numbers>li>a:hover, 
.page-numbers>li>span:hover, 
.page-numbers>li>a:focus, 
.page-numbers>li>span:focus,
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus{
    color: #fff;
    background-color: #0072d3;
    border-color: transparent;
}
.page-numbers .current,
.pagination .current,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus{
    background-color: #0072d3;
    border-color: #0072d3;
    color: #fff;
}
.pagination>.disabled>a, 
.pagination>.disabled>a:focus, 
.pagination>.disabled>a:hover, 
.pagination>.disabled>span, 
.pagination>.disabled>span:focus, 
.pagination>.disabled>span:hover {
    border-color: #eee;
}
.page-count {
    font-size: 13px;
    border: 1px solid #eee;
    color: #a7a7a7;
    padding: 2px 12px;
}
@media (max-width: 479px) {
    .pagination>li>a, 
    .pagination>li>span {
        margin-bottom: 10px;
    }
}
@media (min-width: 768px){
    .page-numbers>li>a.prev,
    .page-numbers>li>a.next,
    .pagination>li>a.prev,
    .pagination>li>a.next{
        width: 75px;
    }
    .pagination>li>a.prev, 
    .pagination>li>a.next {
        width: auto;
        background: transparent;
        color: #737373;
        font-size: 16px;
        margin: 0 !important;
    }
    .pagination>li>a.prev{
        position: absolute;
        left: 0;
    }
    .pagination>li>a.next{
        position: absolute;
        right: 0;
    }
}
.pagination>li>a.next:hover,
.pagination>li>a.prev:hover{
    color: #ffffff;
}
.blog-navigation .previous-page i{
    margin-right: 5px;
}
.blog-navigation .next-page{
    text-align: right;
}
.blog-navigation .next-page i{
    margin-left: 5px;
}
.blog-navigation a{
    color: #a7a7a7;
    border: 1px solid #a7a7a7;
    padding: 10px 20px;
    border-radius: 50px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.blog-navigation a:hover{
    border-color: #0072d3;
    color: #ffffff;
    background-color: #0072d3;
}

/* =-=-=-=-=-=-=-= INNER POST PAGINATION =-=-=-=-=-=-=-= */

.page-pagination{
    margin-bottom: 20px;
    clear: both;
}
.page-pagination a span{
    color: #949494;
    background-color: #eee;
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    padding: 0 8px;
    transition: all .3s;
}
.page-pagination a:hover span,
.page-pagination > span {
    background-color: #0072d3;
    color: #fff;
}
.page-pagination > span {
    min-width: 24px;
    height: 27px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
}
.page-pagination .page-links-title{
    margin-right: 8px;
    width: inherit;
    color: inherit;
    background-color: transparent;
    font-size: 16px;
}

/* =-=-=-=-=-=-=-= SINGLE POST PAGER =-=-=-=-=-=-=-= */

.single-post-navigation {
    text-align: center;
    padding: 30px 0;
}
.single-post-navigation a {
    font-size: 16px;
    line-height: 64px;
    color: #999;
    display: block;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 3px;
}
.single-post-navigation a:hover{
    color: #fff;
    background-color: #0072d3;
    border: 1px solid transparent;
}
.single-post-navigation a i {
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
}
.single-post-navigation a:hover i {
    opacity: 1;
    visibility: visible;
}
.single-post-navigation .previous a:hover i {
    padding-right: 10px;
}
.single-post-navigation .next a:hover i {
    padding-left: 10px;
}
@media (max-width: 479px){
    .single-post-navigation a{
        font-size: 12px;
    }
    .previous-post-link i,
    .next-post-link i {
        display: none;
    }
}

/*
*****************************************************************
*                        SIDEBAR STYLE                          *
*****************************************************************
*/

@media (max-width: 991px) {
    .tt-sidebar-wrapper {
        margin-top: 50px;
    }
}
.tt-sidebar-wrapper .widget{
    margin-bottom: 50px;
}
.tt-sidebar-wrapper.left-sidebar .widget,
.tt-sidebar-wrapper.right-sidebar .widget{
    padding: 22px;
    background-color: #fff;
    border: 1px solid #e4e5ea;
}
.post-type-archive-product .tt-sidebar-wrapper.left-sidebar .widget,
.post-type-archive-product .tt-sidebar-wrapper.right-sidebar .widget{
    background-color: #f8f8f8;
}
.tt-sidebar-wrapper.left-sidebar .widget.widget_search,
.tt-sidebar-wrapper.right-sidebar .widget.widget_search,
.tt-sidebar-wrapper.left-sidebar .widget.widget_product_search,
.tt-sidebar-wrapper.right-sidebar .widget.widget_product_search{
    padding: 20px 20px;
}
.tt-sidebar-wrapper .widget-title{
    font-size: 20px;
    font-weight: 700;
    color: #0072d3;
}


/* widget subscription
/* ------------------------------ */

.sub-title {
    font-size: 12px;
    color: rgb(153, 153, 153);
    font-weight: 600;
    letter-spacing: 5px;
    font-family: 'Old Standard TT', serif;
}
.widget-subscription h3 {
    border: medium none !important;
    color: rgb(33, 33, 33);
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 35px;
    margin-top: 15px;
    padding: 0 !important;
    line-height: 45px;
}
.widget-subscription .form-control {
    background: #f4f4f4;
    border: 0px;
    border-radius: 5px;
    height: 57px; 

}
.widget-subscription .form-control::-moz-placeholder {
    color: #b2b2b2;
}
.widget-subscription .form-control::-ms-input-placeholder {
    color: #b2b2b2;
}
.widget-subscription .form-control::-webkit-input-placeholder {
    color: #b2b2b2;
}
.dark .form-control::-moz-placeholder {
    color: #ededed;
}
.dark .form-control::-ms-input-placeholder {
    color: #ededed;
}
.dark .form-control::-webkit-input-placeholder {
    color: #ededed;
}
.widget-subscription input[type="submit"] {
    background-color: #0072d3;
    width: 100%;
    height: 58px;
    line-height: 58px;
    color: #ffffff;
    border: 0px;
    border-radius: 5px;
    transition: all .3s;
    font-family: 'Cabin', sans-serif;
}
.widget-subscription input[type="submit"]:hover {
    opacity: .8;
}
.subscription-info {
    font-size: 14px;
    color: rgb(153, 153, 153);
    margin: 10px 0;
    font-family: 'Old Standard TT', serif;
}

/* =-=-=-=-=-=-=-= COMMON STYLE FOR ALL WIDGETS =-=-=-=-=-=-=-= */

.tt-sidebar-wrapper .widget {
    margin-bottom: 30px;
}
.tt-sidebar-wrapper .widget-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    margin-left: -22px;
    padding: 0 22px 13px 22px;
    margin-right: -22px;
}
.toogle-menu-sidebar.tt-sidebar-wrapper .widget-title {
    padding: 0 20px 0px 20px;
    margin: 0 -20px 20px -20px;
}
.footer-section .tt-sidebar-wrapper .widget-title{
    border-bottom: none;
    margin-bottom: 0;
}
.tt-sidebar-wrapper .widget-title, 
.tt-sidebar-wrapper .widget-title a {
    color: #202020;
    padding-top: 0;
    margin-top: -8px;
}
.footer-section .tt-sidebar-wrapper .widget-title a{
    color: #999;
}
.widget li{
    list-style: none;
    position: relative;
}
.widget ul{
    padding-left: 0;
}
.widget ul ul {
    padding-left: 20px;
}
.tt-sidebar-wrapper .widget_recent_entries ul li a{
    line-height: 30px !important;
}
.tt-sidebar-wrapper .widget_product_categories ul li a,
.tt-sidebar-wrapper .widget_layered_nav ul li a,
.tt-sidebar-wrapper .widget_categories ul li a,
.tt-sidebar-wrapper .widget_archive ul li a,
.tt-sidebar-wrapper .widget_meta ul li a,
.tt-sidebar-wrapper .widget_pages ul li a,
.tt-sidebar-wrapper .widget_nav_menu ul li a,
.tt-sidebar-wrapper .widget_recent_comments ul li a,
.tt-sidebar-wrapper .widget_recent_entries ul li a {
    color: #999;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 35px;
    position: relative;
}
.tt-sidebar-wrapper .widget_product_categories ul li a:hover,
.tt-sidebar-wrapper .widget_layered_nav ul li a:hover,
.tt-sidebar-wrapper .widget_categories ul li a:hover,
.tt-sidebar-wrapper .widget_archive ul li a:hover,
.tt-sidebar-wrapper .widget_meta ul li a:hover,
.tt-sidebar-wrapper .widget_pages ul li a:hover,
.tt-sidebar-wrapper .widget_nav_menu ul li a:hover,
.tt-sidebar-wrapper .widget_recent_comments ul li a:hover,
.tt-sidebar-wrapper .widget_recent_entries ul li a:hover{
    color: #565656;
}
.recentcomments .comment-author-link{
    font-weight: 700;
}
.side .tt-sidebar-wrapper .entry-meta li,
.side .tt-sidebar-wrapper a{
    color: #ededed !important;
}
.side .tt-latest-post .entry-meta li + li::before{
    background-color: #ededed !important;
}
.side .tt-sidebar-wrapper a:hover{
    opacity: .8;
}
.side .tt-sidebar-wrapper caption,
.side .tt-sidebar-wrapper td,
.side .tt-sidebar-wrapper li {
    color: #B1B1B1 !important;
}

/* WIDGET SEARCH
---------------------------- */
.search-form {
    position: relative;
}
.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    height: 50px;
    background-color: transparent;
    border: 0;
    color: #888;
    line-height: 50px;
    width: 40px;
    padding: 0;
}
.page-header-search .search-form button{
    color: #565656;
}
.search-form button:focus{
    background-color: transparent;
}

/* WIDGET_TEXT
------------------------------------ */
.tt-sidebar-wrapper .widget_text img {
    max-width: 100%;
    height: auto;
}

/* AUTHOR INFO WIDGET
------------------------------------ */
.author-info-wrapper {
    position: relative;
    border: 1px solid #eee;
}
.author-cover {
    position: relative;
}
.author-cover::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: rgba(32, 32, 32, 0.8);
    background: -webkit-linear-gradient(top, rgba(255,0,0,0), rgba(32, 32, 32, 0.8));
    background: -o-linear-gradient(bottom, rgba(255,0,0,0), rgba(32, 32, 32, 0.8));
    background: -moz-linear-gradient(bottom, rgba(255,0,0,0), rgba(32, 32, 32, 0.8));
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(32, 32, 32, 0.8));
    width: 100%;
    height: 50%;
    z-index: 1;
}
.author-cover img{
    width: 100%;
}
.author-cover + .author-avatar {
    margin-bottom: 35px;
}
.author-cover + .author-avatar img {
    background: #fff;
    padding: 5px;
    position: absolute;
    top: 116px;
    left: 15px;
    z-index: 20;
}
.author-avatar {
    margin: 20px 0;
}
.author-info-wrapper .author-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.author-info-wrapper h4 {
    font-weight: 700;
    text-transform: uppercase;
}
.author-info-wrapper p {
    line-height: 25px;
}
.author-info-wrapper .author-avatar,
.author-info-wrapper h4,
.author-info-wrapper p {
    padding: 0 25px;
    text-align: center; 
}
.author-social-links ul {
    text-align: center;
    margin-bottom: 20px;
}
.author-social-links ul li a{
    display: block;
    width: 30px;
    height: 30px;
    color: #999;
}
.author-social-links ul li a:hover{
    color: #0072d3;
}

/* NEWSLETTER WIDGET
------------------------------------------- */

.footer-sidebar .widget.widget_mc4wp_form_widget{
    padding: 0;
}
.footer-sidebar .widget-subscription h3{
    font-size: 20px;
}
.footer-sidebar .widget-subscription .sub-title{
    display: none;
}
.widget.widget_mc4wp_form_widget{
    padding: 30px 35px 40px;
    color: #ffffff;
    text-align: center;
}
.footer-sidebar .widget_mc4wp_form_widget .form-control{
    border: 1px solid #aaa;
    background-color: #ffffff;
}
.widget_mc4wp_form_widget .mc4wp-form{
    margin-bottom: 0;
}
.widget_mc4wp_form_widget .mc4wp-form .input-wrapper{
    position: relative;
}
.widget_mc4wp_form_widget .mc4wp-form .input-wrapper button{
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}
.widget_mc4wp_form_widget .form-group{
    margin-bottom: 15px;
}
.widget_mc4wp_form_widget .form-control{
    height: 58px;
    padding: 0 40px 0 20px;
    background-color: #f4f4f4;
    border: 0;
    text-align: center;
}
.widget_mc4wp_form_widget .btn{
    color: #0072d3;
    width: 100%;
    background-color: #fff;
    line-height: 50px;
    padding: 0;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.widget_mc4wp_form_widget .btn:hover,
.widget_mc4wp_form_widget .btn:focus{
    background-color: #efefef;
    color: #0072d3;
    outline: none;
}
.widget_mc4wp_form_widget .form-control:focus{
    box-shadow: none;
}
.widget_mc4wp_form_widget .form-control::-webkit-input-placeholder {
   color: #aaa;
}
.widget_mc4wp_form_widget .form-control:-moz-placeholder {
   color: #aaa;
}
.widget_mc4wp_form_widget .form-control::-moz-placeholder { 
   color: #aaa;
}
.widget_mc4wp_form_widget .form-control:-ms-input-placeholder { 
   color: #aaa;
}

/*Widget Select Option Style*/
.widget select {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    color: #666;
    border: 1px solid #eee;
    border-radius: 3px;
}
.widget select:focus {
    border: 1px solid #0072d3;
    outline: none;
}

/*widget_calendar*/
.footer-sidebar .widget_calendar .calendar_wrap {
    border: 0;
    padding: 0;
}
.widget_calendar .calendar_wrap table {
    width: 100%;
}
.widget_calendar .calendar_wrap table caption {
    padding: 0 0 5px;
    margin-bottom: 15px;
    color: #666;
    border-bottom: 1px solid #eee;
}
#wp-calendar th {
    text-align: center;
}
.widget_calendar #today {
    background-color: #0072d3;
    transition: all .3s ease;
    color: #ffffff;
}
.widget_calendar #today a{
    color: #ffffff;
}

/* TAG CLOUD
------------------------------------------- */
.widget_tag_cloud a{
    display: inline-block;
    font-size: 13px!important;
    line-height: 27px;
    padding: 2px 11px 0;
    color: #666;
    border: 1px solid #eee;
    border-radius: 50px;
    margin-right: 7px;
    margin-bottom: 7px;
}
.footer-section .widget_tag_cloud a{
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.side .widget_tag_cloud a{
    border: 1px solid #555;
}
.widget_tag_cloud a:hover{
    background-color: #0072d3;
    color: #fff!important;
    border: 1px solid transparent;   
}
/*widget_nav_menu*/
.widget_nav_menu .menu .sub-menu{
    padding-left: 15px;
}


/*
*****************************************************************
*                      COMMENTS-WRAPPER                         *
*****************************************************************
*/

.comments-wrapper {
    background: #e9edf0;
    padding: 50px 40px 40px;
    border-radius: 5px;
}
.page .comments-wrapper{
    margin-top: 50px;
}
.comments-wrapper ul {
    list-style: none;
}
.comments-wrapper > ul {
    padding: 0;
}
.comments-wrapper table{
    overflow: scroll;
}
.comments-wrapper .media-heading {
    margin-bottom: 0;
}
.comments-wrapper .media-body p {
    font-size: 16px;
    color: #333;
    margin-bottom: 2px;

}
.comments-wrapper .comment-meta {
    background: #ffffff;
    padding: 30px;
    overflow: hidden;
}
.comment-respond .comment-form {
    font-size: 15px;
    font-weight: 400;
}
.comment-meta .media-body, 
.comment-meta .media-left, 
.comment-meta .media-right {
    display: block;
    width: 80px;
    float: left;
}
.comment-meta .media-body {
    width: calc(100% - 100px);
    position: relative;
    overflow: hidden;
    display: block;
}
ul.comment-list{
    margin-bottom: 30px;
}
.comment-list .media {
    margin-top: 30px;
    margin-bottom: 30px;
}
.comment-list .media .media-left{
    padding-right: 20px;
}
.comment-list .media .media-left img{
    border-radius: 50%;ß
}
.comment-list .bypostauthor .media .media-left img{
    border: 1px solid #ddd;
}
.comments-wrapper .comment-info {
    color: #a7a7a7;
    font-size: 13px;
    line-height: 22px;
    position: relative;
    margin-bottom: 5px;
}
.comments-wrapper .comment-info .comment-author{
    display: inline-block;
}
.comments-wrapper .comment-info .comment-author h4{
    font-size: 18px;
    text-transform: capitalize;
    margin: 0 10px 0 0;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
}
.comment-meta-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}
.comment-meta-wrapper a {
    display: inline-block;
    color: #333333;
    font-family: 'Cabin', sans-serif;
}
.comment-meta-wrapper a:hover {
    color: #0072d3;
}
@media (max-width: 550px){
    .comment-info time {
        margin-top: 20px;
        display: inline-block;
    }
    blockquote {
        padding: 15px 15px 20px 56px;
    }
    .comment-list .media .media-left {
        display: block;
        width: 100%;
    }
    .comment-meta .media-body {
        width: 100%;
    }
    blockquote::before {
        font-size: 22px;
        top: 16px;
    }
}
@media (max-width: 650px){
    .comments-wrapper {
        padding: 20px 15px 15px;
    }
    .comments-wrapper .comment-meta{
        padding: 15px;
    }
}
.comment-reply-link {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    font-family: 'Cabin', sans-serif;
}
.comment-reply-link:hover {
}
.comment-respond {
    margin-top: 0;
}
.comment-respond .form-group{
    margin-bottom: 0;
}
.comment-respond .btn {
    margin-top: 25px;
}
@media screen and (max-width: 667px) {
    .comments-wrapper ul.children {
        padding: 0;
    }
    .pager.comment-navigation .next>a,
    .pager.comment-navigation .previous>a, 
    .pager.comment-navigation .previous>span 
    .pager.comment-navigation .next>span {
        float: none;
        display: block;
        margin: 5px 0;
    }
}
.pager.comment-navigation {
    margin-top: 50px;
}
.pager.comment-navigation li a {
    color: #999;
    display: block;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 6px 20px;
    border-radius: 3px;
    font-size: 16px;
}
.pager.comment-navigation li.previous a i{
    margin-right: 5px;
}
.pager.comment-navigation li.next a i{
    margin-left: 5px;
}
.pager.comment-navigation li a:hover {
    color: #fff;
    background-color: #0072d3;
    border: 1px solid transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.comments-wrapper .comment-form .input-field {
    margin-top: 15px;
}
.comments-wrapper .comment-form label {
    margin-bottom: 3px;
    font-weight: 500;
    left: 15px;
    color: #333;
}
.comments-wrapper .comment-form .comment-form-comment label {
    left: 0;
}
.comments-wrapper .comment-form .form-submit .btn {
    font-size: 16px;
    font-weight: 400;
    padding: 13px 30px;
    font-family: 'Cabin', sans-serif;
    background-color: #00a8ff;
    border-radius: 2px;
    position: relative;
}
.form-allowed-tags{
    line-height: 20px;
    margin-top: 10px;
}
.form-allowed-tags code{
    font-size: 12px;
}
.media-body ul {
    list-style: outside none disc;
}


/*
*****************************************************************
*                          EVENT: STYLE                         *
*****************************************************************
*/

.tt-event-wrapper{
    margin-bottom: 30px;
}
.event-wrapper{
    background-color: #eef2f4;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}
.event-style-two .event-wrapper, 
.event-style-three .event-wrapper {
    border-radius: 0;
    background-color: transparent;
}
.event-style-two .event-wrapper .event-body .event-meta, 
.event-style-three .event-wrapper .event-body .event-meta{
    margin-bottom: 0;
}
.event-style-two > [class*="col-"]:last-child .event-wrapper, 
.event-style-three > [class*="col-"]:last-child .event-wrapper{
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.event-style-three > [class*="col-"]:last-child .event-wrapper{
    padding-bottom: 30px;
}
.event-style-two .event-wrapper{
    border-bottom: 1px solid #474a4d;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.event-style-three .event-wrapper {
    border-bottom: 1px solid #e9edf0;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -15px;
    margin-right: -15px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.event-style-three .event-wrapper:hover{
    background-color: #e9edf0;
}
.event-style-two, 
.event-style-three {
    border-radius: 5px;
    margin-left: 0;
    margin-right: 0;
}
.event-style-two{
    background-color: #1e2226;
    padding: 30px;
}
.event-style-three{
    background-color: #fff;
    border: 1px solid #e9edf0;
    padding: 0;
}
.view-all-event {
    font-size: 12px;
    font-family: 'Cabin', sans-serif;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
}
.event-style-two .view-all-event{
    color: #fff;
    margin-left: 15px;
}
.event-style-three .view-all-event {
    color: #444;
    margin-left: 30px;
    padding: 10px 0 0;
    display: block;
    line-height: 50px;
}
.event-style-two .view-all-event:hover{
    color: #ccc;
}
.event-style-three .view-all-event:hover{
    color: #0072d3;
}
.event-style-two .event-body, 
.event-style-three .event-body{
    padding: 0;
}
.event-style-two .event-body .event-title h2, 
.event-style-three .event-body .event-title h2{
    margin-top: -5px;
    margin-bottom: 0;
} 
.event-style-two .event-body .event-title h2:hover a{
    color: #fff;
    text-decoration: underline;
}
.event-style-two .event-body .event-cat a{
    background-color: transparent;
    padding: 0;
    margin-right: 5px;
    color: #cccccc;
    position: relative;
}
.event-style-three .event-body .event-cat a {
    background-color: transparent;
    padding: 0;
    margin-right: 5px;
    color: #b1b1b1;
    position: relative;
}
.event-style-two .event-body .event-cat a:after,
.event-style-three .event-body .event-cat a:after{
    content: " ,";
}
.event-style-two .event-body .event-cat a:last-child:after,
.event-style-three .event-body .event-cat a:last-child:after{
    content: none;
}
.event-style-two .event-body .event-meta ul li{
    color: #cccccc;
}
.event-style-two .event-body .event-title h2 a{
    color: #fff;
}
.event-style-three .event-body .event-meta ul l{
    color: #b1b1b1;
}
.event-style-three .event-body .event-title h2 a{
    color: #212121;
}
.event-header{
    margin-bottom: 25px;
}
.event-body{
    padding: 0 30px 30px;
}
.single-event-page{
    padding: 100px 0;
}
.single-event-page .event-body{
    padding: 0;
}
.event-body .event-title h2 {
    font-size: 22px;
    color: #212121;
    line-height: 32px;
    margin-top: 5px;
    margin-bottom: 6px;
}
.event-body .event-title h2 a{
    color: #212121;
}
.event-body .event-title h2 a:hover{
    color: #0072d3;
}
.event-body .event-cat a {
    font-size: 12px;
    color: #fff;
    font-family: 'Cabin', sans-serif;
    text-transform: uppercase;
    background-color: #0072d3;
    padding: 0 5px;
    margin-right: 2px;
    border-radius: 2px;
    display: inline-block;
    line-height: 19px;
}
.event-body .event-cat a:hover{
    opacity: .8;
}
.event-body .event-meta ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.event-body .event-meta ul li{
    float: left;
    margin-right: 20px;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    color: #212121;
    line-height: 1.3;
}
.event-body .event-meta{
    overflow: hidden;
    margin-bottom: 20px;
}

/*featured-event*/
.featured-event{
    overflow: hidden;
    margin-bottom: 30px;
}
.featured-event-wrapper{
    background-color: #1d2931;
    color: #ffffff;
    overflow: hidden;
    border-radius: 5px;
}
.featured-event .event-body{
    width: 50%;
}
.featured-event .event-header{
    width: 50%;
    margin-bottom: 0;
    overflow: hidden;
}
.featured-event .event-body .event-title h2{
    font-size: 35px;
    line-height: 45px;
}
.featured-event .event-body .event-title h2 a{
    color: #ffffff;
}
.featured-event .event-body .event-meta ul li{
    color: #ffffff;
}
.featured-event .event-body{
    padding: 40px 40px 10px 40px;
}

/*Event single page style
-----------------------------------------*/

.single-event-page .event-header img{
    border-radius: 5px;
}
.single-event-page .event-header{
    margin-bottom: 0;
}
.single-event-page .event-body .event-title h2 {
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.single-event-page .event-body .event-cat a {
    font-size: 14px;
    line-height: 22px;
}
.event-details-panel {
    background-color: #f0f3f5;
    border-radius: 5px;
    padding: 30px;
}
.event-details-panel h3 {
    margin-top: 10px;
    margin-bottom: 24px;
}
.event-details-panel p{
    margin-bottom: 0;
    display: block;
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    line-height: 28px;
}
.event-details-panel p label{
    width: 100px;
    margin-right: 10px;
}
.event-details-panel p span{
    color: #666565;
}

/*Event page pagination
------------------------------------------*/
.event-pagination{
    overflow: hidden;
    margin-top: 50px;
}
.event-pagination .nav-prev{
    padding-right: 100px;
}
.event-pagination .nav-next{
    padding-left: 100px;
}
.event-pagination .nav-prev .previous-post-text,
.event-pagination .nav-next .next-post-text{
    color: #212121;
    font-size: 20px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.event-pagination .nav-prev a{
    padding-left: 115px;
}
.event-pagination .nav-next a{
    padding-right: 115px;
}
.event-pagination .nav-prev a:hover .previous-post-text,
.event-pagination .nav-prev a:hover .previous-post-text span,
.event-pagination .nav-next a:hover .next-post-text,
.event-pagination .nav-next a:hover .next-post-text span{
    color: #0072d3;
}
.event-pagination .nav-prev a, .event-pagination .nav-next a {
    display: flex;
    overflow: hidden;
    position: relative;
    min-height: 100px;
    flex-direction: column;
    justify-content: center;
}
.event-pagination .nav-prev a .previous-post-text span,
.event-pagination .nav-next a .next-post-text span{
    display: block;
    font-size: 15px;
    color: #212121;
    font-weight: bold;
    font-family: 'Cabin', sans-serif;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.event-pagination .nav-prev a:hover img,
.event-pagination .nav-next a:hover img{
    opacity: .8;
}
.event-pagination .nav-prev a img, 
.event-pagination .nav-next a img {
    position: absolute;
    top: 50%;
    border-radius: 4px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    transform: translateY(-50%);
}
.event-pagination .nav-prev a img {
    left: 0;
    width: 100px;
}
.event-pagination .nav-next a img{
    right: 0;
    width: 100px;
}

@media (max-width: 767px){
    .event-header img {
        width: 100%;
        height: auto;
    }
    .featured-event .event-body,
    .featured-event .event-header{
        width: 100%;
    }
    .event-details-panel h3 {
        margin-top: 0;
    }
    .event-pagination .nav-prev a{
        padding-left: 0;
    }
    .event-pagination .nav-next a{
        padding-right: 0;
    }
    .event-pagination .nav-prev{
        padding-right: 0;
    }
    .event-pagination .nav-next{
        padding-left: 0;
    }
}
@media (max-width: 992px){
    .single-event-page .event-header img{
        border-radius: 5px 5px 0 0;
    }
}
@media (max-width: 767px){
    .event-details-panel {
        min-height: 50px;
        border-radius: 0 0 5px 5px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1169px){
    .featured-event .event-header{
        width: 35%;
    }
    .featured-event .event-header img {
        height: 100% !important;
        width: auto !important;
        max-width: inherit;
    }
    .featured-event .event-body{
        width: 65%;
    }
    .event-details-panel p {
        line-height: 22px;
        font-size: 16px;
    }
    .event-details-panel h3 {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .event-details-panel {
        min-height: 300px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media(min-width: 1170px){
    .event-details-panel {
        min-height: 420px;
    }
}


/*
*****************************************************************
*                         TEACHER STYLE                         *
*****************************************************************
*/

.teacher-panel{
    margin-bottom: 30px;
}
.teacher-social-icon{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.teacher-social-icon .overlay-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    background-color: rgba(0, 114, 211, .9);
}
.teacher-panel:hover .teacher-social-icon{
    opacity: 1;
    visibility: visible;
}
.teacher-panel.style-two .teacher-details-inner{
    border-radius: 4px;
    overflow: hidden;
}
.teacher-social-icon .social-links ul {
    position: absolute;
    bottom: 15px;
    width: 100%;
}
.teacher-panel .teacher-social-icon .social-links ul li a i{
    color: #fff;
}
.teacher-panel .teacher-social-icon .social-links ul li a:hover i{
    color: #ffffff;
    opacity: .9;
}
.ios-browser .teacher-panel{
    cursor: pointer;
}
.teacher-details-inner{
    position: relative;
}
.teacher-wrapper {
    position: relative;
    overflow: hidden;
}
.teacher-thumbnail{
    position: realtive;
}
.teacher-thumbnail img {
    width: 100%;
    border-radius: 4px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.teacher-panel:hover .teacher-thumbnail img{
    border-radius: 4px;
}
.teacher-panel .social-links {
    text-align: center;
}
.teacher-panel .social-links a {
    color: #fff;
    margin: 0px;
    display: inline-block;
}
.teacher-panel .social-links li a {
    color: #fff;
}
.teacher-panel .social-links ul li:last-child a{
    padding-right: 10px;
}
.teacher-panel:hover .social-links {
    visibility: visible;
    opacity: 1;
    top: 0;
}
.teacher-panel a.teacher-thumb-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.teacher-panel .entry-content h3 a {
    color: #202020;
    position: relative;
    padding-bottom: 8px;
}
.teacher-panel .entry-content h3:hover a{
    color: #0072d3;
}
.teacher-panel .entry-content h3 {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
}
.teacher-panel .entry-content a.links{
    color: #999999;
    font-size: 16px;
    transition: all .3s;
}
.teacher-panel .entry-content a.links:hover{
    color: #555555;
}
.teacher-area .teacher-details a{
    color: #ffffff;
}
.teacher-area .teacher-details a:hover{
    opacity: .7;
}
.teacher-content {
    margin-top: 15px;
}
.teacher-mail{
    background-color: rgba(0, 114, 211, .95);
    text-align: center;
    padding: 15px 5px;
    border-radius: 0 0 4px 4px;
}
.teacher-details-inner .teacher-mail{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    z-index: 99;
}
.single-teacher-details .teacher-details-inner .teacher-mail{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .95;
}
.teacher-mail a,
.teacher-mail a:hover{
    color: #ffffff;
}
.teacher-panel:hover .teacher-details-inner .teacher-mail{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.teacher-panel .social-links ul li a i{
    color: #444444;
}
.teacher-panel .social-links ul li a i:hover{
    color: #0072d3;
}


/*=-=-=-=-=-=-=-= SINGLE TEACHER PAGE =-=-=-=-=-=-=-=*/

.teacher-info {
    border: 1px solid #e6e6e6;
    padding: 0 30px;
    border-radius: 5px;
}
.teacher-info h5 {
    color: #999999;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.teacher-info h2 {
    font-size: 25px;
    line-height: 35px;
}
.teacher-curriculum {
    padding: 30px 30px 30px 0;
    border-right: 1px solid #e6e6e6;
    margin-right: -1px;
}
.teacher-certificate {
    border-left: 1px solid #e6e6e6;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.teacher-description {
    margin-bottom: 40px;
}
.education-info ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}
.education-info ul li{
    margin-bottom: 18px;
    position: relative;
    padding-left: 35px;
}
.education-info ul li:before,
.education-info ul li:after{
    content: "";
    position: absolute;
}
.education-info ul li:before{
    width: 15px;
    height: 15px;
    top: 6px;
    left: 0;
    background-color: #0072d3;
    border-radius: 50%;
}
.education-info ul li:after{
    height: 135%;
    left: 7px;
    top: 8px;
    width: 1px;
    background-color: #0072d3;
}
.education-info ul li:last-child:after{
    content: none;
}
.education-info ul li h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}
body.tax-tt-teacher-cat{
    background-color: #f6f7f7;
}

@media (max-width: 992px){
    .teacher-certificate {
        border-left: none;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .teacher-curriculum {
        border-right: none;
        margin-right: 0;
    }
    .teacher-certificate img{
        width: 100%;
        height: auto;
    }
}


/*=-=-=-=-=-=-=-= HEADMASTER STYLE =-=-=-=-=-=-=-=*/

.head-master-photo {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.head-master-message{
    padding: 30px 40px 35px;
    background-color: #1d2931;
    color: #fff;
}
.head-master-message h3{
    color: #ffffff;
    margin-bottom: 10px;
}
.head-master-biography{
    padding: 40px 0 15px;
}
.head-master-biography h3{
    margin-top: 20px;
    margin-bottom: 5px;
}
.head-master-biography h3 a{
    color: #212121;
}
.head-master-biography h3 a:hover{
    color: #0072d3;
}
.head-master-biography img{
    margin-top: 15px;
}
@media (max-width: 992px){
    .head-master-biography{
        padding: 15px 0 0;
    }
}


/*
*****************************************************************
*                         COURSE STYLE                          *
*****************************************************************
*/

.course-wrapper{
    margin-bottom: 40px;
}
.course-header{
    position: relative;
    margin-bottom: 20px;
}
.course-header > img{
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.course-header a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    background-color: rgba(0, 114, 211, .9);
    box-shadow: 0px 17px 49px 0px rgba(0, 6, 12, 0.22);
    opacity: 0;
    visibility: hidden;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.course-wrapper:hover .course-header a{
    opacity: 1;
    visibility: visible;
}
.course-header a img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    left: 50%;
    max-width: 100px;
    max-height: 100px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.course-wrapper:hover .course-header a img{
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
} 
.course-content{
    color: #787878;
}
.course-inner a.apply-now {
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}
.course-inner a.apply-now:hover{
    color: #0072d3;
}


/*
*****************************************************************
*                COURSE SINGLE PAGE STYLE                       *
*****************************************************************
*/

.single-course-page{
    padding: 90px 0;
}
.course-thumb{
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.single-page-course-inner{
    border: 1px solid #dcdde2;
    border-top: none;
    padding: 35px 50px 50px;
    border-radius: 0 0 5px 5px;
}
.course-title-sec h2{
    margin-bottom: 12px;
}
.course-meta{
    overflow: hidden;
    margin-bottom: 25px;
}
.course-meta ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.course-meta ul li,
.course-meta ul li a,
.course-meta ul li i{
    font-size: 15px;
    color: #999999;
}
.course-meta ul li{
    float: left;
    font-family: 'Cabin', sans-serif;
    margin-right: 20px;
}
.course-meta ul li i{
    margin-right: 5px;
    color: #565656;
}
.course-meta ul li a{
    font-family: 'Cabin', sans-serif;
    position: relative;
    margin-right: 10px;
}
.course-meta ul li a:last-child{
    margin-right: 0;
}
.course-meta ul li.course-cat a::after {
    content: ", ";
    position: absolute;
    right: -3px;
    bottom: -2px;
    font-size: 17px;
}
.course-meta ul li.course-cat a:last-child::after{
    content: none;
}
.course-meta ul li a:hover{
    color: #000;
}
.course-content a:hover{
    text-decoration: underline;
}
.course-content h1,
.course-content h2,
.course-content h3{
    margin-top: 40px;
}
.course-content ul{
    list-style: none;
    padding: 0;
    margin: 0 0 0 30px;
}
.course-content li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.course-content li:before{
    content: "• ";
    position: absolute;
    color: #0072d3;
    font-size: 34px;
    top: 0;
    left: 0;
}
.course-footer {
    margin-top: 50px;
}
.course-footer.entry-footer .post-share{
    float: right;
}
.course-footer a.btn{
    margin-top: 20px;
}
@media (max-width: 767px){
    .course-footer.entry-footer .post-share{
        float: none;
        margin-top: 20px;
    }
    .course-footer a.btn{
        margin-top: 0;
    }
}

/* =-=-=-=-=-=-= ONLINE ADMISSION FORM =-=-=-=-=-=-=-=*/

.edukare-reg-form {
    border: 1px solid #dcdde2;
    padding: 30px;
    border-radius: 5px;
}
.reg-form-title h4{
    background: #40474d;
    color: #fff;
    margin-left: -30px;
    padding-left: 30px;
    margin-right: -30px;
    margin-top: -30px;
    border-radius: 5px 5px 0 0;
    padding-top: 13px;
    padding-bottom: 13px;
}
.reg-form-body {
    margin-top: 30px;
}
.reg-form-inner .form-group{
    margin-bottom: 20px;
}
.reg-form-inner h5 {
    color: #212121;
    background-color: #e9edf0;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    margin-top: -20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.reg-form-inner{
    border-left: 1px solid #dcdde2;
    border-right: 1px solid #dcdde2;
    padding: 20px 25px;
}
.reg-form-inner [class*="col-md"]{
    padding-left: 10px;
    padding-right: 10px;
}
.reg-form-body .reg-form-inner:first-child{
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #dcdde2;
}
.reg-form-body .reg-form-inner:last-child{
    border-radius: 0 0 5px 5px;
    border-bottom: 1px solid #dcdde2;
}
.reg-form-body .form-group label {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    margin-bottom: 3px;
    text-transform: capitalize;
}
.reg-form-body .form-group label span{
    color: #ff0000;
    font-weight: bold;
}
.reg-form-body .form-group .form-control{
    height: 45px;
    border: 1px solid #dcdde2;
    font-size: 16px;
    border-radius: 2px;
    line-height: 30px;
}
.upload-certificate input[type="file"] {
    font-size: 14px;
    height: 30px;
}
.edukare-reg-form input[type="checkbox"]{
    margin-right: 10px;
}
.reg-form-body .form-group textarea.form-control {
    min-height: 100px;
}
.academic-history p {
    font-family: 'Cabin', sans-serif;
    color: #6e6969;
    margin-left: 10px;
    margin-bottom: 2px;
    background: #eaeaea;
    padding: 5px 10px;
}
.academic-history p span{
    color: #ff0000;
}
.academic-career hr {
    border-color: #dcdde2;
    margin: 20px 10px 40px;
}
.edukare-reg-form .alert{
    border: 1px solid #f4c840;
    color: #212121;
    font-size: 17px;
    margin-top: 30px;
    border-radius: 5px;
    font-weight: bold;
}
.nice-select.wide .list {
    overflow: auto;
    max-height: 400px;
}
.edukare-reg-form .contact-information label{
    font-size: 15px;
}
.hidden{
    display: none;
}
.edukare-reg-form label{
    cursor: pointer;
}

/* =-=-=-=-=-=-= Video Embed Style =-=-=-=-=-=-=-=*/

.popup-wrapper {
    position: relative;
    overflow: hidden;
}
.popup-wrapper img {
    width: 100%;
    height: auto;
}
.video-popup-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}



/*
*****************************************************************
*                      VERTICLE CAROUSEL                        *
*****************************************************************
*/


.carousel-inner.vertical {
    height: 100%; /*Note: set specific height here if not, there will be some issues with IE browser*/
}
.carousel-inner.vertical > .item {
    -webkit-transition: .6s ease-in-out top;
    -o-transition: .6s ease-in-out top;
    transition: .6s ease-in-out top;
}
.certificate-items img{
    margin-bottom: 15px;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    }
    .carousel-inner.vertical > .item.next,
    .carousel-inner.vertical > .item.active.right {
    -webkit-transform: translate3d(0, 33.33%, 0);
    transform: translate3d(0, 33.33%, 0);
    top: 0;
    }
    .carousel-inner.vertical > .item.prev,
    .carousel-inner.vertical > .item.active.left {
    -webkit-transform: translate3d(0, -33.33%, 0);
    transform: translate3d(0, -33.33%, 0);
    top: 0;
    }
    .carousel-inner.vertical > .item.next.left,
    .carousel-inner.vertical > .item.prev.right,
    .carousel-inner.vertical > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
    }
}
.carousel-inner.vertical > .active {
    top: 0;
}
.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
    top: 0;
    height: 100%;
    width: auto;
}
.carousel-inner.vertical > .next {
    left: 0;
    top: 33.33%;
    right:0;
}
.carousel-inner.vertical > .prev {
    left: 0;
    top: -33.33%;
    right:0;
}
.carousel-inner.vertical > .next.left,
.carousel-inner.vertical > .prev.right {
    top: 0;
}
.carousel-inner.vertical > .active.left {
    left: 0;
    top: -33.33%;
    right:0;
}
.carousel-inner.vertical > .active.right {
    left: 0;
    top: 33.33%;
    right:0;
}
#carousel-pager .carousel-control.left,
#carousel-pager .carousel-control.right {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 32px;
    background-image: none;
    background-color: #dde1e4 !important;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
#carousel-pager .carousel-control.left:hover,
#carousel-pager .carousel-control.right:hover {
    color: #ffffff;
    background-color: #0072d3 !important;
}
.carousel-navigation {
    text-align: center;
    position: relative;
    padding: 10px 0 0;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #212121;
    text-align: center;
    text-shadow: none;
    opacity: 1;
}
.carousel-control i{
    font-weight: bold;
}
@media (max-width: 992px){
    .carousel-navigation{
        padding: 10px 10px;
    }
}


/*
*****************************************************************
*                          ABOUT US PAGE                        *
*****************************************************************
*/

/* =-=-=-=-=-=-= About us page menu =-=-=-=-=-=-=-=*/

.wpb_content_element .widget_nav_menu{
    background-color: #e8e8e9;
    border-radius: 3px;
    min-height: 50px;
    overflow: hidden;
    padding: 0 15px;
}
.wpb_content_element .widget_nav_menu ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.wpb_content_element .widget_nav_menu ul li{
    float: left;
}
.wpb_content_element .widget_nav_menu ul li a{
    display: block;
    font-family: 'Cabin', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 50px;
    font-weight: bold;
    padding: 0 10px;
    color: #212112;
}
.wpb_content_element .widget_nav_menu ul li.current-menu-item a,
.wpb_content_element .widget_nav_menu ul li a:hover{
    color: #0072d3;
}


/*
*****************************************************************
*                     ABOUT IMAGE BLOCK                         *
*****************************************************************
*/

.image-block{
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}
.image-block img{
    width: 100%;
}
.image-block.right-content .image-block-info{
    left: auto;
    right: 0;
}
.image-block.bottom-content .image-block-info{
    position: relative;
    width: 100%;
}
.image-block .image-block-info{
    position: absolute;
    width: 55%;
    height: 100%;
    padding: 30px 20px 20px 30px;
    top: 0;
    left: 0;
    background-color: #1d2931;
}
.image-block .image-block-info{
    color: #fff;
}
.image-block .image-block-info h3{
     margin-bottom: 12px;
     text-overflow: hidden;
     word-wrap: nowrap;
}
.image-block .image-block-info h3 a{
    margin-top: -5px;
    font-size: 25px;
    text-transform: capitalize;
    color: #fff;
}
.image-block .image-block-info .read-more-button a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    display: inline-block;
}

@media screen and (min-width: 992px) and (max-width: 1179px) {
    .image-block .image-block-info h3 a{
        font-size: 22px;
        margin-bottom: 5px;
    }
    .image-block .image-block-info h3 {
        margin-bottom: 5px;
    }
    .image-block .image-block-info{
        width: 76%;
    }
}
@media screen and (max-width: 991px) {
    .image-block .image-block-info{
        width: 100%;
        position: relative;
    }
}


/*
*****************************************************************
*                           404 PAGE                            *
*****************************************************************
*/

.error-page-wrapper {
    padding: 150px 0;
}
.not-found-icon i {
    font-size: 130px;
    line-height: 170px;
    text-align: center;
    display: block;
    color: #dadada;
}
.error-message h2{
    color: #fff;
    font-size: 130px;
    line-height: 100px;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 5px 5px 0 #dadada, -1px -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada;
}
.ie9 .error-message h2,
.ie9 .error-wrapper-alt h2{
    color: #999;
}
.error-message .error-sub {
    display: block;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
}
.error-message a.btn{
    margin-top: 15px;
}
.error-message a i {
    margin-right: 5px;
}
@media (max-width: 767px) {
    .error-message {
        padding-left: 0;
        border-left: 0;
        text-align: center;
    }
}
.no-results .page-header{
    margin-top: 0;
}
.error404.header-transparent .header-wrapper{
    background-color: #3a3a3a;
}
.error404.header-transparent .error-page-wrapper{
    padding: 300px 0 150px;
}

/*
*****************************************************************
*                          WOOCOMMERCE                           *
*****************************************************************
*/

body.woocommerce{
    background-color: #fff;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
    font-family: 'Old Standard TT', serif;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 40px;
}
.woocommerce .header-default-style .woocommerce-breadcrumb {
  margin-top: 40px;
}
/*shop home*/
.shop-category-wrapper ul{
    list-style: none;
    padding: 0;
}
.shop-category-wrapper,
.shop-category-wrapper .child-category{
    background-color: #fff;
    padding: 20px 0px 20px 25px;
    box-shadow: 0px 0px 21px 3px rgba(0, 0, 0, 0.08);
}
.shop-category-wrapper h2{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 15px -25px;
    padding: 0 0 15px 25px;
}
.shop-category-wrapper h2 i{
    margin-right: 10px;
    color: #0061b4;
}
.shop-category-wrapper ul li a{
    display: block;
    padding: 5px 20px 5px 0;
    font-size: 16px;
    color: #333333;
}
.shop-category-wrapper ul li a:hover{
    color: #0061b4;
}
.shop-category-wrapper > ul > li.has-child-category{
    position: relative;
}
.shop-category-wrapper > ul > li.has-child-category > a::after{
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    top: 5px;
    right: 15px;
}
.shop-category-wrapper > ul > li.has-child-category .child-category{
    position: absolute;
    left: 100%;
    width: 100%;
    top: -20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    z-index: 1;
}
.shop-category-wrapper > ul > li.has-child-category .child-category.dropdown-inverse{
    left: auto;
    right: 25px;
    z-index: 100;
    width: 240px;
}
.shop-category-wrapper > ul > li.has-child-category:hover .child-category{
    opacity: 1;
    visibility: visible;
}

/*Shop banner*/
.shop-banner-wrapper{
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: 250px;
    box-shadow: 0px 0px 21px 3px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}
.banner-content .intro-title{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}
.banner-content{
    padding: 40px;
    position: relative;
}
.banner-content h2{
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 35px;
}
.banner-content .btn{
    color: #666666;
    padding: 7px 20px;
    height: inherit;
    font-weight: 700;
    font-size: 14px;
}
.banner-content .offer{
    position: absolute;
    bottom: 20px;
    left: 55%;
    width: 70px;
    height: 70px;
    background-color: #fff;
    display: inline-block;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 700;
    color: #f53600;
    box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.3);
}
@media(max-width: 767px){
    .banner-content .offer{
        left: auto;
        right: 15px;
    }
}
.page-template-template-shop{
    background-color: #f4f4f4;
}
.woocommerce h2{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
}
.woocommerce .page-title h2{
    text-transform: initial;
    font-size: 30px;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title{
    overflow: hidden;
    padding: 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    color: #333333;
    transition: all .3s;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title:hover{
    color: #0072d3;
}
.woocommerce-Price-amount.amount {
    color: #444;
    font-size: 14px;
}
.woocommerce-checkout .woocommerce,
.edukare-shop.edukare-cart{
    padding: 0;
}

/*.product column*/
.edukare-shop ul.products li.column-two.product{
    width: 48%;
}
.edukare-shop ul.products li.column-three.product{
    width: 30.7%;
}
.woocommerce-cart .edukare-shop ul.products li.column-three.product{
    width: 48%;
}

.woocommerce table.shop_table td {
    padding: 12px 12px;
}
.woocommerce table.shop_table {
    margin: 0 -1px 50px 0;
}
@media(max-width : 767px){
    .edukare-shop ul.products li.column-three.product{
        width: 48%;
    }
}
@media(max-width: 500px){
    .edukare-shop ul.products li.product{
        width: 100% !important;
    }
}
@media (min-width: 768px){
    .single-product .edukare-shop ul.products li.column-three.product{
    width: 22.05%;
}
}
.widget .star-rating{
    font-size: 13px;
}
.widget span.reviewer{
    font-size: 14px;
}
/*product style*/
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    margin: 0 0 40px;
}
.woocommerce .woocommerce-ordering select {
    padding: 0 10px;
    outline: 0;
}
.product-content-wrapper{
    position: relative;
    border: 1px solid #e4e5ea;
    padding-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.woocommerce ul.products li.product .product-content-wrapper .product-thumbnail > a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
    text-align: center;
    overflow: inherit;
    margin-bottom: 35px;
}
.woocommerce ul.products li.product .star-rating{
    margin: 0 auto;
}
.woocommerce .star-rating span{
    color: #f69907;
}
.woocommerce ul.products li.product h3{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #202020;
    padding: 0 15px 5px;
}
.woocommerce ul.products li.product .price{
    color: #999999;
    font-size: 16px;
}
.woocommerce ul li.product a.button{
    display: inline-block;
    padding: 0 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #0072d3;
    box-shadow: none;
    min-width: 150px;
    margin: 0 auto !important;
    border-radius: 3px;
    line-height: 40px;
}
.woocommerce a.button:focus, 
.woocommerce a.button:active{
    color: #ffffff;
}
.woocommerce #respond input#submit.loading:after, 
.woocommerce a.button.loading:after, 
.woocommerce button.button.loading:after, 
.woocommerce input.button.loading:after{
    top: 0;
}
.woocommerce a.added_to_cart{
    position: absolute;
    top: 50%;
    margin-top: -56px;
    padding: 0;
    left: 0;
    right: 0;
    background-color: #0061b4;
    padding: 12px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

/*floating button*/
a.compare,
.wishlist-btn{
    position: absolute;
    top: 0;
    right: 5px;
    padding: 10px 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.wishlist-btn::before{
    content: "";
    height: 75px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 35px;
    position: absolute;
    right: -2px;
    top: 3px;
    border-radius: 3px;
    z-index: 0;
}
a.compare{
    top: 34px;
    right: 7px;
}
.yith-wcwl-add-to-wishlist{
    margin-top: 0;
}
.yith-wcwl-add-to-wishlist .ajax-loading{
    position: absolute;
    top: 15px;
    left: 7px;
    margin-left: 0;
    z-index: 2;
}
.wishlist-btn .add_to_wishlist{
    position: relative;
    z-index: 1;
}
a.compare,
.yith-wcwl-add-to-wishlist .add_to_wishlist{
    font-size: 0 !important;
}
.yith-wcwl-add-to-wishlist a{
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.yith-wcwl-add-to-wishlist i{
    color: #ff4a4a;
    font-size: 24px;
}
.yith-wcwl-add-to-wishlist span.feedback{
    display: none;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist::before{
    color: #ffffff;
    content:"\f08a";
    font-family: fontawesome;
    font-size: 24px;
}
.entry-summary .yith-wcwl-add-to-wishlist i,
.entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before{
    font-size: 30px;
    position: relative;
    top: 7px;
}
a.compare::before{
    color: #ffffff;
    content: "\f0ec";
    font-family: fontawesome;
    font-size: 20px;
}
.entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
.entry-summary .yith-wcwl-add-to-wishlist a,
a.compare:hover:before{
    color: #0061b4;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:hover:before{
    color: #ff4a4a;
}
.product-content-wrapper:hover a.compare,
.product-content-wrapper:hover .wishlist-btn{
    visibility: visible;
    opacity: 1;
}
.product-content-wrapper .product-thumbnail{
    position: relative;
}
.woocommerce .blockUI.blockOverlay{
    background-color: transparent !important;
}
.entry-summary .cart a.button{
    padding: 10px 20px;
}

/*woocomerce shop select style*/

form.woocommerce-ordering {
    position: relative;
    float: left;
    min-width: 200px;
    margin: 50px 33%;
}
form.woocommerce-ordering:after {
    content: '\f107';
    font: normal normal normal 17px/1 FontAwesome;
    color: #000;
    right: 12px;
    top: 6px;
    height: 48px;
    padding: 15px 0px 0px 12px;
    border-left: 1px solid #aaa;
    position: absolute;
    pointer-events: none;
    background-color: transparent;
    display: block;
}
form.woocommerce-ordering option {
    padding: 5px;
}
/* IE11 hide native button*/
form.woocommerce-ordering select::-ms-expand {
    display: none;
}
form.woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #aaa;
    -ms-word-break: normal;
    word-break: normal;
}
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a{
    color: #212121;
}
.woocommerce ul.cart_list li a:hover, 
.woocommerce ul.product_list_widget li a:hover{
    color: #0072d3;
}

/* =-=-=-=-=-=-=-=-=-= PRODUCT SINGLE PAGE =-=-=-=-=-=-=-=-=-=*/

.edukare-shop{
    padding-top: 50px;
    padding-bottom: 100px;
}
.single-product .edukare-shop{
    padding-bottom: 50px;
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message{
    padding: 8px 15px 8px 50px;
    line-height: 38px;
    background-color: #f3f3f3;
}
.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before{
    top: 7px;
    font-size: 16px;
}
.woocommerce div.product div.images img{
    display: inline-block;
    width: inherit;
    margin: 0 auto;
}
.woocommerce div.product div.images 
.woocommerce-product-gallery__image:nth-child(n+2){
    margin: 10px 10px 0 0;
}
.woocommerce div.product div.images 
.woocommerce-product-gallery__image:last-child{
    margin-right: 0 !important;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{
    line-height: 1.5;
}
@media (max-width: 564px){
    .woocommerce div.product div.images 
    .woocommerce-product-gallery__image:nth-child(n+2) {
        width: 22.5%;
    }
    .woocommerce div.product div.images img {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 565px){
    .woocommerce div.product div.images 
    .woocommerce-product-gallery__image:nth-child(n+2) {
        width: 23.5%;
    }
    .woocommerce div.product div.images img {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 768px){
    .woocommerce div.product div.images 
    .woocommerce-product-gallery__image:nth-child(n+2) {
        width: 22.8%;
    }
}
@media (min-width: 992px){
    .woocommerce div.product div.images 
    .woocommerce-product-gallery__image:nth-child(n+2) {
        width: 23.34%;
    }
}
@media (min-width: 1200px){
    .woocommerce div.product div.images 
    .woocommerce-product-gallery__image:nth-child(n+2) {
        width: 23.54%;
    }
}

/*yith magnifier*/
.woocommerce div.product div.images div.thumbnails{
    padding-top: 0;
}
.thumbnails.slider{
    height: inherit;
}
.yith_magnifier_gallery li{
    padding: 0 1px !important;
}
.single-product.woocommerce .edukare-shop .thumbnails #slider-prev, 
.single-product.woocommerce .edukare-shop .thumbnails #slider-next{
    margin-top: -15px;
}
div.pp_woocommerce .pp_close {
    font-size: 0 !important;
}
div.pp_woocommerce .pp_close:before {
    font-size: 25px;
    right: -15px;
}
/*shop item sale icon*/
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale{
    background-color: #0061b4;
    padding: 0;
    left: 5px;
    top: 5px;
    right: auto;
    margin: 0;
    border-radius: 3px;
    min-height: inherit;
    min-width: inherit;
    padding: 0 10px;
    line-height: 30px;
    font-size: 14px;
}
.woocommerce span.onsale{
    border-radius: 0;
}
.woocommerce div.product form.cart .variations label {
    color: #999999;
    font-size: 14px;
}
.woocommerce-product-details__short-description{
    margin-bottom: 40px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
    color: #999999;
    font-weight: 700;
    font-size: 20px;
}
.woocommerce ul.products li.product .price del{
    display: inline-block;
}
.woocommerce div.product form.cart, 
.woocommerce div.product p.cart{
    margin: 0 20px 40px 0;
    display: inline-block;
}
.woocommerce .product .entry-summary a.single_add_to_cart_button{
    display: inline-block;
    padding: 0 25px;
}
.product_meta > span{
    display: block;
    font-weight: 600;
}
.product_meta span span, 
.product_meta span a{
    color: #999999;
    font-weight: 400;
}
.product_meta span a:hover{
    color: #0061b4;
}
.woocommerce div.product form.cart div.quantity {
    margin-right: 20px;
}
.woocommerce .quantity .btn-quantity{
    border: 0;
    width: 30px;
    height: 41px;
    padding: 0;
    color: #ffffff;
    background-color: #b9b9b9;
    position: relative;
    top: 2px;
    font-family: 'Cabin', sans-serif;
}
.woocommerce .edukare-cart .quantity .btn-quantity{
    top: 0;
}
.woocommerce .quantity .btn-quantity:hover{
    background-color: #0061b4;
}
.woocommerce .quantity input.qty{
    border-radius: 0;
    width: 50px;
    padding: 0;
}
.woocommerce .quantity input:focus{
    outline: 0;
}
.woocommerce .product .entry-summary a.single_add_to_cart_button,
.woocommerce div.product form.cart .button {
    padding: 11px 20px;
}
.woocommerce div.product form.cart .variations select{
    height: 40px;
}
.woocommerce div.product form.cart .variations td.label,
.woocommerce div.product form.cart .variations td.value{
    vertical-align: baseline;
    padding-top: 0;
}
.woocommerce div.product form.cart .group_table td:first-child{
    width: inherit;
}
/*Tabs*/
.woocommerce div.product .woocommerce-tabs{
    margin-bottom: 80px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
    margin: 0;
    height: 44px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
    border-bottom: 1px solid #f3f3f3;
    bottom: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-radius: 0;
    padding: 0;
    border: 0;
    margin: 0;
    background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a{
    padding: 8px 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a{
    background-color: #0061b4;
    color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel{
    padding: 25px 0;
}
.woocommerce div.product div.images{
    margin-bottom: 80px;
}

/*Review*/
.woocommerce #reviews #comments h2{
    margin: 0;
}
.woocommerce #reviews #comments ol.commentlist{
    padding: 0;
    margin-top: 30px;
}
.woocommerce #review_form_wrapper{
    margin-top: 30px;
}
.woocommerce .comment-form{
    margin-top: 20px;
}
.woocommerce #review_form #respond textarea:focus{
    outline: none;
}
.woocommerce #review_form #respond textarea:focus,
.woocommerce #reviews input:focus,
.woocommerce #reviews textarea:focus{
    border-color: #0061b4;
}
.woocommerce #review_form #respond .form-submit{
    margin-top: 50px;
}
.woocommerce #review_form #respond .form-submit input{
    padding: 15px 40px;
    color: #fff;
}
.woocommerce p.stars a{
    color: #f69907;
}
.up-sells.products > h2,
.related.products > h2{
    margin-bottom: 30px;
}
.woocommerce-Tabs-panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
}

/* =-=-=-=-=-=-=-=-=-= CART PAGE =-=-=-=-=-=-=-=-=-=*/

.woocommerce .cart .button, 
.woocommerce .cart input.button {
    padding: 15px 20px;
    color: #fff;
}
.woocommerce .coupon .input-text{
    width: 110px !important;
    height: 50px;
    margin-right: 10px !important;
}
.woocommerce table.shop_table>tbody>tr>td.actions:first-child{
    border-right: 1px solid #ddd!important;
}
.woocommerce a.remove{
    text-align: center;
    margin: 0 auto;
    color: #b1b1b1 !important;
    font-size: 17px;
}
.woocommerce a.remove:hover{
    background-color: transparent;
    color: red !important;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals{
    padding: 20px;
    background-color: #fff;
}
.woocommerce .edukare-cart .cart-collaterals .cart_totals tr td{
    text-align: right;
}
.woocommerce .edukare-cart .cart-collaterals .cart_totals tr th,
.woocommerce .edukare-cart .cart-collaterals .cart_totals tr td{
    border-top: 0;
    border-right: 0;
}
#add_payment_method .wc-proceed-to-checkout, 
.woocommerce-cart .wc-proceed-to-checkout, 
.woocommerce-checkout .wc-proceed-to-checkout{
    padding-bottom: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    margin-bottom: 0;
    background-color: #0061b4;
    font-size: 17px;
    line-height: 40px;
    padding: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover{
    margin-bottom: 0;
    background-color: #0061b4;
}

/* =-=-=-=-=-=-=-=-=-= CHECKOUT PAGE =-=-=-=-=-=-=-=-=-=*/

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled]{
    padding: 13px 20px;
    color: #fff;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
    color: #fff;
}
.woocommerce .woocommerce-message a.button{
    padding: 10px 20px;
    color: #fff;
}
.woocommerce .select2-choice,
.woocommerce .input-text{
    height: 42px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #202020;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.woocommerce form .form-row textarea{
    padding: 10px 20px;
}
.woocommerce input[type=text]:focus, 
.woocommerce input[type=password]:focus, 
.woocommerce input[type=email]:focus, 
.woocommerce input[type=url]:focus, 
.woocommerce input[type=date]:focus, 
.woocommerce input[type=tel]:focus, 
.woocommerce input[type=number]:focus,
.woocommerce textarea:focus.edukare-textarea,
.woocommerce input[type=text]:focus:not([readonly]), 
.woocommerce input[type=password]:focus:not([readonly]), 
.woocommerce input[type=email]:focus:not([readonly]), 
.woocommerce input[type=url]:focus:not([readonly]), 
.woocommerce input[type=time]:focus:not([readonly]), 
.woocommerce input[type=date]:focus:not([readonly]), 
.woocommerce input[type=datetime-local]:focus:not([readonly]), 
.woocommerce input[type=tel]:focus:not([readonly]), 
.woocommerce input[type=number]:focus:not([readonly]),
.woocommerce textarea:focus, 
.woocommerce textarea.edukare-textarea:focus:not([readonly]){
    box-shadow: none;
}
.select2-drop-active{
    border-color: #e5e5e5;
}
.woocommerce .select2-choice:focus,
.woocommerce .input-text:focus {
    border-color: #0061b4;
}
.dropdown-content{
    padding: 0;
}
.dropdown-content li{
    list-style: none;
}
.dropdown-content li > a, 
.dropdown-content li > span {
    display: block;
    padding: 12px 15px;
    color: #999999;
    font-size: 13px;
}
.select-wrapper span.select-dropdown{
    color: #999999;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
}
.select-wrapper span.select-dropdown:after{
    content:"\f0d7";
    font-family: fontawesome;
    font-size: 14px;
    right: 10px;
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
  background: #efefef none repeat scroll 0 0;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
  background-color: #e5e5e5;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
  border-color: transparent transparent #e5e5e5;
}
.woocommerce table.shop_table{
    border: 0;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
    border-top: 0;
}
.woocommerce table.shop_table thead>tr>th,
.woocommerce table.shop_table tbody>tr>td,
.woocommerce table.shop_table tfoot>tr>th{
    border-right: 0;
}
.woocommerce table.shop_table thead>tr>th:last-child,
.woocommerce table.shop_table tbody>tr>td:last-child{
    border-right: 1px solid #ddd;
}
.woocommerce table.shop_table>tbody>tr:first-child>th,
.woocommerce table.shop_table>tbody>tr:first-child>td{
    border-top: 1px solid #ddd !important;
}
.woocommerce .edukare-cart table.shop_table>tbody>tr:first-child>th,
.woocommerce .edukare-cart table.shop_table>tbody>tr:first-child>td{
    border-top: 0 !important;
}
.woocommerce table.shop_table.order_details>tbody>tr:first-child>th,
.woocommerce table.shop_table.order_details>tbody>tr:first-child>td{
    border-top: 0 !important;
}
.woocommerce table.shop_table>tbody>tr>th:first-child,
.woocommerce table.shop_table>tbody>tr>td:first-child{
    border-right: 0 !important;
}
.woocommerce .order_details{
    padding-left: 0;
}
#order_review_heading{
    margin-top: 80px;
}
.woocommerce form .form-row .input-checkbox{
    position: static;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, 
.woocommerce-cart #payment .payment_method_paypal .about_paypal, 
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
    margin-left: 10px;
}

/* =-=-=-=-=-=-=-=-=-= WOOCOMMERCE SIDEBAR =-=-=-=-=-=-=-=-=-=*/

.woocommerce .widget_price_filter .ui-slider-horizontal{
    height: 3px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #cacaca;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    top: -5px;
    background-color: #0061b4;
    width: 12px;
    height: 12px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #26547c;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img{
    width: 60px;
    margin-right: 10px;
    float: left;
}
.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li{
    padding-bottom: 15px;
}
.woocommerce ul.cart_list li:last-child, 
.woocommerce ul.product_list_widget li:last-child{
    padding-bottom: 0;
}
.woocommerce ul.product_list_widget li.mini_cart_item{
    padding-bottom: 15px;
}

/* My account */
.woocommerce .woocommerce-MyAccount-navigation{
    background-color: #f5f5f5;
    padding: 30px;
}
.woocommerce .woocommerce-MyAccount-navigation ul{
    margin: 0;
    padding: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li{
    list-style: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a{
    color: #999999;
    text-transform: uppercase;
    display: block;
    line-height: 36px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
    color: #0061b4;
}
.woocommerce .woocommerce-MyAccount-content{
    padding: 30px;
    background-color: #fff;
    min-height: 276px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address{
    background-color: #fbfbfb;
    padding: 10px;
}
.woocommerce-address-fields__field-wrapper{
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.edit-account fieldset{
    margin: 30px 0;
}
.edit-account fieldset legend{
    padding-bottom: 10px;
}
.woocommerce .select2-container .select2-selection--single{
    height: 42px;
    border-color: #e5e5e5;
    border-radius: 0;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
}


/*
*****************************************************************
*                        FOOTER SECTION                         *
*****************************************************************
*/

.footer-section {
    position: relative;
    background-color: #e9edf0;
}
.footer-single-column .footer-section{
    padding: 100px 0;
}
.primary-footer .tt-sidebar-wrapper{
    padding: 90px 0 40px;
}
.primary-footer .tt-sidebar-wrapper .widget-title {
    color: #212121;
    font-weight: 700;
    line-height: 1.48;
    font-size: 20px;
}
.secondary-footer {
    background-color: rgba(0, 0, 0, .08);
    padding: 20px 0px;
}
.footer-section .container{
    position: relative;
}
.footer-logo {
    margin-bottom: 20px;
}
.primary-footer,
.primary-footer h1,
.primary-footer h2,
.primary-footer h3,
.primary-footer h4,
.primary-footer h4,
.primary-footer p,
.primary-footer a,
.primary-footer strong,
.primary-footer li,
.tt-sidebar-wrapper.footer-sidebar .widget_product_categories ul li a, 
.tt-sidebar-wrapper.footer-sidebar .widget_layered_nav ul li a, 
.tt-sidebar-wrapper.footer-sidebar .widget_categories ul li a, 
.tt-sidebar-wrapper.footer-sidebar .widget_archive ul li a, 
.tt-sidebar-wrapper.footer-sidebar .widget_meta ul li a, 
.tt-sidebar-wrapper.footer-sidebar .widget_pages ul li a, 
.tt-sidebar-wrapper.footer-sidebar .widget_nav_menu ul li a, 
.tt-sidebar-wrapper.footer-sidebar .widget_recent_comments ul li a, 
.tt-sidebar-wrapper.footer-sidebar .widget_recent_entries ul li a{
    color: #787878;
}
.primary-footer a.btn {
    color: #ffffff;
    margin-top: 30px;
    height: 60px;
    line-height: 60px;
    padding: 0 50px;
    letter-spacing: 1px;
}
.primary-footer a.btn:hover{
    color: #ffffff;
}
.primary-footer .textwidget img{
    margin-bottom: 20px;
}
.primary-footer li a:hover{
    color: #0072d3 !important;
}
.primary-footer .footer-address {
    background-color: #0072d3;
    padding: 82px 40px 90px;
    color: #ffffff;
}
.primary-footer .footer-address span,
.primary-footer .footer-address h4{
    font-family: 'Cabin', sans-serif;
    color: #fff;
}
.primary-footer .company-address ul li,
.primary-footer .footer-address a,
.primary-footer .footer-address p{
    color: #fff;
}
.primary-footer .footer-address .emergency-number {
    position: relative;
    padding-left: 50px;
    margin-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.primary-footer .footer-address .emergency-number i {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 39px;
    font-weight: bold;
    color: #ffffff;
}
.primary-footer .footer-address .emergency-number span{
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
}
.primary-footer .footer-address .emergency-number h4{
    font-size: 22px;
}
.primary-footer .footer-address .company-address ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-contact-info ul li i,
.primary-footer .footer-address .company-address i {
    font-size: 11px;
    position: absolute;
    top: 7px;
    left: 0;
    color: rgba(255, 255, 255, .5);
    background-color: #023c6e;
    border-radius: 3px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    padding-left: 1px;
}
.primary-footer .footer-address .company-address ul li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.primary-footer .footer-address .company-address ul li a:hover{
    color: #ffffff !important;
    opacity: .8;
}
.ie9 .address-wrapper,
.ie10 .address-wrapper,
.ie11 .address-wrapper{
    overflow: hidden;
}
.ie9 .primary-footer .footer-address,
.ie10 .primary-footer .footer-address,
.ie11 .primary-footer .footer-address{
    padding-bottom: 500px;
}
@media(min-width: 991px){
    .footer-three-column .tt-sidebar-wrapper.footer-sidebar > div:nth-child(3n+1){
        clear: both;
    }
    .primary-footer .footer-address {
        height: 100%;
        position: absolute;
        width: calc(100% - 30px);
        left: 15px;
        top: 0;
    }
    
}
@media(min-width: 768px) and (max-width: 991px){
    .footer-three-column .tt-sidebar-wrapper.footer-sidebar > div:nth-child(2n+1){
        clear: both;
    }
}
.primary-footer .tt-sidebar-wrapper .widget_nav_menu ul li{
    list-style: none;
}

/*Footer address*/
.primary-footer address{
    margin: 30px 0 0;
    font-size: 14px;
}
address ul{
    margin: 0;
    padding: 0;
}
address li {
    list-style: none;
    color: #d3cece;
    padding: 5px 0px;
}
address li a {
    color: #d3cece;
}
address ul li i {
    margin-right: 10px;
    width: 15px;
    text-align: center;
    color: #565656;
}

/*contact-us-form*/
.contact-us-form{
    padding: 40px 47px 20px;
    background: #e9edf0;
    border-radius: 3px;
}
.contact-us-form .form-group{
    margin-bottom: 15px;
}
.contact-us-form [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.contact-us-form input,
.contact-us-form textarea{
    background: #fff;
    border: none;
    border-radius: 2px;
}
.contact-us-form textarea{
    height: 170px;
}
.contact-us-form input[type="submit"]{
    display: inline-block;
    width: auto;
    margin-top: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}
.contact-us-form input:focus,
.contact-us-form textarea:focus{
    border: none;
}
/*Footer contact form*/
.widget-form input,
.widget-form textarea {
    width: 100%;
    background: #485058;
    border: none;
    padding: 9px 15px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
.widget-form input:focus,
.widget-form textarea:focus {
    outline: none;
}
.footer-sidebar.default .textwidget{
    padding-right: 30px;
}
.textwidget{
    font-size: 16px;
    line-height: 26px;
}
.textwidget div.wpcf7 .ajax-loader {
    top: auto;
    margin-top: 20px;
}
.widget-form textarea::-moz-placeholder,
.widget-form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2);
}
.widget-form textarea::-ms-input-placeholder,
.widget-form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
}
.widget-form textarea::-webkit-input-placeholder,
.widget-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
}
.widget-form .input-field {
    margin-bottom: 15px;
}
.widget-form textarea {
    resize: none;
    height: 100px;
}

/*Copyright style*/
.copyright {
    color: #313438;
    font-size: 16px;
    line-height: 50px;
}
.copyright a {
    color: #000;
    font-weight: 500;
}
.footer-social-link {
    margin-top: 20px;
    margin-bottom: 30px;
}
.social-link .list-inline{
    margin-left: 0;
} 
.social-link .list-inline > li{
    padding-left: 0;
}
.social-link li a {
    display: block;
    background-color: #333;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
}
.social-link li a i {
    width: 100%;
    height: 100%;
    line-height: 40px;
}
.social-link li.facebook a {
    background-color: #3b5998;
}
.social-link li.twitter a {
    background-color: #55acee;
}
.social-link li.google-plus a {
    background-color: #dd4b39;
}
.social-link li.linkedin a {
    background-color: #007ab9;
}
.social-link li.instagram a {
    background-color: #C42695;
}
.social-link li.behance a {
    background-color: #4176fa;
}
.social-link li.youtube a {
    background-color: #DD2724;
}
.social-link li.pinterest a {
    background-color: #D63633;
}
.social-link li.flickr a {
    background-color: #FF0080;
}
.social-link li.vimeo a {
    background-color: #1AB7EA;
}
.social-link li.dribbble a {
    background-color: #E84C88;
}

/*Bottom to top button*/
.footer-default .back-to-top{
    float: right;
}
.back-to-top a{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 51px;
    text-align: center;
    background-color: #bac2c9;
}
.back-to-top a i{
    color: #ffffff;
}
.back-to-top a:hover{
    background-color: #aaa;
}
@media (max-width: 767px){
    .footer-default .back-to-top {
        float: none;
        text-align: center;
        margin-top: 5px;
    }
    .copyright {
        text-align: center;
        line-height: 2;
    }
}

/*
*****************************************************************
*                            PRELOADER                          *
*****************************************************************
*/


#preloader {
    background: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
}
.status-mes {
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}


/*
*****************************************************************
*              VISUAL COMPOSER STYLE OVERRIDE                   *
*****************************************************************
*/


.vc_icon_element-inner .entypo-icon-plus:before {
    content: "" !important;
}
.vc_progress_bar .vc_single_bar .vc_label{
    font-family: 'Cabin', sans-serif;
}
.vc_gitem-zone{
    border-radius: 4px;
}
.vc_gitem-zone .vc-zone-link{
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.vc_gitem-zone .vc-zone-link:hover{
    opacity: 1;
}
.vc_gitem-zone .vc-zone-link:hover::before {
    content: "\f009" !important;
    font-family: FontAwesome;
    font-size: 30px !important;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 100;
}
.vc_gitem-zone .vc-zone-link:hover::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0,114,211);
    background: -moz-linear-gradient( 30deg, rgb(0,114,211) 0%, rgb(0,234,255) 100%);
    background: -webkit-linear-gradient( 30deg, rgb(0,114,211) 0%, rgb(0,234,255) 100%);
    background: -ms-linear-gradient( 30deg, rgb(0,114,211) 0%, rgb(0,234,255) 100%);
    opacity: .9;
}

/*Common style for all accordion*/
.vc_tta.vc_general.vc_tta-accordion.vc_tta-o-no-fill .vc_tta-panel-body {
    padding: 15px 0px
}
.vc_tta-color-theme_default_color .vc_tta-panel .vc_tta-panel-heading {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.0), 0 2px 10px 0 rgba(0, 0, 0, 0.0);
}
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-default .vc_active .vc_tta-panel-title>a,
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-classic .vc_active .vc_tta-panel-title>a,
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-modern .vc_active .vc_tta-panel-title>a,
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-flat .vc_active .vc_tta-panel-title>a {
    color: #fff!important;
}
.vc_tta-color-theme_default_color.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading {
    background-color: #eee;
}
.vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-accordion.vc_tta-style-flat {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.vc_tta-color-theme_default_color .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #0072d3;
}

/*Accordion Flat Style*/
.vc_tta.vc_general.vc_tta-style-flat .vc_tta-panel-title>a {
    padding: 18px 20px;
}
.vc_tta-color-theme_default_color.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-color-theme_default_color.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body, 
.vc_tta-color-theme_default_color.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #0072d3!important;
}
.vc_tta-color-theme_default_color.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body,
.vc_tta-color-theme_default_color.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
    color: #fff;
}
.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
    box-shadow: none;
}
.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
    position: relative;
}
.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading:before {
    content: "";
    width: 92%;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 20px;
    bottom: 0;
}

/*Flat White Accordion*/
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading:before {
    background: rgba(0, 0, 0, 0.15);
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
    color: #202020 !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #0072d3 !important;
}

/*Accordion Outline Style*/
.vc_tta.vc_tta-style-outline .vc_tta-panel-heading {
    border-width: 1px!important;
}
.vc_tta-color-theme_default_color.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent;
    border-color: #eee;
}
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #0072d3;
}
.vc_tta-color-theme_default_color.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #0072d3!important;
}
.vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading, 
.vc_tta.vc_tta-style-outline .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
    margin-bottom: 0px!important;
}

/*equal height*/
.vc_row-o-equal-height .vc_col-has-fill .wpb_wrapper{
    min-height: 300px;
}

/*slider*/
.theme-default .nivoSlider img,
.flexslider .slides img{
    height: auto;
}
.wpb_revslider_element{
    margin-bottom: 0 !important;
}

/*custom hover effect for grid item*/
.overlay-img a.vc_gitem-link::after {
    align-content: center;
    background: rgba(59, 93, 152, 0.9) none repeat scroll 0 0;
    color: #fff;
    content: "";
    display: flex;
    flex-direction: column;
    font-family: fontawesome;
    font-size: 24px;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.overlay-img a.vc_gitem-link:hover::after{
    opacity: 1;
}
.vc_btn3{
    font-family: 'Cabin', sans-serif;
}
.vc_btn3.vc_btn3-size-xs{
    padding: 10px 30px !important;
}
.vc_btn3.vc_btn3-size-sm {
    padding: 12px 30px !important;
}

/*pie chart for teachers*/
.skill-progress .vc_pie_chart_back {
    border: 6px solid #aaa !important;
}
.skill-progress .vc_pie_chart .vc_pie_chart_value {
  font-size: 110%;
}

/*visual composer default accordion customization*/

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    background-color: #ffffff !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title a {
    color: #00ACFA;
}
.wpb-js-composer .vc_tta-panel-heading {
    position: relative;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:after {
    content: "";
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: #e9e9e9;
    z-index: 9999;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel:last-child .vc_tta-panel-heading:after {
    content: none;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active:last-child .vc_tta-panel-heading:after {
    content: "";
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus {
    padding: 9px;
    width: 20px;
    height: 20px;
    background-color: #00aeff;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
    left: 25% !important;
    width: 50% !important;
    border-color: #ffffff !important;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    top: 27% !important;
    height: 50% !important;
    border-color: #ffffff !important;
}
.vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta-accordion.vc_tta-style-flat {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f4f7f7;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel {
    border-bottom: 1px solid #efefef;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel:last-child{
    border: none;
}

/*ui-datepicker*/
.ui-datepicker .ui-datepicker-header {
    border-radius: 0;
    background: none;
    border: 0;
}

/*VC default tabs style*/
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab{
    background-color: #0072d3;
    border-radius: 5px;
}

/* Progress Bar
------------------------------------------- */
.wpb_progress_bar_heading {
    margin-bottom: 50px;
}
.vc_progress_bar .vc_single_bar .vc_label {
    padding: 0 !important;
    font-size: 14px;
    bottom: 30px;
    color: #666 !important;
    text-shadow: none !important;
}
.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
    position: absolute;
    top: 0;
    right: 0;
}
.vc_progress_bar .vc_single_bar {
    background: #f5f5f5 !important;
    box-shadow: none !important;
    border-radius: 10px !important;
    height: 20px;
    margin-bottom: 50px !important;
    padding: 0 10px;
}
.vc_progress_bar .vc_single_bar .vc_bar {
    height: 40% !important;
    border-radius: 10px !important;
    top: -21px !important;
    left: 0 !important;
    position: relative !important;
}


/*------------------------------------------------------------------
CountDown Timer
-------------------------------------------------------------------*/
.countdown {
  margin-bottom: 0
}
.timer-white-color .countdown li {
    color : #fff;
}
.countdown li {
  display: inline-block;
  text-align: center;
  min-width: 110px;
}
.countdown li+li {
  margin-left: 50px;
}
.countdown li span {
  font-size: 60px;
  line-height: 50px;
  font-weight: 900;
}
.countdown li p{
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
}
@media screen and (max-width: 770px) {
    .countdown li+li {
      margin-left: 10px;
    }
}

/*timer theme color*/
.timer-brand-color .countdown li span {
    color: #03a9f4;
}
.timer-brand-color .countdown li span p {
    color: #999;
}

/*timer multi color*/
.timer-multi-color .countdown li {
  min-width: 80px;
}
.timer-multi-color .countdown li+li {
  margin-left: 30px;
}
.timer-multi-color .countdown li span {
  font-size: 40px;
  line-height: 40px;
}
.timer-multi-color .countdown li:nth-child(1) span {
    color: #e040fb;
}
.timer-multi-color .countdown li:nth-child(2) span {
    color: #03a9f4;
}
.timer-multi-color .countdown li:nth-child(3) span {
    color: #4CAF50;
}
.timer-multi-color .countdown li:nth-child(4) span {
    color: #e91e63;
}
.timer-multi-color .countdown li span p {
    color: #fff;
}


/*
*****************************************************************
*                ANIMATION AND HOVER EFFECT                     *
*****************************************************************
*/


/*--------------------------------------------
hover underline left to right
--------------------------------------------*/

.home-blog-content h3 a,
.tt-popular-post .media-body h4 a,
.tt-latest-post .media-body h4 a,
.tt-recent-comments .media-body h4 a,
.post-wrapper .entry-title a{
    background: -moz-linear-gradient(transparent calc(100% - 1px), #0072d3 1px);
    background: -webkit-linear-gradient(transparent calc(100% - 1px), #0072d3 1px);
    background: -ms-linear-gradient(transparent calc(100% - 1px), #0072d3 1px);
    background: linear-gradient(transparent calc(100% - 1px), #0072d3 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}

/*for white color*/
.side .home-blog-content h3 a,
.side .tt-popular-post .media-body h4 a,
.side .tt-latest-post .media-body h4 a,
.side .tt-latest-post .media-body h4 a,
.image-block .image-block-info h3 a{
    background: -moz-linear-gradient(transparent calc(100% - 1px), #ffffff 1px);
    background: -webkit-linear-gradient(transparent calc(100% - 1px), #ffffff 1px);
    background: -ms-linear-gradient(transparent calc(100% - 1px), #ffffff 1px);
    background: linear-gradient(transparent calc(100% - 1px), #ffffff 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.image-block .image-block-info h3 a:hover,
.home-blog-content h3 a:hover,
.tt-popular-post .media-body h4 a:hover,
.tt-latest-post .media-body h4 a:hover,
.tt-recent-comments .media-body h4 a:hover,
.home-blog-content h3 a:hover,
.post-wrapper .entry-title a:hover{
    background-size: 100% 100%;
}
.ie .image-block .image-block-info h3 a:hover,
.ie .home-blog-content h3 a:hover,
.ie .tt-popular-post .media-body h4 a:hover,
.ie .tt-latest-post .media-body h4 a:hover,
.ie .tt-recent-comments .media-body h4 a:hover,
.ie .home-blog-content h3 a:hover,
.ie .post-wrapper .entry-title a:hover{
    background-size: 0;
}

/*--------------------------------------------
hover effect left to right
--------------------------------------------*/
.image-block .image-block-info .read-more-button a:after,
.home-blog-wrapper .entry-meta a:after,
.class-sub-menu li a:after,
.nav>li a:after,
.class-wrapper .entry-header h3 a:after,
.post-wrapper .post-overlay a:after,
.teacher-panel .entry-content h3 a:after,
.post-wrapper .entry-content .more-link:after{
    content: '';
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 5px;
    left: auto;
    right: 0;
    height: 1px;
    width: 0%;
    background-color: #fff;
}
.image-block .image-block-info .read-more-button a:hover:after,
.home-blog-wrapper .entry-meta a:hover:after,
.class-menu a:focus:after,
.class-sub-menu li a:hover:after,
.class-wrapper .entry-header h3 a:hover:after,
.post-wrapper .post-overlay a:hover:after,
.teacher-panel .entry-content h3 a:hover:after,
.post-wrapper .entry-content .more-link:hover:after,
.nav>li a:hover:after{
    left: 0;
    right: auto;
    width: 100%;
}
.home-blog-wrapper .entry-meta a:after,
.teacher-panel .entry-content h3 a:after,
.post-wrapper .entry-content .more-link:after{
    background-color: #0072d3;
}
.class-sub-menu li a:after{
    opacity: .5;
}
.megamenu-wrapper li a:after,
.dropdown-wrapper li a:after,
.nav>li a:after{
    bottom: 0;
    height: 2px;
    background-color: #2c3746;
}
.side .nav>li a:after{
    height: 2px;
}
.style-two .nav>li a:after{
    background-color: #fff;
}

/* --------------------------------------------
Effect-shine
----------------------------------------*/
.teacher-area .teacher-details a:hover,
.class-wrapper .entry-header h3 a:hover,
.class-wrapper .entry-header time:hover,
.post-wrapper .post-overlay a:hover,
.post-wrapper .entry-content .more-link:hover{
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    mask-size: 200%;
    animation: shine 2s linear infinite;
    -webkit-animation: shine 2s linear infinite;
    -moz-animation: shine 2s linear infinite;
}

/*
*****************************************************************
*                 KEY FRAME FOR ANIMATION                       *
*****************************************************************
*/

/*TT Animate CSS
----------------------------------*/
.tt-animate i {
    text-align         : center;
    overflow           : hidden;
    -webkit-transition : all 0.5s;
    -moz-transition    : all 0.5s;
    transition         : all 0.5s;
}
.tt-animate i::before {
    speak                       : none;
    display                     : block;
    -webkit-font-smoothing      : subpixel-antialiased !important;
    -webkit-backface-visibility : hidden;
    -moz-backface-visibility    : hidden;
    -ms-backface-visibility     : hidden;
}

/*Left To Right*/
.tt-animate.ltr i:hover::before {
    -webkit-animation : LeftToRight 0.3s forwards;
    -moz-animation    : LeftToRight 0.3s forwards;
    animation         : LeftToRight 0.3s forwards;
}
.tt-animate.ltr i:before {
    -webkit-animation : RightToLeft 0.3s forwards;
    -moz-animation    : RightToLeft 0.3s forwards;
    animation         : RightToLeft 0.3s forwards;
}

/*Right To Left*/
.tt-animate.btt i:hover::before {
    -webkit-animation : BottomToTop 0.3s forwards;
    -moz-animation    : BottomToTop 0.3s forwards;
    animation         : BottomToTop 0.3s forwards;
}
.tt-animate.btt i:before {
    -webkit-animation : TopToBottom 0.3s forwards;
    -moz-animation    : TopToBottom 0.3s forwards;
    animation         : TopToBottom 0.3s forwards;
}

/*shine effect*/
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

/* Left to Right key frame*/
@-webkit-keyframes LeftToRight {
    49% {
        -webkit-transform : translate(100%);
    }
    50% {
        opacity           : 0;
        -webkit-transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}
@-moz-keyframes LeftToRight {
    49% {
        -moz-transform : translate(100%);
    }
    50% {
        opacity        : 0;
        -moz-transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}
@keyframes LeftToRight {
    49% {
        transform : translate(100%);
    }
    50% {
        opacity   : 0;
        transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}

/* Right to Left key frame*/
@-webkit-keyframes RightToLeft {
    49% {
        -webkit-transform : translate(100%);
    }
    50% {
        opacity           : 0;
        -webkit-transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}
@-moz-keyframes RightToLeft {
    49% {
        -webkit-transform : translate(-100%);
    }
    50% {
        opacity           : 0;
        -webkit-transform : translate(100%);
    }
    51% {
        opacity : 1;
    }
}
@keyframes RightToLeft {
    49% {
        -webkit-transform : translate(100%);
    }
    50% {
        opacity           : 0;
        -webkit-transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}

/* Bottom to Top key frame*/
@-webkit-keyframes BottomToTop {
    49% {
        -webkit-transform : translateY(-100%);
        }
    50% {
        opacity           : 0;
        -webkit-transform : translateY(100%);
        }
    51% {
        opacity : 1;
        }
    }
@-moz-keyframes BottomToTop {
    49% {
        -moz-transform : translateY(-100%);
        }
    50% {
        opacity        : 0;
        -moz-transform : translateY(100%);
        }
    51% {
        opacity : 1;
        }
    }
@keyframes BottomToTop {
    49% {
        transform : translateY(-100%);
    }
    50% {
        opacity   : 0;
        transform : translateY(100%);
    }
    51% {
        opacity : 1;
    }
}

/* Top to Bottom key frame*/
@-webkit-keyframes TopToBottom {
    49% {
        -webkit-transform : translateY(-100%);
        }
    50% {
        opacity           : 0;
        -webkit-transform : translateY(100%);
        }
    51% {
        opacity : 1;
        }
    }
@-moz-keyframes TopToBottom {
    49% {
        -moz-transform : translateY(-100%);
        }
    50% {
        opacity        : 0;
        -moz-transform : translateY(100%);
        }
    51% {
        opacity : 1;
        }
    }
@keyframes TopToBottom {
    49% {
        transform : translateY(-100%);
    }
    50% {
        opacity   : 0;
        transform : translateY(100%);
    }
    51% {
        opacity : 1;
    }
}