

@-webkit-keyframes fade-in-bottom-center{0%{-webkit-transform:translate(-50%, 15px);transform:translate(-50%, 15px);opacity:0}100%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);opacity:1}}
@keyframes fade-in-bottom-center{0%{-webkit-transform:translate(-50%, 15px);transform:translate(-50%, 15px);opacity:0}100%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);opacity:1}}


@-webkit-keyframes fade-in-left{0%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left{0%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}
.fade-in-left {
	-webkit-animation: fade-in-left 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-left 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-left{0%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left{0%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}
.fade-in-left {
	-webkit-animation: fade-in-left 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-left 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-right{0%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-right{0%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}
.fade-in-right {
	-webkit-animation: fade-in-right 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-right 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


@-webkit-keyframes fade-out-bottom{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(10);transform:translateY(10);opacity:0}}@keyframes fade-out-bottom{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(10);transform:translateY(10);opacity:0}}
.fade-out-bottom {
	-webkit-animation: fade-out-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: fade-out-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes fadeInUp {
	0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInUp {
	0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes fadeInUpShort {
	0% { opacity: 0; -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); }
	100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInUpShort {
	0% { opacity: 0; -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes fadeInDown {
	0% {  opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes fadeInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-20px); transform: translateX(-20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
@-webkit-keyframes fadeInRight {
	0% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInRight {
	0% { opacity: 0; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

@keyframes spin {
    from { transform:rotate(0deg); }
    to { transform:rotate(360deg); }
}
.spin {
	animation: spin 5s linear infinite both;
}

.page-not-elementor .site-main {
	padding: 60px 0;
}

/* Tables */
table {
	border-collapse: collapse;
}
th, td {
	border-top: 1px solid #E0E1E4;
	border-bottom: 1px solid #E0E1E4;
	padding: 4px 20px;
}
th {
	background-color: #F5F6F8;
}

.table-style-1 th,
.table-style-1 td {
    border: 1px solid #E0E1E4;
}

/* Tabs */
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
	border-right: none;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title:last-child {
    border-right: 1px solid #E9ECEF;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
    display: none;
}
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 1px solid #E9ECEF;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
    border: none;
}
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    background: #F8F9FA;
    border-color: #E9ECEF;
}
.elementor-widget-tabs .elementor-tab-desktop-title {
    border-color: #E9ECEF;
    border-bottom: none;
}
.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before, 
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border-color: #E9ECEF;
}


div .elementor-widget-tabs.tab-style-1 .elementor-tab-desktop-title:last-child,
div .elementor-widget-tabs.tab-style-1 .elementor-tab-desktop-title {
	border: none;
	border-bottom: 2px solid;
    border-color: #E9ECEF;
}
div .elementor-widget-tabs.tab-style-1 .elementor-tab-desktop-title.elementor-active {
    border-bottom: 2px solid #2CC6FA!important;
    background: none;
}
.elementor-widget-tabs.tab-style-1 .elementor-tabs-content-wrapper {
    border: none;
}
.elementor-widget-tabs.tab-style-1 .elementor-tab-content {
    padding: 20px 0;
}


/* Carousel / Swiper */


/* Custom Classes */
/* .fullwidth-override {
	margin-left: -4000px;
	padding-left: 4000px;
	margin-right: -4000px;
	padding-right: 4000px;
} */

.elementor-toggle .elementor-tab-content a,
.elementor-accordion .elementor-tab-content a,
.elementor-text-editor a {
    text-decoration: underline;
    font-weight: 700;
}

.ff-breadcrumbs {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.ff-breadcrumbs .sep {
    margin: 0 5px;
}
.ff-breadcrumbs li:last-child {
    pointer-events: none;
}

.common-issues-container {
	justify-content: center;
	display: flex;
}

.common-issues-flex{
    display: flex;
    flex-flow: row;
    max-width: 1400px;
    gap: 20px 28px;
}

.common-issues-overview{
    display: flex;
    flex-flow: column;
    max-width: 1400px;
    gap: 20px 28px;
}


.item-ci{
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.14);
	display: flex;
	align-items: center;
	align-self: start;
	max-width: 686px;
	width: 100%;
	padding: 10px 65px 10px 10px;
	gap: 40px;
	position: relative;
	cursor: pointer;
    top: 0;
	height: 100px;
	overflow: hidden;
	min-height: 100px;
	transition: right .3s ease, top .5s ease, height .5s ease;
}

.item-ci.open{
	height: 100%;
}

.item-ci img{
	width: 80px;
	height: 80px;
	border-radius: 4px;
	object-fit: cover;
	align-self: baseline;
}
.item-ci .toggler-btn{
	width: 35px;
	height: 35px;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	transform: rotate(180deg);
	transition: right .5s ease;
}
.item-ci .heading{
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
	margin: 27px 0 27px 0;
	position: relative;
	transition: left .5s ease;
}
/*.item-ci:hover .heading{*/
/*	left: 5px;*/
/*}*/
.item-ci:hover .toggler-btn{
	right: 20px;
}
.item-ci .desc{
	margin-bottom: 20px;
}
.toggle-item{
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity .1s ease, height .1s linear;
}
.toggle-item .btn{
    min-height: 40px;
}
.toggle-item.show{
	opacity: 1;
	height: 100%;
}


.item-ci.margin-top{
    top: -281px;
}

.toggler-btn.toggled{
	transform: rotate(0);
}

@media(max-width: 1024px){
    .item-ci {
        padding: 10px 55px 10px 10px;
        gap: 15px;
    }

    .item-ci .heading { 
        margin: 5px 0 5px 0; 
    }

    .item-ci .heading {
        font-size: 20px;  
    }

    .item-ci .desc {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}
@media(max-width: 768px){
    .common-issues-flex{
        flex-flow: column;
    }
    .item-ci{
        max-width: 686px;
        width: 100%;
        padding: 10px 51px 10px 15px;
        gap: 15px;
        position: relative;
        cursor: pointer;
        height: auto;
        min-height: 65px;
        /*top: 0;*/
        transition: right .3s ease, top .5s ease;
    }

    .item-ci .heading {
        margin: 5px 0 5px 0; 
    }

    /*.item-ci img{
        width: 64px;
        height: 64px;
        align-self: center;

    }*/

    .item-ci img.wp-post-image{
		display: none;
    }


    .item-ci.toggler.open img{
        align-self: baseline;
    }

    .item-ci .toggler-btn {
        width: 29px;
        height: 29px;
        right: 15px;
        top: 18px;
    }
}

/* Item - Testimonials */
.item-testimonial-box{
    padding: 15px;
}

.item-testimonial {
    display: flex;
    justify-content: start;
    flex-direction: column;
    border-radius: 15px;
    border: 1px #DBD2B6 solid;
    background-color: #fff;
    box-shadow: 0px 0px 17px 0px rgba(2, 6, 19, 0.09);
    width: 100%;
    /* min-height: 374px; */
    max-width: 1160px;
    padding: 32px;
    margin: auto;
}

.item-testimonial .excerpt {
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
    width: 100%;
    height: 160px;
    margin: auto;
    margin-bottom: 40px; 
}

.item-testimonial .s1 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.item-testimonial .s1:before{
    content: '';
    width: 117px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background: url(../images/svg/5greenstar.svg);
    margin-bottom: 30px;
}

.item-testimonial .s2 {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.item-testimonial .title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: left;
}

.item-testimonial .position{
    text-align: left;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.item-testimonial .img-con {
    display: flex;
    justify-content: start;
    margin-bottom: 0px;
}

.item-testimonial .img-con img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.item-testimonial .s2 .play-box{
    margin-left: 40px;
}

.item-testimonial .s2 .play{
	font-size: 0px;
	display: inline-flex;
	align-items: center;
    width: 70px;
    height: 70px;
    background: url(../images/svg/play-green.svg);
	background-size: contain;
    background-repeat: no-repeat;
}

.item-testimonial .s2 .play:hover{
	opacity: 0.5;
}

@media(max-width: 1023px){
    .item-testimonial {
        padding: 20px;
    }
    
    .item-testimonial .s2 .play-box{
        margin-left: 0px;
    }
    
    .item-testimonial .excerpt {
        font-size: 14px;
        height: 300px;
		margin-bottom: 20px;
    }
    
    .item-testimonial .s2 {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

	.item-testimonial .s1:before{
		margin-bottom: 20px;
	}
}
 

.nr-list a{
    position: relative;
    display: flex;
    width: 100%;
    background: #FFF;
    border-radius: 8px;
    margin-bottom: 10px;
    align-items: center;
    column-gap: 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px; /* 121.429% */
    letter-spacing: 1px;
    text-transform: uppercase;
    overflow: hidden;
    padding-right: 20px;
}

.nr-list a img {
    width: 100%;
    max-width: 40px;
    height: 50px;
    border-radius: 8px 0 0 8px;
    object-fit: cover;
    padding: 10px 5px;
}

.nr-list a span{
    width: 100%;
}

/*.nr-list a:hover{

}*/

.nr-list a:after{
    content: url(/wp-content/uploads/2024/04/Subtract.svg);
    position: absolute;
    right: -10px;
    transition: all 200ms ease;
}

.nr-list a:hover:after{
    right: 0px;
}

.nr-list a:last-child{
    margin-bottom: 0;
}
/* END Item - Testimonials */


/* Custom TOC 1 */
.custom-toc-1 .elementor-toc__header{
    display: none;
}

.custom-toc-1 .elementor-toc__body{
    padding: 0;
}

.custom-toc-1 .elementor-widget-container{
    border: 0 !important;
}

.custom-toc-1 .elementor-toc__list-item-text{
    color: #022623;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.custom-toc-1  .elementor-toc__list-item{
    padding-top: 5px;
    padding-bottom: 12px;
	padding-right: 15px;
    border-bottom: 1px solid #DBD2B6;
    position: relative;
    overflow: hidden
}

.custom-toc-1  .elementor-toc__list-item:hover:after{
    right: 0;
}

.custom-toc-1 .elementor-toc__list-item:after {
    content: url(/wp-content/uploads/2024/04/Subtract.svg);
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -10px;
    transition: all 200ms ease;
}


@media(max-width: 767px){
    .custom-toc-1 .elementor-toc__header{
        display: block;
        padding: 10px 0px;
            border-bottom: 1px solid #DBD2B6;
    }
    
    .custom-toc-1 .elementor-toc__toggle-button {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        min-height: 30px;
    }
    
    .custom-toc-1 .elementor-toc__toggle-button i{
        position: absolute;
        right: 0;
        top: 15px;
        font-size: 12px;
    }
    
    .custom-toc-1 .elementor-toc__header-title{
        font-weight: 600;
    }
}
/* END Custom TOC 1 */
