.dropdown-menu {
  background-color: #001a33;
  font-family: montserrat;
  font-weight: 400;
  text-transform: none;
}
@media(max-width:768px) {
    #mobile-drop {
        display:none;
}
}
@media(min-width:768px) {
    #mobile-service {
        display:none;
}
}

.dropdown-menu li a {
  color: #C6A95D;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
  
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}





.glyphicon-star {
  color: #FFB700;
}
.glyphicon-earphone {
  color: #C6A95D;
}
.glyphicon-map-marker {
  color: #836c93;
}
.glyphicon-envelope {
  color: #836c93;
}
.fa-bars {
  color: #f2f2f2;
}


/*---------- HOMEPAGE LANDING ------------*/
#homepage-landing {
  padding-top: 120px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #fff;
  color: #333333;
  background: url(../img/Home-Page-Header.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#title {
  margin-bottom:0px;
}
#homepage-landing h1 {
  font-family: playfair display;
  font-weight: 600;
  font-size: 90px;
  text-align: center;
  color: #00264d;
  margin-bottom:0px;
  background-color:rgb(255, 255, 255, .7);
}
@media(max-width:768px) {
    #homepage-landing h1 {
        font-size: 42px;
      background-color:rgb(255, 255, 255, .8);
}
}
@media(max-width:768px) {
    #homepage-landing {
        padding-top: 100px;
      padding-bottom: 20px;
}
}

#homepage-landing h3 {
  font-family: Dancing Script;
  font-weight: 500;
  font-size: 40px;
  color: #00264d;
  text-align: left;
  text-transform: none;
  margin-top:0px;
}
@media(max-width:768px) {
    #homepage-landing h3 {
        font-size: 30px;
}
}
#homepage-landing img {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media(max-width:768px) {
    #homepage-landing img {
        width: 70%;
      margin-bottom: 20px;
}
}

/*---------- Pages LANDING ------------*/
#pages-landing {
  padding-top: 140px;
  padding-bottom: 50px;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #fff;
  color: #333333;
  background: url(../img/Home-Page-Header.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:768px) {
    #pages-landing {
        padding-top: 100px;
      padding-bottom: 20px;
}
}
#pages-landing h1 {
  font-family: playfair display;
  font-weight: 600;
  font-size: 90px;
  text-align: center;
  color: #00264d;
  margin-bottom:0px;
  background-color:rgb(255, 255, 255, .7);
}
@media(max-width:768px) {
    #pages-landing h1 {
        font-size: 42px;
      background-color:rgb(255, 255, 255, .8);
}
}

/*---------- SERVICES SECTION ------------*/
#services {
  padding-top: 30px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background-color: #001a33;
  color: #f2f2f2;
}
#services h2 {
  font-family: playfair display;
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  color: #C6A95D;
  text-transform: none;
}
@media(max-width:768px) {
    #services h2 {
        font-size: 40px;
}
}
#services h3 {
  font-family: playfair display;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #f2f2f2;
  text-transform: none;
}
@media(max-width:768px) {
    #services h3 {
        font-size: 30px;
}
}

#services p {
  font-family: montserrat;
  font-weight: 300;
  font-size: 22px;
  text-align: left;
  color: #f2f2f2;
}
@media(max-width:768px) {
    #services p {
        font-size: 20px;
}
}
.btn-services {
  margin-top: 26px;
  padding-right: 40px;
  padding-left: 40px;
    border: 1px solid #99ccff;
    color: #0d0d0d;
    background-color: #99ccff;
  font-weight: 600;
  font-family: montserrat;
}

.btn-services:hover,
.btn-services:focus {
    border: 1px solid  #000d1a;
    outline: 0;
    color: #fff;
    background-color:  #000d1a;
}
#services a {
  font-weight: 600;
  font-family: montserrat;
    color: #0d0d0d;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: underline;
}

#services a:hover,
#services a:focus {
    text-decoration: underline;
    color: #fff;
}

@media(min-width:768px) {
    #services hr {
        display: none;
}
}

/*---------- REVIEWS SECTION ------------*/
#reviews {
  padding-top:30px;
  padding-bottom:0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  background-color:#00264d;
  color: #0d0d0d;
}
#reviews p {
  font-family: montserrat;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  color: #bfbfbf;
}
@media(max-width:768px) {
    #reviews p {
        font-size: 16px;
}
}

/*---------- ABOUT SECTION ------------*/
#about {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #e6f2ff;
  color: #0d0d0d;
}
#about h2 {
  font-family: playfair display;
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  color: #0d0d0d;
  text-transform: none;
}
@media(max-width:768px) {
    #about h2 {
        font-size: 40px;
}
}
#about h3 {
  font-family: dancing script;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #0d0d0d;
  text-transform: none;
}
@media(max-width:768px) {
    #about h3 {
        font-size: 30px;
}
}

#about p {
  font-family: montserrat;
  font-weight: 400;
  font-size: 22px;
  text-align: left;
  color: #0d0d0d;
}
@media(max-width:768px) {
    #about p {
        font-size: 20px;
}
}
#about a {
  font-weight: 500;
  font-family: montserrat;
    color: #00264d;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: underline;
}

#about a:hover,
#about a:focus {
    text-decoration: underline;
    color: #a6a6a6;
}

/*---------- PROMO BAND ------------*/
#promo {
  padding-top:30px;
  padding-bottom:0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  background-color:#00264d;
  color: #0d0d0d;
}
@media(max-width:768px) {
    #promo  {
        padding-bottom:20px;
}
}
#promo h2 {
  font-family: playfair display;
  font-weight: 500;
  font-size: 50px;
  text-align: left;
  color: #fff;
  text-transform: none;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media(max-width:768px) {
    #promo h2 {
        font-size: 40px;
}
}
#promo p {
  font-family: montserrat;
  font-weight: 400;
  font-size: 22px;
  text-align: left;
  color: #fff;
}
@media(max-width:768px) {
    #promo p {
        font-size: 20px;
}
}
.btn-promo {
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
    border: 1px solid #f2f2f2;
    color: #0d0d0d;
    background-color: #f2f2f2;
  font-weight: 600;
  font-family: montserrat;
}

.btn-promo:hover,
.btn-promo:focus {
    border: 1px solid  #000d1a;
    outline: 0;
    color: #fff;
    background-color:  #000d1a;
}
#promo a {
  font-weight: 500;
  font-family: montserrat;
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: underline;
}

#promo a:hover,
#promo a:focus {
   text-decoration: underline;
    color: #fff;
}

/*---------- PROJECTS SECTION ------------*/
#projects {
  padding-top: 80px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #001a33;
  color: #0d0d0d;
}
#projects h2 {
  font-family: playfair display;
  font-weight: 400;
  font-size: 50px;
  text-align: center;
  color: #C6A95D;
  text-transform: none;
}
@media(max-width:768px) {
    #projects h2 {
        font-size: 40px;
}
}
#projects p {
  font-family: montserrat;
  font-weight: 400;
  font-size: 22px;
  text-align: left;
  color: #fff;
}
@media(max-width:768px) {
    #projects p {
        font-size: 20px;
}
}
#projects img {
  margin-bottom: 10px;
}


/*---------- CONTACT SECTION ------------*/
#contact {
  padding-top: 80px;
  padding-bottom: 0px;
  margin-bottom:0px;
  width: 100%;
  height: auto;
  background-color: #001a33;
  color: #0d0d0d;
}
#contact h2 {
  font-family: playfair display;
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  color: #C6A95D;
  text-transform: none;
  padding-bottom:0px;
  margin-bottom:20px;
}
@media(max-width:768px) {
    #contact h2 {
        font-size: 40px;
}
}
#contact p {
  font-family: montserrat;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #f2f2f2;
  margin-bottom:0px;
}
@media(max-width:768px) {
    #contact p {
        font-size: 20px;
}
}
#contact a {
  font-weight: 500;
  font-family: montserrat;
    color: #C6A95D;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: underline;
}

#contact a:hover,
#contact a:focus {
   text-decoration: underline;
    color: #a6a6a6;
}

#footer {
  padding-top: 50px;
  margin-bottom:0px;
  width: 100%;
  height: auto;
  background-color: #001a33;
  color: #fff;
  border-top: 1px solid #C6A95D;
}
#footer p {
  font-family: montserrat;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #f2f2f2;
}
#footer-menu a {
    color: #f2f2f2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: underline;
}

#footer-menu a:hover,
#footer-menu a:focus {
   text-decoration: underline;
    color: #a6a6a6;
}
footer a {
    color: #f2f2f2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

footer a:hover,
footer a:focus {
    text-decoration: none;
    color: #a6a6a6;
}
footer {
    padding: 50px 0;
  background-color: #0E1C4B; 
}

footer p {
    margin: 0;
  font-size: 14px;
  font-family: montserrat;
  font-weight: 300;
  color: #f2f2f2;
}



/*------------- Portfolio Page ----------------*/
/*-- Img row / Portfolio-*/
#portfolio-page {
  height: auto;
  width: 100%;
  background-color: #000d1a;
  color: #000;
  font-family: Montserrat;
}
#portfolio-page h2 {
  font-family: playfair display;
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  color: #C6A95D;
  text-transform: none;
  margin-bottom:0px;
}
@media(max-width:768px) {
    #portfolio-page h2 {
        font-size: 40px;
}
}
#portfolio-page a {
  font-weight: 500;
  font-family: montserrat;
    color: #C6A95D;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#portfolio-page a:hover,
#portfolio-page a:focus {
    text-decoration: none;
    color:#a6a6a6;
}
#portfolio-page h2 small {
  font-family: Montserrat;
  font-size: 14px;
  color: #a6a6a6;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
#portfolio-page {
  padding-top: 25px;
}
#portfolio-page img {
  padding-top: 0px;
}
#portfolio-page2 {
  padding-top: 30px;
  padding-bottom: 25px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 600px;
  margin: 0 auto;
  
}
.portfolio-box .portfolio-box-caption {
  color: #fff;
  opacity: .0;
  display: block;
  background:  #00264d;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: Montserrat;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  font-family: Montserrat;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
  font-weight: 700;
  font-family: Montserrat;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: .7;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #F05F40;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/*------------------ End Portfolio Page --------------*/

.modal {

 
}
/* Modal Content */

.modal-content {
  background-color:  #001a33;
  margin: auto;
  padding: 0px;
  border: 1px solid #1a161d;
  width: 100%;
}

#myModalLabel {
  font-size: 40px;
  color: #ffffff;
  font-weight: 300;
  font-family: montserrat;
  text-align:center;
}

/* The Close Button */

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.btn-modal {
    border: 1px solid #00264d;
    color: #fff;
    background-color: #00264d;
}

.btn-modal:hover,
.btn-modal:focus {
    border: 1px solid #000d1a;
    outline: 0;
    color: #fff;
    background-color: #000d1a;
}








body {
    width: 100%;
    height: 100%;
    font-family: montserrat;
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #f2f2f2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #a6a6a6;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: montserrat;
    background-color: #001a33;
  
}

.navbar-custom .navbar-brand {
    font-weight: 600;
  font-size:20px;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 20px;
    color: #0d0d0d;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #C6A95D;
  font-weight: 400;
  font-size: 16px;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #a6a6a6;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: ;
}

.navbar-custom .nav li.active a:hover {
    color: #836c93;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 10px 0;
        border-bottom: 1;
        letter-spacing: 1px;
        background: #001a33;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 10px;
        border-bottom: 1px solid #C6A95D;
        background: #001a33;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/header.jpg) no-repeat top center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
  font-family: montserrat;
  font-weight: 300;
}

@media(min-width:768px) {
    .intro {
        height: 70%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 10;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42dca3;
    outline: 0;
    color: #000;
    background-color: #42dca3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}



::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
