@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');

body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif ;
}

img{
  max-width: 100%;
}

p {
  font-size: 14px;
  font-weight: 400;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

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

.top-header {
  width: 100%;
  padding: 26px 0;
}

.top-header ul li a {
  color: #fff;
}

.top-header ul li {
  float: left;
  text-decoration: none;
  list-style: none;
  font-size: 16px;
  margin-right: 30px;
}

.top-header ul li i {
  color: white;
  font-size: 24px;
  margin-right: 10px;
}

.top-header ul li .fa-phone {
  color: white;
  font-size: 20px;
  margin-right: 10px;
      -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
          transform: rotate(95deg);
}

.header-right {
  text-align: right;
}

.top-header img {
  width: 250px;
}

.main-header nav ul li {
  display: inline-block;
  padding: 0 10px;
  float: none !important;
  margin: auto;
  text-transform: uppercase;
}

.main-header nav ul li a {
  font-size: 15px;
  color: #fff !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.main-header nav ul {
  margin: auto !important;
}

.contact-no, .search {
  width: 100%;
  padding: 0;
  float: left;
  margin-bottom: 20px;
}

.search form input {
  border: none;
  padding: 10px;
}

.main-header nav {
  margin: 0 !important;
  padding: 0 !important;
}

.main-header .bg-dark {
  background-color: #607e00 !important;
}

.main-header nav .dropdown-menu {
  background-color: #2ecd71;
  margin: 0;
}

.main-header nav .dropdown-item:hover, .main-header .nav.dropdown-item:focus {
  color: #16181b;
  background-color: #1aa454;
}

.navbar ul li a {
  padding: 12px 10px;
  margin: 2px 0;
}

.contact-no a {
  color: #626262;
}

.main-header nav ul li a {
  border-bottom: 2px solid transparent;
}

.main-header nav ul li a:hover, .main-header nav ul li a:focus {
  background: #274100;
  color: #fff !important;
  margin: 0 0;
  list-style: none;
  border-bottom: 2px solid #fff;
}

.header-right p a {
  color: #000;
  font-size: 14px;
}

.header-right p a:hover {
  text-decoration: none;
  color: #607e00;
}

.header-right p {
  font-size: 15px;
  margin-bottom: 5px;
}

.header-right {
  text-align: right;
  padding: 6px 0px;
}

.header-right img {
  width: 15px !important;
}

.header-right span {
  background: #dd9235;
  padding: 2px 6px 4px;
  margin-right: 10px;
  border-radius: 5px;
}

.top-header .center p, .top-header .center p a {
  margin: 0;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.top-header .center h3 {
  font-size: 20px;
  color: #607e00;
  padding: 5px;
  border-radius: 0;
  margin: 0;
}

.top-header .center img {
  width: 120px;
}

.top-header .center {
  padding: 0 12px 10px;
  margin: auto;
  text-align: center;
}

.special-packages .test h3 {
  background: #607e00;
  color: #fff;
  padding: 12px 10px;
  width: 100%;
  float: left;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}

.special-packages span a {
  background: inherit;
  padding: 0;
  margin-bottom: 0;
  color: #fff;
}

/***** footer ****/

.main-footer {
  width: 100%;
  float: left;
  background: #607e00;
  padding: 50px 0;
  background-image: url("../images/footer-bg.jpg");
  background-position: 100%;
}

.main-footer p {
  color: #fff;
  width: 100%;
  float: left;
  margin-top: 15px;
  font-size: 14px;
  margin-bottom: 0;
}

.special-packages .test h3 {
  background: #607e00;
  color: #fff;
  padding: 10px;
  width: 100%;
  float: left;
  font-size: 18px;
}

.footer-logo img {
  width: 100%;
  float: left;
}

.main-footer h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}

.fot-socal-icon li {
  float: left;
  text-decoration: none;
  list-style: none;
  font-size: 16px;
  margin-left: 20px;
}

.fot-socal-icon li a {
  color: #fff;
}

.fot-socal-icon li i {
  color: white;
  font-size: 22px;
  margin-left: 1px;
}

.fot-nav {
  padding-left: 80px;
}

.fot-nav ul {
  margin: 0;
  padding: 0;
}

.fot-nav ul li {
  list-style: none;
  width: 50%;
  float: left;
  font-size: 15px;
  margin-bottom: 10px;
}

.fot-nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.main-footer form {
  width: 100%;
  float: left;
}

.main-footer form input {
  width: 100%;
  float: right;
  margin: 6px 0;
  height: 40px;
  padding: 10px;
}

.fot-right h3 {
  text-align: right;
}

.fot-socal-icon {
  float: right;
}

.main-footer form [type="submit"] {
  background: #274100;
  padding: 8px 29px;
  color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.5);
  width: auto;
  cursor: pointer;
}

.last-fot {
  text-align: center;
  background: #274100;
  width: 100%;
  float: left;
}

.last-fot p {
  padding: 14px 0;
  margin: 0;
  color: #fff;
}

.fot-socal-icon li img {
  width: 45px;
}

.slider {
  width: 100%;
  float: left;
  position: relative;
}

.slider ol {
  background: rgba(255, 255, 255, .85);
  padding: 25px;
  margin: .0;
  bottom: 0;
  border-top: 1px solid #dadada;
}

.slider .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
}

.slider .carousel-indicators .active {
  background-color: #607e00;
}

.slider .btn.btn-lg.btn-primary:hover {
  background: #008542;
  color: #fff;
}

.slider .carousel-caption {
  background: rgba(255, 255, 255, .85);
  padding: 15px;
}

.slider .carousel-caption h1 {
  font-size: 34px;
  color: #274100;
}

.slider .carousel-caption h2 {
  color: #000;
  font-size: 22px;
}

.slider p {
  color: #626262;
  font-size: 15px;
}

.slider .carousel-item > img {
  height: 32rem;
}

.slider .carousel-caption {
  right: 10%;
  left: 10%;
  max-width: 655px;
  text-align: left;
  bottom: 62px;
  padding: 25px;
}

.slider .btn.btn-lg.btn-primary {
  background: #000000;
  font-size: 15px;
  color: #dd9235;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
}

/*** aboput-us ****/

.about-us {
  width: 100%;
  float: left;
}

.in-div h1 {
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

.about-us h2 {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  margin-top: 20px;
}

.about-us a {
  background: #607e00;
  padding: 8px 20px;
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
}

.about-us img {
  width: 100%;
  float: left;
}

.about-us p {
  text-align: justify;
  font-style: italic;
}

/***  Gallery ****/

.gallery {
  width: 100%;
  float: left;
  margin-top: 40px;
}

.gallery img {
  width: 100%;
  float: left;
}

.gallery .col-sm-3 {
  width: 50%;
  margin: 0;
  padding: 12px 6px;
  height: 170px;
  overflow: hidden;
}

.gallery .row {
  margin-right: -5px;
  margin-left: -5px;
  width: 100%;
}

.gallery-in {
  width: 100%;
  float: left;
  background-image: url("../images/gallery-bg.jpg");
  padding: 50px 0;
  margin-top: 0px;
}

.gallery p a {
  background: #607e00;
  padding: 6px 28px;
  display: inline-block;
  margin-top: 13px;
  color: #fff;
  text-decoration: none;
}

/** special-packages **/

.special-packages {
  width: 100%;
  float: left;
  margin-top: 60px;
  text-align: center ;
}

.special-packages .test img {
  width: 100%;
  float: left;
}

.special-packages .test p {
  border: 1px solid #ccc;
  padding: 15px 10px 40px;
  width: 100%;
  float: left;
  text-align: center;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}

.special-packages .test {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 25px;
  margin-top: 10px;
  overflow: hidden;
}

.special-packages .test span {
  width: 100%;
  float: left;
  background: #274100;
  padding: 6px 10px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: .0;
  width: 92%;
  right: 0;
  margin: auto;
  text-align: right;
}

.our-packagesx h6 {
  margin-top: 10px;
}

.special-packages .test span i {
  text-align: left;
  float: left;
  font-size: 18px;
  margin-top: 3px;
}

.special-packages .row {
  margin-right: -5px;
  margin-left: -5px;
}

.special-packages .col-sm-3 {
  padding-right: 5px;
  padding-left: 5px;
}

.special-packages a {
  background: #607e00;
  padding: 8px 20px;
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
}

.special-packages p {
  text-align: justify;
  text-align: center;
}

/** testimonials-in **/

.main-testimonials {
  width: 100%;
  float: left;
  padding-top: 0px;
  margin-top: 40px;
}

.testimonials {
  width: 100%;
  float: left;
  padding: 60px 20px 15px;
  background-image: url("../images/client-bg.jpg");
}

.testimonials span img {
  width: 115px !important;
  border-radius: 50%;
  height: 115px;
  margin: 0 auto 15px;
}

.testimonials .item {
  background: rgba(255, 255, 255, 9);
  padding: 30px 25px;
  text-align: center;
  border-radius: 20px;
}

.testimonials h4 {
  color: #607e00;
  font-size: 16px;
}

.testimonials p {
  font-style: italic;
}

.testimonials .item:hover {
  background: rgb(96, 126, 0);
  color: #fff !important;
}

.testimonials .owl-carousel .owl-nav button.owl-prev {
  left: -40px;
  position: absolute;
  top: 13%;
  z-index: 9999;
}

.testimonials .owl-carousel .owl-nav button.owl-next {
  right: -40px;
  position: absolute;
  top: 13%;
  z-index: 9999;
}

.testimonials .large-12.columns {
  width: 100%;
  float: left;
}

.testimonials .owl-prev span, .testimonials .owl-next span {
  font-size: 120px;
  color: #fff;
}

.testimonials .item:hover h4 {
  color: #fff;
}

/****** .ontacts-us  ******/

.contacts-us {
  width: 100%;
  float: left;
  margin-top: 70px;
  margin-bottom: 60px;
}

.contacts-us label {
  width: 100%;
  float: left;
}

.contacts-us input {
  width: 100%;
  float: left;
  border: none;
  background: #e9e9e9;
  padding: 8px 10px;
}

.contacts-us .form-group {
  float: left;
  margin-bottom: 10px;
}

.contacts-us textarea {
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  border: none;
  background: #e9e9e9;
  padding: .375rem .75rem;
}

.details h3 {
  font-size: 16px;
  font-style: italic;
  width: 100%;
  float: left;
}

.details a {
  color: #1e1e1e;
}

.details a:hover {
  color: #008542;
  font-weight: 400;
}

.details p {
  font-style: italic;
  margin-bottom: 12px;
}

.contacts-us  h1 {
  font-size: 34px;
  margin-bottom: 20px;
}

.contacts-us [type="submit"] {
  background: #607e00;
  padding: 8px 29px;
  color: #fff;
  border: none;
  border-radius: 0;
  width: auto;
}

.main-in {
  margin: 30px 0 70px;
}

.mi-about-us img {
  width: 100%;
  float: left;
}

.mi-about-us h2 {
  margin-top: 22px;
  width: 100%;
  float: left;
  font-size: 24px;
  color: #264000;
}

.details .fas {
  background: #dd9235;
  padding: 5px 6px 5px;
  margin-right: 10px;
  border-radius: 5px;
  color: #fff;
  width: 27px;
  text-align: center;
  font-size: 14px;
  margin-left: -45px;
  position: absolute;
}

.details .in {
  margin-left: 46px;
}

.location {
  width: 100%;
  float: left;
  margin-top: 0px;
}

.location iframe {
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  float: left;
  height: 350px;
}

.our-packages .n-p {
  margin-top: 40px;
  font-weight: 600;
}

.our-packages p {
  margin-bottom: 8px;
  font-size: 14px;
}

.main-in h1 {
  margin-top: 40px;
  margin-bottom: 15px;
  width: 100%;
  float: left;
  font-size: 32px;
  color: #264000;
}

.our-packages h2 {
  font-size: 30px;
}

.main-in h5 {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
  float: left;
}

.our-packages .table td, .our-packages .table th {
  padding: .75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
  font-size: 14px;
}

.our-packages h4 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  background: #efefef;
  padding: 26px;
}

.our-packages .table-responsive {
  margin-top: 20px;
}

.testimonial img {
  margin-bottom: 30px;
}

.our-packages img {
  margin-bottom: 30px;
}

.main-in img {
  width: 100%;
  float: left;
}

.book-now {
  width: 100%;
  float: left;
  padding: 80px 40px;
  margin-top: 30px;
  background: #607e00 url('../images/book-bg.jpg') no-repeat;
  background-size: cover;
}

.book-now a {
  background: #274100;
  color: #fff;
  padding: 8px 28px;
  text-align: right;
  float: right;
  font-size: 16px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.book-now h4 {
  margin: 0;
  padding-top: 10px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.gallery {
  margin-top: 20px;
}

.gallery .my-3 {
  margin-bottom: 1rem !important;
  height: 140px;
  overflow: hidden;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.gallery-in p {
  text-align: right;
  margin: 0 0 0 6px;
  float: right;
}

.gallery-in p a {
  color: #fff;
  font-size: 16px;
  background: #000;
  padding: 8px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  margin-top: 10px;
  list-style: none;
}

.gallery-in p a:hover {
  background: #607e00;
  border: 1px solid #607e00;
}

.last-fot p a {
  color: #607e00;
}

.book-now .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */

.book-now .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  max-width: 600px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
          animation-name: animatetop;
          animation-duration: 0.4s;
  margin: auto;
  padding: 40px;
  float: none;
}

/* Add Animation */

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */

.book-now .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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

.book-now .modal-header {
  padding: 10px 16px;
  background-color: #5cb85c;
  color: white;
  border-radius: 0;
}

.book-now .modal-header h2 {
  font-size: 24px;
}

.book-now .modal-body {
  padding: 2px 16px;
}

.book-now .modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.contacts-us form .row {
  width: 100%;
}

.modal-content.contacts-us {
  max-width: 600px;
  padding: 20px;
  float: none;
  margin: 0 auto;
}

.mi-about-us table {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0;
}

.mi-about-us .days {
  width: 155px;
}

.mi-about-us table td, .mi-about-us table th {
  padding: 12px 20px;
  vertical-align: top;
  font-size: 14px;
  border: 1px solid #929292;
}

.mi-about-us .table-responsive h5 {
  background: #808080;
  padding: 14px;
  color: #fff;
  margin: 0;
  margin-top: 15px;
  font-size: 16px;
  margin: 0;
}

.mi-about-us h4 {
  font-size: 20px;
  color: #607e00;
  margin: 25px 0 15px;
}

.table-responsive p {
  border: 1px solid #ccc;
  padding: 12px 20px;
  margin: 0;
  background: #f2f2f2;
}

.activities p {
  margin-bottom: 10px;
}

.activities h4 {
  margin: 0px 0 10px;
}

.activities-in {
  width: 100%;
  float: left;
}

.activities-in .row {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #f1f1f1;
  padding: 20px 5px;
}

.activities-in img {
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 6px;
}

.main-in2 {
  margin: 120px 0 120px;
  text-align: center;
}

.main-in2 h2 {
  color: red;
  margin-bottom: 30px;
  font-size: 36px;
}

.main-in2 a {
  font-size: 18px;
  background: red;
  padding: 10px 30px;
  display: inline-block;
  color: #fff;
  margin-top: 20px;
}

@media (max-width:1200px) {
  .special-packages .test span {
    width: 88%;
    font-size: 14px;
  }

  .main-header nav ul li a {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .gallery .col-sm-3 {
    height: 150px;
  }

  .main-header nav ul li {
    display: inline-block;
    padding: 0 5px;
  }
}

@media (max-width:999px) {
  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
  }
}

@media (max-width:992px) {
  .search form input {
    width: 180px;
  }

  .gallery .col-sm-3 {
    height: 115px;
  }

  .top-header img {
    width: 100%;
  }

  .top-header {
    padding: 20px 0;
  }

  .search form {
    padding: 15px 0;
  }

  .header-right {
    padding: 8px 0px;
  }

  .main-header nav ul li a {
    font-size: 14px;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .main-header nav ul li {
    display: inline-block;
    padding: 0 5px;
  }
}

@media (max-width:768px) {
  .slider .d-none {
    display: block !important;
  }

  .slider .carousel-caption h1 {
    font-size: 26px;
  }

  .slider .carousel-caption h2 {
    font-size: 18px;
  }

  .main-in h1 {
    margin-top: 16px;
    font-size: 30px;
  }

  .main-header nav ul li {
    width: 100%;
    text-align: center;
  }

  .main-header nav ul li a {
    width: 100%;
    float: left;
  }

  .gallery .col-sm-3 {
    height: 85px;
  }

  .main-in h1 {
    font-size: 26px;
  }
}

@media (max-width:575px) {
  .top-header {
    text-align: center;
  }

  .header-right {
    text-align: center;
  }

  .top-header {
    padding: 80px 0 0;
    border-bottom: 2px solid #607e00;
  }

  .search form {
    text-align: left;
    width: 240px;
    background: #8c8c8c;
    padding: 0;
  }

  .main-header .bg-dark .navbar-toggler {
    position: absolute;
    right: 10px;
    background: #274200;
    top: -280px;
    border-radius: 0;
    padding: 6px 7px;
    border-radius: 4px;
  }

  .top-header img {
    width: 270px;
  }

  .search form input {
    border: none;
    padding: 10px;
    width: 200px;
    background: #484848;
    color: #fff;
  }

  .search {
    width: 100%;
    padding: 0;
    float: left;
    margin-bottom: 20px;
    background: #000;
    padding: 10px;
  }

  .search button {
    padding: 9px;
  }

  .slider .carousel-caption {
    text-align: center !important;
  }

  .about-us h2 {
    text-align: center;
  }

  .in-div h1 {
    font-size: 24px;
  }

  .about-us p {
    text-align: justify;
  }

  .gallery .col-sm-3 {
    width: 50%;
    margin: 0;
    padding: 5px;
  }

  .gallery .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .about-us h2 {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin-top: 16px;
  }

  p {
    font-size: 14px;
  }

  .special-packages .test {
    margin-top: 24px;
  }

  .special-packages {
    margin-top: 40px;
  }

  .special-packages .test {
    margin-bottom: 0px;
  }

  .special-packages p {
    text-align: justify !important;
  }

  .contacts-us .form-group {
    margin-bottom: 10px;
    padding: 0;
  }

  .details {
    margin-top: 40px;
  }

  .contacts-us h1 {
    text-align: left;
  }

  .contacts-us {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .contacts-us label {
    font-size: 14px;
  }

  .fot-nav {
    padding-left: 15px;
  }

  .fot-nav ul li a {
    text-transform: uppercase;
    font-size: 14px;
  }

  .fot-socal-icon {
    float: left;
    padding: 0;
  }

  .main-footer h3 {
    text-align: left;
    margin-top: 15px;
    font-size: 20px;
  }

  .main-footer form [type="submit"] {
    width: auto;
    float: left;
  }

  .fot-socal-icon li {
    margin-right: 15px;
    margin-left: 0;
  }

  .testimonials .owl-carousel .owl-nav button.owl-prev {
    left: -32px;
  }

  .testimonials .owl-carousel .owl-nav button.owl-next {
    right: -32px;
  }

  .main-header nav ul {
    padding: 20px 0px 10px;
  }

  .header-right {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    background: #607e00;
    padding: 10px 15px;
  }

  .header-right p .none {
    display: none;
  }

  .header-right p a {
    color: #000;
    font-size: 15px;
    width: 45px;
    display: block;
    overflow: hidden;
    height: 45px;
    float: left;
    background: #607e00;
    color: #607e00;
    padding: 9px;
    margin-right: 10px;
    border: 1px solid #ccc;
  }

  .header-right p {
    font-size: 15px;
    margin-bottom: 0;
  }

  .book-now {
    text-align: center;
  }

  .book-now a {
    text-align: center;
    float: none;
    display: inline-block;
    margin-top: 15px;
  }

  .gallery .col-sm-3 {
    height: 110px;
  }

  .header-right span {
    background: transparent;
    padding: 2px 2px 1px;
  }

  .header-right img {
    width: 20px !important;
  }

  .mi-about-us .col-sm-3 {
    width: 50%;
    margin: 0;
    padding: 5px 5px;
  }

  .mi-about-us .row {
    margin-right: -5px;
    margin-left: -5px;
  }
}

@media (max-width:463px) {
  .main-header .bg-dark .navbar-toggler {
    top: -302px;
  }
}
