/* footer */
footer .click-con {
  width: 100%;
  /* height: 640px; */
  position: relative;
  background-color: #02172b;
}
footer .click-con .click-bg {
  /* background-image: url(/img/home/shapes.png);
  background-size: 100% 100%;
  /* height: 640px;  
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .click-con .click-bg img {
  width: 100%;
  height: 100%;
}
footer .click-con .click-box {
  position: relative;
  padding: 114px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 3;
}

.click-box .header-1 {
  color: #fff;
  font-weight: 800;
}

.click-box .header-2 {
  color: #2aae99;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 30px;
}

.click-box .header-3 {
  color: #fff;
  font-weight: 500;
}

.click-box .button-1 {
  font-weight: 500;
  margin-top: 35px;
}

.foot {
  padding-top: 70px;
  padding-bottom: 37px;
  color: #fff;
  background-color: #202834;
}

.foot .foot-box {
  width: 1325px;
  margin: 0 auto;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  /* justify-content: space-between; */
}

.foot .foot-box .header-4 {
  display: block;
  font-weight: 700;
  margin-bottom: 30px;
}

.foot .foot-box a {
  color: #9ca3af;
  font-weight: 400;
}

.foot .foot-box a:hover {
  color: #fff;
  text-decoration: none;
}

.foot .foot-box .img-box {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
}

.foot .foot-box .img-box img {
  margin-bottom: 35px;
}

.foot .foot-box .links-box {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 630px;
  justify-content: space-between;
  margin-left: 80px;
}

.foot .foot-box .links-box .list-inline-item li {
  margin-bottom: 10px;
}

.foot .foot-box .contact-box .list-inline-item:not(:last-child) {
  margin-right: 15px;
}

.foot .copyright {
  margin-top: 70px;
  font-size: 14px;
}

.foot .copyright .line {
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #4b4b4b;
}

.foot .copyright .text-box {
  display: flex;
  justify-content: center;
  font-weight: 400;
}

.foot .copyright .text-box .link {
  text-decoration: none;
}
.foot .copyright .text-box .link a {
  color: #fff;
  margin-left: 15px;
}

.foot .copyright .text-box .link a::before {
  content: "|";
  padding-right: 15px;
}

/* Large devices (desktops, less than 1450px) */
@media (max-width: 1449.98px) {
  .foot .foot-box {
    width: 1125px;
  }

  .foot .foot-box .links-box {
    width: 470px;
  }

  .foot .copyright .text-box {
    /* width: 1125px; */
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .foot .foot-box {
    width: 900px;
  }

  .foot .foot-box .links-box {
    width: 400px;
  }

  .foot .copyright .text-box {
    /* width: 900px; */
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .foot .foot-box {
    width: 680px;
    flex-wrap: wrap;
  }

  .foot .copyright .text-box {
    /* width: 680px; */
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .foot {
    padding-top: 50px;
  }

  .foot .foot-box {
    width: 520px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .foot .foot-box .links-box {
    width: 300px;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .foot .copyright {
    margin-top: 30px;
  }

  .foot .copyright .text-box {
    flex-direction: column-reverse;
    align-items: center;
  }

  .foot .copyright .text-box .link {
    margin-bottom: 5px;
  }

  .foot .copyright .text-box .link a:first-child::before {
    content: "";
    padding-right: 0;
  }

  .foot .copyright .text-box .link a:first-child {
    margin-left: 0;
  }

  .click-box .header-2 {
    margin-bottom: 20px;
  }
  .click-box .button-1 {
    margin-top: 20px;
  }
  footer .click-con .click-box {
    padding: 60px 0;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .foot .foot-box {
    justify-content: center;
  }

  .foot .foot-box,
  .foot .copyright .text-box {
    width: 100%;
  }

  .foot .foot-box .img-box {
    display: block;
  }

  .foot .foot-box .img-box img {
    width: 160px;
  }

  .foot .foot-box .img-box img:last-child {
    margin-left: 20px;
  }

  .foot .foot-box .links-box,
  .foot .foot-box .contact-box {
    width: 345px;
  }
}

/* Extra small devices (portrait phones, less than 376px) */
@media (max-width: 375.98px) {
  .copyright .text-box .text-copyright {
    display: grid;
  }
  footer .click-box {
    height: 64px;
    font-size: 24px;
  }

  .foot {
    font-size: 12px;
    padding-top: 28px;
    padding-bottom: 8px;
  }

  .foot .foot-box .img-box img {
    width: 140px;
  }

  .foot .foot-box span {
    margin-bottom: 16px;
  }

  .foot .foot-box .links-box,
  .foot .foot-box .contact-box {
    width: 304px;
  }

  .foot .copyright {
    font-size: 10px;
  }

  .foot .copyright .text-box {
    margin-top: 12px;
    text-align: center;
  }
  footer .click-con .click-bg img {
    width: 100%;
    height: 100%;
  }
}
