

.controls-inside .flex-control-nav {
display: none !important;
}

#mce-EMAIL {
height: 50px; 
line-height: 48px;
border: 2px solid #fff;
background: #fff;
color: #666666;
width: 100%;
font-size: 11px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
border-radius: 0 !important;
}

#mce-EMAIL::placeholder {
  color: #ccc;
}

/*h1 {font-family: solitas-serif-normal, proxima-nova, sans-serif;}*/




h1 {
font-family: playfair-display, serif;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
text-align: center;
  letter-spacing: .1em;
}

.goldTitle {
 color: #e0aa65; 
}



/*  About Section */
.cLogo {
  width: 80px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  left: 50%;
  margin-left: -40px;
}

.blueBG {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .3em;
  background: #1a2044;
  color: #ffffff;
  margin: 12px 0px;
}

.aboutInfo p {
  text-align: justify;
}

.videoShadow {
  margin-top: -10px;
  width: 100%;
}

#ourServices {
  background: url(../img/island.jpg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
background-size: cover;
background-position: center center;
text-align: center;
}

.whiteTitle {
 color: #ffffff; 
}

#ourServices li {
  color: #ffffff;
  text-align: left;
  margin: 0px 12px;
  padding-left: 12px;
}

/* #ourServices li:before {
  content: "• ";
  color: #e0aa65;
} */

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

  #ourServices li {
    border-bottom: 1px solid rgba(256,256,256,.25);
  }
  
  .listTwo {
    margin-top: -24px;  
  }
  
  
}


@media screen and (max-width: 767px) {
  .person {
    max-width: 300px;
    margin: 0 auto;
  }
  
  #logoTopScreen {
    width: 75%;
    margin-top: -48px;
}
  
  
  
}

.listBul {
  position: absolute;
  left: 30px;
  color: #e0aa65;
}


/* our team */

.personInfo {
  background: #1a2044;
  color: #ffffff;
  letter-spacing: .1em;
  margin-top: 2px;
}

.person h4 {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  padding-top: 16px;
  margin-bottom: 0px;
}

.person h5 {
  color: #e0aa65;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: -6px;
  font-size: 12px;
  margin-bottom: 0px;
}

.person p {
  text-align: center;
  margin-top: -6px;
  margin-bottom: 18px;
}
.person a {
  color: rgba(256,256,256,.7);
  font-weight: inherit;
}
.person a:hover {
  color: rgba(256,256,256,1);
  font-weight: inherit;
}

.personInfo {
  padding-bottom: 1px;
}

.personShadow {
  margin-top: -2px;
}


#contactUs {
  background: url(../img/footerBG.jpg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
background-size: cover;
background-position: center center;
text-align: center;
}

#contactUs p {
  color: #ffffff;
}
#contactUs a {
  color: rgba(256,256,256,.7);
  font-weight: inherit;
  border-bottom: 1px solid rgba(256,256,256,.5);
  padding-bottom: 0px;
}
#contactUs a:hover {
  color: rgba(256,256,256,1);
  font-weight: inherit;
  border-bottom: 1px solid rgba(224,170,101,1);
  padding-bottom: 3px;
}

.footer-1 {
  background: #1a2044;
  margin-top: 3px;
}



footer img {
  max-width: 300px;
  width: 100%;
}


/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}