#clockdiv,#clockdiv2,#clockdiv3{
    animation-delay: 1.3s;
}
.lr_banner_content_inner_wrapper h3{
    font-size:36px;
    color:#111111;
    font-weight:500;
    margin-top:20px;
    position:relative;
    animation-delay: 1.5s;
}
.try_slider_list li:first-child{
    animation-delay: 1.7s;
}
.try_slider_list li:nth-child(2){
    animation-delay: 1.9s;
}
.try_slider_list li:last-child{
    animation-delay: 2.1s;
}
/* .lr_banner_content_inner_wrapper p{ */
    /* animation-delay: 3.7s; */
    /* margin-top:30px; */
    /* color:rgba(255, 255, 255, 0.59); */
    /* float:left; */
    /* width:100%; */
/* } */
.try_slider_list ul{
    margin-top:20px;
}
.try_slider_list li{
    float:left;
    margin-right:40px;
    position:relative;
}
.try_slider_list li:nth-child(2):after{
    content: '';
    border: 1px solid #111111;
    height: 17px;
    width: 1px;
    position: absolute;
    left: -20px;
    top: 4px;
}
.try_slider_list li:nth-child(2):before{
    content: '';
    border: 1px solid #111111;
    height: 17px;
    width: 1px;
    position: absolute;
    right: -20px;
    top: 4px;
}
.try_slider_list li a{
    font-size:18px;
        color: #111111;
        font-family: 'Poppins';
}
.try_slider_list li a i{
    color:#eb4e4e;
}
.try_slider_btn{
    float:left;
    width:100%;
    margin-top:20px;
}
.try_slider_btn li{
    float:left;
    margin-right:20px;
}
.try_slider_btn li:last-child{
    margin-right:0;
}

.try_slider_btn li:first-child a{
    float:left;
    width:180px;
    height:50px;
    line-height:50px;
    text-align:center;
    background: rgba(91,44,208,1);
    color:#fff;
        -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_slider_btn li:first-child a:hover{
    background: rgba(83,98,215,1);
-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_slider_btn li:last-child a{
    float:left;
    width:180px;
    height:50px;
    line-height:50px;
    text-align:center;
    background:#e5e5e5;
    color:#959595;
        -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_slider_btn li:last-child a:hover{
    background: rgba(91,44,208,1);
    color:#fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}
.try_slider_list{
    margin-top:20px;
}
.try_slider_btn li:first-child{
    animation-delay: 2.9s !important;
}
.try_slider_btn li:last-child{
    animation-delay: 3.5s !important;
}
.try_circle_first{
        position: absolute;
    right: 100px;
     margin-top: 120px;
     -webkit-animation: movebounce 3.9s linear infinite;
    animation: movebounce 3.9s linear infinite;
}

.try_circle_second{
        position: absolute;
    right: 150px;
        margin-top: 280px;
         -webkit-animation: movebounce 4.9s linear infinite;
    animation: movebounce 4.9s linear infinite;
}
.try_circle_third{
    position: absolute;
    left: 100px;
     margin-top: 520px;
     -webkit-animation: movebounce 3.9s linear infinite;
    animation: movebounce 3.9s linear infinite;
}
.try_slider_img_Wrapper{
    -webkit-animation: movebounce 3.9s linear infinite;
    animation: movebounce 3.9s linear infinite;
}
.try_circle_four{
    position: absolute;
    left: 100px;
     margin-top: 420px;
     -webkit-animation: movebounce 4.9s linear infinite;
    animation: movebounce 4.9s linear infinite;
}
@keyframes movebounce {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(20px); }
  100% {
    transform: translateX(0px); } }
#clockdiv,#clockdiv2,#clockdiv3{
    background: rgba(127,20,222,1);
background: -moz-linear-gradient(-45deg, rgba(127,20,222,1) 0%, rgba(230,66,103,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(127,20,222,1)), color-stop(100%, rgba(83,98,215,1)));
background: -webkit-linear-gradient(-45deg, rgba(127,20,222,1) 0%, rgba(230,66,103,1) 100%);
background: -o-linear-gradient(-45deg, rgba(127,20,222,1) 0%, rgba(230,66,103,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(127,20,222,1) 0%, rgba(230,66,103,1) 100%);
background: linear-gradient(135deg, rgba(137, 65, 253,1) 0%, rgba(216,112,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8941fd', endColorstr='#d870eb', GradientType=1 );;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding: 20px;
    text-transform: uppercase;
    width: 360px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#clockdiv > div,#clockdiv2 > div,#clockdiv3 > div{
    display: inline-block;
    margin: 10px;
    color:#ffffff;
    font-weight:400;
}
#clockdiv div > span,#clockdiv2 div > span,#clockdiv3 div > span{
    float: left;
    width: 100%;
    color: #ffffff;
    font-size:30px;
    font-weight:600;
    padding-bottom:5px;
}
.floatleft {
    float:left
}
 .floatright {
    float:right
}
 a, a:active, a:focus, a:active {
    text-decoration:none !important;
    outline:0px solid
}
 * {
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 *:before, *:after {
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 img {
    max-width:100%
}
 .fix:after{
    content:"";
    display:table;
    clear:both;
}
 h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
    margin:0 0 15px;
}
 .column {
    width:1100px;
     margin:0 auto;
    display:block;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    max-width:95%;
}
 ul {
    margin:0;
    padding:0;
    list-style:none
}
 body{
    margin:0;
    padding:0;
    font-family: 'Poppins', sans-serif;
    font-size:16px;
}
 .bonus-header-column{
     width:1200px;
     max-width:95%;
     transition: all 0.9s ease 0s;
     -moz-transition: all 0.9s ease 0s;
     -webkit-transition: all 0.9s ease 0s;
     -o-transition: all 0.9s ease 0s;
     margin:0 auto;
}
 .bonus-header-area {
     background-color: #fff;
     color: #000000 ;
     padding: 15px 0;
}
 .bonus-header-left-area{
     width: 35%;
}
 .bonus-header-left-area p{
     font-size: 18px;
     margin: 0px;
     font-weight: 300;
}
 .bonus-header-left-area h3{
     font-size: 18px;
     font-weight: 700;
     margin-bottom: 0px;
}
 .bonus-header-right-area{
     width: 35%;
     text-align: right;
}
 .bonus-logo-area{
     width: 30%;
     text-align: center;
     line-height: 1;
}
 .bonus-header-right-area h2{
     margin-bottom: 0px;
     font-size: 17px;
     font-weight: 700;
     margin-top: 8px;
}
 .bonus-banner-top-area {
     text-align: center;
     color:#fff;
     font-size: 30px;
     font-weight: 900;
     margin-top: 8px;
}
 .bonus-banner-top-area-down {
     text-align: center;
     color:#fff;
     font-size: 17px;

}
 .bonus-banner-top-area-sub {
     text-align: center;
     color:#000;
     background-color: #ffffff; padding: 4px 8px; max-width: 1200px; border-radius: 15px; margin: 

}
 .bonus-banner-area {
     background-image: url(../images/bc2.png);
     background-repeat: no-repeat;
     background-position: top center;
     background-size: 100% auto;
     padding-top: 10px;
}
 .bonus-banner-area p{
     font-size: 20px;
     margin-top:0px;
}
 .bonus-banner-area p strong{
     font-style:italic;
}
 .bonus-banner-area h2{
     font-size: 58px;
     line-height: 1.2;
     font-weight: 900;
}
 .bonus-banner-area h2 span{
     font-weight:200;
}
 .bonus-banner-top-area ul li{
     position:relative;
     display:inline-block;
     font-weight:500;
     padding-left:20px;
     padding-right:20px;
}
 .bonus-banner-top-area ul li:before{
     content: "";
     background-image: url(../images/cross-icon.png);
     left: -15px;
     top: 0px;
     width: 26px;
     height: 26px;
     position: absolute;
     background-repeat: no-repeat;
}
 .bonus-banner-bottom-area{
     margin-top: 50px;
}
 .bonus-banner-left-area{
     width:48%;
     text-align:center;
}
 .bonus-banner-right-area{
     width:48%;
}
 .bonus-banner-right-area ul li{
     position: relative;
     color: #fff;
     margin-bottom: 15px;
     padding-left: 25px;
}
 .bonus-banner-right-area ul li strong{
     font-weight:700;
}
 .bonus-banner-right-area ul li:before{
     content: "";
     background-image: url(../images/check-icon.png);
     background-repeat: no-repeat;
     width: 32px;
     height: 32px;
     position: absolute;
     left: -14px;
     top: -2px;
}
 .bonus-what-get {
     text-align: center;
     padding-top: 20px;
     padding-bottom: 10px;
     background-image: url(../images/buttonxxx.jpg);
     background-repeat: no-repeat;
     background-position: center center;
     background-size: 100% auto;
}
 .bonus-what-get h2{
     font-size:37px;
     color:#151313;
}
 .bonus-what-single {
     width: 33%;
     display: inline-block;
     color:#151313;
     font-size:18px;
     font-weight:500;
}
 .white-background {
     background-color: #fff;
     box-shadow: 0px 0px 20px 1px #1010114d;
     -webkit-box-shadow: 0px 0px 20px 1px #1010114d;
     -moz-box-shadow: 0px 0px 20px 1px #1010114d;
     -o-box-shadow: 0px 0px 20px 1px #1010114d;
     border-radius: 40px;
     padding: 10px;
}
 .bonus-quickly-video-area{
     text-align: center;
     background-image: url(../images/buttonbuyxxx.jpg);
     background-repeat: no-repeat;
     background-size: 100% auto;
     background-position: bottom center;
}
 .bonus-single-quickly {
     display: inline-block;
     width: 33%;
     font-size: 18px;
     color: #000;
     line-height: 1.2;
}
 .bonus-single-quickly p span{
     font-weight:500;
}
 .bonus-introducing-area{
     text-align: center;
     padding: 10px 0;
     color:#0b0a0a;
     font-size:25px;
     font-weight:300;
}
 .bonus-introducing-area p strong{
     font-weight:700;
}
 .bonus-introducing-area h1{
     font-size: 65px;
     margin-bottom: 0px;
     font-weight: 700;
     line-height: 1;
}
 .bonus-introducing-area h2{
     margin-bottom: 0px;
     font-size: 41px;
     font-weight: 200;
}
 .bonus-powerpoint-area{
     background-image: url(../images/background-image-2.jpg);
     background-repeat: no-repeat;
     background-position: 100% 100%;
     color: #fff;
}
 .bonus-powerpoint-area {
     background-image: url(../images/buttonbuy.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     color: #fff;
     background-position: top center;
     padding: 30px 0;
     text-align: center;
}
 .bonus-powerpoint-area p{
     font-size: 29px;
     font-weight: 300;
     margin: 0px;
}
 .bonus-powerpoint-area p a{
     font-weight:700;
     color:#fff;
     text-decoration:underline!important;
}
 .bonus-powerpoint-area h2{
     margin-bottom: 10px;
     margin-top: 10px;
     line-height:1;
     font-size: 41px;
     font-weight: 300;
}
 .bonus-powerpoint-area h2 strong{
     font-weight:700;
}
 .bonus-animated-video-area{
     padding-top: 15px;
     padding-bottom: 50px;
     text-align: center;
     font-size:24px;
     font-weight:300;
     color:#232020;
}
 .bonus-animated-video-area h2{
     font-size: 37px;
     color: #232020;
     font-weight: 900;
     margin-bottom: 0px;
     background-image: url(../images/heading-background.png);
     background-repeat: no-repeat;
     background-position: center center;
     background-size: 100% 100%;
     display: inline-block;
     padding: 25px 60px;
}
 button.bonus-arrow{
     display: block;
     margin: 15px auto;
     background-color: transparent;
     border: 0px;
}
 .bonus-youtube {
     display: inline-block;
	 width:100%;
}
.small-video-area .bonus-youtube{
	max-width:600px;
	margin:0 auto;
}
 .bonus-single-video {
     max-width: 725px;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 20px;
}
 .bonus-single-video h3{
     background-image: url(../images/shap1.png);
     background-repeat: no-repeat;
     color: #fff;
     font-size: 27px;
     font-weight: 300;
     padding: 5px 10px;
     text-align: center;
     display: inline-block;
     float: center;
     background-size: 100% 100%;
     margin-bottom: -8px;
     margin-left: 30px;
}
 .bonus-bottom-video{
     max-width: 1000px;
     margin: 15px auto;
     text-align: left;
}
 .bonus-bottom-video h5{
     background-image: url(../images/shap1.png);
     background-repeat: no-repeat;
     display: inline-block;
     color: #fff;
     padding: 5px 15px;
     background-size: 100% 100%;
     margin-left: 15px;
     margin-bottom: -10px;
}
 .bonus-single-video h3 strong{
     font-weight:900;
}
 .bonus-left-youtube-video{
     width:48%;
}
 .bonus-right-youtube-video{
     width:48%;
}
 .bonus-left-youtube-image{
     width:50%;
}

 .bonus-right-youtube-image{
     width:50%;
}
 .bonus-footer-top-area{
     background-image: url(../images/buttonbuy.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
}
 .bonus-footer-top-area {
     background-image: url(../images/buttonbuy.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     text-align: center;
     padding: 30px 0;
     font-size: 18px;
     color: #232020;
     font-weight: 300;
}
 .bonus-footer-top-area h2{
     font-size: 37px;
     font-weight: 300;
     margin-bottom: 0px;
}
 .bonus-footer-top-area h3{
     font-size: 30px;
     color: #232020;
     margin-bottom: 0px;
     background-image: url(../images/heading-background.png);
     background-repeat: no-repeat;
     background-position: center center;
     background-size: 100% 100%;
     display: inline-block;
     padding: 25px 60px;
}
 .bonus-footer-top-area h3 strong{
     font-weight:700;
}
 .bonus-footer-top-area p {
     margin: 5px 0;
}
 .bonus-footer-area{
     background-color: #000000;
     color: #fff;
     font-weight: 200;
     font-size: 18px;
     text-align: center;
     padding: 15px 0;
     line-height: 1;
}
 .bonus-footer-area p{
     margin:0px;
}
 .bonus-footer-logo-area {
     width: 400px;
     max-width: 50%;
}
 .bonus-copyright-area {
     margin-top: 15px;
}
.bonus-margin-50{
	height:50px;
}
.bonus-footer-top-area a, .bonus-download-link a{
	background-image: url(../images/buttonbuy.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	font-size: 25px;
	background-size: 100% 100%;
	font-weight: 500;
	padding: 20px  29px;
	display: inline-block;
	border-radius: 30px;
	box-shadow: 0px 0px 14px 14px #Fff;
	-webkit-box-shadow: 0px 0px 14px 14px #Fff;
	-moz-box-shadow: 0px 0px 14px 14px #Fff;
	-o-box-shadow: 0px 0px 14px 14px #Fff;
	margin:5px 0;
}
.bonus-download-link{
	margin-bottom: 25px;
	max-width: 500px;
	text-align: center;
}
.bonus-quickly-top-area h3{
	font-size: 29px;
	color: #151313;
	font-weight: 300;
	margin-bottom: 5px;
}
.bonus-quickly-top-area h1{
    font-size: 65px;
    color: #151313;
    font-weight: 700;
    margin-bottom: 5px;
}
.bonus-quickly-top-area h3 a{
	color: #151313;
	text-decoration:underline!important;
}
.bonus-quickly-top-area h2{
	font-size: 37px;
	font-weight: 300;
	line-height: 1.2;
}

.bonus-quickly-top-area h3 strong, .bonus-quickly-top-area h2 strong{
	font-weight:700;
}
.bonus-quickly-top-area{
    padding-top: 25px;
}
.margin-30{
	height:30px;
}

.bonus-banner-left-area iframe{
	 border: 5px solid #fff;
}
.bonus-animated-video-area iframe{
	    border: 5px solid #5A4A49;
}
.bonus-left-youtube-video iframe, .bonus-right-youtube-video iframe{
	border-width:5px;
}