.elementor-kit-10{--e-global-color-primary:#235489;--e-global-color-secondary:#DDDDDD;--e-global-color-text:#3C3C3C;--e-global-color-accent:#235489;--e-global-color-2fe9105:#FFFFFF;--e-global-color-0aa73ac:#F5F5F5;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:var( --e-global-color-primary );font-size:16px;font-weight:500;color:var( --e-global-color-2fe9105 );}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{background-color:var( --e-global-color-text );color:var( --e-global-color-2fe9105 );}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-weight:400;}.elementor-kit-10 a:hover{color:var( --e-global-color-text );}.elementor-kit-10 h1{font-family:"FinalSix", Sans-serif;font-size:40px;font-weight:600;line-height:24px;}.elementor-kit-10 h2{color:var( --e-global-color-primary );font-family:"FinalSix", Sans-serif;font-size:34px;font-weight:600;text-transform:uppercase;line-height:70px;}.elementor-kit-10 h3{font-family:"FinalSix", Sans-serif;font-size:25px;font-weight:500;}.elementor-kit-10 h5{font-size:26px;line-height:77px;}.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);}@media(max-width:1024px){.elementor-kit-10 h2{line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10 h1{font-size:25px;}.elementor-kit-10 h2{font-size:28px;line-height:1.2em;}.elementor-kit-10 h3{font-size:21px;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html{
    overflow-x:hidden;
    max-width: 100%;
    
    }

.elementor-sticky--effects .sticky-logo img {
	height: 35px!important;/*-- edit the pixels to change to desired shrinking size --*/
}

.sticky-logo img {
	transition: .5s all ease-in-out;
}

@media screen and (max-width: 767px) {
    .elementor-sticky--effects .sticky-logo img {
	height: 35px!important;/*-- edit the pixels to change to desired shrinking size for mobile --*/
}
}

/* -- Changing the menu background on scroll effect -- */

.elementor-sticky--effects {
   background: #fff!important; /* change the background color here*/
}

.elementor-sticky--effects .sticky-menu-items ul li a /* change the menu text color here*/ {
   color: #fff!important;
}

.elementor-sticky--effects, .sticky-menu-items ul li a {
  transition: .5s all ease-in-out;
}




ul li {line-height: 28px;
    font-size: 17px;
    font-weight: 300;
    list-style-type: square;
}

p {line-height:26px;}



    
.swiper-pagination-bullet-active { background-color: #828cc5!important;
}

.swiper-pagination-bullet { background-color:#828cc5!important;
}


.elementor-kit-10 .elementor-button-icon {   
    display: none;   
    animation: slideInOut 0.5s; 
} 

.elementor-kit-10 a:hover .elementor-button-icon {   
    display: inline-block; 
}  

@keyframes slideInOut {   
    0% {     
        transform: translateX(-10px);     
        opacity: 0;   
    }   
    50% {
        opacity: 1;
    }
    100% {     
        transform: translateX(0);     
        opacity: 1;   
    }
}



 .elementor-shape {
     bottom: -1px;
     animation: wave 22s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
     width: 210%;
 } 
@keyframes wave {
   0% {
     margin-left: 0;
   }
     50% {
     margin-left: -1600px;
   }
   100% {
     margin-left: 0px;
   }
 }  


.offisy-calendar ul.links li .btn-link {color:white!important;
    padding: 10px!important;
    margin-bottom: 5px;
}

.sub-menu-toggle {display: none;}/* End custom CSS */