body{
margin:0px;
font-family: 'Lato', sans-serif;
}
.home {
    /* background-color: #ffffff; */
    background-color: #000;
    color: #000
}
.home .page-header:before {
    position: initial;

}
/* .home .banner {
    margin-top:-20px
} */
img{max-width:100%;}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

header {
    background-color: black;
	padding:5px 0px;
}

nav.navbar ul li {
    display: inline-block;
    float: left;
}

ul#navlist {
    margin: 0;
    padding: 0;
}

nav.navbar ul li a {
    color: #D9D9D9;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 5px;
    padding: 10px 10px;
    text-decoration: none;
    text-transform: capitalize;
}
.text-transform-none {
	text-transform: none !important;
}
.search input[type="search"] {
    width: 100%;
    padding: 10px;
    border-radius: 50px;
    padding-left: 40px;
}

.search {
    position: relative;
}

.search i.fa.fa-search {
    position: absolute;
    left: 15px;
    top: 10px;
}
nav.navbar ul li a.bg-color {
    background: linear-gradient(180deg, #FCEE79 0%, #CC8B1C 100%);
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color: #000;
}
.col-8 {
    width: 65%;
    display: inline-block;
    float: left;
}

.col-4 {
    width: 35%;
    display: inline-block;
    float: left;
}
.banner {
    display: inline-block;
    width: 100%;
}
.banner-inner {
	display:flex;
}
.bg-group-img {
    background-image: url(../../images/images/group.png);
    height: 100%;
    background-position: center;
    background-size: cover;
	position: relative;
}
.bg-group-img:after {
    content: "";
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
 .img-content img {
    height: 250px;
    width: 100%;
    object-fit: fill;
}
.img-content + .img-content {
    margin-top: -3px;
}
.img-content .overlay {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 10px 18px;
	width: 100%;
}

.img-content {
    position: relative;
}

.img-content .overlay h3 {
    font-size: 22px;
	margin: 0;
}

.img-content .overlay p {
    font-size: 14px;
	font-weight: 300;
	margin-top: 8px;
}
.signup-bg {
    display: inline-block;
    width: 100%;
    background-image: url(../../images/images/signup.png);
    padding: 63px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home .page-header,
.dancepro-bg .page-header,
.home .page-header footer,
.dancepro-bg .page-header footer {
    position: initial;
}
.sign-up-content {
    text-align: center;
    color: #fff;
}

.sign-up-content h3 {
    font-size: 32px;
}
a.btn-style {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    background: linear-gradient(180deg, #FCEE79 0%, #CC8B1C 100%);
    border-radius: 5px;
    padding: 10px 15px;
    /* color: #000; */
    text-decoration: none;
    width: 120px;
    display: inline-block;
}
/* .title h2 {
    font-size: 32px;
    margin-bottom: 15px;
} */
.title h5 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    /* font-size: 28px; */
    line-height: 34px;
    color: #000000;
    font-size: 21px;
}

p {
    line-height: 30px;
    font-weight: 300;
}
.dance-life {
    background-image: url(../../images/images/dance-life-bg.png);
    display: inline-block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
}
.padding-lr {
    padding: 0px 15px;
}

.testi-style {
    background: #FFFFFF;
    border: 2px solid #CC8B1C;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    text-align: center;
    padding: 25px;
	margin-bottom: 30px;	
}

.testi-style img {
    border-radius: 50%;
    margin-bottom: 30px;
}

h5.testi-name {
    font-size: 16px;
    margin-bottom: 5px;
}

p.date {
    margin: 0;
    font-size: 14px;
}

.testi-style i.fa.fa-star {
    color: #cc8b1c;
    font-size: 20px;
}
.testi-style p, 
.testi-style h5,
.testi-style h3 {
    color: #000000;
}
.testi-style h5,
.testi-style h3 {
    font-weight:600
}
.p-style p {
    font-size: 19px;
    line-height: 45px;
    color:#000
}
/* .p-style h4 {
    color:#000;
    font-weight:600
} */
.dance-life-unit {
    display: inline-block;
    width: 100%;
}
.image-slider {
    display: inline-block;
    width: 100%;
}

.image-slider img {
    width: 95%;
    margin: 0 auto;
    border-radius: 20px;
}

.image-slider {
    margin-top: 40px;
}
button.slick-prev.slick-arrow:before {
    content: "\f104";
    font: normal normal normal 55px/1 FontAwesome;
    color: #A49C9C;
}
button.slick-next.slick-arrow:before {
    content: "\f105";
    font: normal normal normal 55px/1 FontAwesome;
    color: #A49C9C;
}
.our-partner .title {
    text-align: center;
}

.our-partner-flex {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #CC8B1C;
    border-bottom: 2px solid #CC8B1C;
    padding: 40px 0px;
    margin: 40px 0px;
}
.our-partner-img {
    padding: 0px 15px;
}
.bg-2 {
    background-image: url(../images/BG-2.png);
    display: inline-block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
}
.slider-full .image-item img{
	width:100%;
}
.slider-full ul.slick-dots {
    bottom: 130px;
}

.slider-full ul.slick-dots li button::before {
    background-color: #D9D9D9;
    color: transparent;
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 50px;
}

.slider-full ul.slick-dots li button,.slider-full ul.slick-dots li {
    width: 10px;
    height: 10px;
    padding: 0;
}
.slider-full ul.slick-dots li.slick-active button, .slider-full ul.slick-dots li.slick-active {
    width: 12px;
    height: 12px;
}

.slider-full ul.slick-dots li.slick-active button::before {
    width: 12px;
    height: 12px;
}
.dancer-names {
    background-image: url(../../images/images/dancer-name-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
	padding: 0px 0px 50px;
}

.col-6 {
    width: 50%;
    display: inline-block;
    float: left;
}

.dancer-details,.dancer-list {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 60px 30px 50px;
    border: 2px solid #FCEE79;
    text-align: center;
    margin: 0 15px;
}
.flex-dancer {
    display: flex;
}
.dancer-details img {
    border-radius: 50%;
    margin-bottom: 25px;
    border: 5px solid #FBD76F;
}
.dancer-details h4 {
    font-size: 20px;
    color:#000;
    font-weight:600
}

.dancer-details p {
    font-size: 20px;
    line-height: 32px;
    color:#000;
}
.dancer-list-flex {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}
.dancer-list-flex img {
    border-radius: 50%;
    border: 3px solid #FBD76F;
}
.dancer-list {
    padding: 50px 30px 10px;
    color:#000;
}
.dancer-details {
    height: 86%;
}
.image-slider-4 img {
    /* width: 95%; */
    margin: 0 auto;
    border-radius: 20px;
    width: 100%;
    height: auto;
}
.image-slider-4 .image-item{
    margin-right: 10px;
    margin-left: 10px;
}
.slider-4-outer{
    border-top: 2px solid #CC8B1C;
    border-bottom: 2px solid #CC8B1C;
    padding: 40px 0px;
    /* margin: 40px 0px; */
}
.upcomg-event img {
    border-radius: 20px;
	/* height: 250px; */
    width: 95%;
    object-fit: fill;
}

.advertise img +img {
    margin-top: 20px;
}

.subscribe {
    width: 48%;
    margin: 0 auto;
}

.subscribe input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

.checkbox {
    position: relative;
    margin-top: 15px;
    margin-bottom: 30px;
}

.checkbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    width: auto;
    margin: 0;
    top: 10px;
}

.checkbox p {
    text-align: left;
    padding-left: 30px;
    color: rgba(94, 94, 94, 0.93);
    margin: 0;
}

.subscribe a.btn-style {
    float: left;
    margin-bottom: 20px;
}
.contact-details {
    padding: 120px 0px;
    display: inline-block;
    width: 100%;
    background-image: url(../../images/images/contact.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-addres {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
}

.contact-addres h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #303030;
    position: relative;
}

.contact-addres h3:after {
    content: "";
    position: absolute;
    width: 112px;
    bottom: -12px;
    left: 0;
    height: 4px;
    background-color: #C4C4C4;
}

.contact-addres h5 {
    font-size: 18px;
}

.contact-addres ul li {
    color: #616161;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 30px;
}

.contact-addres ul {
    padding: 0;
}

.contact-addres ul li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 17px;
}
.mobile-view-syllabus{
	display: none;
}
.social-icons a:first-child {
	position: absolute;
	left: 10%;
	margin-top: 24px;
    background: none;
    width: 135px;
    height: 32px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    border-radius: 50%;
    font-size: 16px;
}
.social-icons button {
    background: linear-gradient(180deg, #FCEE79 0%, #CC8B1C 100%);
    border-radius: 3px;
    border: none;
}
.social-icons a {
    background: linear-gradient(180deg, #FCEE79 0%, #CC8B1C 100%);
    width: 32px;
    height: 32px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    border-radius: 50%;
    font-size: 20px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.faq-footer{
    display: inline-block;
    width: 100%;
    background-color: #000;
    padding: 20px 0px;
    margin-top: -4px;
}
footer {
    display: inline-block;
    width: 100%;
    background-color: #000;
    padding: 20px 0px;
    margin-top: -4px;
}
footer p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
/*container*/
.container{
	padding:0px 15px;
	margin:0 auto;
}
/* media queries */
@media only screen and (min-width: 1280px){
    .image-slider-4 img {
        border-radius: 20px;
        width: 250px;
        height: 250px;
    }
}
@media (max-width: 730px){
    .mobile-view-syllabus{
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.social-icons a:first-child {
		display: none;
	}
}
@media (max-width:575px){
	.container{	
		max-width:100%;
	}
}
@media (min-width:768px){
	.container{	
		max-width:750px;
	}
}
@media (min-width:992px){
	.container{	
		max-width:970px;
	}
}
@media (min-width:1200px){
	.container{	
		max-width:1170px;
	}
}
@media (min-width:1400px){
	.container{	
		max-width: 1320px;
	}
}

@media (min-width:1600px){
	.container{	
		max-width:1520px;
	}
}
