/*
Theme Name:     Maxbizz Child
Theme URI:      http://wpdemo.archiwp.com/maxbizz/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       maxbizz
*/

@import url("../maxbizz/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.blog123{
pointer-events: none!important;
}
a#whatsapp {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 100000000;
}
#back-to-top {
	background: #383b97!important;}
.hl-text {
    font-weight: 400 !important;
    color: #ff001d !important;
}
/* ******animation************ */
#vert-move {
	-webkit-animation: mover 1.7s infinite alternate;
	animation: mover 1.7s infinite alternate
}
#vert-move2 {
	-webkit-animation: mover 1.9s infinite alternate;
	animation: mover 1.9s infinite alternate
}
#vert-move3 {
	-webkit-animation: mover 4.1s infinite alternate;
	animation: mover 1.1s infinite alternate
}
@-webkit-keyframes mover {
	0% {
	transform:translateY(0)
	}
	100% {
	transform:translateY(-10px)
	}
}
@keyframes mover {
	0% {
	transform:translateY(0)
	}
	100% {
	transform:translateY(-10px)
	}
}
/* *******end*********** */ 
img.attachment-full.size-full.wp-image-2440 {
    animation: 20s linear infinite spin;
}
.image_curalbox { position: relative; }
#vert-move2.image_curalbox:before {
    content: "";
    width: 228px;
    height: 228px;
    border-radius: 50%;
    background: rgb(253 0 1) !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 0;
    -webkit-animation: myfirstc 2s infinite;
    animation: myfirstc 2s infinite;
}
#vert-move2.image_curalbox:after {
    content: "";
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgb(253 0 1) !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 0;
    -webkit-animation: myfirstc 3s infinite;
    animation: myfirstc 3s infinite;
}
.image_curalbox img { position: relative; z-index:1 }
@keyframes myfirstc { 
    0% { width: 200px; height: 200px; opacity: 0; }
	50% { width: 360px; height: 360px; opacity: 0.1; }
	100% { width: 200px; height: 200px; opacity: 0.2; }
}

