
/**
 * Portfolio
 */
.portfolio-filters {
  font-size: 0;
  margin-top: 15px; }
  .portfolio-filters button {
    display: inline-block;
    font-size: 16px;
    color: #454545;
    background: transparent;
    padding: 6px 22px 6px 22px;
    outline: none;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 10px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border: none;
    position: relative;
    border: 1px solid transparent; }
    .portfolio-filters button.is-active {
      color: #e97730;
      border: 1px solid #e97730; }
    .portfolio-filters button:hover {
      color: #e97730; }

.portfolio-wrap {
  margin-top: 20px; }

.portfolio {
  margin: 30px auto 0 auto; text-align:center;
  position: relative;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  .portfolio-image {
    position: relative;
    overflow: hidden; height:301px; }
    .portfolio-image img {
      width: 100%;height:301px; 
      -webkit-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
  .portfolio-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 15px;
    text-align: center;
    background: rgba(233, 119, 48, 0.9);
    text-align: left;
    padding: 80px 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .portfolio-content a {
      color: #ffffff; }
    .portfolio-content h5 {
      font-weight: 500;
      margin-bottom: 10px;
      color: #ffffff;
      text-transform: uppercase;
      font-size:30px; line-height:50px;
      letter-spacing: 0.9px; }
    .portfolio-content h6 {
      color: #ffffff;
      margin-bottom: 0;
      font-size: 14px;
      text-transform: uppercase; }
  .portfolio .portfolio-zoomicon {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    z-index: 3;
    font-size: 22px;
    padding: 2px;
    -webkit-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .portfolio .portfolio-zoomicon::before {
      position: absolute;
      height: 100px;
      width: 45px;
      background: #00AC1F;
      bottom: -37px;
      right: -10px;
      z-index: 2;
      content: "";
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .portfolio .portfolio-zoomicon i {
      position: relative;
      z-index: 3; }
  .portfolio:hover {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); }
  .portfolio:hover .portfolio-zoomicon {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); }
  .portfolio:hover .portfolio-image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .portfolio:hover .portfolio-content {
    visibility: visible;
    opacity: 1; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-content {
    padding: 45px; } }


/**
 * Portfolio Details
 */
.portfolio-details-image img {
  width: 100%; }

.portfolio-details-meta ul {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  margin-bottom: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 14px; }
  .portfolio-details-meta ul li {
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
    color: #666;
    padding: 10px 0; }
    .portfolio-details-meta ul li:last-child {
      border-bottom: 0 none; }
    .portfolio-details-meta ul li i {
      color: #444;
      font-size: 16px;
      line-height: normal;
      margin-right: 20px; }
    .portfolio-details-meta ul li span {
      color: #444;
      font-weight: 600;
      margin-right: 5px; }
    .portfolio-details-meta ul li a {
      color: #454545; }
      .portfolio-details-meta ul li a:hover {
        color: #00AC1F; }

.portfolio-details-info .portfolio-title {
  font-weight: 600;
  letter-spacing: 1px; }

.portfolio-details-info .post-share {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 10px 0;
  margin-top: 30px; }
  .portfolio-details-info .post-share h6 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px; }
  .portfolio-details-info .post-share ul {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    margin-bottom: 0; }
    .portfolio-details-info .post-share ul li {
      display: inline-block;
      list-style: none;
      margin: 0 6px;
      font-size: 14px; }
      .portfolio-details-info .post-share ul li a {
        display: block;
        color: #454545; }
        .portfolio-details-info .post-share ul li a:hover {
          color: #000000; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-details-info {
    margin-top: 50px; } }

@media only screen and (max-width: 767px) {
  .portfolio-details-info {
    margin-top: 50px; } }
	
	
	
	
.service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 15px;
  padding: 45px 25px;
  border: 1px solid #eeeeee;
  background: #fafafa1; }



.service__content {
  -webkit-flex-shrink: 100;
  -moz-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100; }
  .service__content h5 {
    text-transform: uppercase;
    font-weight: 700;font-size:18px; line-height:25px;color:#555;
 }
/*    .service a { 
      color: #2b2b2b; }
      service a:hover {
        color: #e97730; }*/
  .service__content p {
    margin-bottom: 0; font-size:14px; line-height:26px; color:#6f6e6e;}
/**/  .service__content p:hover,.service__content h5:hover{color:#e97730;}
.service:hover{
  -webkit-animation: bounceIn 0.5s ease-in-out 1 both;
  -moz-animation: bounceIn 0.5s ease-in-out 1 both;
  -ms-animation: bounceIn 0.5s ease-in-out 1 both;
  -o-animation: bounceIn 0.5s ease-in-out 1 both;
  animation: bounceIn 0.5s ease-in-out 1 both; 
 -moz-box-shadow:2px 2px 5px #333333; -webkit-box-shadow:2px 2px 5px #333333;box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);}

.service__content:hover{}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .service__icon {
    margin-right: 0; } 
	}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .service__icon {
    margin-right: 0; } }

@media only screen and (max-width: 767px) {
  .service {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .service__icon {
    margin-right: 0; } }

/**	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

/**
Boxed Layout Styles
*/
.boxed--layout {
  margin: 0 150px; }
  .boxed--layout .sticky--header.is-sticky .header__bottom {
    width: calc(100% - 300px);
    margin-left: 150px; }
  .boxed--layout .feature {
    padding: 85px 70px; }
  .boxed--layout .taxcalc__content__inner {
    width: 75%; }
  .boxed--layout .taxcalc__calculation {
    padding: 125px 70px; }

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .boxed--layout {
    margin: 0 80px; }
    .boxed--layout .sticky--header.is-sticky .header__bottom {
      width: calc(100% - 160px);
      margin-left: 80px; } }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .boxed--layout {
    margin: 0 30px; }
    .boxed--layout .sticky--header.is-sticky .header__bottom {
      width: calc(100% - 60px);
      margin-left: 30px; }
    .boxed--layout .taxcalc__calculation {
      padding: 125px 0; }
    .boxed--layout .taxcalc__content__inner {
      right: -8%;
      width: 90%;
      padding: 50px; }
    .boxed--layout .feature {
      padding: 85px 30px; } }

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .boxed--layout .taxcalc__calculation {
    padding: 125px 15px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .boxed--layout {
    margin: 0 20px; }
    .boxed--layout .sticky--header.is-sticky .header__bottom {
      width: calc(100% - 40px);
      margin-left: 20px; }
    .boxed--layout .feature {
      padding: 55px 30px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .boxed--layout {
    margin: 0 10px; }
    .boxed--layout .sticky--header.is-sticky .header__bottom {
      width: calc(100% - 20px);
      margin-left: 10px; }
    .boxed--layout .feature {
      padding: 55px 30px; } }

@media only screen and (max-width: 767px) {
  .boxed--layout {
    margin: 0 10px; }
    .boxed--layout .sticky--header.is-sticky .header__bottom {
      width: calc(100% - 20px);
      margin-left: 10px; } }

@media only screen and (max-width: 575px) {
  .boxed--layout .feature {
    padding: 60px 20px; }
  .boxed--layout .taxcalc__content__inner {
    width: 90%; }
  .boxed--layout .taxcalc__calculation {
    padding: 80px 10px; } }

/**
Footer Styles
*/
.footer-area__logo {
  margin-bottom: 25px; }

.footer--widgets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* Widget About */
  /* Widget Quick Links */
  /* Widget Twitterfeed */
  /* Widget Contact Info */ }
  .footer--widgets .widget-title {
    font-weight: 700;
    color: #dddddd;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .footer--widgets .widget {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px; }
    .footer--widgets .widget:last-child {
      padding-right: 0 !important; }
    .footer--widgets .widget ul {
      padding-left: 0;
      margin-bottom: 0;
      list-style: none; }
      .footer--widgets .widget ul li {
        padding-left: 23px;
        color: #949494;
        margin-bottom: 13px;
        position: relative; }
        .footer--widgets .widget ul li:last-child {
          margin-bottom: 0; }
        .footer--widgets .widget ul li:before {
          content: "";
          left: 0;
          top: 14px;
          height: 1px;
          width: 10px;
          display: inline-block;
          background: #949494;
          position: absolute; }
  .footer--widgets .widget:not(.widget-about) ul li a {
    color: #949494; }
    .footer--widgets .widget:not(.widget-about) ul li a:hover {
      color: #00AC1F; }
  .footer--widgets .widget-about {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    padding-right: 65px; }
    .footer--widgets .widget-about p {
      color: #949494; }
    .footer--widgets .widget-about .social-icons ul {
      padding-left: 0;
      list-style: none;
      margin-bottom: 0; }
      .footer--widgets .widget-about .social-icons ul li {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 10px; }
        .footer--widgets .widget-about .social-icons ul li:before {
          display: none; }
  .footer--widgets .widget-quick-links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
  .footer--widgets .widget-twitter-feed {
    padding-right: 75px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
    .footer--widgets .widget-twitter-feed ul li {
      padding-left: 0;
      margin-bottom: 20px; }
      .footer--widgets .widget-twitter-feed ul li:last-child {
        margin-bottom: 0; }
      .footer--widgets .widget-twitter-feed ul li p {
        margin-bottom: 0; }
        .footer--widgets .widget-twitter-feed ul li p a {
          font-weight: 400; }
      .footer--widgets .widget-twitter-feed ul li:before {
        display: none; }
      .footer--widgets .widget-twitter-feed ul li span.time {
        font-size: 16px;
        display: block;
        font-weight: 400; }
  .footer--widgets .widget-contact-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 23%;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%; }
    .footer--widgets .widget-contact-info ul li {
      margin-bottom: 20px; }
      .footer--widgets .widget-contact-info ul li:last-child {
        margin-bottom: 0; }
      .footer--widgets .widget-contact-info ul li p {
        margin-bottom: 0;
        line-height: 26px; }

.copyright {
  padding: 12px 15px;
  font-size: 14px;
  color: #252525;
  font-weight: 400; text-align:center; }
  .copyright p {
    margin-bottom: 0; }
  .copyright a {
    
    font-weight: 600; }
    .copyright a:hover {
      opacity: 0.8; color: #ea7830;}

