@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import '../css/lib/bootstrap-grid.min.css';
html {
  font-size: 10px;
}

@media (max-width: 1550px) {
  html {
    font-size: 7px;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes flipInX {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes dance {
  100%, 0% {
    max-height: 100vh;
  }
  80% {
    max-height: 0px;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn2 {
  border-radius: 10px;
  border: none;
  cursor: pointer;
  box-shadow: none;
  background: none;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.btn2 span + span {
  margin-left: 1.5rem;
}
.btn2-large {
  line-height: 5.8rem;
  padding: 0 4rem;
  min-width: 19rem;
}
.btn2-primary {
  background-color: #E9724C;
  color: #fff;
}
.btn2-primary:hover {
  background-color: #016D85;
}
.btn2-primary1 {
  background-color: #016D85;
  color: #fff;
}
.btn2-primary1:hover {
  background-color: #E9724C;
}
.btn2-secondary {
  background-color: #fff;
  color: #000;
}
.btn2-secondary:hover {
  background-color: #016D85;
  color: #fff;
}
.btn2-outline {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn2-outline:hover {
  background-color: #fff;
  color: #000;
}
.btn2-outline1 {
  border: 1px solid #333;
  background-color: transparent;
  color: #333;
}
.btn2-outline1:hover {
  border-color: #E9724C;
  background-color: #E9724C;
  color: #fff;
}
.btn2-group {
  align-items: center;
  display: flex;
}
.btn2-group .btn2 + .btn2 {
  margin-left: 15px;
}

.section {
  position: relative;
  padding: 16rem 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .section {
    padding: 10rem 0;
  }
}
.section .container {
  position: relative;
  z-index: 10;
}
.section1 {
  padding: 8rem 0 16rem;
}
@media (max-width: 991px) {
  .section1 {
    padding: 5rem 0 9rem;
  }
}
.section2 {
  padding: 16rem 0 8rem;
}
@media (max-width: 991px) {
  .section2 {
    padding: 9rem 0 5rem;
  }
}
.section3 {
  padding: 8rem 0;
}
@media (max-width: 991px) {
  .section3 {
    padding: 5rem 0;
  }
}
.section-bg {
  background-color: #fff;
}
.section-bg1 {
  background-color: #EDF3F5;
}

body,
html {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

html {
  height: 100%;
}
html.is-active {
  overflow: hidden;
}

body {
  background-color: #fff;
  color: #444;
}
body.is-active {
  position: relative;
}
body.is-active::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 5;
}

.overflow-hidden {
  overflow: hidden;
  height: 100vh;
}

.row {
  margin-left: -2rem;
  margin-right: -2rem;
}
.row [class^=col-] {
  padding-left: 2rem;
  padding-right: 2rem;
}
.row2 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.row2 [class^=col-] {
  padding-left: 3rem;
  padding-right: 3rem;
}
.row1 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.row1 [class^=col-] {
  padding-left: 1rem;
  padding-right: 1rem;
}

.w-100 {
  width: 100%;
}

.position-unset {
  position: unset;
}

.d-none-n {
  display: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.full-box-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}

.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}

.c-pointer {
  cursor: pointer;
}

.date-icon {
  color: #E9724C;
  font-size: 2rem;
  position: absolute;
  top: 5.1rem;
  right: 4rem;
}

.d-flex {
  display: flex;
}

@media (min-width: 1650px) {
  .container {
    width: 1630px;
  }
}
@media (max-width: 1199px) {
  .section .contact-info a {
    font-size: 2rem;
  }
  .section-inner-page-title {
    padding: 18rem 0 5rem;
  }
  .section-inner-page-title .inner-box {
    border-radius: 2rem;
    padding: 5rem;
  }
}
@media (max-width: 991px) {
  .section-transform {
    padding: 5rem 0 10rem;
  }
  .section-transform .form {
    margin-top: 5rem;
  }
  .section-transform .title .h {
    max-width: inherit;
  }
  .section-transform .form {
    border-radius: 2rem;
    padding: 3rem;
  }
  .section-dummy {
    padding: 10rem 0 5rem;
  }
  .section-dummy .dummy {
    border-radius: 2rem;
  }
  .form {
    padding: 3rem;
  }
  .form-control {
    border-radius: 1rem;
  }
  .d-none-991 {
    display: none !important;
  }
  .d-block-991 {
    display: block !important;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
}
@media (max-width: 767px) {
  .section-dummy {
    padding: 5rem 0;
  }
  .section-dummy .dummy {
    padding: 3rem;
  }
  .section-dummy .dummy-row {
    flex-wrap: wrap;
    text-align: center;
  }
  .section-dummy .dummy-left {
    width: 100%;
  }
  .section-dummy .dummy-right {
    margin-top: 3rem;
    justify-content: center;
    width: 100%;
  }
  .d-none-767 {
    display: none;
  }
  .d-block-767 {
    display: block;
  }
}
.section-titlebar {
  background-color: #016D85;
  padding: 8rem 0;
}
.section-titlebar .h {
  color: #fff;
  margin-bottom: 1.5rem;
}
.section-titlebar ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.section-titlebar ul li {
  color: #fff;
  font-size: 1.8rem;
  padding: 0 0.5rem;
}
.section-titlebar ul li a {
  color: #fff;
}
.section-titlebar ul li a:hover {
  text-decoration: underline;
}
.section-comn-ep .img-box {
  border-radius: 18px;
  height: 50rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.section-comn-ep .img-box img {
  transition: all ease-in 0.2s;
}
.section-comn-ep .img-box:hover img {
  transform: scale(1.1);
}
.section-comn-ep .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-comn-ep .img-box1 {
  height: 56rem;
}
.section-comn-ep .img-box2 {
  height: 44rem;
}
.section-comn-ep .img-box3 {
  height: 61.5rem;
}
.section-comn-ep .img-box4 {
  height: 51rem;
}
.section-comn-ep .img-box5 {
  height: 400px;
}
.section-comn-ep .img-box5 > div {
  height: 100%;
}
.section-comn-ep .img-box5 iframe {
  height: 100%;
  width: 100%;
}
.section-comn-ep .img-box5 img {
  border-radius: 18px;
  max-width: 100%;
  height: auto;
  -o-object-fit: inherit;
     object-fit: inherit;
  overflow: hidden;
}
.section-comn-ep .img-box .play-btn {
  cursor: pointer;
  inset: 0;
  height: 7rem;
  margin: auto;
  position: absolute;
  width: 7rem;
}
.section-comn-ep .common-text .h {
  color: #333;
  margin-bottom: 2rem;
}
.section-comn-ep .common-text p {
  font-size: 2rem;
  line-height: 3.3rem;
  color: #505050;
}
.section-comn-ep .common-text p + p {
  margin-top: 2rem;
}
.section-comn-ep .card-box {
  background-color: #E5F1ED;
  border-radius: 10px;
  padding: 4.6rem;
  text-align: center;
}
.section-comn-ep .card-box-icon {
  align-items: center;
  background-color: #3EB489;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  height: 10rem;
  margin: 0 auto 3rem;
  width: 10rem;
}
.section-comn-ep .card-box-text .h {
  color: #263D2D;
  font-size: 2.8rem;
  line-height: 3.4rem;
  margin-bottom: 0.8rem;
}
.section-comn-ep .card-box-text p,
.section-comn-ep .card-box-text a {
  font-size: 2rem;
  line-height: 3.3rem;
  color: #617E68;
}
.section-comn-ep .card-box-text a:hover {
  text-decoration: underline;
}
.section-comn-ep .btn2-group {
  margin-top: 2rem;
}
.section-comn-ep .btn2-group .btn2 {
  font-weight: 400;
  min-width: 10rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.section-comn-ep .location {
  margin-top: 2rem;
}
.section-contact .title span {
  background-color: rgba(233, 114, 76, 0.2);
  border: 1px solid #E9724C;
  border-radius: 10px;
  color: #E9724C;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 3.8rem;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.section-contact .contact-form {
  margin-top: 6rem;
}
.section-contact .contact-form-left {
  background-color: rgba(233, 114, 76, 0.1);
  border-radius: 10px;
  padding: 6rem 5rem;
}
.section-contact .contact-form-left .btn2-group {
  margin-top: 1rem;
}
.section-contact .contact-form-right {
  background-color: #016D85;
  border-radius: 10px;
  padding: 6rem;
}
.section-contact .contact-form-right ul li {
  align-items: center;
  display: flex;
}
.section-contact .contact-form-right ul li + li {
  margin-top: 5rem;
}
.section-contact .contact-form-right ul li .icon {
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  height: 10rem;
  width: 10rem;
}
.section-contact .contact-form-right ul li .info {
  padding-left: 2rem;
  width: calc(100% - 10rem);
}
.section-contact .contact-form-right ul li .info .h {
  color: #F7F7F7;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.section-contact .contact-form-right ul li .info p {
  font-size: 2rem;
  line-height: 3.3rem;
  color: #F7F7F7;
}
.section-contact .contact-form-right ul li .info p a {
  color: #F7F7F7;
}
.section-contact .contact-form-right ul li .info p a:hover {
  text-decoration: underline;
}
.section-contact .contact-form-right.map {
  background-color: transparent;
  padding: 0;
}
.section-contact .contact-form-right.map img {
  max-width: 100%;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #000;
  border-radius: 50%;
  height: 40px;
  animation: spin 1s linear infinite;
  display: inline-block;
  width: 40px;
}
.spinner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
}

.image-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}
.image-container img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 992px) {
  .section-contact .contact-form-row {
    display: flex;
    justify-content: space-between;
  }
  .section-contact .contact-form-left {
    width: 58%;
  }
  .section-contact .contact-form-left.contact-full-width {
    width: 100%;
  }
  .section-contact .contact-form-right {
    width: calc(42% - 2rem);
  }
}
@media (max-width: 991px) {
  .section-comn-ep {
    padding: 6rem 0;
  }
  .section-comn-ep .common-text {
    margin: 2.5rem 0;
  }
  .section-comn-ep .img-box {
    margin: 2.5rem 0;
  }
  .section-comn-ep .phonenu {
    margin-top: 2rem;
  }
  .section-contact .contact-form-right {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .section-comn-ep .img-box {
    height: auto;
  }
  .section-contact .title .h br {
    display: none;
  }
  .section-contact .contact-form-left {
    padding: 4rem 3rem;
  }
  .section-contact .contact-form-right ul li {
    flex-wrap: wrap;
  }
  .section-contact .contact-form-right ul li .icon {
    height: 9rem;
    width: 9rem;
  }
  .section-contact .contact-form-right ul li .icon img {
    max-width: 60%;
  }
  .section-contact .contact-form-right ul li .info {
    margin-top: 2rem;
    padding-left: 0;
    width: 100%;
  }
}
.inner-pages .header {
  background-color: #F7F7F7;
  position: inherit;
}
.inner-pages .header ul li .nav-link {
  color: #333;
}
.inner-pages .header ul li .nav-link::before {
  background-color: #333;
}
.inner-pages .header.fixed ul li .nav-link {
  color: #fff;
}
.inner-pages .header.fixed ul li .nav-link::before {
  background-color: #fff;
}
.inner-pages .header.fixed .menu-icon label span {
  background-color: #fff;
}
.inner-pages .header .menu-icon label span {
  background-color: #016D85;
}

.header {
  background-color: transparent;
  left: 0;
  position: absolute;
  padding: 3rem 0;
  right: 0;
  top: 3rem;
  transition: all 0.15s;
  z-index: 9;
}
.header-row > a img {
  max-width: 30rem;
}
.header.fixed {
  background-color: #016D85;
  position: fixed;
  top: 0;
}
.header ul {
  display: flex;
}
.header ul li + li {
  margin-left: 5rem;
}
.header ul li .nav-link {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
}
.header ul li .nav-link::before {
  content: "";
  position: absolute;
  background-color: #fff;
  bottom: -15px;
  margin: auto;
  left: 0;
  opacity: 0;
  height: 2px;
  right: 0;
  width: 100%;
}
.header ul li .nav-link:hover::before {
  opacity: 1;
}
.header ul li .btn2 {
  font-size: 1.6rem;
}
.header ul li .btn2:hover {
  background-color: #21525c;
}
.header ul li.active a {
  color: #fff;
}
.header ul li.active a::before {
  opacity: 1;
}
.header.fixed {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.menu-icon {
  display: none;
}
.menu-icon label {
  display: flex;
  flex-direction: column;
  width: 70px;
  cursor: pointer;
}
.menu-icon label span {
  background-color: #fff;
  border-radius: 10px;
  height: 7px;
  margin: 7px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.menu-icon label span:nth-of-type(1) {
  width: 50%;
}
.menu-icon label span:nth-of-type(2) {
  width: 100%;
}
.menu-icon label span:nth-of-type(3) {
  width: 75%;
}
.menu-icon input[type=checkbox] {
  display: none;
}
.menu-icon input[type=checkbox]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(8px, 0px);
}
.menu-icon input[type=checkbox]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.menu-icon input[type=checkbox]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(30px, -11px) rotatez(45deg);
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header-row > a img {
    max-width: 12rem;
  }
}
@media (max-width: 991px) {
  .header {
    background-color: transparent;
    position: fixed;
    top: 0;
    padding: 10px 0;
    left: 0;
  }
  .header.fixed {
    background-color: rgba(233, 114, 76, 0.95);
  }
  .header-row {
    border-radius: 0;
    padding: 0;
    position: relative;
  }
  .header-row > a img {
    max-width: 12rem;
  }
  .header-row .text-end .btn2 {
    margin-right: 8rem;
  }
  .header ul {
    background-color: #444;
    bottom: 0;
    display: block;
    position: fixed;
    padding: 5rem;
    left: auto;
    right: 0;
    top: 70px;
    transform: translateX(100%);
    transition: transform 0.9s;
    width: 70%;
  }
  .header ul li a {
    font-size: 3rem;
  }
  .header ul li a::before {
    display: none;
  }
  .header ul li + li {
    margin-left: 0;
    margin-top: 3.5rem;
  }
  .header.is-active ul {
    transform: translateX(0);
    height: 100vh;
  }
  .menu-icon {
    display: block;
    position: absolute;
    left: auto;
    right: -2rem;
    transform: scale(0.6);
  }
  .inner-pages .header ul li .nav-link {
    color: #fff;
  }
  .inner-pages .header ul li.active .nav-link {
    color: #E9724C;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
  .header ul {
    padding: 3rem;
  }
  .header-row > a img {
    max-width: 12rem;
  }
  .menu-icon {
    transform: scale(0.5);
  }
}
@media (max-width: 475px) {
  .header ul {
    top: 70px;
  }
}
.form-group {
  margin-bottom: 2rem;
}
.form-control {
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  color: #444;
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  min-height: 6rem;
  padding: 1.8rem 2rem;
  resize: none;
  width: 100%;
}
.form-control-textarea {
  min-height: 13.5rem;
}

.h {
  color: #000;
  font-weight: 500;
  line-height: 1.2;
}

.h1 {
  font-size: 5.4rem;
}
@media (max-width: 767px) {
  .h1 {
    font-size: 4.5rem;
  }
}
.h2 {
  font-size: 4.6rem;
}
.h3 {
  font-size: 3.8rem;
}
.h3-1 {
  font-size: 3.8rem;
  font-weight: 700;
}
.h4 {
  font-size: 3rem;
}
.h4-2 {
  font-size: 2.5rem;
}
.h4-3 {
  font-size: 2.6rem;
}
.h5 {
  font-size: 2.4rem;
}
.h6 {
  font-size: 2rem;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

@media (max-width: 1199px) {
  .h2, h2 {
    font-size: 4rem;
  }
  .h4, h4 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .h2, h2 {
    font-size: 3.5rem;
  }
  .h4, h4 {
    font-size: 2.8rem;
  }
}
footer {
  background-color: rgba(62, 180, 137, 0.1019607843);
  padding: 10rem 0 3rem;
}
footer .about {
  padding-right: 5rem;
}
footer .about > a {
  margin-bottom: 3rem;
  display: inline-block;
}
footer .about > a img {
  max-width: 30rem;
}
footer .about p {
  font-size: 2rem;
  line-height: 3.3rem;
  color: #000;
}
footer .quick-link h4 {
  font-size: 2rem;
  line-height: 3.3rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  margin-bottom: 1rem;
}
footer .quick-link ul {
  display: flex;
  flex-wrap: wrap;
}
footer .quick-link ul li {
  position: relative;
  padding: 1rem 0;
  padding-right: 6rem;
}
footer .quick-link ul li a {
  font-size: 2rem;
  line-height: 3.3rem;
  color: #000;
  text-decoration: none;
}
footer .quick-link ul li a:hover {
  text-decoration: underline;
}
footer .quick-link ul li span {
  content: "";
  position: absolute;
  background-color: rgba(68, 68, 68, 0.35);
  bottom: 0;
  display: inline-block;
  margin: auto;
  height: 2.5rem;
  left: auto;
  right: 3rem;
  top: 0;
  transform: rotate(20deg);
  width: 1px;
}
footer .quick-link .social-media {
  margin-top: 4rem;
  display: flex;
}
footer .quick-link .social-media .ic {
  align-items: center;
  border-radius: 100%;
  border: 1px solid #333;
  display: flex;
  justify-content: center;
  height: 50px;
  width: 50px;
}
footer .quick-link .social-media .ic-hover {
  display: none;
}
footer .quick-link .social-media .ic:hover {
  background-color: #016D85;
  border-color: #016D85;
}
footer .quick-link .social-media .ic:hover .ic-normal {
  display: none;
}
footer .quick-link .social-media .ic:hover .ic-hover {
  display: block;
}
footer .quick-link .social-media .ic + .ic {
  margin-left: 2rem;
}
footer .newsletter h4 {
  color: #333;
  font-size: 3.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
footer .newsletter .form-group {
  position: relative;
}
footer .newsletter .form-group .btn2 {
  min-width: 15rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  right: 0.4rem;
  line-height: 5.2rem;
  top: 0.4rem;
}
footer .newsletter .form-control {
  border: none;
  color: #000;
  padding: 1.8rem 17rem 1.8rem 2rem;
}
footer .footer-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
  padding-top: 3rem;
  position: relative;
}
footer .footer-bottom p {
  font-size: 2rem;
  line-height: 3.3rem;
  color: rgba(0, 0, 0, 0.5);
}
footer .footer-bottom p a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
footer .footer-bottom p a + a {
  margin-left: 2rem;
}
footer .footer-bottom p a:hover {
  text-decoration: underline;
}
footer .footer-bottom::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  height: 1px;
  left: 0;
  top: 0;
  width: 100%;
}

label.error {
  color: red;
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 1rem;
  text-shadow: 0 0 rosybrown;
}

.alert {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.6rem;
  margin-top: 2rem;
}
.alert-success {
  color: green;
}
.alert-danger {
  color: red;
}
.alert-danger1 {
  color: red;
  margin-bottom: 2rem;
}
.alert-danger ul li {
  color: #fff;
  font-size: 20px;
  margin-top: 2rem;
  font-weight: 600;
  text-shadow: 0 0 #fff;
}

@media (max-width: 1199px) {
  footer .about svg {
    max-width: 26rem;
  }
}
@media (max-width: 991px) {
  .form {
    padding: 0;
  }
  footer .newsltter {
    border-radius: 2rem;
    margin-top: 5rem;
    padding: 4rem;
  }
  footer .quick-link ul li {
    width: 100%;
  }
  footer .quick-link ul li span {
    display: none;
  }
  footer .quick-link .social-media .ic {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 5rem 0 3rem;
  }
  footer .about > a img {
    max-width: 18rem;
  }
  footer .row .col-12 + .col-12 {
    margin-top: 5rem;
  }
  footer .newsltter {
    margin-top: 0;
    padding: 2rem 3rem;
  }
  footer .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}/*# sourceMappingURL=common.css.map */