/*
///// CSS Index \\\\\\
1. Slides css
2. Section Title css
3. Service box
4. Project CSS
5. Testimonial CSS
6. Project Details CSS
7. Iconic Btn CSS
9. cta CSS
10. team CSS
11. post block CSS
12. responsive block CSS
*/


/*common css*/

.vc_col-has-fill > div.vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner {
    padding-top: 0px;
}

.vc_row.right-bg {
    background-position: right top !important;
}
.vc_row.right-bg h2 {
    margin-bottom: 20px;
}
.vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 15px;
}
.entry-content .wpb_wrapper h2 {
    margin-top: 0;
}

.vc_row {overflow: hidden;}
.brownvent-slides {display: none;}
.single-brownvent-slide-item {
    display: table;
    width: 100%;
    position: relative;
}

.brownvent-slide-bg {
    position: absolute;
    right: 80px;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
}

.brownvent-slide-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.brownvent-slide-text h2 {
    font-size: 80px;
    background: #fff;
    padding-bottom: 40px;
    padding-left: 0;
    padding-top: 22px;
}

.brownvent-slide-bg:before {
    position: absolute;
    right: -80px;
    bottom: -80px;
    height: 100%;
    width: 100%;
    content: "";
    background: #f4f4f4;
    z-index: -1;
}

.brownvent-style-style-2 .brownvent-slides {background-color: #333
}




.brownvent-content-box {
    position: relative;
    margin-bottom: 50px;
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 110px;
}

.brownvent-content-box-bg {
    position: absolute;
    left: 50px;
    top: 0;
    height: 95%;
    width: 44%;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    margin-bottom: 50px;
}



.content-box-title {
    font-size: 75px;
    background: #fff;
    margin-left: -350px;
    padding: 50px 40px 60px;
    text-align: right;
}

.brownvent-content-box-bg:after, .single-brownvent-project-bg:after, .brownvent-team-img:after {
    position: absolute;
    right: 25%;
    height: 150px;
    bottom: -98px;
    width: 2px;
    content: "";
    background: #c6a15b;
}

.bordered-btn {
    display: inline-block;
    border-bottom: 2px solid #c6a15b;
    color: #333;
    position: relative;
    z-index: 1;
}
.bordered-btn:hover{
    color: #c6a15b;
}

.bordered-btn:after {
  position: absolute;
  right: 0;
  width: 0%;
  height: 2px;
  content: '';
  background-color: #c6a15b;
}
.bordered-btn:hover::after {
  width: 100;
  transition: .5s;
}
.brownvent-content-box p {
    margin-bottom: 25px;
}

.bordered-btn i.fa {
    padding-left: 5px;
}


.right-side .brownvent-content-box-bg {
    left: auto;
    right: 50px;
}

.right-side .brownvent-content-box-bg:before {
    left: auto;
    right: -50px;
}

.right-side .brownvent-content-box-bg:after {
    right: auto;
    left: 25%;
}

.right-side .content-box-title {
    margin-left: 0;
    margin-right: -350px;
    text-align: left;
    padding-left: 0;
}

.brownvent-projecct-section-tiotle {
    font-size: 80px;
    text-align: center;
    margin: 100px 0;
}

.single-brownvent-project-bg {
    height: 500px;
    background-color: #ddd;
    background-size: cover;
    background-position: center;
    margin-bottom: 55px;
    position: relative;
    margin-left: 30px;
}

.brownvent-projecct-info {
    font-size: 14px;
}

.brownvent-projecct-info
 h3 {
    font-size: 20px;
}

.single-brownvent-project {
    text-align: center;margin-bottom: 50px;
}

.single-brownvent-project-bg:before, .brownvent-shadow_image:before, .brownvent-team-img:before {
    position: absolute;
    left: -30px;
    bottom: -30px;
    height: 100%;
    width: 100%;
    content: "";
    background: #f4f4f4;
    z-index: -1;
}

.single-brownvent-project-bg:after {
    right: auto;
    left: 10%;
    height: 100px;
    bottom: -70px;
}

.single-brownvent-project-no-2 {margin-top: 80px;}


.brownvent-testimonial-list-wrap {
    position: relative;
    margin-top: 80px;
}

.single-brownvent-testimonial {
    position: relative;
    padding-bottom: 120px;
}

.single-brownvent-testimonial-bg {
    position: absolute;
    right: -15%;
    height: 100%;
    width: 65%;
    background-size: cover;
    background-color: #ddd;
    background-position: center top;
}

.brownvent-testimonial-inner {
    margin-bottom: 25px;
    padding-top: 290px;
}
.brownvent-testimonial-list {
    max-width: 45%;
}

.brownvent-testimonial-icon {
    color: #c6a15b;
    font-size: 20px;
    margin-bottom: 20px;
}

.brownvent-testimonial-author h3 span {
    font-size: 16px;
    color: #767676;
    display: block;
    margin-top: 14px;
}

.brownvent-testimonial-title {
    font-size: 80px;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 2;
}

.brownvent-testimonial-list .owl-nav div {
    background: #c6a15b;
    color: #fff;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 46px;
}

.brownvent-testimonial-list .owl-nav {
}

.brownvent-testimonial-list .owl-nav div.owl-next {
    background-color: #333;
}

.brownvent-testimonial-list .owl-nav div:hover {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}




.brownvent-style-style-2 .brownvent-slide-bg:before {
    display: none;
}

.brownvent-style-style-2 .brownvent-slide-bg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.brownvent-style-style-2 
 .brownvent-slide-text h2 {
    font-size: 30px;
    background: none;
    font-style: italic;
    padding: 0;
    color: #fff;
}

.brownvent-style-style-2 
 .brownvent-slide-text h1 {
    font-size: 80px;
    color: #fff;
}

.brownvent-style-style-2 
 .brownvent-slide-text {
    color: #fff;
}

.brownvent-style-style-2 .single-brownvent-slide-item {
    z-index: 2;
}

.brownvent-style-style-2 .brownvent-slide-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    z-index: -1;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.brownvent-style-style-2 .brownvent-slide-tablecell {
    z-index: 2;
    position: relative;
}

.brownvent-style-style-2 .brownvent-slide-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.brownvent-style-style-2 .brownvent-slide-buttons a {
    background: #c6a15b;
    color: #fff;
    border: none;
    padding: 20px 50px;
    display: inline-block;
    font-weight: 400;
}

.brownvent-style-style-2 .brownvent-slide-buttons a i.zmdi {
    padding-left: 10px;
}


.brownvent-content-box-style-2 .content-box-title {
    font-size: 60px;
    background: none;
    margin: 0;
    padding-top: 20px;
    text-align: left;
    padding-left: 0;
}

.brownvent-content-box-style-2 .bordered-btn {
    background: #c6a05b;
    color: #fff;
    padding: 15px 40px;
    margin-top: 20px;
}
.brownvent-content-box-style-2 .bordered-btn:hover, .woocommerce ul.products li.product .button:hover, .woocommerce .widget_price_filter .price_slider_amount .button:hover{
    background-color: #222222;
}
.brownvent-content-box-style-2 .brownvent-content-box-bg:after {
    display: none;
}

.brownvent-content-box-style-2 .brownvent-content-box-bg:before {
    background: none;
    border: 2px solid #c69f5b;
    bottom: -30px;
    left: -30px;
    right: -30px;
}

.brownvent-content-box-style-2.right-side .brownvent-content-box-bg:before {
    right: -30px;left: auto
}

.brownvent-content-box-style-2 .brownvent-content-box-bg {
    width: 40%;
    left: 7%;
}

.brownvent-content-box-style-2.right-side .brownvent-content-box-bg {
    right: 7%;left: auto
}

.brownvent-content-box-style-2.brownvent-content-box {margin-top: 0}

.brownvent-section-title {
    max-width: 550px;
    margin-bottom: 80px;
}

.brownvent-section-title h2 {
    font-size: 60px;
}



.brownvent-cta-area {
    margin: 120px 0;
    background: #fff;
    max-width: 550px;
    text-align: center;
    padding: 80px;
    margin-left: 8%;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.brownvent-cta-area h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.brownvent-cta-area h2 strong {
    color: #c69e5b;
}

.brownvent-btn.cta-btn {
    background: #c6a15b;
    color: #fff;
    font-size: 16px;
    padding: 15px 40px;
    margin-top: 20px;
    display: inline-block;
}
.brownvent-btn.cta-btn:hover{
    background-color: #222;
    transition: .5s;
}


.brownvent-style-style-4
 .brownvent-btn:hover {
    color: #fff;
    background-color: #333;
}

.slider-preloader-wrap.brownvent-style-style-3, .slider-preloader-wrap.brownvent-style-style-3 div,
.slider-preloader-wrap.brownvent-style-style-4, .slider-preloader-wrap.brownvent-style-style-4 div {
    height: 100%;
}

.slider-preloader-wrap.brownvent-style-style-3 div.brownvent-slide-tablecell, .slider-preloader-wrap.brownvent-style-style-3 div.brownvent-slide-tablecell div, 
.slider-preloader-wrap.brownvent-style-style-4 div.brownvent-slide-tablecell, .slider-preloader-wrap.brownvent-style-style-4 div.brownvent-slide-tablecell div {
    height: auto;
}

.brownvent-style-style-3 .brownvent-slide-bg,
.brownvent-style-style-4 .brownvent-slide-bg {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.slider-preloader-wrap.brownvent-style-style-3 {
    margin-top: 15px;
    height: 96.5%;
}

.brownvent-style-style-3 .brownvent-slide-bg:before,
.brownvent-style-style-4 .brownvent-slide-bg:before {
    left: 0;
    top: 0;
    background: #000;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.brownvent-style-style-3 .brownvent-slide-tablecell,
.brownvent-style-style-4 .brownvent-slide-tablecell {
    position: relative;
    z-index: 3;
}

.brownvent-style-style-3 .brownvent-slide-text h2,
.brownvent-style-style-4 .brownvent-slide-text h2 {
    font-size: 30px;
    color: #c6a15b;
    padding: 0;
    background: none;
    font-style: italic;
    font-weight: normal;
}

.brownvent-style-style-3 .brownvent-slide-text h1,
.brownvent-style-style-4 .brownvent-slide-text h1 {
    font-size: 70px;
    color: #fff;
}

.brownvent-style-style-3 .brownvent-slide-text,
.brownvent-style-style-4 .brownvent-slide-text {
    color: #fff;
}

.brownvent-style-style-3 .brownvent-btn,
.brownvent-style-style-4 .brownvent-btn {
    background: #c6a15b;
    color: #fff;
    font-weight: 400;
    padding: 15px 40px;
    display: inline-block;
    margin-top: 35px;
}
.brownvent-btn:hover, .brownvent-style-style-3 .brownvent-btn:hover,
.brownvent-style-style-4 .brownvent-btn:hover{
    color: #c6a15b;
}
.brownvent-style-style-3 .brownvent-btn:hover{
    background-color: #222222;
    color: #fff;
}
.brownvent-style-style-2 .brownvent-slide-buttons a:hover{
    background-color: #222;
}
.brownvent-style-style-3 .brownvent-slide-text {
    padding-top: 60px;
}

.brownvent-section-title.brownvent-section-title-center {
    margin: 0 auto 80px;
    text-align: center;
}

.brownvent-cta-area.brownvent-cta-area-center {
    margin: 120px auto;
}

.brownvent-style-style-4 .brownvent-slide-text h2 {
    color: #fff;
}

.product-style-3 div.woocommerce ul.products li.product a img {
    max-height: 320px;
    height: 320px;
    width: auto;
    margin: 0 auto;
    padding: 20px;
}

.product-style-3 ul.products li.product:after {
    background: #ececec;
    border: none;
    height: 320px;
}

.about-text h2 {
    font-size: 40px;
    margin-bottom: 45px;
}

.about-text p {
    margin-bottom: 25px;
}

.brownvent-shadow_image {
    background-size: cover;
    background-position: center;
    background-color: #ddd;
}

.brownvent-shadow_image {
    position: relative;
    margin-bottom: 30px;
}

.about-text {
    margin-top: 100px;
}

.brownvent-iconic-box h3 {
    font-size: 20px;
}
.brownvent-btn.brownvent-iconic-btn:hover {
  background-color: transparent;
  color: #c6a05b;
}
.brownvent-iconic-box {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}

i.iconic-box-absolute-icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #c6a05b;
    font-size: 30px;
}

.brownvent-team-img {
    position: relative;
    margin-bottom: 60px;
}

.brownvent-single-team {
    text-align: center;
}

.brownvent-single-team {}

.brownvent-team-img img {
    width: 100%;
}

.brownvent-team-detail h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.brownvent-team-img:after {
    left: 15%;
    height: 100px;
    bottom: -75px;
}

.gray-box {
    background: #f9f9f9;
    padding: 35px;
}

.gray-box p {
    margin-bottom: 25px;
}

.gray-box a {
    color: #c69f5b;
}


.custom-contact-form label {
    
    display: block;
}

.custom-contact-form input, .custom-contact-form textarea {
    margin-top: 14px;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 400;
}

.custom-contact-form textarea {
    height: 120px;
    width: 100%;
}

input[type=submit] {
    background: #c69f5b;
    width: auto;
    color: #fff;
    border: none;
    padding: 13px 40px 15px;
}

.custom-contact-form input[type=submit] {
    margin-top: 0;
}
.custom-contact-form input[type="submit"]:hover{
    background-color: #222;
    transition: .6s;
}
.brownvent-project-categories {
    margin-bottom: 60px;
    text-align: center;
    padding: 0;
    list-style: none;
}

.brownvent-project-categories li {
    display: inline-block;
    color: #333;
    padding: 20px;
    cursor: pointer;
}

.brownvent-project-categories li:hover, .brownvent-project-categories li.active {
    color: #c6a05b;
}

.single-brownvent-project-wrap:hover .single-brownvent-project-bg:before {
    left: -35px;
    bottom: -35px;
}

.single-brownvent-project-bg:before {
    -webkit-transition: .4s;
    transition: .4s;
}

.wpb_gmaps_widget.wpb_content_element {
    margin-bottom: 0;
}

div.wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}

.brownvent-project-wide-bg {height: 600px;background-size: cover;background-position: center;background-color: #ddd;margin-bottom: 40px;}

.project-detail-meta {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.project-detail-meta li
 strong {
    color: #333;
    min-width: 40%;
    display: inline-block;
}

ul.project-detail-meta li {
    padding-bottom: 5px;
}

ul.project-detail-meta li strong:after {
    content: ":";
    padding-left: 5px;
}

.brownvent-related-projects {
    margin-top: 80px;
}

.brownvent-related-projects-title {
    margin-bottom: 50px;
}


.brownvent-slides .owl-dots div {
    height: 15px;
    width: 15px;
    background: #c6a15b;
    margin: 10px;
    border-radius: 50%;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.brownvent-slides .owl-dots {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -2%;
}

.brownvent-slides .owl-dots div.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.preloader4 {
    height: 70px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
}

.preloader-wrap {
    position: relative;
    z-index: 9;
}

.preloader-wrap {background-color: #eab42c}

.preloader4 {
  width: 70px;
  height: 70px;
  border-style: solid;
  border-top-color: #FFF;
  border-right-color: #FFF;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-animation: rotate 3s ease-in-out infinite;
          animation: rotate 3s ease-in-out infinite;
  -webkit-transform: rotate(-200deg);
          transform: rotate(-200deg)
}
@-webkit-keyframes rotate {
  0% { border-width: 10px; }
  25% { border-width: 3px; }
  50% { 
    -webkit-transform: rotate(115deg); 
            transform: rotate(115deg); 
    border-width: 10px;
  }
  75% { border-width: 3px;}
  100% { border-width: 10px;}
}
@keyframes rotate {
  0% { border-width: 10px; }
  25% { border-width: 3px; }
  50% { 
    -webkit-transform: rotate(115deg); 
            transform: rotate(115deg); 
    border-width: 10px;
  }
  75% { border-width: 3px;}
  100% { border-width: 10px;}
}