header{
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 999999999;
}
.header-wrapper-one {
    background-color: #1A4C69;
}

.contact-details ul,
.social-icons ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px;
}

.contact-details li,
.social-icons li {
    list-style: none;
    padding-right: 20px;
}

.contact-details i,
.social-icons i {
    color: #fff;
    padding-right: 10px;
}

.contact-details a {
    color: #fff;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.header-wrapper-two {
    background: #000;
}

.header-wrapper-two .navbar {
    background: #000;
}

.header-wrapper-two li {
    padding-right: 20px;
}

.header-wrapper-two li a {
    color: #fff;
    font-family: 'Epilogue', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100vh;
    transform: translate3d(0%, 0, 0);
  }
  
  .modal .modal-content {
    height: 100%;
    overflow-y: auto;
  }
  
  .modal .modal-body {
    padding: 15px 15px 80px;
  }
  
  .modal.left.fade .modal-dialog {
    left: -320px;
    transition: opacity 0.1s linear, left 0.1s ease-out;
  }
  
  .modal.left.fade.show .modal-dialog {
    left: 0;
  }
  
  /* ----- MODAL STYLE ----- */
  .modal-content {
    border-radius: 0;
    border: none;
  }
  
  .modal-header {
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
  }
  .modal-body .nav-link {
    color: #000 !important;
  }

@media(max-width:1440px){
    .navbar-brand img{
        max-width: 150px;
    }
    .header-wrapper-two li a {
        font-size: 14px;
    }
}
@media(max-width:992px){
    .header-wrapper-one{
        display:none;
    }
}
@media(max-width:1200px){
  .contact-details a {
      font-size: 11px!important;
  }
}
