:root {
    --bannerblue: #023d69;
    --slate: #59798F;
    --lake: #2269B2;
    --sky: #ADD8F4;
    --iron: #333333;
    --catus: #B8D095;
    --grass: #438300;
    --green: #28a745;
    --forest: #006347;
    --bark: #755426;
    --garnet: #913338;
    --sunset: #E23D28;
    --pumpkin: #E58127;
    --sun: #F4B531;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #023d69;
    --secondary: #EAEAEA;
    --success: #438300;
    --info: #59798F;
    --warning: #E58127;
    --danger: #E23D28;
    --light: #F7F7F7;
    --dark: #333333;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
  }
  /*--------------------------------------------------------------
  # General
  --------------------------------------------------------------*/
  body {
    font-family: 'roboto', sans-serif;
    color: #000000;
    background-color: #707070;
  }
  
  a {
    color: #2487ce;
    text-decoration: none;
  }
  
  a:hover {
    color: #469fdf;
    text-decoration: none;
  }
  
  h1 {
    font-family:'Casey', sans-serif;
    color: #023D69;
    font-size: 32px;
    font-weight: 400;
  }
  
  h2 {
    font-family: "casey", sans-serif;
    font-weight: 400;
    font-style: normal; 
    font-size: 22px;
  }
  
  h3 {
    font-family: 'Roboto', sans-serif;
    color: #023d69;
    font-weight: 500;
    font-size: 22px;
  }
  
  h4 {
    font-family:'Roboto', sans-serif;
    color: #555555;
    font-weight: 500;
    font-size: 18px;
  }
  
  h5 {
    color: #023D69;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight:700;}
  
  h6 {color: #555555;
   font-family:'Roboto', sans-serif;
   font-size: 16px;
   font-weight:700;
   font-style: italic;}
  
  
  p {
    font-family: 'Roboto', sans-serif;
    color: #00;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
  
    .btn, a.btn {
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      font-weight: 600;
      font-size: 14px;
      font-family: 'Roboto', sans-serif;
      font-weight:500;
      letter-spacing:1px;
      text-transform:uppercase;
      padding: 10px 30px;
    }
    
    .btn-primary, a.btn-primary {
      background: #2269B2;
      border: 1px solid #2269B2;
      color: #fff !important;
    }
    
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.hover, a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active, a.btn-primary.active, a.btn-primary.hover {
      background: #12538E;
      color: #fff !important;
      border: 1px solid #12538E;
    }
  
    .btn-secondary, a.btn-secondary {
      background: none;
      border: none;
      color: #2269B2 !important;
      padding: 10px 30px;
    }
  
    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.hover, a.btn-secondary:hover, a.btn-secondary:focus, a.btn-secondary:active, a.btn-secondary.active, a.btn-psecondary.hover {
      background: #EAEAEA;
      border: 1px solid #EAEAEA;
      color: #2269B2 !important;
    }
  
    main > .container {
      padding: 0;
      margin: 0;
      
    }
  
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #8D9E72;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  
  .back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
  }
  
  .back-to-top:hover {
    background: #2A5C41;
    color: #fff;
  }
  
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
  
  
  
  /*--------------------------------------------------------------
  # 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: #166EB4;
    z-index: 997;
    padding: 15px 0;
  }
  
  #header.header-scrolled {
    background: #166EB4;
    box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.8);
  }
  
  #header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
  }
  
  #header .logo a {
    color: #2269B2;
  }
  
  #header .logo img {
    max-height: 46px;
  }
  
  @media (max-width: 992px) {
    #header .logo {
      font-size: 28px;
    }
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation 
  */
  .navbar {
    padding: 0;
  }
  
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  
  .navbar li {
    position: relative;
  }
  
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 20px;
    font-size: 15px;
    letter-spacing: .5px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
  }
  
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #F5D156;
  }
  
  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: #2487ce;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
  }
  
  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: #3194db;
  }
  
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }
  
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
  }
  
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #2487ce;
  }
  
  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  
  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  }
  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  
  .mobile-nav-toggle.bi-x {
    color: #fff;
  }
  
  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
    }
  }
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #2A5C41;
    transition: 0.3s;
    z-index: 999;
    
  }
  
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  
  }
  
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    height: 35%;
    padding: 10px 0;
    background-color: none;
    overflow-y: auto;
    transition: 0.3s;
    
  }
  
  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 24px;
    color: #fff;
    
  }
  
  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover>a {
    color: #F5D156;
  }
  
  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 15px;
  }
  
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    
  }
  
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
  }
  
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover>a {
    color: #2487ce;
  }
  
  .navbar-mobile .dropdown>.dropdown-active {
    display: block;
  }
  
  /*--------------------------------------------------------------
  # Jumbotron Section
  --------------------------------------------------------------*/
  
  .jumbotron {
    width:100%;
     height: 60vh;
     display:table;
     background-color: #f0e0d1;
     margin-bottom: 0rem;
   }
   
   .bg-image {
     background: url('https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/4803d003-b742-4c96-861e-cadcb60b2787.png') no-repeat center center;
      -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
      background-color:#fff;
     background-size: cover;
     padding-top:20px;
   }
   
  
  
  
  
  
  /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
  section {
    background-color: #Fff;
  }
  
  .section-1 { padding: 72px 0 0; }
  .section-2 { padding: 72px 0; }
  
  .s-feature { background-color: #F7F3EE;}
  
  @media (max-width: 992px) { 
  .section-1 { padding: 48px 0 0; }
  .section-2 { padding: 48px 0; }
  }
  
  
  
  
  
  
  /*--------------------------------------------------------------
  # copyblock
  --------------------------------------------------------------*/
  .col-lg-6 {padding-left: 30px; padding-right: 30px;}
  
  @media (max-width: 992px) {
  .col-lg-6 {padding-left: 15px; padding-right: 15px;}
  }
  
  .copy {display: flex; padding-top:24px; padding-bottom: 24px; align-items: center;}
  
  .copy h2{  
    color:#2A5C41;
    font-size: 42px;
    line-height: 36px;
    font-family: 'casey', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  }
  
  .copyimg-blue {border-right:21px solid #166EB4;}
  
  .copyimg-coral {border-left:21px solid #DF665A;font-size:32px;}

  .copyimg-orange {border-right:21px solid #F4864A;font-size:32px;}

  .copyimg-sky {border-left:21px solid #7B9ACD;font-size:32px;}

  .copyimg-deepblue {border-right:21px solid #166EB4;font-size:32px;}

  .copyimg-orange2 {border-left:21px solid #F4864A;font-size:32px;}


  #celebrate {
    padding-bottom: 20px;
  }
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  #footer {
    color: #ffffff;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 14px;
    background: #166EB4;
    box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
  }
  
  #footer .copyright {
    color:#ffffff;
  }
  
  #footer .anchor-text { padding-top: 16px; margin-bottom: 0; }
  
  
  #footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #ffffff;
  }
  
  