input[type="email"], input[type="search"], input[type="number"], input[type="url"], input[type="tel"], input[type="text"], input[type="password"], textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
a {
	color: #333;
	text-decoration: none;
	transition: all .25s ease;
}
a:hover {
	color: rgba(189,65,100, 1);
}
body, html {
	color: #777777;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}
input:focus, input:focus-visible {
 box-shadow: none!important;
 outline: none!important;
}
.box-right {
	float: right;
}
a.navbar-brand img {
	width: 100%;
}
a.navbar-brand {
	width: 14%;
}
.top-header {
	padding-top: 4px;
}
li.nav-item {
	align-items: center;
}
ul.navbar-nav {
	align-items: center; margin-right:20px;
}
li.nav-item a {
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 27px;
	color: #180F0D;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
	color: #333!important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(189,65,100, 1)!important;
}
.btn-outline-consult {
	width:152px;
	height: 40px;
	background-color: rgb(169, 81, 139) !important;
	padding: 0px !important;
	display: inline-block;
	border-radius: 35px !important;
	align-items: center;
	display: flex;
	justify-content: center;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}
.navbar-light .navbar-toggler {
	border: 0;
}
.navbar-light .navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}
.btn-outline-consult:hover {
	box-shadow: inset 0 0 200px rgba(0,0,0,0.1);
	text-decoration: none;
	color: #fff;
}
.cunter-numb {
	padding-top: 56px;
}
.cart-box.d-flex {
	padding: 15px 15px 0px 15px !important;
}
.sticky-new {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.section-distribute {
	padding-bottom: 105px;
}
.row.distribution {
	margin-top: 50px;
}
/* popup css */

.popup-cart.bg-white {
	height: 216px;
	width: 30%;
}
.cart-box.d-flex {
	justify-content: space-between;
}
.cart-title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.close-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	color: #242424;
	text-transform: uppercase;
	cursor: pointer;
}
.products-title {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 13px 0px;
}
.btn-shop {
	background: #83b735;
	padding: 6px 25px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
.wd-close-side {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 400;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,0.7);
	transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
	z-index: 1030;
}
.wd-close-side-opened {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s ease, visibility 0s ease;
}
.cart-list-box {
	margin-top: 28px;
}
.popup-cart.bg-white {
	height: auto;
	width: 340px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	height: 100%;
	right: 0;
	left: auto;
	transform: translate3d(100%, 0, 0);
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.popup-cart.open {
	transform: none;
}
.cart-box.d-flex {
	padding: 15px;
}
.cart-list-box {
	padding-bottom: 30px;
}
/* popup end */

.icon-last {
	margin-left: 7px;
}
.icon-user {
	margin-left: 11px;
}
ul.top-ilst-contact li {
	list-style: none;
	padding-left: 23px;
	text-transform: uppercase;
	font-weight: 500;
}
ul.top-ilst-contact li a {
	text-decoration: none;
	border-bottom: 2px solid #a9518b;
	font-size: 12px;
	color: #000;
	font-weight: 600;
}
select.goog-example {
	border: none;
	color: #ef0909;
	font-family: arial;
	font-size: 13.25px;
	background-color: transparent;
	border: 0px;
}
span.input-group-text.icanimg img {
	width: 25px;
}
.search-section .form-control {
	font-size: 13px !important;
	border: none !important;
	background-color: transparent !important;
}
.input-group-text {
	border: none !important;
	background-color: transparent !important;
}
.input-group {
	margin-top: 15px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	border: 2px solid #a9518b;
	border-radius: 31px !important;
	padding: 1px 2px 1px 11px;
}
.banner-contact h1 {
	font-size: 39px;
	color: #fff;
}
.banner-contact p {
	font-size: 23px;
	color: #fff;
	font-weight: 600;
}
.form-contact {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #5F5F5F;
	box-shadow: none !important;
	margin: 30px 0px 29px 15px;
	padding: 8px 25px 10px 25px;
	background-color: #FFFFFF;
	border-radius: 11px 11px 11px 11px;
}
.form-contact.f-bottom {
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #5F5F5F;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
	margin: 30px 0px 29px 15px;
	padding: 8px 25px 10px 25px;
	background-color: transparent !important;
	border-radius: 11px 11px 11px 11px;
}
h1.membership-title {
	font-size: 24px;
	text-align: center;
	padding-bottom: 5px;
	color: #242424;
	font-weight: 600;
}
.form-control {
	padding: 0 15px;
	max-width: 100%;
	width: 100%;
	height: 42px;
	box-shadow: none;
	vertical-align: middle;
	font-size: 14px;
	transition: border-color .5s ease;
	border-radius: 0px !important;
	height: 40px !important;
	border: 2px solid rgba(0, 0, 0, 0.1)!important;
}
.form-label1 {
	font-size: 14px;
	color: #666;
}
.form-control1 {
	font-size: 13px;
}
.btn.apply-btn {
	margin: 19px 0px 20px 0px;
	padding: 12px 20px;
	font-size: 13px;
	line-height: 18px;
	background-color: #F3F3F3;
	color: #3E3E3E;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0px;
}
.section-distribute {
	padding-bottom: 10rem !important;
}
.col.indian-right-box {
	flex: 1 0 50%;
	padding-bottom: 20px;
}
.music-box {
	transform: translate3d(0px, -33.545px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	-webkit-transform: translate3d(0px, -33.545px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
}
span.head-title-digital {
	align-items: start !important;
	justify-content: flex-start;
	display: flex;
	font-size: 20px;
	font-weight: 700;
}
span.head-title-digital img {
	margin-right: 21px;
}
span.digital-sub-title {
	color: #a9518b;
	font-weight: 500;
	font-size: 15px;
	padding-top: 20px;
}
p.mrk-contant {
	font-size: 13px;
	color: #777;
	line-height: 21px;
}
a.info-title {
	color: #a9518b;
	font-weight: 500;
	font-size: 13px;
	text-decoration: none;
}
.top-ttile-indian {
	font-size: 40px;
	font-weight: 700;
	color: #242424;
	line-height: 55px;
}
.top-ttile-indian b {
	font-size: 40px;
	font-weight: 700;
	color: #a9518b;
	line-height: 55px;
}
.indian-box p {
	font-size: 16px;
	color: #777;
	font-weight: 400;
}
h2.top-ttile-indian.moto {
	font-size: 40px;
	font-weight: 700;
	color: #a9518b;
	line-height: 55px;
}
a.btn-outline-consult.Support.me-auto {
	color: #fff;
	background-color: #a9518b !important;
	width: 120px;
	height: 44px;
	text-transform: uppercase;
	font-weight: 600;
}
.f-14 {
	font-size: 14px;
}
.music-prg {
	justify-content: space-between;
	width: 100%;
}
span.believe-box img {
	width: 100%;
}
ul.list-social {
	list-style: none;
	padding: 0px;
	justify-content: space-between;
}
.bcm-title {
	font-size: 45px;
	font-weight: 700;
	color: #a9518b;
	line-height: 58px;
}
span.across-title {
	font-size: 45px;
	font-weight: 700;
	color: #242424;
	line-height: 58px;
}
span.across-title2 {
	font-size: 24px;
	font-weight: 700;
	color: #242424;
	line-height: 58px;
}
span.across-title3 {
	font-size: 14px;
	font-weight: 700;
	color: #a9518b;
	line-height: 58px;
}
.form-box {
	border: 1px solid rgba(0, 0, 0, 0.035);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);
	width: 100%;
	padding: 15px; margin-bottom:15px;
}
.form-box .row{ margin-top:15px;}
.form-footer{ margin-top:15px !important;}
.artist-header{
    background-color:#A9518B;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff; height:6px;}
.form-input {
	border: 2px solid #ccc;
	color: #000;
	padding: 6px;
	margin-top: 6px;
	width: 99%
}
ul.list-social {
	padding-top: 35px;
}
span.music-box img {
	width: 100%;
}
ul.list-social.ssecond.d-flex {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 43px;
}
section.section-ordinate {
	background-color: transparent;
	background-image: linear-gradient(80deg, #b9639c 0%, #ebe46f 100%);
	padding: 50px 0px;
}
.bg-images-bottom {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.bg-images-bottom2 {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.bg-images-bottom2 {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
}
svg.wd-divider {
	fill: #a9518b;
}
h2.co-title {
	font-size: 42px;
	color: #fff;
	font-weight: 600;
}
span.apply-title {
	font-size: 36px;
	color: #f1d6dd;
}
.ordinate-contant2 {
	background-color: #FFFFFF !important;
	border-radius: 50px 50px 50px 50px;
	padding: 56px 110px 58px 110px;
}
span#Partners, span#Projects, span#Clients {
	font-size: 50px;
	font-weight: 700;
	color: #777;
}
a.impor-title {
	color: red;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
}
span.notive-contant {
	color: #000;
	font-weight: 600;
	font-size: 16px;
}
.cardbox {
	text-align: center;
}
h3.connt-title {
	text-align: center;
	font-size: 19px;
	font-weight: 400;
	line-height: 2.5;
	color: #777;
}
a.btn-outline-consult.Join.m-auto {
	width: 10%;
	background: #a9518b !important;
	text-transform: uppercase;
}
span.boximg {
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	display: flex;
}
.form-control1.frm {
	font-size: 13px;
	display: block;
}
thead tr {
	color: #003987;
	font-size: 14px;
	font-weight: 400;
}
tbody tr {
	color: #777;
	font-size: 14px;
	font-weight: 400;
}
.affi-img {
	margin-top: 16px;
}
h2.list-title {
	font-size: 18px;
	padding-top: 20px;
	font-weight: 600;
	color: #7A7A7A;
}
section.section-footer {
	background-color: #14213A;
	padding: 25px 25px 25px 25px;
	margin-top: 51px;
}
.footer-menu h3 {
	color: #fff;
	font-size: 20px;
	padding-bottom: 10px;
}
ul.footer-list {
	list-style: none;
	padding-left: 0px;
}
ul.footer-list li {
	padding-bottom: 10px;
}
ul.footer-list li a {
	color: #c7c5c5;
	font-size: 14px;
	text-decoration: none;
}
section.footer-bottom1 {
	background: #171717;
	text-align: center;
}
h4.asso-title {
	color: #fff;
	margin-bottom: 26px;
}
.footer-copy-right a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.desktop-none {
	display: none;
}
.slick-slide img {
	display: block;
	width: 100%;
}
.mt-50 {
	margin-top: 50px;
}
.table th {
	border-bottom: 1px solid #ddd !important;
}
.sticky-new .navbar-brand {
	width: 10%;
}
.login-title.title {
	justify-content: space-between;
	padding-bottom: 6px;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid#ddd;
	margin: 15px 15px 15px 15px;
}
.create-account-link.mb-2 {
	text-transform: capitalize;
	color: #ca596b;
	text-decoration: none;
}
.starcolor {
	color: red;
}
.pswlost a {
	float: right;
	color: #ca596b;
}
.lebalbox label {
	display: block;
	margin-bottom: 5px;
}
.lebalbox {
	margin: 16px 0px 5px 0px;
}
.lebalbox input {
	padding: 0 15px;
	max-width: 100%;
	width: 100%;
	height: 42px;
	border: 1px solid#ddd;
	border-radius: 1px;
	color: #242424;
	background-color: #fff;
	box-shadow: none;
	vertical-align: middle;
	font-size: 14px;
	transition: border-color .5s ease;
}
.btn-login {
	padding: 12px 20px;
	font-size: 13px;
	line-height: 18px;
	background-color: #F3F3F3;
	color: #3E3E3E;
	border-radius: 1px;
	color: #000;
	border: 1px solid#83b735;
	margin: 15px 0px;
	background-color: #83b735 !important;
	width: 100% !important;
}
.use-poup:hover .form-popup {
	display: block;
}
.use-poup {
	position: relative;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-popup {
	margin-top: 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
	position: absolute;
	display: none;
	width: 320px;
	background: #fff;
	right: 0;
	top: 98%;
	padding: 10px 15px 25px 15px;
}
.top-ttile-indian {
	padding-top: 27px;
}
 @media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1222px!important;
}
}
 @media(max-width: 992px) {
.tab-none {
	display: none;
}
.call-ilst-contact {
	text-align: center;
	display: block !important;
	list-style: none;
}
.call-ilst-contact li a {
	text-decoration: none;
	font-weight: 700;
	color: #242424;
	text-transform: uppercase;
	font-size: 12px;
}
.row.marketrowfilm {
	flex-direction: column;
}
.filmdigital {
	width: 100% !important;
	margin-bottom: 60px;
}
a.btn-outline-consult.Support.me-auto {
	margin-top: 25px;
}
.row.becomerow {
	flex-direction: column-reverse;
}
.bcm-title br {
	display: none;
}
.bcm-title, .across-title {
	font-size: 35px !important;
}
.centearimage img {
	max-width: 240px;
}
.ordinate-contant2 {
	padding: 80px 103px 100px 20px;
}
h3.connt-title {
	font-size: 18px;
}
a.btn-outline-consult.Join.m-auto {
	width: 15%;
	background: #bd417c !important;
	text-transform: uppercase;
}
.bcm-title.dis12 {
	padding-top: 126px;
}
.row.distribution {
	padding-top: 30px;
}
.sliderbox img {
	width: 100%;
}
.footer-list li a img {
	width: 100%;
}
.affi-img {
	margin-top: 15px;
}
.footer-menu h3 {
	color: #fff;
	font-size: 19px;
}
.cart-top-user {
	justify-content: center;
}
.music-prg.d-flex.align-items-center {
	align-items: normal !important;
}
.cart-top-user.mob-none {
	display: none !important;
}
.desktop-none {
	display: none;
}
.icon-user.muser img {
	width: 3%;
	margin-right: 4px;
}
.icon-user.muser.desktop-none {
	display: block;
	color: #7a7a7a;
	text-decoration: navajowhite;
	text-transform: uppercase;
	align-items: center;
	font-weight: 600;
	display: flex;
	justify-content: center;
}
.navbar-nav .dropdown-menu {
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 12px;
}
.navbar-nav .dropdown-menu li {
	border: 0;
}
.navbar-nav .dropdown-menu li a {
	border: 0;
	padding: 5px 0;
}
.navbar-nav .dropdown-toggle::after {
	right: 10px;
	position: relative;
	float: right;
	top: 14px;
}
.nav-header .navbar-collapse {
	padding-bottom: 10px!important;
}
.navbar-nav .nav-link {
	padding-right: 5px;
	padding-left: 5px;
}
.navbar-nav .nav-item {
	border-bottom: 1px solid #ddd;
	width: 100%;
}
.dropdown-menu .dropdown-item {
	border-top: 1px solid #ddd;
	width: 100%;
	padding-left: 0px;
}
.nav-header .navbar-nav .nav-link {
	padding-right: 10px;
	padding-left: 10px;
}
.icon-user.muser.desktop-none {
	display: block;
	color: #7a7a7a;
	text-decoration: navajowhite;
	text-transform: uppercase;
	font-weight: 600;
	display: flex;
	justify-content: start;
	text-align: left;
	margin-left: 0;
}
.dropdown-menu {
	border: none !important;
}
.nav-header li.nav-item a {
	line-height: 30px;
}
}
 @media(max-width: 767.98px) {
ul.navbar-nav {
	align-items: baseline;
}
.description-brand p {
	text-align: justify;
}
.form-select {
	color: #6c757d !important;
}
.form-control1 {
	font-size: 13px;
	color: #54595F;
	padding-bottom: 1px;
}
.bcm-title.dis12 {
	padding-top: 0px;
}
.indian-box p {
	text-align: justify;
}
.icon-user.muser img {
	width: 5%;
	margin-right: 4px;
}
.call-ilst-contact {
	text-align: center;
	padding-left: 12px;
}
.cart-top-user.mob-none {
	display: none !important;
}
.form-contact.f-bottom {
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #5F5F5F;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
	margin: 30px 0px 29px 0px;
	padding: 8px 0px 10px 0px;
	background-color: transparent !important;
	border-radius: 11px 11px 11px 11px;
}
.cart-top-user {
	justify-content: center !important;
}
.sticky-new .navbar-brand {
	width: 18%;
}
.sticky-new .mob-none {
	display: none !important;
}
.sticky-new .navbar-brand {
	display: block;
}
.use-poup {
	position: relative;
	height: 42px;
	display: flex;
	align-items: center;
	border-radius: 22px;
}
.form-contact {
	margin: 30px 0px 29px 0px;
}
.list-mob {
	padding-bottom: 0px !important;
}
.btn-outline-consult.ms-auto {
	margin: auto;
}
a.navbar-brand img {
	width: 183%;
}
.slick-prev.slick-arrow {
	margin-left: 40px;
	z-index: 99;
}
.slick-prev, .slick-next {
	margin-right: 20px;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 3px;
	height: 3px;
	padding: 3px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #000;
	border-radius: 3px;
}
.banner-contact h1 {
	font-size: 41px;
	font-weight: 700;
	padding-top: 75px;
}
.banner-contact p {
	font-size: 21px;
	color: #fff;
	font-weight: 600;
}
h1.membership-title {
	font-size: 26px;
	max-width: 89%;
	font-weight: bold;
	line-height: 27px;
}
.form-label1 {
	display: flex;
}
.top-ttile-indian, b {
	font-size: 30px !important;
	line-height: 45px !important;
}
.bcm-title, .across-title {
	font-size: 30px !important;
	line-height: 45px !important;
}
.fasting-title p {
	font-size: 13px;
	padding: 7px 0px !important;
}
a.btn-outline-consult.Support.me-auto {
	margin-top: 0px;
}
.social-box {
	margin: 31px 0px;
	display: block;
}
h2.co-title {
	font-size: 38px;
	color: #fff;
}
.ordinate-contant2 {
	padding: 3px 15px 3px 15px;
	margin-top: 50px;
}
.centearimage img {
	max-width: 300px;
}
a.btn-outline-consult.Join.m-auto {
	width: 30%;
}
}


  /* Responsive columns */
  @media screen and (max-width: 600px) {
.column {
	width: 30%;
	display: block;
	margin-bottom: 10px;
}
}


.field_error{
	width:100%;color:#a94442
}

.success{
	padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6
}

.error{
	padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;color:#a94442;background-color:#f2dede;border-color:#ebccd1
}
