/*
Theme Name: Elite Plus
Theme URI: https://wp-themes.com/twentytwenty
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Twenty Twenty child theme.
Template: twentytwenty
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: twentytwenty-child
*/

/* Font Family Start */
@font-face {
    font-family: 'poppins-bold';
    src: url('fonts/poppins-bold-webfont.woff2') format('woff2'),
        url('fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'poppins-semibold';
    src: url('fonts/poppins-semibold-webfont.woff2') format('woff2'),
        url('fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'poppins-thin';
    src: url('fonts/poppins-thin-webfont.woff2') format('woff2'),
        url('fonts/poppins-thin-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
	font-family: 'Poppins-Light';
    src: url('fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'poppins-regular';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'),
        url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'poppins-medium';
    src: url('fonts/Poppins-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Font Family End */
/* .pointer-none{
	pointer-events: none !important;
} */
.pt-80{
	padding-top: 80px !important; 
}
.pb-80{
	padding-bottom: 80px !important; 
}
.ptb-80{
	padding-top: 80px !important; 
	padding-bottom: 80px !important; 
}
.pt-40{
	padding-top: 40px !important; 
}
.pb-40{
	padding-bottom: 40px !important; 
}
.ptb-40{
	padding-top: 40px !important; 
	padding-bottom: 40px !important; 
}
.mt-50{
	margin-top: 50px !important; 
}
.mt-20{
	margin-top: 25px !important; 
}
.mb-15{
	margin-bottom: 15px !important; 
}
.container{
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}
body, p{
	font-size: 16px;
}
body, p, a, .widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary,ul,ol,
.elementor-icon-list-text{
	font-family: 'poppins-regular' !important;
}
h1, h2, h3, h4{
	font-family: 'poppins-bold' !important;
	margin:0px;
}
h5, h6{
	font-family: 'poppins-medium' !important;
	margin:0px;
}
p:last-child{
	margin-bottom: 0px;
}
.btn-style,
.new-btn-style a,
.new-btn-style2 a{
	color: #034153 !important;
    background-color: #feb100 !important;
    border: 1px solid #feb100 !important;
    border-radius: 7px !important;
    padding: 16px 32px 16px 32px !important;
    font-family: 'poppins-medium' !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    font-weight: 500 !important;
}
.new-btn-style2 a,
.new-btn-style a:hover,
.btn-style:hover{
    background-color: #034153 !important;
	text-decoration: none !important;
}
.btn-style:hover,
.new-btn-style a:hover{
	color: #ffffff !important;
}
.new-btn-style2 a:hover{
	background-color: #034153 !important;
}
.heading-style h2{
	line-height: 1.2em;
}
.icon-p-greay p{
	color: #5A5A5A !important;
}


/*  Modal Start */
#report-popup{
	cursor: pointer;
}
.modal-bg {
    background: rgba(0,0,0,.55);
	backdrop-filter: saturate(180%) blur(5px);
    zoom: 1;
    filter: alpha(opacity=80);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    width: auto !important;
    overflow-x: hidden !important;
}
.modal{
    width: min(900px,92%);
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 9999999;
    color: #fff;
    overflow-y: auto;
}
.close{
	position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    color: #000;
	text-decoration: none !important;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 800;
}

.modal-all-content{
	box-shadow: -1px 3px 13px 0px rgb(0 0 0 / 10%);
	padding: 50px 30px !important;
	border-radius: 18px !important;
	background-color: #fff !important;
}
.modal-all-content .contact-form{
	margin-top: 15px !important;
}
.modal-all-content .form-row-12.form-captcha {
    display: flex;
    justify-content: center;
}
.modal-all-content h2{
	text-align: center !important;
	display: inline-block;
	width: 100%;
}

/* Modal End */

/* Header Code Start */
header a{
	text-decoration: none !important;
}
.header-top-details{
	background: #034153;
	padding: 10px 0;
}
.header-top-details .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-top-details, .header-top-details p, .header-top-details a{
	color: #034153;
}
.icon-ul-style, .icon-ul-style li {
    margin: 0;
    list-style: none;
}
.icon-ul-style {
    display: flex;
    gap: 20px;
}
.icon-ul-style li {
    font-size: 14px;
}
.icon-ul-style li a{
    display: flex;
    gap: 8px;
    align-items: center;
}
.icon-ul-style li a:hover{
	color: #003323;
}
.social-icon-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
    text-align: center;
}
.social-icon-wrap a i{
    background-color: #fff;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
	color: #034153;
    border-radius: 50%;
	border: 1px solid #003323;
	transition: all 0.3s ease;
}
.social-icon-wrap a:hover i{
	background-color: transparent;
	border: 1px solid #fff;
}
ul.footer-icon-style a {
    color: white !important;
}
#site-header .header-inner{
	padding: 15px 0px !important;
	width: 100%;
}
#site-header .header-titles-wrapper {
	margin-right: 0;
	max-width: 100%;
	position: relative;
}
.site-logo img {
	max-height: 8rem;
}
header .primary-menu > li{
	margin-left: 35px !important; 
}
header .primary-menu > li:first-child{
	margin-left: 0px !important; 
}
header .primary-menu > li.menu-item a {
	color: #040404 !important;
	font-family: 'poppins-medium' !important;
	font-size: 16px;
}
header .primary-menu > li.menu-item.current-menu-item a, 
header .primary-menu > li.menu-item a:hover, 
header .primary-menu > li.menu-item.current_page_ancestor a{
    color: #034153 !important;
}
.primary-menu > li.menu-item-has-children > a {
    padding-right: 0 !important;
}

body:not(.overlay-header) .primary-menu > li > ul:after{
    display: none;
}
body:not(.overlay-header) .primary-menu ul {
    background-color: #fff !important;
    border-radius: 0px;
	width: 300px;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
	z-index: 999 !important;
}
header .primary-menu > li.menu-item .sub-menu li a,
body:not(.overlay-header) .primary-menu > li > .icon{
	color: #040404 !important;
	font-family: 'poppins-medium' !important;
}
header .primary-menu > li.menu-item .sub-menu li a:hover,
header .primary-menu > li.menu-item .sub-menu li.current-menu-item a,
body:not(.overlay-header) .primary-menu > li:hover > .icon{
	color: #034153 !important;
}
.primary-menu .current_page_ancestor {
  text-decoration: none !important;
}
header .primary-menu > li.menu-item-has-children{
	padding-right: 20px !important;
}
.header-bottom-details{
	background-color: #fff;
	transition: all 0.3s ease;
}
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
    margin-right: 0rem !important;
}
.navbar-spacer {
  display: none;
}


/* Footer Start */
#site-footer {
    font-size: 14px;
    padding: 0;
	margin-top: 0px !important;
}
#site-footer ul,
#site-footer ul li{
	margin: 0;
	list-style: none;
	padding: 0;
}
#site-footer a {
    color: #fff;
}
#site-footer .footer-top{
	border: none;
	background-color: #034153;
	flex-direction: column;
	padding: 0px !important;
	padding-bottom: 95px !important;
}

#site-footer a:hover,
#site-footer a:focus,
#site-footer nav > ul > li > a:focus, 
#site-footer nav > ul > li.current-menu-item > a{
    text-decoration: none !important;
    color: #feb100!important;
}
.footer-icon.social-icon-wrap {
    margin-top: 15px;
}
.footer-icon.social-icon-wrap i{
	background-color: #feb100 !important;
    border: 1px solid #feb100 !important;
}
.footer-icon.social-icon-wrap a:hover i{
	background-color: transparent !important;
}
#site-footer .footer-top .container{
	display: flex;
    gap: 30px;
    justify-content: space-between;
}
#site-footer h2{
    margin: 0 0 20px;
    font-size: 18px;
    text-transform: capitalize;
   	font-family: 'poppins-medium' !important;
    letter-spacing: 1px;
	color: #fff !important;
	font-weight: 500 !important;
}
#menu-footer-menu li,
#menu-services li{
	margin-bottom: 10px !important;
	line-height: 1.2em;
	position: relative;
}
#menu-footer-menu li::before,
#menu-services li::before,
.green-ul-style li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f054";
	font-weight: 900;
	margin-right: 8px;
	color: #feb100;
	font-size: 12px;
}
#menu-footer-menu li:last-child,
#menu-services li:last-child,
.footer-right-wrap .icon-ul-style li:last-child{
	margin-bottom: 0px !important;
}
.footer-right-wrap {
    width: 28%;
}
.footer-left-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.footer-icon-style li {
	display: flex;
	align-items: flex-start;
	margin-top: 20px !important;
	gap: 10px;
	color: #fff;
}
.footer-icon-style li i{
    background-color: #feb100;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 15px;
    color: #034153;
}
.footer-icon-style li i.fa-map-marker-alt{
	font-size: 17px;
}
.footer-icon-style li:first-child{
	margin-top: 0px !important;
}
.details-heading {
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'poppins-medium' !important;
}
.footer-icon-style li p:not(.details-heading ), .footer-icon-style li a{
	color: #fff !important;
}
#site-footer .section-inner {
    width: 100%;
    max-width: 100%;
	padding: 0 15px;
}
#site-footer .footer-credits {
    justify-content: space-between;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0px;
    border-top: 1px solid #fff;
}
#site-footer .footer-credits p{
    margin-bottom: 0px !important;
    font-weight: 400;
	font-size:14px;
	color: #fff;
}
.footer-copyright a b{
	font-family: 'poppins-semibold' !important;
	font-weight: 500 !important;
}

.slide-toggle-wrapper {
	overflow: hidden;
	transition: height 0.4s ease;
}
.first-title-new, .blog-container {
	display: none;
}
#footer-cta-new-main {
    background-color: #034153;
    position: fixed;
    bottom: 0;
    width: 100%;
	z-index: 999;
	border-top: 1px solid #ffffff96;
}
#footer-cta-new{
	position: relative;
	color: #fff;
	padding: 35px 15px 26px;
}
#footer-cta-new-main .down-arrow-new {
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    text-align: center;
    background-color: #034153;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 6px 8px #00000029;
    border: 1px solid #fff;
    cursor: pointer;
	font-size: 26px;
    color: #fff;
}
.first-title-new{
	text-align: center;
}
.row.align-items-center{
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}
.slide-toggle-wrapper .btn-style{
    background-color: #fed100 !important;
	border: 1px solid #003323 !important;
	text-decoration: none !important;    
	display: inline-block;
    padding: 12px 26px !important;
	color:#034153 !important;
}
.slide-toggle-wrapper .btn-style:hover{
	background-color: #fed100 !important;
	color: #034153 !important;
}
#footer-cta-new h3{
	font-family: 'poppins-medium' !important;
	font-size: 22px !important;
	font-weight: 500 !important;
}

/* Home Banner Code */
.main-banner-style p{
	max-width: 700px;
	margin: 0 auto !important;
}
.banner-btn-wrap .new-btn-style a, .banner-btn-wrap .new-btn-style2 a{
	width: 255px !important;
}

.image-content-box .elementor-image-box-img img{
	margin: 0px auto 5px;
}

/* About Section Code */
.green-ul-style{
	margin: 0px;
	list-style: none;
}
.green-ul-style li{
	margin-left: 0px;
	color: #003220;
	font-family: 'poppins-medium' !important;
	display: flex;
	align-items: baseline;
}
.green-ul-style li::before{
	color: #91C44E !important;
}
.new-ul-style.green-ul-style li{
	color: #5A5A5A;
	font-family: 'poppins-regular' !important;
	font-size: 16px;
}
.values-box{
	text-align: center;
}
.values-box-top,
.values-box-bottom{
    padding: 20px;
    text-align: center;
}
.values-box-top{
    background-color: #fff;
}
.values-box-bottom{
    background-color: #f76711;
	color: #fff;
}
.home-about-content p a{
	color: #5A5A5A !important;
}
.home-about-content p a:hover{
	color: #F76711 !important;
}

/* Progressbar code */
.progress-all-wrap {
    background-color: #003323;
    color: #fff;
    display: flex;
    gap: 15px;
    padding: 14px 20px;
    border-radius: 14px;
    max-width: 320px;
    margin-left: auto;
	margin-top: -50px;
	align-items: center;
}
.progress-icon,
.left-icon-box .elementor-image-box-wrapper .elementor-image-box-img{
    background-color: #91C44E;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}
.progress-icon img,
.services-img-wrap img,
.other-services-box figure a img{
	filter: brightness(0) invert(1);
}
.progress-section,
.left-icon-box .elementor-image-box-content{
    width: calc(100% - 75px) !important;
}
.progress-background {
	background-color: #fff;
	border-radius: 20px;
	height: 10px;
	position: relative;
}

.progress-bar {
	height: 100%;
	background-color: #f76711;
	border-radius: 15px;
	width: 0%;
	transition: width 0.4s ease;
	position: relative;
}

.progress-text {
	position: absolute;
	top: -30px; /* Number appears above the bar */
	left: 0;
	font-family: 'poppins-medium' !important;
	font-size: 15px;
	color: #fff;
	white-space: nowrap;
	transition: left 0.4s ease; /* Synchronized transition with bar */
}
.progress-title {
    font-family: 'poppins-medium' !important;
    margin-bottom: 7px;
    font-size: 16px;
}

.mone-back-section,
.case-icon-wrap,
.patner-section{
	background: linear-gradient(90deg,rgba(19, 77, 38, 1) 0%, rgba(0, 51, 35, 1) 50%, rgba(19, 77, 38, 1) 100%) !important;
}
.mone-back-section > div:hover .elementor-animation-grow{
    transform: scale(1.2) !important;
}

.p-max-width{
    max-width: 990px !important;
    margin: auto;
}

/* Lets connect Code */
.connect-section .elementor-widget-image-box .elementor-image-box-title a{
	font-family: 'poppins-medium' !important;
}
.connect-section .elementor-image-box-wrapper .elementor-image-box-img{
    width: 120px !important;
    height: 120px !important;
    background-color: #f76711;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 15px;
    margin: 0px auto 15px !important;
}
.successful-client-section .progress-background,
.successful-pink .progress-background{
	background-color: #f5ebe2;
}
.successful-client-section .progress-section,
.successful-pink .progress-section{
	width: 100% !important;
}
.successful-client-section .progress-text,
.successful-pink .progress-text{
	color: #000;
	font-family: 'poppins-semibold' !important;
}
.successful-client-section .progress-text,.successful-pink .progress-text{
	top: -24px;
}


/* Number Box Code */
.number-box-wrap{
	width: calc((100% - 30px)/2) !important;
}
.box-number .elementor-heading-title{
    background: #003323;
    padding: 20px 15px 15px;
    line-height: inherit;
    width: 90px;
	height: 82px;
	font-size: 42px !important;
    text-align: center;
    border-radius: 15px;
}

/* Services Section Code */
.service-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.service-slider > div{
	width: calc((100% - 80px)/4);
	padding: 20px;
	border: 1px solid #034153;
	border-radius: 15px;
	text-align: center;
}
.service-slider > div,
.other-services-box > div{
	transition: all 0.5s ease;
	cursor: pointer;
	background-image: linear-gradient(to left, transparent, transparent 50%, #044254 50%, #034153);
	background-position: 100% 0;
	background-size: 200% 100%;
}
.services-img-wrap,
.other-services-box figure a{
    width: 90px;
    height: 90px;
    background-color: #034153;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: auto;
    border-radius: 50%;
}
.tit-blg {
	color: #003323;
	font-size: 16px !important;
	line-height: 1.4em;
	font-family: 'poppins-semibold' !important;
	margin: 12px 0 !important;
	display: block;
}
.service-excerpt {
    font-size: 12px;
}
/* .service-slider > div:nth-child(2){
	background-color: #f76711;
	color: #fff;
} */
.service-slider > div:hover,
.other-services-box:hover > div{
   background-position: 0 0;
	color: #fff;
}
.service-slider > div:hover .tit-blg,
.other-services-box:hover h3,
.other-services-box:hover .elementor-image-box-description{
	color: #fff !important;
}
.service-slider > div:hover .services-img-wrap,
.other-services-box:hover figure a{
	background-color: #fff;
}
.service-slider > div:hover .services-img-wrap img,
.other-services-box:hover figure a img{
	filter: grayscale(100%) brightness(60%) sepia(20%) saturate(400%) hue-rotate(170deg) contrast(95%);
}
.other-services-box{
	height: 100%;
}
header ul.icon-ul-style a {
    color: white !important;
}
/* Testimonials Code Start */
.testimonials-content-wrapper i{
	color: #feb100;
}
.testimonials_content{
	margin: 20px 0px !important;
}
.testimonials_content p{
	font-size: 14px;
	margin: 0px !important;
	display: block;
	color: #003324;
}
.testimonials-slider-wrapper{
	padding: 20px;
	border: 1px solid #034153 !important;
	border-radius: 15px;
	margin: 0 15px 10px;
	background-color: #fff;
}
.testimonial_author{
	justify-content: space-between;
}
.testimonial_author,
.testimonial_author_left{
	display: flex;
	align-items: center;
	gap: 15px;
}
.testimonial_author_left img{
	width: 70px;
	height: 70px !important;
	object-fit: cover;
	border-radius: 50% !important;
}
.testimonial_author_left h3{
	font-size: 18px !important;
	font-family: 'poppins-semibold' !important;
	color: #003324;
}
.slick-dots{
	display: none !important;
}

/* FAQ Code */
.faq-content p,
.faq-content a{
	color: #fff !important;
}
.all-faqs .e-n-accordion-item{
	margin-bottom: 20px !important;
	transition: all 0.3s ease !important;
}
.all-faqs .e-n-accordion-item:last-child{
    margin-bottom: 0px !important;
}
.all-faqs .e-n-accordion-item-title-text{
	font-family: 'poppins-semibold' !important;
}
.services-faqs .e-n-accordion-item > .elementor-element{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
    border-radius: 0 0 5px 5px;
}
.services-faqs .e-n-accordion-item summary,
.services-faqs .e-n-accordion-item > .elementor-element{
	transition: all 0.3s ease !important;
}

.latest-blog,
.all_case_wrap,
.all_industrie_wrap{
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}
.latest-blog > div{
	width: calc((100% - 60px)/3);
	border: 1px solid #d2d2d2;
	border-bottom: 5px solid #91c44e;
	padding: 19px 19px  25px;
	border-radius: 15px;
}
.event-img,
.industrie-img-wrap{
	position: relative;
	height: 220px;
	border-radius: 15px 15px 0px 0px;
	overflow: hidden;
}
.event-img img,
.case-image img,
.team-member .elementor-image-box-img img,
.industrie-img-wrap img{
	height: 100% !important;
	width: 100% !important;
	object-fit: cover;
	transition: all .4s ease;
}
.latest-blog > div:hover .event-img img,
.case-box:hover img,
.team-member:hover .elementor-image-box-img img,
.industrie-wrapper:hover .industrie-img-wrap img{
	transform: scale(1.05) rotate(2deg);
    opacity: .8;
}
.blog-categories {
    position: absolute;
	top:15px;
	left:15px;
    background: #f76711;
    pointer-events: none;
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 5px;
}
.blog-categories a{
	color: #fff;
	font-family: 'poppins-medium' !important;
	text-decoration: none;
}
.post-info.text-light {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 25px;
}
.time-text,
.default-btn-style,
.author-text{
	color: #f76711;
	font-size: 14px;
	font-family: 'poppins-semibold' !important;
}
.default-btn-style{
	font-size: 16px;
	text-decoration: none;
}
.latest-blog .tit-blg{
	font-size: 18px;
}
.latest-blog .tit-blg{
	margin: 18px 0 !important;
	text-decoration: none;
}
.latest-blog .latest-post-excerpt {
    margin-top: 10px;
    font-size: 14px;
    color: #5a5a5a;
}
.default-btn-style:hover{
	 color: #003323;
}
.gs_logo_single {
	padding: 0 28px !important;
}
img.default.gs-logo--img.wp-post-image{
	width: 100%;
}

.image-hover-effect > div{
	overflow: hidden;
}
.image-hover-effect img,
.sidebar-box img{
	transition: all .4s ease;
}
.image-hover-effect img:hover,
.sidebar-box:hover img{
	transform: scale(1.05);
}

/* Cases All Code */
.cases-section::before{
	height: 360px !important;
}
.all_case_wrap > div{
	width: calc((100% - 60px)/3);
	border: 10px solid #fff;
	border-bottom: none;
	border-radius: 15px;
}
.case-image,
.team-member .elementor-image-box-img{
	height: 266px !important;
	overflow: hidden;
	border-radius: 0px 0px 15px 15px !important;
}
.case-image-wrap img{
	width: 100%;
	transition: all 0.5s ease;
}
.case-orange-title {
    background: #034153;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    padding: 28px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.case-orange-title .tit-blg {
    margin: 0 !important;
    font-size: 20px;
    color: #fff;
}
.case-title-border{
	min-height: 1px;
	background: #fff;
	max-width: 160px;
	margin: 0 auto;
	width: 100%;
}
.sub-title{
	font-family: 'poppins-medium' !important;
	font-size: 16px;
}
.case-bottom-box{
	padding: 30px 24px;
	background-color: #fff;
	text-align: center;
	width: 86%;
	margin: 0 auto;
	border-radius: 15px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	border-bottom: 5px solid 5px solid #f9cd00;
	color: #5a5a5a;
	position: relative;
	margin-top: -50px;
}
.case-excerpt {
    font-size: 15px;
}
.case-bottom-box .default-btn-style {
    color: #003323;
}
.case-bottom-box .default-btn-style:hover{
    color: #f76711;
}
/* Inner Page Banner Code */
.inner-page-banner{
	background-image: url('https://eliteplusbookkeeping.com.au/wp-content/uploads/2025/12/bookkeeping-records.jpg');
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;
	min-height: 380px;
	display: flex;
	align-items: center;
	color: #fff;
	padding: 60px 0;
}
.inner-page-banner h1{
	font-size: 38px !important;
	position: relative;
	margin-top: 20px;
	padding-bottom: 20px;
}
.inner-page-banner h1::before{
	content:'';
	width: 160px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #91C44E;
}
/* .single-service .inner-page-banner h1{
	margin-bottom: 20px;
} */
.breadcrumbs {
    font-size: 16px;
}
.breadcrumbs a{
	color: #fed100;
	text-decoration: none;
}
.inner-banner-text{
    max-width: 900px;
	font-size: 18px;
	margin-top: 20px;
}
.delimiter {
    font-size: 12px;
}
.team-member .elementor-image-box-img{
	border-radius:10px !important;
}
@keyframes slideInFromUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.new-animated{  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 1s ease-out 0s 1 slideInFromUp;
}
/* About Page Code */
@keyframes bounce {
 0% {
		
		transform: translatey(0px);
	}
	50% {
		
		transform: translatey(-20px);
	}
	100% {
		
		transform: translatey(0px);
	}
}
.image-over-text {
    width: 298px;
    position: absolute !important;
    top: 25%;
    left: -30px;
	animation:bounce 5s ease-in-out infinite !important;
}
.image-over-text .elementor-icon-box-icon svg{
    transform: rotateX(180deg);
}
.ajax-results.all_case_wrap > .case-box{
	border: none;
}
.ajax-results.all_case_wrap > .case-box .case-image-wrap{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border: 10px solid #fff;
	border-radius: 15px;
}



/* Contact Page Code */
.ct-page-details,
.ct-page-details li{
	margin: 0px !important;
}
.ct-page-details.footer-icon-style li i{
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 25px;
}
.ct-page-details.footer-icon-style li i.fa-map-marker-alt {
    font-size: 28px;
}
.ct-page-details.details-heading{
	font-size: 20px;
}
.ct-page-details.footer-icon-style li p:not(.details-heading ), 
.ct-page-details.footer-icon-style li a {
    font-size: 17px;
}
.ct-page-details.footer-icon-style li p, 
.ct-page-details.footer-icon-style li a {
	font-family: 'poppins-semibold' !important;
}
.ct-page-details li{
	margin-bottom: 30px !important;
}
.ct-page-details li:last-child{
	margin-bottom: 0px !important;
}
.contact-form{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.form-row-3 {
    flex-basis: calc((100% - 40px)/3);
}
.form-row-6 {
    flex-basis: calc((100% - 20px)/2);
}
.form-row-12{
	flex-basis: 100%;
}
input, textarea, select{
	border: 1px solid #003323 !important;
	border-radius: 8px !important;
	font-family: 'poppins-regular' !important;
	font-size: 14px !important;
	color: #5a5a5a !important;
	padding: 18px 24px !important;
	outline: none;
	width: 100%;
}
select{
	background: transparent !important;
}
input:focus, textarea:focus, select:focus{
	border: 1px solid #003323 !important;
	outline:none !important;
}
input::placeholder, textarea::placeholder{
	color: #5a5a5a !important;
}
.btn-wrap p{
	display: flex;
    flex-direction: column;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #e57a1a !important;
    color: #e57a1a !important;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
    text-align: center;
}
input[type="submit"]:focus, input[type="submit"]:hover {
    text-decoration: none !important;
}
.wpcf7-spinner{
	display: none;
}
.contact-form > div > p{
	color: #5A5A5A;
	font-size: 14px;
}
.wpcf7-list-item{
    margin-left: 0;
	margin-right: 10px;
}
.contact-form br{
	display: none;
}
.contact-form > div > p > label {
    color: #003220;
    font-family: 'poppins-medium' !important;
}
.inner-form-style {
    border: 2px solid #f76711;
    border-radius: 16px;
	padding: 30px;
}  
.contact-form h5{
	color: #003323 !important;
	font-size: 20px !important;
}
input[type="checkbox"]{
	padding: 0px !important;
	border-radius: 0 !important;
}
.center-align{
	display: flex;
    justify-content: center;
}
.establishment-form .btn-wrap p{
	align-items:center;
}
.establishment-form .btn-wrap p input[type="submit"]{
	width: 240px;
}
.country-select.inside input[type=text]{
	padding-left: 50px !important;
}
input[type="file"]{
	padding: 16px 24px !important;
	width: 100% !important;
}

input[type="radio"] {
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding: 0px !important;
    width: 16px;
    height: 16px;
}
.linkified{
	color: #000;
}
.text-input .wpcf7-form-control-wrap{
	display: inline-block;
}
.text-input input{
    display: inline-block;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #003323 !important;
}
form a{
    color: #f76711;
}
.toggle-content .wpcf7-form-control-wrap{
	margin-bottom: 20px !important;
	display: block;
}
.toggle-content .wpcf7-form-control-wrap:last-child{
	margin-bottom: 0px !important;
}

/*Industries Page Code*/
.all_industrie_wrap.service-slider{
	gap: 30px;
}
.all_industrie_wrap.service-slider > div{
	width: calc((100% - 60px)/3);
	padding: 50px 15px;
}
.all_industrie_wrap .tit-blg{
	font-size: 20px !important;
}
.industrie-img-wrap{
	border-radius: 0px !important;
}


/* Services Inner Page */
.professional-section .elementor-image-box-img{
    width: 90px !important;
    height: 90px !important;
    background-color: #F76711;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 15px !important;
    border-radius: 50%;
	transition: all 0.5s ease;
}
.professional-section .image-content-box .elementor-image-box-img img {
    margin: 0 !important;
	filter: brightness(0) invert(1);
}
.professional-section .image-content-box > div{
	transition: all 0.5s ease;
	cursor: pointer;
	background-image: linear-gradient(to left,
		transparent,
		transparent 50%,
		#f76711 50%,
		#f76711);
	background-position: 100% 0;
	background-size: 200% 100%;
}
.professional-section .image-content-box > div:hover{
	background-position: 0 0;
}
.professional-section .image-content-box > div:hover .elementor-image-box-title,
.professional-section .image-content-box > div:hover .elementor-image-box-description{
	color: #fff !important;
}
.professional-section .image-content-box > div:hover .elementor-image-box-img img{
	filter: unset;
}
.professional-section .image-content-box > div:hover .elementor-image-box-img{
	background-color: #fff;
}
.offer-section .elementor-image-box-img{
	margin-left: auto !important;
	margin-right: auto !important;
}
.new-offer.professional-section .image-content-box,
.offer-section .image-content-box{
	height: 100%;
}
/* .new-offer.professional-section .image-content-box > div:hover{
	background-position: 100% 0;
}
.new-offer.professional-section .image-content-box > div:hover .elementor-image-box-title{
	color: #003323 !important;
}
.new-offer.professional-section .image-content-box > div:hover .elementor-image-box-description {
	color: #5a5a5a !important;
}
.new-offer.professional-section .image-content-box > div:hover .elementor-image-box-img img{
	filter: brightness(0) invert(1);
}
.new-offer.professional-section .image-content-box > div:hover .elementor-image-box-img{
	background-color: #f76711;
}
.new-offer .elementor-image-box-img{
	margin-right: 0px !important;
} */

/* Price Box Code */

.price-box h3{
	font-size: 23px !important;
	line-height: 1.4em !important;
}
.price-box h3 span{
	font-size: 13px;
	font-weight: 500;
	font-family: 'poppins-medium' !important;
	color: #f76711;
}
.price-box h2 {
    font-size: 35px !important;
    border-bottom: 1px solid #e0e0e0;
    padding: 18px 0 25px;
    margin-bottom: 25px;
    font-family: 'poppins-medium' !important;
}
.price-box .price-border-none h2{
	border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.price-box h2 span{
	font-size: 13px !important;
	font-weight: 400 !important;
    font-family: 'poppins-medium' !important;
	letter-spacing: 0.01px;
}
.bottom-span {
    display: block;
    line-height: 22px !important;
    margin-top: 18px;
}
.price-box .green-ul-style li::before{
	content: "\f14a";
	font-size: 13px;
	margin-right: 0px;
	position: absolute;
	left: 0;
	top:1px;
}
.price-box .green-ul-style li{
	font-size: 14px !important;
	display: block !important;
	margin-top: 8px;
	padding-left: 20px;
	position: relative;
}
.price-box .green-ul-style li span {
    display: block;
    font-size: 12px;
    color: #5a5a5a;
    margin-top: 4px;
}
.price-box .new-btn-style a{
	display: block !important;
}
.green-price-box .green-ul-style li,
.price-box .green-ul-style h2 span{
	color: #fff !important;
}
.price-box.green-price-box li span{
	color: #b9b9b9 !important;
}
.price-box .green-ul-style {
  transition: height 0.3s ease;
}
.default-btn-style.toggle-btn {
    width: 100%;
    display: block;
    margin-top: 30px;
    text-align: center;
    color: #feb100 !important;
	position: relative;
}
.new-offer .elementor-image-box-wrapper {
	gap: 20px !important;
}
.new-offer .elementor-image-box-wrapper .elementor-image-box-content{
	width: calc(100% - 110px) !important;
}
.multiple-price .price-box h2{
	padding: 0px !important;
	border-bottom: none !important;
	margin: 10px 0px 0px !important;
	font-size: 28px !important;
}

.price-box-height > .price-box,
.price-box-height > .list-container{
	padding: 25px 15px !important;
	border: 2px solid #034153 !important;
	border-radius: 15px !important;
}
.price-box-height > .price-box.green-price-box,
.price-box-height > .list-container:has(.price-box.green-price-box){
	background-color: #034153 !important;
	border: 2px solid #034153 !important;
}
.price-box p{
	font-size: 14px !important;
	 font-family: 'poppins-medium' !important;
}
/* Price Table Code */

.pricr-table,
.pricr-table *{
	border: none;
	font-size: 15px;
	margin: 0px;
}
.pricr-table thead {
    background-color: #003323;
    color: #fff;
    text-align: center;
}
.pricr-table tbody{
	border: 1px solid #91c44e2e;
}
.pricr-table thead th {
    font-family: 'poppins-medium' !important;
    font-weight: 500 !important;
/*     letter-spacing: 0.1px; */
    padding: 18px;
	font-size: 18px;
}
.pricr-table thead th:first-child{
	text-align: left;
}
.pricr-table tbody tr td{
	width: calc((100% - 30%)/4);
	padding: 16px 18px;
	text-align: center;
	font-size: 11px;
	color: #5A5A5A;
}
.pricr-table tbody tr td:first-child{
	width: 30%;
	text-align: left;
	font-family: 'poppins-medium' !important;
    color: #003323;
	font-size: 15px;
} 
.pricr-table tbody tr:nth-child(even){
	background: #91c44e2e;
}
.pricr-table i{
	font-size: 16px;
	color: #F76711;
}
.pricr-table h2 {
    color: #003323;
    font-size: 32px !important;
}
.pricr-table h2 span {
    font-size: 12px;
    color: #5A5A5A;
    font-family: 'poppins-medium' !important;
    font-weight: 400;
}
/* Blog Listing Page Code */
#project_listing {
    display: flex;
    flex-direction: column;
}
.pagination,
.post-nav{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}
.pagination{
	order: 2;
}
ul.page-numbers,
.page-numbers li{
	margin: 0px !important;
	list-style: none !important;
}
.post-nav:has(.page-numbers),
.pagination:has(.page-numbers){
	padding-top: 40px;
}
ul.page-numbers{
	justify-content: center;
	gap: 10px;
	border: none;
	margin-top: 40px !important;
	width: 100%;
}
ul.page-numbers:hover{
	background-color: transparent;
}
.page-numbers{
	color: #f76711  !important;
    background-color: transparent;
	border: 1px solid #f76711;
    width: 45px;
    height: 45px;
    display: flex !important;
    border-radius: 5px !important;
    text-align: center !important;
    align-items: center;
    justify-content: center;
	font-size: 15px;
    font-weight: 500;
	margin-right: 0px !important;
	text-decoration: none !important;
}
.page-numbers:hover,
.page-numbers.current{
	 background-color: #f76711;
     color: #fff !important;
}
#custom_search_input{
	background-image: url(/wp-content/uploads/2025/05/search-icon.png);
	background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 14px center;
    padding: 16px 16px 16px 42px !important;
    line-height: 1.6em;
}

/* Industries Page Code */
.all_industrie_wrap > div{
	width: calc((100% - 60px) / 3);
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	overflow: hidden;
	border: 10px solid #fff;
}
.industrie-inner-content{
	 padding: 28px;
    background: #f76711;
    color: #fff;
    text-align: center;	
}
.industrie-content .tit-blg {
    color: #fff;
    margin: 0px 0px 15px !important;
    position: relative;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.industrie-content .tit-blg::before{
	content: '';
	width: 180px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translatex(-50%);
}
.industrie-excerpt {
    font-family: 'poppins-medium' !important;
    font-size: 14px;
}

/* Cases Details Page Code */
.post-col-wrap h2,
.modal-all-content h2{
	font-size: 30px !important;
}
.post-col-wrap h3{
	font-size: 20px !important;
}
.post-col-wrap h4,
.post-col-wrap h5{
	font-size: 18px !important;
	font-family: 'poppins-semibold' !important;
	font-weight: 500 !important;
}
.post-col-wrap h2,
.post-col-wrap h3,
.post-col-wrap h4,
.post-col-wrap h5,
.modal-all-content h2{
	margin-bottom: 15px;
	color: #003323;
}
.post-col-wrap ul,
.post-col-wrap ol{
	margin-left: 0px !important;
	margin-bottom: 15px !important;
}
.post-col-wrap .btn-style{
	display: inline-block !important;
	text-decoration: none !important;
}
/* .post-col-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
.post-details-content{
	width: calc(100% - 28% - 50px);
}
.post-sidebar{
	width: 28%;
} */
/* .sidebar-box a{
	display: flex;
	gap: 15px;
	text-decoration: none !important;
	margin-bottom: 20px;
}
.sidebar-box a:hover .tit-blg{
	color: #f76711;
}
.side-case-image {
    width: 35%;
	border-radius: 10px;
	overflow: hidden;
}
.side-case-image img{
	height: 100%;
	object-fit: cover;
}
.sidebar-box .tit-blg{
	width: 65%;
	margin: 0px !important;
	line-height: 1.2em;
} */
.post-sidebar h2{
/* 	font-size: 28px; */
	position: relative;
	margin-bottom: 30px !important;
	padding-bottom: 8px;
	text-align: center;
}
.post-sidebar h2::before{
	content:'';
	width: 120px;
	height: 1.4px;
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	bottom: 0px;
	background-color: #f76711;
}
.feature-img{
	height: 650px;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 40px;
}
.feature-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.post-sidebar .all_case_wrap > .case-box{
	border: none;
}
.post-sidebar .all_case_wrap > .case-box .case-image-wrap{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border: 10px solid #fff;
	border-radius: 15px;
}
.page-id-1130 .cases-section::before {
    height: 460px !important;
}
.case-icon-wrap .connect-icon-wrap{
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}
.case-icon-wrap .connect-icon-wrap img{
	filter: brightness(0) invert(1);
	margin-right: auto;
    margin-left: auto;
	transition: all 0.5s ease;
}
.case-icon-wrap .connect-icon-wrap .elementor-widget-container:hover .elementor-image-box-img > img{
	filter: unset;
}
.ul-style{
    margin: 0;
}

/* Popular Services Code */
.popular-box .list-container::before{
	content: '';
	position: absolute;
	top: 2px;
	right: 2px;
	background-image: url(/wp-content/uploads/2025/06/Level-icon.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	width: 120px;
	height: 120px;
}
.popular-box .price-box h3 {
    padding-right: 70px;
}
/* Services Details Page */
.service-icon-list span.elementor-icon-list-icon {
    width: 22px;
    height: 22px;
    border: 2px solid #91C44E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 2px;
	margin-right: 3px !important;
}
.service-icon-list .elementor-icon-list-text{
	width: calc(100% - 26px) !important;
}
.service-icon-list span.elementor-icon-list-icon svg{
	margin-right: 0px !important;
}
.step-number {
	color: white;
	width: 90px;
	height: 90px;
	line-height: initial;
	border-radius: 50%;
	margin: 0 auto 15px;
	padding: 4px;
	overflow: hidden;
}
.step-number > div{
    width: 100%;
    height: 100%;
    border-radius: 50%;
	font-size: 42px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
}
.step-number:has(.s1){
	border: 1px solid #c0bfc4;
}
.step-number:has(.s2){
	border: 1px solid #b0b0b2;
}
.step-number:has(.s3) {
	border: 1px solid #6a6a6a;
}
.step-number:has(.s4){
	border: 1px solid #5c8aa4;
}
.step-number:has(.s5) {
	border: 1px solid #2f5e7c;
}
.step-number:has(.s6) {
	border: 1px solid #071c31;
}
.step-number:has(.s7){
	border: 1px solid #dadada;
}
.step-number:has(.s8){
	border: 1px solid #feb19d;
}
.step-number:has(.s9){
	border: 1px solid #f56c5a;
}
.s1{
	background-color: #c0bfc4;
}
.s2{
	background-color: #b0b0b2;
}
.s3{
	background-color: #6a6a6a;
}
.s4{
	background-color: #5c8aa4;
}
.s5{
	background-color: #2f5e7c;
}
.s6{
	background-color: #071c31;
}
.s7{
	background-color: #dadada;
}
.s8{
	background-color: #feb19d;
}
.s9{
	background-color: #f56c5a;
}
.step p,
.receivable-box p{
	font-size: 16px;
	color: #003323;
	font-family: 'poppins-medium' !important;
}
.step-section .row {
    display: flex;
	gap: 200px;
    flex-wrap: wrap;
	position: relative;
	padding-bottom: 50px;
}
.step-section .row:last-child{
	padding-bottom: 0px;
}
.step-section .row:first-child::before,
.step-section .row.reverse::before,
.step-section .row:last-child::before{
	content:'';
	width: 92%;
	height: 100%;
	border: 6px dashed #000000;
	position: absolute;
}
.step-section .row:first-child::before{
	top: 45px;
	right: 5px;
	z-index: -1;
	border-bottom-right-radius: 35px;
	border-top-right-radius: 35px;
	border-left: 0px;
}
.step-section .row.reverse::before{
	top: 40px;
	left:4px;
	z-index: -1;
	border-bottom-left-radius: 35px;
	border-top-left-radius: 35px;
	border-right: 0px;
}
.step-section .row:last-child::before{
	width: 92px;
	right: 2px;
	top: 34.5px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}
.step-section .row:last-child::after{
	content: '';
    border-top-width: 50px;
    border-top-style: solid;
    border-top-color: transparent;
    border-right-width: 50px;
    border-right-style: solid;
    border-right-color: red;
    position: absolute;
    right: 0px;
    top: 10px;
    transform: rotate(-45deg);
}
.step-section .row.reverse {
    flex-direction: row-reverse;
}

.step{
	text-align: center;
	width: calc((100% - 600px)/3);
}
.step-number:has(.s4, .s5, .s6, .s7, .s8, .s9){
	margin-top: -10px !important;
}
.receivable-icon-wrap {
    display: flex;
    gap: 80px 150px;
    flex-wrap: wrap;
}
.receivable-box{
	text-align: center;
	width: calc((100% - 450px)/4);
	position: relative;
}
.receivable-box::before,
.new-setup-style > .elementor-widget-image-box::before{
	content: '';
	background-image: url('/wp-content/uploads/2025/06/Arrow.png');
	width: 150px;
	height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: -150px;
    top: 50px;
}
.receivable-box:nth-child(4n)::before{
	display: none;
}
.receivable-box:nth-child(4)::before{
	display: block;
    background-image: url(/wp-content/uploads/2025/06/Bottom-arrow.png);
    width: 14px;
    height: 66px;
    right: 47%;
    top: unset;
    bottom: -72px;
}
.receivable-box:nth-child(5)::before,
.receivable-box:nth-child(6)::before,
.receivable-box:nth-child(7)::before{
	transform: rotate(180deg);
}
.receivable-image,
.new-setup-style > .elementor-widget-image-box .elementor-image-box-img{
    width: 100px !important;
    height: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
    margin: 0px auto 10px !important;
}
.our-setup-icon .elementor-image-box-img{
	width: 110px !important;
	margin-right: 40px !important;
}
.our-setup-icon .elementor-widget-image-box .elementor-image-box-wrapper{
	padding-bottom: 70px !important;
	position: relative !important;
}
.our-setup-icon .elementor-widget-image-box .elementor-image-box-wrapper::before{
	content:'';
	display: block;
    background-image: url(/wp-content/uploads/2025/06/Bottom-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
    width: 14px;
    height: 50px;
	position: absolute;
    left: 50px;
    top: unset;
    bottom: 0px;
}
.our-setup-icon .elementor-widget-image-box:last-child .elementor-image-box-wrapper::before{
	display: none;
}
.our-setup-icon .elementor-widget-image-box:last-child .elementor-image-box-wrapper{
	padding-bottom: 0px !important;
}
.includ-box-wrap > div{
	overflow: hidden;
}
.includ-box-wrap .elementor-image-box-title {
    background-color: #003323 !important;
    color: #fff !important;
}
.includ-box-wrap .elementor-image-box-title,
.includ-box-wrap .elementor-image-box-description {
    padding: 30px 15px;
}
.elementor-image-box-description.ul-style{
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
.all-orange-number-box .box-number .elementor-heading-title{
	background: linear-gradient(360deg,rgba(242, 100, 17, 1) 0%, rgba(255, 191, 89, 1) 100%) !important;
	border-radius: 50% !important;
    height: 90px;
	line-height: 60px;
}
.line1-number-box .number-box-wrap{
	width: 100% !important;
	max-width: 600px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.mone-back-section > .e-con-inner > .elementor-element:first-child{
	width: 20% !important;
}
.money-back-text{
	width: 78% !important;
	margin-left: auto !important;
}
.new-lodgement-style{
	justify-content: center !important;
}
.new-lodgement-style > .elementor-widget-image-box{
	width: calc((100% - 20px)/2) !important;
}
.new-setup-style{
	gap: 50px !important;
}
.new-setup-style > .elementor-widget-image-box{
	width: calc((100% - 200px)/5) !important;
	position: relative !important;
}
.new-setup-style > .elementor-widget-image-box .elementor-image-box-img img{
	width: 50px !important;
}
.new-setup-style > .elementor-widget-image-box:last-child::before{
	display: none !important;
}
.new-setup-style > .elementor-widget-image-box::before{
	width: 78px !important;
	height: 9px !important;
	right: -64px !important;
}

/* Responsive Code */
@media only screen and (max-width: 1280px){
	.image-over-text{
		left: 15px;
	}
}
@media only screen and (max-width: 1150px){
	.main-banner-style > .e-con-inner{
		padding-bottom: 200px !important;
	}
	.banner-bt-image{
		margin-top: -130px !important;
	}
	.home-about-content,
	.faq-content{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.service-slider > div{
		width: calc((100% - 60px) / 4);
	}
	.service-slider{
		justify-content: center;
	}
	.number-box-wrap .elementor-icon-box-title{
		font-size: 18px !important;
	}
	.number-box-wrap .elementor-icon-box-description{
		font-size: 15px !important;
	}
	.price-box h2{
		font-size: 34px !important;
	}
	.price-box h3 {
		font-size: 20px !important;
	}
	.step-section .row.reverse::before{
		left: 0px;
		top: 39px;
	}
	.step-section .row:last-child::before {
		width: 73px;
		top: 33.5px;
	}
}
@media only screen and (max-width: 1000px){
	.pt-80{
		padding-top: 60px !important; 
	}
	.pb-80{
		padding-bottom: 60px !important; 
	}
	.ptb-80{
		padding-top: 60px !important; 
		padding-bottom: 60px !important; 
	}
	.toggle-text, .toggle-inner .toggle-icon svg, .menu-modal .menu-bottom {
		display: none;
	}
	.toggle-inner .toggle-icon {
		background-image: url('/wp-content/uploads/2025/05/Hamburger_icon.png');
		background-size: contain;
		background-repeat: no-repeat;
		height: 22px;
		width: 34px;
	}
	.nav-toggle .toggle-inner {
		padding-top: 0;
	}
	.header-titles-wrapper,
	.header-inner .toggle{
		padding-right:0px;
	}
	header .header-titles-wrapper .nav-toggle {
		right: 0;
		justify-content: flex-end;
		background: transparent;
	}
	.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
		font-size: 16px;
		color: #040404 !important;
		font-family: 'poppins-medium' !important;
		padding: 15px 0;
		text-decoration: none !important;
		font-weight: 500 !important;
	}
	.modal-menu > li > .ancestor-wrapper > a:hover, .modal-menu > li > a:hover, 
	.modal-menu > li.current-menu-item.current_page_item > .ancestor-wrapper > a, 
	.modal-menu > li.current-menu-item.current_page_item > a ,
	.modal-menu > li > ul.sub-menu li a:hover,
	.modal-menu > li > ul.sub-menu li.current-menu-item a{
		color: #f76711 !important;
	}
	.menu-modal-inner.modal-inner .menu-wrapper.section-inner .modal-menu{
		padding: 0 15px;
	}
	.modal-menu ul li {
		border-left-width: 0 !important;
	}
	button.toggle.close-nav-toggle.fill-children-current-color,
	.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle{
		background-color: transparent;
		color: #f76711;
	}
	.site-logo img{
		max-height: 5rem;
	}
	.modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item > .ancestor-wrapper > a, .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
		text-decoration: none !important;
	}
	.service-slider > div{
		width: calc((100% - 40px) / 3) !important;
	}
	.successful-client-section{
		padding: 0px !important;
	}
}
@media only screen and  (max-width: 991px){
	.e-con.e-flex>.e-con-inner {
        flex-wrap: wrap !important;
        max-width: 100% !important;
    }
	.e-con.e-flex>.e-con-inner>div,
	.footer-right-wrap, .footer-right ul li span:first-child,
	.post-col-wrap > div{
		width: 100% !important;
	}
	#site-footer .footer-top .container,
	.footer-icon-style li,
	.footer-credits{
		flex-direction: column;
		text-align: center;
	}
	.footer-icon-style li > span{
		width: 100%;
	}
	.main-banner-style h1{
		font-size: 45px !important;
	}
	.inner-page-banner h1{
		font-size: 32px !important;
	}
	.about-image{
		max-width: fit-content !important;
		margin: auto !important;
	}
	
	.heading-style h2 br,
	#menu-footer-menu li::before, #menu-services li::before,
	.header-top-details,
	.p-max-width br{
		display: none !important;
	}
	.successful-client-section .image-hover-effect img{
		width: 100% !important;
	}
	.left-icon-box .elementor-image-box-wrapper{
		display: flex;
		text-align: left;
		align-items: center;
		gap: 15px;
	}
	.all_case_wrap > div,
	.latest-blog > div,
	.all_industrie_wrap > div{
		width: calc((100% - 30px)/2)!important;
	}
	.e-con.e-flex>.e-con-inner>div.team-member,
	.professional-section > .e-con-inner > div:has(.image-content-box){
		width: 50% !important;
	}
	.team-member .elementor-image-box-img{
		height: auto !important;	
		width: fit-content !important;
	}
	.team-member .elementor-image-box-img img{
		width: auto !important;	
	}
	.values-box.mt-50{
		margin-top: 0px !important; 
	}
	.all-price-wrap.e-con.e-flex>.e-con-inner>div{
		width: 50% !important;
	}
	.pricr-table h2 {
		font-size: 22px !important;
	}
	.pricr-table tbody tr td{
		width: calc((100% - 22%) / 4);
		padding: 15px 12px;
	}
	.pricr-table tbody tr td:first-child{
		width: 22%;
		font-size: 13px;
	}
	.pricr-table h2 span {
		font-size: 11px;
	}
	.image-over-text{
		position: relative !important;
		width: 100% !important;
		margin-top: 30px !important;
	}
	.new-offer .elementor-image-box-wrapper .elementor-image-box-content{
		width: 100% !important;
		margin-top: 10px !important;
	}
	.post-col-wrap{
		gap: 35px;
	}
	.feature-img {
		height: auto;
		margin-bottom: 25px;
	}
	.form-row-12.form-captcha {
		display: flex;
		justify-content: center;
	}
	.form-row-3{
		flex-basis: 100%;
	}
	.other-services-box{
		height: auto;
	}
	.step-section .row{
		gap: 100px;
	}
	.step {
		width: calc((100% - 300px) / 3);
	}
	.step-section .row:first-child::before{
		right: 1px;
	}
	.receivable-icon-wrap{
		gap: 50px;
	}
	.receivable-box {
		width: calc((100% - 150px) / 4);
	}
	.receivable-box::before {
		width: 50px;
		height: 5px;
		right: -50px;
	}
	.receivable-box:nth-child(4)::before{
		width: 7px;
		height: 64px;
	}
	.step p, .receivable-box p {
		font-size: 15px;
	}
	.e-con.e-flex>.e-con-inner>div:has(.includ-box-wrap){
		width: 50% !important;
	}
	.services-faqs .e-n-accordion-item > .elementor-element{
		padding: 15px !important;
	}
/* 	.our-setup-icon .elementor-widget-image-box .elementor-image-box-wrapper::before{
		display: none;
	}
	.our-setup-icon .elementor-widget-image-box .elementor-image-box-wrapper{
		padding-bottom: 30px !important;
	} */
	.our-setup-icon .elementor-image-box-img{
		margin-bottom: 15px !important;
	}
	.our-setup-icon .elementor-widget-image-box .elementor-image-box-wrapper::before {
		left: 50%;
		transform: translateX(-50%);
	}
	.box-number{
		margin: auto !important;
	}
	.ul-style{
		text-align: left !important;
	}
	.why-image img{
		width: 100% !important;
	}
	.patner-section .elementor-widget-image-box .elementor-image-box-img{
		margin-bottom: 12px !important;
	}
	.number-box-wrap{
		align-self: flex-start !important;
	}
	.money-back-text h3{
		font-size: 25px !important;
	}
	.new-setup-style{
		flex-wrap: wrap !important;
	}
	.new-setup-style > .elementor-widget-image-box{
		width: 100% !important;
	}
	.new-setup-style > .elementor-widget-image-box::before{
		background-image: url(/wp-content/uploads/2025/06/Bottom-arrow.png);
		width: 8px !important;
		height: 40px !important;
		left: 50%;
		right: unset !important;
		top: unset !important;
		bottom: -46px !important;
		transform: translateX(-50%);
	}
}
@media only screen and (max-width: 768px) {
	.site-logo img {
        max-height: 4rem;
    }
    .main-banner-style h1,
	.inner-page-banner h1{
        font-size: 30px !important;
    }
	.main-banner-style > .e-con-inner {
        padding-bottom: 150px !important;
    }
	.banner-bt-image{
		margin-top: -100px !important;
	}
	.about-image .elementor-widget-image > div{
		padding-right: 0px !important;
	}
	.progress-all-wrap {
		max-width: 100%;
		padding: 14px;
		margin-top: 13px;
		margin-bottom: 13px;
	}
	.heading-style h2{
		font-size: 28px !important;
	}
	.home-about-content .new-btn-style .elementor-button-wrapper,
	.row.align-items-center{
		text-align: center !important;
	}
	.mone-back-section .elementor-heading-title{
		font-size: 22px !important;
	}
	.service-slider > div{
        width: calc((100% - 20px) / 2) !important;
    }
	.connect-icon-wrap > div,
	.left-icon-box > div,
	.number-box-wrap{
		width: 100% !important;
	}
	.left-icon-box .elementor-image-box-wrapper,
	.left-icon-box .elementor-icon-box-wrapper{
		flex-direction: column !important;
		justify-content: center;
		text-align: center !important;
	}
	.all_case_wrap{
		gap: 15px;
	}
	.ajax-results.all_case_wrap{
		gap: 30px;
	}
	.left-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon{
		margin-right: 0px !important;
	}
	.inner-page-banner{
		min-height: 260px;
	}
/* 	.inner-page-banner h1{
		margin-bottom: 20px;
		padding-bottom: 14px;
	} */
	.form-row-6 {
		flex-basis: 100%;
	}
	.col-md-4.text-right {
		display: none;
	}
	.row.align-items-center p{
		display: none;
	}
	#footer-cta-new{
		padding: 35px 15px 20px;
	}
	#footer-cta-new h3{
		font-size: 18px !important;
	}
	.all_industrie_wrap.service-slider > div{
		width: calc((100% - 30px)/2);
		padding: 50px 15px;
	}
	.price-box h3{
		height: auto!important;
	}
	.all-plan-table > .elementor-element{
		overflow-x: scroll;
	}
	.all-plan-table > .elementor-element > .elementor-widget-container{
		width: 780px !important;
	}
	.industrie-inner-content {
        padding: 22px 15px;
    }
	.price-box {
		display: block !important;
	}
	.inner-form-style {
		border-radius: 10px;
		padding: 20px 10px;
	}
	.inner-banner-text{
		max-width: 100%;
		font-size: 14px !important;
	}
	.step-section .row:first-child::before,
	.step-section .row.reverse::before,
	.step-section .row:last-child::before,
	.step-section .row:last-child::after{
		display: none;
	}
	.step-section .row {
        gap: 60px;
		padding-bottom: 60px;
    }
	.step-section .row.reverse{
		flex-direction: row;
	}
	.step{
		width: 100%;
		background-color: #fff;
		padding: 12px 0;
		position: relative;
	}
	.step-number:has(.s4, .s5, .s6, .s7, .s8, .s9) {
		margin-top: 0px !important;
	}
	.step-section .step::before{
		content:'';
		width: 6px;
		height: 100%;
		border-left: 6px dashed #000000;
		position: absolute;
		top: 62px;
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
	}
	.step-section .row:last-child {
		padding-bottom: 60px;
	}
	.step-section{
		position: relative;
	}
	.step-section::before{
		content:'';
		border-top-width: 50px;
		border-top-style: solid;
		border-top-color: transparent;
		border-right-width: 50px;
		border-right-style: solid;
		border-right-color: red;
		position: absolute;
		right: 50%;
		bottom: -40px;
		rotate: 45deg;
		transform: translatey(-72%);
	}
	.post-col-wrap h2,
	.modal-all-content h2{
		font-size: 26px !important;
	}
	.post-col-wrap h3{
		font-size: 18px !important;
	}
	.post-col-wrap h4,
	.post-col-wrap h5{
		font-size: 17px !important;
	}
	.modal {
		height: 380px;
	}
	.modal-all-content{
		padding: 30px 15px !important;
	}
	.mone-back-section > .e-con-inner > .elementor-element:first-child,
	.money-back-text{
		width: 100% !important;
		text-align: center !important;
	}
	.money-back-text h3{
		font-size: 20px !important;
	}
	.mone-back-section > div .elementor-animation-grow{
		height: 160px;
		object-fit: contain;
		margin: auto !important;
	}
	.new-lodgement-style > .elementor-widget-image-box{
		width: 100% !important;
	}
}
@media only screen and (max-width: 650px){
	.main-banner-style h1{
		font-size: 28px !important;
	}
	.main-banner-style p{
		font-size: 14px !important;
	}
	.inner-page-banner h1,
	.heading-style h2 {
		font-size: 25px !important;
	}
	.service-slider > div,
	.all_case_wrap > div, .latest-blog > div,
	.e-con.e-flex>.e-con-inner>div.team-member,
	.professional-section > .e-con-inner > div:has(.image-content-box),
	.mone-back-section.e-con.e-flex>.e-con-inner>div:last-child,
	.mone-back-section.e-con.e-flex>.e-con-inner>div:first-child{
		width: 100% !important;
	}
	.case-orange-title,
	.case-bottom-box{
		padding: 25px 15px;
	}
	.case-bottom-box{
		width: 90%;
	}
	.testimonials-slider-wrapper{
		padding: 20px 15px;
	}
	.testimonials-slider-wrapper svg {
    fill: #034153 !important;
    stroke: none !important;
	}
	
	.testimonials-content-wrapper,
	.mone-back-section.e-con.e-flex>.e-con-inner>div> div{
		text-align: center !important;
	}
	.testimonial_author,
	.testimonial_author_left{
		flex-direction: column;
		justify-content: center;
	}
	.latest-blog > div{
		padding: 14px 14px 25px;
	}
	.inner-page-banner{
		min-height: 240px;
		text-align: center;
	}
	.inner-page-banner h1::before {
		left: 50%;
		transform: translateX(-50%);
	}
	.values-box-top, .values-box-bottom{
		padding: 20px 15px;
	}
	.all_industrie_wrap.service-slider > div{
		width: 100%;
		padding: 30px 15px;
	}
	.all_industrie_wrap .tit-blg{
		font-size: 18px !important;
	}
	.price-box h2 {
		font-size: 32px !important;
	}
	
	.all-price-wrap.e-con.e-flex>.e-con-inner>div,
	.all_industrie_wrap > div{
		width: 100% !important;
	}
	.industrie-img-wrap,
	.includ-box-wrap .elementor-image-box-description,
	.includ-box-wrap .elementor-image-box-title{
		height: auto !important;
	}
	.industrie-inner-content{
		height: auto !important;
		padding: 18px 12px;
	}
	.price-box-height > .price-box,
	.price-box-height > .list-container{
		padding: 20px 12px !important;
	}
	.new-offer.professional-section .image-content-box,
	.offer-section .image-content-box{
		height: auto;
	}
	.receivable-box {
		width: 100%;
	}
	.receivable-box::before {
		background-image: url(/wp-content/uploads/2025/06/Bottom-arrow.png);
		width: 8px;
		height: 40px;
		left: 50%;
		right: unset;
		top: unset;
		bottom: -46px;
		transform: translateX(-50%);
	}
	.receivable-box:nth-child(5)::before, .receivable-box:nth-child(6)::before, .receivable-box:nth-child(7)::before {
		transform: rotate(0);
	}
	.e-con.e-flex>.e-con-inner>div:has(.includ-box-wrap){
		width:100% !important;
	}
	.post-col-wrap li{
		margin: 0.5rem 0 0 2rem !important;
	}
	.modal-all-content h2{
		font-size: 22px !important;
	}
}