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

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


/*-------------------------------------------------------*/
/* 1. fonts
/*-------------------------------------------------------*/
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Shadows+Into+Light" rel="stylesheet" type="text/css">

@font-face { 
    font-family: 'helvetica';
    src: url('../fonts/helvetica.eot');
    src: url('../fonts/helvetica.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-family: 'HelveticaBd';
    src: url('../fonts/HelveticaBd.eot');
    src: url('../fonts/HelveticaBd.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaBd.woff') format('woff'),
         url('../fonts/HelveticaBd.ttf') format('truetype'),
         url('../fonts/HelveticaBd.svg#webfont') format('svg');
}

@font-face { 
    font-family: 'HelveticaLt';
    src: url('../fonts/HelveticaLt.eot');
    src: url('../fonts/HelveticaLt.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-webfont.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');
}
body {
  font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
  text-align:justify;
  
}
/*-------------------------------------------------------*/
/* 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: #fff;
    box-shadow: 0 1px 6px #606060;
    -webkit-box-shadow: 0 1px 6px #606060;
    -moz-box-shadow: 0 1px 6px #606060;
    -o-box-shadow: 0 1px 6px #606060;
    border: none;
}

.navbar.active {
    position: fixed;
    opacity: 0.95;
}

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

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

.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: #010000;
    font-size: 12px;
    font-family: 'HelveticaBd';
    position: relative;
    text-transform: uppercase;
    padding: 30px 15px 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 {
    background: #f6911e /*url('../img/back-pattern.png')*/;
    color: #fff;
}

/*-------------------------------------------------*/
/* =  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;
}


.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;
}

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

#home-section {
    margin-top: -94px;
}

.tp-caption.large_text {
    color: #fff;
    font-size: 80px;
    font-family: 'big_noodle_titling-webfont';
    text-transform: uppercase;
    text-shadow: none;
    background: rgba(0,0,0,0.54);
    padding: 28px 50px 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #b3b5b7;
    line-height: 75px;
}

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

.tp-caption.large_text span {
    color: #f6911e;
}

.tp-caption.large_text a {
color: #f6911e;
}

.tp-caption.big_white {
    color: #ffffff;
    font-size: 14px;
    font-family: 'HelveticaBd';
    text-transform: uppercase;
    text-shadow: none;
    padding: 0;
    background: transparent;
}

.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-family: 'HelveticaBd';
    border: 1px solid #fff;
    padding: 13px 26px;
    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: #4cc4cb;
    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 {
    position: relative;
    z-index: 2;margin-top:50px;
	background: url('../img/pattern2.png');
}

#about-section h1 {
    text-align: center;
    margin-top: -30px;
    margin-bottom: 86px;position: relative;
    z-index: 1001;
}

#about-section h1 span {
    display: inline-block;
    color: #fff;
    font-size: 31px;
    font-family: 'HelveticaBd';
    text-transform: uppercase;
    padding: 10px 70px 15px;
    background: #f6911e;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
}

.title-section {
    margin-bottom: 0px;
    text-align: center;width:100%;		
}

.title-section .title-line > div {
    margin: 0 auto 23px;
    position: relative;
   /* width: 740px;*/
   width:100%;		
}

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

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

.title-section .title-line > div p {
    display: inline-block;
    padding: 0 10px;
    color: #2e2e2e;
    font-size: 31px;
    font-family: 'HelveticaBd';
    width: auto;
    background: #fff;
    position: relative;
    z-index: 2;
    line-height: 
}

.title-section .title-line > div span {
    width: auto;
    height: 1px;
    background: #ededed;
    display: block;
    position: absolute;
    top: 11px;
    left: 80px;
    right: 80px;
}

.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;
}

.about-box img {
    max-width: 100%;
  /* margin-bottom: 75px;*/
}

.services-post > a {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 32px;
    background: #30424c;
    margin-bottom: 40px;
    margin-top: 25px;
    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;
}

.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 #30424c;
    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 #30424c;
    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: #f6911e;
}

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

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

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

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

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

#testimonial-section {
    background: url('../img/back3.jpg');
    padding: 65px 0 90px;
    position: relative;
    text-align: center;
    -webkit-backface-visibility: hidden;
	background-size: cover;
}

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

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

#testimonial-section1 {
    background: url('../img/back3.jpg');
    padding: 65px 0 90px;
    position: relative;
    text-align: center;
    -webkit-backface-visibility: hidden;
	background-size: cover;
}

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

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

#testimonial-section2 {
    background: url('../img/back3.jpg');
    padding: 65px 0 90px;
    position: relative;
    text-align: center;
    -webkit-backface-visibility: hidden;
	background-size: cover;
}

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

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

#testimonial-section3 {
    background: url('../img/back3.jpg');
    padding: 65px 0 90px;
    position: relative;
    text-align: center;
    -webkit-backface-visibility: hidden;
	background-size: cover;
}

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

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

.testimonial  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 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 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  span {
    color: #f6911e;
    font-size: 20px;
    font-family: 'helvetica';
    display: inline-block;
    -webkit-backface-visibility: hidden;
}

/*-------------------------------------------------*/
/* =  content - services section
/*-------------------------------------------------*/

#services-section {
    background: url('../img/pattern2.png');
    position: relative;
    z-index: 2;
}

#services-section h1 {
    text-align: center;
    margin-top: -30px;
    margin-bottom: 86px;position: relative;
    z-index: 1001;
}

#services-section h1 span {
    display: inline-block;
    color: #fff;
    font-size: 31px;
    font-family: 'HelveticaBd';
    text-transform: uppercase;
    padding: 10px 70px 15px;
    background: #f6911e;
    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 {
    float: left;
    width: 65px;
    height: 65px;
    margin: 0;
    background: #f6911e;
    -webkit-backface-visibility: hidden;
}

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

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

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

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

.services-post-content h4 a:hover {
    color: #f6911e;
}

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

#team-section {
    padding: 0px 0;
	background: url('../img/pattern2.png');
}
#team-section h1,
#connected-section h1 {
    text-align: center;
    margin-top: -30px;
    margin-bottom: 26px;position: relative;
    z-index: 1001;
}

#team-section h1 span,
#connected-section h1 span {
    display: inline-block;
    color: #fff;
    font-size: 31px;
    font-family: 'HelveticaBd';
    text-transform: uppercase;
    padding: 10px 70px 15px;
    background: #f6911e;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
}
.team-post {
    overflow: hidden;
    position: relative;
    /*padding-bottom: 148px;*/
    /*border-bottom: 1px solid #ededed;*/
    margin-bottom: 30px;
}

.team-post img {
    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;
}

.team-post:hover img {
    transform: scale(1.22) rotate(8deg);
    -webkit-transform: scale(1.22) rotate(8deg);
    -moz-transform: scale(1.22) rotate(8deg);
    -o-transform: scale(1.22) rotate(8deg);
}

.team-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    background: #fff;
    margin-bottom: -78px;
    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;
}

.team-post:hover .team-content {
    margin-bottom: 0px;
}

.team-content h3 {
    color: #2e2e2e;
    font-size: 11px;
    font-family: 'HelveticaBd';
    text-transform: uppercase;
    margin: 0 0 13px;
}

.team-content h3 span {
    display: inline-block;
    float: right;
    text-transform: inherit;
    color: #9aa7af;
    font-size: 13px;
    font-family: 'HelveticaLt';
}

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

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: #f6911e;
}

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

#tweet-section {
    padding: 20px 0 45px;
    text-align: center;
    /*background: url('../img/back2.jpg') 0px 0px;*/
    position: relative;
    overflow: hidden;
}

#tweet-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/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: #f6911e;
    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;
}

/*-------------------------------------------------*/
/* =  content - statistic section
/*-------------------------------------------------*/

#statistic-section {
    padding: 80px 0 140px;
}

.statistic-post {
    text-align: center;
    padding: 40px 10px;
    background: #f6911e url('../img/back-pattern.png');
    border: 20px 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;
}

.statistic-post:hover {
    border: 20px solid #ededed;
}

span.icon-stat {
    display: inline-block;
    margin-bottom: 6px;
}

span.icon-stat i {
    color: #fff;
    font-size: 50px;
    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;
}

.statistic-post:hover span.icon-stat i {
    color: #2d3131;
}

.statistic-post p span.timer {
    display: inline-block;
    color: #fff;
    font-size: 34px;
    font-family: 'HelveticaBd';
    line-height: 36px;
    margin: 0 0 6px;    
}

.statistic-post p {
    color: #2d3131;
    font-size: 17px;
    font-family: 'HelveticaBd';
    margin: 0;    
}

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

#portfolio-section {
    background: url('../img/pattern2.png');
    position: relative;
    z-index: 2;
    padding-bottom: 70px;
}

#portfolio-section h1,
#connected-section h1 {
    text-align: center;
    margin-top: -30px;
    margin-bottom: 26px;position: relative;
    z-index: 1001;
}

#portfolio-section h1 span,
#connected-section h1 span {
    display: inline-block;
    color: #fff;
    font-size: 31px;
    font-family: 'HelveticaBd';
    text-transform: uppercase;
    padding: 10px 70px 15px;
    background: #f6911e;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
}

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

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

.hover-box {
    position: absolute;
    top: 0px;
    left: 2px;
    right: 2px;
    bottom: 0px;
    background: rgba(0,0,0,0.65) url('../img/back-pattern.png');
    opacity: 0\0/;
    visibility: hidden\0/;
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
    -o-transform: scale(0) rotate(360deg);
    -ms-transform: scale(0) rotate(360deg);
	-sand-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 {
	opacity:1;
    visibility:visible;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	-sand-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: #f6911e;
    font-size: 20px;
    font-family: 'HelveticaBd';
    text-transform: uppercase;
    margin: 0 0 8px;
}

.work-title h2 a {
    color: #f6911e;
    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: 272px;
    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: #2d3131;
}

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

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

#connected-section {
    position: relative;
    z-index: 2;
    padding-bottom: 90px;
}

#connected-section h1 {
    margin-bottom: 70px;
}

.connect-post {
    text-align: center;
}

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;
    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: #4cc4cb;
}

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

.connect-post h2 {
    color: #2f383d;
    font-size: 20px;
    font-family: 'HelveticaBd';
    text-transform: uppercase;
    margin: 0 0 4px;
}

.connect-post h2 {
    color: #2f383d;
    font-size: 20px;
    font-family: 'HelveticaBd';
    text-transform: uppercase;
    margin: 0 0 4px;
}

.connect-post a {
    display: inline-block;
    color: #4cc4cb;
    font-size: 16px;
    font-family: 'HelveticaLt';
    text-transform: uppercase;
    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;
}

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



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: #4cc4cb;
}

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

#client-section {
    padding: 60px 0;
    background: #4cc4cb;
    overflow: hidden;
}

ul.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%;
}

.bxslider {
    overflow: hidden;
}

/*-------------------------------------------------*/
/* =  content - contact section
/*-------------------------------------------------*/

#contact-section {
   position: relative;
    z-index: 1001;
    padding-bottom: 0px;
	background: url('../img/pattern2.png');
}
#contact-section h1,
#connected-section h1 {
    text-align: center;
    margin-top: -30px; position: relative;
    z-index: 1001;
    margin-bottom: 26px;
}

#contact-section h1 span,
#connected-section h1 span {
    display: inline-block;
    color: #fff;
    font-size: 31px;
    font-family: 'HelveticaBd';
    text-transform: uppercase;
    padding: 10px 70px 15px;
    background: #f6911e;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
}
.map {
    height: 400px;
    width: 100%;position:relative;z-index:99;
}

#contact_form {
    padding: 0px 0;
   /* background: url('../img/pattern2.png');*/
}

#contact_form input[type="text"],
#contact_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;
   
    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_form input[type="text"]
{
	margin-bottom: 10px;
}


#contact_form textarea {
    height: 140px;
	margin-bottom: 30px;
}

#contact_form button {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'HelveticaBd';
    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_form button:hover,
.comment-form button:hover {
    opacity: 0.8;
}

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

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

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

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

.contact-info:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/back-pattern.png');
}

.contact-info .container {
    position: relative;
    z-index: 2;
}

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-family: 'HelveticaBd';
    margin: 0 0 10px;
}

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

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

.go-top
{
	color:#fff;
}

footer {
    padding: 25px 0;
    background: #010101;
    text-align: center;
}

/* footer a {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #f6911e;
    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;
	text-decoration:none;
    -webkit-backface-visibility: hidden;
}

footer p {
    color: #ffffff;
    font-size: 11px;
    font-family: 'HelveticaBd';
    margin: 0;
    line-height: 20px;
}
.textJst{text-align:justify;}
.ht-extra3{height:48px;clear:both;overflow:hidden;}
.ht30{height:30px;clear:both;overflow:hidden;}
.ht20{height:20px;clear:both;overflow:hidden;}

/*******************************************************************************/

.innertitle
{
	color: #f6911e;
}

.padlef18
{
	padding-left: 18px;
}

.go-top
{		
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px !important;
	background: #f6911e;
	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;		
}						

.go-top:hover {
    opacity: 0.7;
}

ul.footermenu li {
float: left;
margin-left: 5px;
margin-right: 5px;
list-style: none;
color: #ffffff;
font-size: 13px;
font-family: 'HelveticaBd';
margin: 0;
line-height: 20px;
}

ul.footermenu li a{
	color:white;
	text-decoration:none;
}

form span
{
	/*margin-left: 15px;*/
	color: red;
}

.contact-divyam a
{
	color:#333333;
}

.posnon-ab
{
	position:inherit!important;
}

/********************************************************************************************
                                   Projects
********************************************************************************************/
.table-div th
{
	background-color:#f6911e;
	color:#fff;
	padding:10px;
}

.table-div td
{
	padding:10px;
}

/*******************************************************************************************
									pop up
*******************************************************************************************/
.modal-body .col-md-12.margin {
text-align: center;
z-index: 9999;
}

.margin {
padding-top: 2%;
padding-bottom: 2%;
}

.back, .previous, .forward {
background: transparent;
color: #000;
line-height: 1;
padding: 10px;
float: none;
cursor: pointer;
border: 0;
-webkit-appearance: none;
transition: 0.2s;
-moz-transition: 0.2s;
-webkit-transition: 0.2s;
}

.previous:hover {
color: #f6911e;
-webkit-transform: translateX(-3px);
-moz-transform: translateX(-3px);
-ms-transform: translateX(-3px);
transform: translateX(-3px);
}

.forward:hover {
color: #f6911e;
-webkit-transform: translateX(3px);
-moz-transform: translateX(3px);
-ms-transform: translateX(3px);
transform: translateX(3px);
}

.back:hover {
color: #f6911e;
}

.bgmodal{
background-color: rgba(255,255,255,0.8);
}

.imgcarousel button
{
	border:none;
	width:auto;
	outline:none;
}

.direction
{
color: #f6911e!important;
}

.map
{
	background: url('../img/contact.jpg');
	background-repeat:no-repeat;
backgound-position:center center;
}