@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap&subset=latin-ext');

@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700,800&display=swap&subset=latin-ext');

body {
  font-family: 'Roboto', sans-serif;
}

.tabs-section .about-us-box h1,
.services-offer-section .offer-post h2,
header nav.nav-menu ul.menu-list li a,
.news-section .news-title h2,
.services-offer-section .offer-post h1,
.page-banner-section h2,
.page-banner-section ul.page-depth,
header .guide-box,
.services-page-section .services-wrapp .guide-box,
a.elemadded,
.tp-caption {
  font-family: 'Nunito', sans-serif;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -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;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-empty {
  padding-bottom: 400px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}

.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
  background: #D2CFB3;
}

.tp-banner {
  width: 100%;
  position: relative;
}

.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

header {
  position: fixed;
  top: 0px;
  width: 270px;
  left: 50%;
  margin-left: -630px;
  background: #36332c;
  z-index: 999;
  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;
}

header div.logo {
  padding: 0;
}

header div.logo a {
  display: inline-block;
  text-decoration: none;
  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;
}

header div.logo a img {
  max-width: 100%;
}

header nav.nav-menu ul.menu-list {
  margin: 0;
  padding: 0;
}

header nav.nav-menu ul.menu-list li {
  display: block;
  border-top: 1px solid #4c4637;
}

header nav.nav-menu ul.menu-list li a {
  display: inline-block;
  text-decoration: none;
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.4px;
  font-weight: 400;
  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;
  padding: 15px 30px;
  background: #36332c;
}

header nav.nav-menu ul.menu-list li a.active,
header nav.nav-menu ul.menu-list li a:hover {
  color: #ffffff;
  background: #1c1c1c;
}

header nav.nav-menu ul.menu-list li.drop {
  position: relative;
}

header nav.nav-menu ul.menu-list li.drop ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 330px;
  top: -1px;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  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;
  border-top: none;
}

header nav.nav-menu ul.menu-list li.drop ul.dropdown li a {
  color: #ffffff;
  background: #504c42;
}

header nav.nav-menu ul.menu-list li.drop ul.dropdown li {
  display: block;
  border-top: 1px solid #36332C;
}

header nav.nav-menu ul.menu-list li.drop ul.dropdown li a.active,
header nav.nav-menu ul.menu-list li.drop ul.dropdown li a:hover {
  color: #ffffff;
  background: #1c1c1c;
}

header nav.nav-menu ul.menu-list li.drop:after {
  content: '\f105';
  position: absolute;
  top: 9px;
  right: 30px;
  font-family: "FontAwesome";
  color: #faba00;
  font-size: 22px;
}

header nav.nav-menu ul.menu-list li.drop:hover ul.dropdown {
  visibility: visible;
  opacity: 1;
}

header .guide-box {
  padding: 30px 30px 25px;
  border-top: 1px solid #4c4637;
  background: #4c4637;
}

header .guide-box h2 {
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 15px;
  font-size: 17px;
  text-transform: none;
}

header .guide-box p {
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 15px;
  font-size: 15px;
  text-transform: none;
}

header .guide-box ul {
  margin: 0;
  padding: 0;
}

header .guide-box ul li {
  list-style: none;
  margin-bottom: 5px;
  display: inline-block;
}

header .guide-box ul li a {
  display: inline-block;
  text-decoration: none;
  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;
  display: block;
  padding: 15px;
  background: #faba00;
  color: #36332c;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

header .guide-box ul li a i {
  font-size: 18px;
  margin-right: 7px;
  float: left;
}

header .guide-box ul li a:hover {
  background: #af9164;
  color: #ffffff;
}

header.active {
  top: 0;
}

a.elemadded {
  display: none;
  position: relative;
  color: #222222;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
  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;
  padding: 16px 20px;
  background: #faba00;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}

a.elemadded:hover {
  opacity: 0.9;
}

#container {
  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;
  background: url('../images/body-bg.jpg') center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 0px 0 40px;
  position: relative;
  overflow: hidden;
}

#content {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#content .inner-content {
  background: #EFF1ED;
  margin-left: 270px;
  box-shadow: 0 0 5px #333333;
  -webkit-box-shadow: 0 0 5px #333333;
  -moz-box-shadow: 0 0 5px #333333;
  -o-box-shadow: 0 0 5px #333333;
}

#content .inner-content .container {
  max-width: 100%;
}

.container {
  padding: 0 30px;
}

p {
  font-size: 17px;
  line-height: 23px;
  color: #666666;
  font-weight: 400;
  margin: 0 0 10px;
}

.top-line {
  padding: 15px 0;
  background: #1c1c1c;
  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;
  overflow: hidden;
}

.top-line ul.info-list {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  padding-top: 4px;
}

.top-line ul.info-list li {
  display: block;
  float: left;
  position: relative;
  padding-right: 55px;
}

.top-line ul.info-list li p {
  margin: 0;
  color: #fff;
  letter-spacing: 1.2px;
}

.top-line ul.info-list li a {
  color: #fff;
  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;
  text-decoration: none;
}

.top-line ul.info-list li a:hover {
  color: #faba00;
  text-decoration: none;
}

.top-line ul.info-list li p i {
  color: #af9164;
  margin-right: 20px;
}

.top-line ul.info-list li p span {
  display: block;
  color: #ccc;
  font-weight: 600;
  margin-left: 25px;
}

.top-line ul.info-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: -35px;
  height: 100%;
  width: 0;
  border-left: 1px dotted #aaa;
}

.top-line ul.info-list li:first-child:after {
  display: none;
}

.top-line ul.languages {
  margin: 0;
  padding: 0;
  text-align: right;
}

.top-line ul.languages li {
  display: inline-block;
  margin-left: 10px;
}

.top-line ul.languages li a {
  display: inline-block;
  text-decoration: none;
  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;
  font-size: 16px;
  color: #faba00;
  line-height: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
}

.top-line ul.languages li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.title-section {
  margin-bottom: 30px;
  text-align: center;
}

.title-section h1 {
  color: #222222;
  font-size: 30px;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.title-section h1 span {
  color: #af9164;
}

#home-section .tp-caption.finewide_medium_white span {
  color: #af9164;
}

#home-section .tp-caption.finewide_medium_white.center-align {
  text-align: center !important;
}

#home-section .tp-bannertimer {
  display: none !important;
}

#home-section .tp-bullets.simplebullets.round .bullet:hover,
#home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #faba00;
  border-color: #faba00;
}

#home-section .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

a.button-one {
  color: #ffffff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 35px;
}

a:hover.button-one {
  color: #1c1c1c;
  background: #fff;
}

.banner-section {
  padding: 35px 0;
  background: #1c1c1c;
  text-align: center;
}

.banner-section h2 {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: 0;
  color: #faba00;
  text-transform: uppercase;
  font-weight: 400;
}

.banner-section h2 a {
  display: inline-block;
  text-decoration: none;
  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;
  margin-left: 60px;
}

.services-offer-section {
  padding: 50px 0;
}

.services-offer-section .offer-post>a {
  display: inline-block;
  text-decoration: none;
  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;
  width: 100%;
  margin-bottom: 15px;
}

.services-offer-section .offer-post img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}

.services-offer-section .offer-post:hover img {
  transform: scale(1.2) rotate(1deg);
}

.services-offer-section .offer-post>a img {
  width: 100%;
  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;
}

.services-offer-section .offer-post>a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.services-offer-section .offer-post h1 {
  font-size: 25px;
  line-height: 32px;
  font-weight: 900;
  text-transform: uppercase;
  color: #36332c;
  margin: 0 0 20px;
  padding-bottom: 20px;
  position: relative;
}

.services-offer-section .offer-post h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  background: #36332c;
  height: 1px;
}

.services-offer-section .offer-post h2 {
  color: #1c1c1c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 5px 0 35px 0;
  text-transform: uppercase;
  text-align: center;
}

.services-offer-section .offer-post h2 a {
  display: inline-block;
  text-decoration: none;
  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;
  color: #222222;
}

.services-offer-section .offer-post h2 a:hover {
  color: #af9164;
}

.services-offer-section .offer-post p {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  color: #1c1c1c;
}

.services-offer-section .offer-post ul.offer-list {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.services-offer-section .offer-post ul.offer-list li {
  list-style: none;
  margin-bottom: 5px;
  color: #222222;
  font-size: 13px;
}

.services-offer-section .offer-post ul.offer-list li i {
  font-size: 14px;
  margin-right: 12px;
}

.services-offer-section .offer-post ul.offer-list.second {
  margin-bottom: 12px;
}

.services-offer-section .offer-post ul.offer-list.second li {
  display: inline-block;
  margin-right: 20px;
}

.services-offer-section .offer-post ul.offer-list.second li i {
  margin-right: 8px;
}

.projects-section {
  padding: 50px 0;
  background: #faba00;
}

.projects-section .project-title h2 {
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 25px;
  position: relative;
}

.projects-section .project-title h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  background: #ffffff;
  height: 1px;
}

.projects-section ul.filter {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
}

.projects-section ul.filter li {
  display: inline-block;
  margin: 0 15px 0 0;
}

.projects-section ul.filter li a {
  display: inline-block;
  text-decoration: none;
  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;
  color: #222222;
  font-size: 14px;
  letter-spacing: 1.3px;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}

.projects-section ul.filter li a.active,
.projects-section ul.filter li a:hover {
  color: #af9164;
  border-bottom: 2px solid #af9164;
}

.project-box .project-post {
  width: 33.3333333333333%;
  position: relative;
  overflow: hidden;
}

.project-box .project-post img {
  width: 100%;
}

.project-box .project-post .hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 109, 183, 0.8);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  opacity: 0;
}

.project-box .project-post .hover-box a.zoom {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  color: #af9164;
  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;
}

.project-box .project-post .hover-box a.zoom:hover {
  opacity: 0.7;
}

.project-box .project-post:hover .hover-box {
  opacity: 1;
}

button.mfp-close,
button.mfp-arrow {
  outline: none;
}

.tabs-section {
  padding: 50px 0;
  background: #c6c5b9;
 /* Old browsers */
  background: -moz-linear-gradient(45deg, #c6c5b9 0%, #d5d2b1 100%);
 /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #c6c5b9 0%,#d5d2b1 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #c6c5b9 0%,#d5d2b1 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c5b9', endColorstr='#d5d2b1',GradientType=1 );
 /* IE6-9 fallback on horizontal gradient */
  position: relative;
}

.tabs-section .about-us-box h1 {
  font-size: 25px;
  line-height: 32px;
  font-weight: 900;
  text-transform: uppercase;
  color: #36332c;
  margin: 0 0 20px;
  padding-bottom: 20px;
  position: relative;
}

.tabs-section .about-us-box h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  background: #36332c;
  height: 1px;
}

.tabs-section .about-us-box p {
  margin-bottom: 20px;
  font-size: 16.5px;
  line-height: 23px;
  font-weight: 400;
  color: #36332c;
  text-align: justify;
}

.tabs-section .about-us-box .about-us-post {
  overflow: hidden;
  margin-top: 30px;
}

.tabs-section .about-us-box .about-us-post a {
  display: inline-block;
  text-decoration: none;
  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;
  float: left;
  width: 60px;
  height: 60px;
  background: #af9164;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  color: #ffffff;
}

.tabs-section .about-us-box .about-us-post a:hover {
  opacity: 0.7;
}

.tabs-section .about-us-box .about-us-post h2 {
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px;
  margin-left: 80px;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 10px;
}

.tabs-section .about-box-images img {
  width: 100%;
}

.tabs-section .about-box-images>a img {
  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;
}

.tabs-section .about-box-images>a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.tabs-section .about-box p {
  margin-bottom: 0;
}

.tabs-section .about-box h2 {
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.tabs-section .about-box h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #af9164;
}

.testimonial-section {
  padding: 50px 0;
  position: relative;
  background: url('../upload/banners/1.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.testimonial-section .container {
  position: relative;
  z-index: 2;
}

.testimonial-section .title-section {
  text-align: center;
}

.testimonial-section .title-section h1 {
  color: #222222;
  font-size: 30px;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 0px;
  color: #ffffff;
}

.testimonial-section .testimonial-box {
  text-align: center;
  padding-bottom: 2px;
}

.testimonial-section .testimonial-box ul.bxslider {
  margin: 0;
  padding: 0;
}

.testimonial-section .testimonial-box ul.bxslider li {
  overflow: hidden;
}

.testimonial-section .testimonial-box p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 0 40px;
}

.testimonial-section .testimonial-box h2 {
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px;
  color: #af9164;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.testimonial-section .testimonial-box span {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 20px;
  color: #ffffff;
  display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #af9164;
  border-color: #af9164;
}

.testimonial-section:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.news-section {
  padding: 50px 0;
  background: #c6c5b9;
 /* Old browsers */
  background: -moz-linear-gradient(45deg, #c6c5b9 0%, #d5d2b1 100%);
 /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #c6c5b9 0%,#d5d2b1 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #c6c5b9 0%,#d5d2b1 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c5b9', endColorstr='#d5d2b1',GradientType=1 );
 /* IE6-9 fallback on horizontal gradient */;
}

.news-section .news-title h2 {
  font-size: 25px;
  line-height: 32px;
  font-weight: 900;
  text-transform: uppercase;
  color: #36332c;
  margin: 0 0 15px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  position: relative;
}

.news-section .news-title h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  background: #36332c;
  height: 1px;
}

.news-section .news-post {
  margin-bottom: 0;
}

.news-section .news-post .news-gallery {
  position: relative;
}

.news-section .news-post .news-gallery img {
  width: 100%;
  margin-bottom: 25px;
}

.news-section .news-post .news-gallery>a img {
  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;
}

.news-section .news-post .news-gallery>a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.news-section .news-post .news-gallery .date-post {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  background: #af9164;
  padding: 10px 14px;
}

.news-section .news-post .news-gallery .date-post p {
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 700;
  margin: 0;
}

.news-section .news-post .news-gallery .date-post p span {
  display: block;
  font-size: 15px;
  padding-top: 2px;
  margin-top: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.news-section .news-post .news-content h2 {
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px;
}

.news-section .news-post .news-content h2 a {
  display: inline-block;
  text-decoration: none;
  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;
  color: #222222;
}

.news-section .news-post .news-content h2 a:hover {
  color: #af9164;
}

.news-section .news-post .news-content>a {
  display: inline-block;
  text-decoration: none;
  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;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  color: #222222;
}

.news-section .news-post .news-content>a i {
  margin-left: 12px;
}

.news-section .news-post .news-content>a:hover {
  color: #af9164;
}

.clients-section {
  padding: 50px 0;
}

.clients-section h2 {
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.clients-section .clients-title p {
  margin-bottom: 30px;
  max-width: 900px;
}

.clients-section ul.client-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: -20px;
}

.clients-section ul.client-list li {
  float: left;
  width: 25%;
  margin-bottom: 20px;
  list-style: none;
}

.clients-section ul.client-list li a {
  display: inline-block;
  text-decoration: none;
  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;
  width: 100%;
  opacity: 0.5;
}

.clients-section ul.client-list li a img {
  width: 100%;
}

.clients-section ul.client-list li a:hover {
  opacity: 1;
}

.clients-section blockquote {
  margin-top: 30px;
  border-left: 1px solid #222222;
  padding: 20px 0;
  padding-left: 30px;
  margin-left: 30px;
}

.clients-section blockquote p {
  font-size: 15px;
  margin: 0;
}

.clients-section blockquote p span {
  font-weight: 700;
  color: #222222;
}

.faqs-section {
  padding: 40px 0 60px;
  overflow: hidden;
}

.accord-elem {
  margin-top: 8px;
}

.accord-elem:first-child {
  margin-top: 0px;
}

.accord-title {
  position: relative;
}

.accord-title h2 {
  padding: 10px 15px;
  background: #f7f7f7;
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 36px;
  border: 1px solid #eeeeee;
  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;
}

.accord-title a.accord-link {
  display: inline-block;
  text-decoration: none;
  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;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  left: 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-right: none;
}

.accord-title a.accord-link:after {
  font-family: 'FontAwesome';
  content: '\f0a9';
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  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;
}

.accord-title p {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 12px 0 12px 72px;
}

.accord-elem.active .accord-title h2 {
  color: #ffffff;
  border: 1px solid #af9164;
  background: #af9164;
}

.accord-elem.active a.accord-link {
  background: #333333;
  border: 1px solid #333333;
  border-right: none;
}

.accord-elem.active a.accord-link:after {
  content: '\f0ab';
  color: #ffffff;
}

.accord-content {
  display: none;
  padding-left: 36px;
  overflow: hidden;
}

.accord-content p {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 12px 0;
}

.accord-elem.active .accord-content {
  display: block;
}

.quote-section {
  padding: 50px 0;
  position: relative;
}

.quote-section #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.quote-section .container {
  position: relative;
  z-index: 2;
}

.quote-section .quote-box {
  padding: 40px;
  padding-bottom: 10px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: 2px 2px 5px #aaaaaa;
  -webkit-box-shadow: 2px 2px 5px #aaaaaa;
  -moz-box-shadow: 2px 2px 5px #aaaaaa;
  -o-box-shadow: 2px 2px 5px #aaaaaa;
}

.quote-section .quote-box h1 {
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.quote-section .quote-box h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #af9164;
}

.quote-section .quote-box form#contact-form {
  margin: 0;
}

.quote-section .quote-box form#contact-form input[type="text"],
.quote-section .quote-box form#contact-form textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #eaeaea;
  background: transparent;
  margin-bottom: 20px;
  outline: none;
  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;
  color: #666666;
  font-size: 12px;
  font-weight: 400 !important;
}

.quote-section .quote-box form#contact-form input[type="text"]:focus,
.quote-section .quote-box form#contact-form textarea:focus {
  border: 1px solid #af9164;
}

.quote-section .quote-box form#contact-form textarea {
  height: 100px;
}

.quote-section .quote-box form#contact-form input[type="submit"] {
  padding: 12px 20px;
  outline: none;
  border: none;
  background: #af9164;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  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;
  margin-bottom: 0px;
}

.quote-section .quote-box form#contact-form input[type="submit"]:hover {
  opacity: 0.7;
}

.quote-section .quote-box form#contact-form .message {
  height: 30px;
  padding: 10px 20px;
  font-size: 13px;
}

.quote-section .quote-box form#contact-form .message.error {
  color: #e74c3c;
  background: rgba(246, 80, 80, 0.4);
  border: 1px solid #e74c3c;
}

.quote-section .quote-box form#contact-form .message.success {
  color: #29b504;
  background: rgba(63, 220, 21, 0.4);
  border: 1px solid #29b504;
}

.page-banner-section {
  height: 181px;
  position: relative;
  background: url('../images/top.png') center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.page-banner-section .container {
  position: relative;
  z-index: 2;
}

.page-banner-section h2 {
  color: #faba00;
  font-size: 37px;
  font-weight: 800;
  margin: 0;
  padding-top: 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.page-banner-section ul.page-depth {
  margin: 0;
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
  padding-right: 55px;
}

.page-banner-section ul.page-depth li {
  display: inline-block;
  margin-left: 11px;
  color: #838383;
  font-size: 16px;
  font-weight: 800;
}

.page-banner-section ul.page-depth li a {
  display: inline-block;
  text-decoration: none;
  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;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}

.page-banner-section ul.page-depth li a:hover {
  color: #faba00;
}

.page-banner-section ul.page-depth li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 11px;
  color: #ffffff;
  margin-right: 15px;
}

.page-banner-section ul.page-depth li:first-child:before {
  content: '';
  margin-right: 0;
}

.team-section .container {
  margin-bottom: -40px;
}

.team-section .team-post {
  margin-bottom: 10px;
}

.team-section .team-post img {
  width: 100%;
  margin-bottom: 15px;
}

.team-section .team-post a img {
  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;
}

.team-section .team-post a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.team-section .team-post h2 {
  color: #222222;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
  margin-bottom: 9px;
}

.services-page-section h3 {
  color: #222222;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: -10px 0 0 0;
  margin-bottom: 9px;
}

.team-section .team-post span {
  display: inline-block;
  font-size: 17px;
  color: #4C4637;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 15px;
}

.team-section .team-post a {
  color: #93032E;
  font-weight: 700;
  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;
}

.team-section .team-post a:hover {
  color: #E26D5A;
}

.services-page-section {
  padding: 50px 0;
}

.services-page-section ul.side-navigation-list {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.services-page-section ul.side-navigation-list li {
  list-style: none;
  margin-top: 2px;
}

.services-page-section ul.side-navigation-list li a {
  display: inline-block;
  text-decoration: none;
  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;
  display: block;
  color: #222222;
  font-size: 13px;
  padding: 15px 25px;
  background: #f7f7f7;
  position: relative;
}

.services-page-section ul.side-navigation-list li a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 12px;
  position: absolute;
  right: 25px;
  top: 0;
  line-height: 50px;
  color: #222222;
  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;
}

.services-page-section ul.side-navigation-list li a:hover,
.services-page-section ul.side-navigation-list li a.active {
  background: #af9164;
}

.services-page-section ul.side-navigation-list li:first-child {
  margin-top: 0;
}

.services-page-section .services-wrapp {
  margin-bottom: -40px;
}

.services-page-section .services-wrapp .services-post {
  margin-bottom: 40px;
}

.services-page-section .services-wrapp .services-post img {
  width: 100%;
  margin-bottom: 25px;
}

.services-page-section .services-wrapp .services-post a img {
  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;
}

.services-page-section .services-wrapp .services-post a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.services-page-section .services-wrapp .services-post .list ul {
  list-style: none;
  padding: 0;
  font-weight: 400;
  margin: 25px 0 15px 0;
  font-size: 16.5px;
  text-transform: none;
}

.services-page-section .services-wrapp .services-post .list li {
  padding-left: 3.3em;
  padding-bottom: 10px;
}

.services-page-section .services-wrapp .services-post .list li:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

.services-page-section .services-wrapp .guide-box {
  text-align: left;
}

.services-page-section .services-wrapp .guide-box h2 {
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 15px;
  font-size: 17px;
  text-transform: none;
}

.services-page-section .services-wrapp .guide-box p {
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 15px;
  font-size: 15px;
  text-transform: none;
}

.services-page-section .services-wrapp .guide-box ul {
  margin: 0;
  padding: 0;
}

.services-page-section .services-wrapp .guide-box ul li {
  list-style: none;
  margin-bottom: 5px;
  display: inline-block;
}

.services-page-section .services-wrapp .guide-box ul li a {
  display: inline-block;
  text-decoration: none;
  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;
  display: block;
  padding: 25px;
  background: #333333;
  color: #FABA00;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.services-page-section .services-wrapp .guide-box ul li a i {
  font-size: 18px;
  margin-right: 7px;
  float: left;
}

.services-page-section .services-wrapp .guide-box ul li a:hover {
  background: #af9164;
  color: #ffffff;
}

.services-page-section .services-wrapp .services-post h2 {
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 25px;
}

.services-page-section .services-wrapp .services-post p {
  margin-bottom: 20px;
  font-size: 16.5px;
  line-height: 23px;
  font-weight: 400;
  color: #1c1c1c;
  text-align: justify;
}

.services-page-section .services-wrapp .services-post a {
  display: inline-block;
  text-decoration: none;
  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;
  color: #666666;
  font-size: 13px;
  font-weight: 400;
}

.services-page-section .services-wrapp .services-post a:hover {
  color: #af9164;
}

.blog-section {
  padding: 50px 0;
}

.blog-section h2 {
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
}

.blog-section .blog-box .blog-post {
  margin-bottom: 40px;
}

.blog-section .blog-box .blog-post img,
.blog-section .blog-box .blog-post iframe {
  width: 100%;
  margin-bottom: 30px;
}

.blog-section .blog-box .blog-post iframe {
  height: 360px;
}

.blog-section .blog-box .blog-post h2 {
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0px;
}

.blog-section .blog-box .blog-post h2 a {
  display: inline-block;
  text-decoration: none;
  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;
  color: #222222;
}

.blog-section .blog-box .blog-post h2 a:hover {
  color: #af9164;
}

.blog-section .blog-box .blog-post span {
  display: inline-block;
  color: #666666;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.blog-section .blog-box .blog-post .post-content-text>a {
  display: inline-block;
  text-decoration: none;
  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;
  color: #666666;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-section .blog-box .blog-post .post-content-text>a:hover {
  color: #af9164;
}

.blog-section .blog-box ul.pagination-list {
  margin: 0;
  padding: 0;
}

.blog-section .blog-box ul.pagination-list li {
  display: inline-block;
  margin-right: 8px;
}

.blog-section .blog-box ul.pagination-list li a {
  display: inline-block;
  text-decoration: none;
  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;
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-section .blog-box ul.pagination-list li a:hover,
.blog-section .blog-box ul.pagination-list li a.active {
  color: #af9164;
}

.blog-section .blog-box .single-post h1 {
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0px;
}

.blog-section .blog-box .single-post p {
  margin-bottom: 25px;
}

.blog-section .blog-box .single-post blockquote {
  border-left: 1px solid #222222;
  padding: 20px 0;
  padding-left: 30px;
  margin-left: 30px;
  margin-bottom: 25px;
}

.blog-section .blog-box .single-post blockquote p {
  font-size: 14px;
  margin: 0;
}

.blog-section .blog-box .single-post blockquote p span {
  color: #666666;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 0;
  text-transform: inherit;
}

.blog-section .blog-box .autor-post {
  overflow: hidden;
  margin-bottom: 40px;
}

.blog-section .blog-box .autor-post img {
  max-width: 130px;
  float: left;
}

.blog-section .blog-box .autor-post .autor-content {
  margin-left: 150px;
}

.blog-section .blog-box .autor-post .autor-content h2 {
  margin-bottom: 0;
}

.blog-section .blog-box .autor-post .autor-content span {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  margin-bottom: 15px;
}

.blog-section .blog-box .comment-section {
  margin-bottom: 0px;
}

.blog-section .blog-box .comment-section h2 {
  margin-bottom: 25px;
}

.blog-section .blog-box .comment-section ul {
  margin: 0;
  padding: 0;
}

.blog-section .blog-box .comment-section ul li {
  list-style: none;
}

.blog-section .blog-box .comment-section ul li .comment-box {
  overflow: hidden;
  padding-bottom: 35px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 40px;
}

.blog-section .blog-box .comment-section ul li .comment-box img {
  width: auto;
  max-width: 100px;
  float: left;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content {
  margin-left: 120px;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 {
  color: #222222;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a {
  color: #222222;
  display: inline-block;
  text-decoration: none;
  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;
  float: right;
  font-size: 11px;
  font-weight: 400;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a:hover {
  color: #af9164;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content span {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content p {
  margin: 0 !important;
}

.blog-section .blog-box .comment-section ul.depth .comment-box {
  padding-left: 120px;
}

.sidebar h2 {
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 25px;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar ul.category-list,
.sidebar ul.archieve-list {
  margin: 0;
  padding: 0;
}

.sidebar ul.category-list li,
.sidebar ul.archieve-list li {
  list-style: none;
  border-bottom: 1px dotted #d1d1d1;
  margin-bottom: 10px;
}

.sidebar ul.category-list li a,
.sidebar ul.archieve-list li a {
  display: inline-block;
  text-decoration: none;
  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;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 10px;
}

.sidebar ul.category-list li a:hover,
.sidebar ul.archieve-list li a:hover {
  color: #af9164;
}

.sidebar ul.category-list li:last-child,
.sidebar ul.archieve-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.sidebar ul.tags-list {
  margin: 0;
  padding: 0;
}

.sidebar ul.tags-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}

.sidebar ul.tags-list li a {
  display: inline-block;
  text-decoration: none;
  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;
  padding: 9px 20px;
  color: #ffffff;
  background: #222222;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.sidebar ul.tags-list li a:hover {
  background: #af9164;
}

#map {
  height: 482px;
}

.contact-section {
  padding: 50px 0;
}

.contact-section h2 {
  color: #222222;
  font-size: 16.5px;
  line-height: 23px;
  font-weight: 400;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.contact-section p {
  color: #222222;
  font-size: 16.5px;
  line-height: 23px;
  font-weight: 400;
  margin: 0 0 15px;
  margin-bottom: 25px;
}

.contact-section a {
  font-weight: 700;
  color: #93032E;
}

.contact-section a:hover {
  color: #E26D5A;
}

.contact-section ul.information-list {
  margin: 0;
  padding: 0;
}

.contact-section #contact-form {
  margin-bottom: -30px;
}

#contact-form input[type="text"],
.comment-form input[type="text"],
#contact-form textarea,
.comment-form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  outline: none;
  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;
  color: #666666;
  font-size: 13px;
}

#contact-form input[type="text"]:focus,
.comment-form input[type="text"]:focus,
#contact-form textarea:focus,
.comment-form textarea:focus {
  border: 1px solid #af9164;
}

#contact-form textarea,
.comment-form textarea {
  height: 146px;
}

#contact-form input[type="submit"],
.comment-form input[type="submit"] {
  padding: 12px 30px;
  outline: none;
  border: none;
  background: #af9164;
  color: #ffffff;
  font-size: 13px;
  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;
  margin-bottom: 10px;
}

#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
  opacity: 0.7;
}

#contact-form .message,
.comment-form .message {
  padding: 10px 20px;
  font-size: 13px;
}

#contact-form .message.error,
.comment-form .message.error {
  color: #e74c3c;
  background: rgba(246, 80, 80, 0.4);
  border: 1px solid #e74c3c;
}

#contact-form .message.success,
.comment-form .message.success {
  color: #29b504;
  background: rgba(63, 220, 21, 0.4);
  border: 1px solid #29b504;
}

footer {
  background: #1c1c1c;
}

footer .footer-widget img {
  width: 100%;
}

footer .up-footer {
  padding: 50px 0;
}

footer .up-footer h2 {
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #ffffff;
}

footer .left-widget p {
  color: #838383;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
}

footer .left-widget a {
  color: #838383;
  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;
}

footer .left-widget a:hover {
  color: #faba00;
  text-decoration: none;
}

footer .right-widget p {
  color: #838383;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
}

footer .right-widget a {
  color: #a17800;
  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;
}

footer .right-widget a:hover {
  color: #faba00;
  text-decoration: none;
}

footer .up-footer img {
  margin: 0;
  margin-top: -30px;
}

footer .up-footer ul.tag-list {
  margin: 0;
  padding: 0;
}

footer .up-footer ul.tag-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}

footer .up-footer ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  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;
  padding: 8px 18px;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

footer .up-footer ul.tag-list li a:hover {
  background: #af9164;
  border: 1px solid #af9164;
}

footer .up-footer ul.navigation {
  margin: 0;
  padding: 0;
}

footer .up-footer ul.navigation li {
  list-style: none;
  margin-bottom: 5px;
}

footer .up-footer ul.navigation li a {
  display: inline-block;
  text-decoration: none;
  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;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}

footer .up-footer ul.navigation li a:hover {
  color: #af9164;
}

footer .up-footer ul.flickr {
  margin: 0;
  padding: 0;
}

footer .up-footer ul.flickr li {
  margin-bottom: 5px;
  margin-right: 1px;
  display: inline-block;
}

footer .up-footer ul.flickr li a {
  display: inline-block;
  text-decoration: none;
  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;
}

footer .up-footer ul.flickr li a img {
  margin: 0;
}

footer .up-footer ul.flickr li a:hover {
  opacity: 0.7;
}

footer .up-footer .info-widget p {
  margin-bottom: 5px;
}

footer .up-footer .info-widget p span {
  color: #af9164;
}

footer .up-footer .info-widget p.first-par {
  margin-bottom: 20px;
}

footer p.copyright {
  padding: 25px 0;
  background: #faba00;
  font-size: 16px;
  font-weight: 500;
  color: #36332c;
  text-align: center;
  margin: 0;
}

footer .copyright strong {
  font-weight: 800;
}

footer .copyright a {
  color: #36332c;
}

footer .copyright a:hover {
  color: #4C4637;
}

@media (max-width: 1280px) {
  #content {
    max-width: 1000px;
  }

  header {
    margin-left: -500px;
  }

  .project-box .project-post {
    width: 50%;
  }

  .projects-page-section .project-box {
    width: 720px;
  }

  .projects-page-section .project-box .project-post {
    width: 210px;
    margin: 15px;
  }

  .projects-page-section .project-box .project-post .hover-box {
    background: #af9164;
  }

  .projects-page-section .project-box .project-post .hover-box span {
    color: #222222;
  }

  .projects-page-section .project-box .project-post .hover-box h2 a:hover {
    color: #666666;
  }

  .projects-page-section .project-box.col2 .project-post {
    width: 330px;
  }

  .top-line ul.languages li {
    margin-right: -1px;
  }

  .third {
    display: none;
  }

  .clients-section blockquote {
    margin-top: 0px;
    margin-bottom: 0;
  }
}

@media (max-width: 1020px) {
  
  .facebook{
	  margin-bottom:20px;
	  }
	  
  #container {
    padding: 0;
  }

  .container {
    padding: 0 15px;
  }

  #content {
    max-width: 900px;
  }

  #content .inner-content {
    margin: 0;
  }

  header {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }

  header nav.nav-menu {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    top: 100%;
    text-align: center;
    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;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    max-height: 320px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  header nav.nav-menu ul.menu-list li.drop ul.dropdown {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    border: none;
  }

  header nav.nav-menu ul.menu-list li.drop>a {
    display: none;
  }

  header nav.nav-menu.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  header a.elemadded {
    display: block;
  }

  header .guide-box {
    display: none;
  }

  header div.logo {
    text-align: center;
  }
}

@media (max-width: 991px) {

  footer .footer-widget img {
    display: none;
  }

  .tp-banner {
    display: none;
  }

  .iconsmat {
    display: none;
  }

  .top-line p span {
    display: inline-block;
    margin-bottom: 7px;
  }

  .navbar-nav>li>a {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .navbar-nav a.open-search {
    padding-left: 7px !important;
  }

  .offer-post {
    margin-bottom: 30px;
  }

  .project-box .project-post {
    width: 50%;
  }

  .tab-posts-box {
    margin-top: 30px;
  }

  .footer-widget {
    margin-bottom: 30px;
  }

  .page-banner-section {
    text-align: center;
  }

  .page-banner-section h2 {
    margin-bottom: 5px;
  }

  .page-banner-section ul.page-depth {
    text-align: center;
  }

  #map {
    height: 250px;
  }

  .contact-info {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {

  .page-depth {
    display: none;
  }

  .page-banner-section h2 {
    font-size: 27px;
    line-height: 38px;
  }

  .top-line .first {
    display: none;
  }

  .top-line .second {
    display: none;
  }

  .top-line ul.languages {
    text-align: center;
  }

  .about-us-box {
    margin-bottom: 30px;
  }

  .banner-section h2 a {
    margin-left: 6px;
    margin-top: 5px;
  }

  .project-box .project-post {
    width: 50%;
  }

  .projects-page-section .project-box {
    width: 100%;
    margin-left: 0;
  }

  .tabs-section .about-box {
    padding-left: 0;
  }

  .projects-page-section .project-box.col2 .project-post,
	.projects-page-section .project-box.col3 .project-post,
	.projects-page-section .project-box .project-post {
    width: 100%;
    margin: 0 0 30px;
  }

  .blog-section .blog-box .comment-section ul.depth .comment-box {
    padding-left: 0;
  }

  .flexslider .flexcaption {
    display: none;
  }

  .news-section .news-post {
    margin-bottom: 30px;
  }

  .clients-section blockquote {
    margin-top: 30px;
  }

  .blog-section .blog-box ul.pagination-list {
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {


	
	
  .project-box .project-post {
    width: 100%;
  }

  .tab-posts-box ul.nav-tabs li a {
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 400;
  }

  .tab-posts-box .tab-pane img {
    float: none !important;
    margin: 0;
    margin-bottom: 20px;
  }

  .blog-section .blog-box .autor-post img {
    max-width: auto;
    float: none;
    margin-bottom: 20px;
  }

  .blog-section .blog-box .autor-post .autor-content,
	.blog-section .blog-box .comment-section ul li .comment-box .comment-content {
    margin-left: 0;
  }

  .blog-section .blog-box .comment-section ul li .comment-box img {
    display: none;
  }

  #map {
    height: 200px;
  }
}

.flat-table {
  display: block;
  overflow: auto;
  width: auto;
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  padding: 0;
  font-family: 'Nunito', sans-serif;
}

th {
  background: #36332c;
  color: #faba00;
  font-weight: normal;
  padding: 20px 25px;
  text-align: center;
}

td {
  background: #faba00;
  color: #36332c;
  padding: 15px 25px;
  text-align: center;
}
}

.error-404 {
  color: #faba00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #36332C;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.error-404 h1 {
  font-size: 90px;
  color: #faba00;
  font-weight: 800;
  line-height: 1.05;
  margin-top: 20px;
  margin-bottom: 10px;
}

.error-404 p {
  font-size: 24px;
  line-height: 1.11765;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  margin-top: 0;
  color: #faba00;
}

.error-404 a {
  color: #fff;
  font-size: 18px;
  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;
}

.error-404 a:hover {
  color: #faba00;
}

.error-404 a::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-right: 1em;
  vertical-align: 2px;
}

.cookie-bar {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 60px;
  bottom: 60px;
  background: rgba(54, 51, 44, .90);
  border-radius: 15px;
  max-width: 600px;
  padding: 40px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.cookie-bar p {
  font-size: 16px;
  line-height: 26px;
  color: #cfcfcf;
  margin: 0;
}

.cookie-bar-close {
  position: absolute;
  right: 25px;
  top: 25px;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.cookie-bar-close::before,
.cookie-bar-close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  background: #faba00;
  margin-top: (6px / 2) * - 1;
  height: 6px;
}

.cookie-bar-close::before {
  transform: rotate(45deg);
}

.cookie-bar-close::after {
  transform: rotate(-45deg);
}

.cookie-bar-close:hover::before,
.cookie-bar-close:hover::after {
  background-color: #fe897f;
}

.facebook{
margin-top: 50px;
}

.facebook>a img {
  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;
}

.facebook>a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}