@import 'fontello.css';
*{
  outline: none !important;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  color: #000426;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  background-color: #000426;
  color: #fff;
}
::selection {
  background-color: #000426;
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: 600;
}
a {
  color: #000426;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #b36920;
  text-decoration: none;
}
a:focus {
  color: #b36920;
  text-decoration: none;
}
p {
  color: #000426;
  margin: 0;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-control {
  padding: 15px 25px;
  height: auto;
  border-radius: 0;
	background-color: #fff;
	border: 1px solid #eee;
  font-size: 15px;
  box-shadow: none;
}
.form-control.has-error {
  border-color: #d42e27;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #103d64;
}
.form-select{
	position: relative;
}
.form-select select {
  color: #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select:after {
  content: "\e8f1";
  font-family: 'fontello';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -9px;
  font-size: 13px;
}
.form-submit {
  text-align: right;
}
.form-center{
	text-align: center;
}
.form-home{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	margin-top: 40px;
}
.form-home .form-control{
	background-color: #f4f4f4;
}
textarea.form-control {
  height: 150px;
}
select option:disabled {
  display: none;
}
.form-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.form-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px;
}
.form-2 .form-row {
  margin-right: 15px;
}
.form-2 .form-full {
  grid-column: span 2;
}
.form-3 .form-full {
  grid-column: span 3;
}
.form-3 .form-row{
	margin-bottom: 0;
}
.form-row{
	margin-bottom: 15px;
}
section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: #fff;
}
.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-left: 5px;
  background: rgb(176,210,53);
  background: linear-gradient(0deg, rgba(176,210,53,1) 0%, rgba(0,154,78,1) 100%);
}
.overflow{
  overflow: hidden;
}
.title-grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 60px;
	margin-bottom: 30px;
	position: relative;
	z-index: 10;
}
.title-grid p{
	font-size: 18px;
	font-weight: 500;
}
.title-grid .title{
	margin-bottom: 0;
}
.title {
  margin: 0 0 30px 0;
  position: relative;
  z-index: 10;
}
.title.small{
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.title.right {
  text-align: right;
}
.title.center {
  text-align: center;
}
.title h2 {
  margin: 0;
  font-weight: 700;
  font-size: 46px;
}
.title h3 {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
}
.title h4 {
  text-transform: uppercase;
  color: #999;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 20px;
  margin: 0 0 10px 0;
}
.title p {
  font-size: 18px;
  margin: 25px 0;
  font-weight: 400;
}
.title hr{
  display: block;
  position: relative;
  width: 100px;
  height: 4px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 30px;
  background-color: #b36920;
}
.title.center hr{
  margin: 0 auto;
  margin-bottom: 30px;
}
.title hr::after{
  content: '';
  width: 30px;
  height: 4px;
  display: block;
  background-color: #000426;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  text-align: center;
  background-color: #fff;
}
#mask {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
#mask img{
  display: block;
  width: 250px;
}
.loader-1 {
	margin-top: 40px;
	height: 50px;
	width: 50px;
	-webkit-animation: loader-1-1 4.8s linear infinite;
	animation: loader-1-1 4.8s linear infinite;
}
.loader-1 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 50px;
	width: 50px;
	clip: rect(0, 50px, 50px, 25px);
	-webkit-animation: loader-1-2 1.2s linear infinite;
	animation: loader-1-2 1.2s linear infinite;
}
@-webkit-keyframes loader-1-2 {
0% {
	-webkit-transform: rotate(0deg);
	}
100% {
	-webkit-transform: rotate(220deg);
	}
}
@keyframes loader-1-2 {
0% {
	transform: rotate(0deg);
	}
100% {
	transform: rotate(220deg);
	}
}
.loader-1 span::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 50px;
	width: 50px;
	clip: rect(0, 50px, 50px, 25px);
	border: 3px solid #000426;
	border-radius: 50%;
	-webkit-animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
	animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@-webkit-keyframes loader-1-3 {
0% {
	-webkit-transform: rotate(-140deg);
	}
	50% {
	-webkit-transform: rotate(-160deg);
	}
	100% {
	-webkit-transform: rotate(140deg);
	}
}
@keyframes loader-1-3 {
	0% {
	transform: rotate(-140deg);
	}
	50% {
	transform: rotate(-160deg);
	}
	100% {
	transform: rotate(140deg);
	}
}
@-webkit-keyframes loader-1-1 {
	0% {
	-webkit-transform: rotate(0deg);
	}
	100% {
	-webkit-transform: rotate(360deg);
	}
	}
	@keyframes loader-1-1 {
	0% {
	transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);
	}
}
#topnav {
  display: flex;
  align-items: center;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: #fff;
  border: 0;
  padding: 0 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#topnav #navigation{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#topnav .navbar-toggle.open span {
  position: relative;
}
#topnav .navbar-toggle.open span:first-child {
  top: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  display: none;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#topnav .navbar-toggle span {
  padding: 0 10px;
  height: 2px;
  width: 100%;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navbar-toggle span:last-child {
  width: 75%;
  margin-bottom: 0;
}
#topnav .navbar-toggle:hover {
  background-color: #fff;
}
#topnav .navbar-toggle:hover span {
  background-color: #222222;
}
#topnav .navbar-toggle:focus {
  background-color: transparent;
}
#topnav .navigation-menu {
  display: flex;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
}
#topnav .navigation-menu > li {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
  position: relative;
}
#topnav .navigation-menu > li:after{
  content: '';
  opacity: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #b36920;
  position: absolute;
  z-index: -2;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navigation-menu > li:hover:after{
  opacity: 1;
}
#topnav .navigation-menu > li > a {
  display: block;
  color: #000426;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  line-height: 60px;
  font-weight: 600;
  background-color: transparent !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav.scroll .navigation-menu > li > a{
  color: #000426;
}
#topnav .navigation-menu > li.active:after{
  opacity: 1;
}
#topnav .navigation-menu > li.active a{
  color: #b36920;
}
#topnav.scroll{
  background-color: #fff;
  -webkit-box-shadow: 0 1.8vw 4vw -0.7vw rgb(0 0 0 / 20%);
  box-shadow: 0 1.8vw 4vw -0.7vw rgb(0 0 0 / 20%);
}
#topnav .logo {
  opacity: 1;
  position: relative;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo:hover{
  opacity: 0.6;
}
#topnav .logo a{
  display: block;
}
#topnav.scroll .logo {
  padding: 12px 0;
}
#topnav .logo img {
  height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo .logo-light {
  display: block;
}
#topnav.scroll{
  padding: 0 20px;
}
#topnav .menu-contact{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
}
#topnav .menu-contact a{
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 5px;
  width: 45px;
  height: 45px;
  background-color: #000426;
  color: #fff;
}
#topnav .menu-contact a:hover{
  background-color: #b36920;
}
#topnav .menu-contact a:last-child{
  margin-right: 0;
}
.menu-extras {
  display: none;
}
#home {
  padding: 0;
  height: 100%;
  border: 0;
}
#home .centrize {
  z-index: 100;
}
#home-slider {
  border: 0;
  margin: 0;
  height: 100%;
}
#home-slider .slides {
  height: 100%;
}
#home-slider .slides > li {
  height: 100%;
}
#home-slider.kenburn .slide-image {
  transition: transform 6s ease 0s;
  -webkit-transition: -webkit-transform 6s ease 0s;
  -moz-transition: -moz-transform 6s ease 0s;
  -moz-transform-origin: center center;
}
#home-slider .flex-direction-nav > li {
  position: relative;
  z-index: 2000;
  display: block;
}
#home-slider .flex-direction-nav > li > a {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000426;
  font-size: 15px;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#home-slider .flex-direction-nav > li:last-child > a{
  margin-bottom: 0;
}
#home-slider .flex-direction-nav > li > a:hover {
  background-color: #b36920;
  color: #fff;
}
.slide-logo{
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/logo-min.svg);
}
.scrolldown {
  opacity: 1;
	width: 40px;
	height: 120px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	z-index: 10;
	display: flex;
	align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scrolldown .line {
  width: 3px;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
.scrolldown:hover{
  opacity: 0.4;
}
@keyframes scrolldown {
  0% {
    background-position: 0 -120px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 120px;
  }
}
.slide-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-image.ff-fix {
  position: absolute;
}
.slide-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;  
  z-index: 200;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);
}
.slide-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  top: 60px;
  color: #fff;
  text-align: center;
}
.slide-content h2 {
  width: 100%;
  max-width: 680px;
  font-weight: 700;
  font-size: 48px;
  margin: 0 0 20px 0;
  display: inline-block;
  position: relative;
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: 1.2;
}
.slide-content p{
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  color: #fff;
  font-weight: 400;
  font-size: 22px;
}
.slide-content strong{
  color: #d4a874;
}
.slide-content .btn-mid{
  margin-top: 40px;
}
.flex-control-nav {
  display: none;
  position: absolute;
  left: 40px;
  bottom: 60px;
  margin: auto;
  text-align: center;
  z-index: 100;
}
.flex-control-nav > li {
  width: auto;
  text-align: center;
  margin: 0 0 15px 0;
  display: block;
}
.flex-control-nav > li:last-child {
  margin-bottom: 0px;
}
.flex-control-paging > li > a {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  text-indent: -9999px;
  display: block;
  margin: auto;
  z-index: 100;
  background-color: #fff;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-control-paging > li > a.flex-active {
  opacity: 1;
}
.flex-direction-nav {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-slider .flex-direction-nav .flex-nav-prev{
  position: absolute;
  right: 140px;
  bottom: 0;
}
#home-slider .flex-direction-nav .flex-nav-next{
  position: absolute;
  right: 80px;
  bottom: 0;
}
.alert {
  border-radius: 0;
  font-size: 16px;
  background-color: transparent;
}
.alert.alert-danger {
  border-color: #e74c3c;
  color: #e74c3c;
}
.alert.alert-success {
  border-color: #2ecc71;
  color: #2ecc71;
}
.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}
.upper {
  text-transform: uppercase;
}
.ov-v {
  overflow: visible;
}
.ov-h {
  overflow: hidden;
}
.b-0 {
  border: 0!important;
}
.bt-0 {
  border-top: 0!important;
}
.br-0 {
  border-right: 0!important;
}
.bb-0 {
  border-bottom: 0!important;
}
.bl-0 {
  border-left: 0!important;
}
.border-top {
  border-top: 1px solid #e7e7e7;
}
.border-right {
  border-right: 1px solid #e7e7e7;
}
.border-bottom {
  border-bottom: 1px solid #e7e7e7;
}
.border-left {
  border-left: 1px solid #e7e7e7;
}
.m-0 {
  margin: 0!important;
}
.mb-0 {
  margin-bottom: 0!important;
}
.mt-0 {
  margin-top: 0!important;
}
.mr-0 {
  margin-right: 0!important;
}
.ml-0 {
  margin-left: 0!important;
}
.mb-10 {
  margin-bottom: 10px!important;
}
.mr-10 {
  margin-right: 10px!important;
}
.ml-10 {
  margin-left: 10px!important;
}
.mt-10 {
  margin-top: 10px!important;
}
.mb-15 {
  margin-bottom: 15px!important;
}
.mr-15 {
  margin-right: 15px!important;
}
.ml-15 {
  margin-left: 15px!important;
}
.mt-15 {
  margin-top: 15px!important;
}
.mb-25 {
  margin-bottom: 25px!important;
}
.mr-25 {
  margin-right: 25px!important;
}
.ml-25 {
  margin-left: 25px!important;
}
.mt-25 {
  margin-top: 25px!important;
}
.mb-50 {
  margin-bottom: 50px!important;
}
.mr-50 {
  margin-right: 50px!important;
}
.ml-50 {
  margin-left: 50px!important;
}
.mt-50 {
  margin-top: 50px!important;
}
.p-0 {
  padding: 0!important;
}
.pb-0 {
  padding-bottom: 0!important;
}
.pt-0 {
  padding-top: 0!important;
}
.pr-0 {
  padding-right: 0!important;
}
.pl-0 {
  padding-left: 0!important;
}
.pb-15 {
  padding-bottom: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 1;
  background: rgb(0,4,38);
  background: linear-gradient(0deg, rgba(0,4,38,1)0%, rgba(0,4,38,0)100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  -webkit-transform: scale(1);
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid{
  outline: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 15px 40px;
  background-color: #000426;
}
.btn-mid:hover{
  background-color: #b36920;
}
.btn-mid span{
  position: relative;
  z-index: 10;
}
.btn-mid:before{
  content:'';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #b36920;
  z-index: -2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid:hover:before{
  left: 0;
  top: 0;
}
.about-grid{
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  grid-gap: 120px;
  margin-top: 50px;
}
.about-info{
  padding: 60px 0;
  display: block;
}
.about-info p{
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.about-info p:last-child{
  margin-bottom: 0;
}
.about-img{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.perks-grid{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 50px;
  width: 100%;
  max-width: 85vw;
  margin: 0 auto;
  margin-top: 80px;
}
.perks-box{
  height: 25vw;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  border-bottom: 4px solid #b36920;
}
.perks-box:nth-child(even){
  margin-top: 80px;
}
.perks-img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.perks-title{
  position: absolute;
  z-index: 20;
  width: calc(100% - 60px);
  bottom: 40px;
}
.perks-title h3{
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 15px 0;
}
.perks-title p{
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.perks-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  top: -20px;
  left: -20px;
  margin: auto;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  background-color: #b36920;
}
.perks-icon img{
  padding: 20px;
}
#servicios{
  height: 100%;
  padding: 0;
}
.service-grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  height: 100%;
}
.service-box{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}
.service-box h2{
  text-align: center;
  width: 100%;
  max-width: 320px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 10;
}
.service-box p{
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
.service-center{
  padding: 0 100px;
  overflow: visible;
  z-index: 10;
  background-color: #f6f6f6;
}
.service-center h2{
  color: #000426;
  text-align: center;
  width: 100%;
  max-width: initial;
}
.service-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #b36920;
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
.service-icon:first-of-type{
  left: -25px;
}
.service-icon:last-of-type{
  right: -25px;
}
.contact-info{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	margin-top: 40px;
}
.contact-column{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.contact-icon{
	display: flex;
	width: 45px;
	height: 45px;
	margin-bottom: 20px;
	align-items: center;
	justify-content: center;
	background-color: #b36920;
	color: #fff;
}
.contact-column a{
	color: #6d747c;
	text-align: center;
}
.contact-column a:hover,
.contact-row a:hover{
	color: #b36920;
}
.contact-row{
	display: grid;
	align-items: center;
	grid-template-columns: 50px 1fr;
	grid-gap: 15px;
	margin-bottom: 20px;
}
.contact-row:last-child{
	margin-bottom: 0;
}
.contact-row .contact-icon{
	margin: 0;
}
.contact-row a{
	color: #6d747c;
}
.contact-container form{
	margin-top: 40px;
}
.contact-container form {
	margin-top: 40px;
}
.contact-grid{
	display: grid;
	grid-template-columns: 1fr 400px;
	grid-gap: 60px;
}
.contact-grid form{
  margin-top: 0;
}
.contact-social {
  display: flex;
  flex-direction: row;
}
.contact-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #103d64;
  color: #fff;
  margin-right: 10px;
}
.contact-social a:hover{
  background-color: #d42e27;
}
.contact-social a:last-child {
  margin-right: 0;
}
.contact-social a i {
  margin: 0;
  font-size: 20px;
}
.contact-title{
	font-size: 20px;
	margin-bottom: 20px;
}
.contact-group{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact-group .contact-icon{
  margin: 0 2px;
}
.message-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  width: 100%;
  height: 100%;
}
.message-logo{
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.message-logo img{
  width: 200px;
}
.message-container h3{
  color: #014637;
}
.message-container .title{
  width: 100%;
  max-width: 25vw;
}
.message-container .btn-link{
  margin-top: 25px;
}
footer{
  position: relative;
  z-index: 20;
  padding: 50px 0 0 0;
  background-color: #000426;
}
.footer-logo{
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 50px 0;
}
.footer-logo img{
  height: 70px;
}
.footer-column{
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-column a{
  display: inline-flex;
  padding: 0 20px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
}
.footer-column a:hover{
  color: #b36920;
}
.footer-bottom{
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 50px;
  background-color: #000426;
}
.footer-copy{
  display: block;
  text-align: center;
}
.footer-copy p{
  color: #fff;
}