 /*
Theme Name: Adventura 
Theme URI: https://wp.dreamitworld.com/adventura/
Description: Adventura - Hiking Mountain & Travel Trekking Camping WordPress Theme
Author: Dream IT
Author URI: https://www.templatemonster.com/authors/dreamit/
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 7.4
Tags: custom-menu, editor-style, featured-images
Text Domain: adventura
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*---------------------------------------- Don't change any css from here. If you need to change, Please use child theme. ------------------------------------------*/
 img {
     max-width: 100%;
}
 .box.wrapper {
     max-width: 1200px;
     margin: auto;
     background: #fff;
     -webkit-box-shadow: 0px 0px 5px #ddd;
     box-shadow: 0px 0px 5px #ddd;
}
 .template-home-wrapper {
     overflow: hidden;
}
 .fix {
     overflow: hidden;
}
 .clear_both {
     clear: both;
}
 fff .lead{
     font-weight:400;
}
 .form-group {
     margin-bottom: 20px;
}

textarea#comment {
    WIDTH: 100%;
    background: #fff;
    height: 190px;
    border: 1px solid #eee;
    padding: 6px 0 0 20px;
}

p.form-submit input {
    background: #14212B;
    border: 0;
    display: inline-block;
    text-align: left;
    padding: 14px 39px;
    border-radius: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
}

/*===================== adventura HEADING TOP AREA CSS =========================*/
/* LEFT RIGHT CSS */
 .em40_header_area_main.hdisplay_none {
     display: none;
}
.adventura-header-top {
    background: #001819;
    padding: 18px 0 18px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
} 
 .top-address p {
     margin-bottom: 0;
     font-size: 12px;
     display:inline-block;
}
 .top-address p span, .top-address p a {
     margin-right: 20px;
}
.top-address p span i, .top-address p a i {
    font-size: 15px;
    color: #937a4b;
    margin-right: 10px;
}
 .top-address p a {
     display: inline-block;
     text-decoration: none;
     -webkit-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}
/* TOP RIGHT CSS */
.top-address span {
    color: #fff;
    padding: 0 0 0 10px;
    position: relative;
    z-index: 1;
}
.top-address img {
    position: relative;
    top: 5px;
}
.top-right-menu {
    float: right;
}
.top-right-menu ul.social-icons {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.top-right-menu span {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0;
}
.top-right-menu span:before {
    position: absolute;
    content: "";
    left: -45px;
    top: 13px;
    height: 2px;
    width: 35px;
    background: #937a4b;
}
 .top-right-menu ul.social-icons li {
     display: inline-block;
     margin-left: 5px;
     position: relative;
}
.top-right-menu ul.social-icons li a {
    font-size: 15px;
    color: #1773ea;
    font-size: 14px;
    font-weight: 400;
    margin: 0 10px;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 29px;
    border-radius: 50%;
    background: #ffff;
    text-align: center;
}
.top-right-menu ul.social-icons li:nth-child(2) a{
    color:#03A4EC;
}
.top-right-menu ul.social-icons li:nth-child(3) a{
    color:#F75E3E;
}
.top-right-menu ul.social-icons li:nth-child(4) a{
    color:#DD4E85;
}
.top-right-menu ul.social-icons li a:last-child{
    margin-right:0;
}
.top-address p a, .top-address p span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.top-right-menu .social-icons li a:hover, .top-right-menu .social-icons li a i:hover {
    color: #937a4b;
}
 .top-both-p0 .top-address p a, .top-both-p0 .top-address p span {
     margin-right: 0px;
     margin-left: 12px;
}
 .right_menu_button {
     text-align: right;
}
 .login_button {
     font-size: 12px;
     text-transform: uppercase;
     color: #fff;
     border: 1px solid #fff;
     display: inline-block;
     padding: 0px 17px;
     margin-left: 10px;
     font-weight: 500;
     -webkit-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
     line-height: 24px;
}
 .login_button.active, .login_button:hover {
     background: #333;
     border-color: #333;
     color: #fff;
}
 .header-support {
     margin-top: 11px;
     margin-left: 14px;
     display:inline-block;
}
 .header-support a {
     color: #fff;
     font-weight: 500;
     background: #937a4b;
     padding: 8px 21px;
     border-radius: 30px;
     display: inline-block;
     position: relative;
     z-index: 1;
}
 .header-support a:before{
     position:absolute;
     left:0;
     top:0;
     height:100%;
     width:0%;
     content:"";
     background:#161a33;
     border-radius:30px;
     z-index:-1;
     -webkit-transition:.3s;
     -o-transition:.3s;
     transition:.3s;
}
 .header-support a:hover::before{
     width:100%;
}
 .header-support b {
     font-weight: 400;
     font-size: 17px;
     color: #565872;
}
 .header-support i {
     margin-right: 12px;
     display: inline-block;
}
/* sub menu css */
 .top-right-menu ul .sub-menu {
     position: absolute;
     left: 0px;
     top: 100%;
     visibility: hidden;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     border-top: 1px solid #f00;
     width: 150px;
     -webkit-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
     text-align: left;
     background: #fff;
     z-index: 1;
}
 .top-right-menu ul.social-icons li:hover .sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
}
 .top-right-menu ul .sub-menu li {
     padding: 5px 0px 0px 5px;
}
 .top-right-menu ul .sub-menu li a {
     font-size: 12px;
}
 .top-right-menu ul .sub-menu ul {
     display: none;
}
 .top-welcome p {
     padding: 0px;
     margin: 0px;
}
 .top-address a {
     margin-right: 5px;
     color: #43342c;
}
 .top-address.em-login a+a {
     margin-right: 0;
}
 .top-address.em-login p a i, .top-address.em-login p a i {
     margin-right: 5px;
}
 .top-address.em-login a+a:before {
     content: "|";
     margin-right: 12px;
}
/* .txtc {
     text-align: center;
}
 .text-center {
     text-align: center;
}*/
/* .text-center {
     text-align: left!important;
}*/
 .text-left {
     text-align: left;
}
 .text-right {
     text-align: right;
}
 .top-address a:hover{
     color:#fff;
}
/* top opening */
 .top-address.menu_18 span {
     background: #fff;
     padding: 8px 15px 9px;
     display: inline-block;
     color: #333;
}
 .top-right-menu ul.social-icons.menu_18, .top-right-menu ul.social-icons.menu_19 {
     padding: 7px 0;
}
 .em-login.menu_18, .em-quearys-top.menu_19 {
     padding: 7px 0;
}
/* top quearys */
 .em-top-quearys-area {
     position: relative;
     display: inline-block;
}
 .em-header-quearys {
     list-style: none;
}
 .em-quearys-menu i {
     border-radius: 3px;
     display: inline-block;
     height: 30px;
     text-align: center;
     width: 30px;
     line-height: 30px;
     font-size: 13px;
     cursor: pointer;
     color: #fff;
     margin-top: 0px;
     background: #937a4b;
}
 .heading_style_3 .hbg2 .em-quearys-menu i {
     color: #333;
}
 .em-quearys-inner {
     position: absolute;
     right: 15px;
     top: 36px;
     z-index: 999;
     display: none;
     -webkit-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
}

 .em-quearys-form {
     background-color: #f5f5f5;
     width: 363px;
     float: right;
     border-radius: 30px;
}
 .top-form-control {
     position: relative;
}
 .em-quearys-inner::before {
     position: absolute;
     right: 1px;
     top: -11px;
     width: 47px;
     height: 47px;
     text-align: center;
     width: 0;
     height: 0;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-bottom: 8px solid #937a4b;
     content: " ";
}
 .top-form-control input {
     background: #f4f6f9;
     color: #555555;
     font-size: 13px;
     font-weight: 300;
     height: 55px;
     padding: 0 40px 0 25px;
     width: 100%;
     border: none;
     -webkit-transition: 1s;
     -o-transition: 1s;
     transition: 1s;
     border-radius: 30px;
}
 .top-form-control button.top-quearys-style {
     position: absolute;
     right: 0;
     top: 50%;
     background: 0 0;
     font-size: 16px;
     border: none;
     color: #937a4b;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     height: 100%;
     background: #937a4b;
     width: 58px;
     border-radius: 0 30px 30px 0;
     text-align: center;
}
 .top-quearys-style i {
     font-size: 18px;
     color: #fff;
}
 .em-s-hidden {
     display: none !important;
}
/* address left right icon */
 .top-right-menu.litop {
     float: left;
}
/* mobile logo */
 .mobile_menu_logo.text-center {
     padding: 20px 0;
}
 .tr_search .em-quearys-menu i {
     color: #fff;
}
/* Style 7 Top Bar */
 .top-right-address p {
     margin-bottom: 0;
     font-size: 12px;
     display: inline-block;
}
 .top-right-address .social-icons {
     display: inline-block;
     margin: 0;
     padding: 0;
     list-style: none;
     position: relative;
}
 .top-right-address .social-icons li {
     display: inline-block;
     margin-left: 17px;
     color: #fff;
     font-size: 14px;
}

/*======================= adventura HEADING NAV AREA CSS ========================*/
.adventura-main-menu {
    position: relative;
}
 .mean-container{
     overflow:hidden;
}
 .mean-container .mean-bar {
     padding: 0;
}
.mean-container .mean-nav {
    background: #937a4b none repeat scroll 0 0;
    float: none;
}
 .mean-container .mean-nav>ul>li:first-child {
     border-top: 0px solid #fff;
}
 .main_menu_div {
     position: relative;
}
 .adventura_nav_area {
     background: #ffff none repeat scroll 0 0;
}
.scroll-to-fixed-fixed .adventura_nav_area {
    box-shadow: 0 0 3px rgba(0,0,0,0.10);
}
.adventura-nav-menus {
    text-align: right;
}
.adventura_menu {
    text-align: right;
    display: inline-block;
}
.adventura-main-menu.main.menu .adventura_menu {
    text-align: right;
}
 .container-fluid .adventura_menu {
     text-align: center;
}
.adventura-main-menu{
    text-align:right;
}
/* LOGO CSS */
.logo_area {
    text-align: left;
}
.logo {
    text-align: left;
}
 .logo a {
     font-size: 23px;
     font-weight: 600;
     display: inline-block;
}
 .logo a.retina-logo {
     display: none;
}
/* MAIN MENU CSS */
 .adventura_menu ul {
     list-style: none;
     text-align:right;
     display:inline-block;
}
 .transprent-menu .adventura_menu ul {
     list-style: none;
     text-align: center;
}
 .adventura_menu > ul > li {
     display: inline-block;
     position: relative;
}
.adventura_menu > ul > li > a {
    display: block;
    margin: 35px 18px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #232323;
    font-weight: 600;
    text-transform: Capitalize;
    font-size: 17px;
}
 .adventura_menu > ul > li > a:hover {
    color: #937a4b;
    text-decoration: none;
}

 .adventura_menu ul li:last-child a {
     margin-right: 0px;
}
 .adventura_menu > ul > li.current > a, .adventura_menu > ul > li:hover > a {
     color: #937a4b;
}
.transprent-menu .adventura_menu > ul > li > a {
    display: inline-block;
    transition: .5s;
    font-size: 16px; 
    color: #fff;
}
.transprent-menu .adventura_menu > ul > li > a:hover {
    color: #937a4b;
}

/*style two transparent menu*/
.adventura-main-menu.transprent-menu.style-two .trp_nav_area {
    padding: 0 64px;
    border-bottom: 1px solid rgba(255,255,255,0.10196078431372549);
}
.adventura-main-menu.transprent-menu.style-two .adventura_menu>ul>li>a {
    color: #fff;
    margin: 30px 15px;
}
.transprent-menu.style-two .hbg2 {
    background: #101210;
    box-shadow: none;
}

.adventura-main-menu.transprent-menu.style-two a.dtbtn {
    background: rgba(16,18,16,0); 
    border: 1px solid rgba(255,255,255,0.3);
}
.adventura-main-menu.transprent-menu.style-two .logo a.retina-logo {
    display: block;
}

/* Style Two */
.adventura-main-menu.style-two .row.header-bg {
    background: #282520;
    border-radius: 10px;
    /* height: 110px; */
    padding: 0 18px;
    box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
    z-index: 1;
    text-align: right;
    border: 1px solid #937a4b;
}
.adventura-main-menu.style-two .hbg2 {
    background-color: transparent;
    box-shadow:none;
}
.adventura-main-menu.style-two .trp_nav_area {
    border:0;
}

/* transparent 2 */
.trp_nav_area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 0 64px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}.Rectangle_794 {
    border-width: 1px;
    border-color: rgb(147, 122, 75);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(40, 37, 32);
    position: absolute;
    left: 277px;
    top: 10px;
    width: 1365px;
    height: 107px;
    z-index: 858;
  }
  
 .trp_nav_area.full-width {
     padding: 37px 100px 37px 100px;
}
 .trp_nav_area.full-width.hbg2 {
     padding: 7px 20px 10px;
}
/* Sticky MENU CSS */
 #sticky-header {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     z-index: 999;
     transition: .5s;
     padding: 18px 0 9px;
}
/* Skyty Menu */
 .sticky-nav {
     left: 0;
     margin: auto;
     position: fixed !important;
     top: 0;
     width: 100%;
     box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
     z-index: 9999;
     -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
     animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
     -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
     transition: .5s !important;
}
/* stycky nav js */
 .transprent-menu.menu4 {
     position: relative;
}
 .transprent-menu .adventura_nav_area {
     left: 0;
     right: 0;
     top: 0;
     z-index: 9999;
     background-color: transparent;
     -webkit-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
     position: absolute;
}
 .adventura_nav_area.postfix {
     -webkit-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}
 .adventura_nav_area.prefix, .hbg2 {
     -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
     box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}
 .heading_style_3.tr_btn .prefix .adventura_menu > ul > li > a:hover, .heading_style_3.tr_btn .hbg2 .adventura_menu > ul > li.current a {
     color: #937a4b;
}
 .heading_style_3 .prefix .adventura_menu > ul > li > a:hover, .heading_style_3 .hbg2 .adventura_menu > ul > li.current a {
     color: #937a4b;
}
 .heading_style_3 .adventura_nav_area.prefix .em-quearys-top.msin-menu-search .em-quearys-menu i {
     color: #fff;
}
 .tr_white_btn .hbg2 {
     background:#937a4b !important;
}
 .tr_white_btn .hbg2 .adventura_menu > ul > li > a {
     color: #fff !important;
}
/* LOGO LEFT RIGHT CSS */
 .logo-right .logo {
     text-align: right;
}
 .logo-right .adventura_menu > ul {
     text-align: left;
}
 .logo-right .adventura_menu > ul > li:first-child a {
     padding-left: 0px;
}
 .logo-right .adventura_menu > ul > li:last-child a { 
     padding-right: auto;
}
 .search_button {
     text-align: right;
}
/* logo top */
 .logo-top .logo {
     text-align: center;
}
 .logo-top .adventura_menu > ul {
     text-align: center;
}
 .logo-top >.adventura_menu > ul>li:last-child a {
     padding-right: auto;
}
/* sub menu style */
.adventura_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 235px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #937a4b;
    opacity: 0;
    z-index: 22;
}
 .adventura_menu ul li:hover >.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}
 .adventura_menu ul .sub-menu li {
     position: relative;
}
.adventura_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #211e3b !important;
}
 .adventura_menu ul .sub-menu li:hover>a, .adventura_menu ul .sub-menu .sub-menu li:hover>a, .adventura_menu ul .sub-menu .sub-menu .sub-menu li:hover >a, .adventura_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
     color:#937a4b;
}
 .adventura_menu ul .sub-menu li {
     position: relative;
     -webkit-transition:.3s;
     -o-transition:.3s;
     transition:.3s;
}
.adventura_menu ul .sub-menu li:hover>a,
.adventura_menu ul .sub-menu .sub-menu li:hover>a, 
.adventura_menu ul .sub-menu .sub-menu .sub-menu li:hover>a, 
.adventura_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #937a4b;
    color: #fff !important;
    text-decoration: none;
}
.transprent-menu .trp_nav_area.hbg2 .adventura_menu > ul > li > a{
    color: #fff;
}
.transprent-menu .trp_nav_area.hbg2 .logo a.retina-logo {
    display: block;
}
.transprent-menu .trp_nav_area.hbg2 .logo a {
    display: none;
}


/* sub menu 2 */
 .adventura_menu ul .sub-menu .sub-menu {
     left:100%;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}
 .adventura_menu ul .sub-menu li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}
/* sub menu 3 */
 .adventura_menu ul .sub-menu .sub-menu li {
     position: relative;
}
 .adventura_menu ul .sub-menu .sub-menu .sub-menu {
     right: 100%;
     left: auto;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}
 .adventura_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}
/* sub menu 4 */
 .adventura_menu ul .sub-menu .sub-menu .sub-menu li {
     position: relative;
}
 .adventura_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {
}
 .adventura_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}
/* user login */
 .logged-in .transprent-menu .adventura_nav_area.prefix {
     top: 32px;
}
 .logged-in .trp_nav_area.hbg2 {
     top: 32px;
}
/* maing menu search */
 .top-address.em-quearys-top.text-right {
     float: right;
}
 nav.adventura_menu.main-search-menu {
     float: right;
}
 .adventura_menu.main-search-menu>ul, .em-quearys-top.msin-menu-search {
     display: inline-block;
}
 .em-quearys-top.msin-menu-search .em-quearys-menu i {
     margin-left: 20px;
     margin-top: 6px;
}
 .em-quearys-top.msin-menu-search .em-quearys-inner {
     top: 61px;
     background: #fff;
     padding: 20px;
     border-top: 3px solid #937a4b;
}
 nav.adventura_menu.main-search-menu {
    /* float: right;
     */
     text-align: center;
}
/* has menu icon */
.adventura-main-menu .menu-item-has-children>a:after {
    display: none;
    margin-left: 5px;
    content: "\f107";
    font-family: FontAwesome;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    font-size: 16px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
 .adventura-main-menu .menu-item-has-children .menu-item-has-children>a:after {
     margin-left: 8px;
     content: "\f105";
}
/* HEADER BUTTON */
.donate-btn-header {
    display: inline-block;
    margin-left: 35px;
}
.donate-btn-header a.dtbtn {
    padding: 13px 30px;
    font-weight: 400;
    background: rgb(147, 122, 75);
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    border-radius: 10px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(147, 122, 75);
}
.donate-btn-header a.dtbtn:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: rgb(11, 11, 10);
    border-radius: 10px 10px 0 0;
    z-index: -1;
    transition: .5s;
}
.donate-btn-header a.dtbtn:hover:before {
    height: 50%;
}
.donate-btn-header a.dtbtn:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: rgb(11, 11, 10);
    border-radius: 0 0 10px 10px;
    z-index: -1;
    transition: .5s;
}
.donate-btn-header a.dtbtn:hover:after {
    height: 50%;
}
.donate-btn-header a.dtbtn i {
    font-size: 10px;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    transition: .5s;
    background: rgb(248, 244, 239);
    color: rgb(147, 122, 75);
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
}
.donate-btn-header a.dtbtn:hover i {
    background: rgb(147, 122, 75);
    color: rgb(248, 244, 239);
}


/*========== adventura BLOG AREA CSS =========*/

.adventura-blog-area, .adventura-blog-index {
    background: #fff;
    padding: 100px 0 56px;
}
.adventura-blog-index.blog-area.adventura-blog-area.blog-grid-item {
    padding: 100px 0 56px;
}
.adventura-blog-index.blog-area.adventura-blog-area.blog-grid-item {
    padding: 90px 0 56px;
}
.adventura-single-blog {
    margin-bottom: 30px;
    text-align: left;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    text-align: left;
    border: 1px solid #e6e0d6;
    border-radius: 0 0 10px 10px;
}
.adventura-single-blog {
    text-align: left;
    border-radius: 15px;
}
.adventura-blog-thumb {
    position: relative;
}
.adventura-blog-content-area {
    padding: 26px 31px 35px;
    position: relative;
    overflow: hidden;
}
 .blog-page-title h2 {
     font-size: 1.5625rem;
}
.blog-page-title h2, .blog-page-title h2 a {
    font-size: 24px;
    color: initial;
    text-decoration: none;
    margin: 10px 0 10px;
    transition: .3s;
    letter-spacing: 0px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 35px;
}
.blog-lists .blog-page-title h2, 
.blog-lists .blog-page-title h2 a {
    font-size: 30px;
}
.single-blog-content {
    overflow: hidden;
}
 .adventura-blog-thumb img {
    border-radius: 15px;
}

 .blog-page-title h2:hover, .blog-page-title h2 a:hover{
     color:#937a4b;
}
.adventura-blog-meta-top {
     padding-top: 5px;
     position: absolute;
     left: 20px;
     top: 20px;
}
 .adventura-blog-meta-top li {
     display: inline-block;
     margin-right: 10px;
}
.adventura-blog-meta-left a, .adventura-blog-meta-left time, .adventura-blog-meta-left span {
    transition: 0.5s;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
    color: rgb(11, 11, 10);
}
.adventura-blog-meta-left a:hover, 
.adventura-blog-meta-left time:hover, 
.adventura-blog-meta-left span:hover {
    color: #937a4b !important;
}

 .adventura-blog-meta-left a:last-child:before{
     display:none;
}
.adventura-blog-meta-top li a {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffff;
    padding-top: 2px;
    background: #937a4b;
    padding: 6px 16px;
    border-radius: 30px;
    border-radius: 4px;
}
 .blog-content-bottom-meta img {
     width: 30px;
     border-radius: 100%;
}
.blog-readmore a {
    background: #937a4b;
    color: #fff;
    display: inline-block;
    padding: 11px 24px;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 10px;
    z-index: 1;
    position: relative;
    transition: .5s;
}
.blog-readmore a:hover{
    color:#fff;
}
.blog-readmore a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #10102E;
    border-radius: 5px;
    transform: scale(0);
    transition: .5s;
}
 .blog-readmore a:hover:before {
     transform: scale(1);
}
.blog-author {
    border-top: 1px solid #e6e9f0;
    padding: 18px 31px 18px;
}
.blog-author a {
    color: #232323;
}
.blog-author i {
    display: inline-block;
    color: #937a4b;
    font-size: 14px;
    margin-right: 6px;
}

/* Blog Grid Style */
.custom_container {
    max-width: 1320px;
    margin: 0 auto 0;
    padding: 0 0 0;
}
 .blog-grid .adventura-blog-meta-left a, .blog-grid.adventura-blog-meta-left time, .blog-grid .adventura-blog-meta-left span {
     margin-right: 13px;
}
.adventura-blog-index.blog-area.adventura-blog-area .blog-grid .adventura-blog-meta-left i {
    margin-right: 12px;
}
/* Blog Details Css */
.blog-left-side {
    position: sticky;
    top: 60px;
}
.adventura-single-blog-details-inner {
    background: #fff;
    padding: 39px 45px 49px;
    border: 1px solid #ddd;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.adventura-single-blog-details-inner .blog_details_title .title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 0;
}
.adventura-single-blog-details-inner .adventura-blog-meta-left {
    margin-bottom: 15px;
}
 .single-blog-title {
     font-size: 1.5625rem;
     font-family: montserrat;
     color: initial;
     text-decoration: none;
     color: #333;
     margin: 0px 0 11px;
}

.adventura-blog-social {
    padding-top: 40px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    margin-top: 40px;
    display: none;
}
 .adventura-single-icon-inner {
     text-align: left;
}
 .adventura-single-icon-inner a i {
     border: 1px solid #e6e6e6;
     color: #565872;
     display: inline-block;
     font-size: 15px;
     height: 40px;
     line-height: 41px;
     margin: 0 9px 0 0;
     text-align: center;
     width: 40px;
     border-radius: 5px;
}
 .adventura-single-icon-inner a i:hover {
     background: #937a4b;
     border-color: #937a4b;
     color: #fff;
}
 a.detail-link i {
     margin-left: 0px;
}
.adventura-blog-meta-left i {
    color: #937a4b;
    margin-right: 8px;
    font-size: 16px;
}
.adventura-single-blog-details ul {
    padding-left: 0;
    list-style: none;
}
.adventura-single-blog-details ol {
    padding-left: 19px;
}
.post-details-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 0;
}
.post-details-category a {
    font-size: 16px !important;
    color: var(--conliz-black);
    color: #6d6d6d;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #dad7d7;
    display: inline-block;
    padding: 0 8px 0 8px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-transform: capitalize;
    border-radius: 3px;
}
.post-details-category a:hover{
	color:#937a4b;
	border-color:#937a4b;
}
.post-tags .tags a:hover{
	color:#937a4b;
}
.post-tags .tags,
.post-details-category .post-categories {
    list-style: none;
    display: inline-block;
}
.post-tags h4, 
.post-details-category h4 {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}
.post-details-category .post-categories li{
    display:inline-block;
}
/* Next And Prev CSS */
 .next-prev-post {
     overflow: hidden;
     padding: 45px;
     border: 1px solid #ddd;
     border-radius: 10px;
     margin: 30px 0;
}
 .nav-previous {
     display: inline-block;
     float: left;
}
 .nav-next {
     float: right;
}
 .nav-previous a, .nav-next a {
     display: inline-block;
     border: 1px solid #ddd;
     padding: 12px 30px;
     border-radius: 6px;
     color: #666;
     font-weight: 400;
     transition:.5s;
}
 .nav-previous a:hover, .nav-next a:hover {
     color: #fff;
     background:#937a4b;
     border-color:#937a4b;
}
 .nav-previous a i{
     margin-right:5px;
}
 .nav-next a i{
     margin-left:5px;
}
/* Post Author */
.author-bio {
    padding: 28px 45px 21px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-top: 50px;
}
.author-img {
    overflow: hidden;
    margin-right: 25px;
}
 .author-img img {
     border-radius:100%;
}
 .author-text h3 {
     font-size: 20px;
     color: #232323;
     font-weight: 600;
     text-transform: capitalize;
     margin-bottom: 10px;
}
 .author-text h3 a{
     color:inherit;
}
/*======================== adventura COMMENT AREA CSS =========================*/
/* POST REPLY CSS */
 .comments {
     padding-bottom: 5px;
}
 .post_comment {
     margin: 20px 0 10px 0;
     padding: 0 10px;
}
 .commment_title h3 {
     margin-bottom: 20px;
     position: relative;
     margin-top: 0;
     font-size: 1.25em;
     font-size: 25px;
}
 .commment_title small{
     font-size: 60%;
}
 .post_replay_inner {
     word-wrap: break-word;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin-bottom: 20px;
}
 .mgl-30 {
     margin-left: 30px;
}
 .post_reply_thumb {
}
.post_reply_thumb img {
    border-radius: 100%;
}
 .post_replay {
     margin-top: 30px;
}
 .post_reply {
     padding-left: 15px;
     width: 100%;
     position: relative;
}
 .post_reply div.st {
     font-size: 18px;
     font-weight: 400;
}
 .post_reply div.st a {
     color: #222;
     font-size: 15px;
     display: inline-block;
     padding-bottom: 7px;
     text-transform: capitalize;
     font-weight: 500;
}
 .reply_date {
     overflow: hidden;
     margin-bottom: 15px;
}
 .reply_date span.span_left {
     font-size: 13px;
     color: #777;
     display: block;
}
.reply_date span.span_right {
    float: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    right: 0;
    background: #937a4b;
    padding: 5px 13px;
    transition: .3s;
    border-radius: 3px;
    color: #fff;
}
 .reply_date span.span_right:hover{
     background:#937a4b;
}
 .post_reply p {
}
.comments-area {
    background: #F9F7F3;
    margin: 30px 0;
    padding: 50px 45px 55px;
    border-radius: 10px;
}
 .comment-list .comment .comment{
     margin-left: 85px;
}
 .comment-list .comment .comment .post_comment{
     border-bottom:transparent;
}
 .comments-area .children {
     margin-left: 90px;
}
 .post_comment .post_comment {
     margin-left: 15px;
}
/* COMMENT FORM CSS */
 .comment-form-cookies-adventurat input[type="checkbox"], .comment-form-cookies-adventurat input[type="radio"] {
     margin: 4px 0 0;
     margin-top: 1px;
     line-height: normal;
     margin-right: 10px;
}
 .comment_field input[type="text"] {
}
 .comment_field input[type="email"] {
}
 .em-theme-main-page .commment_title h3 {
     margin-top: 0px;
}
 .logged-in-as {
     margin-bottom: 10px;
     margin-top: 25px;
}
 .logged-in-as a {
     color: #333;
}

.logged-in-as a:hover{
	color:#937a4b;
}
 a.comment-edit-link {
     margin-bottom: 12px;
     display: inline-block;
}
 .em-theme-main-page .comments-area {
     margin-top: 40px;
     clear: both;
}
.comments-area button {
    background: #937a4b;
    color: #fff;
    padding: 13px 30px;
    border-radius: 7px;
    transition: .5s;
    border-radius: 30px;
    margin-top: 20px;
}
.comments-area button i {
    margin-left: 5px;
    font-size: 11px;
}
.em-theme-main-page .comments-area{
    display: none;
}

/* Contact Form Css */
.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: 50px;
    padding-left: 25px;
    background: #f9f9f9;
    border-radius: 5px;
    color: #232323;
    transition: 0.5s;
    border: 1px solid #e7dfd0;
}
textarea.form-control {
  height: 230px;
  padding: 20px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.button {
    background: #937a4b;
    color: #fff;
    border: 0;
    padding: 11px 25px;
    border-radius: 6px;
}

/*======================== adventura PAGINATION SECTION =========================*/
.paginations {
    text-align: center;
    margin-top: 20px;
}
 .page-numbers li {
     display: inline-block;
     text-align: center;
}
.paginations a, .page-numbers span.current {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 0 0;
    color: #6d6d6d;
    background: #fff;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid #ddd;
}
 .page-numbers li {
     display: inline-block;
}
 .paginations a:hover, .paginations a.current, .page-numbers span.current {
     background: #937a4b;
     border-color: #937a4b;
     color: #fff;
}
/*======================== adventura BREADCRUMB AREA CSS =========================*/
.breadcumb-area {
    padding: 175px 0 103px;
    background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.7)), url(https://html.dreamitsolution.net/adventura-demo/assets/images/resource/braitcam.png) no-repeat center/cover;
    position: relative;
    overflow: hidden;
    background: #937a4b;
}
 .breadcrumb_tran_header .breadcumb-area {
     padding: 191px 0 110px; 
}
.breadcumb-inner {
    word-wrap: break-word;
    text-align: center;
}
.breadcumb-inner h2 {
    margin: 0 0 16px;
    font-size: 50px;
    color: rgb(248, 244, 239);
    font-weight: bold;
}
.breadcumb-inner ul {
    text-align: left;
    position: relative;
    left: 0;
    display: inline-block;
    font-weight: 500;
    color: #101210;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Albert Sans";
}
.breadcumb-inner li {
    display: inline-block;
    margin: 0 4px;
    text-transform: capitalize;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-family: 'Outfit';
    transition: .5s;
}
.breadcumb-inner li:hover {
    color: rgb(147, 122, 75) !important;
}
.breadcumb-inner li i {
    font-size: 8px;
    color: rgb(255, 255, 255);
}
 .breadcumb-inner li:nth-last-child(-n+1) {
     color: #fff;
}
.breadcumb-inner li a {
    text-transform: capitalize;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-family: 'Outfit';
}
.brpt {
    text-align: center;
}
.brpt h2 {
    margin: 0 0 5px;
    font-size: 50px;
    color: rgb(248, 244, 239);
    font-weight: bold;
}
 .lcase {
     text-transform: lowercase;
}
 .ucase {
     text-transform: uppercase;
}
 .ccase {
     text-transform: capitalize;
}
 .pimgs img {
     width: 100%;
}

/*======================== adventura 404 AREA CSS =========================*/
 .not-found-area {
     background-color: #f9f9f9;
     background-position: center top;
     background-repeat: repeat;
     background-size: cover;
     padding: 0 0 16px;
}
 .not-found {
     display: table;
     width: 100%;
     text-align: center;
     background: #fff;
     margin: 70px 0;
     padding: 120px 0;
     box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
 .not-found-inner {
     display: table-cell;
     vertical-align: middle;
}
 .not-found-inner {
     font-size: 30px;
}
 .not-found-inner h2 {
     color: #937a4b;
     display: inline-block;
     font-size: 160px;
     font-weight: 700;
     line-height: 1.2;
     padding: 15px 0;
}
 .not-found-inner p {
     font-size: 30px;
}
 .not-found-inner a {
     color: #fff;
     font-size: 24px;
     margin-top: 40px;
     display: inline-block;
     background: #937a4b;
     box-shadow: 0 0 4px rgba(0,0,0,.15);
     padding: 10px 40px;
}
 .not-found-inner a:hover{
     background:#10102E;
     color:#fff;
}



/* search error */
 .adventura-search-page {
     padding-bottom: 100px;
}
 .search-error .search input {
     padding: 20px 0;
}
 .search-error .search input[type="text"] {
     padding-left: 10px;
}
 .search-error .search button {
     top: 48%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
}
 .search-error > p {
     font-size: 18px;
     margin: 14px 0 20px;
}
 .search-error > h3 {
     display: block;
     font-size: 60px;
     color: #937a4b;
}
 .search-error .search input {
     height: 54px;
     border: 1px solid #ddd;
}
 .mobile_menu_logo a {
     font-size: 23px;
     font-weight: 600;
     text-transform: uppercase;
}

/*======================== adventura cursor =========================*/
.cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: transparent;
    border: 2px solid #937a4b !important;
    mix-blend-mode: difference;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 1000;
    transition: .15s;
}
.cursor2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    background: #fff;
    mix-blend-mode: difference;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-5px, 0px);
    z-index: 1000;
    transition: .1s;
}
.grow,
.grow-small {
    transform: scale(2);
    background: #937a4b;
    mix-blend-mode: difference;
    border: none;
    transition: .5s;
    opacity: 0;
}
.grow-small {
    transform: scale(2);
}

/*======================== adventura FOOTER WIDGET SECTION =========================*/
 .footer-middle {
     padding: 148px 0 5px;
     position: relative;
     background: #937a4b;
}
 .footer-middle:before {
     left: 0;
     width: 100%;
     position: absolute;
     height: 90px;
     top: 0px;
     background: url(assets/images/footer-top-shape.svg);
     content: "";
     background-repeat: no-repeat;
     background-size: cover;
}
/* Address Widgets */
 .footer-logo img {
     margin-bottom: 1rem;
     width: 120px;
}
 .footer-logo p {
     margin: 0;
}
 .footer-sociala-icon {
     display: inline-block;
     float: left;
     font-size: 14px;
     color: #fff;
     margin-right: 10px;
     overflow: hidden;
}
 .footer-sociala-info p {
     margin: 0 0 11px;
     font-size: 14px;
     opacity: 0.8;
}
/* Custom Menu Widgets */
 .footer-middle .widget ul li {
     display: block;
     margin-bottom: 10px;
     color: #fff;
}
 .footer-middle .widget ul li a {
     font-size: 14px;
     line-height: 19px;
     color: #fff;
     opacity: 0.8;
     text-decoration: none;
}
 .footer-middle .widget ul li a:before {
     position: absolute;
     left: 0;
     top: 0;
     font-size: 15px;
     color: #686868;
     content: "\e65d";
     font-family: themify;
     display:none;
}
 .footer-middle #menu-footer-menu li {
     display:inline-block;
}
 .footer-middle #menu-footer-menu li a {
     margin-right: 10px;
}
 .menu-social-menu-container ul li {
     display: inline-block !important;
}
 .menu-social-menu-container ul li a {
     font-size: 15px;
     color: #fff;
     margin-right: 16px;
}
 .footer-middle .widget-title {
     color: #fff;
}
 .footer-middle .widget.about_us {
     margin-bottom: 15px;
}
/*======================== adventura FOOTER COPPYRIGHT SECTION =========================*/
.footer-bottom {
    background: #F6F6EE;
    padding: 23px 0 22px;
    border-top: 1px solid #ddd;
    /* border-top: 1px solid rgba(255,255,255,.23); */
}
.copy-right-text p {
    margin: 0;
    padding: 0;
    margin-top: 0;
}
 .footer-menu ul {
     list-style: none;
     margin: 0px;
     padding: 0px;
}
 .footer-menu ul li {
     display: inline-block;
}
 .footer-menu ul .menu-item {
     margin-left: 10px;
}
 .footer-menu ul .menu-item a {
     color: #686868;
     padding: 0;
     display: block;
     text-transform: capitalize;
     margin-left: 10px;
     transition: .3s;
     font-size: 14px;
}
 .footer-menu ul .menu-item a:hover{
     color:#937a4b;
}
 .footer-menu .social-icon {
     display: block;
     margin-left: 26px;
     -webkit-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
     text-align: center;
     color: #937a4b;
     opacity: 0.8;
     font-size: 18px;
}
 .footer-menu .social-icon:hover {
     opacity: 1;
}
 .footer-menu ul li:last-child a {
     padding-right: 0px;
}
 .footer_style_3 .footer-menu ul li:first-child a {
     padding-left: 0px;
}
 .footer-menu ul ul {
     display: none;
}
 .copy-right-text a {
     color: #937a4b;
}
 .copyright-social ul li {
     font-size: 16px;
     display: inline;
}
 .copyright-social ul li a {
     color: #f8f9fe;
     font-size: 14px;
}
 .copyright-social ul .policy:after {
     content: "/";
     color: #f8f9fe;
     padding-left: 10px;
     padding-right: 10px;
}
 .menu-footer-menu-container {
     display: none;
}
/*======================== adventura SCROLL TOP CSS =========================*/
#scrollUp {
    bottom: 30px;
    color: #fff;
    font-size: 32px;
    height: 55px;
    line-height: 55px;
    right: 85px;
    text-align: center;
    width: 55px;
    border-radius: 100%;
    background: #937a4b;
    transition: .3s;
}
 #scrollUp:hover{
     background:#937a4b;
}
#scrollUp i {
    color: #fff;
}
 .mc4wp-alert.mc4wp-success {
    color: #fff; 
}

/* Side bar */
.sidebar {
    display: inline-block;
    position: relative;
    left: 20px;
    top: 0px;
    width: 40px;
    height: 40px;
    line-height: 53px;
    border-radius: 50%;
}
 .sidebar {
    left: 20px;
}
.nav-btn.navSidebar-button {
    left: 0;
}
.nav-btn.navSidebar-button {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    position: relative;
    top: -2px;
    left: -22px;
}
.nav-btn.navSidebar-button i {
    font-size: 15px;
    width: 32px;
    line-height: 35px;
    height: 32px;
    border-radius: 50px;
    text-align: center;
    background: #efefef;
    display: inline-block;
    color: #232323;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    transition: .5s;
    cursor: pointer;
}
.nav-btn.navSidebar-button i:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #937a4b;
    border-radius: 50%;
    transition: .5s;
    transform: scale(0);
}
.nav-btn.navSidebar-button:hover i:after{
   transform: scale(1); 
}
.nav-btn.navSidebar-button:hover i{
    color:#fff;
}
.nav-btn.navSidebar-button {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    position: relative;
    top: 1px;
}
  span.icon.flaticon-menu-2 i {
    font-size: 20px;
    color: #000000;
  }

.sidebar-title h2 {
    font-size: 26px;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 21px;
}
.sidebar-contact-info h2 {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 600;
}
.sidebar-content-inner {
	margin-top: 40px;
}
.sidebar-contact-info ul li {
	list-style: none;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 15px;
}
.sidebar-contact-info ul li i {
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #937a4b;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}
.sidebar-social-icon {
	margin-top: 38px;
}
.sidebar-social-icon ul li {
	list-style: none;
	display: inline;
}
.sidebar-social-icon ul li a {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #0a0a0a;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
    position: relative;
    z-index: 1;
}
.sidebar-social-icon ul li a:hover {
    background: #937a4b;
    color: #fff;
}
  /*start sidebar section*/
  
.navSidebar-button span {
    display: block;
    border-top: 2px solid #0a0a0a;
    margin: 4px 3px;
    width: 22px;
}
  .navSidebar-button span.line3 {
    width: 10px;
    transition: .5s;
  }
  .sidebar:hover .navSidebar-button span.line3{
      width:22px;
  }
  .xs-sidebar-group .dt-overlay {
	/* left: 100%; */
	top: 0;
	position: fixed;
	z-index: 9999;
	height: 100%;
	opacity: 0;
	width: 100%;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in 0.8s;
	-o-transition: all 0.4s ease-in 0.8s;
	transition: all 0.4s ease-in 0.8s;
	right: 0;
	left: 0;
}
  .sidebar-logo .main_sticky_l {
    display: none;
  }

.sidebar-info-contents {
	margin-top: 40px;
}
.rpwwt-widget ul li {
    margin: 0 0 0px !important;
}
.xs-sidebar-group .widget-top {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #fff;
    opacity: 1;
    font-size: 20px;
    background: #937a4b;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.widget-top:hover .bar-close {
	transform: rotate(180deg);
    color: #181818;
}
.xs-sidebar-group .widget-top .bar-close {
    display: inline-block;
    transition: .5s;
    color: #fff;
}
  .dt-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
  }
  .xs-sidebar-group.isActive .dt-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
  }
  .xs-sidebar-group.isActive .dt-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    background: #fff;
  }
  .sidebar-textwidget {
    padding: 40px;
  }
  .close-side-widget {
    color: #edc701;
    font-size: rem(15px);
    display: block;
  }
  .sidebar-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
  .xs-sidebar-group.isActive .sidebar-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .dt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
  }
/* .bt-black {
    background: rgb(0,0,0,0.5)!important;
} */
.close {

}
/* Sidebar End */
.single-give-area {
    padding: 118px 0 118px;
    position: relative;
}
.container{
    max-width: 1320px;
    padding: 0 15px;
    margin: auto;
}
.single-give_forms .give_forms {
    margin: 0;
    max-width: 1320px!important;
}
.single-give-area .donate_give_sidebar{
    position: sticky;
    top: 100px;
}
.single-give-area .organiz-content h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    margin: 29px 0px 13px 0px;
}
.single-give-area .organiz-content h2 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0px 13px 0px;
}
.single-give-area span.icon i {
    display: inline-block;
    color: #937a4b;
    margin-right: 7px;
}
.single-give-area span.icon {
    color: #fff;
}
.single-give-area .dreamit-button.style2 .button {
    margin-top: 55px;
    margin-bottom: 17px;
}
.single-give-area .organizer-thumb {
    margin-top: 25px;
    position: relative;
}
.single-give-area .organizer-thumb:after {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    background-color: rgba(255,255,255,0);
    border: 2px solid #937a4b;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
}
.single-give-area .give-btn {
    background: #937a4b;
    border: 1px solid #ccc;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.2em;
    padding: 14px 32px;
    border-radius: 5px;
    float: right;
}

.single-give-area .row.bg {
    padding: 67px 28px 29px;
    background: #fff;
    border: 1px solid #e8eae9;
    margin-bottom: 32px;
    border-radius: 5px;
}
.single-give-area .give__progress {
  height: 7px;
  background-color: #e8eae9;
  position: relative;
  overflow: visible;
  z-index: 1;
  border-radius: 15px;
  margin-bottom: 12px;
}
.single-give-area .give__progress .give__progress-bar {
    -webkit-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -ms-transition: width 1s ease-in-out;
    height: 7px;
    background: #937a4b;
    position: relative;
    display: block;
    width: 0;
    border-radius: 15px;
}
.single-give-area .give__progress .give__progress-bar .percentage {
  position: absolute;
  bottom: 100%;
  left: 100%;
  z-index: 1;
  padding: 6px 0px;
  color: #1b3434;
  margin-bottom: 10px;
  line-height: 0;
  font-weight: 600;
  font-size: 14px;
}
.causes-one__goals span b {
    font-size: 14px;
    color: #6f7775;
    font-weight: 400;
    padding-right: 5px;
}
.causes-one__goals span {
    font-size: 15px;
    color: #1b3434;
    font-weight: 600;
}
[id*="give-form"] .give-form-title {
    margin: 0 0 15px;
    padding: 0;
    display: none;
}
.single-give-area .donations-detials-title h2 {
    font-size: 30px;
    font-weight: 700;
    padding: 0px 0 20px;
    display: inline-block;
}
.donation-description p {
    font-weight: 500;
}
.icon_list {
    margin-top: 31px;
}
.single-give-area .icon_list ul li {
    display: block;
    list-style: none;
    padding: 0 0 8px;
    font-weight: 500;
    color: #1b3434;
}
.single-give-area .icon_list ul li i {
    color: #937a4b;
    font-size: 18px;
    padding-right: 6px;
}
.single-give-area .donors-recent-main-area h2 {
    padding: 35px 0 34px;
    font-size: 24px;
    font-weight: 700;
}
.single-give-area .donors-recent-content {
    padding: 30px 50px 20px;
    background: #1b2b2b;
    border-radius: 4px;
}
.single-give-area .donors-recent-content ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-give-area .donors-recent-content ul li {
    list-style: none;
    text-align: center;
}
.single-give-area .donors-recent-content ul li .donar-title h5 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 5px 0 0;
    margin-bottom: -3px;
}
.single-give-area .donors-recent-content ul li .donar-title span {
    font-size: 14px;
    font-weight: 600;
    color: #937a4b;
    margin-top: 3px;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 img {
    border-radius: 5px;
}


/* Start Dream It Heading Css */

/* deading style one */
.heading.style1  h1.heading-text {
    margin: 6px 0 12px;
    font-size: 45px;
    color: rgb(11, 11, 10);
    font-weight: bold;
    line-height: 60px;
}
.heading.style1  h2.heading-text {
    margin: 0 0 12px;
    font-size: 45px;
    color: rgb(11, 11, 10);
    font-weight: bold;
    line-height: 60px;
}
.heading.style1 h3.heading-text {
    font-size: 26px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin: 0 0 35px;
    position: relative;
    top: -6px;
}
.heading.style1 h4.heading-text {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
    color: rgb(11, 11, 10);
}
.heading.style1 p.heading-text {
    font-size: 16px;
    color: rgb(204, 208, 215);
    font-weight: 400;
    margin: 20px 0 30px;
    line-height: 30px;
    width: 90%;
}
.heading.style1 span {
    font-size: 16px;
    color: rgb(204, 208, 215);
    font-weight: 400;
    margin: 0 0 25px;
    display: inline-block;
}

/* deading style two */
.heading.style2 h2.heading-text {
    font-size: 36px;
    color: #001819;
    font-weight: 600;
    margin: 0 0 0;
}
.heading.style2 h5.heading-text {
    font-size: 16px;
    color: rgb(62, 62, 62);
    font-weight: 400;
    margin: 9px 0 26px;
    width: 100%;
}
.heading.style2 p.heading-text {
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    margin: 0 0 0;
    width: 100%;
    line-height: 30px;
}
.heading.style2 span.heading-text {
    font-weight: 400;
    margin: 0 0 17px;
    font-size: 16px;
    color: rgb(62, 62, 62);
    width: 100%;
    line-height: 30px;
    display: inline-block;
}

/* End Dream It Heading Css */

/* Start Dream It Item List One Css */

ul.item-list.style1 {
    list-style: none;
} 

ul.item-list.style1 li {
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    margin: 0 0 0;
    padding-bottom: 17px;
}
ul.item-list.style1 li a {
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    margin: 0 0 0;
    display: inline-block;
    transition: .5s;
}

.item-list.style1 li a:hover {
    color: #fff;
}
ul.item-list.style1 li a i {
    font-size: 16px;
    color: rgb(147, 122, 75);
    display: inline-block;
    margin-right: 7px;
}
ul.item-list.style1 li i {
    font-size: 16px;
    color: rgb(147, 122, 75);
    display: inline-block;
    margin-right: 7px;
}

/* End Dream It Item List One Css */

/* Start Dream It Item List Two Css */

.item-list.style2 {
    margin-top: 33px;
}
ul.item-list.style2 {
    list-style: none;
}
ul.item-list.style2 li {
    font-size: 16px;
    color: rgb(11, 11, 10);
    font-weight: 400;
    margin-bottom: 10px;
    transition: .5s;
}
ul.item-list.style2 li i {
    color: rgb(147, 122, 75);
    font-size: 20px;
    margin-right: 5px;
}
ul.item-list.style2 li:hover {
    color: rgb(147, 122, 75);
}
  
/* End Dream It Item List Two Css */

/* Start Dream It Item List Three Css */

.item-list.style3 {}
ul.item-list.style3 {
    list-style: none;
    transition: .5s;
}
ul.item-list.style3 li {
    display: block;
    padding: 15px 20px 15px 20px;
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    transition: 0.5s;
    color: #232323;
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: .5s;
}
ul.item-list.style3 li:hover {
    background: black;
}
ul.item-list.style3 li i {
    display: inline-block;
    color: rgb(147, 122, 75);
    font-size: 18px;
    float: right;
    position: relative;
    top: 3px;
    transition: .5s;
}
ul.item-list.style3 li:hover,
ul.item-list.style3 li:hover i {
    color: #FFFF;
}

/* Start Dream It Social-links Css */

.social-links.style1 {
    text-align: right;
}
.social-links.style1 ul {
    list-style: none;
}
.social-links.style1 ul li {
    display: inline-block;
}
.social-links.style1 ul li a {
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.102);
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
}
.social-links.style1 ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    background: rgb(147, 122, 75);
    transform: scale(0);
    z-index: -1;
}
.social-links.style1 ul li a:hover:before {
    transform: scale(1);
}

/* Start service_room style1 Css */

.service_room.style1 {
    border-radius: 10px;
    transition: .5s;
    background: rgb(249, 247, 243);
    padding: 35px 40px 32px;
}
.service_room.style1 h3 {
    transition: 0.5s;
    margin: 0 0 0;
    font-size: 22px;
    color: rgb(11, 11, 10);
    font-weight: bold;
}
.service_room.style1:hover h3 {
    color: rgb(147, 122, 75);
}
.service_room.style1 h5 {
    transition: 0.5s;
    margin: 8px 0 27px;
    font-size: 16px;
    color: rgb(147, 122, 75);
    font-weight: 400;
}
.service_room.style1 .room_img {
    line-height: 0;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.service_room.style1 .room_img:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: rgb(147 122 75 / 30%);
    border-radius: 20px;
    transition: .5s;
}
.service_room.style1:hover .room_img:before {
   height: 100%;
}
.service_room.style1 .room_img img {
    width: 100%;
    transition: .5s;
}
.service_room.style1 .service_room_body {
    padding-top: 27px;
}
.service_room.style1 .service_room_body ul.features {
    list-style: none;
    margin-bottom: 10px;
}
.service_room.style1 .service_room_body ul.features li {
    font-size: 15px;
    color: rgb(62, 62, 62);
    font-weight: 500;
    display: inline-block;
    position: relative;
    /* margin-left: 20px; */
    margin-right: 15px;
}
.service_room.style1 .service_room_body ul.features li:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: urlhttps://wp.ditsolution.net/adventura/wp-content/uploads/2024/07/desti-icon.png);
    background-repeat: no-repeat;
    background-position: center left;
}
.service_room.style1 .service_room_body ul.features li.list_title_rooms {
    font-size: 14px;
    color: rgb(62, 62, 62);
    font-weight: 500;
    display: inline-block;
    position: relative;
}
.service_room.style1 .service_room_body ul.features li.list_title_rooms:before {
    position: absolute;
    content: "";
    left: -22px;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: urlhttps://wp.ditsolution.net/adventura/wp-content/uploads/2024/07/desti-icon1.png);
    background-repeat: no-repeat;
    background-position: center left;
}
.service_room.style1 .service_room_body .room_pricing span.dolar {
    display: inline-block;
    font-size: 22px;
    color: rgb(147, 122, 75);
    font-weight: 500;
    margin: 0 0 0;
}
.service_room.style1 .service_room_body .room_pricing span.title {
    display: inline-block;
    font-size: 18px;
    color: rgb(62, 62, 62);
    text-decoration: line-through;
    font-weight: 500;
    margin-left: 5px;
}
.service_room.style1 .service_room_body p {
    font-size: 16px;
    color: rgb(62, 62, 62);
    font-weight: 400;
    margin: 7px 0 30px;
    line-height: 28px;
    width: 100%;
}
.service_room.style1 .service_room_body .room_btn a {
    display: inline-block;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    background: rgb(147, 122, 75);
    padding: 9px 21px;
    border-radius: 5px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service_room.style1 .service_room_body .room_btn a i {
    font-size: 10px;
    text-align: center;
    display: inline-block;
    margin-left: 7px;
    position: relative;
    transition: .5s;
    background: rgb(248, 244, 239);
    color: rgb(147, 122, 75);
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
}
.service_room.style1 .service_room_body .room_btn a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: rgb(11, 11, 10);
    border-radius: 5px 5px 0 0;
    z-index: -1;
    transition: .5s;
}
.service_room.style1 .service_room_body .room_btn a:hover:before {
    height: 50%;
}
.service_room.style1 .service_room_body .room_btn a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: rgb(11, 11, 10);
    border-radius: 0 0 5px 5px;
    z-index: -1;
    transition: .5s;
}
.service_room.style1 .service_room_body .room_btn a:hover:after {
    height: 50%;
}
.service_room.style1 .service_room_body .room_btn a:hover i {
    background: rgb(147, 122, 75);
    color: rgb(248, 244, 239);
}


/* animation circle */
.about-shape {
    position: relative;
    left: 58px;
    bottom: 18px;
}
.about-shape-icon a {
    display: inline-block;
    background: #f8f4ef;
    width: 155px;
    height: 155px;
    line-height: 155px;
    border-radius: 50%;
    text-align: center;
}
.about-shape-icon a i {
    color: #0b0b0a;
    font-size: 38px;
    transform: rotate(320deg);
    position: relative;
    cursor: pointer;
    z-index: 1;
    display: inline-block;
}
.text-inner {
    width: 155px;
    height: 155px;
    line-height: 155px;
    position: absolute;
    bottom: 2px;
    left: 28px;
  }
.text-inner svg {
    width: 100px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 10px;
    transform: rotate(0) scaleX(1) scaleY(1);
    -webkit-animation: rotateme 8s linear infinite;
    animation: rotateme 8s linear infinite;
  }
.text-inner path {
    fill: transparent;
    stroke: transparent;
    stroke-width: 1px;
    transition: 0.3s stroke, 0.3s fill;
 }
.text-inner text {
    fill: #000000;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 35px;
    color: #000000;
    font-weight: 500;
}

/*wood animation*/
@keyframes wooo {
    0% {
      transform: rotate3d(0, 0, 0);
    }
    50% {
      transform: rotate3d(0, 1, 0, 180deg);
    }
    100% {
      transform: rotate3d(0, 1, 0, 359deg);
    }
  }
@keyframes circle {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
    }
    .circle {
        animation: circle 15s linear infinite;
    }
    .right {
        animation: right 15s linear infinite;
    }
    .spin2 {
        animation: spin2 15s linear infinite;
    }
    @keyframes right {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.swiper-slide-inner {
    padding: 0 15px;
}
.swiper-slide-inner img {
    width: 100%;
    border-radius: 10px;
}

/* dream it social icon styel three */

.social-links.style3 {
    margin-top: 30px;
}
.social-links.style3 ul {
    list-style: none;
}
.social-links.style3 ul li {
    display: inline-block;
}
.social-links.style3 ul li a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid rgb(147, 122, 75);
    text-align: center;
    border-radius: 60%;
    color: rgb(147, 122, 75);
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.social-links.style3 ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(147, 122, 75);
    border: 1px solid rgb(147, 122, 75);
    z-index: -1;
    transition: .5s;
    transform: scale(0);
    border-radius: 100%;
}
.social-links.style3 ul li a:hover:before {
    transform: scale(1);
}
.social-links.style3 ul li a:hover {
    color: #FFFF;
}

/* image carousel style one */

.my-image .item {
    margin: 0 15px 0;
}
.my-image .item img {
    border-radius: 10px;
}
.my-image .owl-dots {
    position: relative;
    top: 0;
}
.my-image button.owl-dot.active {
    background: rgb(147 122 75 / 50%);
    position: relative;
    z-index: 1;
}
.my-image button.owl-dot {
    position: relative;
    display: inline-block;
    width: 280px;
    height: 5px;
    border-radius: 10px;
    background-color: rgb(255 255 255 / 10%);
    display: inline-block;
    left: 15px;
}

/* client section css */

.options .option {
    position: relative;
    overflow: hidden;
    min-width: 185px;
    height: 440px;
    margin: 15px;
    background-size: auto 120%;
    background-position: center;
    background: url(https://wp.ditsolution.net/adventura/wp-content/uploads/2024/08/cliend-thumb-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    max-width: 100%;
    transition: all 0.4s;
    margin-top: -4px;
}
.options .option:not(.active) {
flex-grow: 1;
border-radius: 10px;
}
  .options .option:not(.active) .shadow {
    bottom: -40px;
    box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
  }
  .options .option .shadow {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 120px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  } 
  .options .option:not(.active) .label {
    bottom: 10px;
    left: 10px;
  }
  .options .option .label {
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  }
  .options .option:not(.active) .label .icon-custom {
    display: flex !important;
  }
  .options .option .label .icon-custom {
    display: none;
    justify-content: center;
    align-items: center;
    min-width: 87px;
    max-width: 87px;
    height: 250px;
    transition: all 0.4s;
  }
  .options .option .label .icon-custom h3 {
    transform: rotate(-90deg);
    min-width: 350px;
    position: relative;
    bottom: 80px;
    left: 38px;
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    transition: all 0.4s;
    margin: 0 0 0;
}
  .options .option:not(.active) .label .info {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  .options .option .label .info {
    margin-left: 10px;
    color: white;
    border-radius: 5px;
    padding: 36px 30px;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s;
}
  .options .option:not(.active) .label .info > div {
    left: 20px;
    opacity: 0;
  }
  .options .option .label .info .main {
    margin-bottom: 9px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    transition: all 0.4s;
}
  .options .option .label .info .sub {
    transition-delay: 0.1s;
    font-size: 16px;
    line-height: 28px;
    color: rgb(255 255 255 / 90%);
    font-weight: 400;
    transition: all 0.4s;
    width: 100%;
}
  .options .option.active {
    flex-grow: 10000;
    transform: scale(1);
    border-radius: 10px;
    background-size: auto 100%;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.option.active .search-icon{
	opacity: 1;
	}
/* End Dream It Social-links Css */
.e-font-icon-svg {
    width: 1em;
    height: 1em;
    color: currentColor;
    fill: currentColor;
}



.trp_nav_area.hbg2



