body {
	font-family: "Montserrat", serif;
  color: #25282a;
  font-size: 24px;
  font-weight: normal;
  background: #fff;
  line-height: 120%;
  -webkit-font-smoothing: antialiased;
}
html {
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "PT Serif", serif;
	color: #3b3b3b;
  font-weight: normal;
  line-height: 120%;
}
h1, .h1 {
  font-size: 54px;
	color: white;
	font-weight: 600;
  margin: 0 0 10px 0;
}
h2, .h2 {
  font-size: 43px;
  color: #1C2128;
  font-weight: 600;
  margin: 0 0 35px 0;
}
h3, .h3 {
	font-size: 34px;
	color: #1C2128;
	font-weight: 600;
	margin: 0 0 10px 0;
}
h4, .h4 {
	font-size: 22px;
	font-weight: 600;
	color: white;
	margin: 0 0 10px 0;
}
h5, .h5 {
	font-size: 18px;
	color: #1C2128;
	font-weight: 600;
	margin-bottom: 0;
}
h6, .h6 {
	font-size: 18px;
	color: #1F5A60;
	font-weight: 600;
	margin-bottom: 10px;
}
ul li,
ol li,
p {
	font-family: "Montserrat", serif;
  font-size: 18px;
  color: #1C2128;
  line-height: 140%;
  margin-bottom: 10px;
}
ul li { 
  padding-left: 10px;
  position: relative; 
  margin-bottom: 5px;
}
a {
	color: #3b3b3b;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
a:hover, a:focus {
  color: #9a6b21;
}
.lowercase {
	text-transform: none !important;
}
ul {
  margin: 0 0 10px 0;
  padding: 0;
}
ul li {
	list-style: none;
}
/*
ul li {
  list-style: none;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
ul li:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: black;
	border-radius: 100%;
	position: absolute;
	top: 5px;
	left: 0;
}
*/
.c-white { color: white !important; }
b, strong {

}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
img.center,
img.aligncenter {
  display: block;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
.img-cover {
	position: relative;
	height: 100%;
}
.img-cover > img {
  object-fit: cover;
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid white;
}
hr.gold {
  border-top: 1px solid #9a6b21;
  margin: 40px 0;
}
.oh {
	overflow: hidden;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
.clear {
  clear: both;
}
.txt-right {
	text-align: right;
}
.right {
  float: right;
}
.left {
  float: left;
}
img.br100 {
	border-radius: 100%;
}
.cover {
	background-position: center;
  -webkit-background-size: cover!important;
	   -moz-background-size: cover!important;
	     -o-background-size: cover!important;
	        background-size: cover!important;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  background-color: transparent !important;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.hide-md { display: block !important; }
.show-md { display: none !important;  }
/*///////////////////////
///       Layout      ///
///////////// /////////*/
.mt40 { margin-top: 40px; }
.pr5 { padding-right: 5px; }
.pl5 { padding-left: 5px;}
.h5px  { height: 5px;  }
.h10px { height: 10px; }
.h15px { height: 15px; }
.h20px { height: 20px; }
.h30px { height: 30px; }
.h40px { height: 40px; }
.h50px { height: 50px; }
.h60px { height: 60px; }
.h70px { height: 70px; }
.h80px { height: 80px; }
.p0    { padding: 0; }
.m0    { margin: 0; }
.pt5   { padding-top: 5px;  }
.pt10  { padding-top: 10px; }
.pt15  { padding-top: 15px; }
.pt20  { padding-top: 20px; }
.pt30  { padding-top: 30px; }
.pt40  { padding-top: 40px; }
.pt50  { padding-top: 50px; }
.pt60  { padding-top: 60px; }
.pt70  { padding-top: 70px; }
.pt80  { padding-top: 80px; }
.pt90  { padding-top: 90px; }
.pt100 { padding-top: 100px; }
.pt120 { padding-top: 120px; }
.pt140 { padding-top: 140px; }
.pt150 { padding-top: 150px; }
.pt160 { padding-top: 160px; }
.pt180 { padding-top: 180px; }
.pt200 { padding-top: 200px; }
.pb10  { padding-bottom: 10px; }
.pb15  { padding-bottom: 15px; }
.pb20  { padding-bottom: 20px; }
.pb30  { padding-bottom: 30px; }
.pb40  { padding-bottom: 40px; }
.pb50  { padding-bottom: 50px; }
.pb60  { padding-bottom: 60px; }
.pb70  { padding-bottom: 70px; }
.pb80  { padding-bottom: 80px; }
.pb90  { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }
.pb110 { padding-bottom: 110px; }
.pb120 { padding-bottom: 120px; }
.pb130 { padding-bottom: 130px; }
.pb140 { padding-bottom: 140px; }
.pb150 { padding-bottom: 150px; }
.pb160 { padding-bottom: 160px; }
.pb180 { padding-bottom: 180px; }
.pb190 { padding-bottom: 190px; }
.pb200 { padding-bottom: 200px; }
.mb0   { margin-bottom: 0;    }
.mb10  { margin-bottom: 10px; }
.mb20  { margin-bottom: 20px; }
.mb25  { margin-bottom: 25px; }
.mb30  { margin-bottom: 30px; }
.mb35  { margin-bottom: 35px; }
.mb40  { margin-bottom: 40px; }
.mb50  { margin-bottom: 50px; }
/*////////////////////////
///       Header      ////
////////////////////////*/
header {
	background: transparent;
	position: absolute;
	padding-top: 20px;
	width: 100%;
	height: 80px;
	top: 0;
	left: 0;
	z-index: 999;	
}
header.smaller {
	animation: 0.5s ease 0s normal none 1 running fadeInDown;
	position: fixed;
	background: #1C2128;
	padding-top: 10px;
	box-shadow: 0px 1px 8px rgba(0,0,0,.2);	
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-75px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/*////////////////////////
///       Footer      ////
////////////////////////*/
footer {
	background: #FBF7F1;
}
.ft-logo {
	width: 100%;
	height: 225px;
	position: relative;
	z-index: 2;
	background: #1C2128;
}
.ft-logo:before {
	position: absolute;
	content: '';
	left: -49980px;
	top: 0px;
	height: 100%;
	z-index: -1;
	width: 50000px;
	background-color: #1C2128;
}
ul.social {
	padding-top: 10px;
}
ul.social li { display:inline-block; }
ul.social li a {
	background: #1C2128;
	display: flex;
	width: 30px;
	height: 30px;
	border-radius: 40px;
	color: white;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}
ul.social li a:hover {
	background: #E05642;
}
.ptf { padding-top:50px; }
/*///////////////////////
///        Menu       ///
///////////// /////////*/
nav ul {
	margin-top: 0;
}
nav ul li {
	margin-right: 20px;
	margin-bottom: 0;
	float: left;
	padding-left: 0;
}
nav ul li:before {
	content: none;
}
nav ul li:last-child {
	margin-right: 0px;
}
nav ul li a.nav-link {
	font-family: "PT Serif", serif;
  font-size: 18px;
  color: white;
  line-height: 120%;
  padding: 18px 0 18px 0;
  display: block;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
nav ul li:last-child a {
	padding: 18px 40px !important;;
	height: 58px;
	color: white;
	background: transparent;
	border: 1px solid #F5EFE3;
}
nav ul li:last-child a:hover {
	color: black !important;
	background: white;
} 
nav ul li a:hover,
nav > ul > li:hover > a,
nav ul li.current-menu-item a {
	color: #E05642 !important;
}
nav ul li ul {
	display: none;
	position: absolute;
	left: -25px;
  width: 210px;
  margin: 0;
  padding-top: 20px;
}
nav ul li ul li {
	background: #E7E7E7;
	width: 100%;
}
nav ul li ul li,
nav ul li ul li:last-child {
	margin-right: 0;
}
nav ul li ul li a,
nav ul li ul li:last-child a {
	display: block;
	font-size: 21px;
	color: #353F47;
	padding: 10px;
	width: 100%;
	height: auto;
	border: none;
}
nav ul li ul li:last-child a {
	padding: 10px;
}
nav ul li ul li a:hover,
nav ul li ul li:last-child a:hover,
nav ul li ul li.current-menu-item a {
	color: #FF6A13 !important;
	background: transparent;
}
nav ul li ul li:hover a,
nav ul li ul li.current-menu-item a {
	color: white;
}
nav ul li:hover ul {
	display: block;
}
.nav-link:focus  {
  color: white;
}
.navbar-nav {
/* 	margin-top: 5px; */
} 
.navbar {
	padding: 0;	
	float: right;
}
.navbar-expand-md .navbar-nav .nav-item {
	margin-bottom: 0;
	padding-left: 0;	
}
.navbar-expand-md .navbar-nav .nav-item:before {
	content: none;
}
.navbar-expand-md .navbar-nav .nav-link {
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {

}
.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
  width: 100%;
}
.navbar-expand-md .navbar-nav .nav-link:hover {

}
.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
	color: #E05642;
}
.navbar-expand-md .navbar-toggler {
  background: transparent;
  border: 1px solid white;
  border-radius: 0px;
  cursor: pointer;
  float: right;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0px;
  right: 0;
  padding: 13px 10px;
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
          transition: 0.3s;  
}
.navbar-expand-md .navbar-toggler i {
  color: white;
}
.navbar-expand-md .navbar-toggler:hover {
	background: #d15f4a;
}
.navbar-expand-md .navbar-toggler:hover i {
  color: white;
}
.navbar-expand-md .navbar-toggler:focus {
  outline: none;
}

/*////////////////////////
///      Sections     ////
////////////////////////*/
.bg-light-brown {
	background-color: #F5EFE3;
}
.bg-light-blue {
	background-color: #C8E6FE;
}
.bg-dark {
	background-color: #1C2128 !important;
}
.bg-sun-moon {
	background-image: url(../img/bg-sun-moon.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 354px;
}
.bg-mustard {
	background: #E7C165;
}
.img-brdr {
	box-shadow: 10px 10px 0px rgb(231 193 101);
}
.intro h2 {
	margin-bottom: 5px;
}
.card-solution  {
	height: 430px;
	padding: 30px;
	overflow: hidden;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	cursor: pointer;
}
.card-solution img {
	margin-bottom: 10px;
}
.card-solution .slide-body {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 1.5s ease 0s;
}
.card-solution:hover .slide-body {
  max-height: 660px;
  opacity: 1;
}
#process {
	padding-top: 150px;
	margin-top: -90px;
}
#process h2,
#process p {
	color: white;
}
#process h2 { margin-bottom:10px; }
#work {
	position: relative;
	z-index: 1;
}
ul.work {
	text-align: center;
}
ul.work li {
	display: inline-block;
	width: 400px;
	vertical-align: top;
	text-align: center;
	padding-left: 0;
	padding-right: 100px;
	background: url(../img/arrow-right.png) no-repeat;
	background-size: 38px;
	background-position-x: calc(100% - 30px);
  background-position-y: 115px;
}
ul.work li:last-child { 
	width: 300px;
	background:none; }
ul.work li:last-child { padding-right: 0; }
ul.work li img {
	border-radius: 100%;
	box-shadow: 0 10px 0px rgb(231 193 101);
	margin-bottom: 20px;
}
ul.work li:nth-child(2) img {
	box-shadow: 0px -10px 0px rgb(231 193 101);
}
ul.work li p { color: white; }
.figure-left {
	background: url(../img/figure-left.png) no-repeat;
	background-size: cover;
	width: 93px;
	height: 192px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.figure-right {
	background: url(../img/figure-right.png) no-repeat;
	background-size: cover;
	width: 93px;
	height: 192px;
	position: absolute;
	right: 0;
 	top: 50%;
  transform: translateY(-50%);	
}
#scope {
	background: url(../img/bg-scop.jpg) no-repeat;
	background-size: cover;
}
#contact > img {
	position: absolute;
	right: 0;
	bottom: 0;
}
/*///////////////////////
///       Slick       ///
///////////////////////*/
.stage {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.stage.img-cover > img {
  height: 100vh;
  display: flex;
  align-items: flex-end;
  max-height: initial;
}
.stage p {
	font-size: 18px;
	color: white;
}
/*////////////////////////
///        Forms       ///
////////////// /////////*/
input[type=text],
input[type=email],
input[type=tel],
textarea {
    font-family: "Montserrat", serif;
    font-size: 18px;
    color: #3C3C3C;
    border: 1px solid #EEEEEE;
    background: transparent;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 5px; 
}
select {
    border: 1px solid #EEEEEE;
    background: transparent !important;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    padding: 0 10px;
    background: url(../img/select-arrow.svg) no-repeat right #F8F8F8;
    -webkit-appearance: none;
    background-position-x: calc(100% - 25px);
    margin-bottom: 20px;
}
input[type="checkbox"]{
    margin-right: 10px;    
}
textarea {
  height: 80px;
  margin-bottom: 60px;
}
input[type="file"] {
	border: 1px solid white;
  background: none;
  font-size: 11px;
  color: white;
  height: 34px;
  margin-bottom: 30px;
}
input[type=submit] {
    font-family: "PT Serif", serif;
    font-size: 18px;
    color: #1C2128;
    border: none;
    font-weight: 600;
    width: 260px;
    max-width: 320px;
    height: 62px;
    background: white;
    display: block;
    margin: 0 auto;
    border-radius: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;      
}
input[type=submit]:hover {
	background: #1C2128;
	color: white;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	border-color: #64cbc9;
}
a.politics {
    color: #1C2128;
    font-size: 12px;
}
::-webkit-input-placeholder { 
    font-size: 18px;
    color: #1C2128;
}
:-moz-placeholder { 
font-size: 18px;
    color: #1C212
}
::-moz-placeholder { 
font-size: 18px;
    color: #1C212
}
:-ms-input-placeholder { 
font-size: 18px;
    color: #1C212
}
.wpcf7-not-valid-tip {
  font-size: 12px !important;
  position: relative;
  top: -30px;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
	font-size: 12px !important;
	text-align: center;
  border: 2px solid #63bb3d !important;
  color: black !important;
}
#contact-box {
	border-top: 5px solid #99BC45;
	background: white;
	padding: 30px;
}
/*////////////////////////
///       Fonts        ///
////////////////////////*/
@font-face {
  font-family: "psikia";
  src:url("../fonts/psikia.eot");
  src:url("../fonts/psikia.eot?#iefix") format("embedded-opentype"),
    url("../fonts/psikia.woff") format("woff"),
    url("../fonts/psikia.ttf") format("truetype"),
    url("../fonts/psikia.svg#psikia") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "psikia" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "psikia" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
  content: "\61";
}
.icon-linkedin:before {
  content: "\62";
}
.icon-whatsapp:before {
  content: "\63";
}
.icon-menu:before {
  content: "\64";
}
.icon-close:before {
  content: "\65";
}

/*////////////////////////
///   Media Queries    ///
////////////////////////*/
@media (min-width: 1200px) {
/*
  .container {
    width: 980px !important;
  } 
*/
}
@media (min-width: 1199px) { }
@media screen and (max-width: 1199px) { 
	ul.work li { 
		display:block; 
		padding-right: 0;
		padding-bottom: 60px;
		margin-bottom: 30px !important;
		margin: 0 auto;
		background: url(../img/arrow-bottom.png) no-repeat;
		background-size: 38px;
		background-position: center bottom;
	}

 }
@media screen and (max-width: 1024px) {  }
@media screen and (max-width: 991px) {  }
@media screen and (max-width: 768px) {
	h1, .h1 { font-size:40px; }
	h2, .h2 { font-size:30px; }
	h3, .h3 { }
	h4, .h4 { }
  .show-md { display: block !important; }
  .hide-md { display: none !important; }
  .navbar-collap {
    position: absolute;
    top: 0px;
    right: -15px; 
    width: 200px;
	  background: #0e5140;
	  margin-top: 55px;
	  padding: 0 10px;
	  box-shadow: -1px 2px 2px rgba(0,0,0,.2);
  }
  .navbar-collapse { 
	  background: #D15F4A;
    margin-top: 60px;
    padding: 0 10px;
  }
  .navbar-collapse ul { margin: 15px 0 5px 0; }
	.navbar-collapse ul li { margin-bottom: 10px; background: none; }
	.navbar-collapse ul li a,
	.navbar-collapse ul li ul li a { 
		color: white !important; 
		padding: 0; 
		height: auto;
	}
	.navbar-collapse ul li a:hover,
	.navbar-collapse ul li.current-menu-item a,
	.navbar-collapse ul li:last-child a:hover  {
    background: transparent;
    color: #3D3D3D !important;
	}
	.navbar-collapse ul li ul { 
		display: block; 
		left: 0;
		padding: 0 0 0 15px;
		position: inherit;
	}
	.navbar-collapse ul li ul li:hover,
	.navbar-collapse ul li ul li.current-menu-item, {
		background: none;
	}
	.navbar-collapse ul li ul li a {
		font-size: 20px;
		padding: 0 5px !important;
	}
	.navbar-collapse ul li:last-child a {
    padding: 18px 0 18px 0 !important;
    height: auto;
    color: white;
    background: transparent;
    border: none;
}
	.logo { display:initial !important; }
	header { height:70px; }
	.ft-logo:before { content:none; }
	.ft-logo { justify-content: center; }
}  
@media screen and (max-width: 767px) { 
    #contact {
        padding-bottom: 400px;
    }
    
}
@media screen and (max-width: 414px) {  }
@media screen and (max-width: 400px) {  }
@media screen and (max-width: 375px) {  }
@media screen and (max-width: 320px) {  }