@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: Cinzel, Arial, serif;
  line-height: 1.8;
  font-size: 20px;
  /*background: #f0f0f0;*/
  background: #fff;
  font-weight: 400;
}


header, #header-logo {
   z-index: 9999 !important; 
   display: block;
}

#fh5co-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#fh5co-wrapper > div {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

a {
  color: rgb(168, 190, 105);
    -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: underline;
  color: rgb(168, 190, 105);
}
a:focus, a:active {
  outline: none;
}

p, span {
  margin-bottom: 1.5em;
  font-size: 20px;
  color: #727272;
  font-weight: 400;
  font-family: Cinzel, Arial, serif;
}

span {
  font-size: 30px;
  color: rgba(114, 114, 114, 0.8);
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: Cinzel;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::-moz-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

#fh5co-page {

  background-repeat:no-repeat; 
  background-position:top left;
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  

}



.fh5co-table {
  display: table;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-table {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}
.fh5co-table .fh5co-table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .fh5co-table .fh5co-table-cell {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: rgb(168, 190, 105);
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: rgb(168, 190, 105);
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

header {
  padding-bottom: 1.2em;  
  padding-top: 1em;
  padding-left: 12em;
  z-index: 999;
}


@media screen and (max-width: 768px) {
  header {
    padding: 2em 0 ;
    padding-bottom: 0.5em;
  }
}


#fh5co-portfolio-section, #fh5co-intro-section,
#fh5co-services-section, #fh5co-contact-section,
#fh5co-team-section {
    margin-top: 25px;
  padding-bottom: 5em;
}

#fh5co-intro-section {
  margin-bottom: 4em;
  padding-bottom: 3em;
}

.intro-heading {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .intro-heading {
    font-size: 30px;
  }
}

#filters {
  padding: 0;
  list-style: none;
}
#filters li {
  display: inline-block;
  margin-right: 20px;
}
#filters li span {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
}
#filters li span:hover, #filters li span:focus, #filters li span.active {
  color: #000 !important;
}

#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 33.33%;
  display: none;
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  #portfoliolist .portfolio {
    width: 50% !important;
  }
}
@media screen and (max-width: 768px) {
  #portfoliolist .portfolio {
    width: 50% !important;
  }
}
@media screen and (max-width: 480px) {
  #portfoliolist .portfolio {
    width: 100% !important;
  }
}

.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
}

.portfolio {
  overflow: hidden;
  position: relative;
  z-index: 1;
  float: left;
}

.portfolio img {
  max-width: 100%;
  z-index: -1;
  position: relative;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label {
  position: absolute;
  width: 100%;
  height: 85px;
  bottom: -85px;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
}
.portfolio .label-text a {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
}
.portfolio .label-text a:hover {
    color: rgb(168, 190, 105);
  
  text-decoration: none !important;
}

.portfolio .text-category {
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: normal;
}

.portfolio:hover .label {
  bottom: 0;
}

.portfolio:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.baner-section {
      margin-bottom: 75px;
}

.team-section-grid {
  position: relative;
  background-size: cover;
  height: 248px;
  margin-bottom: 30px;
  
}
.team-section-grid .overlay-section {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.team-section-grid .overlay-section h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  opacity: 1;
}
.team-section-grid .overlay-section p {
  color: rgba(255, 255, 255, 0.8);
}
.team-section-grid .overlay-section p.fh5co-social-icons a:hover, .team-section-grid .overlay-section p.fh5co-social-icons a:focus {
  text-decoration: none !important;
}

.team-section-grid .overlay-section:hover p.fh5co-social-icons i.hovered {
    display: block;
}

.team-section-grid .overlay-section p.fh5co-social-icons i.hovered {
    display: none;
    
}
.team-section-grid .overlay-section:hover p.fh5co-social-icons i.normal {
    display: none;
}

.team-section-grid .overlay-section p.fh5co-social-icons i.normal {
    display: block;
    
}


.team-section-grid .overlay-section p.fh5co-social-icons i {
  bottom: 0px;
  right: 0px;
  color: white;
  font-size: 45px;
  float: right;
  position: absolute;
}
.team-section-grid .overlay-section h1 {
  color: #fff;
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
-webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;

}
.team-section-grid .overlay-section .desc {
  position: absolute;
  bottom: 30px;
  top: 25px;
  left: 30px;
  right: 30px;
}
.team-section-grid:hover .overlay-section {
  background-color: rgba(0,0,0,0.8);
  opacity: 1;
}
.team-section-grid:hover .overlay-section h1 {
    color: rgb(168, 190, 105);
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;

    
}

.fh5co-services i {
  font-size: 60px;
  display: block;
  margin-bottom: 40px;
  color: rgb(168, 190, 105);
}

.fh5co-services-single .fh5co-services i {
  font-size: 80px;
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #000;
}
.contact-info li a {
  color: rgb(168, 190, 105);
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
}

input[type="text"] {
  height: 50px;
}

.form-group {
  margin-bottom: 30px;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#footer {
  background-image: url('/images/back_footer.jpg');
  background-position:bottom left; 
  background-repeat:no-repeat;
  position: relative; 
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 2em 0;
}

@media screen and (max-width: 1450px) {
  #footer {
    padding-left: 200px;
  }
}

@media screen and (max-width: 900px) {
  #footer {
    background-image: url('');
    padding-left: unset;
  }
}

#footer p {
  font-size: 16px;
}
#footer p:last-child {
  margin-bottom: 0;
}
#footer p.fh5co-social-icons a:hover, #footer p.fh5co-social-icons a:focus {
  text-decoration: none !important;
}
#footer p.fh5co-social-icons i {
  font-size: 48px;
}
#footer .social-text-align {
  text-align: right;
}
@media screen and (max-width: 992px) {
  #footer .social-text-align {
    text-align: left !important;
  }
}

.heading-section {
  margin-bottom: 1em;
}
.heading-section h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0px;
}
.heading-section h3 {
  font-weight: 400;
  line-height: 1.5em;
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */

#background-left {
    background: url('/images/backl1.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    min-width: 234px;
    width: auto;
    z-index: 1;
}

#background-right {
    background: url('/images/backr1.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    min-width: 791px;
    width: auto;
    z-index: 1;
}

@media screen and (max-width: 1310px) {
    #background-right {
        background-size: cover;
        background-position: left top;
        min-width: 500px;
        height: 100%;
    }
}

@media screen and (max-width: 1040px) {
    #background-right {
        background-size: cover;
        background-position: left top;
        min-width: 300px;
        height: 100%;
    }
}

@media screen and (max-width: 1040px) {
    #background-right {
        background-size: cover;
        background-position: left top;
        min-width: 300px;
        height: 100%;
    }
}

@media screen and (max-width: 840px) {
    #background-right {
        background-size: cover;
        background-position: left top;
        min-width: 200px;
        height: 100%;
    }
}

@media screen and (max-width: 770px) {

    #background-left, #background-right {
        display: none;
    }

}