footer {
  background: transparent linear-gradient(180deg, #383d59 0%, #0b0c12 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  margin-top: 4rem !important;
}

.footer_social {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
}

.footer_social > li {
  background-color: #efefef;
  border-radius: 10px;
  height: 50px;
  width: 50px;
  padding: 10px;
}

.footer_made {
  color: white;
}

.devs {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
}

.devs > li > a > img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
}

.copyright {
  font-size: 13px;
  color: white;
  letter-spacing: 0.97px;
  margin-top: 6rem;
}

/** Social media icons **/

.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fa {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.social-btns .btn:before {
  background-color: #383d59;
}
.social-btns .btn i {
  color: #383d59;
}

.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus i,
.social-btns .btn:hover i {
  color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.social-btns {
  margin: auto;
  font-size: 0;
  text-align: center;

  left: 0;
  right: 0;
}
.social-btns .btn {
  display: inline-block;
  background-color: #fff;
  width: 65px;
  height: 65px;
  line-height: 50px;
  margin: 10px 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  opacity: 0.99;
}
.social-btns .btn:before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.social-btns .btn i {
  font-size: 1.5rem;
  vertical-align: middle;
}

.links h3 {
  font-size: 1.5rem;
}

@media screen and (min-width: 250px) and (max-width: 500px) {
.links h3 {
  font-size: 1.3rem;
}
}


.links p {
  margin-bottom: 0;
}

.links p:hover {
  color: rgb(199, 199, 199) !important;
}
 .dropdown-toggle::after {
  margin-left: 4.2em!important;
} 

.links a:hover {
  margin-bottom: 0;
  text-decoration: none;
}

/* Newsletter input */
#email {
 margin: auto;
  width: 100%;
  border-radius: 5px;
  font-family: "GilroyLight";
  border-left: 5px solid #535773;
}

#email input.form-control {
  height: 45px !important;
  box-shadow: none;
}
/*input {
  height: 45px !important;
}*/

#inputGroup-sizing-default {
  background-color: #fff;
}

.input-group-prepend {
  border-style: hidden;
}

#point-to {
  background-color: #fff;
  border-style: none;
  cursor: pointer;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-right-radius: 10%;
  border-bottom-right-radius: 10%;
}
.dropdown-container {
  text-align: center !important;
  display: flex;
  justify-content: center;
}
.dropdown-btn {
  width: 247px !important;
  height: 56px !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  min-width: unset;
  text-align: left;
  color: #10121a;
  margin-bottom: 5px;
}
.dropdown-menu {
  width: 247px !important;
  color: #10121a !important;
  border-radius: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.menu-item {
  height: 40px;
  line-height: 40px;
  padding-left: 30px;

}

.menu-item.menu-item1:hover{
  background-color: #d1d1d1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.menu-item.menu-item2:hover{
  background-color: #d1d1d1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  
}

.menu-link {
  height: 40px;
  line-height: 40px;
  color: #10121a !important;
  text-align: left;
  font-family: "GilroyLight";
  letter-spacing: 0px;
  color: #1d1f22;
  opacity: 1;
  text-decoration: none;

}

.menu-link:hover{
  text-decoration: none;
  text-underline-offset: none;
}

/* Arrow animation */
.bounceRight {
  -moz-animation: bounceRight 2s infinite;
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
}

@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  60% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-20px);
  }
  60% {
    transform: translateX(-10px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  60% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
