@charset "utf-8";
/* CSS Document */
html {
  height: 100%;
}
@font-face {
  font-family: body-font;
  src: url(SEGOEUI.TTF);
}
@font-face {
  font-family: title-font;
  src: url(berlin-regular.TTF);
}

h1,
h2,
h3,
h4 {
  font-family: Tahoma, Geneva, sans-serif;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: body-font;
  font-size: 15px;
  background: #fff;
  top: 0 !important;
}
a {
  text-decoration: none;
  color: inherit;
}

#back2Top {
  width: 40px;
  height: 30px;
  padding-top: 10px;
  position: fixed;
  z-index: 999;
  bottom: 100px;
  right: 2%;
  background: #f1c40f;
  color: #fff;
  display: none;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  border-radius: 7px;
  -moz-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
  -webkit-transition: all 0.2s ease-in 0.2s;
  -ms-transition: all 0.2s ease-in 0.2s;
  -o-transition: all 0.2s ease-in 0.2s;
}
#back2Top:hover {
  background: #444;
}

.slide-div {
  width: 100%;
  min-height: 450px;
  background: url(../all-images/images/slide-bg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 50px;
}
.slide-div .inner-div {
  width: 85%;
  max-width: 1200px;
  height: auto;
  margin: auto;
  padding-top: 130px;
}
.slide-div .inner-div .text-div {
  max-width: 900px;
  font-size: 25px;
  color: #fff;
  margin: auto;
  text-align: center;
}
.slide-div .inner-div .text-div h1 {
  /*font-size:4vw;*/
  font-size: 65px;
  margin: 0px;
  color: #fff;
  border-bottom: #f9a825 1px solid;
  padding-bottom: 20px;
}
.slide-div .inner-div .text-div h1 span {
  color: #f9a825;
}

@media all and (max-width: 860px) {
  .slide-div .inner-div .text-div {
    width: 100%;
  }
  .slide-div .inner-div .text-div h1 {
    font-size: 8vw;
  }
}
@media all and (max-width: 580px) {
  .slide-div .inner-div .text-div {
    font-size: 4vw;
  }
  .slide-div .inner-div {
    padding-top: 200px;
  }
}

.count-down-div {
  background: #f2f2f2;
  border-radius: 20px;
  width: 700px;
  margin: auto;
  margin-top: -80px;
}
.count-down-div .div-in {
  padding: 20px;
}

@media all and (max-width: 860px) {
  .count-down-div {
    width: 80%;
  }
}
@media all and (max-width: 500px) {
  .count-down-div {
    margin-top: -50px;
  }
}
