#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #262626;
  z-index: 2;
  cursor: pointer;
}
#text{
  position: absolute;
  top: 30%;
  left: 37%;
  width: 25%;
  font-size: 50px;
  color: white;
}

body {
  overflow-y: scroll; /* Hide scrollbars */
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


#header{
  position:fixed;
  display:block;
  width: 100%;
  height: 58px;
  background-color: #FFFFFF;
  z-index:9;
  text-align:center;
  padding: 0 0 0px 0;
}
#header{
  top:0;
}
.navItems {
  padding: 0 0 7px 0;
}
nav a {
  color: #262626;
}

nav{
  text-align: center;
}

.navbar-toggler {
  border: none !important;
}

.dropdown:hover .dropdown-menu{
  display: block !important;
}

nav a:hover{
  color: #FFFFFF;
}

.menu_icon {
  display: none;
}

.barOne, .barTwo, .barThree {
  width: 30px;
  height: 2px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.change .barOne {
  transform: rotate(-45deg) translate(-8px,6px);
}

.change .barTwo {
  opacity: 0;
}

.change .barThree {
  transform: rotate(45deg) translate(-5px, -5px);
}

.nav_background_change{
  background-color: #262626;
}

.btn-outline-danger {
  color: #6A962F !important;
  border: 1px solid #6A962F !important;
}

.btn-outline-danger:hover{
  color: white !important;
  background-color: #6A962F !important;
}

#login:hover {
  background-color: #6A962F !important;
}

.onlyOnCollapse {
  margin: 8px 0;
}

.navbar-nav li.active > a {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  color: #262626;
}

.main-menubox {
  display: none;
}
.main-menu:hover .main-menubox{
  display: block;
}
.dropdown-submenu{
  position: relative;
}
.dropdown-submenu a::after{
  transform: rotate(-90deg);
  position: absolute;
  right: 3px;
  top: 40%;
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{
  display: flex;
  flex-direction: column;
  position: absolute !important;
  margin-top: -30px;
  left: 100%;
}
@media (max-width: 992px) {
  .dropdown-menu{
    width: 100%;
    text-align: center;
  }
  .dropdown-menu .dropdown-submenu{
    width: auto;
  }

  .dropdown-menu{ left: -131%;}
}
.dropdown-submenu a::after {
  right: 16px;
  top: 42%;
}
.dropdown-item {
  padding: 8px 18px;
}
.dropdown-item{white-space: normal}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  font-size: 14px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #6a962f;
}

li.nav-item{padding: 10px 20px;}
ul li a{
  color: #262626 !important;
}

.card_column {
  width: 400px;
  float: left;
  margin: 2% 0 0 0;
}

::selection {
  color: #262626;
  background: #6A962F;
}

.contact_title{
  color: #6a962f;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  font-family: 'Bebas Neue', cursive;
  font-size: 28px;
}

/* Remove extra left and right margins, due to padding */
.card_row {
  height: 780px;
  position: absolute;
  top:95px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1200px;
}

.card_row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 900px) {
  .card_column {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
  }
  .card_row {
    height: 100%;
    width: 100%;
    position: relative;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 100px 0 0 0;
  }
}

/* Style the counter cards */
.card_card {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  padding: 30px 20px 16px 20px;
  text-align: center;
  margin: 50px 50px 50px 50px;
  height: 230px;
  color: #262626;
  background-color: #FFFFFF;
}

.footer_social_media_header{
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'Bebas Neue', cursive;
}

.quinks{
  margin-top: 5px;
  text-align: center;
}

.copyright_para{
  border-top: 1px solid rgba(155,155,155,0.51);
  margin: 0;
  text-align: center;
  color: rgba(155,155,155,0.5);
  font-size: 11px;
  padding: 10px 0 10px 0;
}

.revoh_footer{
  border-radius: 4% 4% 0 0;
  position: fixed;
  bottom:0;
  background-color: #262626;
  width: 100%;
}

.circle_bullets{
  height: 5px;
  width: 5px;
  margin: 0 7px 3px 0;
  background-color: #6a962f;
  border-radius: 50%;
  display: inline-block;
}

.discount{
  width: 100%;
  text-align: center;
  color: #262626;
  font-size: 12px;
  margin-top: 30px;
}

.disc_anim{
  border-bottom: 1px solid #cbcbcb;
  margin: 5px 30% 0 30%;
  -webkit-animation-name: disc_move;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  /*animation: disc_move 3s infinite;*/
  animation-name: disc_move;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes disc_move {
  0% {margin: 5px 30% 0 30%;}
  100% {margin: 5px 50% 0 50%;}
}

.quote_second{
  color: #6a962f;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 11px;
  top: 0;
  position: absolute;
  text-align: center;
  margin: 40px 0 0 45px;
  font-family: 'Bebas Neue', cursive;
}

.contact_header_content{
  padding: 9% 0 9% 0;
  width: 100%;
  font-family: 'Bebas Neue', cursive;
  text-align: center;
  font-size: 45px;
}

.footer_column{
  text-align: left;
  padding-left: 100px;
}

.footer_company_logo{
  margin-top:20px;
  width: 100px;
}

.footer_company_description{
  font-size: 12px;
  margin: 20px 0 10px 0;
  text-align: justify;
  color: #a3a3a3;
}

.footer_incubation_column{
  margin-top:20px;
}

.incubated{
  cursor: pointer; 
  color: #a3a3a3; 
  font-size: 12px; 
  opacity: 0.8;
  padding: 10px 0 10px 0;
}

.footer_product_column{
  margin:20px 0 10px 0;
}

.footer_support_column{
  margin:20px 0 10px 0;
}

.footer_product_link_holder{
  opacity: 0.8;
  font-size: 13px;
  float: none;
  padding: 0;
  margin-top: 0px;
}

.footer_product_link_holder_rem{
  opacity: 0.8;
  float: none;
  margin-top: 10px;
  padding: 0;
  font-size: 13px;
}

.link_design{
  color: #6A962F;
  text-decoration: none;
}

.link_design:hover{
  color: #425f1d;
  text-decoration: underline;
}

@media screen and (max-width: 1000px){

  .footer_support_column{
      margin:20px 0 10px 0;
  }

  .footer_product_column{
      margin:15px 0 0 0;
  }

  .footer_product_link_holder{
      opacity: 0.8;
      font-size: 13px;
      margin-top: 10px;
      padding: 0 20px 0 0;
      float: left;
  }

  .footer_product_link_holder_rem{
      opacity: 0.8;
      float: left;
      margin-top: 10px;
      padding: 0 20px 0 0;
      font-size: 13px;
  }

  .incubated{
      cursor: pointer; 
      color: #a3a3a3; 
      font-size: 12px; 
      opacity: 0.8;
      padding: 5px 0 0 0;
  }

  .footer_incubation_column{
      margin-top:0px;
  }

  .footer_company_description{
      font-size: 12px;
      margin: 10px 0 5px 0;
      text-align: justify;
      color: #a3a3a3;
  }

  .footer_company_logo{
      margin-top:15px;
      width: 100px;
  }
  .footer_column{
      text-align: left;
      padding-left: 35px;
  }

  .contact_title{
    color: #6a962f;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Bebas Neue', cursive;
    font-size: 28px;
  }

  .card_card {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    padding: 30px 20px 16px 20px;
    text-align: center;
    margin: 20px 50px 20px 50px;
    height: 230px;
    color: #262626;
    background-color: #FFFFFF;
  }

  .contact_header_content{
    padding: 30% 0 30% 0;
    width: 100%;
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    font-size: 45px;
  }

  .disc_anim{
    border-bottom: 1px solid #262626;
    margin: 5px 10% 10px 10%;
    -webkit-animation-name: disc_move;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    /*animation: disc_move 3s infinite;*/
    animation-name: disc_move;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }

  @keyframes disc_move {
    0% {margin: 5px 10% 10px 10%;}
    100% {margin: 5px 50% 10px 50%;}
  }

  .copyright_para{
    border-top: 1px solid rgba(155,155,155,0.51);
    margin: 0;
    text-align: center;
    color: rgba(155,155,155,0.5);
    font-size: 10px;
    padding: 10px 0 10px 0;
  }
  .quinks{
    margin: 10px 0 10px 0;
  }
  .footer_social_media_header{
    color: #FFFFFF;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Bebas Neue', cursive;
  }
  .revoh_footer{
    border-radius: 4% 4% 0 0;
    position: relative;
    bottom:0;
    background-color: #262626;
    width: 100%;
  }
  .menu_icon {
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
  }

  .navbar-nav li.active > a {
    border-bottom: none;
    color: #6A962F;
  }

  #overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    background-color: #262626;
    z-index: 2;
    cursor: pointer;
  }

  #text {
    position: absolute;
    top: 30%;
    left: 5%;
    width: 90%;
    font-size: 50px;
    color: white;


  }
  .barOne, .barTwo, .barThree {
    width: 30px;
    height: 2px;
    background-color: #26262690;
    margin: 6px 0;
    transition: 0.4s;
  }

  .nav_background_change{
    background-color: #FFFFFF;
  }

}


