/* F O N T   I N C L U D E S */
@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,600,700,900&display=swap');
/* G L O B A L   S T Y L E S */
body{font-family: 'Barlow', sans-serif;background-color: #fff;}
*:focus{outline: none;}
a{text-decoration: none;color: inherit;}
ul,ol{list-style: none; margin: 0; padding: 0;}
.makeBg {height: 100%;}
.showMenu {display: none;}
.blurSlider {
    filter: blur(6px);
    -webkit-filter: blur(6px);
}

/* C O L O U R S */

/* Primary Colour - 072735 - 73,160,227 */
/* Secondary Colour - 86dbef - 30,212,201 */

/* H E A D E R */

.site-blur {
	top: 0;
	right: 0;
	position: absolute;``
	width: 100%;
	height: 100%;
	background-color: #222;
	opacity: 0;
	z-index: 3;
	transition: ease 0.4s;
	display: block;
	pointer-events: none;
}
header {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.header-slider {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -2;
}
.header-slider .slide {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 100%;
}
/*header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(30,212,201,1) 0%, rgba(1,39,65,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(30,212,201,1) 0%,rgba(1,39,65,0) 100%);
	background: linear-gradient(to right,  rgba(30,212,201,1) 0%,rgba(1,39,65,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86dbef', endColorstr='#00072735',GradientType=1 );
	opacity: 1;
	z-index: -1;
}*/
header:after {
	content: '';
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.5;
}
.header-top-mask {
	position: relative;
	z-index: 1;
	padding: 25px 0px;
}
.header-top-mask:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #072735;
	opacity: 1;
	z-index: -1;
}
.deet {
	padding-left: 40px;
	position: relative;
}
.deet:first-of-type {
	border-right: 1px solid rgba(255,255,255,0.3);
	margin-right: 50px;
	padding-right: 50px;
}
.logo img {
	width: 300px;
}
.deets {
	text-align: right;
}
.deets i {
	color: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	display: inline-block;
	float: left;
	font-size: 24px;
}
.deets a, .deets span {
	float: left;
	clear: both;
	color: #fff;
	letter-spacing: 1px;
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding-left: 10px;
}
.deet-alt-text span, .deet-alt-text a {
	color: #86dbef!important;
	font-weight: 700;
}
nav {
	background-color: rgba(255,255,255,1);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	position: relative;
	border-radius: 0 0 5px 5px; 
	font-size: 0;
	z-index: 10;
}
nav ul li {
	display: inline-block;
	padding: 0px 20px 0px 25px;
	position: relative;
	text-align: left;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;	
	color: #072735;
}
nav ul li > a:after {
	content: '\f078';
	color: #86dbef;
	margin-left: 6px;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 600;
}
nav ul li > a:only-child:after { content: ''; } 
nav ul li:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 2px;
	height: calc(100% - 20px);
	background-color: rgba(0,0,0,0.15);
	z-index: 1;
}
nav ul li:first-of-type:after {
	display: none;
}
nav ul li:last-of-type:after {
	display: none;
}
nav ul li:last-of-type {
	background-color: #86dbef;
	float: right;
	color: #072735;
	border-radius: 0 0 5px 0;
}
nav ul li a {
	line-height: 40px;
	font-size: 14px;
	display: block;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
}
.sub-menu {
	position: absolute;
	background-color: #ddd;
	left: 0;
	display: none;
	border-radius: 0 0 5px 5px;
}
.sub-menu li {
	display: block;
	margin: 0;
	text-align: left;
	white-space: nowrap;
	clear: both;
	line-height: 20px;
	transition: ease 0.4s;
}
nav ul li .sub-menu li:last-of-type {
	background-color: transparent;
	float: left;
}
nav ul li .sub-menu li:after {
	display: none;
}
nav ul li:hover .sub-menu, nav ul li .sub-menu .active {
    display: block;
}
.splash-container {
	margin: 84px 0px;
}
.splash-container .row {
	background-color: #072735;
	border-radius: 5px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
.splash-blurb {
	padding: 0px 35px!important;
}
.splash-blurb h1 {
	color: #fff;
	font-size: 50px;
	line-height: 45px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
	margin: 0;
	font-weight: 600;
	padding: 0;
}
.splash-blurb p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
	padding: 30px 0px!important;
}
.splash-blurb a {
	background-color: #86dbef;
	color: #072735;
	line-height: 30px;
	font-weight: 600;
	padding-left: 20px;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.splash-blurb i {
	width: 30px;
	border-radius: 0 5px 5px 0;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	color: #072735;
	text-align: center;
	margin-left: 20px;
}
.splash-slider {
	width: calc(100% + 1px);
}
.splash-slider .slide {	
	height: 450px;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.why-choose-header {
	text-align: center;
}
.why-choose-header .row {	
	margin-bottom: 84px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	background-color: #fff;
}
.why-choose-header .columns {
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.why-choose-header i {
	color: #072735;
}
.why-choose-header h2 {
	margin: 0;
	padding: 0;
	color: #072735;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
}
.why-inner {
	padding: 10px 0px;
	border-right: 1px solid rgba(0,0,0,0.1);
}
.headContents{
	padding: 0 40px;
}
@keyframes one {
  0% { background-color: #86dbef;}
  33% { background-color: transparent;}
  66% { background-color: transparent;}
  100% { background-color: transparent;}
}
@keyframes two {
  0% { background-color: transparent;}
  33% { background-color: #86dbef;}
  66% { background-color: transparent;}
  100% { background-color: transparent;}
}
@keyframes three {
  0% { background-color: transparent;}
  33% { background-color: transparent;}
  66% { background-color: #86dbef;}
  100% { background-color: transparent;}
}
@keyframes four {
  0% { background-color: transparent;}
  33% { background-color: transparent;}
  66% { background-color: transparent;}
  100% { background-color: #86dbef;}
}
.why-box-one {
	animation-name: one;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.why-box-two {
	animation-name: two;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.why-box-three {
	animation-name: three;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.why-box-four {
	animation-name: four;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

/* O T H E R   S P L A S H   P A G E S */

.other-header-slider {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -2;
}
.other-header-slider .slide {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 100%;
}
.other-slider {
	width: calc(100% + 1px);
}
.other-slider .slide {	
	height: 300px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
}

/* S E C T I O N */

.about {
	padding: 100px 0px;
}
.about .row {
	border-radius: 5px;
	overflow: hidden;
}
.about-inner {
	background-color: #072735;
	text-align: center;
	padding: 150px;
}
.about-text span {
	color: #fff;
	font-size: 12px;
	letter-spacing: 3px;
}
.about-text h2 {
	color: #86dbef;
	font-size: 45px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	padding: 10px 0px 25px 0px;
	line-height: 38px;
}
.about-text p {
	color: #fff;
	margin: 0;
	padding: 0;
}
.about-text a {
	margin-top: 20px;
	background-color: #86dbef;
	color: #072735;
	line-height: 30px;
	font-weight: 600;
	padding-left: 20px;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.about-text i {
	width: 30px;
	border-radius: 0 5px 5px 0;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	color: #072735;
	text-align: center;
	margin-left: 20px;
}
.about .makeBg {
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* V I D / I M G   D I V I D E R */

.img-divider {
	height: 500px;
	width: 100%;
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* M A I N */

main {
	padding: 100px 0px;
}
main .makeBg {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.main-big-img {
	border-radius: 5px;
}
.main-content {
	padding-top: 160px;
	padding-bottom: 75px;
}
.main-content h1, .main-content h2 {
	color: #072735;
	font-size: 24px;
}
.main-content h3 {
	color: #86dbef;
	font-weight: 600;
	font-size: 20px;
}
.main-content h4 {
	color: #072735;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 3px;	
}
.main-content p {
	font-size: 15px;
	line-height: 120%;
	color: #333;
}
.quote-button {
	margin-top: 10px;
	background-color: #072735;
	color: #fff;
	line-height: 30px;
	font-weight: 600;
	padding: 0px 20px;
	letter-spacing: 1px;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

/* M A I N   -   O T H E R   P A G E S */

.other-main {
	padding-top: 0px;
	padding-bottom: 0px;
}

/* M A I N   -   S E R V I C E   B O X E S */

article .row {
	border-radius: 7px;
}
.article-wrap {
	background-color: #072735;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.article-blurb {
	padding: 10px 30px!important;
}
.article-blurb p {
	color: #fff;
}

/* A C C O R D I O N */

.service-accordion {
	margin: 20px 0px;
}
.accordion-title {
	border-radius: 5px;
	background-color: #072735;
	padding: 5px 25px;
	position: relative;
	cursor: pointer;
}
.accordion-title p {
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 30px;
}
.accordion-title:before {
	content: '\f067';
	font-family: 'Font Awesome 5 Pro';
	right: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #86dbef;
}
.accordion-content {
	border-radius: 0px 0px 5px 5px;
	display: none;
	background-color: rgba(0,0,0,0.1);
	padding: 5px 25px;
}
.accordion-content:first-of-type {
	display: block;
}
.no-border-radius {
	border-radius: 5px 5px 0px 0px;
}

/* T A B L E   S T Y L I N G */

table {
	width: 100%;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.2);
	border-spacing: 0;
}
thead td {
	padding-left: 30px!important;	
	font-weight: 600;
	background-color: #072735;
	letter-spacing: 1px;
	color: #fff;
	line-height: 30px;
}
tbody td {
	padding: 10px 30px!important;	
	line-height: 20px;	
}
tbody tr:nth-of-type(even) {
	background-color: rgba(0,0,0,0.1);
}
.table-img img {
	width: 100px;
}

/* G A L L E R Y   S T Y L I N G */

.gallery-thumbs .columns {
	width: 16.6666666667%;
	float: left;
	margin-bottom: 30px;
}
.gallery-thumbs .columns img {
	border-radius: 5px;
	transition: all 0.4s;	
}
.gallery-thumbs .columns img:hover {
	opacity: 0.6;
	transition: all 0.4s;
}

/* L I S T   S T Y L I N G */

.main-content ul {
	margin: 20px 0px;
}
.main-content ul li {
	border-radius: 5px;
	display: inline-block;
	background-color: #072735;
	padding: 0px 15px;
	margin-right: 2px;
	margin-bottom: 5px;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
	position: relative;
	text-transform: capitalize;
}

/* T E S T I M O N I A L   S T Y L I N G */

.main-content blockquote {
	margin: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 37.5px;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #eee;
	position: relative;
}
.random-user {
	position: absolute;
	width: 75px;
	height: 75px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -37.5px;
}
.main-content blockquote p {
	margin: 0;
	padding: 0;
}
.main-content blockquote p:before {
	content: '\f10d';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	padding-right: 20px;
	color: #86dbef;
}
.main-content blockquote p:after {
	content: '\f10e';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	padding-left: 20px;
	color: #86dbef;
}
.main-content blockquote h5 {
	margin: 0;
	padding: 0;
	color: #072735;
	margin-top: 10px;
	font-size: 16px;
	position: relative;
	z-index: 1;
	padding-left: 15px;
}
.main-content blockquote h5:before {
	content: '-';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #072735;
	z-index: -1;
}

/* E N Q U I R Y   F O R M */

.form-box .columns {
	padding: 0!important;
}
.earl-form .columns input {
	width: 100%;
}
.earl-form input[type='text'], .earl-form select{
	letter-spacing: 1px;
	border-radius: 0px;
	height: 30px;
	font-size: 13px;
	padding-left: 12.5px;
	box-shadow: 0px;
	outline: 0;
	color: #333;
	font-weight: 500;
	border: 1px solid #072735;
	border-radius: 5px;
	margin-bottom: 20px;
}
.earl-form .columns textarea {
	letter-spacing: 1px;
	color: #333;
	font-size: 13px;
	width: 100%;
	border-radius: 5px;
	resize: none;
	padding-top: 15px;
	padding-left: 12.5px;
	border: 1px solid #072735;
	height: 200px;
}
#formName, #formContact {
	line-height: 20px;
}
.earl-form button {
	float: right;
	margin-top: 10px;
	background-color: transparent;
	padding: 10px;
	font-size: 13px;
	letter-spacing: 1px;
	cursor: pointer;
	color: #fff;
	background-color: #072735;
	border-radius: 5px;
}

/* M A P */

.map{
	width: 100%;
	height: 400px;
	border-radius: 6px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.map iframe{
	position: absolute;
	width: 100%;
	height: calc(100% + 300px);
	z-index: -1;
	left: 0;
	opacity: 0.8;
	top: -150px;
}

/* S I D E   B O X */

.side-block {
	position: absolute;
	background-color: #072735;
	padding: 30px;
	width: 300px;
	bottom: 150px;
	left: 0;
	left: -100px;
	overflow: hidden;
	border-radius: 5px;
	z-index: 1;
}
.side-block h2 {
	margin: 0;
	padding: 0;
	color: #86dbef;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.side-block i {
	position: absolute;
	font-size: 50px;
	color: #fff;
	opacity: 0.05;
	right: 20px;
	bottom: 30px;
	z-index: -1;
}
.side-list li {
	line-height: 18px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
	color: #fff;
	letter-spacing: 1px;
}
.side-list li:before {
	content: '\f00c';
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 8px;
	color: #fff;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.1);
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
}
.side-block p {
	margin: 0;
	padding: 0;
	color: #fff;
}

/* A C C R E D I T A T I O N S */

.accreds {
	background-color: #072735;
	padding: 75px 0px;
	text-align: center;
	overflow: hidden;
}
.accreds img {
	border-radius: 5px;
}

/* H O M E   G A L L E R Y */

.home-gallery {
	padding: 100px 0px;
}
.home-gallery div {
	border-radius: 5px;	
}
.home-gallery img {
	overflow: hidden;
	border-radius: 5px;
}
.home-gallery-mg {
	margin-top: 1.875em;
}
.vertical1 {
	overflow: hidden;
}
.vertical1 .makeBg {
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 5px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;	
}
.vertical1 .makeBg:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;	
}
.fancybox-image {
	border-radius: 5px;
}
.home-gallery uk-transition-toggle {
	overflow: hidden;
}

/* G A L L E R Y */

.gallery {
	padding: 100px 0px;
	overflow: auto;
}
.gallery .columns {
	height: 275px;
	background-position: center center;
	float: left;
	width: calc(50% - 24px);
	margin: 12px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.gallery .columns img {
	opacity: 0;
}
.gallery .columns a {
	width: 100%;
	height: 100%;
	position: relative;
}
.gallery .columns:nth-child(2) {
	height: 574px;
	float: right;
}
.gallery .columns:nth-child(4), 
.gallery .columns:nth-child(5), 
.gallery .columns:nth-child(6), 
.gallery .columns:nth-child(7) {
	width: calc(25% - 24px);
}
.img-box {
	top: 0;
	left: 0;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
	position: absolute;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.img-box:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);		
}

/* F O O T E R */

footer {
	padding: 100px 0px 50px 0px;
	background-color: #072735;
}
.footer-inner {
	padding-bottom: 50px;
}
footer p {
	color: #fff;
	margin: 0;
	padding: 0;
}
footer h2 {
	margin: 0;
	padding: 0;
	color: #86dbef;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 2px;
	padding-bottom: 20px;
}
footer address {
	font-style: initial;
	padding-bottom: 20px;
}
.busi-address, .address-nav {
	text-align: center;
}
.address-nav ul li a {
	color: #fff;
	-webkit-transition: padding-left 0.2s ease-out;
	-o-transition: padding-left 0.2s ease-out;
	transition: padding-left 0.2s ease-out;
}
.address-nav ul li a:hover {
	padding-left: 5px;
}
.copyright-seo {
	padding-top: 50px;
	position: relative;
	z-index: 1;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.copyright a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}
.seo {
	text-align: right;
	font-size: 14px;
	letter-spacing: 1px;
}

/* 1366 lAPTOP */
@media screen and (max-width: 1366px) {

}

/* 1280 MONITOR */
@media screen and (max-width: 1280px) {


.header-top-mask {
	padding: 40px;
}
nav {
	margin: 0px 40px;
}
.about {
	margin: 0px 40px;
}
main {
	margin: 0px 40px;
}
.gallery-home {
	margin: 0px 40px;
}
footer {
	padding-left: 40px;
	padding-right: 40px;
}

}

/* 1024 TABLET */
@media screen and (max-width: 1024px) {

.about-inner {
	padding: 50px;
}
.img-divider {
	height: 300px;
}
.side-block {
	left: -40px;
}
main .makeBg {
	background-repeat: no-repeat;
}

}

/* MOBILE PHONES */
@media screen and (max-width: 768px) {
footer {
	padding: 50px auto 0px auto;
}
.seo {
	display: none;
}
.footer-inner {
	padding-bottom: 0px;
}
footer {
	text-align: center;
}
footer .columns {
	margin-bottom: 50px!important;
}
.nav-visible {
	right: 0!important;
}
.showMenu {
	background-color: #86dbef;
	display: inline-block;
	padding: 0px 15px;
	line-height: 40px;
	margin-left: 40px;
	border-radius: 0 0 5px 5px;
	text-align: center;
	position: absolute;
	left: 0;
	z-index: 100;
}
.showMenu span {
	padding-right: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #072735;
}
.img-divider {
	height: 180px;
}
nav {
	margin: 0;
	top: 0;
	height: 100vh;
	right: -250px;
	padding: 0;
	padding: 30px 40px;
	z-index: 100;
	position: fixed;
	width: 250px!important;
	transition: ease 0.4s;
	background-color: #072735;
	border-radius: 0!important;
}
nav:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	height: 100vh;
	background-color: #000;
	opacity: 0.3;
	z-index: -1;
}
nav ul li {
    display: block;
    padding: 0px;
    text-align: right;
}
nav ul li a {
	color: #fff;
}
nav ul li:after {
	display: none;
}
nav ul li:last-of-type {
	background-color: transparent;
}
nav ul li:hover .sub-menu {
    display: none;
}
.sub-menu {
	background-color: transparent;
	right: 0;
	z-index: 1;
	padding: 0;
	position: relative;
}
.sub-menu li {
	display: block;
	padding: 0;
	margin: 0;
	text-align: right;
	white-space: nowrap;
	clear: both;
	line-height: 30px;
	transition: ease 0.4s;
}
.gallery-thumbs .columns {
	width: 50%;
}

}

/* MOBILE PHONES */
@media screen and (max-width: 640px) {

.slogan-deet {
	display: none;
}
.splash-blurb {
	padding: 30px!important;
}
.splash-slider .slide {
	height: 300px;
}
.about .makeBg {
	height: 350px;
}
.side-block {
	display: none;
}
.gallery .columns {
	height: 180px;
}
.gallery .columns:nth-child(2) {
	height: 384px;
}
.gallery .columns:nth-child(4), 
.gallery .columns:nth-child(5), 
.gallery .columns:nth-child(6), 
.gallery .columns:nth-child(7) {
	width: calc(50% - 24px);
}
.why-box-one, .why-box-two,
.why-box-three, .why-box-four {
	animation-name: none;
}
.why-inner {
	border-right: none;
}
.accreds {
	padding: 40px;
}
.accreds img {
	margin: 20px 0px;
}
.footer-logo {
	display: none;
}
.main-img {
	display: none;
}
.main-content {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

}

/* MOBILE PHONES */
@media screen and (max-width: 411px) {

.accreds .columns {
	width: 50%!important;
	max-width: 50%!important;
	flex: none;
}
.gallery .columns {
    width: calc(100% - 24px);
}
.gallery .columns:nth-child(4), 
.gallery .columns:nth-child(5), 
.gallery .columns:nth-child(6), 
.gallery .columns:nth-child(7) {
	width: calc(100% - 24px);
}
footer {
	text-align: center;
}
.footer-pad {
    padding-right: 0px;
}	

}