

/*=========================
 Web Developer BAPPY
============================*/

/*
=============
 Global
=============
*/

i{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

a{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.section-title.style7 .title {
    margin: 0 0 0;
    font-size: 46px;
    text-transform: capitalize;
    color: #1e1e1e;
}

.dreamit-button.style6 .button {
    display: inline-block;
    background: #c19d68;
    padding: 15px 28px;
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Lora', serif;
    z-index: 1;
    border: 1px solid #c19d68;
    transition: 0.5s;
    position: relative;
}
.dreamit-button.style6:before {
    position: inherit;
    content: "";
    width: 30px;
    height: 1px;
    left: 0;
    bottom: -11px;
    background: #c19d68;
    margin: auto;
}
.dreamit-button.style6 .button:after {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    height: 1px;
    width: 40px;
    background: #af9556;
    border-radius: 0;
    transition: .5s;
}

.dreamit-button.style6 .button:hover:after {
    width: 100%;
    transition: .5s;
}
.dreamit-button.style6 .button:hover {
    color: #af9556;
    border: 1px solid #c19d68;
    transition: 0.5s;
}



.tourism .booking-input-box {
    position: inherit;
    width: 27%;
    display: inline-block;
}
.tourism .booking-input-box p{
    margin: 0 !important;
}
.tourism {
    width: 65%;
    margin: auto;
    border: 1px solid #b9bab6;
    padding: 13px 30px 0px;
    position: relative;
}

.tourism .booking-buttons p {
    margin: 0 !important;
}


.tourism .booking-input-box input {
    width: 78% !important;
    height: 50px;
    outline: 0 !important;
    background: transparent;
    border: transparent !important;
    color: #acacac;
    padding: 0 6px 0 0 !important;
    text-transform: uppercase;
    font-size: 14px;
}

.tourism .booking-input-box select {
    width: 78%;
    height: 50px;
    outline: 0;
    background: transparent;
    border: transparent;
    color: #acacac;
    text-transform: uppercase;
    font-size: 14px;
}

.tourism .booking-input-box h4 {
    font-size: 22px;
    line-height: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Lora";
    margin-left: 3px;
}

.tourism input.wpcf7-form-control.wpcf7-submit.has-spinner.from-control {
    background-color: #af9556;
    border: none;
    padding: 32px 46px;
    color: #fff;
}
.tourism .booking-buttons {
    position: absolute;
    right: -61px;
    bottom: -1px;
}

.section-title.style7 .description {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    width: 100%;
    margin: 4px auto 0;
}


.vvv .single-video.style-one .video-icon a, .single-video.style-two .video-icon a {
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .5s;
    display: inline-block;
    background: #C19E68;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 25px;
    border-radius: 4%;
    position: relative;
}


.vvv .single-video.style-one .video-icon a:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    left: 0px;
    top: 0px;
    border: 1px solid #af9556;
    border-radius: 4%;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
}

span.pbgcolor {
    background: #C19D68;
    color: #fff;
    padding: 5px 0;
}
span.bbgcolor {
    background: #d8d8d8;
    padding: 5px 0;
}
span.cbgcolor {
    background: #000;
    color: #fff;
    padding: 5px 0;
}
.turi .icon-box.style3 .icon-box-content .title {
    font-family: var(--title-font);
    margin: 0 0 0;
    color: #af9556;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 22px;
    transition: .5s;
}

.turi .icon-box.style3:hover .icon-box-content .title {
    color: #1e1e1e;
    transition: .5s;
}
.turi .icon-box.style3:hover .img-icon img {
    filter: brightness(2) invert(1);
    transition: .5s;
}


.tur-video .icon-box.style3 .icon i {
    font-size: 25px;
    /* height: 20px; */
    /* width: 20px; */
    line-height: 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    color: #1e1e1e;
    padding: 14px 18px;
}

.tur-video .icon-box.style3 .icon-box-content .title {
    font-size: 20px;
    font-family: var(--title-font);
    margin: 0 0 0;
    color: #1e1e1e;
    font-weight: 600;
    font-size: 14px;
}

.tur-video .icon-box.style3 .icon-box-content .description {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.turis .section-title.style2.center .title {
    margin: 0 0 0;
    font-size: 46px;
    line-height: 47px;
    text-transform: capitalize;
    color: #1e1e1e;
}

.service_room_two.style1 {
    background-color: #fff;
}
.service_room_two.style1 .room_img img {
    width: 100%;
}

.service_room_two.style1 .service_room_body {
    padding: 25px 30px 35px;
}

.service_room_two.style1 .room_pricings {
    margin-left: 10px;
}
.service_room_two.style1 .room_pricings span {
    color: #c19d69;
    font-size: 15px;
    font-weight: 500;
}
.service_room_two.style1 .room_star {
    display: flex;
    align-items: center;
}

.service_room_two.style1 .reviews_rating .testi-star i.active {
    color: #c29e6a;
}
.service_room_two.style1 .iconrapper {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f4f4f4;
    padding: 0px 0px 25px;
}

.service_room_two.style1 .service_room_body p {
    margin: 21px 0px 25px;
}
.service_room_two.style1 h4 {
    margin: 0px 0px 0px 9px;
    color: #1e1e1e;
    font-size: 14px;
    font-family: 'Lora', serif;
}

.service_room_two.style1 .service_room_body h3 {
    color: #1e1e1e;
    font-size: 22px;
    font-family: 'Lora', serif;
    font-weight: 500;
    margin: 13px 0px 20px;
    transition: .5s;
}

.service_room_two.style1 .service_room_body h3:hover {
    color: #af9556;
    transition: .5s;
}

.service_room_two.style1 .service_room_body h3:hover {
    color: #af9556;
    transition: .5s;
}
.service_room_two.style1 .bottom-content .room_btn a {
    color: #af9556;
    margin-right: 30px;
    font-size: 16px;
    font-weight: 500;
}
.service_room_two.style1 .bottom-content {
    display: flex;
    align-items: center;
}
.service_room_two.style1 .bottom-content .iconrapper-two {
    color: #af9556;
    margin-left: 10px;
}

.service_room_two.style1 .bottom-content .iconrapper-two h4 {
    color: #c19d68 !important;
}

.testimonial.style7 .single_testi_seven .author img {
    width: 64px;
}
.testimonial.style7 .single_testi_seven .author img{
    text-align: center;
    display: inline-block;
}
.testimonial.style7 .single_testi_seven {
    text-align: center;
}

.testimonial.style7 .single_testi_seven .bio h5.designation {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}

.testimonial.style7 .single_testi_seven .reviews_rating i.active {
    color: #af9556;
}


.testimonial.style7 .single_testi_seven p.quote {
    font-size: 18px;
    margin: 36px 0px 27px;
}

.testimonial.style7 .single_testi_seven h4.name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}


.icon-box.style8 {
    text-align: center;
    padding: 38px 10px 15px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}


.icon-box.style8:before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    background-color: #af9556;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: .5s;
}

.icon-box.style8:hover:before {
    height: 100%;
    width: 100%;
    transition: .5s;
}

.icon-box.style8 h4.title {
    font-size: 22px;
    font-weight: 500;
    margin: 12px 0px 15px;
    font-family: 'Lora', serif;
    color: #1e1e1e;
    transition: .5s;
}

.icon-box.style8:hover h4.title {
    color: #fff;
    transition: .5s;
}

.icon-box.style8 p.description {
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    transition: .5s;
}

.icon-box.style8:hover p.description {
    color: #fff;
    transition: .5s;
}

.icon-box.style8 .img-icon img {
    transition: .5s;
}
.icon-box.style8:hover .img-icon img {
    filter: brightness(0) invert(1);
    transition: .5s;
}


.tourism-two .form-inner .form-group .form-control {
    border: 0;
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid #ddd;
    width: 100%;
    height: 55px;
    padding-left: 25px;
    background: #fff;
    border-radius: 0;
    color: #232323;
    border: 1px solid #af9556;
    transition: 0.5s;
}


.tourism-two .form-inner .form-group .buttons input {
    padding: 13px 25px;
    background: #af9556;
    display: block;
    color: #fff;
    border-radius: 1px;
    width: 100%;
    cursor: pointer;
    text-align: left;
    transition: .5s;
    border: none;
    font-family: 'Lora', serif;
}

.blog-post.style7.blog_style_seven .single_blog_adn .user_url {
    margin-right: 40px;
}
.blog-post.style7.blog_style_seven .single_blog_adn .em-blog-content-area_adn {
    position: relative;
    padding: 22px 0px 6px 25px;
}

.blog-post.style7.blog_style_seven .single_blog_adn .date-comment {
    display: flex;
}

.blog-post.style7.blog_style_seven .single_blog_adn .em-blog-content-area_adn .royella-blog-meta-left {
    position: absolute;
    right: 30px;
    top: -40px;
    background-color: #af9556;
    color: #fff;
}

.blog-post.style7.blog_style_seven .single_blog_adn .em-blog-content-area_adn .royella-blog-meta-left span {
    background-color: #af9556;
    color: #fff;
    margin-right: 0px;
    font-family: 'Lora', serif;
    font-size: 22px;
    width: 107px;
    padding: 4px 10px;
    line-height: 1.5;
}

.blog-post.style7.blog_style_seven .single_blog_adn .blog-page-title_adn h2 a {
    font-size: 22px;
    font-family: 'Lora', serif;
    margin-right: 15px;
}

.blog-post.style7.blog_style_seven .single_blog_adn .blog-page-title_adn h2 {
    line-height: .9;
}

.blog-post.style7.blog_style_seven .single_blog_adn {
    background-color: #fff;
}


.blog-post.style7.blog_style_seven .single_blog_adn .royella-blog-readmore a {
    padding-bottom: 17px;
    display: inherit;
    background-color: #f3efe6;
    padding: 7px 25px;
    margin: 25px 0px 25px;
    transition: .5s;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 600;
}

.blog-post.style7.blog_style_seven .single_blog_adn .royella-blog-readmore a:hover {
    background-color: #af9556;
    color: #fff;
    transition: .5s;
}

.blog-post.style7.blog_style_seven .single_blog_adn .royella-blog-readmore a i {
    float: right;
}














