/*
 Project Name :Monga HTML5 Template
 Author Company : Gud9
 Project Date: 15 July, 2017
 Author Website : http://gud9.com/
 Project Developer: sufyan319@outlook.com
 */


/* Table of Content
==================================================

  1. Fonts
 2. Common css
   a)button style
   b)Main heading
   c)Form style
   d)center
   e)Overlay
   f)Owl Carousel Navigation Style
 3. Main Banner
   a)Header
   b)Banner Content
4. Experts
 5. Counter
 6. About us
 7. History
 8. Services
 9. Portfolios
 10.Call to Action
 11.Our Team
 12.Price Plans
 13.Newsletter
 14.Footer
 15.Video
 16.Partner logo
 17.Testimonials
 18.Blog
 19.Breadcrumb
 20.Side Bar
 21 Contact us

================================================
Fonts
================================================
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Poppins:300,400,500,600,700');

/*
================================================
Common Css
================================================
*/

* {
    position: relative;
    outline: 0!important;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
}

:before,
:after {
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
}

.rev_slider * {
    transition: none;
    -webkit-transition: none;
}

ul {
    margin: 0;
}

body {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}

p {
    color: #555;
    font-size: 14px;
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #F9CA3B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #34404e;
    font-family: poppins;
}

.row {
    clear: both;
}

.bg-color {
    background-color: #fdfcfc;
}

body {
    border-left: 30px solid #291810;
    border-right: 30px solid #291810;
    margin-bottom: 30px;
    margin-top: 30px;
}

body::after {
    background-color: #291810;
    bottom: 0;
    content: "";
    height: 30px;
    left: 0;
    position: fixed;
    right: 0;
    top: auto;
    z-index: 999;
}

body::before {
    background-color: #291810;
    bottom: auto;
    content: "";
    height: 30px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

body.inner {
    background-color: #f9f9f9;
}


/*
===========================================
button style
===========================================
*/

.btn {
    background: #291810 none repeat scroll 0 0;
    border-radius: 50px;
    box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    padding: 12px 40px;
    text-transform: uppercase;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.btn::before,
.button::before {
    background: inherit;
    border-radius: 50px;
    bottom: -20px;
    content: "";
    left: -20px;
    opacity: 0.4;
    position: absolute;
    right: -20px;
    top: -20px;
    transform: scale3d(0.8, 0.5, 1);
    z-index: -1;
}

.btn:hover::before,
.button:hover::before {
    animation: 0.3s ease 0.3s normal forwards 1 running anim-moema-2!important;
}

.btn:hover,
.button:hover {
    animation: 0.3s ease 0s normal forwards 1 running anim-moema-1!important;
    background-color: #291810;
    color: #eceff1;
    transition: background-color 0.1s ease 0.3s, color 0.1s ease 0.3s;
}

@keyframes anim-moema-1 {
    60% {
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-moema-1 {
    60% {
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-moema-2 {
    100% {
        opacity: 0;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-moema-2 {
    100% {
        opacity: 0;
        transform: scale3d(1, 1, 1);
    }
}


/*
===========================================
main heading
===========================================
*/

.heading {
    margin-bottom: 80px;
}

.bg .main-heading h2 {
    color: #fff;
}

.main-heading p {
    color: #828282;
    font-size: 15px;
    line-height: 30px;
}

.bg .main-heading p {
    color: #fff;
}

.heading h2 {
    color: #222;
    display: inline-block;
    font-size: 80px;
    font-weight: 900;
    line-height: 70px;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    text-transform: uppercase;
}

.heading h2::before {
    color: #424242;
    content: attr(data-letters);
    overflow: hidden;
    position: absolute;
    transition: width 0.4s ease 0.3s;
    white-space: nowrap;
    width: 0;
    z-index: 2;
}

section:hover .heading h2::before {
    width: 100%;
}

.heading h2::after {
    background: #f9f9f9 none repeat scroll 0 0;
    content: "";
    height: 16px;
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
}

section:hover .heading h2::after {
    transform: translate3d(100%, 0px, 0px);
}

section:hover .heading h2 {
    color: #291810;
}


/*======================================*/

img {
    vertical-align: middle;
}

.margin {
    display: inline-block;
    margin: 16px 0;
    width: 100%;
}

.large-margin {
    display: inline-block;
    margin: 20px 0;
    width: 100%;
}

.no-padding {
    padding: 0;
}

.padding-left {
    padding: 0 0 0 15px;
}

.padding-right {
    padding: 0 15px 0 0;
}

.space {
    padding: 90px 0;
}

.space-top {
    padding: 90px 0 0;
}

.half-padding {
    padding: 0 7.5px;
}

.space-bottom {
    padding: 0 0 90px 0;
}

.small-space {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

section {
    overflow: hidden;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #291810;
}


/*
===========================================
Form style
===========================================
*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select.form-control {
    background-color: #f6f6f6;
    border: 1px solid transparent;
    box-shadow: none;
    color: #999;
    display: block;
    font-size: 12px;
    height: 53px;
    font-family: "Open Sans";
    line-height: 1.42857;
    padding: 6px 15px;
    width: 100%;
}

input[type="radio"],
.checkbox input[type="radio"],
.checkbox input[type="checkbox"],
input[type="checkbox"] {
    display: none;
    margin-left: 0;
    margin-top: 3px;
    position: absolute;
}

.checkbox label::before {
    border: 1px solid #dcdcdc;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.checkbox label::after {
    background-color: #f0f0f0;
    border: 1px solid #dcdcdc;
    content: "";
    height: 12px;
    left: 0;
    margin: 4px;
    position: absolute;
    width: 12px;
}

.checkbox input:checked + label::after {
    background-color: #ba9a2d;
    border-color: #ba9a2d;
}

.radio label,
.checkbox label {
    color: #282828;
    font-size: 13px;
    font-weight: normal;
    padding-left: 30px;
}

.checkbox input:checked + label {
    color: #ba9a2d;
}

.form-control::-moz-placeholder {
    color: #b7b7b7;
    font-size: 12px;
}

.form-control:-ms-input-placeholder {
    color: #b7b7b7;
    font-size: 12px;
}

.form-control::-webkit-input-placeholder {
    color: #b7b7b7;
    font-size: 12px;
}

.contact-block form .form-group {
    margin-bottom: 14px;
    padding: 0 7px;
}

label {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    max-width: 100%;
    text-transform: capitalize;
}

textarea.form-control {
    background-color: #f6f6f6;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    height: 150px;
    resize: none;
}

input:focus,
textarea.form-control:focus,
select:focus {
    border-color: #f0f0f0 !important;
    box-shadow: none !important;
    background-color: #fff !important;
}

select.form-control,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f0f0f0;
    /* fallback color if gradients are not supported */
    background-image: url("../img/select-arrow.png"), -webkit-linear-gradient(top, #fff, #fff);
    /* For Chrome and Safari */
    background-image: url("../img/select-arrow.png"), -moz-linear-gradient(top, #fff, #fff);
    /* For old Fx (3.6 to 15) */
    background-image: url("../img/select-arrow.png"), -ms-linear-gradient(top, #fff, #fff);
    /* For pre-releases of IE 10*/
    background-image: url("../img/select-arrow.png"), -o-linear-gradient(top, #fff, #fff);
    /* For old Opera (11.1 to 12.0) */
    background-image: url("../img/select-arrow.png"), linear-gradient(to bottom, #fff, #fff);
    /* Standard syntax; must be last */
    background-position: 96% center;
    background-repeat: no-repeat;
}

select::-ms-expand {
    /* for IE 11 */
    display: none;
}


/*
==========================================
center
==========================================
*/

.center,
.shots-pagination .pagination li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*
===========================================
Overlay
===========================================
*/

.overlay::before {
    background-color: rgba(13, 20, 27, 0.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.white-overlay::before {
    background-color: rgba(255, 255, 255, 0.86);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


/*
===========================================
Social
===========================================
*/

.social {
    list-style: outside none none;
    padding: 0;
}

.social li {
    display: inline-block;
    margin: 0 4px;
}

.social li a {
    background-color: #291810;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.social li a:hover {
    background-color: #222;
}

.social.simple li a {
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    height: auto;
    line-height: normal;
    text-align: center;
    width: auto;
}

.social.simple li {
    margin: 0 10px;
}

.social.simple {
    margin-top: 20px;
}

.hvr-ripple-out::before {
    animation-duration: 1s;
    border: 6px solid #e1e1e1;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.hvr-ripple-out {
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    vertical-align: middle;
}

.hvr-ripple-out:hover::before,
.hvr-ripple-out:focus::before,
.hvr-ripple-out:active::before {
    animation-name: hvr-ripple-out;
}

@keyframes hvr-ripple-out {
    100% {
        bottom: -12px;
        left: -12px;
        opacity: 0;
        right: -12px;
        top: -12px;
    }
}

@keyframes hvr-ripple-out {
    100% {
        bottom: -12px;
        left: -12px;
        opacity: 0;
        right: -12px;
        top: -12px;
    }
}


/*
===========================================
Pre Loader
===========================================
*/

#loading {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    margin-top: 0px;
    background-color: #fff;
}
#loading.down {
    top: 100%;
    opacity: 0;
}
/*
===========================================
Banner
===========================================
*/

#main-banner {
    transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
}

#main-banner {
    background-image: url("../img/banner.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-image > img {
    width: 800px;
}
#main-banner h2 {
    display: inline-block;
    height: 40px;
}
#main-banner .head {
    height: 65px;
}
#main-banner h2 {
    color: #291810;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 22px;
    margin-top: 0;
    text-transform: uppercase;
}

#main-banner p {
    color: #0d141b;
    font-size: 16px;
    line-height: 34px;
}

#main-banner .buttons {
    margin-top: 30px;
}

#main-banner .btn {
    margin-right: 30px;
}


/*
===========================================
header
===========================================
*/

nav#slide-nav {
    margin: 0;
}

#slide-nav .closs-button {
    display: none;
}

#slide-nav .closs-button {
    display: none;
}

#menu_nav .nav.navbar-nav {
    float: right;
    text-align: right;
    margin-top: 30px;
}
.menu-logo > img {
    width: 120px;
}
#menu_nav .nav.navbar-nav > li > a {
    background-color: transparent;
    color: #222;
    font-weight: 600;
    line-height: 30px;
    overflow: hidden;
    padding: 0 20px;
    text-transform: uppercase;
}

.affix #menu_nav .nav.navbar-nav {
    margin-top: 17px;
}

.nav-button i {
    font-size: 16px;
}

#menu_nav::before {
    border-bottom: 1px solid #fff;
    bottom: 0;
    content: "";
    left: 36px;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 4;
}

.nav-button span {
    background-color: #291810;
    border-radius: 50%;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin-left: -7px;
    margin-top: -22px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
    color: #fff;
}

#slide-nav.affix .navbar-nav::after {
    border-color: transparent;
}

.inner header.header-1 {
    position: relative;
}


.dropdown-menu > li > a {
    clear: both;
    color: #0d141b;
    font-weight: lighter;
    line-height: 35px;
    white-space: nowrap;
}


.navbar-header {
    float: left;
    padding: 0;
    z-index: 999;
}

.navbar-header .menu-logo {
    line-height: 80px;
    color: #291810;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
}

#slide-nav #menu_nav {
    padding: 0;
}

#menu_nav .nav.navbar-nav {
    text-align: right;
}

nav#slide-nav {
    left: 30px;
    right: 30px;
    top: 0;
    z-index: 9999;
    border: none;
}

.fixed nav#slide-nav {
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 30px;
}

nav#slide-nav.affix {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    left: 30px;
    right: 30px;
    top: 30px;
}

nav#slide-nav.affix .navbar-header .menu-logo {
    line-height: 60px;
}

#menu_nav .nav.navbar-nav a:hover {
    color: #291810;
}

#menu_nav .nav.navbar-nav a {
    color: #0d141b;
}

.white #menu_nav .nav.navbar-nav a {
    color: #fff;
}

.white #menu_nav .nav.navbar-nav .dropdown-menu > li > a {
    color: #0d141b;
}

.white nav#slide-nav.affix {
    background-color: #222;
}

nav#slide-nav {
    position: relative;
}

#menu_nav .nav.navbar-nav a.active, #menu_nav .nav.navbar-nav a:hover {
    background-color: #291810;
    border-radius: 20px;
    color: #fff;
}
/*
================================================
About us
================================================
*/

.about-block .about-item {
    border: 1px solid #eee;
    padding: 20px;
}
#about .about-item h3 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    color: #291810;
}

#about .about-item span.icon {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    color: #291810;
    height: 40px;
    text-align: center;
    width: 40px;
}

#about .about-block:first-child .about-item h3 {
    justify-content: flex-end;
}

#about .about-block:first-child .about-item h3 span {
    margin-left: 15px;
}

#about .about-item p {
    color: #222;
}

#about .about-block:first-child .about-item {
    text-align: right;
}

#about .about-block:last-child .about-item {
    text-align: left;
}

#about .about-block:last-child .about-item h3 {
    justify-content: flex-start;
}

#about .about-block:last-child .about-item h3 span {
    margin-right: 15px;
}

#about .about-block:nth-child(2) {
    text-align: center;
}

#about .about-block .large-margin {
    margin: 30px 0;
}

#about .about-item:hover h3 {
    color: #4c4c4c;
}

#about .about-item:not(:last-child) {
    margin-bottom: 70px;
}

#about .about-item:hover h3 span {
    background-color: #222;
    color: #fff;
}
.about-block img {
    width: 100%;
}

/*
===========================================
Services
===========================================
*/

.services .service-block:not(:nth-last-child(-n+3)) {
    margin-bottom: 30px;
}
.services .icon img {
    margin-bottom: 20px;
    width: 110px;
}
.services i {
    font-size: 24px;
}

.services .service-text h3 {
    color: #0d141b;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 17px;
    margin-top: 0;
    text-transform: uppercase;
}
.services .inner {
    padding: 30px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}
.service-text p {
    color: #798189;
    line-height: 30px;
}

.service-text {
    margin-left: 20px;
}

/*
===========================================
Portfolio
===========================================
*/
.cbp-caption-zoom .cbp-caption-activeWrap {
    background-color: rgba(229, 99, 83, 0.9);
}
.cbp-l-caption-desc {
    color: #eee;
}
/*
===========================================
Counter
===========================================
*/


#counter .odometer {
    color: #fff;
    font-family: poppins;
    font-size: 45px;
    font-weight: 300;
    line-height: 55px;
    transition: none 0s ease 0s ;
}
#counter .counter-base h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
}

#counter .odometer .odometer-inside::after {
    content: "+";
    font-weight: 300;
}


#counter h3 {
    color: #fff;
}

.counter-block .inner {
    box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 40px;
}
#counter.bg-color {
    background-color: #291810;
}


/*
===========================================
Price Plans
===========================================
*/
/* palden */
.pricing--palden .pricing__item {
    font-family: "Nunito", sans-serif;
    cursor: default;
    color: #84697c;
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
}

@media screen and (min-width: 66.250em) {
    .pricing--palden .pricing__item {
        margin: 1em -0.5em;
    }
    .pricing--palden .pricing__item--featured {
        margin: 0;
        z-index: 10;
        box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    }
}

.pricing--palden .pricing__deco {
    background: #291810 none repeat scroll 0 0;
    border-radius: 10px 10px 0 0;
    padding: 4em 0 9em;
    position: relative;
}
.pricing--palden .pricing__deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
}

.pricing--palden .pricing__item--featured .pricing__deco {
    padding: 5em 0 8.885em 0;
}

.pricing--palden .pricing__title {
    font-size: 0.75em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #ffd5bd;
}

.pricing--palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.pricing--palden .pricing__item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px,0,0);
    transform: translate3d(15px,0,0);
}

.pricing--palden .pricing__item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px,0,0);
    transform: translate3d(-15px,0,0);
}

.pricing--palden .icon {
    font-size: 2.5em;
}

.pricing--palden .pricing__price {
    font-size: 5em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
}

.pricing--palden .pricing__currency {
    font-size: 0.15em;
    vertical-align: top;
    color: #fff;
}

.pricing--palden .pricing__period {
    font-size: 0.15em;
    padding: 0 0 0 0.5em;
    color: #fff;
    font-style: italic;
}

.pricing--palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
}

.pricing--palden .pricing__feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
}

.pricing--palden .pricing__feature {
    padding: 1em 0;
}

.pricing--palden .pricing__action {
    background: #291810 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    font-family: poppins;
    font-weight: 400;
    margin: auto 3em 2em;
    padding: 1em 2em;
    text-transform: uppercase;
    transition: background-color 0.3s ease 0s;
}

.pricing--palden .pricing__action:hover,
.pricing--palden .pricing__action:focus {
    background-color: #291810;
}
.pricing-section {
    padding: 0 0 30px;
    position: relative;
}

.pricing-section__title {
    font-size: 1.4em;
    font-weight: 700;
    margin: 3em 0 5em;
    flex: none;
}

.pricing-section a {
    color: #333;
}

.pricing-section a:hover,
.pricing-section a:focus {
    color: #000;
}

/* Common styles */

.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}

.pricing__item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
}

.pricing__feature-list {
    text-align: left;
}

.pricing__action {
    color: inherit;
    border: none;
    background: none;
}

.pricing__action:focus {
    outline: none;
}
/*
===========================================
Footer
===========================================
*/

footer {
    background-color: #222;
    padding: 10px 0;
}

.footer-1 .footer-block p {
    color: #fff;
    font-weight: 400;
    margin: 4px 0 0;
}

#socials {
    padding: 0 0 40px 0;
}
/*
===========================================
Contact Us
===========================================
*/

.contact-us .address-block {
    display: flex;
}

.address .icon {
    color: #0d141b;
    font-size: 34px;
    line-height: 20px;
    margin-right: 15px;
}

.address h4 {
    color: #0d141b;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}

.address h4 {
    color: #0d141b;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
}

.contact-us .address-info > a,
.contact-us .address-info > p {
    color: #898e92;
    font-weight: lighter;
    line-height: 30px;
}

.contact-us .address {
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.contact-us .address::after {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    content: "";
    height: 1px;
    left: 15px;
    position: absolute;
    right: 15px;
    top: auto;
}

.contact-us .contact-form .form-group {
    margin-bottom: 25px;
    padding: 0 7.5px;
}

#map {
    height: 374px;
    width: 100%;
}


/* Nao */

.input--nao {
    overflow: hidden;
    padding-top: 1em;
}

.input__field--nao {
    padding: 0.5em 0em 0.25em;
    width: 100%;
    background: transparent!important;
    color: #9da8b2;
    font-size: 1.25em;
}

.input__field {
    background: #f0f0f0 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #aaa;
    display: block;
    float: right;
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 0.8em;
    position: relative;
    resize: none;
}
#contact-us .contact-form::before {
    background-color: #291810;
    bottom: -40px;
    content: "";
    left: -50px;
    position: absolute;
    right: 0;
    top: -40px;
}
.content {
    font-size: 150%;
}

.input__label--nao {
    position: absolute;
    top: 0.95em;
    font-size: 1em;
    left: 0;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0em;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.2s 0.15s, color 1s;
    transition: transform 0.2s 0.15s, color 1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.input__label-content {
    display: block;
    padding: 1.6em 0;
    position: relative;
    width: 100%;
}

.graphic--nao {
    stroke: #fff;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
    transition: transform 0.7s, stroke 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}
#contact-us .contact-form form {
    left: -30px;
}
.input__field--nao:focus + .input__label--nao,
.input--filled .input__label--nao {
    color: #333;
    -webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
}

.input__field--nao:focus ~ .graphic--nao,
.input--filled .graphic--nao {
    stroke: #333;
    -webkit-transform: translate3d(-66.6%, 0, 0);
    transform: translate3d(-66.6%, 0, 0);
}

.graphic {
    fill: none;
    left: 0;
    position: absolute;
    top: 0;
}

.input {
    display: inline-block;
    width: 100%;
}

.input__field:focus {
    outline: none;
}

.contact-form .contact-form input:focus,
.contact-form .contact-form textarea.form-control:focus,
.contact-form .contact-form select:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}


/*
===========================================
Testimonials
===========================================
*/

.testimonial .quotation {
    color: #eee;
    font-family: monospace;
    font-size: 400px;
    left: 0;
    line-height: 400px;
    position: absolute;
    right: 0;
}
section#testimonial:hover .heading h2 {
    color: #333;
}
.testimonial .testi-block .inner > p {
    color: #798189;
    font-size: 16px;
    line-height: 26px;
}

.testimonial .inner > img {
    margin-bottom: 20px;
    margin-top: 20px;
}

.testimonial .profession {
    color: #291810;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.owl-item.active .testi-block .inner {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
    -webkit-transform:scale(1.1);
    z-index: 2147483647;
}
.testimonial .profession > span {
    color: #798189;
    display: block;
    font-size: 12px;
    margin-top: 0;
    text-transform: lowercase;
}

.testimonial {
    background-color: #291810;
}

.testimonial .heading h2 {
    color: #fff;
}
#testimonial .owl-carousel .owl-wrapper {
    padding: 30px 0;
}
.testimonial .inner {
    background-color: #fff;
    padding: 30px 0 40px;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}


.testimonial .owl-theme .owl-controls .owl-buttons div {
    background-color: #fff;
    color: #222;
    font-size: 20px;
    height: 30px;
    margin: 0;
    position: absolute;
    right: -43px;
    width: 30px;
    line-height: 30px;
    padding: 0;
}
.testimonial .owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    margin: 5px 3px;
}
.testimonial .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -43px;
    right: auto;
}


/*
===========================================
Blog
===========================================
*/

.blog {
    background-color: #f9f9f9;
}

.blog .inner img {
    width: 100%;
}

.blog .blog-block .tag {
    color: #888;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.blog .blog-block .inner h3 {
    color: #111517;
    font-weight: 700;
    line-height: 35px;
}

.blog .blog-block .inner h3 a {
    color: #111517;
}

.blog .blog-block .inner p {
    color: #888;
    line-height: 28px;
}

.blog .blog-block {
    margin-bottom: 30px;
    padding: 0 10px;
}

.blog .blog-block.col-sm-4 {
    padding: 0 10px;
}

.blog .blog-block.col-sm-3 {
    padding: 0 5px;
}

.blog .blog-content {
    padding: 30px 20px;
}

.blog .blog-block:hover .inner {
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
}
