

@import url(fontawesome.css);
@import url("<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900" rel="stylesheet">");


/* GLOBAL */

body {
    font-family: 'Montserrat', sans-serif;
}
a {
	color: #3CF;
    text-decoration: none;
}
a:hover {
	color: #FC3;
    text-decoration: none;
}
ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
p {
    font-size: 13px;
    line-height: 22px;
	font-weight: 400;
}
.section-heading {
    text-align: center;
    margin-bottom: 70px;
}
.section-heading h1 {
    margin-top: 100px;
    position: relative;
    font-size: 38px;
    font-weight: 600;
    color: #f5a425;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 15px 20px;
}
.fixed-padding{
	padding-bottom: 30px;
	padding-top: 30px;
} 
section .trueCenter{
	padding: 1px;
	text-align: center;
}
section .trueCenter img{
	border-radius: 10px;
	height: 250px;
}
#multi-media{
	text-align: center;
}
#multi-media-2{
	text-align: center;
}
#multi-media-3{
	text-align: center;
}
#bio{
	padding: 20px;
}
.extra-padding{
	padding-top: 30px;
}

/* END GLOBAL */

/* Buttons */

.main-button a {
    background-color: #f5a425;
    color: #03539e;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
}
a.menu-link { display: none; }
@media screen and (max-width: 1187px) {
  a.menu-link {
    float: right;
    display: block;
    font-size: 36px;
    color: #03539e;
    padding-right: 30px;
    padding-top: 15px;
  }
  nav[role="navigation"] {
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .js nav[role="navigation"] {
    overflow: hidden;
    max-height: 0;
  }
  nav[role="navigation"].active {
    max-height: 20em;
    height: 20em;
    overflow-y: scroll;
  }
  nav[role="navigation"] ul {
    top: 0;
    width: 100%;
	text-align: center;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(250,250,250,0.25);
    background-color: #fff;
  }
  nav[role="navigation"] ul li a{
    display: inline-block;
	width: 100%;
    padding: 15px 0px;
    border-bottom: 1px solid rgba(250,250,250,0.25);
    text-align: center;
    color: #03539e;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.5;
  }
  nav[role="navigation"] li:hover a,
  nav[role="navigation"] li.active a {
      color: #01b2e3;
	  text-align: center;
  }
  
  @media screen and (min-width: 1188px) {
    .js nav[role="navigation"] {
      max-height: none;
    }

    nav[role="navigation"] li {
      display: inline-block;
	  text-align: center;
      margin: 0 0.25em;
    }
    nav[role="navigation"] li a {
      border: 0;
	  text-align: center;
    }
  }
}
.btn-group{
	padding: 10px;
}
.btn-group a{
	color: inherit;
}
.btn-space{
	padding: 5px;
}
.btn {
  background-color: #03539e;
  border: none;
  color: #fff;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 4px;
}
.btn:hover {
  background-color: #f5a425;
  color: #162238;
}

/* END Buttons */

/* Header */

@media screen and (max-width: 1050px) {
  .main-header .logo {
      padding-left: 30px!important;
  }

  .main-menu {
      padding-right: 30px!important;
  }

  .main-menu li {
      margin-left: 5px!important;
  }
}
.main-header {
    background-color: #fff;
    height: 100px;
    position: fixed;
    z-index: 12;
    width: 100%;
    top: 0;
}
.main-header .logo {
    float: left;
    line-height: 80px;
    padding-left: 60px;
	padding-top: 5px;
}
.main-header .logo a {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    color: #03539e;
}
.main-header .logo img{
    width: 250px;
}

/*END Header*/

/* Menu */

.main-menu {
    float: right;
    padding-right: 60px;
	padding-top: 10px;
}
.main-menu li {
    display: inline-block;
    line-height: 79px;
    margin-left: 15px;
    position: relative;
}
.main-menu li:first-child {
    margin-left: 0px;
}
.main-menu li a {
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #03539e;
    border: 2px solid transparent;
    transition: all 0.5s;
}
.main-menu li.has-submenu a:after {
    content: '\f107';
    font-family: "FontAwesome";
    margin-left: 5px;
}
.main-menu li.has-submenu ul li a:after {
    display: none;
}
.main-menu li .sub-menu {
    position: absolute;
    width: 200px;
    background-color: #fff;
	text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.main-menu li .sub-menu li {
    display: block;
	text-align: center;
    line-height: 20px;
    margin-left: 0px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #01b2e3;
}
.main-menu li .sub-menu li:first-child {
    padding-top: 15px;
}
.main-menu li .sub-menu li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}
.main-menu li .sub-menu li a {
	text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding: 5px;
    letter-spacing: 0.5px;
    border: none;
    transition: all 0.5s;
}
.main-menu li .sub-menu li a:hover {
    color: #01b2e3;
    border: none;
}

/* END Menu */

/* Nav */

.main-nav li:hover a,
.main-nav li.active a {
    border: 2px solid #01b2e3;
}
@media (max-width: 950px) {
  .main-nav li:hover a,
  .main-nav li.active a {
    border: 2px solid transparent;
    border-bottom: 1px solid rgba(250,250,250,0.25);
  }
}

/* End Nav */

/* SPLASH Background */

.main-banner {
  background-color: #03539e;
  position: relative;
  max-height: 100%;
  overflow: hidden;
}
#bg-img {
	background-image: url("../images/asci_bg.jpg");
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
	
}
#bg-img::-webkit-media-controls {
    display: none !important;
}
.img-overlay {
    position: absolute;
    background-color: #03539e;
	opacity: 0.9;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}
.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.main-banner .caption h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 90px;
  text-transform: uppercase;
  font-weight: 700;
  color: #f5a425;
  letter-spacing: 1px;
}
@media screen and (max-width: 1180px) {

  .main-banner .caption h1 {
    font-weight: 700;
	font-size: 64px;
  }

}
@media screen and (max-width: 767px) {

  .main-banner .caption h1 {
    font-weight: 700;
	font-size: 58px;
  }

}
/*END SPLASH Background*/

/* Features */
section.features{
    background-color: #fff;
}
section.features .col-4 {
    padding-left: 0px;
    padding-right: 0px;
}
.features-post {
  position: relative;
  margin-bottom: 0px;
}
.features-thumb {
  overflow: hidden;
  position: relative;
}
.features-thumb img {
  width: 100%;
}
.features-content {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200px;
  width: 100%;
  background-color: #fff;
  color: #03539e;
  padding: 40px;
}
.features-content h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #03539e;
    letter-spacing: 1px;
    padding-bottom: 5px;
	border-bottom: 1px solid;
	border-bottom-color: #01b2e3;
}
.features-content h2 i {
    margin-right: 15px;
    font-size: 24px;
}
.features-content p {
    margin-bottom: 0px;
}
.features-content a {
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #03539e;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 2px solid #03539e;
}
.features-content p.hidden-sm {
  display: none;
}
.second-features,
.third-features {
    border-left: 1px solid rgba(250,250,250,0.1);
}
.content-hide {
  margin-top: 15px;
  display: none;
}
.content-hide p {
  color: #03539e;
}
/* End Features */

/* Start About Section */

section.about {
    background-color: #fff;
	padding-bottom: 50px;
}
section.about p {
    color: #162238;
    font-size: 15px;
    line-height: 28px;
	font-weight: 400;
}
.section-heading-about{
  position: relative;
  max-height: 500px;
  overflow: hidden;
  padding-top: 30px;
}
.section-heading-about .the_image{
  width: 100%;
}
section.about .caption {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 20px;	
}
section.about .caption h1 {
  margin-top: 30px;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 800;
  color: #03539e;
  letter-spacing: 1px;
  max-width: 100%;
}
section.about .caption h2 {
  margin-top: 30px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #162238;
  letter-spacing: 1px;
  max-width: 100%;
}

/* End About Section */

/* Start Presentation Section */

section.pre {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #03539e;
	padding-bottom: 50px;
}
.section-heading-pre{
  position: relative;
  max-height: 500px;
  overflow: hidden;
  padding-top: 30px;
}
.section-heading-pre .the_image{
  width: 100%;
}
section.pre .caption {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 20px;	
}
section.pre .caption h1 {
  margin-top: 30px;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 800;
  color: #f5a425;
  letter-spacing: 1px;
  max-width: 100%;
}
section.pre .fixed-padding h2 {
  padding-bottom: 30px;
  padding-top: 10px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  max-width: 100%;
  text-align: center;
}
section.pre h2 {
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  max-width: 100%;
}
section.pre h3 {
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  max-width: 100%;
}
section.pre .main-h3{
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  max-width: 100%;
}

section.pre p {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
	font-weight: 400;
}
section.pre ul {
	padding: 5px;
	text-align: center;
}
section.pre li{
	padding: 20px;
	display: inline-block;
	list-style: none;
	width: 325px;
}
section.pre li h3 {
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  max-width: 100%;
}
section.pre li img{
	padding: 5px;
	height: 200px;
	border-radius: 10px;
	transition: all .5s ease;
}
section.pre li img:hover {
	height: 210px; 
	margin: -2px 0 0 -10px; 
}

/* End Presentation Section */

/* Start Proposals Section */

section.contact {
    background-color: #172238;
    padding-bottom: 120px;
}
.hide{
	font-size: 1px;
	color: rgba(250,250,250,0.1);
	width: 100%;
}
section.contact form {
    background-color: rgba(250,250,250,0.1);
    padding: 30px;
    width: 100%;
	text-align: center;
}
@media screen and (max-width: 767px) {  
  section.contact form {
      margin-bottom: 30px;
  }
}
section.contact form input {
    width: 100%;
    height: 40px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}
section.contact form label textarea {
    width: 100%;
    height: 220px;
    max-height: 280px;
    min-height: 220px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}
section.contact form input:focus,
section.contact form textarea:focus {
    outline: none;
    border: none;
    box-shadow: none;
    color: #fff;
    background-color: rgba(250,250,250,0.1);
}
section.contact form::placeholder { color: #172238 }
section.contact form input::placeholder { color: #172238; }
section.contact form input::placeholder { color: #172238; }
section.contact form::placeholder { color: #172238 }
section.contact form textarea::placeholder { color: #172238; }
section.contact form textarea::placeholder { color: #172238; }
section.contact form button {
    background-color: #f5a425;
    color: #fff;
	border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    box-shadow: none;
    border: none;
}
  
/* End Proposals Section */

/* Footer */

footer {
    background-color: #fff;
    text-align: center;
	width: 100%;
}
footer img{
	width: 40px;
	height: 40px;
	margin-bottom: 30px;
}
footer p {
	font-size: 10px;
    margin-bottom: 0px;
    padding: 25px 0px;
    color: #03539e;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}
footer p a{
	color: #03539e;
}
footer p a:hover {
    color: #f5a425;
}

/* End Footer */

@media screen and (max-width: 992px) {
  .features { background-color: #0c1228; }
  .features-content { position: relative; }
  .features-post { border-left: 0 }
}
@media screen and (max-width: 1187px) {
  .main-menu { padding-right: 0!important; }
  .main-header .logo {
    line-height: 73px;
  }
  .main-menu li {
    display: block;
    line-height: 1;
    margin-left: 0 !important;
  }

  .main-menu li .sub-menu {
    opacity: 1;
    visibility: visible;
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .main-menu li .sub-menu li:last-child {
    border-bottom: 1px solid rgba(250,250,250,0.25);
  }
}
@media screen and (max-width: 1187px) and (max-height: 400px) {
  nav[role="navigation"].active {
    max-height: calc(80px + 100vh);
    overflow-y: auto;
  }
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.25px;
  }
}
