
/**
* Template Name: OnePage - v2.2.2
* Template URL: https://bootstrapmade.com/onepage-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #008CD0;
}

h1 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  text-align:center;
}

h2 {
  color: #008CD0;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

h3 {
  color: #008CD0;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.intro_p {
  font-family:"Open Sans", sans-serif;
  font-size:22px;
  color:#ffffff;
  text-align:center;
  font-weight:300;
}


a:hover {
  color: #469fdf;
  text-decoration: none;
}


@media screen and (max-width: 667px) {
    body {
        overflow-x: hidden !important;
    }
    .container {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
}

body {
    overflow-x: hidden !important;
}
.container {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #041537;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #041537;
  color: #fff;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  background:#ffffff;
  z-index:997;
  padding: 5px 0;
  
}

#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "Open Sans", sans-serif;
}

#header .logo a {
  color: #201E20;
}

#header .logo img {
  max-height: 60px;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 14px 0 14px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #008CD0;
  transition: 0.3s;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #008CD0;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  display: block;
  position: relative;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}


.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 18px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #124265;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #2487ce;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(10, 38, 58, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-image {
  background-image: url("https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/8ee60b85-7032-4493-9d01-6f13338dfc3a.jpg");
  height:450px;
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}




@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-height: 800px) {
  .hero-image {
    height: 250px;
  }
}

@media (max-width: 992px) {
  .hero-image {
    height: 200px;
  }
  h1 {
    font-size: 24px;
    line-height: 36px;
    font-weight:600;
  }

}


/*--------------------------------------------------------------
# Intro Section 
--------------------------------------------------------------*/


.intro_section {
  background-color:#008CD0;
  width:100%;
  padding: 20px;
}


.advisor p {
  font-family:"Open Sans", sans-serif;
  font-size:18px;
  color:#333333;
}


.advisor b {
  color:#008CD0;
}

.advisor a {
  font-weight:500;
  color:#008CD0;
}

/*--------------------------------------------------------------
# Callouts 
--------------------------------------------------------------*/

.callouts_p{
  font-family:"Open Sans", sans-serif;
  font-size:18px;
  color:#333333;
  text-align:center;
}

.callouts-header{
 padding: 30px 0px; 
}




.callouts {

}

.callouts h3{
font-family: "Open Sans", sans-serif;
font-size: 24px;
color: #008CD0;
text-align: left;
font-weight:400;

}

.callouts p {
  color: 041537;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  padding-bottom: 15px;
}

.callouts a {
text-decoration: none;
font-weight:500;
color:#14888A;
}

.callouts img {
width: 50px;
padding-bottom: 10px;

}

/*--------------------------------------------------------------
# Advisor
--------------------------------------------------------------*/

.advisor {
background-color:#F5F5F5;
width:100%;
padding:20px;

}



}
.button:hover {
  background: #fff;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;

  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
 color: #008CD0;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 26px;
text-align: center;
}

.popup p {
color: #626568;
font-family: "Open Sans", sans-serif;
font-weight: 300;
font-size: 16px;
font-style: normal;
text-align: center;

}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #008CD0;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.disclaimer_button{

  font-family:"Open Sans", sans-serif;
  color:#008CD0;
  font-size:18px;
  
}






/*--------------------------------------------------------------
# Mobile App
--------------------------------------------------------------*/

.mobile-app {
 padding: 50px 0px; 
}

.mobile-app h2{
  color: #008CD0;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  text-align: center;

}

.mobile-app p {
color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #ffffff;
  font-size: 14px;
  background: #008CD0;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
  font-family: "Roboto", sans-serif;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer a {

  color:#ffffff;
}




#hero {
  width: 100%;
  height: 60vh;
 background: 
    url('https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/1f4ab564-e189-4609-a834-e0311837d930.jpg');
    background-color: #ADD8F4;
  background-size: cover;
  position: relative;
  margin-bottom: -140px;
  z-index: 1;
}

#hero .hero-container {
  position: relative;
  bottom: 0;
  top: 35%;
  left: 6%;
  right: 8%;
}

#hero h1 {
  font-size: 3em;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
 text-align: left;
}

#hero h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 28px;
 font-weight: 700;
}




#hero .btn-get-started {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  margin: 5px;
  border: 2px solid #438300;
  color: #fff;
}

.herotext {width: 50%;}

#hero .btn-get-started:hover {
  background: rgba(67,131,0,0.7);
}

@media (min-width: 1024px) {
  #hero {
    position:inherit;
    height: 50vh;
  }
 
}

@media (max-width: 768px) {
  #hero {
    height: 40vh;
  }
   #hero .hero-container {
    padding: 0 15px;
  }
  #hero h1 {
    font-size: 1em;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 30px;
  }
  #hero .hero-container {
    padding: 0 15px;
  }
  .herotext {width: 100%;}
}

@media (max-height: 500px) {
  #hero {
    height: 10vw;
  }
}