.prt-thumb-img {
    background-color: var(--prt-white-color);
    -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: 15px 15px 15px 15px;
    border-radius: 10px;
    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-grey-color);
    padding: 40px 30px 0 65px;
    border-radius: 10px;
    margin-top: 15px;
}

.head-thumb .prt-demo-title {
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 50px;
    left: 40px;
    text-transform: capitalize;
}

.preyantechnosys-iconbox-stylesix {
    padding: 40px 30px 20px 30px;
    background-color: var(--prt-white-color);
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 8%);
}

.preyantechnosys-iconbox-stylesix .prt-icon-type-image {
    height: 66px;
    width: 66px;
    margin: 0 auto;
}

.preyantechnosys-iconbox-stylesix .prt-icon-type-image img {
    height: auto !important;
    width: auto !important;
    transition: all 0.35s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.preyantechnosys-iconbox-stylesix:hover .prt-icon-type-image img {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.preyantechnosys-iconbox-stylesix .preyantechnosys-iconbox-heading .prt-custom-heading {
    font-size: 20px !important;
    line-height: 30px !important;
    position: relative;
    font-weight: 600;
}

.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;
    }

}

.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;
    }

}

.footer-bg-top img {
    animation-name: float_right_left;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_right_left;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_right_left;
    -moz-animation-duration: 8s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

@keyframes float_right_left {
    0% {
        transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }

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

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

}

.prt-thumb-box {
    -webkit-box-shadow: 0px 0px 10px 0px rgb(24 24 24 / 7%);
    -moz-box-shadow: 0px 0px 10px 0px rgb(24 24 24 / 7%);
    box-shadow: 0px 0px 10px 0px rgb(24 24 24 / 7%);
}

.headingicon {
    display: block;
    border-top: 1px solid #e6e7e9;
    padding: 25px 0 0 20px;
}

.headtext {
    text-align: center;
    padding: 20px 0;
    background-color: var(--prt-white-color);
    display: block;
    border: 1px solid #d9d9d9;
    border-top: 0;
}

.headtext p {
    margin-top: -14px;
}

.icon {
    display: inline-block;
    background-color: #e01f11;
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 3px;
    padding-top: 5px;
    font-size: 18px;
}

.prt-thumb-box .inside {
    opacity: 0;
    padding: 0;
    margin: -14px;
}

.prt-thumb-box:hover .inside {
    opacity: 1;
    position: absolute;
    top: 44%;
    left: 30%;
    background-color: #e01f11;
    width: 46%;
    height: 9%;
    padding-top: 9px;
    z-index: 1;
}

.prt-thumb-box:hover .inside {
    transition: all 0.3s ease;
}

.prt-thumb-box .inside a {
    color: #fff;
}

.elementor-widget-container:hover .prt-thumb-box {
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.elementor-widget-container .prt-thumb-box {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.elementor-widget-container .prt-thumb-box {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.prt-border1 {
    position: relative;
}

.prt-border1:after {
    position: absolute;
    content: '';
    border-right: 1px solid rgb(255 255 255 / 20%);
    height: 60%;
    top: 20px;
    right: 10px;
    width: 1px;
}

.prt-image-line .elementor-button-wrapper:before {
    content: '';
    -webkit-mask: url(images/envato.svg) no-repeat 100% 100%;
    mask: url(images/envato.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: 15px;
    left: 42%;
    display: block;
    width: 20px;
    height: 23px;
    background: #fff;
    z-index: 3;
}

.site-footer {
    display: none;
}

.tada-img-single2 img {
    -webkit-animation: bounce2 12s linear infinite;
    -moz-animation: bounce2 12s linear infinite;
    -o-animation: bounce2 12s linear infinite;
    animation: bounce2 12s linear infinite;
}

@-webkit-keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(20px);
    }

    60% {
        -webkit-transform: translateY(10px);
    }

}

@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(20px);
    }

    60% {
        transform: translateY(10px);
    }

}

/**/
@media (min-width:1440px) {
    .container {
        width: 1430px !important;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1400px !important;
    }

}

.prt-image-line .elementor-button-wrapper:after {
    content: '';
    position: absolute;
    left: 45.5%;
    right: 0;
    top: 15px;
    background-color: rgb(255 255 255 / 20%);
    height: 20px;
    width: 1px;
    z-index: 2;
}

@media (max-width:1439px) {
    .main-home-page.elementor-element {
        padding: 70px 20px !important;
    }

}

@media only screen and (min-width:1025px) and (max-width:1439px) {
    .head-thumb .prt-demo-title {
        bottom: 10px;
        left: 30px;
        font-size: 22px;
        line-height: 32px;
    }

}

@media (max-width:767px) {
    .prt-image-line .elementor-button-wrapper:before {
        left: 39%;
    }

    .prt-image-line .elementor-button-wrapper:after {
        left: 43.5%;
    }

}

@media (max-width:679px) {
    .prt-border1:after {
        content: unset;
    }

}

@media (max-width:575px) {
    .prt-image-line .elementor-button-wrapper:before {
        left: 35%;
    }

    .prt-image-line .elementor-button-wrapper:after {
        left: 41.5%;
    }

}

@media (max-width:552px) {
    .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        content: unset;
        border: 0 !important;
    }

}

@media (max-width:430px) {
    .head-thumb .prt-demo-title {
        font-size: 25px;
        line-height: 35px;
    }

}

@media (max-width:375px) {
    .prt-image-line .elementor-button-wrapper:before {
        left: 29%;
    }

    .prt-image-line .elementor-button-wrapper:after {
        content: unset;
    }

    .head-thumb .prt-demo-title {
        font-size: 20px;
        line-height: 30px;
        bottom: 10px;
    }

}

@media only screen and (min-width:680px) and (max-width:1024px) {
    .prt-border1:after {
        content: unset;
    }

}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .footer-title h2.elementor-heading-title.elementor-size-default {
        font-size: 30px !important;
        line-height: 40px !important;
    }

}

@media only screen and (min-width:1025px) and (max-width:1200px) {
    .footer-title h2.elementor-heading-title.elementor-size-default {
        font-size: 22px !important;
        line-height: 32px !important;
    }

}
