@charset "UTF-8";
/* Table of Content */
/* ================================================== */
/*	#Typograpgy */
/*	#Helper */
/*	#Preloader */
/*	#Header */
/*	#Navigation */
/*	#Infobox */
/*	#skills */
/*	#Facts */
/*	#Team */
/*	#Process */
/*	#Works */
/*	#Clients */
/*	#Pricing table */
/*	#Map */
/*	#Blog */
/*	#Footer */
/*  ============  */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

html, body {
  position: relative;
  background: #333333;
  font: 400 16px/26px "Crete Round", serif;
  color: #fff; }

/*============================ */
/*	TYPOGRAPGY */
/*============================ */
ol, ul {
  list-style: none; }

img {
  height: auto;
  max-width: 100%; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

blockquote {
  border-left: 4px solid #ae9364;
  font-size: 1em;
  padding: 0 20px;
  color: #ae9364; }

a {
  color: #ae9364;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover, a:active {
    text-decoration: none;
    color: #92794d; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  line-height: 1.2; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }

.montserrat, .heading, .header-section h2, .call-to-action, #moments .box-title, #moments .quotation span, #moments .events h4, .work-item .caption h2, .work-info h2, .work-info h4, .pricing-table li:first-child, .blog-item .blog-title h2, .blog-item .blog-info, .page-title h2, .blog-single .blog-title h2, .comments li .comment h5, .widget h3 {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-size: 16px; }

.uppercase {
  text-transform: uppercase !important; }

.capitalize {
  text-transform: capitalize !important; }

.lowercase{
  text-transform: none !important;}

.color {
  color: #ae9364; }

.btn {
  border: 2px solid #ae9364;
  font: 600 13px/1em "Montserrat", Helvetica, sans-serif;
  color: #333;
  border-radius: 0;
  padding: 10px 20px;
  box-shadow: none;
  background: transparent; }
  .btn:hover {
    background: #ae9364;
    color: #fff;
    border-color: #ae9364; }

/*============================ */
/*	HELPER */
/*============================ */
.transition, .infobox .icon, .servicebox.style-2, .servicebox.style-2 span, .servicebox.style-2 span:after, .team-member:after, .team-member .team-member-img img, .team-member .caption, .team-member .caption .heading, .team-member .social, .process .process-img, .process .process-img img, .process .process-img:after, .process.style-1:before, .process.style-2 .heading, .portfolio-filters a span, .work-item .caption, .blog-item .blog-info, .social ul .fa {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease; }

.bg-primary {
  background-color: #ae9364; }

.bg-secondary {
  background-color: #333; }

.tb {
  display: table;
  height: 100%;
  position: relative;
  width: 100%; }
  .tb .tb-cell {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle; }

.no-margin {
  margin: 0 !important; }

.no-margin-top {
  margin-top: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.no-padding {
  padding: 0; }

.padding {
  padding: 100px 0; }

.padding-top {
  padding: 100px 0 0; }

.padding20 {
  padding: 20px 0; }

.padding30 {
  padding: 30px 0; }

.padding50 {
  padding: 50px 0; }

.white-space-10 {
  height: 10px; }

.white-space-20 {
  height: 20px; }

.white-space-30 {
  height: 30px; }

.white-space-40 {
  height: 40px; }

.white-space-50 {
  height: 50px; }

.white-space-60 {
  height: 60px; }

.white-space-70 {
  height: 70px; }

.white-space-80 {
  height: 80px; }

.white-space-90 {
  height: 90px; }

.white-space-100 {
  height: 100px; }

#wrap {
  position: relative; }

.container {
  position: relative; }

@media (max-width: 990px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    margin-bottom: 30px; } }
/*============================ */
/*	PRELOADER */
/*============================ */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background: #fff url("../images/preloader.gif") center center no-repeat; }

/* END PRELOADER */
/*============================ */
/*	HEADER */
/*============================ */
#header-wrap {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #444;
  z-index: 1; }
  #header-wrap .container {
    height: 100%;
    position: relative;
    padding-bottom: 50px; }
  #header-wrap .logo {
    margin: 15px;
    text-align: center; }
    #header-wrap .logo img {
      max-width: 100%;
      display: inline-block; }

#header-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1; }
  #header-slide .item {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: padding-box; }
  #header-slide .owl-wrapper-outer, #header-slide .owl-wrapper, #header-slide .owl-item, #header-slide .item {
    width: 100%;
    height: 100%; }
  #header-slide .owl-controls {
    z-index: 99; }
    #header-slide .owl-controls .owl-pagination .owl-page.active span {
      background: #ae9364; } #header-slide .item .caption {	color: #fff;	font-size:22px;	position: absolute;	bottom:70px;	left:0;	right:0;	text-align: center;	padding: 30px;	background: rgba(0,0,0,0.5); } .rel {	position: relative; }

/* END HEADER */
/*============================ */
/*	NAVIGATION */
/*============================ */
#navigation {
  width: 100%;
  height: 100px;
  z-index: 9995;
  position: relative;
  margin-top: -50px; }
  #navigation.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff; }
  #navigation .inner {
    border-bottom: 1px solid #ae9364;
    position: relative; }
  #navigation .logo {
    background: #ae9364;
    height: 100px;
    width: 100px;
    float: left; }
  #navigation .menu-container {
    height: 100px;
    float: right; }
    #navigation .menu-container ul {
      height: 50px;
      margin: 50px 0 0; }
      #navigation .menu-container ul > li {
        position: relative;
        display: inline-block;
        margin: 0 0 0 60px; }
        #navigation .menu-container ul > li a {
          display: inline-block;
          font-size: 13px;
          font-weight: bold;
          color: #333;
          text-decoration: none;
          text-transform: uppercase;
          line-height: 50px;
          font-family: "Montserrat", Helvetica, sans-serif; }
		#navigation.fixed-enabled .menu-container ul > li a {
			color: #fff;
		} 
		#navigation.fixed-nav .menu-container ul > li a {
			color: #333;
		}
        #navigation .menu-container ul > li.active a, #navigation .menu-container ul > li:hover a,
		#navigation.fixed-nav .menu-container ul > li:hover a,
		#navigation.fixed-enabled .menu-container ul > li:hover a {
          color: #ae9364; }
        #navigation .menu-container ul > li ul {
          display: none; }
		.owl-controls {
		bottom: 50px;}
  #navigation.style-2, #navigation.fixed-nav {
    margin-top: 0;
    /* STYLE 2 */
background: #fff;	}
    #navigation.style-2 .menu-container ul, #navigation.fixed-nav .menu-container ul {
      height: 100px;
      margin: 0; }
      #navigation.style-2 .menu-container ul > li a, #navigation.fixed-nav .menu-container ul > li a {
        line-height: 100px; }
    #navigation.style-2 #mobile-menu-button, #navigation.fixed-nav #mobile-menu-button {
      height: 100px;
      line-height: 100px;
      margin: 0; }

/* MOBILE MENU */
#mobile-menu-button {
  color: #333;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  margin: 50px 0 0; }

#mobile-menu {
  margin: -2px 0 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none; }
  #mobile-menu li {
    display: block;
    width: 100%; }
    #mobile-menu li a {
      display: block;
      font-size: 13px;
      color: #fff;
      text-align: center;
      text-transform: capitalize;
      font-family: "Montserrat", Helvetica, sans-serif;
      padding: 10px;
      background: #333;
      border-bottom: 1px solid #222; }
  #mobile-menu ul {
    display: none; }

/* END NAVIGATION */
.section {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 0; }
 #works {
	 background: #222;
 }
  .section.parallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../images/other/parallax-3.jpg"); }
    @media (max-width: 990px) {
      .section.parallax {
        background-size: cover; } }
  .section.overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1; }

.header-section {
  margin: 0 0 50px; }
  .header-section h2 {
    font-size: 20px;
    position: relative;
    margin: 0 0 20px; }
    .header-section h2:after {
      content: "";
      position: absolute;
      bottom: -10px;
      display: block;
      height: 2px;
      width: 60px;
      background: #ae9364; }
  .header-section.style-2 {
    text-align: center; }
    .header-section.style-2 h2 {
      font-size: 30px;
      letter-spacing: 2px; }
      .header-section.style-2 h2:after {
        display: none; }
  .header-section.margin-top {
    margin: 50px 0 0; }
    .header-section.margin-top h2 {
      margin: 0; }
  .header-section.margin-top-bottom {
    margin: 100px 0 50px; }

/*============================ */
/*	INFOBOX */
/*============================ */
/*  INFOBOX 1 */
.infobox {
  position: relative; }
  .infobox .icon {
    color: #ae9364;
    font-size: 32px;
    position: absolute;
    top: 0;
    left: 0; }
  .infobox .heading {
    padding: 4px 0 20px 50px;
    margin: 0; }
  .infobox p {
    color: #fff; }
  .infobox .btn {
    margin-top: 40px; }

@media (max-width: 990px) {
  .infobox .btn {
    margin-top: 20px; } }
/* END INFOBOX 1 */
/*  INFOBOX 2 */
.infobox.style-2 {
  padding-bottom: 30px; }
  .infobox.style-2 .heading {
    padding: 0 0 15px 0; }
  .infobox.style-2 .text {
    padding-left: 120px; }
  .infobox.style-2 .icon {
    background: #ae9364;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #fff;
    text-align: center; }
    .infobox.style-2 .icon:after {
      content: "";
      position: absolute;
      top: 5px;
      right: 5px;
      bottom: 5px;
      left: 5px;
      border: 2px solid #fff; }
  .infobox.style-2:hover .icon {
    background: #333; }

@media (max-width: 990px) {
  .infobox.style-2 {
    padding-bottom: 25px; }
    .infobox.style-2 .icon {
      width: 90px;
      height: 90px;
      line-height: 90px; }
    .infobox.style-2 .text {
      padding-left: 110px; } }
/* END INFOBOX 2 */
/*  INFOBOX 3 */
.infobox.style-3 .heading {
  padding: 0 0 15px 0; }
.infobox.style-3 .text {
  padding: 10px 0 0;
  text-align: center;
  font-size: 13px; }
.infobox.style-3 .icon {
  text-align: center;
  width: 140px;
  height: 140px;
  line-height: 130px;
  color: #fff;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }
  .infobox.style-3 .icon:before {
    font-family: "icomoon";
    content: "";
    font-size: 138px;
    color: #ae9364;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    z-index: -1;
    height: inherit;
    width: inherit; }
.infobox.style-3:hover .icon {
  color: #fff; }
  .infobox.style-3:hover .icon:before {
    content: ""; }

/* END INFOBOX 3 */
/*  INFOBOX 4 */
.infobox.style-4 .heading {
  padding: 20px 0 0 0;
  text-align: center;
  font-size: 20px;
  text-transform: capitalize; }
.infobox.style-4 .icon {
  text-align: center;
  font-size: 64px;
  position: relative;
  margin: 0 auto;
  line-height: 1; }

/* END INFOBOX 4 */
/* END INFOBOX 5 */
.infobox.style-5 {
  color: #707070;
  margin-bottom: 10px; }
  .infobox.style-5 .heading {
    padding: 0 0 10px 0; }
  .infobox.style-5 p {
    font-size: 13px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin: 0;
    color: inherit; }
  .infobox.style-5 .text {
    margin-left: 90px;
    padding: 15px;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .infobox.style-5 .text:before {
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      top: 35px;
      left: -20px;
      border: 10px solid rgba(255, 255, 255, 0);
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s; }
  .infobox.style-5 .icon {
    background: #efefef;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #333;
    text-align: center;
    border-radius: 50%;
    margin: 10px 0 0; }
  .infobox.style-5:hover {
    color: #fff; }
    .infobox.style-5:hover .text {
      background: #ae9364; }
      .infobox.style-5:hover .text:before {
        border-right-color: #ae9364; }

/* END INFOBOX 5 */
/* SERVICEBOX */
.servicebox {
  background: #ae9364;
  padding: 25px 0;
  position: relative; }
  .servicebox:after {
    content: "";
    display: table;
    clear: both; }
  .servicebox .icon {
    width: 100px;
    height: 80px;
    line-height: 80px;
    color: #333;
    text-align: center;
    border-right: 1px solid #333;
    font-size: 32px;
    float: left; }
  .servicebox .text {
    height: 80px;
    width: auto;
    padding: 0 0 0 25px; }
  .servicebox .heading {
    margin: 0; }

/* END SERVICEBOX */
/* SERVICEBOX */
.servicebox.style-2 {
  padding: 25px;
  margin: 60px 0 0; }
  @media (max-width: 990px) {
    .servicebox.style-2 {
      margin: 20px 0 0;
      text-align: center !important; } }
  .servicebox.style-2 .text {
    height: auto;
    padding: 0;
    color: #fff; }
  .servicebox.style-2 .heading {
    margin: 0;
    color: #fff; }
  .servicebox.style-2 p {
    margin: 0; }
  .servicebox.style-2 span {
    height: 50px;
    width: 180px;
    border: 1px solid #ae9364;
    display: block;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 20; }
    @media (max-width: 990px) {
      .servicebox.style-2 span {
        display: none; } }
    .servicebox.style-2 span:after {
      content: "";
      border: 2px solid #ae9364;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      position: absolute;
      right: -5px;
      bottom: -10px;
      z-index: 21; }
  .servicebox.style-2.text-left span {
    border-width: 1px 0 0 1px;
    right: 100%;
    left: auto; }
    .servicebox.style-2.text-left span:after {
      right: auto;
      left: -5px; }
  .servicebox.style-2:hover {
    background: #333; }
    .servicebox.style-2:hover span {
      border-color: #333; }
      .servicebox.style-2:hover span:after {
        border-color: #333; }

/* END SERVICEBOX */
/* CTA */
.call-to-action {
  padding: 70px 0;
  background: #ae9364;
  font-size: 20px;
  color: #fff; }
  .call-to-action .btn {
    color: #fff;
    border-color: #fff;
    padding: 10px 50px;
    margin-top: -6px;
    float: right; }
    .call-to-action .btn:hover {
      background: #fff;
      color: #ae9364; }
  .call-to-action p {
    margin: 0;
    display: inline-block; }
  @media (max-width: 990px) {
    .call-to-action {
      text-align: center; }
      .call-to-action .btn {
        margin-top: 20px;
        float: none; } }

/*============================ */
/*	skills */
/*============================ */
.skills-list > div {
  height: 220px;
  position: relative; }
.skills-list .skill {
  width: 220px;
  height: 220px;
  line-height: 220px;
  text-align: center;
  position: absolute;
  top: 0; }
  .skills-list .skill svg {
    width: 100% !important;
    height: 100% !important; }
    .skills-list .skill svg .circle {
      stroke: #ae9364 !important; }
  .skills-list .skill span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .skills-list .skill.pull-right {
    right: 0; }
  .skills-list .skill.pull-left {
    left: 0; }
.skills-list .text.pull-right {
  padding-left: 240px;
  text-align: left; }
.skills-list .text.pull-left {
  padding-right: 240px;
  text-align: right; }
.skills-list .heading {
  margin: 0 0 15px 0; }
.skills-list p {
  color: #707070; }

@media (max-width: 990px) {
  .skills-list > div .skill {
    height: 200px;
    width: 200px;
    line-height: 200px; }
  .skills-list .text.pull-right {
    padding-left: 200px; }
  .skills-list .text.pull-left {
    padding-right: 200px; } }
@media (max-width: 765px) {
  .skills-list > div .skill {
    height: 150px;
    width: 150px;
    line-height: 150px; }
  .skills-list .text.pull-right {
    padding-left: 150px; }
  .skills-list .text.pull-left {
    padding-right: 150px; } }
.skill.style-2 {
  position: relative; }
  .skill.style-2 .chart {
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    position: relative;
    float: left; }
    @media (max-width: 990px) {
      .skill.style-2 .chart {
        width: 100px;
        height: 100px;
        line-height: 100px; } }
    .skill.style-2 .chart span {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      font-size: 30px;
      color: #ae9364;
      font-family: "Montserrat", Helvetica, sans-serif; }
      @media (max-width: 990px) {
        .skill.style-2 .chart span {
          font-size: 18px; } }
      .skill.style-2 .chart span:after {
        content: "%";
        margin: 0 5px; }
  .skill.style-2 .heading, .skill.style-2 p {
    padding: 0 0 0 150px;
    margin: 0 0 5px; }
    @media (max-width: 990px) {
      .skill.style-2 .heading, .skill.style-2 p {
        padding: 0 0 0 120px; } }
  .skill.style-2 p {
    color: #808080;
    font-size: 13px; }

/*============================ */
/*	FUN FACTS */
/*============================ */
.fun-facts {
  margin: 0;
  padding: 0; }
  .fun-facts:after {
    content: "";
    display: table;
    clear: both; }
  .fun-facts li {
    height: 290px;
    text-align: center;
    background: rgba(174, 147, 100, 0.8); }
    .fun-facts li:after {
      content: "";
      position: absolute;
      top: 0;
      left: -25px;
      bottom: 0;
      background: url("../images/x.png") center center no-repeat;
      width: 50px; }
    .fun-facts li:first-child:after {
      display: none !important; }
  .fun-facts .countup {
    font-size: 50px;
    color: #333; }
  .fun-facts .heading {
    color: #fff;
    margin: 0; }
  .fun-facts hr {
    width: 70px;
    margin: 20px auto;
    border-top: 2px solid #333; }
  .fun-facts.style-2 {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0; }
    .fun-facts.style-2 li {
      height: 220px;
      background: none; }
      .fun-facts.style-2 li:after {
        left: -1px;
        bottom: 0;
        background: #e1e1e1;
        width: 1px; }
        @media (max-width: 990px) {
          .fun-facts.style-2 li:after {
            display: block; } }
      .fun-facts.style-2 li:nth-child(3n):after {
        display: block; }
      @media (max-width: 765px) {
        .fun-facts.style-2 li:nth-child(3n):after {
          display: none; } }
    .fun-facts.style-2 .icon {
      display: inline-block;
      font-size: 32px;
      position: relative;
      bottom: -6px;
      padding: 0 8px 0 0;
      color: #ae9364; }
    .fun-facts.style-2 .countup {
      display: inline-block;
      padding-bottom: 10px;
      font-size: 30px;
      color: #333; }
    .fun-facts.style-2 p {
      color: #808080;
      margin: 0;
      text-transform: capitalize; }

@media (max-width: 990px) {
  .fun-facts li {
    height: 200px !important; }
    .fun-facts li:nth-child(3n):after {
      display: none; } }
@media (max-width: 765px) {
  .fun-facts li:after {
    display: none; } }
/*============================ */
/*	MOMENTS */
/*============================ */
#moments .container {
  width: 100%; }
#moments .box {
  color: #fff;
  height: 370px;
  position: relative;
  background-color: #333;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin-bottom: 0 !important; }
#moments .box-title {
  color: #fff;
  margin: 0;
  padding: 80px 0 40px; }
#moments .quotation {
  background: #707070; }
  #moments .quotation .icon {
    width: 100px;
    height: 100px;
    line-height: 160px;
    font-size: 100px;
    text-align: center;
    color: #fff;
    background: #ae9364;
    position: absolute;
    top: 0;
    left: 0; }
  #moments .quotation p {
    font-size: 20px;
    max-width: 380px;
    margin: 0 auto; }
  #moments .quotation span {
    font-weight: 400;
    margin-top: 15px;
    display: block; }
  #moments .quotation .tb {
    padding-top: 60px; }
#moments .twitter {
  background: #ae9364; }
  #moments .twitter .box-title .color, #moments .twitter a {
    color: #333; }
#moments .events {
  margin: 0;
  padding: 0;
  display: inline-block; }
  #moments .events li {
    position: relative;
    margin: 0 0 20px;
    text-align: left; }
  #moments .events .icon {
    font-size: 32px;
    color: #ae9364;
    position: absolute;
    top: 0;
    left: 0; }
  #moments .events h4 {
    color: #fff;
    margin: 0;
    padding: 5px 0 10px 45px; }
  #moments .events p {
    padding: 0 0 0 45px;
    margin: 0; }

#twitter-carousel {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 230px; }

/*============================ */
/*	TEAM */
/*============================ */
.team-member {
  text-align: center;
  position: relative;
  z-index: 1; }
  .team-member:after {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    border: 4px solid #ae9364;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03); }
  .team-member .team-member-img {
    width: 100%;
    height: 340px;
    background: #000;
    overflow: hidden; }
    .team-member .team-member-img img {
      min-height: 100%;
      min-width: 100%;
      max-width: none;
      opacity: 1; }
  .team-member .caption {
    padding: 30px 0 20px;
    position: relative;
    top: 0;
    color: #707070; }
    .team-member .caption .heading {
      margin: 0; }
    .team-member .caption p {
      margin: 0; }
  .team-member .social {
    margin: 0 0 30px;
    padding: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
    .team-member .social li {
      display: inline-block;
      border-left: 1px solid #707070;
      width: 40px;
      height: 20px; }
      .team-member .social li:first-child {
        border: none; }
      .team-member .social li a {
        display: block;
        font-size: 16px;
        line-height: 20px;
        color: #333;
        text-decoration: none; }
        .team-member .social li a:hover {
          color: #ae9364; }
  .team-member:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .team-member:hover .team-member-img img {
    opacity: 0.4; }
  .team-member:hover .caption {
    top: -220px;
    color: #ae9364; }
    .team-member:hover .caption .heading {
      color: #fff; }
  .team-member:hover .social {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

/* style-2 */
.team-member.style-2:after {
  display: none; }
.team-member.style-2 .team-member-img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 7px solid #fff;
  margin: 0 auto; }
.team-member.style-2 .caption {
  padding: 20px 0 0;
  position: static;
  color: #fff; }
  .team-member.style-2 .caption .heading {
    margin: 0 0 5px;
    color: #fff; }
  .team-member.style-2 .caption p {
    margin: 0; }
.team-member.style-2 .social {
  display: none; }

/*============================ */
/*	PROCESS */
/*============================ */
.process-list {
  margin: 0;
  padding: 0; }
  .process-list li:first-child .process:after {
    display: none; }
  .process-list.style-2 li:nth-child(even) .process.style-2 {
    margin: 240px 0 0; }
    .process-list.style-2 li:nth-child(even) .process.style-2 span {
      border-width: 1px 0 0 1px;
      bottom: auto;
      top: -110px; }
      .process-list.style-2 li:nth-child(even) .process.style-2 span:after {
        right: auto;
        left: -5px; }
      .process-list.style-2 li:nth-child(even) .process.style-2 span:before {
        left: auto;
        right: -5px; }
  .process-list.style-2 li:last-child .process.style-2 span {
    display: none; }

.process {
  position: relative;
  text-align: center;
  margin-bottom: 25px; }
  .process .process-img, .process span {
    width: 200px;
    height: 200px;
    display: block;
    position: relative;
    margin: 0 auto; }
  .process .process-img {
    border-radius: 50%;
    background: #000; }
    .process .process-img img {
      width: 100%;
      height: 100%;
      border-radius: 50%; }
    .process .process-img:after {
      content: "";
      position: absolute;
      top: -7px;
      left: -7px;
      right: -7px;
      bottom: -7px;
      border: 4px solid #fff;
      z-index: -1;
      border-radius: 50%;
      opacity: 0;
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
      -o-transform: scale(1.03);
      transform: scale(1.03); }
  .process.style-1 .heading {
    margin: -25px 0 0; }
  .process.style-1 span {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    font-style: italic;
    background: #ae9364;
    color: #333;
    top: -45px; }
  .process.style-1:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: -61%;
    width: 111%;
    height: 3px;
    background: #333; }
  .process.style-1:before {
    background: #333;
    border-radius: 50%;
    bottom: -25px;
    content: "";
    height: 10px;
    margin-bottom: -2.5px;
    margin-right: -5px;
    position: absolute;
    right: 50%;
    width: 10px;
    z-index: 2; }
  .process.style-1:hover:before {
    background: #ae9364; }
  .process.style-1:hover .process-img:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .process.style-2 {
    margin: 0 0 120px; }
    @media (max-width: 990px) {
      .process.style-2 {
        margin: 0 !important; } }
    .process.style-2 .process-img, .process.style-2 .heading {
      width: 260px;
      height: 260px;
      margin: 0 auto;
      display: block; }
    .process.style-2 .heading {
      line-height: 260px;
      margin: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      color: #fff;
      border-radius: 50%; }
    .process.style-2:hover .process-img img {
      opacity: 0.4; }
    .process.style-2 span {
      height: 100px;
      width: 150px;
      border: 1px solid #ae9364;
      display: block;
      border-width: 0 0 1px 1px;
      position: absolute;
      bottom: -110px;
      left: 50%; }
      @media (max-width: 990px) {
        .process.style-2 span {
          display: none; } }
      .process.style-2 span:before, .process.style-2 span:after {
        content: "";
        background: #ae9364;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        position: absolute;
        left: -5px;
        top: -5px;
        z-index: 2; }
      .process.style-2 span:after {
        left: auto;
        right: -5px;
        top: auto;
        bottom: -5px; }

@media (max-width: 990px) {
  .process-list li:nth-child(3n) .process.style-1:after {
    display: none; }

  .process.style-1 {
    margin-bottom: 50px; }
    .process.style-1:after {
      left: -60%;
      width: 110%; } }
@media (max-width: 765px) {
  .process {
    margin-bottom: 25px; }
    .process:after, .process:before {
      display: none; } }
/*============================ */
/*	PORTFOLIO */
/*============================ */
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s; }
  .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
    line-height: 0;
    float: left;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width; }

.portfolio-filters {
  margin-bottom: 50px; }
  .portfolio-filters ul {
    margin: 0;
    padding: 0; }
  .portfolio-filters li {
    float: left; }
    @media (max-width: 765px) {
      .portfolio-filters li {
        float: none; } }
  .portfolio-filters a {
    display: block;
    padding: 5px 25px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    position: relative; }
    .portfolio-filters a span {
      width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%;
      text-align: center;
      z-index: 10;
      background: #333;
      color: #fff;
      font-size: 11px;
      position: absolute;
      right: -8px;
      top: -8px;
      opacity: 0;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
    .portfolio-filters a:hover, .portfolio-filters a.active {
      color: #fff;
      background: #ae9364; }
      .portfolio-filters a:hover span, .portfolio-filters a.active span {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }

#work-wrap {
  width: 100%;
  position: relative;
  overflow: hidden; }
  #work-wrap.style-2, #work-wrap.style-3, #work-wrap.style-4 {
    margin-left: -15px;
    margin-right: -15px;
    width: auto; }
    #work-wrap.style-2 .work-item, #work-wrap.style-3 .work-item, #work-wrap.style-4 .work-item {
      padding: 15px !important; }
    #work-wrap.style-2 .caption, #work-wrap.style-3 .caption, #work-wrap.style-4 .caption {
      position: absolute;
      top: 15px;
      right: 15px;
      bottom: 15px;
      left: 15px; }
  #work-wrap.extend {
    margin-left: -80px;
    margin-right: -80px; }
    @media (max-width: 1280px) {
      #work-wrap.extend {
        margin-left: -15px;
        margin-right: -15px; } }
  #work-wrap.style-2 .work-item {
    width: 50% !important; }
    @media (max-width: 990px) {
      #work-wrap.style-2 .work-item {
        width: 50% !important; } }
    @media (max-width: 765px) {
      #work-wrap.style-2 .work-item {
        width: 100% !important; } }
  #work-wrap.style-3 .work-item {
    width: 33.33333% !important; }
    @media (max-width: 990px) {
      #work-wrap.style-3 .work-item {
        width: 50% !important; } }
    @media (max-width: 765px) {
      #work-wrap.style-3 .work-item {
        width: 100% !important; } }
  #work-wrap.style-4 .work-item {
    width: 25% !important; }
    @media (max-width: 990px) {
      #work-wrap.style-4 .work-item {
        width: 50% !important; } }
    @media (max-width: 765px) {
      #work-wrap.style-4 .work-item {
        width: 100% !important; } }

.work-item {
  padding: 0;
  margin: 0;
  width: 25%;
  float: left;
  position: relative; }
  .work-item.width-x2 {
    width: 50%; }
  @media (max-width: 990px) {
    .work-item {
      width: 50% !important; }
      .work-item.width-x2 {
        width: 50% !important; } }
  @media (max-width: 765px) {
    .work-item {
      width: 100% !important; }
      .work-item.width-x2 {
        width: 100% !important; } }
  .work-item .work-image {
    position: relative;
    width: 100%;
    background: #333; }
    .work-item .work-image img {
      width: 100%; }
  .work-item .caption {
    text-align: center;
    background: rgba(174, 147, 100, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 16px;
    color: #333;
    opacity: 0;
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    transform: scale(0.98); }
    .work-item .caption:after {
      content: "";
      position: absolute;
      top: 4px;
      left: 4px;
      right: 4px;
      bottom: 4px;
      border: 4px solid #333; }
    .work-item .caption h2 {
      line-height: 24px;
      padding: 0 20px 8px;
      margin: 0; }
    .work-item .caption p {
      text-transform: capitalize;
      margin: 0; }
  .work-item:hover .caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.work-single {
  padding-bottom: 100px; }
  .work-single .media img {
    width: 100%; }
  .work-single .slide {
    display: none; }
    .work-single .slide .owl-controls {
      position: static; }
    .work-single .slide .owl-pagination {
      z-index: 50;
      bottom: 20px;
      position: absolute;
      width: 100%; }
    .work-single .slide .owl-prev, .work-single .slide .owl-next {
      z-index: 50;
      top: 50%;
      position: absolute;
      left: 10px;
      margin-top: -35px; }
    .work-single .slide .owl-next {
      right: 10px;
      left: auto; }

.work-info {
  font-size: 13px;
  color: #808080; }
  .work-info h2 {
    margin: 0; }
  .work-info h4 {
    margin: 50px 0 0; }
  .work-info p {
    margin: 30px 0 0; }
  .work-info ul.details {
    margin: 30px 0 0;
    padding: 0; }
    .work-info ul.details li {
      margin: 0 0 5px; }

/*============================ */
/*	CLIENTS */
/*============================ */
#client-carousel {
  cursor: move;
  display: none; }
  #client-carousel .client {
    text-align: center; }
    #client-carousel .client img {
      display: inline-block;
      width: auto;
      height: auto;
      max-height: 100%; }

/*============================ */
/*	PRICING TABLE */
/*============================ */
.pricing-table {
  text-align: center;
  background: #efefef;
  color: #333; }
  .pricing-table ul {
    margin: 0;
    padding: 0; }
  .pricing-table li {
    padding-bottom: 30px; }
    .pricing-table li:first-child {
      font-size: 20px;
      padding-top: 50px;
      padding-bottom: 0; }
    .pricing-table li:last-child {
      padding-top: 10px;
      padding-bottom: 45px; }
    .pricing-table li.pricing-details {
      padding-top: 40px;
      padding-bottom: 40px;
      color: #ae9364;
      font-size: 0px; }
      .pricing-table li.pricing-details .pricing-price {
        font-size: 36px; }
      .pricing-table li.pricing-details .pricing-time {
        font-size: 20px; }
        .pricing-table li.pricing-details .pricing-time:before {
          content: "/";
          margin: 0 5px;
          font-size: 36px; }
    .pricing-table li .fa {
      opacity: 0.4; }
  .pricing-table.pricing-highlighted {
    background: #333;
    color: #fff; }
    .pricing-table.pricing-highlighted li:first-child {
      color: #fff; }
    .pricing-table.pricing-highlighted .btn {
      color: #fff; }

/*============================ */
/*	MAP */
/*============================ */
.map {
  text-align: center;
  position: relative; }
  .map .office {
    position: absolute;
    top: 40%;
    left: 10%;
    z-index: 5;
    width: 50%; }
    @media (max-width: 990px) {
      .map .office {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        margin: -7% 0 0 -8%; } }
    @media (max-width: 765px) {
      .map .office {
        display: none; } }
    .map .office .office-img {
      width: 160px;
      height: 160px;
      border-radius: 50%;
      border: 7px solid #ae9364;
      margin: 0 auto;
      float: left;
      position: relative;
      background: #ae9364; }
      .map .office .office-img img {
        min-height: 100%;
        width: 100%;
        border-radius: 50%; }
      .map .office .office-img svg {
        height: 80px;
        left: 100%;
        margin-left: -50px;
        margin-top: -50px;
        position: absolute;
        top: 100%;
        width: 80px;
        z-index: -1; }
        .map .office .office-img svg path {
          fill: #ae9364; }
    .map .office address {
      padding-left: 180px;
      padding-top: 30px;
      font-size: 16px;
      color: #757575;
      text-align: left;
      margin: 0; }

/*============================ */
/*	BLOG */
/*============================ */
.content-blog {
  border-top: 1px solid #efefef; }

.blog-item {
  border-bottom: 1px solid #efefef;
  padding: 100px 50px;
  color: #707070;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .blog-item .blog-title h2 {
    margin: 0 0 25px; }
  .blog-item .blog-descript {
    margin: 0 auto 25px;
    max-width: 860px; }
  .blog-item .blog-info {
    color: #ae9364;
    font-size: 13px; }
  .blog-item:hover {
    border-color: #ae9364;
    background: #ae9364;
    color: #fff; }
    .blog-item:hover .blog-info {
      color: #707070; }

.page-title h2 {
  font-size: 13px;
  margin: 50px 0 20px;
  text-align: center; }
#work-single .media {
	margin-bottom: 30px;
}
.blog-single .blog-Image img {
  width: 100%; }
.blog-single .blog-author {
  position: relative;
  z-index: 90;
  text-align: center; }
  .blog-single .blog-author .Image {
    overflow: hidden;
    width: 104px;
    height: 104px;
    border: 6px solid #ae9364;
    border-radius: 50%;
    margin: -52px auto 0; }
  .blog-single .blog-author p {
    font-size: 13px;
    margin: 10px 0; }
.blog-single .blog-title h2 {
  margin: 0 0 20px; }
.blog-single .blog-content {
  font-size: 14px;
  color: #808080; }
.blog-single .blog-comments {
  font-size: 14px;
  color: #808080; }

.comments-cont {
  color: #808080;
  font-size: 14px; }
  .comments-cont .icon-notepad-1 {
    bottom: -6px;
    font-size: 24px;
    margin: 0 5px 0 0;
    position: relative;
    color: #ae9364; }

/*============================ */
/*	COMMENTS */
/*============================ */
.comments {
  margin: 20px 0 0;
  padding: 30px 0 0;
  display: none;
  border-top: 1px solid #efefef; }
  .comments li .avatar {
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: left;
    background: #efefef; }
  .comments li .comment {
    margin-left: 100px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef; }
    .comments li .comment p {
      margin: 0; }
    .comments li .comment h5 {
      font-size: 14px;
      margin: 0 0 5px; }
    .comments li .comment .date-replay {
      margin: 0 0 10px; }
  .comments li .children {
    margin-left: 50px;
    margin-top: 20px; }

/*============================ */
/*	SIDEBAR */
/*============================ */
.search-widget {
  background: #fff;
  border: 1px solid #808080;
  height: 50px;
  margin-bottom: 50px;
  padding: 0 40px 0 10px;
  position: relative;
  width: 100%; }
  .search-widget input[type="text"] {
    border: 0 none;
    color: #808080;
    font-size: 13px;
    width: 100%;
    height: 48px; }
  .search-widget input[type="submit"] {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 48px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }

.search-button {
  color: #808080;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  width: 40px;
  line-height: 48px;
  text-align: center;
  z-index: 1; }

.widget {
  color: #808080;
  font-size: 14px;
  margin-bottom: 50px; }
  .widget a {
    color: #808080; }
  .widget h3 {
    position: relative;
    text-align: center;
    padding: 0 0 20px;
    margin: 0 0 20px; }
    .widget h3:after {
      content: "";
      position: absolute;
      bottom: 0px;
      display: block;
      height: 1px;
      width: 70px;
      background: #ae9364;
      left: 50%;
      margin-left: -35px; }
  .widget ul {
    margin: 0;
    padding: 0; }
    .widget ul li {
      padding: 5px 0;
      margin: 0; }
  .widget .latest-posts li {
    padding: 0 0 20px; }
  .widget .latest-posts img {
    width: 70px;
    height: 70px;
    float: left;
    background: #ececec; }
  .widget .latest-posts div {
    padding-left: 100px; }
  .widget .latest-posts h5 {
    font-size: 13px;
    margin: 0 0 5px;
    line-height: 20px; }
  .widget .latest-posts p {
    font-style: italic;
    margin: 0; }
  .widget .social {
    margin-right: -10px; }
    .widget .social ul li {
      margin: 0 9px 9px 0;
      padding: 0; }
      .widget .social ul li .fa {
        background: #ececec;
        color: #a3a2a2;
        font-size: 20px;
        height: 45px;
        line-height: 45px;
        width: 45px; }
  .widget .tagcloud {
    font-size: 0; }
    .widget .tagcloud a {
      background: #ececec;
      color: #fff;
      color: #a3a2a2;
      display: inline-block;
      font-size: 13px;
      margin: 0px 5px 5px 0;
      padding: 4px 10px;
      text-transform: lowercase; }
      .widget .tagcloud a:hover {
        background: #ae9364;
        color: #fff; }

/*============================ */
/*	FOOTER */
/*============================ */
#footer-wrap {
  background: #121A18;
  color: #fff;
  padding: 80px 0; }
  #footer-wrap .logo {
    margin: 0 auto 80px; }
  #footer-wrap .footer-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 50px; }
  #footer-wrap address {
    margin: 50px 0 100px; }
  #footer-wrap .form-control {
    background-color: transparent;
    border: 1px solid #808080;
    border-radius: 0;
    box-shadow: none !important;
    color: #fff;
    font: 16px/1em "Crete Round", serif;
    height: auto;
    padding: 12px 15px; }
    #footer-wrap .form-control::-webkit-input-placeholder {
      color: #808080; }
    #footer-wrap .form-control::-moz-placeholder {
      color: #808080; }
    #footer-wrap .form-control:-moz-placeholder {
      color: #808080; }
    #footer-wrap .form-control:-ms-input-placeholder {
      color: #808080; }
  #footer-wrap .btn {
    color: #fff;
    padding: 10px 30px; }

.social ul {
  display: inline-block;
  margin: 0;
  padding: 0; }
  .social ul:after {
    content: "";
    display: table;
    clear: both; }
  .social ul li {
    display: block;
    float: left;
    list-style: none;
    margin-right: 10px; }
  .social ul a {
    text-decoration: none; }
    .social ul a:hover .fa {
      background: #ae9364;
      color: #fff; }
  .social ul .fa {
    background: #808080;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center; }

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