.banner_2 {
    background-image: url(/images/event03_dark.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #ffffff;
    background-attachment: fixed;
    z-index: -999;
    padding-top: 110px;
    padding-bottom: 110px;
}
.padding_20_20 {
    padding: 20px 20px;
}
.whatWeOfferSection {
  padding: 0 0;
}

.whatWeOfferSection .whatWeOffer .offers {
}

.whatWeOffer .offers .offer {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
}
.whatWeOffer .offers .offer::after,
.whatWeOffer .offers .offer::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: #e6c98e;
  transition: all 0.5s;
  z-index: -1;
}

.whatWeOffer .offers .offer::before {
  top: -2px;
  right: -2px;
}
.whatWeOffer .offers .offer::after {
  bottom: -2px;
  left: -2px;
}
.whatWeOffer .offers .offer:hover::after,
.whatWeOffer .offers .offer:hover::before {
  width: 101%;
  height: 101%;
}


.whatWeOfferSection .whatWeOffer .offers .offer .image {
  overflow: hidden;
}

.whatWeOfferSection .whatWeOffer .offers .offer .image img {
  transition: all 0.5s;
  width: 100%;
}


.whatWeOfferSection .whatWeOffer .offers .offer:hover .image img {
  transform: scale(1.2);
}
@media (max-width: 991px) {
  .whatWeOfferSection .whatWeOffer .header {
    width: 100%;
  }
  .whatWeOfferSection .whatWeOffer .offers .offer {
    height: unset;
    padding: 10px 10px;
    margin-bottom: 10px;
  }
}

/****Links****/

.btn {
  font: 18px/20px 'Dosis', sans-serif;
  color: #323045;
  border: 1px solid #000;
  display: inline-block;
  padding: 0px 25px 5px;
  margin-top: 16px;
}
.btn:hover {
  background-color: #ffffff;
  border-color: #eee;
}

.clear {
  float: none !important;
  clear: both;
}







/****Gallery****/
.box {
  position: relative;
  margin-top: 2px;
  margin-bottom: 31px;
  padding-bottom: 68px;
  overflow: hidden;
}
.box .gall_item {
  position: relative;
  display: block;
}
.box .gall_item img {
  width: 100%;
}
.box .gall_item span {
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/magnifyer.png) center -100px no-repeat;
}
.box .gall_item:hover span {
  background-position: center center;
}
.box .box_bot {
  background-color: #97681d; 
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 194px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.box .box_bot .box_bot_title {
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 19px;
}
.box .box_bot .btn {
  margin-top: 0;
  border-color: #e8e6b9;
  color: #e8e6b9;
}
.box .box_bot .btn:hover {
  color: #323045;
  border-color: #ffffff;
}
.box .box_bot:hover {
  top: 0;
}
.box .box_bot:hover .box_bot_title {
  color: #e8e6b9;
}
.blog .btn {
  margin-top: 28px;
  margin-bottom: 31px;
}

.box .box_bot p {
  padding-left: 18px;
  padding-right: 18px;
  color: #000;
}
.box .box_bot .btn {
  margin-left: 18px;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
  .box .box_bot {
    top: 168px;
  }
  .box .box_bot .box_bot_title {
    padding-left: 0;
  }
}
@media only screen and (max-width: 979px) {
  .box .box_bot {
    top: 132px;
  }
  .box .box_bot .box_bot_title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .box .box_bot {
    top: 235px;
  }
}
@media only screen and (max-width: 479px) {
  .box .box_bot {
    top: 151px;
  }
}
