
body,h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
}
.banner_shape {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 55%;
}
.banner_shape img {
	width: 100%;
}

.ripple_effect {
	position: absolute;
	width: 700px;
	height: 700px;
	overflow: hidden;
	top: 0;
	right: 0;
	z-index: -1;
}
.ripple_effect_left {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 700px;
	height: 700px;
	z-index: -1;
}
.ripple_effect_left .circle_bg1 {
	bottom: -40%;
	left: -40%;
	top: auto;
	right: auto;
}
.circle_bg1 {
	border-radius: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: -40%;
	right: -40%;
}
.circle_bg1 span{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    height: 100%;
    width: 100%;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-animation-name:ripple2;
	-moz-animation-name:ripple2;
	-o-animation-name:ripple2;
	animation-name:ripple2;
	-webkit-animation-duration:4s;
	-moz-animation-duration:4s;
	-o-animation-duration:4s;
	animation-duration:4s;
	-webkit-animation-delay:6s;
	-moz-animation-delay:6s;
	-o-animation-delay:6s;
	animation-delay:6s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	-moz-animation-timing-function:linear;
	-o-animation-timing-function:linear;
	animation-timing-function:linear;
	border:2px solid #cccccc;
}
.circle_bg1 span:nth-child(2) {
	-webkit-animation-delay:5s;
	-moz-animation-delay:5s;
	-o-animation-delay:5s;
	animation-delay:5s;
}
.circle_bg1 span:nth-child(3) {
	-webkit-animation-delay:4s;
	-moz-animation-delay:4s;
	-o-animation-delay:4s;
	animation-delay:4s;
}
.circle_bg1 span:nth-child(4) {
	-webkit-animation-delay:3s;
	-moz-animation-delay:3s;
	-o-animation-delay:3s;
	animation-delay:3s;
}
.circle_bg1 span:nth-child(5) {
	-webkit-animation-delay:2s;
	-moz-animation-delay:2s;
	-o-animation-delay:2s;
	animation-delay:2s;
}
.circle_bg1 span:nth-child(6) {
	-webkit-animation-delay:1s;
	-moz-animation-delay:1s;
	-o-animation-delay:1s;
	animation-delay:1s;
}

@-webkit-keyframes ripple2{
  0% {-webkit-transform:scale(0.1);transform:scale(.01); opacity:1;}
  50% {-webkit-transform:scale(.5);transform:scale(.5); opacity:1;}
  100% {-webkit-transform:scale(1);transform:scale(1); opacity:0;}
}
@-moz-keyframes ripple2 {
  0% {-moz-transform:scale(0.1);transform:scale(.01); opacity:1;}
  50% {-moz-transform:scale(.5);transform:scale(.5); opacity:1;}
  100% {-moz-transform:scale(1);transform:scale(1); opacity:0;}
}
@-o-keyframes ripple2 {
  0% {-o-transform:scale(0.1);transform:scale(.01); opacity:1;}
  50% {-o-transform:scale(.5);transform:scale(.5); opacity:1;}
  100% {-o-transform:scale(1);transform:scale(1); opacity:0;}
}
@keyframes ripple2 {
  0% {transform:scale(0.1);transform:scale(0.1); opacity:1;}
  50% {transform:scale(.5);transform:scale(.5); opacity:1;}
  100% {transform:scale(1);transform:scale(1); opacity:0;}
}


@media only screen and (min-width: 991px) and (max-width: 1199px) {
}
@media only screen and (max-width: 1199px) {
.ripple_effect,
.ripple_effect_left {
	width: 500px;
	height: 500px;
}
}
@media only screen and (max-width: 767px) {
.banner_shape {
	width: 75%;
}
}
@media only screen and (max-width: 575px) {
.ripple_effect, .ripple_effect_left {
	width: 300px;
	height: 300px;
}
}
@media only screen and (max-width: 480px) {
.banner_ripple .ripple {
	height: 40px;
	width: 40px;
	line-height: 40px;
}
.banner_ripple .ripple i {
	font-size: 20px;
}
.ripple::before, .ripple::after {
	margin: -15px;
}
}
@media only screen and (max-width: 380px) {
body {
	font-size: 14px;
}
}