body {
  font-family: "Poppins", "sans-serif";
  background-color: #fff;
}


#sidebar.active {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#sidebar {
  height: 100%;
  /* text-align: left; */
  background: #fff;
  /*color: whitesmoke;*/
  color: 333;
  transition: all 0.3s;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  /* top layer */
  z-index: 999;
}

#sidebar .sidebar-header {
  cursor: pointer;
  background: #00afbd;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}


#sidebar .sidebar-header button {
  background: none;
  border: none;
  font-size: 40px;
  box-shadow: none;
  padding-left: 20px;
  color: whitesmoke;
}

#sidebar.active .sidebar-header button {
  font-size: 40px;
}

#sidebar.active ul li a {
  flex-direction: row;
  display: inline-flex;
}

#sidebar ul li a {
  padding: 20px 10px;
  padding: 10px;
  display: block;
  text-decoration: none;
}

#sidebar.active ul li a i {
  margin-right: 5px;
  vertical-align: -3px;
  margin-bottom: 5px;
}

#sidebar ul li a i {
  margin-bottom: 5px;
  text-align: center;
  background-color: #00afbd;
  padding: 20px 23px;
  border-radius: 100%;
  font-size: 1.5em;
  color: whitesmoke;
}

#sidebar ul li a i:hover {
  background-color: #018fa1;
}

#sidebar ul li a h3 {
  display: none;
}

#sidebar.active ul li a h3 {
  display: inline-block;
  padding-left: 10px;
  font-size: 1em;
  margin-top: 25px;
  font-weight: 300;
}

#sidebar #gear-button {
  display: none;
}
#sidebar.active #gear-button {
  display: inline-block;
}


#sidebar ul.components {
  padding: 20px 0;
  margin-top: 120px;
}


#sidebar .crg-footer {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
}

#sidebar .crg-footer button {
  cursor: pointer;
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  width: 100%;
  color: #00afbd;
}

#sidebar .crg-footer button h6 {
  font-size: 0.8em;
  font-weight: 200;
}

#sidebar .crg-footer button i {
  position: fixed;
  bottom: 0px;
  float: right;
}

#sidebar.active .crg-footer {
  width: 100%;
}

#crg-info-div {
  display: none;
  height: 120px;
  width: 990px;
  position: absolute;
  bottom: 0px;
  left: 95px;
/*  background-color: #333;*/
  background-color: #fff;
  color: #212529;
  text-align: left;
  /* transition: all 1s; */
  font-size: 0.9em;
  margin-bottom: 5px;
  padding: 8px;
  justify-content: center;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 2px;
  border: 3px solid #00afbd;
}
#dropdown-container {
  display: none;
  height: 160px;
  width: 70vw;
  position: absolute;
  top: 0px;
  left: 95px;
  /*background-color: #333;*/
  background-color: #fff;
  color:  #212529;
  text-align: left;
  /* transition: all 1s; */
  font-size: 0.9em;
  margin-bottom: 5px;
  padding: 8px;
  justify-content: center;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 2px;
  border: 3px solid #00afbd;
}


#sidebar.active #crg-info-div {
  margin-left: 87px;
}
#sidebar.active #dropdown-container {
  margin-left: 87px;
}

#crg-info-div.active {
  display: grid;
  grid-template-columns: 1fr 4fr;
  justify-content: center;
  align-items: center;
}
#dropdown-container.active {
  display: grid;
  grid-template-columns: 1fr 4fr;
  justify-content: center;
  align-items: center;
}

/*  */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.close-btn:hover {
  color: #00afbd;
}

/*  */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#contact-us-div p {
  display: inline-block;
  padding-right: 10px;
  margin-left: 9px;
  line-height: 5px;
}



#content {
  z-index: 998;
  width: 97vw;
}

.slide_photo {
  height: 100vh;
  margin-left: 150px;
  /*background-color: #333;*/
  background-color: #fff;
  background-image: url("../appimgs/Empact-Logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#myVideo{
    margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-left: 100px;
  padding-right: 10px;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

 /*  */
 #newDealDiv{
   position: fixed;
   top: 45%;
   left: 20%;
   z-index: 100;
   font-weight: bold;
 }

 .firstA{
    position: fixed;
    top: 45%;
    /* left: -100px;  */
    animation: move 3s forwards;
 }

 .secondA{
  position: fixed;
  top: 55%;
  animation: move 3s forwards;
 }

 .thirdA{
  position: fixed;
  top: 65%;
  animation: move 3s forwards;
 }

 @keyframes move{
  /* 0%   {left: 0px;}
  25%  {left: 5%;}
  75%  {left: 10%;}
  100% {left: 20%;} */
  from {left: -10%;}
  to {left: 25%;}
 }

 .growshrink{
   animation: gs 1s ease-in-out infinite;
 }

 @keyframes gs{
   to{transform: scale(1.1)};
 }
