/*background dark*/
.myheli-bg-dark,
.myheli-nav-bottom,
.dropdown-menu-bottom {
background-color: rgba(30, 30, 30, 1);
}

.myheli-bg-dark-overlay{
background-color: rgba(30, 30, 30, 0.95);
}

.myheli-bg-light-card{
background-color: rgba(209, 206, 203, 1);
}

.myheli-bg-x-light{
background-color: rgba(188, 185, 184, 1);
}



/*background light*/
.myheli-bg-light,
{
background-color: rgba(195, 195, 195, 1);
}

/*background transprent*/
.myheli-nav-top
{
color: rgba(30, 30, 30, 1);
}

/*text light*/
.myheli-light,
.footer-text,
.myheli-nav-bottom {
color: rgba(195, 195, 195, 1);
}

/*text gold*/
.text-gold{
color: rgba(137, 121, 102, 1);
}
.gold-background{
background-color: rgba(137, 121, 102, 1);
}

.footer-text:hover{
    color: rgba(195, 195, 195, 0.5);
}

.nav-link,
.nav-link:hover
{
color: rgba(195, 185, 188, 1);
text-transform: uppercase;
}

.nav-link-dark,
.nav-link-dark:hover
{
color: rgba(30, 30, 30, 1);
text-transform: uppercase;
}

.btn.btn-heli{
    background-color: rgba(195, 195, 195, 1) !important;
    border-color: rgba(195, 195, 195, 1) !important;
    border-radius:0;
    text
}

.banner-header{
  font-weight: normal;
}

.banner-text{
    position:relative;
    bottom:60px;
    width:75%;
}

.banner-img{
    position: relative;
    top: 140px;
}

.content-banner-img{
    height:350px;
    margin-top:150px
}

.footer{
    padding-top:100px;
    padding-bottom:100px;
}

.body-text{
    font-size:12px
    }

.nav-text{
    font-size:14px
    }

.footer-text{
    font-size:10px
    }

.sub-footer-text{
    font-size:8px
    }

.footer-top-row{
    height:200px;
}

.height-100{
height:100px}

.height-200{
height:200px  !important}

.height-300{
height:300px}

.height-400{
height:400px}

.p-spaced{
line-height:2em;
font-size:15px;
}

.h4-spaced{
line-height:2em;
}



@media (min-width: 1000px) {
  .container-fluid{
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container-fluid{
    width: 1000px;
  }
}
@media (min-width: 1400px) {
  .container-fluid{
    width: 1150px;
  }
}

.img-banner{
height:450px  !important}


.img-rounded{
border-radius: 25px 0px 0px 0px;
}

.map{
    height:500px
}

.anchor{
position:relative;
bottom:60px
}

.footer-text-spaced{
  color: rgba(195, 195, 195, 1);
  letter-spacing: 30px;
  text-align: center;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(30,30,30,0.95);
    z-index: 10;
}

.rotate-ul {
    -webkit-animation:spin 0.8s ease 0ms;
    -moz-animation:spin 0.8s ease 0ms;
    animation:spin 0.8`s ease 0ms;

}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

a, a:visited { outline: none; }
a:hover,
a:active {
text-decoration: none;
}
,
a:focus {
outline: none;
}

btn-dark,
btn-dark:visited,
btn-dark:hover,
btn-dark:active,
btn-dark:focus {
outline: none;
border: 0px
}

.height-700{
height:700px
}

.pb-10{
  padding-bottom: 8rem !important;
}
.pt-10{
  padding-top: 8rem !important;
}

.mt-8{
  margin-top: 6rem !important;
}
.mt-10{
  margin-top: 8rem !important;
}


.before-after{
max-height:200px;
}

.fit-image{
width: 100%;
object-fit: cover;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}


.fleet_modal_img_1{
    height:500px;
    background-repeat: no-repeat;
    background-size:cover;
}


.fleet_modal_img_2{
    height:250px;
    background-repeat:no-repeat;
    background-size:cover;
}
.fleet_modal_img_3{
    height:250px;
    background-repeat:no-repeat;
    background-size:cover;
}

.fill {object-fit: fill;}
.contain {object-fit: contain;}
.cover {object-fit: cover;}

.picture-banner{
height:800px
}

.picture-banner-thin{
height:350px
}


.why-us-icon{
height:125px;
width:125px
}

@media screen and (min-width: 900px){
    .map2 {height:400px}
}
@media screen and (min-width: 1200px){
    .map2 {height:500px}
}
@media screen and (min-width: 1500px){
    .map2 {height:600px}
}
@media screen and (min-width: 1700px){
    .map2 {height:700px}
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.carousel-indicators {
    bottom: -50px;
}

.translucent{
background-color: rgba(255, 255, 255, 0.7);
}
