
/*
Template Name: Kindle
Author: MarkUps
Author URI: http://www.markups.io/
Version: 1.0
*/


/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER
#MENU
#HERO SECTION
#COUNTER
#BOOK OVERVIEW
#VIDEO REVIEW
#AUTHOR
#PRICING
#READERS TESTIMONIALS
#CONTACT US
#FOOTER
#RESPONSIVE STYLE
*/


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body,
html {
    overflow-x:hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    color: #1c1b1b;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: disc;
    font-size: 17px;
    line-height: 1.59;
}

a {
    text-decoration: none;
    color: #FF871C;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-top: 0;
}


h1 {
    font-size: 38px;
}

h2 {
    font-size: 32px;
    line-height: 1.13;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

img {
    border: none;
    max-width: 100%;
}

strong {
    font-weight: 500;
}

code {
    background-color: #ee6e73;
    border-radius: 2px;
    color: #fff;
    padding: 2px 4px;
}

pre {
    background-color: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px;
}

pre code {
    background-color: transparent;
    color: #333;
}

del{
    text-decoration-color: #ee6e73;
}

kbd {
    background-color: #ddd;
    padding: 4px 6px;
    border-radius: 2px;
    color:
}

address {
    line-height: 1.5;
    padding-left: 10px;
}

dl dt {
    font-weight: 700;
}

dl dd {
    margin-left: 0;
}

blockquote {
    background-color: #f8f8f8;
    border-radius: 0 4px 4px 0;
    padding: 5px 15px;

}

blockquote p {
    margin-top: 10px;
}

button {
    padding: 5px 15px;
    border: none;
}

button:focus {
    outline: none;
    border: none;
}

/*Wordpress default class*/

.alignleft {
    float:left;
    margin-right:8px;
}

.aligncenter {
    display:block;
    margin:10px auto;
}

.alignright {
    float:right;
    margin-left:8px;
}

.alignnone {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 12px;
    font-style: italic;
    text-align: center;
}

/* ========= BUTTON =========*/

.mu-primary-btn {
    background-color: transparent;
    border-radius: 100px;
    border: solid 1px #ffffff;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 12px 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-primary-btn:hover,
.mu-primary-btn:focus {
    background-color: #fff;
    color: #000;
}

.mu-send-msg-btn {
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-align: center;
    padding: 14px 24px;
    margin-top: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 150px;
    color: #fff;
}

.mu-send-msg-btn:hover,
.mu-send-msg-btn:focus {
    background-color: #fff;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background: #FF871C
}

/*--------------------*/
/* HEADER */
/*--------------------*/

#mu-header {
    display: inline;
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 25px 0;
    z-index: 999;
    transition: all 0.5s;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-size: 35px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-top: -11px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #fff;
}

.navbar-brand img{
    margin-top: -12px;
}

#mu-header.mu-fixed-nav{
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    position: fixed;
    padding: 15px 0;
}

/*--------------------*/
/* MENU */
/*--------------------*/

.navbar-default {
    min-height: auto;
}

.mu-navbar {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default .mu-menu li a {
    border-bottom: 2px solid transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 5px;
    margin: 10px 15px 5px;
    transition: all 0.5s;
    position: relative;
}

.navbar-default .mu-menu li a:hover,
.navbar-default .mu-menu li a:focus {
    color: #fff;
}

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

.navbar-default .mu-menu li a:after {
    display: block;
    position: absolute;
    bottom: -5px;
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.navbar-default .mu-menu li.active a:after,
.navbar-default .mu-menu li a:hover:after,
.navbar-default .mu-menu li a:focus:after {
    width: 100%;
}


/*--------------------*/
/* HERO SECTION */
/*--------------------*/

#mu-hero {
    padding: 160px 0 160px;
    /*padding: 160px 0 90px;*/
    width: 100%;
}

.mu-hero-left{
    display: inline;
    float: left;
    width: 100%;
}

.mu-hero-right {
    display: inline;
    float: left;
    width: 100%;
}

.mu-hero-left h1 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;
}

.mu-hero-left p {
    color: #fff;
    margin-bottom: 20px;
}

.mu-hero-left .mu-primary-btn {
    margin-top: 20px;
    background-color: #fff;
    font-weight: 600;
}

.mu-hero-left .mu-video-btn {
    color: #ffffff;
    background: transparent;
    position: relative;
    padding: 10px 15px;
}
.mu-hero-left .mu-video-btn .fa {
    /*position: absolute;*/
    font-size: 30px;
    float: left;
    margin-top: -4px;
    margin-right: 4px;
}
.mu-hero-left .mu-video-btn:hover,
.mu-hero-left .mu-video-btn:focus {
    color: #ffffff;
}



.mu-hero-left span {
    display: block;
    margin-top: 10px;
    color: #f8f8f8;
}


/*--------------------*/
/* FEATURED SERVICES */
/*--------------------*/


#mu-featured-services {
    background-color: #f8f8f8;
    width: 100%;
}

.mu-featured-services-area {
    padding: 100px 0;
    width: 100%;
}

.mu-heading-area {
    text-align: center;
    width: 100%;
}

.mu-heading-figure {
    margin-bottom: 15px;
}

.mu-heading-title {
    color: #1c1b1b;
    position: relative;
}

.mu-header-dot {
    border-radius: 0;
    height: 3px;
    width: 100px;
    display: inline-block;
    margin-bottom: 20px;
}

.mu-featured-services-content{
    display: inline;
    float: left;
    margin-top: 70px;
    width: 100%;
}

.mu-featured-services-single {
    height: 250px;
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 10px;
    margin: 10px 0 15px;
}

.mu-icon-box {
    font-size: 45px;
    padding: 12px;
    width: 105px;
    height: 105px;
    text-align: center;
    line-height: 85px;
    margin-bottom: 30px;
    display: inline-block;
    background: #ededed;
    color: #777777
}

.mu-featured-services-icon-box {
    background: #FF871C;
    color: #ffffff;
}

.mu-featured-services-single h4{
    margin-bottom: 20px;
}


/*--------------------*/
/* VIDEO REVIEW */
/*--------------------*/


#mu-video-review {
    background-image: url(assets/images/video-review-bg.jpeg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    width: 100%;
}

#mu-video-review:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.84;
    background-color: #ff871c;
}

#mu-video-review:after {
    bottom: -15px;
    left: 50%;
    width: 0;
    height: 0;
    content: " ";
    position: absolute;
    margin-left: -15px;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #ff871c transparent transparent transparent;
}

.mu-video-review-area {
    display: inline;
    float: left;
    padding: 150px 0;
    width: 100%;
}

.mu-video-review-area .mu-heading-title,
.mu-video-review-area .mu-heading-area p{
    color: #fff;
}

.mu-video-review-area .mu-header-dot {
    background-color: #f8f8f8;
}

.mu-video-review-content {
    display: inline;
    float: left;
    margin-top: 70px;
    width: 100%;
    padding: 0 10%;
}

.mu-video-iframe {
    height: 550px;
}

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


#mu-about {
    background-color: #F7FAFD;
    width: 100%;
}

.mu-about-area {
    padding: 100px 0;
    width: 100%;
}

.mu-about-content{
    margin-top: 50px;
    width: 100%;
}

.mu-about-image {
    display: inline;
    float: left;
    width: 100%;
}

.mu-about-info {
    margin-top: 20px;
    width: 100%;
}

.mu-about-info h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.mu-about-info p {
    margin-bottom: 20px;
}

.mu-about-nav {
    margin-bottom: 40px;
}
.mu-about-tabs > li {
    padding: 0 2px;
}

/*--------------------------------------------------
    [CLIENTS]
----------------------------------------------------*/

#mu-clients {
    /*background: #FF871C*/
}

#mu-clients .mu-heading-area {
    background: #EEB703;
    padding-top: 100px
}
#mu-clients .mu-heading-title {
    color: #ffffff;
}
.mu-clients-tab {
    padding: 20px 0
}

/*--------------------*/
/* TEAM */
/*--------------------*/

.team-members {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px; }
.team-members .team-avatar {
    position: relative; }
.team-members .team-avatar:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(129, 129, 129, 0.1);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
.team-members .team-avatar img {
    display: block;
    margin: 0 auto;
    text-align: center; }
.team-members .team-desc {
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.team-members .team-desc .team-details {
    float: left; }
.team-members .team-desc .team-details h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff; }
.team-members .team-desc .team-details span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff; }
.team-members .team-desc .team-socials {
    right: 20px;
    bottom: 0;
    margin: 0;
    padding: 0;
    text-align: right;
    list-style: none;
    position: absolute; }
.team-members .team-desc .team-socials li {
    padding: 0 3px;
    display: inline-block; }
.team-members .team-desc .team-socials li a {
    text-decoration: none; }
.team-members .team-desc .team-socials li a i {
    font-size: 20px;
    color: #fff; }
.team-members .team-desc .team-socials li a i:hover {
    color: #d15d5d; }
.team-members:hover .team-avatar:after {
    background: rgba(47, 60, 72, 0.5);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
.team-members:hover .team-desc {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
.team-members:hover .team-desc {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
.team-about {
    padding: 30px;
    background: rgba(129, 129, 129, 1); }
.team-about h3 {
    color: #d4d9de;
    font-size: 20px;
    margin: 0 0 10px;
    text-transform: capitalize; }
.team-about p {
    color: #8693a7; }

.team-about .list-group {
    padding-top: 10px
}
.team-about .list-group-item {
    background: transparent;
    padding: 15px 0;
    border: 0 none;
    border-bottom: 1px solid #666
}
.team-about .list-group-item:first-child {
    border-top:  1px solid #666
}
.team-about .list-group-item:last-child,
.team-about .list-group-item:first-child {
    border-radius: 0;
}
.team-about .list-group span {
    font-size: 13px;
}

/* Stylesheet design for above 992px */
@media (min-width: 992px) {
    /* 992px */
    .team-about {
        min-height: 495px; } }


/*--------------------*/
/* CONTACT US */
/*--------------------*/

#mu-contact {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%;
}

.mu-contact-area {
    display: inline;
    float: left;
    padding: 100px 0;
    width: 100%;
}

.mu-contact-area .mu-heading-area {
    margin-bottom: 50px;
    padding: 0;
}

.mu-contact-header {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

.mu-contact-content {
    display: inline;
    float: left;
    margin-top: 50px;
    width: 100%;
    padding: 0 10%;
}

.mu-contact-form {
    text-align: center;
}

.mu-contact-form .form-group input {
    background: transparent;
    color: #333;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 6px 15px;
    height: 45px;
    margin-bottom: 24px;
}

.mu-contact-form .form-group textarea{
    color: #333;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 18px;
    padding: 15px;
    height: 190px;
}

.mu-contact-form .form-control:focus {
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}

.mu-contact-form .form-control::-webkit-input-placeholder {
    color: #888;
    font-size: 15px;
}

.mu-contact-form .form-control:-moz-placeholder { /* Firefox 18- */
    color: #888;
    font-size: 15px;
}

.mu-contact-form .form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #888;
    font-size: 15px;
}

.mu-contact-form .form-control:-ms-input-placeholder {
    color: #888;
    font-size: 15px;
}

.mu-contact-form .button-default::after,
.mu-contact-form .button-default > span {
    padding: 12px 40px;
}

#form-messages {
    margin-bottom: 10px;
    background-color: #fff;
}

.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.error {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/* GOOGLE MAP */

#mu-google-map {
    display: inline;
    float: left;
    width: 100%;
}

#mu-google-map iframe{
    pointer-events: none;
}


/*--------------------*/
/* FOOTER */
/*--------------------*/


#mu-footer{
    display: inline;
    float: left;
    width: 100%;
}

.mu-footer-area{
    display: inline;
    float: left;
    padding: 30px 0;
    text-align: center;
    width: 100%;
}

.mu-footer-area a{
    font-weight: 600;
}

.mu-social-media {
    display: inline;
    float: left;
    width: 100%;
}

.mu-social-media a {
    display: inline-block;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    margin: 0 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50%;
}

.mu-social-media a:hover,
.mu-social-media a:focus {
    background-color: #fff;
}

.mu-copyright {
    margin-top: 10px;
    display: inline-block;
}


/*--------------------*/
/* RESPONSIVE STYLE */
/*--------------------*/

@media (max-width: 1199px) {

    .mu-hero-left h1 {
        font-size: 36px;
    }

    .navbar-brand img {
        width: 180px;
        margin-top: -10px;
    }

    .navbar-default .mu-menu li a {
        margin: 10px 12px 5px;
    }

    .mu-about-info {
        margin-top: 0px;
    }

    .mu-video-iframe {
        height: 450px;
    }


}

@media (max-width: 991px) {


    .mu-fixed-nav .navbar-brand img {
        margin-top: -7px;
    }

    .navbar-default .mu-menu li a {
        font-size: 14px;
        margin: 10px 5px;
    }

    .mu-simplefilter li{
        margin-bottom: 10px;
    }

    .mu-clients-content-single img{
        width: 100%;
    }

    .mu-contact-right {
        margin-top: 50px;
    }

    .mu-video-review-content {
        padding: 0 5%;
    }

    .mu-video-iframe {
        height: 400px;
    }

}

@media (max-width: 767px) {

    .navbar-default .navbar-brand {
        margin-top: -7px;
    }

    .mu-fixed-nav .navbar-brand img {
        margin-top: -8px;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus{
        background-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: rgba(0,0,0,0.8);
        text-align: center;
    }

    .navbar-default .mu-menu li a {
        display: inline-block;
    }

    .mu-hero-right {
        margin-top: 0;
    }

    .mu-about-info {
        margin-top: 30px;
    }

    .mu-contact-content {
        padding: 0 10%;
    }

    .mu-featured-services-single {
        text-align: center
    }


}


@media (max-width: 640px){

    #mu-header.mu-fixed-nav {
        padding: 10px 0;
    }

    .mu-heading-area {
        padding: 0;
    }

    .mu-video-iframe {
        height: 300px;
    }

    .mu-primary-btn {
        font-size: 12px;
        padding: 10px 12px;
        margin-top: 15px;
    }

    .slick-dots {
        bottom: 15px;
    }


}


@media (max-width: 480px) {

    .navbar-brand img {
        width: 150px;
    }

    #mu-header {
        padding: 10px 0;
    }

    .navbar-default .navbar-brand {
        font-size: 25px;
        margin-top: -3px;
    }

    .navbar-toggle {
        padding: 7px 8px;
        margin-top: 10px;
    }


    .navbar-toggle .icon-bar {
        width: 18px;
    }

    h2{
        font-size: 25px;
    }

    .mu-heading-title {
        margin-bottom: 10px;
    }

    .mu-video-iframe {
        height: 250px;
    }

    .mu-contact-content {
        padding: 0 5%;
    }

    .mu-about-content-single h4 {
        margin-bottom: 18px;
    }

    .mu-team-social-info a {
        width: 35px;
        height: 35px;
        font-size: 16px;
        line-height: 35px;
    }

    .mu-contact-form button {
        width: 100%;
    }

}


@media (max-width: 360px){

    .mu-featured-slider-content {
        top: 49%;
    }

    .mu-featured-slider-content p,
    .mu-featured-slider-content .mu-primary-btn {
        display: none;
    }

    .mu-featured-slider-content h1 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .mu-filter-item-content {
        padding-top: 25%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .filtr-item h4 {
        font-size: 12px;
    }

    .mu-team-content .row > div {
        width: 100%;
    }

    .mu-simplefilter li {
        padding: 1rem 1rem;
        font-size: 12px;
    }

}



@media (max-width: 320px){

}
