.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1064px;}.e-con{--container-max-width:1064px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header{padding-right:0px;padding-left:0px;}@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 */.plava .fa-envelope:before  {color :#1f1ade;}
.fa-envelope:before {color :#c11f34;}


.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
font-family: arial;
font-size: 14px;
color:#747474;
font-weight: 600
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 60s linear infinite;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.tilt {

    transform: skewX(-30deg); /* Promenite ugao tilta prema potrebi */
    transform-origin: top right; /* Promenite tačku tilta prema potrebi */
  }
  
  .tilt2 {

    transform: skewX(30deg); /* Promenite ugao tilta prema potrebi */
    transform-origin: top right; /* Promenite tačku tilta prema potrebi */
  }
 
 .text img {width:95%;}/* End custom CSS */