@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url(default-assets/classy-nav.css);
@font-face
{
	font-family: 'Beyond';
	src: url('../fonts/beyond_the_mountains.otf')  format('truetype'),
		 url('../fonts/beyond_the_mountains.ttf')  format('opentype');
}

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Roboto Slab';
	font-size: 14px;
	font-weight: 400;
}

/* width */
::-webkit-scrollbar, popup {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track, popup {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb, popup {
  background: rgb(245 245 245 / 1.2); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb, popup:hover {
  background: #5b77a6; 
}

/* Gallery start */

.paragraph {
    margin-bottom: 25px;
}

.two-third {
    margin: 0px auto;
    width: 100%;
}

.two-third2 {
    margin: 0px auto;
    width: 79%;
}

#searchmodule {
    background: #fff;
    padding: 0px 0px 0px 0px;
    border-radius: 0;
    border: 0 none;
    position: relative;
    margin-bottom: 0px;
}

#searchmodule .tab-control {
    padding: 11px 11px 0px 11px;
    border-radius: 0;
    border: 0 none;
    background: #fff;
    overflow: hidden;
    margin: 0 0 0 22px;
}

/* Gallery End */

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: left;
}

.sty-h6 {
    text-transform: uppercase;
    color: #b37212 !important;
    letter-spacing: 0px;
    display: block;
    margin-bottom: 11px;
    margin-top: 0px;
    font-family: "Josefin Sans", sans-serif !important;
    line-height: 1.3;
    font-weight: 500;
    font-size: 0.7em;
    background: none !important;
    text-align: left;
}


#ftbg {
    /* width: 100%; */
    margin: 0 auto;
    float: none;
}

#feature {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    font-size: 19px;
    padding: 0 0 35px 0;
}

.heading {
    text-decoration: none;
    padding: 0px 10px 35px;
    font-weight: bold;
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
    line-height: 35px;
    letter-spacing: 1px;
    color: #001873;
    font-family: 'Quando', serif;
}

.container3 {
    position: relative;
    float: left;
    width: 32.3%;
    margin: 0 11px 28px 0;
}

.container3 img {
    vertical-align: middle;
}

.container3 .content3 {
    position: absolute;
    bottom: 0;
    background: rgb(0 0 0 / 68%);
    /* background: rgb(5 70 108 / 76%); */
    color: #f1f1f1;
    font-size: 17px;
    padding: 15px;
}

.ylw {
    font-family: "Josefin Sans", sans-serif;
    text-decoration: none;
    color: #0055a5;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
}

.ylw a {
    font-family: 'Quando' !important;
    text-decoration: none;
    color: #ff5f03;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
}

.ylw a:hover {
    font-family: 'Quando' !important;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
}

.content3 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #000;
    font-size: 17px;
    text-shadow: 1px 1px 1px white;
    margin-bottom: 0px;
    text-align: center;
}

.content3 p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #000;
    font-size: 17px;
    text-shadow: 1px 1px 1px white;
    margin-bottom: 0px;
    text-align: center; !important;
    margin-top: 0px !important;
}

.content4 {
    font-family: 'Roboto Slab', sans-serif;
    color: #000;
    font-size: 17px;
    text-shadow: 1px 1px 1px white;
    margin-bottom: 0px;
    text-align: left;
}

.content4 p {
    font-family: 'Roboto Slab', sans-serif;
    color: #666;
    font-size: 16px;
    text-shadow: 1px 1px 1px white;
    margin-bottom: 0px;
    text-align: left !important;
    margin-top: 0px !important;
}

.contact {
    font-weight: 400;
    font-size: 34px;
    color: #094b9f;
    width: 37%;
    margin: 0 auto;
}
.contact h3 {
	font-family: 'Roboto Slab';
    font-weight: 400;
    font-size: 34px;
    color: #094b9f;
    text-align: center;
}
.content, .five, .h2, h2 {
    font-size: 1.4rem !important;
    color: #e0982e !important;
    /* background-color: #fabc00; */
    font-family: "Josefin Sans", sans-serif !important;
}

.content, .five, .h3, h3 {
    font-size: 1.4rem !important;
    color: #e0982e !important;
    /* background-color: #fabc00; */
    font-family: "Josefin Sans", sans-serif !important;
}

.content, .five, .h4, h4 {
    font-size: 1.3rem !important;
    color: #e0982e !important;
    /* background-color: #fabc00; */
    font-family: "Josefin Sans", sans-serif !important;
}

.intro_text h1 {
    font-size: 3.7rem !important;
    color: #e0982e !important;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    color: #2a303b;
    font-weight: normal;
    font-family: "Josefin Sans", sans-serif;
    line-height: 1.3;
    margin: 0 0 5px 0;
}

.welcome {
    text-align: center;
    font-weight: 400;
    color: #0055a5;
    font-size: 29px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', sans-serif;
}
.welcome a {
    text-align: center;
    font-weight: 400;
    color: #fa9e1b;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', sans-serif;
}
.welcome1 a {
    text-align: center;
    font-weight: 400;
    color: #fa9e1b;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', sans-serif;
}
a {
    text-decoration: none;
    color: #787a7a;
}
.welcome1 {
    padding: 20px 0 20px 0;
    position: relative;
    overflow: hidden;
    background-position: top;
    margin: 0 auto;
    width: 100%;
}

.welcome1 {
    text-align: center;
    font-weight: 400;
    color: #0055a5;
    font-size: 29px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', sans-serif;
}
.sty-h2 {
    font-family: 'Roboto Slab';
    font-size: 34px;
    text-transform: capitalize;
    margin-bottom: 0;
    display: block;
    line-height: 1.2;
    color: #2a303b;
    font-weight: 400;
    letter-spacing: 0px;
}

.sty-h2:before {
    content: "";
    background: #ffc107;
    width: 80px;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: -16px;
}
.sty-h2 a {
    font-family: "Josefin Sans", sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
    line-height: 1.2;
    color: #787a7a;
    font-weight: 400;
    letter-spacing: 0px;
    text-decoration: none;
    text-align: left;
}
.sty-h2 span {font-size: 22px;}

//--------------//

.sty-h1 {
    font-family: 'Roboto Slab';
    font-size: 34px;
    text-transform: capitalize;
    margin-bottom: 0;
    display: block;
    line-height: 1.2;
    color: #2a303b;
    font-weight: 400;
    letter-spacing: 0px;
}

.sty-h1:before {
    content: "";
    /* background: #ffc107; */
    width: 80px;
    height: 2px;
    position: absolute;
    left: 0px;
    /* bottom: -16px; */
}
.sty-h1 a {
    font-family: "Josefin Sans", sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
    line-height: 1.2;
    color: #787a7a;
    font-weight: 400;
    letter-spacing: 0px;
    text-decoration: none;
    text-align: left;
}
.sty-h1 span {font-size: 25px;}



.product-grid {
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.product-grid .product-image {
    overflow: hidden;
    position: relative;
}

.product-grid .product-image a.image {
    display: block;
}

.product-grid .product-image a.image:before {
    content: "";
    background: linear-gradient(45deg, #fff200, #fff);
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scaleY(0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s;
}

.product-grid:hover a.image:before {
    opacity: 0.7;
    transform: scaleY(1);
}

.product-grid .product-image img {
    width: 100%;
    height: auto;
}

.product-grid:hover .pic-1 {
    opacity: 0;
}

.product-image .pic-1 {
    transition: all 0.3s;
}

.product-image .pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotateY(-90deg);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
.product-grid:hover .pic-2 {
    opacity: 1;
    transform: rotateY(0deg);
}
.product-grid .product-content {
    padding: 15px 16px;
    background:#f7f5f5;
}

.product-grid:hover .product-links {
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.product-grid .product-links li {
    margin: 0 3px;
    display: inline-block;
}

.product-grid .product-links {
    width: 140px;
    padding: 0;
    margin: 0;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.3s;
}

.product-grid .product-links li a {
    color: #fff;
    background: #ed1a3b;
    font-size: 16px;
    line-height: 42px;
    height: 50px;
    width: 151px;
    border: 1px solid #ed1a3b;
    border-radius: 5px;
    display: block;
    position: relative;
    z-index: 10;
    transition: all 0.3s;
    padding: 1%;
    font-family: 'Roboto Slab';
}

product-grid .product-links li a:hover {
    color: #002861 !important;
    background: transparent !important;
    font-family: 'Roboto Slab';
}
.product-grid .product-links li a:hover:before, .product-grid .product-links li a:hover:after {
    display: block;
}
.product-grid .product-links li a:after {
    content: '';
    height: 15px;
    width: 15px;
    padding: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1;
}




.product-grid1 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.product-grid1 .product-image1 {
    overflow: hidden;
    position: relative;
}

.product-grid1 .product-image1 a.image {
    display: block;
}

.product-grid1 .product-image1 a.image:before {
    content: "";
    background: linear-gradient(45deg, #fff200, #fff);
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scaleY(0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s;
}

.product-grid1:hover a.image:before {
    opacity: 0.7;
    transform: scaleY(1);
}

.product-grid1 .product-image1 img {
    width: 100%;
    height: auto;
}

.product-grid1:hover .pic-1 {
    opacity: 0;
}

.product-image1 .pic-1 {
    transition: all 0.3s;
}

.product-image1 .pic-21 {
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotateY(-90deg);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
.product-grid1:hover .pic-21 {
    opacity: 1;
    transform: rotateY(0deg);
}
.product-grid1 .product-content1 {
    padding: 26px 26px;
    background: #f7f5f5;
    border: 1px solid #ddd;
}

.product-grid1:hover .product-links1 {
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.product-grid1 .product-links1 li {
    margin: 0 3px;
    display: inline-block;
}

.product-grid1 .product-links1 {
    width: 140px;
    padding: 0;
    margin: 0;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.3s;
}

.product-grid1 .product-links1 li a {
    color: #fff;
    background: #ed1a3b;
    font-size: 16px;
    line-height: 42px;
    height: 50px;
    width: 151px;
    border: 1px solid #ed1a3b;
    border-radius: 5px;
    display: block;
    position: relative;
    z-index: 10;
    transition: all 0.3s;
    padding: 1%;
    font-family: 'Roboto Slab';
}

.product-grid1 .product-links1 li a:hover {
    color: #002861 !important;
    background: transparent !important;
    font-family: 'Roboto Slab';
}
.product-grid1 .product-links1 li a:hover:before, .product-grid1 .product-links1 li a:hover:after {
    display: block;
}
.product-grid1 .product-links1 li a:after {
    content: '';
    height: 15px;
    width: 15px;
    padding: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1;
}
.ylw1 {
    font-family: "Josefin Sans", sans-serif;
    text-decoration: none;
    color: #0055a5;
    font-weight: normal;
    font-size: 21px;
    line-height: 28px;
    text-transform: uppercase;
    word-spacing: 0px;
}
.gen, .cp-text{
	color:#fff;
}

.gen:hover {
    /* color: #dedede; */
}

.gen a{
	color:#dedede;
}

.gen a:hover{
	color:#dedede;
}

/* Photo Gallery */

section {
    padding:11px 0 0px 0;
}

.guesty-root-element .selectr-selected {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 97.4% !important;
    padding: 7px 28px 7px 14px;
    cursor: pointer;
    border: 1px solid #999;
    border-radius: 3px;
    background-color: #fff;
}

.guesty-root-element.small-size.guesty-widget__container .guesty-widget__item.cities-dropdown {
    width: 100% !important;
}

.guesty-root-element.small-size.guesty-widget__container .guesty-widget__item.guests-dropdown {
    width: 100% !important;
}

.section-title {
    /* max-width: 625px; */
    margin: 0px auto 0px;
    text-align: left;
    position: relative;
    padding-bottom: 30px;
}

.section-title1 {
    /* max-width: 625px; */
    margin: -22px auto 0px;
    text-align: left;
    position: relative;
    padding-bottom: 30px;
    padding-left: 21px;
    padding-top: 30px;
    color: #5e5f61;
    font-size: 15px;
    text-transform: none;
}


.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ed502e;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ed502e;
}

.gallery {
    padding-bottom: 30px;
    overflow: hidden;
}

.text-effect {
    color: #224178;
    font-family: 'Roboto Slab';
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 2px;
    animation: animate 1.2s infinite ease-in;
    line-height: 1.2;
    text-transform: uppercase;
}

a:hover {
    color: #f1a739;
    text-decoration: none;
}

.gallery .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #224178;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #868e96;
}


.gallery .swiper-slide-active {
    text-align: center;
}
.swiper-slide {
    /*flex-shrink: 0;*/
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}


@media (min-width: 992px) {
    .gallery .swiper-wrapper {
        padding: 12px 0 30px 0;
    }

    .gallery .swiper-slide-active {
        border: 4px solid #868e96;
        padding: 4px;
        background: #fff;
        z-index: 1;
        transform: scale(1.2);
        margin-top: 10px;
    }
}


div {
    /* display: block; */
    /* position: relative; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left;
    padding-right: 0px;
}

.pull-left {
    float: left !important;
}

.header-nav {
    /* width: 34%; */
    padding: 0px 0px 0px 0px;
    position: relative;
    margin: 0px 0px 0px 0px;
    z-index: 2;
    position: relative;
    top: 0px;
    /* float: left; */
}

.header_top_inner {
    border-bottom: 0px solid rgba(255, 255, 255, 0.15);
    clear: both;
    overflow: hidden;
    float: right;
    display: block;
    margin: 0px 19px 0px 0;
    width: 1146px;
}

.header_social li {
    display: inline-block;
}

.c-block {
    padding: 61px 0 30px 0;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.sec-title {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 30px;
}

.sec-title > h3 {
    color: #252c41;
    font-size: 30px;
    text-transform: uppercase;
    padding-left: 15px;
}

.facilities_item {
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: rgb(249 249 255 / 62%);
    padding: 12px 12px 12px;
    margin-bottom: 30px;
}

.facilities_item:hover {
    background: #c1770a;
    border: #fff;
}

.facilities_item:hover > .sec_h4 {
    color: #fff;
}

.facilities_item:hover > .fa {
    color: #fff;
}

.facilities_item:hover > p {
    color: #fff;
}

.header-intro {
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 10;
}

.header-intro:before {
    content: "";
    /* background: rgb(51 51 51 / 84%); */
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.rate {
    font-family: 'Quando';
    font-size: 20px;
    background: red;
    color: white;
    padding: 10px;
    margin: 14px auto;
    border-radius: 3px;
    width: 125px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    /* margin-bottom: 15px; */
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.vd2 {
    margin: 0 auto;
    text-align: center;
    margin-top: 0%;
    position: relative;
    left: 0;
    right: 0;
    z-index: 20;
    line-height: 32px;
    color: #161616;
    font-size: 16px;
    width: 100%;
    padding: 50px 28px 50px 28px;
    /* background: rgb(255 255 255 / 66%); */
}

.info2 {
    width: 689px;
    line-height: 30px;
    font-size: 16px;
    margin: 0 auto;
    padding: 50px;
    background: rgb(8 8 8 / 70%);
}

.info2 p {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 16px;
}

.big1 {
    font-size: 25px;
    color: #e9dad2;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Quando' !important;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
}

/* reservation */

/*==============================================================================*/

.banner {
    z-index: 1;
    background-color: rgb(231 234 236);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 729px;
}

.banner-info1 {
    background: url(../data1/images/exterior.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 820px;
}

.banner-info2 {
    background: url(../data1/images/Chicken-Fried-Steak.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 820px;
}

#slider3, #slider4 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
}

.callbacks_tabs{
    list-style: none;
    position: absolute;
    bottom:22%;
    z-index:2;
    left:32%;
    padding: 0;
    margin: 0;
    display: none;
}
.callbacks_tabs li {
    margin-left: 5px;
    display: inline-block;
}
.callbacks_tabs a::after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 15px;
    width: 15px;
    display: inline-block;
    background: #012231;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
}
.callbacks_here a::after {
    background: #ff8e1f;
}
ul.callbacks_tabs.callbacks2_tabs {
top: 73%;
left:46%;
}


.callbacks_tabs1{
    list-style: none;
    position: absolute;
    bottom:22%;
    z-index:2;
    left:13.7%;
    padding: 0;
    margin: 0;
}
.callbacks_tabs1 a::after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 15px;
    width: 15px;
    display: inline-block;
    background: #012231;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
}
.callbacks_here1 a::after {
    background: #ff8e1f;
}

.callbacks_container {
    /* position: fixed; */
    width: 100%;
    top: 0px;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 44%;
    left: 2.8%;
    opacity: 1;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 50px;
    width: 45px;
    background: url(../images/arrows.png) no-repeat 10px -52px;
    display: block;
}

.callbacks_nav.next {
    left: auto;
    right: 2.8%;
    background: url(../images/arrows.png) no-repeat -29px -52px;
    display: block;
}



/*==============================================================================*/

.reservation {
    background: #bd0a0e !important;
    padding: 4px 0 0 0;
    border: 1px solid #fff !important;
    height: 39px;
    margin-top: 2px;
}
.reservation a {border: 0px solid #fff !important;}
.reservation a: hover {background: #000 !important;border: 0px solid #fff !important;}

.reservation::after {
    display: block;
    position: absolute;
    left: -1px;
    bottom: -11px;
    width: calc(100% + 2px);
    height: 0px !important;
    background: linear-gradient(to right, #ffffff, #fff);
    content: '';
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#task_flyout {
    height: 76px;
    width: 73%;
    margin: 35px auto 0px;
    display: block;
}
.resr_form {
    left: 0;
    /* height: 22em; */
    padding: 0px 0 0 0;
    width: 100%;
    /* box-shadow: 5px 0px 5px #949494; */
}

.gallery-right{margin-right: 0px !important;}
.roomtype {
    width: 18%;
    background: rgb(0 0 0 / 55%) url(../images/sprite.png) no-repeat 17px -214px !important;
    font-family: "Josefin Sans", sans-serif !important;
    text-transform: uppercase;
}
#container_7 {
    width: 19%;
    float: right;
}
.button.button-full {
    display: block !important;
    width: 57% !important;
    text-align: center !important;
}
.button-check {
    line-height: 40px !important;
    margin-top: 0px !important;
}
.button {
    /* border: 2px solid #fff; */
    color: #000 !important;
    text-transform: uppercase;
    transition: all 0.15s ease-in-out;
}

.hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.button.button-reveal.button-small {
    padding: 0 22px;
    margin: 0px;
    height: 45px;
}

.hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0055a5;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.button {
    padding: 20px 40px;
    border-color: #f3f3f3;
    font-size: 17px;
    font-size: 1.7rem;
    font-family: "Josefin Sans", sans-serif !important;
    font-weight: 500;
    margin-top: 40px;
    display: inline-block;
    color: #fff;
    letter-spacing: 0px;
}
.button {
    /* border: 2px solid #fff; */
    color: #000 !important;
    text-transform: uppercase;
    transition: all 0.15s ease-in-out;
}
.hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.testimonials .testimonial-wrap {
    padding-left: 50px;
}
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 50px;
    margin: 20px 15px;
    min-height: 200px;
    box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
    position: relative;
    background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
    width: 52%;
    border-radius: 10px;
    border: 6px solid #fff;
    position: absolute;
    left: -63px;
    /* right: 0; */
    /* margin: 0 auto; */
    top: 69px;
}
testimonials .testimonial-item .title3 {
    font-size: 18px;
    font-weight: normal;
    margin: 31px 0 5px 0;
    color: #00145f;
    text-align: right;
    text-transform: uppercase;
}
hr {
    margin-top: 1rem;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.testimonials .testimonial-item p {
    font-size: 16px;
    font-style: normal;
    margin: 15px auto 15px auto;
    text-align: right !important;
    /* border-bottom: 1px solid #eeeaea; */
    font-family: 'Roboto Slab';
    line-height: 11px;
}
.testimonial-item .btn-learn-more {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #ed502e;
    animation-delay: 0.8s;
    border: 2px solid #ed502e;
    margin: 16px 150px 0 160px;
    width: 34%;
}

}

@media (min-width: 992px) {
    .testimonials .testimonial-item p {
        width: 100%;
    }
}
/* aos*/
html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

element.style {
    width: 590.5px;
    margin-right: 20px;
}

/* footer */

#footer {
    background: url(../images/footer-2.png) repeat;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto Slab';
    background-size: cover;
    background-position: center top;
    position: relative;
}

#footer .footer-top .footer-info {
    margin-bottom: 15px;
    background: rgb(0 0 0 / 10%);
    border-top: 1px solid #ed502e;
    text-align: left;
    padding: 16px 20px 30px 20px;
    margin-right: 0px;
    width: 430px;
    font-size: 18px;
    overflow: hidden;
}
.title2 {
    font-size: 23px;
    font-weight: 400;
    color: #7a7777;
    font-family: 'Roboto Slab';
    text-transform: capitalize;
    padding: 10px 0px 10px 0px;
    line-height: 42px;
}
.section-title p {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0px 0 5px 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #777171;
    font-family: "Poppins", sans-serif;
}
.section-title p::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #f38b74;
    margin: 4px 10px;
}
a.cgs2:link, a.cgs2:visited {
    color: #ff9b0e;
    font-weight: normal;
    text-decoration: none;
}
.title2 a {
    font-size: 27px;
    font-weight: 400;
    color: #ffb900 !important;
    font-family: 'Roboto Slab';
    text-transform: capitalize;
    padding: 0px 0px 0px 0px;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
}

b, strong {
    font-weight: bolder;
}

#footer .social-links {
  margin: 0 0 17px 0;
}

.footer-title {
    font-size: 22px !important;
    font-weight: 500;
    color: #fff;
    font-family: 'Roboto Slab';
    text-transform: uppercase;
}

.wyndham {
    width: 60%;
    margin: 0 auto;
    float: left;
    margin-top: 10px;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex
;
    align-items: center;
    font-size: 16px;
}

#footer .footer-top .footer-links ul em {
    padding-right: 2px;
    color: #ef6445;
    font-size: 16px;
    line-height: 1;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
    width: 207px;
    margin-right: 62px;
    margin-left: 125px;
}

#footer .footer-top .social-links a:hover {
  color: #ed502e;
  text-decoration: none;
}
#footer .footer-top .footer-info p a {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'Roboto Slab';
    color: #fff;
}
#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #ef6445;
}


.mt-3 {
    margin-top: 1rem !important;
}
#footer .footer-top .social-links a {
    font-size: 22px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    /* margin-right: 4px; */
    border-radius: 4px;
    /* text-align: center; */
    width: 36px;
    height: 36px;
    transition: 0.3s;
    /* background: #0a1e38; */
}

#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
    width: 331px;
    margin-right: 0px;
    text-align: justify;
}

.main {
    width: 1157.9px;
    margin: 0 auto;
    padding: 10px 15px 10px 15px;
}

h4 a {
    color: #fff;
    text-decoration: none;
}

h4 a:hover {
    color: #d0c7c7;
    text-decoration: none;
}

.big {
    font-size: 21px;
    color: #ff5f03;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Quando' !important;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-logo {
    width: 30%;
    max-width: 14%;
    margin-right: 45px;
    float: left;
    margin-top: 28px;
}
.add {
    float: left;
    margin-top: 15px;
    width: 403px;
    margin-right: 57px;
    font-size: 17px;
    font-family: 'Roboto Slab';
}

.title3 {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    padding: 0px 0 7px 0;
    text-transform: uppercase;
    text-align: right;
    font-weight: 600;
}

a.cgs2:link, a.cgs2:visited {
    color: #ff9b0e;
    font-weight: normal;
    text-decoration: none;
}

.cgs2 {
    color: #00cbff !important;
    font-weight: normal;
    text-decoration: none;
}

.cgs2 p {
    color: #00cbff !important;
    font-weight: normal;
    text-decoration: none;
}

b, strong {
    font-weight: 600 !important;
}

#footer p {
    color: #fff !important;
    line-height: 27px;
    margin-bottom: 7px;
    text-align: left;
    font-size: 16px;
}

#footer span a {
    color: #fff;
}

#footer span a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.col-one {
    float: left;
    text-align: left;
    width: 227px;
    padding: 15px 0px;
    margin-left: 5px;
}

.col-one ul {
    float: left;
    width: 192px;
}

.header_social1 li {
    display: inline-block;
}

.col-one li {
    list-style: inside;
    line-height: 28px;
}

.col-one ul li a {
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 17px;
    line-height: 33px;
}

.col-one ul li a:hover {
    font-weight: normal;
    color: #f1a739;
    text-decoration: none;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 17px !important;
    line-height: 33px;
}

.col-two li {
    /* list-style: inside; */
    line-height: 33px;
}

.col-two ul li {
    font-weight: normal;
    color: #000;
    text-decoration: none;
    font-family: 'Roboto Slab';
    font-size: 17px;
    line-height: 25px;
}

.col-two ul li a {
    font-weight: normal;
    color: #000;
    text-decoration: none;
    font-family: 'Roboto Slab';
    font-size: 17px;
    line-height: 25px;
}

.col-two ul li a:hover {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-family: 'Roboto Slab';
    font-size: 17px;
    line-height: 25px;
}

.classy-nav-container1 {
    position: relative;
    z-index: 1;
    /* background-color: #ffffff; */
    top: 3px;
}

.header_top_inner1 {
    border-bottom: 0px solid rgba(255, 255, 255, 0.15);
    clear: both;
    overflow: hidden;
    float: left;
    display: block;
    margin: 0px 11.6px 0 0;
}

#hotel {
    float: left;
    width: 370px;
    margin-top: 0;
}

#hotel p {
    margin-bottom: 3px;
    border-bottom: solid 1px #08738c;
    padding-bottom: 4px;
    text-align: justify;
}

#bottom {
    width: 100%;
    background: #005062;
    color: #fff;
}

#owner {
    padding: 22px 5px 22px 5px;
    line-height: 35px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    width: 1140px;
    font-size: 14px;
}

#owner p {
    font-family: 'Roboto Slab', sans-serif;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    margin-bottom: 4px;
}

#owner p a {
    font-family: 'Roboto Slab', sans-serif;
    text-align: center;
    font-size: 16px;
    color: #ff9b0e !important;
}

#owner p a:hover {
    font-family: 'Roboto Slab', sans-serif;
    text-align: center;
    font-size: 16px;
    color: #d98d30 !important;
}

ul
{
	list-style: none;
	margin-bottom: 0px;
}
p {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
p a {
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 0px #dc3545;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

p a:active
{
	position: relative;
}
p a:hover
{
	color: #dc3545;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	
}
p::selection
{
	
}
h1{font-size: 36px;}
h2{font-size: 30px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Roboto Slab';
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.t4, .t4 a { color:#dedede; font-size: 18px; text-decoration:none; }
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.nopadding
{
	padding: 0px !important;
}

.button_bcg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background: linear-gradient(to right, #fa9e1b, #8d4fff, #fa9e1b);
	z-index: -1;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}




/*********************************
3. Header
*********************************/

.header {
    position: fixed;
    width: 100%;
    background: linear-gradient(307deg, #000000, #0000003d, #ffffff00, #0000006e, #000000) !important;
    background-size: 400% 400%;
    -webkit-animation: Gradient 10sease infinite;
    animation: Gradient 10sease infinite;
    /* background-color: #483d3da8; */
    z-index: 91;
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 96px;
    transition-duration: 500ms;
}
.header.scrolled {
    /* background: linear-gradient(282deg, #000000e0, #00000091, #efe7e7, #00000091, #000000e0) !important; */
    /* background: #000000 !important; */
    height: 58px;
    top: 0px;
}

.header.scrolled .header-nav {
    /* width: 34%; */
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    z-index: 2;
    /* position: relative; */
    bottom: 2px;
}

@keyframes Gradient
0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}

.social-last{}

#cta2 {
    color: white !important;
    font-size: 2rem !important;
    text-align: center !important;
    font-weight: bold !important;
    background: linear-gradient(-45deg, #cd1e15, #DEDEDE, #cd1e15, #DEDEDE, #cd1e15);
    background-size: 400% 400%;
    -webkit-animation: Gradient 10s ease infinite;
    animation: Gradient 10s ease infinite;
    color: #fff !important;
    text-transform: unset !important;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5) !important;
    font-weight: bold !important;
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar {
    width: 100%;
    height: 36px;
    background: rgb(18 152 104);
    -webkit-transition: all 400msease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400msease;
    display: block;
}
.header.scrolled .top_bar {
    visibility: hidden;
    opacity: 0;
    height: 0;
    display: none;
}
.phone
{
	display: inline-block;
	margin-right: 36px;
	line-height: 36px;
	font-size: 18px;
	font-weight: 600;
	color: #003e7e;
	z-index: 1;
}

.phone a {
    color: #003e7e;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.phone a:hover 
{
	color: #211e18;
	font-family: "Poppins", Arial, sans-serif;
}

.social_list_item
{
	position: relative;
	display: inline-block;
	margin-right: 3px;
}
.social_list_item:last-child
{
	margin-right: 0px;
}
.social_list_item a
{
	display: block;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 36px;
}
.social_list_item:hover a em
{
	color: #211e18;
}
.social_list_item a em
{
	font-size: 20px;
	color: #003e7e;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social_list_item a:hover
{
	color: #FFFFFF;
}
.user_box_link
{
	display: inline-block;
}
.user_box_link a
{
	display: block;
	font-size: 10px;
	line-height: 36px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
}
.user_box_link a:hover
{
	color: #fa9e1c;
}
.user_box_login
{
	margin-right: 15px;
}
.user_box_login::after
{
	display: block;
	position: absolute;
	top: 15px;
	right: -9px;
	background: #FFFFFF;
	width: 1px;
	height: 9px;
	content: '';
}
.main_nav_col
{
	height: 57px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .main_nav_col
{
	height: 57px;
}

/*********************************
3.2 Logo
*********************************/

.logo_container
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.logo_container {
    width: 22%;
    /* float: right; */
    position: relative;
    margin: 0 auto;
    top: 0;
    transition-duration: 500ms;
    background: #fff;
    border-radius: 0px 20px 0px 20px;
}
.header.scrolled .logo_container
{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.header.scrolled .logo_container {
    width: 18%;
    top: 18px;
    position: relative;
}
.logo {
    width: 100%;
}
.header.scrolled .logo {
    width: 100%;
    top: 0px;
}
.logo a
{
	font-family: "Josefin Sans", sans-serif;
	font-size: 30px;
	color: #f4f4f8;
	font-weight: 800;
	text-transform: uppercase;
}
.logo a img {
    display: inline-block;
    /* vertical-align: baseline; */
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    margin-top: 0px;
    width: 100%;
}

/*********************************
3.3 Main Nav
*********************************/

.main_nav_container
{
	margin-right: 0px;
}
.main_nav_item
{
	position: relative;
	display: inline-block;
	margin-right: 23px;
}
.main_nav_item:last-child
{
	margin-right: 0px;
}
.main_nav_item a
{
	font-family:"Josefin Sans", sans-serif;
	font-size: 15px !important;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 10px;
}

.main_nav_item active a:after
{
	font-family: "Josefin Sans", sans-serif;
	font-size: 15px !important;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 10px;
}

.main_nav_item::after
{
	display: block;
	position: absolute;
	left: -1px;
	bottom: -11px;
	width: calc(100% + 2px);
	height: 2px;
	background: linear-gradient(to right, #ffffff, #fff);
	content: '';
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main_nav_item.active::after
{
	display: block;
	position: absolute;
	left: -1px;
	bottom: -11px;
	width: calc(100% + 2px);
	height: 2px;
	background: linear-gradient(to right, #ffffff, #fff);
	content: '';
	opacity: 1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}


.main_nav_item:hover::after
{
	opacity: 1;
}
.reservation a {
    background: #bd0a0e !important;
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 22px !important;
    padding-top: 0px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    height: 31px !important;
    line-height: 33px !important;
}
.reservation:hover {
    background: #000 !important;
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    /* padding-bottom: 22px !important; */
    /* padding-top: 0px !important; */
    /* padding-right: 10px !important; */
    /* padding-left: 10px !important; */
    /* height: 31px !important; */
    /* line-height: 33px !important; */
}
.header.scrolled .main_nav_item a
{
	font-family: "Josefin Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 10px;
}

.header.scrolled .main_nav_item active a:after
{
	font-family: "Josefin Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 10px;
}

.header.scrolled .main_nav_item::after
{
	display: block;
	position: absolute;
	left: -1px;
	bottom: -11px;
	width: calc(100% + 2px);
	height: 2px;
	background: linear-gradient(to right, #ffff66, #ffff66);
	content: '';
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.header.scrolled .main_nav_item.active::after
{
	display: block;
	position: absolute;
	left: -1px;
	bottom: -11px;
	width: calc(100% + 2px);
	height: 2px;
	background: linear-gradient(to right, #ffff66, #ffff66);
	content: '';
	opacity: 1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}


.header.scrolled .main_nav_item:hover::after
{
	opacity: 1;
}

.header.scrolled .reservation:hover {
    background: #000 !important;
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    /* padding-bottom: 13px !important; */
    /* padding-top: 13px !important; */
    /* padding-right: 10px !important; */
    /* padding-left: 10px !important; */
}

.header.scrolled .reservation a {
    background: #bd0a0e !important;
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    /* padding-bottom: 13px !important; */
    /* padding-top: 13px !important; */
    /* padding-right: 10px !important; */
    /* padding-left: 10px !important; */
}

.header.scrolled .book_btn .book_now_btn:hover {
    background: transparent;
    color: #000;
    line-height: 25px;
    display: inline-block;
    padding: 4px 25px 0px 25px;
    font-size: 15px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: bold;
    letter-spacing: .28px;
    position: relative;
    z-index: 2;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border: 2px solid #000;
}

.header.scrolled .logo a img {
    display: inline-block;
    vertical-align: baseline;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    margin-top: 0;
    width: 100%;
}

.content_search
{
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
	cursor: pointer;
}
.header.scrolled .content_search
{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.mag_glass
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.content_search img
{
	width: 17px;
	height: 17px;
}
.content_search:hover .mag_glass
{
	fill: #fa9e1c;
}
.search_form
{
	position: absolute;
	right: 15px;
	top: 120px;
	width: 237px;
	height: 40px;
	visibility: hidden;
	opacity: 0;
}
.search_form.active
{
	top: 105px;
	visibility: visible;
	opacity: 1;
}
.search_content_input
{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	color: #1b0b32;
	padding-left: 20px;
	outline: none !important;
	border: none !important;
	box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
}
.bez_1
{
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

/*********************************
3.4 Menu
*********************************/

/*** Testimonial ***/

.testimonials-area {
    background: rgba(0, 0, 0, 0) url(../images/slider1.jpg) no-repeat fixed center top / cover;
    height: auto;
    width: 100%;
}

.reviews {
    color: #e88026;
    font-size: 14px;
}
.testi-text h5 {
    font-family:'Raleway', sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #f99843;
    margin: 0 0 15px;
    font-weight: 500;
}


.area-padding {
    padding:56px 0px 70px 0px;
}
.testi-inner {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}
.testi-text p {
    font-family: Montserrat;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    margin:20px 0px;
    letter-spacing:0px;
}
.testi-overly {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.testimonial-content {
    margin-bottom: 15px;
}
.text-center {
    text-align: center;
}
.quate {
    border: 1px dotted #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    width: 70px;
}
a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.fa-quote-right:before {
    content: "\f10e";
}

.testi-text h6 {
  color: #fff;
  font-size: 20px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 10px;
  width: 10px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  border-radius:0%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -44px;
    display: block;
    left: 48.5%;
    margin-left: -20px;
    position: absolute;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 0px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
  background: #920107;
}



/*** Testimonial ***/

.hamburger
{
	display: none;
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
	cursor: pointer;
	margin-left: 20px;
}
.header.scrolled .hamburger
{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.hamburger em
{
	font-size: 24px;
	color: #fff;
}
.hamburger:hover em
{
	color: #fa9e1c;
}
.menu
{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: #004085;
	z-index: 1100;
	opacity: 0;
	visibility: hidden;
}
.menu.active
{
	opacity: 0.95;
	visibility: visible;
}
.menu_content
{
	width: 100%;
	height: 74%;
}
.menu_item
{
	position: relative;
	margin-bottom: 3px;
}
.menu_item:last-child
{
	margin-bottom: 0px;
}
.menu_logo
{
	margin-bottom: 28px;
}
.menu_logo a img
{
	width: 219px !important;
}
.menu_item a
{
	display: inline-block;
	position: relative;
	font-family: 'Beyond';
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 400;
}
.menu_item a::after
{
	display: block;
	position: absolute;
	top: 60%;
	left: 0;
	width: 0;
	height: 4px;
	background: #FFFFFF;
	letter-spacing: 2px;
	content: '';
	z-index: 10;
	pointer-events: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 400ms ease;
}
.menu_item:hover a::after
{
	width: 100%;
}
.menu_close_container
{
	position: absolute;
	top: 94px;
	right: 122px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close
{
	top: 9px;
	width: 21px;
	height: 3px;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after
{
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
	background: #fa9e1c;
}

/*********************************/

.welcome {
    padding: 20px 0 20px 0;
    background:rgb(238 238 238 / 46%);
    position: relative;
    overflow: hidden;
    background-position: top;
    margin: 0 auto;
    width: 100%;
}

.welcome p {
    font-family: 'Roboto Slab', sans-serif;
    /* text-align: left; */
    width: 100%;
    margin: 0 auto;
    line-height: 1.9em;
    font-size: 16px;
    color: #000;
    margin-bottom: 16px;
    text-transform: none;
}

.welcome1 {
    padding: 0px 0 0px;
    /* background: #fff; */
    position: relative;
    overflow: hidden;
    background-position: top;
    margin: 0 auto;
    width: 100%;
}
.welcome1 {
    text-align: center;
    font-weight: 400;
    color: #0055a5;
    font-size: #0055a5;
    text-transform: uppercase;
    font-family: 'Roboto Slab', sans-serif;
}



.welcome1 p {
    font-family: 'Roboto Slab';
    /* text-align: left; */
    width: 100%;
    margin: 0 auto;
    line-height: 1.6em;
    font-size: 17px;
    color: #153146;
    margin-bottom: 16px;
    text-transform: none;
}

.welcome2 {
    padding:11px 0px 9px 0px;
    background: #fff;
    position: relative;
    overflow: hidden;
    background-position: top;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-family:'Roboto Slab';
}

.about-text > p {
    margin-bottom: 20px;
    /* padding-right: 18px; */
    font-family: 'Roboto Slab';
}

.content1 {
    width: 1200px;
    margin: 0 auto;
    padding: 33px 0px 0px 0px;
}


/*********************************
4. Home
*********************************/

.home
{
	width: 100%;
	height: auto;
}

.slide-cover {
    background: url(../images/slide-cover.png) no-repeat;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: cover;
    z-index: 1;
    height: 66%;
    margin: 0 auto;
}

.logo-cover {
    /* background: url(../images/dl-logo.png) no-repeat; */
    width: 1500px !important;
    position: absolute;
    top: 93px;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* background-size: cover; */
    z-index: 12;
    height: 80%;
}

.home-1 {
    width: 100%;
    height: 74vh;
}

.home2
{
    width: 100%;
    height: 81.4vh;
}

/*********************************
4.1 Home Slider
*********************************/

.home_slider_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.home_slider_container iframe
{ padding-top:119px;
}
.home_slider_container1 {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.home_slider_container1 iframe
{ padding-top:91px;
}
.home_slider
{
	width: 100%;
	height: 100%;
}
.home_slider_item
{
	width: 100%;
	height: 100%;
}
.home_slider_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_slider_content
{
	position: absolute;
	top: 96%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 11;
}
.home_slider_content h1
{
	margin-bottom: 0px;
}

.home_slider_content h1:first-child {
    font-size: 35px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
    background: rgb(52 58 64 / 74%);
    padding: 10px;
    text-wrap: nowrap;
}

.home_slider_content h1:nth-child(2) {
    font-family: 'Beyond';
    font-size: 57px;
    color: #FFFFFF;
    margin-top: 12px;
    text-wrap: nowrap;
}
h1, h2, h3, h4, h5, h6 {
    color: rgba(5, 104, 57, 1);
    font-weight: normal;
    font-family: "Josefin Sans", sans-serif;
    line-height: 1.3;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 400 !important;
}
.home_slider_button
{
	margin-top: 70px;
}
.flipInX
{
	animation-delay: 600ms;
}

.home_title {
    font-size: 72px;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
}

@media only screen and (max-width:430px){
.home_title {
    font-size: 34px;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
}
}

.home_content {
    position: absolute;
    bottom: 106px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*********************************
4.2 Home Slider Nav
*********************************/

.home_slider_nav
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 12;
	cursor: pointer;
}
.home_slider_prev
{
	left: 50px;
}
.home_slider_next
{
	right: 50px;
}
.home_slider_prev:hover .nav_path,
.home_slider_prev:hover .nav_arrow
{
	fill: url(#home_grad_prev);
}
.home_slider_next:hover .nav_arrow,
.home_slider_next:hover .nav_path
{
	fill: url(#home_grad_next);
}

/*********************************
4.3 Home Slider Dots
*********************************/

.home_slider_dots
{
	position: absolute;
	right: 50px;
	bottom: 45px;
	z-index: 10;
}
.home_slider_custom_dots
{

}
.home_slider_custom_dot
{
	display: inline-block;
	position: relative;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_custom_dot:hover
{
	color: #fa9e1c;
}
.home_slider_custom_dot:hover.active div
{
	border-color: #fa9e1c;
}
.home_slider_custom_dot.active
{
	padding-left: 13px;
	padding-right: 9px;
	margin-right: 3px;
}
.home_slider_custom_dot div
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 2px transparent;
	border-radius: 18px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_custom_dot.active div
{
	border: solid 2px #FFFFFF;
}

.flex-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer1-last{margin-right: 0px !important;}

.footer-gallery {
    margin-right: 0px;
    /* width: 100%; */
}

.item-gallery-footer1 {
    display: block;
    position: relative;
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
}

.wrap-pic-w img {
    width: 100%;
}

.item-gallery-footer1::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.item-gallery-footer1:hover:after {
    background-color: rgba(236, 29, 37, 0.7);
}

/*********************************
5. Search
*********************************/

.search2 {
    width: 100%;
    height: 150px !important;
    background: linear-gradient(to right, #fa9e1b, #1c1101) !important;
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 15px;
    /* border-bottom: 5px solid #ffeb3b !important; */
    /* border-top: 5px solid #ffeb3b !important; */
    position: relative;
    top: 162px;
    margin-bottom: 136px;
}

.search_bar {
    width: 100%;
    z-index: 2;
    position: absolute;
    transform: translateY(-100%);
}
.row {
    margin: 0;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.search_bar_container {
    margin-top: 30px;
}
.search_bar_container {
    width: calc(100%);
    left: -20px;
    background: #fff;
    height: 100%;
    /* margin-top: -82px; */
    padding-left: 50px;
    padding-right: 48px;
    padding-top: 53px;
    padding-bottom: 50px;
    box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.38);
    padding: 40px 40px 0 40px;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        float: left;
    }
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.search_bar_button {
    width: 100%;
    height: 50px;
    cursor: pointer;
    background: transparent;
    border: solid 2px #bc7916;
    color: #bc7916;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    margin-top: 20px;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#main {
    padding: 75px 0;
    background-color: #fff;
}


/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.search_panel_content
{
    width: 100%;
    height: 100%;
}
.search_input
{
    width: 100%;
    height: 46px;
    border: none;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    font-weight: 600;
    color: #929191;
}
.search_item:first-child
{
    width: 17.961%;
}
.search_item:nth-child(2)
{
    width: 17.961%;
}
.search_item:nth-child(3)
{
    width: 13.961%;
}
.search_item:nth-child(4)
{
    width: 9.947%;
}
.search_item:nth-child(5)
{
    width: 9.947%;
}
.search_item div
{
    font-size: 13px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.dropdown_item_select
{
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-image: url(../images/dropdown.png);
    background-position: center right;
    background-repeat: no-repeat;
    border: solid 1px #FFFFFF;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.dropdown_item_select::-ms-expand
{
    display: none;
}
.dropdown_item_select:hover
{
    border: solid 1px #fa9e1c;
}
.dropdown_item_select:focus
{
    outline-color: #fa9e1c;
}
.search_button
{
    font-size: 13px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 53px;
    padding-left: 46px;
    padding-right: 46px;
    background: #ffdd00;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    border: none;
    outline: none;
    cursor: pointer;
}
.search_button:hover
{
    opacity: 0.8;
}

/*********************************
6. Section Title
*********************************/

.section_title
{
	font-size: 30px;
	font-weight: 700;
	color: #2d2c2c;
	margin-top: -8px;
	text-transform: uppercase;
}

/*********************************
7. Intro
*********************************/

.intro {
    width: 100%;
    padding-top: 27px;
    padding-bottom: 11px;
    background: #F7F7F7;
}
.intro_title
{
	font-weight: 700;
	color: #003e7e;
	margin-top:13px;
}
.intro_text {
    margin-top: 21px;
    padding: 0 21px;
    /* width: 1186px; */
    margin: 0 auto;
}
.intro_text p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0px;
    margin-top: 21px;
	text-align:justify;
}
.intro_text1 {
    margin-top: 21px;
    padding: 0 21px 28px 21px;
    width: 1487px;
    margin: 0 auto;
}
.intro_items
{
	margin-top: 69px;
}
.intro_item
{
	width: 100%;
	height: 425px;
}
.intro_item_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(49, 18, 75, 0.55);
}
.intro_item_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}
.intro_item_content
{
	width: 100%;
	height: 100%;
	z-index: 3;
}
.intro_date
{
	position: absolute;
	top: 35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	padding-left: 39px;
	padding-right: 39px;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 27px;
	background: #fa9e1c;
	border-radius: 14px;
}
.intro_button
{
	position: absolute;
	bottom: 51px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.intro_center
{

}
.intro_center h1
{
	font-size: 59px;
	font-weight: 700;
	color: #FFFFFF;
	letter-spacing: -0.05em;
}
.intro_price
{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: -4px;
}
.rating
{
	margin-top: 10px;
}
.rating em
{
	font-size: 19px;
	margin-right: 4px;
}
.rating em:last-child
{
	margin-right: 0px;
}
.rating_1 em:first-child{color: #ffeb8d;}
.rating_2 em:first-child{color: #ffeb8d;}
.rating_2 em:nth-child(2){color: #fed46b;}
.rating_3 em:first-child{color: #ffeb8d;}
.rating_3 em:nth-child(2){color: #fed46b;}
.rating_3 em:nth-child(3){color: #fbb53d;}
.rating_4 em:first-child{color: #ffeb8d;}
.rating_4 em:nth-child(2){color: #fed46b;}
.rating_4 em:nth-child(3){color: #fbb53d;}
.rating_4 em:nth-child(4){color: #fa9e1b;}
.rating_5 em:first-child{color: #ffeb8d;}
.rating_5 em:nth-child(2){color: #fed46b;}
.rating_5 em:nth-child(3){color: #fbb53d;}
.rating_5 em:nth-child(4){color: #fa9e1b;}
.rating_5 em:nth-child(5){color: #ef910a;}

/*********************************
8. CTA
*********************************/

.cta {
    width: 100%;
    height: 83vh;
    padding-top: 122px;
    padding-bottom: 32px;
    background: url(../images/cta.jpg) top center !important;
    background-size: cover;
    position: relative;
    z-index: 10;
}

.cta:before {
    content: "";
    background: rgb(0 0 0 / 59%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero {
    width: 100%;
    height: 50vh;
    background: url(../images/the-abraham-lincoln-bridge-crosses-the-ohio-river.jpg) top center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
#hero:before {
    content: "";
    background: rgb(0 0 0 / 59%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.title5 {
    font-size: 30px;
    font-family: 'Roboto Slab';
    color: white;
    text-align: center;
}


p.para {
    color: #fff;
    text-align: center !important;
    line-height: 27px;
    font-size: 16px;
}

#hero .btn-get-started:hover {
    background: #ed1a3b;
}

#hero .btn-get-started {
    font-family: 'Roboto Slab';
    font-weight: 500;
    font-size: 16px;
    /* letter-spacing: 1px; */
    display: inline-block;
    padding: 10px 35px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 30px;
    border: 2px solid #fff;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 240px;
}

#about {
    background: url(../images/about-bg.jpg);
    position: relative;
    color: #fff;
    padding: 40px 0 40px 0;
	background-size: cover;
}

#about:before {
    content: "";
    background: rgb(51 51 51 / 56%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.section-bg {
    background: #f6f9fd;
    padding: 40px 0 40px 0;
}
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.section-title1 p {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0px 0 5px 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #777171;
    font-family: "Poppins", sans-serif;
}
.section-title1 p::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #eb684b;
    margin: 4px 10px;
}

.testimonials .testimonial-wrap {
    padding-left: 50px;
}

/*********************************
8.1 CTA Slider
*********************************/

.cta_slider_container
{

}
.cta_item {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    /* background: repeat url(../images/review-bg.png) !important; */
}
.cta_title
{
	font-size: 50px;
	font-weight: 500;
	color: #ffc107 !important;
	text-transform: uppercase;
	font-family: "Josefin Sans", sans-serif;
}
.cta_item > .cta_text
{
	font-weight: 400;
	line-height: 1.5;
	margin-top: 14px;
	margin-bottom: 0px;
	color: #ffffff !important;
	font-size:18px;
}
.cta_item > .cta_text1
{
    font-weight: 400;
    line-height: 2.29;
    margin-top: 14px;
    margin-bottom: 0px;
    color:#e1dada !important;
    font-size:22px;
    text-transform: uppercase;
}
.cta_button
{
	margin-top: 38px;
}
.rating_r em::before
{
	font-family: 'FontAwesome';
	content: "\f006";
	font-style: normal;
	font-size: 19px;
	margin-right: 4px;
}
.rating_r_1 em:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_2 em:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_2 em:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_3 em:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_3 em:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_3 em:nth-child(3)::before{color: #fbb53d; content: "\f005";}
.rating_r_4 em:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_4 em:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_4 em:nth-child(3)::before{color: #fbb53d; content: "\f005";}
.rating_r_4 em:nth-child(4)::before{color: #fa9e1b; content: "\f005";}
.rating_r_4 em:nth-child(5)::before{color: #fa9e1b; content: "\f005";}
.rating_r_5 em:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_5 em:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_5 em:nth-child(3)::before{color: #fbb53d; content: "\f005";}
.rating_r_5 em:nth-child(4)::before{color: #fa9e1b; content: "\f005";}
.rating_r_5 em:nth-child(5)::before{color: #ef910a; content: "\f005";}
.cta_slider_nav
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}
.cta_slider_prev
{
	left: -35px;
}
.cta_slider_next
{
	right: -35px;
}
.cta_slider_prev:hover .nav_path,
.cta_slider_prev:hover .nav_arrow
{
	fill: url(#cta_grad_prev);
}
.cta_slider_next:hover .nav_path,
.cta_slider_next:hover .nav_arrow
{
	fill: url(#cta_grad_next);
}


.cta_slider_container1
{

}
.cta_item1 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    /* background: repeat url(../images/review-bg.png) !important; */
}
.cta_title1
{
    font-size: 37px;
    font-weight: 500;
    color: #ffc107 !important;
    text-transform: uppercase;
    font-family: "Josefin Sans", sans-serif;
}
.cta_item1 > .cta_text1
{
    font-weight: 500;
    line-height: 1.5;
    margin-top: 14px;
    margin-bottom: 0px;
    color: #ffffff !important;
    font-size:18px;
}
.cta_item1 > .cta_text2
{
    font-weight: 500;
    line-height: 2.29;
    margin-top: 14px;
    margin-bottom: 0px;
    color:#e1dada !important;
    font-size:22px;
    text-transform: uppercase;
}
.cta_button1
{
    margin-top: 38px;
}
.cta_slider_nav1
{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.cta_slider_prev1
{
    left: -35px;
}
.cta_slider_next1
{
    right: -35px;
}
.cta_slider_prev1:hover .nav_path,
.cta_slider_prev1:hover .nav_arrow
{
    fill: url(#cta_grad_prev);
}
.cta_slider_next1:hover .nav_path,
.cta_slider_next1:hover .nav_arrow
{
    fill: url(#cta_grad_next);
}


.roberto-about-area {
    position: relative;
    z-index: 1000;
    height: 0;
}

.section-padding-100-0 {
    padding-top: 0px;
    padding-bottom: 0;
}

.roberto-about-area .hotel-search-form-area {
    position: relative;
    width: 100%;
    z-index: 100;
    bottom: 129px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}

.guesty-root-element.small-size.guesty-widget__container .guesty-widget__item #guesty-search-widget__datepicker {
    width: 100% !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
}

.guesty-root-element.small-size.guesty-widget__container .guesty-widget__item .selectr-container {
    width: 100% !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
}

.guesty-root-element.small-size.guesty-widget__container .guesty-widget__item #guesty-search-widget__datepicker [id^=date-picker-wrapper] {
    width: 47.6% !important;
}

.hotel-search-form-area {
    position: relative;
    z-index: 1;
    padding-left: 7%;
    padding-right: 7%;
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    width: 400px;
}

.hotel-search-form-area .hotel-search-form {
    position: relative;
    z-index: 1;
    width: 100%;
    box-shadow: 0 2px 15px 1px rgb(0 0 0 / 38%);
    padding: 0px 15px 0px 21px;
    border-radius: 0px 0px 0px 0px;
    background: #ffffff;
    display: inline-block;
}

.book_btn1 .book_now_btn1 {
    background: #e33f05;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    padding: 6px 10px 3px 10px;
    font-size: 12px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    letter-spacing: .28px;
    position: relative;
    z-index: 2;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border: 2px solid #ed460c;
    text-transform: uppercase;
}

.book_btn1 .book_now_btn1:hover {
    background: transparent;
    color: #000;
    line-height: 24px;
    display: inline-block;
    padding: 6px 10px 3px 10px;
    font-size: 12px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    letter-spacing: .28px;
    position: relative;
    z-index: 2;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border: 2px solid #000;
}

.guesty-root-element.small-size.guesty-widget__container .guesty-widget__item {
    margin: 0 auto !important;
    display: flex;
}

.guesty-root-element #guesty-search-widget__datepicker .__super-input {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #565a5c;
    width: 100%;
    height: 40px;
    border: 1px solid #000 !important;
    border-radius: 2px;
    padding: 10px 15px;
    vertical-align: top;
}

.guesty-root-element .selectr-selected {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    padding: 7px 28px 7px 14px;
    cursor: pointer;
    border: 1px solid #000 !important;
    border-radius: 3px;
    background-color: #fff;
    margin-top: 14px !important;
}

.guesty-root-element .guesty-search-submit-btn {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #565a5c;
    background-color: var(--guesty-brand-primary);
    cursor: pointer;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    vertical-align: top;
    border: .5px solid transparent;
    border-radius: 2px;
    padding: 10px 15px;
    height: 40px;
    width: 117px;
    margin-left: 0px !important;
}

.guesty-root-element .guesty-widget__item {
    margin-right: 0!important;
    font-size: 16px;
}

.guesty-root-element .guesty-search-submit-btn {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #565a5c;
    background-color: var(--guesty-brand-primary);
    cursor: pointer;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    vertical-align: top;
    border: .5px solid transparent;
    border-radius: 2px;
    padding: 10px 15px;
    height: 40px;
    width: 117px;
    margin-top: 14px !important;
}

body, aside, .u-sidebar-block, section, header, footer {
    position: relative;
    /* background: #fff; */
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.guesty-root-element #guesty-search-widget__datepicker [id^=date-picker-wrapper] {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #565a5c;
    position: relative;
    background: #fff;
    color: #565a5c;
    margin-right: 10px !important;
}


div#primary form {
    width: 56%;
    margin: 0 auto;
    padding: 0 0 20px;
    border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    height: auto;
}
div#primary form label {
    float: left;
    width: 31%;
    /* padding: 0 0px 0 33px; */
    font-size: 17px;
    font-weight: normal;
    font-family: 'Roboto Slab';
    display: inline-block !important;
}

label {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #444;
    margin-bottom: 5px;
    cursor: pointer;
}
ol {
    list-style: none;
}
div#primary form input.text2, div#primary form textarea {
    float: left;
    width: 63%;
    border: solid 1px #666 !important;
    padding: 0px 5px 0 5px;
    background-color: #FFF !important;
    font-size: 0.9em;
    background: none;
    border-radius: 0px;
}
textarea, textarea.text2 {
    float: left;
    width: 69% !important;
    border: solid 1px #666 !important;
    padding: 0px 5px 0 5px;
    background-color: #FFF !important;
    font-size: 0.9em;
    background: none;
    border-radius: 0px;
    height: 101px;
}

input, input.input-text, select {
    border: solid 1px #666;
    font-family: "Lato", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    outline: none !important;
    /* padding: 4px !important; */
    width: 69%;
    height: 40px;
}
div#primary form li {
    margin: 10px 0 0;
}
form li {
    float: left;
}
form li {
    display: block;
    width: 100%;
    margin: 0 0 0.6em;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: 'Roboto Slab';
    font-size: inherit;
    line-height: inherit;
}
.select16 {
    background: url(../images/sprite.png) no-repeat 435px -273px !important;
    padding: 3px;
    vertical-align: middle;
    font-weight: normal;
    padding: 1px;
    background: #f6ecd1;
    outline: none;
    box-shadow: 0 0 0 1px #eee;
    width: 100%;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    border-radius: 0px;
    font-size: 22px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-repeat: repeat;
    border: 1px solid #7f9db9;
    background: none;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    text-align: center;
}
button.button {
    width: 29%;
    margin: 2px 0px 0px 223px;
    padding-left: 0;
    padding-right: 0;
}
.button:hover, .button:focus {
    background-color: #0192dd;
    color: white;
}
input[type=submit].button, button.button {
    -webkit-appearance: none;
}
.button {
    background: #00a6fc;
}
.button {
    background: #00a6fc;
    display: inline-block;
    text-align: center;
    padding: 9px 34px 11px;
    color: white !important;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    font-family: 'Roboto Slab', sans-serif !important;
    position: relative;
    cursor: pointer;
    border: 0;
    font-size: 20px;
}

/*********************************
10. Testimonials
*********************************/

.test_border
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #fa9e1b, #8d4fff);
}

/*********************************
10.1 Testimonials Slider
*********************************/

.test_slider_container
{
	width: 100%;
	margin-top: 54px;
}
.test_item
{
	padding-top: 36px;
}
.test_icon
{
	position: absolute;
	top: 0px;
	left: 41px;
	width: 72px;
	height: 72px;
	background: #fa9e1b;
	border-radius: 50%;
	overflow: hidden;
}
.test_icon img
{
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto !important;
}
.test_content_container
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 44.1%;
	background: rgba(49, 18, 75, 0.8);
}
.test_content
{
	width: 100%;
	height: 100%;
	padding-left: 38px;
	padding-top: 44px;
	padding-right: 40px;
}
.test_item_info
{
	position: absolute;
	left: 41px;
	bottom: calc(100% - 18px);
	background: #FFFFFF;
	padding-left: 20px;
	padding-right: 21px;
	padding-top: 9px;
	padding-bottom: 10px;
	z-index: 10;
}
.test_name
{
	font-size: 14px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
}
.test_date
{
	font-size: 11px;
	margin-top: 2px;
	color: #2d2c2c;
	padding-left: 2px;
}
.test_quote_title
{
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	padding-left: 3px;
}
.test_quote_text
{
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 11px;
}
.test_slider_nav
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}
.test_slider_nav .nav_path,
.test_slider_nav .nav_arrow
{
	fill: #c4ced2;
}
.test_slider_prev
{
	left: -75px;
}
.test_slider_next
{
	right: -75px;
}
.test_slider_prev:hover .nav_path,
.test_slider_prev:hover .nav_arrow
{
	fill: url(#test_grad_prev);
}
.test_slider_next:hover .nav_path,
.test_slider_next:hover .nav_arrow
{
	fill: url(#test_grad_next);
}

/*********************************



/*********************************
13. Footer
*********************************/

.text12{color: #666; font-family: 'Roboto Slab', sans-serif; font-size: 18px; line-height: 33px;}

.footer {
    width: 100%;
    padding-top: 54px;
    padding-bottom:44px;
    background: repeat url(../images/footer-bg.png);
}
.footer_title
{
	font-size: 25px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
}

/*********************************
13.1 Footer - About
*********************************/

.footer_about
{
	padding-top: 67px;
}
.footer_logo
{
	position: absolute;
	left: 0;
	top: -24px;
}
.footer_about_text
{
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
}
.footer_social_item
{
	display: inline-block;
	width: 31px;
	height: 31px;
	border: solid 1px #fa9e1b;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	margin-right: 9px;
}
.footer_social_item:last-child
{
	margin-right: 0px;
}
.footer_social_item a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.footer_social_item a em
{
	display: block;
	position: relative;
	color: #FFFFFF;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social_item:hover
{
	background: #fa9e1b;
}
.footer_social_item:hover a em
{
	color: #31124b;
}

/*********************************
13.2 Footer - Blog
*********************************/

.footer_blog
{
	margin-top: 39px;
}
.footer_blog_item
{
	margin-bottom: 21px;
}
.footer_blog_item:last-child
{
	margin-bottom: 0px;
}
.footer_blog_image
{
	width: 60px;
	height: 60px;
	float: left;
}
.footer_blog_image img
{
	width: 100%;
}
.footer_blog_content
{
	padding-left: 81px;
}
.footer_blog_title
{
	margin-top: -4px;
	padding-left: 1px;
}
.footer_blog_title a
{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.footer_blog_title a:hover
{
	color: #fa9e1b;
}
.footer_blog_date
{
	font-size: 12px;
	font-weight: 400;
	color: #fa9e1b;
	margin-top: 7px;
}

/*********************************
13.3 Footer - Tags
*********************************/

.footer_tags
{
	margin-top: 40px;
}
.tag_item
{
	height: 35px;
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
	border: solid 1px #fa9e1b;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.tag_item:hover
{
	background: #fa9e1b;
}
.tag_item a
{
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 33px;
	padding-left: 25px;
	padding-right: 25px;
}

/*********************************
13.4 Footer - Contact Info
*********************************/

.contact_info_list
{
	margin-top: 40px;
}
.contact_info_item
{
	margin-bottom: 22px;
}
.contact_info_icon
{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.contact_info_icon img
{
	display: block;
	width: 100%;
}
.contact_info_text,
.contact_info_text a
{
	color: #FFFFFF;
	line-height: 2.14;
	margin-top: -4px;
}
.contact_info_item:hover .contact_info_text,
.contact_info_item:hover .contact_info_text a
{
	color: #fa9e1b;
}

/*********************************
14. Copyright
*********************************/

.copyright {
      background: repeat url(../images/footer-bg.png);
    padding: 10px;
    text-align: center;
}
.copyright a{
    color:#ffffff;
}
.copyright_content
{
	height: 52px;
}
.copyright_content div
{
	font-size: 12px;
	font-weight: 600;
	color: #685677;
}
.footer_nav_container
{
	height: 52px;
}
.footer_nav
{
	
}
.footer_nav_list
{
	font-size: 0px;
}
.footer_nav_item
{
	display: inline-block;
	margin-right: 40px;
}
.footer_nav_item a
{
	font-size: 12px;
	font-weight: 600;
	color: #685677;
	text-transform: uppercase;
	line-height: 2;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_nav_item a:hover
{
	color: #FFFFFF;
}


.book_btn .book_now_btn {
    background: #f54d28;
    color: #ffffff;
    line-height: 25px;
    display: inline-block;
    padding: 4px 25px 0px 25px;
    font-size: 15px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: bold;
    letter-spacing: .28px;
    position: relative;
    z-index: 2;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border: 2px solid #e12f07;
    text-transform: uppercase;
}

.book_btn .book_now_btn:hover {
    background: transparent;
    color: #ffffff;
    line-height: 25px;
    display: inline-block;
    padding: 4px 25px 0px 25px;
    font-size: 15px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: bold;
    letter-spacing: .28px;
    position: relative;
    z-index: 2;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border: 2px solid #ffffff;
    text-transform: uppercase;
}



@media only screen and (max-width: 1030px) {
	.book_btn .book_now_btn{
		display:none;
	}
}

.about_btn_b {
    display: inline-block;
    border: 1px solid #8e8e8e;
    padding: 0px 15px;
    line-height: 46px;
    color: #000 !important;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .45px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    bottom: 36px;
    left: -188px;
}

.about_btn_b:hover {
    color: #fff !important;
    border-color: #00162e;
    background: #00162e;
    font-weight: 600;
}

.cta1 {
    padding: 30px 0;
    background: #c1770a;
}

.text-center {
    text-align: center !important;
}

.cta1 p {
    color: #fff;
    margin-top: 0;
    margin-bottom: 1rem;
}

.cta1 .cta-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 4px;
    transition: 0.5s;
    margin-top: 0px;
    border: 2px solid #d33918;
    color: #fff;
    text-transform: uppercase;
    background: #d33918;
}

.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 20%;
}

.facilities_item {
    border: 1px solid #fff;
    border-radius: 0px;
    background-color: rgb(249 249 255 / 62%);
    padding: 25px 20px 20px 20px;
    margin-bottom: 30px;
    box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
    height: 221px;
}

.facilities_item:hover > p {
    color: #fff;
}

.facilities_item:hover > .sec_h4 {
    color: #fff !important;
}

.facilities_item p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
}

h3 {
    font-size: 30px !important;
}
h1, h2, h3, h4, h5, h6 {
    color: rgb(182 126 28);
    font-weight: normal;
    font-family: 'Roboto Slab';
    line-height: 1.3;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.demo {
    background: url(../images/demo.png) repeat;
    padding: 19px;
}

.serviceBox{
    font-family: 'K2D', sans-serif;
    text-align: center;
    padding: 20px 15px 60px;
}
.serviceBox .service-icon{
    color: #ffdd00;
    background-color: #fff;
    font-size: 50px;
    line-height: 100px;
    height: 100px;
    width: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 2px solid #ffdd00;
    display: block;
    transition: all 0.3s;
}
.serviceBox:hover .service-icon{
    border-color: transparent;
    box-shadow: 0 0 10px #fff, 0 -10px 0 10px #003e7e;
}
.serviceBox .title{
    color: #303030;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 10px;
    margin-bottom: 15px;
    transition: all 0.3s;
}
.serviceBox:hover .title{ color:#EB1F52; }
.serviceBox .description{
    font-size: 15px;
    text-align: center;
    line-height: 27px;
    margin-bottom: 20px;
}
.serviceBox .read-more{
    color: #fff;
    /*background: #003d7e;*/
	background: repeat url(../images/ada-bg.png);
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: -56px;
    padding: 5px;
    display: block;
    transform: rotateX(-90deg);
    transform-origin: top center;
    -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 25% 100%);
     clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: all 0.5s;
    border-radius: 15px;
}
.serviceBox:hover .read-more{
    box-shadow: 0 0 10px #fff inset;
    transform: rotateX(0);
}
.serviceBox .read-more:hover{
    letter-spacing: 2px;
    text-shadow: 0 0 5px #000;
    text-decoration: none;
}
.serviceBox.blue .service-icon{
    color: #003e7e;
    border-color: #003e7e;
}
.serviceBox.blue:hover .service-icon{
    border-color: transparent;
    box-shadow:0 0 10px #fff, 0 -10px 0 10px #ffdd00;
}
.serviceBox.blue:hover .title{ color: #34C3EB; }
.serviceBox.blue .read-more{ background: repeat url(../images/service-bg.png);}
.serviceBox.orange .service-icon{
    color: #FF8214;
    border-color: #FF8214;
}
.serviceBox.orange:hover .service-icon{
    border-color: transparent;
    box-shadow:0 0 10px #fff, 0 -10px 0 10px #003e7e;
}
.serviceBox.orange:hover .title{ color: #FF8214; }
.serviceBox.orange .read-more{ background: #FF8214; }
.serviceBox.green .service-icon{
    color: #8FB900;
    border-color: #8FB900;
}
.serviceBox.green:hover .service-icon{
    border-color: transparent;
    box-shadow:0 0 10px #fff, 0 -10px 0 10px #8FB900;
}
.serviceBox.green:hover .title{ color: #8FB900; }
.serviceBox.green .read-more{ background: #8FB900; }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 50px;
	    padding: 20px 0px 60px; }
}
License Terms

#about {
    background: url(../images/about-bg.jpg);
    position: relative;
    color: #fff;
    padding: 40px 0 40px 0;
}

#about:before {
    content: "";
    background: rgb(51 51 51 / 56%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.res {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    padding-top: 20px;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
}

ul.footer-nav a {
    color: #b7b6b6;
	font-size:17px;
}

ul.footer-nav li {
    line-height:2;
}

.social-info-1 a {
    display: inline-block;
    color: #ffffff;
    background: #001226;
    padding: 20px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    padding-top: 10px;
    font-size: 27px;
}

.news_post:not(:last-child) {
    margin-bottom: 68px;
}

.news_post_image {
    width: 34.8%;
}

.news_post_image img {
    max-width: 100%;
}

.news_post_content {
    width: 65.2%;
    padding-left: 30px;
}

.news_post_title {
    margin-top: 17px;
}

.news_post_title a {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #181818;
}

.news_post_category {
    margin-top: -5px;
}

.news_post_category ul li {
    display: inline-block;
}

.news_post_category ul li a {
    font-family: 'Oswald', sans-serif;
    font-size: 9px;
    color: #00f;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.news_post_text {
    margin-top: 14px;
}

.news_container {
    margin-top: 6%;
}

@media only screen and (max-width: 767px){
.news_post_image {
    width: 100%;
}

.news_post_content {
    width: 100%;
    padding-left: 0px;
    margin-top: 27px;
}
}


em.fa.fa-play-circle.fa-3x.b-animation {
    margin-left: 35%;
    font-size: 104px;
    color: #fff;
    cursor: pointer;
}

.b-animation {
    animation: fadeIn 1s infinite alternate;
}

.b-animation:hover {
    transform: scale(1.5);
    animation: fadeIn 0s infinite alternate;
}

.back-to-top-1 {
    cursor: pointer;
    position: fixed;
    bottom: 110px;
    right: 20px;
    display: none;
    border-radius: 100%;
    z-index: 12;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 11px;
    right: 20px;
    display: none;
    border-radius: 100%;
}

@media only screen and (min-width:1023px){
.social-info-1{
	display:none;
}
}

/*****************************
15. Amenities
****************************/

.services-2 {
    margin-bottom: -58px;
	    margin-top: 7%;
}

@media only screen and (max-width:430px){
.services-2 {
	    margin-top: 7%;
		margin-bottom:0%;
}
}


.services-3 {
    margin-bottom: -58px;
    margin-top: 15%;
}

.services-2 .icon,.services-3 .icon  {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #004085;
    -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.services-2 .icon span, .services-3 .icon span {
    font-size: 28px;
    color: #fff;
}

.services-2 .media-body, .services-3 .media-body {
    width: calc(100% - 70px);
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.services-2 .media-body h3, .services-3 .media-body h3 {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #6a9aef;
}

@media (min-width: 1200px){
#container-1 {
    max-width: 1332px;
}
}


.title4 {
    font-size: 20px;
    font-weight: 400;
    color: #999;
    border-bottom: 1px dotted #fa9e1c;
    margin-left: 0;
    margin-bottom: 4%;
    text-align: left;
    line-height: 48px;
    margin-top: 36px;
}

.about-text > p {
    margin-bottom: 20px;
    /* padding-right: 18px; */
    font-family: 'Roboto Slab';
}

.text {
    font-size: 20px !important;
    color: #434647 !important;
    line-height: 24px !important;
    text-align: center !important;
}
.about-text {
    font-size: 21px;
}

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
    margin-bottom: 15px;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

select {
    width: 10.8%;
    margin-bottom: 10px;
    /* background: rgb(0 0 0 / 55%) url(../images/site-images/sprite.png) no-repeat -74px -285px !important; */
    color: #000;
    font-size: 18px;
    padding-left: 14px;
    height: 45px;
    margin-bottom: 18px;
    margin-right: 10px;
    margin-top: 0px;
    float: left;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    animation-duration: 1s;
    animation-fill-mode: both;
    font-weight: 400;
    font-family: 'Roboto Slab' !important;
    text-transform: capitalize;
}

body:not(.device-touch) .button {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#content-staff {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
    border: 0px solid #427196;
    padding: 0px;
    margin: 43px 0 34px 0px;
    line-height: 23px;
}
.text1-left {
    font-family: 'Playfair Display', 'Open Sans', Arial, sans-serif;
    text-align: left;
    font-weight: normal;
    font-size: 27px;
    margin-bottom: 10px;
}

ul.a-t {
    color: #000;
    font-family: 'Roboto Slab';
}

ul.a-t > li:before {
    font-family: FontAwesome;
    content: "\f101";
    font-size: 18px;
    padding-right: 10px;
    color: #d21e39;
}

.att-title-1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5%;
    font-weight: 700;
    color: #014590;
    border-bottom: 1px dotted #333;
}

.contact-css{
	 line-height:2.2; font-size:18px;
}

.contact-css a{
	color:#000;
	text-decoration:none;
	border-bottom:none;
}

.contact-css a:hover{
	color:#004085;
	background:none;
}

.list-sty-1 {
    line-height: 2.5;
    font-size: 18px;
}

ul.list-sty-1 a {
    color: #e0982e;
    font-family: 'Roboto Slab';
}

ul.list-sty-1 a:hover {
    color: #000000;
}

.title-room {
    font-size: 27px;
    border-bottom: 1px dotted #333;
    margin-bottom: 3%;
    color: #0056b2;
}

ul.a-t-1 {
    font-size:18px;
	line-height:2.5;
}

.h-p {
    font-size: 23px;
    font-weight: 600;
    color: #04c;
	margin-top:5%;
}

.h-p-d {
    font-size: 18px;
    color: #585858;
	line-height:2;
}

@media (min-width: 430px) and (max-width: 770px) {
.col-md-3-1 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}
}

.active-1 {
    display: block;
    position: absolute;
    left: -1px;
    bottom: -11px;
    width: calc(100% + 2px);
    height: 2px;
    background: linear-gradient(to right, #ffffff, #ffffff);
    content: '';
    opacity: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.five {
    font-size: 18px;
    background: linear-gradient(to right, rgb(238 111 82), #1c1101) !important;
    color: #fff !important;
    padding: 10px;
    text-align: center;
}
.five {
    font-size: 18px !important;
    margin-bottom: 10px;
    /* background: rgba(234, 185, 168, 0.96); */
    /* padding-left: 5px; */
    color: #b37212;
    font-weight: normal;
    font-family: "Josefin Sans", sans-serif !important;
    margin-top: 16px;
    text-transform: uppercase;
    padding-top: 16px;
}

.five1 {
    font-size: 24px;
    margin-bottom: 10px;
    /* background: rgba(234, 185, 168, 0.96); */
    /* padding-left: 5px; */
    color: #dc3545;
    font-weight: normal;
    font-family: "Josefin Sans", sans-serif !important;
    margin-top: 16px;
    text-transform: uppercase;
}

.space-divide {
    height: 25px;
    width: 100%;
}

.well {
    font-family: 'Roboto Slab';
    min-height: 20px;
    padding: 17px 17px !important;
    margin-right: 23px;
    background: none;
    border: 1px solid rgb(195 190 190);
    border-radius: 15px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .05);
    background: #fff;
    line-height: 25px;
    color: #153146;
    font-size: 16px;
    max-width: 22.9%;
    text-align: left;
    text-transform: none;
}

.about-us-thumbnail {
    position: relative;
    z-index: 1;
    bottom: 0;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.about-us-thumbnail .single-thumb:first-child {
    margin-bottom: 0px;
}
.about-us-thumbnail .single-thumb {
    position: relative;
    z-index: 1;
    margin: 0px 0 0 0;
    display: block;
    overflow: hidden;
    border-radius: 0px;
}

.about-us-thumbnail .single-thumb:hover img, .about-us-thumbnail .single-thumb:focus img {
    -webkit-transform: scale(1.35);
    -ms-transform: scale(1.35);
    transform: scale(1.35);
}

.about-us-thumbnail .single-thumb img {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 0px;
}

img {
    max-width: 100%;
}

.moretext {
  display: none;
}

.h3-sty {
    text-align: left;
    /* border-bottom: 1px dotted #333; */
    color: #004085;
    font-weight: 500;
}
.h3-sty img {
    width: 3%;
}

.list-align ul {
    list-style: circle;
    padding: 5px 0 0 21px;
    color: #000;
}

.list-align ul li {
    position: relative;
    padding-left: 3px;
    color: #666;
    font-size: 18px;
    line-height: 31px;
}

.list-align dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0rem;
    padding-left: 0.5rem;
}

.list-align {
    padding-left: 0px;
    float: left !important;
}

.ul-sty > li {
    text-align: left;
    font-size: 17px;
    line-height: 2;
    font-family: 'Roboto Slab';
    color: #000;
}

.ul-sty > li:before {
    font-family:FontAwesome;
	content:"\f101";
	padding:2%;
    list-style: circle;
}

.box{
     /*background-image: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgba(4, 189, 228, 1) 0%, rgba(2, 83, 185, 1) 100.2%);*/
     font-family: 'Roboto Slab';
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
     overflow: hidden;
     position: relative;
     transition: all 0.3s ease-in-out;
	     background-color: #000;
    font-size: 16px;border: 0px #fff solid;
 }
 .box:hover{ box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.4); border: 0px #fff solid;}
 .box:before{
     content: "";
     border: 1px solid #fff;
     opacity: 0;
     position: absolute;
     top: 50%;
     bottom: 50%;
     left: 15px;
     right: 15px;
     z-index: 1;
     transition: all 0.4s ease-in-out;
 }
 .box:hover:before{
     opacity: 0.9;
     top: 15px;
     bottom: 15px;
 }
 .box img{
     width: 100%;
     height: auto;
     transform: scale(1.1) translateX(4%);
     transition: all 0.4s ease-in-out;
 }
 .box:hover img{
     opacity: 0.3;
     transform: scale(1.1) translateX(-4%);
 }
.box .box-content {
    color: #fff;
    opacity: 0;
    transform: translateX(20%);
    position: absolute;
    top: 127px;
    left: 77px;
    transition: all 0.3s ease-out;
    margin: 0 auto;
}
 .box:hover .box-content{
     opacity: 1;
     transform: translateX(0);
     transition-delay: 0.3s;
 }
 .box .title{
     font-size: 30px;
     font-weight: 700;
     text-transform: uppercase;
     margin: 0;
     color: #fff;
 }
  .box .title h3{
     font-size: 22px;
     color: #fff;
     font-weight: 700;
     text-transform: uppercase;
     margin: 0;
 }
 .box .post{
     font-size: 15px;
     font-weight: 400;
     font-style: italic;
     text-transform: capitalize;
     letter-spacing: 1px;
 }
 .box .icon{
     padding: 0;
     margin: 0;
     list-style: none;
     opacity: 0;
     transform: translateX(-20%);
     position: absolute;
     bottom: 33px;
     right: 30px;
     z-index: 1;
     transition: all 0.3s ease-out;
 }
 .box:hover .icon{
     opacity: 1;
     transform: translateX(0);
     transition-delay: 0.3s;
 }
 .box .icon li{
     margin: 0 2px;
     display: inline-block;
 }
 .box .icon li a{
     color: rgba(2, 83, 185, 1);
     background: #fff;
     font-size: 18px;
     text-align: center;
     line-height: 30px;
     height: 35px;
     width: 35px;
     border: 3px solid #fff;
     display: block;
     transition: all 0.3s ease;
 }
 .box .icon li a:hover{
     color: #fff;
     background: rgba(6, 57, 84, 1);
 }
 @media only screen and (max-width:990px){
     .box{ margin: 0 0 30px; }
 }
 
 
.ada {
    width: 100%;
    margin: 0 auto;
    padding: 12px;
    text-align: center;
    color: #fff;
    /* background: repeat url(../images/ada-bg.png); */
    font-size: 17px;
    background: #323030;
    font-family: 'Roboto Slab';
}

.ada a {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    /* background: repeat url(../images/ada-bg.png); */
    font-size: 17px;
    background: #323030;
    font-family: 'Roboto Slab';
}

/*License Terms*/

.vid { float:right; width:96%; border-spacing:4px; border:solid 4px #bababa; position: relative;    height: 0;
    padding-bottom:30%;  }
 
.vid iframe {
    width: 100% !important; height:100% !important;
	position: absolute;
   top: 0;
    left: 0;
  }
.fq {
    text-align: left;
    text-decoration: none;
    color: #403A60;
    font-weight: normal;
    font-size: 21px;
    line-height: 34px;
    margin-top: 6px;
    list-style: none;
    font-family: 'Roboto Slab';
}
.fqq {
    font-family: 'Roboto Slab';
    margin-bottom: 20px;
    padding-bottom: 21px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.fqa{font-size:16px; color:#111010; font-weight:normal; line-height:28px; text-align:left;font-family: 'Roboto Slab';}
.fqa a{font-size:16px; color:#e0982e; text-decoration:none;}