/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/



@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/Bahnschrift.woff2') format('woff2'),
        url('../fonts/Bahnschrift.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Niveau Grotesk';
    src: url('../fonts/NiveauGroteskBold.woff2') format('woff2'),
        url('../fonts/NiveauGroteskBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Niveau Grotesk';
    src: url('../fonts/NiveauGroteskRegular.woff2') format('woff2'),
        url('../fonts/NiveauGroteskRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
::selection {
	color: #fff;
	background: #00c2e5;
}
::-moz-selection {
	color:#fff;
	background:#00c2e5;
}
body {
    font-family: 'Niveau Grotesk';
    font-weight: normal;
    font-style: normal;
	color: #172d45;
	font-size: 17px;
	line-height: 27px;
	background-color: inherit;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-family: 'Helvetica Neue';
	font-weight: 900;
	font-style: normal;
	font-size: 63px;
	line-height: 70px;
	color: #2f3f59;
}
h1 span {
	font-family: 'Helvetica Neue';
	font-weight: 900;
	font-style: normal;
}
h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size: 46px;
	line-height: 50px;
	color: #172d45;
	padding: 0;
	margin: 0;
}
h2 span {
    font-family: 'Niveau Grotesk';
    font-weight: bold;
    font-style: normal;
}
h3 {
    font-family: 'Niveau Grotesk';
    font-weight: bold;
    font-style: normal;
	font-size: 27px;
	line-height: 31px;
	color: #172d45;
	background-color: inherit;
	padding: 0;
	margin: 0 0 0 0;
}
h4 {
	font-size: 27px;
	line-height: 32px;
	color: #2a2d35;
	background-color: inherit;
	padding: 0;
	margin: 0;
}
h5 {
	font-size: 60px;
	line-height: 64px;
	color: #2d3643;
	background-color: inherit;
	padding: 0;
	margin: 0;
}
h6 {
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	padding: 0;
	margin: 0;
}
p {
    font-family: 'Niveau Grotesk';
    font-weight: normal;
    font-style: normal;
	color: #172d45;
	font-size: 17px;
	line-height: 27px;
	padding: 0;
	margin: 0;
}
p a {
	color: #161a8a;
}
p a:hover {
	color: #161a8a;
}
.btn {
	border: none;
}
.btn-primary {
    font-family: 'Niveau Grotesk';
    font-weight: bold;
    font-style: normal;
	font-size: 20px;
	line-height: 70px;
	height: 70px;
	color: #fff;
	background: #ff4948;
	text-transform:uppercase;
	letter-spacing: 1px;
	transition: 0.5s;
	border-radius: 0 15px 0 15px;
	-moz-border-radius: 0 15px 0 15px;
	-webkit-border-radius: 0 15px 0 15px;
	border: none;
	padding: 0 58px;
	margin: 0;
}
.btn-primary:focus {
	color: #fff!important;
	background: #ff4948!important;
	border: none !important;
	outline: none !important;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0) !important;
	box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0) !important;
}
.btn-primary:visited {
	color: #fff!important;
	background: #ff4948!important;
	border: none !important;
	outline: none !important;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0) !important;
	box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0) !important;
}
.btn-primary:hover {
	color: #fff!important;
	background: #ff4948!important;
	outline: none !important;
	border: none !important;
}


a {
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}
button:focus {
	outline: none !important;
	outline: 0px auto -webkit-focus-ring-color !important;
}

.back-to-top:focus {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #1dc8cd;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
/*  transition: all 0.5s;*/
  z-index: 997;
  background: linear-gradient(45deg, #1de099, #1dc8cd);
}

#header #logo {
  float: left;
  margin-top: -10px;
}

#header #logo h1 {
  font-size: 36px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }
  #header #logo img {
    max-height: 40px;
  }
}

#header.header-transparent {
  background: transparent;
}

#header.header-fixed {
  background: #091b34;
  padding: 20px 0;
  height: 100px;
/*  transition: all 0.5s;*/
  border-bottom: 1px solid #6ea9fc;
}
#header.header-fixed #logo img {
	width:90px;
}
#header.header-fixed .nav-menu {
    margin-top: -13px;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 100vh;
  background: url("../images/intro-bg.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
}
.page-template-common-template #intro{ height: 80vh;}

@media (min-width: 1025px) {
  #intro {
    background-attachment: fixed;
  }
}

#intro .intro-text {
  position: absolute;
  left: 0;
  top: 350px;
  right: 0;
  height: calc(50% - 350px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

#intro h1 {
	font-family: 'Niveau Grotesk';
	font-weight: bold;
	font-style: normal;	
	font-size: 82px;
	line-height: 86px;
	color: #fff;
	margin: 30px 0 10px 0;
	padding: 0 15px;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

#intro p {
	font-family: 'Niveau Grotesk';
	font-weight: normal;
	font-style: normal;
	font-size:22px;
	line-height:26px;
	color: #fff;
	margin-top: 10px;
}

@media (max-width: 768px) {
  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#intro .btn-get-started:hover {
  color: #1dc8cd;
  background: #fff;
}

#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 50%;
}

#intro .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

#intro .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 54px);
  bottom: 0;
  top: 30px;
}

#intro .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 154px);
  bottom: 0;
  top: 90px;
}

#intro .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 374px);
  bottom: 0;
  top: 150px;
}
#intro .intro-text .btn-primary {
	margin-top:60px;
}

@media (max-width: 767px) {
  #intro .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px;
  }
  #intro .product-screens .product-screen-2, #intro .product-screens .product-screen-3 {
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu li:last-child {
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #fff;
  	border-radius: 0 8px 0 8px;
	-moz-border-radius: 0 8px 0 8px;
	-webkit-border-radius: 0 8px 0 8px;
	border:2px solid #fff;
	margin-top: -13px;
}
.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
  margin-top: 31px;
}

@media (max-width: 767px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
	padding: 0 2px 10px 2px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform:uppercase;
	font-size: 18px;
	outline: none;
}

.nav-menu > li {
  margin-left: 25px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #1dc8cd;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 767px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #eff5f5;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  min-height: 40px;
  margin-top: 92px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* About Us Section
--------------------------------*/
#about {
/*  	overflow: hidden;*/
	background: url(../images/aboutinnerbg.png) center bottom no-repeat;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#about .about-sec {
	padding: 53px 0 80px 0;
	display: flex;
	width: 100%;
	position:relative;
}
#about .aboutimg {
	position:relative;
	z-index: 99;
}
#about .about-text {
	margin-top:82px;
}
#about h2 {
	text-transform:uppercase;
}
#about h2 span {
	font-size:16px;
	line-height:22px;
	color: #ff4948;
	display:block;
}
#about p {
    margin-top: 15px;
	padding-right: 40px;
}
#about .about-sec .greenflower {
    position:absolute;
	right:0;
	bottom: 90px;
}
#about .about-sec2 {
	padding: 40px 0 80px 0;
	display: flex;
	width: 100%;
	position:relative;
}
#about .about-sec2 .about-text {
    margin-top: 42px;
	padding-left:30px;
}
#about ul {
   padding:0 0 0 0;
   margin: 30px 0 0 0;
   list-style-type:none;
}
#about ul li {
	font-family: 'Niveau Grotesk';
	font-weight: normal;
	font-style: normal;
	font-size:17px;
	line-height:23px;
	color: #172d45;
	display: flex;
	padding:0 0 0 0;
	margin: 0 0 17px 0;
}
#about ul li span {
	margin-right:20px;
}
#about .about-sec2 .computerimg {
    position:absolute;
	left:0px;
	bottom:-199px;
	z-index: 99;
}

/* Our Services
--------------------------------*/

#services {
	overflow: hidden;
	background: #f6f6f6;
	border-radius: 0 0 108px 0;
	-moz-border-radius: 0 0 108px 0;
	-webkit-border-radius: 0 0 108px 0;
	padding:70px 0 50px 0;
	position: relative;
	z-index: 9;
}
#services h2 {
	text-align:center;
	margin-bottom:65px;
}
.our-servicesboxpad {
	display: flex;
	height: 100%;
	padding-bottom: 30px;	
}
.our-servicesbox {
	width:100%;
	background: #fff;
	border-radius: 52px 0 0 0;
	-moz-border-radius: 52px 0 0 0;
	-webkit-border-radius: 52px 0 0 0;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1);
	padding:40px 65px 30px 65px;	
	position:relative;
}
.ourredcurve  {	
	position:absolute;
	top:0;
	left:0;
}
.our-servicesimg {
	width:100%;	
}
.our-servicesbox h3 {
	margin-top:16px;
}
.our-servicesbox ul {
   padding:0 0 0 0;
   margin: 22px 0 0 0;
   list-style-type:none;
}
.our-servicesbox ul li {
	font-family: 'Niveau Grotesk';
	font-weight: normal;
	font-style: normal;
	display: flex;
}
.our-servicesbox ul li a {
	font-family: 'Niveau Grotesk';
	font-weight: normal;
	font-style: normal;
	font-size:17px;
	line-height:23px;
	color: #172d45;
	padding:0 0 0 0;
	margin: 0 0 10px 0;
}
.our-servicesbox ul li span {
	margin-right:15px;
}
.our-servicesbox ul li span img {
	vertical-align: baseline;
	margin-top: 3px;
}
.our-servicesboxpad2 {
	display: flex;
	height: 100%;
	padding-bottom: 30px;	
}

.our-servicesbox2 {
	display: flex;
	margin-top: 35px;
}
.our-servicesbox2 .col-xl-6 {
	padding-left:0;
}
.our-servicesboxpad2 .our-servicesbox h3 {
    margin-bottom: 9px;
}
.our-servicesboxpad2 .our-servicesimg {
    width: auto;
    float: left;
    margin-bottom: 34px;
	margin-right:25px;
}
.our-servicesboxpad2 .our-servicesbox ul {
    padding: 0 0 0 0;
    margin: 0px 0 0 0;
    list-style-type: none;
}

/* Contact Section
--------------------------------*/
#contact {
	background: url(../images/contactbg.png) center bottom no-repeat;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 168px 0 70px 0;
	overflow: hidden;
	margin-top: -100px;
	position: relative;
}
#contact .contact-about {
	margin-top:150px;
}
#contact .contact-about h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size:46px;
	line-height:46px;
  	text-transform: uppercase;
  	color: #fff;
	margin-bottom:46px;
}
#contact .contact-about ul {
   padding:0 0 0 0;
   margin: 0 0 0 0;
   list-style-type:none;
}
#contact .contact-about ul li {
	font-family: 'Niveau Grotesk';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	padding:0 0 0 0;
	margin: 0 0 20px 0;
	display: flex;
}
#contact .contact-about ul li span {
	margin-right:20px;
}
#contact .contact-about ul li span img {
	vertical-align: baseline;
	margin-top: 3px;
}
#contact .contact-about ul li:nth-child(2) {
	font-size: 18px;
	line-height: 33px;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
  padding-top: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: inherit;
  color: #f54746;
  line-height: 1;
  padding: 7px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 2px solid #f54746;
}
#contact .social-links a:hover {
  background: #f54746;
  color: #fff;
}
#contact .info {
  color: #333333;
}
#contact .info i {
  font-size: 32px;
  color: #1dc8cd;
  float: left;
  line-height: 1;
}
#contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}
#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: 16px;
	font-family: 'Niveau Grotesk';
	font-weight: normal;
	font-style: normal;
}
#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #1dc8cd;
}

.wpcf7-submit{
    font-family: 'Niveau Grotesk';
    font-weight: bold;
    font-style: normal;
	font-size: 20px;
	line-height: 70px;
	height: 70px;
	color: #fff;
	background: #ff4948;
	text-transform:uppercase;
	letter-spacing: 1px;
	transition: 0.5s;
	border-radius: 0 15px 0 15px;
	-moz-border-radius: 0 15px 0 15px;
	-webkit-border-radius: 0 15px 0 15px;
	border: none;
	padding: 0 32px;
	margin: 0;
}
#contact .php-email-form button[type="submit"]:hover {
  cursor: pointer;
}
.contact-form {
	background: #f7f7f7;
	padding:53px 50px 53px 50px;
	border-radius: 0 48px 0 48px;
	-moz-border-radius: 0 48px 0 48px;
	-webkit-border-radius: 0 48px 0 48px;
}
.contact-form h3 {
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size:41px;
	line-height:45px;
	color: #172d45;
	text-align:center;
	text-transform:uppercase;
	padding:0 0 0 0;
	margin:0 0 30px 0;
}
.contact-form .form-control {
    display: block;
    width: 100%;
   
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: inherit;
    background-clip: padding-box;
    border-left: 0px solid #ced4da;
	border-right: 0px solid #ced4da;
	border-top: 0px solid #ced4da;
	border-bottom: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#contact .php-email-form textarea {
	height: 110px;
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	overflow: hidden;
	background: #010509;
	padding:15px 0;

}
.footerlink {
   margin-top: 31px;
}
.footerlink ul {
   padding:0 0 0 0;
   margin: 0 0 0 0;
   list-style-type:none;
   text-align: center;
}
.footerlink ul li {
	font-family: 'Niveau Grotesk';
	font-weight: normal;
	font-style: normal;
	font-size:16px;
	line-height:23px;
	color: #cbcccc;
	display:inline;
	text-transform:uppercase;
	padding:0 0 0 0;
	margin: 0 20px;
}
.footerlink ul li a {
	color: #cbcccc;
}
#footer p {
	font-size:15px;
	line-height:22px;
 	color:#a4a5a5;
	margin-top: 15px;
}
#footer p span {
	font-size:16px;
	line-height:22px;
 	color:#fff;
	margin-top: 7px;
	display: block;
}
.m-auto{margin:auto;}