
/*-------------------------------------------------
 =  Table of Css

 1.Fonts                              
 2.Isotope                              
 3.Header                          
 4.General code                   
 5.Content - home section        
 6.content - about section
 7.content - custom-section                             
 8.content - testimonial section 
 9.content - team section                              
 10.content -statistic section                               
 11.content - services section                              
 12.content - tweet section                                  
 13.content - portfolio section 
 14.content - connected section                               
 15.content - testimonial section 2                             
 16.content - contact section                             
 17.Footer   
-------------------------------------------------*/

/*-------------------------------------------------------*/
/* 1. fonts
/*-------------------------------------------------------*/

@font-face { 
    font-family: 'helvetica';
    src: url('fonts/helvetica.eot');
    src: url('fonts/helveticad41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica.woff') format('woff'),
         url('fonts/helvetica.ttf') format('truetype'),
         url('fonts/helvetica.svg#webfont') format('svg');
}

@font-face { 
    font-weight: 700;
    font-weight: 700;
    font-weight: 700;
         font-weight: 700;
         font-weight: 700;
         font-weight: 700;
}

@font-face { 
    font-family: 'HelveticaLt';
    src: url('fonts/HelveticaLt.eot');
    src: url('fonts/HelveticaLtd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaLt.woff') format('woff'),
         url('fonts/HelveticaLt.ttf') format('truetype'),
         url('fonts/HelveticaLt.svg#webfont') format('svg');
}

@font-face { 
    font-family: 'big_noodle_titling-webfont';
    src: url('fonts/big_noodle_titling-webfont.eot');
    src: url('fonts/big_noodle_titling-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/big_noodle_titling-webfont.woff') format('woff'),
         url('fonts/big_noodle_titling-webfont.ttf') format('truetype'),
         url('fonts/big_noodle_titling-webfont.svg#webfont') format('svg');
}

/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar {
    width: 100%;
    margin-bottom: 0;
    background-color:rgba(0,0,0,0.5); 
    border: none;
}

.navbar.active {
    position: fixed;
    opacity: 0.95;
    background-color:rgba(0,0,0,0.5);
}

.navbar-brand {
    padding: 15px 15px;
}

.innher-header {
    padding: 0 15px;
    position: relative;
}

.navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 15px;
}

.navbar-default .navbar-nav > li {
    margin-left: 1px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    padding: 43px 23px 30px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a.active {
    color: #ac7428;
}
#container .navbar .navbar-nav {
    margin-right:15px;
}
/*serch-form*/
.search-form {
  height: 21px;
  position: absolute;
  right: 0;
  top: 40px;
  cursor: pointer;
  white-space: nowrap;
  padding-right:35px;
}
.search-form input{
    border:none;
}
#s{
    height: 100%;
    display: none;
    margin-right: 8px;
    padding:3px 5px;
    font-size: 12px;
}
#search {
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.search-form span {
  border-left:1px solid #fff;
  display: block;
  padding-left: 11px;
  text-align: right;
  cursor: pointer;
  right:0;
  top:0;
  position: absolute;
}
/*-------------------------------------------------*/
/* =  General 
/*-------------------------------------------------*/

#container {
    opacity: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

#container.active {
    opacity: 1;
}

#container > header{
  position: absolute;
}


.preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-backface-visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.preloader img {
    -webkit-backface-visibility: hidden;
}

.work-posts:hover:before,.slotholder:after, #statistic-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/back-pattern.png');
}

/*-------------------------------------------------*/
/* =  content - home section
/*-------------------------------------------------*/

.tp-caption {
  color: #fff;
  font-family: "big_noodle_titling-webfont";
  text-shadow: none;
  text-transform: uppercase;
}
.tp-caption.bg-text{
    background-color:#ac7428;
	
}

.tp-caption.bg-text{
    font-size:121px;
}
.tp-caption.bg-text:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 54%;
  background: #ac7428;
  z-index: -1;
  top: 20px;
}
.tp-caption.large_text3{
    font-size: 125px;
}

.tp-caption.modern_small_text_dark {
    color: #424242;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    line-height: 24px;
}

.tp-caption.modern_small_text_dark a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #fff;
    padding: 10px 20px; !important;
    display: inline-block;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.tp-caption.modern_small_text_dark a:hover {
    color: #ac7428;
    background: #fff;
}

.tp-leftarrow.default:after {
    content:'\f104';
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #fff;
    line-height: 158px;
}

.tp-rightarrow.default:after {
    content:'\f105';
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #fff;
    line-height: 158px;
    background: none;
}

/*-------------------------------------------------*/
/* =  content - about section
/*-------------------------------------------------*/

#about-section {
  padding: 60px 0;
}

.title-section {
    margin-bottom: 75px;
    text-align: center;
}

.title-section .title-line > div {
    margin: 0 auto 23px;
    text-transform: uppercase;
    position: relative;
    width: 740px;
}

.title-section p {
    color: #666666;
    font-size: 13px;
    font-family: 'helvetica';
    margin: 0 auto;
    max-width: 660px;
}

.title-section p span {
    color: #ac7428;
}

.title-section .title-line p {
  background: #ac7428;
  display: inline-block;
  font-size: 31px;
  font-weight: 700;
  padding: 0 10px;
  position: relative;
  z-index: 2;
  /*margin-top: -11px;*/
  color: #fff!important;
}

.title-section .title-line > div span {
  background-color:#ac7428;
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -370px;
  position: relative;
  top: -20px;
  width: 100%;
}
.title-section .title-line > div span:before,.title-section .title-line > div span:after{
    position: absolute;
    content:"";
    width:18px;
    height: 18px;
    border-radius: 50%;
    background-color:#ac7428;
    top:-9px;
}
.title-section .title-line > div span:before{
    left:-9px;
}
.title-section .title-line > div span:after{
    right:-9px;
}
.title-section .title-line > div span.line-bottom {
    bottom: 6px;
    top: auto;
    left: 80px;
    right: 80px;
}

.title-section .title-line > div span.line-center {
    top: 50%;
    margin-top: 2px;
    left: 0px;
    right: 0px;
}
.work-posts{
    width:24.98%;
    border:1px solid #fff;
    border-top-color: #eeedea;
    border-bottom-color: #eeedea;
    float:left;
    background-color: #f5f5f5;
    position: relative;
}
.work-posts img{
    width: 100%;
}
.work-posts:hover:before{
    z-index: 1;
}
.work-titles {
  text-align: center;
  text-transform: uppercase;
  padding:5px 0 15px;
  position: relative;
  z-index: 3;
  transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.work-titles h2{
    margin:0;
}
.work-titles a {
  font-size: 16px;
  color: #ac7428;
  font-weight: 700;
}
.work-titles span{
    font-size: 13px;
}
.work-posts:hover .work-titles{
    background-color: #ac7428;
    color:#fff;
}
.work-posts:hover a{
    color:#fff;
}
.services-post > a {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 32px;
    background: #ac7428;
    margin-bottom: 40px;
    margin-top: 20px;
    text-align: center;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
    float: left;
    -webkit-backface-visibility: hidden;
}

.services-box .services-post > a:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-bottom: 16px solid #ac7428;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-box .services-post > a:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 16px solid #ac7428;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post > a i {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
    line-height: 36px;
    -webkit-backface-visibility: hidden;
}

.services-post:hover > a {
    background: #30424c;
}

.services-box .services-post:hover > a:before {
    border-bottom: 16px solid #30424c;
}

.services-box .services-post:hover > a:after {
    border-top: 16px solid #30424c;
}

.services-post h4 {
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.services-post .services-post-content {
    margin-left: 85px;
}

.services-post p {
    color: #9aa7af;
    font-size: 14px;
    font-family: 'HelveticaLt';
    font-weight: 300;
    margin: 0;
    line-height: 20px;
}

/*-------------------------------------------------*/
/* =  content - custom section
/*-------------------------------------------------*/
#custom-section {
  /*background: url("../images/pattern2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  position: relative;
  z-index: 2;
  padding: 50px 0;
}

#custom-section h3{
    margin-bottom: 15px;
    font-size: 25px;
}

#custom-section .flex-res p {
  max-width: 510px;
  line-height: 1.6;
  font-size: 16px;
}

/*-------------------------------------------------*/
/* =  content - statistic section
/*-------------------------------------------------*/
    /*section-head*/
    .section-head{
      position: relative;
    }
    .section-head .container {
        position: relative;
    }

    .section-head h1 span {
      background-color: #ac7428;
      display: inline-block;
      height: 100%;
      padding: 0 4%;
    }

    .section-head h1{
        position: absolute;
        top:-48px;
        width:100%;
        font-size: 31px;
        text-transform: uppercase;
        color:#fff;
        height: 57px;
        text-align: center;
        line-height: 57px;
        left:0;
        z-index: 5;
    }


#statistic-section {
    /*background: url('../upload/bg-parten.jpg');*/
    padding: 0 0 100px;
    position: relative;
    text-align: center;
    -webkit-backface-visibility: hidden;
}


#statistic-section h1{
    text-transform: capitalize;
    font-size: 24px;
}

#statistic-section .statistic-des p {
    color:#ac7428;
}


.statistic-post {
  background: rgba(255, 255, 255, 0.1) url('../images/back-pattern.png')!important;
  height: 196px;
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 77px;
}


.statistic-post p span.timer {
    display: inline-block;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 6px;    
}

.statistic-post b {
  font-size: 25px;
  color: #fff;
  position: relative;
  top: -5px;
}

.statistic-post p {
    color:#d991e0;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    font-weight: 700;
}

/* process-skill */
.progress-skill {
  background-color: #ac7428;
  position: relative;
  padding:30px 0;
  margin-bottom: 45px;
}

.progress-skill .progress{
    background-color:rgba(245,245,245,0.5);
    position: relative;
    height: 30px;
    border-radius: 0;
}

.progress-skill .progress-bar{
    background: #ac7428 url('../images/back-pattern.png');
    box-shadow: none;
}

.progress-skill span{
    position: absolute;
    top:7px;
}

.progress-skill .skill-name{
    left:15px;
}

.progress-skill .skill-rate{
    right:15px;
    color:#ac7428;
}

/* testimonial-section */
.testimonial ul{
    list-style: none;
}
.testimonial ul li p {
    display: inline-block;
    color: #fff;
    font-size: 28px;
    font-family: 'HelveticaLt';
    text-transform: uppercase;
    line-height: 40px;
    margin: 0 0 14px;
    padding: 0 80px;
    position: relative;
}

.testimonial ul li p:before {
    content: open-quote;
    font-size: 150px;
    margin: 0 15px;
    line-height: 40px;
    font-family: 'HelveticaLt';
    text-transform: uppercase;
    position: absolute;
    top: 30px;
    left: 0;
    opacity: 0.25;
}

.testimonial ul li p:after {
    content: close-quote;
    font-size: 150px;
    margin: 0 15px;
    line-height: 40px;
    font-family: 'HelveticaLt';
    text-transform: uppercase;
    position: absolute;
    bottom: -40px;
    right: 0;
    opacity: 0.25;
}

.testimonial ul li > span {
    color: #ac7428;
    font-size: 17px;
    font-family: 'helvetica';
    display: inline-block;
    -webkit-backface-visibility: hidden;
}


/*-------------------------------------------------*/
/* =  content - services section
/*-------------------------------------------------*/
.partten-caro{
  background: url('../images/pattern2.png');
}
#services-section {
    /*background: url('../images/pattern2.png');*/
    position: relative;
    z-index: 2;
    padding:70px 0;
	background:#fff;
}

.center-section h1 {
    text-align: center;
    margin-top: -30px;
    margin-bottom: 86px;
}

.center-section h1 span {
    display: inline-block;
    color: #fff;
    font-size: 31px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 70px 15px;
    background: #ac7428;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
}

.services-box2 .row {
    margin-bottom: 35px;
}

.services-box2 .services-post {
    margin-bottom: 35px;
}

.services-box2 .services-post > a {
    width: 65px;
    height: 65px;
    background: #ac7428;
    margin: 0;
}

.services-box2 .services-post:hover > a {
    background: #2e2e2e;
}

.services-box2 .services-post > a i {
    font-size: 28px;
    line-height: 65px;
}

.services-post-content h4 a {
    color: #2e2e2e;
    text-decoration: none;
}

.services-box2 .services-post:hover a {
    color: #ac7428;
}
    .foot-section{
        background-color: #ac7428;
        padding:40px 0 30px;
        color:#fff;
        text-align: center;
    }
#services-section .foot-section{
    text-transform: uppercase;
}
#services-section .foot-section p{
    font-size: 30px;
}
#services-section .btn{
    font-size: 19px;
    background-color:#30424c;
    color:#fff;
    box-shadow: none;
    border:none;
}

/*-------------------------------------------------*/
/* =  content - testimonial section
/*-------------------------------------------------*/

#testimonial-section {
  /*background: url("../upload/bg-parten.jpg") repeat scroll 0 0;*/
  overflow: hidden;
  padding: 80px 0 60px;
  position: relative;
  text-align: center;
  z-index: 2;
}

/*-------------------------------------------------*/
/* =  content - team section
/*-------------------------------------------------*/

#team-section {
    padding: 80px 0;
}

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

.team-post:hover img {
    background-color:#fff;
}

.team-content {
  background-color:#fff;
  padding: 15px;
  transition: all 0.17s ease-in-out 0s;
  width: 100%;
  text-align: center;
}

.team-content h3 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 13px;
    text-align: left;
}
.team-content h3 a{
    color: #2e2e2e;
}
.team-content h3 span {
    display: inline-block;
    float: right;
    text-transform: capitalize;
    color: #9aa7af;
    font-size: 13px;
    font-family: 'HelveticaLt';
}

.team-content p {
    color: #9aa7af;
    font-size: 13px;
    font-family: 'HelveticaLt';
    line-height: 18px;
    margin-bottom:15px;
}

ul.social-memb {
    padding: 0;
    margin: 0;
}

ul.social-memb li {
    display: inline-block;
    margin-right: 14px;
}

ul.social-memb li a {
    display: inline-block;
    text-decoration: none;
}

ul.social-memb li a i {
    color: #dfdfdf;
    font-size: 20px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.social-memb li a i:hover {
    color: #ac7428;
}


/*-------------------------------------------------*/
/* =  content - tweet section
/*-------------------------------------------------*/

#tweet-section {
  /*background: url("../upload/tweet-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  overflow: hidden;
  padding: 30px 0 65px;
  position: relative;
  text-align: center;
}

#tweet-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/back-pattern.png');
}

#tweet-section .container {
    position: relative;
    z-index: 2;
}

span.tweet-icon {
    display: inline-block;
    width: 62px;
    height: 62px;
    text-align: center;
    background-color: #ac7428;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 20px;
}

span.tweet-icon i {
    line-height: 62px;
    font-size: 30px;
    color: #fff;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.bxslider li p {
    color: #fff;
    font-size: 22px;
    font-family: 'HelveticaLt';
    line-height: 31px;
    text-transform: uppercase;
    margin: 0 auto 18px;
    max-width: 730px;
}

ul.bxslider li p a {
    color: #fff;
    text-decoration: none;
}
#tweet-section .bx-controls-direction a{
    display: block;
    width:40px;
    height: 30px;
    border-radius: 3px;
    text-indent: 0;
    line-height: 30px;
    color:#fff;
}

#tweet-section .bx-controls-direction a:hover{
    color:#ac7428;
    border-color:#ac7428;
}

#tweet-section .bx-controls {
  bottom: -60px;
  left: 50%;
  width: 84px;
  margin-left: -41px;
}

/*-------------------------------------------------*/
/* =  content - portfolio section
/*-------------------------------------------------*/

#portfolio-section {
    /*background: url('../upload/portfolio-bg.png') no-repeat 0px 0px;*/
    padding-bottom: 90px;
	background-size: cover;
}
#portfolio-section .container{
    padding-top:60px;
}
#portfolio-section .title-section{
    margin:55px 0 30px;
}

.work-post {
    width: 24.98%;
    padding-left: 1px;
    padding-bottom: 1px;
}

.work-post img {
    width: 100%;
}

.hover-box {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    background: rgba(255,255,255,0.5) url('../images/back-pattern.png');
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
    -o-transform: scale(0) rotate(360deg);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.work-post:hover .hover-box {
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
}

.work-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -22px;
}

.work-title h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.work-title h2 a {
    color: #fff;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.work-title h2 a:hover {
    opacity: 0.7;
}

.work-title span {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-family: 'HelveticaLt';
    text-transform: uppercase;
    margin: 0;
}

ul.filter {
    padding: 0;
    width: 422px;
    margin: 0 auto 45px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    background: #fff;
    text-align: left;
}

ul.filter li {
    float: left;
    list-style: none;
    border-left: 1px solid #ebebeb;
}

ul.filter li:first-child {
    border-left: none;
}

ul.filter li a {
    display: inline-block;
    color: #9aa7af;
    font-size: 13px;
    font-family: 'HelveticaLt';
    padding: 10px 15px;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.filter li a:hover,
ul.filter li a.active {
    color: #fff;
    background: #ac7428;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    outline: none;
}

#portfolio-section .bx-controls{
    bottom: -26px;
}

#portfolio-section .bx-pager.bx-default-pager a {
    background-color: #fff;
    width:30px;
    height: 30px;
    border:none;
}

#portfolio-section .bx-pager.bx-default-pager a.active{
    background-color: #ac7428;
    position: relative;
}

#portfolio-section .bx-pager.bx-default-pager a.active:before {
  background-color: rgba(153, 0, 115, 0.3);
  content: "";
  height: 200%;
  left: -50%;
  position: absolute;
  top: -50%;
  width: 200%;
  border-radius: 50%;
}



/*-------------------------------------------------*/
/* =  content - connected section
/*-------------------------------------------------*/

#connected-section {
    background-color:#fff;
}

#connected-section .container{
    padding:80px 0 55px;
}

.connect-post {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

span.connect-icon {
    display: inline-block;
    width: 140px;
    height: 140px;
    text-align: center;
    background: #e2e2e2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 30px;
    border:10px solid transparent;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.connect-post:hover span.connect-icon {
    background-color: #ac7428;
    border-color: #e5bfdc;
}

span.connect-icon i {
    line-height: 140px;
    font-size: 48px;
    color: #fff;
}

.connect-post h2 {
    color: #2f383d;
    font-size: 20px;
    margin: 0 0 4px;
}

.connect-post a {
    display: inline-block;
    color: #ac7428;
    font-size: 16px;
    margin: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

#connected-section .img-responsive {
    margin-bottom: 30px;
}


/*-------------------------------------------------*/
/* =  content - client section
/*-------------------------------------------------*/

#client-section {
    padding: 60px 0;
    background-color: #ac7428;
    overflow: hidden;
}
#client-section .bx-controls{
    top:50%;
}
#client-section .bx-controls-direction a{
    border-color:#ec985c;
}
#client-section .bx-controls-direction a:hover{
    color:#c9431f;
}
.clients {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

ul.clients li {
    list-style: none;
    float: left;
    width: 16.666%;
    padding: 10px;
}

ul.clients li a {
    display: inline-block;
    width: 100%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.clients li a:hover {
    opacity: 0.7;
}

ul.clients li a img {
    width: 100%;
}

/*-------------------------------------------------*/
/* =  content - testimonial section 2
/*-------------------------------------------------*/

#testimonial-section2 {
  /*background:#000 url("../upload/bg-parten.jpg");*/
  overflow: hidden;
  padding: 80px 0 120px;
  position: relative;
  text-align: center;
}

#testimonial-section2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/back-pattern.png');
}

#testimonial-section2 .container {
    position: relative;
    z-index: 2;
}

#testimonial-section2 ul li h2 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}

#testimonial-section2 ul li p {
    color: #ffffff;
    font-size: 18px;
    font-family: 'HelveticaLt';
    text-transform: inherit;
    font-style: italic;
    margin: 0 auto 0;
    line-height: 28px;
}

#testimonial-section2 ul li h2 span {
    color: #ac7428;
}

span.test-icon {
    display: inline-block;
    width: 135px;
    height: 135px;
    text-align: center;
    position: relative;
    background: #202d35;
    border: 10px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 20px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

span.test-icon:before {
    content: open-quote;
    font-size: 155px;
    margin: 0 15px;
    line-height: 40px;
    font-family: 'Helvetica';
    position: relative;
    top: 70px;
    left: 0px;
    color: #ac7428;
}

#testimonial-section2 .bxslider p{
    max-width: 645px;
}

#client-section .bx-controls-direction a,#testimonial-section2 .bx-controls-direction a{
    display: block;
    width:40px;
    height: 30px;
    border-radius: 3px;
    text-indent: 0;
    line-height: 30px;
    color:#fff;
}

#testimonial-section2 .bx-controls-direction a:hover{
    color:#ac7428;
    border-color:#ac7428;
}

#testimonial-section2 .bx-controls {
  bottom: -80px;
  left: 50%;
  width: 84px;
  margin-left: -41px;
}
/*-------------------------------------------------*/
/* =  content - contact section
/*-------------------------------------------------*/

#contact-section {
    /*background: url('../images/pattern2.png');*/
}
#contact-section .container{
    padding: 50px 0;
}
#contact-section .title-section{
    margin-bottom: 0;
}
#contact-section form {
  padding-top: 50px;
  max-width: 980px;
  width: 92%;
  margin: 0 auto;
}

#contact-section form input[type="text"],#contact-section form input[type="email"],
#contact-section form textarea {
    color: #99abb7;
    font-size: 14px;
    font-family: 'HelveticaLt';
    border: 1px solid #d3d9df;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 10px 20px;
    display: block;
    margin-bottom: 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;  
}

#contact-section form textarea {
    height: 140px;
}

#contact-section input[type="submit"] {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 19px;
    background: #2f383d;
    border: none;
    outline: none;
    text-transform: uppercase;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#contact-section input[type="submit"]:hover,
.comment-form button:hover {
    opacity: 0.8;
}

#contact-section form .message,
.comment-form .message {
    height:20px;
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
    float: none;
    margin-top: 5px;
}

#contact-section form .message.error,
.comment-form .message.error {
    color:#eb2c06;
}

#contact-section form .message.success,
.comment-form .message.success {
    color:#1e9397;
}

.contact-info {
    padding: 35px 0;
    background-color:#ac7428;
    position: relative;
    overflow: hidden;
    text-align: center;
}

span.contact-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    background: #2f383d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 15px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.contact-post:hover span.contact-icon {
    background: #fff;
}

span.contact-icon i {
    line-height: 80px;
    font-size: 34px;
    color: #fff;
}

.contact-post:hover span.contact-icon i {
    color: #2f383d;
}

.contact-post h2 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
}

.contact-post p {
    color: #fff;
    font-size: 14px;
    font-family: 'HelveticaLt';
    margin: 0;
    line-height: 20px;
}

/*-------------------------------------------------*/
/* =  footer
/*-------------------------------------------------*/

footer {
    padding: 25px 0;
  /*  background: #010101;*/
    text-align: center;
    background: url("../upload/bg-foot-parten.html");
}

footer a {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #328186;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: 15px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

footer a:hover {
    opacity: 0.7;
}

footer a i {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 60px !important;
    -webkit-backface-visibility: hidden;
}

footer p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    line-height: 20px;    
}