/*
Theme Name:     Markety
Theme URI:      http://trendytheme.net/demo2/wp/markety
Author:         TrendyTheme
Author URI:     http://themeforest.net/user/trendytheme
Description:    Markety WordPress is a highly suitable for marketing that offer SEO services as well as other internet marketing related services.
Version:        1.6
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    markety
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
    # BUTTON STYLE
    # GLOBAL STYLES
    # SECTION TITLE
    # NAVIGATION
        ## MEGA MENU STYLE
        ## MOBILE MENU STYLE

    # SLIDER SECTION
        ## SLIDER AND HERO UNIT STYLE 
    # TT CAROUSEL
    # PAGE HEADER STYLE
    # ABOUT SECTION
        ## MEMBER SECTION 
            ### MEMBER SINGLE PAGE 
    # CASE STUDY SECTION
    # CONTACT SECTION
    # NEWSLETTER SECTION
    # GALLERY
    # BLOG STYLE
        ## POST FORMAT VIDEO
        ## POST FORMAT AUDIO
        ## POST FORMAT QUOTE
        ## POST FORMAT LINK
        ## DEFAULT GALLERY POST
        ## CUSTOM GALLERY POST
        ## POST FORMAT STATUS
        ## POST FORMAT CHAT
        ## PAGINATION
        ## INNER POST PAGINATION
        ## SINGLE POST PAGER
        ## SIDEBAR STYLE
            ### COMMON STYLE FOR ALL WIDGETS
            ### WIDGET_SEARCH
            ### POPULAR POSTS
            ### AUTHOR INFO WIDGET
            ### RECENT COMMENT WIDGET
            ### NEWSLETTER WIDGET
            ### TAG CLOUD

    # BLOG GRID STYLE
    # SINGLE POST
        ## AUTHOR BIO 
        ## COMMENTS WRAPPER

    # CALL TO ACTION SECTION
    # 404 PAGE
    # FOOTER SECTION
    # PRELOADER
    # TO TOP
    # OTHERS SHORTCODES STYLE
        ## PARTNER CAROUSEL
        ## TESTIMONIAL CAROUSEL
        ## FUN FACTS
        ## ICON BLOCK
        ## PRICING TABLE
        ## PORTFOLIO
            ### SINGLE PORTFOLIO
        ## ANIMATED CONTENT BOX
     
    # WOOCOMMERCE
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


/* =-=-=-=-=-=-= GENERAL =-=-=-=-=-=-= */
body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #565656;
    overflow-x: hidden;
    background-color: #ffffff;
    -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: #ef476f;
}
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #bd153d;
    outline: none;
    text-decoration: none;
}

dl dd{
    margin-bottom: 10px;
}

/* Transition elements
------------------------------------------ */
a,
.btn,
input.button,
input#submit,
.navbar a,
.form-control {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; 
}

input:focus, 
select:focus, 
textarea:focus{
    outline: 0;
}

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

/* =-=-=-=-=-=-= TYPOGRAPHY =-=-=-=-=-=-= */
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 0 15px;
    color: #26547c;
}

h1 {
    font-size: 48px;
    line-height: 60px;
}

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

h3 {
    font-size: 20px;
    line-height: 25px
}

h4 {
    font-size: 18px;
    line-height: 20px;
}

h5 {
    font-size: 16px;
    line-height: 18px;
}

h6 {
    font-size: 14px;
    line-height: 16px;
}

p {
    margin-bottom: 15px;
}

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: 100px;
}
.page .page-wrapper{
    padding: 100px 0;
}
.page .comments-wrapper{
    margin-top: 100px;
}

/* 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
-------------------------------------------*/
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%; /* 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: 3px 0;
    text-align: center;
    line-height: 20px;
    padding: 5px 5px 0;
}

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

.widget .wp-caption .wp-caption-text {
    padding: 10px 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;
}

/*Default color style*/
.colored,
.theme-color{
	color: #ef476f !important;
}
.theme-bg{
	background-color: #ef476f !important;
}
.info-bg{
	background-color: #00d8ff;
}
.dark-green-bg{
	background-color: #26547c;
}
.white-text{
	color: #ffffff;
}
.dark-bg {
    background-color: #2a2425;
}
.gray-bg {
    background-color: #fafafa;
}
.overlay-bg {
    background-color: rgba(0, 0, 0, 0.5);
}

/*
Color Presets
-------------------------------------------------------- */

.dark-blue-bg {
    background-color: #26547c !important;
}
.light-blue-bg {
    background-color: #00d8ff !important;
}
.light-pink-bg{
    background-color: #ef476f !important;
}
.light-green-bg {
    background-color: #06ca75 !important;
}


/* =-=-=-=-=-=-= BUTTON STYLE =-=-=-=-=-=-= */
.vc_general.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 3px;
}
.vc_btn3-container .vc_btn3.vc_btn3-size-md,
.vc_btn3-container .vc_btn3.vc_btn3-size-md,
.btn{
    padding: 14px 30px;
    font-size: 16px;
    text-transform: uppercase;
}
.vc_btn3-container .vc_btn3.vc_btn3-size-lg,
.vc_btn3-container .vc_btn3.vc_btn3-size-lg,
.btn-group-lg>.btn, 
.btn-lg{
    padding: 20px 30px;
    font-size: 16px;
    text-transform: uppercase;
}

/*Primary button*/
.vc_general.vc_btn3.vc_btn3-color-primary-color,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce .product .entry-summary a.single_add_to_cart_button,
.btn-primary{
    background-color: #ef476f;
    border-color: #ef476f;
    color: #ffffff;
}
.vc_general.vc_btn3.vc_btn3-color-primary-color:hover,
.vc_general.vc_btn3.vc_btn3-color-primary-color:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:active,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:active,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:active,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.woocommerce .product .entry-summary a.single_add_to_cart_button:hover,
.woocommerce .product .entry-summary a.single_add_to_cart_button:focus,
.woocommerce .product .entry-summary a.single_add_to_cart_button:active{
    background-color: #bd153d;
    border-color: #bd153d;
    color: #ffffff;
}

/*Dark blue button*/
.vc_general.vc_btn3.vc_btn3-color-dark-blue,
.btn-dark-blue,
.widget.woocommerce #respond input#submit, 
.widget.woocommerce a.button, 
.widget.woocommerce button.button, 
.widget.woocommerce input.button{
    background-color: #26547c;
    border-color: #26547c;
    color: #ffffff;
}
.vc_general.vc_btn3.vc_btn3-color-dark-blue:hover,
.vc_general.vc_btn3.vc_btn3-color-dark-blue:focus,
.btn-dark-blue:hover,
.btn-dark-blue:focus,
.btn-dark-blue:active,
.btn-dark-blue:active:hover,
.btn-dark-blue:active:focus,
.widget.woocommerce #respond input#submit:hover, 
.widget.woocommerce a.button:hover, 
.widget.woocommerce button.button:hover, 
.widget.woocommerce input.button:hover{
    background-color: #153f64;
    border-color: #153f64;
    color: #ffffff;
}

/*Blue button*/
.vc_general.vc_btn3.vc_btn3-color-light-blue,
.btn-light-blue{
    background-color: #00d8ff;
    border-color: #00d8ff;
    color: #ffffff;
}
.vc_general.vc_btn3.vc_btn3-color-light-blue:hover,
.vc_general.vc_btn3.vc_btn3-color-light-blue:focus,
.btn-light-blue:hover,
.btn-light-blue:focus,
.btn-light-blue:active,
.btn-light-blue:active:hover,
.btn-light-blue:active:focus{
    background-color: #00badc;
    border-color: #00badc;
    color: #ffffff;
}
.vc_general.vc_btn3.vc_btn3-color-light-green,
.btn-light-green{
    background-color: #06ca75;
    border-color: #06ca75;
    color: #ffffff;
}
.vc_general.vc_btn3.vc_btn3-color-light-green:hover,
.vc_general.vc_btn3.vc_btn3-color-light-green:focus,
.btn-light-green:hover,
.btn-light-green:focus,
.btn-light-green:active,
.btn-light-green:active:hover,
.btn-light-green:active:focus{
    background-color: #02b567;
    border-color: #02b567;
    color: #ffffff;
}
.btn-outline{
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    font-size: 16px;
}
.btn-outline:hover,
.btn-outline:focus{
    background-color: #fff;
    border-color: #fff;
    color: #ef476f;
}
.btn-blue{
	background-color: #00dc7c;
	color: #ffffff;
	border-color: #00dc7c;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue:active:hover{
	background-color: #06ca75;
	color: #ffffff;
	border-color: #06ca75;
}
.btn:focus,
button:focus {
    outline: none !important;
}

@media screen and (max-width: 450px) {
    .vc_btn3-container.vc_btn3-inline {
        display: block !important;
        margin-right: 0 !important;
    }
    .vc_general.vc_btn3 {
        width: 100%;
    }
}

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

/*button effect*/
.btn,
input.wpcf7-submit,
.vc_general.vc_btn3,
.btn-blue,
.btn-primary,
.btn-outline,
.btn-light-green,
.btn-light-blue,
.btn-dark-blue,
.widget.woocommerce #respond input#submit, 
.widget.woocommerce a.button, 
.widget.woocommerce button.button, 
.widget.woocommerce input.button,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce .product .entry-summary a.single_add_to_cart_button{
    overflow: hidden;
    position: relative;
}

input.wpcf7-submit::after,
.btn-blue::after,
.btn-primary::after,
.btn-outline::after,
.btn-light-green::after,
.btn-light-blue::after,
.btn-dark-blue::after,
.widget.woocommerce #respond input#submit::after, 
.widget.woocommerce a.button::after, 
.widget.woocommerce button.button::after, 
.widget.woocommerce input.button::after,
.woocommerce a.button::after,
.woocommerce button.button.alt::after,
.woocommerce input.button::after,
.woocommerce input.button.alt::after,
.woocommerce #respond input#submit::after,
.woocommerce .product .entry-summary a.single_add_to_cart_button::after,
.vc_general.vc_btn3::after{
    background: #fff;
    content: "";
    height: 200%;
    left: -75px;
    opacity: .2;
    visibility: hidden;
    position: absolute;
    top: -40%;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 20px;
    z-index: 10;
}

input.wpcf7-submit:hover::after,
.btn-blue:hover::after,
.btn-primary:hover::after,
.btn-outline:hover::after,
.btn-light-green:hover::after,
.btn-light-blue:hover::after,
.btn-dark-blue:hover::after,
.widget.woocommerce #respond input#submit:hover::after, 
.widget.woocommerce a.button:hover::after, 
.widget.woocommerce button.button:hover::after, 
.widget.woocommerce input.button:hover::after,
.woocommerce a.button:hover::after,
.woocommerce button.button.alt:hover::after,
.woocommerce input.button:hover::after,
.woocommerce input.button.alt:hover::after,
.woocommerce #respond input#submit:hover::after,
.woocommerce .product .entry-summary a.single_add_to_cart_button:hover::after,
.btn-primary:hover::after,
.btn-primary:active:hover::after,
.woocommerce a.button:hover::after,
.woocommerce button.button.alt:hover::after,
.woocommerce input.button:hover::after,
.woocommerce input.button.alt:hover::after,
.woocommerce #respond input#submit:hover::after,
.woocommerce .product .entry-summary a.single_add_to_cart_button:hover::after,
.vc_general.vc_btn3:hover::after{
    visibility: visible;
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

/* =-=-=-=-=-=-= LIST STYLE =-=-=-=-=-=-= */
.check-circle-list {
    padding: 0;
    list-style: none;
}
.check-circle-list li{
    line-height: 33px;
}
.check-circle-list li i{
    font-size: 16px;
    color: #cdcdcd;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.check-circle-list li:hover i{
    color: #ef476f;
}


/* Form Style
------------------------------------------- */
.form-group {
    margin-bottom: 30px;
}

.form-control {
    height: 45px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #202020;
    border: 1px solid #e5e5e5;
    border-radius: 0;
}

.form-control:focus {
    border-color: #ef476f;
}

/*material style*/
.input-wrap label{
  display: block;
  font-size: 14px;
  font-weight: 300;
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  -o-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  color: #999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-wrap .form-control{
  position: relative;
  background: transparent;
  width: 100%;
  border: none;
  outline: none;
  padding: 8px 0;
  font-size: 16px;
  height: 30px;
}

.input-wrap {
  padding: 30px 0 0 0;
  position: relative;
}

.input-wrap:after, 
.input-wrap:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e2e2e2; 
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-wrap::after {
  background-color: #00d8ff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.is-active::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.is-active label{
  color: #00d8ff;
}

.is-completed label{
  font-size: 12px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* =-=-=-=-=-=-= GLOBAL STYLES =-=-=-=-=-=-= */
.section-wrapper{
    position: relative;
}

.container-fullwidth {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fullwidth .vc_column_container>.vc_column-inner{
    padding-left: 0;
    padding-right: 0;
}

.vc_row.section-wrapper{
    margin-left: 0;
    margin-right: 0;
}

.vc_row.vc_row-o-full-height{
    min-height: 100vh !important;
}

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

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



/* =-=-=-=-=-=-= SECTION TITLE =-=-=-=-=-=-= */
.section-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
}
.sub-title {
    font-size: 16px;
    margin: 0 auto;
}
.sub-title p {
    margin: 0;
    line-height: 25px;
}

@media (min-width: 991px) {
    .sub-title {
        width: 65%;
    }
}

.section-intro {
    margin-bottom: 70px;
}
.section-intro h2{
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.title-description p {
    margin: 0;
    line-height: 25px;
}
.sction-title-wrapper .separator{
    background-color: #ef476f;
    width: 60px;
    height: 6px;
    display: block;
    margin-bottom: 20px;
}
.sction-title-wrapper.text-center .separator{
    margin: 0 auto 20px;
}
.sction-title-wrapper.text-right .separator{
    margin-left: auto;
}


@media screen and (max-width: 479px) {
	.section-title {
	    font-size: 24px;
	    line-height: 30px;
	}
}


/*custom padding classes*/
.no-padding {
    padding: 0!important;
}

.gutter {
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.no-margin {
	margin: 0 !important;
}
/* 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;
}


/* =-=-=-=-=-=-= Top border style =-=-=-=-=-=-= */
.top-border-style{
	height: 5px;
}
.top-border-style span{
	height: 100%;
	width: 33.333333%;
	float: left;
}

.active-sticky .top-border-style{
	/*display: none;*/
}

/* =-=-=-=-=-=-= NAVIGATION =-=-=-=-=-=-= */
.main-menu-wrapper{
    margin-top: 8px;
}

@media (max-width : 991px) {
    .main-menu-wrapper{
        margin-top: 6px;
    }
}

@media (max-width : 1200px) {
    .has-analysis-btn .analysis-button{
        display: none;
    }
}
.main-menu{
    position: relative;
}

@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: 19px 0;
        -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;
    }

    .header-wrapper.sticky .navbar-default{
        padding: 6px 0;
    }

    .header-transparent .navbar-default{
        background-color: transparent;
    }
    
    .navbar-nav>li>.dropdown-menu {
      margin-top: 23px;
    }
    .sticky .navbar-nav>li>.dropdown-menu {
      margin-top: 13px;
    }
    .navbar-right .dropdown-menu {
      right: auto;
      left: 15px;
    }
    .sticky .navbar-right .dropdown-menu {
      left: 13px;
    }
}

.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: 48px;
    font-size: 44px;
}

.navbar-brand {
    margin: 0;
    padding: 0;
    height: auto;
}
.navbar-brand img {
    width: inherit;
    height: inherit;
}
@media(min-width: 768px){
    .navbar-brand img{
        margin-top: -10px;
    }
}



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

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

.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: 5px 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: 18px !important;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 700;
    color: #212121;
}

@media(max-width: 991px){
    .navbar .nav li a.menu-heading{
        font-size: 14px !important;
    }
}

.navbar .nav li a.menu-heading span.menu-item-description{
    cursor: default;
    color: #999999;
}

.navbar .nav li a.menu-heading:hover{
    color: #212121 !important;
}

.navbar .nav li a.menu-heading:hover,
.navbar .nav li a.menu-heading:hover span.menu-item-description{
    background-color: transparent;
}

.menu-item-description{
    position: inherit !important;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 15px;
    margin-bottom: 8px;
}

.navbar-default {
    margin-bottom: 0;
    border-color: transparent;
    z-index: 10000;
    border: 0;
    border-radius: 0;
}
.header-wrapper.navbar-fixed-top{
    position: absolute;
    top: 0;
}
.has-top-border-style .header-wrapper.navbar-fixed-top{
    top: 5px;
}
.has-top-border-style .header-wrapper.navbar-fixed-top.sticky{
    top: 0;
}

.header-wrapper.navbar-fixed-top.sticky{
    position: fixed;
}

.admin-bar .header-wrapper,
.admin-bar  .header-wrapper.navbar-fixed-top.sticky {
    top: 32px;
}

.admin-bar.has-top-border-style .header-wrapper{
    top: 37px;
}

@media(max-width : 782px) {
    
    .admin-bar.has-top-border-style .header-wrapper.navbar-fixed-top{
	    top: 50px;
	}

    .admin-bar .header-wrapper.navbar-fixed-top.sticky,
    .admin-bar.has-top-border-style .header-wrapper.navbar-fixed-top.sticky,
    .admin-bar .header-wrapper.navbar-fixed-top{
        top: 45px;
    }
}

@media(max-width : 600px) {
    .admin-bar.has-top-border-style .header-wrapper.navbar-fixed-top.sticky,
    .admin-bar .header-wrapper.navbar-fixed-top.sticky{
        top: 0;
    }
}

.navbar-default .navbar-nav>li>a {
    color: #656565;
    font-size: 16px;
    font-weight: 400;
}
.header-transparent .header-wrapper.sticky .navbar-default{
    background-color: #ffffff;
}
.header-transparent .navbar-default .navbar-nav>li>a {
    color: #ffffff;
}
.header-transparent .header-wrapper.sticky .navbar-nav>li>a{
    color: #656565;
}

.header-transparent .header-wrapper.sticky .navbar-nav>li>a:focus,
.header-transparent .header-wrapper.sticky .navbar-nav>li>a:hover,
.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover{
    color: #ef476f !important;
    background-color: transparent;
}

.header-transparent .header-wrapper.sticky .navbar-nav>.active>a,
.header-transparent .header-wrapper.sticky .navbar-nav>.active>a:focus,
.header-transparent .header-wrapper.sticky .navbar-nav>.active>a:hover,
.header-transparent .navbar-default .navbar-nav>.active>a,
.header-transparent .navbar-default .navbar-nav>.active>a:focus,
.header-transparent .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
  color: #ef476f;
  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: #ef476f;
  background-color: transparent;
}
.navbar-nav>li:hover > .dropdown-wrapper > ul{
    display: block;
}
.navbar-nav>li .dropdown-menu {
  border-radius: 0;
  padding: 10px 0;
}
.dropdown-menu>li>a {
  padding: 7px 30px 7px 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  color: #656565;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
    color: #ef476f;
    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: #ef476f !important;
}

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

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

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

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

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

.navbar-nav li .dropdown-wrapper span{
    position: absolute;
    top: 16px;
    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;
}


/* =-=-=-=-=-=-= MEGA MENU STYLE =-=-=-=-=-=-= */
.navbar-nav li .megamenu-wrapper{
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    padding: 22px 0 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

@media(max-width: 991px){
    .navbar-nav li .megamenu-wrapper{
        height: 350px;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

.navbar-nav li:hover > .megamenu-wrapper{
    top: 30px;
}
.header-wrapper.sticky .navbar-nav li .megamenu-wrapper{
    padding-top: 15px;
}
.navbar-nav li:hover > .megamenu-wrapper,
.navbar-nav li:hover > .megamenu-wrapper .dropdown-wrapper{
    visibility: visible;
    opacity: 1;
}
.navbar-nav li.has-mega-menu > .megamenu-wrapper .dropdown-wrapper{
    position: static;
    padding: 0;
}
.navbar-nav li.has-mega-menu > .megamenu-wrapper .dropdown-wrapper ul{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.navbar-nav li.has-mega-menu .megamenu-wrapper ul{
    background-color: transparent;
}
.navbar-nav li.has-mega-menu .megamenu-wrapper ul.dropdown-menu.dropdown-megamenu{
    background-color: #fff;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}
.navbar-nav li.has-mega-menu > .megamenu-wrapper .dropdown-wrapper ul li{
    border: 0;
}
.navbar-nav li.has-mega-menu .megamenu-wrapper ul li a{
    padding: 5px 15px;
}
@media(max-width: 991px){
    .navbar-nav li.has-mega-menu .megamenu-wrapper ul li a{
        padding: 5px 10px;
    }
    .navbar-nav li.has-mega-menu .megamenu-wrapper ul.dropdown-menu.dropdown-megamenu{
        background-image: none !important;
    }
}
.navbar-nav li.has-mega-menu .megamenu-wrapper ul li a[href]:hover{
    background-color: #00d8ff;
    color: #ffffff !important;
    border-radius: 2px;
}
.navbar-nav li.has-mega-menu li.has-mega-menu-child .dropdown-wrapper ul li:last-child a{
    border-bottom: 0;
}
.megamenu-wrapper .dropdown-megamenu{
    width: 100%;
    padding: 20px 20px 10px !important;
}

@media(max-width: 991px){
    .megamenu-wrapper .dropdown-megamenu {
        padding: 20px 10px 10px !important;
    }
}
.megamenu-wrapper .dropdown-megamenu>li{
    margin-bottom: 15px;
}
.megamenu-wrapper .menu-col-1 > li{
    width: 100%;
}

.megamenu-wrapper .menu-col-2 > li{
    width: 50%;
    float: left;
}

.megamenu-wrapper .menu-col-3 > li{
    width: 33.33%;
    float: left;
}

.megamenu-wrapper .menu-col-4 > li{
    overflow: hidden;
    width: 25%;
    float: left;
}


@media(max-width: 991px){
    .megamenu-wrapper .menu-col-4 > li{
        width: 50%;
    }
}

@media(max-width: 991px){
    .megamenu-wrapper.col-sm-6{
        width: 80%;
    }
}


.navbar-default.sticky .dropdown-wrapper{
    top: 40px;
    padding-top: 23px;
}

.navbar-default.sticky .megamenu-wrapper{
    top: 35px;
    padding-top: 28px;
}

.navbar-default.sticky .navbar-nav li:hover > .megamenu-wrapper{
    top: 25px;
}

@media (min-width : 992px) and (max-width : 1199px) {
    .navbar-nav li .megamenu-wrapper,
    .navbar-nav li .dropdown-wrapper{
        padding-top: 20px;
    }
}

@media (min-width : 768px) and (max-width : 991px) {
    .navbar-default {
        padding: 10px 0;
    }
    .navbar .nav>li{
        padding: 0;
    }
    /*navbar*/
    .navbar-default .navbar-nav>li>a {
        padding: 10px 5px 10px;
    }
    .navbar-default.sticky .navbar-nav>li>a {
        padding: 20px 12px;
    }
    .navbar-nav li .dropdown-wrapper,
    .navbar-nav li .megamenu-wrapper{
        padding-top: 12px;
    }
}


/* =-=-=-=-=-=-= MOBILE MENU STYLE =-=-=-=-=-=-= */
@media(max-width : 767px) {
    .navbar-brand {
        padding: 5px 15px;
        margin: 5px 0 0;
    }
    .navbar .nav>li{
        padding: 0;
    }
    .header-transparent .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav li a{
        color: #202020;
        font-size: 18px;
        line-height: 36px;
    }
    .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: #ef476f;
    }
    .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: 5px;
        background-color: transparent;
        color: #616161;
        border: 0;
        width: 35px;
        height: 35px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }
    .dropdown-menu-trigger.menu-collapsed{
        color: #ef476f;
        border-color: #ef476f;
    }
    .dropdown-menu-trigger i{
        font-size: 14px;
    }
    .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: 18px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

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

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


/*Analysis button*/
.has-analysis-btn .analysis-button{
	margin: 3px 0 0 30px;
}

.has-analysis-btn .analysis-button a{
	font-weight: 600;
    padding: 9px 15px;
    font-size: 14px;
    text-transform: uppercase;
}



/* =-=-=-=-=-=-= SLIDER SECTION =-=-=-=-=-=-= */
.header-default .slider-wrapper{
    margin-top: 95px;
}
.trendy-slider {
    overflow: hidden;
    position: relative;
}
.trendy-slider img{
    width: 100%;
    background-size: cover;
}
.carousel-fade .carousel-inner .item {
    max-height: 700px;
    opacity:.8;
    -webkit-transition-property:opacity;
    -moz-transition-property:opacity;
    -o-transition-property:opacity;
    transition-property:opacity
}
.carousel-fade .carousel-inner .active { 
    opacity: 1 
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { 
    opacity: 1 
}
.carousel-fade .carousel-inner .item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.7);
}
.carousel-fade .carousel-control {
    z-index: 20 
}


/* Caption style
------------------------------------------- */
.trendy-slider .carousel-caption {
    position: absolute;
    top: 50%;
    margin-top: -165px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 15;
    color: #fff;
    bottom: inherit;
}

.trendy-slider .slides-container > li:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.7);
}

/* Next and previous control button style
------------------------------------------- */

/*control button style one*/
.slides-navigation a{
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 40px;
    top: 50%;
    text-align: center;
    margin-top: -25px;
    border-radius: 5px;
    color: #ef476f;
    background-color: #ddd;
    background-image: none;
    text-shadow: none;
    opacity: 0;
    visibility: hidden;
}
.tt-home-slider:hover .slides-navigation a {
    opacity: 1;
    visibility: visible;
}
.tt-home-slider .slides-navigation a:hover {
    background-color: #ef476f;
    color: #fff;
}
.tt-home-slider .slides-navigation a.prev {
    left: 30px;
}
.tt-home-slider .slides-navigation a.next{
    right: 30px;
}


/* Text animation delay for first slider
------------------------------------------- */
.delay-1 {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
}
.delay-2 {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    animation-delay: 600ms;
}
.delay-3 {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
.delay-4 {
    -webkit-animation-delay: 1500ms;
    -moz-animation-delay: 1500ms;
    animation-delay: 1500ms;
}


/* =-=-=-=-=-=-= SLIDER AND HERO UNIT STYLE =-=-=-=-=-=-= */
.slider-caption {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    text-transform: uppercase;
    z-index: 15;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.hero-block-caption h2,
.slider-caption h2{
    color:#FFFFFF;
    font-size: 75px;
    line-height: 80px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 40px;
}

.hero-block-caption h2 strong,
.slider-caption h2 span,
.slider-caption h2 strong{
    font-weight: 900;
}

.hero-block-caption h3,
.slider-caption h3{
    color:#FFFFFF;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.home-section .intro h2,
.tt-text-rotator h2 {
    font-weight: 700;
    color: #fff;
    font-size: 75px;
    line-height: 80px;
    text-transform: uppercase;
    letter-spacing: -5px;
    margin-bottom: 40px;
}

.bold-font,
.tt-text-rotator h2 {
    font-weight: 800;
}

.home-section .intro h3, 
.intro-sub h3 {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.intro .btn {
    padding: 20px 58px;
    font-size: 20px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    border-color: #fff;
    border-radius: 30px;
}
.intro .btn:hover {
    background: #fff;
    border-color: transparent;
    color: #ef476f;
}

@media (max-width : 767px) {
    .hero-block-caption h2,
    .slider-caption h2,
    .home-section .intro h2,
    .tt-text-rotator h2 {
      font-size: 22px;
      line-height: 35px;
      letter-spacing: 0;
      margin-bottom: 0; 
    }
    .hero-block-caption h3,
    .slider-caption h3,
    .home-section .intro h3, 
    .intro-sub h3{
      font-size: 10px;
      margin-bottom: 15px;
    }
    .hero-block-caption .btn,
    .slider-caption .btn,
    .intro .btn {
      font-size: 14px;
      padding: 10px 30px;
    }
}

@media only screen and (min-width : 480px) and (max-width : 767px) {
    
    .hero-block-caption h2,
    .slider-caption h2,
    .home-section .intro h2,
    .tt-text-rotator h2{
      font-size: 33px;
      line-height: 56px;
    }
    .hero-block-caption h3,
    .slider-caption h3,
    .home-section .intro h3, 
    .intro-sub h3{
      font-size: 14px;
      margin-bottom: 25px;
    }
}

/* Intro Block
------------------------------------------- */
.intro-block {
    width: 100%;
    min-height: 300px;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.intro-content {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    padding: 0 50px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.intro-block:hover .intro-content {
    -webkit-transform: translate(0%, -65%);
    -moz-transform: translate(0%, -65%);
    -ms-transform: translate(0%, -65%);
    -o-transform: translate(0%, -65%);
    transform: translate(0%, -65%);
}
.intro-block h2 {
    color: #fff;
}
.intro-block p {
    line-height: 24px;
    margin: 0;
}
.intro-block a.learn-more{
    position: absolute;
    color: #ef476f;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    left: 0;
    bottom: -50px;
    padding: 10px 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.intro-block:hover a.learn-more{
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.intro-block a.learn-more:hover{
    background: #fff;
}
.intro-block a.learn-more i {
    margin-left: 15px;
}

@media (min-width : 992px) and (max-width : 1199px) {
    .intro-content {
        padding: 0 30px;
    }
}
@media (max-width : 991px) {
    .intro-block {
        border-bottom: 1px solid #f1f1f1;
    } 
}
@media (max-width: 650px) {
    .intro-block {
        border-bottom: 0;
    }
}



/*
*****************************************************************
*                   TT CAROUSEL SHORTCODE                       *
*****************************************************************
*/

.tt-carousel .tt-content-wrapper .container > div{
    overflow: hidden;
}

.tt-carousel .owl-item.active .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.tt-carousel .tt-carousel-inner{
    display: inline-block;
}

.tt-carousel .tt-carousel-inner.zoomIn{
    animation-duration: 1.5s !important;
}
.tt-carousel .tt-carousel-inner > div{
    overflow: hidden;
}

.tt-carousel .item {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.tt-carousel.tt-full-height .item {
    height: 100vh;
    min-height: 100%;
}

.tt-carousel .tt-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
    padding: 50px 0;
}

.tt-carousel .tt-content-wrapper a.btn {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 50px;
    line-height: 50px;
    padding: 0 30px !important;
    height: 50px;
    color: #ffffff;
    margin-bottom: 20px;
}
.tt-carousel .tt-content-wrapper a.btn:hover{
   box-shadow: 0 5px 10px rgba(0,0,0,.2);
   transform: translateY(-3px);
   -webkit-transition: .3s;
   transition: .3s;
}
.tt-carousel .tt-content-wrapper a.btn.btn-outline {
	border: 1px solid rgba(255,255,255,1);
}
.tt-carousel .tt-content-wrapper > .container{
    position: relative;
    z-index: 2;
}
.tt-content-wrapper .tt-intro-sub {
	display: block;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
	font-family: Josefin Slab, sans-serif;
}
.tt-content-wrapper .tt-title{
    display: block;
    font-size: 55px;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0px;
    font-family: Josefin Slab, sans-serif;
}


.tt-content-wrapper .tt-carousel-content{
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
}
@media (max-width: 991px){
    .tt-content-wrapper .tt-carousel-content{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (max-width: 575px){
    .tt-content-wrapper .tt-intro-sub{
        font-size: 13px;
    }
}

.tt-content-wrapper.text-center .tt-intro-sub,
.tt-content-wrapper.text-center .tt-title,
.tt-content-wrapper.text-center .tt-carousel-content{
    margin-left: auto;
    margin-right: auto;
}
.tt-content-wrapper.text-right .tt-intro-sub,
.tt-content-wrapper.text-right .tt-title,
.tt-content-wrapper.text-right .tt-carousel-content{
    margin-left: auto;
}

.tt-carousel-btn{
    position: relative;
}
.overlay-enabled .tt-content-wrapper::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content:"";
    background: rgba(0, 0, 0, .5) linear-gradient(-45deg, var(--tt-carousel-overlay1, rgba(238, 69, 137, 0.9)) 0%, var(--tt-carousel-overlay2, rgba(253, 160, 133, 0.9)) 100%) repeat scroll 0% 0%
}
.ie11 .overlay-enabled .tt-content-wrapper::before,
.ie .overlay-enabled .tt-content-wrapper::before{
    background: rgba(0, 0, 0, .5);
}

.ie .overlay-enabled .tt-content-wrapper::before{
    background-color: rgba(0,0,0,.5)
}

.overlay-enabled.opacity-one .tt-content-wrapper::before{
    opacity: 0.1;
}
.overlay-enabled.opacity-two .tt-content-wrapper::before{
    opacity: 0.2;
}
.overlay-enabled.opacity-three .tt-content-wrapper::before{
    opacity: 0.3;
}
.overlay-enabled.opacity-four .tt-content-wrapper::before{
    opacity: 0.4;
}
.overlay-enabled.opacity-five .tt-content-wrapper::before{
    opacity: 0.5;
}
.overlay-enabled.opacity-six .tt-content-wrapper::before{
    opacity: 0.6;
}
.overlay-enabled.opacity-seven .tt-content-wrapper::before{
    opacity: 0.7;
}
.tt-carousel .owl-controls{
    margin: 0;
}
.tt-carousel .owl-controls .owl-nav i{
    width: 50px;
    height: 50px;
    font-size: var(--tt-nav-size, 18px);
    background-color: var(--tt-carousel-nav-bg, rgba(0,0,0,.5));
    line-height: 50px;
    color: var(--tt-carousel-nav-color, #ffffff);
    border-radius: var(--tt-carousel-btn-radius, 50%);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.ie .tt-carousel .owl-controls .owl-nav i{
    background-color: #000000;
    border-radius: 50%;
    font-size: 18px;
    color: #ffffff;
}
.tt-carousel .owl-controls .owl-nav i:hover{
    opacity: 1;
}
.owl-theme .owl-controls .owl-nav [class*=owl-],
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
    background-color: transparent;
}

.tt-carousel .owl-controls .owl-nav > div{
    position: absolute;
    top: 50%;
    text-align: center;
    margin-top: -25px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.tt-carousel:hover .owl-controls .owl-nav > div{
    opacity: 1;
    visibility: visible;
}
.tt-carousel .owl-controls .owl-nav .owl-prev{
    left: 10px;
}
.tt-carousel .owl-controls .owl-nav .owl-next{
    right: 10px;
}

/*Owl dots*/
.tt-carousel .owl-controls .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.tt-carousel .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	padding: 10px 0;
	margin: 0 2px;
}

.tt-carousel .owl-controls .owl-dots .owl-dot span {
	width: 18px;
	height: 4px;
	background: #ffffff;
	border-radius: 10px;
	display: block;
	transform: rotate(0);
	border: none;
    opacity: .7;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.tt-carousel .owl-controls .owl-dots .owl-dot.active span{
    background-color: #ef476f;
    width: 30px;
    opacity: 1;
}
.tt-carousel .owl-controls .owl-dots .owl-dot:hover span{
    opacity: 1;
}

@media(min-width: 992px){
    .max-width-100{
        max-width: 100%;
    }
    .max-width-90{
        max-width: 90%;
    }
    .max-width-80{
        max-width: 80%;
    }
    .max-width-70{
        max-width: 70%;
    }
    .max-width-60{
        max-width: 60%;
    }
    .max-width-50{
        max-width: 50%;
    }
    .max-width-40{
        max-width: 40%;
    }
    .max-width-30{
        max-width: 30%;
    }
}

@media (max-width: 767px){
    .tt-carousel .tt-content-wrapper{
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*Extra image*/
.tt-extra-image{
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    transition: 1s;
}
.tt-carousel .active .tt-extra-image{
    opacity: 1;
    visibility: visible;
}
/*left*/
.tt-extra-image.img-left-center{
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-rtl .tt-extra-image.img-left-center{
    left: auto;
    right: 0;
}
@media(min-width: 1200px){
    .tt-extra-image.img-left-center{
        left: 100px;
    }
    .owl-rtl .tt-extra-image.img-left-center{
        left: auto;
        right: 100px;
    }
}
.tt-extra-image.img-left-top{
    left: 0;
    top: 0;
}
.owl-rtl .tt-extra-image.img-left-top{
    left: auto;
    right: 0;
}
.tt-extra-image.img-left-bottom{
    left: 0;
    bottom: 0;
}
.owl-rtl .tt-extra-image.img-left-bottom{
    left: auto;
    right: 0;
}

/*right*/
.tt-extra-image.img-right-center{
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-rtl .tt-extra-image.img-right-center{
    right: auto;
    left: 0;
}
@media(min-width: 1200px){
    .tt-extra-image.img-right-center{
        right: 100px;
    }
    .owl-rtl .tt-extra-image.img-right-center{
        right: auto;
        left: 100px;
    }
}
.tt-extra-image.img-right-top{
    right: 0;
    top: 0;
}
.owl-rtl .tt-extra-image.img-right-top{
    right: auto;
    left: 0;
}
.tt-extra-image.img-right-bottom {
	right: 0;
	bottom: -20px;
}
.owl-rtl .tt-extra-image.img-right-bottom {
    right: auto;
    left: 0;
}
@media (max-width: 1250px){
    .tt-extra-image.has-custom-right-value{
        right: 0 !important;
    }
}

/* Text animation delay
/* ------------------------------ */
.delay-100 {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    animation-delay: 100ms;
}
.delay-200 {
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    animation-delay: 200ms;
}
.delay-300 {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
}
.delay-400 {
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    animation-delay: 400ms;
}
.delay-500 {
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    animation-delay: 500ms;
}
.delay-600 {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    animation-delay: 600ms;
}
.delay-700 {
    -webkit-animation-delay: 700ms;
    -moz-animation-delay: 700ms;
    animation-delay: 700ms;
}
.delay-800 {
    -webkit-animation-delay: 800ms;
    -moz-animation-delay: 800ms;
    animation-delay: 800ms;
}
.delay-1000 {
    -webkit-animation-delay: 1000ms;
    -moz-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.delay-1200 {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
.delay-1500 {
    -webkit-animation-delay: 1500ms;
    -moz-animation-delay: 1500ms;
    animation-delay: 1500ms;
}
.delay-1800 {
    -webkit-animation-delay: 1800ms;
    -moz-animation-delay: 1800ms;
    animation-delay: 1800ms;
}

@media(max-width: 1199px){
    .tt-content-wrapper .tt-title{
        font-size: 40px !important;
    }
}

@media(max-width: 767px){
    .tt-content-wrapper .tt-intro-sub{
        font-weight: 400;
    }
    .tt-content-wrapper .tt-title{
        font-size: 30px !important;
    }
    .tt-content-wrapper .tt-carousel-content {
        font-size: 16px;
    }
    .tt-carousel .tt-content-wrapper a.btn {
        height: 45px;
        line-height: 45px;
        padding: 0 20px !important;
    }
    .tt-carousel .owl-controls .owl-dots{
        bottom: 0;
    }
}

/*rtl support*/
.tt-carousel.owl-rtl .text-left {
    text-align: right;
}
.tt-carousel.owl-rtl .text-right {
    text-align: left;
}



/* =-=-=-=-=-=-= PAGE HEADER STYLE =-=-=-=-=-=-= */
.page-title {
    position: relative;
    padding: 160px 0 70px;
    background-color: #ef476f;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-transparent .page-title{
    padding: 120px 0;
}
.title-overlay-color{
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.page-title .container {
    position: relative;
}
.archive .page-title,
.blog .page-title,
.page-template .page-title{
    text-align: center;
}
.page-title h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    word-break: break-word;
    -ms-word-break: break-word;
}
/*Page Sub-title*/
.page-title span {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
}


/* Breadcrumb
------------------------------------------- */
.page-title .breadcrumb {
    position: absolute;
    background-color: transparent;
    width: auto;
    top: 50%;
    left: auto;
    right: 30px ;
    margin: -10px 0 0 0;
    padding: 0;
}
.page-title .breadcrumb li {
    letter-spacing: 1px;
}
.page-title .breadcrumb li a{
    color: #ffffff;
}
.page-title .breadcrumb li a:hover,
.page-title .breadcrumb>.active,
.page-title .breadcrumb>li+li:before {
    color: #fff;
}
.page-title .breadcrumb>li+li:before {
    padding: 0 0px 0 5px;
}


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


/* Page Title Left
------------------------------------------- */
.page-title.text-left {
    text-align: left;
}
.page-title.text-left .breadcrumb {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    margin: 5px 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;   
    }
}


/* =-=-=-=-=-=-= ABOUT SECTION =-=-=-=-=-=-= */


/* =-=-=-=-=-=-= MEMBER SECTION =-=-=-=-=-=-= */
.team-member-wrapper {
    position: relative;
    margin-bottom: 50px;
    min-height: 460px;
}

.team-thumb img {
    width: 100%;
}

.member-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    padding: 35px 20px;
    box-shadow: 0 0 20px 0 #e2e2e2;
}

@media (min-width: 992px) and (max-width: 1199px) {

	.member-info {
	    bottom: 10px;
	}
}

.member-title {
    padding-bottom: 0;
}

.team-member-wrapper:hover .member-title {
    padding-bottom: 14px;
}

.member-title{
    margin-bottom: 5px;
}
.member-title h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.member-title h3 a{
    color: #202020;
}
.member-title h3 a:hover{
    color: #ef476f;
}
.member-title .designation{
    font-size: 14px;
}

.member-content {
    line-height: 20px;
    opacity: 0;
    visibility: hidden; 
    max-height: 0;
}

.single-tt-member .member-info-content{
    opacity: 1;
    visibility: visible;
}

.member-content p{
    font-size: 14px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-member-wrapper:hover .member-content {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
}

.team-member-wrapper:hover .member-content p{
    margin-bottom: 25px;
}


/*member social link*/
.member-info .social-link {
    margin: 10px 0 0;
}
.member-info .social-link li {
    margin-bottom: 5px;
}
.member-info .social-link li a i{
    display: block;
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #999;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}
.member-info .social-link li a i:hover {
    border: 1px solid transparent;
    background-color: #bd153d;
    color: #fff;
}

.member-info .social-link li a i.fa-facebook:hover {
    background-color: #3b5998; 
}
.member-info .social-link li a i.fa-twitter:hover {
    background-color: #55acee; 
}
.member-info .social-link li a i.fa-google-plus:hover {
    background-color: #dd4b39; 
}
.member-info .social-link li a i.fa-linkedin:hover {
    background-color: #00a0dc; 
}
.member-info .social-link li a i.fa-flickr:hover {
    background-color: #ff0084; 
}
.member-info .social-link li a i.fa-youtube:hover {
    background-color: #cd201f; 
}
.member-info .social-link li a i.fa-envelope:hover {
    background-color: #ef476f; 
}

.member-title,
.member-content,
.member-info .social-link li a i {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-intro {
    background-color: #ef476f;
    padding: 60px 60px 50px 110px;
    min-height: 386px;
}

.ie10 .team-intro .case-study-left,
.ie9 .team-intro .case-study-left{
    padding: 0;
}

@media (max-width : 768px) {
    .team-intro {
        padding: 60px 15px;
    }
}

@media (min-width : 992px) and (max-width : 1199px) {
    .team-intro {
        padding: 60px 60px 50px 50px;
    }
}

@media (min-width : 1500px) {
    .team-intro {
        padding: 15% 60px 50px 30%;
        min-height: 545px;
    }
}

.team-intro,
.team-intro h1 {
    color: #fff;
}
.team-intro h1 {
    font-weight: 700;
}
.team-intro p{
    font-size: 18px;
    font-weight: 300;
}
.team-intro .btn{
    background-color: transparent;
    padding: 15px 30px;
    border-color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 15px;
}
.team-intro .btn:hover{
    background-color: #fff;
    color: #ef476f;
    border-color: transparent;
}
.team-intro-thumb img{
    width: 100%;
}
@media (min-width : 992px){
    .team-intro-thumb img{
        min-height: 386px;
    }
}
@media (min-width : 1500px) {
    .team-intro-thumb img{
        min-height: 545px;
    }
}


/* =-=-=-=-=-=-= MEMBER SINGLE PAGE =-=-=-=-=-=-= */

.single-member-page{
    padding-top: 100px;
}
.single-member-page .member-thumb img{
    border: 1px solid #f1f1f1;
    width: 100%;
}
.single-member-page .member-info-content{
    padding-left: 30px;
}
.single-member-page .member-info-content h2{
    font-size: 36px;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.single-member-page .member-info-content .designation{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
    display: block;
    color: #c7c7c7;
}
.single-member-page .member-info-content .team-social{
    margin-bottom: 30px;
}
.single-member-page .member-info-content .team-social ul{
    margin-bottom: 0
}
.single-member-page .member-info-content .team-social ul li{
    padding-right: 2px;
}
.single-member-page .member-info-content .team-social a i{
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    color: #c7c7c7;
    border: 1px solid #f1f1f1;
    font-size: 10px;
    -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;
}
.single-member-page .member-info-content .team-social a i:hover{
    background-color: #ef476f;
    color: #fff;
    border-color: #ef476f;
}
.single-member-page .educational-qualification ul{
    padding: 0;
    list-style: none;
}
.single-member-page .educational-qualification,
.single-member-page .member-info-content address{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ececec;
}

.single-member-page .educational-qualification p,
.single-member-page .member-info-content address p{
    font-size: 16px;
    line-height: 40px;
}
.single-member-page .educational-qualification span,
.single-member-page .member-info-content address span{
    font-weight: 600;
}
.single-member-page .educational-qualification span i,
.single-member-page .member-info-content address span i{
    font-weight: 400;
    margin-right: 12px;
}

.single-member-page .more-member{
    margin-top: 120px;
}

.single-member-page .more-member .section-intro{
    text-align: center;
    margin-bottom: 100px;
}


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

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





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

.vc_progress_bar .vc_single_bar .vc_bar {
    height: 40% !important;
    border-radius: 10px !important;
    top: 6px !important;
    left: 12px !important;
}



/* =-=-=-=-=-=-= CASE STUDY SECTION =-=-=-=-=-=-= */
.case-study-left {
    padding: 60px 40px 60px 110px;
}
.case-study-right {
    padding: 60px 110px 60px 40px;
}
.case-study-wrapper h2 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 15px;
}
.case-study-wrapper p {
    font-size: 18px;
    margin-bottom: 30px;
}
.case-study-wrapper.dark-bg{
    background-color: #2c3e50;
}


/* =-=-=-=-=-=-= MAP SECTION =-=-=-=-=-=-= */
#ttmap {
    height: 250px;
}
#mapcontent p{
    margin: 0;
    font-size: 16px;
}

.map-content{
    display: none;
}


/* =-=-=-=-=-=-= CONTACT SECTION =-=-=-=-=-=-= */
.submit-btn-wrapper {
    position: relative;
    text-align: right;
}

div.wpcf7 img.ajax-loader {
    position: absolute;
    right: calc(0% - -14px);
    top: calc(50% - 8px);
}

.btn.submit-btn {
    font-size: 16px;
    text-transform: uppercase;
    padding: 18px 36px;
    color: #fff;
    background-color: #ef476f;
    border-color: #ef476f;
}
.btn.submit-btn:hover{
    background-color: #bd153d;
    border-color: #bd153d;
}

.wpcf7-form textarea{
    min-height: 50px;
}

.wpcf7 span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -30px;
    left: 0;
    color: #ff0000;
    text-align: left;
    font-size: 11px;
    background-color: #ECECEC;
    padding: 0 10px;
    border-radius: 5px;
    min-width: 120px;
}

.wpcf7 span.wpcf7-not-valid-tip::before{
    position: absolute;
    top: -5px;
    left: 0;
    content:"";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ECECEC;
}

.wpcf7 div.wpcf7-validation-errors{
    text-align: center;
    border: 0;
    font-weight: 600;
    color: #EF4836;
}


@media screen and (max-width: 767px) {
    .wpcf7 .submit-btn-wrapper {
        margin-bottom: 30px;
    }
}



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


/* =-=-=-=-=-=-= GALLERY =-=-=-=-=-=-= */
.gallery-wrapper{
    position: relative;
}

.gallery-wrapper .slides li img{
    width: 100%;
}

.tt-gallery-nav .gallery-control{
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.tt-gallery-nav .gallery-control i{
    opacity: 0;
    visibility: hidden;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
    color: #606060;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.gallery-wrapper:hover .tt-gallery-nav .gallery-control i{
    opacity: 1;
    visibility: visible;
}
.tt-gallery-nav .gallery-control.prev{
    left: 10px;
}
.tt-gallery-nav .gallery-control.next{
    right: 10px;
}

.tt-gallery iframe{
    min-height: 320px;
}
.tt-gallery-thumb{
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
.tt-gallery-thumb ul li{
    margin: 6px 6px 0 0;
    position: relative;
}
.tt-gallery-thumb ul li img{
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.tt-gallery-thumb ul li.flex-active-slide img{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}
.tt-gallery-thumb a:before{
    font-size: 15px;
}
.tt-gallery-thumb a.flex-prev:before{
    content: "\f104";
    font-family: fontawesome;
}
.tt-gallery-thumb a.flex-next:before{
    content: "\f105";
    font-family: fontawesome;
}

.tt-gallery-thumb .flex-direction-nav{
    position: absolute;
    top: 50%;
    height: 0;
    width: 100%;
}
.tt-gallery-thumb .flex-direction-nav .flex-prev{
    left: 40px;
}

.tt-gallery-thumb .flex-direction-nav .flex-next{
    right: 40px;
}

.tt-gallery-thumb .flex-direction-nav a{
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    margin: -12px 0 0;
}

.tt-gallery-thumb i{
    position: absolute;
    top: 50%;
    color: #fff;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.25);
    line-height: 30px;
    text-align: center;
    margin-left: -15px;
    margin-top: -15px;
    padding-left: 3px;
    cursor: pointer;
}


/* =-=-=-=-=-=-= BLOG STYLE =-=-=-=-=-=-= */
.blog-wrapper{
    padding: 100px 0;
    background-color: #f4f4f4;
}
.single .blog-wrapper{
    padding-top: 185px;
}
.post-wrapper {
    padding: 35px;
    background-color: #fff;
    margin-bottom: 70px;
    position: relative;
    border: 1px solid #e5e5e5;
}
.single-post .post-wrapper{
    padding-bottom: 0;
}
.post-wrapper .blog-content{
    position: relative;
}
.post-category{
    margin-bottom: 8px;
}
.post-wrapper.has-post-thumbnail .blog-content .post-category{
    position: absolute;
    top: -75px;
    left: 20px;
    margin-bottom: 0;
}

.blog-grid .post-wrapper.has-post-thumbnail .blog-content .post-category{
    top: -48px;
}

.post-category .posted-in a{
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    margin-right: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    background-color: #f44f77;
    display: inline-block;
}
.post-category .posted-in a:first-child{
    background-color: #29cfff;
}
.post-category .posted-in a:nth-child(3){
    background-color: #06ca75;
}
.post-category .posted-in a:nth-child(4){
    background-color: #26547c;
}
.post-category .posted-in a:last-child{
    margin-right: 0;
}
.entry-header {
    margin-bottom: 18px;
}
.post-thumbnail{
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.blog-grid .post-thumbnail{
    margin-bottom: 0;
}
.entry-header .entry-meta {
    margin: 0;
    padding: 0;
    list-style: none;
}
.entry-header .entry-meta li{
    float: left;
    color: #a7a7a7;
    font-size: 13px;
    line-height: 24px;
    text-transform: capitalize;
    margin-right: 20px;
}
.entry-header .entry-meta li:last-child{
    margin-right: 0;
}
.entry-header .entry-meta li i {
    margin-right: 5px;
}
.entry-header .entry-meta li a{
    color: #a7a7a7;
}
.entry-header .entry-meta li a:hover{
    color: #ef476f;
}
.entry-header h2 {
    font-weight: 700;
	font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}
.blog-grid .entry-header h2 {
    margin-bottom: 10px;
    line-height: 28px;
}
.single-post .entry-header h2{
    font-size: 24px;
}
.entry-header h2 a{
	color: #26547c;
}

.entry-header h2 a:hover {
    color: #bd153d;
}

.entry-content p:last-child{
    margin-bottom: 0;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
.thumb-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: rgba(250,250,250,0);
    background: -moz-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,250,250,0)), color-stop(100%, rgba(0,0,0,0.85)));
    background: -webkit-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -ms-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom, rgba(250,250,250,0) 0%, rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#000000', GradientType=0 );
}
.entry-content .more-link {
    display: table;
    margin-top: 20px;
}
.entry-footer {
    padding: 13px;
    border-top: 1px solid #eee;
}
.entry-footer .entry-meta {
    margin: 0;
    padding: 0;
}
.entry-footer .entry-meta li {
    display: inline-block;
    margin-right: 7px;
}
.entry-content .more-link{
    padding: 0px 15px;
    font-size: 11px;
    color: #a7a7a7;
    text-transform: uppercase;
    border: 1px solid #eee;
    border-radius: 30px;
    line-height: 25px;
    font-weight: 500;
}
.entry-content .more-link:hover{
    color: #fff;
    background-color: #ef476f;
    border: 1px solid transparent;
}
.post-comments span,
.post-comments a {
    padding: 0 0px 0px 18px;
    position: relative;
    line-height: 15px;
}
.post-comments span::before,
.post-comments a::before,
.zilla-likes::before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
}

.post-comments a::before,
.post-comments span::before {
    content: "\f086";
}
.zilla-likes::before {
    content: "\f087";
}

/*Post like count*/
.zilla-likes {
    background: none;
    padding-left: 15px !important;
    position: relative;
    margin: 0 !important;
}
.zilla-likes:hover, 
.zilla-likes.active {
    background: none;
    margin: 0 !important;
    padding-left: 15px !important;
}

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


/* POST FORMAT VIDEO
------------------------------------------- */
.post-wrapper.format-video iframe{
    width: 100%;
    min-height: 344px;
}


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


/* POST FORMAT QUOTE
------------------------------------------- */
blockquote {
    padding: 30px;
    border: 0;
    margin: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 17px;
    border: 1px solid #e5e5e5;
    border-left: 5px solid #ef5177;
}

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


/* POST FORMAT LINK
------------------------------------------- */
.post.format-link .blog-link a {
    display: block;
    padding: 20px 60px;
    font-size: 16px;
    background: #f1f1f1;
    position: relative;
}
.post.format-link .blog-link a:hover {
    color: #fff;
    background-color: #ef476f;
}
.post.format-link .blog-link a::before {
    position: absolute;
    content: "\f08e";
    font-family: FontAwesome;
    font-size: 16px;
    left: 35px;
    top: 20px;
}

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



/* DEFAULT GALLERY POST
------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  border: 1px solid #eee;
}

.gallery-caption {
  display: block;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 97.8%;
  border: 1px solid #eee;
  padding: 5px;
  margin: 10px;
}
.gallery-item img {
  width: 100%;
  height: auto;
}
.gallery-columns-2 .gallery-item {
  max-width: 47.6%;
}
.gallery-columns-3 .gallery-item {
  max-width: 30.5%;
}
.gallery-columns-4 .gallery-item {
  max-width: 22.6%;
}
.gallery-columns-5 .gallery-item {
  max-width: 18.8%;
  margin: 5px;
}
.gallery-columns-6 .gallery-item {
  max-width: 15.48%;
  margin: 5px;
}
.gallery-columns-7 .gallery-item {
  max-width: 13.1%;
  margin: 5px;
}
.gallery-columns-8 .gallery-item {
  max-width: 11.31%;
  margin: 5px;
}
.gallery-columns-9 .gallery-item {
  max-width: 9.92%;
  margin: 5px;
}
.gallery-columns-7 figcaption {
  font-size: 12px;
  line-height: 20px;
}
.gallery-columns-8 figcaption {
  font-size: 12px;
  line-height: 20px;
}
.gallery-columns-9 figcaption {
  font-size: 12px;
  line-height: 20px;
}
.format-gallery .gallery {
  border: 0;
}


/* 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;
}
.blog-carousel .carousel-control:focus, 
.blog-carousel .carousel-control:hover {
    color: #fff;
    background-color: #ef476f;
}

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


/* POST FORMAT STATUS
------------------------------------------- */
.format-status p {
    background-color: #D5F1F9;
    padding: 10px 25px;
}

/* POST FORMAT CHAT
------------------------------------------- */
.format-chat .entry-content p:nth-child(odd), 
.format-chat .entry-content p:nth-child(even) {
    padding: 10px 25px;
    margin-top: 30px;
    position: relative;
}
.format-chat .entry-content p:nth-child(odd) {
    margin-right: 30px;
    background: #F5F5F5;
    border-radius: 15px 0 15px 15px;
}
.format-chat .entry-content p:nth-child(even) {
    margin-left: 30px;
    background: #D5F1F9;
    border-radius: 0 15px 15px 15px;
}
.format-chat .entry-content p:nth-child(odd)::before,
.format-chat .entry-content p:nth-child(even)::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 15px solid transparent; 
}
.format-chat .entry-content p:nth-child(odd)::before {
    right: -15px;
    border-left: 15px solid #f5f5f5;
}
.format-chat .entry-content p:nth-child(even)::before {
    left: -15px;
    border-right: 15px solid #d5f1f9;
}


/* Post Format Password Protected 
------------------------------------------- */
.post-password-required .btn {
    height: 45px;
    padding: 10px 30px;
}


/* PAGINATION
------------------------------------------- */
@media (max-width: 767px) {
    .blog-pagination {
        margin-bottom: 40px;
    }
}
.blog-navigation,
.pagination {
    margin: 25px 0 0;
}
.pagination>li>a,
.pagination>li>span {
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    color: #26547c;
    border: 1px solid #dadada;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.pagination>li>a.prev,
.pagination>li>a.next{
    width: 80px;
}

.pagination>li>a.prev i{
    margin-right: 5px;
    font-size: 15px;
}

.pagination>li>a.next i{
    margin-left: 5px;
    font-size: 15px;
}

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

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

.pagination>.disabled>a, 
.pagination>.disabled>a:focus, 
.pagination>.disabled>a:hover, 
.pagination>.disabled>span, 
.pagination>.disabled>span:focus, 
.pagination>.disabled>span:hover {
    border-color: #eee;
}

.page-count {
    font-size: 13px;
    border: 1px solid #eee;
    color: #a7a7a7;
    padding: 2px 12px;
}

@media (max-width: 479px) {
    .pagination>li>a, 
    .pagination>li>span {
        margin-bottom: 10px;
    }
}

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

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

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

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

/* INNER POST PAGINATION
------------------------------------------- */
.page-pagination a{
    color: #949494;
    background-color: #eee;
    padding: 2px 8px;
    border-radius: 3px;
}

.page-pagination a:hover,
.page-pagination > span {
    background-color: #ef476f;
    color: #fff;
}

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

.page-pagination .page-links-title{
    color: inherit;
    background-color: transparent;
}



/* SINGLE POST PAGER
------------------------------------------- */
.single-post-navigation {
    margin: 36px 0 80px;
    text-align: center;
}
.single-post-navigation .previous a,
.single-post-navigation .next a{
    display: block;
    padding: 10px 14px;
    border-radius: 3px;
    background-color: #dadada;
    color: #26547c;
}
.single-post-navigation .previous a:hover,
.single-post-navigation .next a:hover{
    background-color: #ef476f;
    color: #fff;
}
.single-post-navigation a i {
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
}
.single-post-navigation a:hover i {
    opacity: 1;
    visibility: visible;
}
.single-post-navigation .previous a:hover i {
    padding-right: 10px;
}
.single-post-navigation .next a:hover i {
    padding-left: 10px;
}



/* =-=-=-=-=-=-= SIDEBAR STYLE =-=-=-=-=-=-= */
@media (max-width: 991px) {
    .tt-sidebar-wrapper {
        margin-top: 30px;
    }
}
.tt-sidebar-wrapper .widget{
    padding: 35px;
    background-color: #ffffff;
    margin-bottom: 50px;
    border: 1px solid #e5e5e5;
}
.tt-sidebar-wrapper .widget-title{
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 8px;
    margin-bottom: 35px;
    border-bottom: 1px solid #eaeaea;
}

.comments-wrapper .comment-reply-title::after,
.comments-wrapper .comments-title::after,
.tt-sidebar-wrapper .widget-title::after{
    position: absolute;
    content:"";
    width: 60px;
    height: 3px;
    background-color: #ef476f;
    left: 0;
    bottom: -2px;
}


/* COMMON STYLE FOR ALL WIDGETS
------------------------------------------- */
.widget > ul > li{
    display: table;
}
.tt-sidebar-wrapper .widget img {
    max-width: 100%;
    height: auto;
}
.tt-sidebar-wrapper .widget > ul {
    margin: 0;
    padding: 0;
}
.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: #a7a7a7;
}

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

.tt-popular-post .tab-content h4 a:hover,
.widget_recent_entries ul li  a:hover,
.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: #ef476f;
}


/* WIDGET_SEARCH
------------------------------------------- */
.search-form{
    position: relative;
}
.search-form .form-control{
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #bbbbbb;
    padding: 0 20px;
    height: 45px;
    line-height: 43px;
    border-radius: 50px;
}
.search-form .form-control:focus{
    border: 1px solid #ef476f;
}
.search-form button{
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    height: 45px;
    border: 0;
    background-color: #ef476f;
    color: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}


/* POPULAR POSTS
------------------------------------------- */
.nav-tabs{
    border-color: #eeeeee;
}
.nav-tabs>li>a{
    background-color: #f7f7f7;
    border-radius: 0;
    border-color: #eeeeee;
    margin: 0 -1px -1px;
    font-size: 16px;
    color: #202020;
}

.tt-popular-post .nav-tabs>li>a{
    padding: 10px 25px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
    background-color: #ffffff;
    color: #ef476f;
    border-color: #eeeeee #eeeeee transparent;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus{
    border-color: #eeeeee;
    color: #ef476f;
}
.tt-popular-post .tab-content .entry-meta li a,
.widget_recent_entries ul li .post-date {
    color: #a7a7a7;
    line-height: 22px;
}

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

.tt-popular-post h4{
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 0;
    display: inline;
}
.tt-popular-post span{
    color: #afafaf;
    font-size: 12px;
}
.tt-popular-post h4 a{
    color: #202020;
}
.tt-popular-post h4 a:hover{
    color: #ef476f;
}

.tt-popular-post .media{
    margin: 0 0 15px;
}

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

.tt-popular-post .media img{
    max-width: inherit;
}


/* 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: #ef476f;
    border-color: #ef476f;
}
.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: #ef476f;
}
.tt-recent-comments .comment-content .entry-meta{
    margin-bottom: 10px;
}
.tt-recent-comments .author-avatar img{
    border-radius: 50%;
    max-width: inherit;
}


/* NEWSLETTER WIDGET
------------------------------------------- */
.widget.widget_mc4wp_form_widget{
    padding: 30px 35px 40px;
    background-color: #ef476f;
    color: #ffffff;
    text-align: center;
}
.widget.widget_mc4wp_form_widget .widget-title{
    color: #ffffff;
    border: 0;
}
.widget_mc4wp_form_widget .mc4wp-form{
    margin-bottom: 0;
}
.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: #ef476f;
    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: #ef476f;
    outline: none;
}
.widget_mc4wp_form_widget .form-control::-webkit-input-placeholder {
   color: rgba(255, 255, 255, 0.7);
}

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

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

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

/*widget_recent_entries*/
.widget_recent_entries ul li {
    margin-top: 20px;
}
.widget_recent_entries ul li a{
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

/*widget_recent_comments*/
.widget_recent_comments .comment-author-link,
.widget_recent_comments .comment-author-link a {
    color: #a7a7a7;
}
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
    line-height: 40px;
}


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

.widget ul li a.rsswidget{
    margin-right: 5px;
}

.widget_product_categories ul li::before,
.widget_categories ul li::before,
.widget_meta ul li::before,
.widget_pages ul li::before {
    content: "\f105";
    font-family: 'fontawesome';
    float: left;
    padding-right: 15px;
    color: #757575;
    background: transparent!important;
    font-size: 16px;
    line-height: 40px;
}


/*Widget Select Option Style*/
.widget select {
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    color: #666;
    border: 1px solid #eee;
}
.widget select:focus {
    border: 1px solid #ef476f;
    outline: none;
}


/*widget_calendar*/

.widget_calendar .calendar_wrap table {
    width: 100%;
}
.widget_calendar .calendar_wrap table caption {
    padding: 0 0 5px;
    margin-bottom: 15px;
    color: #666;
    border-bottom: 1px solid #eee;
}
.widget_calendar #today {
    color: #ef476f;
    font-weight: 700;
}


/* WIDGET RRS
------------------------------------------- */
.widget_rss ul li{
    margin-bottom: 20px;
    border-bottom: 1px dashed #eaeaea;
    padding-bottom: 20px;
}
.widget_rss ul li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}


/* TAG CLOUD
------------------------------------------- */
.tagcloud a{
    display: inline-block;
    font-size: 13px!important;
    line-height: 27px;
    padding: 0px 11px;
    color: #666;
    border: 1px solid #eee;
    border-radius: 50px;
    margin-right: 7px;
    margin-bottom: 7px;
}
.tagcloud a:hover{
    background-color: #ef476f;
    color: #fff!important;
    border: 1px solid transparent;   
}

/*widget_nav_menu*/
.widget_nav_menu .menu {
    padding: 0;
}
.widget_nav_menu .menu .sub-menu{
    padding-left: 15px;
}

/*Shopping cart content widget*/
@media screen and (max-width: 479px) {
	.widget_shopping_cart_content .buttons a {
		display: block;
		width: 100%;
		margin: 4px 0;
	}
}





/* =-=-=-=-=-=-= BLOG GRID STYLE =-=-=-=-=-=-= */
.blog-grid .post-wrapper{
    margin-bottom: 50px;
}
.blog-grid .post-wrapper:hover{ 
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.blog-grid .featured-wrapper {
    
}

/*search-filter-wrapper*/

.search-filter-wrapper {
    margin-bottom: 60px;
}
.search-filter-wrapper .search-form {
    text-align: center;
}
.search-filter-wrapper .post-categories,
.search-filter-wrapper .post-tags,
.search-filter-wrapper .post-orderby,
.search-filter-wrapper .form-control,
.search-filter-wrapper .post-search,
.search-filter-wrapper .post-order {
    display: inline-block;
    margin: 6px 10px;
}

@media screen and (max-width: 600px) {
	.search-filter-wrapper .post-categories,
	.search-filter-wrapper .post-tags,
	.search-filter-wrapper .post-orderby,
	.search-filter-wrapper .form-control,
	.search-filter-wrapper .post-search,
	.search-filter-wrapper .post-order {
	    display: block;
	    margin: 6px 0;
	}

	.search-filter-wrapper .post-categories select,
	.search-filter-wrapper .post-tags select,
	.search-filter-wrapper .post-orderby select,
	.search-filter-wrapper .post-order select,
	.search-filter-wrapper .post-search input {
		width: 100%;
	}
}

.search-filter-wrapper .post-search {
    position: relative;
}

.search-filter-wrapper .form-control {
    width: inherit;
    border-radius: 6px;
}

.search-filter-wrapper select {
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #a0a0a0;
    padding: 0 20px;
    height: 45px;
    line-height: 43px;
    border-radius: 6px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.search-filter-wrapper select:focus {
  border: 1px solid #ef476f;
  outline: none;
}

.search-filter-wrapper .search-form button {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 40px;
    height: 45px;
    border: 0;
    background-color: transparent;
    color: #999;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}


@media screen and (max-width: 767px) {
	.search-filter-wrapper .search-form button {
	    top: 0;
	}
}


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

.single-post .post-wrapper {
    margin-bottom: 0;
}
.single-post blockquote {
    margin: 30px 0;
}
.single-post .entry-content{
    padding-bottom: 40px;
}
.single-post .entry-footer .entry-meta {
    float: right;
}
.single-post .entry-footer {
    padding: 20px 35px;
    position: relative;
    margin-left: -35px;
    margin-right: -35px;
}
.single-post .entry-footer .post-tags ul{
    margin-bottom: 0;
}
.single-post .entry-footer .post-tags ul li{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-post .entry-footer .post-tags ul li a{
    color: #999999;
    font-size: 16px;
    text-transform: capitalize;
}

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

.single-post .entry-footer .post-share ul{
    margin-bottom: 0;
}

.single-post .entry-footer .share-wrapper{
    float: right;
}

.single-post .entry-footer .post-share li{
    margin: 0;
    padding: 0;
}
.single-post .entry-footer .post-share li a{
    width: 35px;
    height: 35px;
    display: inline-block;
    color: #c3c3c3;
    padding: 0;
    line-height: 35px;
    text-align: center;
}

.single-post .entry-footer .post-share li a:hover{
    color: #ef476f;
}



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

.single-post .post-author {
    border: 1px solid #e5e5e5;
    margin-bottom: 80px;
    background-color: #ffffff;
}
.single-post .post-author .media {
    padding: 30px 20px;
}
.single-post .post-author .media-left {
    padding-right: 20px;
    vertical-align: top;
}
.single-post .post-author .media-left img {
    border-radius: 5px;
}

@media screen and (max-width: 479px) {
	.single-post .post-author .media-body, 
	.single-post .post-author .media-left, 
	.single-post .post-author .media-right
	.comments-wrapper .media-body, 
	.comments-wrapper .media-left, 
	.comments-wrapper .media-right {
	    display: block;
	}
	.single-post .post-author .media-left,
	.comments-wrapper .media-left {
	    padding-right: 0;
	   	margin-bottom: 15px;
	}
	.single-post .post-author .media-body {
    	width: 100%;
	}
	.comments-wrapper ul.children {
		padding-left: 0;
	}
}




.author-info h3{
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
}
.author-info h3 a{
    color: #26547c;
    margin-left: 5px;
}
.author-info h3 a:hover{
    color: #ef476f;
}
.author-info .post-count{
    font-style: italic;
    font-size: 11px;
    border-left: 1px solid #e5e5e5;
    margin-left: 15px;
    padding-left: 15px;
}
.author-social-info {
    border-top: 1px solid #eee;
    padding: 15px 20px;
}
.authors-post {
    float: left;
}
.authors-post a,
.authors-post i{
    color: #a7a7a7;
}
.authors-post a:hover{
    color: #ef476f;
}
.authors-post i {
    margin-right: 10px;
}
.author-links ul{
    margin-bottom: 0;
}
.author-links ul li a {
    color: #C4C4C4;
}
.author-links ul li a:hover {
    color: #ef476f;
}



@media (max-width: 350px) {
    .author-box .author-box-image {
        display: block;
        padding-right: 0;
    }
    .author-box .author-box-image img {
        margin: 0 auto 20px;
    }
}


/* COMMENTS
------------------------------------------- */
.comments-wrapper{
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 40px;
}
.comments-wrapper .comment-reply-title,
.comments-wrapper .comments-title{
    position: relative;
    font-weight: 500;
    padding-bottom: 8px;
    margin-bottom: 35px;
    border-bottom: 1px solid #eaeaea;
}
.comments-wrapper ul.comment-list,
.comments-wrapper ul.children{
    list-style: none;
}
.comment-list {
    padding: 0;
    margin-bottom: 80px;
}
.comment-list .media {
    margin-top: 40px;
}
.comment-list .media .media-left{
    padding-right: 20px;
}
.comment-list .media .media-left img{
    border-radius: 5px;
}
.comment-list .bypostauthor > .media{
    background-color: #f4f4f4;
    padding: 20px 20px 15px;
}
.comment-info {
    color: #a7a7a7;
    font-size: 13px;
    line-height: 22px;
}
.comment-info a {
    color: #a7a7a7;
}
.comment-info .comment-author {
    display: inline-block;
}
.comment-info .comment-author h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize
}
.comment-info i {
    padding: 0 10px;
}
.comment-info time{
    font-style: italic;
    margin-right: 20px;
}
.comment-info .comment-reply-link{
    border: 1px solid #e5e5e5;
    padding: 2px 10px;
    border-radius: 3px;
}
.comment-info .comment-reply-link:hover{
    background-color: #ef476f;
    color: #ffffff;
    border-color: #ef476f;
}
.comment-info .edit-link {
    padding-left: 10px;
}
.comment-respond {
    margin-top: 80px;
}
.page .comment-respond {
    margin-top: 0;
}
.comment-respond .comment-reply-title {
    margin-bottom: 30px;
}
.comment-respond .btn {
    margin: 35px 0 0;
    border-radius: 4px;
}
.comment-respond .comment-form-comment{
    margin-bottom: 15px;
}

@media(max-width: 767px){
    .comment-respond .comment-form-author{
        margin-bottom: 30px;
    }
    .comment-info div+div {
    	margin-bottom: 15px;
    }
}


@media(max-width: 991px){
	
    .comment-info div+div {
    	margin-bottom: 15px;
    }
}

.comment-respond .form-control{
    background-color: #f4f4f4;
}


/* LATEST POST 
------------------------------------------- */
.press-release-wrapper .entry-meta li:last-child {
    float: right;
}

.press-release-wrapper .entry-meta li a.zilla-likes {
    border: 0 !important;
}

.press-release-wrapper .entry-footer {
    padding: 15px 0;
    border-top: 0;
}

.press-release-wrapper .lodemore {
    margin-top: 50px;
}



/* =-=-=-=-=-=-= CALL TO ACTION SECTION =-=-=-=-=-=-= */
.tt-cta-content h2{
    margin-bottom: 5px;
    font-weight: 700;
}

.tt-cta-content p{
    margin: 0;
}

.tt-cta-wrapper.button-right .tt-cta-content{
    width: 75%;
    display: inline-block;
}

.tt-cta-wrapper.button-right .tt-cta-button{
    float: right;
}

@media(max-width: 991px){
    .tt-cta-wrapper.button-right .tt-cta-content{
        width: 100%;
    }

    .tt-cta-wrapper.button-right .tt-cta-button{
        margin-top: 30px;
        float: none;
    }
}

address {
    margin-bottom: 30px;
}
.address-wrapper .icon-wrapper.icon-position-top{
    margin-bottom: 15px;
}
.address-wrapper .icon-wrapper.icon-position-left {
    float: left;
    margin-right: 25px;
    padding-top: 7px;
}
.address-wrapper .icon-wrapper i{
    font-size: 30px;
    color: #999;
}
.address-wrapper .info-wrapper{
    line-height: 25px;
    overflow: hidden;
}
.address-wrapper .info-wrapper p {
    margin: 0;
}
.address-wrapper .info-wrapper,
.address-wrapper .info-wrapper a{
    color: #212121;
}
.address-wrapper .info-wrapper a:hover {
    color: #ef476f;
}


/* Quick Consultancy Form
------------------------------------------- */
.quick-consultancy {
    padding: 35px;
    position: relative;
    box-shadow: 0 -20px 38px rgba(0, 0, 0, 0.2);
}

.quick-consultancy::before,
.quick-consultancy::after {
    content: "";
    height: 8px;
    position: absolute;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.quick-consultancy::before {
    width: calc(100% - 22px);
    background-color: #f1f0f0;
    left: 10px;
    top: -8px;
    border: 1px solid #e8e8e8;
    z-index: 20;
}
.quick-consultancy::after {
    width: calc(100% - 40px);
    background-color: #eaeaea;
    left: 18px;
    top: -15px;
    z-index: 10;
}


.quick-consultancy h3 {
	font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.quick-consultancy p {
    line-height: 20px;
    margin-bottom: 30px;
}

.quick-consultancy .btn.submit-btn {
    color: #fff;
    background-color: #26547c;
    border-color: #26547c;
    border-radius: 0;
}

.quick-consultancy .submit-btn-wrapper {
    text-align: center;
}
.quick-consultancy + div.wpcf7-response-output {
    margin: -40px 0 0 !important;
}


/* 404 PAGE
------------------------------------------- */
.error-page-wrapper {
    padding: 200px 0;
}
.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: #ef476f;
    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: #ef476f;
    color: #fff;
    border-radius: 5px;
}

.error-message a:hover {
    background-color: #ef476f;
    color: #fff;
}
.error-message a i {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .error-message {
        padding-left: 0;
        border-left: 0;
        text-align: center;
    }
}



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

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    transform: scale(0.95);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}



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



/* Common Footer Style
------------------------------------------- */
.footer-section {
    position: relative;
}

.page-template-blog-grid-left-sidebar .footer-section,
.page-template-blog-grid-right-sidebar .footer-section,
.page-template-blog-grid .footer-section,
.page-template-blog-grid-home .footer-section,
.single-post .footer-section,
.blog .footer-section,
.archive .footer-section,
.search .footer-section{
    background-color: #f4f4f4;
}

.primary-footer {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    padding: 70px 50px 40px 50px;
    background-color: #ffffff;
}

.footer-logo img{
    width: initial;
    margin-bottom: 30px;
}

.footer-about-text {
	margin-bottom: 30px;
}

.footer-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-nav>li{
	display: inline-block;
}
.footer-nav>li{
    margin-right: 20px;
}
.footer-nav>li:last-child{
	margin-right: 0;
}
.footer-menu ul li a{
    display: block;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    color: #26547c;
}
.footer-menu ul li a:hover{
    color: #ef476f;
}

/*footer dropdown*/
.footer-nav ul.sub-menu{
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    width: 190px;
    background-color: #ddd;
    padding: 10px;
}
.footer-nav>li>ul.sub-menu>li ul.sub-menu{
    left: 170px;
    top: 0;
}
.footer-nav>li>ul ul{
    display: none;
}
.footer-nav li{
    position: relative;
}

.footer-nav>li > ul.sub-menu li:hover > ul.sub-menu,
.footer-nav > li:hover>ul.sub-menu{
    display: block;
}


@media screen and (max-width: 580px) {
    .footer-menu ul {
        text-align: center;
    }
    .footer-menu ul li {
        float: none;
        display: inline-block;
    }
}


/*Footer Sidebar*/
.footer-section .widget {
    margin-bottom: 30px;
}
.footer-sidebar .widget{
	border: 0;
	padding: 0 15px;
	background-color: transparent;
}
.footer-sidebar .widget-title{
    font-size: 16px;
    font-weight: 900;
    border: 0;
    padding: 0;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.footer-sidebar .widget-title::after {
	display: none;
}
.footer-sidebar .widget_nav_menu ul li a{
    display: block;
    color: #999;
    text-transform: capitalize;
    padding: 2px 0;
}
.footer-sidebar .widget_nav_menu ul li a:hover {
	padding-left: 10px;
	color: #ef476f;
}
.copyright p {
    margin: 0;
}


/* Default Footer Style
------------------------------------------- */
.footer-default-wrapper .footer-sidebar .widget {
	padding: 0;
}
.footer-default-wrapper.footer-section .widget {
    margin-bottom: 0;
}


@media screen and (min-width: 500px) {
    .footer-default-wrapper .footer-sidebar .widget_nav_menu ul li{
        float: left;
        width: 50%;
    }    
}

.footer-default-wrapper .social-links-wrap ul li a i{
    border: 1px solid #ececec;
    border-radius: 3px;
}
.footer-default-wrapper .social-links-wrap{
    margin-top: 20px;
}
.footer-default-wrapper .social-links-wrap ul{
    margin-left: -5px;
}
.footer-default-wrapper .social-links-wrap ul li a:hover i{
    border: 1px solid #ef476f;
}


/* Onepage Footer Style
------------------------------------------- */
.footer-onepage-wrapper {
	padding-bottom: 40px;
}
.footer-onepage-wrapper .social-links-wrap {
	margin-bottom: 30px;
}



/*back to top*/
.backToTop i{
    text-align: center;
    font-size: 40px;
    line-height: 62px;
    background-color: #ef476f;
    color: #fff;
    width: 68px;
    height: 68px;
    position: absolute;
    top: -34px;
    left: 50%;
    margin-left: -34px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 3px 5px #989898;
    -moz-box-shadow: 0px 3px 5px #989898;
    -ms-box-shadow: 0px 3px 5px #989898;
    -o-box-shadow: 0px 3px 5px #989898;
    box-shadow: 0px 3px 5px #989898;
}

.backToTop i:hover{
    background-color: #bd153d;
    -webkit-box-shadow: 0px 5px 10px #989898;
    -moz-box-shadow: 0px 5px 10px #989898;
    -ms-box-shadow: 0px 5px 10px #989898;
    -o-box-shadow: 0px 5px 10px #989898;
    box-shadow: 0px 5px 10px #989898;
}

/*copyright text*/
.footer-copyright{
    padding: 35px 0;
    text-align: center;
}
.footer-logo p span{
    color: #ef476f;
    font-weight: 600;
}
.privacy-policy-link {
    margin-left: 7px;
}

/*Footer Social Link*/

.social-links-wrap ul{
    margin: 0;
}
.social-links-wrap ul li a i{
    display: block;
    color: #999;
    font-size: 15px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.social-links-wrap ul li a:hover i{
	background-color: #ef476f;
	color: #fff;
	border-color: transparent;
}


@media(max-width: 767px){
    .footer-copyright .copyright,
    .social-links-wrap{
        text-align: center;
    }
}


/*Latest Post Widget*/
.footer-sidebar .tt-latest-post .media{
    margin-top: 20px;
}
.tt-latest-post .media-left{
    padding-top: 3px;
}
.tt-latest-post .media-left img{
    min-width: 70px;
}
.tt-latest-post .media-body h4{
    font-weight: 500;
    margin: 0 0 5px;
    font-size: 14px;
    text-transform: capitalize;
}
.tt-latest-post .media-body h4 a{
    color: #606060;
}
.tt-latest-post .media-body h4 a:hover{
    color: #ef476f;
}
.tt-latest-post .entry-meta{
    margin: -5px 0 0;
}

.footer-sidebar .tt-latest-post .entry-meta ul {
	margin: 0;
}
.footer-sidebar .tt-latest-post .entry-meta li,
.footer-sidebar .tt-latest-post .entry-meta li a{
    color: #999;
}


/*Flicker Photo Widget*/
.tt-flickr-photo li{
    display: inline-block !important;
    margin: 0 4px 4px 0;
}
.tt-flickr-photo li a{
    display: block;
    position: relative;
}
.widget_tt_flickr_widget .tt-flickr-photo li a{
    padding: 0;
}
.tt-flickr-photo li a::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    z-index: 100;
}
.tt-flickr-photo li a::after{
    content: "\f067";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    color: #fff;
    margin-top: -13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    z-index: 101;
}
.tt-flickr-photo li a:hover::before,
.tt-flickr-photo li a:hover::after{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}



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

/* =-=-=-=-=-=-= TO TOP =-=-=-=-=-=-= */

#toTop{
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #ef476f;
    cursor: pointer;
    display: none;
    z-index: 9999;
    width: 40px;
    height: 40px;
    border: 2px solid #ef476f;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#toTop:hover {
  color: #fff;
  background-color: #ef476f;
  border: 2px solid transparent;
}

/*Visual composer sytle override 
------------------------------------------- */

/*Common style for all accordion*/
.vc_tta-panel-title {
    font-family: Roboto, sans-serif;
}

.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
    border: 1px solid #eee!important;
}

/*Default Style*/
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-default .vc_tta-panel-title>a,
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-classic .vc_tta-panel-title>a,
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-modern .vc_tta-panel-title>a,
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-flat .vc_tta-panel-title>a {
    color: #fff!important;
}

.vc_tta-color-theme_default_color .vc_tta-panel .vc_tta-panel-heading {
    background-color: #666;
}

.vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #ef476f;
}


/*Accordion Outline Style*/
.vc_tta.vc_tta-style-outline .vc_tta-panel-heading {
    border-width: 1px!important;
}
.vc_tta-color-theme_default_color.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent;
    border-color: #666;
}
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #ef476f;
}

.vc_tta-color-theme_default_color.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #ef476f!important;
}

.vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading, 
.vc_tta.vc_tta-style-outline .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
    margin-bottom: 0px!important;
}

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

/*slider*/
.theme-default .nivoSlider img,
.flexslider .slides img{
    height: auto;
}

.wpb_revslider_element{
    margin-bottom: 0 !important;
}


/*post loading*/

.posts-content.loading > * {
    opacity:0.2;
}

.posts-content.loading:before {
    content: "";
    background-image: url(images/post-loader.gif);
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -21px;
    width: 42px;
    height: 42px;
}


/* =-=-=-=-=-=-= OTHERS SHORTCODES STYLE =-=-=-=-=-=-= */


/* PARTNER CAROUSEL
------------------------------------------- */
.section-wrapper>.container .partner-carousel-wrapper{
    overflow: hidden;
}
.partner-carousel-wrapper {
    position: relative;
}
.partner-carousel {
    overflow: hidden;
}
.partner-carousel .partner-item {
    min-height: 80px;
    padding: 20px 0;
    background-color: #fff;
    position: relative;
}

.partner-carousel .swiper-wrapper .item-border-show{
    border: 1px solid #eaeaea;
    border-right: 0;
}
.partner-carousel .swiper-wrapper .item-border-show:first-child{
    border-left: 1px solid #eaeaea;
}
.partner-carousel .swiper-wrapper .item-border-show:last-child{
    border-right: 1px solid #eaeaea;
}
.partner-carousel .partner-item img{
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tt-bh-effect{
    position:relative;
    display:block;
}
.tt-bh-effect img{
    margin: 0 auto;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.tt-bh-effect img:hover{
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: inherit;
}


/*partner-carousel control*/
.partner-carousel .swiper-button-next, 
.partner-carousel .swiper-button-prev {
    width: 70px;
    height: 50px;
    background-image: none;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}

.partner-carousel .swiper-button-next {
    background-color: #ef476f;
    right: -35px;
}
.partner-carousel .swiper-button-prev {
    left: -35px;
    background-color: #26547c;
}


.partner-carousel .swiper-button-next.swiper-button-disabled, 
.partner-carousel .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

/*nav-pos-center*/
.partner-carousel.nav-pos-center .swiper-button-prev {
    left: 50%;
    margin-left: -35px;
    margin-top: -50px;
}
.partner-carousel.nav-pos-center .swiper-button-next {
    right: 50%;
    margin-right: -35px;
    margin-top: 0;
}
/*nav-pos-top/bottom*/
@media(min-width: 768px){
    .partner-carousel.nav-pos-top,
    .partner-carousel.nav-pos-bottom {
        overflow: visible;
    }
}
.partner-carousel.nav-pos-top .swiper-button-prev,
.partner-carousel.nav-pos-top .swiper-button-next {
    top: 0;
    margin-top: -50px;
}
.partner-carousel.nav-pos-bottom .swiper-button-prev,
.partner-carousel.nav-pos-bottom .swiper-button-next {
    top: auto;
    bottom: 0;
    margin-bottom: -50px;
}
.partner-carousel.nav-pos-left-right .swiper-button-prev,
.partner-carousel.nav-pos-left-right .swiper-button-next{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.partner-carousel.nav-pos-left-right .swiper-button-prev{
    left: 0;
}
.partner-carousel.nav-pos-left-right .swiper-button-next{
    right: 0;
}
.partner-carousel:hover .swiper-button-prev,
.partner-carousel:hover .swiper-button-next{
    opacity: 1;
    visibility: visible;
}
.section-wrapper>.container .partner-carousel.nav-pos-top .swiper-button-prev,
.section-wrapper>.container .partner-carousel.nav-pos-top .swiper-button-next{
    margin-top: 0;
}
.section-wrapper>.container .partner-carousel.nav-pos-bottom .swiper-button-prev,
.section-wrapper>.container .partner-carousel.nav-pos-bottom .swiper-button-next{
    margin-bottom: 0;
}
.partner-carousel.nav-pos-top .swiper-button-prev,
.partner-carousel.nav-pos-bottom .swiper-button-prev {
    left: 50%;
    margin-left: -70px;
}
.partner-carousel.nav-pos-top .swiper-button-next,
.partner-carousel.nav-pos-bottom .swiper-button-next {
    right: 50%;
    margin-right: -70px;
}
/*control multi-color border*/
.partner-carousel.item-top-border,
.partner-carousel.item-bottom-border{
    position: relative;
}
.partner-carousel.item-top-border::before,
.partner-carousel.item-top-border::after,
.partner-carousel.item-bottom-border::before,
.partner-carousel.item-bottom-border::after {
    content: '';
    width: 50%;
    height: 5px;
    position: absolute;
    z-index: 10;
}
.partner-carousel.item-top-border::before,
.partner-carousel.item-top-border::after {
    top: -5px;
}
.partner-carousel.item-bottom-border::before,
.partner-carousel.item-bottom-border::after {
    bottom: -5px;
}
.section-wrapper>.container .partner-carousel.item-top-border::before,
.section-wrapper>.container .partner-carousel.item-top-border::after{
    top: 0;
}
.section-wrapper>.container .partner-carousel.item-bottom-border::before,
.section-wrapper>.container .partner-carousel.item-bottom-border::after{
    bottom: 0;
}
.partner-carousel.item-top-border::before,
.partner-carousel.item-bottom-border::before {
    background: #26547c;
    left: 0;
}
.partner-carousel.item-top-border::after,
.partner-carousel.item-bottom-border::after {
    background-color: #ef476f;
    right: 0;
}



/*
TESTIMONIAL CAROUSEL
------------------------------------------------------------*/
.testimonial-carousel-wrapper {
    margin: 0 auto;
}
@media(max-width: 767px){
    .testimonial-carousel-wrapper {
        overflow: hidden;
    }
}
.swiper-slide.blockquote {
    font-size: 20px;
    font-weight: 300;
    color: #b2b2b2;
    padding: 0 10px;
    opacity: .2;
}
.swiper-slide.blockquote.swiper-slide-active {
    opacity: 1;
}
.swiper-wrapper .video-quote {
    margin-bottom: 30px;
}
.swiper-wrapper .tt-popup {
    position: static;
    margin-left: 0;
}
.swiper-wrapper .tt-popup i {
    width: 36px;
    height: 36px;
    font-size: 14px;
    line-height: 32px;
    color: #00d8ff;
    border: 3px solid #00d8ff;
    margin-left: 0;
}
.swiper-slide.blockquote .quote-content {
    margin-bottom: 50px;
}
.swiper-slide.blockquote .client-photo img{
    width: 70px;
    height: 70px;
    display: inline-block;
    background: #00d8ff;
    border-radius: 50%;
    padding: 7px;
}
.swiper-slide.blockquote .client-name {
    display: block;
    font-size: 16px;
    line-height: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #26547c;
    letter-spacing: 2px;
    margin-top: 20px;
}
.swiper-slide.blockquote .client-title {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}
.testimonial-carousel-wrapper .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -40px;
}
.testimonial-carousel-wrapper .swiper-pagination-bullet-active {
    background-color: #ef476f;
}
@media screen and (min-width: 600px) {
    .testimonial-carousel-wrapper {
        width: 600px;
    }
    .swiper-slide.blockquote {
        padding: 0 40px;
    }
}

/*carousel-standard*/
.testimonial-carousel.carousel-standard {
    overflow: hidden;
}
.carousel-standard .swiper-slide.blockquote {
    padding: 0;
}



/* FUN FACTS
---------------------------------------*/
.fact-wrap .timer,
.fact-wrap .count-title {
    display: block;
}
.fact-wrap .timer {
    font-size: 48px;
    font-weight: 100;
    color: #26547c;
}
.fact-wrap .count-title {
    font-size: 18px;
    font-weight: 100;
    text-transform: capitalize;
}
/*fact style one*/
.fact-wrap.style-one .count-title {
    position: relative;
    color: #26547c;
    margin-top: 20px;
    padding-top: 15px;
}
.fact-wrap.style-one .count-title::before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #ef476f;
    position: absolute;
    top: 0;
    left: 0;
}
.fact-wrap.style-one .tt-icon .icon{
    font-size: 60px;
    opacity: 0.1;
    position: absolute;
    left: 10%;
    bottom: 10px;
}
/*fact style two*/
.fact-wrap.style-two .counter-wrap {
    text-align: center;
}
.fact-wrap.style-two .timer {
    font-weight: 700;
}
.fact-wrap.style-two .count-title {
    font-weight: 400;
    margin-top: 15px;
}
.fact-wrap.style-two .tt-icon {
    margin-bottom: 15px;
}
.fact-wrap.style-two .tt-icon .icon{
    font-size: 40px;
}
@media screen and (max-width: 767px) {
	.fact-wrap .counter-wrap {
		margin-bottom: 40px;
	}
}


/* ICON BLOCK
------------------------------------------- */

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

/*icon position center*/
.icon-block.icon-position-center .tt-icon{
    float: none;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.icon-block.icon-position-center .tt-content{
    text-align: center;
}

/*icon postition right*/
.icon-block.icon-position-right .tt-icon{
    float: right;
    text-align: right;
    margin-left: 20px;
}
.icon-block.icon-position-right .tt-content{
    text-align: right;
    overflow: hidden;
}
.icon-block i {
    font-size: 28px;
}
.icon-block h3 {
    font-size: 20px;
    font-weight: 500;
    position: relative;
}
.icon-block p {
    line-height: 28px;
}
.icon-block .tt-icon a,
.icon-block h3 a{
    color: #202020;
}
.icon-block h3 a:hover{
    color: #c03a2b;
}

.tt-icon.flat-icon i{
    display: inline-block;
}

.icon-block.icon-default .tt-icon i{
    font-size: 40px;
}

.icon-block .tt-icon a.theme-color, 
.icon-block h3.theme-color,
.icon-block h3 a.theme-color{
    color: #ef476f;
}

/* Icon Shape
------------------------------------------- */

/*Square Icon*/
.icon-block.icon-square .tt-icon i {
    padding: 20px;
}

/*Round Icon*/
.icon-block.icon-round .tt-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
}

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

/*Theme Color Icon Style*/
.icon-block.icon-square .tt-icon i.theme-color,
.icon-block.icon-round .tt-icon i.theme-color,
.icon-block.icon-circle .tt-icon i.theme-color {
    border: 1px solid #ef476f;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.icon-block.icon-square:hover .tt-icon.icon-hover-default i.theme-color,
.icon-block.icon-round:hover .tt-icon.icon-hover-default i.theme-color,
.icon-block.icon-circle:hover .tt-icon.icon-hover-default i.theme-color{
    border: 1px solid #ef476f;
}
.icon-block.icon-square:hover .tt-icon.icon-hover-default i.theme-color,
.icon-block.icon-round:hover .tt-icon.icon-hover-default i.theme-color,
.icon-block.icon-circle:hover .tt-icon.icon-hover-default i.theme-color{
    border: 1px solid #ef476f;
}
.icon-block.icon-square:hover .tt-icon.icon-hover-white i,
.icon-block.icon-round:hover .tt-icon.icon-hover-white i,
.icon-block.icon-circle:hover .tt-icon.icon-hover-white i{
    border: 1px solid #ffffff;
}
.icon-block.icon-square:hover .tt-icon.icon-hover-black i,
.icon-block.icon-round:hover .tt-icon.icon-hover-black i,
.icon-block.icon-circle:hover .tt-icon.icon-hover-black i{
    border: 1px solid #202020;
}

@media only screen and (max-width : 767px) {
    .icon-block{
      margin-bottom: 30px !important;
    }
}

.icon-block-wrapper .icon-block {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-transition: box-shadow 400ms;
    -moz-transition: box-shadow 400ms;
    -o-transition: box-shadow 400ms;
    transition: box-shadow 400ms;
}
.icon-block-wrapper .icon-block:hover {
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.1);
}
.icon-block-wrapper .icon-block .tt-content {
    line-height: 22px;
}


/*border box style*/
.border-box-style .icon-block{
    position: relative;
    border: 1px solid #e5e5e5;
}
.border-box-style .border-box {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    background: #000;
}


/*
PRICING TABLE
------------------------------------------------*/
.pricing-wrapper .table-contents {
    position: relative;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
.pricing-wrapper .pricing-table{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.pricing-wrapper.modern-table .pricing-table{
    overflow: visible;
    margin-bottom: 50px;
}
.package-name {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.package-price .currency-symbol,
.package-price .price {
    display: inline-block;
    font-size: 45px;
    font-weight: 800;
}
.package-price .currency-code {
    display: block;
    font-weight: 300;
    line-height: 20px;
}


/*table-info*/
.table-info {
    padding: 35px 20px;
}
.table-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.table-info ul li {
    font-size: 16px;
}
.table-info,
.table-footer {
    position: relative;
    z-index: 20;
}

/*table-footer*/
.purchase-button .btn {
    font-size: 16px;
    padding: 13px 31px;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.purchase-button .btn:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


/*standard-table*/
.standard-table .table-footer {
    margin-bottom: 40px;
}
.standard-table .table-header {
    padding: 35px 30px;
    color: #fff;
}
.standard-table .currency-symbol,
.standard-table .price {
    line-height: 50px;
}
.standard-table .currency-code {
    font-size: 14px;
    line-height: 30px;
}


/*standard-table-preset*/
.standard-table .table-preset-one .table-header {
    background-color: #ef476f;
}
.standard-table .table-preset-two .table-header {
    background-color: #06ca75;
}
.standard-table .table-preset-three .table-header {
    background-color: #00d8ff;
}
.standard-table .table-preset-four .table-header {
    background-color: #26547c;
}
.standard-table .table-preset-five .table-header {
    background-color: #d347db;
}


/*button css*/
.table-preset-one .btn-primary,
.table-preset-one .btn-primary:active:hover,
.table-preset-one .btn-primary:active:focus {
    background-color: #ef476f;
    border-color: #ef476f;
}
.table-preset-two .btn-primary,
.table-preset-two .btn-primary:active:hover,
.table-preset-two .btn-primary:active:focus {
    background-color: #06ca75;
    border-color: #06ca75;
}
.table-preset-three .btn-primary,
.table-preset-three .btn-primary:active:hover,
.table-preset-three .btn-primary:active:focus {
    background-color: #00d8ff;
    border-color: #00d8ff;
}
.table-preset-four .btn-primary,
.table-preset-four .btn-primary:active:hover,
.table-preset-four .btn-primary:active:focus {
    background-color: #26547c;
    border-color: #26547c;
}
.table-preset-five .btn-primary,
.table-preset-five .btn-primary:active:hover,
.table-preset-five .btn-primary:active:focus {
    background-color: #d347db;
    border-color: #d347db;
}


/*
Modern Pricing Table
--------------------------------------------------------*/
.modern-table .package-name {
    padding: 30px;
    color: #26547c;
    margin-bottom: 0;
}
.modern-table .package-price {
    padding: 35px 30px;
    color: #fff;
}

.modern-table .purchase-button {
    position: relative;
    bottom: -22px;
}


/*modern-table-preset*/
.modern-table .table-preset-one .package-price {
    background-color: #ef476f;
}
.modern-table .table-preset-two .package-price {
    background-color: #06ca75;
}
.modern-table .table-preset-three .package-price {
    background-color: #00d8ff;
}
.modern-table .table-preset-four .package-price {
    background-color: #26547c;
}
.modern-table .table-preset-five .package-price {
    background-color: #d347db;
}


/*
Creative Pricing Table
--------------------------------------------------------*/
.creative-table .table-header {
    padding: 30px 40px;
    color: #26547c;
    border-bottom: 1px solid #f4f4f4;
}

.creative-table .package-name {
    margin-bottom: 10px;
}

.creative-table .package-price .currency-code {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.creative-table .table-info {
    padding: 30px 40px;
}
.creative-table.text-left .table-footer {
    padding-left: 40px;
    margin-bottom: 80px;
}



/*custom nav tab*/
.pricing-wrapper .nav-tabs {
    text-align: center;
    border-bottom: 0;
    position: relative;
    margin-bottom: 50px;
}
.pricing-wrapper .nav-tabs>li {
    float: none;
    display: inline-block;
    margin-bottom: 0;
}

.pricing-wrapper .nav-tabs>li>a {
    padding: 14px 40px;
    color: #26547c;
    background-color: #e8e8e8;
    text-transform: uppercase;
}

.pricing-wrapper .nav-tabs>li:first-child a {
    border-radius: 30px 0 0 30px;
}
.pricing-wrapper .nav-tabs>li:last-child a {
    border-radius: 0 30px 30px 0;
}
.pricing-wrapper .nav-tabs>li.active>a, 
.pricing-wrapper .nav-tabs>li.active>a:focus, 
.pricing-wrapper .nav-tabs>li.active>a:hover {
    background-color: #ef476f;
    color: #fff;
}
.pricing-wrapper .nav-tabs>li>a,
.pricing-wrapper .nav-tabs>li.active>a, 
.pricing-wrapper .nav-tabs>li.active>a:focus, 
.pricing-wrapper .nav-tabs>li.active>a:hover {
    border: 0;
}
.pricing-wrapper .nav-tabs .divider {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
    color: #26547c;
    background: #fff;
    text-transform: lowercase;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 10;
}

/*bottom mask*/
.pricing-wrapper .mask img {
    width: 100%;
}
.pricing-wrapper .pricing-table .mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
}
.pricing-wrapper .pricing-table:hover .mask{
    bottom: 0;
}
.pricing-wrapper .mask.mask-0 {
    z-index: 15;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}
.pricing-wrapper .mask.mask-1 {
    z-index: 10;
    -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; 
}


#custom-price .row {
    margin: 0;
}
#custom-price .submit-btn-wrapper {
    margin: 0 15px;
}


/*
PORTFOLIO
--------------------------------------------------------------*/
.portfolio-container.no-grid-padding .row{
    margin: 0 -1px;
}
.portfolio-item.no-padding{
    padding: 1px !important;
}
.item-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.no-grid-padding .item-wrapper {
	margin-bottom: 1px;
	margin-top: 1px;
}
.no-grid-padding .tt-grid > [class*='col-'] {
    padding-right: 1px;
    padding-left: 1px;
}
.item-wrapper img {
  width: 100%;
}
.item-wrapper .mask,
.portfolio-intro {
    position: absolute;
    right: 0;
    bottom: -50%;
    left: 0;
    opacity: 0;
}
.item-wrapper .mask.mask-0 {
    z-index: 2;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; 
}
.item-wrapper .mask.mask-1 {
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; 
}
.portfolio-intro {
    padding: 30px 40px;
    z-index: 3;
    -webkit-transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    -moz-transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    -ms-transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    -o-transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.item-wrapper:hover .mask,
.item-wrapper:hover .portfolio-intro {
    bottom: 0;
    opacity: 1;
}
.portfolio-intro h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
}
.portfolio-intro p {
    margin-bottom: 0;
}
.portfolio-intro h2,
.portfolio-intro p {
    text-transform: uppercase;
    line-height: 20px;
}
.portfolio-intro,
.portfolio-intro h2 a,
.portfolio-intro p a {
  color: #fff;
}
.action-btn {
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.action-btn a {
  display: inline-block;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.action-btn a:hover {
    background-color: #fff;
    color: #ef476f;
}


/* Portfolio filter CSS Start */
.tt-filter-wrap ul {
    margin-bottom: 50px;
    margin-left: 0;
}
.tt-filter-wrap ul li {
    padding: 0;
    margin: 4px 2px;
}
.tt-filter-wrap ul li button{
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 5px 15px;
    color: #999;
    background-color: #eee;
    border: none;
}

.tt-filter-wrap.theme-default ul li button.active {
    background-color: #ef476f;
}
.tt-filter-wrap.dark-color ul li button.active {
    background-color: #1B2E3F;
}
.tt-filter-wrap.theme-default ul li button.active,
.tt-filter-wrap.dark-color ul li button.active {
    color: #fff;
}

/*filter-square*/
.tt-filter-wrap.filter-square ul li button{
    border-radius: 0;
}

/*filter-round*/
.tt-filter-wrap.filter-round ul li button{
    border-radius: 3px;
}

/*filter-rounded*/
.tt-filter-wrap.filter-rounded ul li button{
    border-radius: 20px;
    background-color: transparent;
}

/*filter-outline*/
.tt-filter-wrap.filter-outline ul li button{
    border: 1px solid #ccc;
    background-color: transparent;
}
.tt-filter-wrap.filter-outline ul li button.active {
    border: 1px solid transparent;
}

/* filter-transparent */
.tt-filter-wrap.filter-transparent ul li button {
    background-color: transparent;
}
.tt-filter-wrap.filter-transparent ul li button.active {
    color: #ef476f;
    background-color: transparent;
}

/* Portfolio filter CSS End */




/* SINGLE PORTFOLIO
------------------------------------------------------ */
.portfolio-nav .prev,
.portfolio-nav .next{
    position: fixed;
    top: 50%;
    margin-top: -50px;
    z-index: 10000;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.portfolio-nav img{
    height: 100px;
    width: 100px;
    position: relative;
    z-index: 100;
    border-radius: 2px;
}
.portfolio-nav a{
    display: block;
    overflow: hidden;
}
.portfolio-nav .prev{
    left: -100px;
}
.portfolio-nav .prev:hover{
    left: 0;
}
.portfolio-nav .next{
    right: -100px;
}
.portfolio-nav .next:hover{
    right: 0;
}
.portfolio-nav a i{
    position: relative;
    top: 1px;
    line-height: 100px;
    width: 30px;
    color: #ffffff;
    text-align: center;
    background-color: #ef476f;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.portfolio-nav .prev:hover i,
.portfolio-nav .next:hover i{
    width: 0;
}
.portfolio-thumbnail,
.portfolio-slider {
    margin-bottom: 80px;
}
.project-overview {
    padding-bottom: 100px;
}
.project-overview h2{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}
.project-overview p {
    margin-bottom: 25px;
}
.project-overview blockquote {
    background: #fafafa;
    font-style: italic;
    padding: 20px 20px 20px 60px;
    font-size: 16px;
    color: #969595;
    border: 1px solid #eee;
    border-left: 5px solid #ef476f;
    position: relative;
}
.project-overview blockquote::before {
    position: absolute;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 30px;
    color: #eee;
    left: 15px;
    top: 25px;
}
ul.portfolio-meta {
    padding: 0;
    list-style: none;
}
.portfolio-meta li:first-child{
    margin-top: 0;
}
.portfolio-meta li {
    margin: 15px 0;
    color: #666;
}
.portfolio-meta li span {
    display: inline-block;
    width: 130px;
    letter-spacing: 1px;
    color: #202020;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.portfolio-meta li a {
    margin-right: 10px;
    color: #a7a7a7;
}
.portfolio-meta li a:hover {
    color: #ef476f;
}
.quick-overview .btn {
    padding: 9px 20px;
    text-transform: capitalize;
    margin-top: 20px;
}
@media (max-width: 991px) {
    .portfolio-thumbnail, 
    .portfolio-slider {
        margin-bottom: 40px;
    }
    .quick-overview {
        margin-top: 40px;
    }
}

.control-two .carousel-control {
    width: 30px;
    height: 60px;
    line-height: 58px;
    font-size: 30px;
    top: 50%;
    margin-top: -25px;
    color: #202020;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: none;
    text-shadow: none;
    opacity: 0;
    visibility: hidden;
}
.control-two:hover .carousel-control {
    opacity: 1;
    visibility: visible;
}
.control-two:hover .carousel-control:hover {
    color: #ef476f;
    background-color: rgba(255, 255, 255, 0.9);
}
.portfolio-category{
    padding: 120px 0 100px;
}

/* WORK SHOWCASE
--------------------------------*/
.work-showcase {
    margin-top: 45px;
}
.work-showcase img{
    width: 100%;
}
.work-showcase .item{
    max-height: 700px;
}
.work-showcase .carousel-control {
    top: 50%;
    margin-top: -26px;
    width: 52px;
    height: 52px;
    font-size: 40px;
    line-height: 50px;
    color: #ef476f;
    background-color: #fff;
    text-shadow: none;
    background-image: none !important;
    border-radius: 5px;
    filter: none;
}
.work-showcase .carousel-control:focus, 
.work-showcase .carousel-control:hover {
    color: #ffffff;
    background-color: #ef476f;
    filter: alpha(opacity=100);
    opacity: 1;
}
.work-showcase .carousel-control.left {
    left: 5%;
}
.work-showcase .carousel-control.right {
    right: 5%;
}
.work-showcase .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 0 0 5px;
    background-color: #c7c7c7;
    border: 1px solid transparent;
}
.work-showcase .carousel-indicators .active {
    background-color: #ef476f;
}
@media screen and (min-width: 768px) {
    .work-showcase .carousel-indicators {
        bottom: -50px;
    }
}



/*
ANIMATED CONTENT BOX
-----------------------------------------------*/

.tt-content-wrapper .tt-content-inner {
    position: relative;
    overflow: hidden;
    padding:40px 40px 20px 40px;
    color: #fff;
}
.tt-content-wrapper.tt-icon-block-wrapper {
    background-color: #ef476f; /*fallback color*/
}
.tt-content-wrapper .tt-hidden-content{ 
    overflow:hidden; 
    height:0;  
}
.tt-content-wrapper:hover .tt-hidden-content { 
    height:126px; 
}

/*Standard style*/
.tt-content-wrapper.standard-style:hover .tt-content-inner {
    margin-top: -126px;
}

/*Creative style*/
.tt-content-wrapper.creative-style:hover .tt-content-inner {
    margin-top: -80px
}
@media screen and (max-width: 991px) {
    .tt-content-wrapper.creative-style:hover .tt-content-inner {
        margin-top: -126px;
    }  
}

.tt-content-wrapper.standard-style .tt-content-inner,
.tt-content-wrapper.creative-style .tt-content-inner {
    padding: 70px 20px 70px 20px;
}

/*Default Style*/
.tt-content-wrapper.default-style .tt-content-inner {
    min-height: 280px;
    padding: 40px 20px 0;
}
.tt-content-wrapper.default-style .tt-visible-content,
.tt-content-wrapper.default-style .tt-hidden-content { 
    position: relative;
    top: 50px; 
}
.tt-content-wrapper.default-style:hover .tt-visible-content,
.tt-content-wrapper.default-style:hover .tt-hidden-content {
    top: 0;
}


/*content style*/
.tt-content-icon i {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
    display: block;
}
.tt-content-desc h2 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.tt-content-icon.image-icon img{
    margin: 0 auto;
}

/*content more button*/
.tt-content-wrapper .tt-content-more a {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -100%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    display: block;
    padding: 10px 40px;
    text-transform: uppercase;
}
.tt-content-wrapper:hover .tt-content-more a {
    bottom: 0;
}

/*common transition*/
.tt-content-wrapper.standard-style .tt-hidden-content,
.tt-content-wrapper.creative-style .tt-hidden-content,
.tt-content-wrapper.standard-style .tt-content-inner,
.tt-content-wrapper.creative-style .tt-content-inner,
.tt-content-wrapper.default-style .tt-visible-content,
.tt-content-wrapper.default-style .tt-hidden-content,
.tt-content-wrapper .tt-content-more a {
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    transition: all 600ms;
}

/*
Content Box CSS End
-----------------------------------------------*/




/*
IMAGE CAROUSEL
-----------------------------------------------*/
.wpb_images_carousel{
    padding: 7px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.wpb_images_carousel img {
    width: 100%;
}
.vc_images_carousel .vc_carousel-control .icon-next,
.vc_images_carousel .vc_carousel-control .icon-prev{
    color: #fff;
    text-shadow: none;
}
.vc_images_carousel .vc_carousel-control .icon-next{
    background-color: #ef476f;
}
.vc_images_carousel .vc_carousel-control .icon-prev {
    background-color: #26547c;
}
.vc_images_carousel .vc_carousel-control .icon-next, 
.vc_images_carousel .vc_carousel-control .icon-prev {
    width: 30px !important;
    height: 30px !important;
    line-height: 42px;
}

@media screen and (min-width: 768px) {
    .vc_images_carousel .vc_carousel-control .icon-next, 
    .vc_images_carousel .vc_carousel-control .icon-prev {
        width: 70px !important;
        height: 50px !important;
        line-height: 64px;
        margin-top: -25px !important;
        font-size: 30px !important;
    }
    .vc_images_carousel .vc_carousel-control .icon-next {
        margin-left: -40px !important;
    }
    .vc_images_carousel .vc_carousel-control .icon-prev {
        left: 10px !important;
        margin-left: -10px !important;
    }
}




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

.page-template-template-shop{
    background-color: #f4f4f4;
}
.woocommerce h2{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}
body.woocommerce,
body.woocommerce-page{
    background-color: #F4F4F4;
}
.markety-shop{
    padding: 100px 0;
}
.woocommerce-checkout .woocommerce,
.markety-shop.markety-cart{
    padding: 0;
}

/*woocomerce shop select style*/
.woocommerce .woocommerce-ordering {
    margin: 0 0 35px;
}
form.woocommerce-ordering {
    position: relative;
    float: left;
    min-width: 200px;
    margin: 50px 33%;
}
form.woocommerce-ordering:after {
    content: "\f107";
    font: normal normal normal 17px/1 FontAwesome;
    color: #949393;
    right: 10px;
    top: 1px;
    height: 48px;
    padding: 15px 0px 0px 10px;
    border-left: 1px solid #e5e5e5;
    position: absolute;
    pointer-events: none;
    background-color: #fff;
    display: block;
}
form.woocommerce-ordering option {
    padding: 5px;
}
/* IE11 hide native button*/
form.woocommerce-ordering select::-ms-expand {
    display: none;
}
form.woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    float: right;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e5e5e5;
    -ms-word-break: normal;
    word-break: normal;
}

/*.product column*/
.markety-shop ul.products li.column-two.product{
    width: 48%;
}
.markety-shop ul.products li.column-three.product{
    width: 30.7%;
}
.single-product .markety-shop ul.products li.column-three.product{
    width: 22.05%;
}
.woocommerce table.shop_table td {
    padding: 12px 12px;
}
.woocommerce table.shop_table {
    margin: 0 -1px 50px 0;
}

@media(max-width : 767px){

    .markety-shop ul.products li.column-three.product,
    .single-product .markety-shop ul.products li.column-three.product{
        width: 48%;
    }

    .woocommerce ul.products li.first, 
    .woocommerce-page ul.products li.first {
        clear: none;
    }
    .woocommerce ul.products li:nth-child(2n+1), 
    .woocommerce-page ul.products li:nth-child(2n+1) {
        clear: both;
        margin: 0 3.8% 2.992em 0;
    }
    .woocommerce ul.products li:nth-child(2n), 
    .woocommerce-page ul.products li:nth-child(2n) {
        margin-right: 0;
    }
}
@media(max-width: 500px){
    .markety-shop ul.products li.product{
        width: 100% !important;
    }
}

/*product style*/
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
    background-color: #fff;
    text-align: center;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover{
    -webkit-box-shadow: 0px 25px 46px -7px #bdbdbd;
    -moz-box-shadow: 0px 25px 46px -7px #bdbdbd;
    -o-box-shadow: 0px 25px 46px -7px #bdbdbd;
    box-shadow: 0px 25px 46px -7px #bdbdbd;
}
.woocommerce ul.products li.product .star-rating{
    margin: 0 auto;
}
.woocommerce .star-rating span{
    color: #f69907;
}
.product-thumbnail{
    padding: 50px 50px 0;
}
.woocommerce ul.products li.product a img{
    -webkit-box-shadow: 0px 20px 20px -7px #f5f5f5;
    -moz-box-shadow: 0px 20px 20px -7px #f5f5f5;
    -o-box-shadow: 0px 20px 20px -7px #f5f5f5;
    box-shadow: 0px 20px 20px -7px #f5f5f5;
}
.woocommerce ul.products li.product h3{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #202020;
    padding: 0 15px 5px;
}
.woocommerce ul.products li.product .price{
    color: #999999;
    font-size: 16px;
    margin-top: 5px;
}
.woocommerce .product a.button{
    display: block;
    padding: 0 10px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    text-transform: uppercase;
    border-radius: 0;
    color: #27547D;
    background-color: transparent;
    border-top: 1px solid #EEEEEE;
}
.woocommerce ul.products li.product:hover a.button, 
.woocommerce-page ul.products li.product:hover a.button,
.woocommerce .product a.button:hover{
    background-color: #27547D;
    color: #fff;
    border-color: #27547D;
}
.woocommerce a.button:focus, 
.woocommerce a.button:active{
    color: #ffffff;
}
.woocommerce #respond input#submit.loading:after, 
.woocommerce a.button.loading:after, 
.woocommerce button.button.loading:after, 
.woocommerce input.button.loading:after{
    top: 0;
}
.woocommerce a.added_to_cart{
    position: absolute;
    bottom: 50px;
    padding: 0;
    left: 0;
    right: 0;
    background-color: #ef476f;
    padding: 12px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}


/* Product single page
--------------------------------------------------*/
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message{
    background-color: #ffffff;
}
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images{
    text-align: center;
    width: 45%;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
    width: 53%;
}

@media(max-width: 768px){
    .woocommerce #content div.product div.images, 
    .woocommerce div.product div.images, 
    .woocommerce-page #content div.product div.images, 
    .woocommerce-page div.product div.images{
        width: 100%;
    }

    .woocommerce #content div.product div.summary, 
    .woocommerce div.product div.summary, 
    .woocommerce-page #content div.product div.summary, 
    .woocommerce-page div.product div.summary {
        width: 100%;
    }
}
.woocommerce div.product div.images img{
    display: inline-block;
    width: inherit;
    margin: 0 auto;
}
div.pp_woocommerce .pp_close {
    font-size: 0 !important;
}
div.pp_woocommerce .pp_close:before {
    font-size: 25px;
    right: -15px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
    color: #999999;
    font-weight: 700;
    font-size: 20px;
}
.woocommerce div.product form.cart, 
.woocommerce div.product p.cart{
    margin: 40px 0;
}
.woocommerce .product .entry-summary a.single_add_to_cart_button{
    display: inline-block;
    padding: 0 25px;
}
.product_meta span{
    display: block;
    font-weight: 600;
}
.product_meta span a{
    color: #999999;
    font-weight: 400;
}
.product_meta span a:hover{
    color: #ef476f;
}
.woocommerce div.product form.cart div.quantity {
    margin-right: 20px;
}
.woocommerce .quantity .btn-quantity{
    background-color: transparent;
    border: 0;
    width: 30px;
    height: 43px;
    padding: 0;
    color: #ffffff;
    background-color: #b9b9b9;
    position: relative;
    top: 1px;
}
.woocommerce .markety-cart .quantity .btn-quantity{
    top: 0;
}
.woocommerce .quantity .btn-quantity:hover{
    background-color: #ef476f;
}
.woocommerce .quantity input{
    border-radius: 2px;
    padding: 0;
    padding-left: 15px;
}
.woocommerce .quantity input:focus{
    outline: 0;
}
.woocommerce div.product form.cart .button {
    padding: 14px 20px;
}


/*Tabs*/
.woocommerce div.product .woocommerce-tabs{
    margin-bottom: 80px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
    border-bottom: 1px solid #f3f3f3;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-radius: 0;
    border: 0;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel{
    padding: 25px;
}


/*Review*/
.woocommerce #reviews #comments h2{
    margin: 0;
}
.woocommerce #reviews #comments ol.commentlist{
    padding: 0;
    margin-top: 30px;
}
.woocommerce #review_form_wrapper{
    margin-top: 30px;
}
.woocommerce .comment-form{
    margin-top: 20px;
}
.woocommerce #reviews input,
.woocommerce #reviews textarea{
    padding: 5px 10px;
}
.woocommerce #reviews input:focus,
.woocommerce #reviews textarea:focus{
    border-color: #ef476f;
}
.woocommerce #review_form #respond .form-submit{
    margin-top: 50px;
}
.woocommerce #review_form #respond .form-submit input{
    padding: 15px 40px;
}
.woocommerce p.stars a{
    color: #f69907;
}


/* Cart page
--------------------------------------------------*/
.woocommerce .cart .button, 
.woocommerce .cart input.button {
    padding: 15px 20px;
}
.woocommerce .coupon .input-text{
    width: 100px !important;
    height: 46px;
    margin-right: 10px !important;
}
.woocommerce table.shop_table>tbody>tr>td.actions:first-child{
    border-right: 1px solid #ddd!important;
}
.woocommerce a.remove{
    text-align: center;
    margin: 0 auto;
    color: #b1b1b1 !important;
}
.woocommerce a.remove:hover{
    background-color: transparent;
    color: red !important;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals{
    padding: 20px;
    background-color: #fff;
}
.woocommerce .markety-cart .cart-collaterals .cart_totals tr td{
    text-align: right;
}
.woocommerce .markety-cart .cart-collaterals .cart_totals tr th,
.woocommerce .markety-cart .cart-collaterals .cart_totals tr td{
    border-top: 0;
    border-right: 0;
}
#add_payment_method .wc-proceed-to-checkout, 
.woocommerce-cart .wc-proceed-to-checkout, 
.woocommerce-checkout .wc-proceed-to-checkout{
    padding-bottom: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    margin-bottom: 0;
    background-color: #ef476f;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover{
    margin-bottom: 0;
    background-color: #bd153d;
}


/* Checkout page
------------------------------------------------------*/
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
    padding: 13px 20px;
}
.woocommerce .select2-choice,
.woocommerce .input-text{
    height: 45px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #202020;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.select2-drop-active{
    border-color: #e5e5e5;
}
.woocommerce .select2-choice:focus,
.woocommerce .input-text:focus {
    border-color: #ef476f;
}
.woocommerce table.shop_table{
    border: 0;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
    border-top: 0;
}
.woocommerce table.shop_table thead>tr>th,
.woocommerce table.shop_table tbody>tr>td,
.woocommerce table.shop_table tfoot>tr>th{
    border-right: 0;
}
.woocommerce table.shop_table thead>tr>th:last-child,
.woocommerce table.shop_table tbody>tr>td:last-child{
    border-right: 1px solid #ddd;
}
.woocommerce table.shop_table>tbody>tr:first-child>th,
.woocommerce table.shop_table>tbody>tr:first-child>td{
    border-top: 1px solid #ddd !important;
}
.woocommerce .markety-cart table.shop_table>tbody>tr:first-child>th,
.woocommerce .markety-cart table.shop_table>tbody>tr:first-child>td{
    border-top: 0 !important;
}
.woocommerce table.shop_table.order_details>tbody>tr:first-child>th,
.woocommerce table.shop_table.order_details>tbody>tr:first-child>td{
    border-top: 0 !important;
}
.woocommerce table.shop_table>tbody>tr>th:first-child,
.woocommerce table.shop_table>tbody>tr>td:first-child{
    border-right: 0 !important;
}
.woocommerce .order_details{
    padding-left: 0;
}
#order_review_heading{
    margin-top: 80px;
}


/* Woocommerce sidebar
--------------------------------------------------------*/
.woocommerce .widget_price_filter .ui-slider-horizontal{
    height: 3px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #cacaca;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    top: -5px;
    background-color: #ef476f;
    width: 12px;
    height: 12px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #26547c;
}

.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img{
    width: 60px;
    margin-right: 10px;
    float: left;
}

.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li{
    padding-bottom: 15px;
}
.woocommerce ul.cart_list li:last-child, 
.woocommerce ul.product_list_widget li:last-child{
    padding-bottom: 0;
}

.woocommerce ul.product_list_widget li.mini_cart_item{
    padding-bottom: 15px;
}

/*My account*/
.woocommerce .woocommerce-MyAccount-navigation{
    background-color: #fff;
    padding: 30px;
}
.woocommerce .woocommerce-MyAccount-navigation ul{
    margin: 0;
    padding: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li{
    list-style: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a{
    color: #999999;
    text-transform: uppercase;
    display: block;
    line-height: 36px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
    color: #ef476f;
}
.woocommerce .woocommerce-MyAccount-content{
    padding: 30px;
    background-color: #fff;
    min-height: 276px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address{
    background-color: #fbfbfb;
    padding: 10px;
}
.woocommerce .woocommerce-MyAccount-content .button{
    margin-top: 40px;
}