/*
*Theme Name : ThemeName
*Description : ThemeName Theme
*Version : 1.0
*/

section.introduction_area {
    padding-top: 100px;
}
.tp-bgimg.defaultimg {
    height: 751px !important;
}
.main_slider_area ul li .slider_text_box .secand_text {
    color: #fff;
    font-family: "Lato", sans-serif;
    margin-top: 15px !important;
    margin-bottom: 15px !important;

}


.media h3 {
    font-size: 50px;
    color: #ffb606;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    line-height: 50px;
}


.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.room_list_l_text p {
    margin-bottom: 32px;
}
.media-title h3 {
    font-size: 18px;
    color: #ffb606;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    line-height: 45px;
}
.right_event_area .col-sm-6 {
    background: #fffefe;
    height: 240px;
    padding: 22px;
    margin: 10px !important;
    width: 48%;
}
/*.media-left {
    border: solid 1px #c8c8c8;
    width: 115px;
    margin: 10px !important;
}*/
.media-left h3 {
    font-size: 22px;
    line-height: 1.3em;
}
.media-left, .media-right, .media-body {
    display: contents;
    vertical-align: top;
}
.media-body.description strong {
    color: #000;
    padding: 10px 0;
}
.blog_item .blog_text h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    letter-spacing: .4px;
    color: #242424;
    padding: 40px 0px 20px 0px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}