@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Playfair+Display:400,700');
/*----------------------------------
--------- THEME DEFAULT CSS --------
----------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Open+Sans:300,400,600|Playfair+Display:400,700');

body {
    /*line-height: 24px;*/
    font-size: 14px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

/*----------------------------
---------- RESET CSS ---------
----------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3d54d9;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    /*margin: 0px;*/
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
}

h3 {
    font-size: 30px;
    color: #3d54d9;
    font-weight: 400;

}

h4 {
    font-size: 18px;
    color: #3d54d9;
    font-weight: 400;

}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.room-tab-content .room-tab-desc,
a {
    transition: 0.4s;
}

a,
a:hover {
    color: #333333;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    width: 100%;
    border: none;
}

a,
a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: none;
    /* border: none; */
    outline: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

select:focus,
select:active {
    box-shadow: none;
    border: 0;
    outline: 0
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}

/*select,*/
/*input[type="text"],*/
/*input[type="email"],*/
/*input[type="url"],*/
/*input[type="tel"],*/
/*input[type="search"],*/
/*input[type="number"],*/
/*input[type="password"],*/
/*textarea {*/
/*background: transparent;*/
/*width: 100%;*/
/*padding: 8px 15px;*/
/*border: 1px solid #f1f1f1;*/
/*color: #666;*/
/*margin-bottom: 15px;*/
/*}*/

#searchbar input[type="text"] {
    background: transparent;
    /* width: 100%; */
    padding: 26px 15px;
    border: 1px solid #dee2e6;
    color: #fff;
    /*margin-bottom: 15px;*/
}

textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

button {
    cursor: pointer;
}

.sec-title {
    text-align: center;
}

.sec-title h2 span {
    color: #3d54d9;
}

.pt-100 {
    padding: 100px 0 0;
}

.pt-70 {
    padding-top: 70px;
}

.pb-100 {
    padding-bottom: 100px;
}

.ptb-100 {
    padding: 100px 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.owl-nav div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 22px;
    border-radius: 8px;
    transition: 0.4s;
    margin-top: -20px;
}

.owl-nav div:hover {
    background: #3d54d9;
}

.owl-nav div.owl-next {
    right: 0;
    left: auto;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #7a7a7a;
    display: inline-block;
    margin: 0 2px;
}

.owl-dot.active {
    background: #3d54d9;
    border: 1px solid #3d54d9;
}

.theme-btn {
    background: #3d54d9 !important;
    border: 1px solid #3d54d9;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 6px 22px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 140px !important;
}

.theme-btn:hover {
    background: #3d54d9 !important;
    color: #fff;
    border: 1px solid #3d54d9;
}

.flexbox-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-tablecell {
    display: table-cell;
    vertical-align: top;
}

/*--------------------------------------
-------- HEADER TOP AREA CSS START --------
---------------------------------------*/
.header-top-content li {
    display: inline-block;
    margin-right: 20px;
}

.header-top {
    color: #878787;
}

.header-top-content a {
    color: #878787;
}

.header-top-content li i {
    margin-right: 5px;
}

.social-icons a {
    font-size: 16px;
    margin-left: 5px;
}

.header-top-content a:hover {
    color: #878787;
}

.header-top-content select {
    margin-bottom: 0;
    border: none;
    width: auto;
    color: #878787;
    padding: 0;
    margin-left: 10px;
}

/*--------------------------------------
--------- HEADER TOP AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
------ HEADER BOTTOM AREA CSS START ------
---------------------------------------*/
.header-area-top {
    position: relative !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.header-area {
    /* position: absolute; */
    /* top: 0; */
    padding: 5px 0 8px;
    left: 0;
    background: rgb(80 80 80 / 48%);
    width: 100%;
    z-index: 9;
}

.header-top .row {
    border-bottom: 1px solid #3d54d9;
    padding-bottom: 15px;
}

.mainmenu {
    text-align: right;
}

.mainmenu li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 12px;
    position: relative;
}

.mainmenu li a {
    color: #fff;
    padding: 20px 0;
    display: inline-block;
    font-size: 18px;
}

.mainmenu li a.theme-btn {
    color: #fff;
    padding: 5px 15px;
    margin-left: 15px;
}

.mainmenu li.active > a,
.mainmenu li a:hover {
    color: #00ffe9;
}

.mainmenu li ul {
    position: absolute;
    left: -15px;
    text-align: left;
    top: 100%;
    z-index: 99;
    background: #000;
    width: 200px;
    padding: 10px;
    transition: 0.4s;
    transform: scale(0);
}

.mainmenu li ul li {
    display: block;
}

.mainmenu li ul li a {
    padding: 7px 0;
    color: #fff;
    font-size: 90%;
}

.mainmenu ul li ul li a::before {
    width: 0 !important;
}

.mainmenu ul li ul li:hover a::before,
.mainmenu ul li ul li.active a::before {
    width: 100% !important;
}

.mainmenu li:hover ul {
    transform: scale(1);
}

.responsive-menu {
    display: none;
}

.slicknav_nav {
    background-color: #222222;
    padding: 5px 12px;
}

.slicknav_nav li {
    display: block;
}

.slicknav_nav li a i {
    display: none;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
    background: transparent;
    color: #fff;
}

.mainmenu ul li a a::before {
    display: none;
}

a.slicknav_item.slicknav_row {
    display: inline-block;
}

.slicknav_btn {
    margin: 0;
    border-radius: 0;
}

.slicknav_menu {
    padding: 15px 0;
    background: transparent;
}

.menu-area {
    background: #0c1239;
    margin: 0;
}

.menu-right input::-webkit-input-placeholder {
    color: #333333;
}

.menu-right button {
    color: #fff;
}

.menu-right {
    text-align: right;
}

.navbar-form input {
    border: 2px solid #0c1239 !important;
    opacity: 1;
    border-radius: 0;
    border: none;
    background: #fff;
    color: #666;
    padding: 6px 20px;
    margin: 0;
}

.mainmenu {
    position: relative;
    z-index: 9999;
}

.mainmenu.sticky {
    background: #0c1239;
    position: fixed;
    left: 0;
    right: 0;
    border-bottom: 1px solid #fff;
    top: 0;

}

.header-bottom.sticky .logo a img {
    padding-top: 5px;
    padding-bottom: 5px;
}

.mainmenu.sticky .menu-area {
    margin: 0 -15px;
}

.mainmenu.sticky li {
    padding-left: 0;
}

.mainmenu.sticky .mainmenu li ul {
    left: 0;
}

.mainmenu.sticky .menu-right {
    padding-right: 0;
}

.menu-right button {
    background: #3d54d9;
    border: none;
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 8px 8px 0;
}

.menu-right form {
    position: relative;
    margin-bottom: 0;
}

.menu-right input {
    border-radius: 8px;
    background: #fff;
    color: #333333;
}

li.showul > ul {
    display: block;
}

.offcanvas-menu li {
    cursor: pointer;
}

.header-bottom.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #a4a4a4;
}

/*--------------------------------------
--------- MENU AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- HERO AREA CSS START --------
---------------------------------------*/
.hero-area {
    margin-top: 0px;
    overflow: hidden;
}

.mainmenu input {
    margin-bottom: 0;
}

.single-hero-area {
    padding: 150px 0;
    z-index: 1;
    position: relative;
    background-image: url('../img/hero-area/hero-area-bg-1.html');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.single-hero-area::before {
    content: "";
    top: 0;
    left: 0;
    opacity: 0.4;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    background: #333;
}

.hero-area-content {
    text-align: center;
    color: #fff;
}

.hero-area-content p {
    max-width: 650px;
    margin: 20px auto 50px;
}

.hero-area-content h2 {
    color: #3d54d9;
    font-size: 48px;
    font-weight: 400;
    font-family: 'Great Vibes', cursive;
}

.hero-area-content h1 {
    color: #fff;
    font-size: 72px;
    font-family: 'Open Sans', sans-serif;
}

.vegas-timer-progress {
    background-color: #3d54d9;
}

.home2 .vegas-timer-progress {
    background-color: #af3c65;
}

.home3 .vegas-timer-progress {
    background-color: #ffb600;
}

.hero-area {
    z-index: 1;
    position: relative;
    background-position: center;
    padding: 250px 0 135px;
    background-size: cover;
}

.hero-area-content form {
    color: #878787;
    background: #fff;
    padding: 25px 30px 30px;
    text-align: left;
    border-radius: 5px;
}

.hero-area-content form p {
    margin: 0 0 5px;
}

.hero-area-form {
    display: flex;
    align-items: flex-end;
}

.single-form-box {
    width: 25%;
    float: left;
    padding: 0 5px;
}

.hero-area-form select:focus, .hero-area-form select, .hero-area-form input {
    border: 1px solid #ddd;
    margin-bottom: 0;
}

.hero-area-form .theme-btn {
    width: 100%;
}

/*------------------------------------
--------- HERO AREA CSS END ---------
------------------------------------*/

/*------------------------------------
-------- ABOUT AREA CSS START --------
-------------------------------------*/
.single-about-box {
    margin-top: 30px;
}

.single-about-box p {
    margin: 8px 0 23px;
}

.single-about-box a {
    margin-top: 10px;
}

/*----------------------------------------
------------ ABOUT AREA CSS END ----------
-----------------------------------------*/

/*-------------------------------------
------ available AREA CSS START -------
--------------------------------------*/
.available-area {
    background: #efefef;
    color: #fff;
}

.available-area h2 {
    color: #fff;
}

.sec-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 580px;
}

.sec-title h2 {
    margin: 5px 0 25px;
    position: relative;
    padding-bottom: 25px;
    z-index: 1;
    color: #3d58d9;
}

.sec-title h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 150px;
    height: 2px;
    background: #3d54d9;
    margin: auto;
    z-index: 1;
}

.sec-title h2::after {
    /* content: "\e99c"; */
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: icofont;
    color: #3d54d9;
    z-index: 9;
    background: #1c1c1d;
    max-width: 40px;
}

.single-available h4 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 24px;
}

.single-available {
    background: #fff;
    color: #878787;
    height: 100%;
    margin-right: -30px;
    padding: 15px 35px;
}

.single-available p {
    margin: 5px 0 20px;
}

.available-icon a {
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #222;
    line-height: 33px;
    font-size: 18px;
    margin-right: 5px;
}

.available-price {
    width: 80%;
    float: left;
    margin-top: 10px;
}

.available-price p {
    margin: 0;
}

.available-price p span {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    margin: 0 2px;
}

.available-icon {
    padding-bottom: 15px;
}

.available-icon a:hover {
    color: #3d54d9;
    border-color: #3d54d9;
}

.available-price a {
    color: #3d54d9;
}

/*---------------------------------
----- available AREA CSS END ------
----------------------------------*/

/*-------------------------------------
-------- service AREA CSS START --------
--------------------------------------*/
.service-area .sec-title h2::after {
    background: #fff;
}

.single-service {
    margin-top: 30px;
}

.single-service h4 {
    margin-bottom: 15px;
}

.single-service a {
    margin-top: 20px;
}

.nav-tabs li {
    display: inline-block;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    text-align: center;
}

.nav-tabs {
    display: block;
    justify-content: space-between;
    padding: 10px 20px 0;
    width: 100%;
    text-align: center;
}

.nav-tabs li a i {
    display: block;
    color: #3d54d9;
    margin-bottom: 5px;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
}

.nav-tabs li a {
    border-bottom: 3px solid transparent;
    padding: 10px 20px;
    display: block;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent transparent transparent;
    border-bottom: 3px solid #3d54d9;
}

.nav-tabs li.active a {
    border-bottom: 3px solid #3d54d9;
}

/*-------------------------------------
--------- service AREA CSS END ---------
--------------------------------------*/

/*--------------------------------------
---------- video AREA CSS START --------
---------------------------------------*/
.video-area {
    background: url(../img/video-bg.jpg) no-repeat center center / cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.video-area::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.75;
}

.popup-youtube i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    transition: all 0.4s;
}

.popup-youtube i:hover {
    color: #3d54d9;
    background: #fff;
}

.video-box {
    text-align: center;
    color: #fff;
}

.video-box h2 {
    color: #fff;
    font-size: 50px;
}

.video-box p {
    margin: 10px 0 25px;
}

/*--------------------------------------
----------- video AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- TEAM AREA CSS START --------
---------------------------------------*/
.single-team-member {
    text-align: center;
    transition: all 0.4s;
    margin-top: 30px;
}

.team-member-info {
    padding: 15px 0 10px;
}

.team-member-info p {
    font-size: 20px;
    margin: 5px 0 12px;
    color: #3d54d9;
    font-weight: 400;
    font-family: 'Great Vibes', cursive;
}

.team-member-info a {
    color: #3d54d9;
    border: 1px solid #3d54d9;
    margin: 0 3px;
    width: 35px;
    height: 35px;
    line-height: 34px;
    border-radius: 100%;
    display: inline-block;
}

.team-member-info a:hover {
    color: #fff;
    background: #3d54d9;
}

.team-area .sec-title h2::after {
    background: #fff;
}

/*--------------------------------------
--------- TEAM AREA CSS END ---------
---------------------------------------*/

/*------------------------------------
----- TESTIMONIAL AREA CSS START -----
-------------------------------------*/
.testimonial-area .sec-title h2::after {
    display: none;
}

.testimonial-area h4,
.testimonial-area h2 {
    color: #333;
}

.testimonial-area {
    background: #f3f3f3;
    color: #333;
    position: relative;
    z-index: 1;
}

.testimonial-area::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.75;
}

.testimonial-box h3 {
    font-size: 20px;
    margin: 3px 0;
}

.testimonial-box p {
    margin-top: 10px;
}

.testimonial-box img {
    width: auto !important;
    margin: auto;
    margin-bottom: 5px;
}

.testimonial-box {
    text-align: center;
    max-width: 700px;
    margin: auto;
}

/*-----------------------------------
------ TESTIMONIAL AREA CSS END -----
------------------------------------*/

/*------------------------------------
--------- news AREA CSS START --------
-------------------------------------*/
.news-area .sec-title h2::after {
    background: #fff;
}

.news-content {
    height: 600px;
    display: grid;
    margin-top: 30px;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.single-news-box {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.news-bg-1 {
    background-image: url(../img/news/news1.jpg);
    grid-row: span 2;
}

.news-bg-2 {
    background-image: url(../img/news/news2.jpg);
}

.news-bg-3 {
    background-image: url(../img/news/news3.jpg);
}

.news-bg-4 {
    background-image: url(../img/news/news4.jpg);
    grid-column: span 2;
}

.news-box-overlay {
    padding: 5px;
    transform: scaleY(0);
    transition: all 0.4s;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .75);
    text-align: center;
    color: #fff;
    height: 100%;
    width: 100%;
}

.news-box-overlay h4 {
    color: #fff;
    display: inline-block;
    font-weight: 400;
}

.single-news-box:hover .news-box-overlay {
    transform: scaleY(1);
}

.news-box-overlay li {
    display: inline-block;
    margin: 0 6px;
}

.news-box-overlay ul {
    margin-top: 10px;
}

/*-----------------------------------
--------- news AREA CSS END ---------
------------------------------------*/

/*--------------------------------------
----- newsletter SLIDER CSS START ------
---------------------------------------*/
.newsletter-area {
    background: url(../img/newsletter-bg.jpg) no-repeat center center / cover;
    color: #fff;
    position: relative;
    z-index: 1;
}

.newsletter-area::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.75;
}

.newsletter-box {
    text-align: center;
}

.newsletter-box h2 {
    color: #fff;
    margin: 17px 0 20px;
}

.newsletter-box form {
    max-width: 400px;
    margin: auto;
    position: relative;
}

.newsletter-box button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #3d54d9;
    color: #fff;
    border: none;
    padding: 0 30px;
}

.newsletter-box input::-webkit-input-placeholder {
    color: #fff;
}

.newsletter-box input {
    margin-bottom: 0;
}

/*-------------------------------------
------ newsletter SLIDER CSS END ------
--------------------------------------*/

/*-----------------------------------
------- footer AREA CSS START -------
------------------------------------*/
.footer {
    background: #1c1c1d;
    color: #fff;
    padding: 50px 0 100px;
    text-align: center;
}

.widget h2, .widget h4, .widget a {
    color: #fff;
    font-weight: 400;
}

.widget h2 {
    margin: 10px 0 15px;
}

.widget h4 {
    font-family: 'Open Sans', sans-serif;
}

.widget a {
    margin: 0 3px;
}

.widget {
    margin-top: 50px;
}

.copyright {
    padding: 30px 0 25px;
    background: #151516;
    color: #878787;
}

.copyright a {
    color: #878787;
}

.copyright li {
    display: inline-block;
    margin-left: 8px;
}

.copyright a:hover {
    color: #fff;
}

/*----------------------------------
------- footer AREA CSS END --------
-----------------------------------*/

/*-------------------------------
-------- HOME 2 PAGE CSS --------
-------------------------------*/
.home2 .sec-title h2::after,
.home2 .hero-area-content h2,
.home2 .team-member-info p,
.home2 .popup-youtube i:hover,
.home2 .nav-tabs li a i,
.home2 .available-price a,
.home2 .mainmenu li.active > a,
.home2 .mainmenu li a:hover,
.home2 .sec-title h2 span,
.home2 h3 {
    color: #af3c65;
}

.home2 .newsletter-box button,
.home2 .team-member-info a:hover,
.home2 .sec-title h2::before,
.home2 .menu-right button,
.home2 .owl-nav div:hover {
    background: #af3c65;
}

.home2 .owl-dot.active,
.home2 .theme-btn {
    background: #3d54d9;
    border-color: #59f8e8;
}

.home2 .team-member-info a,
.home2 .available-icon a:hover,
.home2 .theme-btn:hover {
    background: #3d54d9;
    border-color: #59f8e8;
}

.home2 .theme-btn:hover {
    background: transparent;
}

.home2 .nav-tabs li a.active,
.home2 .header-top .row {
    border-color: #af3c65;
}

/*--------------------------------------
-------- gallery AREA CSS START -------
---------------------------------------*/
.gallery-content {
    height: 560px;
    display: grid;
    grid-gap: 15px;
    padding: 0 15px;
    grid-template-columns: repeat(4, 1fr);
}

.single-gallery-box {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.gallery-bg-1 {
    background-image: url(../img/gallery/gallery1.jpg);
    grid-row: span 2;
}

.gallery-bg-2 {
    background-image: url(../img/gallery/gallery2.jpg);
}

.gallery-bg-3 {
    background-image: url(../img/gallery/gallery4.jpg);
    grid-column: span 2;
}

.gallery-bg-4 {
    background-image: url(../img/gallery/gallery5.jpg);
    grid-column: span 2;
}

.gallery-bg-5 {
    background-image: url(../img/gallery/gallery3.jpg);
}

.gallery-box-overlay {
    padding: 15px;
    opacity: 0;
    transition: all 0.4s;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    position: absolute;
}

.gallery-box-overlay h4 {
    color: #fff;
    opacity: 0;
    transition: all 0.4s ease 0.2s;
    letter-spacing: 10px;
    margin-left: 5px;
}

.single-gallery-box:hover .gallery-box-overlay {
    opacity: 1;
}

.single-gallery-box:hover .gallery-box-overlay h4 {
    opacity: 1;
    letter-spacing: 0;
    margin-left: 0;
    margin-left: 0;
}

.gallery-area .sec-title h2::after,
.gallery-area {
    background: #f7f7f7;
}

/*---------------------------------------
--------- gallery AREA CSS END --------
----------------------------------------*/

/*----------------------------------------
------- price AREA CSS START -------
-----------------------------------------*/
.single-pricing-box {
    text-align: center;
    margin-top: 30px;
    border: 1px solid #ddd;
    position: relative;
}

.price-area .sec-title h2::after {
    background: #fff;
}

.pricing-box-overlay {
    padding: 12px 0;
    background: #af3c65;
    color: #fff;
    font-size: 20px;
}

.pricing-box-bottom {
    padding: 15px 0 30px;
}

.pricing-box-bottom li {
    border-bottom: 1px solid #af3c65;
    display: block;
    max-width: 200px;
    margin: 0 auto 10px;
    padding-bottom: 10px;
}

.pricing-box-bottom li:last-child {
    border-bottom: none;
}

.single-pricing-box::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 50px;
    bottom: -1px;
    border: 2px solid #af3c65;
    border-right: 0;
    transition: 0.4s;
}

.pricing-box-top h3 {
    margin-top: 5px;
}

.pricing-box-top {
    padding: 30px 0;
}

.single-pricing-box::after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    width: 50px;
    border: 2px solid #af3c65;
    border-left: 0;
    transition: 0.4s;
}

.single-pricing-box:hover::before, .single-pricing-box:hover::after {
    width: 55%;
}

/*--------about-area start---------*/
.about-wrap {
    position: relative;
    padding: 60px 0px 60px 30px;
    border-top: 2px solid #3d54d9;
    border-left: 2px solid #3d54d9;
}

.about-wrap:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #3d54d9;
}

.about-wrap:after {
    position: absolute;
    right: -100px;
    top: -2px;
    width: 100px;
    height: 60px;
    border-top: 2px solid #3d54d9;
    border-right: 2px solid #3d54d9;
    content: "";
}

.home2 .about-wrap {
    border-top: 2px solid #af3c65;
    border-left: 2px solid #af3c65;
}

.home2 .about-wrap:before {
    background: #af3c65;
}

.home2 .about-wrap:after {
    border-top: 2px solid #af3c65;
    border-right: 2px solid #af3c65;
}

.about-wrap h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.about-wrap h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 25px;
}

.about-wrap p {
    margin-bottom: 30px;
}

.about-content {
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    padding: 30px 0px;
    text-align: center;
}

.about-content h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}

.about-content p {
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 20px;
}

.about-img {
    position: relative;
    margin-top: 100px;
}

.about-img:before {
    position: absolute;
    left: -15px;
    bottom: -15px;
    height: 95%;
    width: 98%;
    background: #333132;
    content: "";
    z-index: -9;
}

/*--------about-area end---------*/

/*---------------------------------
------- room AREA CSS START -------
----------------------------------*/
.sidebar-widget,
.room-listing-content {
    margin-top: 60px;
    margin-bottom: 35px;
}

.available-room {
    background: #fff;
    color: #333333;
    margin-top: 30px;
    min-height: 350px;
}

.home2 .single-service:hover img,
.available-room-img:hover img {
    transform: scale(1.2)
}

.single-service-img img,
.available-room-img img {
    transition: 0.9s;
}

.single-service-img,
.available-room-img {
    overflow: hidden;
    position: relative;
}

.room-content {
    overflow: hidden;
    padding: 10px 20px;
}

.room-content h3 {
    margin: 8px 0 5px;
}

/*----------------------------------------
------- service AREA CSS START -------
-----------------------------------------*/
.single-service {
    margin-top: 30px;
    position: relative;
}

.service-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
}

.service-box-overlay h4 {
    color: #fff;
}

/*----------------------------------
------- event AREA CSS START -------
-----------------------------------*/
.event-box {
    background: #fff;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.09);
    padding: 40px;
    margin-top: 30px;
}

.event-left {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding-right: 30px;
}

.event-left h3 {
    height: 80px;
    width: 80px;
    border: 1px solid #e9e9e9;
    text-align: center;
    font-size: 40px;
    color: #af3c65;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    padding-top: 10px;
}

.event-left h3 span {
    color: #af3c65;
    font-size: 16px;
    display: block;
    padding-top: 5px;
}

.event-right {
    display: table-cell;
    vertical-align: middle;
}

/*-------------------------------
-------- HOME 2 PAGE CSS --------
-------------------------------*/
.home3 .sec-title h2::after,
.home3 .hero-area-content h2,
.home3 .team-member-info p,
.home3 .popup-youtube i:hover,
.home3 .nav-tabs li a i,
.home3 .available-price a,
.home3 .mainmenu li.active > a,
.home3 .mainmenu li a:hover,
.home3 .sec-title h2 span,
.home3 h3 {
    color: #ffb600;
}

.home3 .newsletter-box button,
.home3 .team-member-info a:hover,
.home3 .sec-title h2::before,
.home3 .menu-right button,
.home3 .owl-nav div:hover {
    background: #ffb600;
}

.home3 .owl-dot.active,
.home3 .theme-btn {
    background: #ffb600;
    border-color: #ffb600;
}

.home3 .team-member-info a,
.home3 .available-icon a:hover,
.home3 .theme-btn:hover {
    color: #ffb600;
    border-color: #ffb600;
}

.home3 .theme-btn:hover {
    background: transparent;
}

.home3 .nav-tabs li a.active,
.home3 .header-top .row {
    border-color: #ffb600;
}

/*----------------------------------
------- counter AREA CSS START -------
-----------------------------------*/
.counter-box {
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.counter-box h2 {
    color: #fff;
    margin-bottom: 5px;
}

/*----------------------------------
------- offer AREA CSS START -------
-----------------------------------*/
.offer-area .sec-title h2::after {
    background: #fff;
}

.single-offer {
    position: relative;
    margin-top: 30px;
}

.special-offer-photo img {
    padding-right: 30px;
}

.special-offer-caption {
    position: absolute;
    top: 0;
    right: 0;
    width: 370px;
    bottom: 0;
    margin: auto;
}

.special-offer-caption a {
    display: block;
    position: relative;
    color: #fff;
    padding: 12px 30px;
    background: #ffb600;
    font-size: 30px;
    line-height: 38px;
}

.special-offer-caption-text {
    padding: 12px 30px;
    background: #fff;
}

/*--------------------------------------
-------- ABOUT PAGE CSS START --------
---------------------------------------*/
.breadcrumb-area {
    padding: 240px 0 120px;
    z-index: 1;
    position: relative;
    background-image: url(../img/breadcrumb.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.breadcrumb-area::before {
    content: "";
    top: 0;
    left: 0;
    opacity: 0.75;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    background: #000000;
}

.breadcrumb-area h2 {
    color: #fff;
    margin-bottom: 5px;
}

.breadcrumb-area li a {
    color: #fff;
}

.breadcrumb-area li::before {
    content: "/";
    margin: 0 8px 0 5px;
}

.breadcrumb-area li:first-child::before {
    display: none;
}

.breadcrumb-area li {
    display: inline-block;
}

.breadcrumb-area li a:hover,
.breadcrumb-area li.active a {
    color: #3d54d9;
}

/*--------------------------------------
--------- ABOUT PAGE CSS END ---------
---------------------------------------*/

/*--------------------------------------
--------- contact PAGE CSS START ----------
---------------------------------------*/
.contact-us-area form input {
    margin-bottom: 25px;
    padding: 9px 20px;
}

.contact-us-area form textarea {
    margin-bottom: 15px;
    height: 160px;
}

.contact-us-area form button {
    cursor: pointer;
}

/*--------------------------------------
------- contact PAGE CSS END ------
---------------------------------------*/

/*--------------------------------------
-------- 404 PAGE CSS START --------
---------------------------------------*/
.four04 {
    text-align: center;
}

.four04 h1 {
    font-size: 200px;
    font-weight: 600;
}

.four04 input {
    padding-right: 35px;
    margin: 0;
}

.four04 button {
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
    margin: auto;
    background: none;
    border: none;
    right: 10px;
}

.four04 form {
    position: relative;
    max-width: 400px;
    margin: 17px auto;
}

.four04 h4 {
    margin-top: 8px;
}

/*--------------------------------------
----------- 404 PAGE CSS END -----------
---------------------------------------*/

/*--------------------------------------
------ BLOG DETAILS PAGE CSS START -----
---------------------------------------*/
.post-author a {
    margin-right: 12px;
    margin-top: 2px;
    display: inline-block;
}

.post-author a i {
    margin-right: 2px;
}

.blog-details h4.post-title {
    margin: 20px 0 2px;
}

.blog-details .post-author {
    margin-bottom: 12px;
}

.blog-details > p {
    margin-bottom: 15px;
}

.blog-detail-middle {
    display: flex;
}

.blog-detail-middle img {
    padding-right: 20px;
    max-width: 40%;
}

.blog-detail-middle {
    margin-bottom: 20px;
}

.blog-detail-middle p {
    margin: 20px 0;
}

.about-author {
    padding-top: 25px;
}

.about-author h2 {
    margin-bottom: 20px;
}

.about-author-details {
    display: flex;
    padding: 20px;
    background: #fafafa;
}

.author-details-left {
    flex: 1;
    margin-right: 15px;
}

.author-details-right {
    flex: 4.2;
}

.author-details-right h4 {
    margin-bottom: 5px;
}

.comments-area {
    margin-top: 40px;
}

.comments-area h4 {
    margin-bottom: 20px;
    font-size: 20px;
}

.single-comment a {
    color: #000;
    margin-right: 20px;
    display: inline-block;
}

.single-comment-left {
    flex: 1;
}

.single-comment-right {
    flex: 5.5;
    margin-left: 12px;
}

.single-comment {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    padding-bottom: 20px;
}

.comments-area li {
    position: relative;
}

.single-comment p {
    margin-bottom: 5px;
}

.comments-area li ul {
    margin-left: 115px;
}

.single-comment::before {
    content: "";
    right: 0;
    left: 115px;
    background: #aaa;
    top: 100%;
    height: 1px;
    margin: auto;
    position: absolute;
}

.comments-area li ul .single-comment::before {
    left: 0;
}

.blog-reply {
    margin-top: 40px;
}

.contact-us-area form input,
.blog-reply form input {
    margin-bottom: 25px;
    padding: 9px 20px;
}

.blog-reply form textarea {
    margin-bottom: 15px;
    height: 120px;
}

.blog-reply form {
    margin-top: 25px;
}

.blog-reply form button {
    cursor: pointer;
}

.sidebar {
    padding-left: 20px;
}

.sidebar-widget {
    margin-bottom: 40px;
}

.sidebar-widget h4 {
    margin-bottom: 15px;
    font-size: 20px;
}

.sidebar-widget form button {
    background: none;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}

.sidebar-widget form {
    position: relative;
    border-radius: 9px;
}

.sidebar-widget form input {
    margin-bottom: 0;
    border-radius: 5px;
    padding-right: 35px;
}

.blog-reply form textarea::-webkit-input-placeholder,
.blog-reply form input::-webkit-input-placeholder,
.sidebar-widget form input::-webkit-input-placeholder {
    color: #333;
}

.sidebar-widget ul li a {
    background: #fafafa;
    display: block;
    padding: 8px 18px;
    border-radius: 5px;
    text-transform: uppercase;
}

.sidebar-widget ul li {
    padding: 5px 0;
}

.sidebar-widget ul li a.active,
.sidebar-widget ul li a:hover {
    background: #3d54d9;
    color: #fff;
}

.sidebar-widget ul li a span {
    float: right;
}

.widget-post-info i {
    color: #3d54d9;
    margin-right: 5px;
}

.widget-post {
    display: flex;
    padding: 8px 0;
}

.widget-post-img {
    flex: 1;
}

.widget-post-info {
    flex: 3.2;
    margin-left: 15px;
}

.widget-post-info span {
    font-size: 12px;
}

.widget-post-info p {
    margin-bottom: 5px;
}

.widget-tags a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 15px;
    margin-bottom: 8px;
    margin-right: 5px;
    border-radius: 5px;
}

.widget-tags a:hover {
    color: #fff;
    background: #000;
}

.sidebar-widget.widget-quote {
    margin-bottom: 0;
    background: #000;
    padding: 35px;
    color: #fff;
}

.sidebar-widget.widget-quote h4 {
    color: #fff;
}

.sidebar-widget.widget-quote p {
    margin-bottom: 15px;
}

.sidebar-widget.widget-quote h4 i {
    margin-right: 6px;
}

/*--------------------------------------
------- BLOG DETAILS PAGE CSS END ------
---------------------------------------*/

/*--------------------------------------
-------- SCROLL-TO-TOP CSS START --------
---------------------------------------*/
.scrollToTop i {
    width: 40px;
    display: none;
    height: 40px;
    line-height: 39px;
    background: #000;
    display: none;
    color: #fff;
    position: fixed;
    border: 1px solid #fff;
    border-radius: 100%;
    bottom: 15px;
    right: 15px;
    z-index: 101;
    text-align: center;
    font-size: 18px;
}

.scrollToTop:hover {
    background: #0c1239;
    border: 1px solid #fff;
    color: #fff;
}

.scrollToTop:focus {
    border: 1px solid #fff;
    color: #fff;
}

/*--------------------------------------
--------- SCROLL-TO-TOP CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- PRE LOADER CSS START --------
---------------------------------------*/
#preloader {
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 100%;
    background: #fff url("../img/loader.gif") no-repeat center center;
}

/*--------------------------------------
--------- PRE LOADER CSS END ---------
---------------------------------------*/
.split-area {
    margin: 0;
    padding: 0;
}

.split-left {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 15px;
    padding-right: 15px;
    /* background: url(../img/sp-left.jpg) no-repeat; */
    /* background-position: center center; */
}

.split-right {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 15px;
    padding-right: 15px;
    background-position: fixed;
    /*     background: url(../img/sp-right.jpg) no-repeat; */
    /*     background-position: center center; */
}

.split-left::before {
    position: absolute;
    background-color: rgba(63, 86, 217, 0.55);
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
}

.split-right::before {
    position: absolute;
    background: rgba(89, 248, 232, 0.55);
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
}

.split-area h2 {
    color: #fff;
    margin-bottom: 30px;
}

.split-area h4 {
    color: #fff;
    margin-bottom: 70px;

}

.split-left .content h2, .split-left .content h4 {
    z-index: 1;
    position: relative;
}

.split-right .content h2, .split-right .content h4 {
    z-index: 1;
    position: relative;
}

.split-left .content a {
    z-index: 1;
    position: relative;
    text-decoration: none;;
    color: #3d54d9;
    background: #fff;
    padding: 15px;
    font-weight: 600;
    font-size: 28px;

}

.split-right .content a {
    z-index: 1;
    position: relative;
    text-decoration: none;;
    color: #3d54d9;
    background: #fff;
    padding: 15px;
    font-weight: 600;
    font-size: 28px;

}

.split-right .content a:hover {
    color: #fff;
    background: #3d54d9;
    border: 2px solid #fff;

}

.split-left .content a:hover {
    color: #fff;
    background: #3d54d9;
    border: 2px solid #fff;

}

.WHY-CHOOSE-US {
}

.WHY-CHOOSE-US p {
    margin-top: 20px;
}

.black-text-my {
    color: #333 !important;
    font-family: sans-serif;
    /*text-transform: lowercase;*/
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 20px;
}

.follow-me {
    color: #fff;
    font-size: 20px;
}

.fllow-iconn {
    color: #fff;
    font-size: 20px;
    padding-left: 5px;
}

.app-area {
    padding: 0;
    margin: 0;
    background: #3d54d9;
}

.split-area-2 {
    padding: 0;
    margin: 0;

}

.app-bg-img {
    position: relative;
    padding-top: 50px;
    padding-bottom: 13px;
    padding-left: 15px;
    padding-right: 15px;
    background-position: fixed;
    background: url(../img/app-bg.jpg) no-repeat;
    background-position: center center;
}

.app-bg-img::before {
    position: absolute;
    background-color: rgba(63, 86, 217, 0.55);
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
}

.app-bg-img h2 {
    color: #fff;
    margin-bottom: 30px;
}

.app-bg-img h4 {
    color: #fff;
    margin-bottom: 70px;

}

.app-bg-img .content h2, .app-bg-img .content h4 {
    z-index: 1;
    position: relative;
}

.app-bg-img .content a {
    z-index: 1;
    position: relative;
    text-decoration: none;;
    color: #3d54d9;
    background: #fff;
    padding: 15px;
    font-weight: 600;
    font-size: 28px;

}

.app-bg {
    padding-bottom: 50px;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.app-bg img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-btn {

}

.my-btn h2 {
    color: #fff;
    margin-bottom: 20px;
}

.my-btn input {
    color: #e1e1e1;
    font-size: 18px;

}

.my-btn input[type='submit'],
.my-btn button {
    color: #fff;
    font-size: 24px;
    background: #3d54d9;

}

.why-choose-p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 20px;
}

/*Searching Area*/
::-webkit-input-placeholder { /* Chrome */
    color: #666;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #666;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #666;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: #666;
    opacity: 1;
}

.advance-search-form select {
    border: 1px solid #dddddd;
}

.show-searching-address iframe {
    min-height: 500px;
}

.searching-input-field {
    border: 1px solid #dddddd;
    margin-bottom: 30px;
    min-height: 500px;
    padding: 20px;
}

.advance-search-form h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.searching-input-field .btn {
    font-size: 12px;
    padding: 15px 40px;
}

.searching-area .searching-input-field .btn {
    font-size: 12px;
    padding: 1px 10px;
}

/*input[type="checkbox"],*/
/*input[type="radio"] {*/
/*margin-right: 2px;*/
/*visibility: hidden;*/
/*width: 0px;*/
/*}*/

.selectorSavingError {
    color: #000000;
}

.room-post-widget {
    border: 1px solid #dddddd;
    padding: 20px;
}

.room-post-widget .widget {
    margin-top: 0;
}

.more-info a {
    border-radius: 0;
    color: #000000;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.more-info a.active,
.more-info a:hover {
    background-color: #007bff;
    color: #fff;
}

.widget h4 {
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.categories li {
    border-bottom: 1px solid #eeeeee;
    display: block;
    margin-bottom: 8px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #007bff;
}

.widget h4 {
    color: #007bff;
    font-weight: bold;
}

.categories li span {
    font-weight: normal;
    color: #333333
}

.post-room-details ul {
    border: 1px solid;
    display: block;
    padding: 10px 0;
}

.post-room-details ul li {
    border-right: 1px solid;
    cursor: pointer;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

.post-room-details ul li label {
    cursor: pointer;
}

.post-room-details ul {
    border: 1px solid #ddd;
    display: block;
    padding: 10px 0;
    margin-bottom: 40px;
}

.post-room-details ul li {
    border-right: 1px solid #ddd;
    cursor: pointer;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

.post-room-details ul li label {
    cursor: pointer;
}

.post-room-details {
    border: 1px solid #dddddd;
    padding: 20px;
    margin-bottom: 30px;
}

.post-room-details h3 {
    margin-bottom: 20px;
}

.post-room-details h5 {
    margin-bottom: 10px;
}

.search-and-post {
    margin-bottom: 20px;
}

.post-room-details p {
    margin-bottom: 20px;
}

.post-room-details h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.property-additional-details ul {
    border-top: 2px solid #ddd;
}

.property-additional-details ul > li {
    border-collapse: collapse;
    display: table;
    width: 100%;
}

.property-additional-details ul dl {
    display: table-row;
    margin: 0;
}

.property-additional-details ul dt, .property-additional-details ul dd {
    border-color: #e7ebee;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    display: table-cell;
    margin: 0;
    padding: 7px 15px;
    word-break: break-all;
}

/*Listing page Css*/

.widget-menu li i {
    margin-right: 10px;
    font-size: 18px;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #bccccb !important;
}

.input-group-append .btn{
    padding: 4px 20px;
}

.btn-rounded {
    border-radius: 50px;
}

.listing-heading h2 {
    border-bottom: 1px solid;
    border-color: #007bff;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.listing-heading span {
    margin-bottom: 30px;
    display: inline-block;
}

.actions-link .btn {
    border-radius: 50px;
    padding: 7px 12px;
}

.room-tab-content ul li > div {
    padding: 20px 0;
}

.messages-type li a {
    font-size: 18px;
    letter-spacing: 2px;
    padding: 0 5px;
}

.messages-type li a.active {
    font-weight: 600;
}

.table td, .table th {
    vertical-align: middle;
    text-align: center;
}

.profile-update-form textarea {
    min-height: 101px;
}

#primary-menu select {
    border: 1px solid #ffffff;
    color: #ffffff;
    margin-bottom: 0;
    padding: 5px 8px;
}

/*Blog*/
article {
    margin-top: 50px;
}

.blog-post-single-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.post-image-holder {
    position: relative;
    overflow: hidden;
}

.blog-post-single-item:hover.post-image-holder:after {
    opacity: 1;
}

.blog-post-single-item:hover .post-image-holder img {
    transform: scale(1.1);
}

.blog-post-content {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 30px 40px;
}

.blog-post-single-item h5 {
    margin-bottom: 16px;
    text-transform: uppercase;
}

.post-info {
    color: #fff;
    padding: 20px;
}

.post-info ul {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    margin: 0;
    display: block;
    padding-top: 15px;
}

.blog-post-single-item ul li a i {
    margin-right: 5px;
}

.blog-post-single-item ul li {
    padding-left: 0;
    padding-right: 15px;
    position: relative;
    display: inline-block;
}

.blog-post-single-item ul li a {
    color: #fff;
}

.blog-post-single-item .tagline ul li a {
    color: #222;
}

.pagination > li > a,
.pagination > li > span {
    padding: 8px 18px;
}

.blog-post-pagination .pagination li a:hover,
.blog-post-pagination .pagination li a.active,
.tagcloud a:hover {
    color: #fff;
}

.related-post-heading {
    margin-bottom: 30px;
}

.pagination li i {
    margin-right: 0;
    margin-top: -2px;
}

/*sidebar-wrap-content*/
.categories li {
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
    padding-bottom: 10px;
    display: block;
}

.categories li strong {
    font-size: 20px;
}

.categories li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.post-thumbs {
    float: left;
    width: 100px;
    height: 80px;
}

.post-thumbs img {
    height: 100%;
    width: auto;
}

.post-content {
    margin-left: 115px;
}

.post-content h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3px;
}

.post-meta li {
    padding-left: 0;
    padding-right: 10px;
    display: inline-block;
}

.categories li i,
.post-meta i {
    font-size: 16px;
    margin-right: 5px;
}

.post-meta li:last-child {
    padding-left: 10px;
    padding-right: 0;
}

.recent-posts {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 30px;
}

.recent-posts:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/*Blog Single*/

blockquote {
    position: relative;
    border-left: 10px solid #3d54d9;
    padding: 20px 20px 20px 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

blockquote:after {
    opacity: .5;
    content: "â€œ";
    font-family: "Droid Serif", serif;
    font-size: 180px;
    left: 40%;
    position: absolute;
    top: -44px;
    width: 100%;
}

blockquote p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 0;
}

.author-info {
    margin-bottom: 64px;
    margin-top: 26px;
    overflow: hidden;
}

.blog-second-post {
    margin-top: 50px;
}

.comment li {
    padding: 0;
}

.comment li:last-child {
    border-right: 0 none;
}

.author-info-image {
    float: left;
    margin-right: 20px;
    width: 150px;
}

.author-info .author-title {
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 16px;
}

.author-info ul {
    margin-top: 37px;
}

.author-info ul li a {
    font-size: 14px;
    text-transform: uppercase;
}

.author-desc .author-title a {
    padding-left: 5px;
    padding-right: 5px;
    text-transform: capitalize;
}

.author-title strong {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.author-desc .reply a {
    padding: 0 10px 0 0;
}

.author-desc p:last-child {
    margin-bottom: 0;
}

.comment-title {
    margin-bottom: 30px;
}

.comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.comment-info {
    display: block;
    margin-bottom: 41px;
    overflow: hidden;
}

.comment-info img {
    min-width: 100px;
    min-height: 100px;
}

.comment-info .author-desc {
    margin-left: 120px;
    padding: 20px;
    position: relative;
}

.comment-info .author-desc::after {
    border-color: transparent white transparent transparent;
    border-style: solid;
    border-width: 12px;
    content: "";
    left: -24px;
    position: absolute;
    top: 10px;
}

.comment-info .author-title {
    line-height: 16px;
    margin-bottom: 20px;
}

.author-info ul li {
    padding: 0 9px;
}

.comment-list .children {
    list-style: outside none none;
    padding-left: 90px;
}

.post-single-comment-form textarea,
.post-single-comment-form input[type="email"],
.post-single-comment-form input[type="text"] {
    background-color: #fff;
}

.post-single-comment-form {
    margin-bottom: 30px;
}

/*Review*/
.comment-title {
    margin-bottom: 30px;
}

.blog-single-image-holder > img {
    height: 100%;
    width: auto;
}

.property-single-tab-content .agent-contact-info {
    margin: 17px 0;
}

.star-rating {
    display: inline-block;
}

.star-rating i {
    margin-right: 0;
}

.post-title,
.post-title a {
    color: #fff;
    display: block;
}

.agent-details .star-rating {
    display: -block;
}

.agent-details .social-link {
    margin-bottom: 20px;
}

#property-map {
    width: 100%;
}

#property-map #contact-map {
    max-height: 400px;
}

.property-single-tab,
.related-propertis {
    margin-top: 50px;
}

.photo-gallery {
    margin-bottom: 30px;
}

.about-slider.owl-theme .owl-dots {
    bottom: 10px;
    margin-top: 0;
    position: absolute;
    width: 100%;
}

.process-chart {
    position: relative;
}

.about-header {
    background: url(../assets/img/header-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    clear: both;
    padding: 100px 0;
}

.header-menu li {
    padding-right: 15px;
    position: relative;
}

.header-menu li::after {
    background: #fff;
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
    top: 6px;
    transform: rotate(20deg);
    width: 2px;
}

.header-menu li:last-child::after {
    background: none;
}

.sidebar-wrap-content .widget h4 {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.sidebar-wrap-content .widget a,
.sidebar-wrap-content .widget h4,
.sidebar-wrap-content .widget {
    color: #333333
}

.post-image-holder img {
    transition: all 0.4s ease-in-out 0s;
}

.blog-post-pagination li {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    display: inline-flex;
}

.blog-post-pagination ul li:first-child {
    border-left: 1px solid #dee2e6;
}

.blog-post-pagination {
    margin-bottom: 30px;
}

.popular-tag a:hover,
.blog-post-pagination li a.active,
.blog-post-pagination li a:hover {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}

.popular-tag a {
    background: #dddddd;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 8px 15px;
    border-radius: 5px;
    text-transform: uppercase;
}

.overlay {
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.7) inset;
}

.terms-condition h4 {
    margin-bottom: 15px;
}

.room-tab-content .room-tab-desc h4 a {
    display: block;
}

.room-tab-content ul li:hover .room-tab-desc h4,
.room-tab-content ul li:hover .room-tab-desc p,
.room-tab-content ul li:hover .room-tab-desc h4 a {
    color: #fff;
}

.room-tab-desc {
    padding: 5px 26px;
    border-radius: 5px;
}

.room-tab-content ul li:hover .room-tab-desc {
    background: #3d54d9;
}

.room-tab-content ul li:hover strong a {
    color: #3d54d9;
}

.modal-dialog {
    max-width: 500px;
}

.modal-header {
    padding: 5px 15px;
}

.popup-thumbnail {
    margin-bottom: 20px;
}

.property-popup li {
    display: inline-block;
}

.property-popup li a {
    padding-right: 20px;
}

.property-popup ul {
    padding-bottom: 10px;
}

.property-popup li a i {
    margin-right: 5px;
}

.property-popup h4 {
    margin-bottom: 10px;
}

.property-popup span {
    display: block;
    margin-bottom: 20px;
}

.property-popup p {
    margin-bottom: 15px;
}

.common-filter h4 {
    margin-bottom: 10px;
}

.filter-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.common-filter label,
.housemate-filter label {
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.modal-search .btn {
    font-size: 15px !important;
    padding: 10px 22px !important;
}

.modal-search {
    margin-top: 20px;
}

.common-filter .btn-group {
    margin-bottom: 10px;
}

.header-ct h2 {
    text-transform: capitalize;
    margin: 20px 0px;
    color: #ffffff;
}

.header-ct p,
.by a {
    color: #ffffff;
}

.by a:hover {
    text-decoration: none;
}

.ui-slider-horizontal {
    height: .6em;
}

.ui-slider-horizontal {
    margin: 15px auto;
    width: 60%;
}

.ui-widget-header {
    background: #3FE331;
}

.price-range-search {
    width: 40.5%;
    background-color: #f9f9f9;
    border: 1px solid #6e6666;
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
    font-size: 16px;
}

.price-range-field {
    width: 20%;
    min-width: 16%;
    background-color: #f9f9f9;
    border: 1px solid #6e6666;
    color: black;
    font-family: myFont;
    font: normal 14px Arial, Helvetica, sans-serif;
    border-radius: 5px;
    height: 26px;
    padding: 5px;
}

.search-results-block {
    position: relative;
    display: block;
    clear: both;
}

.range-field {
    position: relative;
}

.left-range-field {
    background-color: rgba(0, 0, 0, 0) !important;
    max-width: 55px;
    padding: 5px 0 !important;
    position: absolute;
    top: -7px;
}

.right-range-field {
    background-color: rgba(0, 0, 0, 0) !important;
    max-width: 65px;
    padding: 5px 0 !important;
    position: absolute;
    right: -7px;
    top: -7px;
}

/***** Header Bar - Left Icons *****/
ul.left-icons, ul.right-icons {
    margin: 0;
    padding: 0;
    height: 45px;
}

ul.left-icons:after, ul.right-icons:after {
    content: '';
    display: block;
    clear: both;
}

/***** Header Bar - Right Icons *****/
ul.right-icons {
    display: inline-block;
    float: right;
    text-align: right;
    vertical-align: top;
}

ul.right-icons > li {
    padding-right: 0px;
    display: inline-block;
    vertical-align: middle;
    line-height: 45px;
    margin-left: 15px;
    position: relative;
}

ul.right-icons li a {
    position: relative;
}

ul.right-icons > li > a > i {
    vertical-align: top;
    line-height: 32px;
    color: #ffffff;
}

ul.right-icons > li > a {
    background-color: #f9f9f9;
    border-radius: 5px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    width: 120px;
}

ul.right-icons .notify {
    position: absolute;
    top: -8px;
    right: -6px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f86868;
    width: 18px;
    height: 18px;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
    font-size: 8px;
}

ul.right-icons .user {
    background-color: #47C7B5;
}

ul.right-icons .email {
    background-color: #42b3e5;
}

ul.right-icons .info {
    background-color: #a78ed7;
}

ul.right-icons .settings {
    background-color: #343f51;
}

ul.right-icons .lock {
    background-color: #49617b;
}

ul.right-icons li:last-child {
    border-right: 0px solid #2c3e50;
}

.right-icons span {
    color: #6f8399;
}

.right-icons .user-name {
    color: #F86868;
}

.right-icons .user-avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.right-icons .user-avatar img {
    vertical-align: top;
}

ul.right-icons > li > a {
    padding: 0px 0px;
    display: block;
}

ul.right-icons > li > a i {
    font-size: 16px;
    margin-left: 5px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

ul.right-icons li a:hover i {
    color: rgba(255, 255, 255, 1);
}

ul.right-icons > li > a.user-avatar {
    padding: 0px 0px;
    margin-right: 20px;
    display: inline-block;
}

ul.right-icons li > ul.dropdown {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 3px;
    display: none;
    left: 10%;
    top: 40px;
    margin-left: -13px;
    position: absolute;
    min-width: 120px;
    line-height: normal;
}

ul.right-icons li > ul.dropdown.big {
    margin-left: -73px;
}

ul.right-icons li > ul.dropdown:after, ul.right-icons li > ul.dropdown:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

ul.right-icons li > ul.dropdown:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

ul.right-icons li > ul.dropdown:before {
    border-color: rgba(218, 218, 218, 0);
    border-bottom-color: #DADADA;
    border-width: 11px;
    margin-left: -11px;
}

ul.right-icons li:hover > ul.dropdown {
    display: inline-block;
    z-index: 99999;
    padding: 7px 0px;
}

ul.right-icons li > ul.dropdown li {
    padding: 7px 0px;
    text-align: left;
    padding-left: 14px;
    padding-right: 14px;
}

ul.right-icons li > ul.dropdown li a {
    white-space: nowrap;
    color: #49617b;
}

ul.right-icons li > ul.dropdown li a i {
    padding-right: 8px;
    font-size: 15px;
    color: #7b8b9d;
}

ul.right-icons li > ul.dropdown li a:hover i,
ul.right-icons li > ul.dropdown li a:hover {
    color: #45aab3 !important;
}

ul.right-icons li > ul.dropdown li span.description {
    display: block;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    padding-left: 22px;
    color: #95a6b9;
}

ul.right-icons li > ul.dropdown li:hover a i {
    color: #7B8B9D;
}

.social_links_login {
    display: block;
    margin: 0 auto;
    width: 150px;
}

form#login-form {
    margin: 55px auto;
}

p.terms {
    font-size: 11px;
}

p.terms a {
    text-decoration: underline;
    color: #3d54d9;
}

.status_text {
    font-weight: bolder;
    display: inline-block;
    font-size: 12px;
    /* border: 1px solid #ddd; */
    background: #c5c5c5;
    border-radius: 15px;
    padding: 4px 8px;
    margin: 3px;
}

.status_text.status1 {
    background: #1fa53e;
    color: #fff;
}

.status_text.status3 {
    color: #ffffff;
    background: #f16161;
}

.form-group.has-error input {
    /* background: #ffe1e1; */
    /* border: 1px solid #ff9d9d; */
}

.form-group.has-error .help-block {
    color: #ff6464;
}

.help-block {
    font-size: 12px;
}

.fade.in {
    opacity: 1;
}

.actions-link {
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 10px;
}

.blog-header {
    background: url(../img/header-blog-bg.jpg);
}

input[name="query"] {
    padding: 8px 15px;
    border: 1px solid #dee2e6;
    color: #666;
    margin-bottom: 15px;
}

a.back {
    line-height: 3;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #d2d2d2;
}

#appPromotion {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

div#appPromotion img {
    width: 100%;
}

.hint {
    font-size: 11px;
    color: #adadad;
}


.advert_prop.enabled {
    background: #47C7B5;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    font-weight: bold;
    margin: 3px 0;
}

.advert_prop.disabled {
    background: #e6e6e6;
    color: #949494;
    display: inline-block;
    padding: 2px 15px;
    text-decoration: line-through;
    margin: 3px 0;
}

.box-thumb-index{
    padding-bottom: 40px;
}