/*
Theme Name:     Creptaam
Theme URI:      http://trendytheme.net/demo/creptaam/
Author:         TrendyTheme
Author URI:     http://trendytheme.net
Description:    Creptaam is Cryptocurrency Mining and Investments WordPress theme. This theme is designed specifically for Digital Currency, Crypto Currency, Share Market, Finance, Business, Corporate, Consulting.
Version:        1.4
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    creptaam
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
# SHORTCODE
# TEAM SHORTCODE STYLE
# SERVICE STYLE
# WORK STYLES
# PRICING TABLE
# FEATURED BOXED STYLE 
# BIT COIN ECOSYSTEM
# MAP SECTION
# CONTACT SECTION
# MAGNIFIC POPUP
# SWIPER SLIDER CUSTOMIZE
# TESTIMONIAL
# PROCESS SECTION
# EVENT STYLE
# 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
# ICO OFFER STYLE
# COUNTDOWN TIMER
# TT TIME LINES 
# TT CAROUSELS 
# ICO DETAILS PANEL SHORTCODE
# 404 PAGE
# WOOCOMMERCE
    ## PRODUCT SINGLE PAGE
    ## CART PAGE
    ## CHECKOUT PAGE
    ## WOOCOMMERCE SIDEBAR
# FOOTER SECTION
# VISUAL COMPOSER STYLE OVERRIDE
# ANIMATION AND HOVER EFFECT
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


/*
*****************************************************************
*                          GENERAL                              *
*****************************************************************
*/

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
    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%;
}

/* Link style
------------------------------ */

a{
    color: #ffc100;
}
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #ebad00;
    outline: none;
    text-decoration: none;
}
dl dd{
    margin-bottom: 10px;
}

/* 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.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*
*****************************************************************
*                              TYPOGRAPHY                       *
*****************************************************************
*/

h1, 
h2, 
h3, 
h4, 
h5, 
h6{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: #212121;
    margin: 0 0 15px;
}
h1 {
    font-size: 48px;
    line-height: 60px;
}
h2 {
    font-size: 40px;
    line-height: 55px;
}
h3 {
    font-size: 25px;
    line-height: 35px
}
h4 {
    font-size: 20px;
    line-height: 26px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
p {
    margin-bottom: 15px;
}
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;
}
.entry-content p{
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 20px;
}
.tt-fullHeight {
    height: 100vh;
}
.vc_icon_element-inner .entypo-icon-plus:before {
    content: "\f03e" !important;
    font-family: FontAwesome;
    font-size: 30px !important;
}
.list-circle{
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-circle li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}
.list-circle li::before{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    content:"";
    position: absolute;
    left: 0;
    top: 9px;
}
ul.service-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.service-list li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 36px;
}
ul.service-list li::before {
    content: "\f192";
    font-family: fontawesome;
    position: absolute;
    top: 3px;
    left: 0;
    color: #f0b809;
    -moz-transform: .3s;
    -webkit-transform: .3s;
    transform: .3s;
    font-size: 24px;
}
ul.service-list li:hover::before{
    content: "\f10c";
}
.single-service-section .flexslider {
    overflow: hidden;
    margin: 0 0 30px !important;
}

/* 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; 
}

/* 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;
    margin-bottom: 10px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 10px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.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%; 
    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;
}
.post-type-archive-tribe_events .page-wrapper{
    padding-bottom: 50px;
}
.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;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit,
.comments-wrapper .form-submit input{
    border: 0;
    font-size: 13px;
    line-height: 21px;
    padding: 12px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    background-color: #ffc100;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover,
.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: #ffc100;
}

/*
*****************************************************************
*                        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;
}
thead {
    color: #272829;
    background-color: #f5f5f5;
}

/*Creptaam Market Status Table*/

.creptaam-market-status .table {
    border: 0;
}
.creptaam-market-status thead {
    color: #828899;
    background: transparent;
}
.creptaam-market-status .table>tbody{
    color: #212121;
}
.creptaam-market-status .table>tbody>tr>td, 
.creptaam-market-status .table>tbody>tr>th, 
.creptaam-market-status .table>tfoot>tr>td, 
.creptaam-market-status .table>tfoot>tr>th, 
.creptaam-market-status .table>thead>tr>td, 
.creptaam-market-status .table>thead>tr>th {
    padding: 12px;
    border: 0;
}
.creptaam-market-status .table>tbody>tr>td {
    border-left: 1px solid #ddd;
}
.creptaam-market-status .table>tbody>tr>td span {
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.creptaam-market-status .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
.creptaam-market-status .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f0f1f5;
}
.creptaam-market-status tbody>tr>th {
    text-align: center;
}
.creptaam-market-status .table>thead>tr>th {
    border-bottom: 0;
}
.creptaam-market-status .table>tbody>tr>td span.price-usd {
    color: #007bd9;
}
.creptaam-market-status .table>tbody>tr>td span.price-up{
    color: #04cb4a;
}
.creptaam-market-status .table>tbody>tr>td span.price-down{
    color: #fd0b2d;
}
.creptaam-market-status .table>tbody>tr>td span.updown-percentage i {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .creptaam-market-status {
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

/* Form Style
------------------------------------------- */

.form-group {
    margin-bottom: 30px;
}
.wpcf7-form .form-group{
    margin-bottom: 20px;
}
.wpcf7-form .form-group textarea{
    height: 170px;
}
.form-control {
    height: 50px;
    border: 1px solid rgba(215, 215, 215, 0.8);
    border-radius: 3px;
    box-shadow: none;
    font-weight: 400;
    color: #555;
    background: rgba(255, 255, 255, 0.2);
}
.footer-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 #FFC90F;
}
.form-group textarea{
    padding: 15px;
    min-height: 200px;
}

/*placeholder setting for all*/


.form-group input::-webkit-input-placeholder { 
  color: #aaa;
}
.form-group input::-moz-placeholder { 
  color: #aaa;
}
.form-group input:-ms-input-placeholder {
  color: #aaa;
}
.form-group input:-moz-placeholder {
  color: #aaa;
}
.form-group textarea::-webkit-input-placeholder {
  color: #aaa;
}
.form-group textarea::-moz-placeholder {
  color: #aaa;
}
.form-group textarea:-ms-input-placeholder {
  color: #aaa;
}
.form-group textarea:-moz-placeholder {
  color: #aaa;
}

/*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;
}


/* =-=-=-=-=-=-=-=-=-=-=-= GUTENBERG SUPPORT =-=-=-=-=-=-=-=-=-=-=-= */

.alignfull,
.alignwide {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
}
.wp-block-image{
    max-width: inherit;
}
@media only screen and ( min-width: 950px) {
    .single-post .entry-content .alignwide {
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
    }
    .wp-block-gallery {
        margin: 0 -8px 15px -8px;
    }
}
@media screen and (min-width: 568px) and (max-width: 767px) {
    .wp-block-cover-image {
        min-height: 300px;
    }
}
@media (max-width: 567px) {
    .wp-block-cover-image {
        min-height: 220px;
    }
}
.wp-block-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    padding: 0 !important;
    margin: 15px 0;
    clear: both;
}
.wp-block-gallery.alignleft{
    margin-right: 30px;
}
.wp-block-gallery.alignright {
    margin-left: 30px;
}
.has-single-sidebar.single-post .entry-content .alignwide {
    margin-left: -30px;
    margin-right: -30px;
}
.single-post .creative .entry-content .alignwide {
    margin-left: -100px;
    margin-right: -100px;
}
.has-single-sidebar.single-post .creative .entry-content .alignwide,
.has-single-sidebar.single-post .entry-content .alignfull {
    margin-left: -30px;
    margin-right: -30px;
}
.wp-caption {
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    max-width: 100%;
}
.wp-caption figcaption {
    padding: 7px 0;
    font-size: 14px;
    color: #666666;
}
.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 img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* 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-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. */
}
/* ---- NEW GUTENBERG CUSTOMIZE ---*/
.wp-block-cover, .wp-block-cover-image{
    min-height: 450px;
}
.wp-block-column{
    margin-bottom: 30px;
}
.wp-block-column:nth-child(2n+1),
.blog .wp-block-column:not(:last-child) {
    margin-right: 15px;
}
.wp-block-column:not(:first-child), 
.wp-block-column:nth-child(2n) {
    margin-left: 15px;
}
.wp-block-image figcaption {
    line-height: 22px;
}
.wp-block-columns.alignfull,
.wp-block-columns.alignwide{
    padding: 0 15px
}
.blog .wp-block-columns ol,
.blog .wp-block-columns ul,
.blog .wp-block-columns dl {
    padding-left: 0;
    list-style-position: inside;
}
.blog .wp-block-columns blockquote {
    padding: 0 0 0 15px;
    font-size: 20px;
}
.blog .wp-block-columns blockquote cite:before{
    top: 8px;
    width: 15px;
}
.blog .wp-block-columns blockquote cite {
    font-size: 14px;
    padding-left: 20px;
    line-height: 1.3;
    display: inline-block;
}
.blog .wp-block-media-text .has-large-font-size {
    font-size: 22px;
    margin-bottom: 8px;
}
.blog .wp-block-pullquote.is-style-solid-color blockquote {
    width: 100%;
}
.blog .wp-block-gallery.columns-4 figcaption,
.blog .wp-block-gallery.columns-5 figcaption,
.blog .wp-block-gallery.columns-6 figcaption,
.blog .wp-block-gallery.columns-7 figcaption,
.blog .wp-block-gallery.columns-8 figcaption,
.blog .wp-block-gallery.columns-9 figcaption {
    display: none;
}
.wp-block-media-text{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wp-block-separator{
    width: 100px;
    border-color: #ccc;
    margin: 16px auto;
}
.wp-block-separator.is-style-wide{
    width: 100%;
}
.wp-block-separator.is-style-dots:before {
    padding-left: 0;
    font-weight: bold;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 10px;
}
.widget_recent_comments ul li a,
.wp-block-latest-comments__comment-meta a{
    color: #212121;
}
.widget_recent_comments ul li a:hover,
.wp-block-latest-comments__comment-meta a:hover{
    color: #021bdd;
}
.comment-author-link,
.wp-block-latest-comments__comment-author{
    font-weight: bold;
}
.wp-block-latest-comments__comment {
    display: block;
    position: relative;
    overflow: hidden;
}
.wp-block-latest-comments{
    padding-left: 0; 
}
.wp-block-latest-comments li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.posts-content .wp-block-latest-comments li article{
    overflow: hidden;
    margin-bottom: 0;
}
.wp-block-categories,
.wp-block-archives,
.wp-block-latest-posts{
    padding-left: 0;
}
.wp-block-categories li,
.wp-block-archives li,
.wp-block-latest-posts li{
    list-style: none;
    padding-left: 20px;
    position: relative;
}
.wp-block-latest-posts li{
    margin-bottom: 20px;
}
.wp-block-categories li a,
.wp-block-archives li a,
.wp-block-latest-posts li a{
    color: #212121;
}
.wp-block-categories li a:hover,
.wp-block-archives li a:hover,
.wp-block-latest-posts li a:hover{
    color: #021bdd;
}
.wp-block-categories li .children,
.wp-block-archives li .children,
.wp-block-latest-posts li .children{
    padding-left: 0
}
.wp-block-categories li:before,
.wp-block-archives li:before,
.wp-block-latest-posts li:before{
    content: "\f105";
    font-family: FontAwesome;
    font-weight: 900;
    left: 0;
    position: absolute;
    color: rgba(0,0,0,.4);
}
.wp-block-archives-dropdown select{
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
}
@media (min-width: 600px) {
    .blog .wp-block-latest-posts.columns-4 li,
    .blog .wp-block-latest-posts.columns-5 li,
    .blog .wp-block-latest-posts.columns-6 li,
    .blog .wp-block-latest-posts.columns-7 li,
    .blog .wp-block-latest-posts.columns-8 li,
    .blog .wp-block-latest-posts.columns-9 li {
        width: calc(33.3% - 16px);
    }
}

.has-huge-font-size, 
.has-large-font-size,
.has-larger-font-size{
    line-height: 1.5;
}

/*
*****************************************************************
*                        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: 14px 38px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    letter-spacing: 1.2;
}
.btn-primary,
#tribe-events .tribe-events-button, 
#tribe-events .tribe-events-button:hover, 
#tribe_events_filters_wrapper input[type=submit], 
.tribe-events-button, 
.tribe-events-button.tribe-active:hover, 
.tribe-events-button.tribe-inactive, 
.tribe-events-button:hover, 
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], 
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce .cart .button, 
.woocommerce .cart input.button,
.woocommerce .product .entry-summary a.single_add_to_cart_button{
    background-color: #ffc100;
}
.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 .cart .button:hover, 
.woocommerce .cart input.button:hover,
.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: #ffc100;
}
.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;
}
.vc_general.vc_btn3{
    position: relative;
    z-index: 1;
}
.vc_general.vc_btn3.vc_btn3-style-gradient,
.vc_general.vc_btn3.vc_btn3-style-gradient-custom{
    padding: 14px 35px !important;
}

/*blog button*/

.blog-btn {
    width: 100%;
    background: #fff;
    color: #a3a3a3;
    font-weight: bold;
    padding: 15px 0;
    line-height: 1;
    margin-bottom: 40px;
}
.blog-btn:hover{
    color: #fff;
    background-color: #ffc100;
}

/*white button*/

.btn-white,
.btn-white:hover,
.btn-white:focus {
    color: #212121;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
button:focus {
    outline: none !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{
    font-weight: 700;
}
.vc_btn3.vc_btn3-size-xs{
    padding: 10px 20px !important;
}
.vc_btn3.vc_btn3-size-sm {
    padding: 12px 20px !important;
}
.vc_btn3.vc_btn3-size-md {
    font-size: 13px !important;
    padding: 14px 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_btn3.vc_btn3-shape-rounded {
    border-radius: 2px !important;
}
.vc_general.vc_btn3.vc_btn3-shape-rounded{
    border-radius: 3px;
}
.vc_general.vc_btn3.vc_btn3-style-classic{
    border: 0;
}
.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;
}
.vc_btn3-color-theme_primary_color {
    background-color: #ffc100 !important;
    color: #fff !important;
}

/*alert*/

.alert {
    padding: 10px 15px;
    border-radius: 0;
    border: 0;
}
.tt-alert {
    background-color: transparent;
}
.alert-dismissible .close {
    top: 5px;
}

/*
*****************************************************************
*                       GLOBAL STYLES                           *
*****************************************************************
*/

body.blog,
body.archive,
body.single-post,
body.search,
body.single-tribe_events{
    background-color: #e2ebef;
}
.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;
}
.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;
}
.vc_column_container>.ttStickySidebar>.vc_column-inner {
   box-sizing: border-box;
   padding-left: 15px;
   padding-right: 15px;
   width: 100%;
}
.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 (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%;
    }
    .vc_row.section-wrapper{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .wpb_single_image.vc_align_center{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.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;
}
.particle-effect{
    overflow: hidden;
}
.particles-js {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.vc_parallax .container,
.vc_parallax .container-fullwidth,
.particle-effect .container,
.particle-effect .container-fullwidth{
    z-index: 3;
    position: relative;
}

.white-text{
    color: #ffffff;
}
.theme-color {
    color: #ffc100;
}
.theme-bg {
    background-color: #ffc100;
}
.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;
    }
}

/*custom padding classes*/

.no-padding .tt-item{
    padding: 0!important;
}
.row.no-padding{
    margin: 0!important;
}
@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;
}

/* 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;
}
.dark-blue-overlay{
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0, 72, 84, 0.7) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0, 72, 84, 0.7)));
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0, 72, 84, 0.7) 100%);
    background: -o-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0, 72, 84, 0.7) 100%);
    background: -ms-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0, 72, 84, 0.7) 100%);
    background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0, 72, 84, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#27c9e6', GradientType=1 );
}
.list-circle li::before,
.header-overlay-color{
    background: rgba(254,204,13,1);
    background: -moz-linear-gradient(left, rgba(254,204,13,1) 0%, rgba(249,131,5,0.9) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254,204,13,1)), color-stop(100%, rgba(249,131,5,0.9)));
    background: -webkit-linear-gradient(left, rgba(254,204,13,1) 0%, rgba(249,131,5,0.9) 100%);
    background: -o-linear-gradient(left, rgba(254,204,13,1) 0%, rgba(249,131,5,0.9) 100%);
    background: -ms-linear-gradient(left, rgba(254,204,13,1) 0%, rgba(249,131,5,0.9) 100%);
    background: linear-gradient(to right, rgba(254,204,13,1) 0%, rgba(249,131,5,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecc0d', endColorstr='#f98305', GradientType=1 );
}
.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%); 
}

/*blog overlay*/

.post-overlay.no-overlay{
    display: none;
}
.post-overlay.overlay-one{
    background-color: #ffa3e6;
    background: -moz-linear-gradient(45deg, #ffa3e6 0%, #e13030 100%); 
    background: -webkit-linear-gradient(45deg, #ffa3e6 0%, #e13030 100%); 
    background: linear-gradient(45deg, #ffa3e6 0%, #e13030 100%);
}
.post-overlay.overlay-two{
    background-color: #f2db4b;
    background: -moz-linear-gradient(45deg, #f2db4b 0%, #ff6435 100%);
    background: -webkit-linear-gradient(45deg, #f2db4b 0%, #ff6435 100%);
    background: linear-gradient(45deg, #f2db4b 0%, #ff6435 100%);
}
.post-overlay.overlay-three{
    background-color: #f2774b;
    background: -moz-linear-gradient(45deg, #f2774b 0%, #e02f2f 100%);
    background: -webkit-linear-gradient(45deg, #f2774b 0%, #e02f2f 100%); 
    background: linear-gradient(45deg, #f2774b 0%, #e02f2f 100%); 

}
.post-overlay.overlay-four{
    background-color: #55f4ec;
    background: -moz-linear-gradient(45deg, #55f4ec 0%, #2997c6 100%);
    background: -webkit-linear-gradient(45deg, #55f4ec 0%, #2997c6 100%); 
    background: linear-gradient(45deg, #55f4ec 0%, #2997c6 100%); 
}
.post-overlay.overlay-five{
    background-color: #81d742;
    background: -moz-linear-gradient(45deg, #81d742 0%, #2bcec6 100%); 
    background: -webkit-linear-gradient(45deg, #81d742 0%, #2bcec6 100%); 
    background: linear-gradient(45deg, #81d742 0%, #2bcec6 100%); 
}
.post-overlay.overlay-six{
    background-color: #2d7ce7;
    background: -moz-linear-gradient(45deg, #2d7ce7 0%, #30dbe1 100%); 
    background: -webkit-linear-gradient(45deg, #2d7ce7 0%, #30dbe1 100%); 
    background: linear-gradient(45deg, #2d7ce7 0%, #30dbe1 100%); 
}
.post-overlay.overlay-seven{
    background-color: #ff3a6f;
    background: -moz-linear-gradient(45deg, #ff3a6f 0%, #f433e4 100%); 
    background: -webkit-linear-gradient(45deg, #ff3a6f 0%, #f433e4 100%)
    background: linear-gradient(45deg, #ff3a6f 0%, #f433e4 100%); 
}
.post-overlay.overlay-eight{
    background-color: #8224e3;
    background: -moz-linear-gradient(45deg, #8224e3 0%, #2781f7 100%); 
    background: -webkit-linear-gradient(45deg, #8224e3 0%, #2781f7 100%); 
    background: linear-gradient(45deg, #8224e3 0%, #2781f7 100%);
}
.post-overlay.overlay-nine{
    background-color: #d8d217;
    background: -moz-linear-gradient(45deg, #d8d217 0%, #cfff35 100%); 
    background: -webkit-linear-gradient(45deg, #d8d217 0%, #cfff35 100%); 
    background: linear-gradient(45deg, #d8d217 0%, #cfff35 100%);
}
.post-overlay.overlay-ten{
    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); 
}
.post-overlay.overlay-eleven{
    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); 
}
.post-overlay.overlay-twelve{
    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); 
}
.post-overlay.overlay-thirteen{
    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);  
}
.post-overlay.overlay-fourteen{
    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);  
}
.post-overlay.overlay-fifteen{
    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);
}
@media screen and (min-width: 768px) {
    .wpb_single_image img {
        width: 100%;
    }
}

/*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: 50px;
}
.section-intro{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 7px;
    color: #212121;
    margin-bottom: 0;
    text-transform: uppercase;
}
.section-title {
    font-size: 35px;
    line-height: 43px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.section-sub {
    color: #828899;
    font-size: 18px;
    line-height: 26px;
}
.section-sub a {
    color: #828899;
    text-decoration: underline;
}
.section-sub a:hover {
    color: #ffc100;
}
.text-left .section-sub {
    width: 100%;
}
@media (max-width: 767px){
    .section-title{
        font-size: 25px !important;
        line-height: 35px !important;
    }
    .vc_row:first-child .section-title{
        font-size: 35px !important;
        line-height: 45px !important;
    }
}
@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;
}
.header-wrapper.sticky .header-top-wrapper{
    display: none;
}
.header-top-wrapper {
    background-color: #ffc100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-transparent .header-top-wrapper{
    background-color: rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-transparent .navbar-default{
    background-color: rgba(255,255,255,.2);
}
.header-dark .header-top-wrapper{
    border-bottom: 1px solid #232323;
}
@media(max-width: 767px) {
    .header-transparent .header-top-wrapper{
        border-bottom: 1px solid rgba(4, 4, 4, 0.06);
        background-color: #fff;
        color: #666;
    }
    .header-transparent .contact-info ul li a,
    .header-transparent .social-icon ul li a i{
        color: #666;
    }
}
@media(max-width: 479px){
    .header-top-wrapper .contact-info.pull-left,
    .header-top-wrapper .social-links-wrap.pull-right{
        float: inherit !important;
        text-align: center;
    }
}
@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 {
        margin-bottom: 
    }
    .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;
}
.sticky .attr-nav > ul > li > a,
.sticky .tt-wishlist-count > a,
.sticky .tt-cart-count .cart-contents{
    color: #212121;
}
.attr-nav > ul > li.search a i{
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
}
.attr-nav > ul > li.search a.form-visible i.fa-search,
.attr-nav > ul > li.search a i.fa-times{
    display: none;
}
.attr-nav > ul > li.search a.form-visible i.fa-times{
    display: block;
    position: relative;
    top: 9px;
}
.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: #ffc100;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 15px;
    left: 2px;
    line-height: 15px;
    margin-left: 5px;
    position: absolute;
    text-align: center;
    top: -3px;
    width: 15px;
    font-size: 10px;
    font-weight: bold;
}

/*
*****************************************************************
*                        HEADER STYLE                           *
*****************************************************************
*/

@media (max-width: 767px) {
    .header-top {
        display: none;
    }
}
.header-top{
    background-color: #001a40;
    padding: 8px 0;
}
.header-transparent .header-top{
    background-color: rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
} 
.sticky .header-top{
    display: none;
}
.topbar-info {
    color: #fff;
    font-size: 16px;
}
.topbar-info .download-link a {
    color: #ffc100;
    border: 1px dashed #ffc100;
    padding: 6px 10px 4px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
}
.topbar-info .download-link a:hover {
    color: #fff;
    background: #ffc100; 
}

/* -- contact-info -- */

.contact-info,
.social-links {
    padding: 0;
}
.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-info ul li {
    display: inline-block;
}
.contact-info ul li a {
    color: #fff;
    margin-right: 40px;
    font-size: 14px;
}
@media (max-width: 991px) {
    .contact-info ul li a {
        margin-right: 12px;
        font-size: 16px;
    }
}
.contact-info ul li:last-child a {
    margin-right: 0px;
}
.contact-info ul li i {
    margin-right: 10px;
    color: #fff;
}

/* -- social-links -- */

.social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-links ul li {
    display: inline-block;
    padding: 0px;
}
.social-links ul li a {
    color: #fff;
    font-size: 14px;
    display: block;
}
.social-links ul li:last-child a {
    padding-right: 0px;
}
.social-links ul li a i{
    padding: 0 10px;
}

/*
Top Bar Market Status
----------------------------------*/

.header-short-list {
    padding: 0;
    list-style: none;
    float: right;
}
.header-short-list li+li {
    margin-left: 20px;
}
.header-short-list li {
    float: left;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-align: left;
}
@media (max-width: 991px){
    .header-topbar-three .header-short-list li{
        font-size: 10px;
    }
}
.header-short-list li span.short-list-price {
    display: block;
    font-size: 15px;
    font-weight: 600;
}
.header-short-list li.price-down .price-changes,
.header-short-list li.price-down i{
    color: #FC1200;
}
.header-short-list li.price-up .price-changes,
.header-short-list li.price-up i{
    color: #04c04f;
}

/* Atribute Navigation
=================================*/

.attr-nav{
    float: right;
    display: inline-block;
    margin-left: 13px;
    margin-right: -5px;
}
.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{
    display: block;
    position: relative;
    color: #212121;
    margin: 31px 5px 20px;
    font-size: 14px;
}
.header-transparent .attr-nav > ul > li > a{
    color: #fff !important;
}
.header-transparent .sticky .attr-nav > ul > li > a{
    color: #212121 !important;
}
.header-transparent .sticky .attr-nav > ul > li.cta-button > a{
    color: #ffffff !important;
}
.cta-button a {
    background-color: #02d06c;
    color: #ffffff !important;
    padding: 0 20px;
    border-radius: 30px;
    margin-top: 28px !important;
    height: 35px;
    line-height: 35px;
}
.cta-button a:hover{
    opacity: .8;
}
.cta-button i {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 3px;
}
.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;
}
@media (max-width: 991px){
    .attr-nav > ul > li > a{
        margin: 25px 5px 20px;
    }
    .attr-nav > ul > li.cta-button a {
        margin-top: 17px !important;
        margin-bottom: 0 !important;
    }
}
@media (max-width: 480px){
    .attr-nav > ul > li.cta-button a{
        display: none;
    }
}
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{
    background-color: #222;
}
.top-search form{
    display: none;
    height: 50px;
    width: 100%;
}
.top-search input.form-control{
    background-color: transparent;
    border: none;
    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;
}
.top-search .header-search-form .input-group{
    width: 100%;
}
.top-search .header-search-form button{
    color: #fff;
    z-index: 100;
    font-size: 16px;
}

/* 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: #ffffff;
    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-bottom: 1px solid rgba(103, 103, 103, 0.2);
}
.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: #212121;
    position: relative;
    z-index: 2;
    font-size: 16px;
    top: -7px;
    left: 0;
}
.side .tt-sidebar-wrapper .widget{
    margin-bottom: 50px;
}
.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: #666;
}
.side .widget ul.link li a{
    color: #666;
    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: #666;
    font-size: 15px;
}
.side .mobile-menu ul li ul li a {
    line-height: 20px;
    font-weight: 600;
}
.navbar-default .side .mobile-menu ul li a:hover{
    color: #ffc100;
}
.side button.dropdown-menu-trigger{
    color: #aaa;
    width: 30px;
}

/*sidebar title*/

.sidebar-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: -25px -20px 30px;
    padding: 15px 20px;
    background-color: #3e3e3e;
}

/*
*****************************************************************
*                          NAVIGATION                           *
*****************************************************************
*/

.header-wrapper .navbar-default{
    border-color: transparent !important;
}
.sticky .navbar.navbar-default {
    border-top: 1px solid #444 !important;
}
.header-wrapper .navbar-default{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.header-transparent .header-wrapper .navbar-default{
    box-shadow: none;
}
.navbar-header h1 {
    display: inline-block;
    font-size: 30px;
    margin-top: 14px;
    max-height: 65px;
    width: auto;
    margin-bottom: 0;
}
@media(max-width: 991px){
    .navbar-header h1{
        font-size: 25px;
        line-height: inherit;
    }
}
.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
--------------------------------------*/

.navbar-default .navbar-nav>li>a {
    color: #212121;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: translateZ(0);
}
@media(max-width: 991px){
    .navbar-default .navbar-nav li a{
        color: #ffffff;
    }
}
@media(max-width: 1199px){
    .navbar-default .navbar-nav>li>a{
        padding: 35px 8px;
        font-size: 13px;
    }
}
@media(min-width:1200px) {
    .navbar-nav>li>a{
        padding: 35px 15px;
    }
}
.header-transparent .navbar-brand{
    padding: 12px 20px 9px 0;
}
.header-transparent .navbar-brand h1{
    line-height: inherit;
}
@media(max-width: 767px){
    .header-transparent .navbar-brand{
        padding: 15px 5px 15px 15px;
    }
}

/* NAVIGATION STYLE FOR LARG DEVICES
-----------------------------------------*/

.navbar-nav.navbar-center{
        float: none;
        margin: 0 auto;
        display: table;
    }
@media(max-width: 991px){
    .navbar-header h1 {
        margin-top: 10px;
    }
    .header-wrapper .navbar-brand img {
        width: 100%;
        height: auto;
        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;
        border: 0;
        margin: 0;
        min-width: 200px;
    }
    .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;
    }
}
@media screen and (min-width: 450px) and (max-width: 991px){
    .navbar-header h1 {
        max-height: 40px;
        width: auto;
    }
}
@media (max-width: 449px){
    .navbar-header h1 {
        max-width: 130px;
        height: auto;
    }
}

/*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) {
    .has-sticky-mobile-logo .header-wrapper.sticky .sticky-mobile-logo{
        display: block;
    }
    .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>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;
}
.navbar-default {
    background-color: #fff;
    margin-bottom: 0;
    border-color: transparent;
    z-index: 1000;
    border: 0;
    border-radius: 0;
}
.admin-bar .header-wrapper{
    top: 32px;
}
@media(max-width : 782px) {
    .admin-bar .navbar-fixed-top{
        top: 45px;
    }
}
@media(max-width : 991px) {
    .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;
}
.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: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.header-wrapper.sticky .navbar-default .navbar-nav > li > a {
    color: #212121;
}
.header-transparent .header-wrapper.sticky .navbar-default .navbar-nav > li > a {
    color: #212121;
}
@media (max-width: 991px) {
    .header-transparent .top-bar .social-top a i{
        color: #202020;
    }
    .header-wrapper.sticky .navbar-default .navbar-nav > li > a {
        color: #666;
    }
}
@media (min-width: 992px){
    .header-transparent .navbar-default .navbar-nav>li>a:focus,
    .header-transparent .navbar-default .navbar-nav>li>a:hover,
    .header-transparent .navbar-default .navbar-nav>.active>a, 
    .header-transparent .navbar-default .navbar-nav>.active>a:focus, 
    .header-transparent .navbar-default .navbar-nav>.active>a:hover {
        color: #ffffff;
    }
    .header-transparent .navbar-default .navbar-nav>li>a {
        color: #ffffff;
    }
}
.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: #212121;
    background-color: transparent;
}

/* =-=-=-=-=-=-= DROPDOWN MENU =-=-=-=-=-=-= */

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
  color: #ffc100;
  background-color: transparent;
}
.navbar-nav>li:hover > .dropdown-wrapper > ul{
    display: block;
}
.navbar-nav > li .dropdown-menu {
    border-radius: 0;
    padding: 0;
    border: none;
    min-width: 200px;
    display: block;
    position: static;
}
.dropdown-menu>li>a {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    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: #ffffff;
}
.dropdown>li>a::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #ffc100;
    -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: #ffc100;
    background-color: #fafafa;
}
.navbar-default .navbar-nav > li.current-menu-ancestor>a:after,
.navbar-default .navbar-nav > li.current-menu-parent>a:after,
.navbar-default .navbar-nav > li.current-menu-item>a:after{
    bottom: 0;
    height: 2px;
    background-color: #212121;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}
.navbar-default .side .navbar-nav > li.current-menu-ancestor>a:after,
.navbar-default .side .navbar-nav > li.current-menu-parent>a:after,
.navbar-default .side .navbar-nav > li.current-menu-item>a:after{
    height: 1px;
    background-color: #ffc100;
}
.header-transparent .header-wrapper:not(.sticky) .navbar-default .navbar-nav > li.current-menu-ancestor>a:after,
.header-transparent .header-wrapper:not(.sticky) .navbar-default .navbar-nav > li.current-menu-parent>a:after,
.header-transparent .header-wrapper:not(.sticky) .navbar-default .navbar-nav > li.current-menu-item>a:after{
    background-color: #ffffff;
}
@media screen and (max-width: 991px) {
    .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: #ffc100;
    }
}
.navbar-default .navbar-nav .dropdown-wrapper li.current-menu-ancestor>a,
.navbar-default .navbar-nav .dropdown-wrapper li.current-menu-parent>a,
.navbar-default .navbar-nav .dropdown-wrapper li.current-menu-item>a{
    color: #ffc100;
}
.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: #ffc100;
}
.navbar-nav li .dropdown-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 999;
    margin-top: -2px;
}
.navbar-nav li .dropdown-wrapper span{
    position: absolute;
    top: 15px;
    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: 60px;
    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 20px 10px !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: 5px;
}
@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-default .navbar-nav>li>a {
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

/* =-=-=-=-=-=-= MOBILE MENU STYLE =-=-=-=-=-=-= */

@media(max-width : 991px) {
    .navbar-nav li a {
        padding-top: 7px;
        padding-bottom: 7px;
        color: #202020;
    }
    .header-default .navbar-nav li a,
    .header-transparent .navbar-nav li a{
        color: #ffffff;
    }
    .navbar-nav li a:hover {
        color: #ffc100;
    }
    .navbar-nav{
        margin: 0;
        float: none;
    }
    .navbar-nav > li > a {
        padding: 12px 0 12px 0;
    }
    .navbar .nav>li{
        padding: 0;
    }
    .navbar-nav li{
        list-style: none;
        float: 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);
        padding: 13px 0;
    }
    .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: #ffc100;
    }
    .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(0, 0, 0, 0.05);
    }
    .header-default .dropdown-menu-trigger{
        color: #fff;
    }
    .dropdown-menu-trigger:focus {
        background-color: transparent;
    }
    .dropdown-menu-trigger.menu-collapsed {
        color: #ffc100;
    }
    .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(0, 0, 0, 0.05);
        box-shadow: none;
        margin-top: 10px;
    }
}
.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;
}
.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: #ffc100;
}

/* =-=-=-=-=-=-= 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: #ffc100;
}
.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;
    }
}

.privacy-policy-link {
    margin-left: 8px;
}


/*
*****************************************************************
*                    PAGE HEADER STYLE                          *
*****************************************************************
*/

.page-title {
    position: relative;
    text-align: center;
    padding: 80px 0;
    background: rgba(254,204,13,1);
    background: -moz-linear-gradient(left, rgba(254,204,13,1) 0%, rgba(249,131,5,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254,204,13,1)), color-stop(100%, rgba(249,131,5,1)));
    background: -webkit-linear-gradient(left, rgba(254,204,13,1) 0%, rgba(249,131,5,1) 100%);
    background: -o-linear-gradient(left, rgba(254,204,13,1) 0%, rgba(249,131,5,1) 100%);
    background: -ms-linear-gradient(left, rgba(254,204,13,1) 0%, rgba(249,131,5,1) 100%);
    background: linear-gradient(to right, rgba(254,204,13,1) 0%, rgba(249,131,5,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecc0d', endColorstr='#f98305', GradientType=1 );
}
.header-transparent .page-title{
    padding: 230px 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: 35px;
    line-height: 36px;
    text-transform: capitalize;
    margin: 0;
    word-break: break-word;
    -ms-word-break: break-word;
}
.page-title.title-left h2{
    text-align: left;
}
.breadcrumb>li+li:before{
    padding: 0 3px;
    margin-right: -5px;
}

/*Page Sub-title*/

.page-title span {
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
}
.page-title h2,
.page-title span,
.breadcrumb>li+li:before,
.page-title .breadcrumb li a,
.page-title .breadcrumb li.active{
    color: #ffffff;
}
.header-section-hide .creptaam-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, .15);
    border: none;
}
.page-header-search .form-control{
    color: #ffffff;
}

/* BREADCRUMB
------------------------------------------- */

.page-title .breadcrumb {
    background-color: transparent;
    margin: 0;
}
@media(max-width: 991px){
    .page-header-search{
        min-width: 100%;
        position: static;
        margin-top: 10px;
    }
}
.page-title .breadcrumb li {
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

/* PAGE TITLE CENTER
------------------------------------------- */

.page-title.text-center {
    text-align: center;
}
.page-title.text-center .breadcrumb {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 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: 5px 0 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: 5px 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;
    }
}

/*
*****************************************************************
*                          SHORTCODE                            *
*****************************************************************
*/

/*==================TEAM SHORTCODE STYLE==================*/

@media(max-width: 991px){
    .team-item{
        margin-bottom: 30px;
    }
}
.team-thumb{
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.team-thumb img{
    width: 100%;
}
.team-thumb span.contact-no{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 0;
    background-color: #ffc100;
    display: block;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    letter-spacing: 15px;
    height: 0;
    line-height: 60px
}
.team-item:hover .team-thumb span.contact-no{
    visibility: visible;
    opacity: 1;
    letter-spacing: 0;
    height: 60px;
}
.team-info h3{
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 22px;
}

/*
*****************************************************************
*                     SERVICE STYLE                          *
*****************************************************************
*/

.service-body{
    border: 1px solid rgba(234, 233, 233, 0.6);
    border-top: none;
    padding: 20px 10px 20px 20px;
    border-radius: 0px 0px 5px 5px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.service-media{
    overflow: hidden;
}
.service-media img{
    width: 100%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.service-section .service-wrapper{
    margin-bottom: 30px;
}
.service-wrapper:hover .service-media img{
    transform: scale(1.1) rotate(-1deg);
    -webkit-transform: scale(1.1) rotate(-1deg);
    -moz-transform: scale(1.1) rotate(-1deg);
    -ms-transform: scale(1.1) rotate(-1deg);
    -o-transform: scale(1.1) rotate(-1deg);
}
.service-body .service-title a{
    color: #212121;
    position: relative;
}
.service-body .service-title a:hover{
    color: #ffc100;
}
.service-content p{
    line-height: 26px;
    margin-bottom: 0;
}
.service-content a {
    text-transform: uppercase;
    font-size: 13px;
    color: #212121;
    font-weight: 900;
    letter-spacing: 1px;
}
.service-content a:hover{
    color: #ffc100;
}
.service-content a.read-more{
    margin-top: 15px;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
}

/*
*****************************************************************
*                       WORK STYLES                          *
*****************************************************************
*/

/* PORTFOLIO FILTER COMMON CSS
------------------------------------------- */

.tt-filter-wrap ul {
    margin-bottom: 50px;
    margin-left: 0;
}
.tt-filter-wrap ul li {
    padding: 0;
    margin: 2px;
}
.tt-filter-wrap ul li button{
    font-size: 16px;
    text-transform: capitalize;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    color: #666;
    background-color: #eee;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tt-filter-wrap.default-color ul li button:hover,
.tt-filter-wrap.default-color ul li button.active {
    color: #fff;
    background-color: #ffc100;
}
.tt-filter-wrap.dark-color ul li button:hover,
.tt-filter-wrap.dark-color ul li button.active {
    background-color: #171f34;
    color: #fff;
}

/* FILTER-TRANSPARENT
------------------------------------------- */

.tt-filter-wrap.filter-transparent ul li button {
    color: #616161;
    background-color: transparent;
    font-size: 14px;
    text-transform: uppercase;
}
.tt-filter-wrap.filter-transparent ul li button:hover,
.tt-filter-wrap.filter-transparent ul li button.active {
    color: #ffc100;
    background-color: transparent;
}

/*filter-square*/

.tt-filter-wrap.filter-square ul li button{
    border-radius: 0;
}

/*filter-rounded*/

.tt-filter-wrap.filter-rounded ul li button{
    border-radius: 3px;
}

/*filter-round*/

.tt-filter-wrap.filter-round ul li button{
    border-radius: 20px;
    background-color: transparent;
    padding: 0 20px;
}

/*filter-outline*/

.tt-filter-wrap.filter-outline ul li button{
    line-height: 34px;
    border: 1px solid #ccc;
    background-color: transparent;
}
.tt-filter-wrap.filter-outline ul li button:hover,
.tt-filter-wrap.filter-outline ul li button.active {
    border: 1px solid transparent;
}

/* PORTFOLIO CSS START
------------------------------------------- */

.work-wrapper{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.work-wrapper img{
    width: 100%;
    border-radius: 3px;
}

/* PORTFOLIO OVERLAY
------------------------------------------- */

.tt-overlay-theme-color{
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.work-wrapper.style-two .tt-overlay-theme-color{
    background-color: rgba(44, 62, 80, 0.8);
}
.work-wrapper:hover .tt-overlay-theme-color{
    opacity: 1;
    visibility: visible;
}
.work-info {
    text-align: center;
}
.work-info .project-title,
.work-info .project-meta {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.work-info .project-title {
    top: 60%;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.work-info .project-title a{
    color: #fff;
}
.work-wrapper:hover .work-info .project-title {
    
    top: 30%; /* fallback if needed */

    top: calc(30% - 0px);
    opacity: 1;
    visibility: visible;
}
.work-info .project-meta {
    color: #fff;
    top: 90%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.work-wrapper:hover .work-info .project-meta {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.work-wrapper:hover .work-info .links {
    color: #ffffff;
}

/* STYLE ONE
-------------------------------------------*/

.work-wrapper.style-one .project-title {
    font-size: 20px;
    line-height: 24px;
}
.work-wrapper.style-one .project-meta a.links {
    font-size: 12px;
    text-transform: uppercase;
}
.work-wrapper.style-one:hover .work-info .project-title{
    top: 50%;
    margin-top: -25px;
}
.project-info h3 a{
    color: #ffffff;
}
.work-item .work.style-one .project-meta{
    margin: 0;
}
.work-wrapper .project-meta {
    margin-top: 0;
    padding: 0;
}
.work-wrapper .project-meta li {
    display: inline-block;
    padding: 0 10px;
    line-height: 15px;
    border-right: 1px solid #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.work-wrapper .project-meta li a,
.work-wrapper .project-meta a{
    color: #ffffff;
}
.work-wrapper .project-meta li a:hover{
    color: #000000;
}
.work-link {
    position: absolute;
    left: 0;
    bottom: -50%;
    width: 100%;
    padding: 16px 30px;
    line-height: 18px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.work-link img{
    width: inherit;
}
.work-link .btn{
    font-weight: 400;
    padding: 9px 28px;
    background-color: #fff;
    border-color: transparent;
    color: #ffc100;
    border-radius: 30px;
}
.work-link .btn:hover,
.work-link .btn:focus {
    color: #ffc100;
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.9);
}
.project-info{
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* STYLE TWO
------------------------------------------- */

.work-wrapper.style-two .work-link {
    bottom: 30%;
    text-align: center;
    padding: 0;
}
.work-wrapper.style-two:hover .work-link{
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    margin-bottom: -32px;
}
.work-wrapper.style-two .work-link ul li a {
    display: block;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 41px;
    color: #ffc100;
    margin: 0 5px;
    border: 2px solid #ffc100;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.work-wrapper.style-two .work-link ul li a:hover {
    background-color: #ffc100;
    border-color: transparent;
    color: #fff;
}
.work-wrapper.style-two .work-link {
    background-color: rgba(255, 255, 255, 0.9);
}
.work-wrapper.style-two .work-link ul{
    padding: 10px 0;
    margin-bottom: 0;
}
.work-wrapper.style-two{
    margin-bottom: 15px;
}
.work-container .row{
    margin: 0;
}
.work-container .info{
    margin-bottom: 50px;
    line-height: 24px;
}
.info-wrapper.style-two span {
    font-weight: 600;
    display: block;
}
.work-container .info span{
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.work-container .info a{
    text-transform: capitalize;
    color: #616161;
}
.work-container .info a.links {
    font-size: 12px;
    text-transform: uppercase;
    color: #777;
}
.work-container .info span a:hover,
.work-container .info a.links:hover{
    color: #ffc100;
}

/* WORK EXTERNAL LINK
-------------------------------------------*/

.work-external-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.work-external-link li {
    display: inline-block;
    position: relative;
    bottom: -40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.work-wrapper:hover .work-external-link li {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.work-wrapper:hover .work-external-link li:nth-child(1) {
    -webkit-transition: bottom 0.3s;
    -moz-transition: bottom 0.3s;
    -o-transition: bottom 0.3s;
    transition: bottom 0.3s;
}
.work-wrapper:hover .work-external-link li:nth-child(2){
    -webkit-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
    transition: bottom 0.5s;
}
.work-external-link li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.9);
}
.work-external-link li a:hover {
    background-color: #ffc100;
    color: #fff;
}

/*Work Details Page*/

.single-work-section {
    padding: 100px 0;
}

/*menu works sidebar*/

.creptaam-page-sidebar ul li a {
    display: block;
    color: #212121 !important;
    background-color: #f2f2f2;
    padding: 7px 20px;
    margin-bottom: 2px;
    font-weight: 600;
}
.creptaam-page-sidebar ul li a:hover,
.creptaam-page-sidebar ul li.current-menu-item a {
    background-color: #ffc100;
    color: #fff !important;
}

/*
*****************************************************************
*                       PRICING TABLE                           *
*****************************************************************
*/

.pricing-table .table-contents{
    color: #fff;
    background: #293145;
    border-radius: 4px;
    margin-bottom: 30px;
    color: #999;
}
.pricing-table .table-header {
    color: #fff;
    background: #ed840d;
    background: linear-gradient(to right, #ffcd0a , #ed840d);
    padding: 40px 20px 30px;
    border-radius: 4px 4px 0 0;
}
.table-header .package-name{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.package-price .price {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
}
.table-contents .table-info{
    padding: 40px 30px;
}
.table-contents .table-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.table-contents .table-info ul li {
    font-size: 18px;
    line-height: 35px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
.table-contents .table-info ul li:hover {
    opacity: .8;
    font-weight: 700;
}
.table-contents .table-footer {
    padding-bottom: 45px;
}
.table-footer .purchase-button a{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.table-footer .purchase-button a::before,
.table-footer .purchase-button a::after{
    position: absolute;
    content: "";
    height: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.0);
    z-index: -1;
    -webkit-transform: skewY(20deg);
    -moz-transform: skewY(20deg);
    -ms-transform: skewY(20deg);
    transform: skewY(20deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.table-footer .purchase-button a::before {
    top: -29px;
}
.table-footer .purchase-button a::after {
    bottom: -30px;
}
.table-footer .purchase-button a:hover::after,
.table-footer .purchase-button a:hover::before {
    background: rgba(0,0,0,.1);
    height: 110%;
    -webkit-transform: skewY(-20deg);
    -moz-transform: skewY(-20deg);
    -ms-transform: skewY(-20deg);
    transform: skewY(-20deg);
}

/*
*****************************************************************
*                    FEATURED BOXED STYLE                       *
*****************************************************************
*/


/*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;
    margin-left: 0;
}
.icon-block.icon-default:hover .tt-icon i{
    color: #ffc100;
}

/* 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: 20px;
}
.icon-block.icon-position-center .tt-content{
    text-align: center;
}
.icon-block .tt-content .btn.custom {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 10px;
}
.document-block .icon-block{
    padding: 50px 20px 80px;
    background-color: #fff;
    min-height: 270px;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    margin-bottom: 30px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.document-block .icon-block .btn.custom{
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
}
.document-block [class*="col-"]{
    padding-left: 5px;
    padding-right: 5px;
}
.document-block p{
    margin: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.document-block .icon-block:hover h3{
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.document-block .icon-block:hover{
    background-color: #ff6600;
    background: -webkit-linear-gradient(to bottom, #ffcc00 , #ff6600);
    background: -moz-linear-gradient(to bottom, #ffcc00 , #ff6600);
    background: linear-gradient(to bottom, #ffcc00 , #ff6600);
}

.document-block .icon-block:hover h3,
.document-block .icon-block:hover i,
.document-block .icon-block:hover a,
.document-block .icon-block:hover p,
.document-block .icon-block:hover .btn{
    color: #ffffff !important;
}

/*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 img{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.icon-block h3 {
    font-size: 20px;
    line-height: 26px;
    position: relative;
    color: #202020;
}
.icon-block .tt-icon a,
.icon-block h3 a{
    color: #202020;
}
.icon-block h3 a:hover{
    color: #565656;
}
.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: #ffc100;
}
.default-block .icon-block.theme-color,
.default-block .icon-block.custom-color{
    padding: 60px 30px 30px;
    position: relative;
    z-index: 1
}
.default-block .icon-block.theme-color{
    background-color: #ffc100;
    color: inherit;
}
.default-block .icon-block.theme-color:hover img,
.default-block .icon-block.custom-color:hover img{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.default-block .icon-block.theme-color:before,
.default-block .icon-block.custom-color:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.05);
    z-index: -1;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: 0;
}
.default-block .icon-block.theme-color:hover:before,
.default-block .icon-block.custom-color:hover:before{
    opacity: 1;
}

/* 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;
}

/*FEATURED  DEFAULT BLOCK
--------------------------------------------*/

.default-block .icon-block {
    margin-top: 30px;
}

/*FEATURED  OUTLINE BLOCK
--------------------------------------------*/

.outline-block .icon-block {
    background: #fff;
    margin-top: 30px;
    padding: 50px 25px 30px;
    border: 1px solid #e0e6ed;
    border-radius: 4px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}
.outline-block .icon-block:hover {
    border-bottom: 1px solid transparent;
    box-shadow: 0 4px 0 #fcc118;
}

/* FEATURED DARK BLOCK
---------------------------------------*/

.dark-block .icon-block {
    margin-top: 30px;
    padding: 50px 25px 30px;
    background-color: #2e364a;
    border: 1px solid transparent;
    border-radius: 4px;
}
.dark-block .icon-block:hover {
    background: #fff;
    border: 1px solid #e0e6ed;
    border-bottom: 1px solid transparent;
    box-shadow: 0 4px 0 #fcc118;
}
.dark-block .icon-block h3 {
    color: #fff;
}
.dark-block .icon-block p {
    color: #a7a7a7;
}
.dark-block .icon-block:hover h3 {
    color: #212121;
}
.dark-block .icon-block:hover p {
    color: #797979;
}
.dark-block .icon-block,
.dark-block .icon-block h3 {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}

@media screen and (min-width: 767px) and (max-width: 992px){
    .icon-block-wrapper.three-column .icon-block-grid:last-child{
        display: none;
    }
}

/*
*****************************************************************
*                     BIT COIN ECOSYSTEM                        *
*****************************************************************
*/

.ecosystem-wrapper {
    text-align: center;
    border-radius: 4px;
}
.ecosystem-wrapper.eco-default{
    border: 1px solid #e1e9ed;
}
.ecosystem-wrapper.eco-dark{
    color: #fff;
    background: #293045;
}
.ecosystem-wrapper .btc-info {
    padding: 40px 0 30px;
}
.ecosystem-wrapper .btc-info h3{
    font-size: 45px;
    line-height: 50px;
    max-width: 215px;
    overflow: hidden;
    margin: 0 auto;
    text-overflow: ellipsis;
    position: relative;
}
.ecosystem-wrapper .btc-info h3 i{
    font-size: 30px;
    font-size: 30px;
    position: absolute;
    right: 0px;
    top: 4px;
}
.ecosystem-wrapper .btc-info h3 i.fa-caret-up{
    color: #04c04f;
}
.ecosystem-wrapper .btc-info h3 i.fa-caret-down{
    color: #fc0830;
}
.ecosystem-wrapper .btc-info span {
    font-size: 20px;
    color: #666;
}
.ecosystem-wrapper.eco-dark .btc-info h3,
.ecosystem-wrapper.eco-dark .btc-info span {
    color: #fff;
}
.ecosystem-wrapper .btc-chart-img {
    min-height: 130px;
}
.ecosystem-wrapper .btc-chart-img img {
    width: 100%;
}
@media (max-width: 767px) {
    .ecosystem-wrapper {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .ecosystem-wrapper .btc-info h3{
        font-size: 30px;
        line-height: 38px;
    }
    .ecosystem-wrapper .btc-info h3 i{
        font-size: 24px;   
    }
}
@media screen and (min-width: 992px) and (max-width: 1170px){
    .ecosystem-wrapper .btc-info h3{
        font-size: 38px;
        line-height: 46px;
    }
}

/*
*****************************************************************
*                         MAP SECTION                           *
*****************************************************************
*/

#ttmap {
    height: 400px;
}
#mapcontent p{
    margin: 0;
    font-size: 16px;
}

/*
*****************************************************************
*                      CONTACT SECTION                          *
*****************************************************************
*/

/*contact form style*/

.submit-btn {
    position: relative;
}
div.wpcf7-response-output {
    margin: 2em 0 1em;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -7px;
    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: 11px;
    background-color: #ECECEC;
    display: inline-block;
    padding: 0 10px;
    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,
.wpcf7 div.wpcf7-mail-sent-ng{
    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,
.wpcf7 div.wpcf7-mail-sent-ng {
    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: #666;
}
.icon-wrapper .mail a:hover {
    color: #ffc100;
}

/* 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;
}

/*
*****************************************************************
*                   SWIPER SLIDER CUSTOMIZE                     *
*****************************************************************
*/

.swiper-nav-prev,
.swiper-nav-next{
    position: absolute;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 400ms;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
}
.swiper-nav-prev{
    left: 0;
}
.swiper-nav-next{
    right: 0;
}
.swiper-nav-prev i,
.swiper-nav-next i{
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background-color: #fff;
    color: #212121;
}

/*CREPTAAM-COIN-LIST
=================================*/

.events-archive .entry-content, .events-archive .entry-header{
    width: 100%;
}
.creptaam-coin-list .header-short-list{
    float: none;
}
.creptaam-coin-list{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.creptaam-coin-list ul li{
    width: 120px !important;
    white-space: nowrap;
}
.creptaam-coin-list:hover .swiper-nav-prev,
.creptaam-coin-list:hover .swiper-nav-next{
    visibility: visible;
    opacity: 1;
}
.header-topbar-three .header-short-list{
    float: none;
}

/*
*****************************************************************
*                          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;
    background: #fff;
    border-radius: 4px;
}
.tt-testimonial-wrapper .testimonial-des p:last-of-type {
    margin-bottom: 30px;
}
.tt-testimonial-wrapper .testimonial-header-entry h3 {
    font-weight: 700;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .tt-testimonial-wrapper {
        margin-bottom: 30px;
    }
}

/*
*****************************************************************
*                        PROCESS SECTION                        *
*****************************************************************
*/

@media (min-width: 768px) {
    .process-in {
        position: relative;
        min-height: 100px;
    }
    .process-in:before {
        width: 100%;
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        border-top: solid 4px #434e6b;
    }
    .process-in > li .process-dot{
        position: relative;
    }
    .process-in > li .process-dot::before,
    .process-in > li .process-dot::after {
        content: "";
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 50%;
        cursor: pointer;
    }
    .process-in > li .process-dot::before {
        width: 6px;
        height: 6px;
        background: #272c3b;
        margin-left: -3px;
        margin-top: -1px;
        z-index: 2;
    }
    .process-in > li .process-dot::after {
        width: 20px;
        height: 20px;
        background: #616d8d;
        margin-left: -10px;
        margin-top: -8px;
        z-index: 1;
    }
    .process-in > li:hover .process-dot::after {
        background: #ffc100;
    }
    .process-in .process-desc {
        position: absolute;
        z-index: 10;
    }
    .process-desc .process-date,
    .process-desc .process-info,
    .process-desc .process-info::before,
    .process-in > li .process-dot::before {
        -webkit-transition: all 400ms;
        -moz-transition: all 400ms;
        transition: all 400ms;
    }
    .process-desc .process-info {
        height: 0;
        opacity: 0;
        visibility: hidden;
    }
    .process-in li:hover .process-desc .process-info {
        height: 90px;
        opacity: 1;
        visibility: visible;
    }
    .process-desc .process-info::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -12px;
        height: 0px;
        width: 0px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #ffc100;
    }
    .process-in li:hover .process-desc .process-info::before {
        top: -9px;
    }
}
.process-in {
    text-align: center;
}
.process-in .process-desc {
    margin-top: 25px;
    border-radius: 4px;
    padding: 10px;
}
.process-desc .process-info {
    background: #ffc100;
    color: #fff;
    position: relative; 
    border-radius: 4px 4px 0 0;
}
.process-desc .process-info p {
    margin: 0;
    padding: 15px 40px;
}
.process-desc .process-date p {
    margin: 0;
    padding: 5px;
    color: #7d7b7b;
}
.process-desc .process-date {
    padding: 7px;
    border-radius: 0 0 4px 4px;
}
.process-in li:hover .process-desc .process-date {
    background: #3a4257;
}
@media (max-width: 767px) {
    .process-desc .process-date {
        background: #3a4257;
    }
}

/*
*****************************************************************
*                         EVENT STYLE                           *
*****************************************************************
*/

.tribe-events-list-separator-month{
    padding: 0;
    margin: 0;
}
.tribe-events-list .type-tribe_events h2 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.tribe-events-list-separator-month span{
    display: block;
    padding: 0 0 25px;
    background-color: transparent;
}
.tribe-events-list-separator-month:after{
    display: none;
}
.tribe-events-list .type-tribe_events{
    margin-bottom: 40px;
    background-color: #fff;
    padding: 10px !important;
    border-radius: 6px;
}
.tribe-events-loop .type-tribe_events.tribe-events-last {
    margin-bottom: 0;
}
.tribe-events-list .type-tribe_events h2 a{
    color: #212121;
    position: relative;
}
.tribe-events-list .tribe-events-loop{
    max-width: 100%;
}
@media(min-width: 768px){
    .tribe-events-list .tribe-events-loop .tribe-events-content{
        padding: 10px 20px 10px 0;
    }
}
.tribe-events-list .tribe-events-loop .tribe-events-event-image{
    float: none;
    width: 100%;
    margin: 0;
    padding: 10px 0 10px 10px;
}
.tribe-events-event-image img{
    border-radius: 5px;
    max-height: 100% !important;
}
@media(max-width: 991px){
    .tribe-events-list .tribe-events-loop .tribe-events-event-image{
        margin-bottom: 20px;
    }
}
.tribe-events-read-more{
    position: relative;
    padding-bottom: 7px;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-meta{
    margin: 0;
    background-color: #eaeaea;
    padding: 10px;
    margin-top: 15px;
    border-radius: 5px;
}
.tribe-events-event-meta .author{
    display: table;
    width: 100%;
}
.tribe-events-event-meta .tribe-event-schedule-details,
.tribe-events-event-meta .tribe-events-venue-details,
.tribe-events-event-meta .tribe-events-event-cost{
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
    font-weight: normal;
    font-style: italic;
}
.tribe-events-list .tribe-events-event-meta .tribe-events-venue-details{
    margin: 0;
}
.tribe-events-venue-details i,
.tribe-event-schedule-details i,
.tribe-events-event-cost i{
    font-size: 24px;
    float: left;
    margin-right: 10px;
    color: #aaa;
}
.tribe-events-venue-details .tribe-address{
    line-height: 17px;
}
.creptaam-time-wrapper .creptaam-time-label{
    display: block;
    line-height: 15px;
}
.tribe-events-event-cost span{
    border: 0;
    display: inline-block;
    font-weight: normal;
    font-style: italic;
    padding: 0;
    margin-top: 3px;
    text-align: left;
}
.tribe-events-event-cost span span{
    margin-right: 5px;
}

/*event day*/

.tribe-events-day .tribe-events-day-time-slot h5 {
    margin: 0 0 50px;
    background: #212121;
}
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events{
    margin-left: 0;
}
a.tribe-events-gcal, a.tribe-events-ical{
    float: none;
}

/*single event*/

.single-tribe_events #tribe-events-content{
    padding: 10px;
    background-color: #ffffff;
    border-radius: 6px;
}
.single-tribe_events .tribe-events-event-image img{
    border-radius: 5px;
}
.creptaam-events-header{
    padding: 0 20px;
    margin-top: 30px;
}
.creptaam-events-header .tribe-events-schedule{
    margin: 0 0 20px;
}
.creptaam-events-header .tribe-events-schedule ul{
    padding: 0;
    font-size: 16px;
    margin-top: 6px;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost{
    font-size: inherit;
}
.creptaam-events-header .tribe-events-schedule h2{
    color: #676767;
    font-size: 17px;
}
.tribe-events-notices{
    margin-top: 0;
}
.single-tribe_events .tribe-events-content{
    padding: 0 20px;
}
.single-tribe_events .tribe-events-event-meta{
    border: 0;
    margin: 0;
    background-color: transparent;
}
.tribe-events-meta-group .tribe-events-single-section-title {
    margin: 0 -15px 20px;
    background-color: #001a40;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 4px 4px 0 0;
}
.tribe-events-meta-group .tribe-events-event-cost{
    display: block;
    margin-bottom: 10px;
}
.single-tribe_events .tribe-events-event-meta .column, 
.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group{
    width: 100%;
    padding: 0 15px 10px;
    background-color: #fff;
    border-radius: 4px;
}
.single-tribe_events .tribe-events-event-meta a{
    color: #545454;
}
.single-tribe_events .tribe-events-event-meta a:hover{
    color: #ffc100;
}
.single-tribe_events .secondary .tribe-events-venue-map{
    width: 100%;
    margin: 0;
    border: 0;
    float: none;
}
.single-tribe_events .tribe-events-cal-links {
    margin-bottom: 0;
    display: block;
    padding: 0 20px;
}
.single-tribe_events #tribe-events-footer{
    padding: 20px 20px 10px;
    margin-top: 50px;
    margin-bottom: 0;
}
.single-tribe_events #tribe-events-footer li, 
.single-tribe_events #tribe-events-header li{
    width: 33.33%;
    margin: 0;
    min-height: 22px;
}
.single-tribe_events #tribe-events-footer li.tribe-events-back{
    text-align: center;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous, 
#tribe-events-footer .tribe-events-sub-nav li, 
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous, 
#tribe-events-header .tribe-events-sub-nav li{
    margin-right: 0;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next, 
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next{
    margin-left: 0;
}
@media(max-width: 768px){
    #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next, 
    #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous, 
    #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next, 
    #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous{
        width: 33.33%;
    }
    #tribe-events-footer:after, 
    #tribe-events-footer:before, 
    #tribe-events-header:after, 
    #tribe-events-header:before{
        content: none;
    }
    .tribe-events-event-meta .tribe-events-meta-group{
        margin-bottom: 20px;
    }
    .single-tribe_events .tribe-events-event-meta{
        padding: 0;
    }
}

/*event widgets*/

.tribe-events-list-widget ol.tribe-list-widget{
    margin: 0;
    padding: 0
}
.tribe-events-list-widget ol.tribe-list-widget li{
    padding: 0;
}

/*Upcoming event*/

.upcoming-campaign img{
    border-radius: 4px;
    margin-top: 20px;
    width: 100%;
}

/*sponsors logos*/

.creptaam-partner-wrapper .partner-logo{
    text-align: center;
    margin-bottom: 40px;
}
.creptaam-partner-wrapper img {
    display: inline-block;
    height: 110px;
    width: auto;
    margin: 0 3px 10px;
    border: 1px solid #eaeaea;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.creptaam-partner-wrapper img:hover{
    cursor: pointer;
    opacity: .8;
}
@media(min-width: 400px) and (max-width: 767px){
    .creptaam-partner-wrapper .row > div{
        width: 50%;
        float: left;
    }
}
@media(min-width: 992px){
    .creptaam-partner-wrapper .col-md-5{
        width: 20%;
    }
    .creptaam-partner-wrapper .col-md-7{
        width: 14.28%;
    }
}

/*
*****************************************************************
*                          BLOG HOME                            *
*****************************************************************
*/

.blog-home-section{
    position: relative;
    z-index: 1;
}
.upcoming-campaign,
.home-blog-wrapper {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 7.5px 12.99px 62px 0px rgba(0, 0, 0, 0.13);
    padding: 20px;
    border-radius: 4px;
    overflow: hidden;
}
.home-blog-content .entry-content {
    padding: 15px 15px 0;
}
.blog-embed .post-wrapper .post-thumbnail{
    margin-bottom: 0;
}
.blog-embed .post-wrapper{
    padding-bottom: 10px;
}
.ios-browser .home-blog-wrapper {
    cursor: pointer;
}
.home-blog-content .entry-meta a {
    color: #666;
    transition: all .3s;
    font-weight: normal;
}
.home-blog-content .entry-meta li, 
.home-blog-content .entry-meta a {
    font-size: 15px;
    text-transform: capitalize;
}
.home-blog-content .entry-meta a:hover{
    opacity: .8;
}
.home-blog-thumbnail {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .home-blog-thumbnail img {
        width: 100%;
    }
}
.home-blog-content h3 a{
    color: #212121;
    position: relative;
    font-weight: bold;
}
.home-blog-content .entry-meta{
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    bottom: 35px;
}
.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-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;
    margin-bottom: 15px;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    border-radius: 4px;
    overflow: hidden;
}
.post-wrapper.sticky .post-thumbnail {
    margin-bottom: 0;
}
.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%;
    background-color: #ffbd00;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.post-overlay a {
    color: #fff;
    font-size: 36px;
    left: 50%;
    letter-spacing: 5px;
    position: absolute;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    -webkit-transition: all .3s cubic-bezier(1, -1.16, 0.58, 1);
    -moz-transition: all .3s cubic-bezier(1, -1.16, 0.58, 1);
    transition: all .3s cubic-bezier(1, -1.16, 0.58, 1);
    opacity: 0;
    margin-top: 1px;
    padding: 6px 0;
}
.post-overlay a:hover{
    transform: translate(-50%, -50%) scale(1.3);
    color: #fff;
}
.home-blog-wrapper:hover .post-overlay,
.post-wrapper:hover .post-overlay{
    opacity: .9;
    visibility: visible;
}
.home-blog-wrapper:hover .post-overlay a,
.post-wrapper:hover .post-overlay a{
    opacity: 1;
    top: 50%;
}
.no-results,
.post-wrapper,
.single .post-wrapper {
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
}
.single .post-wrapper {
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #ddd;
}
.posts-content .no-results{
    padding: 20px;
}
@media(max-width: 480px){
    .posts-content .no-results{
        padding: 20px 10px;
    }

    .post-wrapper,
    .single .post-wrapper{
        padding: 10px;
    }
}

/*post thumb wrapper*/

article img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 767px){
    .featured-wrapper img{
        width: 100%;
    }
    .post-wrapper .post-thumbnail{
        display: block;
    }
    .featured-wrapper img{
        width: 100%;
    }
}

/*entry header*/

.post-wrapper .entry-header {
    padding: 0 0 20px;
}
.sticky-post .post-wrapper .entry-header {
    padding-top: 10px;
}
@media(max-width: 480px){
    .post-wrapper .entry-header {
        padding: 5px;
    }
}
.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 a:hover{
    color: #ffc100;
}
.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: 4px;
}
.single .post-wrapper.format-video iframe,
.single .post-wrapper.format-video video,
.single .featured-wrapper img {
    border-radius: 0;
}

/*entry title*/

.entry-title {
    font-size: 27px;
    line-height: 35px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}
.sticky .entry-title,
.sticky-post .entry-title{
    font-size: 30px;
    line-height: 40px;
}
.home-blog-wrapper .entry-title{
    margin-bottom: 20px;
}
.posts-content .row > div:first-child .post-wrapper.sticky .entry-title{
    font-size: 30px;
    line-height: 40px;
    margin-top: 0;
}
.entry-title a{
    position: relative;
}
.entry-title a,
.entry-title a:hover{
    color: #212121;
}

/*posted in category*/

.entry-header .entry-meta span{
    margin-right: 8px;
}
.entry-header .entry-meta span i{
    margin-right: 4px;
    font-size: 12px;
}
.author.vcard {
    color: #666 !important;
}

/*entry content*/

.post-wrapper .entry-content p:last-child {
    margin-bottom: 0;
}
.tribe-events-read-more,
.post-wrapper .entry-content .more-link {
    display: table;
    margin-top: 20px;
    padding-bottom: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    color: #212121;
    font-weight: 900;
    letter-spacing: 1px;
}
.post-wrapper .entry-content .more-link:hover{
    color: #e6c202;
}
.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: 767px){
    .widget-subscription button{
        margin-top: 15px;
        width: 100%;
    }
}
@media (max-width: 991px){
    .featured-wrapper img{
        width: 100%;
    }
    .post-wrapper .post-thumbnail{
        display: block;
    }
    .post-wrapper, .single .post-wrapper{
        padding-bottom: 10px !important;
    }
}

/* =-=-=-=-=-=-=-=-= 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;
}
.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 =-=-=-=-=-=-=-=-= */

.gallery {
    margin-bottom: 1.5em;
    border: 1px solid #eee;
}
.gallery-caption {
    display: block;
    -ms-word-break: break-word;
    word-break: break-word;
    font-size: 15px;
    line-height: 24px;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 97.8%;
    border: 1px solid #eee;
    padding: 5px;
    margin: 4px;
}
.gallery-item img {
    width: 100%;
    height: auto;
}
.gallery-columns-2 .gallery-item {
    max-width: 47.6%;
}
.gallery-columns-3 .gallery-item {
    max-width: 30.5%;
}
.gallery-columns-4 .gallery-item {
    max-width: 22.6%;
}
.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;
}

/* =-=-=-=-=-=-=-=-= POST FORMAT GALLERY (CUSTOM) =-=-=-=-=-=-=-=-= */

.blog-gallery-carousel .carousel-control {
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    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: #ffc100;
}
.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;
}
.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: 0 0 2px;
    padding: 0;
    list-style: none;
}
ul.entry-meta a:hover{
    opacity: .7;
}
.post-meta ul li {
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    padding-right: 3px;
    font-weight: 400
}
.post-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.post-meta ul li:after{
	position: absolute;
	content: "";
	right: 0;
	bottom: 10px;
	width: 3px;
	height: 3px;
	background-color: #929292;
	display: block;
	border-radius: 50%;
}
.post-meta ul li:last-child:after{
    display: none;
}
@media ( max-width: 479px) {
    .post-meta ul li {
        font-size: 13px;
        line-height: 24px;
    }
}
.event-meta ul li,
.tribe-events-schedule ul li,
.upcoming-campaign .event-vanue,
.home-blog-cat a,
.post-meta ul li a {
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}
.home-blog-cat a:hover,
.post-meta ul li a:hover {
    color: #565656;
}
.post-meta ul li i {
    margin-right: 5px;
}
.single-post .entry-footer {
    padding: 15px 0;
    margin-top: 30px;
}
.single-post .entry-footer .tags-links {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    display: block;
}
.single-post .entry-footer .post-share {
    margin-top: 25px;
}
.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: #666;
    text-transform: capitalize;
}
.single-post .entry-footer .post-tags a:hover{
    color: #ffc100;
}
.single-post .entry-footer .post-share ul li a {
    color: #fff;
    display: block;
    height: 40px;
    text-align: center;
    border-radius: 3px;
}
.single-post .entry-footer .post-share ul li a:hover{
    opacity: .8;
}
.single-post .entry-footer .post-share ul li i {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: block;
}
.post-share .share-title{
    position: relative;
    font-size: 13px;
    padding-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
    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;
    width: calc(25% - 5px);
}
.single-post .entry-footer .post-share ul li a.facebook {
    background-color: #3b5998;
}
.single-post .entry-footer .post-share ul li a.twitter {
    background-color: #1da1f2;
}
.single-post .entry-footer .post-share ul li a.google-plus {
    background-color: #dd4b39;
}
.single-post .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;
}
.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: #ffc100;
}
.authors-post i {
    margin-right: 10px;
}
.author-social {
    float: right;
}
.author-social ul li a {
    color: #a7a7a7;
}
.author-social ul li a:hover {
    color: #ffc100;
}
@media (max-width: 350px) {
    .author-box .author-box-image {
        display: block;
        padding-right: 0;
    }
    .author-box .author-box-image img {
        margin: 0 auto 20px;
    }
}

/* =-=-=-=-=-=-=-= 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: 40px;
    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;
}
.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;
}
.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: #ffc100;
    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: #ffc100;
    border-color: #ffc100;
    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;
    }
}
.blog-navigation .previous-page{
    text-align: left;
}
.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{
    display: inline-block;
    color: #666;
    border: 1px solid #666;
    border-radius: 0;
    padding: 8px 20px;
    border-radius: 4px;
}
@media(max-width: 370px){
    .blog-navigation a{
        padding: 5px 10px;
        font-size: 12px;
    }
}
.blog-navigation a:hover{
    border-color: #ffc100;
    color: #ffffff;
    background-color: #ffc100;
}

/* =-=-=-=-=-=-=-= 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: #ffc100;
    color: #fff;
}
.page-pagination > span{
    font-size: 14px;
    padding: 0 8px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}
.page-pagination > span:first-child{
    padding-left: 0;
}
.page-pagination .page-links-title{
    margin-right: 8px;
    width: inherit;
    color: inherit;
    background-color: transparent;
}

/* =-=-=-=-=-=-=-= SINGLE POST PAGER =-=-=-=-=-=-=-= */

.single-post-navigation {
    text-align: center;
    padding: 40px 30px;
    background: #ffffff;
    border-bottom: 1px solid #ddd;
}
.single-post-navigation a {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    line-height: 1.5;
    margin-top: 10px;
}
.single-post-navigation h4{
    text-transform: uppercase;
    color: #a3a3a3;
    margin-bottom: 0;
}
.previous-post-link{
    text-align: right;
}
.next-post-link{
    text-align: left;
}
.single-post-navigation a:hover{
    color: #fcc118;
}
.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;
    }
}
@media (max-width: 767px){
    .single-post-navigation {
        padding: 20px 0;
    }
}

/*
*****************************************************************
*                        SIDEBAR STYLE                          *
*****************************************************************
*/

@media (max-width: 991px) {
    .tt-sidebar-wrapper {
        margin-top: 50px;
    }
    .wpb_wrapper .tt-sidebar-wrapper {
        margin-top: 0;
    }
}
.tt-sidebar-wrapper .widget{
    margin-bottom: 50px;
}
.page .tt-sidebar-wrapper.left-sidebar .widget,
.page .tt-sidebar-wrapper.right-sidebar .widget{
    border: 1px solid #eee;
}
.tt-sidebar-wrapper.left-sidebar .widget,
.tt-sidebar-wrapper.right-sidebar .widget{
    padding: 20px 20px 35px;
    background-color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #e2ebef;
}
.tt-sidebar-wrapper.left-sidebar .creptaam-page-sidebar,
.tt-sidebar-wrapper.right-sidebar .creptaam-page-sidebar{
    padding: 0;
}
.tt-sidebar-wrapper.left-sidebar .widget:first-child,
.tt-sidebar-wrapper.right-sidebar .widget:first-child{
    border-radius: 6px 6px 0 0;
}
.tt-sidebar-wrapper.left-sidebar .widget:last-child,
.tt-sidebar-wrapper.right-sidebar .widget:last-child{
    border-radius: 0 0 6px 6px;
    border-bottom: none;
}
.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_media_image,
.tt-sidebar-wrapper.right-sidebar .widget.widget_media_image,
.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: 27px;
    font-weight: 700;
}

/* =-=-=-=-=-=-=-= COMMON STYLE FOR ALL WIDGETS =-=-=-=-=-=-=-= */

.tt-sidebar-wrapper .widget {
    margin-bottom: 0;
}
.footer-section .tt-sidebar-wrapper .widget {
    margin-bottom: 30px;
}
.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: 5px;
}
.footer-section .tt-sidebar-wrapper .widget-title a{
    color: #ffffff;
}
.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: #666;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 35px;
    position: relative;
}
.tt-sidebar-wrapper .widget_recent_entries ul li,
.tt-sidebar-wrapper .widget_recent_comments ul li{
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.tt-sidebar-wrapper .widget_recent_entries ul li:last-child,
.tt-sidebar-wrapper .widget_recent_comments ul li:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget_recent_comments ul li .comment-author-link a{
    font-weight: 700;
}

/* WIDGET SEARCH
---------------------------- */

.search-form {
    position: relative;
}
.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    height: 50px;
    background-color: transparent;
    border: 0;
    color: #888;
    line-height: 50px;
    width: 40px;
    padding: 0;
}
.footer-sidebar .search-form button,
.page-header-search .search-form button{
    color: #fff;
}
.search-form button:focus{
    background-color: transparent;
}

/* WIDGET_TEXT
------------------------------------ */

.tt-sidebar-wrapper .widget_text img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}
.tt-sidebar-wrapper .widget_text .wp-caption img {
    margin: 0;
}

/* 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: #666;
}
.author-social-links ul li a:hover{
    color: #ffc100;
}

/* widget subscription
------------------------------ */

.mc4wp-form,
.subscribe-form,
.widget-subscription {
    text-align: center;
}
.subscribe-form {
    color: #fff;
}
.widget-subscription p{
    margin-bottom: 0;
}
.subscribe-form.style-two{
    background-color: rgba(255,255,255,.15);
    border-radius: 30px;
    height: 40px;
    position: relative;
}
.subscribe-form.style-two .form-group{
    width: 100%;
}
.subscribe-form.style-two .form-group button {
    font-size: 12px;
    width: 70px;
    height: 30px;
    background-color: #13b9ff;
    line-height: 30px;
    border-radius: 30px;
    position: absolute;
    top: 5px;
    left: 5px;
    margin: 0;
}
.subscribe-form.style-two .form-group button span{
    padding: 0;
    width: 3.5ch;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    margin-left: -2px;
}
.subscribe-form.style-two .form-group button:hover{
    background-color: #109DD8;
}
.subscribe-form.style-two input[type="email"]{
    width: 100%;
    height: 40px;
    border-radius: 30px;
    padding-left: 90px;
    border: none;
    background: transparent;
}
.widget-subscription .form-group {
    margin-bottom: 0;
}
.widget .widget-subscription .form-group {
    margin-bottom: 15px;
}
.widget-subscription input[type="email"] {
    width: 450px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.3);
    float: left;
    margin-right: 5px;
}
.widget .widget-subscription input[type="email"]{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    border-color: #ddd;
}
.widget .widget-subscription button {
    width: 100%;
    color: #565656;
    border: 1px solid #ddd;
    height: 50px;
}
.tt-sidebar-wrapper .widget-subscription button{
    margin-bottom: 15px;
}
.widget .widget-subscription button:focus {
    border: 1px solid #fcc118;
}
.widget-subscription button {
    background: #2e260f;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    height: 50px;
    padding: 0 26px;
    border-radius: 3px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    position: relative;
}
.widget-subscription button:hover{
    background: #4D4D4D;
}
.widget .widget-subscription button {
    width: 100%;
    border: none;
    color: #fff;
}
.widget-subscription input:focus {
    outline: none;
}
.subscription-info {
    display: none;
    font-size: 14px;
    color: rgb(153, 153, 153);
    margin: 10px 0 0;
}
.widget .subscription-info {
    display: block;
}
.mc4wp-alert.mc4wp-notice p {
    margin: 5px 0 0;
}
.widget-subscription .form-control::-moz-placeholder {
    color: #fff;
}
.widget-subscription .form-control::-ms-input-placeholder {
    color: #fff;
}
.widget-subscription .form-control::-webkit-input-placeholder {
    color: #fff;
}
.widget .widget-subscription .form-control::-moz-placeholder {
    color: #b2b2b2;
}
.widget .widget-subscription .form-control::-ms-input-placeholder {
    color: #b2b2b2;
}
.widget .widget-subscription .form-control::-webkit-input-placeholder {
    color: #b2b2b2;
}
@media (max-width: 767px) {
    .widget-subscription input[type=email],
    .widget-subscription input[type=submit] {
        width: 100%;
    }
    .widget-subscription input[type="email"]{
        margin-bottom: 15px;
    }
    .widget-subscription .form-group {
        margin-bottom: 15px;
    }
    .subscribe-form.style-two{
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

/*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 #ffc100;
    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;
}
.footer-sidebar .widget_calendar .calendar_wrap table caption {
    color: #ffffff;
}
#wp-calendar th {
    text-align: center;
}
.widget_calendar #today {
    color: #fff;
    background-color: #ffc100;
    transition: all .3s ease;
}

/* TAG CLOUD
------------------------------------------- */

.widget_tag_cloud a{
    display: inline-block;
    font-size: 13px!important;
    line-height: 27px;
    padding: 0px 11px;
    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: #ffc100;
    color: #fff!important;
    border: 1px solid transparent;   
}

/*widget_nav_menu*/

.widget_nav_menu .menu .sub-menu{
    padding-left: 15px;
}

/*
*****************************************************************
*                      COMMENTS-WRAPPER                         *
*****************************************************************
*/

.comments-wrapper{
    background: #fff;
    padding: 40px 40px 40px;
    border-radius: 0 0 6px 6px;
}
.page .comments-wrapper{
    padding: 40px 0 0;
}
@media(max-width: 480px){
    .comments-wrapper{
        padding: 30px 15px;
    }
}
.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;
}
.comments-wrapper .comment-meta {
    background: #f6f9fb;
    padding: 30px;
}
@media(max-width: 480px){
    .comments-wrapper .comment-meta {
        padding: 15px;
    }
}
.comment-respond .comment-form {
    font-size: 15px;
    font-weight: 400;
}
.comment-meta .media-body {
    display: inherit;
}
ul.comment-list{
    margin-bottom: 30px;
}
ul.comment-list .pingback{
    background-color: #f5f5f5;
    display: block;
    padding: 4px 10px;
    margin-bottom: 5px;
    border-radius: 2px;
}
ul.comment-list .pingback p{
    margin-bottom: 0;
}
.comment-list .media {
    margin-top: 30px;
}
.comment-list .media .media-left{
    padding-right: 20px;
    width: 80px;
    float: left;
    display: inline-block;
}
@media(max-width: 600px){
    .comment-list .media .media-left{
        float: none;
        display: block;
        margin-bottom: 10px;
    }
}
.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;
}
.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-weight: 500;
}
.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;
}
.comment-meta-wrapper a:hover {
    color: #ffc100;
}
@media (max-width: 550px){
    .comment-info time {
        margin-top: 20px;
        display: inline-block;
    }
}
.comment-reply-link {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #333333;
}
.comment-reply-link:hover {
}
.comment-respond {
    margin-top: 20px;
}
.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: #666;
    display: block;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 6px 20px;
}
.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: #ffc100;
    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: 30px;
}
.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;
}
.form-allowed-tags{
    line-height: 20px;
    margin-top: 10px;
}
.form-allowed-tags code{
    font-size: 12px;
}
.media-body ul {
    list-style: outside none disc;
}

/* =-=-=-=-=-=-= VIDEO EMBED STYLE =-=-=-=-=-=-=-=*/

.popup-wrapper .popup-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: rgba(255, 255, 255, 1);
    color: #fcc118;
    border-radius: 50%;
    font-size: 25px;
    transition: all .3s;
    opacity: 1;
    z-index: 100;
    padding-left: 7px;
}
.popup-wrapper .popup-play:hover {
   opacity: .8;
}

/* ZIGZAG SECTION SEPARATOR
---------------------------------*/

.zigzag-separator-wrapper {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 100px;
    background-repeat-x: repeat;
}

/* CREPTAAM MARQUEE PRICE STATISTIC
-------------------------------------*/

.creptaam-marquee-price{
    background-color: #ffffff;
    height: 30px;
    overflow: hidden;
    font-weight: 700;
    font-size: 10px;
}
.creptaam-price-ticker li{
    display: inline-block;
    list-style: none;
    line-height: 30px;
}
.creptaam-price-ticker li span:first-child {
    position: relative;
    top: 3px;
    right: 2px;
}
.creptaam-marquee-price .price-up i{
    color: #04c04f;
}
.creptaam-marquee-price .price-down i{
    color: #f20f55;
}
.has-marquee-footer .footer-section {
    margin-bottom: 30px;
}
.creptaam-marquee-price.marquee-price-footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
}

/*
*****************************************************************
*                       ICO OFFER STYLE                         *
*****************************************************************
*/

.fund-progress .progress {
    height: 12px;
    margin-bottom: 12px;
    background-color: #445190;
    border-radius: 0;
    box-shadow: none;
}
.style-light .fund-progress .progress{
    background-color: #cfd2e3;
}
.fund-progress .progress-bar-success{
    background-color: rgb(255,211,0);
    background: -moz-linear-gradient( -14deg, rgb(255,211,0) 0%, rgb(255,138,0) 100%);
    background: -webkit-linear-gradient( -14deg, rgb(255,211,0) 0%, rgb(255,138,0) 100%);
    background: -ms-linear-gradient( -14deg, rgb(255,211,0) 0%, rgb(255,138,0) 100%);
}
.fund-progress .start-point,
.fund-progress .soft-cap,
.fund-progress .hard-cap{
    position: relative;
    display: inline-block;
}
.fund-progress .start-point{
    margin-right: -38px;
    min-width: 95px !important;
    max-width: 85% !important;
}
.fund-progress .start-point:before,
.fund-progress .soft-cap:before,
.fund-progress .hard-cap:before{
    content: "";
    position: absolute;
    height: 24px;
    width: 1px;
    background-color: #445190;
    top: -24px;
}
.style-light .fund-progress .start-point:before,
.style-light .fund-progress .soft-cap:before,
.style-light .fund-progress .hard-cap:before{
    background-color: #ffffff;
    opacity: .6;
}
.fund-progress .start-point:before{}
.fund-progress .soft-cap:before{
    left: 50%;
}
.fund-progress .hard-cap:before{
    right: 0;
}
.tt-fund-rised-wrapper a.btn:hover{
    opacity: .8;
}
.tt-fund-rised-wrapper.style-light li span,
.tt-fund-rised-wrapper.style-light span,
.tt-fund-rised-wrapper.style-light h4,
.tt-fund-rised-wrapper.style-light h2{
    color: #ffffff;
    margin-bottom: 0;
}
.tt-fund-rised-wrapper.style-light p{
    color: #ffffff;
    opacity: .7;
}
.tt-fund-rised-wrapper.style-light li span p{
    line-height: 1;
    margin-top: 5px;
}
.tt-fund-rised-wrapper .current-discount-end > p {
    font-size: 25px;
    color: #ffc100;
    font-weight: bold;
    opacity: 1;
}
.tt-fund-rised-wrapper .fund-progress{
    margin-top: 30px;
}

/*ICO offer Two Style*/

.ico-offer-two-wrapper .fund-progress .progress-bar-success{
    background-color: rgb(255,211,0);
    background: -moz-linear-gradient( -14deg, rgb(255,211,0) 0%, rgb(255,138,0) 100%);
    background: -webkit-linear-gradient( -14deg, rgb(255,211,0) 0%, rgb(255,138,0) 100%);
    background: -ms-linear-gradient( -14deg, rgb(255,211,0) 0%, rgb(255,138,0) 100%);
}
.ico-offer-two-wrapper .fund-progress .progress{
    height: 26px;
    border-radius: 30px;
}
.ico-offer-two-wrapper .fund-progress .start-point{
    text-transform: uppercase;
    font-weight: bold;
}
.ico-offer-two-wrapper .fund-progress .start-point::before{
    content: none;
}
.ico-offer-two-wrapper .fund-progress .hard-cap{
    margin-right: 40px;
}
.ico-offer-two-wrapper .fund-progress .soft-cap::before,
.ico-offer-two-wrapper .fund-progress .hard-cap::before {
    background: none;
    border-right: 2px dashed #868686;
    top: -38px;
    background: none;
    height: 40px;
    left: 50%;
}
.ico-offer-two-wrapper .fund-progress .soft-cap::after, 
.ico-offer-two-wrapper .fund-progress .hard-cap::after {
    content: "\f0d7";
    font-family: fontawesome;
    color: #ffc100;
    position: absolute;
    top: -62px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    margin-left: 1px;
}
.ico-offer-two-wrapper .cap-heading {
    position: absolute;
    top: -78px;
    left: 50%;
    width: 86px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 2px;
    font-size: 14px;
}
.ico-offer-two-wrapper h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
}
.ico-offer-two-wrapper h2 {
    font-size: 45px;
    font-weight: 900;
    text-shadow: 0px 1px 0 #000;
}
.ico-offer-two-wrapper.style-light h2{
    text-shadow: 0px 1px 0 #fff;
}
.ico-offer-two-wrapper .start-point{
    color: #000000;
}
.ico-offer-two-wrapper .fund-progress .progress{
    margin-bottom: 5px;
}
.ico-offer-two-wrapper.style-light .fund-progress .progress {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.3);
}
.ico-offer-two-wrapper.style-light p{
    opacity: 1;
    margin: 0;
}
.ico-offer-two-wrapper .soft-cap span,
.ico-offer-two-wrapper .hard-cap span{
    font-size: 14px;
}
.ico-offer-two-wrapper.style-light .soft-cap span,
.ico-offer-two-wrapper.style-light .hard-cap span{
    opacity: .6;
}

/*Ico offer portrate style*/
.ico-offer-two-wrapper.potrate{
    background-color: #1f2a49;
    padding: 30px;
    border-radius: 5px
}

.ico-offer-two-wrapper.potrate h2,
.ico-offer-two-wrapper.potrate h4,
.ico-offer-two-wrapper.potrate h5,
.ico-offer-two-wrapper.potrate span,
.ico-offer-two-wrapper.potrate p{
    color: #ffffff;
}
.ico-offer-two-wrapper.potrate h2 {
    font-size: 30px;
    margin: 0;
    line-height: 1;
}
.tt-fund-rised-wrapper.potrate .fund-progress{
    margin-top: 50px;
}
.ico-offer-two-wrapper.potrate .soft-cap span, 
.ico-offer-two-wrapper.potrate .hard-cap span{
    opacity: .6;
}
.ico-offer-two-wrapper.potrate .fund-progress .start-point{
    visibility: hidden;
}
.ico-offer-two-wrapper.potrate .countdown span{
    font-size: 35px;
    color: #212121;
    line-height: 58px;
    font-weight: bold;
    display: block;
    background: #fff;
    z-index: 1;
    font-family: inherit;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
}
.ico-offer-two-wrapper.potrate .countdown span span{
    padding: 0;
}
.ico-offer-two-wrapper.potrate .countdown span span:before{
    content: none;
}
.ico-offer-two-wrapper.potrate .current-discount-end h4{
    font-size: 16px;
    margin-bottom : 30px;
    text-transform: uppercase;
    text-align: center;
}
.ico-offer-two-wrapper.potrate .countdown span p{
    font-size: 12px;
    color: #fff;
    line-height: 1;
    background: #1f2a49;
    padding: 10px 0 7px;
}
.ico-offer-two-wrapper.potrate .countdown-wrapper{
    margin: 0 -20px 25px;
}
.ico-offer-two-wrapper.potrate .countdown{
    text-align: center;
}
.ico-offer-two-wrapper.potrate .countdown li+li{
    margin-left: 0;
}
.ico-offer-two-wrapper.potrate .countdown li{
    margin-left: 3px !important;
    margin-right: 3px !important;
    padding: 0;
}
.ico-offer-two-wrapper .current-discount-end{
    margin-bottom: 15px;
}
.btn-bitcoin {
    font-size: 13px;
    color: #fff;
    background-color: #03a2f4;
    line-height: 45px;
    padding: 0 30px;
    margin: 0 auto;
    display: inline-block;
    border-radius: 30px;
}
.btn-bitcoin:focus,
.btn-bitcoin:hover{
    color: #fff;
}
.ico-offer-bottom a{
    margin-top: 15px;
    max-width: 100%;
}
.ico-offer-bottom img{
    display: inline-block;
    margin-top: 40px;
    max-width: 100%;
}

@media (max-width: 1170px){
    .ico-offer-two-wrapper.potrate .countdown li+li{
        margin: 0;
    }
    
    .ico-offer-two-wrapper.potrate .countdown span {
        font-size: 30px;
        min-width: 58px;
    }
    
}
@media (max-width: 991px){
    .ico-offer-two-wrapper .fund-rised,
    .ico-offer-two-wrapper .token-distribute{
        text-align: center; 
        margin-bottom: 15px;      
    }
    .ico-offer-two-wrapper .fund-progress{
        margin-top: 50px
    }
}
@media (max-width: 520px){
    .ico-offer-two-wrapper .fund-progress .start-point{
        visibility: hidden;
    }
    .ico-offer-two-wrapper.potrate .countdown-wrapper{
        margin: 0 -20px;
    }

    .ico-offer-two-wrapper .fund-progress .hard-cap{
        margin-right: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .ico-offer-two-wrapper.potrate {
        padding: 20px;
    }
    .ico-offer-bottom img{
        margin-top: 10px;
    }
    .ico-offer-bottom a{
        margin-top: 0;
    }
}

/*TT Video Embed
======================*/
.tt-video-embed{
    display: inline-block;
    position: relative;
}

.tt-video-embed:hover .popup-play i{
  animation: animationFrames linear 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames linear 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames linear 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames linear 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames linear 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}


@keyframes animationFrames{
  0% {
    transform:  rotate(0deg);
  }
  20% {
    transform:  rotate(15deg);
  }
  40% {
    transform:  rotate(-10deg);
  }
  60% {
    transform:  rotate(5deg);
  }
  80% {
    transform:  rotate(-5deg);
  }
  100% {
    transform:  rotate(0deg);
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  rotate(0deg);
  }
  20% {
    -moz-transform:  rotate(15deg);
  }
  40% {
    -moz-transform:  rotate(-10deg);
  }
  60% {
    -moz-transform:  rotate(5deg);
  }
  80% {
    -moz-transform:  rotate(-5deg);
  }
  100% {
    -moz-transform:  rotate(0deg);
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  rotate(0deg);
  }
  20% {
    -webkit-transform:  rotate(15deg);
  }
  40% {
    -webkit-transform:  rotate(-10deg);
  }
  60% {
    -webkit-transform:  rotate(5deg);
  }
  80% {
    -webkit-transform:  rotate(-5deg);
  }
  100% {
    -webkit-transform:  rotate(0deg);
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  rotate(0deg);
  }
  20% {
    -o-transform:  rotate(15deg);
  }
  40% {
    -o-transform:  rotate(-10deg);
  }
  60% {
    -o-transform:  rotate(5deg);
  }
  80% {
    -o-transform:  rotate(-5deg);
  }
  100% {
    -o-transform:  rotate(0deg);
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  rotate(0deg);
  }
  20% {
    -ms-transform:  rotate(15deg);
  }
  40% {
    -ms-transform:  rotate(-10deg);
  }
  60% {
    -ms-transform:  rotate(5deg);
  }
  80% {
    -ms-transform:  rotate(-5deg);
  }
  100% {
    -ms-transform:  rotate(0deg);
  }
}

/*
*****************************************************************
*                       COUNTDOWN TIMER                         *
*****************************************************************
*/

.tt-fund-rised-wrapper .countdown {
    margin-bottom: 0
}
.tt-fund-rised-wrapper .countdown li {
    display: inline-block;
    text-align: center;
}
.tt-fund-rised-wrapper .countdown li+li {
    margin-left: 20px;
}
.tt-fund-rised-wrapper .countdown span {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-family: Josefin Sans, sans-serif;
    color: #212121;
}
.tt-fund-rised-wrapper .countdown li p{
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
}
.ico-offer-two-wrapper.potrate .countdown li p{
    text-transform: capitalize;
}
@media screen and (max-width: 770px) {
    .tt-fund-rised-wrapper .countdown li+li {
      margin-left: 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .tt-fund-rised-wrapper .countdown li+li {
        margin-left: 10px;
    }
    .tt-fund-rised-wrapper .countdown li span p{
        font-size: 10px
    }
}

/*
*****************************************************************
*                        TT TIME LINES                          *
*****************************************************************
*/

.tt-time-lines .time-lines-wrapper{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.tt-time-lines .time-lines-wrapper:before{
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background:transparent ; 
    background: -moz-linear-gradient(left, rgba(255,255,255,.9) 0%, transparent 18%, transparent 50%, transparent 84%, rgba(255,255,255,.9) 100%); 
    background: -webkit-linear-gradient(left, rgba(255,255,255,.9) 0%,transparent 18%,transparent 50%,transparent 84%,rgba(255,255,255,.9) 100%); 
    background: linear-gradient(to right, rgba(255,255,255,.9) 0%,transparent 18%,transparent 50%,transparent 84%,rgba(255,255,255,.9) 100%); 
}
.tt-time-lines .time-lines-wrapper:after{
    content: "";
    position: absolute;
    top: 50px;
    height: 2px;
    width: 100%;
    background: rgba(254,204,13,1);
    background: -moz-linear-gradient(left, rgba(254,204,13,1) 0%, rgba(249,131,5,0.9) 50%, rgba(254,204,13,1) 100%); 
    background: -webkit-linear-gradient(left, rgba(254,204,13,1) 0%,rgba(249,131,5,0.9) 50%,rgba(254,204,13,1) 100%); 
    background: linear-gradient(to right, rgba(254,204,13,1) 0%,rgba(249,131,5,0.9) 50%,rgba(254,204,13,1) 100%);
}
.tt-time-lines .swiper-wrapper{
    cursor: pointer;
}
.tt-time-lines .swiper-slide {
    padding-top: 80px;
    position: relative;
}
.tt-time-lines .swiper-slide::before {
    position: absolute;
    content: "";
    top: 43px;
    left: 40px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 17px 0 rgb(183, 104, 19);
    z-index: 11;
}
.tt-time-lines .current-year.swiper-slide::after{
    position: absolute;
    content: "";
    top: 36px;
    left: 32px;
    width: 31px;
    height: 31px;
    background-color: #fff;
    border-radius: 50%;
    background-color: #ebad00;
    animation: timesZoomInOut 2s ease-out infinite;
    opacity: .5;
}
@keyframes timesZoomInOut{
    0%{transform: scale(1); opacity: .5;}
    50%{transform: scale(1.4); opacity: .15}
    10%{transform: scale(1); opacity: .5;}
}
.tt-time-lines .swiper-slide h3{
    position: absolute;
    top: 0;
    left: 48px;
    transform: translateX(-50%);
    color: #ebad00;
}
.tt-time-lines .swiper-slide h4{
    font-size: 20px;
}
.tt-time-lines .swiper-slide p {
    color: #565656;
    font-size: 16px;
    line-height: 27px;
}
.tt-time-lines .swiper-button-next,
.tt-time-lines .swiper-button-prev{
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: none;
}
.tt-time-lines:hover .swiper-button-next,
.tt-time-lines:hover .swiper-button-prev{
    visibility: visible;
    opacity: 1;
}
.tt-time-lines .swiper-button-next:after,
.tt-time-lines .swiper-button-prev:before{
    font-size: 65px;
    font-family: fontawesome;
    color: #ebad00;
}
.tt-time-lines .swiper-button-next:after{
    content: "\f105";
}
.tt-time-lines .swiper-button-prev:before{
    content: "\f104";
}

/*
*****************************************************************
*                   TT CAROUSEL SHORTCODE                       *
*****************************************************************
*/

.tt-carousel .tt-content-wrapper .container > div{
    overflow: hidden;
}

.tt-carousel .owl-item.active .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.tt-carousel .tt-carousel-inner{
    display: inline-block;
}

.tt-carousel .tt-carousel-inner.zoomIn{
    animation-duration: 1.5s !important;
}
.tt-carousel .tt-carousel-inner > div{
    overflow: hidden;
}

.tt-carousel .item {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.tt-carousel.tt-full-height .item {
    height: 100vh;
    min-height: 100%;
}

.tt-carousel .tt-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
    padding: 50px 0;
}

.tt-carousel .tt-content-wrapper a.btn {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
    line-height: 50px;
    padding: 0 30px !important;
    height: 50px;
    color: #ffffff;
    margin-bottom: 20px;
}
.tt-carousel .tt-content-wrapper a.btn:hover{
   box-shadow: 0 5px 10px rgba(0,0,0,.2);
   transform: translateY(-3px);
   -webkit-transition: .3s;
   transition: .3s;
}
.tt-carousel .tt-content-wrapper a.btn.btn-outline {
	border: 1px solid rgba(255,255,255,1);
}
.tt-carousel .tt-content-wrapper > .container{
    position: relative;
    z-index: 2;
}
.tt-content-wrapper .tt-intro-sub {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: bold;
	color: #212121;
	letter-spacing: 2px;
	font-family: Josefin Sans;
	margin-bottom: 15px;
}
.tt-content-wrapper .tt-title {
	display: block;
	font-size: 55px;
	line-height: 1.2;
	font-weight: 700;
	color: #212121;
	letter-spacing: 0px;
	font-family: Josefin Sans;
}
.tt-content-wrapper .tt-carousel-content{
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    color: #212121;
    margin-top: 10px;
    font-family: Josefin Sans;
}
@media (max-width: 767px){
    .tt-content-wrapper .tt-carousel-content{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (max-width: 575px){
    .tt-content-wrapper .tt-intro-sub{
        font-size: 13px;
    }
}

.tt-content-wrapper.text-center .tt-intro-sub,
.tt-content-wrapper.text-center .tt-title,
.tt-content-wrapper.text-center .tt-carousel-content{
    margin-left: auto;
    margin-right: auto;
}
.tt-content-wrapper.text-right .tt-intro-sub,
.tt-content-wrapper.text-right .tt-title,
.tt-content-wrapper.text-right .tt-carousel-content{
    margin-left: auto;
}

.tt-carousel-btn{
    position: relative;
}
.overlay-enabled .tt-content-wrapper::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content:"";
    background: rgba(0, 0, 0, .5) linear-gradient(-45deg, var(--tt-carousel-overlay1, rgba(238, 69, 137, 0.9)) 0%, var(--tt-carousel-overlay2, rgba(253, 160, 133, 0.9)) 100%) repeat scroll 0% 0%
}
.ie11 .overlay-enabled .tt-content-wrapper::before,
.ie .overlay-enabled .tt-content-wrapper::before{
    background: rgba(0, 0, 0, .5);
}

.ie .overlay-enabled .tt-content-wrapper::before{
    background-color: rgba(0,0,0,.5)
}

.overlay-enabled.opacity-one .tt-content-wrapper::before{
    opacity: 0.1;
}
.overlay-enabled.opacity-two .tt-content-wrapper::before{
    opacity: 0.2;
}
.overlay-enabled.opacity-three .tt-content-wrapper::before{
    opacity: 0.3;
}
.overlay-enabled.opacity-four .tt-content-wrapper::before{
    opacity: 0.4;
}
.overlay-enabled.opacity-five .tt-content-wrapper::before{
    opacity: 0.5;
}
.overlay-enabled.opacity-six .tt-content-wrapper::before{
    opacity: 0.6;
}
.overlay-enabled.opacity-seven .tt-content-wrapper::before{
    opacity: 0.7;
}
.tt-carousel .owl-controls{
    margin: 0;
}
.tt-carousel .owl-controls .owl-nav i{
    width: 50px;
    height: 50px;
    font-size: var(--tt-nav-size, 18px);
    background-color: var(--tt-carousel-nav-bg, rgba(0,0,0,.5));
    line-height: 50px;
    color: var(--tt-carousel-nav-color, #ffffff);
    border-radius: var(--tt-carousel-btn-radius, 50%);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.ie .tt-carousel .owl-controls .owl-nav i{
    background-color: #000000;
    border-radius: 50%;
    font-size: 18px;
    color: #ffffff;
}
.tt-carousel .owl-controls .owl-nav i:hover{
    opacity: 1;
}
.owl-theme .owl-controls .owl-nav [class*=owl-],
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
    background-color: transparent;
}

.tt-carousel .owl-controls .owl-nav > div{
    position: absolute;
    top: 50%;
    text-align: center;
    margin-top: -25px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.tt-carousel:hover .owl-controls .owl-nav > div{
    opacity: 1;
    visibility: visible;
}
.tt-carousel .owl-controls .owl-nav .owl-prev{
    left: 10px;
}
.tt-carousel .owl-controls .owl-nav .owl-next{
    right: 10px;
}

/*Owl dots*/
.tt-carousel .owl-controls .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.tt-carousel .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	padding: 10px 0;
	margin: 0 2px;
}

.tt-carousel .owl-controls .owl-dots .owl-dot span {
	width: 18px;
	height: 4px;
	background: #ffffff;
	border-radius: 10px;
	display: block;
	transform: rotate(0);
	border: none;
    opacity: .7;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.tt-carousel .owl-controls .owl-dots .owl-dot.active span{
    background-color: #ffc100;
    width: 30px;
    opacity: 1;
}
.tt-carousel .owl-controls .owl-dots .owl-dot:hover span{
    opacity: 1;
}

@media(min-width: 992px){
    .max-width-100{
        max-width: 100%;
    }
    .max-width-90{
        max-width: 90%;
    }
    .max-width-80{
        max-width: 80%;
    }
    .max-width-70{
        max-width: 70%;
    }
    .max-width-60{
        max-width: 60%;
    }
    .max-width-50{
        max-width: 50%;
    }
    .max-width-40{
        max-width: 40%;
    }
    .max-width-30{
        max-width: 30%;
    }
}

@media (max-width: 767px){
    .tt-carousel .tt-content-wrapper{
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*Extra image*/
.tt-extra-image{
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    transition: 1s;
}
.tt-carousel .active .tt-extra-image{
    opacity: 1;
    visibility: visible;
}
/*left*/
.tt-extra-image.img-left-center{
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-rtl .tt-extra-image.img-left-center{
    left: auto;
    right: 0;
}
@media(min-width: 1200px){
    .tt-extra-image.img-left-center{
        left: 100px;
    }
    .owl-rtl .tt-extra-image.img-left-center{
        left: auto;
        right: 100px;
    }
}
.tt-extra-image.img-left-top{
    left: 0;
    top: 0;
}
.owl-rtl .tt-extra-image.img-left-top{
    left: auto;
    right: 0;
}
.tt-extra-image.img-left-bottom{
    left: 0;
    bottom: 0;
}
.owl-rtl .tt-extra-image.img-left-bottom{
    left: auto;
    right: 0;
}

/*right*/
.tt-extra-image.img-right-center{
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-rtl .tt-extra-image.img-right-center{
    right: auto;
    left: 0;
}
@media(min-width: 1200px){
    .tt-extra-image.img-right-center{
        right: 100px;
    }
    .owl-rtl .tt-extra-image.img-right-center{
        right: auto;
        left: 100px;
    }
}
.tt-extra-image.img-right-top{
    right: 0;
    top: 0;
}
.owl-rtl .tt-extra-image.img-right-top{
    right: auto;
    left: 0;
}
.tt-extra-image.img-right-bottom {
	right: 0;
	bottom: -20px;
}
.owl-rtl .tt-extra-image.img-right-bottom {
    right: auto;
    left: 0;
}
@media (max-width: 1250px){
    .tt-extra-image.has-custom-right-value{
        right: 0 !important;
    }
}

/* Text animation delay
/* ------------------------------ */
.delay-100 {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    animation-delay: 100ms;
}
.delay-200 {
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    animation-delay: 200ms;
}
.delay-300 {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
}
.delay-400 {
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    animation-delay: 400ms;
}
.delay-500 {
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    animation-delay: 500ms;
}
.delay-600 {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    animation-delay: 600ms;
}
.delay-700 {
    -webkit-animation-delay: 700ms;
    -moz-animation-delay: 700ms;
    animation-delay: 700ms;
}
.delay-800 {
    -webkit-animation-delay: 800ms;
    -moz-animation-delay: 800ms;
    animation-delay: 800ms;
}
.delay-1000 {
    -webkit-animation-delay: 1000ms;
    -moz-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.delay-1200 {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
.delay-1500 {
    -webkit-animation-delay: 1500ms;
    -moz-animation-delay: 1500ms;
    animation-delay: 1500ms;
}
.delay-1800 {
    -webkit-animation-delay: 1800ms;
    -moz-animation-delay: 1800ms;
    animation-delay: 1800ms;
}

@media(max-width: 1199px){
    .tt-content-wrapper .tt-title{
        font-size: 50px !important;
    }
}

@media(max-width: 767px){
    .tt-content-wrapper .tt-intro-sub{
        font-weight: 400;
    }
    .tt-content-wrapper .tt-title{
        font-size: 40px !important;
    }
    .tt-content-wrapper .tt-carousel-content {
        font-size: 16px;
    }
    .tt-carousel .tt-content-wrapper a.btn {
        height: 45px;
        line-height: 45px;
        padding: 0 20px !important;
    }
    .tt-carousel .owl-controls .owl-dots{
        bottom: 0;
    }
}

/*rtl support*/
.tt-carousel.owl-rtl .text-left {
    text-align: right;
}
.tt-carousel.owl-rtl .text-right {
    text-align: left;
}



/*
*****************************************************************
*                ICO DETAILS PANEL SHORTCODE                    *
*****************************************************************
*/

.ico-details-panel ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ico-details-panel ul li{
    overflow: hidden;
    margin-bottom: 15px;
}
.ico-details-panel ul li span{
    width: 170px;
    float: left;
    color: #212121;
    font-weight: bold;
    text-align: right;
    margin-right: 20px;
    margin-top: -2px;
}
.ico-details-panel ul li p{
    overflow: hidden;
    margin: 0;
}
@media (max-width: 767px){
    .ico-details-panel ul li span{
        width: 100%;
        float: none;
    }
}

/*ui-datepicker*/

.ui-datepicker .ui-datepicker-header {
    border-radius: 0;
    background: none;
    border: 0;
}

/*Quiz/Survey Plugin Style*/

.quiz_section.quiz_begin{
    display: none;
}

/*
*****************************************************************
*                           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: #666;
}
.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 .woocommerce-breadcrumb {
  margin-bottom: 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: #ffc100;
}
.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: #ffc100;
}
.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{
    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: #ffc100;
}
.woocommerce-Price-amount.amount {
    color: #444;
    font-size: 14px;
}
.woocommerce-checkout .woocommerce,
.creptaam-shop.creptaam-cart{
    padding: 0;
}

/*.product column*/

.creptaam-shop ul.products li.column-two.product{
    width: 48%;
}
.creptaam-shop ul.products li.column-three.product{
    width: 30.7%;
}
.single-product .creptaam-shop ul.products li.column-three.product{
    width: 22.05%;
}
@media(max-width: 991px){
    .single-product .creptaam-shop ul.products li.column-three.product{
        width: 46%;
    }
}
.woocommerce table.shop_table td {
    padding: 12px 12px;
}
.woocommerce table.shop_table {
    margin: 0 -1px 50px 0;
}
@media(max-width : 768px){
    .creptaam-shop ul.products li.column-three.product{
        width: 48%;
    }
}
@media(max-width: 500px){
    .creptaam-shop ul.products li.product{
        width: 100% !important;
    }
}
.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;
}
.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 5px;
}
.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: #666;
    font-size: 16px;
}
.woocommerce ul li.product a.button {
    display: block;
    padding: 1px 10px 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -58px !important;
    max-width: 180px;
    margin: 0 auto;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    white-space: normal;
    line-height: 44px;
}
.woocommerce ul li.product a.button.product_type_simple.added{
    display: none;
}
.woocommerce ul li.product:hover a.button{
    visibility: visible;
    opacity: 1;
}
.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{
    display: block;
    padding: 1px 10px 0; 
    line-height: 44px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -58px !important;
    max-width: 180px;
    margin: 0 auto;
    border-radius: 3px;
    white-space: normal;
}

/*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: #ffc100;
}
.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;
}
.product-content-wrapper .product-thumbnail:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: all .5s ease-in-out;
}
.product-content-wrapper:hover .product-thumbnail:before{
    opacity: 1;
    height: 100%;
}
.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: #949393;
    right: 10px;
    top: 6px;
    height: 48px;
    padding: 15px 0px 0px 10px;
    border-left: 1px solid #aaa;
    position: absolute;
    pointer-events: none;
    background-color: #fff;
    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: #ffc100;
}
.payment_method_gourlpayments label img{
    display: none;
}

/* =-=-=-=-=-=-=-=-=-= PRODUCT SINGLE PAGE =-=-=-=-=-=-=-=-=-=*/

.creptaam-shop{
    padding-top: 50px;
    padding-bottom: 100px;
}
.single-product .creptaam-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: 9px;
}
.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;
}
@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 .creptaam-shop .thumbnails #slider-prev, 
.single-product.woocommerce .creptaam-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: #ffc100;
    padding: 0;
    left: 5px;
    top: 5px;
    right: auto;
    margin: 0;
    min-height: 20px;
    padding: 2px 0 0;
    line-height: 24px;
    font-size: 13px;
    font-weight: normal;
}
.woocommerce span.onsale{
    border-radius: 0;
}
.woocommerce div.product form.cart .variations label {
    color: #666666;
    font-size: 14px;
}
.woocommerce-product-details__short-description{
    margin-bottom: 40px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
    color: #666666;
    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,
.product_meta span a{
    color: #666666;
    font-weight: 400;
}
.product_meta span a:hover{
    color: #ffc100;
}
.product_meta > span{
    display: block;
    font-weight: 700;
}
.woocommerce div.product form.cart div.quantity {
    margin-right: 20px;
}
.woocommerce .quantity .btn-quantity{
    border: 0;
    width: 30px;
    height: 42px;
    padding: 0;
    color: #ffffff;
    background-color: #b9b9b9;
    position: relative;
    top: 1px;
}
.woocommerce .creptaam-cart .quantity .btn-quantity{
    top: 0;
}
.woocommerce .quantity .btn-quantity:hover{
    background-color: #ffc100;
}
.woocommerce .quantity input.qty{
    border-radius: 0;
    width: 50px;
    height: 43px;
    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: #ffc100;
    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: #ffc100;
}
.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: 10px 20px;
    color: #fff;
    height: 42px;
}
.woocommerce .coupon .input-text{
    width: 110px !important;
    height: 42px;
    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;
}
.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: #f5f5f5;
}
.woocommerce .creptaam-cart .cart-collaterals .cart_totals tr td{
    text-align: right;
}
.woocommerce .creptaam-cart .cart-collaterals .cart_totals tr th,
.woocommerce .creptaam-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: #ffc100;
    font-size: 13px;
    line-height: 21px;
    padding: 15px 38px;
    border-radius: 4px;
}
#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: #ffc100;
}

/* =-=-=-=-=-=-=-=-=-= 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 {
    margin: 0;
}
.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.creptaam-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.creptaam-textarea:focus:not([readonly]){
    box-shadow: none;
}
.select2-drop-active{
    border-color: #e5e5e5;
}
.woocommerce .select2-choice:focus,
.woocommerce .input-text:focus {
    border-color: #ffc100;
}
.dropdown-content{
    padding: 0;
}
.dropdown-content li{
    list-style: none;
}
.dropdown-content li > a, 
.dropdown-content li > span {
    display: block;
    padding: 12px 15px;
    color: #666666;
    font-size: 13px;
}
.select-wrapper span.select-dropdown{
    color: #666666;
    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 .creptaam-cart table.shop_table>tbody>tr:first-child>th,
.woocommerce .creptaam-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: #ffc100;
    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;
}
.woocommerce-cart-form .product-name a {
    color: #444;
}
.woocommerce-cart-form .product-name a:hover {
    color: #ffc100;
}

/* 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: #666666;
    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: #ffc100;
}
.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-wrapper{
    background-color: #161d2c;
}
.footer-section {
    position: relative;
}
.primary-footer {
    padding: 85px 0px 60px; 
}
.footer-single-column .footer-section{
    padding: 100px 0;
}
.primary-footer .tt-sidebar-wrapper .widget-title {
    color: #fff;
    font-weight: 700;
    line-height: 1.48;
    font-size: 20px;
    margin-bottom: 25px;
}
.secondary-footer {
    position: relative;
    padding: 20px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-section .container{
    position: relative;
}
.footer-section.footer-onepage {
    padding-top: 100px;
    padding-bottom: 80px;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-default .social-links-wrap {
    margin-top: 20px;
}
.footer-default .social-links-wrap ul.list-inline>li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    margin: 4px 0 0;
}
.footer-default .social-links-wrap ul li a {
    display: block;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}
.footer-default .social-links-wrap ul li a:hover {
    border: 1px solid transparent;
}
.primary-footer,
.primary-footer h1,
.primary-footer h2,
.primary-footer h3,
.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: #fff;
}
.primary-footer a:hover{
    color: #ffc100;
}
.footer-section .tt-latest-post .media-body h4 a {
    color: #fff !important;
}
.footer-sidebar .tt-latest-post .entry-meta li, 
.footer-sidebar .tt-popular-post .entry-meta li, 
.footer-sidebar .tt-popular-post .entry-meta li a, 
.footer-sidebar .tt-latest-post .entry-meta li a, 
.footer-sidebar .tt-recent-comments .entry-meta li a {
    color: rgba(255, 255, 255, 0.5);
}
@media(min-width: 991px){
    .footer-three-column .tt-sidebar-wrapper.footer-sidebar > div:nth-child(3n+1){
        clear: both;
    }
}
@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 ul{
    padding-left: 10px;
}
.primary-footer .tt-sidebar-wrapper .widget_nav_menu ul li{
    list-style: none;
}
@media screen and (min-width: 500px) {
    .footer-default .footer-sidebar .widget_nav_menu > div > ul > li {
        float: left;
        width: 50%;
    }
}

/*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;
}
address i.fa-map-marker {
    color: #00ff96;
}
address i.fa-envelope {
    color: #ff008a;
}
address i.fa-phone {
    color: #ffa800;
}

/*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;
}
.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;
}
.widget-form .btn {
    width: 100%;
    padding: 10px;
    background-color: rgb(196, 113, 245);
    background: -webkit-linear-gradient( -33deg, rgb(196, 113, 245) 0%, rgb(250, 113, 205) 100%);
    background: -moz-linear-gradient( -33deg, rgb(196, 113, 245) 0%, rgb(250, 113, 205) 100%);
    background: -ms-linear-gradient( -33deg, rgb(196, 113, 245) 0%, rgb(250, 113, 205) 100%);
    background: linear-gradient( -33deg, rgb(196, 113, 245) 0%, rgb(250, 113, 205) 100%);
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    letter-spacing: 3px;
}
.widget-form .btn:hover {
    background-color: rgb(250, 113, 205);
    background: -webkit-linear-gradient( -33deg, rgb(250, 113, 205) 0%, rgb(196, 113, 245) 100%);
    background: -moz-linear-gradient( -33deg, rgb(250, 113, 205) 0%, rgb(196, 113, 245) 100%);
    background: -ms-linear-gradient( -33deg, rgb(250, 113, 205) 0%, rgb(196, 113, 245) 100%);
    background: linear-gradient( -33deg, rgb(250, 113, 205) 0%, rgb(196, 113, 245) 100%);
}

/*Copyright style*/

.copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}
.copyright a {
    color: #bbb;
    font-weight: 700;
}
.footer-onepage .social-link {
    margin-top: 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,
.social-links-wrap li.facebook a:hover {
    background-color: #3b5998;
}
.social-link li.twitter a,
.social-links-wrap li.twitter a:hover {
    background-color: #55acee;
}
.social-link li.google-plus a,
.social-links-wrap li.google-plus a:hover {
    background-color: #dd4b39;
}
.social-link li.linkedin a,
.social-links-wrap li.linkedin a:hover {
    background-color: #007ab9;
}
.social-link li.instagram a,
.social-links-wrap li.instagram a:hover {
    background-color: #C42695;
}
.social-link li.behance a,
.social-links-wrap li.behance a:hover {
    background-color: #4176fa;
}
.social-link li.youtube a,
.social-links-wrap li.youtube a:hover {
    background-color: #DD2724;
}
.social-link li.pinterest a,
.social-links-wrap li.pinterest a:hover {
    background-color: #D63633;
}
.social-link li.flickr a,
.social-links-wrap li.flickr a:hover {
    background-color: #FF0080;
}
.social-link li.vimeo a,
.social-links-wrap li.vimeo a:hover {
    background-color: #1AB7EA;
}
.social-link li.dribbble a,
.social-links-wrap li.dribbble a:hover {
    background-color: #E84C88;
}

/*To Top*/

.footer-default .scroll-top i{
    width: 30px;
    height: 30px;
    line-height: 26px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    border-radius: 50%;
}
.footer-default .scroll-top:hover i{
    color: #ffc100;
    background-color: #fff;
    border: 1px solid transparent;
}
.footer-onepage .scroll-top i {
    color: #fff;
    background-color: #ffc100;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-table;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 50%;
    margin-top: -25px;
    margin-right: -25px;
    font-size: 25px;
    font-weight: bold;
}

/* =-=-=-=-=-=-= 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_message_box{
    -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);
}

/*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: none;
}
.vc_tta-color-theme_default_color .vc_tta-panel .vc_tta-panel-heading a,
.vc_tta-color-theme_default_color .vc_tta-panel .vc_tta-panel-heading i{
    color: #ffffff !important;
}
.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: #ffc100;
}
.vc_tta-color-theme_dark_blue .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #0f1e4a;
}

.vc_tta-color-theme_dark_blue .vc_tta-panel .vc_tta-panel-heading {
    background-color: #0f1e4a;
}
.vc_tta-color-theme_dark_blue .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #101D43;
}
.vc_tta-color-theme_dark_blue .vc_tta-panel .vc_tta-panel-heading a,
.vc_tta-color-theme_dark_blue .vc_tta-panel .vc_tta-panel-heading i{
    color: #ffffff !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-theme_dark_blue .vc_tta-panel-body{
    background-color: #0f1e4a !important;
    color: #fff;
}

.vc_tta-color-theme_light_blue .vc_tta-panel .vc_tta-panel-heading {
    background-color: #02257a;
}
.vc_tta-color-theme_light_blue .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #02216E;
}
.vc_tta-color-theme_light_blue .vc_tta-panel .vc_tta-panel-heading a,
.vc_tta-color-theme_light_blue .vc_tta-panel .vc_tta-panel-heading i{
    color: #ffffff !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-theme_light_blue .vc_tta-panel-body{
    background-color: #02257a !important;
    color: #fff;
}


/*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;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.overlay-img a.vc_gitem-link:hover::after{
    opacity: 1;
}

/*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-color-grey .vc_tta-controls-icon.vc_tta-controls-icon-plus {
    padding: 9px;
    width: 20px;
    height: 20px;
    background-color: #ffc100;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus{
    background-color: rgba(0,0,0,.1) !important;
}
.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;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-heading, 
.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;
    border-radius: 2px !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-shape-rounded .vc_tta-panel-heading {
    border-radius: 5px !important;
    overflow: hidden;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-shape-rounded .vc_active .vc_tta-panel-heading{
    border-radius: 4px 4px 0 0 !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-shape-rounded .vc_tta-panel-title{
    line-height: 40px !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a {
    padding: 12px 20px 10px !important;
    font-size: 16px;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-shape-rounded .vc_tta-panel-title > a{
    font-size: 20px;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-shape-rounded .vc_tta-panel-title.vc_tta-controls-icon-position-right a{
    padding-right: 30px !important;
}

.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel-body {
    background-color: #f7f8f9 ;
    line-height: 40px;
    border-radius: 0 0 4px 4px !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title.vc_tta-controls-icon-position-left span{
    padding-left: 30px;
}


/*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: #ffc100 !important;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    right: 15px !important;
}

/*Accordion Outline Style*/

.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: #ffc100;
}
.vc_tta-color-theme_default_color.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #ffc100 !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;
}

/* VC TAB
------------------------------------------- */

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-tab>a {
    padding: 0 5px !important;
}
.vc_tta-tab {
    color: #666;
}
.vc_tta-tab.vc_active a {
    color: #212121 !important;
    border-bottom: 2px dashed #fcc118 !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-title {
    text-align: left;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-title > a {
    background: #efefef !important;
    font-size: 18px;
    color: #212121 !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_active .vc_tta-panel-title > a {
    color: #ffffff !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-title > a:after{
    content: "\f0dd";
    position: absolute;
    top: 7px;
    right: 15px;
    font-family: fontawesome;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_active .vc_tta-panel-title > a:after{
    content: "\f0de";
    top: 15px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-heading {
    border: none !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;
}

/*
*****************************************************************
*                ANIMATION AND HOVER EFFECT                     *
*****************************************************************
*/


/*============HOVER UNDERLINE LEFT TO RIGHT===============*/

.service-body .service-title a,
.entry-title a,
.home-blog-content h3 a,
.tt-popular-post .media-body h4 a,
.tt-latest-post .media-body h4 a,
.tribe-events-list-widget h4 a,
.tt-recent-comments .media-body h4 a,
.home-blog-wrapper .entry-title a,
.post-wrapper .entry-title a,
.tribe-events-list .type-tribe_events h2 a{
    background: -moz-linear-gradient(transparent calc(100% - 2px), #ffc100 2px);
    background: -webkit-linear-gradient(transparent calc(100% - 2px), #ffc100 2px);
    background: -ms-linear-gradient(transparent calc(100% - 2px), #ffc100 2px);
    background: linear-gradient(transparent calc(100% - 2px), #ffc100 2px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.tt-recent-comments .media-body h4 a,
.tribe-events-list-widget h4 a,
.tt-latest-post .media-body h4 a{
    background: -moz-linear-gradient(transparent calc(100% - 1px), #ffc100 1px);
    background: -webkit-linear-gradient(transparent calc(100% - 1px), #ffc100 1px);
    background: -ms-linear-gradient(transparent calc(100% - 1px), #ffc100 1px);
    background: linear-gradient(transparent calc(100% - 1px), #ffc100 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
}
.service-body .service-title a:hover,
.entry-title a:hover,
.home-blog-content h3 a:hover,
.tt-popular-post .media-body h4 a:hover,
.tt-latest-post .media-body h4 a:hover,
.tribe-events-list-widget h4 a:hover,
.tt-recent-comments .media-body h4 a:hover,
.home-blog-wrapper .entry-title a:hover,
.post-wrapper .entry-title a:hover,
.tribe-events-list .type-tribe_events h2 a:hover{
    background-size: 100% 100%;
}
.ie .service-body .service-title a:hover,
.ie .entry-title 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-wrapper .entry-title a:hover,
.ie .post-wrapper .entry-title a:hover,
.ie .tribe-events-list .type-tribe_events h2 a:hover{
    background-size: 0% 0%;
    color: #ffc100;
}

/*============HOVER EFFECT FROM LEFT TO RIGHT=============*/

.document-block .icon-block .btn.custom:after,
.nav>li a:after,
.tribe-events-read-more:after,
.post-wrapper .entry-content .more-link:after,
.service-content a.read-more:after{
    content: '';
    position: absolute;
    bottom: 5px;
    left: auto;
    right: 0;
    height: 2px;
    width: 0%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.document-block .icon-block .btn.custom:hover:after,
.tribe-events-read-more:hover:after,
.post-wrapper .entry-content .more-link:hover:after,
.service-content a.read-more:hover:after{
    left: 0;
    right: auto;
    width: 100%;
}
.service-content a.read-more:after,
.tribe-events-read-more:after,
.post-wrapper .entry-content .more-link:after{
    background-color: #ffc100;
}
.nav > li a::after {
    bottom: 0;
    height: 2px;
    background-color: #212121;
}
.dropdown-menu>li>a::after{
    height: 1px;
}
.side .nav > li a::after {
    height: 1px;
    background-color: #ffc100;
}
.document-block .icon-block .btn.custom:after {
    background-color: #ffffff;
}
.header-transparent .nav > li a:hover::after,
.header-transparent .nav > li.active a::after{
    background-color: #ffffff;
}
.header-transparent .header-wrapper.sticky .nav > li a::after{
    background-color: #212121;
}

/*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;
}

/* 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;
    }
}