.elementor-kit-5{--e-global-color-primary:#103573;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#103573;--e-global-color-ff8bcf0:#000000;--e-global-color-e1d18cd:#FFFFFF;--e-global-color-24337d5:#3E6AB4;--e-global-color-0329a68:#DEDEDE;--e-global-color-a87633d:#030F27;--e-global-color-e51087f:#1F212C;--e-global-color-67f4660:#8A99C0;--e-global-color-2984aae:#3E6AB400;--e-global-color-f6b913e:#1A9426;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-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 */.page-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 16px !important;
}

.page-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 5px;
    width: 70px;
    background-color: #3D6AB4;
    transform: translateX(-35px);
    
}

.section-title {
    position: relative;
    padding-bottom: 20px;
}

.section-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 50px;
    background-color: #3D6AB4;
}


.service-item-card {
    cursor: grab;
}

.service-item-image-wrapper {
  height: 240px;
  overflow: hidden;
}

.service-item-image {
  transition: transform 0.3s ease-in-out;
}

.service-item-card:hover .service-item-image {
  transform: scale(1.1);
}

.service-item-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: #3D6AB4;
  z-index: 1;
   transition: all 0.3s ease-in-out;
}
.service-item-card:hover::after {
    height: 8px;
}
.service-item-card:hover .service-item-card:before {
  transform: scale(1.1);
}

.service-item-card:hover,
.project-card:hover{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#scroll-top-button {
    display: none;
    cursor: pointer;
}/* End custom CSS */