 .prt-thumb-img {
        background-color: var(--prt-whitecolor);
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 7%);
    padding: 25px 30px 25px 30px;
    border-radius: 20px;
    position: relative;
    transition: all 0.5s ease-out;
}
.prt-thumb-img:hover {
    transform: translateY(10px);
    transition: all 0.5s ease-out;
}
.prt-thumb-img .main-home-img {
    background-color: var(--prt-greycolor);
    border-radius: 10px;
    margin-top: 15px;
}
.prt-thumb-img .main-home-img img {
    min-width: 100%;
}
.head-thumb .prt-demo-title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 32px;
}
.prt-custom-heading h2.elementor-heading-title {
    font-family: "Brush Script MT";
    transform: rotateZ(8deg);
}
.prt-counter-heading h2.elementor-heading-title {
    background-image: linear-gradient(90deg, hsla(142, 70%, 49%, 1) 40%, hsla(0, 0%, 100%, 1) 60%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
.first-section-bg-top img {
    animation-name: float_left_right;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
@keyframes float_left_right {
  0% {
    transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }

  50% {
    transform: translateX(20px);
    transform: translateX(20px);
    opacity: 1;
  }

  100% {
    transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

.first-section-bg-bottom img {
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

}

.tm-marque-text.elementor-widget p {
    width: 100%;
    animation: prt-marque-text 5s linear infinite;
    will-change: transform;
    white-space: nowrap;
    margin-bottom: 0
}
.tm-marque-text.elementor-widget.elementor-widget-text-editor .elementor-widget-container {
    overflow: hidden;
    background-color: var(--prt-skincolor);
    color: var(--prt-whitecolor);
    transform: rotate(8deg);
    padding: 8px 0;
    position: relative;
    margin: 20px -8px;
}
.prt-bgcolor-darkgrey .tm-landing-digit .prt-fid.inside.prt-fid-view-lefticon h3 {
    color: var(--body-fonts-color) !important;
    font-size: 15px;
    line-height: 28px;
    font-family: var(--body-font-family);
}
.tm-landing-digit .prt-fid-without-icon.inside h4 {
    padding-bottom: 0;
    margin-bottom: 5px !important;
}
.mailchimp-inputbox {
    margin-bottom: 5px;
}
.mailchimp-inputbox-style1 {
    position: relative;
}
 .mc4wp-form-fields input[type="email"], 
 .mc4wp-form-fields input[type="text"] {
    color: var(--prt-whitecolor);
    padding: 17px 170px 17px 25px !important;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    position: relative;
    border-radius: 50px !important;
    border: 1.5px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
}
.mc4wp-form-fields button.submit {
    position: absolute;
    display: block;
    right: 9px;
    left: auto;
    top: 9px;
    bottom: 9px;
    background-color: var(--prt-skincolor);
    padding: 6px 25px 6px;
    border: 0;
    border-radius: 30px;
    color: var(--prt-whitecolor);
    font-size: 18px;
    line-height: revert-layer;
}
footer {
    margin-top: -1px;
}

@media (max-width:767px) {  
.preyantechnosys-listimgbox-styleone .preyantechnosys-listimgbox-heading {
    display: block !important;
   }
.preyantechnosys-listimgbox-styleone .prt_listimgbox_wrap  .award_picture  img {
    position: relative !important;
    right: auto !important;
    left: 0 !important;
    visibility: visible !important;
    transform: scale(1) !important;
}
.preyantechnosys-listimgbox-styleone  .award_picture {
    padding-top: 30px;
}
.preyantechnosys-listimgbox-styleone h4.prt-box-subtitle,
.preyantechnosys-listimgbox-styleone h4.prt-box-title,
.preyantechnosys-listimgbox-styleone .prt-cta3-content-wrapper{
    width: 100% !important;
}
}