/*----------------------------------------------------

/*=====================================================================
@Template Name: Medicare Medical
@Author: Naim LAsker
@Developed By: Naim LAsker


=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto:400,500");

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999999;
  font-weight: 400; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 1;
  font-weight: 400; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
  font-weight: 400; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  font-weight: 400; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999;
  font-weight: 400; }

.list {
  list-style: none;
  margin: 0px;
  padding: 0px; }

a {
  color: #001B42;
  text-decoration: none;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

.row.m0 {
  margin: 0px; }

body {
  line-height: 24px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #464545; }



h1, h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #222222; }

h5, h6 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #222222; }


h3 {
  font-size: 28px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #222222;
}
h4 {
  font-size: 150%;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #222222;
}

button:focus {
  outline: none;
  box-shadow: none; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.white_bg {
  background: #fff !important; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.section_gap {
  padding: 120px 0; }
  @media (max-width: 767px) {
    .section_gap {
      padding: 60px 0; } }

.section_gap_top {
  padding-top: 120px; }
  @media (max-width: 767px) {
    .section_gap_top {
      padding-top: 60px; } }

.section_gap_bottom {
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .section_gap_bottom {
      padding-bottom: 60px; } }

.lite_bg {
  background: #f9f9f9; }

/* Main Title Area css
============================================================================================ */
.main_title {
  text-align: center;
  margin-bottom: 75px; }
  .main_title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px; }
  .main_title p {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 300;
    max-width: 450px;
    margin: auto; }

/* End Main Title Area css
============================================================================================ */
/* Start Gradient Area css
============================================================================================ */
.gradient-bg, #search_input_box, .categories_post:hover .categories_details, .blog_right_sidebar .widget_title, .blog_right_sidebar .search_widget .input-group .form-control, .blog_right_sidebar .newsletter_widget .bbtns, .blog_right_sidebar .tag_cloud_widget ul li a:hover, .blog-pagination .page-item.active .page-link, .blog-pagination .page-link:hover, .footer-area .genric-btn, .footer-bottom .footer-social a:hover {
  background: -webkit-linear-gradient(90deg, #0ba9ff 0%, #56d9ff 100%);
  background: -moz-linear-gradient(90deg, #0ba9ff 0%, #56d9ff 100%);
  background: -ms-linear-gradient(90deg, #0ba9ff 0%, #56d9ff 100%);
  background: -o-linear-gradient(90deg, #0ba9ff 0%, #56d9ff 100%);
  background: linear-gradient(90deg, #0ba9ff 0%, #56d9ff 100%); }

.gradient-bg2 {
  background: -webkit-linear-gradient(90deg, #0ba9ff 0%, #56d9ff 100%);
  background: -moz-linear-gradient(90deg, #0ba9ff 0%, #56d9ff 100%);
  background: -ms-linear-gradient(90deg, #0ba9ff 0%, #56d9ff 100%);
  background: -o-linear-gradient(90deg, #0ba9ff 0%, #56d9ff 100%);
  background: linear-gradient(90deg, #0ba9ff 0%, #56d9ff 100%); }

.gradient-color, .single_feature .feature_btn .f_btn:hover {
  background: -webkit-linear-gradient(90deg, #0ba9ff 0%, #56d9ff 100%);
  background: -moz-linear-gradient(90deg, #0ba9ff 0%, #56d9ff 100%);
  background: -ms-linear-gradient(90deg, #0ba9ff 0%, #56d9ff 100%);
  background: -o-linear-gradient(90deg, #0ba9ff 0%, #56d9ff 100%);
  background: linear-gradient(90deg, #0ba9ff 0%, #56d9ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* End Gradient Area css
============================================================================================ */
/* Start Buttons Area css
============================================================================================ */
.primary-btn {
  display: inline-block;
  background: -webkit-linear-gradient(to right, #0ba9ff 0%, #56d9ff 51%, #0ba9ff 100%);
  background: -moz-linear-gradient(to right, #0ba9ff 0%, #56d9ff 51%, #0ba9ff 100%);
  background: -ms-linear-gradient(to right, #0ba9ff 0%, #56d9ff 51%, #0ba9ff 100%);
  background: -o-linear-gradient(to right, #0ba9ff 0%, #56d9ff 51%, #0ba9ff 100%);
  background: linear-gradient(to right, #0ba9ff 0%, #56d9ff 51%, #0ba9ff 100%);
  background-size: 200% auto;
  padding: 0px 38px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 50px;
  outline: none !important;
  box-shadow: 0px 0px 15px rgba(108, 39, 255, 0.3);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .primary-btn:hover {
    background-position: right center;
    color: #fff; }

/* End Buttons Area css
============================================================================================ */



/* Start Overlay css
============================================================================================ */
.overlay {
  position: relative; }

.overlay:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1; }

/* End Overlay css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.header_area {
  position: relative;
  width: 100%;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear; }
  .header_area .navbar {
    background: #f8b600;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
  height: 75px;
transition: all 400ms; }
    .header_area .navbar .nav .nav-item {
      margin-right: 45px; }
      .header_area .navbar .nav .nav-item .nav-link {
        font: 500 12px/80px "Roboto", sans-serif;
        text-transform: uppercase;
        color: #222222;
        padding: 0px;
        display: inline-block; }
        .header_area .navbar .nav .nav-item .nav-link:after {
          display: none; }
      .header_area .navbar .nav .nav-item:hover .nav-link, .header_area .navbar .nav .nav-item.active .nav-link {
        color: #0ba9ff;}
      .header_area .navbar .nav .nav-item.submenu {
        position: relative; }
        .header_area .navbar .nav .nav-item.submenu ul {
          border: none;
          padding: 0px;
          border-radius: 0px;
          box-shadow: none;
          margin: 0px;
          background: #fff; }
          @media (min-width: 992px) {
            .header_area .navbar .nav .nav-item.submenu ul {
              position: absolute;
              top: 120%;
              left: 0px;
              min-width: 200px;
              text-align: left;
              opacity: 0;
              transition: all 300ms ease-in;
              visibility: hidden;
              display: block;
              border: none;
              padding: 0px;
              border-radius: 0px; } }
          .header_area .navbar .nav .nav-item.submenu ul:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #eeeeee transparent transparent transparent;
            position: absolute;
            right: 24px;
            top: 45px;
            z-index: 3;
            opacity: 0;
            transition: all 400ms linear; }
          .header_area .navbar .nav .nav-item.submenu ul .nav-item {
            display: block;
            float: none;
            margin-right: 0px;
            border-bottom: 1px solid #ededed;
            margin-left: 0px;
            transition: all 0.4s linear; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
              line-height: 45px;
              color: #222222;
              padding: 0px 30px;
              transition: all 150ms linear;
              display: block;
              margin-right: 0px; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
              border-bottom: none; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
              background: #0ba9ff;
              color: #fff; }
        @media (min-width: 992px) {
          .header_area .navbar .nav .nav-item.submenu:hover ul {
            visibility: visible;
            opacity: 1;
            top: 100%; } }
        .header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
          margin-top: 0px; }
      .header_area .navbar .nav .nav-item:last-child {
        margin-right: 0px; }
    .header_area .navbar .search {
      font-size: 12px;
      line-height: 60px;
      display: inline-block;
      color: #222222; }
      @media (max-width: 991px) {
        .header_area .navbar .search {
          color: #ffffff; } }
      .header_area .navbar .search i {
        font-weight: 600; }
  .header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #ffffff;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1); }
    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
      line-height: 70px; }

#search_input_box {
  text-align: center;
  padding: 5px 20px; }
  #search_input_box .form-control {
    background: transparent;
    border: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    padding: 0; }
    #search_input_box .form-control:focus {
      box-shadow: none;
      outline: none; }
  #search_input_box input.placeholder {
    color: #ffffff;
    font-size: 14px; }
  #search_input_box input:-moz-placeholder {
    color: #ffffff;
    font-size: 14px; }
  #search_input_box input::-moz-placeholder {
    color: #ffffff;
    font-size: 14px; }
  #search_input_box input::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 14px; }
  #search_input_box .btn {
    width: 0;
    height: 0;
    padding: 0;
    border: 0; }
  #search_input_box .lnr-cross {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 3px; }

.header-top {
 background-color: #000;
  font-size: 12px; }
  @media (max-width: 991px) {
    .header-top {
      display: none; } }
  .header-top a {
    color: #fff;
    text-transform: uppercase; }
  .header-top ul li {
    display: inline-block;
    margin-left: 15px; }
  .header-top .nice-select {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 0; }
    .header-top .nice-select:after {
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff; }
    .header-top .nice-select .current {
      margin-right: 0; }
    .header-top .nice-select .list {
      width: 100%; }
      .header-top .nice-select .list .option {
        display: block;
        margin: 0;
        color: #000000;
        padding-left: 10px; }
  .header-top .header-top-right {
    text-align: right; }
    .header-top .header-top-right a {
      margin-right: 40px; }
      .header-top .header-top-right a:last-child {
        margin-right: 0; }
      .header-top .header-top-right a .lnr {
        color: #fff;
        font-weight: 700;
        margin-right: 8px; }
    @media (max-width: 767px) {
      .header-top .header-top-right .text {
        display: none; } }
  .header-top .primary-btn {
    border-radius: 0px; }

/*---------------------------------------------------- */

.navbar-brand {
  background-color: #fff;
  margin-bottom: -22px;
  box-shadow: .0 0 15px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;

}



/*====================================
CAROUSEL
======================================*/
.carousel-item {
  height: 75vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/*====================================
RE-USABLE ITEMS
======================================*/

.custom-btn {
  background-color: #C89638;
  color: #fff;
  border-radius: 30px;
  border: 0px solid transparent;
  padding: 10px 50px;
  box-shadow: none;
  text-transform: uppercase;
}
.custom-btn:hover {
  background-color: #001B42;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.custom-btn-2 {
  background-color: #f8b600;
  color: #fff;
  border-radius: 0px;
  border: 0px solid transparent;
  padding: 10px 50px;
  box-shadow: none;
  text-transform: uppercase;
}

.custom-line {
  width: 45px;
  height: 3px;
  background-color: #DFC415;
  text-align: left;
  border: none;
}

.border-heading {
  border-left: 5px solid #C89638;
  padding-left: 20px;
}


.gallery-1 {
  background-image: url("../img/gallery-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30vh;
  padding-bottom: 30vh;
  border: 2px solid #001B42;
}
.gallery-2 {
  background-image: url("../img/gallery-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30vh;
  padding-bottom: 30vh;
  border: 2px solid #001B42;
}
.gallery-3 {
  background-image: url("../img/gallery-3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30vh;
  padding-bottom: 30vh;
  border: 2px solid #001B42;
}
.gallery-4 {
  background-image: url("../img/gallery-4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30vh;
  padding-bottom: 30vh;
  border: 2px solid #001B42;
}

/*====================================
HOME PAGE
======================================*/

.header-button {
  margin-top: -20px;
}

.home-about {
  background-color: #001B42;
}
.home-about h2 {
  color: #fff;
}
.home-about h2 span {
  color: #c5a47e;
}


.home-bg-services {
   background-image: url("../img/manganese.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30vh;
  padding-bottom: 30vh;
}

.home-bg-services .bg-column {
  background-color: rgba(0, 28, 66, 0.527);
  padding: 35px;
  color: #000000;
}

.home-bg-services h2 {
  color: #fff;
}
.home-bg-services h3 {
  color: #fff;
}
.home-bg-services p {
  color: #fff;
}

.intro-icon {
  color: #f8b600;
}





/*====================================
WHAT WE DO
======================================*/
.services_header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://www.goharmanganese.com/wp-content/uploads/2018/06/manganese.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.services_header p, img {
  padding-left: 20px;
  margin-top: 20px;
}

/*====================================
CONTACT DETAILS
======================================*/

.contact_header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/contact-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.contact_header p, img {
  padding-left: 15px;
  margin-top: 10px;
}

.contact-details {
box-shadow: .0 0 15px rgba(0, 0, 0, 0.1);
padding: 60px 20px;
}
.contact-details img {
margin-bottom: 20px;
}

.contact-details a {
color: #464545;
}

.contact-page-form .form-group .form-control {
  background-color: #f6f7f8;
  color: #323232;
  border-radius: 30px;
  border: 0px solid transparent;
  padding: 25px 30px 25px 30px;
  box-shadow: none;
}


/*====================================
ABOUT US
======================================*/
.about_header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/about-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}


.about_header p {
  padding-left: 20px;
  margin-top: 20px;
}


.what-we-do-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url("../img/slide-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 280px 0; }
@media (max-width: 767px) {
  .section_gap {
    padding: 90px 0; } }


.bg-service-column {
  background-image: url("https://www.goharmanganese.com/wp-content/uploads/2018/06/manganese.jpg");
}


.home-services:hover img {
 transform: scale(1.1);
}

.home-services-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(17, 17, 14, 0.9);
  overflow: hidden;
  opacity: 0;
}

/* Overlay effect */
.home-services-details {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-left: 20px;
}
.home-services-details h2 {
  color: #f8b600;
  font-size: 24px;
  transform: translateY(-20%);
  transition: all 0.5s ease;
}
.home-services-details p {
  color: #fff;
  padding: 15px;
  margin: 0;
  padding: 0;
  transform: translateY(20%);
  transition: all 0.5s ease;
}
.home-services-details span {
  display: inline-block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 6px;
  width: 30px;
}

.home-services:hover .home-services-details h2  {
 transform: translateY(0);
}
.home-services:hover .home-services-details p  {
 transform: translateY(0);
}
.home-services:hover .home-services-overlay  {
 opacity: 1;
}


/*---------- End Elements Page -------------*/
.sample-text-area {
  padding: 100px 0 70px 0; }

.sample-text {
  margin-bottom: 0; }

.text-heading {
  margin-bottom: 30px;
  font-size: 24px; }

.typo-list {
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .typo-sec {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .element-wrap {
    margin-top: 30px; } }
b, sup, sub, u, del {
  color: #f8b600; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }


/*============== footer-area css ===============*/

.footer-link ul li a {
  color: #ccc;
}
.footer-link ul li a:hover {
  color: #C89638;
}

.footer-area {
  background-color: #001B42; }
  .footer-area h4 {
    padding-bottom: 10px;
  color: #C89638 }
  .footer-area p {
  color: #ccc; }
  .footer-area .number {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin: 0; }
  .footer-area .genric-btn {
    color: #ffffff;
    border: none;
    border-radius: 57px;
    height: 34px;
    line-height: 34px;
    margin: 2px; }
  .footer-area .primary-btn {
    background-color: #0ba9ff; }
  .footer-area .primary-btn:hover .lnr {
    color: #0ba9ff; }
  @media (max-width: 768px) {
    .footer-area .single-footer-widget .newsletter .primary-btn {
      right: 2% !important;
      width: auto;
      right: 0;
      top: 5px;
      transform: translate(0%, 0); } }

.single-footer-widget .navbar-form {
  width: 100%; }
  .single-footer-widget .navbar-form .form-control {
    border: none;
    border-radius: 20px;
    font-size: 13px;
    background: transparent;
    color: #ffffff;
    padding: 0 20px; }
    .single-footer-widget .navbar-form .form-control:focus {
      box-shadow: none; }
  .single-footer-widget .navbar-form input.placeholder {
    font-size: 14px;
    color: #999999; }
  .single-footer-widget .navbar-form input:-moz-placeholder {
    font-size: 14px;
    color: #999999; }
  .single-footer-widget .navbar-form input::-moz-placeholder {
    font-size: 14px;
    color: #999999; }
  .single-footer-widget .navbar-form input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999; }
  .single-footer-widget .navbar-form .add-on {
    border-radius: 20px;
    border: 1px solid #555555; }
  .single-footer-widget .navbar-form .genric-btn:hover {
    background-color: #0ba9ff; }
    .single-footer-widget .navbar-form .genric-btn:hover .lnr {
      color: #ffffff; }
  .single-footer-widget .navbar-form .lnr {
    font-weight: 900;
    font-size: 18px !important;
    color: #ffffff; }

.footer_top {
  background: url(../img/footer-bg.jpg) no-repeat scroll center center;
  background-size: cover; }

.footer-bottom {
  background: #C89638;
  padding: 13px 0;}
  
  .footer-bottom a {
    color: #464545; }
  .footer-bottom .footer-social {
    text-align: right; }
    .footer-bottom .footer-social a {
      background: #2b2b2b;
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin-left: 4px;
      padding: 0px 9px;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      color: #ffffff; }
      @media (max-width: 461px) {
        .footer-bottom .footer-social a {
          margin-left: 0;
          margin-right: 4px; } }
    .footer-bottom .footer-social i {
      color: #cccccc;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    @media (max-width: 991px) {
      .footer-bottom .footer-social {
        text-align: left; } }

.footer-text {
  margin-bottom: 0; }
  @media (max-width: 420px) {
    .footer-text {
      margin-bottom: 15px;
      text-align: left; } }

/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */


/* NAVBAR
============================================================================================ */

@media (max-width: 991px) {
  .header_area .navbar {
    height: 100%; }


  .navbar-brand {
    background-color: #fff;
    margin-bottom: -22px;
    box-shadow: .0 0 15px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-left: 15px;
  }

  .navbar-light .navbar-toggler {
    background-color: transparent;
    min-height: 20px;
    width: 50px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .navbar-toggler span {
    background-color: #000 !important;
    height: 1px;
    width: 100%;
    z-index: 99999;
  }

  .nav-item {
    padding-top: 20px;
    padding-bottom: 35px;

  }

  .nav-link {
    font-size: calc((2.05 - 1) * 1.2vw + 1rem) !important;
    color: #000;
    margin-left: 15px;
  }
 
  }


