	.redheart{
		color:red;
	}
	body{
		overflow-x:hidden;
	}
	.banner-outer.banner-new .col-md-6 {
		padding: 0;
	}
	.banner-outer.banner-new .row {
		margin: 0;
	}
	.banner-text.banner-left,.banner-text.banner-right{
		max-width:100%;
		left:0;
		right:0;
		position: unset;
	}
	.banner-text.banner-right {
		background: #2f2f2f;
	}
	.banner-text.banner-left a h1 .redColor,.banner-text.banner-right a h1 .redColor  {
		color: #b4170e;
	}
	.banner-text.banner-left h1, .banner-text.banner-right h1 {
		font-weight: 500;
		font-size: 28px;
		margin-bottom: 5px;
	}
	.banner-text.banner-left h4.newText, .banner-text.banner-right h4.newText {
		font-size: 16px;
	}
	.banner-text.banner-left h4, .banner-text.banner-right h4 {
		font-weight: 400;
		text-transform: none;
	}
	.banner-text.banner-left h4.text-uppercase, .banner-text.banner-right h4.text-uppercase {
		text-transform: uppercase;
	}
	.banner-text.banner-left a.banner-subscribe, .banner-text.banner-right a.banner-subscribe {
		font-size: 20px;
		text-decoration: underline;
		text-transform: none;
		font-weight: 500
	}
	.img-section img {
		width: 100%;
		height: 150px;
		object-fit: cover;
	}
	.img-02 {
		width: 60px;
	}
	.w-100{
		width: 100%;
	}
	.banner-text:hover a {
		color: #ffffff !important;
	}
	.banner-text:hover h3 {
		color: #ffffff !important;
	}
	.banner-text:hover .banner-subscribe {
		color: #cecece	 !important;
	} 
	.align-items-center{
		align-items: center;
	}
	.justify-content-between{
		justify-content: space-between;
	}
	.banner-text.banner-right {
		background: #b4170e !important;
	}
	.ml-3{
		margin-left: 20px;	
	}
	.mb-2{
		margin-bottom: 5px !important;
	} 
	.mt-2{
		margin-top: 10px !important;
	} 
	.mt-0{
		margin-top: 0 !important;
	}
	.banner-text a {
		margin-bottom: 5px !important;
	}
	.banners-text {
		padding: 50px;
		background: #b4170e;
		display: flex;
	}
	.banners-text:hover a{
		color: #cecece !important;	
	}
	.banners-text:hover a.btn{
		color: #b4170e !important;	
	}
	.banners-text .main-banner-text {
		color: #fff !important;
		padding: 0px 50px;
	}
	.banners-text .banner-subscribe {
		font-size: 20px;
		color: #fff !important;
		text-decoration: underline;
		text-transform: none;
		font-weight: 500;
	}
	.d-flex{
		display: flex !important;
	}
	.flex-column{
		flex-direction: column !important;
	}
	.banners-text.banner-right .btn-set a.btn:hover {
		border-color: white !important;
		color: #fff !important;
	}
	.custom__serviceForArtist__banner {
		padding: 80px 120px 120px;
	} 
	.custom__serviceForArtist__banner p {
		font-weight: 500;
	}
	.custom__serviceForArtist__banner .banners-text .main-banner-text {
		padding: 0px 70px;
	}
	
	.art-box .title {
		height: 30px;
		overflow: hidden;
	}
	
	.slider_new {
      position: relative;
      width: 100%;
	  margin-bottom: 30px;
    }
    .slider_new .slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }
    .slider_new .slides img {
      width: 100%;
      min-width: 100%;
    }
    .slider_new .buttons {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
    }
    .slider_new .buttons button {
      background: rgba(0,0,0,0.5);
      border: none;
      color: #fff;
      font-size: 2rem;
      padding: 5px 15px;
      cursor: pointer;
      border-radius: 5px;
      transition: background 0.3s;
    }
    .slider_new .buttons button:hover {
      background: rgba(0,0,0,0.8);
    }
    /* Dots */
    .slider_new .dots {
      position: absolute;
      bottom: 15px;
      width: 100%;
      text-align: center;
    }
    .slider_new .dots span {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: 0 5px;
      background: rgba(255,255,255,0.5);
      border-radius: 50%;
      cursor: pointer;
      transition: background 0.3s;
    }
    .slider_new .dots .active {
      background: white;
    }
	.btn {
		padding: 8px 25px;
	}	

@media screen and (max-width: 992px){
	.custom__serviceForArtist__banner {
		padding: 50px 40px 70px;
	}
	.banners-text .main-banner-text {
		color: #fff !important;
		padding: 0px 20px;
	}
	.art-box.news .img-set img {
		max-width: 100%;
	}
}

@media (max-width: 1024px) and (min-width: 991px) {
	.banner-text {
		min-height: 330px;
	}
}
@media screen and (max-width: 768px){
	.banner-section-second{
		 margin-top: 40px;
	}
	.banner-text.banner-right{
		margin-top: 40px;
	}
	.banner-text{
		position:static;
	}
	.banners-text {
	    padding: 15px !important;
	    flex-wrap: wrap !important;
	    justify-content: center !important;
	}
	.banners-text .main-banner-text {
	    color: #fff !important;
	    padding: 0px 10px;
	    margin: 20px 0px;
	    text-align: center !important;
	}
	.banner-subscribe{
		margin: auto;
		text-align: center;
	}
	.slider_new .slides img {
		aspect-ratio: 1.6;
		object-fit: cover;
	}
	.slider_new .buttons button {
		font-size: 16px;
		padding: 8px;
	}   
}

@media screen and (min-width: 768px){
	.banner-left{
		padding-left:35%
	}
	.banner-text{
	   min-height: 330px;
	}
	.img-section{
		width: 240px;
	}
	.banner-text.banner-right{
		display:flex;	
	}
	.bannet-right-text-section{
	    width: 400px;
	    padding-right: 20px;
	}

}	

@media screen and (min-width: 992px){
    .banner_video_section {
        display: flex;
        align-items: unset;
        flex-flow: wrap;
    }
    .banner_video_section .firstBanner {
        display: flex;
        flex-flow: column;
        justify-content: center;
        background: #00131c;
    }
    .banner_video_section .firstBanner .banner-text {
        min-height: 0;
    }
    .banner_video_section .secondBanner video {
        height: 100%;
        object-fit: cover;
    }  
}
@media screen and (max-width: 992px){
    .banner-outer.banner-new .slider_new {
        margin: 0;
    }
    .banner_video_section .banner-text {
        min-height: 0;
        padding: 20px 20px 80px;
    }
    .banner_video_section .banner-text.banner-left a.banner-subscribe {
        text-align: left;
    }
}

/********************** Start ::: YICCA contributors and jurors Section ***************/
.contributors_section {
    background: #00141c;
    padding: 48px 60px;
}
.contributors_section .container {
    padding: 0;
    width: 100%;
}
.contributors_section h2.contributors_heading {
    color: #fff;
    text-align: left;
    margin: 0 0 16px;
}
.contributors_section .form-group.contributors_btn {
    margin: 0 0 32px;
}
.contributors_section .form-group.contributors_btn a input {
    color: #ffffff;
    background: #e62a1d;
    border-color: #e62a1d;
}
.contributors_section .form-group.contributors_btn a input:hover {
    color: #e62a1d;
    background: #fff;
    border-color: #fff;
}




.contributors_section .owl-carousel .owl-nav {
    margin: 0;
}
.contributors_section .owl-carousel {
    position: relative;
}
.contributors_section:not(#custom) .owl-carousel .owl-nav button  {
    background: rgb(255 255 255 / 80%);
    width: 40px;
    height: 40px;
    opacity: 1;
    color: #000;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0;
}
.contributors_section:not(#custom) .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0;
}
@media screen and (max-width: 991px){
.contributors_section {
    padding: 32px;
}  
}
@media screen and (max-width: 767px){
    .contributors_section {
        padding: 24px 16px;
    }
    .contributors_section .form-group.contributors_btn a input {
        font-size: 12px;
        padding: 0 10px;
		white-space: normal;
    }
}
/********************** end ::: YICCA contributors and jurors Section ***************/
