/* 
Theme Name:		 Customify Child
Theme URI:		 https://pressmaximum.com/customify
Description:	 Customify Child is a child theme of Customify, created by ChildTheme-Generator.com
Author:			 WPCustomify
Author URI:		 https://pressmaximum.com/customify
Template:		 customify
Text Domain:	 customify-child
*/

/*
    Add your custom styles here
*/

.img_white_bg img {
    -webkit-filter: drop-shadow(0px 12px 50px rgba(255, 255, 255, .2));
    filter: drop-shadow(-80px -80px 60px rgba(255, 255, 255, .3));
}

.apbText {
    display: flex;
    flex-direction: column;
}
.apbText .apbTitle{
	order:1;
}
.apbText .apbMeta{
	order:0;
}
.apbText .apbExcerpt{
	order:2;
}
.apbText .apbReadMore{
	order:3;
}

.richtig {
    height: 120px;
    border-top: solid 2px #088647;
    overflow: hidden;
    cursor: pointer; 
    transition: .5s ease;
}

.richtig.active {
    height: 300px;
    background-color: #DDEEE6;
}
.richtig.active button {
    background-color: #fff !important;
    color: #088647 !important;
}
.richtig.active button:hover {
    background-color: #fff !important;
    color: #088647 !important;
}
.richtig.active p {
    display: block !important;
}

.richtig:last-child {
    border-bottom: solid 2px #088647;
}

.richtig .richtig_txt {
    padding: 38px 0 38px 40px;
}

.richtig .richtig_txt button {
    padding: 0px 30px !important;
    border-radius: 50px !important;
    border: solid 2px #088647 !important;
    background-color: #088647 !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 15px;
	text-transform: capitalize!important;
	    min-width: 175px;
}

.richtig.active .richtig_txt button {
    background-color: #fff!important;
    color: #088647!important;
}

.richtig.active .richtig_txt button:hover {
    background-color: #fff!important;
    color: #088647!important;
}

.richtig .richtig_txt p {
    color: #088647;
    font-weight: 500;
    margin-bottom: 30px;
}
.richtig .d-none{
    display: none;
}

.richtig .row {
    display: flex;
    flex-direction: row;
}
.richtig .col-md-8 {
    width: 75%;
}
.richtig .col-md-4 {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 50px;
}

.richtig_img img {
    width: auto;
}

figure {
    margin: 0em 0!important;
}
.mt-1{
    margin-top: 3px!important;
}
.mt-2{
    margin-top: 6px!important;
}
.mt-3{
    margin-top: 9px!important;
}
.mt-4{
    margin-top: 12px!important;
}
.mt-5{
    margin-top: 15px!important;
}
.mt-10{
    margin-top: 30px!important;
}

.pr-10{
    padding-right: 30px!important;
}

/**************************************/
.border_cs {
    border: solid 2px #088647;
    padding: 10px;
    border-radius: 10px;
}
.m-0{
    margin: 0px!important;
}
.mb-0 {
    margin-bottom: 0px !important;
}

/**************************/
.page_list {
    list-style: none;
    padding: 0px;
}
.page_list li {
    margin: 10px 0px !important;
    padding-left: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.page_list li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #098549;
    position: absolute;
    border-radius: 50%;
    left: 0px;
}
/**************************/
.custom_accordian .kt-blocks-accordion-header {
    display: flex !important;
}

.custom_accordian .kt-blocks-accordion-header:hover{
    box-shadow: none!important;
    border-bottom: 2px solid #098549!important;
}

.custom_accordian .kt-blocks-accordion-icon-trigger{
    padding: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom_accordian .kt-blocks-accordion-icon-trigger:after, .custom_accordian .kt-blocks-accordion-icon-trigger:before {
    background-color: #fff;
    width: 20px!important;
    left: 9px!important;
    top: 16px!important;
}
.table_layout table{
    border-radius: 10px;
    overflow: hidden;
    border: solid 2px #e8f4ee;
}
.table_layout .has-fixed-layout th {
    background: #098549;
    color: #fff;
    border: solid 2px #e8f4ee;
}
.table_layout .has-fixed-layout tr td{
    border: solid 2px #e8f4ee;
}
.table_layout .has-fixed-layout tr:nth-child(odd) td {
    background-color: #e8f4ee;
}

/**********************************************/
.productfilter {
    display: flex;
    width: 100%;
}
.filters {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
}
.filters a {
    padding: 10px;
    border: solid 1px #098549;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #098549;
    color: #fff;
    text-transform: uppercase;
}

.filters a.download {
    width: auto;
    border-radius: 8px;
}

.filters a:hover, .filters a.active{
    background-color: #fff;
    color: #098549;
}

.filter_search {
    width: 50%;
    align-items: center;
    display: flex;
    position: relative;
}
.filter_search input {
    border-radius: 30px!important;
}

.filter_search button {
    border-radius: 50% !important;
    overflow: hidden;
    background: #098549 !important;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 6px !important;
    position: absolute;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex!important;
}
.filter_search button svg{
    width: 25px;
    height: 25px;
}
.table_layout2 {
    margin-top: 50px;
}
.table_layout2 thead{

}
.table_layout2 th {
    background: transparent !important;
    font-size: 40px;
    color: #098549;
    text-align: left;
    padding: 0px;
    font-weight: bold;;
}

.table_layout2 tbody tr td{
    width: 50%;
    font-size: 15px;
    font-weight: 500;
}
.table_layout2 tbody tr:nth-child(odd) td {
    background-color: #e8f4ee;
}
.table_layout2 tbody tr:nth-child(even) td {
    background-color: #fff;
}

.m-0 li {
    margin-left: 0px!important;
    margin-bottom: 0px!important;
}

.team_column h3{
    margin-top: 10px;    
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .productfilter {
        flex-direction: column;
    }
    .filter_search {
        width: 100%;
    }
    .table_layout2 th {
        font-size: 20px;
    }    
}

.custom_form input[type="text"], .custom_form input[type="email"],.custom_form input[type="number"], .custom_form input[type="tel"] {
    background: #f6f6f6!important;
    padding: 13px!important;
    height: 60px!important;
    border-radius: 10px!important;
}

.custom_form textarea{
    background: #f6f6f6!important;
    padding: 13px!important;
    border-radius: 10px!important;
}

hr.is-style-wide {
    padding: 3px;
    margin: 0px 0px 30px 0;
}


.table_layout3 th{
    background: #098549 !important;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.table_layout3 td.txt-right {
    text-align: right;
}
.table_layout3 td.greenbg {
    background: #e8f4ee;
}
.table_layout3 td.bggray {
    background: #f6f6f6;
}
.table_layout3 table{
    border: solid 1px #a6a6a6;
    border-radius: 10px;
    overflow: hidden;
}
.table_layout3 table tbody td {
    border: solid 1px #a6a6a6;
    color: #000;
    height: 60px;
}

.table_layout3 tr.hrgreen td {
    border-top: solid 7px #098549 !important;
}
.table_layout3 td.vmiddle{
    vertical-align: middle;
}

/**************** timeline css ****************/

.timeline .wp-block-kadence-tab{
    padding-top: 0px !important;
    padding-left: 100px !important;
}
.timeline ul{
    list-style: none;
    margin-top: 0px !important;
    position: relative;
}
.timeline ul li{
    margin: 0px;
    padding: 0px;
}

.timeline ul.wp-block-list > li {
    margin-left: 40px !important;
    font-size: 60px;
    font-weight: 700;
    color: #098549;
}

.timeline ul.wp-block-list > li > ul.wp-block-list > li {
    margin-left: 0px !important;
    font-size: 16px;
    font-weight: 500;
    color: #505050;
}


.timeline ul ul.wp-block-list {
    list-style: disc;
    margin-left: 17px;
}

.timeline ul.wp-block-list:before {
    content: "";
    height: 100%;
    width: 2px;
    position: absolute;
    border: solid 3px #8cc9ad;
}
.timeline ul.wp-block-list ul.wp-block-list:before{
    display: none;
}
.timeline ul.wp-block-list ul.wp-block-list li:before{
    display: none;
}
.timeline ul.wp-block-list > li{
    position: relative;
}
.timeline ul.wp-block-list > li:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #098549;
    border-radius: 50%;
    left: -56px;
    top: 28px;
    border: solid 5px #edf6f2;
}
.site-branding.logo-top img {
    width: 100px!important;
}
@media (max-width: 767px) {
    .timeline .wp-block-kadence-tab {
        padding-top: 0px !important;
        padding-left: 20px !important;
    }
}


button, input, optgroup, select, textarea, h1, h2, h3, h4, h5, h6, p, span, div{
    font-family: "Fira Sans"!important;
}

.gap-sm{
    gap: 1em!important;
}
.gap-md{
    gap: 2em!important;
}
.gap-lg{
    gap: 3em!important;
}
.gap-xl{
    gap: 4em!important;
}

.li_style li {
    gap: 15px;
    display: flex;
    min-height: 40px;
    align-items: center;
    position: relative;
}
.li_style li:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #098549;
    left: 0;
    top: 0;
    border-radius: 50%;
    min-width: 20px;
    min-height: 20px;
}

.box_border {
    border: solid 1px #098549;
    padding: 15px;
    border-radius: 10px;
}

.footer-main .footer--row-inner {
    padding-top: 0em!important;
    padding-bottom: 0em!important;;
}

.footer-main .footer--row-inner .customify-container {
    border-top: solid 3px #8cc9ad;
    border-bottom: solid 3px #8cc9ad;
    padding-top: 50px;
}

.builder-item--footer-social-icons {
    text-align: right;
}



section#block-14 p {
    display: none;
}

.footer-main-inner .kt-svg-icon-list-single {
    display: none !important;
}

.footer-main-inner .widget_text {
    margin-bottom: 20px !important;
}

.footer-main-inner .widget_text p {
    font-size: 18px !important;
    /* color: #8cc9ad; */
	color: #fff;
    margin-bottom: 0px !important;
}

.footer-main-inner .builder-item{
    flex-basis: 20% !important;
    max-width: 20% !important;
}

/*************************************/
ul.sticky_links {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: flex-end;
    align-items: end;
}

ul.sticky_links li {
    padding: 0;
    margin: 0;
    display: flex;
    max-height: 60px;
    width: 50px;
    height: 50px;
    background: #115a2f;
    justify-content: center;
    align-items: center;
    transition: .5s ease;
}
ul.sticky_links li span{
    display: none;
    color:#fff;
}
ul.sticky_links li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
}

ul.sticky_links li:hover a{
    justify-content: space-evenly;
}
body{
    overflow-x: hidden;
}
ul.sticky_links li a img{
    width: auto;
    height: auto;
    object-fit: contain;
}
ul.sticky_links li:hover{
    width: 200px;
}
ul.sticky_links li:hover span{
    display: block;
}
/*************************************/
.nav-menu-desktop ul.sub-menu {
    border-bottom-left-radius: 10px !important;
    overflow: hidden;
    border-bottom-right-radius: 10px !important;
}
.nav-menu-desktop .sub-menu li{
    padding: 5px!important;
}
.nav-menu-desktop .sub-menu li a {
    padding: 10px 0px 10px 10px!important;
    border-bottom: solid 2px #098549!important; 
}
.nav-menu-desktop .sub-menu li:last-child a{
    border-bottom: none!important;
}
/*************************************/
/*************************************/


@media screen and (max-width: 767px) {
    .richtig.active {
        height: fit-content;
        background-color: #DDEEE6;
    }
    ul.sticky_links {
        display: flex;
        flex-direction: row;
        width: 100%;
        position: fixed !important;
        bottom: 0px !important;
        top: auto;
        left: 0;
        padding: 0;
        right: 0;
        margin: 0;
        gap: 3px;
        background: #fff;
    }
    ul.sticky_links li {
        width: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #115a2f;
        padding: 20px 0;
        min-height: 80px;
    }
    ul.sticky_links li:hover{
        width: 25%;
    }
    ul.sticky_links li a {
        display: flex    ;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }
    ul.sticky_links li img {
        width: auto;
    }
    ul.sticky_links li span{
        display: block;
    }
    ul.sticky_links li a span {
        color: #fff;
        font-size: 13px;
    }


    .footer-main-inner .builder-item{
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .gap-sm{
        gap: 0em!important;
    }
    .gap-md{
        gap: 0em!important;
    }
    .gap-lg{
        gap: 0em!important;
    }
    .gap-xl{
        gap: 0em!important;
    }

    .app_images {
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        gap: 0px;
    }
    .app_images > div{
        width: 50%!important;        
        flex-basis: 50% !important;
        justify-content: center;
        display: flex;
    }
}


.tnp.tnp-subscription form {
   position: relative;
}

.tnp-field.tnp-field-email label {
    display: none;
}
.tnp-field.tnp-field-email input {
    border-radius: 50px;
}

input.tnp-submit {
    background: #8cc9ad !important;
}

.tnp.tnp-subscription {
    margin: 0px!important;
}
.tnp-field.tnp-field-email{
    width: 100%;
}
.tnp-field.tnp-field-button{
    text-align: left;
    position: absolute;
    right: 46px;
    top: 0;
}

.tnp-field.tnp-field-button input {
    max-width: 46px !important;
    width: 46px !important;
    height: 46px !important;
    max-height: 46px !important;
    border-radius: 50% !important;
    text-align: center!important;
    padding: 0px!important;
    text-indent: -9999999px;
    background-image: url('images/icon-search.png')!important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 40% 40% !important;
}

.footer-main .kt-svg-icon-list-text a {
	color:#fff!important;
}

.customify-container {
    max-width: 1920px!important;
}

.nav-menu-desktop.style-plain .nav-menu>li:last-child {
    background: #098549;
    border-bottom: none !important;
    border-radius: 20px;
}
.nav-menu-desktop.style-plain .nav-menu>li:last-child a {
    color: #fff !important;
    border-bottom: none !important;
}
.bggreen {
    height: 350px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #098549;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    /* transform: scale(1.5); */
    transform: translateX(50%) translateY(30%) scale(1.8);
    z-index: 0;
    position: relative;
}

.bgh {
    width: 600px !important;
    height: 600px !important;
    text-align: left!important;
    transform: translateX(17%) translateY(0%) scale(1.4)!important;
}
.ofhid{
    overflow: hidden;
}
.ofhid .kt-inside-inner-col{
    overflow: hidden;    
    min-height: 500px !important;
}

.wp-block-search__inside-wrapper {
    padding: 0;
    border: none;
    position: relative;
}

button.wp-block-search__button.has-icon.wp-element-button {
	position: absolute;
    right: 3px;
    top: 2px;
    bottom: 0;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #115a2f;
}
input#wp-block-search__input-3 {
    border-radius: 45px !important;
    overflow: hidden;
}

.home-img img {
    margin-bottom: -10px;
}

.img-w-round {
    background-color: #fff;
    border-radius: 50%;
    width: 520px;
    height: 520px;
    max-width: 520px!important;
    overflow: hidden;
}

.img-w-round img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.wp-chatbot-tab-nav, .wp-chatbot-header {
    background-color: #aad7c3!important;
}

.wp-chatbot-ball.wp-chatbot-animation-active {
    display: flex
;
    justify-content: center;
    align-items: center;
}
#wp-chatbot-ball .wp-chatbot-animation-active img{
    width: 34px !important;
    height: 34px !important;
}

@media only screen and (max-width: 767px) {
	
	.img-w-round {
		border-radius: 0%;
	}

    .bggreen {
        height: 350px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #098549;
        color: #fff;
        border-radius: 0;
        text-align: center;
        transform: none;
        z-index: 0;
        position: relative;
    }
    .ofhid .kt-inside-inner-col {
        overflow: hidden;
        min-height: auto;
    }
    .bgh {
        width: auto !important;
        height: 450px !important;
        text-align: left!important;
        transform: translateX(0%) translateY(0%) scale(1)!important;
    }
    .bgh h1{
        font-size: 40px!important;
        font-style: normal!important;
        font-weight: 1000!important;
    }

    .ofhid .wp-block-kadence-column:first-child{
        order: 1;
    }
    .ofhid .wp-block-kadence-column:last-child{
        order: 0;
    }
    .ofhid .kt-inside-inner-col{
        overflow: hidden;    
        min-height: fit-content !important;
        
    }

    .ofhid .kt-row-column-wrap{
        gap:0px;
    }
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body.home #wp-chatbot-chat-container{
        bottom: 100px!important;
    }
	
   
    .img-w-round {
        background-color: #fff;
        border-radius: 50%;
        width: 100%;
        height: 320px;
        max-width: 100% !important;
        overflow: hidden;
        text-align: center;
        left: 0;
        right: 0;
        position: relative;
        margin: 0 auto !important;
    }
}
.grecaptcha-badge {
    z-index: 999!important;
}