.elementor-kit-6{--e-global-color-primary:#2E86C7;--e-global-color-secondary:#E8C1B3;--e-global-color-text:#24292C;--e-global-color-accent:#CB2027;--e-global-color-6bd7915:#FFFFFF;--e-global-color-b8c7afb:#000000;--e-global-color-0ca1d3b:#105C91;--e-global-color-f19138e:#FFEEE7;--e-global-color-cf7fa6c:#54D2EF;--e-global-color-8d1ec01:#EDF3F6;--e-global-color-f755ecd:#DDA54A;--e-global-color-9131ffd:#444444;--e-global-color-8d2923e:#F4CD4A;--e-global-color-f07022d:#254A79;--e-global-typography-primary-font-family:"nimbus-roman";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"bebas-neue-pro";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"nimbus-roman";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"bebas-neue-pro";--e-global-typography-accent-font-weight:700;--e-global-typography-9bcca7f-font-family:"Fugaz One";--e-global-typography-9bcca7f-font-size:42px;--e-global-typography-9bcca7f-font-weight:800;--e-global-typography-9bcca7f-text-transform:uppercase;--e-global-typography-9bcca7f-line-height:43px;--e-global-typography-4068c72-font-family:"nimbus-sans";--e-global-typography-4068c72-font-size:27px;--e-global-typography-4068c72-font-weight:700;background-color:var( --e-global-color-6bd7915 );overscroll-behavior:auto;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1500ms;--e-preloader-animation:pulse;--e-preloader-animation-duration:1400ms;--e-preloader-delay:0ms;--e-preloader-width:218px;}.elementor-kit-6 e-page-transition{background-color:transparent;background-image:radial-gradient(at center center, var( --e-global-color-primary ) 0%, #105C9100 100%);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p:last-child {
    margin-bottom:0;
}
h1:last-child {
    margin-bottom:0;
}
p{
    text-wrap:balance;
}

.animatedBackground {
  top: 0;
  left: 0;
  background-repeat: repeat;
  background-position: 0 0;
  background-attachment:fixed;
  background-size: auto 100vh;
/*adjust s value for speed*/
  animation: animatedBackground 500s linear infinite;
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
/*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: -10000px 0;
  }
}


.shadow-image {
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.5));
}


.main-box {
    background-color:white;
}

.main-box:hover {
    color:white;
    background-color:#4DA6FF;
}

.main-box:hover p{
    color:white;
}

.post-title h3{
    font-weight:100 !important;
    font-size:22px !important;
}

.main-box:hover .post-title h3{
    color:white !important;
    font-weight:900 !important;
transform: scale(1.1, 1.1);
}

.faux-button {
    background-color:white;
    border: 1px solid black;
}

.main-box:hover .faux-button {
    background-color:#2D9DD1;
    border: 1px solid white;
    transform: scale(1.1, 1.1);
}


.main-box:hover .dl-icon {
filter: invert(100%);
}/* End custom CSS */