.hero__section
{
	/*height: 100vh;*/
}
.card__wrap-tbgs {
	background: #DD127B;
	text-align: center;
	border-radius: 30px;
	margin-top: 40px;
	position: relative;
}
.card__one .card__desc
{
	font-weight: 400;
	opacity: 0.8;
	font-size: 15px;
}
.card__one .card__title,
.card__one .card__desc
{
	color: #fff;
}
.card__one {
	position: relative;
	padding: 30px 20px;
	height: 100%;
}
/*.margin-5
{
	margin-top: -60px;
}*/
.margin-5 .card__one .card__title,
.margin-5 .card__one .card__desc
{
	color: #333;
}
.margin-5 .card__one 
{
	background: linear-gradient(301.89deg, #FAB608 22.52%, #FFD062 91.7%);
	box-shadow: 0px -5px 24px rgba(0, 0, 0, 0.05);
	border-radius: 40px 40px 0px 0px;
}
.margin-50
{
	margin-bottom: 120px;
}
.text__wrapper
{
	margin-top: 20px;
}
/*--------------------------------*/
.third__section .margin__bottom-5
{
	margin-bottom: 90px !important;
}
.bg-light
{
	background: #cadcec !important;
}
.card__two {
	padding: 40px 30px 30px;
	position: relative;
	height: 100%;
	border-radius: 12px;
	/*box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.05);*/
	box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.2);
}
.card__badge {
	position: absolute;
	top: -20px;
	left: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	/*background: #ff7634;*/
	font-weight: 700;
	border-radius: 10px;
	color: #fff;
}
/*---------- cta ------------*/
.cta__section
{
	background-image: url('img/icons_texture.png');
	background-size: 100%;
	background-repeat: no-repeat;
}
.cta_card-wrapper
{
	background: linear-gradient(198deg, #FBBD21 17.41%, #FF8A00 72.79%);
	padding: 80px 50px;
	border-radius: 20px;

}
.filter-dropshadow
{
	filter: drop-shadow(0 4px 8px rgba(0,0,0,0.4));
}
.cta_card {
	text-align: center;
}
.cta-title mark
{
	background: transparent;
	color: #00a500;
}
.cta-title {
	color: #fff;
	margin-bottom: 20px;
}
.cta__text {
	max-width: 95%;
	margin: 0 auto;
	margin-bottom: 40px;
}
/*-----------*/
.testimonials__section
{
	background-image: url('img/img_texture.png');
	background-size: 100%;
	background-repeat: no-repeat;
}
.testi__wrap
{
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
}

.testi__wrap .content__wrapper p
{
	font-size: 15px;
}
.testi__wrap .content__wrapper
{
	padding: 20px 40px;
}
.play
{
	position: absolute;
	bottom: 40px;
	left: -40px;
	max-width: 110px;
	display: block;
}
.profile__wrap small
{
	color: rgba(51, 51, 51, 0.8);
}
.testimonials__section .testi__wrap
{
	position: relative;
}
.testimonials__section .testi__wrap .owl-nav span{
	padding: 8px 12px !important;
	font-size: 20px;
}
.testimonials__section .testi__wrap .owl-nav {
	/*display: block;*/
	position: absolute;
	right: 20px;
	background: #fff;
	bottom: 10px;
}
/*---------*/
.offer__section 
{
	overflow: hidden;
	position: relative;
}
.offer__section .section__heading .heading__title::after
{
	left: 10%;
}
.offer__section .section__heading .heading__desc
{
	margin: 0;
}
.offer__section li
{
 background: #f2f2f2;
border-radius: 10px;
margin: 20px;
  box-shadow: 0 0 12px 0px rgba(51, 51, 51, 0.2);

  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

.offer__section
li span {
  display: block;
  font-size: 4.5rem;
  -webkit-text-stroke: 2px #fffff8;
text-shadow: 0 3px 4px #ffd800;
}
.offer__section .absolute__texture {
	position: absolute;
	max-width: 450px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
/*-----------------*/
.gallery__section
{
	overflow: hidden;
}
.gallery-relative
{
	height: 45vh;
}
.gallery-relative .logo
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 220px;
}
.gallery-relative .g1 {
	width: 240px;
	left: 0;
	top: -160px;
}
.gallery-relative .g2
{
	width: 240px;
	bottom: -98px;
	
}
.gallery-relative .g3 {
	width: 260px;
	bottom: -85px;
	left: 50%;
	transform: translateX(-50%);
}
.gallery-relative .g4 {
	width: 260px;
	bottom: -98px;
	right: 0;
}
.gallery-relative .g5 {
	width: 160px;
	top: -130px;
	right: 0;
}
/*--------------*/
.thumb__text
{
	font-size: 80px;
	font-weight: 900;
	opacity: 0.4;
}
.rounded-2xl
{
	border-radius: 20px;
}
.user_gal
{
	margin-bottom: 3rem;
}
.marquee-item {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.modal-header .btn-close {
	position: absolute;
	top: 30px;
	right: 30px;
}
.button-group a i {
	color: #fff;
	font-size: 28px;
}
.button-group {
	display: flex;
	justify-content: space-around;
}
.marquee-items {
	position: relative;
	overflow: hidden;
	padding: 10px;
}
.user-details .userName {
	margin: 0;
	font-size: 16px;
}
.user-details.bg-page-1 h3
{
	color: #fff;
}
.user-details {
	padding: 10px;
	background: #fff;
	text-align: center;
	box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.6);
	border-radius: 50px;
}

.marquee-item .user-details
{
	border-radius: 0 !important;
}
.marquee__container {
	margin-top: -60px;
	max-width: 20%;
	overflow: hidden;
}
@-moz-keyframes shine {
 0% {
  background-position: 0px
 }
 100% {
  background-position:350px
 }
}
@-webkit-keyframes shine {
 0% {
  background-position:0px
 }
 100% {
  background-position:450px
 }
}
@keyframes shine {
 0% {
  background-position:0px
 }
 100% {
  background-position:450px
 }
}
/*------------ detaill --------*/
.detail__card .text__wrapper .card__desc {
	line-height: 1.4;
	font-size: 14px;
	color: rgba(0,0,0,0.5);
}
.detail__card .text__wrapper h3
{
	font-size: 19px;
}
.detail__card .text__wrapper {
	margin-top: 0;
	padding: 30px 20px;
}
.detail__card 
{
	background: #f2f2f2;
	border-radius: 10px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.35);
	overflow: hidden;
}
/*---------- Modal ----------*/
.page__three-modal .form-control {
	padding: 12px 14px;
	border-radius: 12px;
}
.page__three-modal .modal-dialog {
	max-width: 50%;
}
.page__three-modal .modal-content {
	padding: 30px;
	border-radius: 30px;
}
.page__three-modal .img__wrapper {
	max-width: 320px;
	text-align: center;
}
/*-----------------*/
.gallery__section
{
	background: url(img/gallery-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.gal_card {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.14);
	border-radius: 45px 10px 45px 10px;
	overflow: hidden;
background: rgba(249, 249, 249, 0.65);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(8.2px);
-webkit-backdrop-filter: blur(8.2px);
border: 1px solid rgba(255, 255, 255, 0.46);
}
.gal_card .cat__name {
	background: #007cc2;
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 6px;
	margin: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}
.hero-carousal .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.hero-carousal .owl-dots .owl-dot {
	width: 20px;
	height: 10px;
	background: rgba(0, 0, 0, 0.2);
	margin: 4px;
	border-radius: 4px;
}
.hero-carousal .owl-dot.active {
	width: 40px;
	background: rgba(221, 18, 123, 0.9);
}
.hero-carousal .owl-nav span {
	font-size: 32px;
	color: #fff !important;
}
.hero-carousal .owl-nav {
	position: absolute;
	right: 40px;
	bottom: -40px;
	display: none;
}
.success__image {
	margin-bottom: 40px;
}
.success__message p {
	margin-bottom: 20px;
	text-align: center;
}
/*------------*/
.page-brand-carousal .item img {
    max-width: 92px;
    height: 60px;
}
.page-offer-carousal .owl-nav
{
	display: none;
}
.page-offer-carousal .item img {
    width: 100%;
    /*height: 60px;*/
}
.team__card {
    /*padding: 10px;*/
    text-align: center;
    background: #f7f7f7;
    border-radius: 10px;
}
.team__card .card__content {
    padding: 12px 10px;
}
.team__card .card__content .name {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.team__card .card__content p {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}
/*------------------*/
.dsa_card {
	position: relative;
	display: flex;
	padding: 10px;
	border-radius: 12px;
	background: #f7f7f7;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.dsa_card.text_part::after
{
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: -14px;
	width: 50px;
	height: 50px;
	background: #f7f7f7;
}