.vis-hidden {
  visibility: hidden; }

header {
  position: relative;
  overflow: hidden;
  height: 100%; }
  header img.big-header {
    display: block;
    width: auto;
    margin-right: 10px;
    position: relative; }
  header .main-headline {
    position: absolute;
    bottom: 10%; }

body {
  font-family: "Open Sans", sans-serif;
  color: #252525; }

/* body, html {
  overflow-x: hidden; } */

h1, h2, h3, h4 {
  font-family: "Open Sans", sans-serif; }

article {
  padding: 0px; }

.lt-wrap-overlay {
  position: relative;
  padding: 0px;
  cursor: pointer; }
  .lt-wrap-overlay img {
    display: block;
    width: 100%; }
  .lt-wrap-overlay .lt-overlay {
    position: absolute;
    top: 0;
    text-align: center;
    padding: 17% 10px 10px;
    color: white;
    opacity: 0;
    width: 100%;
    height: 100%; }
    .lt-wrap-overlay .lt-overlay .title {
      text-transform: uppercase;
      margin-bottom: 20px; }
    .lt-wrap-overlay .lt-overlay .excerpt {
      margin-bottom: 30px; }
    .lt-wrap-overlay .lt-overlay .zoom {
      padding: 11px 10px 11px 9px;
      border-radius: 25px; }
  .lt-wrap-overlay:hover .lt-overlay {
    opacity: 1; }
  .lt-wrap-overlay:hover img {
    opacity: 0.3;
    box-shadow: #000 0em 0em 0em; }

.proj-nav {
  margin-bottom: 35px; }
  .proj-nav li {
    float: left;
    margin-right: 20px; }

  /*common style*/
.mtb { margin: 50px 0;}
.font-success { color: #92a515; font-size: 90px;}
.head {color: #333333; font-size: 22px; font-weight: bold;}
.mb10 { margin-bottom: 10px;}
.ml{margin-left:20px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt80{margin-top:80px;}
.marginTB{ margin-bottom: 20px; margin-top: 25px;}

/*fonts*/
.fs16 {font-size: 16px;}
.fs13{font-size:13px;}
.fs11{font-size:11px;}
.fs12{font-size:12px !important;}
.fs14{font-size:14px !important;}
.fs28{font-size:28px;}
.font-W{ font-weight:500;}
.font-B{font-weight:bold;}
.txt-grey{color:#90918f;}
.wrapper-sm{margin: 0 auto; width: 360px;}
.wrapper-md{width:600px; margin:0 auto;}
  .wrapper-bg{background-color:#fff;box-shadow: 0 0 10px #000000;margin:15px 0; padding:15px 25px; text-align:left; border-radius:4px;}
  .wrapper-bg h1{font-size:20px;padding-bottom: 10px;}
  .wrapper-bg h2{border-top: 1px solid #dddddd;color:#585958;
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-top: 20px;}
  header .main-headline.login-page .footer, header .main-headline.login-page .footer a {
    color: #ffffff;
}
    header .main-headline.login-page {
    position: absolute;
    top: 9%;
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    text-shadow: none;
}
    .logo-size{width:150px;}
    .inner-page header{height: 84px !important;}
 .lh25{line-height:25px;}
 section.stripe  h2{font-size:26px;}
  section.stripe{background-color:#f3f3f3;}
  section.stripe-sub-section{background-color:#f7f7f7;}
 section.stripe h3 {
    margin: 0;
    padding: 0 0 30px;
    text-align: center;
    font-size:23px;
    color:#81910d;
}
 .txt-green{color:#81910d;}
 .stripe-sub-section.feature h4 {
    font-size: 20px;
    padding: 30px 0 0;
    text-transform: initial;
}
 a.explore-icon{color:#fff;}
 a.explore-icon:hover, a.explore-icon:active, a.explore-icon:focus{color:#ddd;}

 /*browse button*/
 .btn-file { position: relative;overflow: hidden;}
.input-group-btn span{color:#fff !important;}
.btn-file input[type=file] { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0; background: #ff0013; cursor: inherit; display: block;}
input[readonly] { background-color: white !important; cursor: text !important;}


.pdf-pages .head {
    color: #333333;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 15px;
}
.txt-green{color:#81910d; font-size:18px;}
ul.custom-ul{ list-style: inherit;
    margin: 0;
    padding: 0 0 0 15px;}
ul.custom-ul li {
    font-size: 13px;
    line-height: 28px;
}

/*footer*/
footer ul{margin:0; padding: 0 0 5px;}
footer ul li a{ color:#626262;padding:0 12px;border-right:1px solid #626262;}
footer ul li:last-child a{ border-right:0 solid #626262; padding-right:0;}
footer ul li:first-child a{ padding-left:0;}
footer ul li a:hover, footer ul li a:focus, footer ul li a:active{ color:#dddddd;}
.nomarginT{margin-top:0;}
.sub-head-green{  color: #81910d;
    font-size: 30px !important;
    margin: 0;
    padding: 12px 0 15px;
    text-align: center;
    text-transform: capitalize !important;}
.page-img-size img{width:330px;}
.content-section{ border-left: 1px solid #81910d;
    padding: 0 15px;}
.content-section h3{text-align:left !important;}
.content-section-alternate{border-right: 1px solid #81910d;text-align:right;
    padding: 0 15px;}
.content-section-alternate h3{text-align:right !important;}

.bg-grey{ background-color: #f3f3f3;}
.bg-outer{background:url("../img/background/tablet/01_Background_image_1.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:100%;
        width:100%;
        background-size:cover;
        background-repeat:no-repeat;
        background-position: center center;
        background-attachment:fixed;
}
.bg-outer  .wrapper-sm, .bg-outer  .wrapper-md {
    margin: 7% auto 0;
}
.bg-outer  .wrapper-sm .footer{padding-bottom:15px;}
.bg-outer  .wrapper-sm .footer, .bg-outer  .wrapper-md .footer, .bg-outer  .wrapper-sm .footer a, .bg-outer  .wrapper-md .footer a {
    color: #ffffff;
}
.bg-outer  .wrapper-sm .footer a:hover{color:#ddd;}
#contact .icons a{color:#fff;cursor:pointer;}
#contact .icons a:hover{color:#fff;opacity:0.6;}
.error-Page.wrapper-bg h2 {
    border-top: 0 solid #dddddd;
    color: #999999;
    font-size: 30px;
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}
.error-Page.wrapper-bg h1 {
    color: #a1b61d;
    font-size: 72px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
}

/*scroll to top*/
.topScroll{background:url(../img/cycle.png) no-repeat; height:26px; width:26px; position:fixed; bottom:50px; right:25px; cursor:pointer}
.topScroll:hover{background:url(../img/cycle-hover.png) no-repeat; height:26px; width:26px; position:fixed; bottom:50px; right:25px;}

/*dev changes*/
.pd-max {
    line-height: 38px;
    padding: 25px 10px;
}
.error-icon{font-size:40px;}
.lh25{line-height:25px;}
.has-feedback .icon-addon i {
    left: auto !important;
    right: 5px !important;
}

.selectContainer.has-feedback .icon-addon i {
    left: auto !important;
    right: 18px !important;
}




@media all and (min-width: 768px) and (max-width: 991px) {
  .lt-wrap-overlay .lt-overlay .excerpt {
    display: none; } }
/*----------------------
/* Reset pretty photo
/*----------------------*/
.pp_content_container .pp_nav {
  width: 100%;
  float: inherit; }
.pp_content_container .pp-nav-wrapper {
  width: 60px;
  overflow: hidden;
  margin: 0 auto; }

#testimonial {
  padding: 50px 0px 20px; }

.testimonial .voice, .testimonial .position {
  text-align: center; }
.testimonial .voice {
  margin-bottom: 35px; }
  @media all and (min-width: 768px) and (max-width: 1024px) {
    .testimonial .voice {
      margin-bottom: 20px; } }
.testimonial .position {
  margin-bottom: 80px; }

@media all and (max-width: 767px) {
  .testimonial .position {
    margin-bottom: 20px; } }
@media all and (min-width: 768px) and (max-width: 1024px) {
  .testimonial .voice {
    margin-bottom: 20px; } }
#skill {
  padding: 0px; }
  #skill .item {
    margin-bottom: 15px;
    min-height: 135px; }
  #skill .container {
    padding: 60px 0px 75px; }
  #skill .chart {
    text-align: center; }

.percent {
  display: inline-block;
  line-height: 130px;
  width: 130px;
  height: 130px;
  margin-left: 0px;
  position: absolute;
  z-index: 2; }
  .percent:after {
    margin-left: 0.1em; }

.lt-exp-wrapper {
  margin-left: 370px;
  margin-right: 150px; }
  .lt-exp-wrapper .flexslider:hover .flex-prev {
    left: -350px; }
  .lt-exp-wrapper .flexslider:hover .flex-next {
    right: -115px; }

.lt-exp-content {
  float: left; }
  .lt-exp-content li {
    margin-left: 30px;
    margin-bottom: 5px; }
    .lt-exp-content li i {
      margin-right: 10px;
      vertical-align: middle;
      font-size: 7px; }

.lt-time {
  float: right;
  margin-right: -60px;
  height: 212px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 212px;
  background-image: url(../img/other/02_Year_shape.png); }
  .lt-time p {
    padding: 10px 30px;
    text-align: center;
    width: 16px; }

.lt-house {
  float: left;
  margin-left: -300px;
  height: 220px;
  width: 263px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 263px 220px;
  background-image: url(../img/other/01_Building_shape.png); }

@media all and (min-width: 768px) and (max-width: 991px) {
  .lt-exp-wrapper {
    margin-left: 25px;
    margin-right: 100px; }
    .lt-exp-wrapper .flexslider:hover .flex-prev, .lt-exp-wrapper .flexslider .flex-prev {
      left: -25px; }
    .lt-exp-wrapper .flexslider:hover .flex-next, .lt-exp-wrapper .flexslider .flex-next {
      right: -95px; } }
@media all and (max-width: 767px) {
  .lt-exp-wrapper {
    margin-left: 0px;
    margin-right: 70px; }
    .lt-exp-wrapper .slides {
      margin-bottom: 20px; } }
/*--------------------------*/
/*Test back ground image using position absolute
/*----------------------*/
#emphasize {
  position: relative;
  padding: 0px; }
  #emphasize img {
    width: 100%;
    display: block; }
  #emphasize .center-text {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center; }

#skill {
  background-image: url("../img/background/tablet/03_Background_image_3.jpg"); }

#contact {
  background-image: url("../img/background/tablet/04_Background_image_4.jpg");
  background-size: cover; }

.back1 {
  background-image: url("../img/background/tablet/02_Background_image_2.jpg"); }

.widget {
  margin-bottom: 30px; }

.feature .item {
  text-align: center; }
.feature .i-wrapper {
  padding: 24px 21px;
  border: 1px solid #252525;
  display: inline-block;
  border-radius: 55px; }
.feature h4 {
  text-transform: uppercase; }
.feature .sep {
  background: #a1b61d;
  display: inline-block;
  height: 1px;
  margin: 0 0 10px;
  width: 50px; }

@media all and (max-width: 767px) {
  .feature .item {
    margin-bottom: 30px; } }
#menu {
  width: 100%;
  position: absolute;
  top: 1px; }
  #menu nav {
    border: medium none;
    background: transparent;
    margin-bottom: 0px;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
  }
  #menu nav.navbar {
    padding: 10px 0px;
    border-radius: 0; }
    #menu nav.navbar.navbar-fixed-top {
      padding: 5px 0px; }
  #menu nav.navbar-fixed-top {
    background: rgba(93, 93, 93, 0.9) }
  #menu .navbar-brand {
    padding: 15px 0px 0px 15px; }
    #menu .navbar-brand img {
      
      float: left;
      margin-top: -6px; }
    #menu .navbar-fixed-top .navbar-brand img{margin-top:-12px;}
    #menu .navbar-brand span {
      float: left;
      display: block; }


@media all and (max-width: 767px) {
  #menu .navbar-brand img {
    width: 150px;
    float: left;
    margin-top: -2px; }
  #menu #menu-content {
    background: #000; } }
#contact {
  padding: 20px 0px 20px; text-align: center;}

footer {
  background: #252525;
  overflow: hidden; text-align: center; color: #626262 !important;}
  footer li {
    float: left; }
  footer .copyright {
    margin: 5px 0px; }
  footer .s-menu ul {
    float: right;
    margin: 5px 0px; }
  footer .s-menu li {
    margin-right: 5px; }
    footer .s-menu li a {
      padding-right: 5px;
      border-right: 1px solid white; }
    footer .s-menu li:last-child {
      margin-right: 0px; }
    footer .s-menu li:last-child a {
      border-right: medium none;
      padding-right: 0px; }

@media all and (max-width: 767px) {
  footer .s-menu {
    overflow: hidden;
    display: table;
    margin: 0 auto; }
  footer .copyright {
    text-align: center; } }
.widget .title {
  margin-bottom: 25px; }

.w-info li {
  padding-left: 0px;
  margin-bottom: 20px; }

.w-contact form {
  width: 100%; }
.w-contact input[type="textbox"], .w-contact textarea {
  width: 100%;
  border: medium none;
  margin-bottom: 10px;
  border-radius: 5px;
  opacity: 0.7;
  padding: 10px; }
.w-contact input[type="submit"] {
  float: right;
  height: 30px;
  border-radius: 5px; }
.w-contact input[type="textbox"] {
  height: 35px; }
.w-contact textarea {
  height: 130px;
  padding: 10px; }

@media all and (min-width: 1024px) {
  .w-contact form {
    width: 90%; } }
.w-recent-proj .project img {
  display: block;
  width: 100px;
  height: 100px; }
.w-recent-proj .project li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

@media all and (min-width: 768px) and (max-width: 991px) {
  .project li.even {
    margin-right: 0px; } }
html.js.csstransforms .feature .item {
  opacity: 0; }
  html.js.csstransforms .feature .item.ani-scale {
    opacity: 1; }
html.js.csstransforms .ani-scale {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

.flexslider {
  border: medium none;
  box-shadow: none;
  margin: 0px; }

.flex-control-nav {
  display: none; }

ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

@media all and (max-width: 767px) {
  .flex-direction-nav {
    width: 60px;
    margin: 0 auto; }
    .flex-direction-nav li {
      float: left; }
    .flex-direction-nav a {
      margin: 0px;
      position: inherit; } }
section h2 {
  font-size: 40px;
  font-weight: 400; }

#menu .navbar a {
  font-size: 13px;
  color: white; }
#menu .navbar a.navbar-brand {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase; }
header{ text-align: center;}
header .main-headline {
  color: white;
  font-size: 44px;
  font-weight: 300; width: 100%; text-shadow: 1px 1px 4px #333; }

header .main-headline .text{ margin-bottom: 25px; }
header .main-headline .btn-default{ background-color: #50bd36; border: none; color: #ffffff; font-size: 20px;  padding: 15px 30px; }
    header .main-headline .btn-default:focus, header .main-headline .btn-default:active, header .main-headline .btn-default:hover {
        background-color:#45AD2B; border-color:#45AD2B;color:#fff;}
header .main-headline .arrow{ font-weight: normal; font-size: 20px; display: block; }
header .main-headline .explore { font-size: 20px; }

#skill h2 {
  color: white; }

p {
  font-size: 13px; }

.feature h4 {
  font-size: 17px; }
.feature i {
  color: #252525;
  font-size: 30px; }
.feature .item p {
  line-height: 25px; }

#para_ex p, #emphasize p {
  color: white;
  font-size: 44px;
  font-weight: 300; text-shadow: 1px 1px 4px #333; }

.proj-nav li {
  font-size: 16px;
  border-bottom: 1px solid white;
  margin-bottom: 5px; }
  .proj-nav li a {
    color: #cccccc;
    text-transform: uppercase;
    font-weight: 600; }
  .proj-nav li:hover, .proj-nav li.active {
    border-bottom: 1px solid #d69f89; }
    .proj-nav li:hover a, .proj-nav li.active a {
      color: #0c0b41;
      text-decoration: none; }

.testimonial .voice {
  font-size: 28px;
  font-weight: 300; }
.testimonial .position {
  font-size: 21px;
  font-weight: 600;
  font-style: italic; }

.percent {
  font-size: 30px;
  font-weight: 600;
  color: white; }
  .percent:after {
    font-size: 40px; }

.widget .title {
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-transform: uppercase; }

.w-info i {
  font-size: 30px;
  color: white; }
.w-info p {
  color: white; }

footer {
  color: white; }
  footer a {
    color: white; }
    footer a:hover {
      color: white; }
  footer .s-menu a {
    font-size: 13px; }

.lt-exp-wrapper i {
  color: #d69f89; }
.lt-exp-wrapper li {
  font-size: 13px; }
.lt-exp-wrapper .lt-time {
  font-weight: 600; }
  .lt-exp-wrapper .lt-time p {
    font-size: 33px;
    word-wrap: break-word;
    color: white; }
.lt-exp-wrapper .lt-exp-content p {
  line-height: 25px; }
.lt-exp-wrapper h4 {
  text-transform: uppercase; }

.w-contact input[type="textbox"], .w-contact textarea {
  font-size: 13px; }
.w-contact input[type="submit"] {
  color: #0c0b41; }

.w-info a {
  color: white; }

.lt-wrap-overlay .lt-overlay .zoom {
  border: 1px solid #d69f89; }
.lt-wrap-overlay .lt-overlay .zoom i {
  color: #d69f89;
  font-size: 18px; }
.lt-wrap-overlay .lt-overlay .title {
  color: #363636;
  font-size: 16px; }
.lt-wrap-overlay .lt-overlay .excerpt {
  color: #363636;
  font-size: 13px; }

.flex-direction-nav a:before {
  font-size: 30px; }

::-webkit-input-placeholder {
  color: #0c0b41; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #0c0b41; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #0c0b41; }

:-ms-input-placeholder {
  color: #0c0b41; }

/*---------------------*/
/*Mobile
/*---------------------*/
@media all and (max-width: 767px) {
  header h2.main-headline {
    font-size: 30px;
    padding-left: 50px;
    bottom: 35%; }

  #menu .navbar a.navbar-brand {
    font-size: 30px; }

  section h2 {
    font-size: 30px; }

  .percent {
    font-size: 24px; }

  #emphasize .center-text p, #emphasize p {
    font-size: 30px; }

  .flex-direction-nav {
    width: 60px; }
    .flex-direction-nav a {
      width: 30px; }
      .flex-direction-nav a:before {
        font-size: 20px; } }
@media all and (max-width: 767px) and (max-width: 767px) {
  .testimonial .voice {
    font-size: 36px; } }
@media all and (max-width: 767px) and (max-width: 767px) {
  .testimonial .position {
    font-size: 16px; } }

.parallax {
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  position: relative; }
  .parallax.active {
    background-attachment: fixed; }
  .parallax .container {
    padding: 90px 0px; }

#para_ex {
  background-image: url("../img/background/tablet/02_Background_image_2.jpg"); }

div.light_rounded .pp_description, div.light_square .pp_description {
  margin-right: 0px; }

section {
  padding: 30px 0px 80px; }
  section h2 {
    text-align: center;
    padding: 30px 0px;
    margin: 0;
     }
section.feature .row{ margin-bottom: 20px; }
section.lead {
  background-color: #F26C4F;
  color: white;
  text-align: center;
  position: relative; }
  section.lead:after {
    content: '';
    width: 0;
    height: 0;
    border-top-color: #F26C4F;
    border-top: 25px solid #F26C4F;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -25px; }
section#contact{ color: #fff; font-size: 15px; text-shadow: 1px 1px 4px #333; }
section#contact .icons{ font-size: 48px; color: #fff; }
#overlay {
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  z-index: 1;
  text-align: center; }
  #overlay:before {
    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    /* vertical alignment of the inline element */
    height: 100%; }
  #overlay img {
    display: inline-block;
    vertical-align: middle;
    /* vertical alignment of the inline element */ }
	
a {
   outline: none !important;
}

button, input {
    outline: none !important;
}

  /*responsive starts*/
@media (max-height: 500px) {
    header .main-headline {
    bottom: 2%;
    font-size:32px;
}

}
@media (max-height:350px) {
    header .main-headline {
    font-size:20px;
}

}
@media (max-width: 1195px) {
    .page-img-size img {
        width: 280px;
    }
       body{overflow-x:hidden;}
}
@media (max-width: 992px) {
    .content-section {
        border-left: 0 solid #81910d;
    }
    .text-center-mobile{text-align:center;}
    .content-section h3, .content-section-alternate h3 {
    text-align: center !important;
    line-height: 26px;
}
    .content-section-alternate {
    border-right: 0 solid #81910d;
    text-align: center;
}
     .page-img-size img {
        width: 350px;
    }
  
}
@media (max-width: 600px) {
    section h2 {
        line-height: 36px;
        padding:0;
    }
    section.stripe {
        padding-bottom: 0;
    }
    .wrapper-md {
    margin: 0 auto;
    width: 96%;
}
}

@media (max-width: 568px) {
    section.stripe h3 {
        padding: 20px 0 30px;
    }
    .explore, .explore-icon{display:none;}
    header .main-headline {
        font-size: 26px;
    }
}

@media (max-width: 360px) {
    .wrapper-sm {
        margin: 0 auto;
        width: 96%;
    }
    .page-img-size img {
    width: 100%;
}
    header .main-headline {
        bottom: 18%;
    }
    .bg-outer .wrapper-bg {
        padding: 15px;
    }
}