/****************/
/*    Fonts     */
/****************/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900);
@import url(http://fonts.googleapis.com/css?family=Bree+Serif);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);

@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('../fonts/caviardreams-webfont.eot');
    src: url('../fonts/caviardreams-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/caviardreams-webfont.woff') format('woff'), url('../fonts/caviardreams-webfont.ttf') format('truetype'), url('../fonts/caviardreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'caviar_dreamsbold';
    src: url('../fonts/caviar_dreams_bold-webfont.eot');
    src: url('../fonts/caviar_dreams_bold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/caviar_dreams_bold-webfont.woff') format('woff'), url('../fonts/caviar_dreams_bold-webfont.ttf') format('truetype'), url('../fonts/caviar_dreams_bold-webfont.svg#caviar_dreamsbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'caviar_dreamsbold_italic';
    src: url('../fonts/caviardreams_bolditalic-webfont.eot');
    src: url('../fonts/caviardreams_bolditalic-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/caviardreams_bolditalic-webfont.woff') format('woff'), url('../fonts/caviardreams_bolditalic-webfont.ttf') format('truetype'), url('../fonts/caviardreams_bolditalic-webfont.svg#caviar_dreamsbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'caviar_dreamsitalic';
    src: url('../fonts/caviardreams_italic-webfont.eot');
    src: url('../fonts/caviardreams_italic-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/caviardreams_italic-webfont.woff') format('woff'), url('../fonts/caviardreams_italic-webfont.ttf') format('truetype'), url('../fonts/caviardreams_italic-webfont.svg#caviar_dreamsitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

span {
    color: #ff9200;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 10px;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

a, a:hover {
    color: #ff9200;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}


.icon-4x {
    font-size: 50px;
}


.icon-5x {
    font-size: 5em;
}

.icon-6x {
    font-size: 20px;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    cursor: pointer;
    display: block;
    width: 14px;
    color: #909090;
    padding-left: 5px;
    position: relative;
    background: #000!important;
    border: 1px solid #ebebeb;
}

    input[type=number]::-webkit-inner-spin-button:before {
        -webkit-appearance: none;
        content: "+";
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 18px;
        font-family: monospace;
        line-height: 19px;
        border-left: 1px solid #ebebeb;
        background: #f6f6f6!important;
    }

    input[type=number]::-webkit-inner-spin-button:after {
        -webkit-appearance: none;
        content: "-";
        position: absolute;
        right: 0;
        top: 17px;
        height: 18px;
        width: 20px;
        font-family: monospace;
        line-height: 19px;
        border-left: 1px solid #ebebeb;
        border-top: 1px solid #ebebeb;
        background: #f6f6f6!important;
    }
/****************/
/* Top Section */
/****************/
.top-section {
    background: #ff9200;
    padding: 12px 0 12px 0;
    display: none;
}

.top-section-container .showhide {
    border-top: 7px solid #0699a9;
    height: 41px;
    width: 100%;
    background: url(../img/showhide.png) no-repeat top right;
    position: absolute;
    right: 0;
    z-index: 1986;
}

.phone, .email {
    line-height: 32px;
    float: left;
    color: #fff;
    font-size: 16px;
}

.email {
    padding-left: 16px;
}

.top-section .icon-3x {
    font-size: 21px;
    line-height: 32px;
}

.social {
    float: right;
    height: auto;
    width: 100%;
}

    .social a {
        color: #fff;
    }

        .social a:hover .social-box {
            color: #505050;
            background: #fff;
        }

.social-box {
    font-size: 16px;
    border: 2px solid #fff;
    height: 34px;
    line-height: 32px;
    text-align: center;
    min-width: 34px;
    float: right;
    margin-left: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

    .social-box i {
        display: inline-block !important;
    }

.top-section .search-widget {
    float: right;
    width: 40px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

    .top-section .search-widget.open {
        width: 192px;
    }

.top-section .search {
    float: right;
    padding-left: 0;
    width: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

    .top-section .search.open {
        padding-left: 5px;
        width: 152px;
    }

.top-section input {
    font-size: 13px;
    color: #999999;
    padding-left: 6px;
    font-style: italic;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    width: 0;
    height: 34px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.top-section .search.open input {
    width: 147px;
    opacity: 1;
}

.top-section .search-widget .social-box {
    margin-left: 0;
}

.top-section .social-box.open {
    -webkit-border-radius: 0 7px 7px 0;
    -moz-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    margin-left: 0;
    background: #fff;
    color: #505050;
}


/************************/
/* Header - Logo - Menu */
/************************/
header {
    padding: 15px 0 15px 0;
    background: #fff;
}

.mukam-header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 50;
    width: 100%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.mukam-header-large {
    min-height: 46px;
}

.mukam-header-small {
    min-height: 33px;
    webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

    .mukam-header-small img {
        max-width: 75%;
    }

.banner {
    text-align: center;
}

.logo {
    float: left;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.navbar-toggle {
    margin-top: 5px;
}

.navbar {
    margin-bottom: 0;
    padding: 15px 0;
    border: 0;
    -webkit-transition: padding 0.4s ease;
    -moz-transition: padding 0.4s ease;
    -ms-transition: padding 0.4s ease;
    -o-transition: padding 0.4s ease;
    transition: padding 0.4s ease;
}

    .navbar.header-1 {
        padding: 22px 0 15px 0;
    }

.mukam-header-large ul {
    padding-top: 7px;
    -webkit-transition: padding 0.4s ease;
    -moz-transition: padding 0.4s ease;
    -ms-transition: padding 0.4s ease;
    -o-transition: padding 0.4s ease;
    transition: padding 0.4s ease;
}

.mukam-header-small ul {
    padding-top: 3px;
    -webkit-transition: padding 0.4s ease;
    -moz-transition: padding 0.4s ease;
    -ms-transition: padding 0.4s ease;
    -o-transition: padding 0.4s ease;
    transition: padding 0.4s ease;
}

.navbar-collapse {
    padding-right: 0;
}

.navbar-nav > li > a {
    margin-left: 2px;
    padding: 6px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.dropdown-menu {
    border-top: 4px solid #f29500;
    border-style: none;
    border-width: 0px 0 0 0;
    border-top-color: #ff9200;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 22px;
    padding: 0;
}

.mukam-header-small .navbar-nav > li > .dropdown-menu {
    margin-top: 19px;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}

.dropdown-menu > li > a {
    line-height: 2.428571;
    border-top: 1px solid #dbdbdb;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        border-top: 1px solid transparent;
    }

.mukam-waypoint {
    -webkit-transition: all 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}


.navbar a:hover .shopping-cart {
    color: #505050;
    background: #fff;
}

.dropdown-menu > .dropdown {
    position: relative;
}

    .dropdown-menu > .dropdown > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        display: none;
        float: left;
        min-width: 160px;
        padding: 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 14px;
        background-color: #f7f7f7;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
    }

.dropdown-menu li:hover ul.dropdown-menu {
    display: block;
}
/*************************/
/*     Header Style 5    */
/*************************/
.header-5 .shopping-cart {
    background: #646464;
    height: 65px;
    width: 173px;
    padding: 15px;
    /* Internet Explorer 10 */
    display: block;
    -ms-flex-pack: start;
    -ms-flex-align: start;
    /* !NEW! and Firefox */
    display: block;
    -moz-box-pack: start;
    -moz-box-align: start;
    /* Safari, Opera, and Chrome */
    display: block;
    -webkit-box-pack: start;
    -webkit-box-align: start;
    /* W3C */
    display: block;
    box-pack: start;
    box-align: start;
}

.header-5 .top-section {
    padding: 0;
    background: #ff9200;
    display: inherit;
}

.header-5 .top-section-container .showhide {
    border-top-width: 3px!important;
}

.header-5 .social-box {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    height: 43px;
    min-width: 37px;
    padding-top: 6px;
}

.header-5 .phone, .header-5 .email {
    margin-top: 6px;
}

.header-5 .search-widget .social-box {
    height: 34px;
    width: 34px;
}

.header-5 .social a:hover .social-box {
    color: #ff9200;
    background: #fff;
}

.header-5 .logo {
    padding-top: 7px;
}

.header-5 .shopping-cart i {
    font-size: 26px;
    color: #fff;
    margin-right: 5px;
}

.header-5 .shopping-cart p {
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
}

.header-5 .shopping-cart span {
    display: block;
    font-size: 11px;
    line-height: 13px;
    color: #fff;
    text-align: left;
}

.header-5 .navbar a:hover .shopping-cart {
    background: #888888;
    color: #fff;
}

.header-5 .navbar-header {
    display: block;
    float: none;
}

.header-5 .navbar-collapse {
    padding-left: 0;
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    margin-top: 7px;
}

.header-5 .mukam-header {
    border-bottom: 4px solid #c9c9c9;
}

.header-5 .navbar {
    padding: 15px 0 0 0;
}

.header-5 .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
}

.header-5.mukam-header-small .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
}

.header-5 .navbar-nav > li > a {
    margin-left: 0;
    border-radius: 0;
    padding: 12px 30px;
    font-weight: 600;
}

.header-5 .navbar-default .navbar-nav > .active > a, .header-5 .navbar-default .navbar-nav > .active > a:hover, .header-5 .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #ff9200;
}

.header-5 .navbar-default .navbar-nav > .open > a, .header-5.navbar-default .navbar-nav > .open > a:hover, .header-5 .navbar-default .navbar-nav > .open > a:focus {
    background-color: #ff9200;
    color: #ffffff;
}

.header-5 .dropdown-menu > li > a:hover, .header-5 .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #ff9200;
}

.header-5 .dropdown-menu {
    border: 0;
    border-top: 4px solid #f29500;
}

.header-5 .navbar-default .navbar-nav > .open > a, .header-5 .navbar-default .navbar-nav > .open > a:hover, .header-5 .navbar-default .navbar-nav > .open > a:focus {
    background-color: #ff9200;
    color: #ffffff;
}

.header-5 .multimenu-green ul li:hover {
    color: #fff;
    background: #f29500;
}

.header-5 .search-widget {
    width: 240px;
    display: inline-block;
    padding-top: 5px;
    float: right;
}

    .header-5 .search-widget .search {
        float: left;
    }

    .header-5 .search-widget .social-box {
        background: #ff9200;
        color: #fff;
        border: 0;
        border-radius: 0 6px 6px 0;
        margin-left: 0;
        float: left;
        padding-top: 3px;
    }

    .header-5 .search-widget input {
        width: 200px;
        height: 34px;
        padding-left: 10px;
        color: #f7f7f7;
        font-size: 12px;
        border-radius: 6px 0 0 6px;
        border: 1px solid #f5f5f5;
    }

.header-5 .multimenu ul {
    padding-bottom: 35px;
}

.header-5.mukam-header-large {
    webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

    .header-5.mukam-header-large ul {
        padding-top: 0;
    }

.header-5 .navbar-nav > li {
    border-right: 1px solid #f5f5f5;
}
/************************/
/* MEGA DROPDOWN MENU   */
/************************/
.multi.dropdown {
    position: static;
}

.navbar-right .dropdown-menu.multimenu {
    right: 0;
    left: auto;
    padding-top: 18px;
    padding-bottom: 50px;
}

.multimenu {
    width: 100%;
    left: 0!important;
    top: 100%;
    margin-top: 0!important;
}

    .multimenu h4 {
        height: 26px;
        font-family: 'Source Sans Pro',sans-serif;
        font-weight: 600;
    }

    .multimenu p i {
        line-height: 19px;
        margin-right: 5px;
    }

.multimenu-green ul {
    margin: 0;
    padding: 0;
}

    .multimenu-green ul li {
        line-height: 2.428571;
        list-style: none;
        padding-right: 20px;
        border-bottom: 1px solid #c5c5c5;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .multimenu-green ul li a {
            color: #626262;
            font-size: 13px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .multimenu-green ul li a i {
                font-size: 10px;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                padding-left: 2px;
                padding-right: 10px;
                color: #999999;
                line-height: 34px;
            }

    .multimenu-green ul p i {
        font-size: 13px;
        color: #999999;
        line-height: 22px;
        margin-right: 5px;
    }


    .multimenu-green ul li:hover {
        color: #fff;
        background: #f29500;
    }

        .multimenu-green ul li:hover a {
            color: #fff;
        }

            .multimenu-green ul li:hover a i {
                padding-left: 10px;
                color: #fff;
            }
/**********************************/
/*    Parallax Homepage Slider    */
/**********************************/
.parallax-homepage {
    position: relative;
    background: url(../content/parallax/5.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    display: table;
}

.homepage-slider {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    text-align: center;
}

    .homepage-slider .slides {
        zoom: 1;
    }

        .homepage-slider .slides li {
            margin-bottom: 0;
            position: relative;
        }

    .homepage-slider p {
        vertical-align: baseline;
        font-size: 88px;
        font-weight: 900;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
        margin: 0;
        padding: 0;
    }

#qLoverlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.download {
}

.parallax-homepage .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 30%;
    text-align: center;
}

.parallax-homepage .flex-control-paging li a {
    border: 3px solid #fff;
    color: #fff;
    width: 20px;
    height: 20px;
}

    .parallax-homepage .flex-control-paging li a.flex-active {
        background: #ff9200;
    }
/************************/
/*    General Assets    */
/************************/
.mukam-title {
    margin-bottom: 30px;
}

/* Element Container */
.bg-color {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 5px solid #f2f2f2;
}

.none-color {
    border: 0;
}

/* Background */
.asset-bg {
    background: #ff9200;
}

.white {
    background: #fff;
}

.greyshop {
    background: #ececec;
}

.grey {
    background: #fbfbfb;
}

.greypricing {
    background: #535252;
}

.black {
    background: #161616;
}

.back-inherit {
    background: #fff;
}

.blackgrey {
    background: #474747;
}

.darkgrey {
    background: #f4f4f4 !important;
}

.greyclient {
    background: #f7f7f7;
}

.flex-control-nav li {
    margin: 0 2px;
}

.teal-highlight {
    background: #ff9200;
    color: #fff;
    padding: 2px;
}

.black-highlight {
    background: #000;
    color: #fff;
    padding: 2px;
}

.yellow-highlight {
    background: #ffff00;
    padding: 2px;
}

.font-italic {
    font-style: italic;
}

.font-bold {
    font-weight: 600;
}

.form-control {
    border: 1px solid #ebebeb;
}

.parallax-container {
    background: url(../content/banner/parallax/parallax1.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.parallax-container2 {
    background: url(../content/banner/parallax/parallax2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/* Parallax Client */
.parallax-client {
    background: url(../content/banner/parallax/parallax4.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .parallax-client .services-1 {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
/* Parallax Team */
.parallax-team {
    background: url(../content/banner/parallax/parallax6.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: none;
}

    .parallax-team .mukam-team .team-name span, .parallax-team .mukam-team .team-social .team-holder {
        color: #fff;
    }

    .parallax-team .mukam-team .team-content p, .parallax-team .mukam-team .team-name p {
        color: #ededed;
    }

    .parallax-team .mukam-team .team-social .team-holder {
        border: 2px solid #fff;
    }

/* Parallax Caption */
.parallax-caption {
    background: url(../content/banner/parallax/parallax7.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 40px;
    padding-bottom: 40px;
}


/* Parallax Service Two */
.parallax-service-two {
    padding-top: 200px;
    padding-bottom: 200px;
    background: url(../content/banner/parallax/parallax5.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-shadow: 0px 1px 0px rgba(150, 150, 150, 1);
}

    .parallax-service-two h3 {
        font-family: 'Source Sans Pro';
        font-size: 40px;
    }

/* Custom Menu Widget */
.menu-widget {
    border-bottom: 4px solid #d2d2d2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .menu-widget h4 {
        background-color: #ff9200;
        padding-left: 15px;
        margin: 0;
        line-height: 48px;
        color: #FFFFFF;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    .menu-widget a {
        color: #515151;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .menu-widget ul {
        margin: 0;
        padding: 0;
        background: #f4f4f4;
    }

        .menu-widget ul li {
            line-height: 14px;
            border-left: 3px solid #f4f4f4;
            padding: 14px 0 14px 15px;
            margin: 0;
            list-style: none;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

            .menu-widget ul li:not(last-child) {
                border-bottom: 1px solid #dadada;
            }

            .menu-widget ul li:hover {
                background: #fff;
                border-left: 3px solid #ff9200;
                cursor: pointer;
                color: #ff9200;
            }

    .menu-widget .active {
        color: #ff9200!important;
        background: #fff!important;
        border-left: 3px solid #ff9200!important;
    }
/* Buton ***************************************/

.buton-text a {
    color: #fff;
    font-size: 13px;
    font-family: 'Source Sans Pro';
}
    /* Code for blog read more text */
    .buton-text a:hover {
        color: #fff;
        font-size: 13px;
        font-family: 'Source Sans Pro';
    }
/* Code for blog read more text */


.buton {
    font-size: 16px;
    font-weight: 600;
    border: none;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px 15px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 5px 0 5px 0;
}

    .buton a:link {
        color: #f9faf9;
        text-decoration: none;
        font-weight: 600;
    }

    .buton a:visited {
        color: #f9faf9;
        text-decoration: none;
    }

    .buton a:hover {
        color: #f9faf9;
        text-decoration: none;
    }

    .buton:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .buton:before {
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: relative;
        -webkit-font-smoothing: antialiased;
    }

/* Size of Button */
.buton-large {
    padding: 19px 32px 19px 32px !important;
    font-size: 16px !important;
}

.buton-medium {
    padding: 17px 32px 17px 32px !important;
    font-size: 15px !important;
}

.buton-small {
    padding: 14px 32px 14px 32px !important;
    font-size: 14px!important;
}

.buton-mini {
    padding: 12px 32px 12px 32px !important;
    font-size: 13px !important;
}

/* Button Color */
.b_asset {
    background: #ff9200;
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
}

.b_white {
    background: #ffffff;
}

.b_inherit {
    background: #ff9200;
}

.b_pink {
    background: #ff048c;
}

.b_green {
    background: #76b737;
}

.b_green-1 {
    background: #76b737;
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
}

.b_orange {
    background: #ff9c00;
}

.b_orange-1 {
    background: #ff9c00;
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
}

.b_orange-1-dark {
    background: #e97528;
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
}

.b_purple {
    background: #c74a73;
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
}

.b_darkgrey {
    background: #535252;
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
}

.b_black {
    background: #3d3d3d;
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
}

.b_dusty {
    background: #676767;
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
}

.b_red {
    background: #e54242;
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
}

.b_teal {
    background: #ff9200;
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
}

.b_grey {
    background: #8c8c8c;
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
}

.b_darkgrey-1 {
    background: #303030;
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
}

.red-color {
    color: #e54242;
}

.green-color {
    color: #76b737;
}

.orange-color-dark {
    color: #e97528;
}

.orange-color {
    color: #ff9c00;
}

.purple-color {
    color: #c74a73;
}

.grey-color {
    color: #8c8c8c;
}

.darkgrey-color {
    color: #303030;
}

/* All Button Effect */
/* Left to right transition effect */
.buton-1:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.buton-1:hover,
.buton-1:active {
    color: #fff;
}

    .buton-1:hover:after,
    .buton-1:active:after {
        width: 100%;
    }

/* Top to bottom transition effect */
.buton-2:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.buton-2:hover,
.buton-2:active {
    color: #fff;
}

    .buton-2:hover:after,
    .buton-2:active:after {
        height: 100%;
    }

/* Fade effect */
.buton-3:hover,
.buton-3:active {
    color: #fff;
    background: #505050;
}
/* Middle to side effect */
.buton-4 {
    overflow: hidden;
}

    .buton-4:after {
        width: 0;
        height: 103%;
        top: 50%;
        left: 50%;
        background: #505050;
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .buton-4:hover,
    .buton-4:active {
        color: #fff;
    }

        .buton-4:hover:after {
            width: 90%;
            background: #000;
            opacity: 0.1;
        }

        .buton-4:active:after {
            width: 101%;
            opacity: 1;
        }
/* Middle to corners effect */
.buton-5 {
    overflow: hidden;
}

    .buton-5:after {
        width: 100%;
        height: 0;
        top: 50%;
        left: 50%;
        background: #505050;
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
    }

    .buton-5:hover,
    .buton-5:active {
        color: #fff;
    }

        .buton-5:hover:after {
            height: 260%;
            opacity: 1;
        }

        .buton-5:active:after {
            height: 400%;
            opacity: 1;
        }
/*  Middle to top and bottom effect */
.buton-6 {
    overflow: hidden;
}

    .buton-6:after {
        width: 101%;
        height: 0;
        top: 50%;
        left: 50%;
        background: #505050;
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .buton-6:hover,
    .buton-6:active {
        color: #fff;
    }

        .buton-6:hover:after {
            height: 75%;
            opacity: 1;
        }

        .buton-6:active:after {
            height: 130%;
            opacity: 1;
        }

.pagination-container {
    text-align: center;
}

.pagination > li > a, .pagination > li > span {
    padding: 5px 10px;
}

.pagination > .active > a,
.pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #ff9200;
    border-color: #ff9200;
}

.list-none {
    list-style: none;
    margin-top: 15px;
    margin-left: 0;
    padding-left: 0;
}

    .list-none li {
        margin-top: 10px;
    }

    .list-none i {
        margin-right: 10px;
        color: #ff9200;
        font-size: 11px;
    }

    .list-none.li-size li {
        font-size: 16px;
        margin-top: 18px;
    }
/*** Tour Section ***/
.tour-section h3 {
    margin-bottom: 30px;
    margin-top: 0;
}

.tour-section .nav-tabs {
    width: 30%;
    float: left;
    font-size: 13px;
}

    .tour-section .nav-tabs > li i {
        padding-right: 18px;
        font-size: 16px;
    }

    .tour-section .nav-tabs > li {
        float: none;
        border-right: 8px solid #ff9200;
        background: #212121;
        margin-bottom: 0;
    }

        .tour-section .nav-tabs > li a {
            float: none;
            color: #fff;
            border: 0;
            border-bottom: 4px solid #fff;
            margin-right: 0;
        }

        .tour-section .nav-tabs > li:last-child a {
            border-bottom: 4px solid #212121;
        }

        .tour-section .nav-tabs > li.active > a, .tour-section .nav-tabs > li.active > a:hover, .tour-section .nav-tabs > li.active > a:focus {
            color: #fff;
            background: #ff9200;
        }

        .tour-section .nav-tabs > li > a:hover, .tour-section .nav > li > a:focus {
            background: #ff9200;
            border-color: #fff;
            color: #fff;
        }

        .tour-section .nav-tabs > li.active > a, .tour-section .nav-tabs > li.active > a:hover, .tour-section .nav-tabs > li.active > a:focus {
            border: 0;
            border-bottom: 4px solid #fff;
        }

.tour-section .tab-content {
    width: 70%;
    float: left;
    padding-left: 15px;
    color: #5d5d5d;
}
/*** Tour Section 2 ***/
.tour-section-2 h3 {
    margin-bottom: 30px;
    margin-top: 0;
}

.tour-section-2 .nav-tabs {
    width: 30%;
    float: left;
    font-size: 13px;
    border: 0;
}

    .tour-section-2 .nav-tabs > li {
        float: none;
        margin-bottom: 2px;
    }

        .tour-section-2 .nav-tabs > li a {
            font-size: 13px;
            font-weight: 600;
            float: none;
            color: #545454;
            background: #f6f6f6;
            border: 1px solid #f5f5f5;
            margin-right: 0;
        }

        .tour-section-2 .nav-tabs > li.active > a, .tour-section-2 .nav-tabs > li.active > a:hover, .tour-section-2 .nav-tabs > li.active > a:focus, .tour-section-2 .nav-tabs > li > a:hover, .tour-section-2 .nav > li > a:focus {
            color: #ff9200;
            background: #fff;
            border: 1px solid #f5f5f5;
            border-right: 1px solid #fff;
        }

.tour-section-2 .tab-content {
    margin-left: -1px;
    border: 1px solid #f5f5f5;
    width: 70%;
    float: left;
    padding: 15px 15px 25px 22px;
}

.tour-section-2 i {
    font-size: 20px;
    margin-right: 10px;
}

.tour-section-2 .mukam-video {
    font-size: 13px;
}

.tour-section-2 .mukam-image {
    font-size: 15px;
}

/*** Tour Section 2 Right Side ***/
.tour-section-2 .tab-content.pull-right {
    margin-left: 0;
}

.tour-section-2 .nav-tabs.pull-right {
    margin-left: -1px;
}

    .tour-section-2 .nav-tabs.pull-right > li.active > a, .tour-section-2 .nav-tabs.pull-right > li.active > a:hover, .tour-section-2 .nav-tabs.pull-right > li.active > a:focus, .tour-section-2 .nav-tabs.pull-right > li > a:hover, .tour-section-2 .nav.pull-right > li > a:focus {
        border: 1px solid #f5f5f5;
        border-left: 1px solid #fff;
    }

/*** Classic Tabs ***/
.tabs-classic h3 {
    margin-bottom: 30px;
}

.tabs-classic .tab-content {
    border: 1px solid #f5f5f5;
    background: #fff;
    padding: 30px 30px 50px 15px;
}

    .tabs-classic .tab-content img {
        margin-left: 20px;
        margin-right: 20px;
    }

.tabs-classic .nav-tabs > li.active > a, .tabs-classic .nav-tabs > li.active > a:hover, .tabs-classic .nav-tabs > li.active > a:focus, .tabs-classic .nav-tabs > li > a:hover {
    border: 1px solid #f5f5f5;
    border-color: #f5f5f5 #f5f5f5 #fff #f5f5f5;
    background: #fff;
    color: #ff9200;
}

.tabs-classic .nav-tabs {
    border-bottom: 0;
}

    .tabs-classic .nav-tabs > li > a {
        background: #f6f6f6;
        font-weight: 600;
        font-size: 13px;
        color: #797979;
        border: 1px solid #f5f5f5;
    }

/*** Featured Tabs ***/
.tabs-featured {
    text-align: center;
}

    .tabs-featured p {
        width: 65%;
        margin: 0 auto;
    }

    .tabs-featured .nav-tabs {
        display: inline-table;
        border: 0 solid transparent;
        border-bottom: 4px solid #f0f0f0;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        margin-top: 30px;
    }

        .tabs-featured .nav-tabs > ul {
            text-align: center;
        }

        .tabs-featured .nav-tabs > li {
            float: center;
            display: inline-block;
        }

            .tabs-featured .nav-tabs > li > a {
                color: #606060;
                border: 1px solid transparent;
                background: #fff;
                margin: 0;
                padding: 12px 50px;
            }

            .tabs-featured .nav-tabs > li.active > a, .tabs-featured .nav-tabs > li.active > a:hover, .tabs-featured .nav-tabs > li.active > a:focus {
                border: none;
                color: #ff9200;
                background: #f6f6f6;
            }

            .tabs-featured .nav-tabs > li > a:hover {
                color: #ff9200;
                background: #fbfbfb;
            }

    .tabs-featured .list-none {
        font-size: 16px;
    }

    .tabs-featured li i {
        margin-right: 5px;
        font-size: 24px;
        margin-bottom: 8px;
    }

    .tabs-featured .tab-content {
        margin-top: 70px;
        text-align: left;
        padding-right: 50px;
    }

        .tabs-featured .tab-content p {
            width: 55%;
            margin: 0;
            font-size: 16px;
        }

        .tabs-featured .tab-content h3 {
            font-family: 'Source Sans Pro';
            font-weight: 700;
        }

        .tabs-featured .tab-content h5 {
            margin-top: 25px;
            font-family: 'Source Sans Pro';
        }

/*** Featured Tabs Slider Style ***/
.tabs-featured-slider {
    text-align: center;
}

    .tabs-featured-slider p {
        width: 65%;
        margin: 0 auto;
    }

    .tabs-featured-slider .nav-tabs {
        display: inline-table;
        width: 100%;
        text-align: left;
    }

        .tabs-featured-slider .nav-tabs > ul {
        }

        .tabs-featured-slider .nav-tabs > li {
            border-right: 1px solid #8d8d8d;
            border-left: 1px solid #555555;
            float: center;
            display: inline-block;
            width: 25%;
        }

            .tabs-featured-slider .nav-tabs > li > a {
                -webkit-transition: all 0.2s ease-out;
                -moz-transition: all 0.2s ease-out;
                -ms-transition: all 0.2s ease-out;
                -o-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out;
                font-size: 18px;
                font-weight: 900;
                line-height: 23px;
                color: #fff;
                border: 0;
                border-top: 5px solid #a9a9a9;
                background: #7d7d7d;
                margin: 0;
                padding: 22px 0;
            }

            .tabs-featured-slider .nav-tabs > li.active > a, .tabs-featured-slider .nav-tabs > li.active > a:hover, .tabs-featured-slider .nav-tabs > li.active > a:focus {
                border: 0;
                border-top: 5px solid #ff9200;
                color: #fff;
                background: #5d5d5d;
                margin-bottom: 0;
            }

            .tabs-featured-slider .nav-tabs > li > a:hover {
                border: 0;
                border-top: 5px solid #ff9200;
                color: #fff;
            }

    .tabs-featured-slider i {
        margin-right: 5px;
        font-size: 24px;
        margin-bottom: 8px;
    }

    .tabs-featured-slider .nav-tabs > li > a span {
        color: #fff;
        display: block;
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        text-shadow: none;
    }

    .tabs-featured-slider .tab-content {
        margin-top: 40px;
        text-align: left;
    }

        .tabs-featured-slider .tab-content p {
            width: 55%;
            margin: 0;
        }

        .tabs-featured-slider .tab-content h3 {
            font-family: 'Source Sans Pro';
            font-weight: 700;
            margin-left: 95px;
            margin-right: 95px;
        }

        .tabs-featured-slider .tab-content h5 {
            margin-top: 25px;
            font-family: 'Source Sans Pro';
        }

    .tabs-featured-slider .slide-number {
        font-size: 28px;
        width: 44px;
        height: 44px;
        border-radius: 100%;
        color: #7d7d7d;
        background: #fff;
        line-height: 44px;
        text-align: center;
        margin-left: 15px;
        margin-right: 10px;
    }

    .tabs-featured-slider .nav-tabs > li.active .slide-number {
        color: #fff;
        background: #ff9200;
    }
/*** Accordion ***/
.accordion h3 {
    margin-top: 0;
    margin-bottom: 30px;
}

.accordion .panel-title > a {
    font-family: 'Source Sans Pro';
    font-size: 13px;
    color: #545454;
    display: block;
}

.accordion .panel-default > .panel-heading {
    padding: 12px 15px;
    background: #fff;
}

.accordion .panel-body {
    font-family: 'Source Sans Pro';
    font-size: 13px;
    color: #6e6e6e;
    padding: 25px 16px;
}

.accordion .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #f5f5f5;
}

.accordion .panel-default {
    border-color: #f5f5f5;
}

.accordion .panel-group .panel + .panel {
    margin-top: 1px;
}

.accordion .panel-default > .panel-heading:hover {
    background: #ff9200;
}

.accordion .panel-default > .panel-heading i {
    font-size: 20px;
    color: #ff9200;
    margin-top: 2px;
    margin-right: 15px;
}

.accordion .panel-default > .panel-heading:hover i, .accordion .panel-default > .panel-heading:hover .panel-title a {
    color: #fff;
}

.accordion .panel-title > a, .accordion .panel-default > .panel-heading, .accordion .panel-default > .panel-heading i {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.featured-accordion {
    margin-top: 30px;
}

/*** Notification ***/
.notification h3 {
    margin-top: 0;
    margin-bottom: 30px;
}

.notification .alert {
    font-size: 13px;
    padding: 14px 12px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-weight: 600;
    margin-bottom: 8px;
}

    .notification .alert i {
        margin-top: 3px;
        margin-right: 12px;
    }

.notification .alert-success {
    background-color: #c3de7a;
    border-color: #b0c383;
    color: #7ea120;
}

.notification .alert-info {
    background-color: #89d4db;
    border-color: #84b5b9;
    color: #3f9da6;
}

.notification .alert-warning {
    background-color: #f9df8a;
    border-color: #d5c893;
    color: #ceae46;
}

.notification .alert-danger {
    background-color: #e57e7e;
    border-color: #aa635f;
    color: #ac4444;
}
/*** Progress Bars ***/
.progressicon {
    overflow: hidden;
}

.hex {
    width: 61.5px;
    height: 33.5px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    float: left;
    margin-top: 20px;
    margin-right: 21px;
}

    .hex .inner {
        color: #ff9200;
        font-size: 27px;
    }

    .hex a {
        display: block;
        border-left: 2px solid #ff9200;
        border-right: 2px solid #ff9200;
        width: 100%;
        height: 102%;
        text-indent: -9999em;
        position: absolute;
        top: 0;
        left: 0;
    }

    .hex i {
    }

    .hex .corner-1 {
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .hex .corner-2 {
        -webkit-transform: rotate(-60deg);
        -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        -o-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }

    .hex .corner-1, .hex .corner-2 {
        border-left: 2px solid #ff9200;
        border-right: 2px solid #ff9200;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 102%;
        background: inherit;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.progressbars .progressicon .progress {
    margin-top: 20px;
    height: 33.5px;
    margin-bottom: 21px;
}

.progressbars .progressicon .progress-bar {
    background-color: #ff9200;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    padding-left: 17px;
    padding-top: 6px;
}

.progressbars h3 {
    margin-bottom: 30px;
    margin-top: 0;
}

.progressbars-2 .progressicon .progress {
    height: 40px;
    margin-bottom: 5px;
}

.progressbars-2 .progressicon .progress-bar {
    line-height: 28px;
    background-color: #ff9200;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    padding-left: 17px;
    padding-top: 6px;
}

.progressbars-2 h3 {
    margin-bottom: 30px;
    margin-top: 0;
}


.features-title {
    margin-top: 30px !important;
}


/************************/
/* 			FAQ  	    */
/************************/
.toggle {
    cursor: pointer;
    font-size: 14px;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    clear: both;
    color: #fff;
    line-height: 42px;
    padding-left: 51px;
    margin-bottom: 0px;
    background: url(../img/toggleplus.png) no-repeat 12px 15px, -moz-linear-gradient(left, #ff9200, #ff9200 37px, #434343 37px);
    background: url(../img/toggleplus.png) no-repeat 12px 15px, -webkit-linear-gradient(left, #ff9200, #ff9200 37px, #434343 37px);
    background: url(../img/toggleplus.png) no-repeat 12px 15px, -o-linear-gradient(left, #ff9200, #ff9200 37px, #434343 37px);
    background: url(../img/toggleplus.png) no-repeat 12px 15px, linear-gradient(left, #ff9200, #ff9200 37px, #434343 37px);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

    .toggle.title-active {
        background: url(../img/toggleminus.png) no-repeat 12px 15px, -moz-linear-gradient(left, #434343, #434343 37px, #ff9200 37px);
        background: url(../img/toggleminus.png) no-repeat 12px 15px, -webkit-linear-gradient(left, #434343, #434343 37px, #ff9200 37px);
        background: url(../img/toggleminus.png) no-repeat 12px 15px, -o-linear-gradient(left, #434343, #434343 37px, #ff9200 37px);
        background: url(../img/toggleminus.png) no-repeat 12px 15px, linear-gradient(left, #434343, #434343 37px, #ff9200 37px);
    }

.toggle-content {
    display: none;
}

    .toggle-content p {
        padding: 18px 5px 22px 1px;
        color: #616161;
    }
/************************/
/* 	Mini Contact Form   */
/************************/
.mini-contact-form h3 {
    margin-bottom: 25px;
    margin-top: 0;
}

.mini-contact-form input {
    width: 47.5%;
    padding-left: 5px;
    margin: 0 2.5% 15px 0;
    float: left;
    height: 40px;
    font-weight: 300;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mini-contact-form textarea {
    width: 97.5%;
    margin-bottom: 15px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 300;
    border: 1px solid #f2f2f2;
}

.faqinfo {
    text-align: center;
    border: 1px solid #f4f4f4;
    margin-top: 35px;
    padding: 30px 0px 30px 0px;
    font-size: 22px;
    color: #707070;
}

    .faqinfo img {
        margin: 0 auto;
    }

/**************************/
/*  ABOUT US SLIDER       */
/**************************/
.aboutus {
    margin-top: 13px;
}

    .aboutus img {
        display: block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .aboutus .flex-direction-nav a {
        display: block;
        width: 40px;
        height: 50px;
    }

    .aboutus:hover .flex-prev {
        opacity: 0.7;
        left: 14px;
    }

    .aboutus:hover .flex-next {
        opacity: 0.7;
        right: 14px;
    }

        .aboutus:hover .flex-next:hover, .aboutus:hover .flex-prev:hover {
            opacity: 1;
        }

/************************/
/*   Services Section   */
/************************/
.services-1 {
    padding: 40px 15px 40px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    text-align: center;
    -moz-box-shadow: 1px 3px 5px 1px #eeeeee;
    -webkit-box-shadow: 1px 3px 5px 1px #eeeeee;
    box-shadow: 1px 3px 5px 1px #eeeeee;
}

    .services-1 img {
        margin: auto;
    }

    .services-1 h4 {
        color: #4a4a4a;
        font-weight: normal;
    }

    .services-1 p {
        color: #8a8484;
    }

    .services-1 .holder {
        width: 114px;
        height: 114px;
        background: #f5f5f5;
        color: #b9b9b9;
        margin: 0 auto;
        line-height: 114px;
        padding-top: 15px;
        border-radius: 50%;
    }

    .services-1, .services-1 h4, .services-1 p, .services-1 .holder {
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

        .services-1:hover {
            background: #ff9200;
        }

            .services-1:hover p {
                color: #fff;
            }

            .services-1:hover h4 {
                color: #fff;
                text-shadow: 0.1px 0.1px 1px #fff;
            }

            .services-1:hover .holder {
                background: #fff;
                color: #ff9200;
            }

.services-2 {
    padding: 0 15px 0 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: transparent;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .services-2 img {
        margin: auto;
    }

    .services-2 h4 {
        color: #4a4a4a;
        font-weight: normal;
    }

    .services-2 p {
        color: #8a8484;
    }

    .services-2 .holder {
        width: 66px;
        height: 66px;
        background: transparent;
        color: #b9b9b9;
        margin: 0 auto;
        line-height: 66px;
        padding-top: 5px;
        border-radius: 50%;
        border: 2px solid #dfdfdf;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .services-2:hover .holder {
        padding-top: 1px;
        background: #ff9200;
        color: #fff;
        border: 6px double #fff;
    }

.services-3 {
    text-align: center;
    background: transparent;
    padding: 40px 20px;
    border: 1px solid transparent;
}

    .services-3 .holder {
        font-size: 16px;
        padding-left: 1px;
        padding-top: 11px;
        margin: 0 auto;
        color: #fff;
        width: 83px;
        height: 71px;
        line-height: 69px;
        background: #676767;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .services-3 .caret {
        border-top: 12px solid #676767;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        margin-top: -11px;
    }

    .services-3 h4 {
        color: #676767;
    }

    .services-3 p {
        color: #676767;
    }

    .services-3 .b_inherit {
        background: #676767;
        -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
        -moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
        box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    }

    .services-3, .services-3 .holder, .services-3 .caret, .services-3 h4, .services-3 p, .services-3 .b_inherit {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

        .services-3:hover {
            background: #fbfbfb;
            border: 1px solid #ebebeb;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            border-radius: 7px;
        }

            .services-3:hover h4 {
                color: #ff9200;
            }

            .services-3:hover .holder {
                background: #ff9200;
            }

            .services-3:hover .caret {
                border-top: 12px solid #ff9200;
            }

            .services-3:hover .b_inherit {
                background: #ff9200;
                -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
                -moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
                box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
            }

.services-4 .holder {
    font-size: 34px;
    text-shadow: 0px 4px 0px rgba(150, 150, 150, 1);
    float: left;
    width: 75px;
    height: 78px;
    background-color: #ff9200;
    line-height: 81px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.services-4 .services-4-content {
    float: left;
    width: 86%;
    padding-left: 20px;
    margin-bottom: 53px;
}

    .services-4 .services-4-content h4 {
        margin: 0px;
    }

    .services-4 .services-4-content p {
        font-size: 13px;
        color: #777777;
        padding-top: 12px;
        margin: 0px;
        margin-bottom: 3px;
    }

    .services-4 .services-4-content a {
        font-size: 13px;
        font-style: italic;
        color: #959595;
    }

.services-5 {
    padding: 0 15px 0 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: transparent;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .services-5 img {
        margin: auto;
    }

    .services-5 h4 {
        color: #fff;
        font-weight: normal;
    }

    .services-5 p {
        color: #fff;
    }

    .services-5 .holder {
        width: 66px;
        height: 66px;
        background: transparent;
        color: #fff;
        margin: 0 auto;
        line-height: 66px;
        padding-top: 5px;
        border-radius: 50%;
        border: 2px solid #dfdfdf;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .services-5:hover .holder {
        padding-top: 1px;
        background: #fff;
        color: #ff9200;
        border: 6px double #ff9200;
    }

/************************/
/*   Featured Images    */
/************************/
.featured-image {
    text-align: center;
}

    .featured-image p {
        color: #363636;
        padding-left: 14.03%;
        padding-right: 14.03%;
    }

    .featured-image h2 {
        color: #393939;
    }

    .featured-image img {
        margin: 0 auto;
    }
/************************/
/*   Meet The Team      */
/************************/
.mukam-team {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .mukam-team img {
        border-radius: 5px;
    }

    .mukam-team .team-title {
        margin: 15px 0 15px 0;
        overflow: hidden;
        position: relative;
    }

    .mukam-team .team-name {
        float: left;
    }

        .mukam-team .team-name p {
            color: #5d5d5d;
            font-size: 12px;
            margin: 0;
            line-height: 14px;
            margin-top: 1px;
        }

        .mukam-team .team-name span {
            font-size: 18px;
            font-weight: 900;
            margin-top: 0;
            line-height: 18px;
        }

    .mukam-team .team-social {
        float: right;
        text-align: center;
    }

        .mukam-team .team-social .team-holder {
            color: #a7a7a7;
            float: right;
            width: 32px;
            height: 32px;
            line-height: 32px;
            font-size: 18px;
            margin-left: 6px;
            border: 2px solid #a7a7a7;
            border-radius: 5px;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

    .mukam-team .team-content {
        padding-top: 5px;
    }

        .mukam-team .team-content p {
            font-size: 13px;
            color: #707070;
        }

    .mukam-team .team-social a:hover .team-holder {
        color: #ff9200;
        border-color: #ff9200;
    }
/************************/
/*     Price Table      */
/************************/
.mukam-table {
}

    .mukam-table .back-inherit {
        background: #ff9200;
    }

    .mukam-table .b_asset {
        margin: 10px 0;
    }

    .mukam-table .b_black {
        padding: 0 20px;
        margin: 10px 0;
    }

.price-line {
    position: relative;
    width: 100%;
    margin-top: 80px;
    padding-top: 57px;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    border-radius: 5px 5px 0 0;
}

    .price-line p {
        margin: 0;
        font-size: 24px;
        font-weight: 900;
        line-height: 24px;
        color: #fbfbfb;
    }

    .price-line .period {
        margin: 0;
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        color: #e8e8e8;
    }

    .price-line .price {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -50px;
        left: 50%;
        margin-left: -50px;
        padding-top: 22px;
        border-radius: 100%;
        background: inherit;
        line-height: 40px;
        z-index: 4;
    }

        .price-line .price .mcurrency {
            vertical-align: top;
            color: #fff;
            font-weight: 600;
        }

        .price-line .price .money {
            font-size: 50px;
            font-weight: 900;
            color: #fff;
        }

        .price-line .price .cent {
            color: #fff;
        }

.mukam-line {
    background: #fff;
    border-bottom: 1px dashed #e1e1e1;
    color: #535252;
    line-height: 54px;
    text-align: center;
}

    .mukam-line p {
        margin: 0;
    }

.mukam-table .b_inherit {
    background: #ff9200;
    padding: 0 20px;
    margin: 10px 0;
}

.mukam-line .buton {
    line-height: 16px;
    font-weight: 600;
    color: #fbfbfb;
}

.parallax-price-tables {
    background: url(../content/banner/parallax/parallax3.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-bottom: none;
}

/************************/
/*   Call to Action     */
/************************/
.call-to-action {
    text-align: center;
}

    .call-to-action h2 {
        font-family: 'Source Sans Pro',sans-serif;
        font-weight: 600;
        color: #545353;
        font-size: 32px;
        -webkit-font-smoothing: antialiased;
    }

    .call-to-action p {
        font-size: 16px;
        color: #595959;
        -webkit-font-smoothing: antialiased;
    }

.asset-bg .call-to-action p, .asset-bg .call-to-action h2 {
    color: #fff;
}

.asset-bg .call-to-action a {
    color: #ff9200;
}

.asset-bg .call-to-action .buton {
    margin-right: 10px;
}

.call-to-action-2 {
    margin-bottom: -25px;
    margin-top: -50px;
    padding-top: 25px;
    padding-bottom: 1px;
    color: #fff;
}

    .call-to-action-2 h4 {
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 0px;
    }

    .call-to-action-2 p {
        font-weight: 300;
    }

    .call-to-action-2 .buton {
        color: #474747;
        font-weight: 600;
        font-size: 16px !important;
        vertical-align: top;
        border: none;
    }

        .call-to-action-2 .buton > i {
            margin-right: 10px;
            vertical-align: bottom;
            line-height: 22px;
        }
/***************************/
/* Full Width Image Slider */
/***************************/
.full-image-gallery {
    width: 100%;
    position: relative;
}

    .full-image-gallery ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .full-image-gallery li {
        display: block;
        float: left;
    }

/************************/
/*     Latest Work      */
/************************/
.latestwork {
    padding-left: 40px;
    padding-right: 40px;
}

    .latestwork h3 {
        margin-left: 10px;
        text-shadow: none;
    }

.carousel-container li:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.carousel-container li img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.carousel-container ul {
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none;
    height: auto;
}

.carousel-container li {
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 10px 0 10px;
    width: 350px;
}

.latest-item {
    padding: 13px 13px 10px 13px;
    text-align: center;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0px 7px 0px #696969;
    -moz-box-shadow: 0px 7px 0px #696969;
    box-shadow: 0px 7px 0px #696969;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .latest-item img {
        margin: auto;
    }

.carousel-container a.prev, .carousel-container a.next {
    background: #696969;
    width: 40px;
    height: 80px;
    display: block;
    position: absolute;
    top: 185px;
    text-align: center;
    padding-top: 16px;
}

.carousel-container a.prev {
    left: 0;
}

    .carousel-container a.prev:hover {
    }

    .carousel-container a.prev.disabled {
        opacity: 0;
    }

.carousel-container a.next {
    right: 0;
}

    .carousel-container a.next:hover {
    }

    .carousel-container a.next.disabled {
        opacity: 0;
    }

    .carousel-container a.prev.disabled, .carousel-container a.next.disabled {
        cursor: default;
    }

    .carousel-container a.prev span, .carousel-container a.next span {
        color: #f1f1f1;
    }

.carousel-container li:hover .latest-item {
    -webkit-box-shadow: 0px 7px 0px #ff9200;
    -moz-box-shadow: 0px 7px 0px #ff9200;
    box-shadow: 0px 7px 0px #ff9200;
}

.widget-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

.overthumb {
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
    background: #30bbc6;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.carousel-icon {
    font-size: 19px;
    opacity: 1;
    display: block;
    position: absolute;
    top: 100%;
    text-align: center;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.lightzoom {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 14px 10px 11px 14px;
    background: #fff;
    color: #000;
    margin-right: 5px;
    opacity: 1;
}

.postlink {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 14px 14px 11px 14px;
    background: #fff;
    color: #000;
    margin-left: 5px;
    opacity: 1;
}

.carousel-container li:hover .overthumb {
    top: 0;
    opacity: 0.7;
}

.carousel-container li:hover .carousel-icon {
    opacity: 1;
    top: 40%;
}
/****************************/
/*     Latest Work Grid     */
/****************************/
.latest-work-grid {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}

    .latest-work-grid .grid-sizer, .latest-work-item {
        margin-bottom: 30px;
        margin-right: 3.333333%;
        width: 30%;
        height: auto;
        float: left;
    }

        .latest-work-item:hover .overthumb {
            top: 0;
            opacity: 0.7;
        }

        .latest-work-item:hover .carousel-icon {
            opacity: 1;
            top: 40%;
        }


        .latest-work-item .widget-thumb img {
            -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -ms-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
        }

        .latest-work-item:hover .widget-thumb img {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }
/*************************************/
/*     Latest Blog for Homepage      */
/*************************************/
.blog-widget .latest-post {
    padding-top: 20px;
}

.blog-widget .post-date {
    width: 55px;
    float: left;
    padding-top: 10px;
    text-align: center;
}

.blog-widget .post-day {
    font-size: 26px;
    font-weight: 700;
    color: #636363;
    width: 55px;
    border: 1px solid #e3e3e3;
    line-height: 58px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url(../img/day.png) repeat-x bottom;
}

.blog-widget .post-month {
    color: #989898;
    font-size: 12px;
    text-transform: uppercase;
}

.blog-widget .post-content {
    width: 85%;
    float: left;
    margin-left: 18px;
}

    .blog-widget .post-content h3 {
        font-family: 'Source Sans Pro',sans-serif;
        font-size: 16px;
        text-shadow: none;
        font-weight: 700;
        color: #4f4f4f;
    }

        .blog-widget .post-content h3 a {
            color: #4f4f4f;
        }

            .blog-widget .post-content h3 a:hover {
                color: #428bca;
            }

    .blog-widget .post-content i {
        color: #898989;
        margin: 3px 3px 0 0;
    }

.blog-widget .comments {
    color: #707070;
    font-size: 13px;
    font-weight: 700;
}

.blog-widget .post-intro a {
    font-weight: 700;
}
/************************/
/*      Testimonial     */
/************************/
.happyclients {
    width: 100%;
    height: auto;
}

.testimonial {
    border: 1px solid #f3f3f3;
    outline: 1px solid #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    padding: 30px 50px 20px 60px;
    background: url(../img/coma.png) no-repeat 20px 20px, url(../img/coma-rotate.png) no-repeat bottom 40px right 20px;
    margin-top: 30px;
}

.clientphoto {
    float: left;
    height: 54px;
    width: 45%;
}

    .clientphoto img {
        float: right;
    }

.byclient {
    /*font-family: 'PTSans', sans-serif;*/
    font-size: 12px;
    color: #7b7b7b;
    float: left;
    width: 55%;
    text-align: left;
    padding: 5px 0 0 5px;
}

.happyclients-2 {
    background: url(../content/happyclients.png) repeat-x;
    padding: 40px 0 80px 0;
    overflow: hidden;
    position: relative;
}

.happyclients-2-inner {
    background: #ff9200;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.happyclients-2 .flex-control-nav {
    bottom: -50px;
}

.happyclientslider {
    text-align: center;
    margin: 0 auto;
    color: #fdfdfd;
    font-size: 20px;
    background: url(../img/coma-client.png) no-repeat 20px 0, url(../img/coma-client-rotate.png) no-repeat bottom 50px right 50px;
}

    .happyclientslider .clientphoto, .happyclientslider .byclient {
        width: 50%;
    }

    .happyclientslider .byclient {
        font-size: 18px;
        font-weight: 700;
        color: #fdfdfd;
    }

        .happyclientslider .byclient span {
            font-size: 16px;
            font-weight: 400;
            color: #fdfdfd;
        }

.clients-say {
    width: 76%;
    margin: 0 auto;
}

    .clients-say h2 {
        font-family: 'Source Sans Pro',sans-serif;
        font-weight: 700;
    }

.happyclients-2 .flex-control-paging li a {
    background: rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
}

    .happyclients-2 .flex-control-paging li a.flex-active {
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
    }

    .happyclients-2 .flex-control-paging li a:hover {
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
    }

.clientslider .slides li {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-filter: grayscale(100%);
}

    .clientslider .slides li:hover {
        -webkit-filter: none;
    }

/************************/
/*      Subscribe       */
/************************/

.subscribe {
    margin-top: 30px;
    padding: 7px;
    background: #D1D1D1;
    background: -moz-repeating-linear-gradient(45deg, #ed918f, #ed918f 30px, #fff 30px, #fff 40px, #a1a1a1 40px, #a1a1a1 70px,#fff 70px, #fff 80px);
    background: -webkit-repeating-linear-gradient(45deg, #ed918f, #ed918f 30px, #fff 30px, #fff 40px, #a1a1a1 40px, #a1a1a1 70px,#fff 70px, #fff 80px);
    background: -o-repeating-linear-gradient(45deg, #ed918f, #ed918f 30px, #fff 30px, #fff 40px, #a1a1a1 40px, #a1a1a1 70px,#fff 70px, #fff 80px);
    background: repeating-linear-gradient(45deg, #ed918f, #ed918f 30px, #fff 30px, #fff 40px, #a1a1a1 40px, #a1a1a1 70px,#fff 70px, #fff 80px);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

    .subscribe h3 {
        font-family: 'Source Sans Pro',sans-serif;
        font-size: 20px;
        color: #555555;
        font-weight: 600;
        padding-left: 20px;
    }

    .subscribe p {
        color: #5b5858;
        padding-left: 20px;
    }

.subscribe-inner {
    padding: 5px;
    background-image: url(../img/subscribemail.png);
    background-repeat: no-repeat;
    background-position: 20px 80px;
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.subscribe-widget form {
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    float: right;
}

.subscribe-widget .button {
    padding: 6px 15px;
    background: #ff9200;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0 5px 5px 0;
    border-color: #e0e0e0;
    border: 0;
    line-height: 25px;
}

.subscribe-widget .email-form {
    font-size: 13px;
    color: #999999;
    padding-left: 6px;
    font-style: italic;
    width: 270px;
    float: left;
    webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #e0e0e0;
    padding: 5px 0 5px 5px;
    line-height: 25px;
}

/************************/
/*    Client Slider     */
/************************/
.ourclients {
    text-align: center;
    padding-bottom: 40px;
}

    .ourclients h2 {
        text-shadow: none;
        color: #393939;
    }

.ourclients-text {
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 40px;
}

    .ourclients-text p {
        color: #6f6f6f;
    }

.ourclients .flex-control-paging li a {
    background: #fff;
}

    .ourclients .flex-control-paging li a.flex-active {
        background: #ff9200;
    }

.ourclients .flex-direction-nav {
    margin-bottom: 40px;
}

.ourclients .flex-control-nav {
    bottom: 0;
}
/************************/
/*    Blog Section      */
/************************/
.blog-wrapper {
    position: relative;
}

.blog-item, .blog-sizer {
    width: 31%;
    float: left;
    margin-bottom: 36px;
}

    .blog-item.n2 {
        width: 62%;
    }

    .blog-wrapper .blog-title, .blog-item .blog-title a {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        font-size: 22px;
        color: #373737;
    }

        .blog-wrapper .blog-title a:hover {
            color: #ff9200;
        }

.blog-wrapper .blog-thumbnail {
    position: relative;
}

.blog-wrapper .blog-type-logo {
    overflow: hidden;
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    text-align: center;
    border-bottom: 5px solid #ff9200;
    width: 100%;
    height: 30px;
    background: transparent;
}

.blog-wrapper .half-round {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #ff9200;
    margin: 0 auto;
    margin-top: 2px;
    padding-top: 3px;
    color: #fff;
}

.blog-wrapper .blog-content {
    background: #fff;
    border: 1px solid #f4f4f4;
    border-top: 0;
    padding: 10px 15px 10px 15px;
}

    .blog-wrapper .blog-content p {
        color: #616161;
        font-weight: 400;
        font-size: 13px;
    }

.blog-wrapper .blog-date {
    background: #3b3f33;
    position: absolute;
    top: 0;
    padding: 5px 10.5px 10px 12.5px;
    text-align: center;
}

.blog-wrapper .day {
    font-size: 44px;
    line-height: 44px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 0 2px;
}

.blog-wrapper .monthyear {
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    margin: 2px 0 0 0;
}

.blog-wrapper .blog-content .blog-meta {
    font-size: 12px;
    font-weight: 300;
    color: #727272;
}

    .blog-wrapper .blog-content .blog-meta a {
        color: #1d1d1d;
        font-weight: 400;
    }

.blog-wrapper .buton {
    font-weight: 600;
}

.blog-wrapper .b_inherit {
    border-radius: 0;
    background: #ff9200;
    border: 0;
}

.blog-wrapper .socialbox {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 6px;
    float: right;
    width: 37px;
    height: 37px;
    border: 1px solid #BEBCBC;
    border-radius: 100%;
    background: transparent;
    margin-right: 6px;
    font-size: 16px;
    text-align: center;
    padding-top: 7px;
}

    .blog-wrapper .socialbox i {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        color: #8c8c8c;
    }

.blog-wrapper .social-widget a:hover .socialbox {
    background: #ff9200;
}

    .blog-wrapper .social-widget a:hover .socialbox i {
        color: #fff;
    }

.blog-wrapper .social-widget .socialbox i {
    font-size: 16px;
}

.blog-wrapper .blog-share h4 {
    float: left;
}

.blog-wrapper .blog-share {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #f4f4f4;
    padding: 10px 15px 54px 15px;
}

/************************/
/*    Blog-2 Section      */
/************************/
.blog-style-2 .blog-item {
    width: 95%;
    float: none;
    margin-bottom: 30px;
}

    .blog-style-2 .blog-title, .blog-style-2 .blog-item .blog-title a {
        font-size: 24px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .blog-style-2 .blog-item i {
        font-size: 11px;
    }
/************************/
/*    Blog-3 Section    */
/************************/
.blog-wrapper .blog-categories {
    border: 1px solid #f7f7f7;
    background: #fff;
    margin-bottom: 30px;
}

    .blog-wrapper .blog-categories ul {
        margin: 0;
        padding: 0;
    }

        .blog-wrapper .blog-categories ul li {
            list-style: none;
            float: left;
        }

            .blog-wrapper .blog-categories ul li a {
                color: #585858;
                padding: 0 15px 0 20px;
                line-height: 40px;
            }

                .blog-wrapper .blog-categories ul li a:hover {
                    color: #ff9200;
                }

.blog-style-3 .blog-sizer {
    width: 23%;
}

.blog-style-3 .blog-item {
    width: 23%;
    float: left;
    margin-bottom: 20px;
}

/************************/
/*    Blog-4 Section    */
/************************/




/*************************/
/*    Comment Section    */
/*************************/
ol.commentlist {
    padding-left: 0;
    margin-top: 30px;
}

.media {
    margin-bottom: 30px;
}

.media-body {
    padding-left: 30px;
    background: #fff;
    border: 1px solid #fbfbfb;
}

.media-heading {
    margin: 10px 5px 5px 0;
}

.comment-respond .buton {
    margin-left: 15px;
    margin-top: 15px;
    margin-top: 15px;
}

.comment-respond form {
    margin-left: -15px;
    margin-top: 25px;
}

.comment-respond input {
    height: 40px;
    color: #333333;
    padding-left: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    border-color: #f7f7f7;
}

.comment-respond textarea {
    color: #333333;
    padding-left: 10px;
    border-radius: 5px;
    border-color: #f7f7f7;
}
/************************/
/*    Sidebar Section   */
/************************/
.sidebar {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.sidebar-widget {
    width: 100%;
    margin-bottom: 30px;
}

    .sidebar-widget h3 {
        color: #ff9200;
        margin: 0 0 26px 0;
    }

        .sidebar-widget h3 span {
            color: #393939;
        }
    /* Search Widget */
    .sidebar-widget .search {
        width: 100%;
        padding: 12px 16px;
        background: #f0f0f0;
    }

    .sidebar-widget .search-query {
        width: 100%;
        padding-left: 12px;
        height: 42px;
        border: 1px solid #e9e9e9;
        font-style: italic;
        font-size: 13px;
    }

    .sidebar-widget .search-icon {
        border: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 9%;
        top: 18px;
        width: 30px;
        height: 30px;
        background: #888888;
        border-radius: 100%;
        color: #fff;
    }

.search-icon a {
    color: #fff;
}
/* Popular Post */
.sidebar-widget .popular-post {
    margin-bottom: 23px;
}

    .sidebar-widget .popular-post img {
        height: 71px;
        width: 72px;
        float: left;
        margin-right: 14px;
    }

    .sidebar-widget .popular-post h6, .sidebar-widget .popular-post h6 a {
        font-family: 'Source Sans Pro',sans-serif;
        color: #6d6d6d;
        font-weight: 600;
        text-shadow: none;
        margin-bottom: 0;
        font-size: 16px;
    }

        .sidebar-widget .popular-post h6 a:hover {
            color: #ff9200;
        }

    .sidebar-widget .popular-post .popular-date {
        color: #a1a1a1;
        font-size: 12px;
        margin: 0;
    }

    .sidebar-widget .popular-post .popular-author, .sidebar-widget .popular-post .popular-author a {
        color: #939393;
        font-size: 14px;
        margin: 0;
    }

        .sidebar-widget .popular-post .popular-author a {
            color: #5e5e5e;
        }

            .sidebar-widget .popular-post .popular-author a:hover {
                color: #ff9200;
            }

/* Sidebar List */
.sidebar-widget ul {
    padding: 0;
}

    .sidebar-widget ul li {
        padding-bottom: 12px;
        list-style-type: none;
        font-size: 13px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .sidebar-widget ul li:hover {
            padding-left: 10px;
        }

        .sidebar-widget ul li i {
            font-size: 11px;
            padding-top: 3px;
            padding-right: 11px;
        }

        .sidebar-widget ul li a:hover i {
            color: #ff9200;
        }

        .sidebar-widget ul li a {
            color: #7d7d7d;
        }

            .sidebar-widget ul li a:hover {
                color: #ff9200;
            }

/* Popular Tags */

.sidebar-widget .mukam-tag-cloud {
    overflow: hidden;
}

    .sidebar-widget .mukam-tag-cloud ul {
        overflow: hidden;
    }

        .sidebar-widget .mukam-tag-cloud ul li {
            padding-left: 0;
            float: left;
            margin: 13px 5px 0 0;
            height: 37px;
        }

            .sidebar-widget .mukam-tag-cloud ul li a {
                border: 1px solid #e8e8e8;
                padding: 12px 22px;
                color: #a1a1a1;
                font-size: 13px;
                -webkit-transition: all 0.4s ease-out;
                -moz-transition: all 0.4s ease-out;
                -ms-transition: all 0.4s ease-out;
                -o-transition: all 0.4s ease-out;
                transition: all 0.4s ease-out;
            }

            .sidebar-widget .mukam-tag-cloud ul li:hover a {
                border: 1px solid #ff9200;
                color: #ff9200;
            }

            .sidebar-widget .mukam-tag-cloud ul li:hover {
                padding-left: 0;
            }

/* Subscribe Mini */
.sidebar-widget .subscribe-mini .email-form {
    width: 100%;
    height: 44px;
    padding-left: 12px;
    color: #a3a3a3;
    font-weight: 300;
    font-size: 13px;
    border: 1px solid #f4f4f4;
}

.sidebar-widget .subscribe-mini .b_inherit {
    border-radius: 0;
    background: #ff9200;
    margin-top: 10px;
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
    box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
}
/* Text Widget */
.sidebar-widget .textwidget {
    color: #616161;
}

/*************************/
/*        Caption        */
/*************************/
.caption-out {
    padding-top: 34px;
    padding-bottom: 34px;
    border: 0;
    background: url(../content/caption-background.jpg);
}

.caption {
    color: #fff;
}

    .caption p {
        color: #d6d6d6;
    }

/*************************/
/*      Breadcrumb       */
/*************************/
.breadcrumb {
    background: none;
    padding: 0;
    padding-right: 15px;
    margin: 0;
    text-align: right;
    margin-top: 25px;
    float: right;
}

    .breadcrumb ul {
        float: right;
    }

        .breadcrumb ul li {
            color: #aeaeae;
            font-size: 12px;
            float: left;
            list-style: none;
            margin-left: 2px;
        }

            .breadcrumb ul li a {
                color: #aeaeae;
                -webkit-transition: all 0.4s ease-out;
                -moz-transition: all 0.4s ease-out;
                -ms-transition: all 0.4s ease-out;
                -o-transition: all 0.4s ease-out;
                transition: all 0.4s ease-out;
            }

                .breadcrumb ul li a:hover {
                    color: #fff;
                }

/*************************/
/*   Portfolio Section   */
/*************************/
.portfolio-right {
    padding-left: 30px;
}

.portfolio-title {
    color: #393939;
}

.portfolio-style-1 .grid-sizer {
    width: 100%;
}

.portfolio-style-1-filter {
    border: 4px double #efefef;
    border-width: 4px 0 4px 0;
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

    .portfolio-style-1-filter span {
        color: #4e4e4e;
        padding: 0 15px;
    }

    .portfolio-style-1-filter ul {
        margin: 0;
        padding: 0;
    }

        .portfolio-style-1-filter ul li {
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            float: left;
            list-style: none;
            margin-right: 5px;
            font-weight: 600;
            line-height: 54px;
            font-size: 16px;
            color: #4e4e4e;
        }

            .portfolio-style-1-filter ul li.active {
                color: #ff9200;
            }

            .portfolio-style-1-filter ul li:hover {
                color: #ff9200;
            }

.portfolio-style-1 .portfolio-1-wrapper {
    position: relative;
    width: auto;
    height: auto;
    display: block;
}

.portfolio-style-1 .portfolio-item {
    margin-bottom: 50px;
}

.portfolio-style-1 .portfolio-thumbnail {
    position: relative;
    width: 46%;
    float: left;
    display: block;
    overflow: hidden;
}

.portfolio-style-1 .portfolio-content {
    color: #4e4e4e;
    width: 51%;
    float: left;
    margin-left: 3%;
    border-bottom: 4px solid #ff9200;
    padding-bottom: 10px;
}

.portfolio-style-1 .portfolio-title {
    margin-top: 0;
}

.portfolio-style-1 .about-project {
    color: #393939;
}

.portfolio-style-1 .portfolio-meta {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    float: none;
    overflow: hidden;
    margin-bottom: 8px;
    cursor: pointer;
}

.portfolio-style-1 .holder {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding-top: 1px;
    padding-left: 1px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    float: left;
    text-align: center;
    background: #5d5d5d;
    color: #fff;
    line-height: 32px;
}

.portfolio-style-1 .project-meta {
    float: left;
    margin-left: 15px;
    height: 32px;
    line-height: 32px;
}

    .portfolio-style-1 .project-meta a {
        color: #4e4e4e;
    }

.portfolio-style-1 .portfolio-meta:hover .holder {
    background: #ff9200;
}

.portfolio-style-1 .portfolio-meta:hover .project-meta, .project-meta a:hover {
    color: #ff9200;
}

.portfolio-thumbnail:hover .overthumb {
    top: 0;
    opacity: 0.7;
}

.portfolio-thumbnail:hover .carousel-icon {
    opacity: 1;
    top: 40%;
}

.portfolio-thumbnail img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.portfolio-thumbnail:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/* Portfolio - 2 */
.portfolio-style-2 .portfolio-2-wrapper {
    position: relative;
    width: auto;
    height: auto;
    display: block;
}

.portfolio-style-2 .grid-sizer {
    width: 24%;
    float: left;
}

.portfolio-style-2 .portfolio-item-2 {
    width: 24%;
    float: left;
    margin-bottom: 10px;
}

.portfolio-style-2 .portfolio-thumbnail {
    width: 100%;
    overflow: hidden;
}
/* Portfolio - 3 */
.portfolio-style-3 .portfolio-3-wrapper {
    position: relative;
    width: auto;
    height: auto;
    display: block;
}

.portfolio-style-3 .grid-sizer {
    width: 31%;
    float: left;
}

.portfolio-style-3 .portfolio-title {
    color: #4a4a4a;
}

.portfolio-style-3 .portfolio-content {
    color: #363636;
}

.portfolio-style-3 .portfolio-item-3 {
    width: 31%;
    float: left;
    padding: 10px;
    margin-bottom: 38px;
    text-align: center;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0px 7px 0px #696969;
    -moz-box-shadow: 0px 7px 0px #696969;
    box-shadow: 0px 7px 0px #696969;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .portfolio-style-3 .portfolio-item-3:hover {
        -webkit-box-shadow: 0px 7px 0px #ff9200;
        -moz-box-shadow: 0px 7px 0px #ff9200;
        box-shadow: 0px 7px 0px #ff9200;
    }

.portfolio-style-3 .portfolio-thumbnail {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.portfolio-item-3 h4 {
    margin-top: 20px;
}

.col-md-9 .portfolio-style-3 .grid-sizer {
    width: 98%;
}

.col-md-9 .portfolio-style-3 .portfolio-item-3 {
    width: 98%;
}

.col-md-9.portfolio-right .portfolio-style-3 .portfolio-item-3 {
    width: 100%;
}
/* Portfolio Single Page */
.portfolio-style-1.single .portfolio-content {
    width: 100%;
}

.portfolio-style-1.single .portfolio-thumbnail {
    width: 100%;
}

.portfolio-style-1.single .portfolio-content {
    margin-left: 0;
    padding-top: 30px;
}

.portfolio-style-1.single .portfolio-title {
    margin-bottom: 20px;
}

.portfolio-style-1.single .content-left {
    width: 75%;
    overflow: hidden;
    float: left;
    padding-right: 30px;
}

.portfolio-style-1.single .content-right {
    width: 25%;
    overflow: hidden;
    float: left;
}

.portfolio-style-1.single .about-project {
    margin-top: 0;
}

.sidebar.portfolio {
    padding-right: 15px;
}
/***************************/
/*  Shop Content Section   */
/***************************/

.shop-currency {
    width: 130px;
    height: 38px;
}

    .shop-currency select {
        width: 130px;
        height: 26px;
        color: #939393;
        padding-left: 5px;
        margin-top: 6px;
        border: 0;
        font-size: 11px;
        line-height: 26px;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: "";
        background: #f0f0f0 url(../img/currency-drop.jpg) no-repeat right;
    }

#shopslider .ls-bottom-nav-wrapper,
#shopslider .ls-below-thumbnails {
    left: 35px;
    text-align: left;
}

.bg-shop-slider {
    padding-top: 10px;
    background: #fafafa;
}

.bg-shop {
    padding-top: 30px;
    padding-bottom: 40px;
    background: #fafafa;
}

.latestproduct-title {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .latestproduct-title h3 {
        float: left;
        margin-top: 0;
    }

.double-divider {
    border-bottom: 4px double #e2e2e2;
    height: 4px;
    width: 79%;
    margin-top: 23px;
    float: right;
}

.latestproduct-container {
    position: relative;
    height: 560px;
}

    .latestproduct-container ul {
        margin: 40px 0 0 0;
        padding: 0;
        list-style: none;
        height: auto;
    }

    .latestproduct-container li {
        float: left;
        text-align: center;
        margin: 0;
        height: auto;
        width: 280px;
        padding-right: 20px;
    }

.latestproduct-item {
    background: #fff;
    padding: 5px 5px 0 5px;
    text-align: center;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .latestproduct-item img {
        margin: auto;
    }

    .latestproduct-item h4 {
        color: #646363;
        font-family: 'Source Sans Pro',sans-serif;
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        margin-bottom: 8px;
        margin-top: 22px;
    }

    .latestproduct-item p {
        color: #818181;
        font-size: 12px;
        line-height: 12px;
    }

    .latestproduct-item .price-rating {
        margin-top: 20px;
        border-bottom: 4px double #efefef;
        padding-bottom: 6px;
    }

    .latestproduct-item .product-price {
        float: left;
        position: relative;
    }

        .latestproduct-item .product-price p {
            font-size: 20px;
            line-height: 25px;
            color: #ff9200;
            text-align: left;
            font-weight: 600;
            margin-left: 5px;
        }

    .latestproduct-item .discount {
        width: 100px;
        position: absolute;
        top: -9px;
    }

        .latestproduct-item .discount p {
            color: #818181 !important;
            font-size: 11px;
            line-height: 11px;
        }

        .latestproduct-item .discount span {
            color: #818181;
            text-decoration: line-through;
            display: inline;
        }

    .latestproduct-item .product-rating {
        float: right;
    }

.product-rating img {
    display: inline;
    margin: 0;
}

.latestproduct-item .addtocart {
    height: 40px;
}

    .latestproduct-item .addtocart p {
        color: #525252;
        font-size: 13px;
        margin-top: 15px;
        vertical-align: bottom;
    }

    .latestproduct-item .addtocart i {
        font-size: 20px;
        margin-right: 5px;
        vertical-align: middle;
    }

.latestproduct-container a.prev, .latestproduct-container a.next {
    background: #696969;
    width: 40px;
    height: 80px;
    display: block;
    position: absolute;
    top: 185px;
    text-align: center;
    padding-top: 16px;
}

.latestproduct-container a.prev {
    left: -60px;
}

    .latestproduct-container a.prev:hover {
    }

    .latestproduct-container a.prev.disabled {
        opacity: 0;
    }

.latestproduct-container a.next {
    right: -40px;
}

    .latestproduct-container a.next:hover {
    }

    .latestproduct-container a.next.disabled {
        opacity: 0;
    }

    .latestproduct-container a.prev.disabled, .latestproduct-container a.next.disabled {
        cursor: default;
    }

    .latestproduct-container a.prev span, .latestproduct-container a.next span {
        color: #f1f1f1;
    }


.latestproduct-container li:hover .overthumb {
    top: 0;
    opacity: 0.7;
}

.latestproduct-container li:hover .carousel-icon {
    opacity: 1;
    top: 40%;
}
/* Related Product */
.latestproduct-container.relatedproduct {
    height: 480px;
}

    .latestproduct-container.relatedproduct a.prev, .latestproduct-container.relatedproduct a.next {
        height: 42px;
        padding-top: 0;
    }

    .latestproduct-container.relatedproduct a.prev {
        top: -70px;
        right: 65px;
        left: auto;
    }

    .latestproduct-container.relatedproduct a.next {
        top: -70px;
        right: 20px;
        left: auto;
    }
/***************************/
/* Shop Featured Products  */
/***************************/
.featured-products {
    background: #fafafa;
}

    .featured-products .sidebar {
        padding-left: 15px;
        padding-right: 15px;
    }

.featuredproduct-item-container {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.featuredproduct-item {
    background: #fff;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 30px;
    float: left;
    padding: 7px 7px 0 7px;
    text-align: center;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .featuredproduct-item:nth-child(3n+1) {
        margin-left: 0;
    }

.featuredproduct-title {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .featuredproduct-title h3 {
        float: left;
        margin-top: 0;
    }

    .featuredproduct-title .double-divider {
        border-bottom: 4px double #e2e2e2;
        height: 4px;
        width: 62%;
        margin-top: 23px;
        float: right;
    }

.featuredproduct-item img {
    margin: auto;
}

.featuredproduct-item h4 {
    color: #646363;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 22px;
}

.featuredproduct-item p {
    color: #818181;
    font-size: 12px;
    line-height: 12px;
}

.featuredproduct-item .price-rating {
    margin-top: 27px;
    border-bottom: 4px double #efefef;
    padding-bottom: 6px;
}

.featuredproduct-item .product-price {
    float: left;
}

    .featuredproduct-item .product-price p {
        font-size: 20px;
        color: #ff9200;
        text-align: left;
        font-weight: 600;
        margin-left: 5px;
    }

.featuredproduct-item .product-rating {
    float: right;
}

.featuredproduct-item .addtocart {
    height: 40px;
}

    .featuredproduct-item .addtocart p {
        color: #525252;
        font-size: 13px;
        margin-top: 15px;
        vertical-align: bottom;
    }

    .featuredproduct-item .addtocart i {
        font-size: 20px;
        margin-right: 5px;
        vertical-align: middle;
    }

.featuredproduct-item:hover .overthumb {
    top: 0;
    opacity: 0.7;
}

.featuredproduct-item:hover .carousel-icon {
    opacity: 1;
    top: 40%;
}
/*************************/
/* Shop Parallax Section */
/*************************/
.parallax-shop {
    background: url(../content/banner/shop/parallax-shop.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-bottom: none;
    padding-bottom: 90px;
}

    .parallax-shop h1 {
        font-family: 'Source Sans Pro';
        font-size: 48px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        line-height: 48px;
    }

    .parallax-shop h4 {
        font-family: 'Source Sans Pro';
        font-size: 22px;
        color: #fff;
        font-weight: 400;
        text-align: center;
        line-height: 22px;
        margin-bottom: 65px;
    }
/************************************/
/* Shop Best Sellers Sidebar Widget */
/************************************/
.sidebar-widget .best-sellers {
    margin-bottom: 23px;
}

    .sidebar-widget .best-sellers img {
        height: 71px;
        width: 72px;
        float: left;
        margin-right: 14px;
    }

    .sidebar-widget .best-sellers h6, .sidebar-widget .best-sellers h6 a {
        font-family: 'Source Sans Pro',sans-serif;
        color: #6d6d6d;
        font-weight: 600;
        text-shadow: none;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
    }

        .sidebar-widget .best-sellers h6 a:hover {
            color: #ff9200;
        }

    .sidebar-widget .best-sellers .product-intro {
        color: #6d6d6d;
        font-weight: 600;
        font-size: 13px;
        margin: 0;
        line-height: 16px;
        margin-top: 3px;
    }

    .sidebar-widget .best-sellers .product-price {
        color: #6d6d6d;
        font-weight: 600;
        font-size: 16px;
        margin: 0;
    }
/******************/
/* Shop View Cart */
/******************/
.cart-list {
    width: 100%;
    height: auto;
    padding: 10px 10px 0 10px;
    background: #fff;
    border: 1px solid #f7f7f7;
}

.cart-bar {
    width: 100%;
    background: #565656;
    text-align: center;
    color: #fff;
    line-height: 40px;
}

.cart-bar-list {
    width: 100%;
    text-align: center;
    height: 128px;
    line-height: 128px;
}

.cart-product {
    float: left;
    width: 61%;
    font-size: 20px;
    font-weight: 600;
}

.cart-product-2 {
    float: left;
    width: 61%;
    text-align: left;
    border-right: 1px solid #d8d8d8;
    height: 128px;
    padding-top: 10px;
}

.cart-price-2, .cart-quantity-2, .cart-total-2 {
    font-family: 'caviar_dreamsregular';
    float: left;
    width: 11.6279069767441%;
    font-size: 22px;
}

.cart-price, .cart-quantity, .cart-total {
    font-size: 20px;
    font-weight: 600;
    float: left;
    width: 11.6279069767441%;
}

.cart-price-2, .cart-quantity-2, .cart-total-2 {
    font-size: 24px;
    border-right: 1px solid #d8d8d8;
}

.cart-remove, .cart-remove-2 {
    float: left;
    width: 4.11449016100%;
    border-right: 1px solid #d8d8d8;
}

.cart-product-2 img {
    margin-right: 10px;
    width: 85px;
    height: 110px;
}

.cart-product-2 h4 {
    line-height: 24px;
    margin: 32px 0 0 0;
    color: #393939;
}

.cart-product-2 p {
    line-height: 14px;
    font-size: 13px;
    color: #6e6e6e;
    margin-top: 7px;
}

.cart-shipping {
    width: 58.333333333333336%;
    float: left;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 15px;
    border: 1px solid #f7f7f7;
}

    .cart-shipping h4 {
        margin-left: 15px;
        margin-top: 15px;
        color: #393939;
        font-size: 26px;
    }

    .cart-shipping input, .cart-shipping select, .cart-shipping label {
        font-weight: 400;
        font-size: 13px;
        height: 34px;
        margin-top: 5px;
        line-height: 34px;
        color: #6e6e6e;
    }

.cart-quantity-2 {
    height: 128px;
    align-items: center;
    justify-content: center;
    /* Internet Explorer 10 */
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    /* !NEW! and Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /* Safari, Opera, and Chrome */
    display: flex;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /* W3C */
    display: box;
    box-pack: center;
    box-align: center;
}

    .cart-quantity-2 input {
        width: 63px;
        height: 40px;
        text-align: center;
    }

.cart-shipping .b_inherit {
    border-radius: 0;
    background: #ff9200;
    border: 0;
    float: right;
    margin-right: 15px;
}

.cart-total3 {
    width: 41.666666666664%;
    float: left;
    overflow: hidden;
    margin-top: 30px;
    padding-left: 15px;
}

    .cart-total3 h3 {
        margin-top: 15px;
        border-bottom: 4px double #e9e9e9;
        color: #4e4e4e;
    }

    .cart-total3 .cart-container {
        border-bottom: 1px solid #e9e9e9;
    }

    .cart-total3 .cart-title {
        font-family: 'Source Sans Pro';
        font-weight: 400;
        float: left;
        line-height: 26px;
        color: #4e4e4e;
        font-size: 16px;
    }

    .cart-total3 .cart-content {
        font-family: 'Source Sans Pro';
        float: right;
        line-height: 26px;
    }

    .cart-total3 .cart-content-2 {
        float: right;
        line-height: 26px;
        font-family: 'Source Sans Pro';
        font-weight: 400;
    }

    .cart-total3 .cart-content-total {
        font-family: 'Source Sans Pro';
        float: right;
        font-size: 24px;
        font-weight: 700;
        line-height: 26px;
    }
/********************/
/* Shop Single Page */
/********************/
.product-single {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.product-thumbnails {
    width: 60%;
    float: left;
}

.product-single-content {
    width: 40%;
    float: left;
}

.product-gallery {
    width: 100px;
    float: left;
}

    .product-gallery img {
        width: 100px;
        height: 128px;
    }

.product-gallery-active {
    width: 67%;
    float: left;
    margin-left: 15px;
    padding: 10px;
    border: 1px solid #f4f4f4;
    background: #fff;
}

    .product-gallery-active .small {
        width: 100%;
        height: auto;
    }

    .product-gallery-active .large {
        width: 800%;
        height: auto;
    }

.product-single-content h3 {
    margin-top: 0;
    color: #393939;
}

.product-single-content p {
    font-size: 13px;
    color: #6e6e6e;
}

.product-single-content ul.list-none {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-single-content .list-none li {
    font-size: 16px;
    color: #4e4e4e;
    margin-top: 15px;
}

.product-single-content .list-none i {
    font-size: 12px;
    line-height: 24px;
}

.product-single-content .b_inherit {
    border-radius: 0;
    background: #ff9200;
    border: 0;
    float: none;
    margin-left: 5px;
}

.product-single-content .buton-large {
    padding: 9px 20px !important;
}

.product-single-content input {
    width: 60px;
    height: 40px;
    display: inline;
    vertical-align: baseline;
    text-align: center;
}

/********************/
/* Alternate Slider */
/********************/
.html_carousel {
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

    .html_carousel div.slide {
        position: relative;
        width: 100%;
        overflow: hidden;
        min-height: 1px;
    }

        .html_carousel div.slide div.slide-intro {
            background-color: rgba(49, 49, 49, 0.8);
            width: 100%;
            height: 130px;
            position: absolute;
            display: block;
            bottom: 0;
        }

        .html_carousel div.slide .slide-excerpt {
            border-bottom: 1px solid #6a6868;
            float: left;
            width: 91%;
            height: auto;
            padding-bottom: 7px;
            margin-top: 15px;
        }

        .html_carousel div.slide .blog-date {
            background: #ff9200;
            position: relative;
            float: left;
            margin: 15px 15px 15px 0;
            padding: 19px 15px 19px 15px;
            text-align: center;
        }

        .html_carousel div.slide .day {
            font-size: 44px;
            line-height: 44px;
            font-weight: 900;
            color: #fff;
            margin: 0 0 0 2px;
            padding: 0;
            display: block;
            border: 0;
        }

        .html_carousel div.slide .monthyear {
            font-size: 13px;
            line-height: 13px;
            color: #fff;
            margin: 2px 0 0 0;
            padding: 0;
            display: block;
            border: 0;
        }

        .html_carousel div.slide .row {
            margin-left: 0;
        }

        .html_carousel div.slide p {
            font-size: 13px;
            display: inline-block;
        }

        .html_carousel div.slide h4 {
            margin: 0;
            color: #fff;
        }

        .html_carousel div.slide p {
            color: #dbdbdb;
            margin: 0;
        }

        .html_carousel div.slide .blog-meta {
            color: #b7b7b7;
            margin-top: 10px;
            font-size: 12px;
        }

            .html_carousel div.slide .blog-meta a {
                color: #e3e3e3;
            }

    .html_carousel .nextprev {
        position: absolute;
        bottom: 130px;
        right: 20%;
    }

        .html_carousel .nextprev .slidebox {
            color: #fff;
            background-color: rgba(49, 49, 49, 0.8);
            width: 60px;
            height: 53px;
            float: left;
            text-align: center;
            margin-left: 2px;
            line-height: 73px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .html_carousel .nextprev .slidebox i {
                font-size: 3em;
            }

            .html_carousel .nextprev .slidebox:hover {
                background: #ff9200;
            }
/********************/
/*   CONTACT PAGE   */
/********************/
.antispam {
    display: none;
}

.contact p {
    color: #333333;
    font-weight: 600;
}

.contact .buton {
    margin-left: 15px;
    margin-top: 15px;
    margin-top: 15px;
}

.contact form {
    margin-left: -15px;
    margin-top: 25px;
}

.contact input {
    height: 40px;
    color: #333333;
    padding-left: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    border-color: #f7f7f7;
}

.contact textarea {
    color: #333333;
    padding-left: 10px;
    border-radius: 5px;
    border-color: #f7f7f7;
}

.contact-info .contact-widget {
    color: #4f4f4f;
}

    .contact-info .contact-widget p {
        font-size: 16px;
        overflow: hidden;
    }

    .contact-info .contact-widget i {
        font-size: 18px;
        margin-right: 18px;
        line-height: 24px;
        color: #727272;
    }

.contact-info a {
    color: inherit;
}

.contact-info .socialbox {
    margin-bottom: 6px;
    float: left;
    width: 37px;
    height: 37px;
    border: 1px solid #BEBCBC;
    border-radius: 100%;
    background: transparent;
    margin-right: 6px;
    font-size: 16px;
    text-align: center;
    padding-top: 7px;
}

    .contact-info .socialbox i {
        color: #8c8c8c;
    }

.contact-info .social-widget a:hover .socialbox {
    border-color: #ff9200;
}

    .contact-info .social-widget a:hover .socialbox i {
        color: #ff9200;
    }

.contact2 {
    border: none;
}

/********************/
/*   ERROR PAGE   */
/********************/
.error-page {
    background: #656565;
    text-align: center;
    color: #fff;
}

    .error-page h1 {
        font-family: 'Source Sans Pro';
        padding-top: 90px;
        font-size: 150px;
        font-weight: 900;
        margin-top: 0px;
        line-height: 100px;
    }

    .error-page h2 {
        margin: 0;
        font-family: 'Source Sans Pro';
        font-weight: 900;
        font-size: 80px;
    }

    .error-page p {
        font-size: 16px;
        font-weight: 400;
    }

    .error-page .buton {
        margin-bottom: 60px;
    }

/**************************/
/*   ERROR PAGE FEATURED  */
/**************************/
.error-page-1 {
    background: #656565;
    text-align: center;
    color: #707070;
}

    .error-page-1 h1 {
        font-family: 'Source Sans Pro';
        padding-top: 90px;
        font-size: 150px;
        font-weight: 900;
        margin-top: 0px;
        line-height: 100px;
        color: #dadada;
    }

    .error-page-1 h2 {
        margin: 0;
        font-family: 'Source Sans Pro';
        font-weight: 900;
        font-size: 80px;
        color: #707070;
    }

    .error-page-1 p {
        font-size: 16px;
        font-weight: 400;
    }

    .error-page-1 .buton {
        margin-bottom: 60px;
    }


/************************/
/*   Bottom Section     */
/************************/
.bottom-section {
    background: #ff9200;
    -webkit-box-shadow: inset 0px -9px 0px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px -9px 0px 0px rgba(0,0,0,0.15);
    box-shadow: inset 0px -9px 0px 0px rgba(0,0,0,0.15);
    color: #fff;
    font-size: 26px;
    padding: 20px 0 30px 0;
}

    .bottom-section p {
        padding-top: 16px;
        margin-bottom: 15px;
        line-height: 34px;
        height: 3em;
    }

    .bottom-section span {
        color: #fff;
        font-weight: 700;
        font-size: 34px;
    }

    .bottom-section i {
        font-size: 66px;
    }
/**********************/
/*    Facts Count     */
/**********************/
.facts {
    padding: 20px 0 30px 0;
    background: #ff9200;
    -webkit-box-shadow: inset 0px -9px 0px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: inset 0px -9px 0px 0px rgba(0,0,0,0.20);
    box-shadow: inset 0px -9px 0px 0px rgba(0,0,0,0.20);
    color: #fff;
}

    .facts h4 {
        margin-bottom: 20px;
        color: #fefefe;
        font-family: 'caviar_dreamsbold';
    }

    .facts p {
        margin-top: 10px;
        font-size: 13px;
    }

.timer-wrap {
    padding-right: 27px;
}

    .timer-wrap:not(:last-child) {
        border-right: 2px dashed #fff;
    }

.timer {
    font-size: 50px;
    color: #fff;
    font-weight: 900;
}

.timer-icon {
    color: #ff9200;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    background: #fff;
    padding-top: 1em;
    text-align: center;
    margin-top: 10px;
}

    .timer-icon i {
        font-size: 25px;
    }

.facts-2 {
    background: #202020;
    padding-top: 60px;
}

    .facts-2 .timer-icon i {
        color: #202020;
    }

    .facts-2 p {
        color: #aaaaaa;
    }

    .facts-2 h4 {
        color: #fefefe;
    }

    .facts-2 .timer-wrap:not(:last-child) {
        border-right: 2px dashed #909090;
    }

    .facts-2 .row {
        padding-bottom: 33px;
        border-bottom: 2px dashed #909090;
    }
/**********************/
/*   Shortcodes Page  */
/**********************/

.shortcodes-headings {
    margin-top: 33px;
}

/**********************/
/*   Footer Section   */
/**********************/

footer {
    background: #202020;
    padding-top: 30px;
    color: #9b9b9b;
}

    footer .col-md-3 {
        padding-bottom: 20px;
    }

    footer h4 {
        color: #fefefe;
        font-family: 'caviar_dreamsregular';
        margin-bottom: 30px;
    }

.footer-widget {
    overflow: hidden;
}

    .footer-widget ul {
        padding: 0;
    }

        .footer-widget ul li {
            padding-bottom: 12px;
            list-style-type: none;
        }

            .footer-widget ul li i {
                font-size: 9px;
                padding-top: 3px;
                padding-right: 12px;
                color: #373737;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

            .footer-widget ul li a:hover i {
                padding-left: 10px;
                color: #d2d2d2;
            }

            .footer-widget ul li a {
                color: #9b9b9b;
            }

                .footer-widget ul li a:hover {
                    color: #fff;
                }

    .footer-widget .popular-post {
        margin-bottom: 25px;
    }

        .footer-widget .popular-post img {
            height: 64px;
            width: 72px;
            float: left;
            margin-right: 15px;
        }

        .footer-widget .popular-post h6, .footer-widget .popular-post h6 a {
            font-family: 'Source Sans Pro',sans-serif;
            color: #b3b3b3;
            font-weight: 600;
            text-shadow: none;
            margin-bottom: 0;
        }

            .footer-widget .popular-post h6 a:hover {
                color: #fff;
            }

        .footer-widget .popular-post .popular-date {
            color: #707070;
            font-size: 12px;
            margin: 0;
        }

        .footer-widget .popular-post .popular-author, .footer-widget .popular-post .popular-author a {
            color: #aaaaaa;
            font-size: 12px;
            margin: 0;
        }

    .footer-widget .twitter-widget .tweet {
        font-size: 13px;
        color: #aaaaaa;
        margin-bottom: 25px;
    }

        .footer-widget .twitter-widget .tweet p {
            display: block;
            padding-left: 32px;
            font-size: 13px;
            color: #aaaaaa;
        }

        .footer-widget .twitter-widget .tweet a {
            font-size: 14px;
            color: #6f6f6f;
        }

            .footer-widget .twitter-widget .tweet a:hover {
                font-size: 14px;
                color: #fff;
            }

    .footer-widget .twitter-widget .bird {
        color: #727272;
    }

    .footer-widget .contact-widget p {
        color: #aaaaaa;
        padding-bottom: 10px;
    }

        .footer-widget .contact-widget p a {
            color: #aaaaaa;
            padding-bottom: 10px;
        }

            .footer-widget .contact-widget p a:hover {
                color: #fff;
            }

    .footer-widget .widget-icon {
        color: #727272;
        font-size: 23px;
        padding-right: 10px;
    }

    .footer-widget .mukam-tag-cloud {
        overflow: hidden;
    }

        .footer-widget .mukam-tag-cloud ul {
            overflow: hidden;
        }

            .footer-widget .mukam-tag-cloud ul li {
                float: left;
                margin: 13px 5px 0 0;
                height: 27px;
            }

                .footer-widget .mukam-tag-cloud ul li a {
                    padding: 10px 17px;
                    color: #cacaca;
                    font-size: 12px;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                    background: #323232;
                }

                .footer-widget .mukam-tag-cloud ul li:hover a {
                    background: #ff9200;
                    color: #fff;
                }

    .footer-widget .textwidget {
        color: #aaaaaa;
        margin-bottom: 44px;
    }

    .footer-widget .socialbox {
        float: left;
        width: 37px;
        height: 37px;
        border: 1px solid #333333;
        border-radius: 100%;
        background: transparent;
        margin-right: 6px;
        font-size: 16px;
        text-align: center;
        padding-top: 7px;
    }

        .footer-widget .socialbox i {
            color: #8c8c8c;
        }

    .footer-widget .social-widget a:hover .socialbox {
        border-color: #ff9200;
    }

        .footer-widget .social-widget a:hover .socialbox i {
            color: #ff9200;
        }

    .footer-widget .socialbox i, .footer-widget .socialbox, .footer-widget .mukam-tag-cloud ul li a, .footer-widget .popular-post h6 a, .footer-widget .twitter-widget .tweet a {
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

/************************/
/*  Copyright Section   */
/************************/
.copyright-section {
    text-align: center;
    padding: 25px 0 15px 0;
}

    .copyright-section p {
        color: #7d7c7c;
    }

/************************/
/* General Fix Element  */
/************************/
.fixed-padding {
    padding: 0 !important;
}

.fixed-margin {
    margin: 0 !important;
}

.blind {
    opacity: 0;
}

.left-padding {
    padding-left: 30px;
}

.trans-topsection {
    opacity: 0;
    display: inline;
    width: 41px;
    height: 41px;
    float: right;
    cursor: pointer;
}

@-moz-document url-prefix() {
    .facts h4;

{
    font-size: 23px;
}

}

/************************/
/*   Responsive Query   */
/************************/
@media (max-width: 1200px) {
    .subscribe-widget .email-form {
        width: 190px;
    }

    .navbar-nav > li > a {
        padding: 6px 15px;
    }

    .header-2 .navbar-nav > li > a {
        padding: 26px 15px;
        font-size: 12px;
    }

    .blog-item, .blog-sizer {
        width: 30%;
        float: left;
    }

        .blog-item.n2 {
            width: 60%;
        }

    .header-3 .navbar-nav > li > a, .mukam-header-small .header-3 .navbar-nav > li > a {
        padding: 6px 7px;
    }

    .header-3.mukam-header-small .navbar-nav > li > .dropdown-menu {
        margin-top: 15px;
    }

    .double-divider {
        width: 73%;
    }

    .featuredproduct-title .double-divider {
        width: 40%;
    }

    .header-5 .navbar-nav > li > a {
        padding: 10px 22px;
    }

    .header-5 .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
    }

    .header-5.mukam-header-small .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
    }

    .services-4 .services-4-content {
        width: 83%;
    }

    .html_carousel div.slide .slide-excerpt {
        width: 89%;
    }

    .portfolio-style-1.single .content-right {
        width: 33%;
    }

    .portfolio-style-1.single .content-left {
        width: 67%;
    }

    .blog-style-3 .blog-item, .blog-style-3 .blog-sizer {
        width: 31%;
    }

    .product-thumbnails {
        width: 100%;
    }

    .product-single-content {
        width: 100%;
    }

    .tabs-featured-slider .nav-tabs > li > a span {
        font-size: 10px;
    }

    .tabs-featured-slider .nav-tabs > li > a {
        font-size: 11px;
    }

    .shopheader .navbar-nav > li > a {
        padding: 13px 34px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    /* Default Header Start */
    .shopping-cart {
        margin-top: 3px;
        margin-right: 5px;
    }

    .multi.dropdown {
        position: relative;
    }

    .multimenu {
        width: 95%;
    }

    .navbar-nav {
        margin: 15px 0;
    }

        .navbar-nav > li > .dropdown-menu {
            margin-top: 2px;
            margin-left: 10px;
        }

        .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: #f7f7f7;
            border: 0;
            box-shadow: none;
        }

            .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
                padding: 5px 15px 5px 25px;
                line-height: 20px;
            }

    .mukam-header-small .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
    }
    /* Default Header Finish */
    /* Header 2 */
    .mukam-header-small .header-2 .shopping-cart {
        margin-top: 20px;
    }

    .header-2 .navbar-toggle {
        margin-top: 23px;
    }

    .header-2 .navbar-nav > li > a {
        padding: 1px 15px;
        font-size: 12px;
    }

    .header-2 .navbar-nav > li > .dropdown-menu {
        margin-top: 3px;
    }
    /* Blog Section Start*/
    .blog-item, .blog-sizer {
        width: 47%;
        float: left;
    }

        .blog-item.n2 {
            width: 47%;
        }

    .blog-style-3 .blog-item, .blog-style-3 .blog-sizer {
        width: 47%;
    }
    /* Portfolio Section Start */
    .portfolio-style-3 .grid-sizer {
        width: 30%;
    }

    .portfolio-style-3 .portfolio-item-3 {
        width: 30%;
    }
    /* Header 3 */
    .header-3.mukam-header-small .navbar-nav > li > .dropdown-menu {
        margin-top: 0px;
    }

    .header-3 .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
    }

    .header-3.mukam-header-small .top-section-container2 {
        margin-top: -90px;
    }
    /* Header 4 */
    .header-4 .navbar-toggle {
        margin-top: 22px;
    }

    .mukam-header-small .header-4 .shopping-cart {
        margin-top: 20px;
    }

    .header-4 .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .header-4.mukam-header-small .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    /* Header 5*/
    .header-5 .search-widget {
        width: auto;
        padding-top: 0;
    }

        .header-5 .search-widget .search {
            float: right;
        }

        .header-5 .search-widget .social-box {
            border: 2px solid #fff;
            border-radius: 7px;
            float: right;
        }

            .header-5 .search-widget .social-box.open {
                border-radius: 0 6px 6px 0;
                background: #fff;
                color: #ff9200;
                margin-left: 0;
            }
    /* Shopping Header */
    .shopheader .search-widget {
        margin-top: 7px;
    }

    .shopheader .logo {
        padding-top: 0;
    }
    /* Latest Product - Featured Product*/
    .latestproduct-container a.prev {
        left: 0;
    }

    .latestproduct-container a.next {
        right: 0;
    }

    .double-divider {
        width: 66%;
    }

    .featuredproduct-title .double-divider {
        width: 40%;
    }

    .sidebar-widget .best-sellers .product-price {
        text-align: center;
    }

    .featuredproduct-item .product-rating {
        float: left;
        margin-bottom: 3px;
    }
    /* Other */
    .subscribe-widget form {
        float: left;
        margin-left: 100px;
    }

    .html_carousel div.slide .slide-excerpt {
        width: 87%;
    }

    .tabs-featured-slider .nav-tabs > li {
        float: none!important;
    }

    .tabs-featured-slider .slide-number {
        float: none!important;
        display: inline-block;
        margin: 0 auto;
    }

    .tabs-featured-slider .nav-tabs > li {
        float: none!important;
        margin: 0 auto;
        text-align: center;
    }

    .tabs-featured-slider .slide-number {
        float: none!important;
        display: inline-block;
        margin: 0 auto;
    }
    /* Shop Page - Cart */
    .cart-bar {
        width: 25%;
        line-height: 40px;
        float: left;
    }

    .cart-product {
        float: none;
        width: 100%;
        line-height: 128px;
        height: 128px;
        border-bottom: 1px solid #d8d8d8;
    }

    .cart-price, .cart-price-2, .cart-quantity, .cart-quantity-2, .cart-total, .cart-total-2 {
        float: none;
        width: 100%;
        line-height: 64px;
        height: 64px;
        border-bottom: 1px solid #d8d8d8;
    }

    .cart-remove, .cart-remove-2 {
        float: none;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    .cart-bar-list {
        width: 75%;
        float: left;
        height: 128px;
        line-height: 128px;
    }

    .cart-product-2 {
        float: none;
        width: 100%;
        text-align: left;
        border-right: 1px solid #d8d8d8;
        height: 128px;
        padding-top: 10px;
        padding-left: 10px;
        border-bottom: 1px solid #d8d8d8;
    }
    /* Shop Single */
    .product-thumbnails {
        width: 100%;
    }

    .product-single-content {
        width: 100%;
    }

    .product-gallery-active .small {
        width: 100%;
        height: auto;
    }

    .parallax-price-tables {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }

    .parallax-shop {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }

    .parallax-container {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }

    .parallax-container2 {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }

    .parallax-client {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }

    .parallax-team {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }

    .parallax-caption {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }

    .parallax-service-two {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }
}

@media (max-width: 767px) {
    /* Default Header Start */
    /* Top Section and Content*/
    .social {
        float: left;
    }

    .social-box {
        margin: 5px 5px 0 0;
    }

    .shopping-cart {
        margin-top: 3px;
        margin-right: 5px;
    }

    .top-section .search.open {
        padding-top: 5px;
    }
    /* Navigation */
    .navbar-nav {
        margin: 15px 0;
    }

        .navbar-nav > li > .dropdown-menu {
            margin-top: 2px;
            margin-left: 10px;
        }

        .navbar-nav .open .dropdown-menu {
            background-color: #f7f7f7;
        }

    .mukam-header-small .navbar-nav > li > .dropdown-menu {
        margin-top: 2px;
    }

    .navbar-nav {
        margin: 15px 0;
    }

    .navbar-right .dropdown-menu.multimenu {
        padding-top: 0;
    }
    /* Header - 2 */
    .mukam-header-small .header-2 .shopping-cart {
        margin-top: 20px;
    }

    .mukam-header-small .top-section-container2 {
        margin-top: -96px;
    }

    .header-2 .shopping-cart {
        margin-top: 20px;
        margin-right: 5px;
    }

    .header-2 .navbar-toggle {
        margin-top: 23px;
    }

    .header-2 .navbar-nav > li > a {
        padding: 1px 15px;
        font-size: 12px;
    }

    .header-2 .navbar-nav > li > .dropdown-menu {
        margin-top: 3px;
    }
    /* Header - 4 */
    .header-4 .navbar-toggle {
        margin-top: 22px;
    }

    .mukam-header-small .header-4 .shopping-cart {
        margin-top: 20px;
    }

    .header-4 .logo {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header-4 .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .header-4.mukam-header-small .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    /* Header 5*/
    .header-5 .search-widget {
        width: auto;
        padding-top: 0;
    }

        .header-5 .search-widget .search {
            float: right;
        }

        .header-5 .search-widget .social-box {
            border: 2px solid #fff;
            border-radius: 7px;
            float: right;
        }

            .header-5 .search-widget .social-box.open {
                border-radius: 0 6px 6px 0;
                background: #fff;
                color: #ff9200;
                margin-left: 0;
            }
    /* Shopping Header */
    .shopheader .search-widget {
        margin-top: 7px;
    }

    .shopheader .logo {
        padding-top: 0;
    }
    /* Blog Section Start */
    .blog-item, .blog-sizer {
        width: 43%;
        float: left;
    }

        .blog-item.n2 {
            width: 43%;
        }

    .sidebar {
        padding: 0 15px;
    }

    .blog-widget .post-content {
        width: 75%;
    }

    .blog-style-3 .blog-item, .blog-style-3 .blog-sizer {
        width: 47%;
    }
    /* Portfolio Section Start */
    .portfolio-style-1 .portfolio-thumbnail {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .portfolio-style-1 .portfolio-content {
        width: 100%;
        margin: 0;
        float: none;
    }

    .portfolio-style-3 .grid-sizer {
        width: 27%;
    }

    .portfolio-style-3 .portfolio-item-3 {
        width: 27%;
    }

    .portfolio-style-1.single .content-right {
        width: 100%;
        float: none;
    }

    .portfolio-style-1.single .content-left {
        width: 100%;
        float: none;
    }
    /* Latest Product - Featured Product*/
    .latestproduct-container a.prev {
        left: 0;
    }

    .latestproduct-container a.next {
        right: 0;
    }

    .double-divider {
        width: 53%;
    }

    .featuredproduct-title .double-divider {
        display: none;
    }

    .featuredproduct-item .product-rating {
        float: left;
        margin-bottom: 3px;
    }
    /* Other */
    .latest-work-grid {
        margin-top: 5px;
    }

    .subscribe-widget form {
        float: left;
        margin-left: 100px;
    }

    .html_carousel div.slide div.slide-intro {
        height: 26px;
    }

    .html_carousel div.slide p {
        font-size: 12px;
    }

    .html_carousel div.slide h4 {
        font-size: 16px;
    }

    .html_carousel div.slide .slide-excerpt {
        padding-bottom: 5px;
        margin-top: 5px;
    }

    .html_carousel div.slide .blog-meta {
        margin-top: 5px;
        font-size: 12px;
    }

    .html_carousel .nextprev {
        position: absolute;
        bottom: 35px;
        right: 5%;
    }

    .html_carousel div.slide div.slide-intro {
        padding-left: 5px;
    }

    .tabs-featured-slider .nav-tabs > li {
        float: none!important;
        margin: 0 auto;
        text-align: center;
    }

    .tabs-featured-slider .slide-number {
        float: none!important;
        display: inline-block;
        margin: 0 auto;
    }

    .homepage-slider .slides {
        zoom: 0.9;
    }

    /* Shop Page - Cart */
    .cart-bar {
        width: 25%;
        line-height: 40px;
        float: left;
    }

    .cart-product {
        float: none;
        width: 100%;
        line-height: 128px;
        height: 128px;
        border-bottom: 1px solid #d8d8d8;
    }

    .cart-price, .cart-price-2, .cart-quantity, .cart-quantity-2, .cart-total, .cart-total-2 {
        float: none;
        width: 100%;
        line-height: 64px;
        height: 64px;
        border-bottom: 1px solid #d8d8d8;
    }

    .cart-remove, .cart-remove-2 {
        float: none;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    .cart-bar-list {
        width: 75%;
        float: left;
        height: 128px;
        line-height: 128px;
    }

    .cart-product-2 {
        float: none;
        width: 100%;
        text-align: left;
        border-right: 1px solid #d8d8d8;
        height: 128px;
        padding-top: 10px;
        padding-left: 10px;
        border-bottom: 1px solid #d8d8d8;
    }

    .cart-shipping {
        width: 100%;
    }

    .cart-total3 {
        width: 100%;
    }
    /* Shop Single */
    .product-thumbnails {
        width: 100%;
    }

    .product-single-content {
        width: 100%;
    }

    .parallax-price-tables {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }

    .parallax-shop {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }

    .parallax-container {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }

    .parallax-container2 {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }

    .parallax-client {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }

    .parallax-team {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }

    .parallax-caption {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }

    .parallax-service-two {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }
}

@media (max-width: 480px) {
    /* Default Header Start */
    /* Top Section and Content*/
    .shopping {
        margin: 40px -47px 3px 0;
    }

    .phone {
        padding-right: 5px;
    }

    .email {
        padding-left: 0;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .mukam-header-small .top-section-container2 {
        display: none;
        margin-top: -96px;
    }
    /* Navigation */
    .navbar-nav {
        margin: 15px 0;
    }

        .navbar-nav > li > .dropdown-menu {
            margin-top: 2px;
            margin-left: 10px;
        }

    .mukam-header-small .navbar-nav > li > .dropdown-menu {
        margin-top: 2px;
    }
    /* Header - 2 */
    .header-2 .shopping {
        margin: 61px -42px 3px 0;
    }

    .mukam-header-small .header-2 .shopping-cart {
        margin-top: 0;
    }

    .header-2 .navbar-toggle {
        margin-bottom: 5px;
    }

    .header-2 .shopping-cart {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .header-2 .navbar-nav > li > a {
        padding: 1px 15px;
        font-size: 12px;
    }

    .header-2 .navbar-nav > li > .dropdown-menu {
        margin-top: 3px;
    }
    /* Header 5*/
    .header-5 .search-widget {
        width: auto;
        padding-top: 0;
    }

        .header-5 .search-widget .search {
            float: right;
        }

        .header-5 .search-widget .social-box {
            border: 2px solid #fff;
            border-radius: 7px;
            float: right;
        }

            .header-5 .search-widget .social-box.open {
                border-radius: 0 6px 6px 0;
                background: #fff;
                color: #ff9200;
                margin-left: 0;
            }

    .header-5 .shopping {
        margin: 7px -47px 3px 0;
    }
    /* Shopping Header*/
    .shopheader .search-widget {
        float: left;
        margin-bottom: 16px;
    }

    .shopping-mobil {
        float: right;
        margin-top: 48px;
        margin-right: -42px;
    }

    .shopheader.mukam-header-small .top-section {
        margin-top: -85px;
    }
    /* Blog Section */
    .blog-widget .post-content {
        width: 73%;
    }

    .blog-item, .blog-sizer {
        width: 100%;
        float: left;
    }

        .blog-item.n2 {
            width: 100%;
        }

    .sidebar {
        padding: 0 15px;
    }

    .blog-style-3 .blog-item, .blog-style-3 .blog-sizer {
        width: 100%;
    }
    /* Portfolio Section */
    .portfolio-style-3 .grid-sizer {
        width: 100%;
    }

    .portfolio-style-3 .portfolio-item-3 {
        width: 100%;
    }

    .portfolio-style-1.single .content-right {
        width: 100%;
        float: none;
    }

    .portfolio-style-1.single .content-left {
        width: 100%;
        float: none;
    }
    /* Latest Product */
    .latestproduct-container a.prev {
        left: 0;
    }

    .latestproduct-container a.next {
        right: 0;
    }

    .double-divider {
        display: none;
    }

    .featuredproduct-item {
        width: 100%;
    }

        .featuredproduct-item .product-rating {
            float: right;
        }
    /* Other */
    .latest-work-grid {
        margin-top: 5px;
    }

    .subscribe-widget form {
        margin-top: 0;
        margin-left: 19px;
    }

    .subscribe-widget .email-form {
        width: 140px;
    }

    .tabs-featured .tab-content {
        padding-right: 0;
    }

        .tabs-featured .tab-content p {
            width: 100%;
        }

    .services-4 .services-4-content {
        width: 70%;
    }

    .html_carousel div.slide div.slide-intro {
        height: 26px;
    }

    .html_carousel div.slide p {
        font-size: 12px;
    }

    .html_carousel div.slide h4 {
        font-size: 16px;
    }

    .html_carousel div.slide .slide-excerpt {
        padding-bottom: 5px;
        margin-top: 5px;
    }

    .html_carousel div.slide .blog-meta {
        margin-top: 5px;
        font-size: 12px;
    }

    .html_carousel .nextprev {
        position: absolute;
        bottom: 35px;
        right: 5%;
    }

    .html_carousel div.slide div.slide-intro {
        padding-left: 5px;
    }

    .tabs-featured-slider .nav-tabs > li {
        float: none!important;
        margin: 0 auto;
        text-align: center;
    }

    .tabs-featured-slider .slide-number {
        float: none!important;
        display: inline-block;
        margin: 0 auto;
    }

    .parallax-homepage .flex-control-nav {
        bottom: 22%;
    }
    /* Shop Page */
    .cart-bar {
        width: 25%;
        line-height: 40px;
        float: left;
    }

    .cart-product {
        float: none;
        width: 100%;
        line-height: 128px;
        height: 128px;
        border-bottom: 1px solid #d8d8d8;
    }

    .cart-price, .cart-price-2, .cart-quantity, .cart-quantity-2, .cart-total, .cart-total-2 {
        float: none;
        width: 100%;
        line-height: 64px;
        height: 64px;
        border-bottom: 1px solid #d8d8d8;
    }

    .cart-remove, .cart-remove-2 {
        float: none;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    .cart-bar-list {
        width: 75%;
        float: left;
        height: 128px;
        line-height: 128px;
    }

    .cart-product-2 {
        float: none;
        width: 100%;
        text-align: left;
        border-right: 1px solid #d8d8d8;
        height: 128px;
        padding-top: 10px;
        padding-left: 10px;
        border-bottom: 1px solid #d8d8d8;
        overflow: hidden;
    }

    .cart-shipping {
        width: 100%;
    }

    .cart-total3 {
        width: 100%;
    }

    .cart-product-2 h4 {
        line-height: 14px;
        margin: 3px 0 0 0;
        font-size: 14px;
    }
    /* Shop Single */
    .product-gallery img {
        width: 100px;
        height: 130px;
        float: left;
    }

    .product-thumbnails {
        width: 100%;
    }

    .product-single-content {
        width: 100%;
    }

    .product-gallery {
        width: 100%;
        float: left;
    }

    .product-gallery-active {
        width: 100%;
        margin-left: 0;
    }

    .parallax-price-tables {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }

    .parallax-shop {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }

    .parallax-container {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }

    .parallax-container2 {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }

    .parallax-client {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }

    .parallax-team {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }

    .parallax-caption {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }

    .parallax-service-two {
        background-attachment: scroll;
        background-position: 0 0 !important;
    }
}
