﻿
/*
Template Name: Rex
Author: MarkUps
Author URI: http://www.markups.io/
Description: Rex - One Page Multipurpose Business HTML5 Template.
Version: 1.0
Tags: light, white,blog,business,multipurpose,one page, single page, custom-colors,Bootstrap,responsive, html5, css3
*/


/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER	
#MENU 
#ABOUT
#CALL TO ACTION
#TEAM   
#SERVICE
#PORTFOLIO
#COUNTER
#PRICING TABLE
#TESTIMONIAL
#FORM BLOG
#CLIENT
#CONTACT
#FOOTER
#BLOG PAGE
#ERROR PAGE
*/


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

 html,body {
        overflow-x: hidden;
}

body {
    /*font-family: 'Open Sans', sans-serif;
    font-size: 14px;*/
    font-family: 'Trebuchet MS', Arial, Verdana, Tahoma;
    font-size: 12px;
    /*overflow-x: hidden !important;*/
    color: #838282;
    line-height:20px;
}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: ImageHeadFont;
    src: url(../fonts/Nexa Bold.otf);
    /*font-weight: bold;*/
}
@font-face {
    font-family: ImageSubHeadFont;
    src: url(../fonts/Nexa Light.otf);
    /*font-weight: bold;*/
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #2f2f2f;
}



    a:focus {
        outline: none;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}

h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding-bottom: 10px;
}

img {
    border: none;
}


/* Preloader */

#preloader {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000000;
    width: 100%;
    height: 100%;
}

.loader {
    font-size: 10px;
    display: block;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

    .loader:before {
        width: 50%;
        height: 50%;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .loader:after {
        background: #fff;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*scrol to top*/

.scrollToTop {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 60px;
    display: none;
    font-size: 25px;
    height: 55px;
    line-height: 50px;
    position: fixed;
    right: 50px;
    text-align: center;
    text-decoration: none;
    width: 55px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 999;
}

    .scrollToTop:hover,
    .scrollToTop:focus {
        color: #0683c6;
        text-decoration: none;
        outline: none;
    }

/*--------------------*/
/* HOME HEADER */
/*--------------------*/

#header {
    float: left;
    display: inline;
    width: 100%;
}

.header-inner {
    display: inline;
    position: relative;
    float: left;
    width: 100%;
}

    .header-inner > img {
        width: 100%;
    }

.header-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.header-content {
    float: left;
    height: 100%;
    padding: 12% 140px 140px;
    text-align: center;
    width: 100%;
}

    .header-content h2 {
        font-size: 80px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 80px;
    }

        .header-content h2 span {
            font-weight: normal;
            line-height: 93px;
        }

.header-btn-area {
    margin-top: 90px;
    float: left;
    display: inline;
    width: 100%;
    text-align: center;
}

    .header-btn-area a {
        margin: 0px 15px;
    }

.knowmore-btn {
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    padding: 25px 28px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.download-btn {
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    padding: 25px 28px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .knowmore-btn:hover,
    .knowmore-btn:focus,
    .download-btn:hover,
    .download-btn:focus {
        color: #fff;
        text-decoration: none;
        outline: none;
    }

/*--------------------*/
/* MENU */
/*--------------------*/

#menu-area {
    float: left;
    display: inline;
    width: 100%;
}

.main-navbar {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    border-bottom: 1px solid #e7e7e7;
    border-right: medium none;
    height: 100px;
    margin-bottom: 0;
    -webkit-box-shadow: 0px 2px 4px 0px #f3f3f3;
    -moz-box-shadow: 0px 2px 4px 0px #f3f3f3;
    box-shadow: 0px 2px 4px 0px #f3f3f3;
}

.navbar-fixed-top {
    height: 80px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.logo {
    height: 94px; /*76*/
    width: 190px;
    margin-right: 0px;
    margin-top: 2px;
    padding: 0;
}

.logo-compressed {
    height: 80px;
    width: 70px;
}

.logo img {
    height: 100%;
    width: 100%;
}

#navbar {
    float: left;
    width: 83%;
}

.main-nav {
    display: inline-block;
    text-align: right;
    width: 100%;
}

    .main-nav li {
        display: inline-block;
        float: none;
    }

        .main-nav li a {
            color: #636363;
            font-size: 15px;
            padding: 39px 20px;
            text-transform: uppercase;
        }

.less-padding {
    padding: 30px 20px !important;
}

.navbar-default .navbar-nav > li > a {
    color: #636363;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
}

.search-area {
    display: inline-block;
    float: right;
    height: 60px;
    padding: 0;
    /*position: relative;*/
    width: 5%;
}

    .search-area input[type="text"] {
        height: 100%;
        font-size: 20px;
        display: inline-block;
        font-weight: 100;
        border: none;
        outline: none;
        line-height: 20px;
        color: #555;
        padding: 3px 20px 0px 3px;
        width: 0px;
        position: absolute;
        top: 11%;
        right: 0;
        background: none;
        z-index: 3;
        -webkit-transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
        transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
        cursor: pointer;
        margin-right: 50px;
    }

        .search-area input[type="text"]:focus {
            width: 300px;
            z-index: 1;
            margin-right: 50px;
            background-color: #fff;
            cursor: text;
        }

    .search-area input[type="submit"] {
        background-image: url("../images/search-icon.png");
        background-position: center center;
        background-repeat: no-repeat;
        border: medium none;
        cursor: pointer;
        display: inline-block;
        float: right;
        height: 35px;
        outline: medium none;
        position: absolute;
        right: 0;
        text-indent: -10000px;
        top: 38%;
        -webkit-transition: opacity 0.4s ease 0s;
        transition: opacity 0.4s ease 0s;
        width: 45px;
        z-index: 2;
    }

        .search-area input[type="submit"]:hover {
            opacity: 0.8;
        }

/*--------------------*/
/* ABOUT */
/*--------------------*/

#about {
    background-color: #fff;
    /*padding: 70px 0;*/
    float: left;
    display: inline;
    width: 100%;
}

.welcome-area {
    float: left;
    display: inline;
    width: 100%;
}

.title-area {
    display: inline;
    float: left;
    padding: 0 172px;
    position: relative;
    text-align: center;
    width: 100%;
}

.tittle {
    color: #3a3a3a;
    font-size: 40px;
    margin-bottom: 0;
    padding-bottom: 18px;
}

.tittle-line {
    background-color: #898989;
    display: inline-block;
    height: 3px;
    margin-bottom: 16px;
    width: 60px;
}

.welcome-content {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 50px;
}

.wc-table {
    display: inline-block;
    text-align: center;
}

    .wc-table li {
        float: left;
        width: 25%;
    }

.single-wc-content {
    float: left;
    display: inline;
    width: 100%;
}

    .single-wc-content span {
        border-radius: 100%;
        display: inline-block;
        font-size: 35px;
        height: 117px;
        line-height: 117px;
        text-align: center;
        width: 117px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .single-wc-content .wc-tittle {
        color: #525252;
        text-transform: uppercase;
        font-size: 18px;
        border-bottom: 1px solid #bbbbbb;
        margin-top: 32px;
        padding-bottom: 17px;
    }

    .single-wc-content p {
        color: #7d7d7d;
        font-size: 15px;
        padding: 12px;
        
    }

    .single-wc-content:hover .wc-icon {
        color: #fff;
    }

    .single-wc-content:hover .wc-tittle {
        padding-bottom: 16px;
    }

.about-area {
    display: inline;
    float: left;
    margin-top: 45px;
    margin-bottom: 25px;
    width: 100%;
}

.about-left {
    display: inline;
    float: left;
    height: 420px;
    position: relative;
    width: 445px;
}

    .about-left img {
        left: 23px;
        position: absolute;
        top: 23px;
    }

.introduction-btn {
    color: #f9fffd;
    display: inline-block;
    font-size: 25px;
    left: 36%;
    padding: 18px 16px;
    position: absolute;
    text-decoration: none;
    top: 50%;
}

    .introduction-btn:hover,
    .introduction-btn:focus {
        color: #f9fffd;
        text-decoration: none;
        outline: none;
    }

.about-right {
    display: inline;
    float: left;
    padding-left: 85px;
    padding-top: 20px;
    width: 100%;
}

    .about-right .title-area {
        text-align: left;
        padding: 0px;
    }

    .about-right .tittle {
        padding-bottom: 47px;
    }

    .about-right .tittle-line {
        height: 2px;
        margin-bottom: 35px;
        width: 100px;
    }

    .about-right p {
        color: #535353;
        font-family: "Raleway",sans-serif;
        margin-bottom: 32px;
    }

.about-btn-area {
    float: left;
    display: inline;
    margin-top: 14px;
    width: 100%;
}

.button {
    float: left;
    display: block;
    margin: 1em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .button:focus {
        outline: none;
    }

    .button > span {
        vertical-align: middle;
    }

.button-default {
    text-decoration: none;
    border-radius: 2px;
    overflow: hidden;
    font-weight: 600;
    font-size: 15px;
    padding: 0;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

    .button-default::after {
        content: attr(data-text);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        color: #3f51b5;
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0);
    }

    .button-default > span {
        display: block;
    }

    .button-default:after {
        color: #fff;
    }

    .button-default::after,
    .button-default > span {
        padding: 12px 21px;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }

    .button-default:hover {
        background-color: rgba(63, 81, 181, 0.1);
        text-decoration: none;
    }

    .button-default:hover,
    .button-default:focus {
        color: #fff !important;
    }

        .button-default:hover::after {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .button-default:hover > span {
            opacity: 0;
            -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
        }

/*--------------------*/
/* CALL TO ACTION */
/*--------------------*/

#call-to-action {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

.call-to-overlay {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.call-to-content {
    display: inline;
    float: left;
    padding: 60px 0;
    text-align: center;
    width: 100%;
}

    .call-to-content h2 {
        color: #fff7f7;
        font-size: 45px;
    }

    .call-to-content a {
        display: inline-block;
        float: none;
        margin-top: 29px;
    }

/*--------------------*/
/* TEAM */
/*--------------------*/

#team {
    display: inline;
    padding: 70px 0px;
    float: left;
    width: 100%;
}

.team-area {
    display: inline;
    float: left;
    padding-bottom: 56px;
    width: 100%;
}

.team-content {
    display: inline;
    float: left;
    margin-top: 18px;
    width: 100%;
}

.team-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

    .team-grid li {
        display: inline-block;
        height: 230px;
        margin: 20px 25px;
        width: 20%;
    }

.team-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow: inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-img-1 {
    background-image: url(../images/team-member1.png);
}

.team-img-2 {
    background-image: url(../images/team-member2.png);
}

.team-img-3 {
    background-image: url(../images/team-member3.png);
}

.team-img-4 {
    background-image: url(../images/team-member4.png);
}

.team-info {
    position: absolute;
    width: inherit;
    height: inherit;
    padding: 50px 0;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}

    .team-info p {
        color: #fff;
        padding: 10px 5px;
        font-style: italic;
        margin: 0 30px;
        font-size: 14px;
        opacity: 0;
        -webkit-transition: all 1s ease-in-out 0.4s;
        -moz-transition: all 1s ease-in-out 0.4s;
        -o-transition: all 1s ease-in-out 0.4s;
        -ms-transition: all 1s ease-in-out 0.4s;
        transition: all 1s ease-in-out 0.4s;
    }

    .team-info a {
        border: 1px solid #fffefe;
        border-radius: 50%;
        color: #fffefe;
        display: inline-block;
        font-size: 16px;
        opacity: 0.8;
        height: 27px;
        margin: 0 5px;
        text-align: center;
        width: 27px;
    }

        .team-info a:hover {
            opacity: 1;
        }

.team-grid li:hover .team-info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

    .team-grid li:hover .team-info p {
        opacity: 1;
    }

.team-address {
    display: inline;
    float: left;
    margin-top: 26px;
    text-align: center;
    width: 100%;
}

    .team-address p {
        color: #525252;
        margin-bottom: 0px;
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Raleway",sans-serif;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .team-address span {
        color: #777777;
        font-size: 17px;
        font-style: italic;
        font-family: "Raleway",sans-serif;
    }

/*--------------------*/
/* SERVICE */
/*--------------------*/

#service {
    background-color: #F6F6F6;
    float: left;
    display: inline;
    padding: 70px 0;
    width: 100%;
}

.service_area {
    display: inline;
    float: left;
    width: 100%;
}

.service-content {
    display: inline;
    margin-top: 45px;
    float: left;
    width: 100%;
}

.service-table {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.single-service {
    display: inline;
    float: left;
    margin-bottom: 15px;
    padding: 45px 20px;
    position: relative;
    text-align: left;
    width: 100%;
    -w-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .single-service:after {
        content: '';
        position: absolute;
        left: 0;
        opacity: 0;
        bottom: 0;
        height: 24px;
        width: 100%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .single-service:hover:after {
        opacity: 1;
    }

    .single-service:hover {
        background-color: #fff;
    }

    .single-service .service-icon {
        color: #bdbdbd;
        font-size: 55px;
        margin-bottom: 10px;
    }

    .single-service .service-title {
        color: #343333;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .single-service p {
        color: #878787;
    }

/*--------------------*/
/* PORTFOLIO */
/*--------------------*/

#portfolio {
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
}

.portfolio-area {
    display: inline;
    float: left;
    width: 100%;
}

.portfolio-content {
    display: inline;
    float: left;
    margin-top: 50px;
    width: 100%;
}

.portfolio-menu {
    display: inline;
    float: left;
    width: 100%;
}

    .portfolio-menu ul {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

        .portfolio-menu ul li {
            border-bottom: 1px solid #fff;
            border-top: 1px solid #fff;
            cursor: pointer;
            display: inline-block;
            font-family: "Raleway",sans-serif;
            font-size: 14px;
            font-weight: bold;
            margin: 0 13px;
            padding: 6px;
            text-transform: uppercase;
            -webkit-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
        }

.portfolio-container {
    display: inline;
    float: left;
    margin-left: -9px;
    margin-top: 60px;
    width: 100%;
}

.single-portfolio {
    display: inline;
    float: left;
    margin-bottom: 18px;
    margin-left: 18px;
    width: 23.4%;
}

.single-item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .single-item > img {
        width: 100%;
        display: block;
        height: 290px;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

        .single-item > img:hover {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

#mixit-container .mix {
    display: none;
}

.single-item-content {
    background-color: #000;
    display: inline;
    opacity: 0;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.portfolio-social-icon {
    float: left;
    display: inline;
    padding: 110px 50px;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.single-item:hover .single-item-content {
    opacity: 1;
}

.single-item-content:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.portfolio-social-icon a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 15px;
    margin: 0 8px;
    padding: 12px;
    text-align: center;
    width: 40px;
    transform: scale(0.5);
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.single-item-content:hover .fancybox,
.single-item-content:hover .link-btn {
    transform: scale(0.9);
}

.portfolio-title {
    bottom: 0;
    display: inline;
    opacity: 0;
    left: 0;
    padding-bottom: 12px;
    position: absolute;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.single-item:hover .portfolio-title {
    opacity: 1;
}

.portfolio-title h4 {
    color: #fff7f7;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}

.portfolio-title span {
    color: #fff7f7;
    font-size: 12px;
    font-family: "Raleway",sans-serif;
}

/*--------------------*/
/* COUNTER */
/*--------------------*/

#counter {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

.counter-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.counter-area {
    display: inline;
    float: left;
    padding: 112px 0;
    width: 100%;
}

.single-counter {
    display: inline;
    float: left;
    padding: 0 10px;
    width: 100%;
}

    .single-counter > span {
        display: block;
        float: left;
        font-size: 60px;
        text-align: center;
        width: 60px;
    }

    .single-counter .counter-count {
        float: left;
        margin-left: 20px;
    }

        .single-counter .counter-count > span {
            color: #fff;
            display: block;
            font-size: 50px;
            font-weight: bold;
            margin-bottom: -7px;
            margin-top: -16px;
        }

        .single-counter .counter-count > p {
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            margin-left: 5px;
        }

/*--------------------*/
/* PRICING TABLE */
/*--------------------*/

#pricing-table {
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
}

.pricing-table-area {
    display: inline;
    float: left;
    width: 100%;
}

.pricing-table-content {
    display: inline;
    float: left;
    margin-top: 60px;
    width: 100%;
}

.price-table {
    display: inline-block;
    text-align: center;
    width: 100%;
}

    .price-table li {
        border-bottom: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4;
        border-top: 1px solid #e4e4e4;
        display: inline-block;
        float: left;
        padding-bottom: 12px;
        width: 25%;
    }

        .price-table li:last-child {
            border-right: 1px solid #e4e4e4;
        }

.single-price {
    display: inline;
    float: left;
    width: 100%;
}

    .single-price .price-header {
        color: #fff;
        font-size: 28px;
        margin: 0;
        padding: 20px 0;
        position: relative;
        text-align: center;
    }

        .single-price .price-header::after {
            bottom: -30%;
            content: "";
            font-family: fontAwesome;
            font-size: 32px;
            left: 46.5%;
            position: absolute;
        }

.standard-price .price-header::after {
    bottom: -22%;
}

.single-price .price-amount {
    display: block;
    font-size: 32px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
}

.standard-price {
    margin-top: -20px;
}

    .standard-price .price-header {
        padding: 30px 0px;
    }

.single-price p {
    color: #5d5d5d;
    font-size: 18px;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0;
    margin-bottom: 0px;
}

    .single-price p:last-of-type {
        border: none;
    }

.single-price a {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-image: none !important;
    border-left: medium none !important;
    border-right: medium none !important;
    border-top: medium none !important;
    display: inline-block;
    float: none;
    margin-top: 23px;
}

    .single-price a span {
        border: medium none;
        display: inline-block;
        padding: 12px 65px;
    }

.standard-price a {
    color: #fff !important;
}

/*--------------------*/
/* TESTIMONIAL */
/*--------------------*/


#testimonial {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

.testimonial-area {
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
}

    .testimonial-area .tittle {
        color: #fff;
    }

    .testimonial-area .tittle-line {
        background-color: #fff;
    }

.testimonial-conten {
    display: inline;
    float: left;
    margin-top: 11px;
    width: 100%;
}

.testimonial-slider {
    display: inline;
    float: left;
    position: absolute;
    width: 100%;
}

.single-slide {
    display: inline;
    float: left;
    padding: 0 124px;
    text-align: center;
    width: 100%;
}

    .single-slide > p {
        color: #fff;
        font-family: "Raleway",sans-serif;
        font-size: 18px;
        line-height: 35px;
        margin-top: 55px;
        position: relative;
    }

        .single-slide > p::after {
            color: #fff;
            content: "";
            font-family: fontAwesome;
            font-size: 50px;
            left: -44px;
            position: absolute;
            top: -29px;
        }

.single-testimonial {
    display: inline;
    float: left;
    width: 100%;
}

.testimonial-thumb {
    border-radius: 50%;
    height: 107px;
    margin: 35px auto 0;
    width: 107px;
}

.single-testimonial p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}

.single-testimonial span {
    color: #fff;
    display: inline-block;
    font-size: 16px;
}

.testimonial-slider .slick-prev::before {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    content: "" !important;
    display: inline-block;
    font-family: fontAwesome;
    font-size: 35px;
    height: 35px;
    line-height: 31px;
    padding: 0 10px;
    text-align: center;
    width: 35px;
}

.testimonial-slider .slick-next:before {
    color: #fff;
    content: '\f105' !important;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-family: fontAwesome;
    font-size: 35px;
    height: 35px;
    line-height: 31px;
    padding: 0 10px;
    text-align: center;
    width: 35px;
}

.testimonial-slider .slick-prev {
    left: 0;
    z-index: 9999;
    top: 35%;
}

.testimonial-slider .slick-next {
    right: 40px;
    z-index: 9999;
    top: 35%;
}

/*--------------------*/
/* FORM BLOG */
/*--------------------*/

#from-blog {
    background-color: #F6F6F6;
    display: inline;
    padding: 70px 0;
    float: left;
    width: 100%;
}

.from-blog-area {
    display: inline;
    float: left;
    width: 100%;
}

.from-blog-content {
    display: inline;
    float: left;
    margin-top: 60px;
    width: 100%;
}

.single-from-blog {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%;
}

    .single-from-blog figure {
        display: inline;
        float: left;
        width: 100%;
    }

        .single-from-blog figure img {
            width: 100%;
        }

    .single-from-blog .blog-title {
        display: inline;
        float: left;
        padding: 20px;
        width: 100%;
    }

        .single-from-blog .blog-title h2 {
            color: #3e3e3e;
            font-size: 28px;
            padding-bottom: 0;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .single-from-blog .blog-title h2 a {
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

                .single-from-blog .blog-title h2 a:hover,
                .single-from-blog .blog-title h2 a:focus {
                    text-decoration: none;
                    outline: none;
                }

        .single-from-blog .blog-title p {
            color: #7c7c7c;
            font-size: 13px;
            font-style: italic;
        }

    .single-from-blog > p {
        color: #757575;
        padding: 20px 20px 10px;
    }

    .single-from-blog .blog-footer {
        display: inline;
        float: left;
        padding: 0 20px 20px;
        width: 100%;
    }

        .single-from-blog .blog-footer a {
            color: #818181;
            font-size: 14px;
            margin-right: 35px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .single-from-blog .blog-footer a:hover,
            .single-from-blog .blog-footer a:focus {
                text-decoration: none;
                outline: none;
            }

            .single-from-blog .blog-footer a span {
                border: 1px solid;
                border-radius: 50%;
                display: inline-block;
                line-height: 14px;
                margin-right: 3px;
                padding: 4px 5px;
            }

/*--------------------*/
/* CLIENT */
/*--------------------*/

#client {
    background-color: #fff;
    display: inline;
    float: left;
    padding: 70px 0 55px;
    width: 100%;
}

.client-area {
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
}

.client-table {
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
}

    .client-table li {
        display: inline-block;
        margin-right: 80px;
    }

        .client-table li:last-child {
            margin-right: 0px;
        }

/*--------------------*/
/* CONTACT */
/*--------------------*/

/*#contact1 {
    /*background-image: url("assets/images/contact-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
    background-color: slategrey;
}

.contact-left {
    background-color: lightgrey;
    display: inline;
    float: left;
    padding: 30px 40px 10px;
    width: 100%;
}

    .contact-left h2 {
        color: black !important;
        font-size: 35px;
        font-weight: bolder;
        margin-bottom: 35px;
    }

    .Single-address-p {
    min-height: 100px;
    color: darkolivegreen !important;
}

.single-address {
    display: inline;
    float: left;
    margin-bottom: 15px;
    padding-right: 50px;
    width: 100%;
}

    .single-address h4 {
        color: brown !important;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 17px;
    }

    .single-address p {
        color: darkolivegreen;
        font-size: 14px;
        margin-bottom: 5px;
    }
    */

.contact-Head{
    width: 100%;  
    margin-top: 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: #f4f4f4;
}

.contact-Head h3{
    color: #027bc6;
    /*padding: 10px;*/
    display: block;
    font-size: 1.6em;
    -webkit-margin-before: 0.3em;
    -webkit-margin-after: 0.3em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    margin-left:20px;
}
.contact-Inner{
    margin-top: 10px;
    min-height: 180px;
    border-left: 1px solid #CCC;
}
.contact-Inner h4{
    /*padding: 10px 0 5px 10px;*/
    padding-top:10px;
    color: #000;
}
.contact-Inner p a:hover{
    color: #00adef;
}

.Single-address-p {
   line-height: 18px;
   display: block;
   -webkit-margin-before: 1em;
   -webkit-margin-after: 1em;
   -webkit-margin-start: 0px;
   -webkit-margin-end: 0px; 
   font-size:1.1em;
      color:#838282;
}
.Single-address-p a{
    color:#838282;
}

.single-address {
    display: inline;
    float: left;
    margin-bottom: 15px;
    padding-right: 50px;
    width: 100%;
}

    .single-address h4 {
        color: brown !important;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 17px;
    }

    .single-address p {
        color: darkolivegreen;
        font-size: 14px;
        margin-bottom: 5px;
    }
    
.contact-right {
    background-color: rgba(104, 102, 96, 0.5);
    display: inline;
    float: left;
    padding: 30px 40px;
    width: 100%;
}

    .contact-right h2 {
        color: #fafafa;
        font-size: 35px;
        margin-bottom: 48px;
    }

.contact-form .form-group input {
    background: transparent;
    color: #e1e1e1;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 0;
    height: 45px;
    margin-bottom: 24px;
}

.contact-form .form-group textarea {
    color: #e1e1e1;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    height: 190px;
}

.contact-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #e2e2e2;
    font-size: 20px;
}

.contact-form .form-control:-moz-placeholder { /* Firefox 18- */
    color: #e2e2e2;
    font-size: 20px;
}

.contact-form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #e2e2e2;
    font-size: 20px;
}

.contact-form .form-control:-ms-input-placeholder {
    color: #e2e2e2;
    font-size: 20px;
}

.contact-form button {
    float: right;
    margin-right: 0;
    border-radius: 0px;
}

.contact-form.button-default::after,
.contact-form .button-default > span {
    padding: 12px 40px;
}

#google-map {
    display: inline;
    float: left;
    width: 100%;
}

/*--------------------*/
/* FOOTER */
/*--------------------#666666  #d5d5d5 #0683c6 #555555*/

#footer {
    /*background-color: darkslategrey;
    color: #666;
    display: inline;*/
    float: left;
    /*margin-top: 10px;*/
    width: 100%;
}

.footer-top {
    display: inline;
    float: left;
    width: 100%;
}

.footer-top-area {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

.footer-logo {
    display: inline-block;
}

.footer-social {
    display: inline;
    float: left;
    margin: 5px 0px;
    width: 50%;
}

    .footer-social a {
        border: 1px solid #505050;
        border-radius: 50%;
        color: #b8b8b8;
        display: inline-block;
        font-size: 18px;
        height: 48px;
        line-height: 48px;
        margin: 0 9px;
        text-align: center;
        width: 48px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .footer-social a.facebook:hover {
            background-color: #3b5998;
            border-color: #3b5998;
            color: #fff;
        }

        .footer-social a.twitter:hover {
            color: #fff;
            background-color: #00aced;
            border-color: #00aced;
        }

        .footer-social a.google-plus:hover {
            color: #fff;
            background-color: #dd4b39;
            border-color: #dd4b39;
        }

        .footer-social a.youtube:hover {
            color: #fff;
            background-color: #bb0000;
            border-color: #bb0000;
        }

        .footer-social a.linkedin:hover {
            color: #fff;
            background-color: #007bb5;
            border-color: #007bb5;
        }

        .footer-social a.dribbble:hover {
            color: #fff;
            background-color: #ea4c89;
            border-color: #ea4c89;
        }

.footer-bottom {
    display: inline;
    border-top: 1px solid #434343;
    float: left;
    padding: 16px 0;
    width: 100%;
    /*text-align: center;*/
}

    .footer-bottom p {
        color: white;
        font-size: 16px;
        margin-bottom: 0px;
        padding-left: 10px;
    }

        .footer-bottom p a {
            color: white;
            font-size: 16px;
            margin-bottom: 0px;
            padding-left: 10px;
        }

            .footer-bottom p a:hover {
                color: #0683c6;
                font-size: 16px;
                margin-bottom: 0px;
                padding-left: 10px;
            }

/*--------------------*/
/* BLOG PAGE */
/*--------------------*/


#blog-banner {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

.blog-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.blog-banner-area {
    display: inline;
    float: left;
    padding: 85px 0;
    width: 100%;
}

    .blog-banner-area h2 {
        color: #fff;
        font-size: 40px;
        padding-bottom: 5px;
    }

    .blog-banner-area .breadcrumb {
        background-color: transparent;
        border-radius: 0;
        padding-left: 0;
    }

        .blog-banner-area .breadcrumb li {
            font-family: "Raleway",sans-serif;
        }

            .blog-banner-area .breadcrumb li a {
                color: #fff;
                font-size: 18px;
                font-family: "Raleway",sans-serif;
                text-decoration: none;
            }

        .blog-banner-area .breadcrumb > li + li::before {
            color: #ccc;
            content: "/ ";
            padding: 0 0px;
        }

#blog {
    background-color: white; /*f8f8f8*/
    display: inline;
    float: left;
    /*padding: 70px 0;*/
    padding-top: 20px;
    width: 100%;
}

.blog-area {
    display: inline;
    float: left;
    width: 100%;
}

.blog-archive .single-from-blog {
    margin-bottom: 35px;
}

    .blog-archive .single-from-blog figure img {
        height: 400px;
    }

.blog-left {
    display: inline;
    float: left;
    width: 100%;
}

.blog-pagination {
}

    .blog-pagination > li > a,
    .blog-pagination > li > span {
        padding: 8px 18px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .blog-pagination > li > a:hover,
        .blog-pagination > li > span:hover,
        .blog-pagination > li > a:focus,
        .blog-pagination > li > span:focus {
            color: #fff;
        }

    .blog-pagination > li:first-child > a,
    .blog-pagination > li:first-child > span {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        margin-left: 0;
    }

    .blog-pagination > li:last-child > a,
    .blog-pagination > li:last-child > span {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }

.blog-right {
    display: inline;
    width: 100%;
    font-size: 16px;
}

.single-widget {
    background-color: #fff;

    /*border: 1px solid #f0f0f0 !important;*/
    display: inline;
    margin-bottom: 30px;
    float: left;
    padding: 20px 30px;
    width: 100%;
    /*min-height: 450px;*/
}

    .single-widget h2 {
        color: #CF4D00 !important;
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 15px;
        margin-left: -31px;
        padding-bottom: 0;
        padding-left: 29px;
        padding-top: 0;
        text-transform: none !important;
    }

.blog-search {
    display: inline;
    float: left;
    width: 100%;
}

    .blog-search input[type="text"] {
        background-color: #f5f5f5;
        border: 1px solid #9d9d9d;
        color: #444;
        height: 43px;
        padding: 5px;
        width: 100%;
    }

    .blog-search .button-default {
        margin-bottom: 10px;
        margin-left: 0;
        margin-top: 23px;
    }

        .blog-search .button-default::after,
        .blog-search .button-default > span {
            padding: 10px 30px;
        }

.follow-us {
    border-top: 1px solid #d4d4d4;
    display: inline;
    float: left;
    padding-bottom: 10px;
    padding-top: 24px;
    text-align: center;
    width: 100%;
}

    .follow-us a {
        border: 1px none transparent;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        height: 35px;
        line-height: 35px;
        margin: 0 5px;
        text-align: center;
        width: 35px;
    }

        .follow-us a.facebook {
            background-color: #3b5998;
            border-color: #3b5998;
        }

        .follow-us a.twitter {
            background-color: #00aced;
            border-color: #00aced;
        }

        .follow-us a.google-plus {
            background-color: #dd4b39;
            border-color: #dd4b39;
        }

        .follow-us a.youtube {
            background-color: #bb0000;
            border-color: #bb0000;
        }

        .follow-us a.linkedin {
            background-color: #007bb5;
            border-color: #007bb5;
        }

        .follow-us a.dribbble {
            background-color: #ea4c89;
            border-color: #ea4c89;
        }

.popular-post-widget {
    border-top: 1px solid #d4d4d4;
    display: inline;
    float: left;
    padding-bottom: 15px;
    padding-top: 24px;
    text-align: left;
    width: 100%;
}

    .popular-post-widget .media-left {
        float: left;
        height: 100px;
        margin-right: 20px;
        width: 100px;
    }

    .popular-post-widget .media-heading {
        color: #505050;
        font-size: 18px;
    }

        .popular-post-widget .media-heading a {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .popular-post-widget .media-heading a:hover,
            .popular-post-widget .media-heading a:focus {
                text-decoration: none;
                outline: none;
            }

    .popular-post-widget .media-body p {
        color: #7c7c7c;
        font-size: 13px;
    }

.instagram-feed {
    border-top: 1px solid #d4d4d4;
    display: inline;
    float: left;
    padding-bottom: 25px;
    padding-top: 24px;
    text-align: left;
    width: 100%;
}

.single-instagram-feed {
    display: inline;
    float: left;
    width: 100%;
}

    .single-instagram-feed img {
        width: 100%;
    }

.instagram-feed .slick-prev,
.instagram-feed .slick-next {
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin-top: -10px;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 20px;
    z-index: 999;
}

.instagram-feed .slick-prev {
    left: 28%;
}

.instagram-feed .slick-next {
    right: 29%;
}

    .instagram-feed .slick-prev::before,
    .instagram-feed .slick-next::before {
        font-family: "fontAwesome";
        font-size: 28px;
        line-height: 1;
        opacity: 0.75;
    }

.instagram-feed .slick-prev::before {
    content: '\f104';
}

.instagram-feed .slick-next::before {
    content: '\f105';
}

.instagram-feed .slick-dots {
    bottom: -22px;
}

    .instagram-feed .slick-dots li button {
        background: #eeeeee none repeat scroll 0 0;
        border: 0 none;
        border-radius: 50%;
        color: #eeeeee;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 15px;
        line-height: 0;
        outline: medium none;
        padding: 5px;
        width: 15px;
    }

.instagram-feed li button::before {
    color: #eeeeee;
}

.blog-details {
    background-color: #fff;
}

.blog-details-content {
    display: inline;
    float: left;
    padding: 40px;
    width: 100%;
}

    .blog-details-content blockquote {
        color: #1f1f1f;
        font-size: 22px;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .blog-details-content > span {
        color: #464646;
        font-size: 20px;
        font-weight: bold;
    }

    .blog-details-content > a {
        color: #464646;
        font-size: 18px;
        margin-right: 4px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .blog-details-content h1,
    .blog-details-content h2,
    .blog-details-content h3,
    .blog-details-content h4,
    .blog-details-content h5,
    .blog-details-content h6 {
        color: #464646;
    }

    .blog-details-content h3 {
        margin-top: 10px;
    }

.blog-comment {
    display: inline;
    float: left;
    padding: 0 40px 50px;
    width: 100%;
}

    .blog-comment h2 {
        color: #464646;
        font-family: "Open Sans",sans-serif;
        font-size: 25px;
        margin-bottom: 15px;
    }

.comment-form .form-group input {
    background-color: #f8f8f8;
    border: 1px solid #aeaeae;
    border-radius: 0;
    color: #858585;
    font-size: 18px;
    height: 40px;
    margin-bottom: 20px;
}

.comment-form .form-group textarea {
    color: #858585;
    background-color: #f8f8f8;
    border: 1px solid #aeaeae;
    border-radius: 0;
    font-size: 18px;
    height: 190px;
    width: 80%;
}

.comment-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.comment-form .form-control::-webkit-input-placeholder {
    color: #858585;
    font-size: 18px;
}

.comment-form .form-control:-moz-placeholder { /* Firefox 18- */
    color: #858585;
    font-size: 18px;
}

.comment-form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #858585;
    font-size: 18px;
}

.comment-form .form-control:-ms-input-placeholder {
    color: #858585;
    font-size: 18px;
}

.comment-form button {
    border-radius: 0;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.comment-form.button-default::after,
.comment-form .button-default > span {
    padding: 12px 40px;
}

/*--------------------*/
/* ERROR PAGE */
/*--------------------*/

#error-page {
    background-color: #CEFFFE;
    display: inline;
    float: left;
    padding: 150px 0;
    width: 100%;
}

.error-page-area {
    display: block;
    margin: 0 auto;
    width: 670px;
}

.error-no-area {
    background-color: #fff;
    display: inline;
    float: left;
    padding: 20px;
    width: 100%;
}

.error-no {
    display: inline;
    float: left;
    padding: 50px;
    text-align: center;
    width: 100%;
}

    .error-no h2 {
        color: #727272;
        font-family: "Open Sans",sans-serif;
        font-size: 60px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .error-no p {
        font-family: "Pacifico",cursive;
        font-size: 80px;
        margin-bottom: 0;
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

.error-message {
    display: inline;
    float: left;
    margin-top: 70px;
    text-align: center;
    width: 100%;
}

    .error-message h4 {
        color: #4b8181;
        font-family: "Pacifico",cursive;
        font-size: 65px;
        line-height: 65px;
        margin-bottom: 50px;
    }

    .error-message p {
        color: #4b8181;
        font-size: 30px;
        padding: 0 138px;
    }

        .error-message p a {
            color: #4b8181;
        }


/*======================///////////////
			start responsive style
=====================///////////////////////*/


@media(max-width:1199px ) {
    .header-content {
        padding: 70px;
    }

        .header-content h2 {
            font-size: 60px;
            line-height: 58px;
        }

    .knowmore-btn {
        font-size: 18px;
        padding: 20px 25px;
    }

    .download-btn {
        font-size: 18px;
        padding: 20px 25px;
    }

    .header-btn-area {
        margin-top: 65px;
    }

    .logo {
        margin-right: 0;
    }

    #navbar {
        width: 80%;
    }

    .main-nav li a {
        padding: 39px 16px;
    }

    .search-area input[type="text"]:focus {
        width: 500px;
    }

    .team-grid li {
        height: 198px;
        margin: 20px;
        width: 20%;
    }

    .team-img-1,
    .team-img-2,
    .team-img-3,
    .team-img-4 {
        background-position: center center;
    }

    .team-info {
        padding: 12px 0px;
    }

        .team-info p {
            margin: 0 32px;
            padding: 10px 0px;
        }

        .team-info a {
            margin: 0 2px;
        }

    .single-service {
        padding: 45px 15px;
    }

        .single-service .service-title {
            font-size: 20px;
        }

    .single-portfolio {
        width: 23%;
    }

    .single-counter > span {
        font-size: 50px;
        width: 50px;
    }

    .single-counter .counter-count > span {
        font-size: 40px;
    }

    .single-counter .counter-count > p {
        font-size: 14px;
    }

    .single-from-blog .blog-title h2 {
        font-size: 25px;
    }

    .single-from-blog .blog-footer a {
        margin-right: 18px;
    }

    .contact-left h2,
    .contact-right h2 {
        font-size: 26px;
    }



    .counter-area {
        padding: 125px 0;
    }

    .blog-archive .single-from-blog figure img {
        height: 320px;
    }
}


@media(max-width:991px ) {
    .header-content {
        padding: 50px;
    }

        .header-content h2 {
            font-size: 50px;
            line-height: 50px;
        }

    .knowmore-btn {
        font-size: 16px;
        padding: 18px 20px;
    }

    .download-btn {
        font-size: 16px;
        padding: 18px 20px;
    }

    .header-btn-area {
        margin-top: 20px;
    }

    #navbar {
        width: 75%;
    }

    .search-area {
        width: 3%;
    }

    .main-nav li a {
        font-size: 14px;
        padding: 39px 7px;
    }

    .less-padding {
        padding: 30px 7px !important;
    }

    .search-area input[type="text"]:focus {
        width: 630px;
    }

    .single-wc-content .wc-tittle {
        font-size: 15px;
    }

    .about-left {
        height: 328px;
        width: 100%;
    }

        .about-left img {
            width: 100%;
        }

    .about-right .tittle {
        padding-bottom: 10px;
        font-size: 28px;
    }

    .about-right .tittle-line {
        margin-bottom: 15px;
    }

    .about-right p {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .about-btn-area {
        margin-top: 0;
    }

    .call-to-content h2 {
        font-size: 30px;
    }

    .team-grid li {
        height: 170px;
        margin: 20px 10px;
        width: 21%;
    }

    .team-info p {
        font-size: 10px;
    }

    .team-info a {
        font-size: 15px;
        height: 25px;
        width: 25px;
    }

    .team-address p {
        font-size: 16px;
    }

    .team-address span {
        font-size: 14px;
    }

    .title-area {
        padding: 0 100px;
    }

    .single-portfolio {
        width: 22.5%;
    }

    .portfolio-social-icon {
        padding: 85px 50px;
    }

    .portfolio-title h4 {
        font-size: 13px;
    }

    .counter-area {
        padding: 90px 0;
    }

    .single-counter {
        margin-bottom: 35px;
    }

    .single-price .price-amount {
        font-size: 25px;
    }

    .single-price p {
        font-size: 15px;
    }

    .single-price a span {
        padding: 12px 35px;
    }

    .single-from-blog {
        margin-bottom: 30px;
    }

    .blog-right {
        margin-top: 25px;
    }

    .instagram-feed .slick-prev {
        left: 40%;
    }

    .instagram-feed .slick-next {
        right: 41%;
    }

    .error-message h4 {
        font-size: 50px;
        line-height: 50px;
    }

    .error-message p {
        font-size: 25px;
        padding: 0 50px;
    }
}


@media(max-width:767px ) {
    .header-content h2 {
        font-size: 35px;
        line-height: 35px;
    }

        .header-content h2 span {
            font-weight: normal;
            line-height: 55px;
        }

    .knowmore-btn {
        font-size: 15px;
        padding: 15px 18px;
    }

    .download-btn {
        font-size: 15px;
        padding: 15px 18px;
    }

    .main-nav li {
        display: block;
        float: left;
        width: 100%;
    }

        .main-nav li a {
            display: block;
            padding: 8px 7px;
        }

    .less-padding {
        padding: 8px 7px !important;
    }

    #navbar {
        margin-right: 0;
        width: 104.5%;
    }

    .main-nav {
        background: #ccc none repeat scroll 0 0;
        display: block;
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
        margin-right: 78px;
        margin-top: 32px;
        border-radius: 0;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #00d999;
            border-color: #00d999;
            /*color: #fff;*/
            color: cornflowerblue;
        }

            .navbar-default .navbar-toggle:hover .icon-bar,
            .navbar-default .navbar-toggle:focus .icon-bar {
                background-color: #fff;
            }

    .search-area {
        left: -3px;
        top: -100px;
        width: 3%;
    }

        .search-area input[type="text"]:focus {
            height: 36px;
            top: 31px !important;
            width: 550px;
        }

    .navbar-fixed-top .search-area {
        top: -77px;
    }

    .navbar-fixed-top .navbar-toggle {
        margin-top: 25px;
    }

    .navbar-fixed-top .search-area input[type="text"]:focus {
        top: 23px !important;
    }

    .wc-table li {
        margin-bottom: 20px;
        width: 50%;
    }

    #about {
        padding: 0 0 50px;
    }

    .about-left {
        width: 96%;
    }

        .about-left img {
            height: 100%;
            width: 100%;
        }

    .about-right {
        margin-top: 35px;
        padding-left: 0;
    }

    .title-area {
        padding: 0 50px;
    }

    .call-to-content h2 {
        font-size: 28px;
    }

    .team-grid li {
        height: 230px;
        margin: 20px 25px 70px;
        width: 38%;
    }

    .team-img-1, .team-img-2, .team-img-3, .team-img-4 {
        background-position: center center;
        background-size: 100% auto;
    }

    .team-info {
        padding: 30px 18px;
    }

        .team-info p {
            font-size: 15px;
        }

    .single-portfolio {
        width: 30.3%;
    }

    .button-default::after, .button-default > span {
        padding: 12px 8px;
        font-size: 12px;
    }

    .single-slide > p {
        font-size: 15px;
        line-height: 28px;
        margin-top: 37px;
    }

    .contact-left {
        margin-bottom: 30px;
    }

    #blog-banner {
        margin-top: -60px;
    }

    .instagram-feed .slick-prev {
        left: 39%;
    }

    .instagram-feed .slick-next {
        right: 40%;
    }

    #error-page {
        padding: 100px 0;
    }

    .error-page-area {
        width: 500px;
    }

    .error-message h4 {
        font-size: 35px;
        line-height: 35px;
    }

    .error-message p {
        font-size: 20px;
        padding: 0 45px;
    }
}

@media(max-width:480px ) {
    .header-content {
        padding: 20px;
    }

        .header-content h2 {
            font-size: 25px;
            line-height: 25px;
        }

            .header-content h2 span {
                font-weight: normal;
                line-height: 43px;
            }

    .knowmore-btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    .download-btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    #navbar {
        width: 106%;
    }

    .title-area {
        padding: 0 15px;
    }

    .search-area input[type="text"] {
        font-size: 15px;
    }

        .search-area input[type="text"]:focus {
            height: 35px;
            top: 32px !important;
            width: 350px;
        }

    .call-to-content h2 {
        font-size: 20px;
    }

    .team-grid {
        padding: 0 75px;
    }

        .team-grid li {
            height: 300px;
            margin: 20px 0 70px;
            width: 100%;
        }

    .team-info {
        padding: 70px 18px;
    }

        .team-info p {
            font-size: 18px;
        }

    .single-portfolio {
        margin-left: 8px;
        width: 100%;
    }

    #counter img {
        height: 354px;
        width: 100%;
    }

    .counter-area {
        padding: 40px 0;
    }

    .single-counter > span {
        font-size: 50px;
        text-align: center;
        width: 100%;
    }

    .single-counter .counter-count {
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }

    .single-price .price-header {
        font-size: 20px;
        padding: 10px 0;
    }

        .single-price .price-header::after {
            bottom: -43%;
        }

    .standard-price .price-header {
        padding: 20px 0;
    }

        .standard-price .price-header::after {
            bottom: -32%;
        }

    .single-price .price-amount {
        font-size: 16px;
    }

    .single-price p {
        font-size: 14px;
    }

    .single-price a span {
        padding: 12px 20px;
    }

    .button-default::after, .button-default > span {
        font-size: 10px;
    }

    .single-slide {
        padding: 0 100px;
    }

        .single-slide > p {
            font-size: 14px;
            line-height: 26px;
            margin-top: 20px;
        }

            .single-slide > p::after {
                font-size: 40px;
                top: -10px;
            }

    .testimonial-thumb {
        margin: 20px auto 0;
    }

    .client-table {
        padding-left: 30px;
    }

    .instagram-feed .slick-prev {
        left: 34%;
    }

    .instagram-feed .slick-next {
        right: 35%;
    }

    #error-page {
        padding: 80px 0;
    }

    .error-page-area {
        width: 350px;
    }

    .error-no {
        padding: 20px;
    }

        .error-no h2 {
            font-size: 45px;
        }

        .error-no p {
            font-size: 50px;
        }

    .error-message h4 {
        font-size: 35px;
        line-height: 35px;
    }

    .error-message p {
        font-size: 20px;
        padding: 0 45px;
    }

    .wraper, .footer footer, body.index_v2 .social_block, body.index_v2 .footer {
        width: 480px;
    }
}


@media(max-width:360px ) {
    .header-inner > img {
        height: 250px;
        width: 100%;
    }

    .header-content {
        padding: 30px;
    }

        .header-content h2 {
            font-size: 20px;
            line-height: 18px;
        }

            .header-content h2 span {
                font-weight: normal;
                line-height: 35px;
            }

    .header-btn-area {
        margin-top: 00px;
    }

        .header-btn-area a {
            display: block;
            margin: 10px 15px;
        }

    .knowmore-btn {
        font-size: 14px;
        padding: 7px 8px;
    }

    .download-btn {
        font-size: 14px;
        padding: 7px 8px;
    }

    #navbar {
        width: 108.3%;
    }

    .title-area {
        padding: 0 10px;
    }

    .tittle {
        font-size: 20px;
        padding-bottom: 5px;
    }

    .title-area p {
        font-size: 14px;
    }

    .search-area input[type="text"] {
        font-size: 14px;
    }

        .search-area input[type="text"]:focus {
            height: 35px;
            top: 32px !important;
            width: 250px;
        }

    .wc-table li {
        margin-bottom: 20px;
        width: 100%;
    }

    .about-right {
        margin-top: 45px;
    }

        .about-right .tittle {
            font-size: 20px;
            padding-bottom: 5px;
        }

        .about-right .tittle-line {
            width: 60px;
        }

    .call-to-content h2 {
        font-size: 20px;
    }

    .team-grid {
        padding: 0 55px;
    }

        .team-grid li {
            height: 220px;
        }

    .team-info {
        padding: 20px 10px;
    }

        .team-info p {
            font-size: 14px;
        }

    .portfolio-container {
        margin-left: 0;
    }

    .portfolio-menu ul li {
        font-size: 12px;
        margin: 0 7px 5px;
        padding: 8px;
    }

    .single-portfolio {
        width: 100%;
        margin-left: 0px;
    }

    .portfolio-social-icon {
        padding: 105px 50px;
    }

    #counter img {
        height: 354px;
        width: 100%;
    }

    .counter-area {
        padding: 40px 0;
    }

    .single-counter > span {
        font-size: 40px;
    }

    .single-counter .counter-count > span {
        font-size: 30px;
    }

    .single-counter .counter-count > p {
        font-size: 12px;
    }

    .price-table li {
        margin-bottom: 20px;
        width: 100%;
        border: 1px solid #e4e4e4;
    }

    .single-price a span {
        font-size: 14px;
    }

    .single-price .price-amount {
        font-size: 16px;
    }

    .single-price p {
        font-size: 14px;
    }

    .button-default::after, .button-default > span {
        font-size: 14px;
    }

    .standard-price {
        margin-top: 0;
    }

    .single-slide {
        padding: 0 50px;
    }

    .introduction-btn {
        font-size: 20px;
    }

    .header-content h2 {
        margin-bottom: 10px;
    }

    .contact-left h2, .contact-right h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .single-address h4 {
        font-size: 18px;
    }



    .contact-right {
        padding: 30px 20px;
    }

    .contact-form .form-group input {
        font-size: 16px;
        height: 40px;
    }

    .footer-social a {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        margin: 0 5px;
        width: 40px;
    }

    .blog-archive .single-from-blog figure img {
        height: 250px;
    }

    .instagram-feed .slick-prev {
        left: 26%;
    }

    .instagram-feed .slick-next {
        right: 27%;
    }

    .single-widget h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .blog-pagination > li > a,
    .blog-pagination > li > span {
        padding: 6px 15px;
    }

    .follow-us a {
        font-size: 15px;
        height: 32px;
        line-height: 32px;
        margin: 0 2px;
        width: 32px;
    }

    .blog-details-content {
        padding: 25px;
    }

    .blog-comment {
        padding: 0 25px 40px;
    }

    .blog-details-content blockquote {
        font-size: 18px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    #error-page {
        padding: 60px 0;
    }

    .error-page-area {
        width: 250px;
    }

    .error-no {
        padding: 20px;
    }

        .error-no h2 {
            font-size: 35px;
        }

        .error-no p {
            font-size: 40px;
        }

    .error-message h4 {
        font-size: 25px;
        line-height: 20px;
    }

    .error-message p {
        font-size: 16px;
        padding: 0 15px;
    }
}


@media(max-width:320px ) {
    .search-area input[type="text"]:focus {
        width: 210px;
    }

    .search-area input[type="text"] {
        font-size: 12px;
    }

    #navbar {
        width: 109%;
    }

    .team-grid {
        padding: 0 35px;
    }

    .team-info {
        padding: 25px 10px;
    }

    .footer-social a {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        margin: 0 2px;
        width: 35px;
    }

    .footer-bottom p {
        font-size: 15px;
    }

    .blog-archive .single-from-blog figure img {
        height: 200px;
    }

    .instagram-feed .slick-prev {
        left: 23%;
    }

    .instagram-feed .slick-next {
        right: 24%;
    }

    .blog-pagination > li > a,
    .blog-pagination > li > span {
        padding: 4px 13px;
    }

    .follow-us a {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        margin: 0 2px;
        width: 30px;
    }

    .popular-post-widget .media-left {
        margin-right: 0;
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }

        .popular-post-widget .media-left a {
            display: inline-block;
        }

    .popular-post-widget .media-body {
        text-align: center;
    }
}

.container-fluid-Div {
    padding-left: 100px !important;
    padding-top: px;
}









/*
    -----------------------------------------------------------------
CSS structure
-----------------------------------------------------------------

01. Stylesheet
02. Container
03. Top Area
04. Section heading
05. Parallax
06. Inner head
07. Call to action
08. Gallery
09. Photograhy
10. Team
11. Testimoni
12. Blog
13. Aside
14. Comments
15. Shopping
16. Shopping cart
17. Clients
18. Pricing table
19. Counter
20. Contact
21. Google Map
22. Form Index
23. Travel
24. Home App
26. Real Estate
27. Restaurant
28. Precess
29. Fontawesome
30. Icon and text
31. Footer
32. Twitter Feed
33. Back to top
34. Clear spacer
35. Custom left right spacer
36. Custom top spacer
37. Custom bottom spacer
38. Responsive

============================================================== */

/*
Stylesheet
=========================== */
@import url('../css/font-awesome.min.css');



/*
Container
=========================== */
#slider_container {
    background-color: #2b2b2b;
}

#warpper {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-left: 260px;
}

    #warpper .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

.contain-wrapp {
    padding: 60px 0;
}

.gray-container {
    background: #f3f3f3;
    padding: 60px 0;
}

.gray-bg {
    background: #f9f9f9;
}

.dark-container {
    background: #262626;
    padding: 60px 0;
}

.section-wrapp {
    padding: 100px 0;
}

.half-container {
    background: url(../img/half-containerbg.jpg) repeat-y top center;
    padding: 60px 0 40px 0;
}

    .half-container.dark-bg {
        background: url(../img/half-containerbg-dark.jpg) repeat-y top center;
        color: #bababa;
    }

        .half-container.dark-bg h1,
        .half-container.dark-bg h2,
        .half-container.dark-bg h1,
        .half-container.dark-bg h4,
        .half-container.dark-bg h5,
        .half-container.dark-bg h6 {
            color: #fff;
        }

    .half-container .row {
        margin-right: -60px;
        margin-left: -60px;
    }

        .half-container .row .row {
            margin-right: -15px;
            margin-left: -15px;
        }

    .half-container .col-xs-6,
    .half-container .col-sm-6,
    .half-container .col-md-6,
    .half-container .col-lg-6 {
        padding-right: 60px;
        padding-left: 60px;
    }

.half-column-wrapp {
    float: left;
    width: 100%;
    padding: 0;
    background: #212121;
    color: #bababa;
}

    .half-column-wrapp h1,
    .half-column-wrapp h2,
    .half-column-wrapp h3,
    .half-column-wrapp h4,
    .half-column-wrapp h5,
    .half-column-wrapp h6 {
        color: #fff;
    }

    .half-column-wrapp .half-column {
        width: 50%;
        padding: 0;
        margin: 0;
        background: #212121;
    }

        .half-column-wrapp .half-column.pull-right {
            float: left !important;
        }

        .half-column-wrapp .half-column.column-content {
            padding: 60px 60px 40px 60px;
        }

@media (min-width: 1200px) {
    .half-column-wrapp .half-column.column-content {
        width: 585px;
        float: left;
        padding: 60px 15px 40px 60px;
    }
}

.fullwidth {
    float: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .fullwidth .col-xs-1,
    .fullwidth .col-sm-1,
    .fullwidth .col-md-1,
    .fullwidth .col-lg-1,
    .fullwidth .col-xs-2,
    .fullwidth .col-sm-2,
    .fullwidth .col-md-2,
    .fullwidth .col-lg-2,
    .fullwidth .col-xs-3,
    .fullwidth .col-sm-3,
    .fullwidth .col-md-3,
    .fullwidth .col-lg-3,
    .fullwidth .col-xs-4,
    .fullwidth .col-sm-4,
    .fullwidth .col-md-4,
    .fullwidth .col-lg-4,
    .fullwidth .col-xs-5,
    .fullwidth .col-sm-5,
    .fullwidth .col-md-5,
    .fullwidth .col-lg-5,
    .fullwidth .col-xs-6,
    .fullwidth .col-sm-6,
    .fullwidth .col-md-6,
    .fullwidth .col-lg-6,
    .fullwidth .col-xs-7,
    .fullwidth .col-sm-7,
    .fullwidth .col-md-7,
    .fullwidth .col-lg-7,
    .fullwidth .col-xs-8,
    .fullwidth .col-sm-8,
    .fullwidth .col-md-8,
    .fullwidth .col-lg-8,
    .fullwidth .col-xs-9,
    .fullwidth .col-sm-9,
    .fullwidth .col-md-9,
    .fullwidth .col-lg-9,
    .fullwidth .col-xs-10,
    .fullwidth .col-sm-10,
    .fullwidth .col-md-10,
    .fullwidth .col-lg-10,
    .fullwidth .col-xs-11,
    .fullwidth .col-sm-11,
    .fullwidth .col-md-11,
    .fullwidth .col-lg-11,
    .fullwidth .col-xs-12,
    .fullwidth .col-sm-12,
    .fullwidth .col-md-12,
    .fullwidth .col-lg-12 {
        margin: 0;
        padding: 0;
    }

.container-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .container-full .row {
        margin-right: 0;
        margin-left: 0;
    }

.column-wrapp {
    padding: 35px 30px 30px 30px;
}

    .column-wrapp h3:before,
    .column-wrapp h5:before {
        font-family: 'FontAwesome';
        content: "\f10d";
        float: left;
        font-size: 16px;
        margin-right: 10px;
    }

    .column-wrapp h3:before {
        font-size: 28px;
        margin-right: 15px;
    }

.fixed-network {
    display: block;
    position: relative;
    width: 100%;
    height: 45px;
    padding: 0 40px;
    margin-top: 5px;
}

    .fixed-network a {
        margin-right: 2px;
    }

/*
Top area
=========================== */
.top-container {
    float: left;
    width: 100%;
    color: #fff;
    padding: 5px 0;
}

    .top-container a,
    .top-container a:hover,
    .top-container a:focus,
    .top-container a:active {
        color: #fff;
    }

    .top-container p {
        margin: 0;
    }

.top-column-left,
.top-column-right {
    float: left;
}

.top-column-right {
    float: right;
}

.top-social-network,
ul.contact-line,
ul.register {
    float: left;
    margin: 0;
    padding: 0;
}

    .top-social-network a {
        margin: 2px;
    }

    ul.contact-line li,
    ul.register li {
        float: left;
        font-size: 12px;
        list-style: none;
        margin: 0 0 0 10px;
        padding: 0 0 0 10px;
        border-left: 1px solid rgba(255, 255, 255, 0.6);
    }

        ul.contact-line li:first-child {
            border-left: none;
            padding: 0;
        }

/*
Section heading
=========================== */
.section-heading {
    position: relative;
    background: url(../img/section-heading-line.png) no-repeat bottom center;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

    .section-heading .fa {
        position: absolute;
        background: #292929;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        color: #fff;
        font-size: 10px;
        line-height: 20px;
        text-align: center;
        overflow: hidden;
        bottom: -4px;
        left: 50%;
        margin-left: -10px;
        padding-left: 2px;
    }

/*
Parallax
=========================== */
.parallax {
    position: relative;
    padding: 0;
    margin: 0 auto;
    overflow-y: visible;
    width: 100%;
    z-index: 3;
    color: #fff;
}

    .parallax.bg1 {
        background: url(../img/parallax/bg01.jpg) 50% 0 no-repeat fixed;
        background-size: cover;
    }

    .parallax.bg2 {
        background: url(../img/parallax/bg02.jpg) 50% 0 no-repeat fixed;
        background-size: cover;
    }

    .parallax.bg3 {
        background: url(../img/parallax/bg03.jpg) 100% 0 no-repeat fixed;
        background-size: cover;
    }

    .parallax.bg4 {
        background: url(../img/parallax/bg04.jpg) 100% 0 no-repeat fixed;
        background-size: cover;
    }

    .parallax.bg5 {
        background: url(../img/parallax/bg05.jpg) 100% 0 no-repeat fixed;
        background-size: cover;
    }

.parallax-container {
    padding: 60px 0;
    overflow: hidden;
}

/*
Inner head
=========================== */
.inner-head {
    background: url(../img/parallax/innerhead.jpg) 50% 0 no-repeat fixed;
    padding: 60px 0 50px 0;
    position: relative;
    z-index: 1;
}

    .inner-head i {
        float: left;
        width: 47px;
        height: 47px;
        margin: 7px 20px 0 0;
        border: 2px solid #fff;
        text-align: center;
        overflow: hidden;
        font-size: 24px;
        line-height: 42px;
        border-radius: 2px;
    }

    .inner-head h1, .inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5, .inner-head h6 {
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .inner-head .breadcrumb {
        margin-bottom: 0;
    }

/*
Call to action
=========================== */
.cta-wrapper {
    display: block;
    position: relative;
    padding: 50px 0 60px 0;
    color: #bababa;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

    .cta-wrapper h1, .cta-wrapper h2, .cta-wrapper h3, .cta-wrapper h4, .cta-wrapper h5, .cta-wrapper h6 {
        margin-bottom: 5px;
        text-transform: uppercase;
    }

.cta-default,
.cta-primary {
    background-color: #2e2e2e;
    background-repeat: n0-repeat;
    background-position: top center;
    color: #e6e6e6;
}

.cta-primary {
    color: #fff;
}

.cta-parallax {
    background-color: rgba(36, 36, 36, 0.9);
}

/*
Gallery
=========================== */
.filter-items {
    display: block;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
}

.filter-wrapp {
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
    padding: 15px 20px 10px 20px;
    -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
}

.filter-items li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #2b2b2b;
    font-size: 16px;
}

    .filter-items li a,
    .filter-items li a:hover,
    .filter-items li a:focus,
    .filter-items li a:active {
        display: block;
        border: 1px solid #d5d5d5;
        color: #2b2b2b;
        font-weight: 700;
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 2px;
    }

.filter-wrapp li a {
    margin: 0 5px 5px 5px;
}

.filter-items li a:hover,
.filter-items li a.active,
.filter-items li a.active:hover,
.filter-items li a.active:focus,
.filter-items li a.active:active {
    color: #fff;
}

.img-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0;
}

    .img-wrapper.half-column {
        float: left;
        width: 50%;
    }

.img-caption {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    color: #fff;
}

    .img-caption h5 {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        margin: 2px 0 0 0;
    }

        .img-caption a,
        .img-caption a:hover,
        .img-caption a:active,
        .img-caption h5 a {
            color: #fff;
        }

    .img-caption .zoomer,
    .img-caption .zoomer:hover {
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        display: inline-block;
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 10px;
        color: #292929;
        border-radius: 50%;
        text-align: center;
        overflow: hidden;
        padding-top: 10px;
        left: 50%;
        top: 50%;
        margin: -54px 0 0 -25px;
    }

        .img-caption .zoomer:hover,
        .img-caption .zoomer:focus,
        .img-caption .zoomer:active {
            background: rgba(255, 255, 255, 1);
        }

.img-categorie {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin: 30px 0 0 0;
}

.column-wrapper {
    float: left;
    width: 100%;
    border: 1px solid #d5d5d5;
}

.img-containt {
    float: left;
    background: #fff;
    width: 100%;
    border: 1px solid #d5d5d5;
    border-top: none;
    padding-top: 20px;
    -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
}

    .img-containt.half-column {
        border: none;
        float: left;
        width: 50%;
        padding: 40px 30px 40px 30px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .img-containt h5 {
        margin-bottom: 5px;
    }

        .img-containt h5 a {
            color: #2b2b2b;
        }

.img-footer {
    float: left;
    width: 100%;
    border-top: 1px solid #d5d5d5;
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

    .img-footer li {
        float: left;
        width: 50%;
        margin: 0;
        padding: 20px 10px 20px 10px;
        list-style: none;
    }

    .img-footer > li + li {
        border-left: 1px solid #d5d5d5;
    }

.img-containt.half-column .img-footer {
    border: 1px solid #d5d5d5;
    margin: 10px 0 0 0;
}

    .img-containt.half-column .img-footer li {
        padding: 15px;
    }

.containt-caption {
    position: absolute;
    width: 60%;
    background: rgba(255, 255, 255, 0.96);
    left: 20%;
    top: 50%;
    padding: 0;
    text-align: center;
    margin-top: -25%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .containt-caption:hover {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8);
    }

    .containt-caption .containt {
        padding: 30px 30px 10px 30px;
    }

.cap-link {
    display: block;
    padding: 20px 20px;
    background: rgba(220, 220, 220, 0.3);
    font-weight: 700;
    color: #292929;
    font-size: 14px;
    line-height: 14px;
}

    .cap-link:after {
        font-family: 'FontAwesome';
        content: "\f178";
        font-size: 14px;
        margin-left: 5px;
    }

    .cap-link:hover,
    .cap-link:active,
    .cap-link:focus {
        text-decoration: none;
        color: #fff;
    }

/*
Photograhy
=========================== */
.home-photography {
    padding: 150px;
    background-image: url(../img/slider/revolution/012.jpg);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
    position: relative;
}

    .home-photography .desc {
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 0;
    }

    .home-photography .text {
        text-transform: uppercase;
        -moz-text-shadow: 3px 3px 0px rgba(0,0,0,0.3);
        -webkit-text-shadow: 3px 3px 0px rgba(0,0,0,0.3);
        -o-text-shadow: 3px 3px 0px rgba(0,0,0,0.3);
        text-shadow: 3px 3px 0px rgba(0,0,0,0.3);
        margin-bottom: 25px;
    }

.flexslider-photo ul.slides li {
    height: 100px;
}

.gallery-photo {
    padding: 30px;
}

.page-photography {
    height: 0;
    margin-top: 30px;
}

/*
Team
=========================== */
.team-wrapp {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

    .team-wrapp.team-circle .img-caption {
        border-radius: 50%;
    }

    .team-wrapp.team-circle .img-wrapper.wrapp-thumbnail {
        background-color: #fff;
        border: 1px solid #ececec;
        border-radius: 50%;
        overflow: hidden;
        padding: 10px;
    }

    .team-wrapp .caption {
        padding: 15px 0 10px 0;
    }

        .team-wrapp .caption h5 {
            margin-bottom: 0;
        }

        .team-wrapp .caption p {
            margin-bottom: 0;
        }

.team-network {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    margin-top: -17px;
}

    .team-network a {
        display: inline-block;
        width: 34px;
        height: 34px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        color: #292929;
        font-size: 16px;
        line-height: 34px;
        text-align: center;
        margin: 0 1px;
    }

        .team-network a:hover,
        .team-network a:active,
        .team-network a:focus {
            background: rgba(255, 255, 255, 1);
            color: #292929;
        }

/*
Testimoni
=========================== */
.testimoni-single {
    position: relative;
    display: block;
    color: #fff;
    padding: 30px 30px 70px 30px;
    margin-bottom: 50px;
    border-radius: 2px;
    text-align: center;
}

    .testimoni-single a,
    .testimoni-single a:hover,
    .testimoni-single a:focus,
    .testimoni-single a:active {
        color: #fff;
    }

.testimoni-avatar {
    position: absolute;
    left: 50%;
    bottom: -50px;
    margin-left: -50px;
}

.testimoni-wrapp {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .testimoni-wrapp.boxed {
        padding-left: 30px;
        margin-bottom: 40px;
    }

    .testimoni-wrapp.boxed-center {
        text-align: center;
    }

.testimoni {
    background: #f7f7f7;
    padding: 20px 30px;
    border-radius: 2px 2px 2px 0;
}

.testimoni-wrapp.boxed-center .testimoni {
    padding: 20px;
    border-radius: 2px;
}

.gray-container .testimoni {
    background: #dedede;
}

.parallax-container .testimoni {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.testimoni-container {
    border: 4px double #d2d2d2;
    padding: 20px 20px 40px 20px;
}

.gray-container .testimoni-container {
    border: 4px double #aaaaaa;
}

.parallax-container .testimoni-container {
    border: 4px double rgba(255, 255, 255, 0.4);
}

.testimoni blockquote {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.testimoni-wrapp.boxed span.block {
    padding-left: 40px;
}

.testimoni-wrapp.boxed img.img-circle {
    position: absolute;
    left: 3px;
    bottom: -15px;
    width: 80px;
    height: 80px;
    z-index: 2;
}

.testimoni-wrapp.boxed:before {
    content: "";
    position: absolute;
    left: -5px;
    bottom: -23px;
    background-color: #fff;
    width: 96px;
    height: 96px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

.testimoni-wrapp.boxed-center img.img-circle {
    width: 40px;
    height: 40px;
    margin: 10px 0;
}

.gray-container .testimoni-wrapp.boxed img.img-circle {
    border: 8px solid #f9f9f9;
}

.parallax-container .testimoni-wrapp.boxed img.img-circle {
    border: rgba(0, 0, 0, 0.7);
}

.testimoni-sparator {
    background: url(../img/testimoni-quote.png) no-repeat top left;
    display: block;
    width: 100%;
    height: 28px;
    margin: 0 0 10px 0;
}

.gray-container .testimoni-sparator {
    background: url(../img/testimoni-quote-dark.png) no-repeat top left;
}

.parallax-container .testimoni-sparator {
    background: url(../img/testimoni-quote-trans.png) no-repeat top left;
}

/*
Blog
=========================== */
.recent-post {
    margin: 0;
    padding: 0;
}

    .recent-post li {
        border-bottom: 1px dashed transparent;
        border-color: #e8e8e8;
        list-style: none;
        margin: 0 0 20px 0;
        padding: 0;
    }

        .recent-post li a {
            color: #616161;
        }

.post {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

article.post .img-wrapper {
    margin-bottom: 20px;
}

article.post-thumbnail .img-wrapper,
.masonry .grid-item .post {
    margin-bottom: 0;
}

.post-frame {
    float: left;
    width: 100%;
    border: 1px solid #d5d5d5;
    border-bottom: 3px double #d5d5d5;
    padding: 40px 40px 50px 40px;
}

.post .img-wrapper {
    margin-bottom: -1px;
}

.post-data {
    float: left;
    font-size: 18px;
    line-height: 28px;
    margin: 0 15px 0 0;
    padding-left: 2px;
    color: #adadad;
}

.post-heading {
    position: relative;
    display: block;
    margin: 0 0 15px 0;
}

.post-frame .post-heading {
    margin: 0 0 15px 0;
}

.post-heading.post-thumbnail {
    position: relative;
    padding-left: 120px;
    margin: 0;
}

    .post-heading.post-thumbnail h6 {
        margin: 0;
    }

    .post-heading.post-thumbnail .img-thumb {
        position: absolute;
        width: 100px;
        height: auto;
        top: 0;
        left: 0;
    }

.post-heading .rating {
    display: block;
    color: #292929;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}

.post-frame .post-heading {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.post-heading h5 {
    margin-bottom: 10px;
}

    .post-heading h1 a,
    .post-heading h2 a,
    .post-heading h3 a,
    .post-heading h4 a,
    .post-heading h5 a,
    .post-heading h6 a {
        color: #292929;
    }

.post-meta {
    margin-right: 5px;
    color: #adadad;
}

.post-share {
    position: absolute;
    width: 100%;
    background: rgba(41, 41, 41, 0.95);
    color: #fff;
    z-index: 2;
    left: 0;
    bottom: -80px;
}

html.ie .post-share {
    background-color: #292929;
}

.post-share label,
.post-share a {
    display: inline-block;
    color: #fff;
    padding: 10px 15px 10px 15px;
    border-right: 1px solid #4a4a4a;
    height: 45px;
    margin: 0;
}

.footer-post {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #d5d5d5;
}

    .footer-post .btn-link {
        float: right;
        padding: 10px 20px;
    }

        .footer-post .btn-link:before {
            bottom: 13px;
            left: 0;
        }

    .footer-post ul,
    .footer-post ul li {
        float: left;
        margin: 0;
        padding: 0;
    }

        .footer-post ul li {
            list-style: none;
            border-right: 1px solid #d5d5d5;
            padding: 10px 20px;
            color: #adadad;
            font-size: 14px;
        }

            .footer-post ul li a,
            .footer-post ul li a:hover,
            .footer-post ul li a:focus,
            .footer-post ul li a:active {
                color: #adadad;
                text-decoration: none;
            }

.post-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

    .post-wrapper img {
        width: 100%;
    }

.post-content {
    position: relative;
    float: left;
    width: 90%;
    margin: -55px 5% 0 5%;
    padding: 25px 30px 20px 30px;
    background: #fff;
    background: rgba(255, 255, 255, 0.98);
    z-index: 4;
}

    .post-content h5 a {
        color: #292929;
    }

.post-date {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.post-content .footer-post {
    border: none;
}

    .post-content .footer-post ul li {
        border-right: none;
        padding: 0 10px 0 0;
    }

        .post-content .footer-post ul li a,
        .post-content .footer-post ul li a:hover,
        .post-content .footer-post ul li a:focus,
        .post-content .footer-post ul li a:active {
            color: #e0e0e0;
            text-decoration: none;
        }

    .post-content .footer-post .btn-link {
        float: right;
        padding-top: 0;
        padding-right: 0;
    }

.clearaside,
.clearblog {
    display: none;
}

/*
Aside
=========================== */
aside {
    float: left;
    width: 100%;
}

    aside .widget {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }

.aside-col .widget {
    display: table !important;
    float: none !important;
    margin-bottom: 30px;
}

aside .widget .widget-head {
    border-bottom: 4px solid #2b2b2b;
    padding: 0 0 15px 0;
    margin-bottom: 20px;
}

.recent-widget {
    float: left;
    width: 100%;
    margin: 10px 0 -30px 0;
}

.cat {
    float: left;
    width: 100%;
    margin: 0 0 -10px 0;
    padding: 0;
}

    .cat li {
        position: relative;
        float: left;
        width: 50%;
        margin: 0;
        padding: 0 20px 0 0;
        list-style: none;
    }

    .cat.fullwidth li {
        width: 100%;
    }

    .cat li a {
        display: block;
        color: #616161;
        border-bottom: 1px dashed #d5d5d5;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .cat li span {
        position: absolute;
        top: 0;
        right: 20px;
    }

.recent-comment .comment-author {
    margin-left: 40px;
}

.tag {
    display: inline-block;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    color: #616161;
    text-align: center;
    padding: 8px 20px;
    margin-bottom: 5px;
}

.aside-col .tag {
    margin-right: 5px;
}

.gray-container .tag {
    border: solid 1px #555;
}

.tag:hover,
.tag:focus,
.tag:active {
    text-decoration: none;
    color: #fff;
}

/*
Comments
=========================== */
.media-object {
    border: 1px solid #d5d5d5;
    padding: 5px;
    margin-right: 15px;
    border-radius: 2px;
}

.media-heading a {
    color: #0b0b0b;
}

.media-body {
    border: 1px solid #d5d5d5;
    padding: 30px 30px 0 30px;
    border-radius: 2px;
}

.media,
.media .media {
    margin-bottom: 30px;
}

    .media .media .media-object {
        background: none;
        border-radius: 2px;
    }

    .media .media .media-body {
        background: none;
    }

.reply {
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 30px;
}

/*
Shopping
=========================== */
.product-wrapper {
    float: left;
    margin-bottom: 30px;
}

.product-title {
    text-align: center;
    padding: 15px 0;
}

    .product-title h6 {
        margin-bottom: 5px;
    }

        .product-title h6 a,
        .product-title .rating {
            color: #2b2b2b;
        }

.product-footer {
    float: left;
    width: 100%;
    border: 1px solid #d5d5d5;
}

    .product-footer .price {
        float: left;
        width: 50%;
        border-right: 1px solid #d5d5d5;
        font-size: 16px;
        padding: 10px 20px;
        text-align: center;
    }

        .product-footer .price del,
        .product-footer .price span {
            margin: 0 2.5px;
        }

.buy {
    float: left;
    width: 50%;
    padding: 10px 20px;
    text-align: center;
}

    .buy button,
    .buy a {
        border: none;
        background: none;
        font-size: 16px;
        display: inline-block;
    }

.product-label {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    padding-top: 15px;
    top: 20px;
    right: 20px;
}

.filter-attributes {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
}

    .filter-attributes .form-group {
        padding-right: 10px;
        margin-bottom: 5px;
    }

.product-list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .product-list li {
        float: left;
        width: 100%;
        margin: 0 0 15px 0;
        padding: 0 0 5px 0;
        list-style: none;
        border-bottom: 1px solid #d5d5d5;
    }

        .product-list li h6 {
            margin: 10px 0 5px 0;
        }

            .product-list li h6 a {
                color: #2b2b2b;
            }

    .product-list .price {
        font-size: 14px;
    }

        .product-list .price del {
            margin-right: 5px;
        }

.result {
    float: right;
    margin-top: 50px;
}

.shop-title {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

    .shop-title .product-label {
        top: 0;
        right: 0;
    }

    .shop-title .price {
        font-size: 18px;
    }

        .shop-title .price del {
            margin-right: 5px;
        }

#start {
    margin-bottom: 20px;
}

table.parameter-product {
    width: 100%;
    margin-bottom: 20px;
}

    table.parameter-product tr.active {
        background: #f6f6f6;
    }

    table.parameter-product tr td {
        padding: 10px;
        border: solid 1px #d5d5d5;
    }

        table.parameter-product tr td strong {
            color: #2b2b2b;
        }

.category-product {
    position: relative;
    overflow: hidden;
}

    .category-product img {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .category-product:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.option-product {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 25px 30px;
    letter-spacing: 3px;
    background-color: #fff;
    background: rgba(255,255,255,0.7);
}

    .option-product .title {
        margin-bottom: 0;
        text-transform: uppercase;
    }

        .option-product .title small {
            color: #292929;
        }

    .option-product p {
        margin-bottom: 0;
    }

.category-product > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

/*
Shopping cart
=========================== */
.styled-table {
    clear: both;
    width: 100%;
}

    .styled-table thead th,
    .styled-table thead td {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

    .styled-table thead th {
        font-weight: 600;
    }

    .styled-table thead td {
        font-weight: 400;
    }

    .styled-table tbody th,
    .styled-table tbody td {
        border-bottom: 1px solid #d5d5d5;
    }

    .styled-table thead th,
    .styled-table tbody th,
    .styled-table thead td,
    .styled-table tbody td {
        text-align: left;
        padding: 15px;
        vertical-align: top;
    }

    .styled-table tbody td {
        padding-top: 30px;
        padding-bottom: 20px;
    }

        .styled-table thead th:first-child,
        .styled-table tbody th:first-child,
        .styled-table thead td:first-child,
        .styled-table tbody td:first-child {
            padding-left: 15px;
        }

        .styled-table thead th:last-child,
        .styled-table tbody th:last-child,
        .styled-table thead td:last-child,
        .styled-table tbody td:last-child {
            padding-right: 15px;
        }

        .styled-table thead th.text-left,
        .styled-table tbody th.text-left,
        .styled-table thead td.text-left,
        .styled-table tbody td.text-left {
            text-align: left;
        }

        .styled-table thead th.text-center,
        .styled-table tbody th.text-center,
        .styled-table thead td.text-center,
        .styled-table tbody td.text-center {
            text-align: center;
        }

        .styled-table thead th.text-right,
        .styled-table tbody th.text-right,
        .styled-table thead td.text-right,
        .styled-table tbody td.text-right {
            text-align: right;
        }

    .styled-table .alignleft {
        margin: 0 20px 0 0;
    }

.item-title a {
    color: #2b2b2b;
}

.shoppingcart-action {
    display: block;
    padding-top: 30px;
}

.cart-total {
    display: block;
    border: 1px solid #d5d5d5;
    padding: 30px;
    box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
    -webkit-box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
    -moz-box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
}

.subtotal {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.cart-total .form-inline {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.grand-total {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.order-detail {
    float: left;
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 30px 30px 0 30px;
    box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
    -webkit-box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
    -moz-box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
}

.panel-heading input[type="radio"],
.panel-heading input[type="checkbox"] {
    position: relative;
    float: right;
    margin: 20px 10px 0 0;
    padding: 0;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
}

.basket-shopping,
.basket-shopping label {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px 10px 15px;
    margin: 0;
    border-radius: 2px;
}

    .basket-shopping span {
        font-weight: 400;
    }

.shop-categorie-wrapp {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

.shop-categorie {
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden;
}

/*
Clients
=========================== */
.client-logo {
    opacity: 0.70;
    filter: alpha(opacity=70);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .client-logo:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

/*
Pricing table
=========================== */
.pricing {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #d1d2d4;
    border-bottom: 3px double #d1d2d4;
    background: #fcfcfc;
    height: auto;
    margin-bottom: 30px;
    border-radius: 2px;
    padding: 10px;
    color: #636363;
}

    .pricing.secondary {
        margin-top: 30px;
        margin-bottom: 60px;
    }

.pricing-head {
    text-align: center;
    padding: 5px 20px 15px 20px;
}

.pricing.secondary .pricing-head {
    background: #ececec;
    padding: 70px 0 20px 0;
    border-radius: 5px;
}

.pricing-head h4 {
    margin: 0;
    text-transform: uppercase;
}

.pricing-price {
    background: #ebebeb;
    text-align: center;
    padding: 15px 0 20px 0;
    border-radius: 2px;
    color: #292929;
    font-size: 18px;
    line-height: 18px;
}

    .pricing-price span {
        font-size: 13px;
        line-height: 18px;
    }

.pricing.secondary .pricing-price {
    position: absolute;
    width: 100px;
    height: 100px;
    border: none;
    background: #292929;
    border-radius: 50%;
    z-index: 4;
    top: 0;
    left: 50%;
    padding-top: 30px;
    margin: -30px 0 0 -50px;
    color: #fff;
}

.pricing.popular .pricing-price {
    color: #fff;
}

.pricing-price strong {
    font-size: 48px;
    line-height: 54px;
}

.pricing.secondary .pricing-price strong {
    font-size: 36px;
    line-height: 34px;
}

.pricing-price sup {
    font-size: 18px;
}

.pricing.secondary .pricing-price sup {
    font-size: 18px;
}

.pricing-container {
    position: relative;
    z-index: 2;
    margin-top: 0;
    padding: 0 0 20px 0;
    text-align: center;
}

    .pricing-container ul {
        margin: 0;
        padding: 0;
    }

        .pricing-container ul li {
            list-style: none;
            margin: 0;
            padding: 20px;
            font-size: 16px;
            line-height: 16px;
            border-bottom: 1px solid #eaeaec;
        }

.pricing-action {
    text-align: center;
    padding: 0 20px 20px 20px;
}

/*
Counter
=========================== */
.counter-item {
    text-align: center;
    margin-bottom: 0px;
}

.count-value {
    display: block;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 5px;
}

.counter-item.counter-lg .count-value {
    font-weight: 700;
    font-size: 94px;
    line-height: 94px;
}

.counter-item p {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
}

.counter-item.counter-lg p {
    font-size: 30px;
    line-height: 30px;
}

.cirContainer {
    width: 100px;
    height: 100px;
}

.cir {
    position: relative;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #efefef;
    background-image ' :none;
}

.cirCover {
    position: relative;
    top: 2px;
    left: 2px;
    text-align: center;
    width: 96px;
    height: 96px;
    border-radius: 100%;
    background-color: #efefef;
}

.percent {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 32px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    color ': #5c93c8;
}

/*
Contact
=========================== */
.contact-detail {
    position: relative;
    display: block;
    border: 1px solid #d5d5d5;
    border-bottom: 3px double #d5d5d5;
    border-radius: 2px;
    padding: 30px 40px 0 40px;
}

    .contact-detail ul {
        position: relative;
        z-index: 3;
    }

.contact-sparator {
    background: url(../img/contact-bg.png) no-repeat top right;
    position: absolute;
    display: block;
    width: 100%;
    height: 68px;
    top: -1px;
    right: -1px;
}

/*
Google Map
=========================== */
.map-wrapper {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.maps {
    height: 450px;
    width: 100%;
}

/*
Form Index
=========================== */
.form-index {
    position: relative;
    z-index: 3;
    margin-top: -81px;
}

    .form-index .tab-content {
        padding: 0;
    }

    .form-index .nav-tabs {
        margin-bottom: -7px;
    }

        .form-index .nav-tabs > li > a {
            margin-right: -1px;
            padding: 25px 30px;
            border: solid 1px #fff;
            background: #fff;
            background: rgba(255,255,255,0.8);
            text-align: center;
        }

            .form-index .nav-tabs > li > a:hover,
            .form-index .nav-tabs > li > a:focus,
            .form-index .nav-tabs > li.active > a {
                border-bottom: solid 1px #fff !important;
            }

            .form-index .nav-tabs > li > a > .fa {
                display: inline-block;
                width: 30px;
                height: 30px;
                background-color: #292929;
                text-align: center;
                color: #fff;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                padding-top: 7px;
            }

    .form-index .tab-content .form-input {
        padding: 25px 30px;
    }

        .form-index .tab-content .form-input.submit {
            background-color: #f5f5f5;
        }

            .form-index .tab-content .form-input.submit .search {
                text-align: right;
            }

        .form-index .tab-content .form-input .more_input {
            display: none;
        }

/*
Travel
=========================== */
.popular-place .img-wrapper .zoomer {
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.popular-place .content {
    padding: 10px 0 0 0;
}

    .popular-place .content .price {
        float: right;
        font-size: 18px;
        font-weight: bold;
        padding-top: 3px;
        padding-left: 15px;
        border-left: solid 1px #cfcfcf;
        text-align: right;
    }

        .popular-place .content .price span {
            display: block;
            line-height: 13px;
            font-size: 11px;
            font-weight: normal;
            color: #6f6f6f;
            text-transform: uppercase;
        }

    .popular-place .content .title {
        text-transform: uppercase;
    }

        .popular-place .content .title a {
            text-decoration: none !important;
        }

        .popular-place .content .title small {
            display: block;
        }

/*
Home App
=========================== */
.home-app {
    padding-bottom: 0;
    background-image: url(../img/brick-wall-dark.png);
}

    .home-app .content-home {
        color: #efefef;
        font-weight: 600;
        font-size: 16px;
        padding-top: 60px;
        letter-spacing: 2px;
    }

.btn-app {
    margin-top: 25px;
    display: block;
}

.home-app .content-home .title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 72px;
    line-height: 80px;
    -moz-text-shadow: 6px 6px 0px rgba(0,0,0,0.3);
    -webkit-text-shadow: 6px 6px 0px rgba(0,0,0,0.3);
    -o-text-shadow: 6px 6px 0px rgba(0,0,0,0.3);
    text-shadow: 6px 6px 0px rgba(0,0,0,0.3);
}

.video-player {
    display: block;
    width: 170px;
    position: relative;
    padding-left: 80px;
    padding-top: 15px;
    color: #9f9f9f;
}

    .video-player .fa {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 70px;
        height: 70px;
        border: solid 2px #333;
        text-align: center;
        color: #333;
        font-size: 30px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        padding-top: 18px;
    }

    .video-player:hover,
    .video-player:focus {
        text-decoration: none;
    }

.home-app .wrap-slider {
    width: 360px;
    position: relative;
    display: table;
    margin: auto;
    margin-bottom: -165px;
}

.home-app .img-wrapslider {
    width: 100%;
}

.home-app .slider-app {
    background-color: #999;
    position: absolute;
    display: block;
    width: 264px;
    height: 462px;
    top: 95px;
    left: 48px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

    .home-app .slider-app .owl-item,
    .home-app .slider-app .item {
        margin: 0 !important;
        padding: 0 !important;
    }

/*
Real Estate
=========================== */
.wrap-estate {
    background: #efefef;
    position: relative;
    overflow: hidden;
    position: relative;
}

.form-locations {
    width: 350px;
    padding: 60px 30px;
    background: #fff;
    background: rgba(255,255,255,0.9);
    position: relative;
    z-index: 9;
    border-bottom: solid 1px #efefef;
}

.bg-slideestate {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

table.price-rang tr td {
    border: none;
}

.gallery-home .zoomer {
    position: absolute;
    top: 50% !important;
    margin-top: -25px !important;
}

/*
Restourant
=========================== */
.home-land {
    padding: 100px 0;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.form-land {
    padding: 25px 30px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
}

.child-map {
    display: block;
}

    .child-map .container {
        position: relative;
    }

.list-map {
    display: block;
    height: 390px;
    margin-top: -390px;
    overflow-y: auto;
    background: #fff;
    background: rgba(255,255,255,0.9);
    padding: 25px 30px;
}

.owl-restaurant,
.owl-restaurant .item {
    padding: 0;
    margin: 0;
}

.list-map .owl-pagination {
    display: none;
    position: absolute;
}

ul.list-restaurant {
    padding: 0;
    margin: 0 0 0 0;
    list-style: none;
}

    ul.list-restaurant li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
    }

        ul.list-restaurant li .fa {
            position: absolute;
            left: 0;
            top: 5px;
            font-size: 18px;
        }

        ul.list-restaurant li p {
            margin-bottom: 0;
        }

.list-map .btn {
    margin-bottom: 30px;
}

/*
Precess
=========================== */
.precess-column {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

    .precess-column.text-left {
        text-align: left;
    }

    .precess-column.text-right {
        text-align: right;
    }

    .precess-column span.number {
        display: block;
        font-size: 92px;
        line-height: 60px;
        font-weight: 700;
        color: rgba(43, 43, 43, 0.08);
        margin: -5px 0 20px 0;
    }

    .precess-column span.text-title {
        display: block;
        font-style: italic;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 5px;
    }

ol.process-line {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
}

    ol.process-line > li {
        display: block;
        position: relative;
        padding: 0 15px;
        text-align: center;
        margin-bottom: 30px;
    }

        ol.process-line > li:before {
            content: "";
            display: block;
            width: 50%;
            position: absolute;
            top: 60px;
            left: 0;
            height: 1px;
            background-color: #c2c2c2;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            z-index: 1;
        }

        ol.process-line > li:first-child:before {
            display: none;
        }

        ol.process-line > li:after {
            content: "";
            display: block;
            width: 50%;
            position: absolute;
            top: 60px;
            right: 0;
            height: 1px;
            background-color: #c2c2c2;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            z-index: 1;
        }

        ol.process-line > li:last-child:after {
            display: none;
        }

        ol.process-line > li > .icons {
            display: table;
            padding: 0;
            width: 120px;
            height: 120px;
            margin: 0 auto;
            margin-bottom: 20px;
            position: relative;
            z-index: 2;
        }

            ol.process-line > li > .icons > .fa {
                border: solid 1px #c2c2c2;
                display: table-cell;
                width: 120px;
                height: 120px;
                vertical-align: middle;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                font-size: 24px;
                background-color: #ebebeb;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

        ol.process-line > li.active > .icons > .fa,
        ol.process-line > li:hover > .icons > .fa {
            color: #fff;
        }

        ol.process-line > li > h5 {
            display: block;
            width: 100%;
        }

        ol.process-line > li > p:last-child {
            margin-bottom: 0;
        }

.process-icon {
    position: relative;
    margin-bottom: 30px;
}

    .process-icon > .fa {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .process-icon > span {
        display: block;
    }

    .process-icon > p:last-child {
        margin-bottom: 0;
    }

/*
Fontawesome
=========================== */
.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-default {
    color: #292929;
}

.icon-circle,
.icon-square {
    background-color: #ebebeb;
    color: #292929;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    text-align: center;
    font-size: 15px;
    line-height: 36px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.icon-square {
    border-radius: 2px;
}

    .icon-circle:hover,
    .icon-square:hover {
        color: #fff;
    }

    .icon-circle.icon-bordered,
    .icon-square.icon-bordered {
        background: none;
        color: #292929;
        border-color: #ebebeb;
    }

        .icon-circle.icon-bordered:hover,
        .icon-square.icon-bordered:hover,
        .icon-circle.icon-bordered.fa-primary:hover,
        .icon-square.icon-bordered.fa-primary:hover,
        .icon-circle.icon-bordered.fa-blue:hover,
        .icon-square.icon-bordered.fa-blue:hover,
        .icon-circle.icon-bordered.fa-purple:hover,
        .icon-square.icon-bordered.fa-purple:hover,
        .icon-circle.icon-bordered.fa-pink:hover,
        .icon-square.icon-bordered.fa-pink:hover,
        .icon-circle.icon-bordered.fa-yellow:hover,
        .icon-square.icon-bordered.fa-yellow:hover,
        .icon-circle.icon-bordered.fa-green:hover,
        .icon-square.icon-bordered.fa-green:hover,
        .icon-circle.icon-bordered.fa-red:hover,
        .icon-square.icon-bordered.fa-red:hover {
            background: none;
        }

.fa-2x.icon-circle,
.fa-2x.icon-square {
    width: 60px;
    height: 60px;
    font-size: 22px;
    line-height: 58px;
}

.fa-3x.icon-circle,
.fa-3x.icon-square {
    width: 80px;
    height: 80px;
    font-size: 28px;
    line-height: 78px;
}

.fa-4x.icon-circle,
.fa-4x.icon-square {
    width: 100px;
    height: 100px;
    font-size: 36px;
    line-height: 98px;
}

.fa-5x.icon-circle,
.fa-5x.icon-square {
    width: 120px;
    height: 120px;
    font-size: 48px;
    line-height: 118px;
}

.icon-circle.fa-primary,
.icon-circle.fa-blue,
.icon-circle.fa-purple,
.icon-circle.fa-pink,
.icon-circle.fa-yellow,
.icon-circle.fa-green,
.icon-circle.fa-red,
.icon-square.fa-primary,
.icon-square.fa-blue,
.icon-square.fa-purple,
.icon-square.fa-pink,
.icon-square.fa-yellow,
.icon-square.fa-green,
.icon-square.fa-red {
    color: #fff;
}

.icon-circle.icon-bordered.fa-primary,
.icon-circle.icon-bordered.fa-blue,
.icon-circle.icon-bordered.fa-purple,
.icon-circle.icon-bordered.fa-pink,
.icon-circle.icon-bordered.fa-yellow,
.icon-circle.icon-bordered.fa-green,
.icon-circle.icon-bordered.fa-red,
.icon-square.icon-bordered.fa-primary,
.icon-square.icon-bordered.fa-blue,
.icon-square.icon-bordered.fa-purple,
.icon-square.icon-bordered.fa-pink,
.icon-square.icon-bordered.fa-yellow,
.icon-square.icon-bordered.fa-green,
.icon-square.icon-bordered.fa-red {
    background: none;
}

/*
Icon and text
=========================== */
.col-icon {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

    .col-icon.box {
        padding: 25px 30px !important;
        border: 1px solid #d5d5d5;
        border-bottom: 3px double #d5d5d5;
    }

        .col-icon.box.absolute-left {
            padding-left: 80px !important;
        }

            .col-icon.box.absolute-left .fa {
                top: 30px;
                left: 30px;
            }

        .col-icon.box.absolute-right {
            padding-right: 80px !important;
        }

            .col-icon.box.absolute-right .fa {
                top: 30px;
                right: 30px;
            }

    .col-icon.centered {
        text-align: center;
    }

    .col-icon.pull-right {
        text-align: right;
    }

    .col-icon.pull-left .fa {
        float: left;
        margin: 5px 20px 10px 0;
    }

    .col-icon.pull-right .fa {
        float: right;
        margin: 5px 0 10px 20px;
    }

    .col-icon.centered i {
        float: none;
        margin: 5px 0 10px 0;
    }

.icon-wrapp {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-bottom: 3px double #d5d5d5;
    border-radius: 2px;
}

.icon-boxline {
    float: left;
    width: 33.333333%;
    position: relative;
    margin: 0 -1px;
    padding: 30px 30px 10px 85px;
    border-left: 1px solid #d5d5d5;
}

    .icon-boxline .fa {
        position: absolute;
        top: 30px;
        left: 30px;
    }

.absolute-left,
.absolute-right {
    position: relative;
    padding-left: 45px;
}

    .absolute-left p,
    .absolute-right p {
        margin-bottom: 10px;
    }

    .absolute-left .fa {
        position: absolute;
        top: 5px;
        left: 0;
        margin: 0;
        padding: 0;
    }

.absolute-right {
    padding-left: 0;
    padding-right: 45px;
    text-align: right;
}

    .absolute-right .fa {
        position: absolute;
        top: 5px;
        right: 0;
        margin: 0;
        padding: 0;
    }

.icon-box {
    position: relative;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 10px;
    overflow: hidden;
    border-radius: 2px;
}

    .icon-box .icon-bg {
        position: absolute;
        font-size: 280px;
        line-height: 120px;
        top: 50%;
        right: -20%;
    }

.icon-box-contain {
    position: relative;
    padding: 30px 20px 15px 20px;
    border: 1px solid transparent;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .icon-box-contain .fa {
        margin-bottom: 0;
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        transition-property: transform;
        overflow: hidden;
    }

    .icon-box-contain:hover .fa {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

.box-default {
    background: #fefefe;
    border: 1px solid #eeeeee;
}

    .box-default .icon-bg {
        color: rgba(41, 41, 41, 0.1);
    }

.box-primary .icon-bg {
    color: rgba(255, 255, 255, 0.15);
}

.box-image .icon-bg {
    color: rgba(255, 255, 255, 0.1);
}

.icon-top {
    background: #fefefe;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    padding: 10px;
    margin-top: 40px;
    overflow: visible;
}

    .icon-top .icon-box-contain {
        border: 1px solid #eeeeee;
        background: #fff;
        padding: 55px 20px 10px 20px;
    }

    .icon-top .fa {
        position: absolute;
        width: 80px;
        height: 80px;
        text-align: center;
        font-size: 32px;
        line-height: 50px;
        color: #292929;
        background: #ebebeb;
        border-radius: 50%;
        top: -40px;
        left: 50%;
        padding-top: 15px;
        margin-left: -40px;
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        transition-property: transform;
    }

    .icon-top .fa-primary {
        color: #fff;
    }

    .icon-top:hover .fa {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

.parallax-container .box-default {
    background: rgba(255, 255, 255, 0.9);
    color: #616161;
    border: none;
}

    .parallax-container .box-default h1,
    .parallax-container .box-default h2,
    .parallax-container .box-default h3,
    .parallax-container .box-default h4,
    .parallax-container .box-default h5,
    .parallax-container .box-default h6 {
        color: #2b2b2b;
    }

.box-primary {
    color: #fff;
}

.box-image {
    background: #242424;
    color: #fff;
}

.box-default .icon-box-contain {
    border-color: #eeeeee;
    background: rgba(255, 255, 255, 0.6);
}

.box-default:hover .icon-box-contain {
    border-color: #929292;
}

.box-primary .icon-box-contain {
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.1);
}

.box-primary:hover .icon-box-contain {
    border-color: rgba(255, 255, 255, 0.8);
}

.box-image .icon-box-contain {
    position: relative;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    z-index: 4;
}

.box-image:hover .icon-box-contain {
    border-color: rgba(255, 255, 255, 0.6);
}

.box-image .box-background {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

    .box-image .box-background img {
        display: block;
        width: 100%;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

.box-default .icon-box-contain i {
    color: #2b2b2b;
}

.icon-column-wrapp {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.icon-column {
    float: left;
    width: 33.33333333%;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 20px;
    margin: 0;
}

    .icon-column .fa {
        margin-bottom: 10px;
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        transition-property: transform;
    }

    .icon-column .icon-bg {
        position: absolute;
        font-size: 280px;
        line-height: 120px;
        bottom: 0;
        right: -40px;
        color: rgba(255, 255, 255, 0.45);
    }

    .icon-column.box-default,
    .icon-column.box-primary {
        background: #2b2b2b;
        border: none;
        color: #b2b2b2;
    }

    .icon-column.box-primary {
        color: #fff;
    }

    .icon-column.box-gray {
        background: #d6d6d6;
    }

    .icon-column.box-default .fa,
    .icon-column.box-primary .fa {
        color: #fff;
    }

    .icon-column.box-gray .fa {
        color: #2b2b2b;
    }

    .icon-column.box-default .icon-bg {
        color: rgba(255, 255, 255, 0.1);
    }

    .icon-column.box-primary .icon-bg {
        color: rgba(255, 255, 255, 0.3);
    }

    .icon-column.box-gray .icon-bg {
        color: rgba(255, 255, 255, 0.4);
    }

.icon-column-contain {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    padding: 40px 30px 20px 30px;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.icon-column:hover .icon-column-contain .fa {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.icon-column:hover .icon-column-contain {
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.icon-column.box-primary .icon-column-contain {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.icon-column.box-primary:hover .icon-column-contain {
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.icon-column.box-gray .icon-column-contain {
    border: 1px solid rgba(0, 0, 0, 0.0991);
    background: rgba(0, 0, 0, 0.0991);
}

.icon-column:hover.box-gray .icon-column-contain {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

/*
Footer
=========================== */
footer {
    float: left;
    width: 100%;
    background: #222222;
    color: #bababa;
}

    footer .widget {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }

    footer .recent-post li {
        position: relative;
        border-color: #454545;
        padding: 0 0 10px 50px;
    }

        footer .recent-post li a {
            color: #bababa;
        }

    footer .recent-post-date {
        position: absolute;
        width: 35px;
        height: auto;
        border: 1px solid #bababa;
        text-align: center;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 11px;
        padding: 8px;
        border-radius: 2px;
        left: 0;
        top: 5px;
    }

        footer .recent-post-date strong {
            font-size: 14px;
            line-height: 14px;
        }

.social-network {
    display: block;
    width: 100%;
}

    .social-network .icon-square {
        background: #464646;
        color: #bababa;
    }

.photostream {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .photostream li {
        float: left;
        width: 45px;
        list-style: none;
        margin: 0 5px 5px 0;
        padding: 0;
    }

        .photostream li a:hover {
            opacity: 0.7;
        }

.subfooter {
    float: left;
    width: 100%;
    background: #1a1a1a;
    text-align: center;
    margin-top: 20px;
    padding: 30px 0 10px 0;
    color: #898989;
}

/*
Twitter Feed
=========================== */
#tweecool ul {
    margin: 0;
    padding: 0;
}

    #tweecool ul > li {
        background: url(../img/twitter.png) no-repeat 0 10px;
        display: none;
        list-style: none;
        -webkit-backface-visibility: hidden;
        margin: 0 0 -10px 0;
        padding: 0 0 0 40px;
        min-height: 35px;
    }

/*
Back to top
=========================== */
.toTop {
    display: none;
    text-decoration: none;
    z-index: 600;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    border: none;
    text-align: center;
    background-color: rgba(33, 33, 33, 0.6);
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    padding-top: 8px;
}

    .toTop:hover,
    .toTop:focus {
        color: #fff;
    }

/*
Clear spacer
=========================== */
.margin-clear {
    margin: 0;
}

.padding-clear {
    padding: 0;
}

.margintop-clear {
    margin-top: 0;
}

.paddingtop-clear {
    padding-top: 0;
}

.marginbot-clear {
    margin-bottom: 0;
}

.paddingbot-clear {
    padding-bottom: 0;
}

.marginleft-clear {
    margin-left: 0;
}

.paddingleft-clear {
    padding-left: 0;
}

.marginright-clear {
    margin-right: 0;
}

.paddingright-clear {
    padding-right: 0;
}

.padding-top40 {
    padding-top: 40px;
}

.padding-topt60 {
    padding-top: 60px;
}

.padding-bot20 {
    padding-bottom: 20px;
}

.padding-bot30 {
    padding-bottom: 30px;
}

.padding-bot40 {
    padding-bottom: 40px;
}

.padding-bot50 {
    padding-bottom: 50px;
}

.padding-bot60 {
    padding-bottom: 60px;
}

.padding-bot70 {
    padding-bottom: 70px;
}

.margin-mintop10 {
    margin-top: -10px;
}

.margin-mintop20 {
    margin-top: -20px;
}

.margin-mintop30 {
    margin-top: -30px;
}

.margin-mintop60 {
    margin-top: -60px;
}

.margin-mintop85 {
    margin-top: -85px;
}

.margin-mintop100 {
    margin-top: -100px;
}

.margin-mintop210 {
    margin-top: -210px;
}

.margin-minbot10 {
    margin-bottom: -10px;
}

.margin-minbot20 {
    margin-bottom: -20px;
}

.margin-minbot30 {
    margin-bottom: -30px;
}

.margin-minbot60 {
    margin-bottom: -60px;
}

/*
Custom left right spacer
=========================== */
.margin-left10 {
    margin-left: 10px;
}

.margin-right10 {
    margin-right: 10px;
}

.margin-left20 {
    margin-left: 20px;
}

.margin-right20 {
    margin-right: 20px;
}

/*
Custom top spacer
=========================== */
.margintop5 {
    margin-top: 5px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop15 {
    margin-top: 15px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop25 {
    margin-top: 25px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop35 {
    margin-top: 35px;
}

.margintop40 {
    margin-top: 40px;
}

.margintop45 {
    margin-top: 45px;
}

.margintop50 {
    margin-top: 50px;
}

.margintop55 {
    margin-top: 55px;
}

.margintop60 {
    margin-top: 60px;
}

.margintop80 {
    margin-top: 80px;
}

/*
Custom bottom spacer
=========================== */
.marginbot5 {
    margin-bottom: 5px;
}

.marginbot10 {
    margin-bottom: 10px;
}

.marginbot15 {
    margin-bottom: 15px;
}

.marginbot20 {
    margin-bottom: 20px;
}

.marginbot25 {
    margin-bottom: 25px;
}

.marginbot30 {
    margin-bottom: 30px;
}

.marginbot35 {
    margin-bottom: 35px;
}

.marginbot40 {
    margin-bottom: 40px;
}

.marginbot45 {
    margin-bottom: 45px;
}

.marginbot50 {
    margin-bottom: 50px;
}

.marginbot55 {
    margin-bottom: 55px;
}

.marginbot60 {
    margin-bottom: 60px;
}

.marginbot80 {
    margin-bottom: 80px;
}

/*
Responsive
=========================== */
@media(max-width:1024px) {
    .product-footer {
        min-height: 70px;
    }

    .wrap-photocontent,
    .wrap-photo {
        height: auto !important;
    }

    .photo-content,
    .photo-slide {
        float: none;
        display: block;
    }

    .photo-slide {
        width: 100%;
    }

    .photo-content {
        width: 100%;
    }

    .home-photography {
        padding: 150px 50px;
    }
}

@media(max-width:992px) {
    .cart-dropdown {
        margin-top: 23px;
    }

    .search-wrapper input.form-search {
        height: 77px;
    }

    .pull-right,
    .pull-left {
        display: block;
        width: 100% !important;
    }

    .half-container {
        background: none;
        background: #f3f3f3;
    }

    .img-wrapper img {
        margin-bottom: -1px;
    }

    .containt-caption {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
        left: 0;
        top: 0;
        -moz-box-shadow: 0px 0px 0px;
        -webkit-box-shadow: 0px 0px 0px;
        -o-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px !important;
        border: solid 1px #efefef;
    }

    .icon-column-wrapp {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container .icon-column-wrapp {
        padding-left: 0;
        padding-right: 0;
    }

    .icon-column {
        float: none;
        width: 100%;
        display: block;
    }

    .list-map {
        display: block;
        height: auto;
        margin-top: 0;
        background: #fff;
        padding: 25px 0 0 0;
    }

    .feature-contruction,
    .feature-medical {
        margin-top: 0;
    }

    .home-app .wrap-slider {
        margin-bottom: 0;
    }

    .home-app .content-home .title {
        font-size: 48px;
        line-height: 60px;
    }

    .btn-app a {
        display: block;
        margin-bottom: 5px;
    }

    .form-index {
        margin-top: -51px;
    }

        .form-index .nav-tabs > li > a {
            padding: 15px 20px;
        }

            .form-index .nav-tabs > li > a > .fa {
                display: none;
            }

    .full .widget {
        display: block;
    }

        .full .widget .cat,
        .full .widget .recent-widget {
            margin-bottom: 10px;
            position: relative;
            z-index: 3;
        }

    .grid-item .half-column {
        display: block;
        width: 100%;
    }

    .product-footer {
        min-height: 10px;
    }

    .parallax.bg1 {
        background: #0b0a08;
    }
}

@media(max-width:767px) {
    .column-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .icon-boxline {
        float: none;
        width: 100%;
        display: block;
    }

    .icon-boxline {
        border-bottom: solid 1px #d5d5d5 !important;
    }

    ol.process-line > li:after,
    ol.process-line > li:before {
        display: none;
    }

    .contain-wrapp.feature-restaurant {
        margin-top: 0 !important;
        padding-top: 0;
    }

    .styled-table.restaurant {
        margin-bottom: 30px;
    }

    .wrap-slider img.img-wrapslide,
    .home-app .wrap-slider {
        width: 250px !important;
    }

    .home-app .slider-app {
        width: 173px;
        height: 308px;
        top: 67px;
        left: 37px;
    }

        .home-app .slider-app img {
            height: 308px;
        }

    .contain-wrapp.home-app {
        padding-bottom: 60px;
    }

    .filter-attributes .form-group {
        padding: 0 20px;
    }

    .styled-table.mobile-responsive thead {
        display: none;
    }

    .styled-table.mobile-responsive tbody {
        width: 100%;
    }

        .styled-table.mobile-responsive tbody tr {
            overflow: hidden;
            height: auto;
            width: 100%;
            border: 1px solid #e3e3e3;
        }

            .styled-table.mobile-responsive tbody tr td {
                display: block;
                text-align: left;
                padding-left: calc(50% + 10px);
                position: relative;
                overflow: hidden;
                height: auto;
                border-bottom: 1px solid #f0f0f0;
            }

                .styled-table.mobile-responsive tbody tr td:first-child {
                    padding: 10px;
                    padding-left: calc(50% + 10px);
                }

                .styled-table.mobile-responsive tbody tr td.text-right {
                    text-align: left;
                }

                .styled-table.mobile-responsive tbody tr td:before {
                    content: attr(data-title);
                    display: block;
                    font-weight: bold;
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    padding: 10px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    width: 50%;
                    height: 100%;
                    background-color: #fdfdfd;
                }

    .form-index {
        margin-top: -41px;
    }

        .form-index .nav-tabs > li > a {
            padding: 10px 15px;
        }

    .toTop {
        bottom: 15px;
        right: 15px;
    }

    .form-locations {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        background: #f3f3f3;
    }

    .bg-slideestate {
        position: relative !important;
        height: 250px;
    }

    .gallery-photo {
        padding: 15px;
    }

    .home-photography {
        padding: 100px 30px;
    }

    .flexslider-photo ul.slides li {
        height: 70px;
    }

    .home-photography .text {
        font-size: 36px;
        line-height: 36px;
    }

    .top-container .top-column-left {
        display: none;
    }

    .top-container .top-column-right {
        padding-right: 15px;
    }

    .parallax.bg1 {
        background: #0b0a08;
    }

    .feature-Construction {
        margin-top: -40px !important;
    }
}

/*
Demos
=========================== */
.demo-introduce {
    position: relative;
    padding: 280px 0 80px 0;
    margin: 0 auto;
    overflow-y: visible;
    width: 100%;
    z-index: 3;
    font-size: 32px;
    line-height: 32px;
    color: #292929;
    background: url(../img/demos/demo-heading.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
}

    .demo-introduce h2 {
        font-size: 72px;
        line-height: 72px;
    }

.demo-images {
    float: left;
    width: 100%;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
}

    .demo-images p {
        margin-bottom: 25px;
    }

    .demo-images .img-containt {
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.demo-panel {
    background: #f6f6f6;
    width: 360px;
    display: none;
    height: 100%;
    left: 0;
    padding: 40px 0;
    top: 0;
    position: fixed;
    _position: absolute;
    z-index: 9999;
    border-left: none;
}

a.openpanel {
    _background-image: none;
    padding: 10px;
    border-left: none;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: block;
    left: 0;
    text-align: center;
    font-size: 24px;
    top: 165px;
    z-index: 99999;
    position: fixed;
    _position: absolute;
    border-left: none;
}

a.openpanel {
    text-decoration: none;
}

a.active.openpanel {
    border-left: none;
    _position: absolute;
    left: 360px;
}

a.openpanel:hover,
a.openpanel:focus,
a.openpanel:active {
    outline: none;
    color: #fff;
}

.demo-col {
    float: left;
    width: 100%;
    padding: 0 30px;
    margin-bottom: 20px;
}

    .demo-col h6 {
        margin-bottom: 15px;
    }

.stylechanger {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .stylechanger li {
        float: left;
        width: 25%;
        list-style: none;
        margin: 0 0 15px 0;
        padding: 0 10px 0 0;
        text-align: center;
    }

        .stylechanger li a {
            display: block;
            width: 100%;
            height: 50px;
            margin-bottom: 5px;
            border-radius: 2px;
            border: 5px solid #fcfcfc;
        }

            .stylechanger li a:hover,
            .stylechanger li a:focus,
            .stylechanger li a:active {
                border: 5px solid #aeaeae;
            }

#color1 {
    background-color: #f43438;
}

#color2 {
    background-color: #49cdee;
}

#color3 {
    background-color: #5fc87a;
}

#color4 {
    background-color: #f4a534;
}

#color5 {
    background-color: #f47334;
}

#color6 {
    background-color: #a063a9;
}

#color7 {
    background-color: #d75c90;
}

#color8 {
    background-color: #ca8a6b;
}

.Content {
    text-align: justify;
    line-height:20px;
    padding:10px;
}

.ContentUl {
    line-height:20px;
    padding: 20px 20px 20px;   
}

    .ContentUl li::before {
        content: url('../images/bullet_right.png');
        /*content:'\e805';*/
    }
.ContentNumericUl {
	padding: 0px 20px;
    list-style-type: decimal;
    margin-left:20px;
    line-height:20px;
}
.ContentNumericUl li::before {
        content: none;        
        /*content:'\e805';*/
    }
   

/*Tab bar in pages*/

.faq-cat-content {
    margin-top: 25px;
}

.faq-cat-tabs li a {
    padding: 15px 10px 15px 10px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #777777;
}

.nav-tabs li a:focus,
.panel-heading a:focus {
    outline: none;
}

.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus {
    text-decoration: none;
    color: #777777;
}

.faq-cat-content .panel-heading:hover {
    background-color: #efefef;
}

.active-faq {
    border-left: 5px solid #888888;
}

.panel-faq .panel-heading .panel-title span {
    font-size: 13px;
    font-weight: normal;
}

.social-contact {
    padding-top: 2px;
    margin-left: 2px;
}

    .social-contact li i:hover {
        color: white;
        border: 1px solid white;
    }

    .social-contact li i {
        color: #0683c6;
        width: 30px;
        height: 30px;
        padding: 5px 0px 5px 0px;
        border: 1px solid;
        border-radius: 2px;
        line-height: 18px;
        text-align: center;
    }

/*.footer_bottom p a{
   text-decoration:none;
}*/
.footer_bottom p a :hover {
    text-decoration: underline;
    cursor: pointer;
}

.panel-Heading1 {
    background-color: #0683c6 !important;
}

.panel-Heading2 {
    color: white !important;
}

.MenuHead {
    background-color: #0683c6 !important;
    width: 100%;
}

.leftMainNav {
    padding-right: 10px;
}



.menuDiv {
    display: none;
    z-index:99999;
}

@media (min-width:1280px) {
    .menuDiv {
        margin: 0;
        padding: 0;
        height: 100px;
        display: block;
        background-color: #0683c6;
        box-shadow: 0 7px 16px rgba(0,0,0,0.4);
        z-index: 1000;
    }



    .menuBlank {
        margin: 0;
        padding: 0;
        height: 120px;
        width: 100%;
    }


    .menuNavBar {
        margin: 15px;
    }

    .menuLogo img {
        width: 100px;
    }


    .menuNav {
        margin: 0;
        /*margin-left: -80px;*/
        margin-top: 25px;
        padding: 0;
    }

        .menuNav ul.nav > li > a {
            font-size: 1.2em;
            margin-left: 6px;
        }

    .menuSearch {
        margin-top: 10px;
        margin-right: 5px;
    }

    .menuLogo > img {
        height: 100%;
        min-height: 100px;
        min-width: 360px;
        margin-left: 25px;
        width: 360px;
    }

    .nav {
        margin-left: -30px;
    }

        .nav > li > a {
            padding: 15px 10px;
        }

    nav.navbar li.dropdown ul.dropdown-menu {
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
    }
}

.CarouselDown {
    background-color: #0683c6;
    /*height: 47px;*/
    margin: 0;
    padding: 0;
}

    .CarouselDown div {
        margin: 0;
        padding: 0;
    }

    .CarouselDown p {
        list-style: none;
        text-decoration: none;
        line-height: 47px;
        height: 47px;
        width: auto;
        color: white;
        text-align: center;
        font-size: 17px;
        display: block;
        margin: 0;
        border-right: solid;
        border-right-color: white;
        border-right-width: 2px;
        -webkit-border-right: solid;
        -webkit-border-right-color: white;
        -webkit-border-right-width: 2px;
        -moz-border-right: solid;
        -moz-border-right-color: white;
        -moz-border-right-width: 2px;
        -ms-border-right: solid;
        -ms-border-right-color: white;
        -ms-border-right-width: 2px;
        -o-border-right: solid;
        -o-border-right-color: white;
        -o-border-right-width: 2px;
    }

.Supply p {
    border-right: none;
    -webkit-border-right: none;
    -moz-border-right: none;
    -ms-border-right: none;
    -o-border-right: none;
}

.CarouselDown p a {
    list-style: none;
    color: white;
    text-align: center;
    text-decoration: none;
}

.CarouselDown p:hover {
    background-color: white;
    color: #0683c6;
    border-bottom: solid;
    border-bottom-color: #0683c6;
    border-bottom-width: 2px;
    -webkit-bottom: solid;
    -webkit-border-color: #0683c6;
    -webkit-border-width: 2px;
    -moz-border-bottom: solid;
    -moz-border-bottom-color: #0683c6;
    -moz-border-bottom-width: 2px;
    -ms-border-bottom: solid;
    -ms-border-bottom-color: #0683c6;
    -ms-border-bottom-width: 2px;
    -o-border-bottom: solid;
    -o-border-bottom-color: #0683c6;
    -o-border-bottom-width: 2px;
}

    .CarouselDown p:hover > a {
        /*background-color: white;*/
        color: #0683c6;
    }

.carousel-caption {
    /* margin: 0; */
    /* right: 0; */
    /* left: 0px; */
    /* position: relative; */
    /* top: 140px; */
    /* bottom: 0; */
    /* margin-left: -220px; */
    /* padding-right: 200px; */
	
	margin: 0;
    right: 0;
    top: 140px;
    bottom: 0;    
    padding-right: 201px;
    z-index: 15;
    float: right;
    position: absolute;
    left: 49%;
}

    .carousel-caption h2 {
        font-size: 1.3em;
    }

    .carousel-caption p {
        width: 280%;
        position: relative;
    }

        .carousel-caption p a {
            background-color: #0683c6;
        }

            .carousel-caption p a:hover {
                background-color: midnightblue;
            }


.overlay-slide:after {
    /*background-image: url(../images/fancybox_overlay.png);*/
    /*background-color: navy;*/
    opacity: 0.1;
    position: absolute;
    content: "";
    z-index: 3;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
 
}

.LeftNav {
    z-index: 0 !important;
}

.Nav-Flow-line {
    border-bottom: solid;
    border-bottom-color: darkgray;
    border-bottom-width: 1px;
    -webkit-bottom: solid;
    -webkit-border-color: darkgray;
    -webkit-border-width: 1px;
    -moz-border-bottom: solid;
    -moz-border-bottom-color: darkgray;
    -moz-border-bottom-width: 1px;
    -ms-border-bottom: solid;
    -ms-border-bottom-color: darkgray;
    -ms-border-bottom-width: 1px;
    -o-border-bottom: solid;
    -o-border-bottom-color: darkgray;
    -o-border-bottom-width: 1px;
    text-decoration: none;
    line-height: 47px;
    height: 47px;
    width: 97%;
    color: white;
    margin-left: 10px;
    font-size: 14px;
    cursor: pointer;
    cursor: hand;
}

    .Nav-Flow-line a:hover {
        color: #CF4D00;
    }

.Nav-Flow-line-Sub {
    text-decoration: none !important;
    color: black !important;
}

.BtnReadmore {
    background: #0683c6;
}


    .BtnReadmore:hover {
        background-color: #4e8ea5 !important;
    }

.Heading {
    font-size: 2.8em !important;
   
    width: 300%;
    padding: 0;
    margin: 0;
    text-align: left;
    color:#fff;
    font-family:'ImageHeadFont' !important;/* font-weight: 800;*/
}

.subHeading {
    font-size: 1.6em !important;
    font-weight: 300;
    line-height: 30px;
    width: 280%;
    padding: 0;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 10px;
    text-align:Justify;
    color:#fff;
    margin-left: 0;
    font-family: 'ImageSubHeadFont' !important;/*font-weight: 600; ,"Segoe UI Black", Arial, Verdana, Tahoma*/
}



.HeadingRed {
    font-size: 3.5em !important;
    font-weight: 600 !important;
    color: orangered !important;
}

.subHeadingYellow {
    font-size: 2.2em !important;
    font-weight: 400;
    margin-bottom: 20px;
    color: yellow !important;
    line-height: 30px;
}


.Footer-Address {
    margin-top: 20px;
    min-height: 260px;
}

    .Footer-Address h4 {
        text-align: center;
        border: 2px solid #d5d5d5;
        background-color: #e4e4e4;
        color: black !important;
    }

    .Footer-Address p {
        text-align: center;
        color: black !important;
    }

.info-block p {
    font-size: 13px;
}

.form-horizontal-modified .control-label {
    text-align: left !important;
    font-size: 14px !important;
}

.form-input {
    max-width: 350px;
}

.form-horizontal-modified {
    margin: 20px;
}



/*footer*/



.content_block:after, .footer footer:after, .wraper:after, .features3_block:after, .most_popular:after, .features4_block:after, .flyout_area dd:after, .accordions dd:after, .intro_text:after, .features6_block ul:after, .why_choose_explore:after, .intro_text .intro_slider li:after, .process ul:after, .team_option ul:after, .services_option:after, .tab_select:after, .c_after:after, .blog_entries .post_medium:after, .leave_comment:after, .controls:after, .pricing_option:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.content-CopyRight {
    font-size: 14px;
    color: #0683c6;
    padding: 0px;
    margin:0;
    border:0;
}

    .content-CopyRight a:hover {
        text-decoration: underline;
        color: #0683c6;
    }

    .content-CopyRight a:visited {
        color: #0683c6;
    }


.copyright {
    border-top: 1px solid #e7e6e6;
    padding-top: 10px;
    padding-bottom: 10px;
}


    .copyright div {
        font-size: 14px;
        color: #0683c6;
    }

        .copyright div p {
            float: left;
            border-right: solid 2px #0683c6;
            padding-right: 10px;
            padding-left: 10px;
        }

            .copyright div p > a {
                color: #0683c6;
            }

                .copyright div p > a:hover {
                    text-decoration: underline;
                    color: #0683c6;
                }

                .copyright div p > a:visited {
                    text-decoration: underline;
                    color: #0683c6;
                }




.social {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    background: #0683c6;
}


.social_block {
    position: relative;
    min-height: 44px;
    max-height: 44px;
    border-bottom: 1px solid #fff;
    background: #0683c6;
}

    .social_block:after {
        content: '';
        display: block;
        width: 100%;
        height: 44px;
        max-height: 44px;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images/social_bg.png) center top no-repeat;
    }

    .social_block:before {
        content: '';
        display: block;
        width: 100%;
        height: 44px;
        position: absolute;
        top: 0;
        left: 0;
        /*background: url(../images/social_shadow.png) center top no-repeat;*/
    }

    .social_block .wraper {
        z-index: 2;
        width: 71.2%;
        margin: 0 auto;
        position: relative;
        max-height: 44px;
    }

    .social_block p {
        color: #fff;
        line-height: 44px;
        padding-left: 0;
    }

        .social_block p:after {
            content: '';
            padding-right: 12px;
            background: url(../images/sprite.png) 6px -10px no-repeat;
        }

    .social_block ul {
        position: absolute;
        top: 0;
        right: 5px;
    }

        .social_block ul li {
            float: left;
            min-height: 44px;
            font: bold 14px/44px "Trebuchet MS", Arial, Verdana, Tahoma;
        }

            .social_block ul li a, .social_block ul li a:visited {
                color: #fff;
                display: block;
                float: left;
                position: relative;
                padding: 0 16px 0 46px;
            }

                .social_block ul li a:before {
                    content: '';
                    background: url(../images/sprite.png) 0 -31px no-repeat;
                    z-index: 2;
                    position: absolute;
                    top: 8px;
                    left: 16px;
                    display: block;
                    width: 22px;
                    height: 26px;
                }

            .social_block ul li.facebook a:before {
                background-position: 0 -31px;
            }

            .social_block ul li.twitter a:before {
                background-position: -36px -31px;
            }

            .social_block ul li.linkedin a:before {
                background-position: -73px -31px;
            }

            .social_block ul li.rss a:before {
                background-position: -110px -31px;
            }

            .social_block ul li.dribbble a:before {
                background-position: -147px -31px;
            }

            .social_block ul li.google a:before {
                background-position: -184px -31px;
            }

            .social_block ul li a:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                height: 44px;
                width: 100%;
                background: url(../images/white_dot.png);
            }

            .social_block ul li:hover a:after {
                display: none;
            }





.single-wc-img {
    height: 128px;
}

.sliderCommonText {
    position: absolute;
    z-index: 15;
    top: 10%;
    margin-left: -100px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

    .sliderCommonText > span {
        font-size: 2em;
	font-family:'ImageSubHeadFont' !important;
	line-height:120%;
    }

    .sliderCommonText > p {
        font-size: 3em;
        font-weight: 900;
        margin-left: 220px;
		line-height:120%;
        font-family: 'ImageHeadFont' !important;/*,"Segoe UI Black", Arial, Verdana, Tahoma;*/
    }


.sliderCommonTextBlue {
    position: absolute;
    z-index: 15;
    top: 4%;
    margin-left: -120px;
    color: darkslateblue;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

    .sliderCommonTextBlue > span {
        font-size: 2em;
    }

    .sliderCommonTextBlue > p {
        font-size: 3em;
        font-weight: 900;
        margin-left: 220px;
        font-family: "Segoe UI Black", Arial, Verdana, Tahoma;
    }


.sliderCommonTextRight {
    position: absolute;
    z-index: 15;
    top: 4%;
    left: 60%;
    margin-left: -100px;
    color: darkslateblue;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

    .sliderCommonTextRight > span {
        font-size: 2em;
    }

    .sliderCommonTextRight > p {
        font-size: 3em;
        font-weight: 900;
        margin-left: 220px;
        font-family: "Segoe UI Black", Arial, Verdana, Tahoma;
    }

.overlay-slide {
    /*background-color: #cce6ff;*/
}

    .overlay-slide img {
       
        border: none;
        /* margin: 30px; */
    }


@media(max-width:1000px ) {
    .overlay-slide img {
        /* max-width: 65%; */
        /* border: none; */
        /* margin: 30px; */
    }



    .carousel-caption {
        margin: 0;
        left: 58%;
        top: 18%;
       
        /* margin-top: -400px; */
        padding-right: 200px;
       
        width: 40%;
    }

      .carousel-caption p {
        /* width: 180%; */
		width:150%;
        position: relative;
        
    }

    .Heading {
        font-size: 2.8em !important;
        font-weight: 800;
        color: White !important;
        width: 160%;
        padding: 0;
        margin: 0;
        text-align: left;
    }

    .subHeading {
        font-size: 1.7em !important;
        font-weight: 600;
        color: White !important;
        line-height: 30px;
        width: 160%;
        padding: 0;
        margin: 0;
        margin-top: 25px;
        margin-bottom: 10px;
        text-align: justify;
        /*text-shadow: none;*/
    }

    .menuDiv {
        box-shadow: 0 7px 16px rgba(0,0,0,0.4);
        z-index: 1000;
    }

    .social_block p {
        visibility: hidden;
    }

    .social_block .wraper {
        z-index: 2;
        width: 100%;
        margin: 0;
        max-height: 44px;
    }

        .social_block .wraper ul {
            width: 96%;
        }
}
.Maesteric{
    color:red;
    font-size:large;
    float:left; 
    margin-left:10px;
}
.ValidateControl{
    float:left;
}
#uploaded_file{
    width:57%;
}
.BoldText{
    font-weight: 600;
}

.ItalicText{
    font-style:italic;
    color:black;
    /*font-size:17px;*/
    font-weight:600;
}
.inputControl{
    width:97%;
    float:left;
}
#Company{
    margin-bottom: 24px;
}
#EnquiryType{
     margin-bottom: 24px;
}