.elementor-kit-7{--e-global-color-primary:#00304A;--e-global-color-secondary:#2693CC;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-276f3e6:#FAFAFA;--e-global-color-1f35e5b:#1A709D;--e-global-typography-primary-font-family:"Varela";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Varela";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:600;color:var( --e-global-color-text );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Poppins", Sans-serif;font-size:16px;font-weight:500;color:var( --e-global-color-accent );border-radius:50px 50px 50px 50px;padding:15px 25px 15px 25px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-1f35e5b );}.elementor-kit-7 a{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#00000080;}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:60px;--e-global-typography-secondary-font-size:40px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:54px;--e-global-typography-secondary-font-size:36px;--e-global-typography-text-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-image-carousel {
    margin-bottom: 5px;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

/* Loading Animations */
@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translate3d(0,50px,0); }
	to	{
		opacity: 1;
		transform: none;
	}
}

.elementor-element.fadeInUp {
	animation-name: fadeUp;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@keyframes fadeLeft {
	from {
		opacity: 0;
		transform: translate3d(-100px, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.elementor-element.fadeInLeft {
	animation-name: fadeLeft;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@keyframes fadeRight {
	from {
		opacity: 0;
		transform: translate3d(100px, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.elementor-element.fadeInRight {
	animation-name: fadeRight;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
}

/* Announcement Bar */
@media (min-width: 768px) {
.announcement-active {
    margin-top: 50px;
}

.announcement-active .sticky-header.elementor-sticky--active {
    top: 50px !important;
}}

@media (max-width: 767px) {
    .announcement-active .sticky-header {
        top: 30px !important;
    }
}

a.dialog-close-button.dialog-lightbox-close-button {
    text-decoration: none;
}

/* Testimonial Slider */
.logo-slider .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important; 
}

.logo-slider {
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    pointer-events: none;
}

.logo-slider img {
    max-width: 120px;
    width: 100%;
}/* End custom CSS */