 /*
Theme Name: ventox 
Theme URI: http://themehunt.net/ventox/
Description: ventox - Food Shop and Store WordPress Theme 
Author: Theme-Hunt
Author URI: https://templatemonster.net/user/theme-hunt
Version: 1.0.0
Tags: custom-menu, editor-style, featured-images
Text Domain: ventox
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. --------*/
 html, body {
}
.logo img {
    width: 130px;
}

.mobile_menu_logo img {
    width: 150px;
}
.scroll-to-fixed-fixed{
    transition: .5s;
}
html{
    scroll-behavior: smooth;
}

.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    position: fixed!important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: .5s !important;
    z-index:9999 !important;
    animation-name: slideInDown;
    animation-duration: 1.5s;
}

 img {
     max-width: 100%;
     height: auto;
}
 .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;
} */
/*===================== ventox HEADING TOP AREA CSS =========================*/

 .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: #194d3a;
     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;
}

.text-center {
    text-align: center!important;
}
 .text-left {
     text-align: center;
}
 .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;
}

/*======================= CONSEN HEADING NAV AREA CSS ========================*/
.ventox-main-menu {
    position: relative;
}
 .mean-container{
     overflow:hidden;
}
 .mean-container .mean-bar {
     padding: 0;
}
.mean-container .mean-nav {
    background: #194d3a 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;
}
 .ventox_nav_area {
     background: #fff none repeat scroll 0 0;
}
.scroll-to-fixed-fixed .ventox_nav_area {
    box-shadow: 0 0 3px rgba(0,0,0,0.10);
}
 .ventox_menu {
     text-align: right;
}
.ventox-main-menu.main.menu .ventox_menu {
    text-align: right;
}
 .container-fluid .ventox_menu {
     text-align: center;
}
/* LOGO CSS */
 .logo a {
     font-size: 23px;
     font-weight: 600;
     display: inline-block;
}
 .logo a.stakey-logo {
     display: none;
}

 .st-menu .logo a.primary-logo {
     display: none;
} 

.st-menu .logo a.stakey-logo {
     display: block;
}

/* .ventox-nav-menus {
    text-align: right;
} */

.ventox_menu {
    text-align: right;
    display: inline-block;
}

.donate-btn-header {
    display: inline-block;
}

/* MAIN MENU CSS */
 .ventox_menu ul {
     list-style: none;
     text-align:right;
     display:inline-block;
     margin-bottom: 0;
}
 .transprent-menu .ventox_menu ul {
     list-style: none;
     text-align: center;
}
 .ventox_menu > ul > li {
     display: inline-block;
     position: relative;
}
.ventox_menu > ul > li > a {
    display: block;
    margin: 35px 0px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #194d3a;
    border-radius: 5px;
    padding: 3px 13px;
    background-color: transparent;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
}
 .ventox_menu > ul > li > a:hover {
    color: #fff;
    background-color: #194d3a;
    transition: .5s;
}

 .ventox_menu ul li:last-child a {
     margin-right: 0px;
}
/*  .ventox_menu > ul > li.current > a,
 .ventox_menu > ul > li:hover > a {
     color: #194d3a;
} */

.st-menu .ventox_menu > ul > li:hover > a {
     color: #fff;
}

.prefix .ventox_menu > ul > li > a{
    color:#fff;
}


/* transparent 2 */
 .ventox-main-menu .headers_navmenu_area {
/*     position: absolute; */
/*     position: relative; */
    left: 0;
    right: 0;
    top: 0;
     z-index:99;
     background-color: #fff;
     /*padding: 0 100px;*/
     -webkit-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
/*     padding: 0px 140px; */
}
/* .ventox-main-menu .headers_navmenu_area:before {
    position: absolute;
    content: "";
    background-color: #09191c;
    height: 97%;
    width: 80%;
    top: 0;
    right: 0;
}
 */

.headers_navmenu_area .ventox-nav-menus {
    text-align: right;
}

.headers_navmenu_area .ventox-button {
    text-align: end;
}
 .ventox-main-menu .headers_navmenu_area.st-menu {
     background: #fff;
/*      padding: 0px 140px; */
/*      margin-top: 30px; */
     transition: .5s;
}
 .headers_navmenu_area.full-width {
     padding: 37px 100px 37px 100px;
}
 .headers_navmenu_area.full-width.st-menu {
     padding: 7px 20px 10px;
}

/* Skyty Menu */
 .sticky-nav {
     left: 0;
     margin-top: 0px;
     position: fixed !important;
     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;
}
 
.menu_area.mobile-menu{
    transition: .5s !important;
}

 .ventox_nav_area.postfix {
     -webkit-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
}
 .ventox_nav_area.prefix, .st-menu {
     -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.3);
     box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.3);
}

/* LOGO LEFT RIGHT CSS */
 .logo-left {
}
 .logo-right .logo {
     text-align: right;
}
 .logo-right .ventox_menu > ul {
     text-align: left;
}
 .logo-right .ventox_menu > ul > li:first-child a {
     padding-left: 0px;
}
 .logo-right .ventox_menu > ul > li:last-child a {
     padding-right: auto;
}
 .search_button {
     text-align: right;
}
/* logo top */
 .logo-top .logo {
     text-align: center;
}
 .logo-top .ventox_menu > ul {
     text-align: center;
}
 .logo-top >.ventox_menu > ul>li:last-child a {
     padding-right: auto;
}
/* sub menu style */
.ventox_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 230px;
    text-align: left;
    background: #fff;
    margin: 0;
    padding: 0;
    z-index: 999;
    -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 #ede9de;
    opacity: 0;
}
 .ventox_menu ul li:hover >.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}
 .ventox_menu ul .sub-menu li {
     position: relative;
}
.ventox_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    visibility: inherit !important;
    color: #211e3b !important;
}

 .ventox_menu ul .sub-menu li {
     position: relative;
     -webkit-transition:.3s;
     -o-transition:.3s;
     transition:.3s;
}
.ventox_menu ul .sub-menu li:hover>a,
.ventox_menu ul .sub-menu .sub-menu li:hover>a, 
.ventox_menu ul .sub-menu .sub-menu .sub-menu li:hover>a, 
.ventox_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #194d3a;
    color: #fff !important;
    transition: .5s;
}
/* sub menu 2 */
 .ventox_menu ul .sub-menu .sub-menu {
     left:100%;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}
 .ventox_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 */
 .ventox_menu ul .sub-menu .sub-menu li {
     position: relative;
}
 .ventox_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;
}
 .ventox_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 */
 .ventox_menu ul .sub-menu .sub-menu .sub-menu li {
     position: relative;
}
 .ventox_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {
}
 .ventox_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 .ventox_nav_area.prefix {
     top: 32px;
}
 .logged-in .headers_navmenu_area.st-menu {
     top: 32px;
}
/* maing menu search */
 .top-address.em-quearys-top.text-right {
     float: right;
}
 nav.ventox_menu.main-search-menu {
     float: right;
}
 .ventox_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 #C19E68;
}
 nav.ventox_menu.main-search-menu {
    /* float: right;
     */
     text-align: center;
}
/* has menu icon */
 .ventox-main-menu .menu-item-has-children>a:after {
     margin-left: 5px;
     content: "\f107";
     font-family: FontAwesome;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     font-size: 13px;
     opacity: .5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
 .ventox-main-menu .menu-item-has-children .menu-item-has-children>a:after {
     margin-left: 8px;
     content: "\f105";
}
/* HEADER BUTTON */
.header-btn {
    display: inline-block;
    margin-left: 30px;
}
.ventox-main-menu a.h-button {
    padding: 6px 12px;
    color: #194d3a;
    background: transparent;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 1px solid #194d3a;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 5px;
}


.ventox-main-menu a.h-button:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #194d3a;
    transform: scale(0);
    border-radius: 5px;
    transition: .5s;
}
 .ventox-main-menu a.h-button:hover:before {
     transform: scale(1);
}
.ventox-menu a.h-button:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 1px;
    left: 0;
    bottom: -7px;
    background: #194d3a;
    margin: auto;
    transition: 0.5s;
}
.ventox-main-menu a.h-button:hover{
    color:#fff;
}



/*========== ventox BLOG AREA CSS =========*/
.ventox-blog-area, .ventox-blog-index {
    background: #FCF9F4;
    padding: 100px 0px 0px;
    overflow: visible;
}
.ventox-blog-area .single-blog-details{
    padding: 120px 0px 0px;
}
.ventox-blog-area.ventox-blog-archive {
     padding: 120px 0px 0px;
}
.ventox-blog-index.blog-area.ventox-blog-area.blog-grid-item {
    padding: 100px 0 60px;
}
.casestudy-detail {
    padding: 100px 0px 100px;
}
.casestudy-detail .case-left h4 {
    margin-bottom: 20px;
}
.blog-left-side {
    position: sticky;
    top: 100px;
}
.ventox-single-blog.blog-grid {
    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 #e6e9f0; */
    /* border-radius: 6px; */
    background-color: #fff;
}
 .ventox-single-blog {
     text-align: left;
}
.ventox-blog-thumb {
    position: relative;
}
.ventox-blog-thumb img {
    vertical-align: middle;
}
.single-blog-content {
    overflow: hidden;
}
.ventox-single-blog.blog-list .ventox-blog-content-area {
    padding: 16px 20px 10px 20px;
    background-color: #fff;
    position: relative;
}
 .blog-page-title h2 {
     font-size: 1.5625rem;
}
.ventox-single-blog.blog-grid .blog-page-title h2, .ventox-single-blog.blog-grid .blog-page-title h2 a {
    text-decoration: none;
    transition: .5s;
    -ms-word-wrap: break-word;
    font-size: 24px;
    color: #030f27;
    font-weight: 600;
    margin: 10px 0px 10px 0px;
    transition: .5s;
}
.ventox-single-blog.blog-list {
    margin-bottom: 60px;
}
.ventox-single-blog.blog-list .blog-page-title h2, .ventox-single-blog.blog-list .blog-page-title h2 a {
    font-size: 24px;
    color: #030f27;
    font-weight: 600;
    margin: 10px 0px 10px 0px;
    transition: .5s;
}
.ventox-single-blog.blog-list .ventox-blog-thumb .post-categories a {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    padding-top: 2px;
    background: #194d3a;
    padding: 3px 12px;
    border-radius: 3px;
}
.ventox-single-blog.blog-list .ventox-blog-thumb .ventox-blog-meta-top {
    padding-top: 5px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
 .ventox-single-blog.blog-grid .blog-page-title h2:hover, .ventox-single-blog.blog-grid .blog-page-title h2 a:hover{
     color:#194d3a;
     transition: .5s;
}
.ventox-blog-thumb_adn a img {
    height: 398px;
    width: 100%;
    object-fit: cover;
}
.ventox-single-blog.blog-grid .ventox-blog-meta-top {
    padding-top: 5px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
 .ventox-blog-meta-top li {
     display: inline-block;
     margin-right: 10px;
}
.ventox-blog-meta-left a, .ventox-blog-meta-left time, .ventox-blog-meta-left span {
    transition: .3s;
    background: transparent;
    padding: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #686868;
    font-weight: 400;
    margin-right: 28px;
    position: relative;
}


.blog_style_two .ventox-blog-meta-left span:before{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    left: -13px;
    top: 10px;
    background: #D1D1D1;
}
.ventox-single-blog.blog-list .ventox-blog-content-area .ventox-blog-meta-left {
    display: inline-block;
    left: 20px;
    top: -28px;
    border-radius: 5px;
}

.ventox-blog-meta-left a:hover, 
.ventox-blog-meta-left time:hover, 
.ventox-blog-meta-left span:hover {
    color: #194d3a;
}
.ventox-single-blog.blog-grid .ventox-blog-meta-top li a {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    padding-top: 2px;
    background: #194d3a;
    padding: 3px 12px;
    border-radius: 3px;
}
 .blog-content-bottom-meta img {
     width: 30px;
     border-radius: 100%;
}
.blog-readmore a {
    background: #194d3a;
    color: #fff;
    display: inline-block;
    padding: 13px 35px;
    font-weight: 500;
    margin-top: 12px;
    z-index: 1;
    position: relative;
}
.blog-readmore a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #10102E;
    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 {
    margin-right: 18px;
    color: #232323;
}
.blog-author i {
    display: inline-block;
    color: #194d3a;
    font-size: 14px;
    margin-right: 6px;
}

/* Blog Grid Style */
.blog-grid .ventox-blog-content-area {
    padding: 34px 25px 40px;
    padding: 16px 20px 10px 20px;
    background-color: #fff;
    position: relative;
}

 .blog-grid .ventox-blog-meta-left a, .blog-grid.ventox-blog-meta-left time, .blog-grid .ventox-blog-meta-left span {
     margin-right: 15px;
}
.ventox-blog-index.blog-area.ventox-blog-area .blog-grid .ventox-blog-meta-left i {
    margin-right: 6px;
}
 .blog-grid .blog-readmore a {
     padding: 10px 25px;
}
/* Blog Details Css */
.ventox-single-blog-details-inner {
    background: #fff;
    padding: 39px 50px 49px;
    border: 1px solid #ddd;
    overflow: hidden;
}
 .single-blog-title {
     font-size: 1.5625rem;
     font-family: montserrat;
     color: initial;
     text-decoration: none;
     color: #333;
     margin: 0px 0 11px;
}
 .ventox-single-blog-details-inner .ventox-blog-meta-left {
     margin-bottom: 18px;
     border: 0;
     padding: 0;
}
 .ventox-single-blog-details-inner .ventox-blog-meta-left a {
    color: inherit;
}
 .ventox-blog-social {
     padding-top: 40px;
     text-align: left;
     border-top: 1px solid #e6e6e6;
     margin-top: 40px;
}
 .ventox-single-icon-inner {
     text-align: left;
}
 .ventox-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;
}
 .ventox-single-icon-inner a i:hover {
     background: #194d3a;
     border-color: #194d3a;
     color: #fff;
}
 a.detail-link i {
     margin-left: 0px;
}
 .ventox-single-blog--thumb img {
     vertical-align: middle;
     width: 100%;
}
 .ventox-blog-meta-left i {
     color: #194d3a;
     margin-right: 8px;
     font-size: 15px;
}
.ventox-single-blog-details ul {
    padding-left: 18px;
}
.ventox-single-blog-details ol {
    padding-left: 20px;
} 
.post-details-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 0;
}
.post-details-category a {
    font-size: 15px !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;
}
.post-details-category a:hover{
	color:#194d3a;
	border-color:#194d3a;
}
.post-tags .tags a:hover{
	color:#194d3a;
}
.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: 20px;
    font-weight: 600;
    margin-right: 0;
}
.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:#194d3a;
     border-color:#194d3a;
}
 .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;
}
/*======================== ventox COMMENT AREA CSS =========================*/
/* POST REPLY CSS */
 .comments {
     padding-bottom: 25px;
}
 .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: 30px;
    font-weight: 700;
}
 .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: 50%;
}
 .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: #232323;
    font-size: 21px;
    display: inline-block;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
}
 .reply_date {
     overflow: hidden;
     margin-bottom: 15px;
}
.reply_date span.span_left {
    font-size: 14px;
    color: #686868;
    display: block;
}
.reply_date span.span_right {
    float: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    right: 0;
    background: #194d3a;
    padding: 5px 13px;
    transition: .3s;
}
 .reply_date span.span_right:hover{
     background:#194d3a;
}
 .post_reply p {
}
 .comments-area {
     background: #fff;
     margin: 30px 0;
     padding: 50px 45px 55px;
     border: 1px solid #ddd;
}
.ventox-blog-area.single-blog-details .comments-area {
    margin-bottom: 100px;
}
 .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-ventoxt input[type="checkbox"], .comment-form-cookies-ventoxt input[type="radio"] {
     margin: 4px 0 0;
     margin-top: 1px;
     line-height: normal;
     margin-right: 10px;
}
 .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:#194d3a;
}
 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: #194d3a;
    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;
}
 .comments-area button:hover {
     background: #10102E !important;
     color: #fff;
}
/*======================== ventox PAGINATION SECTION =========================*/
.paginations {
    margin-top: 20px;
}
 .page-numbers li {
     display: inline-block;
     text-align: center;
}
.paginations a, .page-numbers span.current {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 0 0;
    color: #6d6d6d;
    background: #fff;
    text-decoration: none;
    border: 1px solid #ddd;
}
 .page-numbers li {
     display: inline-block;
}
 .paginations a:hover, .paginations a.current, .page-numbers span.current {
     background: #194d3a;
     border-color: #194d3a;
     color: #fff;
}
/*======================== ventox BREADCRUMB AREA CSS =========================*/
.breadcumb-area {
    padding: 223px 0 150px;
    z-index: 1;
    position: relative;
}
.breadcumb-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(30, 30, 30, .5);
    z-index: -1;
}
 .breadcrumb_tran_header .breadcumb-area {
     padding: 191px 0 110px;
}

 .breadcumb-inner h2 {
     font-size: 60px;
     color: #fff;
}
.breadcumb-inner ul {
    text-align: left;
    display: inline-block;
    position: relative;
    left: 0;
    padding-left: 0;
}
.breadcumb-inner li {
    display: inline-block;
    margin: 0 6px;
    color: #194d3a;
    text-transform: uppercase;
    font-size: 15px;
}
 .breadcumb-inner li:nth-last-child(-n+1) {
     color: #fff;
}
.breadcumb-inner li a {
    color: #fff;
    text-transform: uppercase;
}
.breadcumb-inner li i {
    color: #fff;
}
.breadcumb-inner {
    text-align: left;
}
.brpt {
    text-align: left;
}
.brpt h2 {
    margin-top: 0;
    font-size: 65px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 11px;
}
 .lcase {
     text-transform: lowercase;
}
 .ucase {
     text-transform: uppercase;
}
 .ccase {
     text-transform: capitalize;
}
 .pimgs img {
     width: 100%;
}
/*======================== ventox 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: #194d3a;
     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: #194d3a;
     box-shadow: 0 0 4px rgba(0,0,0,.15);
     padding: 10px 40px;
}
 .not-found-inner a:hover{
     background:#194d3a;
     color:#fff;
}



 .mobile_menu_logo a {
     font-size: 23px;
     font-weight: 600;
     text-transform: uppercase;
}
/*======================== ventox FOOTER WIDGET SECTION =========================*/


/*======================== ventox FOOTER =========================*/

.footer p {
    text-align: center;
}

/*======================== ventox SCROLL TOP CSS =========================*/




/* <!-- Scrollup Section --> */

/*------back-to-top------------*/
.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 75px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(17, 85, 233, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
  }
  .prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
  }
  .prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #759489;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block; 
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}
.prgoress_indicator::before {
    position: absolute;
    content: "\f633";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    font-family: bootstrap-icons !important;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear !important;
}
  .prgoress_indicator:hover ::after {
    color: #759489;
  }
  .prgoress_indicator:hover ::before {
    opacity: 1;
  }
  .prgoress_indicator svg path {
    fill: none;
  }
  .prgoress_indicator svg.progress-circle path {
    stroke: #759489;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}







ul.tags {
    padding: 0;
}

.main-contact.style_five input[type="date"]::-webkit-calendar-picker-indicator {
    filter: brightness(1.3) invert(15);
} 

/*main subscribe*/


.main_subscribe form#mc4wp-form-1 {
    position: relative;
}
.main_subscribe .mc4wp-form-fields {
    position: relative;
}
.main_subscribe input[type="email"] {
    width: 100%;
    padding: 12px 20px;
    margin: 0 0 79px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    outline: 0;
    background: #fff;
    height: 60px;
}
.main_subscribe p.mailchimp-form button {
    background: #194d3a;
    color: #fff;
    padding: 0 19px;
    position: absolute;
    right: inherit;
    top: 77px;
    z-index: 1;
    height: 60px;
    left: 0;
    width: 100%;
}

/*start Subscribe section*/

input[type="email"] {
    margin-bottom: 0;
    border-radius: 0;
    outline: 0;
    position: relative;
    height: 54px;
    width: 100%;
    border: 1px solid rgba(19,17,37,0.1);
    padding: 0 130px 0 10px;
}
.mc4wp-form-fields p {
    margin: 0;
    position: relative;
}
input[type="email"]::placeholder {
    font-size: 16px;
    color: #232323!important;
}
p.mailchimp-form button {
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 0;
    background: #194d3a;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 0 19px;
    position: absolute;
    right: 4px;
    top: 4px;
    display: inline-block;
    z-index: 1;
    height: 86%;
}
p.mailchimp-form button:hover {
    background: #194d3a;
    color: #fff;
}
.mc4wp-alert.mc4wp-notice {
    color: #fff;
}
/*form_two*/
.form_two input[type="email"]{
   background: rgba(255,255,255,0.10196078431372549);
    color: #fff;
    border-radius: 5px; 
}
.form_two p.mailchimp-form button {
    border-radius: 0 5px 5px 0;
}
.form_two input[type="email"]::placeholder {
    color: #a8a8b3!important;
}
  /*start sidebar section*/


  .dt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
  }
  
  

.close {

}

.mc4wp-alert.mc4wp-error p a {
    color: #fff;
}
.mc4wp-alert.mc4wp-error p {
    color: #fff;
}




.dance4 {
    -webkit-animation: dance4 3s alternate infinite;
    animation: dance4 3s alternate infinite;
}
@keyframes dance4 {
    0% {
        -webkit-transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1.1);
    }
}
 



/*animation */




.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}


.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}



.branding-shape {
    -webkit-animation: moveBounce 2s linear infinite;
    animation: moveBounce 2s linear infinite;
}


.finace-shape {
    -webkit-animation: moveBounce 2.5s linear infinite;
    animation: moveBounce 2.5s linear infinite;
}

.finace-shape-two img {
    -webkit-animation: moveBounce 2s linear infinite;
    animation: moveBounce 2s linear infinite;
}


.finace-shape-three img {
  -webkit-animation: moveLeftBounceright 2s linear infinite;
    animation: moveLeftBounceright 2s linear infinite;
}
@keyframes moveLeftBounceright {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(35px);
            transform: translateX(35px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.dance {
  -webkit-animation: dance 1.5s alternate infinite;
  animation: dance 1.5s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}


.about-dance {
  -webkit-animation: about-dance 3s alternate infinite;
  animation: about-dance 3s alternate infinite;
}

@keyframes about-dance {
  0% {
    -webkit-transform: scale(3);
  }

  100% {
    -webkit-transform: scale(3);
  }
}


.finace-shape-about img {
  -webkit-animation: moveUpBounce 2s linear infinite;
    animation: moveUpBounce 2s linear infinite;
}
@keyframes moveUpBounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}



.hen-whychoose-rotateme {
  -webkit-animation-name: hen-whychoose-rotateme;
          animation-name: hen-whychoose-rotateme;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes hen-whychoose-rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}



/* text animation */

.organ .title-section.style1 .title-1 h2 {
    font-size: 80px;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #194d3a;
    color: transparent;
    -webkit-mask-image: linear-gradient(-75deg, rgba(191,247,47,0.6) 50%, #BEF638 50%, rgba(191,247,47,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 3s infinite;
    transition: .5s;
}


@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}







@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(119,68,217, 0.3), 0 0 0 10px rgba(119,68,217, 0.3), 0 0 0 20px rgba(119,68,217, 0.3);
        box-shadow: 0 0 0 0 rgba(119,68,217, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(119,68,217, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(119,68,217, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(119,68,217, 0.3), 0 0 0 10px rgba(119,68,217, 0.3), 0 0 0 20px rgba(119,68,217, 0.3);
        box-shadow: 0 0 0 0 rgba(119,68,217, 0.3), 0 0 0 10px rgba(119,68,217, 0.3), 0 0 0 20px rgba(119,68,217, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(119,68,217, 0.3), 0 0 0 20px rgba(119,68,217, 0.3), 0 0 0 30px rgba(119,68,217, 0);
        box-shadow: 0 0 0 10px rgba(119,68,217, 0.3), 0 0 0 20px rgba(119,68,217, 0.3), 0 0 0 30px rgba(119,68,217, 0)
    }
}



/* Sticky MENU CSS */
 #sticky-header {
     /* position: absolute; */
     left: 0;
     top: 0;
     width: 100%;
     z-index: 999;
     transition: .5s;
     padding: 0px 0 0px;
}

.headers_navmenu_area .container-custom{
    width: 1600px;
    margin: auto;
}



.title-section.style2 canvas {
    display: block !important;
    width: 100% !important;
    position: absolute;
}




@media (max-width: 991.99px) {
    .mobile_logo_area {
        padding: 0 0 18px;
    }

    .header_area .menu_area.mobile-menu {
        position: absolute !important;
        padding: 113px 0 0px !important;
        animation: none !important;
    }

    .sticky-nav {
        margin-top: 0 !important;
        position: absolute !important;
    }
}
