::selection {
  color: #262626;
  background: #6A962F;
}
#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;


}

.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: 250px;
  margin: 50px 25px 0 25px;
  float: left;
}

.first_one{
  margin-left: 50px;
}

/* Remove extra left and right margins, due to padding */
.card_row {
  margin:0 auto;
  width: 1250px;
}

.card_row_1 {
  margin:0 auto;
  width: 900px;

}

/* Clear floats after the columns */
.card_row:after, .card_row_1:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .card_column {
    width: 100%;
    display: block;
    margin: 50px 0 50px 0;
  }
  .card_row, .card_row_1 {
    width: 280px;
  }
  .first_one{
    margin-left: 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;
  text-align: center;
  height: 340px;
  margin: 0 10px 0 10px;
  background-color: #FFFFFF;
}
/*body {
  overflow-y: scroll; !* Hide scrollbars *!
}*/

.footer_social_media_header{
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'Bebas Neue', cursive;
}

.quinks{
  margin-top: 5px;
  text-align: center;
}

.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;
}

.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;
  margin-top: 50px;
  background-color: #262626;
  width: 100%;
}

.second_row{
  margin-top: 70px;
  padding-bottom: 250px;
}

.circle_bullets{
    height: 5px;
    width: 5px;
    margin: 0 7px 3px 0;
    background-color: #6a962f;
    border-radius: 50%;
    display: inline-block;
}

.team_header_content{
  padding: 10% 0 12% 0;
  width: 100%;
  font-family: 'Bebas Neue', cursive;
  text-align: center;
  font-size: 45px;
}

.team_body_content{
  height: 580px;
  width: 100%;
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.team_title{
  color: #6a962f;
  width: 100%;
  text-align: center;
  font-family: 'Bebas Neue', cursive;
  font-size: 28px;
}

.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;
  }

  .team_body_content{
    height: 100%;
    width: 100%;
    position: relative;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 100px 0 0 0;
  }

  .team_header_content{
    padding: 30% 0 40% 0;
    width: 100%;
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    font-size: 45px;
  }

  .second_row {
    margin-top: 0;
    padding-bottom: 0;
  }

  .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;
  }

}

