#footer {
  background-color: #141414; }

.foot_center {
  padding-top: 6%;
  padding-bottom: 10%; }
 .subscribe_form,.input-group{
   width:200px;
 }
.footer_center {
  padding-top: 2%;
  padding-bottom: 2%; }

.footer_btn {
  background-color: black; 
}

.about_footer {
  font-size: 21px;
  color: #ffffff;
  font-weight: 500; }

.footlogo {
  width: 77%;
  height: 83px; }

.footer_list {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400; }

#footer_sec {
  background-color: #0C0C0C; }

.footer_text {
  color: #ffffff;
  font-size: 15px; }

.swap-on-hover {
  position: relative;
  margin: 0 auto; }

.swap-on-hover img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 75%;
  height: 53px;
  border: 0.5px solid white !important;
  border-radius: 10px !important; }

.swap-on-hover .swap-on-hover__front-image {
  z-index: 9999;
  transition: opacity .1s linear;
  cursor: pointer; }

.swap-on-hover:hover > .swap-on-hover__front-image {
  opacity: 0; }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .bottom_lenght {
    margin-bottom: 85px; }
  .swap-on-hover img {
    width: 40%; } }

@media only screen and (min-device-width: 687px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .hero-sub-head {
    font-size: 14px; } }

.subscribe_form {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 2px 5px 0px rgba(10, 6, 20, 0.24); }
  .subscribe_form:focus {
    outline: none; }
  .subscribe_form .form-control {
    border: none; }
    .subscribe_form .form-control:focus {
      box-shadow: none; }
  .subscribe_form input {
    height: 44px; }
  .subscribe_form button {
    border: none;
    height: 44px;
    background-color: #AAAAAA;
    color: #141414;
    font-weight: bold;
    margin: -1px;
    border-radius: 0;
    width: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-transform: uppercase;
    position: relative;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s; }
    .subscribe_form button:hover, .subscribe_form button:focus, .subscribe_form button:active, .subscribe_form button:visited {
      color: #ffffff;
      background-color: #AAAAAA;
      outline: none;
      transition: all ease 0.3s;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s; }
      .subscribe_form button:hover:before, .subscribe_form button:focus:before, .subscribe_form button:active:before, .subscribe_form button:visited:before {
        background-color: #AAAAAA;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s; }
    .subscribe_form button:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      transition: all ease 0.3s;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s; }
  .subscribe_form .input-group-btn:last-child > .btn,
  .subscribe_form .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: 0px;
    margin-top: 0px; }

.protocol_link {
  text-decoration: none; }
