/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

body {
  color: #777777;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  background-attachment: fixed;
  background-image: url("../img/body-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

body:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0.6;
  z-index: -1;
  background-image: -moz-linear-gradient(135deg, #ffc107 0%, #007bff 100%);
  background-image: -webkit-linear-gradient(135deg, #ffc107 0%, #007bff 100%);
  background-image: -ms-linear-gradient(135deg, #ffc107 0%, #007bff 100%);
}

.bottomHeaderBelt{
  display: flex;
  align-self: flex-end;
  background-color: #1c7e79;
  background-image: url(../img/icon-logo-bottom-stretch.png);
  height: 56px;
  justify-content: flex-end;
  align-items: center;
}

.topHeaderBelt{
  background-color: #fcc559;
  background-image: url(../img/icon-logo-top-stretch.png);
  background-repeat: no-repeat;
  background-position-x: right;
}

.topHeaderBeltMobile {
  background-color: #fcc559;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cards .row div{
  text-align: center;
  margin-bottom: 30px;
}

.btn.btn-warning{
  font-weight: bold;
  font-size: 12px;
  padding: 5px 20px;
  background: rgb(246,192,39);
  background: linear-gradient(0deg, rgba(246,192,39,1) 0%, rgba(249,255,0,1) 50%, rgba(252,176,69,1) 100%);
  background: -moz-linear-gradient(0deg,  rgba(246,192,39,1) 0%, rgba(249,255,0,1) 50%, rgba(252,176,69,1) 100%);
  background: -webkit-linear-gradient(0deg,  rgba(246,192,39,1) 0%, rgba(249,255,0,1) 50%, rgba(252,176,69,1) 100%);
  background: -ms-linear-gradient(0deg,  rgba(246,192,39,1) 0%, rgba(249,255,0,1) 50%, rgba(252,176,69,1) 100%);
}

.cards .row div img{
  width: 100%;
    padding: 0 30px;
}

span.title{
  color: #000000;
  font-size: 20px;
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-weight: bold;
}

.featured-area .cards{
  padding-top: 50px;
  background: #fddd75 url(../img/bg.png) 0 0;
    background-size: cover;
}

.featured-area.cardContent{
  padding-top: 0;
}

.featured-area {
  padding: 40px 0 80px 0;
  background-image: -moz-linear-gradient(90deg, #FF9800 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(90deg, #FF9800 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(90deg, #FF9800 0%, #ffffff 100%);
}

.logo{
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
  color: #00bcd4;
  font-variant: small-caps;
}
.logo span{
    font-size: 20px;
    color: #b94444;
}

.sirar_icon img{
  position: relative;
    z-index: 100;
}

.breadcrumbs{
  background: none;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 20px;
  display: inherit;
 
}
.breadcrumbs a{
color: #036e98;
font-weight: bold;
}

.breadcrumbs > li:first-child{
  border-right: 2px solid;
  padding-right: 8px;
}
.breadcrumbs > li:last-child{

  padding-left: 10px;
}


header {
  background: #fff;
}

.header-top {
  padding: 30px 0;
}

@media (max-width: 767px) {
  .header-top {
    padding: 15px 0;
  }
}
.header-wrap {
  position: relative;
}

.main-wrapper {
  width: 68.75%;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .main-wrapper {
    width: 75%;
  }
}

@media (max-width: 1199px) {
  .main-wrapper {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .main-wrapper {
    width: 97%;
  }
}

.main-wrapper-first {
  width: 68.75%;
  margin: 0 auto;
  /* margin-top: 3rem; */
}

@media (min-width: 1200px) {
  .main-wrapper-first {
    width: 75%;
  }
}

@media (max-width: 1199px) {
  .main-wrapper-first {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .main-wrapper-first {
    /* margin-top: 3rem; */
    width: 97%;
  }
}

.story-card-video span, .story-card-book span{
  font-size: 18px;
  font-weight: bold;
}

.brand-area {
  padding: 40px 0 40px 0;
}

.brand-area img{
  padding: 0 40px;
}

footer {
  border-top: 1px solid;
  padding: 15px 0;
}

footer .copy-right-text {
  color: #000;
}

@media (max-width: 991px) {
  footer .copy-right-text {
    margin: 20px 0;
  }
}

footer .copy-right-text a {
  color: #9823ed;
}