.common__page__layout {
  display: grid;
  position: relative;
}
.common__page__layout .common__page__content {
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow-x: hidden;
  margin: 72px 0 0 0;
  padding: 18px;
  background-repeat: no-repeat;
  background-origin: padding-box;
  background-position: center;
}
.common__page__layout .layout__line {
  position: fixed;
  top: 0;
  left: 50%;
  width: 2px;
  height: 108px;
  background: linear-gradient(180deg, #e040fb 15%, #2979ff 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}

.common__layout__page {
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow-x: hidden;
  margin: 78px 0 0 0;
  padding: 18px;
  background-repeat: no-repeat;
  background-origin: padding-box;
  background-position: center;
}

.back-to-top {
  position: fixed;
  bottom: 0px;
  right: 25px;
  border-radius: 50%;
  display: none;
  z-index: 10000;
  top: 10px;
  width: 60px;
}

.footer-section {
  background: #1a1a1a;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-widget {
  display: flex;
}
.footer-widget ul li {
  list-style: none;
  margin-bottom: 2rem;
  text-decoration: none;
}
.footer-widget ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
.footer-widget ul li a:hover {
  color: #fd27fd;
  text-decoration: none;
  font-weight: 600;
}
.footer-widget ul li .footer__links__active {
  color: #fd27fd;
  font-weight: 600;
  font-size: 20px;
}

.copyright-area {
  background: #000000;
  padding: 15px 0;
}
.copyright-area p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 38px;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #ff5e14;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.address_text {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  text-align: right;
}

.line_top {
  margin: -112px 0 0 0;
  visibility: hidden;
  -webkit-animation: line-ani 8s linear infinite;
          animation: line-ani 8s linear infinite;
}

@-webkit-keyframes line-ani {
  0% {
    transform: translateY(-200px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-200px);
  }
}

@keyframes line-ani {
  0% {
    transform: translateY(-200px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-200px);
  }
}
.line_row_top {
  margin-top: -6rem;
}

.line_img {
  width: 2px;
  height: 88px;
}

@media only screen and (min-width: 576px) {
  .line_img {
    width: 2px;
    height: 200px;
  }
  .common__page__content {
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow-x: hidden;
    margin: 78px 0 0 0;
    padding: 18px;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-position: center;
  }
}
@media only screen and (min-width: 768px) {
  .common__page__layout {
    display: flex;
  }
  .common__page__layout .common__page__content {
    margin: 0 0 0 72px;
    padding: 82px 6px 0 6px;
  }
  .common__page__layout .line_top {
    margin: -112px 0 0 0;
    visibility: hidden;
  }
  .common__layout__page {
    margin: 0 0 0 0px;
    padding: 82px 6px 0 6px;
  }
  .footer-widget {
    display: flex;
  }
  .footer-widget ul li {
    list-style: none;
    margin-bottom: 2rem;
    text-decoration: none;
  }
  .footer-widget ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin: 0px 26px;
    white-space: nowrap;
  }
  .footer-widget ul li a:hover {
    color: #fd27fd;
    text-decoration: none;
    font-weight: 600;
    margin: 0px 22px;
    white-space: nowrap;
  }
  .footer-widget ul li .footer__links__active {
    color: #fd27fd;
    font-weight: 600;
    margin: 0px 26px;
    white-space: nowrap;
  }
  .address_text {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .common__page__layout .common__page__content {
    margin: 0 0 0 72px;
    padding: 64px 52px 0 56px;
  }
  .common__page__layout .line_top {
    margin: -112px 0 0 0;
    visibility: hidden;
  }
  .common__layout__page {
    margin: 0 0 0 0;
    padding: 64px 52px 0 78x;
    margin: -112px 0 0 0;
  }
  .footer-widget {
    display: flex;
  }
  .footer-widget ul li {
    list-style: none;
    margin-bottom: 2rem;
    text-decoration: none;
  }
  .footer-widget ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin: 0px 26px;
    white-space: nowrap;
  }
  .footer-widget ul li a:hover {
    color: #fd27fd;
    text-decoration: none;
    font-weight: 600;
    margin: 0px 22px;
    white-space: nowrap;
  }
  .footer-widget ul li .footer__links__active {
    color: #fd27fd;
    font-weight: 600;
    margin: 0px 26px;
    white-space: nowrap;
  }
  .address_text {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    text-align: right;
  }
}
@media only screen and (min-width: 1280px) {
  .common__page__layout .common__page__content {
    margin: 0 0 0 72px;
    padding: 82px 134px 0 134px;
  }
  .common__page__layout .line_top {
    margin: -112px 0 0 0;
    visibility: visible;
  }
  .common__layout__page {
    margin: 0 0 0 0px;
    padding: 82px 134px 0 115px;
  }
  .footer-widget {
    display: flex;
  }
  .footer-widget ul li {
    list-style: none;
    margin-bottom: 2rem;
    text-decoration: none;
    width: 193px;
    overflow: hidden;
  }
  .footer-widget ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin: 0px 26px;
    white-space: nowrap;
    line-height: 30px;
  }
  .footer-widget ul li a:hover {
    color: #fd27fd;
    text-decoration: none;
    font-weight: 600;
    margin: 0px 20px;
    white-space: nowrap;
    line-height: 30px;
    font-size: 20px;
  }
  .footer-widget ul li .footer__links__active {
    color: #fd27fd;
    font-weight: 600;
    margin: 0px 26px;
    white-space: nowrap;
    line-height: 30px;
    font-size: 20px;
  }
  .address_text {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    text-align: right;
  }
}
@media only screen and (min-width: 1440px) {
  .common__page__layout .common__page__content {
    margin: 0 0 0 72px;
    padding: 82px 134px 0 134px;
  }
  .common__layout__page {
    margin: 0 0 0 0px;
    padding: 82px 134px 0 115px;
  }
  .footer-widget {
    display: flex;
  }
  .footer-widget ul li {
    list-style: none;
    margin-bottom: 2rem;
    text-decoration: none;
    width: 193px;
    overflow: hidden;
  }
  .footer-widget ul li a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    margin: 0px 26px;
    white-space: nowrap;
    line-height: 38px;
  }
  .footer-widget ul li a:hover {
    color: #fd27fd;
    text-decoration: none;
    font-weight: 600;
    margin: 0px 22px;
    white-space: nowrap;
    line-height: 38px;
    font-size: 22px;
  }
  .footer-widget ul li .footer__links__active {
    color: #fd27fd;
    font-weight: 600;
    margin: 0px 26px;
    white-space: nowrap;
    line-height: 38px;
    font-size: 22px;
  }
  .address_text {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    text-align: right;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1600px) {
  .common__page__layout .common__page__content {
    margin: 0 0 0 72px;
    padding: 82px 134px 0 134px;
  }
  .footer-widget {
    display: flex;
  }
  .footer-widget ul li {
    list-style: none;
    margin-bottom: 2rem;
    text-decoration: none;
    width: 193px;
    overflow: hidden;
  }
  .footer-widget ul li a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    margin: 0px 26px;
    white-space: nowrap;
    line-height: 38px;
  }
  .footer-widget ul li a:hover {
    color: #fd27fd;
    text-decoration: none;
    font-weight: 600;
    margin: 0px 22px;
    white-space: nowrap;
    line-height: 38px;
    font-size: 22px;
  }
  .footer-widget ul li .footer__links__active {
    color: #fd27fd;
    font-weight: 600;
    margin: 0px 26px;
    white-space: nowrap;
    line-height: 38px;
    font-size: 22px;
  }
  .address_text {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    line-height: 38px;
    text-align: right;
  }
}
@media only screen and (min-width: 1900px) {
  .common__page__layout .common__page__content {
    margin: 0 0 0 72px;
    padding: 82px 134px 0 134px;
  }
  .footer-widget {
    display: flex;
  }
  .footer-widget ul li {
    list-style: none;
    margin-bottom: 2rem;
    text-decoration: none;
    width: 193px;
    overflow: hidden;
  }
  .footer-widget ul li a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    margin: 0px 26px;
    white-space: nowrap;
    line-height: 38px;
  }
  .footer-widget ul li a:hover {
    color: #fd27fd;
    text-decoration: none;
    font-weight: 600;
    margin: 0px 22px;
    white-space: nowrap;
    line-height: 38px;
    font-size: 22px;
  }
  .footer-widget ul li .footer__links__active {
    color: #fd27fd;
    font-weight: 600;
    margin: 0px 26px;
    white-space: nowrap;
    line-height: 38px;
    font-size: 22px;
  }
  .address_text {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    line-height: 38px;
    text-align: right;
  }
  .line_top {
    margin: -112px 0 0 0 !important;
    visibility: visible !important;
  }
}/*# sourceMappingURL=common-layout.css.map */