*{
    padding: 0;
    margin: 0;
    font-size: 100%;

    /* transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -o-transition: all 1s ease; */

    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Julius Sans One', sans-serif;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    /*list-style: none;*/
    
}
.clear { clear: both;  }


/* Header */

.header{
    height: 600px;
    background: url(img/header.jpg) center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
}
.header-logo{
    height: 90px;
}
.info-bar{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 44px;
    background-color: #111033;
    text-transform: lowercase;
}

.info-bar a{
    color: #fff;
    text-transform: lowercase;
    text-decoration: none;
}

.info-bar .social-icons a{
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    text-decoration: none;
}

.navigationbar{
    background-color: rgba(17,16,51,0.7);
}


.navigationbar ul{
    margin-right: 40px;
    float: right;
    text-align: right;
    line-height: 95px;
}

.navigationbar ul li{
   
    display: inline-block;  
    /* letter-spacing: 2px;
    padding-left: 15px;
    padding-right: 20px; */
    letter-spacing: 1px;
    padding: 0 5px;
    float: left;
    font-size: 13px;
    font-weight: 400;
    border-top: 3px solid transparent;
}


.navigationbar ul li a{
    list-style: none;
    text-decoration: none;
    display: block;
    color: white;


}  
.navigationbar ul li:hover{
  border-top: 3px solid #bea566;
  transition: 0s;

}
.navigationbar img{
  margin-top: 7px;
}

.header-fix{
    background: #111033;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2000;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.header-fix ul{
    line-height: 60px;
}
.header-fix .header-logo{
    height: 60px;
}
/* Mobile Header */
.mobile-header{
    display: none;
    width: 100%;
    text-align: center;
    height: 400px;
    background: url(img/header.jpg) center center fixed;
}
.mobile-header .menu{
    background: #111033;
    position: fixed;
    width: 100%;
    padding: 10px 0;
    z-index: 2000;
}
.mobile-header .menu .logo img{
    height: 50px;
}
.mobile-header .menu .menu-button{
    position: absolute;
    left: 10px;
    top: 16px;
}
.mobile-header .menu .menu-button a{
    text-decoration: none;
    font-size: 25px;
    font-weight: 100;
    color: #bea566;
}

/* Mobile Menu */
.mobile-menu{
    position: fixed;
    width: 100%;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    z-index: 2100;
    background: #111033;
    display: none;
}
.mobile-menu .close-menu{
    position: absolute;
    font-size: 25px;
    top: 10px;
    left: 20px;
    color: #fff;
    text-decoration: none;
}
.mobile-menu ul{
    margin: 60px 0 20px 0;
    padding: 0 20px;
}
.mobile-menu ul li{
    padding: 10px 20px;
    border-bottom: 1px solid #bea566;
}
.mobile-menu ul li:last-child{
    border-bottom: none;
}
.mobile-menu ul li a{
    color: #fff;
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}


/* Home page Content */

.content-home{
    margin: 20px 0;
}
.content-home h1{
    color: #111033;
    font-weight: 100;
    font-size: 38px;
    line-height: 48px;
    font-family: 'Julius Sans One', sans-serif;
}

.content-home h2{
 color: #111033;
 font-weight: 400;
 font-size: 28px;
 line-height: 27px;
 font-family: 'Julius Sans One', sans-serif;
}
.content-home h3{
 color: #111033;
 font-weight: 400;
 font-size: 24px;
 line-height: 27px;
 font-family: 'Julius Sans One', sans-serif;
 margin-bottom: 30px;
}

.content-home p{
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: black;
  text-align: center;
  text-align: justify;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0px;
  width: 70%;
  margin: 10px auto;
}
.post-block{
    margin-top: 80px;
}
.post-box{
    text-align: center;
    margin-bottom: 40px;
}
.post-box h6{
      color: #111033;
      font-size: 20px;
      font-weight: 400px;
      line-height: 1;
      letter-spacing: 0px;
      text-align: center;
      margin-top: 45px;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      height: 40px;
}

.post-box p{
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.54;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    height: 52px;
}

.post-box a{
    border-radius: 2px;
    color: #000;
    border: 1px solid #111033;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
    text-decoration: none;
}
.post-box img.img-responsive{
    width: 100%;
}
.Subscribe-button{
    text-align: center;
    margin-top: 20px;
}
.Subscribe-button a{

    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    color: #000;
    border: 1px solid #111033;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px 50px;
    text-decoration: none;
}


 .footer{
    color: #ffffff;
    background-color: #111033;
    margin-top: 60px;
    border-top: 12px solid #bea566;
    

 }

.footer h2{
    font-family: "Julius Sans One", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 35px;
    margin-top: 50px;
}

.footer ul{
    list-style: none !important;
}
.footer ul li{
    padding: 5px;
    font-size: 13px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.footer ul li a{
    text-decoration: none;
    color: #FFF;
}
.footer h6{
    font-size: 13px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.footer p{
    font-size: 13px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 1px;
}

.lower-footer{
    margin-top: 50px;
    padding: 7px;
}
.footer-social{
    margin-top: 50px;
    padding: 7px;
    text-align: right;
}
.footer-social a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.footer .hildes{
    color: #a2c200;
    text-decoration: none;
    font-size: 15px;
}


/* Page */
.page{
    padding: 20px 0;
}
.page .title{
    margin: 20px 0;
}
.page .title h1{
    font-family: "Julius Sans One", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #111033;
    letter-spacing: 1px;
}
.page .title h3{
    font-family: "Julius Sans One", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #111033;
    font-size: 19px;
    text-transform: lowercase;
}
.page p{
    font-size: 17px;
}
.course .img img{
    width: 100%;
}
.course .detail,
.team .detail{
    font-size: 17px;
    padding: 20px;
    margin: 20px 0;
}
.course .detail ul{
    padding: 0 15px;
}

.team .post-block{
    margin-top: 20px;
}
.team .post-box-team{
    margin-bottom: 10px;
}
.team .post-box-team h6{
      color: #111033;
      font-size: 20px;
      font-weight: 400px;
      text-align: center;
      /*margin-top: 45px;*/
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.team .post-box-team p{
    font-size: 13px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #000;
    text-align: center;
}
.team .post-box-team img{
    width: 100%;
}
/* Contact */
.form{
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #ccc;
}
.form label{
    font-style: italic;
    color: #777;
}
.form input,
.form textarea{
    outline: none;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border: 1px solid #66afe9;
}
.form button{
    background: #bea566;
    color: #fff;
    width: 100%;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    outline: none;
    border: none;
    font-size: 25px;
    padding: 7px 0;
}
.contact-detail .block{
    margin: 10px 0;
    padding: 10px 0;
    text-align: center;
}
.contact-detail .block h1{
    color: #111033;
    font-weight: 100;
    font-size: 38px;
    line-height: 48px;
    font-family: 'Julius Sans One', sans-serif;
}