/* --------------------------------------------------------
Style Sheet for Website's Name

version: 1.0
last modified: 28.09.2016 by ZISuzon
author: Z. I. Suzon
email: suzon.zahid@gmail.com
website: http://zisuzon.com
----------------------------------------------------------*/
/* ==========================================================================
Basic styles
========================================================================== */
* {
  margin: 0px;
  padding: 0px; }

body {
  background-color: #fff;
  font-family: 'Raleway', sans-serif;
  overflow-x: hidden; 
  overflow-y: scroll;
  height: 100%;
}

/* Lists */
ul {
  margin: 0;
  padding: 0; }

/* ==========================================================================
Header stom styles
========================================================================== */
/* Top bar */
.topbar {
  width: 100%;
  height: 10px;
  background: #0DA574; }

/* Container */
.hell {
  position: relative; 
}

header {
  height: 100%;
  
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #fff; }

header .intro-text {
  background: rgba(0,0,0,0.5);
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 100;
  height: 100%; }

header .intro-text .intro-lead-in {
  font-weight: 600;
  font-size: 22px;
  color: #FCC72C;
  line-height: 22px;
  margin-bottom: 25px;
  height: 81px;
  width: 100px;
  margin:auto;
}

header .intro-text .intro-heading {
  font-weight: 600; 
  font-family: 'Josefin Slab', serif;
  text-transform: uppercase;
  font-size: 25px;
  color: #fff;
  /*line-height: 50px;*/
  margin-bottom: 25px; 
  word-wrap: break-word; 

}

/* Responsive for header*/
@media (min-width: 768px) {
  header .intro-text {
    padding-top: 40px;
    padding-bottom: 200px;
    height: 100%;
  }

  header .intro-text .intro-lead-in {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 50px;
    height: 143px;
    width: 175px;
    margin: auto;
  }

  header .intro-text .intro-heading {
    font-family: 'Josefin Slab', serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 50px; } }
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid #0DA574;
  border-radius: 100% !important;
  font-size: 40px;
  color: #0DA574;
  background: 0 0;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out; }
  .btn-circle:hover {
    color: #FCC72C;
    transition: 0.3s; 
  }

/* Menu Button */
/* ==========================================================================
	Notice Style
========================================================================== */
/*Notice MODAL*/

/*.modal {
   background-color: #121417 !important;
  color: #FCC72C;
}*/

.modal-header {
  color:#121417;
  background-color: #FCC72C;
  border-bottom: #121417;
}
.modal-body {
  color:#FCC72C;
  background-color: #121417;
  border-bottom: #FCC72C;
}
.modal-footer{
  color:#FCC72C;
  background-color: #121417;
  border-top: #FCC72C 1px solid !important;
}
.modal-btn{
  background-color: #FCC72C;
  color: #121417;
  border-color: #FCC72C;
}

.modal-btn:hover{
  background-color: #121417;
  color: #FCC72C;
  border-color: #FCC72C;
  transition: background .3s ease-in-out;
}
/* ./ Notice MODAL*/



.notices {
  padding: 25px;
  background-color: #000000;
  padding-bottom: 100px; }

.page-header {
  border-bottom-color: #000000;
  font-family: 'Josefin Slab', serif; }

.col-sm-8 {
  margin-top: 30px; }

.thumbnail {
  border-radius: 0 !important;
  background-color: #121417;
  border-color: #121417; }
  .thumbnail .caption {
    position: relative;
    margin-top: -10px; }
    .thumbnail .caption h3 {
      font-family: 'Josefin Slab', serif;
      color: #FCC72C; }
    .thumbnail .caption p {
      color: #595959; }
      .thumbnail .caption p a {
        background: transparent;
        border-color: #FCC72C;
        color: #FCC72C;
        border-radius: 0 !important; }
        .thumbnail .caption p a:hover {
          background: #FCC72C;
          color: #121417; }

.media-body a {
  color: #595959;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color; }
  .media-body a:hover {
    text-decoration: none;
    color: #FCC72C; }

/* ==========================================================================
	Videos Style
========================================================================== */
.videos {
  background-color: #FCC72C;
  color: #000000;
  }
  .videos .thumbnail {
    padding-top: 50px;
    background-color: #FCC72C;
    border-color: #FCC72C; }
    .videos .thumbnail .videos-title {
      background: #000000;
      color: #FCC72C;
      margin-top: -35px;
      padding: 15px;
      font-family: 'Josefin Slab', serif; }

.page-header {
  border-bottom-color: #000000;
  font-family: 'Josefin Slab', serif; }

/* ==========================================================================
	Footer Style on different css
========================================================================== */

/* ==========================================================================
	Hacked from plugins Style
========================================================================== */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }

.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #FCC72C;
  color: #121417; }

/*TYPED JS CURSOR STYLE*/
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*# sourceMappingURL=main.css.map */
