@charset "utf-8";
/* CSS Document */
/*Book
font-family: gill-sans-nova, sans-serif;
font-weight: 400;
font-style: normal;

Book Itallic
font-family: gill-sans-nova, sans-serif;
font-weight: 400;
font-style: italic;

Semibold
font-family: gill-sans-nova, sans-serif;
font-weight: 600;
font-style: normal;

Bold
font-family: gill-sans-nova, sans-serif;
font-weight: 700;
font-style: normal;*/
.grecaptcha-badge {
  visibility: hidden;
}
body {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#page {
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
}
h1 {
  font-size: 4rem;
  font-weight: 700;
  color: white;
}
h2 {
  font-size: 1.65rem;
  font-weight: 600;
  color: white;
}
h3 {
  font-size: 3.125rem;
  font-weight: 700;
  color: white;
}
h4 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #95a7bc;
}
h5 {
  font-size: 1.8rem;
  font-weight: 600;
}
p {
  font-size: 1.35rem;
  collor: #19130b;
}



@media (max-width: 1600px) {


h1 {
  font-size: 4rem;
  font-weight: 700;
  color: white;
}
h2 {
  font-size: 1.65rem;
  font-weight: 600;
  color: white;
}
h3 {
  font-size: 2.75rem;
  font-weight: 700;
  color: white;
}
h4 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #95a7bc;
}
h5 {
  font-size: 1.8rem;
  font-weight: 600;
}
p {
  font-size: 1.35rem;
  collor: #19130b;
}

}

@media (max-width: 1450px) {


h1 {
  font-size: 4rem;
  font-weight: 700;
  color: white;
}
h2 {
  font-size: 1.65rem;
  font-weight: 600;
  color: white;
}
h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
}
h4 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #95a7bc;
}
h5 {
  font-size: 1.8rem;
  font-weight: 600;
}
p {
  font-size: 1.35rem;
  collor: #19130b;
}

}

@media (max-width: 1300px) {


h1 {
  font-size: 4rem;
  font-weight: 700;
  color: white;
}
h2 {
  font-size: 1.65rem;
  font-weight: 600;
  color: white;
}
h3 {
  font-size: 2.25rem;
  font-weight: 700;
  color: white;
}
h4 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #95a7bc;
}
h5 {
  font-size: 1.8rem;
  font-weight: 600;
}
p {
  font-size: 1.35rem;
  collor: #19130b;
}

}
@media (max-width: 1024px) {
    h1 {
  font-size: 3.75rem;
  font-weight: 700;
  color: white;
}
h2 {
  font-size: 1.65rem;
  font-weight: 600;
  color: white;
}
h3 {
  font-size: 2rem;
  font-weight: 700;
  color: white;
}
h4 {
  font-size: 1.65rem;
  font-weight: 400;
  color: #95a7bc;
}
h5 {
  font-size: 1.65rem;
  font-weight: 600;
}
p {
  font-size: 1.125rem;
  collor: #19130b;
}


 
    
}





@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
    font-weight: 700;
    color: white;
  }
  h2 {
    font-size: 1.35rem;
    font-weight: 600;
    color: white;
  }
  h3 {
    font-size: 1.85rem;
    font-weight: 700;
    color: white;
  }
  h4 {
    font-size: 1.35rem;
    font-weight: 400;
    color: #95a7bc;
  }
  h5 {
    font-size: 1.35rem;
    font-weight: 600;
  }
  p {
    font-size: 1.25rem;
    collor: #19130b;
  }
}



@media (max-width: 359px) {
  h1 {
    font-size: 1.65rem; 
  }
  h2 {
    font-size: 1.125rem; 
  }
  h3 {
    font-size: 1.5rem; 
  }
  h4 {
    font-size: 1.25rem; 
  }
  h5 {
    font-size: 1.25rem; 
  }
  p {
    font-size: 1rem; 
  }
}
#primary-nav {
  border-top: 10px solid #d2a35b;
  font-weight: 600;
  transition: all linear .6s;
}
#header-brand {
  width: 370px;
  transition: all linear .6s;
}
#header-brand img {
  width: 125px;
  transition: all linear .6s;
}
#header-brand.brand-hide {
  margin-top: -300px !important;
  width: 0 !important;
}
#header-brand img {
  transition: all linear .6s;
}
#header-brand.brand-hide img {
  width: 0 !important;
}
#primary li a.nav-link {
  transition: all linear .6s;
}
@media (max-width: 767px) {
  li a.nav-link {
    font-size: .75rem !important;
    padding: .75rem !important;
    width: auto;
  }
}
@media (max-width: 359px) {
  li a.nav-link {
    font-size: .55rem !important;
    padding: .55rem !important;
    width: auto;
      font-size: .85rem;
  }
}
#navbar-trigger li a.active {
  border-bottom: 5px solid #203665;
  ;
}
#header-brand a.nav-link {
  position: relative;
  z-index: 2;
  width: 370px;
  padding-left: 0;
  padding-right: 0;
  transition: all linear .6s;
}
#header-brand.brand-hide a.nav-link {
  width: 100px;
}
#navbar-trigger li#header-brand a.active {
  border-bottom: none !important;
}
#header-brand a.nav-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 0px;
  height: 0px;
  border-left: 185px solid transparent;
  border-right: 185px solid transparent;
  border-top: 185px solid #fff;
  z-index: -1;
  transition: all linear .6s;
}
#header-brand.brand-hide a.nav-link:after {
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
}
@media (max-width: 1200px) {
  #primary-nav {
    border-top: 10px solid #d2a35b;
    font-weight: 600;
  }
  #header-brand {
    width: 270px;
  }
  #header-brand img {
    width: 80px;
  }
  #header-brand a.nav-link {
    position: relative;
    z-index: 2;
    width: 270px;
    padding-left: 0;
    padding-right: 0;
  }
  #header-brand a.nav-link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 0px;
    height: 0px;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    border-top: 125px solid #fff;
    z-index: -1;
  }
}
.nav-scroll {
  background-color: white !important;
  color: #203665 !important;
  padding: 1rem 2rem !important;
}
#contact-nav .nav-scroll {
  background-color: #109e83 !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  #navbar-trigger li a.nav-scroll {
    width: auto !important;
    padding: .7rem !important;
    font-size: .75rem;
  }
}
#services {}
.text-azure {
  color: #203665;
}
.text-gold {
  color: #d2a35b;
}
.bg-azure {
  background: -moz-linear-gradient(top, rgba(7, 27, 73, 0.6) 0%, rgba(32, 54, 101, 0.42) 100%);
  background: -webkit-linear-gradient(top, rgba(7, 27, 73, 0.6) 0%, rgba(32, 54, 101, 0.42) 100%);
  background: linear-gradient(to bottom, rgba(7, 27, 73, 0.6) 0%, rgba(32, 54, 101, 0.42) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99071b49', endColorstr='#6b203665', GradientType=0);
}
.bg-light-grey {
  background-color: #f2f5f9;
}
.bg-gold {
  background-color: #d2a35b;
}
.btn {
  border-radius: 1px;
  text-transform: uppercase;
  padding: .75rem 1rem;
  font-weight: 600;
}
.btn-primary {
  background-color: #109e83;
  border-color: #109e83;
  color: #fff;
}
.btn-primary:hover {
  background-color: #d2a35b;
  border-color: #d2a35b;
  color: #fff;
}
.icon-top-center {
  top: -85px;
  left: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .icon-top-center {
    width: 70px;
    top: -40px;
  }
}
.pseudo-border:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: -15px;
  top: -15px;
  border: 1px solid #d2a35b;
}
@media (max-width: 767px) {
  .pseudo-border:before {
    left: -7px;
    top: -7px;
  }
}
.bg-triangle-down:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 0px;
  height: 0px;
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
  border-top: 125px solid #fff;
}

@media (max-width: 991px) {
#about .section {
    position: static !important;
    
}
}


@media (max-width: 767px) {
  #services .section{
    position: static !important;
    
}
}


@media (min-width: 1600px) {
#contact.vh-100{
    max-height: 1080px !important;
    
    }
}