/*----------------------------------*/
/*BODY AND HEADINGS*/
/*----------------------------------*/


.review
{

border-radius:25px;
 background-color:#DFEDF7;
 text-align:center;
  padding:40px;
}

.imgbord img
{
border-radius:25px;
}


.contactpage a
{
color:#293B4D;
}

.contactpage i
{
margin-right:10px;
}

 .clients ul li 
{
    margin-bottom: 10px;
}


}

.featureyellow
{
  background-color:#EDCA1B;
  padding:13px 30px;
  border-radius:20px;
  color:#293B4D;
}


.featureyellow2
{
  background-color:#EDCA1B;
  padding:15px;
  border-radius:20px;
  color:#293B4D;

}



.featureblue
{
  background-color:#DFEDF7;
  padding:30px;
  border-radius:20px;
  color:#293B4D;
  margin-bottom:10px;
}

.yelul ul  
{
margin-left:0px !important;
}


.yelul
{
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  
  
}

.yelul li
{
  background-color:#EDCA1B;
  padding:20px;
  border-radius:20px;
  color:#293B4D;
  list-style:none;
  
 
}


.twocol  
{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.bluebg p, .bluebg h2, .bluebg h4, .bluebg ul, .bluebg h3
{
color:#fff;
}

.bluebg h4
{
color:#EDCA1B;
}

.topcta
{
padding-top:70px;
padding-bottom:20px;
background-color:#2F77B2;

}

.topcta h2
{
color:#fff;
margin-top:-10px;
}



.bottomcta
{
padding-top:70px;
padding-bottom:20px;
background-color:#EDCA1B;
margin-top:-1px;

}

.bottomcta h2
{
color:#293B4D;
margin-top:-10px;
 font-size:40px;
}

.bottomcta a
{
color:#fff;
}

.bottomcta p
{
font-size:24px;
}



.bottomcta .linkblue
{
margin-top:-20px;
}





body
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	line-height: 24px;
	font-family: sofia-pro, sans-serif;
	color: #293B4D;
	font-weight: 400;
}

a
{
	text-decoration:none;
	color:#EDCA1B;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

h1, h2, h3, p, ul, table
{
	margin-bottom:20px;
}

h1
{
	color:#000000;
	font-size:68px;
	line-height:40px;
	font-weight: 300;
}

h2
{
	color:#293B4D;
	font-size:44px;
	line-height:60px;
	font-weight: 300;
}

h3
{
	color:#293B4D;
	font-size:37px;
	line-height:40px;
	font-weight: 300;
}

h4 {
    color: #2F77B2;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0px;
    padding-bottom: 20px;
}

h4 i
{
	color:#EDCA1B;
	padding-right: 10px;
}


.bluelink a
{
color: #2F77B2;
}

/*----------------------------------*/
/*UNDERLINE*/
/*----------------------------------*/

.underline
{
	border-bottom:solid 3px #EDCA1B;
	padding-bottom:10px;
	margin-bottom:20px;
	display:inline-block;
	font-weight:bold;
	width: 120px;
}

.underline2
{
	border-bottom:solid 3px #293B4D;
	padding-bottom:10px;
	margin-bottom:20px;
	display:inline-block;
	font-weight:bold;
	width: 120px;
}


.underline3
{
	border-bottom:solid 3px #EDCA1B;
	padding-bottom:10px;
	margin-bottom:20px;
	display:inline-block;
	font-weight:bold;
	width: 80px;
}

/*----------------------------------*/
/*BLOCKS*/
/*----------------------------------*/

.block1
{
	background-color:#EDCA1B;
	color:#fff;
}

.block2
{
	background-color:#eeeeee;
}

.block3
{
	background-color:#000000;
	color:#fff;
}

.block1 h1, .block1 h2, .block1 h3, .block1 a,
.block3 h1, .block3 h2, .block3 h3, .block3 a
{
	color:#fff;
}

/*----------------------------------*/
/*PREHEADER*/
/*----------------------------------*/

.preheader
{
	background-color:#2F77B2;
	padding-bottom:10px;
	padding-top:10px;
	z-index:999;
	font-size:16px;
	color: #293B4D;
    position:fixed;
  	width:100%;
}

.preheader p
{
	margin-bottom: 0px;
}

.preheader a
{
	color: #EDCA1B;
    font-weight:700;
  	font-size:18px;
}

.preheader i
{
	padding-right: 10px;
	color: #EDCA1B;
}

.preheader .ecomlinks a
{
	margin-left:20px;
	font-weight:bold;
}

/*----------------------------------*/
/*HEADER*/
/*----------------------------------*/

.header
{
	background-color:#293B4D;
	padding-top:10px;
	padding-bottom: 10px;
	z-index:999;
   position:fixed;
  top:40px;
  
}

.header .right h2
{
	margin-bottom: 0px;
	font-weight: 300;
}

.header .right p
{
	margin-bottom: 0px;
}

.header .center 
{
	padding-top: 20px;
}

/*----------------------------------*/
/*HEADER ON TOP*/
/*----------------------------------*/

.headerontop
{
	padding-top:10px;
	padding-bottom: 10px;
	z-index:999;
	margin-top:20px;
	position:absolute;
}

.sticky
{
  position:fixed;
  background-color:#293B4D;
  margin-top:0px;
}


.sticky .logo img {
    height: 70px;
}




.sticky  {
   
    
}




/*----------------------------------*/
/*LOGO*/
/*----------------------------------*/

.logo img
{
	height:90px;
}

/*----------------------------------*/
/*HERO*/
/*----------------------------------*/


video { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    object-fit: cover;
    object-position: center;

}

.hero
{
	height:800px;
	position:relative;
	background-size: cover;
	background-position: center center;
	color: #ffffff;
}

.hero .arrowdown
{
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -30px;
}

.hero100
{
	height:100vh;
}

.hero h1
{
	color:#ffffff;
	letter-spacing:0px;
	line-height: 70px;
	display: inline-block;
}

.hero h2, .hero h3
{
	color:#ffffff;
	margin:auto;
	margin-bottom:30px;
}

.hero h1 span, .hero h2 span, .hero h3 span
{
	color:#EDCA1B;
}

.herosml
{
  height: 420px;
  background-position: top center;
  padding-top:140px;
  
}

.herosml h1, .herosml h2, .herosml h3, .herosml
{
	color:#fff;
}

.hero-gallery
{
	
}

.hero-gallery .gallery-cell
{
	width:100%;
	height:100%;
	background-size: cover;
	background-position: center center;
}


.overlay
{
  position:absolute;
  bottom:-5px;
  right:-1px;
  width:400px;

}


.herosml .overlay
{
width:200px;
}

/*----------------------------------*/
/*ALIGNMIDDLE*/
/*----------------------------------*/

.alignmiddle
{
	position:absolute;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	transform: translateY(-50%);
	margin:0;
	width:100%;
}


.herosml .alignmiddle
{
	
	top: 60%;

}



/*----------------------------------*/
/*SIMPLE GALLERY*/
/*----------------------------------*/

.simple-gallery .gallery-cell
{
  width: 31%;
  margin:2%;
}

/*----------------------------------*/
/*TESTIMONIALS*/
/*----------------------------------*/

.testbg
{
	background-position: center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fff;
}

.testimonials-gallery .gallery-cell
{
  width: 100%;
  padding-left:10%;
  padding-right:10%;
}

.testimonials-gallery h2
{
  line-height:50px;
	font-size: 32px;
	font-weight: 400;
	color: #ffffff;
}

.testimonials-gallery p
{
	font-weight: 500;
	color: #293B4D;
}


.testimonials-gallery h3
{
font-size:20px;
  font-weight:300;
 
}

/*----------------------------------*/
/*LINKS*/
/*----------------------------------*/

.linkprimary
{
	display:inline-block;
	background-color:#EDCA1B;
	padding:12px 30px;
	font-size:16px;
	font-weight:800;
	color:#293B4D !important;
	transition: all .2s ease-in-out;
	letter-spacing: 1px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
    margin-top:20px;
		
}

.linkprimary:hover
{
	background-color:#293B4D;
	color:#fff !important;
	transform:translateX(5px);
}


.linkprimary i
{
color:#fff;
margin-right:10px;
}

.linkwhite
{
	display:inline-block;
	background-color:#DFEDF7;
	padding:12px 30px;
	font-size:16px;
	font-weight:800;
	color:#293B4D;
	transition: all .2s ease-in-out;
	letter-spacing: 1px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
		
}

.linkwhite:hover
{
	background-color:#293B4D;
	color:#DFEDF7;
	transform:translateX(5px);
}



.linkblue
{
	display:inline-block;
	background-color:#293B4D;
	padding:12px 30px;
	font-size:16px;
	font-weight:800;
	color:#fff;
	transition: all .2s ease-in-out;
	letter-spacing: 1px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
		
}

.linkblue:hover
{
	background-color:#DFEDF7;
	color:#293B4D;
	transform:translateX(5px);
}




form div
{
 margin-bottom: 10px;
}




/*----------------------------------*/
/*FORMS*/
/*----------------------------------*/

input[type="text"], input[type="password"]
{
	padding:20px;
	width:100%;
	background-color: #DFEDF7;
	border: 0px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-appearance: none;
	font-size:16px;
	color:#666;
	font-family: sofia-pro, sans-serif;
}

select
{
	padding:20px;
	width:100%;
	background-color: #DFEDF7;
	border: 0px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-appearance: none;
	font-size:16px;
	color:#666;
	font-family: sofia-pro, sans-serif;
}

textarea
{
	padding:20px;
	width:100%;
	background-color: #DFEDF7;
	border: 0px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-appearance: none;
	font-size:16px;
	color:#666;
	font-family: sofia-pro, sans-serif;
}


input[type="submit"], input[type="button"]
{
	background-color: #EDCA1B;
	border: 0px;
	color:#FFFFFF;
	cursor:pointer;
	padding-top: 15px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 14px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
    font-size:16px;
    width:100%;
    text-transform:uppercase;
    -webkit-appearance: none;
	transition: all .2s ease-in-out;
	font-family: sofia-pro, sans-serif;
  border:solid 1px #EDCA1B;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	background-color:#2F77B2;
	color:#fff;
	transform:translateX(5px);
  border:solid 1px #EDCA1B;
}


.contactform
{
background-color:#2F77B2;
padding:40px;
  -moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
/*----------------------------------*/
/*IMAGE HOVER HOVER LINKS*/
/*----------------------------------*/

a img { transition: all .2s ease-in-out; }
a img:hover { transform:translateY(-5px) }






/*----------------------------------*/
/*BREAKS*/
/*----------------------------------*/

.break
{
	margin-top:2%;
	margin-bottom:2%;
	height:1px;
	background-color:#eee;
	clear:both;
}

.breakclean
{
	height:1px;
	clear:both;
}

/*----------------------------------*/
/*FOOTER*/
/*----------------------------------*/

.footer
{
	background-color:#293B4D;
	color:#fff;
	margin-top:-1px;
	font-size: 14px;
}

.footer h2, .footer h3, .footer h4
{
	color: #EDCA1B;
}

.footer a
{
	color:#fff;
}

.footer h4
{
	letter-spacing:0px;
	font-size:16px;
}

.footer2 a
{
	color:#fff;
}

.footer a:hover, .footer2 a:hover
{
	text-decoration: underline;
}


.footer2
{
	background-color:#293B4D;
	color:#fff;
	margin-top:-1px;
	font-size: 14px;
}

.footer2 img
{
	height:80px;
}

/*----------------------------------*/
/*IMG FLOATS*/
/*----------------------------------*/

.imgfloatleft
{
	float:left;
	margin-right:2%;
}

.imgfloatright
{
	float:right;
	margin-left:2%;
}

/*----------------------------------*/
/*NAVIGATION*/
/*----------------------------------*/

.nav
{
	text-transform:uppercase;
	font-size:16px;
	letter-spacing: 1px;
}

#wrapper
{
	position:relative;
}

#nav-trigger
{
	display:none;
	position:absolute;
	top:60px;
	right:20px;
	z-index: 9997;
}

#nav-trigger span img
{
	max-width:40px;
}

#nav-trigger span
{
	color:#fff;
	cursor:pointer;
	display:inline-block;
	-webkit-transition: -webkit-transform .4s ease-in-out;
    transition:         transform .4s ease-in-out;
}

/*#nav-trigger span:hover
{
	-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
*/
nav#nav-main
{
	padding:0px 0;
}

nav#nav-main ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;
}

nav#nav-main li
{
	border-right:solid 0px #444444;
	display:inline-block;
	padding:0 0px;
	position:relative;
}

nav#nav-main li:last-child
{
	border-right:none;
}


nav#nav-main li:last-child a
{  
    background-color:#2F77B2;
	color:#fff;
	transition: all .2s ease-in-out;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px;  
	border-radius: 25px; 
 	padding-left:20px;
    padding-right:20px;
    padding-top:5px;
    padding-bottom:5px;
}


nav#nav-main li ul li:last-child a
{  
    text-align:left;
  padding:5px 15px;
  background-color:#2F77B2;
  color:#fff;
  min-width:200px;
  margin-top:0px;
  font-size:13px;
  text-transform:none;
  border-radius:0px;
}

nav#nav-main a
{
	margin-top:14px;
	color:#fff;
	display:block;
	padding:10px 15px;
	transition: all .2s ease-in-out;
}

.header nav#nav-main a
{
	color: #fff;
}




nav#nav-main a:hover
{
}

nav#nav-main a:after {
  display:block;
  content: '';
  border-bottom:solid 2px #EDCA1B; 
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}

nav#nav-main a:hover:after { transform: scaleX(1); }

nav#nav-main .selected
{
  font-weight: 900;
	color: #2F77B2;
}

nav#nav-main ul li ul
{
  position:absolute;
  top:60px;
  left:0px;
  width:200px;
  z-index:9999;
  margin:auto;
  left:0px;
  text-align:left;
  padding:0px;
  display:none;
}

.sticky nav#nav-main ul li ul
{
  position:absolute;
  top:50px;
}

nav#nav-main ul li ul li a
{
  text-align:left;
  padding:5px 15px;
  background-color:#2F77B2;
  color:#fff;
  min-width:200px;
  margin-top:0px;
  font-size:13px;
  text-transform:none;
}

.header nav#nav-main ul li ul li a
{
	color: #fff;
}

nav#nav-mobile
{
	display:none;
	position:absolute;
	z-index:9999;
	font-size:32px;
	width:100%;
	background-color:#2F77B2;
	font-weight: 800;
	
}

nav#nav-mobile .closemobilenav
{
	text-align:center;
	margin:auto;
	padding:20px 0px;
	cursor:pointer;
	-webkit-transition: -webkit-transform .4s ease-in-out;
    transition:         transform .4s ease-in-out;
}


nav#nav-mobile .closemobilenav:hover
{
	-webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

nav#nav-mobile ul
{
	
	display:none;
	list-style-type:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

nav#nav-mobile ul li ul
{
	margin-bottom:0px;
}

nav#nav-mobile ul li ul li a
{
	color:#EDCA1B;
    font-size:28px;
}

nav#nav-mobile li ul
{
	padding-top: 20px;
}

nav#nav-mobile li ul li
{
	display:block;
	margin:0 0px;
	padding:5px 0;
}


nav#nav-mobile li
{
	display:block;
	margin:0 0px;
	padding:20px 0;
}

nav#nav-mobile li:last-child
{
	border-bottom:none;
}

nav#nav-mobile a
{
	color:#fff;
	display:block;
	padding:5px 0px;
}

nav#nav-mobile a:hover
{
	color:#000;
}

/*fixed nav bar*/

.navbar
{
	background-color:#000000;
	text-transform:uppercase;
}

.navbar nav#nav-main ul
{
	text-align:left;
}

.navbar nav#nav-main a
{
	margin-top:0px;
}

/*----------------------------------*/
/*GALLERY*/
/*----------------------------------*/


.galleryThumb
{
    width:32%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
    overflow:hidden;
  max-height:220px;
}

.galleryThumb img
{
	width:130%;
    min-height:220px;
}

.galleryThumb:nth-child(3n+1)
{
  float:right;
  margin-right:0px;
}


/*----------------------------------*/
/*MEDIA QUERIES*/
/*----------------------------------*/

@media only screen and (max-width: 1152px) 
{
	/*NAV*/
	#nav-trigger
	{
		display:block;
	}
	
	nav#nav-main
	{
		display:none;
	}
	
	nav#nav-mobile
	{
		display:block;
	}
  
  
  .sticky
{
  position:absolute;
  background:none;
  margin-top:20px;
}
}

@media only screen and (max-width: 1152px) 
{

	
	/*HERO*/
	
		.hero h1
	{
		line-height: 70px;
		font-size: 42px;
	}
	
	.overlay
	{
		display:none;
	}
	
}


@media only screen and (max-width: 920px) 
{
  
  
  
  
  
  
  .featureyellow2
  {
  display:block;
  margin-bottom:10px;
  text-align:center;
  }
  
  
  .bottomcta h2
{
color:#293B4D;
margin-top:-10px;
 font-size:30px;
  text-align:center;
}



.bottomcta p
{
font-size:18px;
 text-align:center;
}



.bottomcta .linkblue
{
margin-top:-0px;
}
  
  .bottomcta
  {
  padding-top:30px;
  }

  
  
  
  
  .twocol, .yelul 
{
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  
}
  
  .yelul li
  {
  margin-bottom:10px;
  }
  
  
	
  .topcta
  {
  text-align:center !important;
  }
	/*LOGO*/
	
	.logo img
	{
		max-height: 240px;
	}
	
	/*HEADINGS*/
	
	h2
	{
		font-size: 32px;
      line-height:40px;
	}
  
  h3
	{
		font-size: 28px;
	}
  
	
	h4
	{
		font-size: 18px;
	}
	
	/*GALLERY*/
	
	.galleryThumb
	{
		width:100%;
		float:none;
		margin-right:0%;
		margin-bottom:2%;
		overflow:hidden;
	  max-height:100%;
	}

	.galleryThumb img
	{
		width:100%;
		min-height:auto;
	}

	.galleryThumb:nth-child(3n+1)
	{
	  float:none;
	  margin-right:0px;
	}
	
	/*SIMPLE GALLERY*/
	
	.simple-gallery .gallery-cell
	{
	  width: 100%;
	  margin:0%;
	}
	
	/*FOOTER*/
	
	.footer, .footer2
	{
		text-align: center;
	}
	
	/*HERO*/
	
	.hero
	{
		background-attachment: scroll !important;
	}
	
	.hero h1
	{
		line-height: 40px;
		font-size: 32px;
	}
	
	
	.hero h2, .hero h3
	{
		font-size:18px;
		max-width:100%;
		margin-bottom:20px;
		line-height:30px;
	}
	
	.hero-gallery .alignmiddle
	{
	  padding-left:10%;
	  padding-right:10%;
	}
	
	/*RIGHT AND LEFT*/
	
	.right, .left
	{
		text-align:center !important;
	}
	
	.linkprimary, .linksecondary, .linkwhite, .linkblue
	{
		display: block;
	}
	
	/*TESTIMONIALS*/
	
	.testimonials-gallery h2
	{
	  line-height:30px;
	  font-size: 18px;
	  font-weight: 400;
	}
	
	/*FIXED HEIGHT*/
	
	.fixedheight
	{
		height: 100%;
		background-size: cover;
		background-position: center center;
	}
	
	.fixedheightimg
	{
		height: 400px;
	}
	
	
	.fixedheightcontent
	{
		position: relative;
	  top: 0%;
	  left: 0%;
	  transform: translate(0%, 0%);
	}
	
	/*REORDER COLUMNS*/
	
	.box-2 { display: flex; flex-flow: column; }
    .boxt { order: 2; }
    .boxi { order: 1;  }
	
		
}

@media only screen and (max-width: 600px) 
{
	
	
	.imgfloatright
	{
		float:none;
		margin-right:0px;
	}
	
	.imgfloatleft
	{
		float:none;
		margin-left:0px;
	}
	
	.preheader .left
	{
		text-align: center;
	}
	
	
}


