/*open-sans
----------------------------------------*/
@font-face { font-family: 'wYekan'; src: url("../fonts/wYekan.ttf") format('truetype');}
@font-face { font-family: 'wYekan'; src: url("../fonts/wYekan.ttf") format('truetype');}
@font-face { font-family: 'wYekan'; src: url("../fonts/wYekan.ttf") format('truetype');}

/*------------------------------------------------------------------

[Main Stylesheet]
Project     : Anon - Responsive Coming Soon Template
Version     : 1.0
Designed By : Poshtheme

[Table of contents]
1.0 Resets
2.0 General
3.0 Header
  3.1 Subscribe
4.0 Main Container
  4.1 About
  4.2 Services
  4.3 Contact
5.0 Footer
6.0 Responsive

-------------------------------------------------------------------*/

/*
* 1.0 Reset
*---------------------------------------------------------------------
*/
[hidden] {
  display: none;
}
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 13px;
  }
}
html,
body {
  width: 100%;
  height: 100%;
}
html,
body,
blockquote,
button,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
q,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
blockquote,
q {
  quotes: none;
  font-style: italic;
  font-family: 'wYekan', serif;
  font-weight: 300;
}
ul,
ol {
  margin: 0;
  list-style: none;
}
body {
  position: relative;
  font-family: 'wYekan', sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align:right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'wYekan', sans-serif;
  font-weight: 800;
  line-height: 1.3;
}
h1,
h2,
h3 {
  margin: 0 0 15px;
}
h4,
h5,
h6 {
  margin: 0 0 12px;
}
h1 {
  font-size: 2.7em;
}
h2 {
  font-size: 2.3em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.7em;
}
h5 {
  font-size: 1.5em;
}
h6 {
  font-size: 1.2em;
}
p {
  margin: 0 0 20px;
}
p:last-child {
  margin: 0;
}
a {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
button:focus {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
* 2.0 General
*---------------------------------------------------------------------
*/
button,
.btn {
  position: relative;
  font-size: 1em;
  font-weight: 300;
  padding: 10px 30px;
  border: 0 none;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
button:focus,
.btn:focus {
  outline: none;
}
.btn-block {
  padding: 10px 0;
}
.btn-primary::before,
.btn-primary::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.btn-primary:hover::before,
.btn-primary:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btn-primary:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
.btn-default::before,
.btn-default::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.btn-default:hover::before,
.btn-default:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btn-default:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
.pt-divider {
  position: relative;
  width: 100px;
  height: 1px;
  border: 0 none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pt-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 1px;
}
.pt-divider.pt-left {
  margin-left: 0;
}
.pt-social-list {
  margin-bottom: 40px;
}
.pt-social-list li {
  display: inline-block;
  margin: 0 8px;
  text-align: center;
}
.pt-social-list li > a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 48px;
  font-size: 1.1em;
  border: 1px solid;
  overflow: hidden;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pt-section {
  padding: 80px 0 60px;
  border-bottom: 1px solid;
}
.pt-section-header {
  margin-bottom: 80px;
  text-align: center;
}
.pt-section-header h5,
.pt-section-header .pt-sub-title {
  font-family: 'wYekan', sans-serif;
  font-weight: 300;
  font-size: 1.3em;
}
.facebook:hover {
  background: #3B5998;
  border-color: #3B5998 !important;
}
.twitter:hover {
  background: #00ACED;
  border-color: #00ACED !important;
}
.youtube:hover {
  background: #bb0000;
  border-color: #bb0000 !important;
}
.linkedin:hover {
  background: #007bb6;
  border-color: #007bb6 !important;
}
.gplus:hover {
  background: #dd4b39;
  border-color: #dd4b39 !important;
}
.instagram:hover {
  background: #517fa4;
  border-color: #517fa4 !important;
}
.pinterest:hover {
  background: #cb2027;
  border-color: #cb2027 !important;
}
.flickr:hover {
  background: #ff0084;
  border-color: #ff0084 !important;
}
.tumblr:hover {
  background: #32506d;
  border-color: #32506d !important;
}
.vimeo:hover {
  background: #aad450;
  border-color: #aad450 !important;
}
.flickr:hover {
  background: #ff0084;
  border-color: #ff0084 !important;
}
/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
.preloader .ball-scale-multiple {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.preloader .ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.preloader .ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.preloader .ball-scale-multiple > div {
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/*
* 3.0 Header
*---------------------------------------------------------------------
*/
.pt-header {
  position: relative;
  background: url("../assets/images/img03.jpg") fixed 100% 100% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.pt-header .pt-head-overlay {
  width: 100%;
  border-width: 10px 40px 10px 10px;
  border-style: solid;
}
.pt-header .pt-logo {
  margin-bottom: 40px;
}
.pt-header .pt-logo img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.pt-header .pt-header-content {
  width: 100%;
}
.pt-header .pt-head-text {
  margin-bottom: 40px;
}
.pt-header .pt-head-text .pt-head-title {
  font-size: 2em;
}
.pt-header .pt-head-text .pt-head-title span {
  font-weight: 800;
}
.pt-header .pt-subscribe {
  margin-bottom: 40px;
}
.pt-header .pt-read-more {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 17px;
  background: url("../assets/images/arrow_down.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.pt-header .pt-navbar {
  position: fixed;
  right: 16px;
  top: 50%;
  width: 14px;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.pt-header .pt-navbar .pt-nav li > a {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  margin: 10px auto;
  font-size: .8em;
  text-transform: uppercase;
  box-sizing: content-box;
  border: 5px solid;
  border-color: rgba(242, 25, 26, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pt-header .pt-navbar .pt-nav li > a span {
  position: absolute;
  right: 0;
  top: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.pt-header .pt-navbar .pt-nav li > a:hover span {
  right: 270%;
  opacity: .7;
  visibility: visible;
}
.pt-header .pt-navbar .pt-nav li.active > a span {
  right: 270%;
  opacity: .7;
  visibility: visible;
}
@keyframes pulse {
  0% {
    margin-top: -20px;
    opacity: 0.7;
  }
  50% {
    margin-top: 0;
    opacity: 1;
  }
  100% {
    margin-bottom: -20px;
    opacity: 0.7;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
}
.pt-counters-panel {
  padding-top: 20px;
}
.pt-counters-panel .pt-counter-wrap {
  display: inline-block;
  margin: 0 15px 40px;
  text-align: center;
}
.pt-counters-panel .pt-counter-wrap .pt-counter {
  border: 4px solid;
  font-family: 'Audiowide', cursive;
  font-weight: 100;
  font-size: 2em;
  line-height: 82px;
  width: 90px;
  height: 90px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/*
* 3.1 Subscribe modal
*---------------------------------------------------------------------
*/
.pt-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.pt-show {
  visibility: visible;
}
.pt-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.pt-show ~ .pt-overlay {
  opacity: 1;
  visibility: visible;
}
/* Content styles */
.pt-subscribe-wrap {
  padding: 40px;
  width: 100%;
  position: relative;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pt-subscribe-wrap h1,
.pt-subscribe-wrap h2,
.pt-subscribe-wrap h3,
.pt-subscribe-wrap h4,
.pt-subscribe-wrap h5,
.pt-subscribe-wrap h6 {
  margin-bottom: 40px;
}
.pt-subscribe-wrap input {
  width: 100%;
  padding: 9px 20px;
  margin-bottom: 40px;
  border: 1px solid;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align:right;
}
.pt-subscribe-wrap button,
.pt-subscribe-wrap .btn {
  margin-bottom: 40px;
}
.pt-subscribe-wrap .pt-social-list {
  margin-bottom: 0;
  text-align: center;
}
.pt-subscribe-wrap .pt-close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 1.2em;
  display: block;
  cursor: pointer;
}
.pt-effect.pt-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.pt-effect .pt-subscribe-wrap {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.pt-show.pt-effect .pt-subscribe-wrap {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}
/*
* 4.0 Main Container
*---------------------------------------------------------------------
*/
.pt-main-container {
  background: #ffffff;
}
/*
* 4.1 About
*---------------------------------------------------------------------
*/
.pt-img-container,
.pt-desc-text {
  margin-bottom: 40px;
}
/*
* 4.2 Services
*---------------------------------------------------------------------
*/
.pt-text-box {
  margin-bottom: 40px;
  overflow: hidden;
}
.pt-text-box .pt-headline {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
.pt-text-box .pt-headline h4,
.pt-text-box .pt-headline .pt-title {
  position: relative;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 600;
  margin: 0;
  vertical-align: baseline;
}
.pt-text-box .pt-headline .pt-icon {
  display: inline-block;
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  margin-right: 5px;
  font-size: 1.1em;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pt-text-box .pt-headline::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  height: 6px;
  margin-top: -3px;
  width: 300px;
  border-width: 1px 0 1px;
  border-style: dotted;
}
/*
* 4.3 Contact
*---------------------------------------------------------------------
*/
.pt-address {
  margin-bottom: 40px;
}
.pt-address li {
  margin-bottom: 15px;
}
.pt-contact {
  margin-bottom: 40px;
}
.pt-contact .pt-success,
.pt-contact .pt-error {
    display: none;
    margin-bottom: 15px !important;
    padding: 3px 10px;
}
.pt-contact .pt-input-box {
  position: relative;
  margin-bottom: 30px;
}
.pt-contact .pt-input-box span {
  position: absolute;
  top: 13px;
  right: 12px;
  font-size: 1em;
}
.pt-contact .pt-input-box label {
  font-weight: 300;
}
.pt-contact input,
.pt-contact textarea {
  padding: 9px 40px 9px 40px;
  width: 100%;
  border: 1px solid;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align:right;
}
.pt-contact textarea {
  height: 192px;
}
/*
* 5.0 Footer
*---------------------------------------------------------------------
*/
.pt-footer {
  text-align: center;
  padding: 40px 0;
}
.pt-footer .pt-footer-logo {
  margin-bottom: 30px;
}
.pt-footer .pt-social-list {
  margin-bottom: 20px;
}
/*
* 6.0 Responsive
*---------------------------------------------------------------------
*/
/*Min Width: 1025px*/
@media screen and (min-width: 1025px) {
  .pt-header {
    width: 100%;
    height: 100%;
  }
  .pt-header .pt-head-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .pt-header .pt-header-content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
/*Max Width: 1025px*/
@media screen and (max-width: 1024px) {
  .pt-head-overlay {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 992px) {
  .pt-effect.pt-modal {
    width: 95%;
  }
  .pt-subscribe-wrap {
    padding: 20px;
  }
  .pt-subscribe-wrap input,
  .pt-subscribe-wrap button,
  .pt-subscribe-wrap .btn {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pt-header {
    text-align: center;
  }
}
