.twenty_container {
  display: flex;
  justify-content: center;
  background: white;
}

.twenty_container img {
  width: 100%;
}

.btn_linker {
  border: none;
  background: none;
  padding: 0;
  position: relative;
  width: 35%;
}

.btn_linker a {
      position: absolute;
  width: 100%;
  height: 100%;
}

.btn_linker:active, .btn_linker:focus {
  outline: none;
}

#footer {
  border-top: none;
  background: #0f0f0f;
  padding: 0;
  margin-top: 0;
}

#footer .footer-copyright {
  background: none;
  border-top: none;
  margin-top: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

#footer .footer-copyright .container {
  width: 100%;
  margin: 0;
  padding: 0;
}

#footer .footer-copyright .container .row {
  margin: 0;
}

#footer .container .row > div {
  margin-bottom: 0;
}

#footer hr {
  display: none;
}

#footer .footer-top-section {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: 50px 0;
}

.footer-top-section .footer-left-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-top-section .footer-right-section {
  display: flex;
  width: 50%;
  justify-content: space-between;
}

.footer-top-section .footer-right-section ul li {
  list-style: none;
  color: white;
}

#footer a {
  font-family: 'Red Hat Text', sans-serif;
}

#footer a:hover {
  color: #1BACE4;
}

#footer h2 {
  color: #1BACE4;
  margin: 0 0 7px 0;
  font-family: 'Red Hat Text', sans-serif;
  font-size: 2rem;
}

#footer h2:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 2px;
  color: white;
  background: white;
}

#footer .footer-bottom-section {
  background: #080808;
  width: 100%;
  height: 6vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
}

#footer .footer-bottom-section .bottom-center-text {
  display: flex;
  margin: auto;
}

#footer .footer-bottom-section .bottom-right-text {
  position: absolute;
  right: 180px;
}

#footer .footer-copyright p {
  color: #757575;
}

#footer .footer-bottom-section .bottom-right-text p a {
  color: #757575;
}

#footer .footer-top-section_mobile {
  display: none;
}

#footer .footer-top-section_mobile ul {
  margin: 22px 0;
  padding: 0;
}

#footer .footer-top-section_mobile ul li {
  list-style: none;
  color: white;
}

#footer .footer-mid-section img {
  width: 50%;
}

#contact-icons {
  display: flex;
}

#contact-icons li a {
  font-size: 4rem;
  margin: 20px;
}

#footer .footer-bottom-section_mobile {
  display: none;
}

#footer .footer-privacy {
  text-align: right;
  margin: 0 40px 10px 0;
}

#footer .footer-privacy a {
 color: #757575;
}

@media screen and (max-width: 1016px) {
  #footer .footer-top-section {
    display: none;
  }
  
  #footer .footer-top-section_mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 40px 0;
  }
  
  #footer h2 {
    position: relative;
  }
  
  #footer h2:before {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 17px;
    height: 2px;
    background: #757575;
  }
  
  #footer .footer-bottom-section {
    display: none;
  }
  
  #footer .footer-bottom-section_mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: -10px;
    background: #080808;
    font-size: 1rem;
  }
  
}

@media only screen and (max-width: 1500px) {
  #footer .footer-right-section{
    width: 55%;
  }
}

@media only screen and (max-width: 1330px) {
  #footer .footer-right-section{
    width: 60%;
  }
}

@media only screen and (max-width: 1200px) {
  #footer .footer-right-section{
    width: 65%;
  }
}

/*** Footer ***/

#footer {
  border-top: none;
  background: #1D2127;
  padding: 0;
  margin-top: -50px;
  background: linear-gradient(0deg, rgba(11,12,14,1) 0%, rgba(19,22,26,1) 10%, rgba(29,33,39,1) 30%, rgba(29,33,39,1) 100%);
}

#footer .footer-top-section {
  flex-direction: column;
}

.footer-top_socials {
  display: flex;
  list-style: none;
  width: 100%;
  justify-content: center;
  padding: 0;
}

.footer-top_socials li a {
  display: flex;
  justify-content: center;
  align-items: center;
}


.footer-top_socials li img {
  width: 35%;
}

.footer-top_company {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 50px auto 0;
  width: 50%;
  padding: 0;
}

.footer-top_company li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9%;
}

.footer-top_company li a {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: white;
}

.vertical-line {
  border-left: 1px solid #2c3238;
  height: 25px;
}

.vertical-line_small {
  border-left: 1px solid #a3a3a3;
  height: 15px;
}

.footer-top_support {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 50px auto 0;
  padding: 0;
  width: 50%;
}

.footer-top_support li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17%;
}

.footer-top_support li a {
  font-size: 12px;
  color: #a3a3a3 !important;
}

#footer .footer-bottom-section {
  background: linear-gradient(90deg, #1F7FE8, #1EC9E9);
}

#footer .footer-copyright p {
  color: white;
}

@media screen and (max-width: 1564px) {
  .footer-top_support {
    width: 58%;
  }
}

@media screen and (max-width: 1456px) {
  .footer-top_company {
    width: 60%;
  }
  
  .footer-top_support {
    width: 64%;
  }
  
}

@media screen and (max-width: 1456px) {
  .footer-top_support {
    width: 70%;
  }
  
  .footer-top_company {
    width: 65%;
  }
  
}

@media screen and (max-width: 1120px) {
  .footer-top_support {
    width: 74%;
  }
  
  .footer-top_company {
    width: 75%;
  }
  
}

@media screen and (max-width: 1040px) {
  .footer-top_support {
    width: 80%;
  }
  
  .footer-top_company {
    width: 80%;
  }
  
}

@media screen and (max-width: 992px) {
  
  .twenty_container img {
    width: 100%;
  }
  
  .footer-top_socials {
    width: 80%;
    margin: auto;
  }
  
  .footer-top_socials li img {
    widht: 40%
  }
  
  .footer-top_company, .footer-top_support {
    flex-direction: column;
    align-items: center;
  }
  
  .footer-top_company li, .footer-top_support li {
    margin: 0 0 10px;
  }
  
  #footer h2 {
    color: white;
  }
  
  #footer a {
    color: #a3a3a3;
  }
  
  #footer .footer-bottom-section_mobile {
    background: linear-gradient(90deg, #1F7FE8, #1EC9E9);
  }
  
  
}





/**************/


