@import url(http://fonts.googleapis.com/css?family=Muli:300,400,300italic,400italic);
@import url(http://fonts.googleapis.com/css?family=Kaushan+Script);
@import url(http://fonts.googleapis.com/css?family=Montserrat:700,400);

body{
font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  word-wrap: break-word;
  background-color: #EFEFEF;
  overflow-x: hidden;
}

h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
  line-height: 50px;
  font-weight: 700;
}
h2{
    font-family: 'Montserrat', sans-serif;
  letter-spacing: 5px;
  color: #343536;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}
h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
  color: #343536;
}

h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
  line-height: 28px;
  font-weight: 700;
}

h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
  line-height: 20px;
  letter-spacing: 3px;
  font-weight: 400;
}
a{ 
    text-decoration: none !important;
  color: #343536;
}
p.lead-title{
  letter-spacing: 1px;
  font-weight: 700;
  font-style: italic;
    color: #7D888E;
    text-transform: uppercase;
    line-height: 20px !important;
  margin: 0;
}

p{
font-family: 'Muli', sans-serif;
  letter-spacing: 1px;
  color: #7D888E;
  line-height: 24px;
  font-weight: 500;
  left: -1px;
  margin-top: 20px;
}

.clearfix:after {
  content: "\0020";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.spacer{ padding: 40px 0}
.logo{
    font-family: 'Kaushan Script', cursive;
    color: #343536 !important;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  padding: 20px 0;
  padding-left: 15px
}


/* Menu / Navigation
******************************/
#bs-menu{ 
    background: #ffffff;
}

.navbar-default .navbar-nav > li > a {
  color: #343536;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 35px 20px;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #F1F5F8;
}
@media (min-width: 768px){
  .navbar-right {
  float: right !important;
  margin-right: 0px;
}
}

#header-slider .carousel-indicators {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  text-align: center;
  list-style: none;
}
#header-slider .carousel-indicators li>img {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
    border: 5px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  transition: all 0.5s;
}

#header-slider .carousel-indicators li>img:hover{opacity: 0.5}
#header-slider .carousel-indicators .active>img{
    border-color: #fff;
}
#bs-header.fullwidth .carousel-inner > .item > img, 
#bs-header.fullwidth .carousel-inner > .item > a > img{ width: 100% !important;}
#header-slider .carousel-caption {
  position: absolute;
  right: 5%;
  top: 300px;
  bottom: auto;
  left: 5%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: right;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  text-transform: uppercase;
}

#header-slider .carousel-caption h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  color: #ffffff;
}

#header-slider .carousel-caption h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
  line-height: 54px;
  font-weight: 700;
  color: #ffffff;
  margin-top: -10px
}

/* Work Section */
.section-title{
    background: #F1F5F8;
    padding: 7%;
}
.section-title.content-block{
    padding: 60px 30px;
}
hr,
.section-title hr{
  width: 45px;
  height: 4px;
  background-color: #343536;
  margin-top: 20px;
}

.section-title.text-left hr{margin-left: 0;}
.section-title.text-right hr{
  margin-right: 5px;
}
/* Work Items*/
.nopadding{ padding: 0}
.nopadding-left{
    padding-left: 0;
}
.nopadding-right{
    padding-right: 0;
}
.nomargin{ margin: 0}
.detail{
    padding: 20px 20px 40px 20px;
    text-align: left;
    background: #ffffff
}

.item-wrap .img-hover{
    display: block;
    background: #ffffff;
    overflow: hidden !important;
  position: relative;
}

/* Button Load More */
#bs-cta{
    padding: 5% 0;
    text-align: center;
}

.bs-btn{
  border-width: 1px;
  border-style: solid;
  border-color: #343536;
  background-color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding: 20px 40px;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.5s;
}
.bs-btn:focus,
.bs-btn:hover{
    background: #343536;
    color: #ffffff;
    border-color: #343536;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: thin dotted;
  outline: none;
  outline-offset: -2px;
}

/* Testimonial Section */
#bs-testimonial{
    background: #ffffff
}
#testimonials {
  margin-top: -60px;
}
#bs-testimonial .section-title {
  background: #F1F5F8;
  padding-bottom: 10%;
}
#testimonials .item{
    display: block;
    width: 85%;
    height: auto;
    text-align: center;
    margin: 0 auto
}
.team-block img.img-responsive{
  transform:  translateY(-40px);
}

img.client-img {
  width: 100px;
  height: auto;
  margin: 0 auto;
}

p.bold{
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  text-align: center;
  line-height: 14px;
  font-weight: 700 !important;
  color: #343536;
  text-transform: uppercase;
  margin-top: 15px;
}

p.light{
    letter-spacing: 1px;
  color: #7D888E;
  text-align: center;
  line-height: 14px;
  font-weight: 400 !important;
  margin-top: 15px;
  text-transform: uppercase;
}

.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 13px;
    height: 13px;
    margin: 5px;
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #F1F5F8;
    border: 1px solid #343536;
    margin-top: 30px;
    margin-bottom: 50px;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #000000;
  border: 1px solid #F1F5F8;
}

/* About Us */
#bs-about {
  position: relative;
  height: 490px;
  overflow: hidden;
}
.content h3{ margin-bottom: -8px !important}
.light-bg{ background: #ffffff !important}
.transparent-bg{ background: transparent !important}
/* Social Media */
#bs-social{ 
    background: #ffffff;
    text-align: center;
}
.social-media{ 
    padding: 9% 0;
    margin-bottom: 0;
}
ul.social-media li a i.fa{
    font-size: 50px;
    color: #343536;
    transition: all 0.5s;
}
ul.social-media li:after {
  width: 100px;
  height: 2px;
  border-bottom: 1px solid #F1F5F8;
  content: ' ';
  position: relative;
  top: -20px;
  margin-left: 40px;
  padding-right: 30px;
  padding-left: 60px;
}

ul.social-media li:last-child:after{
    content: '';
    border-bottom: 0;
    margin: 0;
    padding: 0;
}
i.fa.fa-facebook:hover { color: #3b5998;}
i.fa.fa-google-plus:hover {color:#dd4b39}
i.fa.fa-twitter:hover {color: #00ACED}
i.fa.fa-pinterest:hover {color: #C92228}
i.fa.fa-instagram:hover {color: #3b5998}
i.fa.fa-youtube:hover {color: #e52d27}

#bs-who {
  height: 490px;
  overflow: hidden;
}
/* Footer */
#bs-footer{
    background: #343536;
    padding: 20px 0 0;
    text-transform: uppercase;
    color: #ffffff !important;
}

#bs-footer p{
    color: #ffffff !important;
}
#bs-footer a{
    color: #ffffff !important;
}

a span.go-top {
  position: relative;
  bottom: 35px;
  font-size: 30px;
  color: #ffffff;
  left: 50%;
  line-height: 30px
}

/* Page */
#bs-page-content{
    margin-top: 70px
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.breadcrumb > li {
    font-family: 'Muli', sans-serif;
  display: inline-block;
  color: #7D888E;
  text-align: center;
  line-height: 14px;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
}

.breadcrumb > li a{
    color: #343536;
}

/* Works Page */
.img-hover .hover-icon {
  position: absolute;
  background: #ffffff;
  height: 100%;
  width: 100%;
}
.item-wrap {
  overflow: hidden;
  position: relative;
}
.img-hover .hover-icon {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.img-hover:hover .hover-icon{
  opacity: 1;
}

.hover-icon > i.fa {
  font-size: 35px;
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.img-hover:hover .hover-icon >i.fa{
  display: block;
-ms-transform: translateY(100px); /* IE 9 */
    -webkit-transform: translateY(100px); /* Chrome, Safari, Opera */
    transform: translateY(100px);
  }
/* Large Block */
.large-block .img-hover:hover .hover-icon >i.fa{
  display: block;
  -ms-transform: translateY(220px); /* IE 9 */
    -webkit-transform: translateY(220px); /* Chrome, Safari, Opera */
    transform: translateY(220px);
  }

/* PrettyPhoto Popup */
.pp_pic_holder{
  height: 100%;
  background: #ffffff;
  
}
.pp_details{ width: 95% !important; }
.pp_inline > img {
  background: #F1F5F8;
  padding: 15px;
  width: 100%;
}
.pp_inline>.pop-text{
  background: #ffffff;
  padding: 15px;
}
a.pp_play {
  display: none;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
  margin-left: 15px;
  top: 0;
  position: absolute;
}
ul.item-social{ margin-top: 40px;}
ul.item-social li a {
  font-size: 18px;
  border: 1px solid #000000;
  text-align: center;
  width: 40px;
  height: 40px;
  padding: 10px 10px;
  margin-bottom: 15px;
  transition: all 0.5s;
}

ul.item-social li a:hover{
  color: #ffffff;
  background: #000000;
}

/* Portfolio Page */
#itemsWork .item { margin-bottom: 30px }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { 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-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/* Item Categories */

ul.item-cat {
  padding: 3% 0 3% 0;
  text-align: center;
  background: #ffffff;
  margin: 0;
}

ul.item-cat li a {
  font-family: 'Muli', sans-serif;
  color: #000000;
  text-align: center;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 10px;
  border: 4px solid #F1F5F8;
  transition: all 0.5s;
}

ul.item-cat li a:hover{
    border-left-color: #dfdfdf;
    border-right-color: #dfdfdf;
    border-top: 0;
    border-bottom: 0;
}

ul.item-cat li a.active,
ul.item-cat li a:focus{
    background: #292929;
    color: #ffffff
}


/* Services Page */
#bs-services {
  height: 620px;
  overflow: hidden;
}
.service{ margin-bottom: 40px;}
#bs-clients{
    background: #DFDFDF;
    padding: 10% 0;
    text-align: center;
}
ul.clients li img{
    margin: 30px 10px;
    opacity: 0.8;
    transition: all 0.5s;
}

ul.clients li img:hover{
    opacity: 1;
}

ul.featured-works li img{
    margin: 10px 0;
    border: 4px solid #F1F5F8;
    transition: all 0.5s;
}
ul.featured-works li.active a img,
ul.featured-works li img:hover,
ul.featured-works li a.active img{
    border: 4px solid #413F3F;
}

#bs-featured{
  height: 520px;
  overflow: hidden;
}
.fade {
  opacity: 0.2;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* Team Page */
#bs-team .team {
  padding: 25px 20px;
  position: relative;
  z-index: 10;
}
#bs-team .team  h3{
    margin-bottom: -20px !important;
}
#bs-team .team p.team-title em{
    font-weight: 100 !important;
    color: #000000 !important;
}
.team-block{
  position: relative;
  height: 430px;
  overflow: hidden;
}
ul.team-social li a {
  margin-right: 7px;
  font-size: 22px;
  color: #343536;
  margin-top: 14px;
  opacity: 0.7;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
ul.team-social li a:hover{ 
    opacity: 1;
}

.team i.fa.fa-caret-left {
  position: absolute;
  color: #ffffff;
  margin-left: -35px;
  font-size: 50px;
  top: 110px;
}
.team i.fa.fa-caret-right {
    position: absolute;
  color: #ffffff;
  right: -15px;
  font-size: 50px;
  top: 110px;
  z-index: 10;
}
/* Skills */
p.skills{
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
  color: #343536;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
text-transform: uppercase;
margin-bottom: 20px
}
#bs-skills{
    padding: 10% 2%;
    background: #ffffff
}
.skill-list{ 
    margin-bottom: 60px;
    padding: 0 20px;
}
.skill .skillbar {
  height: 10px;
  background: #F1F5F8;
  margin: 0 0 10px 0;
}
.skill .bar{
    background-color: #343536;
  height: 10px;
  width: 0;
}
.percent {
  float: right;
  color: white;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 5px;
  font-size: 18px;
}
span.percent {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;  
    position: relative;
    background: #F1F5F8;
    padding: 5px;
    color: #343536;
    top: -40px;
    right: -25px;
    letter-spacing: 1px;   
    text-align: center;   
}

/* Pricing */
#bs-pricing {
  padding: 8% 0;
}
.price-title{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
  letter-spacing: 1px;
  color: #343536;
  font-size: 15px;
  line-height: 45px;
  font-weight: 400;
}
.price {
  background: #ffffff;
  margin-bottom: 30px;
}
.price:hover{
    -moz-box-shadow: 0px 0px 16px 5px #ccc;
    -webkit-box-shadow: 0px 0px 16px 5px #ccc;
    box-shadow: 0px 0px 16px 5px #ccc;
    transition: all 0.5s;
}

.price-title {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  letter-spacing: 1px;
  color: #343536;
  font-size: 15px;
  line-height: 45px;
  font-weight: 400;
  text-transform: uppercase;
}
.cost {
  background: #F1F5F8;
  padding: 5px 25px 20px 25px;
}
.cost h1 {
  margin-bottom: -20px;
}
ul.features {
  padding: 30px 25px;
}
ul.features li {
  color: #343536;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
ul.features li:last-child{
    border-bottom: 0;
}
ul.features2 {
  padding: 30px 25px;
}
ul.features2 li {
  color: #7D888E;
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  line-height: 24px;
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
ul.features2 li:last-child{
    border-bottom: 0;
}

.price .sign-up{ margin-bottom: -40px;}
.sign-up {
  padding: 8px 20px;
  background: #F1F5F8;
  border: 2px solid #F1F5F8;
  letter-spacing: 0px;
  margin-bottom: 20px
}
.price:hover .sign-up{
    border: 2px solid #F1F5F8;
    background: #ffffff
}
.sign-up:hover{ 
    background: #343536 !important;
    border-color: #343536 !important;
    padding: 8px 25px;
}

/* Blog Page */
.post{
  height: 280px;
  overflow: hidden;
}
#bs-blog .post-text {padding: 20px}
#bs-team .team p.team-title em{
    font-weight: 100 !important;
    color: #000000 !important;
}

.post-text i.fa.fa-caret-left {
  position: absolute;
  color: #ffffff;
  margin-left: -38px;
  font-size: 60px;
  top: 120px;
}
.post-text i.fa.fa-caret-right {
    position: absolute;
  color: #ffffff;
  right: -15px;
  font-size: 60px;
  top: 110px;
  z-index: 10;
}

/* Blog Page */
#bs-pagination{
    padding: 2% 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.pagination > li > a, 
.pagination > li > span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  width: 42px;
  height: 42px;
  border: 0;
  margin: 5px;
  color: #000000;
  transition: all 0.5s;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus{
    background:  #F1F5F8;
    color: #000000 !important
}

/* Contact Page */
#bs-contact{
    background: #ffffff;
    padding: 6% 2%;
}
#map {
  position: relative;
  width: 100%;
  height: 400px;
}
.help-block.text-danger li {
  list-style-type: none;
  margin-left: -35px;
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 20px;
}

.alert-danger {
  color: #333333;
  background-color: #F1F5F8;
  border-color: #333333;
  border-radius: 0;
  margin-bottom: 60px;
  margin-top: -15px;
}
.alert-success{
    color: #333333;
    background-color: #EFEFEF;
    border-color: #333333;
    border-radius: 0;
    margin-bottom: 60px;
    margin-top: -15px;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #575757;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}
.form-control:focus {
  border-color: inherit;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #343536;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
}
.form-control:-ms-input-placeholder {
  color: #343536;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
}
.form-control::-webkit-input-placeholder {
  color: #343536;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
}

.form-btn {
  padding: 15px 25px;
  position: absolute;
  right: 40px;
  bottom: 0px;
}

#bs-contact i.fa {
    font-size: 35px;
}

.hline{
    border-top: 1px solid #E7E7E7;
    width: 100%;
    height: 2px;
    margin: 20px 0;
}

/* Blog Post Single */
#post-slider{ 
  padding: 20px;
  background: #F1F5F8;
  margin-top: 20px;
}
#post-slider .carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 10px;
  margin-right: 5px;
}
#post-slider .carousel-indicators {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
#post-slider .carousel-indicators .active {
  width: 12px;
  height: 12px;
  background-color: #333333;
  margin-right: 5px;
}
.post-content{
  padding: 40px 80px;
}

.post-content h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
  font-weight: 700;
}

/* Onepager Home Variants */
.fullwidth #header-slider .carousel-caption{
    top: 120px;
    text-align: left;
}