@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");

/* HTML Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
a {
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Rubik";
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Main Kontrolü */
.max-width {
  padding-right: 120px;
  padding-left: 120px;
  width: 100%;
  box-sizing: border-box;
}
.flex-6 {
  width: 50%;
}

.mav-width {
  max-width: 1356px;
  padding: 0 42px;
  margin: auto;
}

/* Bottom Bar */
.bottom-bar {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  box-shadow: -7px -3px 5px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: fixed;
  bottom: 0;
  z-index: 101;
  width: 100%;
}

.bottom-bar a {
  width: 25%;
  border-right: 1px solid #1f3e4f;
  display: block;
  color: #1f3e4f;
  text-align: center;
  padding: 11px 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  box-sizing: border-box;
}
.bottom-bar a:last-child {
  border-right: none;
}
.bottom-bar img {
  margin-bottom: 2.5px;
  width: 16px;
}

/* Nav Main */
.navbar {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 30px 0;
  font-weight: 300 !important;
  transition: all 0.3s ease;
}
.navbar.sticky {
  padding: 15px 0;
  background: #1f3e4f;
  color: #fff !important;
  box-shadow: 0 2px 20px #1f3e4f;
}
.navbar.sticky .blue-btn {
  background-color: #fff;
  color: #1f3e4f;
}
.navbar .mav-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .logo a {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
}
.navbar .menu li {
  list-style: none;
  display: inline-block;
}
.navbar .menu li a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-left: 25px;
  transition: color 0.3s ease;
}

/* Menü butonu */
.menu-btn {
  color: #fff;
  font-size: 23px;
  cursor: pointer;
  display: none;
}

.navbar .blue-btn {
  background-color: #1f3e4f;
  padding: 10px 21px;
  border-radius: 4px;
  font-weight: 400 !important;
}

/* Banner */
.banner .swiper {
  z-index: 102;
  width: 100%;
  max-height: 100vh;
  padding: 0 !important;
  box-sizing: border-box;
  position: relative;
}
.banner .swiper-slide {
  padding: 0.1px;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.banner-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.banner .swiper-slide h2 {
  font-size: 48px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  line-height: 56px;
  z-index: 999999;
  width: 50%;
  margin-left: 120px;
}
.banner .swiper-slide h2 strong {
  font-weight: 500;
  color: #fff;
}
.banner .swiper-slide p {
  color: #fff;
  font-size: 20px;
  z-index: 999999;
  width: 50%;
  margin-left: 120px;
  line-height: 28px;
  font-weight: 300;
}
.bg-swipe {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(0 0 0 / 50%);
  z-index: 99;
}
.opacity-br {
  width: 40%;
  z-index: 99999999;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 15px 0 0 120px;
}
.white-br {
  width: 10%;
  z-index: 99999999;
  height: 1px;
  background-color: #fff;
  margin: -1px 0 0 120px;
}
.banner .swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: 42px;
}
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  transition: 0.3s ease;
  border: 1px solid #fff;
  opacity: 1;
  background: transparent;
}
.banner .swiper-pagination-bullet:hover {
  background: #fff;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}
.banner-social {
  position: absolute;
  top: 40%;
  right: 42px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  z-index: 103;
}
.banner-social a {
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}
.banner-social a:last-child {
  margin-bottom: 0;
}

/* Banner Markaları */
.banner-ref {
  padding: 50px 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner-ref h6 {
  width: 100%;
  font-size: 20px;
  color: #a5a5a5;
}
.banner-ref img {
  width: 20%;
  box-sizing: border-box;
  padding: 40px;
  transition: 0.3s ease;
}
.banner-ref img:hover {
  padding: 50px;
}

/* Projelerimiz */
.works {
  padding: 120px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.works h2 {
  width: 100%;
  color: #1f3e4f;
  font-size: 48px;
  line-height: 56px;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}
.works h2 strong {
  font-weight: 500;
}
.work-box {
  width: 30%;
  margin: 1.5%;
  box-sizing: border-box;
  border-radius: 16px;
  position: relative;
}
.work-shadow {
  width: 100%;
  height: 99%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 5px;
  right: 0;
  transition: 0.3s ease;
  background: rgba(000, 000, 000, 0.1);
  z-index: 99;
  border-radius: 16px;
}
.work-box img {
  width: 100%;
  border-radius: 16px;
}
.work-box small {
  font-size: 14px;
  font-weight: 300;
  transition: 0.3s ease;
  color: #fff;
  top: -20px;
  left: 20px;
  position: absolute;
  z-index: -1;
}
.work-box h5 {
  font-size: 24px;
  color: #fff;
  transition: 0.3s;
  bottom: -20px;
  left: 20px;
  position: absolute;
  z-index: -1;
}
.work-box:hover h5 {
  bottom: 20px;
  z-index: 110;
}
.work-box:hover small {
  top: 20px;
  z-index: 110;
}
.work-box:hover .work-shadow {
  background: rgba(000, 000, 000, 0.4);
}

/* Hizmetlerimiz */
.we-doing {
  padding: 120px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.we-doing h2 {
  width: 100%;
  color: #1f3e4f;
  font-size: 48px;
  line-height: 56px;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}
.we-doing h2 strong {
  font-weight: 500;
}
.we-doing h6 {
  font-size: 16px;
  color: #a5a5a5;
  margin: 30px auto 0;
}
.slide-box {
  width: 30%;
  margin: 1.5%;
  padding: 32px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
}
.slide-box h4 {
  margin-top: 25px;
  font-size: 32px;
  font-weight: 300;
  color: #1f3e4f;
  line-height: 40px;
}
.slide-box p {
  font-size: 14px;
  margin-top: 40px;
  font-weight: 300;
  color: #1f3e4f;
  line-height: 22px;
}

/* Referanslar */
.references {
  padding: 120px;
  background-attachment: fixed;
  background-image: url(../../img/background/parallax-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.references h2 {
  width: 100%;
  color: #1f3e4f;
  font-size: 48px;
  line-height: 56px;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}
.references h2 strong {
  font-weight: 500;
}
.references-images img {
  transition: 0.3s ease;
  width: 22%;
  margin: 1%;
  padding: 40px;
  box-sizing: border-box;
  border: 1px solid #a5a5a5;
  border-radius: 50%;
}
.references-images img:hover {
  padding: 50px;
}
.references h6 {
  text-align: center;
  font-size: 20px;
  color: #a5a5a5;
  margin-top: 20px;
}

/* Biz kimiz */
.who-are {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.who-image {
  padding: 120px;
  box-sizing: border-box;
  border-radius: 4px;
}
.who-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 120px;
  box-sizing: border-box;
}
.who-text h2 {
  width: 100%;
  color: #1f3e4f;
  font-size: 48px;
  line-height: 56px;
  font-weight: 300;
  margin-bottom: 30px;
}
.who-text h2 strong {
  font-weight: 500;
}
.who-text p {
  width: 100%;
  color: #1f3e4f;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 20px;
}
.who-prop {
  width: 30%;
}
.who-prop h3 {
  font-size: 48px;
  color: #2f81ff;
  margin-bottom: 10px;
  font-weight: 300;
  margin-bottom: 10px;
}
.who-prop p {
  font-size: 14px;
  line-height: 22px;
}

/* İletişim */
.contact {
  display: flex;
  flex-wrap: wrap;
  background-attachment: fixed;
  background-image: url(../../img/background/parallax-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
/*.contact-image{height:100vh;object-fit:cover;}*/
.contact form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px;
  box-sizing: border-box;
  width: 50%;
  margin: auto;
}
.contact h2 {
  color: #1f3e4f;
  font-size: 48px;
  line-height: 56px;
  font-weight: 300;
  margin-bottom: 30px;
}
.contact h2 strong {
  font-weight: 500;
}
.contact input {
  transition: 0.3s ease;
  background-color: #f0f0f0;
  color: #1f3e4f;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
  margin-bottom: 30px;
  border: none;
}
.contact input::placeholder {
  color: #87979f;
  transition: 0.3s ease;
}
.contact input:hover::placeholder {
  color: #1f3e4f;
}
.contact input:focus {
  outline: none;
}
.contact button {
  transition: 0.3s ease;
  background-color: #2f81ff;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding: 18px 55px;
  border-radius: 4px;
  border: none;
}
.contact button:hover {
  background-color: #1f3e4f;
}

/* Footer */
.footer {
  padding-top: 40px !important;
  background-color: #1b2330; /*#23252c;*/
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 85px;
  margin-top: 35px;
}
.footer-logo {
  max-width: 140px;
  position: relative;
  margin: 40px auto 0;
  display: block;
}
.footer-box h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.footer-box a {
  transition: 0.2s ease;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.footer-box a:hover {
  color: #fff;
}
.footer-box a i {
  margin-right: 5px;
}
.footer-social {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-social a {
  text-decoration: none;
  padding: 0 12.5px;
}
.footer-desc {
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  padding: 15px 0;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}
.footer-partner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 15px;
}
.footer-partner img {
  position: relative;
  margin: auto;
}

/* Menu Responsivesi */
@media (max-width: 991px) {
  .mav-width {
    padding: 0 50px;
  }
}
@media (max-width: 947px) {
  .navbar .blue-btn {
    background-color: #fff;
    color: #1f3e4f !important;
  }
  .menu-btn {
    display: block;
    z-index: 999;
  }
  .menu-btn i.active:before {
    content: "\f00d";
  }
  .navbar .menu {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: -110%;
    top: 0;
    padding-left: 20px;
    background: #1f3e4f;
    text-align: left;
    padding-top: 80px;
    transition: all 0.3s ease;
  }
  .navbar .menu.active {
    left: 0;
  }
  .navbar .menu li {
    display: block;
  }
  .navbar .menu li a {
    display: inline-block;
    margin: 20px 0;
    font-size: 25px;
  }
  .mav-width {
    max-width: 930px;
  }
}

@media (max-width: 690px) {
  .mav-width {
    padding: 0 23px;
  }
}

/* Sitenin responsive kodları */
@media (min-width: 993px) and (max-width: 1199px) {
  .banner-ref img {
    padding: 20px;
  }

  .who-image {
    padding: 60px 60px 60px 120px;
  }
  .who-text {
    padding-left: 60px;
  }
  .who-text h2,
  .who-prop h3 {
    font-size: 40px;
    line-height: 48px;
  }
  .who-text p {
    font-size: 16px;
  }
  .who-prop p {
    font-size: 14px;
    line-height: 20px;
  }
  .contact form {
    height: 100%;
    padding: 60px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .banner .swiper {
    height: 600px;
    max-height: 100%;
  }
  .banner-bg {
    height: 600px;
  }
  .banner-ref {
    padding: 50px 60px;
  }
  .banner-ref img {
    padding: 20px;
  }
  .works,
  .we-doing,
  .references {
    padding: 60px;
  }
  .slide-box {
    padding: 32px 20px;
  }
  .slide-box h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .slide-box p {
    margin-top: 30px;
  }
  .who-image {
    padding: 60px;
  }
  .who-text {
    padding: 40px 60px;
  }
  .who-text h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .who-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .who-prop h3 {
    font-size: 24px;
  }
  .who-prop p {
    font-size: 12px;
    line-height: 20px;
  }
  .contact form {
    height: 100%;
    padding: 40px 0;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .bottom-bar {
    display: flex;
  }
  .banner .swiper {
    height: 100vh;
  }
  .banner .swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical > .swiper-pagination-bullets {
    left: 6px;
  }
  .banner-social {
    right: 20px;
  }
  .banner .swiper-slide h2 {
    font-size: 32px;
    line-height: 40px;
    margin-left: 30px;
  }
  .banner .swiper-slide p {
    margin-left: 30px;
  }
  .white-br,
  .opacity-br {
    margin-left: 30px;
  }
  .banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .banner-ref {
    padding: 40px 20px 20px;
    justify-content: center;
  }
  .banner-ref img {
    width: 30%;
    margin: 0 0.5% 20px;
  }
  .works {
    justify-content: center;
  }
  .work-box {
    width: 47.5%;
    margin: 0 2.5% 20px 0;
  }
  .work-box:last-child {
    margin-bottom: 0;
  }
  .works,
  .we-doing {
    padding: 80px 20px;
  }
  .we-doing h6 {
    text-align: center;
  }
  .we-doing {
    justify-content: space-between;
  }
  .slide-box {
    width: 48%;
    margin: 0 0 20px;
  }
  .slide-box p {
    margin-top: 30px;
  }

  .references {
    padding: 80px 20px;
  }
  .references h6 {
    font-size: 16px;
  }
  .references-images img {
    width: 47.5%;
    margin: 0 0.5% 20px;
  }

  .who-text {
    padding: 40px 20px 80px;
    width: 100%;
  }
  .who-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .who-prop {
    width: 47%;
  }
  .who-prop h3 {
    font-size: 32px;
  }
  .who-text p {
    font-size: 14px;
  }
  .who-image {
    display: none;
  }

  .contact form {
    height: 100%;
    padding: 80px 20px;
    width: 100%;
  }

  .max-width {
    padding: 0 20px;
  }
  .footer-content {
    justify-content: center;
  }
  .footer-box {
    width: 33%;
    margin: 0 0 20px;
  }
  .footer-box h4,
  .footer-box a {
    text-align: center;
  }
  .footer-box:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 426px) and (max-width: 600px) {
  .bottom-bar {
    display: flex;
  }
  .flex-6 {
    width: 100%;
  }
  .banner .swiper {
    height: 100vh;
  }
  .banner .swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical > .swiper-pagination-bullets {
    left: 6px;
  }
  .banner-social {
    right: 20px;
  }
  .banner .swiper-slide h2 {
    font-size: 24px;
    line-height: 32px;
    margin-left: 30px;
  }
  .banner .swiper-slide p {
    margin-left: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .white-br,
  .opacity-br {
    margin-left: 30px;
  }
  .banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .banner-ref {
    display: none;
  }
  .works {
    padding: 80px 0;
  }
  .works h2,
  .we-doing h2,
  .references h2,
  .who-text h2,
  .contact h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .work-box {
    width: 50%;
    margin: 0;
    border-radius: 0;
    height: 134px;
  }
  .work-shadow,
  .work-box img {
    border-radius: 0;
  }
  .work-box img {
    object-fit: cover;
    height: 135px;
  }
  .work-box:last-child {
    margin-bottom: 0;
  }
  .we-doing {
    padding: 80px 20px;
    justify-content: space-between;
  }
  .we-doing h6 {
    text-align: center;
  }
  .slide-box {
    width: 48%;
    margin: 0 0 20px;
  }
  .slide-box p {
    margin-top: 20px;
  }
  .slide-box h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .references {
    padding: 80px 20px;
  }
  .references h6 {
    font-size: 16px;
  }
  .references-images img {
    width: 47.5%;
    margin: 0 0.5% 20px;
    padding: 10px;
  }

  .who-text {
    padding: 40px 20px 80px;
  }
  .who-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .who-prop {
    width: 47%;
  }
  .who-prop h3 {
    font-size: 32px;
  }
  .who-text p {
    font-size: 14px;
  }
  .who-image {
    /*padding:80px 20px 40px;*/
    display: none;
  }

  .contact form {
    height: 100%;
    padding: 80px 20px;
    width: 100%;
  }

  .max-width {
    padding: 0 20px;
  }
  .footer-content {
    justify-content: center;
  }
  .footer-box {
    width: 50%;
    margin-bottom: 20px;
  }
  .address-footer-box {
    width: 100%;
    text-align: center;
  }
  .services-footer-box {
    display: none;
  }
  .footer-box h4,
  .footer-box a {
    text-align: center;
  }
  .footer-box:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 425px) {
  .bottom-bar {
    display: flex;
  }
  .flex-6 {
    width: 100%;
  }
  .banner .swiper {
    height: 100vh;
  }
  .banner .swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical > .swiper-pagination-bullets {
    left: 6px;
  }
  .banner-social {
    right: 20px;
  }
  .banner .swiper-slide h2 {
    width: 65%;
    font-size: 24px;
    line-height: 32px;
    margin-left: 30px;
  }
  .banner .swiper-slide p {
    width: 65%;
    margin-left: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .white-br,
  .opacity-br {
    margin-left: 30px;
  }
  .opacity-br {
    width: 50%;
  }
  .white-br {
    width: 12.5%;
  }
  .banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .banner-ref {
    display: none;
  }
  .works {
    padding: 80px 0;
  }
  .works h2,
  .we-doing h2,
  .references h2,
  .who-text h2,
  .contact h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .work-box {
    width: 50%;
    margin: 0;
    border-radius: 0;
    height: 134px;
  }
  .work-box h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .work-shadow,
  .work-box img {
    border-radius: 0;
  }
  .work-box img {
    object-fit: cover;
    height: 135px;
  }
  .work-box:last-child {
    margin-bottom: 0;
  }
  .we-doing {
    padding: 80px 20px;
  }
  .we-doing h6 {
    text-align: center;
  }
  .slide-box {
    width: 49%;
    border: none;
    margin: 0 0.5% 20px;
    padding: 5px;
  }
  .slide-box img {
    margin: auto;
    width: 44px;
    height: 44px;
    display: block;
  }
  .slide-box h4 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .slide-box p {
    display: none;
  }

  .references {
    padding: 80px 20px;
  }
  .references h6 {
    font-size: 16px;
  }
  .references-images img {
    width: 47.5%;
    margin: 0 0.5% 20px;
    padding: 10px;
  }
  .references-images img:hover {
    padding: 20px;
  }

  .who-text {
    padding: 40px 20px 80px;
  }
  .who-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .who-prop {
    width: 47%;
  }
  .who-prop h3 {
    font-size: 32px;
  }
  .who-text p {
    font-size: 14px;
  }
  .who-image {
    /*padding:80px 20px 40px;*/
    display: none;
  }

  .contact form {
    height: 100%;
    padding: 80px 20px;
    width: 100%;
  }

  .max-width {
    padding: 0 20px;
  }
  .footer-content {
    justify-content: center;
  }
  .footer-box {
    width: 50%;
    margin-bottom: 20px;
  }
  .address-footer-box {
    width: 100%;
    text-align: center;
  }
  .services-footer-box {
    display: none;
  }
  .footer-box h4,
  .footer-box a {
    text-align: center;
  }
  .footer-box:last-child {
    margin-bottom: 0;
  }
}
