body {
  font-family: "Montserrat", sans-serif;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  color:#000;
}
html, body {
  overflow-x: hidden;
}

.header-home {
	overflow:hidden;
}
.container-limit {
	max-width:1516px;
}
#homeimg {
  color: #fff;
  background: url("../images/newheader.jpg") no-repeat center center;
  background-size: cover;
  height: 75vh;
  min-height: 500px;
}

#pageimg {
  color: #fff;
  background: url("../images/newheader.jpg") no-repeat center center;
  background-size: cover;
  height: 55vh;
  min-height: 500px;
}

.dbl-line {
  position:relative;
  display:block;
}

.dbl-line-spcl {
  position:relative;
  display:block;
}

.dbl-line:after {
  display:block;
  content:"";
  position:absolute;
  right:30px;
  left:30px;
  top:50%;
  margin-top:-3px;
  height:6px;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  z-index:100;
}

.dbl-line span {
  position:relative;
  z-index:1000;
  padding:15px;
  display:inline-block;
  margin-left:auto;
  margin-right:auto;
  background:#FFF;
}

.dbl-line-spcl:after {
  display:block;
  content:"";
  position:absolute;
  right:30px;
  left:30px;
  top:50%;
  margin-top:-3px;
  height:6px;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  z-index:100;
  background:#f1f2f8
}

.dbl-line-spcl span {
  position:relative;
  z-index:1000;
  padding:15px;
  display:inline-block;
  margin-left:auto;
  margin-right:auto;
  background:#f1f2f8;
}

.bkg-spcl {
    background-color:rgba(15,15,15,0.75);
    width:100%;
}

.header-shade {
  background: url("grad.svg");
  padding-bottom: 175px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.header-other .header-shade {
  background: url("grad-2.svg");
  padding-bottom: 0px;
}
.logo-type {
  transition: .3s;
  color:#FFF;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  font-size:42px;
}

.logo-type2 {
  transition: .3s;
  color:#FFF;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  font-size:18px;
}

.size-14 {
    font-size:14px;
}

.size-24 {
    font-size:24px;
}

.size-18 {
    font-size:18px;
}

.innerpage .logo {
  max-height: 167px;
}
.scrolled .logo {
  max-height: 90px;
}
.homebox {
  position: relative;
  /*overflow: hidden;*/
}
.homebox-inner {
  position: absolute;
	padding:16px 10px 10px 16px;
	color:#fff;
  /*top: 0;*/
  right: 0;
  left:10px;
	margin-right:-16px;
  /*left: 0;*/
  bottom: 0px;
	margin-bottom:-16px;
  transition: .4s;
  background-color: rgba(0, 146, 192, .67);
}
.homebox:hover .homebox-inner {
 /* top: 0;
  margin:0;
	left:0;
	right:0;
	bottom:0;
	transform: scale(1,1) translate(0,0) rotate(0deg)!important;
   transition: .4s;*/
  background-color: rgba(0, 146, 192, .67);
}
.homebox-inner .btn {
	text-transform:uppercase;
	color:#0092c0;
	font-weight:900;
	align-self:flex-end;
}
.hb-title {
  color: #FFF;
  font-weight: 900;
  font-size: 21px;
  transition: .4s;
	text-transform:uppercase;
	line-height:1.2;
}
.homebox img {
  transition: .4s;
}
.homebox:hover img {
  transform: scale(1.1, 1.1);
}

.spcl-list-col{
    border-left:1px solid #FFF;
    position:relative;
    
}

.spcl-list:before{
    content:"";
    display:block;
    position:absolute;
    left:2px;
    top:0;
    bottom:0;
    border-left:1px solid #FFF;
}

.spcl-list {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
}


h1 {
  font-family: "Merriweather", serif;
}
h2, h3, h4, h5 {
  font-family: "Merriweather", serif;
}

h2{
    color:#1d1f28;
}

#homepara {
  background-image: url("../images/hm-parallax1.jpg");
}
.btn-primary {
	background-color:#0092c0;
	text-transform:uppercase;
	font-weight:bold;
	border:1px solid #0285ae;
}

.grybtn {
    font-family: "Merriweather", serif;
    text-transform: uppercase;
    font-size:18px;
    background-color: #3b3d46;
    border-radius:0;
}

.box-shadow {
	box-shadow:20px 20px 0 rgba(59,192,240,1);
}
.gradient-bkgrd {
	  background: #1d1f28;
}

.grey-bkgrd {
    background-color:#f1f2f8; 
}

#footer-outer {
  background: #1d1f28;
  color: #FFF;
}
#footer-outer h3, #footer-outer h4 {
  color: #FFF;
}
.copyrow {
  background: #1d1f28;
  color: #FFF;
  font-size: 14px;
}
.copyrow a {
  color: #FFF;
}
.cta {
  position:relative;
  display:block;
  font-family: "Merriweather", serif;
  color: #FFFFFF;
  font-size: 29px;
  z-index: 1000;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}


.pagetitle text {
  font-family: 'Signika', sans-serif;
  font-weight: bold;
  fill: #FFFFFF;
  font-size: 50px;
  position: relative;
  transition: .3s;
}
#topheader {
  background-size: cover;
  background-position: center center;
}
#content-outer {
  min-height: 50vh
}

.btmnav ul, .btmnav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.btmnav a {
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
}
/**MULTI-LEVEL DROPDOWNS**/
@media (min-width: 768px) {
	.navbar-nav>li>.dropdown-menu {
		min-width:100%;
		border-top:0;
	}	
	.dropdown .dropdown .dropdown-menu {
		left:100%;
		top:0;
	}
	.dropdown .dropdown .dropdown-toggle::after {
		border-top: .3em solid transparent;
		border-right:0 ;
		border-bottom: .3em solid transparent;
		border-left: .3em solid;
		vertical-align:middle;
	}	
}
@media (max-width: 767px) {
	.dropdown .dropdown .dropdown-menu {
		border-radius:0;
		border-right:none;
		border-left:none;
		padding-left:15px;
	}
}
/**END MULTI-LEVEL DROPDOWNS**/
/**NAV TWEAKS**/
nav .container {
	position:relative;
}
.navbar-toggler {
	font-size:1rem;
	z-index:10000;
    padding: 4px 10px;
	margin-top:3px;
	margin-bottom:3px;
}
.dropdown-menu {
	margin-top:0;
	border-radius:0 0 5px 5px;
}
/**END NAV TWEAKS**/
/**NAVBAR**/
.navbar { /* navbar styles */
  background: #DDD;
  padding: 0 1rem;
}
.nav-link { /* top level link */
  color: #000;
  font-size: 15px;
  font-weight: 900;
}
.nav-link:hover {
  color: #65e1ff; /* top level link hover */
}
.dropdown-menu { /* dropdown menu styles */
  background: #FFF;
}
.dropdown-item { /* dropdown link */
  color: #000;
}
.dropdown-item:hover { /* dropdown link hover */
  color: #FFF;
  background: #00F;
}
.navbar-toggler { /* styles the mobile nav button border */
  border-color: #000;
  border-radius: 8px;
}
.navbar-toggler-icon { /* sets color of the mobile nav button lines, only edit the "stroke='rgb(0,0,0)'" value */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* mobile nav styles */
@media (max-width: 767px) {
  .navbar { /* navbar styles */
    padding: .25rem 1rem;
  }
  .nav-link { /* top level link */
    text-align: left;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .dropdown-menu { /* dropdown menu styles */
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    border: none;
  }
  .dropdown-item { /* dropdown link */
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
/**END NAVBAR**/

/**PARALLAX**/
.parallax-section{
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
/************************/
/**SIZE SPECIFIC STYLES**/
/************************/
/**COMBINATIONS**/
/**SM & DOWN*/
@media (max-width: 767px) {
  #topnav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: .3s;
    z-index: 10000000;
  }
	
  .mobile-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: .3s;
    z-index: 10000;
	  padding:15px;
	  background: rgba(4, 0, 12, .5);
  }
	
	
	
  #nav-container {
    position: fixed;
    top: 0;
    right: -100%;
    left: 100%;
    bottom: 0;
    transition: .3s;
    background: rgba(4, 0, 12, .8);
    z-index: 20000;
    padding: 15px;
  }
  .topnav_ul {
    margin: 0;
    padding: 0;
  }
  .topnav_ul li {
    list-style: none;
  }
  .topnav_ul li a {
    display: block;
    font-size: 19px;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    transition: .3s;
  }
  .topnav_ul li a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, .5);
  }
  #navbtn {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 100000;
    right: 15px;
    top: 15px;
    cursor: pointer;
    transition: .3s;
  }
  #navbtn .bar1, #navbtn .bar2, #navbtn .bar3 {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    background: #fcfcfc;
    transition: .3s;
    outline: 1px solid #4b0082;
  }
  #navbtn .bar1 {
    top: 2px;
  }
  #navbtn .bar2 {
    top: 12px;
    opacity: 1;
  }
  #navbtn .bar3 {
    bottom: 1px;
  }
  .active #navbtn .bar2 {
    opacity: 0;
  }
  .active #navbtn .bar1 {
    transform: rotate(45deg) translateY(14px);
    outline: none;
  }
  .active #navbtn .bar3 {
    transform: rotate(-45deg) translateY(-14px);
    outline: none;
  }
  .active #navbtn {
    position: fixed;
    transform: translateX(10px);
  }
  .active #nav-container {
    right: 0;
    left: 0;
  }
  #homeimg {
    height: 600px !important;
    min-height: 600px !important;
    background-position: 60% bottom;
    padding-bottom: 0;
    padding-top: 0;
    align-items: flex-end !important;
  }
	
	.cta {
		font-size:20px;
	}
}
/**MD & DOWN*/
@media (max-width: 991px) {}
/**LG & DOWN**/
@media (max-width: 1199px) {}
/**MD & UP*/
@media (min-width: 768px) {
	.btmnav {
		border-right:1px solid #fff
	}
	.lead2 {
  font-size: 42px;
	}
  #topnav {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: .3s;
    z-index: 1000000;
    background-color:rgba(15,15,15,0.75);
  }
  #topnav.scrolled {
    background: #1d1f28;
  }
  #topnav.scrolled {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
  }
  .topnav_ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .topnav_ul:hover {
    overflow: visible;
  }
  .topnav_ul > li {
    margin: 0;
    padding: 0;
    display: inline-block !important;
    list-style: none;
    position: relative;
  }
  .topnav_ul > li > a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: .3s;
    padding: 8px 10px;
    text-decoration: none;
	border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  .topnav_ul > li:hover > a {
    text-decoration: none;
    color: #b5babf;
  }
  .topnav_ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 51%;
    right: -3px;
    left: -2px;
    bottom: 51%;
    /*background:#4b0082;*/
    z-index: -1;
    transition: .2s ease-in-out;
  }
  .topnav_ul > li:hover > a:after {
    top: 0;
    bottom: 0;
  }
  #nav-container {
    transition: .3s;
  }
  .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: -2px;
    margin: 0;
    padding: 0;
    z-index: -100;
    opacity: 0;
    transition: opacity .3s;
    min-width: 105%;
  }
  .sub-menu > li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .sub-menu > li > a {
    display: block;
    padding: 5px 17px;
    color: #FFF;
    font-weight: bold;
    background: #012349;
    white-space: nowrap;
	text-decoration:none;
  }
  .sub-menu > li > a:hover {
    text-decoration: none;
    background: #0d2d4f;
  }
  .topnav_ul > li:hover > .sub-menu {
    z-index: 10000000;
    opacity: 1;
  }
}
/**LG & UP**/
@media (min-width: 992px) {}
/**INDIVIDUAL SIZES**/
/**XS**/
@media (max-width: 575px) {
	.logo-type {
		font-size:28px;
	}
	
	.logo-type2 {
		font-size:14px;
	}
}
/**SM**/
@media (min-width: 576px) and (max-width: 767px) {
 .logo-type {
		font-size:32px;
	}
	
	.logo-type2 {
		font-size:15px;
	}
}
/**MD**/
@media (min-width: 768px) and (max-width: 991px) {
	.logo-type {
	  font-size:28px;
	}

	.logo-type2 {
	  font-size:14px;
	}
}
/**LG**/
@media (min-width: 992px) and (max-width: 1199px) {

}
/**XLG**/
@media (min-width: 1200px) {

}
/**XXLG**/
@media (min-width: 1400px) {
 .topnav_ul > li > a {
	padding: 8px 15px;
	}
.hb-title {
	font-size:24px
	}
  }
