/*
Theme Name: Azure Basic Child
Author: C. A. Brown
Description: Child Theme for Azure Basic.   
Template: azure-basic
*/
@import url('css/screen.css'); /* DO NOT REMOVE! */


/*        Global Syles                 */
/*------------------------------------*/

details, figcaption, figure { border: 0; font-size:100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
audio, canvas, video { border: 0; vertical-align: baseline; margin: 0; padding: 0; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { 
	height: 100%; 
	scroll-behavior: smooth;
}


body { 
	height: 100%; 
    font-family: "Montserrat", sans-serif;
	background: #fff; 
	color: #06132a;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

:focus { outline: 0; }

ol, ul { list-style: none; }

a { 
	text-decoration: none; 
	color: #3c94c8;
}

table { border-collapse: separate;
        border-spacing: 0; }

img { clear: both; }



/*      Global WordPress Styles       */
/*-----------------------------------*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.sticky {}

.bypostauthor {}


/*      Basic Two-Column (Right) Lyouout       */
/*--------------------------------------------*/

#primary {
	max-width: 1000px;
	width: 100%;
	float: none;
	overflow: hidden;
}
#content { 
	width: 100%; 
}

#sidebar { 
	overflow: hidden;
    float: right;
    width: 30%; 
}
.wide #primary {
	max-width: 100%;
	width: 100%;
	float: none;
	overflow: hidden;
}
.wide #sidebar {
	display: none;
}
.singlewidth #primary {
	max-width: 1030px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
	padding: 0 15px;
}
.singlewidth #sidebar {
	display: none;
}
.singlewidth #primary ul {
	list-style-type: disc;
}
.singlewidth #primary li {
	padding-bottom: 8px;
}
.wide #primary ul {
	list-style-type: disc;
}
.wide #primary li {
	padding-bottom: 8px;
}

/*    Framework Styles        */
/*---------------------------*/

#main { 
	padding: 80px 0 30px; 
}
.page-id-7 #main {
	padding: 0 0 0;
}

.entry-header { margin: 0 0 25px 0; }


/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/


nav[role="navigation"] { position: relative; }

nav[role="navigation"] ul { margin: 0 0 0 0;
                            padding: 0 0 0 0; 
						    display: block; }

nav[role="navigation"] ul li { clear: both; display: inline-block; }
nav[role="navigation"] ul li a {  }

nav[role="navigation"] ul li ul  { display: none; } 
nav[role="navigation"] ul li:hover ul  { display: block; } 
nav[role="navigation"] ul li ul  { position: absolute;
                                   padding: 10px 0 0 0; }

nav[role="navigation"] ul li ul li { display: block;
                                     position: relative; }

nav[role="navigation"] ul li ul li ul  { display: none !important; }
nav[role="navigation"] ul li ul li:hover ul  { display: inline !important; 
                                               position: relative !important; }
nav[role="navigation"] ul li ul li ul { padding: 0 0 0 0 !important;}

nav[role="navigation"] ul li ul li ul li { display: inline-block !important;
                                           position: relative; } 


/*    Static Sidebar Widget Styles       */
/*---------------------------------------*/											 

#sidebar-search { padding: 0 0 25px 0 ; }



/*    Navigation       */
/*--------------------*/


.nav-next { float: left; }
.nav-previous { float: right; }



/*    Theme Credit Text      */
/*--------------------------*/

#theme-credit { text-align: center; }


/*             Azure Basic Styles             */
/*-------------------------------------------*/

h1 { 
	font-size: 44px; 
	color: #051229;
	font-weight: bold;
	font-family: "Fira Sans Condensed", sans-serif;
}
h1 span {
	font-size: 30px;
	font-weight: 600
	color: #3c94c8;
}
h2 { 
	font-size: 30px; 
	color: #051229;
	font-weight: bold;
	font-family: "Fira Sans Condensed", sans-serif;
}
h2 span {
	font-weight: 600;
	color: #0477BD;
}
h3 { 
	font-family: "Fira Sans Condensed", sans-serif;
}
h4 { 
	font-family: "Fira Sans Condensed", sans-serif;
}
h5 { 
	font-family: "Fira Sans Condensed", sans-serif;
}
h6 { 
	font-family: "Fira Sans Condensed", sans-serif;
}
#container-full { 
	width: 100%; 
}
#top-header { 
	background: #051229; 
	padding: 15px 15px 5px;
}
#top-header-section { 
	width: 100%; 
	margin: 0 auto;
}
.homebanner {
	width: 100%;
	position: relative;
}
.homebanner img {
	width: 100%;
	display: block;
}
.homebanner h1 {
  font-size: 68px;
  margin-bottom: 25px;
  letter-spacing: 1px;
  font-weight: 600;
  text-shadow: 4px 4px 3px #000;
  color: #0094D6;
  line-height: 74px;
  margin: 100px 0 12px;
	padding-left: 230px;
}
.homebanner h2 {
  font-size: 40px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #fff;
  text-shadow: 4px 4px 3px #000;
  margin: 0;
	padding-left: 230px;
}

.homebanner1 {
	width: 100%;
	position: relative;
}
.homebanner1 img {
	width: 100%;
	display: block;
}
.hometext {
	position: absolute;
	max-width: 1180px;
	width: 100%;
	left: 0;
	right: 0;
	top: 300px;
	margin: 0 auto;
	padding: 0 15px;
}
.hometext h1 {
  font-size: 75px;
  margin-bottom: 25px;
  letter-spacing: 2px;
  font-weight: 900;
  text-shadow: 2px 2px 2px #fff;
}
.hometext h2 {
  font-size: 28px;
  line-height: 52px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 8px;
  text-shadow: 2px 2px #051229;
}
.hometext h2 span {
  display: block;
  text-transform: none;
  font-size: 58px;
  text-shadow: 2px 2px #051229;
  letter-spacing: 1px;
	color: #fff;
}
.hometextline {
  width: 175px;
  height: 6px;
  background-color: #0477BD;
  margin: 16px 0 0;
}
.innerbanner {
	width: 100%;
	position: relative;
	z-index: 300;
	display: block;
	background-color: #051229;
	overflow: hidden;
	height: 150px;
}
.innerright {
	width: 58%;
	float: right;
	position: relative;
}
.innerbanner img {
  width: 100%;
  height: auto;
  display: block;
  height: 150px;
  object-fit: cover;
}
.gradient {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 150px;
	z-index: 400;
    background: rgb(255,255,255);
	background: linear-gradient(270deg, rgba(255,255,255,0) 31%, rgba(5,18,41,0.87156869583771) 78%, rgba(5,18,41,1) 100%); 
}
.innerbanner h1 {
  position: absolute;
  max-width: 1030px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 80px;
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  text-transform: ;
  letter-spacing: 1px;
	padding: 0 15px;
	z-index: 500;
}
#my-accordion-60 .main-title {
  font-weight: 800 !important;
  text-shadow: 1px 2px 2px #000 !important;
}
.accordion-slider {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.slidertext {

}

/* Top Navigation */

#access {  
	width: 100%;
}	  
#access a {

}



/* Header Title Section */

#main-title { float: left;
              position: relative;
              width: 350px;
		      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
		      padding-left: 1.5em;
			  padding-top: 10px;
              z-index: 25; }

#site-title { text-transform: uppercase;
              margin-bottom: 10px; 
              font-size: 48px; }

#site-description { font-variant: small-caps; 
                    font-size: 14px; 
					margin-bottom: 20px; }

#header-sidebar-section { float: right;
                          text-align: right;
                          position: relative;
			              padding-right: 15px;
                          width: 560px;
				          font-size: 12px;
			              text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
			              padding-top: 10px;
                          z-index: 35;	}

#header-sidebar-section ul { list-style-type: none;
                             margin: 0;
				             text-align: right;
				             width: 560px; 
                             padding-left: 0; }
							 
#header-sidebar-section ul ul li { display: inline; 
                                   padding-right: 15px; }


/* Header Image */

#header-image { width: 986px; 
                height: 300px;
				border: 2px solid #6da0d3; }


/* Main Content Section */


.featured-thumb { margin-bottom: 10px; }
 
article { 
 	padding: 0;
}
		  
.entry-content { padding-top: 5px; }

.entry-title { font-size: 28px; 
               text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.entry-meta { font-size: 10px; 
	          color: #8E8C84; }

.entry-meta a:hover { text-decoration: underline; }

.entry-content a:hover { text-decoration: underline; }

.entry-content embed { width: 675px; }

.page-link { margin-bottom: 10px; }

/* Sidebar Section */

#sidebar { color: #545350; 
           padding-right: 25px; 
		   padding-left: 10px; }

#sidebar-widget-title { color: #545350; }

.screen-reader-text[for="s"] { display: none; }

#wp-calendar { width: 100%; }

#calendar_wrap #wp-calendar caption { text-align: center; }

#wp-calendar #prev, #wp-calendar #next { font-style: normal;
                                         font-size: 9pt; }

#wp-calendar #next { text-align: right; }



/* Single Page and Comments */

.assistive-text { color: #545350; }

#nav-single { padding-left: 25px; }

#comments { padding-left: 25px; }

#comments #respond { padding-left: 25px; }

.comment-meta { margin-bottom: 10px; }

.comment-author img { padding-right: 5px; }

#nav-below { padding-left: 25px; }

.pingback .edit-link { margin-left: 10px; }

.comment-author a { color: #6fa2d6; }

.comment-author a:hover { color: #28598A; 
                          text-decoration: underline; }

.comment-author img { margin: 0 10px 0 0; }

.comment-form-author input[type="text"] { margin-left: 27px; 
                                          background: none repeat scroll 0 0 #FFFFFF;
                                          color: #7E7E7E;
                                          outline: 0 none;
                                          padding: 5px 10px;
                                          position: relative;
                                          width: 175px; }

.comment-form-email input[type="text"] { margin-left: 30px; 
                                         background: none repeat scroll 0 0 #FFFFFF;
                                         color: #7E7E7E;
                                         outline: 0 none;
                                         padding: 5px 10px;
                                         position: relative;
                                         width: 175px; }

.comment-form-url input[type="text"] { margin-left: 25px; 
                                       background: none repeat scroll 0 0 #FFFFFF;
                                       color: #7E7E7E;
                                       outline: 0 none;
                                       padding: 5px 10px;
                                       position: relative;
                                       width: 175px; }

.comment-form-comment label { float: left; 
                              clear: both; }

.comment-form-comment textarea { margin-left: 15px;
                                 margin-top: 0; 
                                 background: none repeat scroll 0 0 #FFFFFF;
                                 color: #7E7E7E;
                                 outline: 0 none;
                                 padding: 5px 10px;
								 width: 500px;
                                 position: relative; }

#commentform p.form-allowed-tags { font-size: 9pt; }

#comment-nav-above, #comment-nav-below { margin-bottom: 15px; }


/* Footer Section */

#footer-bottom { 
	background: #051523; 
	padding: 0 0 10px 0; 
	clear: both;
    width: 100%; 
}
.footertop {
	background: rgb(182,182,184);
	background: linear-gradient(90deg, rgba(182,182,184,1) 0%, rgba(13,41,67,1) 100%); 
	width: 100%;
	height: 15px;
}
.columns {
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	font-weight: 600;
	padding: 0 20px;
	font-size: 14px;
}
.columns h2 {
	color: #0477BD;
	margin-bottom: 10px;
	font-size: 30px;
	padding-left: 0;
}
.column1 { 
    width: 40%; 
	float: left;
}
.column1 img {
	max-width: 230px;
	width: 100%;
	height: auto;
}
.column2 { 
    width: 30%; 
	float: left;
}
.column3 { 
    width: 30%; 
	float: left;
}
.column3 a {
	color: #fff;
}

.column.last { margin: 0; }

#footer-content { 
	padding-top: 25px; 
}

#footer-content .column h4 { color: #000;
                             font-size: 10.5pt; 
                             border-bottom: 1px solid #000; }

#footer-content .column ul { font-size: 9pt;  
                             padding-left: 0 !important;}

#footer-content .column ul li a { color: #28598A; }

#footer-content .column ul li a:hover { color: #00F; }

#site-credits { 
	padding: 5px 0; 
	text-align: center;
	font-size: 11px;
	color: #fff;
	margin-top: 50px;
}
#site-credits ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	text-align: center;
}
#site-credits li {
	width: 350px;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
}
#site-credits li:nth-child(1) {
	width: 250px;
}
#site-credits li:nth-child(3) {
	width: 400px;
}
#site-credits a {
	color: #fff;
}
#theme-credit {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
#theme-credit hr {
	background-color: #0f3c63;
	margin: 10px 0 15px;
}

*, *:before, *:after {   
	-webkit-box-sizing: border-box;    
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.clear {
	clear: both;
}
.logo {
	width: 45%;
	float: left;
	display: none;
}
.logo img {
	max-width: 600px;
	width: 100%;
	height: auto;
}
.home1 {
	text-align: center;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	padding: 35px 15px;
	font-weight: 600;
}
.home1 h2 {
	font-size: 40px;
  	font-weight: 600;
	color: #051229;
}
.home1 h2 span {
	color: #0094D6;
}
.home2bg {
	background-color: #efefef;
	width: 100%;
	padding: 50px 15px;
	overflow: hidden;
}
.home2 {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 100px 15px;
}
.home2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.home2 li {
  display: inline-block;
  width: 250px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  border-right: solid 1px #cdcdce;
  padding: 15px;
    padding-bottom: 15px;
}
.home2 li:last-child {
	border-right: none;
}
.home2 li img {
	max-width: 80px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.home2 li a {
	color: #051229;
}
.home3bg {
  	background-color: #051229;
  	width: 100%;
  	max-width: 2000px;
  	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.home3 {
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.home3bg img {
  	width: 100% !important;
  	position: absolute;
  	max-width: 1100px !important;
  	top: 0;
  	right: 0;
  	z-index: 600;
  	bottom: 0;
}
.home3bg p {
	margin-bottom: 0;
}
.home3left {
	width: 50%;
	float: left;
	padding: 30px 15px;
	color: #fff;
	font-size: 15px;
	position: relative;
  	z-index: 700;
}
.home3left p {
	margin: 0 0 1.5em;
}
.home3left h2 {
	color: #fff;
	font-size: 40px;
	margin-bottom: 15px;
}
.home3left h2 span {
	color: #098FCC;
}
.home3left button {
	margin-top: 10px;
}
.home3left button a:hover {
	color: #051229;
}
.home4 {
	max-width: 1200px;
	width: 100%;
	margin: 30px auto;
	padding: 10px 15px;
}
.home4left {
	width: 45%;
	float: left;
	padding-right: 80px;
}
.home4right {
	width: 55%;
	float: right;
	padding-left: 80px;
	border-left: solid #efefef 1px;
}
.home4left h2 {
	color: #051229;
	font-size: 30px;
}
.home4right h2 {
  	color: #098FCC;
  	font-size: 14px;
  	text-transform: uppercase;
  	font-weight: 800;
  	margin-bottom: 0;
  	letter-spacing: 2px;
	font-family: "Montserrat", sans-serif;
}
.home5bg {
	max-width: 2000px;
	width: 100%;
	margin: 0 auto;
	background-color: #efefef;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.home5bg img {
  	width: 100% !important;
  	position: absolute;
  	max-width: 800px !important;
  	top: 0;
  	left: 0;
  	z-index: 600;
  	bottom: 0;
}
.home5 {
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.home5right {
	width: 40%;
	float: right;
	position: relative;
	z-index: 700;
	padding: 60px 0;
}
.home5right h2 {
	color: #098FCC;
	font-size: 30px;
	text-align: center;
	margin-bottom: 4px;
}
.home5right h2 span {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #041623;
	font-weight: 400;
	font-size: 16px;
}
.home5border {
	width: 200px;
	background-color: #d1cfcf;
	height: 1px;
	margin: 5px auto 15px;
}
.home5right h3 {
	text-transform: uppercase;
	font-size: 26px;
	color: #041623;
	font-weight: 800;
	text-align: center;
}
.home5bg p {
	margin-bottom: 0;
}
.home5right p {
	margin: 0 0 1.5em;
}
button {
	background-color: #098FCC;
	border: none;
	padding: 15px 25px;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
}
button a {
	color: #fff;
	font-weight: 700;
	display: block;
}
.gform-theme--foundation .gfield textarea.large {
  min-block-size: 50px !important;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
  	height: 50px !important;
	border: none !important;
	font-family: "Montserrat", sans-serif;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
 	border: none !important;
	height: 40px !important;
}
#gform_submit_button_1 {
	background: #0E2A44;
	border: none;
	padding: 15px 50px;
	margin: 0 auto;
	display block;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	text-transform: upperacase;
}
hr {
	width: 80%;
	margin: 30px auto;
	display: block;
}
.teampage {
	max-width: 1450px;
	width: 100%;
	margin: 100px auto 50px;
	padding: 0 15px;
}
.teampage ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin: 0;
	padding: 0;
}
.teampage li {
	width: 300px; 
	display: inline-block;
	text-align: center;
	margin: 25px;
}
.teampage li button {
  display: block;
  font-weight: 700;
  margin: 4px auto;
  width: 130px;
  text-align: center;
  font-size: 10px;
  padding: 10px;
	letter-spacing: 1px;
}
.teampage li button a {
	color: #051229;
}
.teampage li button a:hover {
	color: #fff;
}
.teampage h2 {
	text-align: center;
	padding: 24px 0 0;
	font-size: 24px;
	font-weight: 500;
}
.teampage h2 a {
	color: #051229;
}
.teampage h2 a:hover {
	color: #098FCC;
}
.teamleft {
	width: 40%;
	float: left;
}
.teamright {
	width: 55%;
	float: right;
}
.teamleft img {
	max-width: 300px;
	width: 100%;
	height: auto;
}
.team {
    width: 300px;
    height: 375px;
    transition: background-image 0.3s ease-in-out;
	perspective: 1000px; /* Remove this if you don't want the 3D effect */
	box-shadow: 0 0px 14px -2px #ddd
} 
.team-inner {
	position: relative;
  	width: 100%;
  	height: 100%;
  	text-align: center;
  	transition: transform 0.8s;
  	transform-style: preserve-3d;
}
.team:hover .team-inner {
	transform: rotateY(180deg);
}
.team-front, .team-back {
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	-webkit-backface-visibility: hidden; /* Safari */
  	backface-visibility: hidden;
}
.team-back {
  transform: rotateY(180deg);
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.team-front img {
	width: 300px !important;
	height: 375px;
	object-fit: cover !important;
}
.team-back img {
	width: 300px !important;
	height: 375px;
	object-fit: cover !important;
}
.team-back:hover {
	backface-visibility: visible;
}
.servicesleft {
	float: left;
	width: 48%;
}
.servicesright {
	float: right;
	width: 48%;
}
.su-spoiler-content {
  font-size: 14px !important;
}
.team2 {
	margin-bottom: 70px;
	padding: 0 15px;
}
.team2 h2 {
	color: #098FCC;
	font-size: 40px;
	margin-bottom: 15px;
	text-align: center;
	line-height: 45px;
}
.team2 h2 span {
	color: #051229;
	font-size: 25px;
	display: block;
}

.team3bg {
  	background-color: #051229;
  	width: 100%;
  	max-width: 2000px;
  	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.team3 {
	max-width: 1350px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.team3bg img {
  width: 100% !important;
  position: absolute;
  max-width: 900px !important;
  top: 0;
  left: 0;
  z-index: 600;
  bottom: 0;
	display: block;
}
.team3bg p {
	margin-bottom: 0;
}
.team3right {
  width: 50%;
  float: right;
  padding: 90px 15px;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 700;
}
.team3right p {
	margin: 0 0 1.5em;
}
.team3mobile {
	display: none;
}
.team3desktop {
	display: block;
}
.centertitle {
	text-align: center;
}
.servicesblue {
	color: #0477BD;
	margin-bottom: 50px;
}
.cky-revisit-bottom-left {
  bottom: 40px !important;
}


.fa-brands, .fab {
  font-weight: 400;
  font-size: 24px;
  margin: 10px 10px 0 0;
  color: #0477BD;
}


/*    Responsive Styles        */
/*---------------------------*/


@media only screen and (min-width:0px) and (max-width: 1050px) {
.home2 li {
	border-right: none;
}
.team3bg img {
	position: relative;
	width: 100%;
	max-width: 100% !important;
	margin: 0 auto;
}
.team3right {
	float: none;
	width: 100%;
}
.team3mobile {
	display: block;
}
.team3desktop {
	display: none;
}
}
@media only screen and (min-width:0px) and (max-width: 900px) {
.home3bg img {
	position: relative;
	width: 100%;
}
.home3left {
	float: none;
	width: 100%;
}
.home5bg img {
	position: relative;
	width: 100%;
}
.home5right {
	float: none;
	width: 100%;
}
.hometext {
  top: 150px;
}
.hometext h1 {
  	font-size: 26px;
  	margin-bottom: 25px;
  	text-shadow: 1px 1px 2px #fff;
	letter-spacing: 0;
}
.hometext h2 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
  text-shadow: 2px 2px #051229;
}
.hometext h2 span {
  font-size: 30px;
}
}

@media only screen and (min-width:0px) and (max-width: 850px) {

}

@media only screen and (min-width: 0px) and (max-width: 800px) {

.home4left {
	width: 100%;
	float: none;
	padding-right: 0;
}
.home4right {
	width: 100%;
	float: none;
	padding-left: 0;
	border: none;
}
.teamleft {
	width: 100%;
	float: none;
}
.teamright {
	width: 100%;
	float: none;
}
.servicesleft {
	float: none;
	width: 100%;
}
.servicesright {
	float: none;
	width: 100%;
}
.homebanner1 {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.homebanner1 img {
  height: 100%;
  Width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.innerbanner {
	height: auto;
}
.innerright {
  	width: 100%;
  	height: 300px;
  	overflow: hidden;
  	position: relative;
	margin-bottom: 0;
}
.innerright img {
  height: 100%;
  Width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.innerbanner h1 {
  position: absolute;
  top: 145px;
  font-size: 24px;
  letter-spacing: 0;
  text-shadow: 2px 2px 2px #000;
}
.gradient {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 41%, rgba(5,18,41,1) 100%); 
	height: 300px;
} 
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
.column1 {
	float: none;
	width: 100%;
	padding-right: 0;
}
.column1 img {
	display: block;
	margin: 0 auto;
}
.column2 {
	float: none;
	width: 100%;
	padding: 15px 0;
}
.column3 {
	float: none;
	width: 100%;
}
.logo {
	width: 100%;
	float: none;
}
#access {
	width: 100%;
	float: none;
}
.logo img {
	display: block;
	margin: 0 auto;
}
#access ul {
	text-align: center;
}
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.homebanner1 img {
  transform: translateX(-70%);
}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
.innerright {
  	height: 200px;
}
.gradient {
	height: 200px;
} 
}

@media only screen and (min-width: 0px) and (max-width: 550px) {
 
}

@media only screen and (min-width: 0px) and (max-width: 500px) {

}

@media only screen and (min-width: 0px) and (max-width: 347px) {

}


