
.prt-thumb-img {
    padding: 40px 30px 30px  30px;
    position: relative;
    transition: all 0.5s ease-out;
    background-color: var(--prt-whitecolor);
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.prt-thumb-img:hover {
    transform: translateY(10px);
    transition: all 0.5s ease-out;
}

.prt-thumb-img .main-home-img {
    text-align: center;
}

.prt-thumb-img .main-home-img  img {
    background-color: var(--prt-white-color);
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
}

.head-thumb .prt-demo-title {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 0;
}

a.prt-header-btn {
    position: relative;
    padding: 13px 25px;
    border: 2px solid;
    font-size: 13px;
    font-weight: var(--button-font-weight);
    line-height: var(--button_fontsize);
    color: #fff;
    display: inline-block;
}

.prt-landing-imgbox img {
    position: relative;
    transition: all 600ms ease;
    display: inline-block;
    transition: all 0.5s ease-out;
}

.prt-landing-imgbox:hover img {
    transform: rotateY(180deg);
}


.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;
}

.page-id-6 .site-footer {
    display: none;
}

.page-id-6 .prt-header-overlay .prt-stickable-header-w {
    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: 1330px !important;
    }
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1300px !important;
    }

}


@media (max-width: 767px) {
    .Landing-page-imagebox .elementor-image-box-content ,
    .Landing-page-iconbox .elementor-image-box-content {
    margin-top: 20px;
}

}



/**/

.prt-list-icon ul li i {
    display: inline-block;
    box-sizing: border-box;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, #ff3f35 , #995aff );
}


/**/

.Landing-page-imagebox {
    position: relative;
    background-color: var(--prt-greycolor);
    padding: 30px 20px;
    border-radius: 10px;
    margin: 0px 10px;
}

.Landing-page-imagebox img {
    position: relative;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    display: inline-block;
}

.Landing-page-imagebox:hover img {
    -webkit-transform: translateY(5px) translate3d(0, 5px, 0);
    -moz-transform: translateY(5px) translate3d(0, 5px, 0);
    -ms-transform: translateY(5px) translate3d(0, 5px, 0);
    transform: translateY(5px) translate3d(0, 5px, 0);
}



/**/

.prt-image-line .elementor-button-wrapper a:hover {
    border-color: var(--prt-skincolor)!important;
}

.prt-image-line .elementor-button-wrapper {
    display: inline-block;
}

.prt-image-line .elementor-button-wrapper:after {
   content: '';
    position: absolute;
    left: 64px;
    right: 0;
    top: 18px;
    background-color: rgb(255 255 255 / 40%);
    height: 20px;
    width: 1px;
    z-index: 2;
}


@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 12s linear infinite;
  -moz-animation: rotating 12s linear infinite;
  -ms-animation: rotating 12s linear infinite;
  -o-animation: rotating 12s linear infinite;
  animation: rotating 12s linear infinite;
}