@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');


html, body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-decoration: none;
	background-color: #FFF;
}
.row-30 {
	margin-left: -30px;
	margin-right: -30px;
}
.gutter-30 {
	padding-left: 30px;
	padding-right: 30px;
}
.padding-top-20 {
	padding-top: 20px !important;
}
.padding-top-40 {
	padding-top: 40px !important;
}
.padding-bottom-20 {
	padding-bottom: 20px !important;
}
.padding-bottom-40 {
	padding-bottom: 40px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-40 {
	margin-top: 40px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-light {
	font-weight: 300;
}
.text-normal {
	font-weight: 400;
}
.text-medium {
	font-weight: 500;
}
.text-semibold {
	font-weight: 600;
}
.text-bold {
	font-weight: 700;
}
.text-caps {
	text-transform: capitalize;
}
.text-upper {
	text-transform: uppercase;
}
.text-lower {
	text-transform: none;
}

.fluid {
	margin: 0px;
	padding: 0px;
}
.center {
	margin: 0px auto;
	float: none;
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.shadow {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.vfull {
	width: 100%;
	height: 100%;
}
.valign {
	display: table;
	height: 100%;
	width: 100%;
}
.vcenter {
	display: table-cell;
	vertical-align: middle;
}
img {
	height: auto;
	max-width: 100%;
}
p {
	margin: 0;
}
a {
	color: #333;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active, a:visited, a:focus {
	text-decoration: none;
}
strong {
	font-weight: 600;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #CCC;
}

.hide {
	display: none;
}
.no-border {
	border: none !important;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-height {
	height: auto !important;
	min-height: auto !important;
	max-height: auto !important;
}

.relative {
	position: relative;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	height: 0;
	border-top: 1px solid #eeeeee;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
br {
	clear: both;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
	margin: 0 0 20px;
	font-weight: 600;
	line-height: 1.2;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 700;
}
section {
    display: block;
}
input,
textarea,
select,
fieldset,
button {
    outline: none;
}
input:focus,
textarea:focus,
select:focus,
fieldset:focus,
button:focus {
    outline: none;
}
.col-clearfix {
	display: inline-block;
	width: 100%;
	clear: both;
	vertical-align: top;
}
.col-clearfix .col-clear:nth-child(odd) {
	clear: left;
}
.col-clearfix .col-clear:nth-child(even) {
}
* {
	border: 0;
	outline: none;
	vertical-align: top;
}
.effect * {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.no-effect * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.content-box {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
textarea:focus, input:focus {
    outline: none;
}
::-webkit-input-placeholder {
	opacity: 0.7;
}
::-moz-placeholder {
	opacity: 0.7;
}
:-ms-input-placeholder {
	opacity: 0.7;
}
:-moz-placeholder {
	opacity: 0.7;
}


section.intro {
	padding: 80px 0 50px;
}
section.mission {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../img/bg-stone.jpg);
}
section.mission .linear-bg {
	background-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	padding: 80px 0 0;
}
section.services {
	padding: 80px 0;
}


.content-cover {
	background-color: #000;
	text-align: center;
}

.content-intro {
	font-size: 23px;
	line-height: 1.7;
	font-weight: 300;
	text-align: center;
}
.content-intro p {
    margin-bottom: 20px;
}
.content-intro .icon {
	max-width: 300px;
	margin: auto;
}
.content-intro .icon p {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
}
.content-intro .icon span {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background-color: #6F9DCE;
	display: flex;
	justify-content: center;
	margin: 0 auto 20px;
}
.content-intro .icon img {
	max-width: 70px;
	max-height: 70px;
	margin: 20px auto;
	align-self: center;
}
.content-intro .icon img.pos1 {
	margin: 0 0 10px 10px;
}


.content-mission {
	text-align: center;
	color: #FFF;
}
.content-mission h2 {
	font-size: 28px;
    font-weight: 600;
    color: #FFF;
    padding: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 5px;
    position: relative;
}
.content-mission h2:after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 2px;
	background-color: #FFF;
}
.content-mission p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	margin-bottom: 50px;
}
.content-mission .icon p {
	font-size: 20px;
	font-weight: 500;
}
.content-mission .icon img {
	max-width: 100px;
	max-height: 100px;
	margin: 20px auto;
}


.content-services {

}
.content-services h2 {
	font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.content-services li {
	font-size: 20px;
	line-height: 1.4;
	color: #000;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px dashed #666;
	display: block;
}
.content-services li:last-child {
	border: none;
}
.content-services p {
	line-height: 1.7;
	margin-bottom: 20px;
}


header {
	display: inline-block;
	width: 100%;
	background-color: #000;
}

.header-content {
	display: inline-block;
	width: 100%;
	background-color: rgba(255,255,255,0);
	text-align: right;
	transition: all .25s linear;
}
.header-content.fixed {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,1);
	/*text-align: center;*/
	z-index: 9999;
	/*box-shadow: 0 0 5px rgba(0,0,0,0.4);*/
}
.header-content.fixed .header-logo {
	margin: 10px 0 0;
}

.header-logo {
	margin: 20px 0;
	float: left;
}
.header-logo span {
	display: none;
}
h1.header-logo {
	line-height: 1;
}


.header-content .nav-switch {
	display: none;
}
.header-content.fixed .header-nav {
	margin-top: 0;
}

.header-nav {
	margin-top: 10px;
	display: inline-block;
}
.header-nav li {
	display: inline-block;
	margin: 12px;
}
.header-nav li a {
	font-size: 19px;
	font-weight: 300;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.9);
	position: relative;
	display: inline-block;
	padding: 10px 0;
}
.header-nav li a:hover {
	color: #FFF;
}

.header-nav li a:after {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 0;
	display: none;
	width: 100%;
	height: 1px;
	background-color: #FFF;
	transform: scaleX(0);
	transition: transform .2s;
}
.header-nav li a.current:after {
	transform: scaleX(1);
}
.header-nav li a:hover:after {
	transform: scaleX(1);
}




footer {
	background-color: #000;
	overflow: hidden;
}
footer hr {
	border-top: 1px solid #555;
	margin: 30px 0;
}
footer p {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.5;
	color: #C1C1C1;
	margin: 0 0 5px;
}
footer a {
	color: #6F9DCE;
}
footer a:hover {
	color: #FFF;
}
footer h2 {
	font-size: 21px;
	font-weight: 300;
    margin-bottom: 0;
    color: #FFF;
}
footer .mt {    
    margin-top: 125px;
}
footer form {
	margin: 20px 0;
	font-size: 17px;
	color: #333;
	display: inline-block;
	width: 100%;
}
footer form input,
footer form textarea {
	display: inline-block;
	width: 100%;
	background-color: #DDD;
	border-radius: 6px;
	border: none;
	padding: 10px 14px;
	margin: 0 0 15px;
}
footer form input:focus,
footer form textarea:focus {
	background-color: #FFF;
}
footer form button {
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	color: #FFF;
	text-transform: uppercase;
	background-color: #6F9DCE;
	padding: 15px 50px;
	border-radius: 6px;
	float: right;
	transition: all 0.2s;
}

footer form button:hover {
	color: #000;
	background-color: #DDD;
}

footer .column {
	padding-top: 50px;
	padding-bottom: 30px;
	position: relative;
}

footer .column.bg:after {
	content: "";
	position: absolute;
	top: -15%;
	right: -140%;
	display: inline-block;
	width: 140%;
	height: 140%;
	background-image: url('../img/bg-footer-logo.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}

.footer-content .logo {
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	float: right;
	margin-top: 120px;
}




.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* LG */
@media (min-width: 1200px) {
.container {
	width: 1170px;
}
.visible-lg {
	display: block !important;
}
.hidden-lg {
	display: none !important;
}
}

/* MD */
@media (max-width: 1199px) {
.container {
	width: 980px;
}
.visible-md {
	display: block !important;
}
.hidden-md {
	display: none !important;
}

}

/* SM */
@media (max-width: 991px) {
.container {
	width: 768px;
}
.visible-sm {
	display: block !important;
}
.hidden-sm {
	display: none !important;
}

.content-intro {
	font-size: 20px;
}

.content-services .col {
	min-height: auto;
}

footer p br {
    display: none;
}

footer .mt {    
    margin-top: 0;
}

footer .column:nth-child(2) {
	display: none;
}
footer .column.bg:after {
	display: none;
}
}

/* XS */
@media (max-width: 767px) {
.container {
	width: 100%;
}
.visible-xs {
	display: block !important;
}
.hidden-xs {
	display: none !important;
}

.header-content {
	text-align: center;
}
.header-logo,
.header-content.fixed .header-logo {
	margin: 20px 0;
	float: none;
}
.header-nav {
	margin-top: -20px;
}

footer form {
	margin: 30px 0;
}
}

/* XS - Custom */
@media (max-width: 600px) {
.col-xxs {
	width: 100%;
}
.hidden-xs-custom {
	display: none !important;
}

.content-intro {
	text-align: center;
}

section.mission .linear-bg {
	padding: 60px 0 0;
}



.header-nav {
	display: none;
	padding: 20px 0;
}

.nav-switch {
	display: inline-block !important;
	position: fixed;
	top: 26px;
	right: 20px;
	margin: 0;
	padding: 0;
	width: 43px;
	height: 33px;
	cursor: pointer;
	border-radius: 4px;
	z-index: 9999;
	-webkit-transition: background .5s ease;
	transition: background .5s ease;
	background-color: rgba(0,0,0,0.80);
}
.nav-switch:focus {
	outline: 0
}
.nav-switch button {
	display: block;
	position: absolute;
	top: 15px;
	left: 7px;
	width: 29px;
	height: 3px;
	background-color: #6F9DCE;
	border-radius: 1px;
	-webkit-transition: background 0s .3s;
	transition: background 0s .3s
}
.nav-switch button:after, 
.nav-switch button:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #6F9DCE;
	border-radius: 1px;
}
.nav-switch button:before {
	top: -7px
}
.nav-switch button:after {
	bottom: -7px
}
.nav-switch button:after, 
.nav-switch button:before {
	-webkit-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}
.nav-switch button:before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform
}
.nav-switch button:after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform
}
.nav-switch.active button {
	background: none
}
.nav-switch.active button:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-switch.active button:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-switch.active button:after, 
.nav-switch.active button:before {
	-webkit-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s;
	background-color: #6F9DCE;
}



.header-content.fixed .header-nav {
	padding: 0 0 20px;
}
.header-nav li {
	display: inline-block;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #555;
}
.header-nav li:last-child {
	border: none;
}
.header-nav li a {
	padding: 12px 0px;
	width: 100%;
}
.header-nav li a:after {
	display: none;
}

.footer-content {
	text-align: center;
}
footer form button {
	float: none;
}
.footer-bottom {
	text-align: center;
}
.footer-bottom p {
	float: none;
}
.footer-bottom p:last-of-type {
	float: none;
}

.content-mission .icon img {
	max-width: 70px;
	max-height: 70px;
}
.content-mission .icon p {
	font-size: 16px;
}

}

/* XXS - Portrait */
@media (max-width: 480px) {
.container {
}
.visible-xxs {
	display: block !important;
}
.hidden-xxs {
	display: none !important;
}

}