/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Roboto", sans-serif;
  color: #333;
  background-color: #023d69;
}

a {
  color:#023D69;
}

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


p {font-size:14px;
  font-family: "Roboto", sans-serif;}

/*--------------------------------------------------------------
# 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: #023D69;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #3e9bdd;
  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: #1F3870;
  z-index: 997;
  padding: 15px 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: 0;
  font-weight: 300;
  letter-spacing: 0.5px;
}

#header .logo a {
  color: #023d69;
}

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

@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: #ffffff;
  transition: 0.3s;
  font-size: 14px;
  font-family: "soleil", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  font-weight:bold;
  color: #82BEE8;
}

.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";
  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 Navigation */
.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: #ffffff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 55%;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: rgba(237,241,231,.875);
  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: #023d68;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

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

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

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

.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: #F4B531;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  background: url("https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/30feb2cf-9ab9-40f8-a924-feed82976e17.png") center;
  background-size: cover;
  margin-top: 79px;
  height: 300px;
}


#hero .container {
  width: 35%;
  height: 400px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



#hero h1 {
  margin: 0;
  font-size: 3em;
  line-height: 56px;
  color: #023D69;
  font-family: "veneer-two", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#hero h2 {
  color: #5e5e5e;
  margin: 10px 0 0 0;
  font-size: 22px;
  font-family: "veneer-two", sans-serif;
  font-weight: 400;
  font-style: normal;
}



@media (max-height: 800px) {
  #hero {
    height: 300px;
  }
}

@media (max-width: 992px) {
  #hero {
    height: 120px;
    margin-top: 54px;
  }
  #hero .container {
    width: 50%;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}


@media (max-width: 600px) {
  #hero .container {
    width: 80%;
  }
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 20px;
  overflow: hidden;
}

.section-bg {
  background-color: #FEF7EF;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

h2 {
  font-size: 28px;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: #013D69;
  font-family: "soleil", sans-serif;
  font-weight: 400;
  font-style: normal;
  }


.section-title h4 {
  font-size: 22px;
  font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    color: #013D69;
}

.section-title h5 {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #00948f;
 text-transform: uppercase;
 font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.section-title p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25;
  color: #333;
  text-align:center;
}



@media (max-width: 992px) {
 section {
  padding: 40px 20px;
  overflow: hidden;
}

h2 {
font-size: 20px;}

}





/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/


.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}


#travel .faq-list li { 
  background-color: #FCFAF6 !important;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: 'soleil', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 24px;
  padding: 10px 0px;
  outline: none;
  color:#1F3870;
}


.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #1F3870
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 18px;
  position: absolute;
  right: 0;
  color:#1F3870;
}

.faq .faq-list .bands {
  background-color:#f7f7f7;
  margin:10px 0;
padding:5px 5px;}

.faq .faq-list p {
  margin: 0px 20px;
  padding: 5px 20px 10px 20px;
}


.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #013D69;
}

.faq .faq-list a.collapsed:hover {
  color: #013D69;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}


.far:before {
  padding-right: 6px;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

@media (min-width: 992px) {
 .faq-2 {
  margin-bottom: -60px !important;
 }  

 
}


@media (max-width: 992px) {
 .faq-2 {
  margin-bottom: -40px !important;
 }  
.faq .faq-list a {
  font-size: 16px;
 }
}


#agenda {
padding-bottom: 50px;
}

.agenda {
padding-bottom: 30px;
}

#contactus p{
font-size: 16px;
text-align:center;
}

#footer p {
color: #fff;
}













*,
*::before,
*::after { 
  box-sizing: border-box;
}

html {
  background-color: #f0f0f0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards__item {
  display: flex;
  padding: 1rem;
  @media(min-width: 40rem) {
    width: 50%;
  }
  @media(min-width: 56rem) {
    width: 33.3333%;
  }
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 10px 10px -10px rgba(0,0,0,0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}

.card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  overflow: hidden;
  position: relative;
  transition: filter 0.5s cubic-bezier(.43,.41,.22,.91);;
  &::before {
    content: "";
   display: block;
    padding-top: 56.25%; // 16:9 aspect ratio
  }
  @media(min-width: 40rem) {
    &::before {
      padding-top: 66.6%; // 3:2 aspect ratio
    }
  }
}



.card__image--DBoyle {
  background-image: url(https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/773631ca-67a8-49ef-a67a-041d4787d16d.png);
}

.card__image--DWilcock {
  background-image: url(https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/727797ff-da80-4725-9ce8-1e4cd945f7fb.png);
}

.card__image--NSutton{
  background-image: url(https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/1a670e34-8f42-4403-b41c-4298dece9ba1.png);
}

.card__image--RNeal{
  background-image: url(https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/f037d0a4-01a5-4337-aac3-b400c4bc5277.png);
}

.card__image--EDoty{
  background-image: url(https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/c6454f87-7339-4745-b0d0-41ab1baea8a3.jpg);
}

.card__image--JGraeber{
  background-image: url(https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/96da3239-de7a-464c-9060-e9dcc6b4ae42.jpg);
}

.card__image--DMartin{
  background-image: url(https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/2fd2f1be-0e89-498f-aa7d-c6fa8ef94466.png);
}

.card__image--KTerry{
  background-image: url(https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/63d6e3d4-8367-4588-93d6-5d2282548973.png);
}

.card__image--SMoench{
  background-image: url(https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/227b8b33-7631-492d-89dc-932dac1389ef.jpg);
}

.card__image--JFerrand{
  background-image: url(https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/76e5b8a9-90e2-48d8-9336-b86bc4684b3c.png);
}

.card__image--EEhrenberg{
  background-image: url(https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/63118569-d779-403b-99eb-9090c359a131.png);
}

.card__image--LVittayarukskul{
  background-image: url(https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/47253bcb-de3e-418e-995c-aebdcb294144.png);
}

.card__image--AKim{
  background-image: url(https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/d9ad6a3c-873f-4186-8f84-529fb3ecf986.png);
}

.card__image--TJefferson{
  background-image: url(https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/73d6809d-4c19-47cb-8586-f1da4cdf8baf.png);
}

.card__image--BKendall{
  background-image: url(https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/d09c6843-4cc0-4313-962f-187bfffe93e5.png);
}

.card__image--MJacobs{
  background-image: url(https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/003159cf-9158-48ea-b5f1-a53857d5be7e.png);
}

.card__image--JMueller{
  background-image: url(https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/ee0d133b-cd66-420b-9df0-fd672fa0943c.png);
}

.card__image--JLevin{
  background-image: url(https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/2da148ba-4194-4324-9ff4-17b1013bf8e1.png);
}

.card__image--AChinn{
  background-image: url(https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/0ebe8546-1c86-4052-963f-39f56abf4972.png);
}

.card__image--KHalabi{
  background-image: url(https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/d44977eb-2873-441d-9552-29c3a86d5915.png);
}

.card__image--BCollins{
  background-image: url(https://image.corpcomm.oneamericaemailservices.com/lib/fe5915707d610c797312/m/1/bf6dc02f-ccbd-48f3-9417-c36c70e51937.png);
}



.card__title {
  color:#1F3870;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: 'Soleil', sans-serif;

}

.card__text {
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.cards a {
  font-family: 'Soleil', sans-serif;
  text-decoration:none;
  color:#8BBEF3;
  font-weight:600;
}





.btn-round{
  background-color: #8bbff3;
  border: none;
  border-radius: 1.3125rem;
  height: 2.5rem;
  line-height: normal;
  width: 2.5rem;
}

.btn-round:hover{
  background-color: #D5E3F8;
  border: none;
  border-radius: 1.3125rem;
  height: 2.5rem;
  line-height: normal;
  width: 2.5rem;
}


.modal-dialog{

  margin-top: 100px;
}
