.elementor-kit-8{--e-global-color-primary:#3399CC;--e-global-color-secondary:#0F232C;--e-global-color-text:#000000;--e-global-color-accent:#F4AF1B;--e-global-color-c01bae7:#F4AF1B;--e-global-color-abc2c21:#CD6235;--e-global-color-9442b9f:#333333;--e-global-color-28ec3a2:#CCCCCB;--e-global-color-76a6479:#FFFFFF;--e-global-color-328abed:#000000;--e-global-color-c857af1:#DEEEF8;--e-global-color-f51a261:#C0E2F1;--e-global-color-6a910aa:#A2D1E6;--e-global-color-be218e4:#83C1E0;--e-global-color-bf4e345:#63B2D7;--e-global-color-5cd61f2:#2782AC;--e-global-color-318d31a:#286C8D;--e-global-color-603d401:#1D536D;--e-global-color-a9ccddf:#143B4D;--e-global-color-c7f3701:#0F232C;--e-global-typography-primary-font-family:"Merriweather";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Merriweather";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Merriweather";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-accent );}.elementor-kit-8 a:hover{color:var( --e-global-color-secondary );font-family:"Inter", Sans-serif;}.elementor-kit-8 h1{font-family:"Merriweather", Sans-serif;}.elementor-kit-8 h2{font-family:"Merriweather", Sans-serif;}.elementor-kit-8 h3{font-family:"Merriweather", Sans-serif;}.elementor-kit-8 h4{font-family:"Merriweather", Sans-serif;}.elementor-kit-8 h5{font-family:"Merriweather", Sans-serif;}.elementor-kit-8 h6{font-family:"Merriweather", Sans-serif;}.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 */body, html {
    overflow-x: hidden;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  /* background: ; optional background */
}

.marquee-inner {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 35s linear infinite;
}

.marquee span {
  display: inline-block;
  /*font-size: clamp(24px, 6vw, 80px);*/
  font-size: clamp(40px, 8vw, 100px);
  font-weight: 800;
  text-transform: uppercase;
  color: #1b1b1b;
  padding-right: 3rem;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.servicCrd:hover .coserv .elementor-icon {
  background-color: #3399CC !important; /* change to your desired color */
  transition: background-color 0.3s ease;
}


.imgg {
  background-size: 182% !important;
  transition: background-size 0.5s ease-in-out;
  background-repeat: no-repeat;
}

.imgg:hover {
  background-size: 190% !important;
}/* End custom CSS */