/*
Theme Name:     MaxRank
Theme URI:      http://trendytheme.net/demo2/wp/maxrank
Author:         TrendyTheme
Author URI:     https://trendytheme.net
Description:    MaxRank is a corporate web solution for individuals or business agencies. This multi-functional responsive theme provides several layout options to take care of any possible screen resolution.
Version:        1.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    maxrank
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
    # TABLE STYLE
    # GLOBAL STYLE
    # TOP BAR CTA
    # NAVIGATION
    # MOBILE MENU STYLE
    # PAGE HEADER STYLE
        ** PAGE SUB-TITLE
        ** BREADCRUMB
    # SERVICE TAB STYLE
    # CONTACT SECTION
    # NEWSLETTER SECTION
    # GUTENBERG SUPPORT
    # BLOG STYLE
        ** POST META
        ** NAVIGATION POST
        ** POST FORMAT VIDEO
        ** POST FORMAT AUDIO
        ** POST FORMAT QUOTE
        ** POST FORMAT LINK
        ** POST FORMAT GALLERY
        ** CUSTOM GALLERY POST
        ** POST FORMAT STATUS
        ** POST FORMAT CHAT
        ** POST FORMAT PASSWORD PROTECTED 
        ** PAGINATION
    # WIDGET STYLE
    # SINGLE POST
    # AUTHOR BIO
    # RELATED POST
    # COMMENTS-WRAPPER
    # 404 PAGE
    # PRELOADER
    # PORTFOLIO STYLE
    # PRICING TABLE
    # TESTIMONIAL SECTION
    # FOOTER SECTION
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


/* =-=-=-=-=-=-= GENERAL =-=-=-=-=-=-= */

body {
    font-family: 'Lato', serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #666;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
}

html,
body {
    width: 100%;
    height: 100%;
}

body.logged-in {
    top: 32px;
}

/* Link style
------------------------------ */

a {
    color: #ff6600;
}

a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #dc5800;
    outline: none;
    text-decoration: none;
}

dl dd {
    margin-bottom: 10px;
}

.entry-content ul,
.entry-content ol{
    padding-left: 20px;
}

.entry-content table a{
    color: #666;
}
.entry-content table a:hover{
    color: #ff6600;
}

/* Transition elements
------------------------------------------ */

.navbar a,
.form-control {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a,
.btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Reset box-shadow
------------------------------------------- */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:focus {
    outline: none !important;
}


/* =-=-=-=-=-=-= TYPOGRAPHY =-=-=-=-=-=-= */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Serif', serif;
    font-weight: 700;
    color: #212121;
    margin: 0 0 15px;
}

h1 {
    font-size: 70px;
    line-height: 80px;
}

h2 {
    font-size: 35px;
    line-height: 40px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 0 0 15px;
}

p:last-child {
    margin: 0;
}
p img {
    margin: 0;
}

/* Accessibility
------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
------------------------------------------- */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/* 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-bottom: 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%;
}

/* Captions
-------------------------------------------*/
figure {
    margin: 0 0 10px;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 3px;
    text-align: center;
}

.wp-caption figcaption {
    padding: 5px 0 0;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0 none;
    width: auto;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
}

.wp-caption .wp-caption-text {
    margin: 5px;
    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;
}


/* =-=-=-=-=-=-= 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;
}

/* Button
------------------------------------------- */

.btn {
    font-size: 14px;
    line-height: 21px;
    padding: 14px 34px;
    border: 0;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn:hover,
.btn:focus {
    color: #fff;
}

.btn-round {
    border-radius: 50px;
}

.btn-primary {
    background-color: #FF6600;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
    background-color: #F89101;
}

.btn-secondary {
    background-color: #f6861c;
    box-shadow: 0px 0px 20px 10px rgba(246, 134, 28, 0.3);
}

.btn-secondary:hover {
    background-color: #da6d05;
}

.btn-green {
    background-color: #01a23c;
    box-shadow: 0px 10px 30px 0px rgba(1, 160, 60, 0.3);
}

.btn-green:hover {
    background-color: #03dc52;
}

.btn-blue {
    background-color: #0083ff;
    box-shadow: 0px 10px 30px 0px rgba(4, 117, 224, 0.3);
}

.btn-blue:hover {
    background-color: #0475e0;
}

.btn-red {
    background-color: #ff3133;
    box-shadow: 0px 10px 30px 0px rgba(255, 49, 51, 0.3);
}

.btn-red:hover {
    background-color: #ee6667;
}

.btn-orange {
    background-color: #c54f00;
    box-shadow: 0px 10px 30px 0px rgba(197, 79, 0, 0.3);
}

.btn-orange:hover {
    background-color: #e65c00;
}

.alert {
    padding: 10px 15px;
}

.alert-dismissible .close {
    top: 5px;
    right: 0;
}

/*
Form Style
-------------------------------------------*/

/* 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;
}

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

.form-control {
    height: 50px;
    padding: 6px 20px;
    border: 1px solid #ebebeb;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075), 0 0 20px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075), 0 0 20px rgba(0, 0, 0, .3);
}

.contact-form .form-group textarea {
    min-height: 210px;
    padding: 15px 20px;
    position: relative;
    z-index: 20;
}


/* ================= Global Styles ==================== */


/* -- margin-top -- */

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}


/* -- margin-bottom -- */

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

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

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

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

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

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

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

@media (max-width: 767px) {
    .mb-xs-20 {
        margin-bottom: 20px;
    }
}

.transition{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.section-padding {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section-padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.modal{
    z-index: 9999!important;
}

.modal-dialog {
    background-color: #fff;
}

.search-bar-input input {
    border: none;
    padding: 0;
    border-bottom: 1px solid;
    border-color: #333;
    border-radius: 0;
    width: 70%;
    display: block;
    margin: auto;
    transition: all .3s;
}

.search-bar-input input:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid;
    border-color: #333;
    width: 90%;
}

.modal-content {
    -webkit-box-shadow: none!important;
    box-shadow: none;
    border: 0;
    border-radius: 0;
}

.modal-footer {
    padding: 20px;
    text-align: right;
    border-top: none;
    background: #eaeaea;
    border-radius: 0 0 3px 3px;
}

.modal-footer button {
    padding: 5px 20px;
    border-radius: none;
    border-radius: 0;
}

/*section-title-wrapper*/

.section-title {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 20px;
}

@media (max-width: 767px){
    .section-title {
        font-size: 30px;
        line-height: 40px;
    }
}
@media (min-width: 768px){
    .section-title {
        font-size: 40px;
        line-height: 55px;
    }
}
@media (min-width: 992px){
    .section-title {
        font-size: 45px;
        line-height: 60px;
    }
}

.container-fluid.no-gutter,
.no-gutter > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid.no-gutter .row {
    margin: 0px !important;
}

.border-red {
    border-color: #ff0048 !important;
}

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

.page-wrapper .page-content{
    margin-bottom: 50px;
}

/*page title*/

.page-title {
    padding: 15px 0;
    background-color: #f3f3f3;
}

.page-title h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.breadcrumb li a,
.breadcrumb li.active {
    font-size: 18px;
    text-transform: capitalize;
}

.breadcrumb li a {
    color: #777;
    opacity: .7;
}

.breadcrumb li a:hover {
    opacity: .9;
}

.link-arrow-ltr a img {
    transform: translateX(0px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.link-arrow-ltr a:hover img {
    transform: translateX(10px);
    opacity: 1;
    visibility: visible;
}

.link-arrow-ltr a {
    display: inline-block;
    transform: translateX(0);
}

.link-arrow-ltr a:hover {
    transform: translateX(5px);
}

/*Verticle Aligne Middle for equel height*/

.valign-wrapper {
    display: table;
    width: 100%;
}

.valign-cell {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
    .equal-height-column {
        height: auto !important;
    }
}

.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;
}

.ie9 .vc_row-o-full-height .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.tt-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.white-text {
    color: #ffffff;
}

.theme-color {
    color: #999;
}

.theme-bg {
    background-color: #F7F9FB;
}

.dark-bg {
    background-color: #000248;
}

.del {
    text-decoration: line-through !important;
    color: #a1b2c6;
}

/* vertical middle align
-------------------------------------------*/

.vertical-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 0 15px;
}

#info-footer-border-info {
    background: #0086c7 none repeat scroll 0 0;
    border-left: 4px solid #f99800;
    color: #fff;
}


/*========================================================================
Top bar cta
==========================================================================*/

.top-bar {
    background-color: #000248;
    min-height: 50px;
}

.top-bar-cta{
    margin: 9px 0 6px;    
}
.top-bar .social-link {
    margin: 6px 0 10px;
}

.top-bar-cta li {
    line-height: 20px;
    position: relative;
    padding-left: 25px;
}

.top-bar-cta li a,
.top-bar-cta li span,
.top-bar-cta li {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.top-bar-cta li i, 
.top-bar-cta li a i {
    color: #fff;
    margin-right: 10px;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.top-bar-cta .cta-phone {
    margin-right: 20px;
}

.top-bar-cta li a:hover {
    color: #03e582;
}

.top-bar .social-link li a {
    display: block;
    margin: 0 5px;
}

.top-bar .social-link li,
.top-bar .social-link li a {
    font-size: 15px;
    color: #fff;
    transform: translateY(3px);
}

.top-bar .social-link li a:hover {
    color: #03e582;
}

@media (min-width: 768px) {
    .top-bar .social-link {
        text-align: right;
    }
}


/* =-=-=-=-=-=-= NAVIGATION =-=-=-=-=-=-= */

.main-menu-wrapper {
    margin-top: 4px;
}

.navbar .main-menu-wrapper .navbar-nav {
    margin-top: 10px;
}

.header-wrapper.sticky .main-menu-wrapper .navbar-nav {
    margin-top: 0;
}

.navbar-brand > img,
.sticked .attr-nav > ul {
    transition: all 0.3s ease 0.5s;
}

.header-wrapper.sticky .navbar-brand img {
    height: 40px;
}

.attr-nav {
    display: inline-block;
    float: right;
    margin-left: 25px;
    margin-right: -15px;
}

.attr-nav > ul > li > a {
    padding: 8px 20px !important;
    background: #03e582;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    margin-left: 0;
}

.attr-nav > ul > li > a:hover {
    opacity: .8;
}

.attr-nav > ul {
    margin: 16px 0 0 0;
    list-style: none;
    padding: 0;
}

.header-wrapper.sticky .attr-nav > ul {
    margin: 5px 0 0 0;
}

@media (max-width: 767px) {
    .has-header-search .navbar-nav {
        padding-right: 0;
    }
}

.menu-search,
.main-menu {
    position: relative;
}

.menu-search i{
    cursor: pointer;
    color: #4c4c4c;
    top: 15px;
    position: relative;
    margin-left: 18px;
}

.menu-search i:hover{
    color: #FF6600;
}

.header-wrapper.sticky .menu-search i{
    top: 6px;
}

.menu-search-form {
    right: -23px;
    position: absolute;
    top: 50px;
    z-index: 999;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    padding: 0;
}

.menu-search-form.search-collapsed input{
    width: 200px;
    border: 1px solid #e4e4e4;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 1;
}

.menu-search-form input{
    background-color: #fff;
    width: 0;
    padding-left: 0;
    padding-right: 0;
    border: none;
    opacity: 0;
}

.menu-search-form input:focus{
    box-shadow: 0 0 10px #ddd;
    width: 350px;
}

.menu-search-form.search-collapsed:after{
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 8px;
    content: "";
    position: absolute;
    right: 22px;
    top: -15px;
}

.menu-search-form.search-collapsed:before{
    border-color: transparent transparent #ddd;
    border-style: solid;
    border-width: 8px;
    content: "";
    position: absolute;
    right: 22px;
    top: -16px;
}

@media(max-width:480px) {
    .menu-search-form input:focus{
        width: 250px;
    }
}

@media(min-width:768px) {
    .navbar-nav li.has-mega-menu {
        position: static;
    }
    .navbar-nav ul {
        position: static;
        display: block;
        border: 0;
        margin: 0;
        min-width: 200px;
    }
    .navbar-default {
        background-color: #ffffff;
        padding: 15px 0;
        -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
        -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
        -o-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
        box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .has-header-topbar .navbar-default {
        padding: 12px 0;
		margin: 0!important;
		border: none!important;
    }
    .header-wrapper.sticky .navbar-default {
        padding: 6px 0;
    }
    .header-transparent .navbar-default {
        background-color: transparent;
    }
    .navbar-nav>li>.dropdown-menu {
        margin-top: 23px;
    }
    .header-wrapper.sticky .navbar-nav>li>.dropdown-menu {
        margin-top: 13px;
    }
    .navbar-right .dropdown-menu {
        right: auto;
        left: 15px;
    }
    .header-wrapper.sticky .navbar-right .dropdown-menu {
        left: 13px;
    }
}

.header-transparent .header-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header-wrapper {
    width: 100%;
    z-index: 1000;
}

.header-wrapper.navbar-fixed-top:not(.sticky){
    position: static;
}

body.sticky-active #page-content-wrapper{
    padding-top: 100px;
}

.header-wrapper.sticky .navbar-default {
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
    -o-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
}

.navbar-header h1 {
    display: inline-block;
    margin: 0;
    line-height: inherit;
    font-size: 44px;
}

.navbar-brand {
    margin: 0;
    padding: 5px 0;
    height: auto;
}

.navbar-brand a {
    display: inline-block;
}

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

.navbar-brand.text-logo h1{
	line-height: 60px;
}

.header-wrapper.sticky .navbar-brand.text-logo h1 {
    line-height: 40px;
	font-size: 30px;
}

/*desktop*/

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

/*hide site logo when show sticky logo*/
.has-sticky-logo .header-wrapper.sticky .site-logo {
    display: none;
}

.sticky-mobile-logo {
    height: auto;
    min-width: 100%;
}

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

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar .nav>li {
    padding: 0 15px;
    -webkit-transition: padding .4s ease-in-out;
    -moz-transition: padding .4s ease-in-out;
    transition: padding .4s ease-in-out;
}

.navbar .nav>li>a {
    padding: 10px 0;
    -webkit-transform: translateZ(0);
}

.navbar .nav li a i {
    margin-right: 8px;
}

.navbar .nav li a.menu-heading {
    position: relative;
    cursor: default;
    font-size: 12px !important;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 700;
}

.navbar .nav li a.menu-heading:hover {
    padding-left: 15px !important;
}

.navbar .nav li a.menu-heading::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 2px;
    width: 30px;
    height: 2px;
    background-color: #C7C7C7;
}

.navbar .nav li a.menu-heading:hover {
    color: inherit;
    background-color: transparent;
}

.navbar-default {
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 1012;
}

.admin-bar .header-wrapper.sticky{
    top: 32px !important;
}

@media(max-width: 782px) {
    .admin-bar .header-wrapper {
        top: 45px !important;
    }
}

@media(max-width: 600px) {
    .admin-bar .header-wrapper.sticky{
        top: 0 !important;
    }
}

@media only screen and (min-width: 601px) and (max-width: 782px) {
    .admin-bar .header-wrapper.sticky {
        top: 45px !important;
    }
}

.navbar-default .navbar-nav>li>a {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover {
    color: #FF6600;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #FF6600;
    background-color: transparent;
}


/*Dropdown Style*/

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #FF6600;
    background-color: transparent;
}

.navbar-nav>li:hover > .dropdown-wrapper > ul {
    display: block;
}

.navbar-nav>li .dropdown-menu {
    border-radius: 0;
    padding: 0;
}

.dropdown-menu>li>a {
    border-bottom: 1px solid #eaeaea;
    color: #202020;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    padding: 7px 20px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #FF6600;
    background-color: transparent;
}

.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: #FF6600;
}

.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;
}

.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,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #FF6600;
}

.navbar-nav li .dropdown-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 40px;
    padding-top: 38px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 10000;
}

.header-wrapper.sticky .navbar-nav li .dropdown-wrapper {
    padding-top: 22px;
}

.navbar-nav > li:hover > .dropdown-wrapper {
    top: 30px;
}

.navbar-nav li .dropdown-wrapper span {
    position: absolute;
    top: 12px;
    right: 10px;
}

/*2nd lavel menu*/

.navbar-nav li > .dropdown-wrapper li > .dropdown-wrapper {
    left: 100%;
    margin-left: 10px;
    top: -3px;
    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;
}

.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;
}


/* =-=-=-=-=-=-= MOBILE MENU STYLE =-=-=-=-=-=-= */

@media(max-width: 767px) {
    .navbar-brand {
        padding: 10px 15px;
        margin: 0;
    }

    .navbar .nav > li {
        padding: 0 15px;
        border-left: 3px solid transparent;
        transition: all .3s;
    }

    .navbar .nav > li:hover {
        background: #eaeaea;
        border-left: 3px solid #ddd;
    }

    .navbar-brand img {
        height: 40px;
    }

    .header-transparent .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav li a {
        color: #202020;
        font-size: 16px;
        line-height: 30px;
    }

    .navbar-default ul ul {
        padding-left: 20px !important;
    }

    .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: #FF6600;
    }

    .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 {
        list-style: none;
    }

    .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;
    }

    /*mobile menu dropdown trigger*/
    .dropdown-menu-trigger {
        position: absolute;
        right: 0;
        top: 8px;
        background-color: transparent;
        color: #616161;
        border: 1px solid #616161;
        width: 35px;
        height: 35px;
        line-height: 20px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

    .dropdown-menu-trigger.menu-collapsed {
        color: #FF6600;
        border-color: #FF6600;
    }

    .dropdown-menu-trigger i {
        font-size: 12px;
    }

    .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: 340px;
    }
}

.navbar-toggle {
    border-radius: 0;
    margin-top: 15px;
    margin-left: 10px;
    -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 {
    border-color: transparent;
    color: #ddd;
}

.dropdown-menu-trigger {
    border: none;
    line-height: 24px;
    right: 0;
    top: 0
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #4e4e4e;
    -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: #FF6600;
    border-color: #FF6600;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}

body.sidebar-open {
    overflow: hidden;
}


/* =-=-=-=-=-=-= PAGE HEADER STYLE =-=-=-=-=-=-= */

.page-title {
    position: relative;
    padding: 40px 0;
    background-color: #F3F3F3;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-transparent .page-title {
    padding: 180px 0 120px;
}

.title-overlay-color {
    content: "";
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.page-title.overlay-enable h2,
.page-title.overlay-enable li,
.page-title.overlay-enable .breadcrumb>.active::before,
.page-title.overlay-enable li.active,
.page-title.overlay-enable li a{
    color: #fff!important;
}
.page-title.overlay-enable li a:hover{
    color: #fff!important;
}

.page-title .container {
    position: relative;
}

.page-title h1 {
    font-size: 27px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    margin: 0;
    word-break: break-word;
    -ms-word-break: break-word;
}

/*Page Sub-title*/

.page-title span {
    display: inline;
    margin-top: 10px;
    color: #999;
    font-size: 20px;
    text-transform: capitalize;
}

/* Breadcrumb
------------------------------------------- */

.page-title .breadcrumb {
    position: absolute;
    background-color: transparent;
    width: auto;
    top: 50%;
    left: auto;
    right: 30px;
    margin: -13px 0 0 0;
    padding: 0;
}

.page-title .breadcrumb li {
    letter-spacing: 1px;
}

.page-title .breadcrumb li a:hover,
.page-title .breadcrumb>.active,
.page-title .breadcrumb>li+li:before {
    color: #777;
}

.breadcrumb > li + li::before {
    content: "/";
    padding: 0;
    opacity: .5;
}


/* Page Title Center
------------------------------------------- */

.page-title.text-center {
    text-align: center;
}

.page-title.text-center .breadcrumb {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 20px 0 0 0;
}

.page-title.bg-fixed{
    background-attachment: fixed;
}

/* Page Title Left
------------------------------------------- */

.page-title.text-left {
    text-align: left;
}

.page-title.text-left .breadcrumb {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    margin: 20px 0 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: 20px 0 0 0;
}

/* Page Title(only title) Right
------------------------------------------- */

.page-title.title-right {
    text-align: right;
}

.page-title.title-right .breadcrumb {
    left: 0;
    right: auto;
}

@media (max-width: 767px) {
    .page-title,
    .page-title.page-title-right {
        text-align: center;
    }
    .page-title .breadcrumb {
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        margin: 10px 0 0 !important;
        position: relative !important;
    }
}


/* =-=-=-=-=-=-= SERVICE TAB STYLE =-=-=-=-=-=-= */

/* Default Tab */

.vc_tta.vc_general.vc_tta-style-tab-default .vc_tta-tabs-list li {
    text-align: center;
}

.vc_tta.vc_general.vc_tta-style-tab-default .vc_tta-tabs-list li a {
    border: 0;
    border-right: 1px solid #9b9b9b;
}

.vc_tta.vc_general.vc_tta-style-tab-default .vc_tta-tabs-list li:first-child a {
    border-left: 1px solid #9b9b9b;
}

/* Default Rounded Tab */

.vc_tta.vc_general.vc_tta-style-tab-default.vc_tta-shape-rounded .vc_tta-tabs-list li:first-child,
.vc_tta.vc_general.vc_tta-style-tab-default.vc_tta-shape-round .vc_tta-tabs-list li:first-child {
    border-left: none;
}

.vc_tta.vc_general.vc_tta-style-tab-default.vc_tta-shape-rounded .vc_tta-tabs-list li:last-child,
.vc_tta.vc_general.vc_tta-style-tab-default.vc_tta-shape-round .vc_tta-tabs-list li:last-child {
    border-right: none;
}

.vc_tta.vc_general.vc_tta-style-tab-default .vc_tta-tab>a {
    padding: 40px !important;
    background-color: #f5f5f5;
}

.vc_tta.vc_general.vc_tta-style-tab-default .vc_active>a {
    background-color: #fff;
    position: relative;
}

.vc_tta-style-tab-default .vc_tta-tab {
    position: relative;
}

.vc_tta-style-tab-default .vc_tta-tab.vc_active::before {
    content: "";
    background-color: #FF6600;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.vc_tta.vc_general.vc_tta-style-tab-default .vc_tta-icon {
    font-size: 30px !important;
    display: block !important;
    line-height: inherit !important;
    text-align: center;
    margin-bottom: 5px;
}

@media(max-width: 767px) {
    .vc_tta.vc_general .vc_tta-panel {
        border-bottom: 1px solid #e4e4e4;
    }
    .vc_tta.vc_general .vc_tta-panel:last-child {
        border-bottom: 0;
    }
    .vc_tta.vc_general.vc_tta-style-tab-default .vc_tta-icon {
        display: none !important;
    }
    .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
        border-radius: 0 !important;
    }
    .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title>a {
        color: #ffffff;
    }
    .vc_tta.vc_general .vc_tta-panels-container {
        border: 1px solid #e4e4e4;
    }
    .vc_tta.vc_general .vc_tta-panel-body {
        padding: 0 15px !important;
    }
    .vc_tta-panel-body .wpb_text_column {
        margin-top: 0 !important;
    }
}

.vc_tta.vc_general.vc_tta-style-tab-default .vc_active .vc_tta-icon {
    color: #FF6600
}

.vc_tta.vc_general.vc_tta-style-tab-default .vc_tta-title-text {
    margin: 0 !important;
    font-size: 18px;
    font-family: "PT Serif", serif;
}

@media (min-width: 768px) {
    /*equal width*/
    .tabs-grid-column-2 .vc_tta-tabs-container .vc_tta-tabs-list > li {
        width: 50%;
    }
    .tabs-grid-column-3 .vc_tta-tabs-container .vc_tta-tabs-list > li {
        width: 33.33333333%;
    }
    .tabs-grid-column-4 .vc_tta-tabs-container .vc_tta-tabs-list > li {
        width: 25%;
    }
}

/* Tab Border Top
------------------------------------------- */

.vc_tta.vc_general.vc_tta-style-tab-border-top ul.vc_tta-tabs-list {
    border-top: 1px solid #f1f1f1;
}

.vc_tta.vc_general.vc_tta-style-tab-border-top .vc_tta-tab>a {
    font-family: "PT Serif", serif;
    font-size: 18px;
}

.vc_tta.vc_general.vc_tta-style-tab-border-top .vc_active a::before {
    content: "";
    background-color: #FF6600;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.vc_tta.vc_general.vc_tta-style-tab-border-top .vc_tta-tab>a {
    padding: 5px 20px;
}

.vc_tta-style-tab-border-top .vc_tta-tab {
    position: relative;
}

.vc_tta-style-tab-border-top .vc_tta-tab.vc_active::before {
    content: "";
    background-color: #FF6600;
    height: 2px;
    width: 100%;
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 10;
}

/*popup*/

.tt-popup-wrapper {
    position: relative;
}

.tt-popup-wrapper::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.tt-popup-wrapper img {
    width: 100%;
}

@media (max-width: 1199px) {
    .tt-popup-wrapper img {
        height: auto !important;
    }
}

.tt-popup {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -37px;
    margin-left: 16px;
    text-align: center;
}

.tt-popup i {
    width: 74px;
    height: 74px;
    font-size: 30px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    border: 5px solid #fff;
    border-radius: 100%;
    margin-left: 5px;
}

/* =-=-=-=-=-=-= CONTACT SECTION =-=-=-=-=-=-= */

div.wpcf7 {
    padding: 40px 0;
    border-radius: 0;
}

@media screen and (max-width: 480px) {
    div.wpcf7 {
        padding: 20px;
    }
}

@media screen and (min-width: 992px) {
    .wpcf7-form .form-group.left-wrapper {
        padding-right: 7px;
    }
    .wpcf7-form .form-group.right-wrapper {
        padding-left: 7px;
    }
}

.wpcf7 span.wpcf7-not-valid-tip {
    position: relative;
    top: 5px;
    color: #ff0000;
    text-align: left;
    font-size: 11px;
    background-color: #d6d6d6;
    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 #d6d6d6;
}

div.wpcf7-response-output {
    margin: 1em 0 0;
}

div.wpcf7-mail-sent-ok,
.wpcf7 div.wpcf7-validation-errors {
    text-align: center;
    border: 0;
    font-weight: 400;
    padding: 11px;
    border-radius: 4px;
}

.wpcf7 div.wpcf7-validation-errors {
    color: #EF4836;
    background-color: #f2dede;
}

div.wpcf7-mail-sent-ok {
    color: #3c763d;
    background-color: #dff0d8;
}

.wpcf7-form-control-wrap textarea {
    padding: 20px 20px;
}


/* =-=-=-=-=-=-= NEWSLETTER SECTION =-=-=-=-=-=-= */

.subscribe-form {
    text-align: center;
}

.subscribe-form .mc4wp-alert {
    background-color: transparent;
    border: 0;
    color: #fff;
}

.subscribe-form .mc4wp-success {
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    margin-top: 10px;
}

.subscribe-form .mc4wp-form input[type=email] {
    width: 385px;
    background-color: transparent;
}

.subscribe-form input::-webkit-input-placeholder {
    color: #fff
}

.subscribe-form input::-moz-placeholder {
    color: #fff
}

.subscribe-form input:-ms-input-placeholder {
    color: #fff
}

.subscribe-form .mc4wp-form .form-control {
    height: 50px;
    color: #fff;
    font-style: italic;
    padding: 0 15px;
}

.subscribe-form .form-control:focus {
    background-color: transparent;
}

.subscribe-form .btn {
    margin-left: 15px;
}


/* =-=-=-=-=-=-= GUTENBERG SUPPORT =-=-=-=-=-=-= */

figure {
    margin: 0 0 20px;
}
.wp-block-embed {
    margin-bottom: 20px;
}
.wp-block-embed-facebook{
    margin-bottom: 10px;
}
.entry-content > ul.wp-block-gallery:last-child{
    margin-bottom: -15px !important;
}
.entry-content .wp-block-preformatted{
    margin: 20px 0;
}
.wp-block-video video {
	display: block;
}
.alignwide {
    margin-left: 0;
    margin-right: 0;
    width: auto;
}

.single .alignwide {
    margin-left: -20px;
    margin-right: -20px;
}
.wp-block-media-text,
.wp-block-columns.alignfull,
.wp-block-columns.alignwide,
.blog .alignwide{
    margin-left: 0;
    margin-right: 0;
}
.alignfull {
    margin-left: 0;
    margin-right: 0;
    width: auto;
}
.is-provider-twitter{
    margin-left: 0;
    margin-right: 0;
}
.wp-block-image{
    max-width: inherit;
    margin-bottom: 20px;
}
.wp-block-column figure,
.wp-block-column .wp-block-image{
    margin-bottom: 0;
}
.wp-block-button__link {
	padding: 7px 24px 8px;
}
@media only screen and ( min-width: 950px) {
    .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: 0 0 15px;
    clear: both;
}
.wp-block-gallery.alignleft{
    margin-right: 20px;
}
.wp-block-gallery.alignright {
    margin-left: 20px;
}
.has-single-sidebar.single-post .entry-content .alignwide {
	margin-left: -15px;
	margin-right: -15px;
}
.has-single-sidebar.single-post .entry-content .alignfull {
    margin-left: -40px;
    margin-right: -40px;
}
.wp-caption {
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    max-width: 100%;
}
.footer-sidebar .wp-caption{
    background: none;
    border-bottom: 1px solid #666666;
}
.wp-caption p:empty{
    display: none;
}
.wp-caption figcaption {
    padding: 7px 0;
    font-size: 14px;
    color: #666666;
}
.wp-caption.alignnone {
    margin: 5px 0px 20px;
}
.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: 7px 0 7px;
	display: block;
}
/* 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. */
}
.wp-block-cover, 
.wp-block-cover-image {
	min-height: 450px;
	margin-bottom: 30px;
}
.entry-content > .wp-block-cover:last-child{
    margin-bottom: 0;
}
.wp-block-column{
    margin-bottom: 20px;
}
@media (max-width: 767px){
    .wp-block-column {
        flex-basis: 100%;
        flex-grow: 1;
    }
}
.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;
}
@media (max-width: 767px){
    .wp-block-column:not(:first-child), 
    .wp-block-column:nth-child(2n) {
        margin-left: 0;
    }
}
.wp-block-image figcaption {
    line-height: 22px;
    margin-bottom: 0;
}
.blog .wp-block-columns ol,
.blog .wp-block-columns ul,
.blog .wp-block-columns dl {
    padding-left: 0;
    list-style-position: inside;
}
.blog .entry-content > blockquote{
    padding-right: 0 !important;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
	font-size: 24px !important;
}
.blog blockquote[style*="text-align:right"],
blockquote[style*="text-align:right"]{
    padding-right: 120px !important;
}
blockquote[style*="text-align:right"]::before {
	right: 20px;
	transform: rotate(180deg);
	left: auto;
}
.wp-block-pullquote blockquote{
    background: none; 
    padding: 0;
    text-align: center !important;
}
.wp-block-pullquote blockquote:before{
    content: none;
}
.page-template .entry-content blockquote,
.blog .wp-block-columns blockquote {
    padding: 0 0 0 15px;
    font-size: 20px;
}
.wp-block-column .wp-block-quote:before{
    content: none;
}
.wp-block-quote{
    background: none;
}
.wp-block-quote.is-style-large, 
.wp-block-quote.is-large {
	padding: 20px 30px 0 100px;
}
.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: 28px;
    margin-bottom: 8px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	width: 100%;
	max-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-bottom: 30px;
}
@media (max-width: 767px){
    .wp-block-media-text{
        display: block;
    }
    .wp-block-media-text .wp-block-media-text__content{
        padding: 15px 0 0;
    }
}
.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: #ff005a;
}
.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;
}
.wp-block-latest-comments li p{
    margin-bottom: 0;
}
.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;
    margin-bottom: 30px;
}
.wp-block-categories li,
.wp-block-archives li,
.wp-block-latest-posts li{
    list-style: none;
    padding-left: 20px;
    margin-bottom: 8px;
    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: #ff005a;
}
.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;
    font-size: 16px;
    top: 3px;
    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;
}
/* GUTENBERG MARGIN RESET*/
.entry-content > .wp-block-code:last-child,
.entry-content > .wp-block-video:last-child,
.entry-content > .wp-block-embed:last-child,
.entry-content > .wp-block-image:last-child,
.entry-content > .wp-block-table:last-child,
.entry-content > .wp-block-verse:last-child,
.entry-content > .wp-block-cover:last-child,
.entry-content > .wp-block-audio:last-child,
.entry-content > .wp-block-button:last-child,
.entry-content > p.wp-block-subhead:last-child,
.entry-content > ul.wp-block-gallery:last-child,
.entry-content > .wp-block-pullquote:last-child,
.entry-content > .wp-block-media-text:last-child,
.entry-content > .wp-block-categories:last-child,
.entry-content > .wp-block-cover-image:last-child,
.entry-content > .wp-block-latest-posts:last-child,
.entry-content > .wp-block-text-columns:last-child,
.entry-content > .wp-block-preformatted:last-child,
.entry-content > .wp-block-quote.is-large:last-child,
.entry-content > .wp-block-cover.alignleft:last-child,
.entry-content > blockquote.wp-block-quote:last-child,
.entry-content > .wp-block-image:last-child .alignleft,
.entry-content > .wp-block-image:last-child .alignnone,
.entry-content > .wp-block-cover.alignright:last-child,
.entry-content > .wp-block-image:last-child .alignright,
.entry-content > .wp-block-gallery.alignleft:last-child,
.entry-content > .wp-block-image:last-child .aligncenter,
.entry-content > .wp-block-gallery.alignright:last-child {
    margin-bottom: 0;
    overflow: hidden;
}
.format-quote .entry-content > blockquote:last-child,
.wp-block-embed figcaption,
.entry-content > table:last-child,
.entry-content > p:last-child img:last-child,
body:not(.single-post) .entry-content > figure.alignnone:last-child,
body:not(.single-post) .entry-content > figure.aligncenter:last-child {
    margin-bottom: 0;
}


/* =-=-=-=-=-=-= BLOG STYLE =-=-=-=-=-=-= */

.blog-wrapper {
    margin-top: 130px;
    margin-bottom: 120px;
}

article.post-wrapper {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 50px;
    box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
    -webkit-box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
    -moz-box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
    -ms-box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
    -o-box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
}

.post-wrapper .blog-content .entry-header h2 {
	font-size: 32px;
	color: #212121;
	line-height: 42px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.post-wrapper .blog-content .entry-header h2 a {
    color: #212121;
}

.post-wrapper .blog-content .entry-header h2 a:hover {
    color: #ff6600;
}

.blog-content .entry-content p {
    font-size: 19px;
}
.blog-content .entry-content{
    line-height: 1.5;
}

.blog-content .entry-content a.more-link {
    color: #ff6600;
    font-size: 19px;
    font-family: 'PT Serif', serif;
    font-weight: 700;
}

.post-wrapper .blog-content {
    padding: 10px 40px 32px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.entry-content p:last-child{
    margin-bottom: 0;
}

.post-wrapper:hover .blog-content {
    box-shadow: none;
}

a.more-link {
    margin-top: 15px;
    display: block;
    max-width: 110px;
}

.post-wrapper .post-thumbnail{
    display: inline-block;
}
.post-wrapper .post-thumbnail.blog-link,
.post-wrapper .post-thumbnail.blog-video,
.post-wrapper .post-thumbnail.blog-audio,
.post-wrapper .post-thumbnail.blog-chat{
    display: block;
}
.post-wrapper .post-thumbnail img {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.post-wrapper .post-thumbnail.blog-gallery img {
    border-radius: 0;
}


/* post meta */

.post-meta {
    padding: 20px 0px 5px;
}

.post-meta ul {
    margin: 0;
    padding: 0;
}

.entry-meta ul li a,
.entry-meta ul li,
.post-meta ul li a {
    color: #999;
}

.entry-meta ul li a:hover,
.post-meta ul li a:hover{
    color: #FF6600;
}

.post-meta i {
    margin-right: 5px;
    font-size: 12px;
}

.post-meta li {
    font-size: 14px;
    margin-right: 15px;
    padding: 0;
    position: relative;
}

.post-meta li::after {
    color: #ccc;
    content: "|";
    position: absolute;
    right: -11px;
    top: 0;
}

.post-meta li:last-child::after {
    content: none;
}

/*post tags style*/
.post-tags{
    overflow: hidden;
    margin-top: 15px;
}
.post-tags span {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
}
.post-tags ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.post-tags ul li{
    float: left;   
}
.post-tags ul li a{
    background-color: #f4f4f4;
    border-radius: 3px;
    color: #999;
    font-size: 14px;
    margin-right: 5px;
    padding: 5px 10px;
    transition: all .3s;
    text-transform: capitalize;
}
.post-tags ul li a:hover{
    background-color: #eaeaea;
}

@media (max-width: 480px) {
    .post-wrapper .blog-content .entry-header h2 {
        font-size: 28px;
        line-height: 40px;
    }
}

/*Post like count*/

.zilla-likes {
    background: none;
    padding-left: 32px !important;
    position: relative;
    margin: 0 !important;
}

.zilla-likes:hover,
.zilla-likes.active {
    background: none;
    margin: 0 !important;
    padding-left: 32px !important;
}

@media (max-width: 479px) {
    .entry-footer a {
        line-height: 24px;
    }
}

/*-----------navigation post----------*/

.single-post-navigation {
    margin-bottom: 40px;
    padding: 30px 40px;
    background-color: #fff;
}

.single-post-navigation .previous a,
.single-post-navigation .next a {
    color: #999;
    font-size: 14px
}

.single-post-navigation .previous a i {
    margin-right: 5px
}

.single-post-navigation .next a i {
    margin-left: 5px
}

.single-post-navigation .next-post-link {
    text-align: right
}

.single-post-navigation .entry-title {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.single-post-navigation .entry-title a {
    color: #212121
}

.single-post-navigation .entry-title a:hover {
    color: #ff6600
}

/* POST FORMAT VIDEO
------------------------------------------- */

.blog .post-wrapper.format-video iframe,
.archive .post-wrapper.format-video iframe {
    width: 100%;
}

.blog .post-wrapper.format-video video,
.archive .post-wrapper.format-video video {
    width: 330px;
    height: auto;
    background: #000;
}

.single .post-wrapper.format-audio audio,
.single .post-wrapper.format-video video {
    width: 100%;
}

.post-thumbnail.blog-video.embed-video {
    overflow: hidden;
    padding-top: 56%;
    position: relative;
    width: 100%;
}

.post-thumbnail.blog-video.embed-video iframe{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

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

.post-wrapper.format-audio iframe {
    width: 100%;
    height: 350px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .post-wrapper.format-audio iframe {
        height: 165px;
    }
}

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

blockquote {
	padding: 20px 40px 0 100px;
	color: #999;
	border: 0;
	margin: 0 0 20px;
	position: relative;
	min-height: 80px;
}

blockquote,
blockquote p {
    font-size: 20px;
    line-height: 29px;
}

.wp-block-column blockquote{
    text-align: left;
}

blockquote::before {
	color: #eaeaea;
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 80px;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 20px;
}

blockquote > p > br:first-child,
blockquote > cite > br:first-child{
    display: none;
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
	font-size: 20px;
}

blockquote small a:hover {
    color: #FF6600;
}

.post.format-quote .entry-header {
    margin-bottom: 0;
}

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

.post.format-link .blog-link a {
    display: block;
    position: relative;
    padding: 20px 60px;
    font-size: 16px;
    font-weight: 700;
    background: #f1f1f1;
    border-radius: 3px;
}

.post.format-link .blog-link a:hover {
    color: #F6861C;
}

.post.format-link .blog-link a::before {
    position: absolute;
    content: "\f08e";
    font-family: FontAwesome;
    font-size: 16px;
    left: 35px;
    top: 20px;
}

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

.gallery {
	margin-bottom: 1.5em;
	border: none;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
    margin: 0 -8px
}


.gallery-item {
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 0 8px
}

@media (min-width: 768px){
    .gallery-columns-1 .gallery-item {
        flex-basis: 100%;
    }
    .gallery-columns-2 .gallery-item {
        flex-basis: 50%;
    }

    .gallery-columns-3 .gallery-item {
        flex-basis: 33.333%;
    }

    .gallery-columns-4 .gallery-item {
        flex-basis: 25%;
    }
    .gallery-columns-5 .gallery-item{
        flex-basis: 20%;
    }
    .gallery-columns-6 .gallery-item {
        flex-basis: 16.666%;
    }

    .gallery-columns-7 .gallery-item {
        flex-basis: 14.28%;
    }

    .gallery-columns-8 .gallery-item {
        flex-basis: 12.5%;
    }
    .gallery-columns-9 .gallery-item {
        flex-basis: 11.111%;
    }
}

@media (max-width: 767px){
    .gallery .gallery-item{
        flex-basis: 50%;
    }
    .gallery-columns-1 .gallery-item {
        flex-basis: 100%;
    }
}


.gallery-caption {
    display: block;
    -ms-word-break: break-word;
    word-break: break-word;
    font-size: 15px;
    line-height: 24px;
}
.gallery-item img {
    width: 100%;
    height: auto;
}
.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;
}

/* CUSTOM GALLERY POST
------------------------------------------- */

.blog-carousel .carousel-control {
    top: 50%;
    margin-top: -18px;
    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);
    opacity: 1;
    border-radius: 100%;
    z-index: 300;
    background-image: none;
    position: absolute;
}

.blog-carousel .carousel-control:focus,
.blog-carousel .carousel-control:hover {
    color: #fff;
    background-color: #FF6600;
}

.blog-carousel .carousel-control.left {
    left: 12px;
}

.blog-carousel .carousel-control.right {
    right: 12px;
}

.carousel-inner .item img {
    height: auto;
    width: 100%;
}

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

.format-status p {
    background-color: #D5F1F9;
    padding: 10px 25px;
}

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

.format-chat .entry-content {
    overflow: hidden;
}

.format-chat .entry-content p:nth-child(odd),
.format-chat .entry-content p:nth-child(even) {
    padding: 10px 25px;
    margin: 20px 0 0;
    position: relative;
    display: inline-block;
}

.format-chat .entry-content p:nth-child(odd) {
    margin-right: 2em;
    background: #F5F5F5;
    border-radius: 15px 0 15px 15px;
    text-align: right;
    float: right;
}

.format-chat .entry-content p:nth-child(even) {
    margin-left: 2em;
    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;
}

.format-chat .entry-content p:nth-child(even)::before {
    left: -15px;
    border-right: 15px solid #d5f1f9;
}

/* Post Format Password Protected 
------------------------------------------- */

.post-password-required .form-control {
    font-size: 14px;
}

.post-password-required .input-group-btn .btn {
	height: 50px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "PT Serif", serif;
	border-radius: 0 3px 3px 0;
}

.post-password-required .input-group-btn:last-child>.btn {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

@media (max-width: 767px) {
    .blog-pagination {
        margin-bottom: 40px;
    }
}

.blog-navigation,
.pagination {
    margin: 50px 0 0;
}

.blog-wrapper .pagination {
    border: none;
    border-radius: 0;
}

.pagination>li>a,
.pagination>li>span {
    font-size: 18px;
    color: #999;
    border: 0;
    margin-left: 0;
    margin-right: 10px;
    min-width: 32px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    background-color: #e6eff9;
    border-radius: 3px;
}

.pagination>li>a.prev,
.pagination>li>a.next {
    width: 75px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.pagination>li:first-child>span.current {
    margin-left: -1px;
}

.pagination>li:last-child>span.current {
    margin-right: -1px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #fff;
    background-color: #FF6600;
    border: 0;
}

.pagination .current,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #fff;
    background-color: #FF6600;
    border-radius: 3px;
}

.blog-navigation .previous-page i {
    margin-right: 5px;
}

.blog-navigation .next-page {
    text-align: right;
}

.blog-navigation .next-page i {
    margin-left: 5px;
}

.blog-navigation a {
    color: #a7a7a7;
    border: 1px solid #a7a7a7;
    padding: 10px 20px;
    border-radius: 0;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.blog-navigation a:hover {
    border-color: #FF6600;
    color: #ffffff;
    background-color: #FF6600;
}

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

.page-pagination a {
    color: #949494;
    background-color: #eee;
    padding: 2px 8px;
    border-radius: 0;
}

.page-pagination a:hover,
.page-pagination > span {
    background-color: #FF6600;
    color: #fff !important;
    transform: translateX(0);
}

.page-pagination {
    margin-bottom: 5px;
    margin-left: -8px;
}

.page-pagination > span {
    padding: 5px 8px;
    border-radius: 0;
}
.page-pagination > span.current{
    padding: 2px 8px;
}

.page-pagination .page-links-title {
    color: #333 !important;
    background-color: transparent;
}

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



/*======================================================================
Blog Widget style
========================================================================*/

.widget {
    padding: 40px 40px;
    border-radius: 5px;
}

.widget-title {
    margin-bottom: 35px;
}

.categories-widget ul {
    margin: 0;
    border-left: 3px solid #ffe0cc;
}

.categories-widget ul a {
    padding: 10px 0 10px 30px;
    display: inline-block;
    border-left: 3px solid transparent;
    margin-left: -2px;
    color: #4b5d73;
}

.categories-widget ul a:hover {
    border-left-color: #ff6600;
    color: #ff6600;
}

.categories-widget ul a span {
    display: inline-block;
    color: #839dbc;
    font-size: 12px;
    margin-left: 20px;
    background-color: #e6eff9;
    padding: 3px 12px;
    border-radius: 20px;
    line-height: 18px;
    transition: all .3s ease-in-out;
}

.categories-widget ul a:hover span {
    background-color: #ff6600;
    color: #fff;
}

.latest-news-widget .media .media-body h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.latest-news-widget .media .media-body h3 a {
    color: #273f5b;
}

.latest-news-widget .media .media-body h3 a:hover {
    color: #ff6600;
}

.latest-news-widget .media-body .entry-meta ul li {
    color: #839dbc;
    font-size: 14px;
}

.latest-news-widget .media-left,
.media>.pull-left {
    padding-right: 15px;
}

@media screen and ( max-width: 991px) {
    .tt-sidebar-wrapper {
        margin-top: 50px;
    }
}

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

.search-form,
.menu-footer-menu-container,
.widget_tag_cloud .tagcloud,
.sidebar-contents .widget > ul,
.sidebar-contents .textwidget,
.sidebar-contents .widget-title,
.tt-sidebar-wrapper .textwidget,
.tt-sidebar-wrapper .widget > ul,
.sidebar-contents .tt-latest-post,
.tt-sidebar-wrapper .widget-title,
.widget_nav_menu ul.menu {
    padding: 20px 0;
}

.tt-sidebar-wrapper .widget {
    background-color: #fff;
    margin-bottom: 50px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
    -moz-box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
    -ms-box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
    -o-box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
}

.tt-sidebar-wrapper .widget-title,
.sidebar-contents .widget-title {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding-top: 0;
}

.tt-latest-post {
    margin-top: 20px;
}

.tt-latest-post .media-body h4 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.1;
}

.tt-latest-post .media-body a:hover {
    color: #ff6600;
}

.tt-latest-post .media {
    margin-bottom: 20px;
}

.tt-latest-post .media:last-child {
    margin-bottom: 0;
}

.tt-latest-post .media-body ul li:first-child {
    display: none;
}

.tt-sidebar-wrapper .widget img,
.sidebar-contents .widget img {
    max-width: 100%;
    height: auto;
}

.sidebar-contents .widget > ul,
.tt-sidebar-wrapper .widget > ul {
    margin: 0;
}

.sidebar-contents .widget ul,
.tt-sidebar-wrapper .widget ul {
    list-style: none;
}

.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget .entry-meta ul li,
.widget .entry-meta ul li a {
    color: #999;
    text-transform: capitalize;
}
.widget_archive ul li {
    margin-bottom: 8px;
}

.widget .entry-meta ul li,
.widget .entry-meta ul li a {
    font-size: 14px;
}

.widget_recent_comments ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget .entry-meta ul li a:hover {
    color: #FF6600;
}

.widget .textwidget {
    padding: 0;
}

.widget .textwidget p:last-child{
    margin-bottom: 0;
}

/* WIDGET_SEARCH
------------------------------------------- */

.search-form {
    padding: 0;
    position: relative;
}

.search-form .form-control {
    font-size: 14px;
    font-weight: 300;
    color: #666;
}

.search-form button {
    position: absolute;
    top: 0;
    right: 2px;
    width: 40px;
    height: 50px;
    background-color: transparent;
    border: 0;
}

.footer-sidebar .search-form button {
    top: 58px;
    right: 25px;
}

/* POPULAR POSTS
------------------------------------------- */

.nav-tabs {
    border-color: #eeeeee;
}

.nav-tabs>li {
    margin-bottom: 0;
}

.nav-tabs>li+li {
    border-left: 1px solid #eee;
}

.nav-tabs>li>a {
    color: #212121;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 16px;
    border: 0;
}

.sidebar-contents .nav-tabs>li>a {
    font-size: 14px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: #ffffff;
    color: #2ecc71;
    border: 0;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    background-color: transparent;
}

.tt-popular-post .tab-content .entry-meta li a,
.widget_recent_entries ul li .post-date {
    color: #999;
    line-height: 22px;
}

.tab-content {
    margin-top: 20px;
}

.tt-popular-post h4,
.tt-latest-post .media-body h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.tt-popular-post h4 span {
    color: #afafaf;
    font-weight: 400;
}

.tt-popular-post h4 a,
.tt-latest-post .media-body h4 a {
    color: #212121;
}

.tt-popular-post .tab-content {
    padding: 20px 30px;
}

.tt-popular-post .media,
.footer-sidebar .tt-latest-post .media {
    margin: 0 0 20px;
}

.tt-popular-post .media .media-left,
.tt-latest-post .media-left {
    padding-right: 20px;
}

.tt-popular-post .media:last-child {
    margin: 0;
}

.tt-popular-post .media img,
.tt-latest-post .media-left img {
    max-width: inherit;
    border-radius: 4px;
}

/* AUTHOR INFO WIDGET
------------------------------------------- */

.author-info-wrapper {
    background-color: #f4f4f4;
    padding: 30px;
    text-align: center;
}

.author-info-wrapper .author-avatar {
    margin-bottom: 20px;
}

.author-info-wrapper .author-avatar img {
    border-radius: 50%;
    height: auto;
}

.author-info-wrapper h4 {
    font-size: 16px;
    text-transform: uppercase;
}

.author-info-wrapper .author-social-links li a i {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #848484;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.author-info-wrapper .author-social-links li a i:hover {
    color: #FF6600;
    border-color: #FF6600;
}

.author-social-links {
    margin-top: 25px;
}

/* RECENT COMMENT WIDGET
------------------------------------------- */

.tt-recent-comments .comment-content {
    padding: 0;
}

.tt-recent-comments .media {
    margin: 0 0 20px;
}

.tt-recent-comments .media:last-child {
    margin: 0;
}

.tt-recent-comments .comment-content ul {
    padding: 0;
}

.tt-recent-comments .comment-content li:last-child {
    margin-right: 0;
}

.tt-recent-comments .comment-content .comment-title {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 0;
}

.tt-recent-comments .comment-content .comment-title a {
    color: #202020;
}

.tt-recent-comments .comment-content .comment-title a:hover {
    color: #FF6600;
}

.tt-recent-comments .comment-content .entry-meta {
    margin-bottom: 10px;
}

.tt-recent-comments .author-avatar img {
    border-radius: 50%;
    max-width: inherit;
}

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

.col-sm-6.widget.widget_contact_with_us {
    padding: 0;
}

.sidebar-contents .widget_mc4wp_form_widget {
    background-color: #ffcc00;
    margin: 0;
}

.widget.widget_mc4wp_form_widget .widget-title {
    color: #999999;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    border: 0;
    padding: 50px 30px 10px;
}

.widget_mc4wp_form_widget .mc4wp-form {
    margin-bottom: 0;
    padding: 0 30px 30px;
    text-align: center;
}

.tt-sidebar-wrapper .widget_mc4wp_form_widget .mc4wp-form label,
.sidebar-contents .widget_mc4wp_form_widget .mc4wp-form label {
    font-size: 32px;
    line-height: 40px;
    color: #212121;
    margin-bottom: 30px;
    font-family: "PT Serif", serif;
    font-weight: 800;
}

.sidebar-contents .widget.widget_mc4wp_form_widget .widget-title,
.sidebar-contents .widget_mc4wp_form_widget .mc4wp-form label {
    color: #fff;
}

.widget_mc4wp_form_widget .mc4wp-form input {
    width: 100%;
    height: 50px;
    padding: 5px 15px;
    border-radius: 4px;
    font-family: "PT Serif", serif;
}

.widget_mc4wp_form_widget .mc4wp-form input[type="email"] {
    background: #f4f4f4;
    border: 1px solid transparent;
}

.widget_mc4wp_form_widget .mc4wp-form input[type="email"]:focus {
    border: 1px solid #2ecc71;
    outline: none;
}

.widget_mc4wp_form_widget .mc4wp-form input[type="submit"] {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ffcc00;
    color: #fff;
    border: 0;
}

.sidebar-contents .widget_mc4wp_form_widget .mc4wp-form input[type="submit"] {
    background-color: #2ecc71;
}

.widget_mc4wp_form_widget .form-group {
    margin-bottom: 15px;
}

.widget_mc4wp_form_widget .form-control {
    height: 50px;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.20);
    color: #ffffff;
    border: 0;
    text-align: center;
}

.widget_mc4wp_form_widget .btn {
    color: #FF6600;
    width: 100%;
    background-color: #fff;
    line-height: 50px;
    padding: 0;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.widget_mc4wp_form_widget .btn:hover,
.widget_mc4wp_form_widget .btn:focus {
    background-color: #efefef;
    color: #FF6600;
    outline: none;
}

.widget_mc4wp_form_widget .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.widget_mc4wp_form_widget .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.3);
}

.widget_mc4wp_form_widget .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.3);
}

.widget_mc4wp_form_widget .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

/*widget_recent_entries*/

.widget_recent_entries ul li {
    margin-bottom: 20px;
}

.widget_recent_entries ul li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #212121;
    font-family: "PT Serif", serif;
    font-weight: 800;
}

/*widget_recent_comments*/

.widget_recent_comments .comment-author-link, 
.widget_recent_comments .comment-author-link a {
	color: #a7a7a7;
	margin-bottom: 8px;
	display: block;
}

.widget_nav_menu ul li a,
span.readmore {
    position: relative;
}

span.readmore:after {
    font-weight: normal;
    content: "\f178";
    font-family: FontAwesome;
    height: 7px;
    position: absolute;
    right: -5px;
    top: 2px;
    width: 16px;
    visibility: hidden;
    transition: all .3s;
    opacity: 0;
}

span.readmore:hover:after {
    visibility: visible;
    opacity: 1;
    right: -20px;
}

/*
* widget_categories,
* widget_meta
*/

.widget_categories ul li, .widget_meta ul li, .widget_pages ul li{
    color: #666;;
}
.widget_categories ul li a,
.widget_meta ul li a {
    display: inline-block;
    color: #666;
    padding: 6px 0;
    text-transform: capitalize;
}

.widget_categories ul li a:hover,
.widget_meta ul li a:hover {
    color: #FF6600;
}

.widget ul {
    padding-bottom: 0!important;
}

.widget ul li {
    position: relative;
}

.tt-sidebar-wrapper h3.widget-title {
    font-size: 24px;
}

.widget_categories ul li,
.widget_meta ul li,
.widget_pages ul li {
    padding-left: 30px;
    line-height: 35px;
    transition: all .3s;
}

.widget_categories ul li::before,
.widget_meta ul li::before,
.widget_pages ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    float: left;
    background: #FFE0CC!important;
    height: 100%;
    width: 3px;
    transition: all .3s;
    opacity: .15;
}

.widget_categories ul li:hover::before,
.widget_meta ul li:hover::before,
.widget_pages ul li:hover::before {
    opacity: 1;
}

/*Widget Select Option Style*/

.widget select {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    color: #666;
    border: 1px solid #eee;
}

.widget select:focus {
    border: 1px solid #FF6600;
    outline: none;
}

.widget .textwidget select {
    width: 100%;
    margin: 0;
}

/*widget_calendar*/
.widget_calendar .calendar_wrap table {
    width: 100%;
    text-align: center;
}

.widget_calendar .calendar_wrap table caption {
    padding: 0 0 5px;
    margin-bottom: 15px;
    color: #666;
    border-bottom: 1px solid #eee;
}

.widget_calendar #today {
    color: #FF6600;
}

/* TAG CLOUD
------------------------------------------- */

.widget_tag_cloud a {
    color: #666;
    margin-right: 7px;
    margin-bottom: 7px;
}

.widget_tag_cloud a:hover {
    color: #ff6600;
}


/*widget_nav_menu*/

.widget_nav_menu .menu .sub-menu {
    padding-left: 20px;
}


/*======================================================================
Single Post
========================================================================*/
.single-post .post-wrapper {
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.single-post .single-post-contents{
    box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
    -webkit-box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
    -moz-box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
    -ms-box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
    -o-box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.single-post .entry-content .full-width-image,
.single-post .blog-content .entry-content .row {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
    .single-post .full-width-image {
        margin-left: -90px !important;
        margin-right: -90px !important;
    }
}

@media screen and (max-width: 991px) {
    .single-post .blog-content {
        padding: 30px;
    }
    .single-post .full-width-image {
        margin-left: -30px !important;
        margin-right: -30px !important;
    }
}

@media screen and (max-width: 767px) {
    .blog-content .entry-content [class*='col-'] + [class*='col-'] {
        margin-top: 20px;
    }
}

.single-post .entry-footer {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
}

.single-post .entry-footer .post-tags ul li a {
    color: #707070;
}

.single-post .entry-footer .post-tags ul li a:hover {
    color: #ffcc00;
}

.blog-promo-wrapper {
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
    margin: 40px 0;
}

.blog-promo-wrapper .btn {
    margin-top: 20px;
}

.blog-promo-wrapper p {
    margin: 0;
}

/*post author style
----------------------------------*/

.post-author-wrapper {
    background-color: #edf2fa;
    padding: 40px;
    display: table;
}

.post-author-img {
    display: table-cell;
    vertical-align: middle;
}

.post-author-img img {
    border-radius: 50%;
    min-height: 150px;
    min-width: 150px;
}

.post-author-content {
    margin-left: 20px;
}

.post-author-content h3 {
    margin-bottom: 10px;
    font-size: 25px;
}

.post-author-content h3 a {
    color: #212121;
    font-size: 25px;
    font-weight: 700;
}

.post-author-content p {
    margin-bottom: 15px;
}

.post-author-social-link {
    margin-bottom: 0px;
    margin-left: 17px;
}

.author-intro .post-author-social-link {
    margin-top: 4px;
}

.post-author-social-link li {
    padding: 0px 2px;
}

.post-author-social-link li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    border-radius: 3px;
    color: #212121;
    background-color: #fff;
    font-size: 14px;
    transition: all .3s ease-in-out;
}

.author-intro .post-author-social-link li a i {
    background-color: #f5f5f5;
}

.post-author-social-link li a:hover i {
    background-color: #ff6600;
    color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
    .post-author-img {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
}


/*Post Share Bar*/

.post-share-bar {
    padding: 20px 0 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    background: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}

#post-share {
    -webkit-transition: bottom .5s;
    transition: bottom .5s;
}

.post-share-bar .floating-comment,
.post-share-bar .social-share {
    margin-bottom: 0;
}

.floating-comment .post-comments a,
.floating-comment .zilla-likes {
    color: #999;
}

.floating-comment .post-comments a::before,
.floating-comment .zilla-likes.active::before {
    color: #FF6600;
}

.post-share-bar .zilla-likes::before,
.post-share-bar .post-comments a::before {
    font-size: 18px;
}

ul.social-share li a {
    color: #fff;
    padding: 5px 0;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 45px;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    transition: all 400ms;
}

ul.social-share li a i {
    width: 45px;
    margin: 0 auto;
}

ul.social-share li {
    padding: 0px 2px;
}

ul.social-share li:first-child {
    padding-left: 0;
}

ul.social-share li:last-child {
    padding-right: 0;
}

ul.social-share li a span {
    margin-left: 0;
    padding-right: 20px;
}

ul.social-share li a:hover {
    width: 90px;
}

@media (max-width: 767px) {
    .post-share-bar {
        padding: 4px 0 0;
    }
    .floating-comment,
    .social-share {
        text-align: center;
    }
    .post-share-bar .floating-comment {
        margin-bottom: 10px;
    }
}

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

.social-share li .facebook {
    background-color: #3b5998;
}

.social-share li .twitter {
    background-color: #1da1f2;
}

.social-share li .google-plus {
    background-color: #ea4335;
}

.social-share li .linkedin {
    background-color: #0077b5;
}

.social-share li .youtube {
    background-color: #cd201f;
}

.social-share li .vimeo {
    background-color: #3b5998;
}

.social-share li .pinterest {
    background-color: #bd081c;
}

.social-share li .reddit-alien {
    background-color: #ff4500;
}

.social-share li .envelope {
    background-color: #a2a2a2;
}

/* AUTHOR BIO
------------------------------------------- */

.post-author {
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
    -webkit-box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
    -moz-box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
    -ms-box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
    -o-box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
}

.author-intro {
    overflow: hidden;
}

.author-intro h2{
    margin-right: 10px;
}
.author-intro h2,
.author-intro .author-links {
    float: left;
}

.author-intro .author-links {
    margin-left: 5%;
}

.post-author .media .media-body {
    vertical-align: middle;
    padding: 40px;
}

.single-post .post-author .media {
    padding: 40px;
}

.post-author .media .media-body p {
    margin-bottom: 0;
}

.author-info .author-designation {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #212121;
    font-family: "PT Serif", serif;
}

.author-links ul li a {
    font-size: 15px;
    color: #212121;
}

.author-links ul li a:hover {
    color: #2ecc71;
}

.single-post .entry-header .post-author {
    color: #999;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    font-family: "PT Serif", serif;
}

.single-post .entry-header .post-author .avatar {
    float: left;
}

.single-post .entry-header .post-author a {
    display: block;
}

.single-post .entry-header .post-author .avatar img {
    border-radius: 50%;
    margin-right: 10px;
}

.single-post .post-author .media-body {
    padding: 0;
}

.single-post .post-author .media-left {
    padding-right: 20px;
}

.post-author .media-left {
    vertical-align: middle;
}


/* Related Post
------------------------------------------- */

.related-post-wrapper {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 40px 20px 25px;
}

.related-pos-intro h2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.related-post img {
    border-radius: 4px;
    margin-bottom: 15px;
}

.related-post h3 {
    font-size: 18px;
}

.related-post h3 a {
    color: #212121;
}

.related-post h3 a:hover {
    color: #2ecc71;
}

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

.comments-wrapper {
	padding: 40px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
	-moz-box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
	-ms-box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
	-o-box-shadow: 0 10px 70px 0 rgba(25,25,25,.12);
}
.no-single-sidebar .comments-wrapper{
    padding: 30px 0;
}
.page .comments-wrapper {
    margin-top: 30px;
    padding: 25px 30px;
    border: 1px solid #e5e5e5;
}
.comments-title {
    margin-bottom: 30px;
}
.blog-wrapper .post-author {
	padding: 40px 30px;
	display: table;
	margin: 0;
	border-bottom: 1px solid #eee;
	border-top: none;
}
.post-author .media-left {
    padding-right: 20px;
}
.blog-wrapper .post-author img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
}
.blog-wrapper .post-author .media {
    display: table-row;
}
.blog-wrapper .post-author .media-left,
.blog-wrapper .post-author .media-body {
    display: table-cell;
}
.blog-wrapper .post-author .media-left {
    vertical-align: middle;
}
.blog-wrapper .post-author .media-body {
    vertical-align: top;
}
.blog-wrapper .post-author .social-link {
    margin-top: 15px;
}
.blog-wrapper .post-author .social-link a {
    color: #999999;
    font-size: 17px;
}
.author-info h3,
.comments-title h3 {
    margin-bottom: 5px;
    margin-top: -5px;
    font-size: 22px;
}
ul.comment-list {
    padding: 0;
}
ul.comment-list .alert {
    margin-bottom: 15px;
}
ul.comment-list>li {
    list-style: none;
}
ul.comment-list > li.trackback, 
ul.comment-list > li.pingback {
	font-weight: 700;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 15px 20px;
	background: #eff6fb;
	margin-top: 20px;
}
ul.comment-list>li.trackback a,
ul.comment-list>li.pingback a {
    color: #212121;
    font-weight: 400;
}
ul.comment-list>li.trackback a:hover,
ul.comment-list>li.pingback a:hover {
    color: #9100ff;
}
ul.comment-list>li{
    margin-top: 30px;
}
ul.comment-list .comment-respond {
    margin-left: 60px;
    margin-bottom: 40px;
    position: relative;
    background: #eff6fb;
    padding: 30px;
    border-radius: 10px;
    margin-top: 15px;
    -webkit-animation: ttBlink 1.2s ease-in-out forwards infinite;
    animation: ttBlink 1.2s ease-in-out forwards infinite;
}
ul.comment-list .comment-respond #cancel-comment-reply-link,
ul.comment-list .comment-respond .comment-author .comment-reply-login{
    top: 30px;
    right: 30px;
}
@-webkit-keyframes ttBlink {
    0%, 100%{
        background: #fafdff;
        border-bottom: 3px solid transparent;
    }
    55%{
        background: #eff6fb;
        border-bottom: 3px solid #999;
    }
}
@keyframes ttBlink {
    0%, 100%{
        background: #fafdff;
        border-bottom: 3px solid transparent;
    }
    55%{
        background: #eff6fb;
        border-bottom: 3px solid #999;
    }
}
.comment-respond .form-control {
    background-color: #ffffff;
}
.comment-respond {
	margin-top: -10px;
}
.comments-wrapper ul.comment-list{
	border-bottom: 1px solid #eff6fb;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.comments-wrapper ul.children>li {
    list-style: none;
}
.comments-wrapper ul.children>li>.comment {
    margin-bottom: 30px;
}
.comments-wrapper .comment-form-cookies-consent input {
    margin-right: 10px;
}
.comments-wrapper .form-submit input[type="submit"] {
	border: none;
	background-color: #9100ff;
	outline: none;
	color: #fff;
	height: 50px;
	padding: 0 30px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-weight: 300;
}
.comments-wrapper .form-submit input[type="submit"]:hover {
    background-color: #7701d1;
}
.comments-wrapper > .alert{
    margin: 0;
}
@media (max-width: 767px) {
    .blog-wrapper .post-author {
        padding: 40px;
    }
    .left-side-share-button .post-share {
        padding-left: 0;
        padding-top: 0;
        margin-bottom: 50px;
    }
}
@media (max-width: 600px) {
    .blog-wrapper .post-author .media-left,
    .blog-wrapper .post-author .media-body {
        display: block;
        width: 100%;
        text-align: center;
    }
    .blog-wrapper .post-author .media-left {
        padding: 0;
        margin-bottom: 20px;
    }
}
/*Author comment*/
.single-post.blog-no-sidebar ul.comment-list>li.bypostauthor>.comment,
.single-post.blog-no-sidebar .comments-wrapper ul.children>li.bypostauthor>.comment {
    border-left-color: #7b00d9;
}
.comments-wrapper ul.children {
    margin-left: 60px;
    padding: 0;
}
.comment-author {
    position: relative;
}
.comment-author .media-left img {
	float: left;
	margin-right: 10px;
	border-radius: 50%;
	border: 3px solid #fff;
	width: 66px;
	height: 66px;
}
.media-heading span.author-name {
    margin-right: 10px;
    line-height: 20px;
    display: block;
}
.media-heading h4 {
    margin-left: 60px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    top: 7px;
}
.media-heading time {
	font-size: 12px;
	color: #444444;
	text-transform: uppercase;
	font-weight: 400;
	margin-right: 15px;
}
.edit-link {
    font-size: 12px;
}
#cancel-comment-reply-link,
.comment-author .comment-reply-login {
    font-size: 13px;
    padding: 7px 10px;
    line-height: 17px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #7d7d7d;
    background-color: #DDDDDD;
    border-radius: 3px;
}
#cancel-comment-reply-link:hover,
.comment-author .comment-reply-login:hover {
    background-color: #ffa000;
    color: #ffffff;
}
.comment-reply-link {
	position: relative;
	color: #7d7d7d;
	font-weight: 400;
	font-size: 13px;
	display: inline-block;
	margin-left: 10px;
}
.comment-reply-link::before {
	content: "\f112";
	font-family: FontAwesome;
	font-size: 10px;
	margin-right: 3px;
	position: relative;
	top: -2px;
}
.comment-reply-link:hover {
    color: #ffa000;
}
.comments-wrapper .media-body {
    margin-left: 60px;
    overflow: hidden;
}
.comment-content {
	position: relative;
	line-height: 30px;
	background-color: #eff6fb;
	padding: 15px 20px;
	border-radius: 10px;
}
.comment-content p:last-child {
    margin: 0;
}
.comment-content ul {
    padding-left: 20px;
}
.comment-replay {
    margin-left: 50px;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.comment-respond .comment-form {
    margin-bottom: 0;
}
.form-allowed-tags {
	line-height: 20px;
	margin-top: 10px;
}
.form-allowed-tags code {
    font-size: 12px;
    color: red;
}
.comments-wrapper .comment-form-comment {
    margin-bottom: 10px;
}
.comments-wrapper .form-submit {
    margin: 20px 0 5px;
}
.comments-wrapper .form-submit .btn {
    text-transform: uppercase;
    font-weight: 700;
}
.comments-wrapper .comment-form .form-control {
    border-radius: 3px;
}
@media(min-width: 768px) {
    .comments-wrapper .comment-form .comment-form-author,
    .comments-wrapper .comment-form .comment-form-email,
    .comments-wrapper .comment-form .comment-form-url {
        width: calc(33.333% - 17px);
        display: inline-block;
        margin: 10px 10px 10px;
    }
    .comments-wrapper .comment-form .comment-form-author {
        margin-left: 0;
    }
    .comments-wrapper .comment-form .comment-form-url {
        margin-right: 0;
    }
}
.comment-form-comment textarea.form-control {
    height: 120px;
}
.comment-respond .comment-form label {
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    display: inline;
}
@media (max-width: 767px) {
    .comments-wrapper .media-body {
        margin-left: 0;
    }
    .comments-wrapper ul.children {
        padding-left: 10px;
        margin-left: 40px;
    }
    ul.comment-list .comment-respond{
        margin-left: 0;
    }
}
.logged-in-as a {
    color: #212121;
    font-weight: 400;
}
.logged-in-as a:hover {
    color: #7b00d9;
}

/* =-= COMMENT NAVIGATION =-= */
.navigation.comment-navigation {
	padding: 0 0 30px;
}
.navigation .comment-navigation {
    padding: 0;
}
.comment-navigation li {
    list-style: none;
    display: inline-block;
}
.comment-navigation li i {
    font-size: 11px;
}
.comment-navigation li.next {
    float: right;
}
.comment-navigation li.next i {
    margin-left: 5px;
}
.comment-navigation li a {
    color: #7d7d7d;
    background-color: #DDDDDD;
    padding: 7px 10px;
    line-height: 20px;
    border-radius: 4px;
    font-size: 13px;
}
.comment-navigation li a:hover {
    background-color: #021bdd;
    color: #ffffff;
}

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

.error-page-wrapper {
    padding: 200px 0;
}

.not-found-icon{
    margin-top: 35px;
}
.not-found-icon i {
    font-size: 145px;
    line-height: 170px;
    text-align: center;
    display: block;
    color: #a7a7a7;
}

.error-message {
    padding-left: 60px;
    border-left: 1px solid #eee;
}

.error-message h2 {
    color: #FF6600;
    font-size: 90px;
    line-height: 90px;
    font-weight: 700;
}

.error-message h3 {
    font-family: Open Sans, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
}

.error-message a {
    display: inline-block;
    padding: 8px 30px;
    background-color: #34495e;
    color: #fff;
    border-radius: 5px;
}

.error-message a:hover {
    background-color: #FF6600;
    color: #fff;
}

.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;
}

/*copyright-wrapper*/

.copyright-wrapper {
    padding: 18px 0;
}

.copyright {
    position: relative;
}

.copyright p {
    margin: 0;
    color: #839dbc;
    font-size: 14px;
}

.copyright p a {
    color: #0083ff;
}

.copyright p a:hover {
    color: #ffcc00;
}

.copyright .owner a {
    color: #4b5d73;
}

.backToTop {
    position: absolute;
    left: 0;
    top: -50px;
}

.backToTop i {
    background-color: #f6861c;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.backToTop:hover i {
    box-shadow: 0px 0px 20px 10px rgba(246, 134, 28, 0.3);
}


/* =-=-=-=-=-=-= 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;
}

/*
King Composer Override CSS
---------------------------------------*/

.kingcomposer .owl-nav-arrow.owl-theme .owl-controls .owl-buttons div {
    top: auto;
    bottom: 0 !important;
    left: auto;
    right: 0 !important;
    width: 50px;
    height: 50px;
    background: #ffcc00;
    opacity: 1 !important;
    border-radius: 0;
    margin: 0;
}

.kingcomposer .owl-nav-arrow.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: auto;
    right: 51px !important;
}

.kingcomposer .owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:before {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.kingcomposer .owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:before,
.kingcomposer .owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:hover:before {
    color: #fff;
}

.tt-feature {
    z-index: 11;
}

.tt-feature::after {
    background: #eaf1f8 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 200px;
    position: absolute;
    top: 61px;
    width: 200px;
    z-index: 1;
}

.kc-row-container .kc-wrap-columns .kc-elm:last-child .kc-col-container .tt-feature::after {
    content: none;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
    .tt-feature::after,
    .tt-feature::before {
        background: #eaf1f8 none repeat scroll 0 0;
        content: "";
        height: 2px;
        position: absolute;
        top: 61px;
        width: 250px;
        z-index: 1;
    }
    .tt-feature::after {
        left: 240px;
    }
    .tt-feature::left {
        right: 200px;
    }
    .kc-row-container .kc-wrap-columns .kc-elm:nth-child(2) .kc-col-container .tt-feature::after {
        content: none;
    }
}

@media only screen and (max-width: 767px) {
    .tt-feature::after,
    .tt-feature::before {
        content: none;
    }
}

.tt-feature img {
    transition: all .3s;
    position: relative;
    z-index: 99;
}

.tt-feature:hover img,
.tt-feature img:hover {
    border-color: #FF6600 !important;
}


/*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;
}


/*bottom to top*/

.tt-animate.btt i:hover::before {
    -webkit-animation: BottomToTop 0.3s forwards;
    -moz-animation: BottomToTop 0.3s forwards;
    animation: BottomToTop 0.3s forwards;
}


/*---------------------------------------------------------
KEY FRAME 
-----------------------------------------------------------*/


/* 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;
    }
}


/* kingcomposer style 
=================================================================================*/


/*======================================================================
section title setting 
========================================================================*/

.custom-title-wrapper {
    display: block;
    margin: auto;
    width: 58%;
}

@media (max-width: 991px) {
    .custom-title-wrapper {
        width: 90%;
    }
}


/*======================================================================
Services Number section
========================================================================*/

.service-box-wrapper {
    position: relative;
    padding-top: 100px;
}

.service-box-wrapper .service-num span {
    font-size: 200px;
    line-height: 200px;
    color: rgba(243, 243, 243, 0.89);
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.service-box-wrapper .content {
    position: relative;
    z-index: 10;
}

@media (min-width: 992px) {
    .service-box-wrapper .content h2 {
        padding-right: 110px;
        z-index: 11;
    }
}


/*=====================================================================
Portfolio Style
=======================================================================*/

.portfolio-item{
    display: none;
}
a#loadMore {
    background: #ff6600 none repeat scroll 0 0;
    display: block;
    margin: 50px auto 0 auto;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    width: 150px;
}
a#loadMore:hover{
    box-shadow: 0 30px 65px 0 rgba(25, 25, 25, 0.27);
}
.portfolio-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 30px 65px 0px rgba(25, 25, 25, 0.27);
    -webkit-box-shadow: 0px 30px 65px 0px rgba(25, 25, 25, 0.27);
    -moz-box-shadow: 0px 30px 65px 0px rgba(25, 25, 25, 0.27);
    -ms-box-shadow: 0px 30px 65px 0px rgba(25, 25, 25, 0.27);
    -o-box-shadow: 0px 30px 65px 0px rgba(25, 25, 25, 0.27);
}

.portfolio-wrapper:hover {
    box-shadow: none;
}

.portfolio-wrapper .portfolio-content {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateY(120px);
    transition: all .3s ease-in-out;
}

.portfolio-wrapper .portfolio-caption-link {
    margin-top: 15px;
}

.portfolio-wrapper img {
    width: 100%;
    height: auto;
}

.portfolio-caption h3 {
    font-size: 25px;
    margin-bottom: 5px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.portfolio-caption h3,
.portfolio-caption h3 a {
    color: #000;
    transition: all 0.3s ease;
}

.portfolio-caption .portfolio-tag li a {
    color: #999;
}

.portfolio-caption .portfolio-tag li a:hover {
    color: #f6861c;
}

.portfolio-caption h3 a:hover {
    color: #f6861c;
}

.portfolio-caption .portfolio-cat li a {
    color: #999;
}

.portfolio-cat li:after{
	content: ",";
	position: relative;
	right: 3px;
}
ul.list-inline.portfolio-cat {
	margin-left: 0;
}
.list-inline.portfolio-cat > li {
  padding-left: 0;
  padding-right: 0;
}

.portfolio-cat li:last-child:after{
	content: none;
}

.portfolio-caption .portfolio-cat li a:hover {
    color: #f6861c;
}

.portfolio-caption .portfolio-cat {
    margin-bottom: 0;
}

.portfolio-wrapper .portfolio-caption-link a {
    font-size: 35px;
    float: right;
    color: #f6861c;
}

.portfolio-wrapper .portfolio-caption-link a:hover {
    color: #e06f04;
}

.portfolio-wrapper:hover .portfolio-content {
    opacity: 1;
    transform: translateY(0);
}

.portfolio-caption {
    width: 89%;
    float: left;
}

ul.portfolio-tag li,
ul.portfolio-tag li a {
    color: #212121;
}

ul.portfolio-tag li:hover,
ul.portfolio-tag li a:hover {
    opacity: .7;
}

@media (max-width: 420px) {
    .portfolio-caption {
        width: 83%;
    }
}


/*Portfolio Details*/

.portfolio-overview img {
    border-radius: 5px;
    margin-bottom: 30px;
    border: 1px solid #eaeaea;
}


/*Portfolio Meta*/

.portfolio-meta {
    padding: 0;
    margin-bottom: 40px;
    margin-top: -20px;
    list-style: none;
}

.portfolio-meta li {
    font-size: 16px;
    margin: 15px 0;
    color: #999;
}

.portfolio-meta li {
    margin: 15px 0;
}

.portfolio-meta li span {
    display: inline-block;
    width: 130px;
    letter-spacing: 1px;
    color: #212121;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

.portfolio-meta li a {
    margin-right: 10px;
    color: #a7a7a7;
}

.portfolio-meta li a:hover {
    color: #F89101;
}


/*=====================================================================
Pricing Table
=======================================================================*/

.pricing-table-section {
    background-color: #fff;
}

.pricing-box-shadow {
    box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.15);
}

.pricing-table-wrapper.pricing-border {
    border-right: 5px solid #e9eff5;
}

.pricing-table-wrapper .table-header {
    padding: 55px 0 30px 0;
}

.table-header .package-name {
    font-family: 'PT Serif', serif;
    font-size: 30px;
    font-weight: 700;
    color: #212121;
}

.table-header .package-name.freebie {
    color: #01a23c;
}

.table-header .package-name.unlimited {
    color: #ff3133;
}

.table-header .package-name.starter {
    color: #0083ff;
}

.table-header .package-price {
    padding-top: 30px;
    color: #273f5b;
    font-family: 'PT Serif', serif;
}

.table-header .currency-symbol {
    color: #273f5b;
    font-size: 36px;
    font-weight: 700;
}

.table-header .price {
    font-weight: 700;
    font-size: 60px;
}

.table-header .price-cent {
    font-size: 36px;
    font-weight: 700;
}

.table-header .currency-code {
    display: block;
    padding-top: 15px;
    font-weight: 700;
    font-size: 16px;
}

.table-info ol,
.table-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.table-info ol li,
.table-info ul li {
    color: #4b5d73;
    font-size: 17px;
    margin: 5px 0;
}

.table-info ol li del,
.table-info ul li del {
    color: #a1b2c6;
}

.table-footer {
    padding: 70px 0 60px 0;
}

.table-info p {
    color: #4b5d73;
    font-size: 17px;
    padding: 24px 40px;
}

/*Futured*/

.pricing-table-wrapper.futured-pricing-table {
    background-color: #ff6600;
    border-radius: 10px;
    padding-bottom: 35px;
    margin: -30px 0 -30px 0;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
}

.pricing-table-wrapper.futured-pricing-table .table-header {
    padding: 80px 0 30px 0;
}

.pricing-table-wrapper.futured-pricing-table span,
.pricing-table-wrapper.futured-pricing-table .premium,
.pricing-table-wrapper.futured-pricing-table .package-price,
.pricing-table-wrapper.futured-pricing-table .table-header .currency-symbol,
.pricing-table-wrapper.futured-pricing-table .table-info ul li,
.pricing-table-wrapper.futured-pricing-table .table-info ul li del {
    color: #fff !important;
}

.pricing-table-wrapper.futured-pricing-table .table-footer a.btn {
    background-color: #c54f00;
    box-shadow: 0 10px 30px 0 rgba(197, 79, 0, 0.3);
}


/*Latest Blog
-------------*/

article.latest-blog-wrapper {
    background: transparent !important;
}

.post-wrapper.latest-blog-wrapper .blog-content {
    background-color: #fff;
    border-radius: 10px;
    transition: all .2s ease-in-out;
}

.post-wrapper.latest-blog-wrapper:hover .blog-content {
    background-color: #f6861c;
}

.post-wrapper.latest-blog-wrapper:hover .entry-header h2 a,
.post-wrapper.latest-blog-wrapper:hover .blog-date span,
.post-wrapper.latest-blog-wrapper:hover .blog-autthor a {
    color: #fff !important;
}

.post-wrapper.latest-blog-wrapper .entry-header h2 {
    font-size: 24px;
    line-height: 34px;
}

.post-wrapper.latest-blog-wrapper .blog-date span {
    font-size: 16px;
    transition: all .2s ease-in-out;
}

.post-wrapper.latest-blog-wrapper .blog-date {
    margin-bottom: 30px;
}

.post-wrapper.latest-blog-wrapper .blog-autthor a {
    font-size: 13px;
    color: #212121;
    text-transform: uppercase;
    font-weight: 600;
}

.post-wrapper.latest-blog-wrapper .blog-autthor a span {
    font-weight: 400;
}

.post-wrapper.latest-blog-wrapper .blog-autthor {
    margin-top: 30px;
}


/*======================================================================
Testimonial section
========================================================================*/

.testimonial-content {
    padding-top: 60px;
    text-align: center;
}

.testimonial-content p {
    font-family: 'PT Serif', serif;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

@media (min-width: 992px) {
    .testimonial-content p {
        width: 60%;
        margin: 0 auto;
    }
}

.testimonial-meta {
    text-align: center;
    margin-top: 50px;
}

.testimonial-meta h3 {
    font-size: 25px;
    margin-bottom: 0;
}

.testimonial-meta span {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #212121;
}

.carousel-control {
    background-color: #dee8f1;
    width: 80px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-control:focus,
.carousel-control:hover {
    background-color: #ff6600;
    opacity: 1;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: none;
    margin-left: 5px;
    margin-right: 5px;
}

.carousel-control.left {
    left: 50%;
    right: auto;
}

.carousel-control.right {
    right: 50%;
    left: auto;
}


/* =-=-=-=-=-=-= FOOTER SECTION =-=-=-=-=-=-= */


/*======================================================================
footer top section
========================================================================*/

.footer-top-section {
    background-color: #121921;
    box-shadow: 0px 10px 60px rgba(18, 25, 33, 0.4);
}

.widget.footer-widget {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 30px;
}

.footer-widget .widget.widget_nav_menu {
    padding: 0;
}

.widget-about-info p {
    color: #4b5d73;
    font-size: 16px;
}

.widget-about-info {
    padding-right: 70px;
}

.footer-menu {
    margin: 0;
}

.footer-menu a {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-menu a:hover {
    color: #f6861c;
}

.footer-widget .widget-title {
    color: #fff;
}

.widget_nav_menu ul {
    margin: 0;
}

.widget_nav_menu ul li a {
    color: #4b5d73;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px 5px 0;
}

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

.widget_nav_menu ul li img {
    transform: translateX(0px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.widget_nav_menu ul li:hover img {
    transform: translateX(10px);
    opacity: 1;
    visibility: visible;
}

.footer-border {
    width: 100%;
    display: block;
}

.footer-top-border-style .border-bg-one {
    height: 100%;
    width: 20%;
    float: left;
    background-color: #f99800;
}

.footer-top-border-style .border-bg-two {
    height: 100%;
    width: 20%;
    float: left;
    background-color: #f05924;
}

.footer-top-border-style .border-bg-three {
    height: 100%;
    width: 20%;
    float: left;
    background-color: #59aae2;
}

.footer-top-border-style .border-bg-four {
    height: 100%;
    width: 20%;
    float: left;
    background-color: #f89101;
}

.footer-top-border-style .border-bg-five {
    height: 100%;
    width: 20%;
    float: left;
    background-color: #ff3133;
}

.footer-widget ul li i {
    color: #f6861c;
    margin-right: 10px;
}

.footer-widget ul li i:hover{
    opacity: .8;
}

.footer-widget .widget-contact-list li:first-child {
    margin-bottom: 15px;
}

.footer-widget .widget-contact-list {
    margin-top: 50px;
}

.footer-widget .widget-contact-list li span,
.footer-widget .widget-contact-list li a {
    color: #4b5d73;
}

.contact-msg-button {
    margin: 20px 0;
}

.footer-widget .social-link li {
    color: #4b5d73;
    font-size: 16px;
}

.footer-widget .social-link li:first-child {
    margin-right: 20px;
}

.footer-widget .social-link li a {
    color: #839dbc;
    font-size: 18px;
}

.footer-widget .social-link li a:hover {
    color: #f6861c;
}

@media (max-width: 992px) {
    .widget-about-info {
        padding-right: 0;
    }
}


/*Google Map
---------------------------------*/
#myMap{
    height: 450px; 
    width: 100%;
}