.elementor-kit-6{--e-global-color-primary:#1E538E;--e-global-color-secondary:#A83651;--e-global-color-text:#575757;--e-global-color-accent:#EE701F;--e-global-color-36a3def:#242424;--e-global-color-a41e6a1:#575757;--e-global-color-09b6c13:#D4D4D4;--e-global-color-7de6539:#00000000;--e-global-color-5e16780:#FFFFFF;--e-global-color-870dce8:#F3F3F3;--e-global-color-bd47d31:#0046A2;--e-global-typography-primary-font-family:"Epilogue";--e-global-typography-primary-font-size:72px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Epilogue";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1em;--e-global-typography-6a4026e-font-family:"DM Sans";--e-global-typography-6a4026e-font-size:18px;--e-global-typography-6a4026e-font-weight:300;--e-global-typography-6a4026e-line-height:1em;--e-global-typography-ba9b37e-font-family:"Epilogue";--e-global-typography-ba9b37e-font-size:20px;--e-global-typography-ba9b37e-font-weight:500;--e-global-typography-ba9b37e-line-height:1.2em;--e-global-typography-8969650-font-family:"Epilogue";--e-global-typography-8969650-font-size:24px;--e-global-typography-8969650-font-weight:400;--e-global-typography-8969650-line-height:1.2em;--e-global-typography-86bed89-font-family:"Epilogue";--e-global-typography-86bed89-font-size:64px;--e-global-typography-86bed89-font-weight:500;--e-global-typography-86bed89-line-height:1.2em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:var( --e-global-typography-6a4026e-font-family ), Sans-serif;font-size:var( --e-global-typography-6a4026e-font-size );font-weight:var( --e-global-typography-6a4026e-font-weight );line-height:var( --e-global-typography-6a4026e-line-height );border-radius:12px 12px 12px 12px;padding:8px 8px 8px 20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1366px;}.e-con{--container-max-width:1366px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-kit-6{--e-global-typography-primary-font-size:48px;--e-global-typography-secondary-font-size:30px;--e-global-typography-ba9b37e-font-size:20px;--e-global-typography-8969650-font-size:18px;--e-global-typography-86bed89-font-size:34px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-6a4026e-font-size );line-height:var( --e-global-typography-6a4026e-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:28px;--e-global-typography-secondary-font-size:22px;--e-global-typography-86bed89-font-size:34px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-6a4026e-font-size );line-height:var( --e-global-typography-6a4026e-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    overflow-x: hidden;
}

/* button arrow style */
.btn-arrow-style .elementor-button-icon {
    padding: 8px;
    background: #fff;
    border-radius: 5px;
}
.btn-arrow-style .elementor-button-content-wrapper {
    align-items: center;
}

.btn-arrow-secoundery-color .elementor-button-icon {
    padding: 8px;
    background: #0046A2;
    border-radius: 5px;
}

/* add rotate animation on image */


.rotate-img img {
  animation: rotate360 12s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* home page 02/ services seciotn hover animation */

/* Hide image initially */
.hover-box .hover-img {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.5s ease;
}

/* Transition for the SVG icon itself */
.hover-box .rotate-icon-on-hover svg {
  transition: transform 0.5s ease;
}

/* When hover-box is hovered — show image */
.hover-box:hover .hover-img {
  opacity: 1;
  transform: scale(1);
}

/* Rotate only the SVG icon */
.hover-box:hover .rotate-icon-on-hover svg {
  transform: rotate(0deg) !important;
}


.uppercase {
    text-transform: uppercase;
    font-weight: 300;
    
}
.flex-mobile .elementor-icon-box-wrapper {
    flex-direction: row !important;
}




.hide-post-content .elementor-post__text p {
    display: none;
}
.hide-post-content .elementor-post__text {
    border-bottom: 1px solid #ffffffc2;
}
.tab-open-color-change .e-n-accordion-item[open] {
    background-color: #0046A2;
    border-radius: 10px;
}/* End custom CSS */