.page-id-12 .preyantechnosys-slider-wrapper {
    position: relative;
    z-index: 8;
    background-color: transparent;
}

.page-id-12 .preyantechnosys-sticky-footer .site-footer{display: none;}
.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;
    border-radius: 10px;
}

@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(20px);
        transform: translateY(20px);
        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;
    border-radius: 10px;
}


@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;
    border-radius: 10px;
}


@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;
  }
}

.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;
}

.page-id-12 .site-footer {
	display:none;
}
.page-id-12 .site-content-wrapper{margin-bottom: 0!important;}

.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);} 
 }


/*canija landing page css*/
.box-shadow-1 .tp-rs-img{
   box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.prt-ts-btn{
    padding: 25px;
    text-align: center;
}

.prt-ts-btn a {
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
}
.prt-thumb-img {
    position: relative;
    border-bottom: 5px solid var(--prt-border-color);
}
.prt-thumb-img .prt-main-img{
    border: 5px solid var(--prt-border-color);
    width: 100%;
    max-width: 100%;
}
.prt-thumb-img:after {
    content: '';
    position: absolute;
    height: 5px;
    left: 0px;
    width: 0%;
    right: auto;
    bottom: -5px;
    background-color: var(--prt-border-color);
    transition: .7s all ease;
    z-index: 1;
}
.prt-thumb-img:hover:after {
    width: 100%;
    transition: .7s all ease;
    background-color: var(--prt-skincolor);;
}

.prt-thumb-img .head-thumb h3.prt-demo-title span{
    font-size: 50px;
    line-height: 60px;
}

.prt-thumb-img .head-thumb h3{
    font-size: 20px;
    line-height: 30px;
}








.ts-imgbox-style1 .elementor-image-box-content .elementor-image-box-title {
    font-size: 15px;
    line-height: 25px;
    margin-top: 20px;
}
.ts-imgbox-style1.elementor-widget-image-box .elementor-image-box-img {
    background-color: var(--prt-whitecolor);
    height: 135px;
    width: 135px;
    text-align: center;
    margin: 0 auto!important;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
}
.ts-imgbox-style1.elementor-widget-image-box:hover .elementor-image-box-img img{
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.ts-imgbox-style1.elementor-widget-image-box:hover .elementor-image-box-img img{
    animation: prt-bounce 500ms ease-in-out 50ms
}

@keyframes prt-bounce {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
.ts-imgbox-style1.elementor-widget-image-box:hover .elementor-image-box-content .elementor-image-box-title{
    color: var(--prt-skincolor);
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}



.ts-iconbox-style1 .preyantechnosys-iconbox .preyantechnosys-iconbox-icon img {
    min-width: 58px!important;
}
.ts-iconbox-style1 .preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-heading {
    padding-left: 18px;
}


.ts-imgbox-style2 .elementor-image-box-content .elementor-image-box-title {
    font-size: 22px;
    line-height: 32px;
    padding: 5px 10px 0;
}

.ts-imgbox-style2.elementor-widget-image-box:hover .elementor-image-box-img img{
    transform: rotateY(180deg);
}
.ts-imgbox-style2.elementor-widget-image-box:hover .elementor-image-box-img img{
    transform: rotateY(180deg);
}
.ts-imgbox-style2:after {
    position: absolute;
    content: '';
    border-right: 1px solid rgb(255 255 255 / 10%);
    height: 60%;
    top: 20%;
    right: 35px;
    width: 1px;
}
.border-right1.ts-imgbox-style2:after {right: 34px;}
.border-right2.ts-imgbox-style2:after {right: -36px;}
.border-right3.ts-imgbox-style2:after {right: 7px;}
.border-right4.ts-imgbox-style2:after {right: 0px;content: unset;}
.max-height-74{
    max-height: 74px;
}


.pagebuilder-img-1 img {
    left: 6%;
    position: relative;
}

.arrow-shape,
.prt-linedot-img {
    position: relative;
}
.prt-linedot-img:after {
    position: absolute;
    background-image: url(https://canija.preyantechnosys.com/wp-content/uploads/2022/12/line-dot-img.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    content: '';
    right: 0;
    top: 10px;
    width: 10px;
}

.th-main-slide-heading span{
    font-family: "Playfair Display", Tahoma, Geneva, sans-serif;
    font-style: italic;
    font-weight: 500;
    color: #ffa819 !important;
}
.special-fontfamily{
    font-family: "Playfair Display", Tahoma, Geneva, sans-serif;
    font-style: italic;
    font-weight: 500;
}

.prt-skincolor{color: var(--prt-skincolor) !important;}
.arrow-shape{
    display: block;
    background-color: transparent;
    z-index: 1;
    animation: shake 24s linear infinite;
}
.img-shadow{
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%)
}


/*header*/
.nav-menu {
    float: unset;
    margin: 0 auto;
    text-align: center;
}


@media (max-width: 1024px) {
    .ts-imgbox-style2:after {
        height: 80%;
        top: 0;
        right: 7px;
    }
}


.page-id-12 .prt-header-overlay.prt-header-style-classic2 #site-header-menu #site-navigation .nav-menu{
        float: unset;
}