

.widget-title {
	color: #ffffff;
	text-transform: uppercase;
}

footer.skin-dark-footer .footer-widget ul li a, footer.skin-dark-footer, footer.skin-dark-footer a {
    color: rgba(245,255,255,0.6);
    font-size: 14px;
    transition: all ease 0.4s;
}


.footer-menu li a {
    padding: 5px 10px;
    color: #ffffff;
}

.cmn-btn {
    color: #525252 !important;
}


.blox_instagram_preview .blox_instagram_preview_container {
    position: relative;
    display: -ms-flex-box;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 5px;
    margin-bottom: 30px;
    padding-bottom: 1rem;
}

.blox_instagram_preview * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.referral-input {
    position: relative;
}
.referral-input input {
    height: 60px;
    padding: 0 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #dedede;
    border-color: rgba(255, 255, 255, 0.3);
    color: #888888;
}
.referral-input .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 60px;
    padding: 0 30px;
    line-height: 60px;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
@media (max-width: 575px) {
    .referral-input .btn {
        font-size: 14px;
        padding: 0 20px;
    }
}
.referral-input.ref-small input {
    height: 50px;
}
.referral-input.ref-small .btn {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.la-dot-circle {
    font-size: 18px !important;
  }

  .photo-card__close {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 25px;
      height: 25px;
      background-color: #de4463;
      color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
	  z-index: 10;

  }

  
.cssload-loader {
	width: 244px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size:18px;
	color: rgb(206,66,51);
	letter-spacing: 0.2em;
}
.cssload-loader::before, .cssload-loader::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: rgb(206,66,51);
	position: absolute;
	animation: cssload-load 0.81s infinite alternate ease-in-out;
		-o-animation: cssload-load 0.81s infinite alternate ease-in-out;
		-ms-animation: cssload-load 0.81s infinite alternate ease-in-out;
		-webkit-animation: cssload-load 0.81s infinite alternate ease-in-out;
		-moz-animation: cssload-load 0.81s infinite alternate ease-in-out;
}
.cssload-loader::before {
	top: 0;
}
.cssload-loader::after {
	bottom: 0;
}



@keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-o-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-ms-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-webkit-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-moz-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

.image-description{
	
	border: 2px solid #e5e5e5;
	padding: 15px 25px;
	margin-top: 25px;
	min-height:222px; /* or whatever width you want. */
	max-height: 100%; /* or whatever width you want. */
	
	border-radius: 5px;
	
}

.image-description .description-text {
	word-break: break-all;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	
}
.image-tags-list {
	margin: -5px;
}
.image-tags-list li {
	padding: 3px 10px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	margin: 5px;
	font-size: 14px;
}
@media (max-width: 991px) {
	.image-description {
		height: auto;
	}
}
.card-deposit .photo-upload-area {
	padding: 0 !important;
}

.faq-item {
    border-radius: 8px;
    background: #f7fbff;
    padding: 28px 40px;
    margin-bottom: 20px;
}

.faq-item .faq-title {
    border: none;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.faq-item .faq-title .title {
    border: none;
    margin: 0;
    width: calc(100% - 10px);
    text-transform: capitalize;
}

.faq-item .faq-title .right-icon {
    position: absolute;
    right: 0;
    width: 40px;
    height: 22px;
    top: 0;
}

.faq-item .faq-title .right-icon::after, .faq-item .faq-title .right-icon::before {
    position: absolute;
    content: '';
    background: #555555;
    top: 50%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.faq-item .faq-title .right-icon::before {
    width: 2px;
    height: 20px;
}

.faq-item .faq-title .right-icon::after {
    width: 20px;
    height: 2px;
}

.faq-item .faq-content {
    padding: 0;
    padding-top: 30px;
    display: none;
}

.faq-item.open .faq-title .title {
    color: #DE4463;
}

.faq-item.open .faq-title .right-icon::after, .faq-item.open .faq-title .right-icon::before {
    background: #DE4463;
}

.faq-item.open .faq-title .right-icon::before {
    height: 0;
}

.faq-item.active .faq-content {
    display: block;
}

/* new css */
.filter-menu-wrapper {
	padding-bottom: 30px;
}
.filter-menu li{
	margin: 3px 5px;
}
.filter-menu li a {
	color: #777;
	padding: 6px 18px;
	border-bottom: 1px solid transparent;
	background-color: #f1f1f1;
	border-radius: 5px;
}
.filter-menu li.active a {
	background-color: #de4463;
	color: #fff;
}
.filter-select {
	min-height: 40px;
	line-height: 42px;
	position: relative;
}
.filter-select .list {
	z-index: 99;
}

.header__bottom{
    background-color: #fff !important;
}



.our-team {
    padding: 50px 0px;
    background-color: #f9f9f9;
}
.our-team h2{
  margin-bottom: 40px;
}
.our-team a:hover{
  color: #333;
}
.client-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #607D8B;
    padding: 5px;
}
.box-bg {
    background-color: #fff;
    padding: 20px 20px;
    border: 2px solid #e2e2e2;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    position: relative;
    margin: 15px 0px;
    overflow: hidden;
}
.details {
    padding: 10px 0px;
}
.details h4 {
    color: #607D8B;
}
.details h6 {
    color: #9E9E9E;
}
.details p {
    color: #777777;
    line-height: 20px;
    padding-top: 7px;
}
.details a {
    margin: 0 auto;
    font-size: 16px;
    color: #607D8B;
    text-decoration: none;
    font-weight: 500;
    display: table;
    margin-top: 20px;
}
.social-links {
    width: 100%;
    position: absolute;
    top: -200px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    height: 50%;
    padding: 30px 0px;
    transition: 1s;
}
.box-bg:hover .social-links{
  top: 0px;
}
.social-links ul {
    padding: 0px;
    margin: 0px;
}
.social-links ul li {
    list-style: none;
    float: left;
    width: 20%;
}
.social-links ul li a {
    text-align: center;
    display: block;
    background-color: #e6e6e6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    color: #607D8B;
    margin: 0 auto;
}
.social-links ul li a:hover {
    font-size: 20px;
}
.social-links h4{
  color: #fff;
  padding-bottom: 15px;
}

.bg_img{
background-repeat: no-repeat;
    background-size: cover;
}

.choose-card{
min-height:250px !important;
}


.user-pic {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 100%;
    margin: 20px auto 20px;
    border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
    border-top: 3px solid #FFB81A;
    border-bottom: 3px solid #FFB81A;
    transform: rotate(-30deg);
    transition: 0.5s;
}
.card-box:hover .user-pic {
    transform: rotate(0deg);
    transform: scale(1.1);
}
.card-box {
    padding: 15px;
    background-color: #fdfdfd;
    margin: 20px 0px;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 8px 0px #d4d4d4;
    transition: 0.5s;
}
.card-box:hover {
	border: 1px solid #FFB81A;
}
.card-box p {
    color: #808080;
}

a.btn.btn-primary.follow{
    background-color: #000;
    border-color: #000;
}

.social-media-creator{
color:#FFB81A !important;
margin-right:10px;
}

@media (max-width: 991px) {
	.filter-menu li a {
		padding: 6px 10px;
	}
}