/**
 * Description: Doux Layout Styles.
 * Version: 1.0.0
 * Last update: 01/01/2016
 * Author: Habaza <support@fobles.com>
 *
 ============================================================================
 * Table of Content:
 ============================================================================
 *  0. CSS Reset
 *  1. Main Styles
 *      - 1.1. Loading Animation
 *      - 1.2. Magnific Popup
 *  2. Header
 *      - 2.1. Logo
 *      - 2.2. Main Menu
 *      - 2.3. Navigation
 *      - 2.4. Main Menu (Layout 2)
 *      - 2.5. Social Icons
 *  3.Slider
 *      - 3.1. Revolution Slider Customization
 *  4.About Us Section
 *      - 4.1. About Us Section (Layout 2)
 *  5.Meet Our Team Section
 *      - 5.1. Our Team (Layout 2)
 *  6.Our Services Section
 *      - 6.1. Our Services (Layout 2)
 *  7.Our Portfolio Section
 *      - 7.1. Portfolio (Layout 2)
 *  8.Video Background Section
 *  9.Pricing Tables Section
 *      - 9.1. Pricing (Layout 2)
 *  10.Latest News Section
 *      - 10.1. Latest News (Layout 2)
 *  11.Clients & Testmonials Section
 *  12.Footer Section
 *  13.Blog Style
 *      - 13.1. Blog Single
 *      - 13.2. Sidebar
 *  14.Responsive Styles
 *      - 14.1. Extra small devices (phones, up to 319px)
 *      - 14.2. Extra small devices (phones, from 320px up to 479px)
 *      - 14.3. Small devices (phones, from 480px up to 767px)
 *      - 14.4. Small devices (tablets, from 768px up to 991px)
 *      - 14.5. Medium devices (tablets/desktops, from 992px up to 1199px)
 *      - 14.6. Large devices (tablets/desktops, from 1200px up to 1599px)
 *      - 14.7. Large devices (tablets/desktops, from 1600px and up)

 ============================================================================
 */


/* ==========================================================================
   0. CSS Reset
   ========================================================================== */

@import url(reset.css);

/* ==========================================================================
   1. Main Styles
   ========================================================================== */

body {
    font-family: 'Montserrat', sans-serif!important;
    /* display: block; */
    /* overflow-x: hidden; */
}

p {
    font-family: "Ubuntu", sans-serif;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 20px;
}
p a {
    font-family: 'Montserrat', sans-serif;
}

a,
a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}
.morphext > .animated {
    display: inline-block;
}

a.action-btn {
    padding: 10px 25px;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
}

a.action-btn2 {
    padding: 13px 20px;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
}

a.reverse-btn {
    padding: 20px 10px;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
}

a.reverse-btn span {
    padding: 10px 30px;
}

a.gold-btn, button.gold-btn {
    padding: 16px 30px;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    border: 0;
    outline: none;
}

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

.section.background-image1 {
    background-image: url(../images/bg/bg-1.jpg);
}

.section.background-image2 {
    background-image: url(../images/bg/bg-2.jpg);
}

.section.background-image3 {
    background-image: url(../images/bg/bg-3.jpg);
}

.section.background-image4 {
    background-image: url(../images/bg/bg-4.jpg);
}

.no-ver-padding {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.no-hor-padding {
    padding-right: 0;
    padding-left: 0;
}

.no-left-padding {
    padding-left: 0;
}

.no-right-padding {
    padding-right: 0;
}

.no-top-padding {
    padding-top: 0;
}

.no-bottom-padding {
    padding-bottom: 0;
}

.inner-wrapper {
    padding-top: 100px;
    padding-bottom: 60px;
}

.section .title {
    padding-bottom: 60px;
}

.section .title h1 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0;
}

.section .title h4 {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
}

.section .title .doux-icon-divider {
    margin: 20px 0;
}

.page-title {
    padding: 200px 0 60px;
    min-height: 400px;
    margin-bottom: 40px;
}

.page-title h1 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0;
}

.page-title .doux-icon-divider {
    margin: 20px 0;
}

.page-title h4 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 6px;
}

#PageContent {
    padding-top: 60px;
}

.extra-padding {
    padding-right: 100px;
    padding-left: 100px;
}

#mainWrapper {
    margin: auto;
    position: relative;
    opacity: 0;
    visibility: hidden;
    height: 0 !important;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

#mainWrapper.loaded {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* - 1.1. Loading Animation
   ========================================================================== */
.loading-container {
    text-align: center;
    position: fixed;
    height: 100%;
    width: 100%;
    display: inline-block;
    z-index: 100000;
    top: 0;
}

.loading-container.loaded {
    opacity: 0;
    visibility: hidden;
}

.spinner {
    width: 60px;
    height: 60px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* - 1.2. Magnific Popup
   ========================================================================== */

.mfp-preloader { 
    
}

.mfp-bg {
    opacity: 0.95;
}

.mfp-close {
    opacity: 1;
    filter: alpha(opacity=1);
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    width: auto;
    cursor: pointer !important;
    margin-right: 3px;
}

.mfp-figure:after {
    background: transparent;
}

.mfp-figure.hastitle:after {
    background: transparent;
    top: 40px;
    bottom: 310px;
}

.mfp-figure.hastitle img.mfp-img {
    padding: 40px 0 310px;
}

.mfp-figure.hastitle .mfp-bottom-bar {
    margin-top: -310px;
}

.mfp-figure.hastitle .mfp-title {
    margin-top: 30px;
    padding-right: 0;
}

.mfp-title span.p-title {
    display: inline-block;
    font-size: 22px;
    padding: 20px;
}

.mfp-title span.p-category {
    font-size: 14px;
    font-family: 'Ubuntu';
    padding: 20px;
    display: inline-block;
}

.mfp-title p.p-text {
    padding: 40px 20px;
}

.mfp-title a.p-external {
    position: absolute;
    right: 25px;
    top: 45px;
    font-size: 12px;
    text-transform: uppercase;
}

.mfp-title a.p-external i {
    margin-right: 2px;
}

.project-data {
    display: none;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.95;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

button.mfp-arrow {
    top: 40%;
    width: 50px;
    height: 50px;
    opacity: 1;
    margin-top: -55px;
}

button.mfp-arrow:after {
    font-family: "FontAwesome";
    border: 0;
    margin: 0px auto;
    font-size: 22px;
    position: relative;
    left: 50%;
    top: 0;
    transform: translate(-50%, 10px);
    text-align: center;
    display: block;
    width: 50px;
    height: 50px;
}

button.mfp-arrow:before {
    display: none;
}

button.mfp-arrow-right {
    right: -25px;
}

button.mfp-arrow-right:after {
    margin: 0 auto;
    position: relative;
    content: "\f105";
}

button.mfp-arrow-left {
    left: -25px;
}

button.mfp-arrow-left:after {
    content: "\f104";
}

.mfp-counter {
    margin-top: -20px;
    margin-right: 5px;
    opacity: 0.3;
    font-size: 11px;
    font-family: "Ubuntu";
}

.mfp-close-video {
    top: 0 !important;
}

/* ==========================================================================
   2. Header
   ========================================================================== */

.mainHeader {
    padding: 30px 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;
    transition: all 0.4s ease-in-out;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
}

.mainHeader.isStuck {
    padding: 10px 0;
}
.mainHeader.transparent {
    background: transparent;
}


/* - 2.1. Logo
   ========================================================================== */


.is-sticky .logo {
    margin-bottom: 10px;
    margin-top: 10px;
}


/* - 2.2. Main Menu
   ========================================================================== */


.mainMenu ul {
    list-style: none;
}

.mainMenu ul li {
    float: left;
    width: auto;
}


/* - 2.3. Navigation
   ========================================================================== */

.navigation {
    float: right;
    margin-right: 6px;
}

.nav > li {}

.nav > li > a {
    text-transform: uppercase;
    padding: 12px;
    border: 1px solid transparent;
    margin: 0;
}

.is-sticky .nav > li > a {
    padding-bottom: 22px;
    padding-top: 42px;
}

.nav > li.parent > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 5px;
}

.parent .sub-menu {
    min-width: 250px;
    display: none;
    z-index: 2;
}

.parent .sub-menu > li {
    float: none;
    display: block;
}

.parent .sub-menu > li > a {
    padding: 20px 5px 20px 20px;
    margin: 0;
    display: inline-block;
    font-size: 13px;
    display: block;
    background: transparent;
}

.parent .sub-menu > li > a > i {
    margin-right: 10px;
    -webkit-transition: margin 0.3s ease-in-out;
    -moz-transition: margin 0.3s ease-in-out;
    -o-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out;
}

.parent .sub-menu > li:hover > a > i {
    margin-right: 15px;
    -webkit-transition: margin 0.3s ease-in-out;
    -moz-transition: margin 0.3s ease-in-out;
    -o-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out;
}

.sub-menu.level-2 {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

.nav li.parent:hover .level-2 {
    display: block;
}


/* - 2.4. Main Menu (Layout 2)
   ========================================================================== */

a.menu-collapse {
    float: right;
    display: inline-block;
    margin-top: 12px;
    padding: 0px 0px 0 20px;
    margin-left: 10px;
}

.menu-holder {
    width: 100%;
    z-index: 2;
    position: absolute;
    margin-top: 30px;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none;
}

.menu-holder .navigation{
    display: none;
}

.isStuck .menu-holder {
    position: absolute;
    margin-top: 10px;
}

.menu-holder.show {
    opacity: 1;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation.layout-2 {
    float: right;
    margin-right: 15px;
}

.layout-2 .nav > li {
    float: left;
}

.layout-2 .nav > li > a {
    padding: 24px 12px 24px;
    border: 1px solid transparent;
    margin: 0;
}

.layout-2 .nav > li.parent > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 5px;
}

.layout-2 .parent .sub-menu {
    min-width: 250px;
    display: none;
    z-index: 2;
}

.layout-2 .parent .sub-menu > li {
    float: none;
    display: block;
}

.layout-2 .parent .sub-menu > li > a {
    padding: 20px 5px 20px 20px;
    margin: 0;
    display: inline-block;
    font-size: 13px;
    display: block;
}

.layout-2 .parent .sub-menu > li > a > i {
    margin-right: 10px;
}

.layout-2 .parent .sub-menu > li:hover > a > i {
    margin-right: 15px;
}

.layout-2 .sub-menu.level-2 {
    position: absolute;
    top: 70px;
    right: 0;
    display: none;
    left: auto;
    z-index: 4;
}

.layout-2 .nav li.parent:hover .level-2 {
    display: block;
}


/* - 2.5. Social Icons
   ========================================================================== */

.socialIcons {
    float: right;
}

.socialIcons li {}

.socialIcons li a {
    margin: 0px 5px;
    font-size: 14px;
    padding: 12px 5px;
    display: block;
}
.socialIcons li a i{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* ==========================================================================
   3. Slider
   ========================================================================== */

#MainSlider {
    padding-top: 0;
    padding-bottom: 0;
}
.rev_slider_wrapper{
    height: 955px;
}
.rev_slider .layer-text{
    font-family: "Ubuntu", sans-serif;
}
.rev_slider .layer-text-big {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.rs-fullvideo-cover{
    background: rgba(0,0,0,0.4);
}


/* - 3.1. Revolution Slider Customization
   ========================================================================== */

.tp-bgimg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    width: 100%;
}

.tparrows,
.tparrows:hover {
    background: transparent;
}

.tparrows:before {
    font-size: 80px;
    font-family: "FontAwesome";
}

.tparrows.tp-leftarrow:before {
    content: '\f104';
}

.tparrows.tp-rightarrow:before {
    content: '\f105';
}

.tp-bullets {position: absolute;top: 11em !important;left: 95% !important;}

.tp-bullet {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.hephaistos .tp-bullet{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 15px;
    height: 15px;
    border:0;
}

.s-caption {
width: 80%;}

.s-caption h1 {
    font-size: 74px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin: 0;
}

.s-caption .doux-icon-divider {
    font-size: initial !important;
}

.s-caption p {
    font-size: 20px;
}

.scroll-icon {
    text-align: center;
}

.scroll-icon span {
    display: block;
    margin-bottom: 5px;
    font-size: 10px;
    text-transform: uppercase;
}

.scroll-icon i.icon {
    font-size: 36px;
    animation: scrollIcon ease-in-out 1.5s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: scrollIcon ease-in-out 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: scrollIcon ease-in-out 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: scrollIcon ease-in-out 1.5s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: scrollIcon ease-in-out 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

@keyframes scrollIcon {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, 9px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

@-moz-keyframes scrollIcon {
    0% {
        -moz-transform: translate(0px, 0px);
    }
    50% {
        -moz-transform: translate(0px, 9px);
    }
    100% {
        -moz-transform: translate(0px, 0px);
    }
}

@-webkit-keyframes scrollIcon {
    0% {
        -webkit-transform: translate(0px, 0px);
    }
    50% {
        -webkit-transform: translate(0px, 9px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
    }
}

@-o-keyframes scrollIcon {
    0% {
        -o-transform: translate(0px, 0px);
    }
    50% {
        -o-transform: translate(0px, 9px);
    }
    100% {
        -o-transform: translate(0px, 0px);
    }
}

@-ms-keyframes scrollIcon {
    0% {
        -ms-transform: translate(0px, 0px);
    }
    50% {
        -ms-transform: translate(0px, 9px);
    }
    100% {
        -ms-transform: translate(0px, 0px);
    }
}


/* ==========================================================================
   4. About Us Section
   ========================================================================== */

.introduction {
    background: url(../images/bg/introduction.png);
    height: 167px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
    text-align: center;
    background-size: cover;
}

.introduction a {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    max-width: 220px
}

.stats {
    margin-top: 80px;
    padding-top: 60px;
}

.state {
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.state .state-count {
    font-size: 55px;
    float: left;
    display: block;
}

.state .state-details {
    float: left;
    display: inline-block;
    margin-left: 20px;
}

.state .state-title {
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 15px;
}

.state .state-icon {
    font-size: 16px;
}


/* - 4.1. About Us Section (Layout 2)
   ========================================================================== */

.aboutlayout-2 {
    padding-bottom: 0;
}

.aboutlayout-2 .introduction {
    height: 416px;
}

.aboutlayout-2 p {}

.aboutlayout-2 a.action-btn2 {
    margin-top: 35px;
}

.aboutlayout-2 .stats {
    padding-bottom: 60px;
    border-top: 0;
}


/* ==========================================================================
   5. Meet Our Team Section
   ========================================================================== */

.member-photo {
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
    position: relative;
}

.member-photo img {
    width: 100%;
}

.member-details {
    padding-bottom: 20px;
}

.member-title {
    padding: 20px;
}

.member-title h4 {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 0;
}

.member-title p {
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 0;
}

.member-contact {
    display: inline-block;
}

.member-contact ul li {
    float: left;
    display: block;
    padding: 0 20px;
}

.member-contact ul li:last-child {
    padding-right: 20px;
    border-right: 0;
}

.join-team {
    text-align: center;
    height: 441px;
    background: url(../images/team/join-team.jpg);
    background-size: cover;
}

.join-team a {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    max-width: 175px;
}


/* - 5.1. Our Team (Layout 2)
   ========================================================================== */

.member-details.layout-2 {
    text-align: center;
}


/* ==========================================================================
   6. Our Services Section
   ========================================================================== */


.service .service-icon {
    width: 100%;
}

.service .service-icon span {
    display: inline-block;
    margin-top: -16px;
}

.service .service-icon:after {
    content: "";
    width: 85%;
    right: 0;
    display: inline-block;
    height: 1px;
}

.service .service-icon span i {
    font-size: 32px;
}

.service h1 {
    font-size: 18px;
    margin: 25px 0;
    text-transform: uppercase;
}

.service p {
    margin-bottom: 40px;
}

.srv-left {
    padding-right: 0;
}

.srv-left .service-icon:after {
    float: right;
}

.srv-left p {
    padding-right: 25px;
}

.srv-right {
    text-align: right;
    padding-left: 0;
}

.srv-right .service-icon:after {
    float: left;
}

.srv-right p {
    padding-left: 25px;
}

.srv-center {
    text-align: center;
    border: 0 !important;
}

.srv-center .service-icon span {
    margin-top: 30px;
}

.srv-center .service-icon:after {
    display: none;
}

.srv-center p {
    padding-left: 0;
    padding-right: 0;
}


/* - 6.1. Our Services (Layout 2)
   ========================================================================== */

#OurServices .inner-wrapper.layout-2 {
    padding-left: 60px;
    padding-right: 60px;
}

.layout-2 .service {
    padding-top: 40px;
    text-align: left;
}

.layout-2 .service.srv-left {
    padding-right: 40px;
    padding-left: 0;
}

.layout-2 .service.srv-right {
    padding-left: 40px;
    padding-right: 0;
}

.layout-2 .service.srv-bottom {
    border-bottom: 0;
}

.layout-2 .service .service-icon {
    width: auto;
    font-size: 32px;
    text-align: center;
    padding-left: 0;
    padding-top: 10px;
}

.layout-2 .service .service-icon:after {
    display: none;
}

.layout-2 .service h1 {
    margin-top: 15px;
}


/* ==========================================================================
   7. Our Portfolio Section
   ========================================================================== */

.filters {
    width: 100%;
    display: block;
}

.filters.layout-2 {
    margin: 0;
}

.filters .filters-btn {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    float: right;
    margin-top: -78px;
}

.filters .filters-btn i {
    margin-left: 10px;
}

.p-filters {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0;
    float: right;
    margin-top: -89px;
    margin-right: 40px;
    opacity: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
}

.p-filters ul:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    padding-right: 10px;
    position: absolute;
    margin-top: 15px;
}

.p-filters.showed {
    opacity: 1;
    margin-right: 110px;
}

.p-filters ul {
    list-style: none;
    margin: 0 auto;
    float: right;
}

.p-filters ul li {
    float: left;
    margin: 10px 20px;
}

.p-filters ul li:last-child {}

.p-filters ul li a {
    font-size: 12px;
}

h4.portfolio-title {
    font-size: 15px;
    margin-bottom: 60px;
    margin-top: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
}

.portfolio-grid1,
.portfolio-grid2 {
    width: 100% !important;
}

.portfolio-project {
    margin: 0;
    padding: 0;
    float: left;
    overflow: hidden;
}

.portfolio-grid2 .portfolio-project {
    margin-bottom: 30px;
    padding: 0 15px 0;
}

.portfolio-project.height-1 {
    /* height: 250px; */
}

.portfolio-project.height-2 {
    height: 350px;
}

.portfolio-project img {
    width: 100%;
    /* height: 100%; */
}

.portfolio-project .project-video {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #F3F2F1;
    text-align: center;
    padding: 5px 0 0 5px;
    color: #8C6239;
    z-index: 10;
    opacity: 0.6;
}
.portfolio-project .project-video:hover{
    background: #966B3A;
    color: #ffffff;
    opacity: 1;
}

.portfolio-project .project-video i{
    /* position: relative; */
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
}

.project-hover {
    top: 0;
    height: 100%;
    padding: 0;
    position: absolute;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.portfolio-project:hover .project-hover {
    opacity: 1;
}

.project-details {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
}

.project-details h2 {
    font-size: 22px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    display: inline-block;
}

.project-details h4 {
    font-size: 14px;
    font-family: 'Ubuntu';
    margin: 15px 0 25px;
}

.project-details a {
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.project-details a:hover {
    letter-spacing: 0.7px;
}


/* - 7.1. Portfolio (Layout 2)
   ========================================================================== */

.layout-2 .p-filters {
    margin-bottom: 60px;
    margin-top: 0;
    opacity: 1;
    background: transparent;
    text-align: center;
    margin-right: 0;
    float: none;
    display: block;
}

.layout-2 .p-filters ul:after {
    display: none;
}

.layout-2 .p-filters ul {
    margin: 0 auto;
    display: inline-block;
    float: none;
}

.layout-2 .p-filters ul li {
    margin: 10px;
}


/* ==========================================================================
   8. Video Background Section
   ========================================================================== */

.video-overlay {
    padding: 155px 0;
    height: 100%;
}

.video-overlay h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 10px;
    margin-top: 0;
    margin-bottom: 60px;
}

.video-overlay h4 {
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 0;
}

.video-controls a.play {
    font-size: 64px;
}

.video-controls a.play:hover {
    font-size: 64px;
}


/* ==========================================================================
   9. Pricing Tables Section
   ========================================================================== */

.plan {
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
    padding: 50px 35px 30px;
}

.plan-header h3 {
    margin-top: 0;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.selected .plan-header h3 {
    font-weight: 700;
}

.plan-header .hr-line {
    display: block;
    clear: right;
}

.plan-header h1 {
    font-size: 48px;
    display: inline-block;
    margin: 35px 0 30px;
    line-height: 52px;
}

.plan-header h1 span {
    font-size: 13px;
    font-style: italic;
    font-family: 'Ubuntu', sans-serif;
    margin-left: 15px;
    vertical-align: super;
}

.plan-features {
    padding-top: 22px;
    padding-bottom: 22px;
}

.plan-features ul {
    list-style: none;
}

.plan-features ul li {
    line-height: 36px;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
}

.plan-footer {
    padding-top: 30px;
}


/* - 9.1. Pricing (Layout 2)
   ========================================================================== */



/* ==========================================================================
   10. Latest News Section
   ========================================================================== */

.news-post {
    margin-bottom: 17px;
}

.n-post-date {
    font-size: 13px;
    padding: 34px 0;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 5px;
}

.n-post-date span {
    display: block;
}

.n-post-details a h4 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
}

.n-post-details p a.n-more {
    display: inline-block;
}


/* - 10.1. Latest News (Layout 2)
   ========================================================================== */

#LatestNews .layout-2 {
    padding-right: 60px;
    padding-left: 60px;
}

.layout-2 .n-post-details {
    padding-top: 5px;
}

.layout-2 .n-post-details a.n-more {
    display: block;
    font-weight: 700;
}


/* ==========================================================================
   11. Clients & Testmonials Section
   ========================================================================== */

.testmonials-bg {
    -webkit-border-radius: 15px 0px 0px 0px;
    -moz-border-radius: 15px 0px 0px 0px;
    border-radius: 15px 0px 0px 0px;
    padding: 60px 0;
}

.testmonial {
    margin-bottom: 40px;
}

.testmonial-photo {
    width: 65px;
    height: 65px;
    display: block;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    float: right;
    padding: 2px;
}

.testmonial-photo img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

.testmonial-details {
    padding-left: 5px;
    padding-right: 5px;
}

.testmonial-details h5 {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 0;
}

.testmonial-details p {
    font-size: 11px;
    font-style: italic;
}

.testmonial-quote {
    padding: 20px;
}

.testmonial-quote:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: 0px;
    top: 10px;
}

.testmonial-quote p {
    margin-bottom: 6px;
}

.clients {
    padding-top: 10px;
    text-align: right;
}

.clients .client {
    margin-top: 30px;
}

.owl-theme .owl-controls {
    text-align: right;
    padding-right: 30px;
}

.owl-theme .owl-controls .owl-page span {
    opacity: 1;
    width: 15px;
    height: 15px;
}


/* ==========================================================================
   12. Footer Section
   ========================================================================== */

.main-footer {
    padding-bottom: 45px;
}

ul.contact-details {
    list-style: none;
    margin-top: -20px;
}

ul.contact-details li {
    float: left;
    display: inline-block;
    font-family: "Ubuntu", sans-serif;
    font-size: 13px;
    line-height: 24px;
    padding-left: 30px;
    margin-right: 40px;
    height: 70px;
    margin-top: 20px;
}

ul.contact-details li i {
    font-size: 24px;
    margin-left: -34px;
    position: absolute;
}

.folow-us {
    float: left;
    width: 100%;
}

.folow-us h5 {
    font-size: 16px;
    font-weight: 700;
}

.folow-us ul.footer-social {
    list-style: none;
    margin-top: 30px;
}

.folow-us ul.footer-social li {
    float: left;
    margin-right: 30px;
}

.folow-us ul.footer-social li a {
    font-size: 18px;
    display: block;
}

.contact-form input,
.contact-form textarea {
    background-size: 100% 40px;
    line-height: 40px;
    width: 100%;
    border: 0;
    margin-bottom: 30px;
    font-family: "Ubuntu", sans-serif;
    font-size: 13px;
    vertical-align: top;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border: 0;
    outline: 0;
}

.contact-form button i{
    color: #fff;
}

.contact-form input.error,
.contact-form textarea.error {
    background-image: linear-gradient(#141414, #141414 38px, #141414 38px, #562222 40px, #141414 40px);
}

.contact-form label.error{
    font-size: 12px;
    margin-top: -20px;
    font-weight: normal;
    color: #BF4A4A;
    right: 15px;
    background: #382828;
    padding: 5px 10px;
    position: absolute;
    top: 0;
}

.contact-form label.error:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid #382828;
    border-right: 5px solid transparent;
    position: absolute;
    right: 5px;
    top: 100%;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}

.contact-message{
    display: none;
}

.contact-message p{
    margin-bottom: 0;
}

.contact-message.success{
    color: #315A3A;
}

.contact-message.error{
    border-bottom: 1px solid #522323;
    color: #882F2F;
}

.copyright {
    padding: 40px 0;
}

.copyright p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: inherit;
}


/* ==========================================================================
   13. Blog Style
   ========================================================================== */

.blog-post {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #f1f1f1;
}

.blog-post .author-info {}

.blog-post .author-info img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    border-color: transparent;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.50);
}

.blog-post .author-info h5 {
    display: inline-block;
    color: #c6c6c6;
    font-size: 12px;
    padding-left: 15px;
}

.blog-post .author-info h5 a {
    color: #6f6f6f;
}

.blog-post .author-info h5 a:hover {
    color: #966a39;
}

.blog-post .author-info h5 span {
    color: #6f6f6f;
}

.blog-post h2.post-title {
    font-size: 24px;
    color: #141414;
    margin: 30px 0 25px;
}

.blog-post .post-media {
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
}

.blog-post .post-media img {
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
    width: 100%;
}

.blog-post .post-media .media-credit {
    width: 100%;
    background: #fafafa;
    padding: 15px 0;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #c6c6c6;
}

.blog-post .post-media .media-carousel {}

.blog-post .post-media .media-carousel .owl-controls {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0;
    margin: 0;
}

.blog-post .post-media .media-carousel .owl-controls .owl-buttons {}

.blog-post .post-media .media-carousel .owl-controls .owl-buttons div {
    background: rgba(245, 245, 245, 0.40);
    opacity: 1;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-post .post-media .media-carousel .owl-controls .owl-buttons div:hover {
    background: #141414;
}

.blog-post .post-media .media-carousel .owl-controls .owl-buttons div i {
    font-size: 24px;
    line-height: 24px;
    margin: 5px 0;
}

.blog-post .post-media.embed-video {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.blog-post .post-media.embed-video.loading,
.blog-post .post-media.embed-audio.loading {
    background: url(../images/assests/loading.gif) 50% 50% no-repeat;
    border: 1px solid rgba(204, 204, 204, 0.22);
}

.blog-post .post-media a.overlay-btn {
    background: rgba(245, 245, 245, 0.50);
    opacity: 1;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    color: #966A39;
    padding: 14px 0 0 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blog-post .post-media a.overlay-btn:hover{
    
background: #966A39;
    
color: #fff;
}

.blog-post p.post-breif {
    margin: 30px 0;
}

.blog-post .post-quote {}

.blog-post .post-quote.bg-image1 {
    background: url(../images/bg/title-bg-1.jpg);
    border: 1px solid #343635;
}

.blog-post .post-quote .inner-text {
    padding: 40px 30px;
    background: rgba(0, 0, 0, 0.7);
}

.blog-post .post-quote .inner-text p {
    color: #ffffff;
    font-size: 15px;
    font-style: italic;
    padding-left: 22px;
    padding-top: 40px;
    line-height: 15px;
    margin-bottom: 15px;
}

.blog-post .post-quote .inner-text p:before {
    content: "\f10d";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    color: #c6c6c6;
    margin-left: -22px;
    margin-top: -40px;
    position: absolute;
}

.blog-post .post-quote .inner-text span {
    padding-left: 20px;
    font-size: 11px;
    color: #c6c6c6;
}

.blog-post .post-media a.em-audio-play {
    padding: 15px 0;
}

.blog-paging {
    text-align: center;
    display: block;
    margin: 60px 0;
}

.blog-paging ul {
    list-style: none;
    margin: 0 auto;
    background: #fafafa;
    display: inline-block;
    padding: 0 30px;
}

.blog-paging ul li {
    float: left;
}

.blog-paging ul li a {
    margin: 20px 10px;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #c6c6c6;
}

.blog-paging ul li a:hover,
.blog-paging ul li.current a {
    color: #6f6f6f;
}


/* - 13.1. Blog Single
   ========================================================================== */

.blog-post.single {
    padding-bottom: 15px;
    padding-top: 0;
}

.post-full p {
    margin-bottom: 15px;
    margin-top: 15px;
    display: inline-block;
}

.post-full p.first {
    margin-top: 30px;
    clear: both;
    display: inline-block;
}

.post-full p.first::first-letter {
    font-size: 48px;
    font-weight: 700;
    color: #141414;
    text-transform: uppercase;
    margin-right: 5px;
    position: absolute;
    line-height: 48px;
    display: block;
    vertical-align: middle;
    float: left;
}

.post-full h2 {
    font-size: 18px;
    color: #141414;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 24px;
    margin-top: 15px;
}

.post-full p.quote {
    border-left: 6px solid #966a39;
    padding-left: 15px;
    min-height: 40px;
    font-size: 15px;
    font-style: italic;
    color: #141414;
    margin-top: 15px;
}

.has-img {
    margin: 15px -15px;
}

.has-img img {
    width: 100%;
}

.has-img p:first-child {
    margin-top: 0;
}

ul.icon-list {}

ul.icon-list li {
    font-size: 13px;
    font-family: 'Ubuntu';
    line-height: 24px;
}

ul.icon-list li i {
    margin-right: 10px;
}

.post-controls .post-share {
    padding-top: 30px;
    padding-bottom: 10px;
}

.post-controls .post-share span {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 22px;
}

.post-controls .post-share ul {
    float: left;
}

.post-controls .post-share ul li {
    float: left;
}

.post-controls .post-share ul li a {
    color: #6f6f6f;
    margin-left: 15px;
    font-size: 14px;
}

.post-controls .post-share ul li a:hover {
    color: #966a39;
}

.post-nav {
    padding-top: 30px;
    padding-bottom: 10px;
}

.post-nav a {
    float: right;
    color: #6f6f6f;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
}

.post-nav a:hover {
    color: #966a39;
}

.post-nav span {
    float: right;
    margin: 0 12px;
    line-height: 24px;
}

.post-comments {}

h1.sec-title {
    font-size: 18px;
    color: #141414;
    margin-bottom: 20px;
    margin-top: 30px;
}

h1.sec-title:before {
    content: "";
    width: 40px;
    height: 6px;
    background: #fafafa;
    display: block;
    margin-bottom: 15px;
}

.comment {
    margin: 20px -15px;
}

.comment .user-photo {
    text-align: center;
}

.comment .user-photo img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    border-color: transparent;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.50);
}

.comment-data {
    margin-bottom: 20px;
}

.comment-username {
    font-size: 14px;
    color: #141414;
    margin-top: 0;
    line-height: 14px;
    margin-bottom: 5px;
}

.comment-date {
    font-size: 11px;
    font-family: 'Ubuntu';
    color: #c6c6c6;
    font-style: italic;
}

.comment-content {
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: 50px;
}

.comment-data a {
    font-size: 13px;
    font-family: 'Ubuntu';
    color: #966a39;
}

.comment.level-2 {
    margin-left: 8.33333333%;
    margin-bottom: 0;
}

.comment.replay .user-photo {
    margin-left: -15px;
}

.comment-form {
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 20px;
    width: 100%;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 20px;
    font-size: 12px;
    font-family: 'Ubuntu';
    color: #6f6f6f;
    border: 1px solid #141414;
    line-height: 12px;
}
.comment-form .form-submit input  {
    border: 1px solid #141414;
    background-color: #141414;
    color: #fff;
    padding: 13px 20px;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    width: 100px;
}
.comment-form .form-submit input:hover  {
   color: #fff;
    background-color: #966a39;
    border: 1px solid #966a39;
    padding: 13px 20px;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    width: 100px;
}
.comment-form input:focus,
.comment-form textarea:focus {
    outline: 0;
    border-color: #966a39;
}


/* - 13.2. Sidebar
   ========================================================================== */

.sidebar-block {
    margin-bottom: 60px;
    clear: both;
}

.sidebar-block h3.block-title {
    font-size: 16px;
    color: #141414;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.sidebar-block h3.block-title:before {
    content: "";
    height: 12px;
    background: #fafafa;
    position: absolute;
    width: 90%;
    display: block;
    right: 15px;
    margin-top: 2px;
}

.sidebar-block h3.block-title span {
    background: #fff;
    padding-right: 15px;
    position: relative;
    z-index: 1;
    line-height: 16px;
}

.block-form {
    display: block;
}

.block-form input {
    width: 100%;
    padding: 12px 20px;
    font-size: 13px;
    font-family: 'Ubuntu';
    color: #6f6f6f;
    border: 1px solid #141414;
    line-height: 12px;
}

.block-form a.icon-btn {
    position: absolute;
    right: 37px;
    font-size: 16px;
    color: #141414;
    display: inline-block;
    margin-top: 10px;
    padding-left: 20px;
    border-left: 1px solid #cecece;
    margin-top: -30px;
}

.block-list {}

.block-list ul {}

.block-list ul li {}

.block-list ul li a {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 15px;
    color: #6f6f6f;
    font-size: 14px;
    font-family: 'Ubuntu';
}

.block-list ul li:last-child a {
    border-bottom: 0;
}

.block-list ul li a:hover {
    color: #966a39;
}

.block-list ul li a i {
    margin-right: 10px;
}

.block-latest {
    display: inline-block;
}

.latest-post {
    display: block;
    float: left;
    padding: 30px 0;
    border-bottom: 1px solid #f5f5f5;
    width: 100%;
}

.latest-post .ls-post-img {
    width: 130px;
    display: inline-block;
    float: left;
}

.latest-post .ls-post-img a {
    display: block;
}

.latest-post .ls-post-img a img {
    width: 100%;
}

.latest-post .ls-post-data {
    display: inline-block;
    margin-left: 20px;
}

.latest-post .ls-post-data .ls-post-title {
    font-size: 14px;
    font-family: 'Ubuntu';
    line-height: 24px;
    color: #141414;
    font-weight: 500;
    display: block;
}

.latest-post .ls-post-data .ls-post-title:hover {
    color: #966a39;
}

.latest-post .ls-post-data .ls-post-date {
    font-size: 11px;
    font-family: 'Ubuntu';
    font-style: italic;
    line-height: 24px;
}

.latest-post:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.latest-post.big {
    padding-top: 0;
    padding-bottom: 30px;
}

.latest-post.big .ls-post-img {
    width: 100%;
    float: none;
}

.latest-post.big .ls-post-img a {}

.latest-post.big .ls-post-img a img {}

.latest-post.big .ls-post-data {
    margin-left: 0;
}

.latest-post.big .ls-post-data .ls-post-title {
    margin-top: 10px;
}

.latest-post.big .ls-post-data .ls-post-date {}

.block-social {}

.block-social ul li {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.block-social ul li a {
    color: #6f6f6f;
}

.block-social ul li a:hover {
    color: #966a39;
}

.block-instagram {
    display: inline-block;
}

.block-instagram a.insta-photo {
    margin-bottom: 15px;
    padding-left: 10px padding-right: 10px;
}

.block-instagram a.insta-photo img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.block-instagram .line.first {}

.block-instagram .line.first a {
    margin-bottom: 20px;
}

.tagcloud {}

.tagcloud a {
    font-family: 'Ubuntu';
    padding: 15px 20px;
    margin: 0 15px 15px 0;
    display: inline-block;
    color: #6f6f6f;
    background: #f1f1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tagcloud a:hover,
.tagcloud a.active {
    color: #ffffff;
    background: #966a39;
}


/* ==========================================================================
   14. Responsive Styles
   ========================================================================== */

.navbar-toggle {
    margin: 0;
    font-size: 15px;
}

.navbar-toggle i:before {
    content: "\f00d";
}

.navbar-toggle.collapsed i:before {
    content: "\f0c9";
}


/* - 14.1. Extra small devices (phones, up to 319px)
   ========================================================================== */
@media screen and (max-width: 319px) {
    .logo{
        width: 80%;
    }
    .navbar-brand>img{
        width: 100%;
    }
    .socialIcons{
        display: none;
    }
    a.menu-collapse{
        border-left: 0;
        margin-right: -15px;
    }
    .section {
        padding: 100px 0;
    }
    .section .title {
        text-align: center;
    }
    .section .title h1 {
        font-size: 20px;
    }
    .section .title .doux-icon-divider {}
    .section .title h4 {
        font-size: 12px;
        letter-spacing: 0.5px;
    }
    a.action-btn {}
    .introduction,
    #AboutUs.layout-2 .introduction {
        margin-top: 40px;
        height: 250px;
    }
    a.reverse-btn {
        padding: 5px 5px;
        max-width: 170px;
    }
    a.reverse-btn span {
        font-size: 11px;
        padding: 10px 10px;
        width: 100%;
        display: block;
    }
    .container {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .extra-padding {
        padding-right: 5px;
        padding-left: 5px;
    }
    .filters {
        margin: 0;
    }
    .p-filters ul {
        float: none;
        text-align: center;
    }
    .menu-holder {
        margin-top: 0;
        position: relative;
        margin-top: 30px;
        display: none;
        margin-bottom: -30px;
    }
    .isStuck .menu-holder {
        position: relative;
        margin-top: 10px;
    }
    .navigation.layout-2 {
        float: none;
        margin-right: 0;
    }
    .layout-2 .nav > li {
        float: none;
    }
    .layout-2 .nav > li > a {
        padding: 20px 0 10px;
    }
    .layout-2 .parent .sub-menu > li > a {
        padding: 10px;
    }
    .layout-2 .sub-menu.level-2 {
        position: relative;
        display: block;
        top: 0;
        background: transparent;
        display: none;
    }
    .nav li.parent:hover .level-2,
    .layout-2 .nav li.parent:hover .level-2 {
        display: none;
    }
    .navigation {
        float: none;
        margin: 0 auto;
    }
    .navigation > ul > li {
        float: none;
    }
    .navigation > ul > li.parent ul {
        display: none;
        position: relative;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: transparent;
    }
    .navigation > ul > li.parent ul li {}
    .tparrows:before{
        font-size: 32px;
    }
    .tp-rightarrow{
            transform: matrix(1, 0, 0, 1, -40, -20) !important;
    }
    .tp-leftarrow{
            transform: matrix(1, 0, 0, 1, 0, -20) !important;
    }
    .s-caption {
        width: 200px;
        text-align: center;
    }
    .s-caption h1 {
        font-size: 30px;
    }
    .s-caption .doux-icon-divider {
        margin: 10px 0;
    }
    .s-caption p {
        font-size: 15px;
    }
    .scroll-icon span, .scroll-icon a{
        display: none;
    }
    .state .state-count {
        font-size: 20px;
        text-align: center;
        width: 100%;
    }
    .state .state-details {
        margin: 0;
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }
    .state .state-title {
        font-size: 14px;
        display: none;
    }
    .layout-2 .state .state-title{
        font-size: 14px;
    }
    .layout-2 .state .state-title {
        display: block;
        font-size: 8px;
    }
    .state .state-icon {
        font-size: 24px;
        margin-top: 10px;
    }
    .member-block {
        margin-bottom: 30px;
    }
    .member-title h4 {
        font-size: 14px;
    }
    .join-team {
        height: 364px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    #OurServices .inner-wrapper.layout-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .service {
        border-right: 0;
        border-left: 0;
        text-align: center;
        padding: 0;
    }
    .layout-2 .service {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }
    .layout-2 .service.srv-bottom:last-child {
        border-bottom: 0;
    }
    .layout-2 .service .service-icon {
        width: 100%;
    }
    .service .service-icon:after {
        display: none;
    }
    .service .service-icon span {
        margin: 20px 0 0;
        text-align: center;
    }
    .service h1 {}
    .service p {
        padding: 0;
    }
    .filters .filters-btn {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .p-filters {
        margin-top: -20px;
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
    .p-filters ul li {
        margin: 15px 0px;
        float: none;
    }
    .layout-2 .p-filters {
        float: none;
        margin-bottom: 40px;
    }
    .layout-2 .p-filters ul li {
        margin: 5px;
    }
    .layout-2 .p-filters ul li a {}
    .portfolio-project {
        margin-bottom: 20px;
        overflow: hidden;
    }
    .portfolio-grid2 .project-hover {
        margin-right: -60px;
    }
    button.mfp-arrow {
        top: 33%;
    }
    button.mfp-arrow-right {
        right: 0;
    }
    button.mfp-arrow-left {
        left: 0;
    }
    .video-overlay h1 {
        font-size: 16px;
        margin-top: -50px;
    }
    .video-overlay h4 {
        font-size: 14px;
    }
    .plan {
        margin-bottom: 60px;
        padding: 20px 10px;
    }
    .plan.last {
        margin-bottom: 0;
    }
    .plan-header h1 span{
        display: block;
        margin: 0;
    }
    .clients .client img {
        max-width: 100%;
    }
    .testmonial-photo {
        width: 100%;
        height: 100%;
    }
    #LatestNews .layout-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .testmonials-bg {
        margin-top: 60px;
    }
    .clients .client{
        text-align: center;
    }
    .testmonial-details{
        margin-top: -10px;
    }
    .testmonial-quote:before{
        display: none;
    }
    .folow-us {
        text-align: center;
    }
    ul.footer-social {
        margin: 30px auto 0;
        display: inline-block;
    }
    .contact-form {
        margin-top: 60px;
    }
    .contact-form input.gold-btn {
        width: 100px!important;
    }
}

/* - 14.2. Extra small devices (phones, from 320px up to 479px)
   ========================================================================== */
@media screen and (min-width: 320px) and (max-width: 479px) {
    .section {
        padding: 100px 0;
    }
    .section .title {
        text-align: center;
    }
    .section .title h1 {
        font-size: 26px;
    }
    .section .title .doux-icon-divider {}
    .section .title h4 {
        font-size: 14px;
        letter-spacing: 1px;
    }
    a.action-btn {}
    .introduction,
    #AboutUs.layout-2 .introduction {
        margin-top: 40px;
        height: 250px;
    }
    a.reverse-btn {
        padding: 5px 5px;
        max-width: 170px;
    }
    a.reverse-btn span {
        font-size: 11px;
        padding: 10px 10px;
        width: 100%;
        display: block;
    }
    .container {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .extra-padding {
        padding-right: 5px;
        padding-left: 5px;
    }
    .filters {
        margin: 0;
    }
    .p-filters ul {
        float: none;
        text-align: center;
    }
    .menu-holder {
        margin-top: 0;
        position: relative;
        margin-top: 30px;
        display: none;
        margin-bottom: -30px;
    }
    .isStuck .menu-holder {
        position: relative;
        margin-top: 10px;
    }
    .navigation.layout-2 {
        float: none;
        margin-right: 0;
    }
    .layout-2 .nav > li {
        float: none;
    }
    .layout-2 .nav > li > a {
        padding: 20px 0 10px;
    }
    .layout-2 .parent .sub-menu > li > a {
        padding: 10px;
    }
    .layout-2 .sub-menu.level-2 {
        position: relative;
        display: block;
        top: 0;
        background: transparent;
        display: none;
    }
    .nav li.parent:hover .level-2,
    .layout-2 .nav li.parent:hover .level-2 {
        display: none;
    }
    .navigation {
        float: none;
        margin: 0 auto;
    }
    .navigation > ul > li {
        float: none;
    }
    .navigation > ul > li.parent ul {
        display: none;
        position: relative;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: transparent;
    }
    .navigation > ul > li.parent ul li {}
    .tparrows:before{
        font-size: 32px;
    }
    .tp-rightarrow{
            transform: matrix(1, 0, 0, 1, -40, -20) !important;
    }
    .tp-leftarrow{
            transform: matrix(1, 0, 0, 1, 0, -20) !important;
    }
    .s-caption {
        width: 280px;
        text-align: center;
    }
    .s-caption h1 {
        font-size: 36px;
    }
    .s-caption .doux-icon-divider {
        margin: 10px 0;
    }
    .s-caption p {
        font-size: 18px;
    }
    .scroll-icon span, .scroll-icon a{
        display: none;
    }
    .state .state-count {
        font-size: 28px;
        text-align: center;
        width: 100%;
    }
    .state .state-details {
        margin: 0;
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }
    .state .state-title {
        font-size: 14px;
        display: none;
    }
    .layout-2 .state .state-title {
        display: block;
        font-size: 11px;
    }
    .state .state-icon {
        font-size: 24px;
        margin-top: 10px;
    }
    .member-block {
        margin-bottom: 30px;
    }
    .member-title h4 {
        font-size: 14px;
    }
    .join-team {
        height: 364px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    #OurServices .inner-wrapper.layout-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .service {
        border-right: 0;
        border-left: 0;
        text-align: center;
        padding: 0;
    }
    .layout-2 .service {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }
    .layout-2 .service.srv-bottom:last-child {
        border-bottom: 0;
    }
    .layout-2 .service .service-icon {
        width: 100%;
    }
    .service .service-icon:after {
        display: none;
    }
    .service .service-icon span {
        margin: 20px 0 0;
        text-align: center;
    }
    .service h1 {}
    .service p {
        padding: 0;
    }
    .filters .filters-btn {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .p-filters {
        margin-top: -20px;
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
    .p-filters ul li {
        margin: 15px 0px;
        float: none;
    }
    .layout-2 .p-filters {
        float: none;
        margin-bottom: 40px;
    }
    .layout-2 .p-filters ul li {
        margin: 5px;
    }
    .layout-2 .p-filters ul li a {}
    .portfolio-project {
        margin-bottom: 20px;
        overflow: hidden;
    }
    .portfolio-grid2 .project-hover {
        margin-right: -60px;
    }
    button.mfp-arrow {
        top: 33%;
    }
    button.mfp-arrow-right {
        right: 0;
    }
    button.mfp-arrow-left {
        left: 0;
    }
    .video-overlay h1 {
        font-size: 16px;
        margin-top: -50px;
    }
    .video-overlay h4 {
        font-size: 14px;
    }
    .plan {
        margin-bottom: 60px;
        padding: 20px 10px;
    }
    .plan.last {
        margin-bottom: 0;
    }
    .clients .client img {
        max-width: 100%;
    }
    .testmonial-photo {
        width: 100%;
        height: 100%;
    }
    #LatestNews .layout-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .testmonials-bg {
        margin-top: 60px;
    }
    .clients .client{
        text-align: center;
    }
    .folow-us {
        text-align: center;
    }
    ul.footer-social {
        margin: 30px auto 0;
        display: inline-block;
    }
    .contact-form {
        margin-top: 60px;
    }
    .contact-form input.gold-btn {
        width: 100px!important;
    }
}

/* - 14.3. Small devices (phones, from 480px up to 767px)
   ========================================================================== */
@media screen and (min-width: 480px) and (max-width: 767px) {
    .section {
        padding: 100px 0;
    }
    .section .title {
        text-align: center;
    }
    a.action-btn {}
    .introduction,
    #AboutUs.layout-2 .introduction {
        margin-top: 40px;
        height: 250px;
    }
    .menu-holder {
        margin-top: 0;
        position: relative;
        margin-top: 30px;
        display: none;
        margin-bottom: -30px;
    }
    .isStuck .menu-holder {
        position: relative;
        margin-top: 10px;
    }
    .navigation.layout-2 {
        float: none;
        margin-right: 0;
    }
    .layout-2 .nav > li {
        float: none;
    }
    .layout-2 .nav > li > a {
        padding: 20px 0 10px;
    }
    .layout-2 .parent .sub-menu > li > a {
        padding: 10px;
    }
    .layout-2 .sub-menu.level-2 {
        position: relative;
        display: block;
        top: 0;
        background: transparent;
        display: none;
    }
    .nav li.parent:hover .level-2,
    .layout-2 .nav li.parent:hover .level-2 {
        display: none;
    }
    .navigation {
        float: none;
        margin: 0 auto;
    }
    .navigation > ul > li {
        float: none;
    }
    .navigation > ul > li.parent ul {
        display: none;
        position: relative;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: transparent;
    }
    .navigation > ul > li.parent ul li {}
    .s-caption {
        width: 400px;
        text-align: center;
    }
    .s-caption h1 {
        font-size: 45px;
    }
    .s-caption .doux-icon-divider {
    margin: 10px 0 20px;
    }
    .s-caption p {}
    .state .state-count {
        font-size: 42px;
        text-align: center;
        width: 100%;
    }
    .state .state-details {
        margin: 0;
        text-align: center;
        width: 100%;
    }
    .state .state-title {
        font-size: 14px;
        display: none;
    }
    .layout-2 .state .state-title {
        display: block;
    }
    .state .state-icon {
        font-size: 24px;
        margin-top: 10px;
    }
    .member-block {
        margin-bottom: 30px;
    }
    .member-title h4 {
        font-size: 14px;
    }
    .join-team {
        height: 364px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    #OurServices .inner-wrapper.layout-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .service {
        border-right: 0;
        border-left: 0;
        text-align: center;
        padding: 0;
    }
    .layout-2 .service {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }
    .layout-2 .service.srv-bottom:last-child {
        border-bottom: 0;
    }
    .layout-2 .service .service-icon {
        width: 100%;
    }
    .service .service-icon:after {
        display: none;
    }
    .service .service-icon span {
        margin: 20px 0 0;
        text-align: center;
    }
    .service h1 {}
    .service p {
        padding: 0;
    }
    .filters .filters-btn {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .p-filters {
        margin-top: -60px;
    }
    .p-filters ul li {
        margin: 10px 15px;
    }
    .layout-2 .p-filters {
        float: none;
        margin-bottom: 40px;
    }
    .layout-2 .p-filters ul li {
        margin: 5px;
    }
    .layout-2 .p-filters ul li a {}
    .portfolio-project {
        /* margin-bottom: 20px; */
        overflow: hidden;
    }
    .portfolio-grid2 .project-hover {
        margin-right: -60px;
    }
    button.mfp-arrow {
        top: 33%;
    }
    button.mfp-arrow-right {
        right: 0;
    }
    button.mfp-arrow-left {
        left: 0;
    }
    .video-overlay h1 {
        font-size: 35px;
        margin-top: -50px;
    }
    .plan {
        margin-bottom: 60px;
    }
    .plan.last {
        margin-bottom: 0;
    }
    #LatestNews .layout-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .testmonials-bg {
        margin-top: 60px;
    }
    .clients .client{
        text-align: center;
    }
    .folow-us {
        text-align: center;
    }
    ul.footer-social {
        margin: 30px auto 0;
        display: inline-block;
    }
    .contact-form {
        margin-top: 60px;
    }
}

/* - 14.4. Small devices (tablets, from 768px up to 991px)
   ========================================================================== */
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .vc_column_container {

    }
    .section {
        padding: 100px 0;
    }
    .section .title {
        text-align: center;
    }
    .navbar-header {
        text-align: center;
    }
    .navbar-brand {
        float: none;
        display: -webkit-inline-box;
    }
    .navigation {
        float: none;
        margin: 0px auto 0;
        display: flex;
    }
    .navbar-nav {
        margin: 0 auto;
    }
    .menu-holder {
        margin-top: 30px;
    }
    .isStuck .menu-holder {
        margin-top: 10px;
    }
    .navigation.layout-2 {
        float: none;
    }
    .navigation.layout-2 ul.nav {
        margin: 0 auto;
    }
    .layout-2 .sub-menu.level-2 {
        left: 0;
    }
    #MainSlider {
        padding-top: 0;
    }
    .introduction {
        margin-top: 40px;
        height: 250px;
    }
    .page-title {
        padding-top: 215px;
    }
    #AboutUs.layout-2 .introduction {
        margin-top: 0;
        height: 584px;
        padding: 0;
    }
    .state .state-count {
        font-size: 42px;
        text-align: center;
        width: 100%;
    }
    .state .state-details {
        margin: 0;
        text-align: center;
        width: 100%;
    }
    .state .state-title {
        font-size: 14px;
        display: none;
    }
    .layout-2 .state .state-title {
        display: block;
    }
    .state .state-icon {
        font-size: 24px;
        margin-top: 10px;
    }
    .member-block {
        margin-bottom: 30px;
    }
    .member-title h4 {
        font-size: 14px;
    }
    .join-team {
        height: 536px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .service {
        border-right: 0;
        border-left: 0;
        text-align: center;
        padding: 0;
    }
    .layout-2 .service {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }
    .layout-2 .service.srv-bottom:last-child {
        border-bottom: 0;
    }
    .layout-2 .service .service-icon {
        width: 100%;
    }
    .service .service-icon:after {
        display: none;
    }
    .service .service-icon span {
        margin: 20px 0 0;
        text-align: center;
    }
    .service h1 {}
    .service p {
        padding: 0;
    }
    .filters .filters-btn {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .p-filters {
        margin-top: -10px;
        margin-right: -20px;
    }
    .p-filters.showed {
        margin-right: 20px;
        opacity: 1;
    }
    .p-filters ul li {
        margin: 10px 15px;
    }
    .layout-2 .p-filters {
        float: none;
        margin-bottom: 40px;
    }
    .layout-2 .p-filters ul li {
        margin: 5px;
    }
    .portfolio-project {
        margin: 0;
        /* height: 250px !important; */
        /* padding: 10px; */
    }
    .layout-2 .project-hover {
        width: 355.5px;
    }
    .portfolio-grid2 .project-hover {}
    button.mfp-arrow {
        top: 33%;
    }
    button.mfp-arrow-right {
        right: 0;
    }
    button.mfp-arrow-left {
        left: 0;
    }
    .video-overlay h1 {
        font-size: 35px;
        margin-top: -50px;
    }
    .plan {
        margin-bottom: 60px;
    }
    .plan.last {
        margin-bottom: 0;
    }
    .testmonials-bg {
        margin-top: 60px;
    }
    .clients .client{
        text-align: center;
    }
    .testmonial-item {
        min-width: 600px;
    }
    .folow-us {
        margin-top: 40px;
    }
    ul.contact-details li {
        height: auto;
        margin-right: 0;
        width: 100%;
        float: none;
    }
    .contact-form {
        margin-top: -10px;
    }
}

/* - 14.5. Medium devices (tablets/desktops, from 992px up to 1199px)
   ========================================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
    .menu-holder {
        margin-top: 30px;
    }
    .isStuck .menu-holder {
        margin-top: 10px;
    }
    .navigation {
        margin-right: 0;
    }
    .introduction {
        min-height: 236px
    }
    .state {
        text-align: center;
    }
    .state .state-count {
        float: none;
    }
    .state .state-details {
        margin: 0;
    }
    .member-title h4 {
        font-size: 16px;
    }
    .join-team {
        height: 379px;
    }
    #AboutUs.layout-2 .introduction {
        height: 464px;
    }
    .portfolio-project {
        /* height: 350px !important; */
    }
    .portfolio-grid2 .project-hover {}
}

/* - 14.6. Large devices (tablets/desktops, from 1200px up to 1599px)
   ========================================================================== */
@media screen and (min-width: 1200px) and (max-width: 1599px) {
    #OurServices .layout-2,
    #LatestNews .layout-2 {
        width: 75%;
    }
    .layout-2 .portfolio-project {
        width: 20%;
    }
}

/* - 14.7. Large devices (tablets/desktops, from 1600px and up)
   ========================================================================== */
@media screen and (min-width: 1600px) {
    .layout-2 .portfolio-project {
        width: 20%;
    }
    .clients {
        width: 58.33333333%;
    }
    .testmonials-bg .col-lg-11 {
        width: 75%;
    }
}
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 0px 15px;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.sub-menu li a{
    color: #6f6f6f;
}
.nav li{
    position:relative;
}
.nav li ul li {
    border: none;
    padding: 10px 0px;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.menu-item-has-children:hover ul.sub-menu{
    display:block;
}