.elementor-kit-8{--e-global-color-primary:#E7FEFF;--e-global-color-secondary:#F0FEFE;--e-global-color-text:#FEDC1A;--e-global-color-accent:#FDED8B;--e-global-color-05ee22b:#90BB15;--e-global-color-8b52313:#000000;--e-global-color-dc5746a:#FFFFFF;--e-global-color-1d86129:#FCFCFC;--e-global-color-13379da:#F7F7F7;--e-global-typography-primary-font-family:"Hind Vadodara";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:1.15em;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-9a8bb9a-font-family:"Hind Vadodara";--e-global-typography-9a8bb9a-font-size:54px;--e-global-typography-9a8bb9a-font-weight:600;--e-global-typography-9a8bb9a-text-transform:capitalize;--e-global-typography-9a8bb9a-line-height:1.15em;--e-global-typography-358dcc5-font-family:"Hind Vadodara";--e-global-typography-358dcc5-font-size:35px;--e-global-typography-358dcc5-font-weight:600;--e-global-typography-358dcc5-text-transform:capitalize;--e-global-typography-358dcc5-line-height:1.15em;--e-global-typography-ad2faf7-font-family:"Open Sans";--e-global-typography-ad2faf7-font-size:18px;--e-global-typography-ad2faf7-font-weight:400;--e-global-typography-ad2faf7-line-height:1.7em;background-color:var( --e-global-color-1d86129 );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:#1B71D4;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:880px){.elementor-kit-8{--e-global-typography-primary-font-size:50px;--e-global-typography-9a8bb9a-font-size:50px;--e-global-typography-358dcc5-font-size:35px;}}@media(max-width:490px){.elementor-kit-8{--e-global-typography-primary-font-size:42px;--e-global-typography-secondary-font-size:18px;--e-global-typography-text-font-size:16px;--e-global-typography-9a8bb9a-font-size:42px;--e-global-typography-ad2faf7-font-size:16px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* button effects  --> */

.elementor-button-text {
    color: black;
    transition: all 0.4s;
}

.elementor-button {
    background-size: 200%;
    background-image: linear-gradient(to right, #fded8b 50%, #fedc1a 50%);
    transition: background-position 0.4s ease, background-color 0.4s ease;
}

.elementor-button:hover {
    background-position: -100%;
}

/* <--- */

/* portfolio effects --> */

.second:before {
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.first:hover .second:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}


.first:hover .third {
    opacity: 1;
    z-index: 2;
}

.third {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 0;
}

/* <--- */

/* service box effect --> */

.service {
    transition: all 0.5s ease-in-out;
}


.service:hover {
  transform: translateY(-10px);
}

/* <--- *//* End custom CSS */