body,
h1, 
h2, 
h3, 
h4, 
h5, 
h6,
a,
li,
p,
span,
ul {
	 font-family: 'Nunito', sans-serif;
}
.home .navbar-default {
	background: transparent;
	border: 0;
	box-shadow: none;
	margin-top: ;
	position: absolute;
	right: 0;
	left: 0;
    margin: 10px auto;
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
}
#top-sec {
	/* background: url(https://i.imgur.com/LYkCzTD.png),linear-gradient(45deg, rgb(117, 53, 147) 0%, rgb(117, 53, 147) 8%, rgb(60, 40, 206) 59%, rgb(139, 220, 250) 100%); */
  background:linear-gradient(45deg, rgb(117, 53, 147) 0%, rgb(117, 53, 147) 8%, rgb(60, 40, 206) 59%, rgb(139, 220, 250) 100%);
	padding: 180px 0 250px;
	border-radius: 0 0 50px 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
  	overflow: hidden;
}
.home .ftr-logo {
	width: 140px;
}
.main-title {
	font-size: 50px;
	color: #fff;
	font-weight: 800;
}
.form-group .form-control {
	height: 65px;
	border: transparent;
	box-shadow: 0 0 5px 0 rgba(0,0,0,20%);
	border-radius: 10px;
	font-size: 14px;
	font-style: italic;
	color: #797979;
}
.form-group {
	position: relative;
}
.form-group.icon-input .form-control {
	padding-left: 85px;
}
.field-icon {
	background-color: #ffa02a;
	width: 65px;
	height: 57px;
	display: flex;
	position: absolute;
	left: 5px;
	top: 49%;
	transform: translateY(-50%);
	border-radius: 10px 0 0 10px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	color: #fff;
}
.home .checkbox {
	margin: 0;
	text-align: right;
}
.home .checkbox label {
	color: #fab72b;
	font-size: 18px;
	font-weight: 700;
}
.password-forgot {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}
.password-forgot:hover {
	color: #fff;
}
.inline-btn .btn {
	width: 130px;
	height: 45px;
	border-radius: 20px 0 20px 0;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	box-shadow: 2px 5px 10px 0 rgba(0,0,0,20%);
	margin-right: 20px;
	padding: 0 12px;
	line-height: 45px;
}
.inline-btn .btn.btn-primary {
	background-color: #fab72b;
	border-color: #fab72b;
}
.inline-btn .btn.btn-defualt {
	background-color: #fff;
	color: #fab72b;
}
#top-sec .inline-btn {
	margin-top: 25px;
}
.top-sec-img {
	position: absolute;
	z-index: 1;
}
.top-sec-img-wrap {
	position: relative;
}
.relative {
	position: relative;
}
.two-character {
	position: absolute;
	right: 0;
	top: -47px;
	z-index: 1;
}
#social {
	padding: 120px 0 80px;
}
.social-box-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
}
.social-box-wrap li {
	flex: 0 0 15%;
	max-width: 15%;
	margin: 0 25px;
  	transition: 0.3s linear;
}
.social-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: #000;
	height: 165px;
	border-radius: 50px;
	font-size: 110px;
	color: #fff;
	box-shadow: 0 8px 10px 0 rgba(0,0,0,50%);
  	transition: 0.3s linear;
}
.social-box.fb {
	background: linear-gradient(45deg, rgba(43,30,162,1) 0%, rgba(23,117,241,1) 100%);
}
.social-box.insta {
	background: linear-gradient(45deg, rgba(195,53,188,1) 0%, rgba(255,209,102,1) 100%);
}
.social-box.twitter {
	background: linear-gradient(45deg, rgba(0,136,255,1) 0%, rgba(0,204,255,1) 100%);
}
.social-box.tiktok {
	background: linear-gradient(135deg, rgba(32,0,70,1) 0%, rgba(0,0,1,1) 100%);
}
.social-box.yt {
	background: linear-gradient(45deg, rgba(163,0,0,1) 0%, rgba(255,0,0,1) 100%);
} 
.social-box-wrap li:hover {
	transform: translateY(-30px);
	transition: 0.3s linear;
}
.social-box:hover {
	color: #fff;
	text-decoration: none;
}
.social-txt {
	margin-bottom: 0;
	margin-top: 17px;
	color: #1d1d1d;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
  	transition: 0.3s linear;
}
.title {
	font-size: 50px;
	color: #000;
	font-weight: 600;
}
.line::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #e7e7e7;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
  	z-index: -1;
}
.title.line span {
	background-color: #fff;
  	padding-right: 15px;
}
.feature-slide-wrap {
	background: linear-gradient(45deg, rgb(117, 53, 147) 0%, rgb(117, 53, 147) 8%, rgb(60, 40, 206) 59%, rgb(139, 220, 250) 100%);
	border-radius: 25px 0 25px 0;
	margin-bottom: 30px;
}
.feature-slide-inner {
	background-color: #fff;
	padding: 40px 15px;
	border-radius: 25px 0 25px 0;
	transform: translate(10px, 10px);
	box-shadow: 0 0 6px 0 rgba(0,0,0,50%);
  transition: 0.3s linear;
}
.feature-title {
	font-size: 18px;
	font-weight: 700;
	margin: 15px 0;
  	height: 45px;
}
.feature-txt {
	color: #797979;
	font-size: 16px;
	font-weight: 100;
	line-height: 1.6;
}
.feature-slider .slick-slide {
	margin: 15px;
}
.feature-nav {
	text-align: right;
}
.feature-nav button,
.faq-nav button{
	height: 30px;
	width: 30px;
	background-color: #4937cd;
	color: #fff;
	margin: 0 3px;
	box-shadow: none !important;
	padding: 0;
	line-height: 33px;
	border: 0;
	font-size: 22px;
}
.feature-slider {
	margin-top: 50px;
}
.feature-icon {
	height: 108px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
}
#why {
	padding: 150px 0 80px;
	background-image: url(https://i.imgur.com/ScqiKVZ.png);
	background-repeat: no-repeat;
	background-size: cover;
  	overflow: hidden;
}
.txt {
	font-size: 18px;
	color: #797979;
	font-weight: 300;
	line-height: 1.5;
}
.btn.btn-cstm {
	background-color: #4edafa;
	border-color: #4edafa;
	width: 230px;
	padding: 8px;
	font-size: 24px;
	font-weight: 600;
	box-shadow: 0 6px 10px 0 rgba(0,0,0,40%);
	border-radius: 25px 0;
  	color:#fff;
}
.stat-icon {
	width: 103px;
	height: 103px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 50px;
	color: #fff;
	background-color: #4528bb;
	border-radius: 12px;
	margin: 0 auto 25px;
}
.stat-counter {
	text-align: center;
	margin-top: 0;
	font-size: 24px;
	color: #ffa02a;
	font-weight: 700;
}
.stat-title {
	text-align: center;
	color: #000000;
	font-size: 24px;
	margin-bottom: 0;
	font-weight: 600;
}
#stats {
	padding: 80px 0;
  	overflow: hidden;
}
#top-selling {
	padding: 80px 0;
	background: linear-gradient(45deg, rgb(117, 53, 147) 0%, rgb(117, 53, 147) 8%, rgb(60, 40, 206) 59%, rgb(139, 220, 250) 100%);
}
.title.white, .txt.white {
	color: #fff;
}
.btn.btn-cstm.yellow {
	background-color: #fab72b;
	border-color: #fab72b;
}
.three-character {
	position: absolute;
	right: 0;
	top: 50px;
}
#top-selling .btn.btn-cstm.yellow {
	margin-top: 25px;
}
.selling-box {
	padding: 30px 25px;
	background-color: #fff;
	border-radius: 25px 0;
  	margin-bottom: 15px;
  	transition: 0.3s linear;
}
.selling-box:hover {
	border-radius: 0 25px;
	transition: 0.3s linear;
	box-shadow: 0 0 10px 3px rgba(0,0,0,50%);
}
.selling-icon {
	width: 30px;
	height: 30px;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background: linear-gradient(45deg, rgba(43,30,162,1) 0%, rgba(23,117,241,1) 100%);
	color: #fff;
  	font-size: 18px;
}
.selling-title {
	margin: 15px auto;
	color: #000000;
	font-size: 18px;
	font-weight: 600;
}
.selling-icon.insta {
	background: linear-gradient(45deg, rgba(195,53,188,1) 0%, rgba(255,209,102,1) 100%);
}
.selling-icon.yt {
	background: linear-gradient(45deg, rgba(163,0,0,1) 0%, rgba(255,0,0,1) 100%);
}
.selling-icon.twiter {
	background: linear-gradient(45deg, rgba(0,136,255,1) 0%, rgba(0,204,255,1) 100%);
}
#how {
	padding: 110px 0 80px;
}
#how .title {
	text-align: center;
}
.how-box-wrap {
	position: relative;
	width: 80%;
	margin: 50px auto 0;
}
.how-box,
.how-box-inner {
    border-radius: 0 100px;
    padding: 30px;
}
.how-box {
	background-color: #f3edf5;
  	margin-bottom: 30px;
  	box-shadow: inset 30px -30px 40px 0 rgba(0,0,0,10%);
}
.how-box-inner {
	background-color: #fff;
}
.how-box-icon img {
	margin: auto;
}
.how-box-title {
	margin: 15px auto;
	text-align: center;
	color: #000;
	font-size: 20px;
	font-weight: 600;
}
.how-box-txt {
	text-align: center;
}
.how-box.how-box1 {
	background: linear-gradient(45deg, rgba(226,168,22,1) 0%, rgba(251,199,43,1) 100%);
	transform: scale(0.8) translate(59px, 55px);
}
.how-box.how-box3 {
	background-color: #6edffc;
	box-shadow: inset -30px 30px 40px 0 rgba(0,0,0,10%);
	transform: scale(0.7) translate(-79px, 125px);
}
.how-box.how-box2 {
	background-color: #611baf;
}
.how-box.how-box4 {
	background-color: #4423da;
	box-shadow: inset -30px 30px 40px 0 rgba(0,0,0,10%);
}
.how-box.how-box4 {
	background-color: #4423da;
	box-shadow: inset -30px 30px 40px 0 rgba(0,0,0,10%);
	transform: scale(0.9) translate(-21px, 15px);
	border-radius: 100px 0;
}
.how-box.how-box4,
.how-box.how-box3 {
	border-radius: 100px 0;
}
.how-box-inner {
	border-radius: 0 80px;
}
.how-box.how-box4 .how-box-inner,
.how-box.how-box3 .how-box-inner {
	border-radius: 80px 0;
}
.row.how-box-wrap::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	box-shadow: inset 100px 100px 100px 0 rgba(0,0,0,5%);
	left: 0;
	right: 0;
	top: 670px;
	border-radius: 100%;
	filter: blur(4px);
}
#testimonial {
	background-image: url('https://i.imgur.com/wgZhBaK.png');
	background-size: cover;
	padding: 180px 0;
}
.testi-name {
	color: #01c6d1;
	font-weight: 600;
	font-size: 24px;
  	margin-bottom: 12px;
}
.testi-rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	padding-left: 0;
}
.testi-rating li i {
	color: #ff9f2a;
	margin-right: 5px;
	font-size: 17px;
}
.testi-quotes {
	width: 70px;
	height: 70px;
	background-color: #fff;
	border-radius: 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	box-shadow: 3px 3px 10px 0 rgba(0,0,0,50%);
	color: #5728ab;
	position: absolute;
	right: 160px;
	bottom: 10px;
}
.testi-slider .slick-dots {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 87px;
}
.testi-slider .slick-dots button {
	width: 18px;
	height: 8px;
	font-size: 0;
	margin: 0 3px;
	background-color: #5728ab;
	border-color: #5728ab;
	border-radius: 12px;
	box-shadow: none;
	transition: 0.3s linear;
}
.testi-slider .slick-dots .slick-active button {
	width: 50px;
	background-color: #ff9f2a;
	border-color: #ff9f2a;
	box-shadow: none;
}
#faq .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.faq-slide-wrap {
	border: 1px solid #01c6d1;
	padding: 15px;
	border-radius: 50px 0;
  	transition: 0.3s linear;
}
.faq-slide-wrap:hover {
	border-radius: 0 50px;
	transition: 0.3s linear;
	box-shadow: 0 0 10px 1px rgba(0,0,0,50%);
	border: 1px solid transparent;
}
.faq-slide-num {
	color: #4528bb;
	font-size: 82px;
	font-weight: 700;
}
.faq-slide-title {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	line-height: 1.4;
}
.faq-slider .slick-slide {
	padding: 12px;
}
.faq-slider .slick-slide:nth-child(2n) .faq-slide-wrap {
	background: linear-gradient(45deg, rgb(117, 53, 147) 0%, rgb(117, 53, 147) 8%, rgb(60, 40, 206) 59%, rgb(139, 220, 250) 100%);
	border-color: transparent !important;
	box-shadow: ;
}
.faq-slider .slick-slide:nth-child(2n) .faq-slide-wrap .faq-slide-num,
.faq-slider .slick-slide:nth-child(2n) .faq-slide-wrap .faq-slide-title,
.faq-slider .slick-slide:nth-child(2n) .faq-slide-wrap .faq-slide-txt.txt  {
	color: #fff;
}
.faq-nav {
	margin-top: 35px;
}
.faq-slider .slick-list {
	  padding: 0px 100px 0 0 !important;  
}
#faq {
	padding: 80px 0;
}
.home-ftr {
	background: linear-gradient(45deg, rgb(117, 53, 147) 0%, rgb(117, 53, 147) 8%, rgb(60, 40, 206) 59%, rgb(139, 220, 250) 100%);
	padding: 15px 0;
}
.ftr-left {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.ftr-nav {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	list-style: none;
	padding-left: 30px;
	margin-bottom: 0;
}
.ftr-nav li a {
	color: #fff;
	font-size: 16px;
	margin: 0 20px;
}
.copyright {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 100;
	text-align: right;
}
body.home {
	padding-bottom: 0;
}
body.home .navbar-default .navbar-nav > li > a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
  	margin: 0 12px;
}
body.home .navbar-default .navbar-nav > .active > a, 
body.home .navbar-default .navbar-nav > .active > a:hover, 
body.home .navbar-default .navbar-nav > .active > a:focus, 
body.home .navbar-default .navbar-nav > a:hover,
body.home .navbar-default .navbar-nav > li > a:hover,
body.home .navbar-default .navbar-nav > li > a:focus {
	background: linear-gradient(45deg, rgb(117, 53, 147) 0%, rgb(117, 53, 147) 8%, rgb(60, 40, 206) 59%, rgb(139, 220, 250) 100%);
	color: #fff;
	border-radius: 25px 0;
}
.boy {
	/* position: absolute;
	left: 70px;
	width: 320px;
	margin: auto;
	bottom: -80px;
	z-index: 1; */
}
.absolute {
	position: absolute;
}
.mob {
	left: 0;
	right: 0;
	margin: auto;
  	max-width: 100%;
}
.boy {
	width: 350px;
	left: 0;
	right: 0;
	margin: auto;
	top: 120px;
}
.like1 {
	width: 120px;
	left: 13px;
	top: 87px;
}
.like2 {
	right: 0px;
	width: 80px;
	top: 70px;
}
.feature-slide-wrap:hover .feature-slide-inner {
	transform: translate(-10px, -10px);
}
#top-sec .container {
	position: relative;
	z-index: 1;
}

circles {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    /* background: rgba(255, 255, 255, 0.2); */
    animation: animate 25s linear infinite;
    bottom: -150px;
  	font-size:110px !important;
  	color:rgba(255, 255, 255, 0.2) !important; 
  	z-index: 0;
}
.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0;
}
.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0;
    animation-duration: 18s;
}
.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0;
}
.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0;
    animation-duration: 11s;
}








@keyframes animate {
    0% {
        transform: translateY(0) rotate(0);
        opacity: 1;
        border-radius: 0;
    }
    100% {
        transform: translateY(-1000px) rotate(0);
        opacity: 0;
        border-radius: 50%;
    }
}




@media (max-width:550px) {
#top-sec {
	padding: 100px 0 50px;
}
.main-title {
	font-size: 36px;
}
.form-group .form-control {
    height: 48px;
}
.field-icon {
	width: 40px;
	height: 40px;
	font-size: 21px;
}
  .form-group.icon-input .form-control {
	padding-left: 55px;
}
  .home .checkbox {
	text-align: left;
	margin-top: 10px;
}
  .top-sec-img-wrap {
	display: none;
}
  .two-character {
	position: unset;
	margin: 15px auto;
	display: block;
}
#social {
	padding: 50px 0 30px;
}
.social-box-wrap li {
	flex: 0 0 40%;
	max-width: 40%;
	margin: 0 auto 30px;
}
.social-box {
	height: 145px;
	border-radius: 40px;
	font-size: 80px;
	color: #fff;
}
.title {
    font-size: 30px;
}
.feature-slider {
	margin-top: 20px;
}
.feature-icon {
	height: auto;
	margin-bottom: 15px;
}
.feature-title {
	height: auto;
}
#why {
	padding: 50px 0;
}
#why .title {
	margin-top: 25px;
}
.txt {
    font-size: 16px;
}
#stats {
	padding: 30px 0;
}
.stat-icon {
	margin: 0 auto 12px;
}
.stat-counter {
	margin-bottom: 5px;
}
.stat-title {
	margin-bottom: 20px;
}
#top-selling {
	padding: 40px 0;
}
.selling-box-row {
	margin-top: 25px;
}
.three-character {
	position: unset;
	max-width: 100%;
	margin: 30px auto;
}
#how {
	padding: 30px 0;
}
.how-box {
	transform: none !important;
}
.how-box-wrap {
	width: 100%;
}
.row.how-box-wrap::after {
	display: none;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .title {
	margin-top: 20px;
}
.testi-slider .slick-dots {
	position: unset;
}
.testi-name {
	font-size: 18px;
}
#faq {
	padding: 30px 0;
}
.ftr-left, .ftr-right p {
	text-align: center;
	justify-content: center;
}
.copyright {
	margin-top: 15px;
}
.navbar-default .navbar-toggle {
	border-color: #000;
	color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #000;
}
.home .nav.navbar-nav.navbar-right {
	background-color: #ffa02a;
	padding: 15px 0;
}
body.home .navbar-default .navbar-nav > li > a {
    margin-bottom: 5px;
}
.faq-slider .slick-list {
    padding: 0 !important;
}
#faq .row {
	display: block;
}
.circles li {
  	font-size: 30px !important;
    width: 35px !important;
    height: 35px !important;
}
} 
