@font-face {
  font-family: "Visuelt Pro";
  src: url("../fonts/VisueltPro-Medium.eot");
  src: local("../fonts/VisueltPro-Medium"), url("../fonts/VisueltPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/VisueltPro-Medium.woff2") format("woff2"), url("../fonts/VisueltPro-Medium.woff") format("woff"), url("../fonts/VisueltPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Visuelt Pro";
  src: url("../fonts/VisueltPro-Regular.eot");
  src: local("../fonts/VisueltPro-Regular"), url("../fonts/VisueltPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/VisueltPro-Regular.woff2") format("woff2"), url("../fonts/VisueltPro-Regular.woff") format("woff"), url("../fonts/VisueltPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Visuelt Pro";
  src: url("../fonts/VisueltPro-Bold.eot");
  src: local("../fonts/VisueltPro-Bold"), url("../fonts/VisueltPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/VisueltPro-Bold.woff2") format("woff2"), url("../fonts/VisueltPro-Bold.woff") format("woff"), url("../fonts/VisueltPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Visuelt Pro";
  src: url("../fonts/VisueltPro-ExtraLight.eot");
  src: local("../fonts/VisueltPro-ExtraLight"), url("../fonts/VisueltPro-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/VisueltPro-ExtraLight.woff2") format("woff2"), url("../fonts/VisueltPro-ExtraLight.woff") format("woff"), url("../fonts/VisueltPro-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Visuelt Pro";
  src: url("../fonts/VisueltPro-Thin.eot");
  src: local("../fonts/VisueltPro-Thin"), url("../fonts/VisueltPro-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/VisueltPro-Thin.woff2") format("woff2"), url("../fonts/VisueltPro-Thin.woff") format("woff"), url("../fonts/VisueltPro-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Visuelt Pro";
  src: url("../fonts/VisueltPro-Black.eot");
  src: local("../fonts/VisueltPro-Black"), url("../fonts/VisueltPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/VisueltPro-Black.woff2") format("woff2"), url("../fonts/VisueltPro-Black.woff") format("woff"), url("../fonts/VisueltPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Visuelt Pro";
  src: url("../fonts/VisueltPro-Light.eot");
  src: local("../fonts/VisueltPro-Light"), url("../fonts/VisueltPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/VisueltPro-Light.woff2") format("woff2"), url("../fonts/VisueltPro-Light.woff") format("woff"), url("../fonts/VisueltPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

:root {
  font-size: 16px;
  --siteLogo-overylay: #3a6d7c;
  --primary-color: #1eb2c3;
  --secondary-color: #e43b62;
  --info-color: #f19935;
  --white: #ffffff;
  --content-color: #425054;
  --covid-color: #76b5a9;
  --navy-blue: #194965;
  --dark-gary: #4e5b5e;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Visuelt Pro";
  font-weight: normal;
}

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

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1280px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.p-color {
  color: var(--secondary-color) !important;
}

.g-color {
  color: var(--secondary-color) !important;
}

.b-color {
  color: var(--primary-color) !important;
}

.w-color {
  color: var(--white) !important;
}

.y-color {
  color: var(--info-color) !important;
}

.primary-color {
  background-color: var(--primary-color);
}

.secondary-color {
  background-color: var(--secondary-color);
}

.wrapper {
  overflow: hidden;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-item-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* loader css */

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.97);
  inset: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loader img {
  max-width: 100px;
  width: 100%;
}
.loader img {
  -webkit-animation: beat 0.6s infinite alternate;
  animation: beat 0.6s infinite alternate;
}

@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/*btn css*/
.primary-btn {
  display: inline-block;
  padding: 21px 49px;
  background-color: var(--secondary-color);
  border-radius: 30px;
  font-size: 1.063rem;
  color: var(--white);
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  overflow: hidden;
  position: relative;
}
.primary-btn:after {
  background: var(--white);
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  width: 50px;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  z-index: 1;
}
.primary-btn:hover:after {
  left: 120%;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.primary-btn:hover,
.primary-btn:focus {
  color: var(--white);
}
.line-btn {
  display: inline-block;
  padding: 21px 40px;
  border: 1px solid var(--navy-blue);
  border-radius: 30px;
  font-size: 1.063rem;
  color: var(--navy-blue);
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.line-btn:after {
  background: var(--white);
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  width: 50px;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  z-index: 1;
}
.line-btn:hover:after {
  left: 120%;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.line-btn:hover,
.line-btn:focus {
  background-color: var(--navy-blue);
  color: var(--white);
}
.info-btn {
  padding: 21px 28px;
  border: 0;
  font-size: 1.063rem;
  font-weight: 700;
  display: inline-block;
  color: var(--white);
  background: var(--primary-color);
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.info-btn:hover,
.info-btn:focus {
  color: var(--white);
}
.info-btn:after {
  background: var(--white);
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  width: 50px;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  z-index: 1;
}
.info-btn:hover:after {
  left: 120%;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

/* menu css */

.site-logo {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* align-items: center; */
  z-index: 2;
  cursor: pointer;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.site-logo a {
  position: relative;
  z-index: 2;
  max-width: 65px;
  left: -3px;
  height: 50px;
}

.site-logo-wrapper {
  position: relative;
  width: 100px;
}

.site-logo-wrapper span {
  position: fixed;
  z-index: 2;
  top: 18px;
  left: 95px;  
  font-weight: 700;
  font-size: 28px;
  color: #596569;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* .site-logo-wrapper:hover span, .site-logo-wrapper:focus span {
  opacity: 0;
} */

.site-logo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgb(15 25 28 / 95%);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.site-logo:hover:after {
  opacity: 1;
}

.navigation-logo {
  position: absolute;
  left: 10px;
  top: 10px;
  max-width: 65px;
  max-height: 65px;
}

/* only for desktop */
@media (min-width: 1199px) {
  .navigation-wrapper:hover .site-navigation {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  } 
 
  .navigation-wrapper:hover .site-logo {
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    transition: 0.5s ease-in all;
  }

  .navigation-wrapper:hover .site-logo-wrapper span {
    cursor: default;
  }
}


.site-navigation {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  width: 400px;
  padding: 100px 40px 60px 40px;
  background: rgb(15 25 28 / 95%);
  z-index: 3;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.site-navigation::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

.site-navigation::-webkit-scrollbar {
  width: 4px;
  background-color: #ffffff;
}

.site-navigation::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--primary-color);
}

.nav-show {
  cursor: pointer;
}

.nav-show .site-navigation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.site--links-wrap {
  width: 100%;
  position: relative;
}

.site-social--icons {
  margin-bottom: 35px;
}

.site-mail {
  color: var(--white);
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 30px;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.site-navigation .close {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: none;
}

.site-social--icons a {
  display: inline-block;
  margin-left: 18px;
}

.site-social--icons a:first-child {
  margin-left: 0;
}

.site-mail:hover {
  color: var(--white);
  border-bottom: 1px solid var(--white);
}

.site-page--links li {
  padding: 18px 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.site-page--links a {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--white);
  display: block;
  padding: 10px 0 10px 80px;
  position: relative;
}

.site-page--links a img {
  position: absolute;
  left: 0;
  top: -4px;
}

.site-page--links li:hover {
  padding-left: 10px;
}

.site-page--links li.p-color:hover a {
  color: var(--secondary-color);
}

.site-page--links li.g-color:hover a {
  color: #999999;
}

.site-page--links li.b-color:hover a {
  color: var(--primary-color);
}

.site-page--links li.w-color:hover a {
  color: var(--white);
}

.site-page--links li.y-color:hover a {
  color: var(--info-color);
}

/* footer css */

.site-footer {
  background: #f8f6f4;
  padding: 85px 0 45px;
}

.site-footer .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-left,
.footer-right {
  padding: 0 15px;
  width: 100%;
  text-align: center;
}

.footer-right {
  max-width: 625px;
  margin: 0 auto;
}

.footer-left h3 {
  margin: 0 0 10px;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--content-color);
}

.footer-left p {
  margin: 0 0 12px;
  font-size: 1.188rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--content-color);
}

.form-control {
  height: 56px;
  border-radius: 5px;
  border: 2px solid rgb(78 91 94 / 40%);
  background: var(--white);
  font-size: 1.063rem;
  font-weight: 300;
  color: var(--dark-gary);
  padding: 10px 20px;
  width: 100%;
  outline: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.form-control::-webkit-input-placeholder {
  color: rgb(78 91 94 / 70%);
}

.form-control:-ms-input-placeholder {
  color: rgb(78 91 94 / 70%);
}

.form-control::-moz-placeholder {
  color: rgb(78 91 94 / 70%);
}

.form-control::-ms-input-placeholder {
  color: rgb(78 91 94 / 70%);
}

.form-control::placeholder {
  color: rgb(78 91 94 / 70%);
}

.form-control:focus {
  border-color: var(--info-color);
}

.footer-left .form-control {
  margin-bottom: 12px;
}

.secondary-btn {
  padding: 16px 30px;
  border: 0;
  font-size: 1.063rem;
  font-weight: 700;
  display: inline-block;
  color: var(--white);
  background: var(--info-color);
  border-radius: 50px;
  cursor: pointer;
  outline: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.secondary-btn:hover,
.secondary-btn:focus {
  color: var(--white);
}
.secondary-btn:after {
  background: var(--white);
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  width: 50px;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  z-index: 1;
}
.secondary-btn:hover:after {
  left: 120%;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer-links li + li {
  margin-left: 20px;
}

.footer-links a {
  font-size: 1.063rem;
  font-weight: 700;
  color: rgb(78 91 94 / 80%);
}
.footer-links a:hover {
  color: var(--secondary-color);
}

.footer-mail a {
  font-size: 1.063rem;
  font-weight: 700;
  color: var(--secondary-color);
  border-bottom: 1px solid transparent;
}

.footer-mail a:hover {
  border-bottom: 1px solid var(--secondary-color);
}

.social-links {
  margin-left: 30px;
}

.social-links li + li {
  margin-left: 13px;
}
.social-links path {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.social-links a:hover path {
  fill: var(--secondary-color);
}

.contact-links {
  margin: 25px 0 20px;
}

.footer-right > p {
  font-size: 1rem;
  color: var(--content-color);
  line-height: 1.5;
}
.section-heading {
    font-size: 6.25rem;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0 0 50px;
}

@media (max-width: 1440.98px) {
  .section-heading {
      font-size: 5.5rem;
  }
}
@media (max-width: 1366.98px) {
  .site-logo {
      width: 85px;
  }
  .slick-arrow {
    width: 70px;
    height: 70px;
  }
  .slick-next {
    right: -35px;
  }
  .slick-prev {
    left: -35px;
  }
  .slick-next:before {
    width: 18px;
    height: 18px;
  }
  .container {
    max-width: 1080px;
  }
  .section-heading {
    font-size: 4.7rem;
    margin: 0 0 40px;
  }
  .subTitle {
    font-size: 1.563rem;
  }
  .site-footer {
    padding: 65px 0 45px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 900px;
  }
}
@media (max-width: 991.98px) {
  .site-navigation {
      padding: 80px 40px 60px;
  }
  .site-logo {
      bottom: inherit;
      width: auto;
      left: 25px;
      top: 15px;
  }
  .site-logo-wrapper span {
    top: 30px;
  }
  .navigation-logo {
    display: none;
  }
  .site-logo:after {
    display: none;
  }
  .nav-show .site-logo {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    z-index: 4;
  }
  .site-page--links a {
    font-size: 1.563rem;
  }
  .site-mail {
    font-size: 18px;
  }
  .site-footer {
    padding: 60px 0;
    text-align: center;
  }
  .site-footer .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-left,
  .footer-right {
    max-width: 535px;
    margin: 0 auto;
  }
  .footer-left h3 {
    font-size: 2.188rem;
    margin: 0 0 15px;
  }
  .footer-left p {
    margin: 0 0 25px;
    font-size: 1rem;
  }
  .footer-left .form-control {
    margin: 0 auto 12px;
    max-width: 314px;
    height: 40px;
    display: block;
  }
  .footer-links,
  .contact-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
  .footer-right > p {
    margin-bottom: 0;
    font-size: 0.875rem;
  }
  .secondary-btn {
    padding: 14px 46px;
    font-size: 1rem;
  }
  .footer-links {
    display: none;
  }
  .contact-links {
    margin-top: 0;
  }
  .footer-mail a {
    font-size: 1.563rem;
  }
  .container {
    max-width: 875px;
  }
  .subTitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
  .nav-show .site-logo {
    z-index: inherit;
  }
  .site--links-wrap {
    padding-bottom: 65px;
  }
  .site-navigation {
      width: 100%;
      padding: 45px 40px 25px;
  }
  .navigation-logo {
    display: none;
  }
  .site-social--icons,
  .site-navigation .close {
    display: block;
  }
  .site-mail {
    display: inline-block;
  }
  .site-page--links a {
    font-size: 1.6rem;
    padding-left: 60px;
  }
  .site-page--links a img {
    left: -5px;
    max-width: 40px;
    top: 0;
  }
  .site-page--links li {
    padding: 10px 0;
  }
  .loader img {
    max-width: 70px;
  }
  .subTitle {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  .section-heading {
    font-size: 2.813rem;
  }
  .site-footer {
    padding: 60px 0 40px;
  }
  .footer-left h3 {
    font-size: 1.313rem;
  }
  .footer-left p {
    margin: 0 0 15px;
    font-size: 1.1rem;
  }
  .footer-left {
    max-width: 281px;
  }
  .footer-mail a {
    font-size: 1.313rem;
  }
  .social-links {
    margin-left: 20px;
  }
  .footer-right > p {
    font-weight: 300;
    font-size: 1.1rem;
  }
  .slick-arrow {
      width: 50px;
      height: 50px;
      -webkit-transform: inherit;
      -ms-transform: inherit;
      transform: inherit;
      top: inherit;
      bottom: 30px;
  }
  .slick-prev {
      left: 30px;
  }
  .slick-next {
      right: 30px;
  }
  .slick-prev:before, .slick-next:before {
      width: 14px;
      height: 14px;
  }
  .slick-next:before {
      border-width: 0 3px 3px 0;
  }
  .slick-prev:before {
      border-width: 0 0 3px 3px;
  }
}
@media screen and (max-width: 420px){
  .contact-links {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .contact-links > div {
      width: 100%;
  }
  .social-links {
      margin-left: 0;
      margin-top: 20px;
  }
  .social-links ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .site-mail {
    font-size: 14px;
  }
}