/*---------------------------------------------------------------
# Fonts
----------------------------------------------------------------*/
@font-face {
    font-family: 'montserratblack';
    src: url('/fonts/montserrat-blsack-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'montserratextrabold';
    src: url('/fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'montserratextralight';
    src: url('/fonts/montserrat-extralight-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratmedium';
    src: url('/fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratextralight';
    src: url('/fonts/montserrat-extralight-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratmedium';
    src: url('/fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

body {
  font-family: 'montserratregular'; 
  color: #313030;
}

a {
  color: #f05a3b;
}

a:hover {
  color: #ff7e54;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'montserratbold'; 
}

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fff9f7;
}

.section-title {
  text-align: center;
  padding-bottom: 1px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "MonstBold";
  color: #635551;
}

.section-title p {
  margin-bottom: 0;
}
.white h2 {
  color: #FFF; !important
}


/*--------------------------------------------------------------
# CALL Button
--------------------------------------------------------------*/
.call {
  position: fixed;
  display: none;
  width: 330px;
  height: 60px;
  border-radius: 3px;
  left:10px;
  bottom: 15px;
  background: #f05a3b; /*-- Box Header --*/
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
  text-align:right;
  padding-right:15px;
  padding-top:18px;
}

.call i {
  font-size: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.call:hover {
  color: #fff;
  background: #061337;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #39312f;
  font-size: 14px;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}

#topbar .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#topbar .contact-info li {
  display: inline-block;
  padding: 8px 0;
}

#topbar .contact-info li + li {
  margin-left: 18px;
}

#topbar .contact-info a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #f05a3b;
  padding-right: 4px;
}

#topbar .cta a {
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  transition: 0.3s;
}

#topbar .cta a:hover {
  background: #f05a3b;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 60px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: #fff;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 8px 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #635551;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#main {
  z-index: 3;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #635551;
  padding: 11px 8px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #f05a3b;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 8px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: lightne(#473d3a, 10);
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #f05a3b;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #f05a3b;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #473d3a;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #f05a3b;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(43, 37, 35, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Banner Top Section
--------------------------------------------------------------*/
#banner-top {
  width: 100%;
  height: 50vh;
  background: url("../img/banner-top-bg.png") top 50px center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: -120px;
}

#banner-top:before {
  content: "";
  background-color: rgba(0, 20, 39, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#banner-top .container {
  z-index: 2;
}

#banner-top h1 {
  margin: 0 0 0px 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 56px;
  color: #f05a3b;
  font-family: 'montserratextrabold';
  text-align:center;
}

#banner-top h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 31px;
  font-family: 'montserratmedium';
  text-align:center;
 
}

#banner-top .get-started-icon {
  font-size: 24px;
  background: #f05a3b; /*-- Navegue Icon --*/
  padding: 14px;
  color: #fff;
  border-radius: 50px;
  position: relative;
  z-index: 5;
  box-shadow: 10px 2px 15px rgba(0, 0, 0, 0.1);
}

#banner-top .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  transition: 0.5s;
  margin-left: -10px;
  padding: 8px 26px 8px 26px;
  color: #fff;
  background: #584b48;
  border-radius: 0 50px 50px 0;
  position: relative;
  z-index: 4;
}
#banner-top .ambar {
	color:#f05a3b;	
	font-weight:bold;
}
	#banner-top .btn-get-started:hover {
  background: #f05a3b;
}

@media (min-width: 1024px) {
  #banner-top {
    background-attachment: fixed;
  }
}

@media (max-width: 1024px) {
  #banner-top {
    margin-bottom: -150px;
	background: url("../img/banner-top-bg.png") top  0px center;
  }
}

@media (max-height: 768px) {
  #banner-top {
    margin-bottom: -150px;
  }
}

@media (max-width: 768px) {
  #banner-top h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #banner-top h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.suite-digital0 {
  position: relative;
  z-index: 3;
  padding:0px;
  margin: 35px 0px 0px 0px;
}
.suite-digital0 .section-title {
   text-align: center;
  border-radius: 10px;
  background: #172940;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top:30px;
}
.suite-digital0 .section-title h2 {
	padding-top:20px;
	color:#FFF;
	margin-bottom:0px;
		font-family:"montserratextralight";
	font-size:35px;
}
}
.suite-digital0 .section-title p {
	color:#FFF;
}

.suite-digital .section-title p{
	padding-bottom:20px;
	padding-bottom:20px;
}
.suite-digital {
  padding: 0 0 40px 0;
  position: relative;
  z-index: 4;
  top:-18px;
}

.suite-digital .content, .why-text .content {
  padding: 30px;
  background: #172940; /*-- Box Header --*/
  border-radius: 4px;
  color: #fff;
  text-align:center;
}


.suite-digital .content h3, .why-text .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.suite-digital .content p {
  margin-bottom: 30px;
}

.suite-digital .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.suite-digital .content .more-btn i {
  font-size: 14px;
}

.suite-digital .content .more-btn:hover {
  background: #f05a3b; /*-- Box Header --*/
  background: #fff;
}

.suite-digital .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  width: auto;
  position:relative;
  display:block;
}

.suite-digital .icon-boxes .icon-box i {
  font-size: 60px;
  color: #f05a3b; /*-- ICON HEADER --*/
  margin-bottom: 30px;
}

.suite-digital .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 20px 0;
}

.suite-digital .icon-boxes .icon-box p {
  font-size: 13px;
  color: #716f6f;
  padding: 0px 0px 30px 0px;
}

.suite-digital .card-body {
	text-align:left;
	font-size:13px;
	display:none;
}
.viewmore, .viewless {
	 position: absolute;
	 bottom: 1px;
	 /*left:30%;*/
	left:50%;
	transform: translate(-50%,-50%);
	 
}
 
.suite-digital .viewmore button, .suite-digital .viewless button {
	 border-radius: 4px;
	 width:100%;
	  background: #f05a3b; /*-- Box Header --*/
  		color: #fff;
		border:0px;
		padding:8px 25px;
		font-size:13px;
}
.suite-digital .viewmore button:hover, .suite-digital .viewless button:hover {
	border:0px;
	width:100%;
	color: #fff;
  background: #061337;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Manifest
--------------------------------------------------------------*/
.manifest .box{
	padding: 10px 50px;
}
.manifest .section-title {
	padding-bottom:0px;
}
.manifest .section-title h2{
	font-family:"montserratblack";
	font-size:35px;	
	padding: 20px 0px 0px 0px;
	color:#635551;
}
.manifest .embed-responsive {
	width:100%;

}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #7f6d68;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 38px;
  font-weight: 700;
  color: #554945;
  margin-bottom: 15px;
  font-family:"montserratblack";
}
.about .timeline h2 {
	font-family:"montserratblack";
	font-size:35px;
}
.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #ffcbba;
  border-radius: 50px;
  transition: 0.5s;
  background: #fff;
}

.about .icon-box .icon i {
  color: #f05a3b;  
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #f05a3b;
  border-color: #f05a3b;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #f05a3b;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/about-img.png") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#f05a3b 50%, rgba(255, 88, 33, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 88, 33, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #f05a3b;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0px;
}

.clients .owl-item img {
  width: 75%;
  opacity: 0.5;
  transition: ease-in-out 0.1s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.clients .owl-item img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.clients .owl-dot.active {
  background-color: #f05a3b !important;
}
.clients .title {
	padding-bottom:30px;
}
.clients .section-title h2 {
	font-family:"montserratblack";
	font-size:35px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  height: auto;
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #f05a3b;
}

.services .icon i {
  color: #fff;
  font-size: 50px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.services .title a {
  color: #343a40;
}

.services .icon-box:hover .icon {
  background: #fff;
  border: 2px solid #f05a3b;
}

.services .icon-box:hover .icon i {
  color: #f05a3b;
}

.services .icon-box:hover .title a {
  color: #f05a3b;
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# method
--------------------------------------------------------------*/
.method .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.method h2 {
	font-family:"montserratblack";
	font-size:35px;
}

.method h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #656262;
  background: #f8f8f8;
}

.method h4 {
  font-size: 28px;
  color: #f05a3b;
  font-weight: 600;
  font-family: "montserratbold";
  margin-bottom: 20px;

}

.method h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.method h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.method ul {
  padding: 0;
  list-style: none;
  color: #313030;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.method ul li {
  padding-bottom: 16px;
  text-align:left;
}

.method ul i {
  color: #f05a3b;
  font-size: 18px;
  padding-right: 4px;
}

.method ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.method .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.method .btn-buy {
  background: #f05a3b;
  display: inline-block;
  padding: 6px 35px 8px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  box-shadow: 0 3px 7px rgba(255, 88, 33, 0.4);
  transition: 0.3s;
}

.method .btn-buy:hover {
  background: #ff7e54;
}

.method .featured h3 {
  color: #fff;
  background: #f05a3b;
  box-shadow: 0 3px 7px rgba(255, 88, 33, 0.4);
}

.method .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #f05a3b;
  color: #fff;
}
.method .icofont {
	font-size:80px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .section-title h2 {
	font-family:"montserratblack";
	font-size:35px;
	}

.adress  {
	padding: 10px 0px;
}


.adress .info-box h3 {
  font-size: 20px;
  color: #656262;
  font-weight: 500;
}

.adress .info-box p {
  line-height: 20px;
  font-size: 13px;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #f05a3b;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #f05a3b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ff7e54;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #313030;
  font-size: 14px;
  background: #fff;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #231f20;
}


#footer .footer-top .footer-links {
  margin-bottom: 30px;
  text-align:center;
}
#footer .footer-top .footer-links img {
    width:150px;
}
#footer .footer-top .footer-links h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color:#FFF;
}

#footer .copyright {
	color:#4b597c;
	height:100px;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #FFF;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #f05a3b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #ff7e54;
  color: #fff;
  text-decoration: none;
}
#footer .copy-bg {
	background:#172940;
}

/* ------- BEXPO ------------ */

.bexpo {
	text-align: center;
}
.bexpo img{
	padding:10px 0px;
}
.bexpo .section-title{
	padding:15px 0px 0px;0px;
}
.bexpo .section-title h2 {
	font-family:"montserratblack";
	font-size:33px;
	}
.bexpo .icon-box {
  text-align: center;
  padding: 20px 10px;
  width: auto;
  position:relative;
  display:block;
}

.bexpo .icon-box i:hover {
  background: #f05a3b;
  border-color: #f05a3b;
  color:#FFF;
}

.bexpo .icon-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 64px;
  border: 2px solid #ffcbba;
  border-radius: 50px;
  transition: 0.5s;
  background: #fff;
  font-size:40px;
	}

/*--------------------------------------------------------------
# whogw
--------------------------------------------------------------*/
.whogw .section-title h2{
	text-align:center;
	font-family: "montserratblack";
    font-size: 35px;
	color: #635551;
	margin-bottom:0px;
}

.whogw .icon-boxes h4 {
  font-size: 19px;
  color: #7f6d68;
  margin-bottom: 15px;
}

.whogw .icon-boxes h3 {
  font-size: 38px;
  font-weight: 700;
  color: #554945;
  margin-bottom: 15px;
  font-family:"montserratblack";
}
.whogw .timeline h2 {
	font-family:"montserratblack";
	font-size:35px;
}
.whogw .icon-box {
  margin-top: 40px;
}

.whogw .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #ffcbba;
  border-radius: 50px;
  transition: 0.5s;
  background: #fff;
}

.whogw .icon-box .icon i {
  color: #f05a3b;  
  font-size: 32px;
}

.whogw .icon-box:hover .icon {
  background: #f05a3b;
  border-color: #f05a3b;
}

.whogw .icon-box:hover .icon i {
  color: #fff;
}

.whogw .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 1px;
  font-size: 18px;
}

.whogw.icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.whogw .icon-box .title a:hover {
  color: #f05a3b;
}

.whogw .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

/*-------------------------------------------------- 
							Numbers
--------------------------------------------------*/
.numbers {
	text-align:center;
	font-size:15px;
}
.numbers .section-title h2 {
	font-family:"montserratblack";
	font-size:35px;
}
.numbers  h1 {
	font-family:"montserratmedium";
	font-size:50px;
}


/* EXTRA */
.ambar {
	color:#f05a3b;	
	font-weight:bold;
}
.gw-small-logo {
	padding-bottom:20px;
}

.timeline .section-title h2 {
	font-family:"montserratblack";
	font-size:35px;
}

/*------ MOBILE --------*/
@media (max-width: 720px) {
  .clients .section-title h2 {
	font-size:30px;
	}
	.contact .section-title h2 {
		font-size:30px;
	}
	.contact .section-title h2 {
		font-size:30px;
	}
	.bexpo .section-title h2 {
		font-size:23px;
	}
	  .whogw .boxtitle {
	  margin:60px 0px;
  }
  #footer .footer-top .footer-links img {
    width:130px;
    text-align:center;
	}
}
