@charset "utf-8";
/* CSS Document */
  
body{
  font-family: 'Montserrat', sans-serif;
}

a{
  font-family: 'Montserrat', sans-serif;
	text-decoration: none;
}
p{
  font-weight: 500 !important;
  font-family: 'Montserrat', sans-serif;
}
.pmbg{
  background-color: #9537FE !important;
}
.pmcol{
  color: #9537FE !important

}

.btn {
  position: relative;
  border: none;
  cursor: pointer;
  margin: 0px 25px 15px;

}
  .btn span {         
    position: relative;
    display: inline-block;
   
    transition: 0.3s;
  }

.btn-2::before {
  background-color: #FFFF00;
  transition: 0.3s ease-out;
}

.btn-2 span {
  color: rgb(28, 31, 30);
  border: 1px solid rgb(28, 31, 30);
  transition: 0.2s;
}  
.btn-2 span:hover {
  color: #000;
  transition: 0.2s 0.1s;
}

/* 9. hover-slide-right */
.btn.hover-slide-right::before {
  top: 0; bottom: 0; left: 0; 
  height: 100%; width: 0%;
}
.btn.hover-slide-right:hover::before {
  width: 100%;
}


/* navbar */
#mainNav {
	box-shadow: none;
    background-color: transparent;
    margin-top: 0px;
    transition: background-color 0.4s ease-out;
    top:15px;
}
#mainNav.navbar-shrink {
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
    background-color:#edf1f4;
padding-top: 15px;
	top: 0px;
	padding-bottom:15px;
}

.navbar-brand img {
    width: 180px;
    margin-left: 10px;
}
#mainNav .navbar-nav .nav-item .nav-link {
    color: #000;
    font-weight: 500;
	text-transform: uppercase;
    font-size: 13px;
  padding: 0 1.4rem;
}
.nav-item a:hover{
	color: #000 !important;
	font-weight: 500;
}
.mylink{
  background: #9537FE 0% 0% no-repeat padding-box;
  border-radius: 22px;
  opacity: 1;
  color: #fff !important;
  padding: 4px 12px 3px 12px !important;
  font-weight: 300 !important;
  margin-top: -5px;;
}
.mylink:hover{
  color: #fff !important;
}

.get-button{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  font-weight: 500;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  opacity: 1;
  padding: 8px 15px 8px 15px;
  color: #000;
  margin-left: 7em;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 21px;

}
.navbar-nav {

  padding-top: 10px;
}
/* .button {
	
	background-position: center;
	
	transition: background 0.8s;
  }
.button:hover {
	background: yellow radial-gradient(circle, transparent 1%,  #9537FE 1%) center/15000%;
  }
  .button:active {

	background-size: 100%;
	transition: background 0s;
  } */
/* section-1 */
 #home{
	padding-top: 10em;
	height: auto;
    background: url(../images/home-bg.webp);
    background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 2em;

 }
 .home-text{
	padding-top:10px;
	
 }
 .home-text h1 {
	font-size: 3em;
  padding-right: 0em;
  font-weight: 800;
  line-height: 1em;
  
}
 .home-text h2{
	font-size: 3em;
	padding-right: 0em;
	font-weight: 800;
	line-height: 1em;
 }
 .home-text h2 span{
	font-family: 'Poppins', sans-serif;
 }
 .home-text h1 span{
	font-family: 'Poppins', sans-serif;
 }
 .home-text p{
  margin-left: 2px;
  font-size: 16px;
  padding-right:5em;
  line-height: 23px;
  font-weight: 500;
  margin-top: 17px;

 }
.mobile img{
	width: 500px;
	float: right;
}

.pad-left{
	padding-left:4em;
}
.lets-start{
	background: #9537FE 0% 0% no-repeat padding-box;
    text-decoration: none !important;
    font-size:16px !important;
    color: #fff;
    display: table;
    padding:10px 14px 9px 20px !important;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
	transition: 0.3s;
  position: relative;
    font-weight: 500;
    margin-top: 20px;
 
   
}

/* .lets-start::before {
  -webkit-animation: glow 1s ease-in infinite;
          animation: glow 1s ease-in infinite;
  background: yellow;
  border-radius: inherit;
  content: "";
  filter: blur(10px);
  opacity: 0.75;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.lets-start:hover::before {
  filter: blur(20px);
  opacity: 1;
} */


.lets-start:hover{
	color: #000;
	background-color: yellow;
  box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
}
.lets-start i{
	margin-left: 10px;
    position: relative;
}
.lets-start:hover{
	color: #000;
	z-index: 1;
}
.time-logo{
  display: flex;
}
.time-logo img{
  width: 200px;
margin-top: 2em;
}

.home-text h3{
	font-size:1em;

	padding-right: 0em;
	margin-top: 2em;

 }
.google-logo img{

}
 /* what section */
#what{
	padding-bottom: 2em;
	padding-top: 6em;
	position: relative;
}
 .what h3{
font-size: 2em;
z-index: 1;
 }

 .boy {
	position: absolute;
    top:20%;
    left: 16%;
	z-index: -1;
 }
 .boy img{
  width: 600px;

 }

 .what-text{
	font-size: 3em;
    width: 350px;
    font-weight: 600;

 }
 .user{
	margin-top:10em;
 }

 .user h3{
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
 }
 :focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
 .user p{
	font-size: 16px;
  font-weight: 500;
 }

 .user .lets-start{
	background: #9537FE 0% 0% no-repeat padding-box;
    text-decoration: none !important;
    font-size:12px;
    color: #fff;
    padding: 16px 37px 15px 20px;
    text-transform: uppercase;
    margin-left:2px;
    font-weight: 500;
    margin-top: 0px;
    display: inline-block;


}
.user .lets-start:hover{
	color: #000;
	background-color: yellow;
}
.more-btn{
  bottom: -300px;
  position: absolute;
}

.more-btn img{
width:180px;;
}

#products{
	background-color: #f7f9ff;
	padding-top: 3em;
	padding-bottom: 3em;
	margin-top: 12em;
}

#products h2{
	font-size:2.5em;
    text-align: center;
    font-weight: bold;
}
#products img{
	width: 100%;
}
#products p{
    font-size: 16px;
    padding-right: 2em;
    margin-top: 11em;
    line-height: 26px;
    font-weight: 500;

}

#products .lets-start{
  padding:10px 25px 10px 20px;
	margin-left:0px;
  font-size: 17px;;
}
#reward {
	margin-top: 6em;
	padding-bottom: 2em;
}
#reward img{
	width: 100%;
}
.reward{
	margin-top: 3em;
}
.reward img{
	width:25px !important
}
.reward p{
	font-size:14px;
  padding-right: 5em;
  margin-bottom: 3em;
}
.reward h4{
    margin-top: 1.8em;
    margin-bottom: 1em;
    font-size: 20px;
    padding-right: 2.5em;
    font-weight: 600;
    color: #000;
}
.fun-reward h2{
font-size:1.8em;
    font-weight: bold;
    line-height: 41px;
    margin-bottom: 20px;
    margin-top: 0px;
    position: relative;
    padding-right:2.5em;

}

.fun-reward p{
  font-size: 18px;
    font-weight: 500;
}

.reward .lets-start{
  font-size: 16px;

}

#earning{
	background-color: #f7f9ff;
	padding-top:4em;
	padding-bottom: 0em;
	margin-top: 2em;

}


#earning h2{
   
    margin-bottom: 1em;
	text-align: center;
    font-size: 3em;
	font-weight: bold;
   
}
#earning p{
    text-align: center;
	margin: 0px;
    font-size: 1.4em;
}
#earning img{
	width: 500px;
}
.accordion-item {
    background-color: transparent;
    border: transparent;
}

.accordion-button{
	background-color: transparent;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.acord{
  margin-top:7em;
  margin-left: 2em;
}
.acord .accordion-body {
  padding: 18px 100px 18px 38px;
  font-size:16px;
  font-weight: 500;
}

.acord .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
    font-size: 20px;
    font-weight: bold;
}
.accordion-flush{
  margin-bottom: 60px;;
}
.ready{
  background: transparent linear-gradient(270deg, #A505C5 0%, #9537FE 100%) 0% 0% no-repeat padding-box;
opacity: 1;
border-radius: 20px;
padding: 20px;
margin-top: 6em;
margin-bottom: 8em;
}
.ready h3{
  padding: 2rem 5rem 3rem 5rem;;
  font-size:1.7em;
  font-weight: bold;
  color: #fff;

}

.ready p{
  font-size: 16px;
  color: #fff;
  margin-left: 0px;
  padding: 1rem 5.5rem 0rem 0rem
}
.ready .lets-start{
  background-color: #fff;
  color: #000;
  margin: 0px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 18px 20px 15px 17px;
  font-size: 16px;

}
.ready .lets-start i{
  color: #9537FE;
}

.testimonial-section {
  text-align: center;
}

.each-testi p {
  margin-bottom: 35px;
}


.each-testi h6 {
  font-size: 13px;
  margin: 4px 9px 15px 0px;
  font-weight: 600;
  text-align: left;
}
.each-testi h6 span{
  font-weight: 400;
  display: block;
  font-size: 11px;
  margin-top:4px;
}

.testimonial-section .btn-green {
  padding: 15px 75px;
}

.testimonial-section .owl-theme .owl-dots,
.testimonial-section .global-content {
  margin-bottom: 20px;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: left !important;
  -webkit-tap-highlight-color: transparent;
  left: 102px;
  position: relative;
  top: -20px;
}
.testimonial-section .owl-theme .owl-dots .owl-dot:focus {
  outline: 0;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span {
  width:15px;
  height: 5px;
  border-radius: 25px;
  background: #ACACAC;
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
  background: #9537FE;
  width: 15px;
  border-radius: 25px;
  height: 5px;
}
.user-image img{
  width: 70px !important
}

.global-content p{
text-align: left;
font-weight: 500;
margin-bottom: 10px;
font-size: 15px;;
}

.global-content img{
  width: 150px !important;
  margin-bottom: 0.8rem;

}
#testimonials{
  background-image:url(../images/Untitled-1.webp);

    background-repeat: no-repeat;
}
.testimonial h2{
  font-size: 2.5em;
  font-weight: bold;
  padding-right: 2em;
  line-height: 41px;
  margin-top: 2em;
  position: relative;
}

.testimonial h2::before {
  content: "";
  background-image: url(../images/qote-1.webp);
  position: absolute;
  top: -66px;
  left: -40px;
  width: 77px;
  height: 70px;
  background-repeat: no-repeat;

}
.testimonial h2::after {
  content: "";
  background-image: url(../images/qote-2.webp);
  position: absolute;
  top: -66px;
  top: 122px;
  right: 118px;
  width: 77px;
  height: 70px;
  background-repeat: no-repeat;
}

#faq{
  background-color: #f7f9ff;
    padding-top: 4em;
    padding-bottom: 3em;
    margin-top: 2em;
}
#faq h2 {
  font-size: 29px;
  text-align: center;
  font-weight: bold;
}
#faq p {
  text-align: center;
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
}
.faq{
  margin-top: 4em;
  padding-left: 7em;
    padding-right: 7em;
}
footer ul{
  margin-top: 20px;;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  border-bottom: solid 1px #ccc;
  background: transparent;
}
.accordion-flush .accordion-body {
  padding: 0px;
  font-size: 16px;
  border-left: none;
  line-height: 28px;
  font-weight: 500;
}
.accordion-button:not(.collapsed) {
  color:  #9537FE !important;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-flush .accordion-button {
font-weight: bold !important;
  padding: 1rem 0.25rem;
  margin-bottom:1em;
}
#blog{

    padding-top: 4em;
    padding-bottom: 3em;
    margin-top: 2em;
}

#blog h2 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 2em;
  font-weight: bold;
}
.blog img{
  width: 100%;
  margin-bottom: 10px;
  height: 263px;
}
.blog {
margin-bottom: 2em;
  display: block;
  border: solid 1px #ccc;
  height: 470px;;

  
}
.blog a{
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000 ;

}
.det{
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 15px;
}
.read-more{
  color: #666 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  margin-top: 5px;
  margin-bottom: 20px;
  
}
.blog span{
  font-size: 12px;
  display: inline-block;
  margin-bottom:10px;

}
#blog .lets-start{
  font-size: 20x;
  letter-spacing: 1px;
}
.blog h6{
  font-size:17px;
  font-weight: bold;
}

.blog p{
  font-size: 16px;
}

footer{
  padding-top:3.5em;
  padding-bottom: 2em;
}
.logo-contact img{
  width: 200px;
  padding-bottom: 20px;
}

.logo-contact p{
  font-size: 14px;
  padding-right: 7em;
  font-weight: 500;
}
footer span{
  font-size: 12px;
  display: block;
  margin-top: 20px;;
  font-weight: 500;
}
.logo-contact ul{
 padding-left: 0px;;
}
.logo-contact ul li{
  list-style: none;
  display: flex;
  margin-bottom:3px;
  font-size:16px;
  font-weight: bold;
}
.logo-contact ul li i{
  color: #9537FE;
  margin-right: 20px;
}
.logo-contact span{
  font-size: 12px;
  font-weight: 600;
  color: #666;
}
.social h3{
font-size:14px;
margin-top: 21px;
}
.social ul {
  padding-left: 0px;
  
}
footer .text-muted {
  color: #000 !important;
  font-size: 14xpx;
  font-weight: 500;
}
.social ul li{
  float: left;
  list-style: none;
}
.social img{
width: 40px;
margin-right: 10px;
}


/* .acord .accordion-button::after {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  margin-left: auto;
  content: "";
  background-image:url(../images/non-active.webp);
  background-repeat: no-repeat;
  background-size: 20px;
  transition: transform .2s ease-in-out;
  position: absolute;
  left: -10px;
  top: 18px;

}

.acord .accordion-button:not(.collapsed)::after {
  width: 2rem;
  height: 2rem;
  background-size: 100%;
  background-position: center;
  background-image:url(../images/active.webp);
  transform: rotate(0deg);
  position: absolute;
  left: -15px;
  top: 10px;

} */


.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
 /* font-size: 30px;
   font-weight: bold;
  color: #000;
  padding-left: 31px; */
}
.acord .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 0px 8px 33px;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  font-size: 22px;
  font-weight: 500;
}

.accordion-button::after {
  flex-shrink: 0;
  width:10px;
  height: 10px;
  margin-left: auto;
  content: "";
  background-image:url(../images/pluse.webp);
  background-repeat: no-repeat;
  background-size:10px;
  transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image:url(../images/cross.webp);
  transform: rotate(-180deg);
}
.acord{
  /* border-left: solid 1px #9537FE; */
}

/* ...................modal css............... */

.revenue_modal{
z-index: inherit;
}

.revenue_modal .modal-dialog {
  max-width: 900px;
  margin: 1.75rem auto;

}

.revenue_modal .modal-header{
  text-align: center;
  border: none;
  display: inline-block;
  padding-bottom: 0px;

}
.form-group label{
  font-size: 12px;
  margin-bottom: 1px;
}
.revenue_modal .modal-header h5{
  font-size: 2em;
  padding-top: 20px;
}
.revenue_modal .modal-header p{
  font-size:14px !important;
}
.revenue_modal .close{
  position: absolute;
  right: 1rem;
  font-size: 1.5em;
  color: #000;
  top: 0px;
}
.intersted{
  padding: 0em 2em 0em 2em;
}
.intersted input {
  height: 45px;
  padding-left: 10px;
  width: 100%;
  border-radius: 5px;
  border: solid 1px #ccc;
}
.intersted input[type=text]{
        height: 45px;
  
        width: 100%;
  }
  
  .intersted input[type=email]{
       width: 100%;

     height: 45px;
   
  }
  
  .submit{
       
  
  }
  
  .intersted .subtxt{

    text-align: left;

    font-size: 13px;

    margin-top: -10px;

    font-weight: 600;

    margin-bottom: 23px;

}

.input-field select {
  background-color: #fff !important;
  border-radius: 7px !important;
  height: 50px !important;
  padding-left: 20px !important;
  color: #666;
  margin-left: 0px;
  
  margin-bottom: 8px;
  font-size: 16px;
  width: 100%;
}
select {
  background: url(../images/arrow.webp) no-repeat 96% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-size: 15px;
  appearance: none;
  height: 45px;
  outline-width: 0;
  padding: 10px 10px 10px 10px;
  display: block;
  font-size:14px;
  border: solid 1px #ccc;
  width: 100%;
  border-radius: 5px;
}
.code select {
  width: 30%;
    float: left;
    height: 45px;
    margin-left: 0px;
    border-radius: 5px 0px 0px 5px !important;
    font-size: 12px;
}
.intersted input[type=tel] {
  background-color: #fff !important;
  border-radius: 0px 5px 5px 0px !important;
  height: 45px;
  float: left;
  width: 70%;
  margin-left: 0px;
  padding-left: 10px;
}
.form-group{
  margin-bottom:15px;;
}
.c-code{
  display: block;
}

.intersted .lets-start {
  background: #9537FE 0% 0% no-repeat padding-box;
  text-decoration: none !important;
  font-size: 20px;
  color: #fff;
  padding: 10px 29px 10px 20px;
  text-transform: uppercase;
  transition: 0.3s;
  font-weight: 500;
  margin-top: 20px;
  display: inline-block;
  margin-left: 0px;
}
/* .................about us page..................... */

.about{
  padding-top: 10em;
  height: auto;
  background: url(../images/home-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5em;
}
  .about-text h1 {
    font-size:2.5em;
    padding-right: 0em;
    font-weight: 800;

}
.about-text{
    padding-top: 1em;
    padding-right:5.5em;
}
.about-text h1 span{
  color: #f7d524;
}
.about-text p {
  margin-left: 0px;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 500;

}
.about-text .lets-start{
  margin-left: 0px;
  font-size: 12px;
  letter-spacing: normal;
  padding: 18px 12px 20px 15px;
}

.about img {
  width: 100%;

}
footer .nav-item{
  font-size: 14px;
  margin-bottom: 15px !important;
}
.money{
  background-image: url(../images/about-bg.webp);
  height: 400px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.get-button-about {
  background: #9537FE  0% 0% no-repeat padding-box;
  font-weight: 500;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  opacity: 1;
  padding: 8px 15px 8px 15px;
  color: #fff;
  margin-left: 7em;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 21px;
}
.get-button-about:hover{
  color: #fff;
}
.about-text h6{
  font-size:16px;
  text-transform: uppercase;
  color: #050505;
}
.growth{
  padding-top: 4em;
  padding-bottom: 2em;
}

.growth h2{
  text-align: center;
  font-weight: 800;
  color: #000;
  font-size: 2.3em;
}

.growth p{
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  padding-left: 3em;
  line-height: 28px;
  padding-right: 3em;
  padding-bottom: 2em;
}
.growth hr{
  margin-bottom: 4em
}
.growth h3{
  text-align: left;
  font-weight: 800;
  font-size: 2.3em;
 
}
.growth h4{
  text-align: left;
  font-weight: 800;
  font-size: 1.3em;
  color: #A3B0BC;;

}

.value{
  border-right: solid 2px #A3B0BC;
}
.text-valu{

    padding: 0em 1em 0em 4em;

}
.pad-left{
display: flex;
}
.partner{
  display: flex;
  background-color: #EDF1F5;
  padding-top: 5em;
  padding-bottom: 5em;
}
.partner img{
  width: 250px;
  margin-bottom: 3em;
  margin-left:5em;
  margin-top: 2em;
}
.partner h2{
  font-size: 34px;
  font-weight: bold;
  padding-top: 1em;
}
.partner p{
  margin-bottom: 4em;
  padding: 6px 7em 0px 0em
}

.partner hr{
  margin-bottom: 5em;
  background-color: #B3C5D7;
  height: 3px;;
}
.chose{
  padding-top: 5em;
  padding-bottom: 5em;
}


.chose h2 {
  text-align: center;
  font-weight: 800;
  color: #000;
  font-size: 2em;
}

.chose p{
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  padding-left: 2em;
  line-height: 28px;
  padding-right: 2em;
  padding-bottom: 2em;
}
.chose .lets-start{
  font-size: 14px;
    letter-spacing: normal;
}














/***** Sidebar *****/

.sidebar {
  width: 250px; height: 100%; position: fixed; top: 0;  right: -273px; z-index: 9999;
  background: #fff; color: #000; transition: all .3s; box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
  text-align: left;
}

.sidebar.active {right: 0; }

.dismiss {
  width: 35px; height: 35px; position: absolute; top: 10px; right: 10px; transition: all .3s;
  background:#9537FE ; border-radius: 4px; text-align: center; line-height: 35px; cursor: pointer;color: #fff;
}

.dismiss:hover, .dismiss:focus { background: #fff; color: #555; }

.sidebar .logo { padding: 40px 20px; border-bottom: 1px solid #1550a8; transition: all .3s; }

.sidebar .logo a {
  display: inline-block;
  width: 172px;
  height: 34px;
  background: url(../img/logo.webp) left top no-repeat;
  border: 0;
  text-indent: -999999px;
}

.sidebar ul.menu-elements {padding: 82px 0; transition: all .3s; }
.privacy-sec ul{
  margin-left: 20px;

}
.sidebar ul li a {
  display: block; padding: 10px 20px;
  border: 0; color: #000;
  text-decoration: none;

}
.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active > a:hover,
.sidebar ul li.active > a:focus { outline: 0; background: #9537FE ; color: yellow; }

.sidebar ul li a i { margin-right: 5px; }

.sidebar ul li.active > a, a[aria-expanded="true"] {
  background: #9537FE ;
  color: #fff;
}

.sidebar ul ul a { background: #1550a8; padding-left: 30px; font-size: 14px; }

.sidebar ul ul li.active > a { background: #9537FE ; }

.sidebar a[data-toggle="collapse"] {
  position: relative;
}

.sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.sidebar .to-top { padding: 20px; text-align: center; }

.sidebar .dark-light-buttons { padding: 10px 20px 30px 20px; text-align: center; }

/* sidebar light */

.sidebar.light { background: #fff; color: #888; }

.sidebar.light .dismiss { background: #ddd; color: #888; }

.sidebar.light .dismiss:hover,
.sidebar.light .dismiss:focus { background: #ccc; color: #888; }

.sidebar.light .logo { border-color: #eee; }
.sidebar.light .logo a { background-image: url(../img/logo-dark.webp); }

.sidebar.light ul.menu-elements { border-color: #eee; }

.sidebar.light ul li a { color: #888; }

.sidebar.light ul li a:hover,
.sidebar.light ul li a:focus,
.sidebar.light ul li.active > a:hover,
.sidebar.light ul li.active > a:focus { background: #ccc; color: #888; }

.sidebar.light ul li.active > a, .sidebar.light a[aria-expanded="true"] {
  background: #ddd;
  color: #888;
}

.sidebar.light ul ul a { background: #ddd; }

.sidebar.light ul ul li.active > a { background: #ccc; }

.sidebar.light a.btn-customized-3 { background: #ddd; color: #888; }

.sidebar.light a.btn-customized-3:hover,
.sidebar.light a.btn-customized-3:active,
.sidebar.light a.btn-customized-3:focus,
.sidebar.light a.btn-customized-3:active:focus,
.sidebar.light a.btn-customized-3.active:focus,
.sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc; color: #888;
}

.sidebar.light a.btn-customized-4.btn-customized-dark { background: #555; }
.sidebar.light a.btn-customized-4.btn-customized-light { background: #eee; }

.sidebar.light a.btn-customized-4.btn-customized-dark:hover,
.sidebar.light a.btn-customized-4.btn-customized-dark:active,
.sidebar.light a.btn-customized-4.btn-customized-dark:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark.active:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc; color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-light:hover,
.sidebar.light a.btn-customized-4.btn-customized-light:active,
.sidebar.light a.btn-customized-4.btn-customized-light:focus,
.sidebar.light a.btn-customized-4.btn-customized-light:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-light.active:focus,
.sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc; color: #fff;
}


/***** Dark overlay *****/

.overlay {
  display: none; position: fixed; width: 100vw;    height: 100%;
  top: 0px;
  background: rgba(51, 51, 51, 0.7); z-index: 9996; opacity: 0; transition: all .5s ease-in-out;
}
.close{

}

.close.active { display: block;}
.overlay.active { display: block; opacity: 1; }


/***** Content *****/

.content { width: 100%; transition: all 0.3s; }

.open-menu {

}

.dsnone {
  display: none;
}
.mobilenone {
  display: block !important;
}

.mobile-get-button {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 10px 3px 17px #0000000F;
  border-radius: 10px;
  opacity: 1;
  padding: 10px;
  color: #000;
  margin-left: 0px;

}
.form-group .submit {
  margin-top: 25px;
  background: #660cde;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: white;
  line-height: inherit;
  font-weight: 500;
  padding: 8px 90px;

}
#button1[disabled] {
  background-image: linear-gradient(135deg, #888686 0%, #b6afbf 100%);
}

.errorMessage {
  display: none;
  color: red;
  font-weight: 700;
  font-size: 14px;
  margin-left: 10px;
}



/* --------------------- contact us css ------------------------------- */
.contact {
  padding-top: 10em;
  height: auto;
  background: url(../images/home-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5em;
}

.contact-text {
  padding-top: 3.5em;
  padding-right: 5.5em;
}
.contact-text h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #050505;
}
.contact-text h1 {
  font-size: 2.5em;
  padding-right: 0em;
  font-weight: 800;

}
.contact-text p {
  margin-left: 0px;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 500;
}
.contact-text .lets-start {
  margin-left: 0px;
  font-size: 12px;
  letter-spacing: normal;
  padding: 18px 12px 20px 15px;
}
.contact img {
  width: 400px;
  float: right;
}
.contact-text h1 span {
  color: #f7d524;
}

.help{
  padding-top: 5em;
  padding-bottom: 5em;
}

.help h3{
  font-size: 2em;
  font-weight: 800;
}
.help p{
  font-size: 15px;
}
.Shubham{
  margin-top:  6em;
}
.Shubham  img{
  width: 70px;;
}
.Shubham h2{
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 27px;
}
.Shubham p{
  font-size: 14px;
  font-weight: 500;
  margin-top: 14px;
  margin-bottom: 20px;;
}
.Shubham a{
  display: block;
  color: #4D0E9F;
  text-decoration: underline;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.whatsapp{
  width: 20px !important
}
.Shubham i{
  font-size: 16px;
}
.all-support{
  margin-top: 5em;
}
.support{
 padding:  18px 59px 0px 29px;;
}
.support h3 {
  font-size: 26px;
  font-weight: bolder;

}
.support img{
  width:35px;
  margin-right: 10px;
}
.support p{
  margin-top:15px;
  margin-left: 0px;
  font-size: 14px
}
.support a{
display: block;
margin-bottom:5em;
color: #4D0E9F;
text-decoration: underline;
font-weight: bold;
font-size: 15px;
}
.support span{
  display: block;
  font-weight: bold;
}

.get-it{
  background-color: #EDF1F5;
  padding-top: 2em;
  padding-bottom:3em;
}

.get-it_modal{

}
.get-it_modal .modal-dialog {
  max-width: 1000px;
  margin: 1.75rem auto;
}

.get-it_modal .modal-header h5 {
  font-size: 2.2em;
  text-align: center;
  font-weight: 600;
  padding: 0px 2em 0px 2em;
  line-height: 50px;
  color: #000;
}

.get-it_modal .modal-header h6 {
  font-size:1.7em;
  text-align: center;
  color: #B3B3B3;
}
.get-it_modal .modal-header {
  display: inline-block;
  border-bottom:none
}
.get-it_modal  .modal-content {
  background-color: transparent;
  border: none;
  width: 100%;

}


.get-it_modal .form-group label {
  font-size: 14px;
  margin-bottom: 1px;
  color: #000;
  font-weight: 500;
}
.get-it_modal .code select {
  width: 30%;
  float: left;
  height: 45px;
  margin-left: 0px;
  border-radius: 5px 0px 0px 5px !important;
  font-size: 12px;
  border-right: none;
}

.get-it_modal select {
  background: url(../images/arrow2.webp) no-repeat 96% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-size: 15px;
  appearance: none;
  outline-width: 0;
  padding: 10px 10px 10px 10px;
  display: block;
  font-size: 14px;
  border: solid 1px #ccc;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
}
.get-it_modal input[type=tel] {
  border-left: none;
}



/* --------------------- faq css ------------------------------- */
#faqes {

  padding-top: 2em;
  padding-bottom: 3em;

}
.faqs{
  padding-top: 10em;
  height: auto;
  background: url(../images/home-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5em;
}

.faqs-text {
  padding-top: 1em;
  padding-right: 5.5em;
}
.faqs-text h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #050505;

  font-weight: 500;
}
.faqs-text h1 {
  font-size: 2.5em;
  padding-right: 0em;
  font-weight: 800;
  margin-bottom: 0px;

  
}

.faqs-text h2 {
  font-size: 2.5em;
  padding-right: 0em;
  font-weight: 800;


}

.faqs-text span{
  color: #f7d524;
}
#earning ul{
  padding-top: 9em;
}
#earning ul li{
  font-size: 20px;
  margin-bottom: 20px;;
  font-weight: bold;
}
.faqs-text p {
  margin-left: 0px;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 500;
}
.faqs-text .lets-start {
  margin-left: 0px;
  font-size: 12px;
  letter-spacing: normal;
  padding: 18px 12px 20px 15px;
}
.faqs img {
  width: 100%;
}
.faqs-text h1 span {
  color: #f7d524;
}

#faqes h3 {
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 2em;
}
.faq-page .accordion-item{
  background-color: #EDF1F5;
  padding: 0px 18px 0px 20px;
  border-radius: 10px;
  border-bottom: none;
  margin-bottom: 20px;;
  
}
.faq-page{
  padding-left: 5em;
  padding-right: 5em;
}
.faq-page .accordion-flush .accordion-button {
  font-weight: bold !important;
  padding: 1.8rem 0.25rem;
  margin-bottom: 0em;
}
.faq-page .accordion-item .accordion-button {
  border-radius: 0;
  color: #000;
  font-size: 18px;
  border-bottom: none;
  background: transparent;
}

.faq-page .accordion-body {
  padding: 0px 14px 20px 10px;
  border-left: none;
  line-height: 28px;
  font-size: 17px;
  font-weight: 600;
}

.faq-page  .accordion-button {
  font-weight: bold !important;
  padding: 25px 10px 25px 10px;

}

.faq-page :not(.collapsed) {
  color: #000 !important;

  box-shadow: none;
}

.faq-page .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../images/expand_more.webp);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}
.faq-page .accordion-button:not(.collapsed)::after {
  background-image: url(../images/expand.webp);
  transform: rotate(-0deg);
}

/*----------------------solutions------------------------------ */



.solutions{
  padding-top: 10em;
  height: auto;
  background: url(../images/home-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5em;
}

.solutions-text {
  padding-top: 20px;
  padding-right: 5.5em;
}
.solutions-text h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #050505;
}
.solutions-text h1 {
  font-size: 2.5em;
  padding-right: 0em;
  font-weight: 800;

}
.solutions-text p {
  margin-left: 0px;
  font-size: 18px;

  margin-top: 20px;
  font-weight: 500;
}
.solutions .lets-start {
  margin-left: 0px;
  font-size: 12px;
  letter-spacing: normal;
  padding: 18px 12px 20px 15px;
}
.revolutionize .lets-start {
  margin-left: 0px;
  font-size: 12px;
  letter-spacing: normal;
  padding: 18px 12px 20px 15px;
}
.qureka-lite .lets-start {
  margin-left: 0px;
  font-size: 12px;
  letter-spacing: normal;
  padding: 18px 12px 20px 15px;
  display: inline-block;
}
.solutions img {
  width:400px;
  float: right;
}
.solutions-text h1 span {
  color: #f7d524;
}
.revolutionize h2{
  font-size: 2.3em;
  padding: 2em 2em 0.5em 2em;
  font-weight: bold;
}
.revolutionize p{
  font-size: 17px;;
}
.qureka-lite{
padding-bottom: 5em;

}
.predChamp{

  padding-top:1em;
  padding-bottom: 5em;
  background-color: #EDF1F5;
}
.partner-box {
  padding-bottom: 1em;
  margin-top: 14em;
}
.partner-box h2 {
  color: #1550a8;
  font-size: 34px;
  font-weight: 500;
}
.partner-box p {
  font-size: 21px;
  margin-top: 30px;
}


.predchamp-box img {
  width: 300px;
  margin-bottom: 20px;
  float: left;
  margin-right: 20px;
  clear: both;
}
.qureka-lite-image img{
  width: 350px;
  margin-top: 9em;
  float: right;
}
.predchamp-image img{
  width: 350px;
  margin-top: 5em;
  float: left;
}
.predchamp-box {
  padding-bottom: 1em;
  margin-top: 9em;
  display: flex;
}
.predChamp .lets-start {
  margin-left: 0px;
  font-size: 12px;
  letter-spacing: normal;
  display: inline-block;
  padding: 18px 12px 20px 15px;
}
.predchamp-box h3{
font-size: 3em;
}
.text-image{
  width: 300px !important;
  margin-left: 10px;;
}
.lite-link{
  margin-left: 10px;
  color: #666;
  text-decoration: underline;
  font-size: 14px;
}
.mgl-box {
  padding-bottom: 1em;
  margin-top: 8em;
}

.mgl .lets-start {
  margin-left: 0px;
  font-size: 12px;
  letter-spacing: normal;
  padding: 18px 12px 20px 15px;
  display: inline-block;
}
.revenue_modal .btn-close{
  position: absolute;
  right: 13px;
  top: 12px;
  font-size: 11px;
}
.mgl-image img {
  width: 350px;
  margin-top: 5em;
  float: right;
  padding-bottom: 3em;
}
.floating {
  display: inline-block;
  position: fixed;
  z-index: 99;
  right: 0px;
  left: auto;
  bottom: 66px;
  background: #fff;
  padding: 8px 5px 0px 5px;
  border-radius: 10px;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
}
.floating a{
  color: #000;
}
.gqTMHp {
  height: 64px;
  /* box-shadow: 0 0 8px #9537FE, inset 0 0 8px #9537FE; */
  -webkit-animation: pulse 2s linear 1s infinite;
  border-radius: 50%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  outline: transparent;
  background-color: rgb(255, 255, 255);
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
  width: 64px;
  position: fixed;
  /* top: 80%; */
  right: 0px;
  bottom: 100px;

}
.gqTMHp a {
  color: green;
}
.gqTMHp img {
  width: 40px;
}
@-webkit-keyframes pulse {
  0% { box-shadow:0 0 8px #4caf50 inset 0 0 1px #4caf50; }
  50% { box-shadow:0 0 36px #4caf50, inset 0 0 36px #4caf50; }
  100% { box-shadow:0 0 8px #4caf50, inset 0 0 3px #4caf50; }
}

.inner {
  background-color:transparent;
  width:100px;
  height:100px;
  border-radius:50px;
  box-shadow: 0 0 8px #9537FE, inset 0 0 8px #9537FE;
  -webkit-animation: pulse 1s linear 1s infinite;
}


 @keyframes floating {
  from { transform: translate(0,  0px); }
  65%  { transform: translate(0, 15px); }
  to   { transform: translate(0, -0px); }    
}

.floating{
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.chat{

}

.floating h3{
  font-size: 16px;
  width: 100px;
  text-align: center;
  font-weight: 500;
  line-height: 15px;
 
}




.what{
  position: relative;
}

#cookie {
  padding-top: 10em;
  height: auto;
  background: url(../images/home-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 2em;

}
.cookie-text {
  padding-top: 5em;
}
.cookie{
  padding-top: 3em;
}
.cookie-text h1 {
  font-size: 2.5em;
  padding-right: 0em;
  font-weight: 800;
  line-height: 1.3em;
}
.cookie-text p {
  margin-left: 2px;
  font-size: 18px;
  padding-right: 7em;
  line-height: 26px;
  margin-top: 17px;
}
.cookie-img img {
  width:400px;
  float: right;
}
.shine {
  position:relative;
  overflow:hidden;
}

.shine:before{
  content:'';
  position: absolute;
  left: -20%;
  top:-10%;
  width: 0;
  height: 100%;
  transform: rotate(15deg) scale(1, 2);
  box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.7);
  animation: button-glow 3000ms ease-in-out infinite;
}

@keyframes button-glow {
  0% {
    left: -20%;
  }
  50% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

/* Style tab links */

.tabsec{

  text-align:center;

}



.tablink {

  background-color: #ccc;

  color: #fff;

  border: none;

  outline: none;

  cursor: pointer;

  padding: 18px 10px;

  font-size: 20px;

  font-weight:600;

  width: 25%;

  border-top-left-radius:15px;

  border-top-right-radius:15px;

}



.tablink:hover {

  background-color: #ccc;

}


#earning{
  position: relative;
}




/* Style the tab content (and add height:100% for full page content) */

.tabcontent {

  color: #000;

  text-align: left;

  padding: 50px 20px;

  height: 100%;

}



.linehr{

  opacity:.5;

  margin-top:-7px;

}

#images-container{
  position: relative;
}
.image-1 {
  background-image: url(../images/hownew.webp);
}

.image-2 {
  background-image: url(../images/revenue-1.webp);
}

.image-3 {
  background-image: url(../images/user-engagement.webp);
}

.image {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: all .5s;
}
.image[data-active="active"]{
  opacity: 1;
}
.bgcolor{
  background-color: #9537FE;
}

.tytxt {

  font-size: 20px;
  color: #000;
  padding-top: 0px;
  padding-left:0px;
  font-weight: 600;
  width: 100%;
  text-align: left;

}
.tytxt span{
  color: yellow;
}

	
	
.video-close {
  position: absolute;
  right: -12px;
  z-index: 9;
  background: #fff;
  color: #000;
  opacity: 1;
  padding: 10px;
  border-radius: 100%;
  height: 35px;
  font-size: 20px;
  line-height: 19px;
  font-weight: bold;
  top: -13px;
}

.video-modal .modal-dialog {
  max-width: 800px;
  margin: 1.75rem auto;
}





.modal-close:hover {
color: #777;
}

.modal-heading {

margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
margin-top: 0;
}

.modal-content > *:last-child {
margin-bottom: 0;
}
.youtube-embed {
  position: relative;
  height: 0;
  padding-top: 56%;
  overflow: hidden;
  max-width: 100%;
}
.youtube-embed iframe { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-modal .modal-body{
  padding: 0px;

}
.video-modal .modal-content{
  border: none;
}
.video-modal .modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: none;
  padding: 0px;
  display: none;
}


/* ----------------------------------------- */

.youtube-embed-1 {
  position: relative;
  height: 0;
  padding-top: 56%;
  overflow: hidden;
  max-width: 100%;
}
.youtube-embed-1 iframe { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-modal-1 .modal-body{
  padding: 0px;

}
.video-modal-1 .modal-content{
  border: none;
}
.video-modal-1 .modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: none;
  padding: 0px;
  display: none;
}
.thankyou {
  padding-top: 12em;
  height: auto;
  background: url(../images/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5em;
  padding-left: 20px;
  padding-right: 20px;
  height: 100vh ;
}

.thankyou-text {
  padding-top: 3.5em;
  padding-right: 5.5em;
}
.thankyou-text h1 {
  font-size: 30px ;
  padding-right: 3em ;
  font-weight: 600;
  line-height: 1.3em;
  text-align: left ;
  color: #9537FE;
}
.thankyou-text p {
margin-left: 0px;
font-size: 20px;
margin-top: 0px;
padding-right: 96px;
}
.thankyou img{
width: 100%;
}
.video-tab{

}

.loader-container{
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  margin: 0;
  background-color: #00000094;
}

.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loader-container h3{
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
}


.popup {
  position: fixed;
  width: 450px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
}

.popup-content {
  text-align: center;
}
.popup-content h3{
  font-size: 20px;
  padding-bottom: 20px;;
}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}


.popup img {
  width: 80px;
  margin-top: 12px;
  margin-bottom: 21px;
}
.popup h2{
  font-size: 2.5em;
  font-weight: 700;
  padding-top: 24px;
}

.popup p{
  color: #000;
  font-size: 20px;
  line-height: 24px;
  padding: 11px 18px 0px 18px;
}


.video-new{
  position: relative;
  top: 134px;
  padding-bottom: 3em;

}

.video-new h2{
  text-align: center;
  font-weight: bold;
  margin-top: 25px;
  padding-bottom: 25px;
  font-size: 30px;;
}
.video-sec{
  width: 800px;
  margin: 0px auto;
  cursor: pointer;
  height: 500px;;
}

/* blog page */
.heading-page {
  padding-top: 110px;
}
.page-heading {
	margin: 0px 10px;
	padding: 120px 0px;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/heading-bg.webp);
}

.page-heading .text-content h4 {
	color: #f7d524;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}

.page-heading .text-content h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
/* Blog Posts */

.blog-posts {
	margin-top: 10em;
}

.blog-posts .blog-post {
	margin-bottom: 30px;
}

.blog-posts .blog-thumb img {
	width: 100%;
	overflow: hidden;
}

.blog-posts .down-content {
	padding: 40px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.blog-posts .down-content span {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 900;
	color: #9537FE;
}

.blog-posts .down-content h4 {
	font-size: 24px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 900;
	color: #20232e;
	margin: 10px 0px 12px 0px;
}

.blog-posts .down-content ul.post-info li {
	display: inline-block;
	margin-right: 8px;


}
.post-info{
  border-bottom:solid 1px #ccc;
  margin-top: 20px;
  padding-left: 0px;
  padding-bottom: 14px;
}
.blog-posts .down-content ul.post-info li:after {
	content: '|';
	color: #aaa;
	margin-left: 8px;
}

.blog-posts .down-content h4 {
	font-size: 24px;
	letter-spacing: 0.25px;
}

.grid-system .down-content ul.post-info li {
	margin-right: 3px;
}

.grid-system .down-content ul.post-info li:after {
	margin-left: 5px;
}

.blog-posts .down-content ul.post-info li:last-child::after {
	display: none;
}

.blog-posts .down-content ul.post-info li a {
	font-size: 14px;
	color: #aaa;
	font-weight: 400;
	transition: all .3s;
}

.blog-posts .down-content ul.post-info li a:hover {
	color: #9537FE;
}

.blog-posts .down-content p {

}

.blog-posts .down-content ul.post-share {
	text-align: right;
}

.blog-posts .down-content ul.post-tags li,
.blog-posts .down-content ul.post-share li {
	display: inline-block;
}

.blog-posts .down-content ul.post-tags li:first-child i,
.blog-posts .down-content ul.post-share li:first-child i {
	color: #9537FE;
	margin-right: 5px;
}

.blog-posts .down-content ul.post-tags li,
.blog-posts .down-content ul.post-share li {
	color: #aaa;
}

.blog-posts .down-content ul.post-tags li a,
.blog-posts .down-content ul.post-share li a {
	font-size: 14px;
	color: #aaa;
	font-weight: 400;
	transition: all .3s;
}

.blog-posts .down-content ul.post-tags li a:hover,
.blog-posts .down-content ul.post-share li a:hover {
	color: #9537FE;
}

.blog-posts .main-button a {
	height: 60px;
	line-height: 60px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

ul.page-numbers {
	text-align: center;
}

ul.page-numbers li {
	display: inline-block;
	margin: 0px 5px;
}

ul.page-numbers li a {
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	color: #7a7a7a;
	border: 1px solid #eee;
	font-weight: 500;
	transition: all 0.3s;
}

ul.page-numbers li.active a {
	background-color: #9537FE;
	border-color: #9537FE;
	color: #fff;
}

ul.page-numbers li a:hover {
	color: #9537FE;
}

.blog-posts .sidebar-heading h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.5px;
	color: #20232e;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.blog-posts .comments {
	margin-top: 30px;
}

.blog-posts .comments ul li {
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.blog-posts .comments ul li.replied {
	padding-left: 130px;
}

.blog-posts .comments ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.blog-posts .comments ul li .author-thumb {
	display: inline;
	float: left;
}

.blog-posts .comments ul li .author-thumb img {
	max-width: 100px;
	display: inline;
}

.blog-posts .comments ul li .right-content {
	margin-left: 130px;
}

.blog-posts .comments ul li .right-content h4 {
	color: #20232e;
	font-size: 19px;
	font-weight: 900;
	letter-spacing: 0.5px;
}

.blog-posts .comments ul li .right-content h4 span {
	font-size: 14px;
    color: #aaa;
	font-weight: 400;
	letter-spacing: 0.25px;
	margin-left: 20px;
}

.blog-posts .submit-comment {
	margin-top: 60px;
}

.blog-posts .submit-comment input {
	width: 100%;
	height: 46px;
	border: 1px solid #eee;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 0px 15px;
	margin-bottom: 30px;
}

.blog-posts .submit-comment textarea {
	width: 100%;
	height: 46px;
	border: 1px solid #eee;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 10px 15px;
	margin-bottom: 30px;
	height: 180px;
	max-height: 220px;
	max-width: 100%;
	min-width: 160px;
}

.blog-posts .submit-comment input::placeholder,
.blog-posts .submit-comment textarea::placeholder {
	color: #aaa;
}

.blog-posts .submit-comment button {
	display: inline-block;
	background-color: #9537FE;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 12px 20px;
	text-transform: uppercase;
	transition: all .3s;
	border: none;
	outline: none;
}

.blog-posts .submit-comment button:hover {
	background-color: #fb9857;
}



.blog-sidebar {
  margin-left: 0px;
  border-left: solid 1px #ccc;
  padding-left: 14px;
}

.blog-sidebar .sidebar-item {
	margin-top: 0px;
}

.blog-sidebar .search {
	margin-top: 0px;
}

.blog-sidebar .sidebar-heading h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.5px;
	color: #20232e;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.blog-sidebar .search input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 0px 15px;
}

.blog-sidebar .search input::placeholder {
	color: #aaa;
}

.blog-sidebar .recent-posts ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.blog-sidebar .recent-posts ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.blog-sidebar .recent-posts ul li h5 {
	font-size: 16px;
	font-weight: 900;
	color: #20232e;
	line-height: 30px;
	transition: all 0.3s;
}

.blog-sidebar .recent-posts ul li h5:hover {
	color: #9537FE;
}

.blog-sidebar .recent-posts ul li span {
	display: block;
	font-size: 14px;
	color: #aaa;
	margin-top: 8px;
}

.blog-sidebar .categories ul li {
	margin-bottom: 15px;
}

.blog-sidebar .categories ul li:last-child {
	margin-bottom: 0px;
}

.blog-sidebar .categories ul li a {
	font-size: 15px;
	font-weight: 700;
	color: #20232e;
	transition: all .3s;
}

.blog-sidebar .categories ul li a:hover {
	color: #9537FE;
}

.blog-sidebar .tags ul li {
	margin-right: 6px;
	display: inline-block;
}

.blog-sidebar .tags ul li {
	margin-bottom: 10px;
}

.blog-sidebar .tags ul li a {
	font-size: 15px;
	font-weight: 500;
	color: #aaa;
	display: inline-block;
	border: 1px solid #eee;
	padding: 10px 18px;
	transition: all .3s;
}

.blog-sidebar .tags ul li a:hover {
	background-color: #9537FE;
	border-color: #9537FE;
	color: #fff;
}

.down-content h3{
  color: #9537FE;
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0px 17px 0px;
}
.down-content p{
  font-size: 14px;;
}
.block-title-wrapper::before {
  background-color: #edf1f4
}
.block-title-wrapper {
  margin-bottom:3em;
  position: relative;
}
.block-title-wrapper .block-title {
  padding: 1px 22px 0 23px;
  display: inline-block;
  color: #fff;
  position: relative;
  line-height: 35px;
  font-weight: 500;
  background: #9537FE;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 1px;
}

.block-title-wrapper .block-title::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 5;
  border-top: 36px solid transparent;
  border-left: 31px solid #9537FE;
  right: -31px;
}

.block-title-wrapper .block-title::after {
  right: -40px;
  content: "";
  top: 0;
  position: absolute;
  z-index: 2;
  border-top: 36px solid transparent;
  border-left: 34px solid;
}

.block-title-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  top: 6px;
}
.more-stories{
  margin-top: 3em;
  padding-bottom: 6em;
}
.tab-contents{
  background: #f9f9f9;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  display: table;
  margin-bottom: 1em;
  padding: 15px;
  position: relative;
  width: auto;
  transition: all 0.5s;
}

.tab-contents p{
  font-size: 20px;
  padding-left: 10px;
}
.tab-contents ul{
  padding-left: 10px;;
}
.tab-contents ul li{
  list-style: none;
  margin-bottom:5px;;
}


/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #000;
  text-transform: uppercase;

  border-radius: 10px 0px 0px 10px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -115px;
  z-index: 1000;
 
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fa {
  font-size: 24px !important;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left:20px;
}

/* .fl-fl:hover {
  right: -40px;
} */

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  vertical-align:  text-bottom; 
}

.float-fb {
  top: 380px;
  background-color: 	#25D366;
}
.float-text {
  background: #9537FE ;
  right: 0px;
  width: 76px;
  text-align: center;
  top: 324px;

}
.float-text h3{
  font-size: 13px;
  color: #fff;
  padding-top: 5px;
}
.float-tw {
  top: 440px;
  background-color: #0088cc;
}

.float-gp {
  top: 500px;
  background-color: 	#00AFF0;
}

.float-rs {
  top: 325px;
}

.float-ig {
  top: 380px;
}

.float-pn {
  top: 435px;
}
