/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body .remove-padding p {
    margin-bottom: 0 !important;
}

.white-btn .elementor-button {
    background: var(--e-global-color-09e67a4);
    color: var(--e-global-color-primary);
}

.white-btn .elementor-button:hover {
    color: var(--e-global-color-09e67a4);
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.white-text a {
    color: inherit;
}

/* Menu css */
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
    margin: 0 30px 0 0;
}

@media(min-width:1651px){
	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
    	margin: 0 50px 0 0;
	}

}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    margin: 0 0 0 2px;
}



li#mega-menu-item-custom_html-2 .textwidget.custom-html-widget , li#mega-menu-item-custom_html-3 .textwidget.custom-html-widget {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.sub-mega-menu ul li .textwidget.custom-html-widget{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.mega-sub-menu li#mega-menu-item-custom_html-3{
    padding:25px 15px 70px 15px !important;
}
.sub-mega-menu .mega-sub-menu li.widget_custom_html{
	padding:25px 15px 70px 15px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu {
    background: rgb(255, 255, 255);
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 1) 49%, rgba(248, 248, 248, 1) 49%); */
    box-shadow: 0 4px 5px rgb(0 0 0 / 10%);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:last-child {
    margin-right: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    font-weight: 600 !important;
}

.main-row .first-row ul.main-ul li.main-li {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    color: #013874;
    transition: 0.5s;
}

.main-row .first-row ul.main-ul li.main-li:hover {
    padding-left: 10px;
}

.main-row .first-row h3 {
    /* border-bottom: 2px solid; */
    width: fit-content;
}

.main-row ul li {
    cursor: pointer;
}

.main-row .main-li ul {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 50px;
    max-width: 730px;
    background: #F8F8F8;
    height: 100%;
    width: 100%;
    max-width: 50%;
}

.main-row .child-first-row {
    display: block !important;
}

.main-row .main-li:hover ul {
    display: flex;
}

.main-row .first-row ul.main-ul {
    padding: 0;
    display: inline-block;
    column-count: 2;
    width: 50%;
}

.main-row .first-row ul.main-ul li.main-li {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}

.main-row .main-li ul li {
    display: flex;
    gap: 15px;
    align-items: center;
    color: #000;
}

.main-row .main-content h3 {
    border: none;
    color: #000;
}

.main-row .main-li img {
    width: 50%;
    order: 2;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.main-row .main-content {
    padding-right: 50px;
}

/* CSS Loader */
.spinner {
   width: 56px;
   height: 56px;
   border-radius: 50%;
   border: 9px solid;
   border-color: #dbdcef;
   border-right-color: #474bff;	
   animation: spinner-d3wgkg 1s infinite linear;
   text-align: center;
   margin: 0 auto;
}
.map-result #loader {
	margin-bottom: 40px;
}

@keyframes spinner-d3wgkg {
   to {
      transform: rotate(1turn);
   }
}

@media (max-width:1200px) {
	.main-row .main-li ul{
		padding: 40px 20px;
	}	
    .main-row .main-li ul {
        background: transparent;
    }

    .main-row .child-first-row {
        display: none !important;
    }

    .main-row .main-li:hover ul.child-first-row {
        display: block !important;
    }

    .mega-menu-toggle.mega-menu-open {
        z-index: 99999999 !important;
        top: 30px;
        position: fixed;
        right: 20px;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+#mega-menu-menu-1 {
        display: block;
        width: 100% !important;
        height: 100% !important;
        position: fixed;
        left: 0 !important;
        top: 90px;
        padding: 0px 20px 0 20px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
        text-align: left;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
        margin: 0 0px 0 0;
        display: inline-block;
        height: auto;
        vertical-align: middle;
        width: 100%;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu {
        background: rgb(255, 255, 255);
        box-shadow: 0 4px 5px rgb(0 0 0 / 10%);
    }
    .main-row .first-row ul.main-ul li.main-li:hover{
        padding-left: 0;
    }

    .main-row .first-row ul.main-ul {
        padding: 0;
        display: inline-block;
        column-count: 1;
        width: 100%;
    }
    .main-row .main-li ul {
        padding: 15px;
    }

    .main-row .main-li ul {
        position: relative;
        right: 0;
        top: 0;
        padding: 0;
        margin-top: 10px;
    }

    .main-row  .main-li img {
        width: 100%;
        order: 1;
        height: 200px;
        object-fit: cover;
    }

    .main-row .main-li ul li {
        display: block !important;
        align-items: center;
        color: #000;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
        font-size: 20px;
        float: unset;
    }
}

@media (max-width:768px) {
    .mega-menu-toggle.mega-menu-open {
        top: 10px;
    }
}

@media (max-width: 1500px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
        margin: 0 20px 0 0;
        display: inline-block;
        height: auto;
        vertical-align: middle;
    }
}

@media (max-width:1400px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
        margin: 0 3px 0 0;
    }
}
/* Menu css end */

.elementor-element.img-column .elementor-element.main-des {
    display: none;
}

.elementor-element.img-column .main-img img {
    height: 100%;
    object-fit: cover;
}

.elementor-element.img-column .main-img {
    height: 250px;
    transition: 0.5s;
    overflow: hidden;
}

.elementor-element.img-column:hover .main-img {
    height: 180px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: 0.5s;
    cursor: pointer;
}

.elementor-element.img-column:hover .elementor-element.main-des {
    display: block;
	position: absolute;
    background-color: #f9f9f9;
    width: 95%;
    bottom: -20px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.main-post .elementor-post__text {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 50px;
}

.footer-form button.forminator-button-submit {
    border-radius: 50px !important;
    padding: 10px 50px !important;
    text-transform: uppercase;
    font-size: 16px !important;
    margin: 20px 0 !important;
}

.footer-form button.forminator-button-submit:hover {
    background-color: #0054a6 !important;
    box-shadow: none !important;
    border: 1px solid #013874 !important;
}


/* Event page */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
    border-color: #D9D9D9 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border form input {
    color: #6F6F6F !important;
    padding: 13px 10px 13px 50px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border form svg {
    width: 28px;
    color: #6F6F6F;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link {
    padding: 10px 0 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    background-color: #007AD9 !important;
    border-radius: 3px !important;
	text-transform: capitalize;
	
}
.tribe-events button.tribe-events-c-top-bar__datepicker-button:focus {
    outline: none;
}
.tribe-events .tribe-events-c-view-selector__list-item-text {
    color: #013874 !important;
    font-size: 16px;
    font-family: 'Roboto';
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
    background-color: #013874;
}

.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
    color: #6F6F6F;
}

.tribe-events .tribe-events-calendar-list__month-separator time {
    font-size: 32px !important;
    color: #013874 !important;
    font-weight: bold;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime span {
    font-size: 16px;
    color: #000;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
    font-size: 30px !important;
    color: #013874 !important;
}

.tribe-events .tribe-events-calendar-list__event-datetime {
    color: #000;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
    line-height: 1;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium a {
    font-size: inherit;
    color: inherit;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 p {
    font-size: 16px;
    font-family: 'Roboto';
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col {
    font-family: 'Roboto' !important;
}

.tribe-events .tribe-events-calendar-list__event-featured-image {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.tribe-common--breakpoint-medium.tribe-events nav.tribe-events-calendar-list-nav.tribe-events-c-nav {
    display: none;
}
/* product page */
/* product benifits */

.product-benifits {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}

.product-benifits .main-content {
    width: 100%;
    max-width: 33.33%;
	    margin-bottom: 20px;
}

/* feature benifits */
.feature-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}

.feature-section .feature-content {
    width: calc(33.33% - 100px);
    margin: 0 50px;
}
.feature-content img {
    width: 100%;
}
@media ( max-width:992px ){
	.product-benifits .main-content {
    width: 100%;
    max-width: 48%;
}
	.feature-section .feature-content {
    width: calc(50% - 60px);
    margin: 0 30px;
}
	.feature-section .feature-content h4 {
    font-size: 20px;
}
}
/* product page */
@media (max-width: 991px) {
/* 	.first-content{
		padding-top:140px;
	} */
}
@media (max-width: 767px) {
/* 	.first-content{
		padding-top:55px;
	} */
	.product-benifits .main-content {
    width: 100%;
    max-width: 100%;
}
	    .feature-section .feature-content {
        width: calc(100% - 0px);
        margin: 0 0px;
		margin-bottom: 30px;
    }
    .tribe-events .tribe-events-calendar-list__event-datetime {
        font-size: 14px;
    }

    .tribe-common .tribe-common-h5,
    .tribe-common .tribe-common-h6 {
        font-size: 24px !important;
        line-height: 1;
        color: #013874 !important;
    }

    .tribe-events .tribe-events-c-nav__list-item {
        color: #013874 !important;
    }

    .tribe-common .tribe-common-h6 a {
        font-size: inherit !important;
        color: inherit !important;
    }

    .tribe-events .tribe-events-calendar-list__month-separator time {
        font-size: 22px !important;
    }

    .tribe-events .tribe-events-c-nav__list-item {
        color: #013874 !important;
        font-size: 18px;
    }
	.e-con > .e-con-inner{
		padding-left:10px;
		padding-right:10px;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1{
		top:55px;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
		width:35px !important; 
	}
}

.forminator-checkbox-label a {
    text-decoration: underline;
}

.header-menu #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    border-bottom: 3px solid transparent !important;
    padding: 0 !important;
    transition: all 0.3s ease-in-out;
}

.header-menu #mega-menu-menu-1>li.mega-menu-item:hover>a.mega-menu-link {
    border-bottom: 3px solid #013874 !important;
}


/* all custom css */
/* download pdf section */
.download-section ul {
    display: flex;
    flex-wrap: wrap;
    column-count: 2;
    padding: 0;
    justify-content: space-between;
}

.download-section ul li {
    display: flex;
    align-items: center;
    padding-right: 30px;
    padding-bottom: 30px;
    width: 48%;
}

.download-section a {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #013874;
    text-decoration: none;
    padding-bottom: 10px;
    display: block;
}

.download-section .down-content {
    padding-left: 20px;
}

/* download pdf section over */

/* releted products */
.releted-section .modual-content {
    width: 100%;
    max-width: 25%;
}

.releted-section .modual-content a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #013874;
    text-decoration: none;
    text-transform: uppercase;
}

.releted-section {
    display: flex;
    gap: 20px;
}

.releted-section .modual-content img {
    margin-bottom: 10px;
    width: 100%;
}

/* releted products over */
.download-btn {
    position: relative;
}

.elementor-element.download-btn a {
    font-size: 20px;
}

.download-btn:before {
    content: '';
    background-image: url(https://ejb.voidappsdev.uk/wp-content/uploads/2024/06/Downloads-2.png);
    height: 30px;
    width: 30px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: 20%;
}

.elementor-element.download-btn {
    position: relative;
}

.feature-box img {
    width: 100%;
}

.main-icon-box h3:before {
    content: '';
    background-color: #013874;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
}

.main-icon-box h3 {
    padding-bottom: 10PX !important;
    margin-top: 0;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    padding-right: 10px;
}

.main-icon-box h3:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #013874;
    position: absolute;
    top: 10px;
    right: 0;
}

.contact-link a {
    color: #013874;
}

.footer-form button.forminator-button-submit {
    border-radius: 50px !important;
    padding: 7px 50px !important;
    text-transform: uppercase;
    font-size: 16px !important;
    margin: 10px 0 !important;
    border: 1px solid #ffffff !important;
}

input::placeholder,
textarea::placeholder {
    font-style: italic;
    font-weight: 300;
}

.footer-form button.forminator-button-submit:hover {
    background-color: #ffffff !important;
    box-shadow: none !important;
    border: 1px solid #0054a6 !important;
    color: #0054a6 !important;
}

a.learn-more-btn {
    font-size: 16px;
    text-align: right;
    display: block;
    padding-top: 27px;
    font-weight: 400;
    color: #013874;
    transition: 0.5s;
}
a.learn-more-btn img {
    width: 14px;
}
a.learn-more-btn:hover {
    opacity: 0.5;
    transition: 0.5s;
}

@media (max-width: 1366px) {
    .main-li img {
        order: 1;
    }

    .main-content {
        padding-right: 0 !important;
        order: 2;
    }


    .main-li ul {
        /* right: 0;
        top: 30px;  */
        width: auto;
        max-width: 540px;
    }
}

@media (max-width: 992px) {
    .releted-section .modual-content {
        width: 100%;
        max-width: 47%;
        margin-bottom: 30px;
    }

    .releted-section {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
}

@media (max-width:767px) {
    .container-drodown {
        display: block !important;
    }
    .download-btn:before {
        top: 0;
    }

    .download-section ul {
        display: block;
        column-count: 1;
    }

    .download-section ul li {
        width: 100%;
		align-items: flex-start;
    }
.download-section ul li img {
    margin-top: 10px;
}
    .events-loops .e-con-inner {
        display: block;
    }

    .releted-section .modual-content {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .releted-section {
        display: flex;
    }

    .releted-section .modual-content img {
        margin-bottom: 0;
        width: 100%;
    }
}

/* all custom css over */

.footer-form .forminator-checkbox-label a {
    color: #fff;
    font-size: 14px;
}
.default-content a {
    text-decoration: underline;
}


/* Application */
.row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.col-md-3 {
    flex: 0 0 25%;
}

.application-card {
    position: relative;
    overflow: hidden;
}

.application-card .application-image {
    position: relative;
    overflow: hidden;
}

.application-card .application-image img {
    width: 100%;
    aspect-ratio: 16/9;
}

.application-content h3 {
    margin-bottom: 30px;
}
/* Application end */

/*Accordian*/


.accordion-item {
    border-top: 1px solid #ccc;
}

.accordion-header-product {
  
    cursor: pointer;
    padding: 15px;
    font-size: 18px;
    text-align: left;
    border: 0px !important;
    outline: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff !important;
    color: #013874 !important;
	font-weight:700 !important;
}

.accordion .accordion-item .accordion-content{
    opacity: 1 !important;
}
.accordion-content-product {
    padding: 15px;
    display: none;
    background-color: white;
}

/* main product links */

.main-prodct-category .main-product-row p {
    color: #013874;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.main-prodct-category .main-product-row .product-links div .product-btn {
    text-decoration: underline;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #013874;
    padding: 8px 40px 8px 40px;
    border-radius: 50px;
    background-color: #013874;
    color: #fff;
    margin-right: 20px;
}


.main-prodct-category .main-product-row .product-links div .product-btn:hover {
    color: #013874;
    background: #fff;
}

.main-prodct-category .main-product-row .product-links span {
    display: block;
    margin: 20px 0;
    font-weight: 500;
}

@media (max-width:992px) {
	.main-prodct-category .main-product-row .product-links div .product-btn {
    padding: 8px 20px 8px 20px;
		margin-right: 10px;
}
	.main-prodct-category .main-product-row .product-links div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
	.main-prodct-category .main-product-row .product-links div .product-btn {
        margin: 0;
		width: 40%;
    }
	
}
@media (max-width:992px) {
	.main-prodct-category .main-product-row .product-links div .product-btn {
        margin: 0;
		width: 100%;
    }
	.product-benifits{
		justify-content: space-between;
	}
	
}
/* main product links over */

/* application pages */
.feature-section .feature-content h4 {
    font-size: 20px;
    font-weight: 700;
}
.accordion-item button.accordion-header-product {
    white-space: normal;
}

@media ( max-width:767px ){
    .dropdown-filter .container{
        display: block;
    }
    .dropdown-filter .left-text{
        text-align: center;
        margin-bottom: 17px;
    }
    div#company-results {
        padding: 10px 0px !important;
    }
	.accordion-item button.accordion-header-product {
    white-space: normal;
    padding: 10px 0;
}
}

/* loader css */
.loader {
    display: none;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    z-index: 99999;
    width: 100%;
    margin: 0 auto;
}

.loader:after {
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    margin: 1em auto;
    border-radius: 50%;
    border: 6px solid #ccc;
    border-color: #333 transparent #333 transparent;
    animation: loader-spin 1.2s linear infinite;
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* loader css over */

.container-drodown {
    display: flex;
    align-items: center;
	justify-content: flex-end;
    width: 100%;
}
.left-text {
    flex: 1;
    text-align: right;
}
.left-text p{
    margin-bottom: 0;
}
.right-dropdowns {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}
.dropdown {
    margin-left: 10px;
}
.country-map .left-text {
	width:30%;
	flex:unset;
	text-align:right;
}
.country-map .right-dropdowns {
	flex:unset;
	width:50%;
/* 	max-width:100%; */
}
/* distributor page */

.container{
	display: flex;
    align-items: center;
    justify-content: flex-end !important;
    width: 100%;
}
.company-item h3 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 700;
}

div#company-results {
    padding: 50px 15px;
}

.custom-row p {
    display: flex;
    align-items: center;
}

.custom-row img {
    margin-right: 10px;
}

.custom-row p:empty {
    display: none;
}

.company-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}

.company-info .custom-row {width: 100%;max-width: 24.33%;}

.company-info .custom-row h5 {
    margin: 20px 0;
    font-weight: 700;
}

.company-info .custom-row a {
    text-decoration: underline;
    color: #0054a6;
}

p.address-row {
    width: 100%;
    max-width: 150px;
    align-items: flex-start;
}

@media ( max-width: 992px ){
    .company-info {
        max-width: 100%;
    }
    .company-info .custom-row {
        width: 100%;
        max-width: 100%;
    }
	.country-map .container {
		flex-wrap:wrap !important;
	}
	.country-map .left-text {
		width: 100%;
		text-align: center;
		margin-bottom:10px;
	}
	.country-map .right-dropdowns {
		width:100%;
	}
}
@media ( max-width:767px ){
    .company-info .custom-row {
        width: 100%;
        max-width: 100%;
    }	
}
@media (max-width: 600px) {
    .country-map .right-dropdowns {
       flex-wrap: wrap;
    	gap: 10px;
    }
}
/* distributor page over */
.product-stocked span.stockists-details__stockist__products__additional-product{
    display: block;
}
.faq-title{
    padding-bottom: 15px;
}
.faq-list .accordion-product{
/*     padding-left:15px; */
    padding-right: 15px;
}
.news-and-article .elementor-button{
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    fill: var(--e-global-color-09e67a4);
    color: var(--e-global-color-09e67a4);
    background-color: #0054A6;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 40px 10px 40px;
    margin-top: 30px;
}
.news-and-article h2.elementor-heading-title.elementor-size-default{
    padding-bottom: 50px;
}
.news-and-article .elementor-button-wrapper{
    text-align: center;
}
.news-and-article .elementor-button:hover{
    background-color: #ffff;
    border-color: #0054A6;

}
#company-results .company-item{
    margin-bottom: 30px;
}

.related-articel .elementor-post__title a{
    color: var(--e-global-color-primary);
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25em;
}
.related-articel .elementor-post__read-more {
    font-family: "Roboto", Sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-decoration: underline;
    color: var(--e-global-color-primary);
    position: relative;
    padding-right: 16px;
}

.article-heading .elementor-heading-title{
    padding-top:40px;
    text-align: center !important;
}
.related-articel .elementor-posts-container.elementor-posts{
    --grid-row-gap: 50px;
    --grid-column-gap: 51px;
}
.company-info .custom-row a:hover{
    color: #013874;
}
.related-articel  .elementor-post__title{
    margin-bottom: 20px !important;
}
.related-articel .elementor-post__excerpt{
    padding-bottom: 10px;
}
.related-articel .elementor-post__thumbnail__link{
    width: 40% !important;
}
.related-articel .elementor-post__thumbnail.elementor-fit-height{
    padding-bottom: calc(0.66* 100%);
}
.related-articel .elementor-post__thumbnail.elementor-fit-height img{
    height: 100% !important;
    width: 100% !important;
}
.company-item .address-row {
    display: flex;
}


/* .elementor-833 .elementor-element.elementor-element-3e8d0683 {
    --grid-column-gap: 51px;
    --grid-row-gap: 50px;
    --load-more-message-alignment: center;
}
.related-articel .elementor-posts-container.elementor-posts {
    --grid-row-gap: 50px;
    --grid-column-gap: 51px;
}
.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
}
.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);
}
.elementor-posts .elementor-post {
    display: flex;
}
.elementor-posts--thumbnail-left .elementor-post, .elementor-posts--thumbnail-right .elementor-post {
    flex-direction: row;
}
.elementor-posts--align-left .elementor-post {
    text-align: left;
}
.elementor-posts--skin-classic .elementor-post {
    overflow: hidden;
}
.elementor-833 .elementor-element.elementor-element-3e8d0683.elementor-posts--thumbnail-left .elementor-post__thumbnail__link {
    margin-right: 20px;
}
.elementor-833 .elementor-element.elementor-element-3e8d0683 .elementor-posts-container .elementor-post__thumbnail {
    padding-bottom: calc(0.66* 100%);
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.elementor-posts .elementor-post__thumbnail {
    position: relative;
}
.elementor-posts-container .elementor-post__thumbnail {
    overflow: hidden;
} */

.single-sub-product .related-articel article.elementor-post{
    display: flex;
    gap:15px;
}
.single-post .elementor-widget-text-editor a , .single-knowledge-centre .elementor-widget-text-editor a{
	color:#013874;
}
.anchore-image {
    height: 100%;
}

.anchore-image .elementor-heading-title, .anchore-image .elementor-heading-title a {
    width: 100%;
    display: block;
    height: 100%;
}
.footer-form .forminator-row .forminator-checkbox .forminator-checkbox-label a {
	color: #0154a5;
}
.footer-form .forminator-row .forminator-checkbox .forminator-checkbox-label a:hover {
	color: var( --e-global-color-text );
}
/* .knowledge-post-container .knowledge-post-list li img{
    height: 197px;
    width: 300px;
    object-fit: cover;
} */


.knowledge-post ul.knowledge-post-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two equal-width columns */
    gap: 30px; /* Space between items */
}
.knowledge-post-load{
    text-align: center;
    margin-top: 25px;
}
ul.knowledge-post-list li img {
    height: 220px;
    width: 40%;
    object-fit: cover;
    object-position: center;
    min-width: 300px;
}
.knowledge-post-load {
    text-align: center;
    margin-top: 25px;
    display: flex;
    justify-content: center;
}
.knowledge-post-load #load-more:hover, .knowledge-post-load #load-more:focus{
    background: #013874;
    color: #fff;
}
.footer-form .forminator-checkbox-label a{
    color: #fff !important;
}

span.accordion-table {
		background-color: #043c7c;
		color: #ffffff;
		padding: 15px 25px;
		display: flex;
		text-transform: uppercase;
		margin-bottom: 10px;
		position:relative;
		display:none;
	cursor:pointer;
	}
	span.accordion-table:after {
		position: absolute;
		content: '';
		top: 50%;
		right: 5px;
		width: 16px;
		height: 16px;
		background-image: url(/wp-content/uploads/2025/05/chevron-down-solid.svg);
		background-repeat: no-repeat;
		background-size: contain;
		transform: translate(-50%, -50%);
		filter: brightness(0) invert(1);
	}
	span.accordion-table.active:after {
		background-image: url(/wp-content/uploads/2025/05/chevron-up-solid.svg);
	}
@media(max-width:1650px){
	.e-con>.e-con-inner{
		max-width:1420px;
	}
}
@media(max-width:1400px){
	.e-con>.e-con-inner{
		max-width:1300px;
	}
}

.footer-contact .forminator-checkbox a{
	color:#000000 !important;
}
.footer-contact .forminator-checkbox a:hover{
	color:#0154a5 !important;
}

.product-loop-container .elementor-loop-container {
	display: flex;
	flex-wrap: wrap;
	gap: 0 !important;
	margin:0 -10px;
}
.product-loop-container .elementor-loop-container .e-loop-item{
	flex:0 0 auto;
	width:100%;
	padding:0 10px;
	margin-bottom:20px;
}
.product-loop-container {
    padding: 0 10px;
}
@media(min-width:768px){
	.product-loop-container .elementor-loop-container .e-loop-item{
		width:50%;
	}
}

@media(min-width:1367px){
	.product-loop-container .elementor-loop-container .e-loop-item{
		width:33.33%;
	}
}

.single-sub-product .feature-content img{
	    height: 248px;
	width:100%;
	object-fit:cover;
}

.specification-sec .repert-item a{
	color:#013874;
}

.download-section ul li > img {
	width: 15%;
}
.download-section ul li .down-content {
	width: calc(100% - 15%);
}
.knowledge-post-container-news ul.knowledge-post-list li div{
    padding-left: 20px !important;
}
.knowledge-post-container-news ul.knowledge-post-list li div a{
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
}
.knowledge-post-container-news ul.knowledge-post-list li div p{
    margin-bottom: 15px !important;
}
.knowledge-post-container-news ul.knowledge-post-list li img{
    height: 200px !important;
}
.knowledge-section.knowledge-section-news{
    padding-top:0px;
}
body a.elementor-button-link, .elementor-widget-container a , body a{
    text-decoration: none !important;
}
/* Table Container */
.custom-table-container {
    width: 100%;
    overflow-x: auto;
}

/* Table Styling */
.custom-table {
    width: 100%;
    border-collapse: collapse;
/*     text-align: left; */
	text-align:center;
    font-family: Arial, sans-serif;
}

/* Header Row */
.custom-table thead {
    background-color: #043c7c; /* Dark blue */
    color: #ffffff; /* White text */
    font-weight: bold;
}

.custom-table th {
    padding: 12px;
    border: 1px solid #ddd;
}

/* Body Rows */
.custom-table tbody tr {
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}

.custom-table td {
    padding: 10px;
    border: 1px solid #ddd;
}

/* Alternating Row Colors */
.custom-table tbody tr:nth-child(even) {
    background-color: #f5f5f5; /* Light grey */
}

/* Responsive Table */
@media screen and (max-width: 768px) {
    .custom-table th, .custom-table td {
        font-size: 14px;
        padding: 8px;
    }
}

.custom-table-container .custom-mobile-table {
  display: none;
}

/* Mobile view */
@media screen and (max-width: 767px) {
.custom-table-container .custom-mobile-table tbody { 
display: block;
width: 100%;
text-align: center;
}

.custom-table-container .custom-mobile-table tr { 
display: block;
width: 100%;
text-align: center;
}	
	
  .custom-table-container .desktop-view {
    display: none;
  } 
	.custom-table-container .custom-mobile-table a {
		color:#ffffff;
	}
.custom-table-container .custom-mobile-table td {
	display: block;
	width: 100%;
	text-align: center;
/* 	text-align:left; */
	padding: 3px 10px;
	position:relative;
}
	
/* 	.custom-table-container .custom-mobile-table td[title="Type"]:after {
	position: absolute;
    content: '';
    top: 50%;
    right: 5px;
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/uploads/2025/05/chevron-down-solid.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(1);	
	}
	.custom-table-container .custom-mobile-table td[title="Type"].active:after {
		background-image: url(/wp-content/uploads/2025/05/chevron-up-solid.svg);
	} */
	
	.custom-table-container .custom-mobile-table tr td:nth-child(1) {
		background-color: #043c7c;
    color: #fff;
	}
	
  .custom-table-container .custom-mobile-table {
    display: block;
/* 	margin: 20px 0px; */
	width: 100%;
  }
  .custom-table-container .mobile-header-block {
    margin-bottom: 0em;
    padding:0em;
    background:#f9f9f9;
    border:1px solid #ddd;
  }
 .custom-mobile-table .mobile-header-block .mobile-header {
    background-color: #043c7c;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 0px;
    text-align: center;
  }
  .custom-table-container .mobile-header {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 0.5em;
  }

  .custom-table-container .mobile-cell {
   text-align: center;
    border-bottom:1px solid #ddd;
    padding:5px 0;
  }
	.custom-table-container .mobile-cell:last-child {
	border: none;
}
	span.accordion-table {
		display:block;
	}
}
 @media (max-width: 480px) {
   .elementor-nav-menu .elementor-item.has-submenu .sub-arrow {
	padding: 4px;
	}
	.elementor-item.has-submenu {
		margin-left: -16px;
	}
}