.footer-bottom a:hover{

	color: #f3cb31;

}
/*p{
	word-break:break-all;
}*/
.img_meme_detail
{
	max-width: 50%;
}
.btnsavevote:focus, .btnsavevote.focus
{
	box-shadow: none;
}
.padding_left_15
{
	padding-left: 15px;
}
.form-control:focus{

	border-color: #f3cb31;

	-webkit-box-shadow: 0 0 0 0.2rem rgb(255 223 128 / 54%);
	box-shadow: 0 0 0 0.2rem rgb(255 223 128 / 54%);
}
.banner-section::before{
	background: rgba(224 192 11 / 9%);
}
@media (min-width: 767.98px){
	#header .logo img {
		height: 45px;
	}
}

@media (max-width: 760px){
	#header .main-menu .justify-content-between.row{
		display: block;
	}
	#header .main-menu .row #logo{
		margin-left: -20px;
		text-align: center;
	}
}
.btn-green{
	background-color: #25D366;
	border-color: #25D366;
	color: #fff;
}
.btn-green:hover{
	background-color: #28a745;
	border-color: #28a745;
	color: #fff;
}
#memes_list .store_item .memesImg, #related_memes .store_item .memesImg{
	width: 100%;
	height: 250px;
}
#memes_detail .store_item .memesImg{
	width: 100%;
}
.btn-primary.disabled, .btn-primary:disabled{
	background-color: #ead660;
    border-color: #ead660;
}
#btnSubmitMemes.disabled{
	cursor: default;
}
.store_item.ctmlist .btn-primary{
	margin: 3px;
}

/* Memes Listing Page Design Start */

.review-wrap {
	margin: 15px -5px 30px;
}

.review-wrap__review {
	width: 33.333333%;
	padding: 0 5px;
}

.review-card {	
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 0.25rem;
	padding: 10px;
}

.review-card__header {
	position: relative;
}

.review-card__header img {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
.review-wrap.detail .review-card__header img {
	width: 70%;
}
.m-category {
	position: absolute;
	padding: 8px 10px;
	font-size: 12px;
	color: #fff;
	line-height: 100%;
	top: 10px;
	right: 0;
	text-transform: uppercase;
}

.review-card__body {
    display: flex;
	align-items: center;
	flex-direction: column;
	padding: 10px 15px 5px;
	background-color: #fafafa;
}

.review-card__body h5 {
	text-transform: capitalize;
	margin-bottom: 0;
	font-size: 1.05rem;
	letter-spacing: -.25px;
	line-height: 1.75;
}

.review-card__body .m-metas .btn {
	padding: 0.375rem 0.375rem;
}

.review-card__body .m-metas .btn:hover {
	color: #f3cb31;
}

.detail .review-wrap__review {
	width: 100%;
}

.detail .review-card__body h5 {
	margin-bottom: 10px;
}

.detail .review-card__body .m-metas {
	margin-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.review-wrap__review {
	  width: 50%;
	}
}

@media (max-width: 767px) {
	.review-wrap__review {
	  width: 50%;
	}
	.detail .review-wrap__review {
		margin-top: 15px;
	}
}

@media (max-width: 479px) {
	.review-wrap__review {
	  width: 100%;
	}
	.review-card {
		margin-bottom: 15px;
	}
}
/* Memes Listing Page Design End */
.nav-menu li{
	float: left !important;
}
#header ul.nav-menu{
	float: right;
}
#company_list .store_item .sacimg{
	width: 100%;
    height: auto;
}
#storeDetailPage #About p{
	word-break: break-word;
}

#blog_list .store_item iframe{
	width: 100%;
}
.video_blog{
	width: 100%;
	height: 300px;
	overflow: hidden;
  	position: relative;
}
.video_blog iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.codepreview{
	text-align: start;
	word-break: break-all;
}
.codepreview p, .codeview{
	background-color: #000 !important;
    color: #f3cb31;
    padding: 10px;
	border-radius: 10px;
	font-weight: 500;
	word-break: break-all;
}

.codecss{
	background-color: black !important;
	color: #fff;
}
.h100{
	height: 100px;
}
.citylist .select2 .select2-selection{
	height: calc(1.5em + 1rem + 4px);
	padding-top: 10px;
}
.citylist.list-page-city .select2 .select2-selection{
	height: 38px;
	padding-top: 6px;
}
.citylist.list-page-city .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
}
.mar10{
	margin: 10px;
}
.nomar{
	margin: 0px;
}

.border1{
	border: 1px solid;
}
.clink, .clink:hover{
	color: #0056b3;
	font-size: 14px;
	text-decoration: underline;
}
.background-overlay{
	background: black;
	opacity: 0.6;
	width: 100%;
	height: 100%;
	position: absolute;
}

.product-link .btn {
	font-weight: bold;
	padding: 3px 8px;
}
.product_item{
	min-height: 150px;
}
.background-overlay-storeproduct{
	background: black;
	opacity: 0.6;
	width: 93%;
	height: 91%;
	position: absolute;
	border-radius: 10px;
}
.green-link{
	color: #25D366;
	text-decoration: underline;
}
.green-link:hover{
	color: #f3cb31;
	text-decoration: none;
}
.rating-input {
	display: inline-block;
	position: relative;
	height: 30px;
	line-height: 42px;
	font-size: 50px;
}
.rating-input label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
}

.rating-input label:last-child {
	position: static;
}

.rating-input label:nth-child(1) {
	z-index: 5;
}

.rating-input label:nth-child(2) {
	z-index: 4;
}

.rating-input label:nth-child(3) {
	z-index: 3;
}

.rating-input label:nth-child(4) {
	z-index: 2;
}

.rating-input label:nth-child(5) {
	z-index: 1;
}

.rating-input label input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.rating-input label .icon {
	float: left;
	color: transparent;
}

.rating-input label:last-child .icon {
	color: #000;
}

.rating-input:not(:hover) label input:checked ~ .icon,
.rating-input:hover label:hover input ~ .icon {
	color: gold;
}

.rating-input label input:focus:not(:checked) ~ .icon:last-child {
	color: #000;
	text-shadow: 0 0 5px #09f;
}
.font-size-14{
	font-size: 12px;
}
.rating-input:not(:hover) label input:checked ~ .icon:before, .rating-input:hover label:hover input ~ .icon:before {
	content: "\2605";
	position: absolute;
}
.btn .bxl-whatsapp{
	vertical-align: text-top;
}
.starDiv{
	width: 168px;
}
.mac-os .starDiv{
	width: 195px;
}
.starDiv .stars-100:after{
	width: 100%;
}
@media (max-width: 991px){
	.starDiv{
		width: 130px;
	}
	.mac-os .starDiv{
		width: 160px;
	}
}

/* 05/07/2021 */

.consultation-hero {
	background-image: url(../images/hero-background.svg);
    background-position-x: 60%;
    width: 100%;
    height: 750px;
    background-size: cover;
    background-repeat: no-repeat;
	padding-top: 120px;
    padding-bottom: 200px;
	margin-bottom: 80px;
    position: relative;
}

.consultation-hero:after {
    content: " ";
    position: absolute;
    background-image: url(../images/man.png);
    top: auto;
    width: 270px;
    height: 496px;
    left: 62%;
    right: 0;
    bottom: 0;
}

.hero-text {
    padding-top: 20px;
    padding-bottom: 40px;
}

.hero-text h2 {
    font-size: 30px;
    color: #3b455a;
    line-height: 42px;
    font-weight: 700;
}

.hero-text p {
    margin-bottom: 40px;
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.awards-area.awards-digital-marketer-area {
    padding: 18px 0 120px;
}

.awards-area.awards-digital-marketer-area .round-shape-img {
    left: 50%;
    max-width: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.awards-content-area {
    align-items: center;
    display: flex;
    position: relative;
}

.awards-content-area .award-item {
    box-shadow: 0px 35px 100px 0px rgb(171 181 189 / 35%);
    margin-bottom: 40px;
    max-width: 250px;
    padding: 35px 25px;
    position: relative;
}

.awards-content-area .award-item.item-one {
    padding-top: 40px;
    margin-bottom: 0;
    margin-right: 20px;
}

.awards-content-area .award-item:before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	border-radius: 15px;
}

.awards-content-area .award-item img {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
	max-width: 90px;
}

.awards-content-area .award-item.item-one img {
    margin-bottom: 25px;
}

.awards-content-area .award-item h4 {
	color: #353642;
	font-size: 20px;
	position: relative;
	z-index: 1;
	font-weight: 700;
	margin-bottom: 15px;
}

.awards-content-area .award-item p {
    font-size: 16px;
	font-weight: 500;
	line-height: 22px;
    position: relative;
    z-index: 1;
}

.awards-content-area .content-right {
    margin-left: 20px;
}

.awards-content-area .award-item.item-three {
    margin-bottom: 0;
}

.awards-area.awards-digital-marketer-area .section-title {
    margin-left: 30px;
}

.section-title .title {
    font-size: 35px;
    letter-spacing: -1.25px;
    line-height: 1.25;
    margin-bottom: 40px;
}

.section-title .desc p {
    line-height: 1.65;
    margin-bottom: 76px;
}

.working-process-area.working-process-digital-marketer-area {
    padding: 125px 0;
	background-image: url(../images/bg-01.png);	
}

.working-process-area.working-process-digital-marketer-area .section-title {
    margin-bottom: 50px;
}

.working-process-area.working-process-digital-marketer-area .section-title .title {
    margin-bottom: 33px;
}

.working-process-area.working-process-digital-marketer-area .working-process-content {
    box-shadow: 0px 35px 100px 0px rgb(171 181 189 / 35%);
    display: flex;
    flex-wrap: wrap;
}

.working-process-area.working-process-digital-marketer-area .working-process-content + .working-process-content {
	border-top: 1px solid #ececec;
}

.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item {
    border-right: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    width: 33.33%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
	background-color: #fff;
	padding: 49px 35px 39px;
    position: relative;
}

.icon-box-item .icon-box {
    margin-bottom: 20px;
    position: relative;
}

.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item .icon-box .icon-img {
    width: 70px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.icon-box-item .content {
    font-size: 16px;
}

.icon-box-item .content h4 {
    font-size: 20px;
    margin-bottom: 20px;
	font-weight: 700;
}

.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item .content h4 a {
    color: #0e0e0e;
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item .content h4 small {
	font-size: 60%;
}

.icon-box-item .content p {
	font-weight: 600;
	margin-bottom: 0.25rem;
}

.icon-box-item .content p:last-child {
	margin-bottom: 0;
}

.icon-box-item .content p span {
	color: #f3cb31;
}

.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item:last-child {
    border-right: none;
}

.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item:hover {
    background-color: #f3cb31;
}

.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item:hover .icon-box .icon-img {
    filter: brightness(0.2);
}

.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item:hover .content p {
    color: #fff;
}

.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item:hover .content h4 a {
    color: #fff;
}

.icon-box-item:hover .content p span {
	color: #000;
}

.boost-business-hero {
	background-color: #f6fafe;
	padding-top: 80px;
    padding-bottom: 80px;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}

.icon-btn {
	display: flex;
	text-align: left;
	align-items: center;
}

.icon-btn i {
	font-size: 40px;
	margin-right: 8px;
}

.site-animation {
    position: absolute;
    top: -170px;
    left: 45px;
}

.site-animation.style1 {
	bottom: 70px;
	right: 45px;
	top: auto;
    left: auto;
}

.ani-box {
	animation: rotate-all 2s 0 infinite linear alternate;
}

.ani-1 {
	background-color: #BDBDBD;
	position: relative;
	margin: auto;
	animation: square-to-circle 2.5s .5s infinite cubic-bezier(1,.015,.295,1.225) alternate-reverse;

}

.ani-2 {
	background-color: #FFF0B5;
	position: relative;
	margin: auto;
	animation: square-to-circle2 2.5s .42s infinite cubic-bezier(1,.015,.295,1.225) alternate-reverse;
}

.ani-1,
.ani-2 {
	width: 60px;
	height: 60px;
}

#ani-one {
	top: 150px;
}
 
#ani-two {
	top: 150px;
	right: 60px;
}

#ani-three {
	top: 150px;
}

#ani-four {
    bottom: -25px;
    left: 60px;
}

@keyframes square-to-circle {
	0%  {
	  border-radius:0 0 0 0;
	  transform:rotate(45deg);
	}
	25%  {
	  border-radius:50% 0 0 0;
	  transform:rotate(135deg);
	}
	50%  {
	  border-radius:50% 50% 0 0;
	  transform:rotate(180deg);
	}
	75%  { 
	  border-radius:50% 50% 50% 0;
	  transform:rotate(315deg);
	}
	100% {  
	  border-radius:50%;
	  transform:rotate(404deg);
	}
  }
  
  @keyframes square-to-circle2 {
	0%  {
	  border-radius:0 0 0 0;
	  transform:rotate(45deg);
	}
	25%  {
	  border-radius:0 0 50% 0;
	  transform:rotate(135deg);
	}
	50%  {
	  border-radius:0 0 50% 50%;
	  transform:rotate(180deg);
	}
	75%  { 
	  border-radius:50% 0 50% 50%;
	  transform:rotate(315deg);
	}
	100% {  
	  border-radius:50%;
	  transform:rotate(404deg);
	}
  }

.cta-area {
	padding: 60px 0 80px;
	background-color: #f3cb31;
	background-image: url(../images/wave.svg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position-x: right;
}

.cta-area h1 {
	font-size: 3.5rem;
	color: #1b0904;
}

.cta-area .icon-btn {
	background-color: #1b0904;
	color: #fff;
}

h3.heading {
	font-size: 20px;
	margin-bottom: 30px;
}

ul.points {
    margin: 0;
    padding: 0;
	list-style: none;
}

ul.points li {
    list-style: none;
    position: relative;
    z-index: 2;
    padding-left: 30px;
    margin-bottom: 15px;
	line-height: 26px;
    font-weight: 500;
}

ul.points li span.point_icon {
    margin-right: 5px;
    height: 18px;
    width: 18px;
    display: inline-block;
    background: #f3cb31;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    color: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}
  

@media(max-width:991px) {
	.awards-area.awards-digital-marketer-area .section-title .desc {
		margin-bottom: 40px;
	}
}

@media(max-width:575px) {
	.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #ececec;
		padding: 25px;
	}
	.working-process-area.working-process-digital-marketer-area .working-process-content + .working-process-content {
		border-top: 0;
	}
	.section-title .title {
		font-size: 25px;
	}
	.working-process-area.working-process-digital-marketer-area {
		padding: 50px 0;
	}
	.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item .icon-box .icon-img {
		width: 60px;
	}
	.awards-content-area {
		flex-direction: column;
	}
	.awards-area.awards-digital-marketer-area .section-title {
		margin-left: 0;
	}
	.awards-content-area .award-item {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.awards-content-area .award-item.item-one {
		margin-right: 0;
	}
	.awards-content-area .content-right {
		margin-left: 0;
		margin-top: 20px;
	}
	.awards-content-area .award-item::before {
		border-radius: 0;
	}
	.awards-area.awards-digital-marketer-area {
		padding: 18px 0 60px;
	}
	.consultation-hero::after {
		content: none;
	}
	.awards-area.awards-digital-marketer-area .round-shape-img {
		display: none;
	}
	.hero-text h2 {
		font-size: 25px;
		line-height: 32px;
	}
	.hero-text p {
		font-size: 16px;
		line-height: 25px;
	}
	.consultation-hero {
		height: 475px;
		padding-top: 50px;
		padding-bottom: 100px;
		margin-bottom: 5px;
		background-position: 50%;
	}
	.boost-business-hero {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 15px;
	}
	.cta-area h1 {
		font-size: 2rem;
	}
}