* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.newClass .logo img {
    padding: 45px 30px 0;
}
.form-control , .form-select {
	box-shadow: none !important;
}
.form-control:focus , .form-select:focus{
	border: 2px solid #fe4b7b !important;
}
.logo img {
    padding: 60px 30px 0;
}

.logo {
    height: 148px!important;
}

.mobile-menu , .toggle-bar {
    display: none;
}
.f-logo {
	margin: 0 auto;
}
.footer p {
	text-align: center;
}
.social-link {
	justify-content: center;
}
.create-ac a {
	color: #185ec5;
}
.header-right:hover .sub-menu {
    box-shadow: 1px 1px 4px lightgray;
    z-index: 100;
    text-transform:capitalize;
}
.kids-talent-section {
	padding: 100px 0;
}
.title-telent-section h1{
	color: #fe4b7b;
	font-weight: 700;
	text-shadow: 0 4px #00155f;
}
.latest-talent-section .programs {
	padding-top: 50px;
}
.upcoming-events-section {
	padding-top: 50px;
}
.kids-talent-section .events-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.more-events a {
	color: #fe4b7b;
}

/*Contestant Form Page*/
.form-section {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
}
.form-bg-1 , .login-form-bg-1{
	position: absolute;
	left: 50px;
	top: -5px;
	width: 10%;
	animation: right-move 1s infinite alternate;
}
.form-bg-2 {
	position: absolute;
	width: 15%;
	height: auto;
	animation: form-bg-2 2s infinite;
}
.form-title {
	border-bottom: 5px solid #fe4b7b;
	display: inline-block;
	color: #12265A;
}
.search-btn .btn {
	background-color: #fe4b7b !important;
}
.search-btn .btn:hover {
	background-color: #12265A !important;
}
.form-bg , .register-form-bg{
	background-image: url(../image/arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	width: 80%;
}

/*Animation*/
@keyframes right-move {
	from {
		transform: translateX(10px) ;
	}
	to {
		transform: translateX(-10px);
	}
}

@keyframes form-bg-2 {
	from {
		right: -100px;
		top: 0%;
		opacity: 0;
		transform: scale(1.0);
	}
	to {
		right: 0;
		top: 30%;
		opacity: 1;
		transform: scale(1.3);
	}
}


/*Gallery Form Page*/

.gallry-form-bg-1 {
	position: absolute;
	left: 20px;
	width: 8%;
	animation:move-bottom-to-top 10s ease-out infinite ;
}
.gallry-form-bg-2 {
	position: absolute;
	right: 0;
	width: 10%;
	top: 30%;
	animation:move-img 1s infinite alternate-reverse;
}
@keyframes move-bottom-to-top {
	from {
		bottom: -40%;
	}
	to {
		bottom: 130%;
	}
}
@keyframes move-img {
	from {
		transform: translateY(20px);
	}
	to {
		transform: translateY(-20px);
	}
}

/*Register Form Page*/

.register-form-bg-1 , .register-form-bg-3 {
	position: absolute;
	top: 10px;
	left: 12%;
	animation: move-up-zoom 1s infinite alternate;
}
.register-form-bg-2 {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 10%;
}
.register-form-bg-3 {
	top: 100px;
	left: 10px;
	width: 10%;
	animation: right-move 1s infinite alternate;
}
.form-details legend {
	color:#12265A;
}
.form-check-input {
	box-shadow: none !important;
}
@keyframes move-up-zoom {
	from {
		transform: translateY(30px) scale(1.0);
	}
	to {
		transform: translateY(10px) scale(1.2);
	}
}

/*Login form page*/
.login-img {
	width: 20%;
}
.login-form-bg-1 {
	width: 8%;
	top: 50px;
	left: 20px;
}
.login-form-bg-2 {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 7%;
	opacity: 0.5;
}
.sp-bg {
    position: absolute;
    top: -70px;
    right: 0;
    z-index:1;
}
/*Cart table page*/

.cart-bg-1 {
	position: absolute;
	width: 10%;
	top: 50px;
	left: 20px;
	animation: zoom-img 1s infinite;
}
.cart-bg-2 {
	position: absolute;
	top: 100px;
	right: 20px;
	animation: right-move 1s infinite alternate;
}

@keyframes zoom-img {
	0% {
		transform: scale(1.0);
		opacity: 0.8;
	}
	50% {
		transform: scale(1.2);
		opacity: 1;
	}
	100% {
		transform: scale(1.0);
		opacity: 0.8;
	}
}

/*Contestant listing*/
.contestant-list-section , .contestant-details-section{
	padding: 100px 0;
	overflow: hidden;
	position: relative;
}
.listing-title h1{
	color: #fe4b7b;
	text-shadow: 3px 3px #12265A;
	font-weight: 800;
}
.contestant-filter {
	width: 80%;
	margin: 50px auto;
}
.contestant-filter i {
	color: #12265A;
	font-size: 30px;
}
.contestant-details {
	position: relative;
	height: 400px;
	width: 100%;
	box-shadow: 0 5px 10px lightgray;
	overflow: hidden;
	margin-bottom: 20px;
}
.contestant-details img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 2s;
}
.contestant-profile {
	background-color: #12265acc;
	position: absolute;
	width: 100%;
	bottom: 0;
	border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
	transform: scaleY(0);
	transition: all 0.5s;
}
.contestant-details:hover .contestant-profile{
	transform: scaleY(1.0);
}

.contestant-details:hover img {
	filter: grayscale(100%);
	transform: scale(1.2);
}
.teddy-family {
	position: absolute;
	top: 10%;
	left: 5%;
	width: 10%;
}
.list-teddy-bg {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 4%;
	animation: right-move 3s infinite alternate;
}
.list-teddy1 {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 8%;
}
.list-teddy2 {
	position: absolute;
	bottom: 5%;
	right: 10px;
	width: 10%;
	transform: rotateY(180deg);
}
.list-teddy3 {
	position: absolute;
	top: 40%;
	right: 10px;
	width: 10%;
}
.contestant-desc-section {
	background-color: #eaedf2;
	padding: 50px 20px;
	border-radius: 10px;
	height: 100%;
	box-shadow: 0px 5px 10px lightgray;
	position: relative;
	margin: 50px 0;
}
.contestant-detail-img {
	border-radius: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #ffff;
    padding: 15px;
    background-color: white;
}
.contestant-detail-img img {
	height: 100%;
	object-fit: cover;
}
.contestant-info h2{
	color:#12265A;
}
.contestant-info h5 {
	color: #fe4b7b;
	line-height: 2;
}
.contestant-social-links {
	margin-top: 20px;
}
.contestant-social-links a {
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	color: #ffff;
	/*background-color:#12265A;*/
	border: 1px solid #12265A;
	position: relative;
	margin-right: 8px;
}
.contestant-social-links i{
	color:#12265A;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 18px;
}
.contestant-social-links a:hover i {
	color: white;
}
.contestant-social-links a:hover {
	background-color: #fe4b7b;
	border: 1px solid #fe4b7b;
}

.hand-bg {
	position: absolute;
	top: 30%;
	width: 10%;
	right: 0;
}
.girl-bg {
	position: absolute;
	top: 5%;
	left: 10px;
	width: 8%;
	transform: rotateY(180deg);
}
.cloud-bg {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 8%;
}
.balloon-bg {
	position: absolute;
	width: 5%;
	animation: moving-ballon 14s 0s infinite alternate;
	z-index: -1;
}
.desc-teddy {
	position: absolute;
	top: 10px;
	width: 10%;
	left: 10px;
	opacity: 0.6;
	animation: right-move 2s infinite alternate-reverse;
}
.desc-teddy1 {
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 10%;
	opacity: 0.5;
}
@keyframes moving-ballon {
	0% {
		transform: scale(1.3);
		bottom: 0;
		left: 0%;
	}
	100% {
		transform: scale(1.0);
		bottom: 100%;
		left: 100%;
	}
}
.about {
	margin: 20px 0;
}

.about>ul>li {
	padding: 10px 0;
	color: #12256a;
	display: flex;
	align-items: center;
}
.about>ul>li>h5 {
	color: #9e4399;
}
.about>ul>li>div {
	padding: 0 10px;
}
.winner i {
	font-size: 30px;
	color: #f09125;
}

/*contestant photo gallery video gallery page*/

.gallery-teddy {
	position: absolute;
	right: 2%;
	bottom: 5%;
	width: 12%;
}
.gallery-teddy1 {
	position: absolute;
	left: 2%;
	top: 50%;
	width: 12%;
}

.tab-content{
    display: block;
}
.contestant-gallery .nav {
	justify-content: center;
}
.contestant-gallery .nav-pills .nav-link {
	padding: 10px 50px;
	box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 20px;
    font-weight: 800;
    border-radius: 5px;
    margin: 10px;
    color: #5abb4c;
}
.nav-pills .nav-link.active {
    background-color: #5abb4c !important;
}
.photo-img {
	margin-bottom: 20px;
	height: 250px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.photo-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 1s;
}
.photo-img:hover img{
	filter: grayscale(50%);
	transform: scale(1.1);
}
.video-img {
	height: 250px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.video-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.video-img a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #0a153d;
	opacity: 0.5;
	transform: scale(0);
	border-radius: 10px;
	transition: all 0.5s;
}
.video-img:hover a::after {
	transform: scale(1.0);
}
.video-img .play-btn {
	transition: all 0.5s;
}
.video-img:hover .play-btn {
	opacity: 1;
	background-color: #03a9f4;
	color: #ffff;
}



/*Contact us */
.contact-kidstalent-section {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
.contact-teddy-bg {
	position: absolute;
	bottom: 40%;
	right: 20px;
	width: 7%;
	opacity: 0.5;
	animation: move-up-zoom 1s infinite alternate;
}
.contact-star-bg {
	position: absolute;
	left: 20px;
	top: 60%;
	width: 5%;
}
.contact-bg-2 {
	position: absolute;
	right: 20px;
	top: 20px;
}
.contact-teddy3-bg {
	position: absolute;
	top: 50px;
	left: 10px;
	width: 10%;
	animation: rotate-teddy-bg 1s infinite alternate;
}
.kids-talent-title h1{
	color: #12265A;
	font-weight: 800;
}
@keyframes rotate-teddy-bg {
	0% {
		transform: rotate(10deg);
	}
	100% {
		transform: rotate(-10deg);
	}
}

.drop-menu li {
    padding:15px !important;
}
.about-title {
	text-align: center;
	/*border-radius: px;*/
	margin-bottom: 20px;
}
.about-title h1 {
	display: inline-block;
	font-weight: 700;
	padding: 5px 10px;
	margin: 0;
	border-bottom: 1px dashed #fe4b7b;
	color: #00155f;
    text-shadow: 1px 4px 1px #b1c2eb;
}

/*content photo list section*/
.photo-list-section , .photo-details-section , .photographer-list-section{
	padding: 100px 0;
	position: relative;
}
.list-title {
	text-align: center;
}
.list-title h1 , .detail-title h1 {
	color: #5eb237;
	font-weight: 800;
	position: relative;
	display: inline-block;
}
.list-title h1::after , .detail-title h1::after{
	content: "";
	position: absolute;
	top: 50%;
	right: -60px;
	width: 50px;
	border: 2px solid #6f2f89;
}
.list-title h1::before , .detail-title h1::before{
	content: "";
	position: absolute;
	top: 50%;
	left: -60px;
	width: 50px;
	border: 2px solid #6f2f89;
}
.photo-details {
	height: 250px;
	border-radius: 10px;
	position: relative;
	z-index: 99;
	overflow: hidden;
}

.photo-details img {
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}
.photo-content {
	position: absolute;
	bottom: 0;
	color: #ffff;
	padding: 5px;
	background-color: #141414cc;
	z-index: 1;
	transition: all 1s;
}
.photo-details:hover .photo-content {
	bottom: 20px;
}
.photo-details:hover img {
	transform: scale(1.2);
	filter: grayscale(100%);
}

.photo-details a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	background-color: #103eb5;
	opacity: 0.5;
	transform: scale(0);
	border-radius: 10px;
	transition: all 0.5s;
}
.photo-details:hover a::after {
	height: 100%;
	transform: scale(1.0);
}
.photo-desc-section {
	margin: 50px auto;
	background-color: #ffff;
	border-radius: 20px;
	box-shadow: 1px 1px 20px lightgray;
	padding: 20px;
	position: relative;
}
.photo-detail-img {
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.photo-detail-img img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
	transition: all 2s;
}
.photo-detail-img:hover img {
	transform: scale(1.2);
}
.photo-desc {
	position: relative;
}
.photo-desc-title {
	position: relative;
	border-radius:20px;
	margin-bottom: 20px;
	background-color: #e3e3e3;
	box-shadow: 1px 3px 5px lightgray;
	display: inline-block;
	text-align: center;
	padding: 5px 15px;
}
.photo-desc-title h6 {
	margin-bottom: 0;
	color: #12265A;
	font-weight: 700;
}
.title-dot {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translate(-50%,-50%);
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background-color: #fe4b7b;
}
.photo-desc h3{
	color: #be4292;
	font-weight: 800;
}
.photo-teddy1 {
	position: absolute;
	right: 0;
	top: 0;
	width: 12%;
}
.photo-arrow-bg {
    position: absolute;
    bottom: 5px;
    right: 5px;
    opacity: 0.6;
    width: 10%;
}
.photo-teddy-bg {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 12%;
	animation: right-move 1.5s infinite alternate;
}
.photo-cloud-bg {
	position: absolute;
	top: 5px;
	right: 10px;
	animation: move-img 2s infinite alternate;
}
.photo-plane-bg {
	position: absolute;
	left: 10px;
	top: 50%;
	width: 10%;
	animation: right-move 1s infinite alternate-reverse;
}
.photo-teddy2-bg {
	position: absolute;
	bottom: 55px;
	right: 2%;
	transform: rotateY(180deg);
	width: 10%;
}
.toran-bg {
	position: absolute;
	top: 20px;
	left: 0;
}
.photo-hand-bg {
	position: absolute;
	left: 0;
	top: 45%;
	width: 8%;
	transform: rotateY(180deg);
}
.ballon-bg {
	position: absolute;
	top: 10%;
	right: 5%;
	width: 10%;
	animation: zoom-img 3s infinite alternate-reverse;
}
.photo-teddy3-bg {
	position: absolute;
	right: 10px;
	bottom: 10%;
	width: 8%;
	animation:rotate-teddy 1s infinite alternate-reverse ;
}
@keyframes rotate-teddy{
	0% {
		transform: rotate(15deg);
	}
	100% {
		transform: rotate(-15deg);
	}
}

/*Content Video section*/
.play-btn {
	opacity: 0;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 18px;
    color: #29abe1;
    background-color: #ffff;
    z-index: 2;
    transition: all 1s;
}
.modal-backdrop {
	position: unset !important	;
}
.video-section .photo-details{
	z-index: unset;
}

.photo-details:hover .play-btn {
	opacity: 1;
}
.mobile-teddy {
	display: none;
}


/*Responsive*/
@media only screen and (min-width:1366px) and (max-width:1400px) {
	
	.te-0, .te-1 {
		width: 3%;
	}
	.drop-menu li {
	    padding: 10px !important;
	}
	.menu a {
		font-size: 17px;
	}
	.k-footer:before {	
	   	height: 80%;
	    width: 275px;
	    bottom: 38%;
	    left: -50px;
	}
	.k-footer:after {
		height: 280px;
	    width: 220px;
	    right: 10px;
	}
	.programs .teddy-bg {
	    left: 0;
	    width: 10%;
	    z-index: -1;
	}
	.programs .butterfly-bg {
	    top: -8%;
	    left: 8%;
	}
	.programs .sun-bg1 {
	    left: 2%;
	}
	.programs .sun-bg {
	    right: 0%;
	    z-index: 1;
	}
	.programs #walk1 {
		bottom: 13%;
	}
	.h-icon span {
    	left: 50%;
    	top: 50%;
    	transform: translate(-50%,-50%);
    	width: unset;
    	font-size: 30px;
    }
	.Sponsor .sp-bg {
	    top: -27px;
	}
	.run-bg {
	    width: 15%;
	}
	.cart-bg-1 {
	    width: 8%;
	    top: 40px;
	}
	.cart-bg-2 {
	    width: 8%;
	}
	.train-faq .teddy-21 {
	    top: 10%;
	}
	.train-faq .teddy-27 {
	    bottom: 7%;
	    right: 1%;
	    opacity: 0.6;
	    width: 5%;
	}
	.header-right:hover .sub-menu1 {
	    left: -50px;
	    width: 170px;
	}
	.events-data>.row>.col-lg-4 , .events-data>.row>.col-md-6{
        display: inline-block !important;
    }

    .bg-events .teddy-21 , .bg-events .event-bg{
	    z-index: 1;
	}
	.bg-events .teddy-21 {
	 	left: 5%;
	 }
	#ev-bg {
	    width: 17%;
	}

	.form-bg-1 {
	    left: 13px;
	    width: 8%;
	}
	.gallry-form-bg-1 {
	    left: 14px;
	}
	.events-info li h5 {
	    font-size: 17px;
	    width: 30%;
	}
	.upcoming-events-section .events-info .event-blog {
		width: 480px;
	}
	.upcoming-events-section .event-blog .img_1 img {
		width: 100%;
	}
	.login-form-bg-2 {
		top: 0;
		width: 9%;
	}
	.events .teddy-21 {
	    top: 5%;
	}
}
@media only screen and (min-width: 1261px) and (max-width: 1365px) {

	.te-0, .te-1 {
		width: 3%;
	}
	.header-right:hover .sub-menu {
	    left: -65px;
	    box-shadow: 0px 1px 3px lightgray;
	}
	.header-right:hover .sub-menu1 {
	    width: 160px;
	}
	.header-cart {
	    justify-content: center;
	}
	/*Home Page */
	.programs .butterfly-bg {
	    top: -55px;
	    left: 5%;
	    width: 5%;
	}
	.programs .sun-bg1 {
	    left: 1%;
	    width: 5%;
	}
	.programs .sun-bg {
	    width: 8%;
	    right: 1%;
	    top: 0;
	}
	.programs #walk1 {
	    background-size: 30% 51%;
	    height: 10%;
	    width: 40%;
	    bottom: 51%;
	    z-index: 1;
	}
	.h-icon {
	    width: 30%;
	}
	.h-icon span {
    	left: 50%;
    	top: 50%;
    	transform: translate(-50%,-50%);
    	width: unset;
    	font-size: 30px;
    }
	.latest-talent-section .teddy-bg {
	    bottom: 8%;
	}
	.form-bg-1 {
		width: 7%;
	}
	.run-bg {
	    width: 15%;
	}
	.k-footer:before {	
	    height: 100%;
	    width: 270px;
	    left: -55px;
	}
	.k-footer:after {
		height: 280px;
	    width: 220px;
	    right: 10px;
	}
	.f-logo {
		width: 50%;
	}
	.form-bg {
	    width: 75%;
	}
	.form-title h1 {
		font-size: 2.3rem;
	}

	/*Gallery page*/
	.gallry-form-bg-1 {
	    left: 0px;
	    z-index: -1;
	    width: 7%;
	}
	.gallry-form-bg-2 {
	    right: 15px;
	    top: 22%;
	}
	/*Register*/

	.register-form-bg-3 {
	    left: 15px;
	    width: 8%;
	    top: 80px;
	}
	.register-form-bg {
		width: 70%;
	}

	/*Login*/
	.login-form-bg-2 {
	    top: 70px;
	    right: 30px;
	    width: 7%;
	}

	/*sponsors section*/
	.sp-bg {
	    top: -27px;
	}
	.prev-arrow6 {
	    left: 43%;
	}
	.next-arrow6 {
		right: 43%;
	}
	.upcoming-events-section .events-info .event-blog {
		width: 480px;
	}
	.upcoming-events-section .event-blog .img_1 img {
		width: 100%;
	}
	.events-data>.row>.col-lg-4 , .events-data>.row>.col-md-6{
        display: inline-block !important;
    }
    .bg-events .teddy-21{
	    z-index: 1;
	    top: 1%;
	}
	.bg-events .event-bg {
		width: 8%;
	}
	#ev-bg {
	    width: 17%;
	}
	.events .teddy-21 {
		top: 6%;
	}

	/*cart*/
	.cart-bg-1 {
	    width: 8%;
	    top: 13px;
	    left: 30px;
	}
	.cart-bg-2 {
        
        width:8%;
    }
	/*faq*/
	.train-faq .teddy-21 {
	    top: 10%;
	}
	.train-faq .teddy-27 {
	    bottom: 7%;
	    right: 1%;
	    opacity: 0.6;
	    width: 5%;
	}
	.login-form-bg-1 {
	    width: 7%;
	    top: 20px;
	}
	.events-info li h5 {
	    font-size: 17px;
	    width: 30%;
	}
	.contact-teddy3-bg {
		top: 30px;
	}
	.contact-teddy-bg {
	    bottom: 12%;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {
	
	.te-0 {
		right: 15px;
	}
	.te-1 {
		left: 15px;
		z-index: 1;
	}
	.te-0, .te-1 {
	    width: 4%;
	}
	.header-cart {
	    justify-content: flex-start;
	}
	.f-logo {
	    width: 70%;
	    margin: 0 0 0 auto;
	}
	.social-link {
	    margin-top: 40px;
	}
	.k-footer:before {
	    height: 70%;
	    width: 230px;
	    left: -47px;
	    bottom: 50%;
	}
	.k-footer:after {
	    height: 260px;
	    width: 200px;
	    right: 25px;
	}
	.run-bg {
	    width: 15%;
	}
	.title-telent-section h1 {
	    font-weight: 800;
	}
	.programs .butterfly-bg {
	    top: -50px;
	}
	.programs .sun-bg1 {
	    left: 1%;
	    width: 5%;
	    z-index: 1;
	}
	.programs .sun-bg {
	    top: -22px;
	}
	.programs #walk1 {
	    background-size: 30% 51%;
	    height: 10%;
	    width: 40%;
	    bottom: 51%;
	    z-index: 1;
	}
	.program-image img {
        width: 250px;
        height: 400px;
    }
    .program-details {
        padding: 20px;
        max-height: 400px;
        margin: 0px 0px 0px -25px;
    }
    .h-icon span {
    	left: 50%;
    	top: 50%;
    	transform: translate(-50%,-50%);
    	width: unset;
    	font-size: 25px;
    }
    .events-data>.row>.col-lg-4 , .events-data>.row>.col-md-6{
        display: inline-block !important;
    }
    #ev-bg {
	    width: 20%;
	}
	.events .teddy-21 {
	    top: 3%;
	    width: 10%;
	}
	.bg-events .teddy-21 {
	    top: 1%;
	}
	.form-section {
	    padding: 50px 0;
	}
	.form-bg-1 {
	    left: 24px;
	    width: 7%;
	}
	.gallry-form-bg-1 {
	    left: 7px;
	    z-index: -1;
	    opacity: 0.8;
	    width: 7%;
	}
	.cart-bg-1 {
	    width: 8%;
	    top: 15px;
	}
	.cart-bg-2 {
	    top: 50px;
	    width: 7%;
	}
	.train-faq .teddy-27 {
	    opacity: 0.6;
	    bottom: 2%;
	    right: 2%;
	    width: 6%;
	}
	.login-form-bg-1 {
	    width: 7%;
	    top: 15px;
	}
	.register-form-bg-3 {
	    top: 80px;
	    left: 49%;
	}
	.contact-teddy3-bg {
		top: 30px;
	}
	.contact-teddy-bg {
	    bottom: 12%;
	}
	.contact-star-bg {
		left: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.te-0, .te-1 {
	    display: none;
	}
	.header-social {
		display: none;
	}
	.co_header {
	    padding: 10px 0;
	}
	.te-2 {
	    left: 40%!important;
	    width: 65px;
	}
	.logo {
	    height: 140px!important;
	}
	.logo img {
	    padding: 54px 30px 0;
	}
	.newClass .logo img {
	    padding: 43px 30px 0;
	}
	.newClass .logo {
	    height: 117px!important;
	}
	.header-right:hover .sub-menu {
	    left: -81px;
	    width: 175px;
	    box-shadow: 0px 1px 3px lightgray;
	}
	.header-right:hover .sub-menu1 {
	    width: 134px;
	}
	.inner-header .menu {
        display: none !important;
    }
	.toggle-bar {
        display: inline-block !important;
        float: right;
        color: white;
        font-size: 30px;
    }
	.mobile-menu {
        background-color: #001e6f !important;
        color: white;
        /*position: absolute;*/
        height: auto;
        width: 100%;
        /*top: 69px;*/
        z-index: 99;
        box-shadow: 2px 2px 4px lightgray;
    }
    .mobile-menu .menu {
        display: block !important;
        text-align: left;
        /*padding:0 40px !important;*/
    }
    .mobile-menu .menu a {
    	padding-left: 25px;
    }
    .mobile-menu .menu li {
        border-bottom: 1px solid #f3f3f31a;
    }
    .mobile-menu .menu li:last-child {
        border-bottom: 1px dotted transparent;
    }
    .mobile-menu .btn-close {
        color: #ffff !important;
	    background: none;
	    opacity: 1;
	    width: 40px;
	    height: 40px;
	    text-align: center;
	    line-height: 40px;
	    margin-left: auto;
    }
    .mobile-menu .btn-close i {
        font-size: 25px;
        padding: 10px;
    }
    .f-logo {
	    width: 65%;
	}
    .k-footer:before {
	    height: 45%;
	    width: 180px;
	    left: -34px;
	}
	.k-footer:after {
	    width: 150px;
	    right: 20px;
	}
	.footer-menu a {
	    font-size: 15px;
	}
	.footer h5 {
	    font-size: 22px;
	}
	.footer p {
		font-size: 16px;
	}
	.run-bg {
	    width: 20%;
	}
	.programs .butterfly-bg {
	    top: -2%;
	}
	.programs .sun-bg1 {
	    left: 2%;
	}
	.programs .teddy-bg {
	    left: 1%;
	}
	.programs .sun-bg {
	    width: 15%;
	    top: 22%;
	    right: 3%;
	    z-index: 1;
	}
	.programs #walk1 {
	    background-size: 30% 51%;
	    height: 5%;
	    width: 50%;
	    bottom: 28%;
	    z-index: 1;
	}
	.title-telent-section h1 {
	    text-shadow: 0 3px #00155f;
	}
	.list-palce {
	    justify-content: center;
	}
	.kids-talent-section .events-info {
	    justify-content: center;
	}
	.upcoming-events-section .img_1 {
	    width: 450px;
	}
	.upcoming-events-section .img_1 img {
	    width: 100%;
	}
	.film-title h2::after {
	    left: 43%;
	}
	.events-data>.row>.col-lg-4 , .events-data>.row>.col-md-6{
        display: inline-block !important;
    }
	.events .img_1  {
	    height: 250px;
	}
	.events .img_1 img {
		width: 100%;
	}
	.events .event-detail {
	    padding: 10px 20px;
	}
	.bg-events .teddy-21 {
	    top: 0%;
	    width: 9%;
	}
	.bg-events .img_1 img {
	    width: 100%;
	}
	.bg-events .img_1 img {
	    height: 200px;
	}
	#ev-bg {
	    width: 30%;
	    height: 8%;
	    background-size: 48% 53%;
	    bottom: unset;
	    top: 94%;
	    right: 1%;
	}
	.events .teddy-21 {
	    top: 5%;
	    left: 8%;
	    width: 8%;
	}
	.train-faq .teddy-21 {
	    top: 10%;
	}
	.form-section {
	    padding: 50px 0;
	}
	.form-title h1 {
		font-size: 28px;
	}
	.form-bg-1 {
	    left: 50px;
	    width: 9%;
	}
	.gallry-form-bg-1 {
	    left: 3px;
	    z-index: -1;
	    width: 7%;
	}
	.gallry-form-bg-2 {
	    width: 15%;
	    top: 15%;
	}
	.cart-bg-1 {
	    width: 8%;
	    top: 15px;
	}
	.cart-bg-2 {
	    top: 50px;
	    width: 10%;
	}
	.train-faq .teddy-27 {
	    opacity: 0.6;
	    bottom: 2%;
	    right: 2%;
	    width: 6%;
	}
	.login-form-bg-1 {
	    width: 7%;
	    top: 15px;
	}
	.register-form-bg-3 {
	    top: 80px;
	    left: 49%;
	}
	.contact-star-bg {
		left: 0;
		top: 84%;
	}
	.contact-teddy-bg {
		bottom: 20%;
	}

}
@media only screen and (max-width: 767px) {

	.te-0, .te-1 {
	    display: none;
	}
	.header-social {
		display: none;
	}
	.co_header {
	    padding: 10px 0;
	}
	.te-2 {
	    left: 60%!important;
	    width: 65px;
	}
	.header-cart {
	    justify-content: center;
	    z-index: 9;
	}
	.logo {
	    height: 140px!important;
	    width: 200px;
	}
	.logo img {
	    padding: 70px 33px 0;
	}
	.newClass .logo img {
	    padding: 50px 35px 0;
	}
	.newClass .logo {
	    height: 117px!important;
	}
	.header-right:hover .sub-menu {
	    left: -60px;
	    width: 175px;
	    box-shadow: 0px 1px 3px lightgray;
	}
	.header-right:hover .sub-menu1 {
	    width: 134px;
	}
	.inner-header .menu {
        display: none !important;
    }
	.toggle-bar {
        display: inline-block !important;
        float: right;
        color: white;
        font-size: 30px;
    }
	.mobile-menu {
        background-color: #001e6f !important;
        color: white;
        /*position: absolute;*/
        height: auto;
        width: 100%;
        /*top: 69px;*/
        z-index: 99;
        box-shadow: 2px 2px 4px lightgray;
    }
    .mobile-menu .menu {
        display: block !important;
        text-align: left;
        /*padding:0 40px !important;*/
    }
    .mobile-menu .menu a {
    	padding-left: 25px;
    }
    .mobile-menu .menu li {
        border-bottom: 1px solid #f3f3f31a;
    }
    .mobile-menu .menu li:last-child {
        border-bottom: 1px dotted transparent;
    }
    .mobile-menu .btn-close {
        color: #ffff !important;
	    background: none;
	    opacity: 1;
	    width: 40px;
	    height: 40px;
	    text-align: center;
	    line-height: 40px;
	    margin-left: auto;
    }
    .mobile-menu .btn-close i {
        font-size: 25px;
        padding: 10px;
    }

    .k-footer:before {
	   	width: 160px;
    	left: -34px;
	    height: 25%;
	    bottom: 74%;
	}
	.k-footer:after {
	    height: 25%;
	    width: 120px;
	    right: 5px;
	    bottom: 25%;
	}
	.f-logo {
	    width: 55%;
	}
	.social-link {
		margin: 30px 0;
	}
	.footer h5 {
	    margin-top: 20px;
	}
	.title-telent-section h1 {
	    text-shadow: 0 3px #00155f;
	    font-weight: 800;
	}

	.h-icon {
	    width: 15%;
	}
    .h-icon span {
    	left: 50%;
    	top: 50%;
    	transform: translate(-50%,-50%);
    	width: unset;
    	font-size: 25px;
    }
    .list-palce {
	    display: block;
	}
	
    .program-image img {
        width: 100%;
        object-fit: cover;
    }
    .program-details {
        padding: 20px;
	    height: 400px;
	    margin: -10px 5px 0 5px;
	    border-radius: 10px;
    }
    .programs .butterfly-bg {
	   	top: -10px;
    	width: 15%;
	}
	.programs .sun-bg {
		z-index: 1;
	    right: 1%;
	    width: 18%;
	    top: 13%;
	}
	.programs .sun-bg1 {
	    top: 45%;
	    width: 15%;
	    z-index: 1;
	}
	.programs .teddy-bg {
	    bottom: 29%;
	    width: 18%;
	}
	.programs #walk1 {
	    bottom: 67%;
	    right: 54px;
	    width: 100%;
	    height: 10%;
	    z-index: 1;
	    background-size: 30% 15%;
	}
    .kids-talent-section .events-info {
	    justify-content: center;
	}
	.upcoming-events-section .img_1 {
	    width: 300px;
	}
	.film-title h2::after {
	    left: 40%;
	}
	.events-data>.row>.col-lg-4, .events-data>.row>.col-md-6 {
	    justify-content: center;
	}
	.events .img_1 {
		width: 300px;
	}
	.events .img_1 img {
	    width: 100%;
	}
	.event-type ul {
		display: block;
	}
	.event-type ul li {
	    margin-top: 20px;
	}

	#ev-bg {
	    background-size: 60% 12%;
	    bottom: unset;
	    top: 97%;
	}
	.events .event-bg {
		width: 18%;
	}
	.run-bg {
	    width: 40%;
	}
	.programs .pagination {
	    justify-content: center;
	}

	.bg-events .teddy-21 {
	    top: 5px;
	    left: 7%;
	    width: 15%;
	}
	.bg-events .event-bg {
		width: 14%;
	}
	.bg-events .img_1 img {
	    width: 100%;
	}
	.events-info {
	    padding: 40px 20px;
	}
	.events-info li h5 {
	    width: 35%;
	}
	.events .teddy-21 {
	    top: 13%;
	    z-index: 10;
	    left: 8%;
	    width: 16%;
	}

	.ticket-btn button {
	    width: 100%;
	}
	.ticket-btn {
	    text-align: start;
	}
	.form-section {
	    padding: 50px 0;
	}
	.form-bg , .register-form-bg{
	    width: 45%;
	    margin: 20px auto;
	}
	.form-bg-2 {
		z-index: -1;
		height: auto;
	}
	.gallry-form-bg {
		width: 60%;
    	margin: 20px auto;
	}
	.gallry-form-bg-1, .gallry-form-bg-2 {
		z-index: -1;
		opacity: 0.6;
		width: 15%;
	}
	.gallry-form-bg-2 {
		top: 3%;
		width: 20%;
	}
	.cart-bg-1 {
	    width: 15%;
	    top: 15px;
	}
	.cart-bg-2 {
	    top: 50px;
	    width: 10%;
	}
	.train-faq .teddy-27 {
	    opacity: 0.6;
	    bottom: 2%;
	    right: 2%;
	    width: 8%;
	}
	.train-faq .teddy-21 {
	    top: 6%;
	    left: 17%;
   		width: 16%;
	}
	.login-form-bg {
		width: 60%;
		margin: 20px auto;
	}
	.register-form-bg-2 {
	    width: 14%;
	}
	.register-form-bg-3 {
		top: 70px;
	   left: 50%;
	}
	.contactform-teddy-bg {
		width: 80%;
		margin: 20px auto;
	}
	.contact-bg-2 {
	    width: 20%;
	}
	.contact-teddy3-bg {
		width: 15%;
	}
	.contact-star-bg {
		width: 10%;
	}
	.contact-teddy-bg {
		width: 10%;
		bottom: 35%;
	}

}
@media only screen and (max-width: 320px) {

	.header-right:hover .sub-menu {
	    left: -70px;
    	width: 160px;
	    box-shadow: 0px 1px 3px lightgray;
	}
	.header-right:hover .sub-menu1 {
	    width: 115px;
	}
	.h-icon span {
	    font-size: 18px;
	}
	.k-footer:before {
	    width: 127px;
	    left: -27px;
	    bottom: 81%;
	}
	.upcoming-events-section .img_1 {
	    width: 250px;
	}
	.events .event-detail {
	    padding: 5px 20px;
	}
	#ev-bg {
	   display: none;
	}
	.events .teddy-21 {
	    top: 2%;
	    left: 15%;
	    width: 16%;
	}
	.events .img_1 {
	    width: 265px;
	}
	.events-data .img_1 img {
	    height: 200px;
	    width: 100%;
	    margin: 0 auto;
	}
	.events-data .event-detail h3 a {
	    font-size: 16px;
	}

	.events-data .event-detail {
	    padding: 5px 10px;
	}
	.event-detail h3 a {
	    font-size: 16px;
	}
	.events-info {
	    padding: 30px 20px;
	}
	.event-bg {
	    width: 20%;
	}
	.film-title h2::after {
	    left: 33%;
	}
	.film-title h2 {
		font-size: 35px;
	}
	.gallry-form-bg-1 {
		opacity: 1;
		animation: none;
	    top: 5px;
	    width: 15%;
	    left: unset;
	    right: 10px;
	}
    .events-info li span {
		font-size: 15px;
	}
	.contact-teddy3-bg {
	    top: 12%;
	    width: 21%;
	}
	.contact-star-bg {
	    left: 9px;
	    top: 65%;
	    width: 10%;
	}
}

/*.........sponser page responsive css........... */


@media only screen and (min-width: 1024px) and (max-width: 1260px) {
	.prev-arrow6{
		left:44%;
	}
	.next-arrow6{
		right:44%;
	}
	.sp-bg {
		top: 0px;
		width:19%;
	}
	.events-info li h5 {
	    font-size: 16px;
    	width: 36%;
	}
	.events-info li span {
	    font-size: 14px;
	}

}
@media only screen and (min-width:768px) and (max-width:1023px){
	.prev-arrow6{
		left:43%;
	}
	.next-arrow6{
		right:43%;
	}
	.sp-bg{
		top: 0px;
		width: 25%;
	}
}
@media only screen and (max-width: 767px){
	.prev-arrow6{
		left:38%;
	}
	.next-arrow6{
		right:38%;
	}
	.sp-bg{
		top: 0px;
		width:30%;
	}
	.event-type ul li select{
	    width:50%;
	} 
	.event-type ul li input{
	    width:50%;
	}
	.film-title h2 {
		font-size: 40px;
	}
		
}
@media only screen and (max-width: 375px){
	.prev-arrow6{
		left:32%;
	}
	.next-arrow6{
		right:32%;
	}
	.film-title h2 {
		font-size: 33px;
	}
	.contestant-details { 
	    width:100%;
	}
	
	.photo-list-section, .photo-details-section {
        padding: 80px 0;
        position: relative;
    }
    .events {
        
        padding: 80px 0;
    }
    .bg-events {
        padding: 80px 0px;
        
    }
    .Sponsor {
        
        padding: 80px 0 100px;
        
    }
    .film-title h2::before {
        bottom:0;
    }
     .film-title h2::after {
        bottom:0;
    }
}

/*Contestant list responsive*/
@media only screen and (min-width:1366px) and (max-width:1400px) {

	.contestant-list-section .teddy-family {
	    left: 1%;
	    width: 15%;
	}
	.list-teddy-bg {
		width: 7%;
	}
	.list-teddy2 {
		width: 9%;
	}
	.list-teddy3 {
	    top: 52%;
	    z-index: 1;
	}
	.contestant-details-section .gallery-teddy {
	    right: 1%;
	    bottom: 1%;
	}
}
@media only screen and (min-width: 1261px) and (max-width: 1365px) {
	.contestant-list-section .teddy-family {
	    left: 1%;
	    width: 15%;
	}
	.list-teddy-bg {
		width: 6%;
	}
	.list-teddy1 {
	    top: 56%;
	    left: 2px;
	    width: 6%;
	}
	.list-teddy2 {
	    right: 0px;
	    width: 6%;
	}
	.list-teddy3 {
	    top: 54%;
	    right: 4px;
	    z-index: 1;
	    width: 9%;
	}
	.contestant-details-section .gallery-teddy {
	    right: 1%;
	    bottom: 1%;
	    z-index: 1;
	}
	.contestant-details-section .hand-bg {
	    top: 20%;
	    z-index: 1;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {
	
	.contestant-list-section .teddy-family {
	    top: 4%;
	    left: 1%;
	    width: 15%;
	}
	.contestant-details {
		height: 350px;
	}
	.list-teddy-bg {
		width: 6%;
		top: 5%;
	}
	.list-teddy1 {
	    top: 56%;
	    left: 7px;
	    width: 6%;
	    z-index: 1;
	}
	.list-teddy2 {
	    right: 0px;
	    z-index: 1;
	    width: 7%;
	}
	.list-teddy3 {
	    top: 55%;
	    right: 4px;
	    z-index: 1;
	}
	.contestant-details-section .hand-bg {
	    z-index: 1;
	}
	.contestant-details-section .cloud-bg {  
	    top: 4%;
	}
}

@media only screen and (min-width:768px) and (max-width:1023px) {

	.sub-menu2 a {
        display: flex;
        justify-content: space-between;
    }
    .mobile-drop-menu {
        background-color: #001a5d;
        margin-top: 20px;
    }
    .mobile-drop-menu a {
    	font-weight: 400;
    	padding-left: 25px;
    	color: white !important;
    	font-size: 16px;
    }
   	.mobile-drop-menu>li {
        border-bottom: 1px solid transparent !important;
        padding: 15px;
    }
    .mobile-drop-menu li:last-child {
        border-bottom: 1px solid transparent !important;
    }
    .menu a:after {
    	display: none;
    }
	.contestant-filter input , .contestant-filter select{
		margin-bottom: 20px;
	}
	.contestant-filter {
		width: 60%;
	}
	.contestant-details {
		width: 60%;
		margin:0 auto 20px;
	}
	.contestant-list-section .list-teddy-bg {
	    width: 10%;
	    top: 5%;
	}
	.contestant-list-section .teddy-family {
	    top: 1%;
	    width: 25%;
	}
	.listing-title h1 {
	    text-shadow: 3px 2px #12265A;
	}
	.contestant-detail-img {
	    width: 70%;
	    margin: 20px auto;
	}
	.contestant-desc-section {
		padding: 20px;
	}
	.list-teddy1 {
	    width: 15%;
	}
	.list-teddy2 , .list-teddy3 {
	    width: 18%;
	}
	.desc-teddy {
		width: 15%;
	}
	.girl-bg {
	    top: 2%;
	    width: 13%;
	}
	.contestant-details-section .cloud-bg {
		width: 15%;
	}
	.contestant-details-section .contestant-info {
		margin-top: 50px;
	}
	.contestant-details-section .hand-bg {
	    z-index: 1;
	}
	.contestant-details-section .gallery-teddy1 {
	    top: 64%;
	}
	.contestant-details-section .gallery-teddy {
	    bottom: 2%;
	}
	.contestant-details-section .balloon-bg {
	    width: 10%;
	}
}

@media only screen and (max-width: 767px){ 

	.sub-menu2 a {
        display: flex;
        justify-content: space-between;
    }
    .mobile-drop-menu {
        background-color: #001a5d;
        margin-top: 20px;
    }
    .mobile-drop-menu a {
    	font-weight: 400;
    	padding-left: 25px;
    	color: white !important;
    	font-size: 16px;
    }
   	.mobile-drop-menu>li {
        border-bottom: 1px solid transparent !important;
        padding: 15px;
    }
    .mobile-drop-menu li:last-child {
        border-bottom: 1px solid transparent !important;
    }
    .menu a:after {
    	display: none;
    }
	.contestant-filter input , .contestant-filter select{
		margin-bottom: 20px;
	}
	.contestant-details {
		width: 80%;
		height: 350px;
		margin:0 auto 20px;
	}
	.contestant-list-section .list-teddy-bg {
	    width: 10%;
	    top: 3%;
	}
	.contestant-list-section .teddy-family {
	    top: 1%;
	    width: 25%;
	    left: 1%;
	}
	.listing-title h1 {
	    text-shadow: 2px 2px #12265A;
	}
	.list-teddy3 {
	    top: 27%;
	    width: 24%;
	    z-index: 1;
	    right: 0;
	}
	.list-teddy1 {
	    top: 55%;
	    left: 12px;
	    width: 19%;
	    z-index: 1;
	}
	.list-teddy2 {
	    width: 15%;
	    bottom: 2%;
	}
	.contestant-detail-img {
	    margin: 20px auto;
	}
	.contestant-desc-section {
		padding: 20px;
		margin-top: 10px;
	}
	.contestant-details-section .girl-bg {
	    top: 1%;
	    width: 20%;
	}
	.contestant-details-section .desc-teddy , .contestant-details-section .cloud-bg{
	    width: 20%;
	}
	.desc-teddy1 {
		width: 20%;
	}
	.contestant-details-section .contestant-info {
		margin-top: 50px;
	}
	.contestant-details-section .hand-bg {
	    z-index: 1;
	    width: 15%;
	}
	.contestant-details-section .gallery-teddy1 {
	    width: 21%;
	}
	.contestant-details-section .gallery-teddy {
	    bottom: 2%;
	    width: 21%;
	}
	.contestant-details-section .balloon-bg {
	    width: 15%;
	}
}
@media only screen and (max-width: 320px) {
	.contestant-details {
		width: 100%;
	}
	.programs #walk1 {
	    bottom: -3%;
	    background-size: 50% 11%;
	    transform: rotateY(180deg);
	}
	.balloon-bg {
		width: 10%;
	}
	.contestant-details-section .about-title {
		margin: 0;
	}
	.contestant-details-section .hand-bg {
	    z-index: 1;
	    width: 18%;
	    top: 42%;
	}
	.contestant-desc-section {
	    padding: 10px;
	}
	.contestant-desc-section .row {
		margin-top: 0 !important;
	}
}


/*Photo list page responsive*/

@media only screen and (min-width:1366px) and (max-width:1400px) {

	.photo-plane-bg {
	    left: 0px;
	    top: 53%;
	}
	.photo-cloud-bg {
	    width: 11%;
	    z-index: -1;
	}
	.photo-teddy2-bg {
	    position: absolute;
	    bottom: 35px;
	    right: 1%;
	    width: 8%;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 1365px) {

	.photo-plane-bg {
	    left: 0px;
	    top: 53%;
	    width: 9%;
	}
	.photo-cloud-bg {
	    width: 14%;
	    z-index: -1;
	}
	.photo-teddy2-bg {
	    bottom: 30px;
	    right: 1%;
	    width: 7%;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {

	.photo-plane-bg {
	    left: 0px;
	    top: 53%;
	    width: 9%;
	    z-index: 1;
	}
	.photo-cloud-bg {
	    width: 14%;
	    z-index: -1;
	}
	.photo-teddy2-bg {
	    bottom: 20px;
	    right: 1%;
	    width: 7%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.photo-list-section .photo-cloud-bg {
	    top: 30px;
	    width: 15%;
	}
	.photo-list-section .photo-teddy2-bg {
	    bottom: 19px;
	}
	.photo-details {
	    margin-bottom: 25px;
	}
}

@media only screen and (max-width: 767px) {

	.photo-details {
	    margin-bottom: 25px;
	}
	.photo-list-section .photo-cloud-bg {
	    top: 30px;
	    width: 22%;
	    z-index: -1;
	}
	.photo-list-section .photo-teddy-bg {
	
	    left: 20px;
	    width: 21%;
	}
	.photo-list-section .photo-plane-bg {
	    width: 20%;
	    z-index: 100;
	}
}

@media only screen and (max-width: 320px) {

	.photo-list-section .photo-teddy-bg {
	    width: 26%;
	}
	.photo-list-section .photo-teddy2-bg {
	    width: 15%;
	}
}

/*photo-details page responsive*/

@media only screen and (min-width:1366px) and (max-width:1400px) {
	
	.photo-details-section .toran-bg {
	    position: absolute;
	    top: 2px;
	    left: 0;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 1365px) {
	
	.toran-bg {
	    top: 4px;
	    width: 7%;
	}
	.photo-hand-bg {
	    top: 50%;
	    z-index: 1;
	    width: 7%;
	}
	.photo-teddy3-bg {
	    right: 26px;
	    bottom: 6%;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {

	.detail-title {
		margin-left: 50px;
	}
	.toran-bg {
	    left: 5%;
	    width: 7%;
	}
	.photo-teddy3-bg {
	    right: 25px;
	}
	.photo-hand-bg {
	    top: 72%;
	    z-index: 1;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.detail-title {
		margin-left: 50px;
	}
	.toran-bg {
	    left: 5%;
	    width: 10%;
	}
	.photo-teddy3-bg {
	    right: 25px;
	}
	.photo-hand-bg {
	    top: 72%;
	    z-index: 1;
	    width: 12%;
	}
}
@media only screen and (max-width: 767px) {

	.toran-bg {
	    top: 21px;
	    left: 20px;
	    width: 15%;
	}
	.ballon-bg {
	    top: 6%;
	    right: 9%;
	    width: 16%;
	}
	.photo-desc-section {
		margin: 20px auto;
	}
	.detail-title {
		margin-left: 50px;
	}
	.detail-title h1::after {
	    right: -39px;
	    width: 30px;
	}
	.detail-title h1::before {
	    left: -39px;
	    width: 30px;
	}
	.photo-desc {
		margin-top: 30px;
		padding: 5px 10px;
	}
	.photo-teddy1 {
	    width: 21%;
	}
	.photo-hand-bg {
	    top: 37%;
	    width: 11%;
	    z-index: 1;
	}
	.photo-teddy3-bg {
	    right: 10px;
	    bottom: 5%;
	    width: 12%;
	}
}	

@media only screen and (max-width: 320px) {

	.ballon-bg {
	    top: 4%;
	    width: 21%;
	}
	.photo-arrow-bg {
	    opacity: 0.8;
	    width: 15%;
	}
	.photo-teddy3-bg {
	    width: 17%;
	}
}


/*greeting page responsive*/

@media only screen and (min-width:1366px) and (max-width:1400px) {
	.greeting .sun-bg, .greeting-details .sun-bg {
        right: 1%;
        width: 7%;
    }

    .greeting .butterfly-bg {
        left: 4%;
    }
    .greeting .floor-bg, .greeting-details .floor-bg {
        right: 1%;
        width: 7%;
    }
    .greeting-main {
        height: 90%;
    }
    .ff-bg {
        left: 4%;
        width: 7%;
        z-index: -1;
    }
    .greeting .teddy-bg {
        left: 1%;
        width: 7%;
    }
    .greeting .run-bg11 {
        bottom: 54px;
        right: 3%;
        width: 8%;
    }
    .greeting-details .butterfly-bg {
        left: 2%;
    }
    .greeting-details .t-bg {
        left: 3%;
        z-index: -1;
    }
    .greeting-details .tt-bg {
        right: 1%;
        z-index: -1;
    }
    .greeting-details .scooty1 {
        top: 0%;
    }
    .greeting-details .teddy-bg {
	    z-index: 1;
	    left: 2%;
	}
}

@media only screen and (min-width:1261px) and (max-width:1365px) {
	.greeting .sun-bg, .greeting-details .sun-bg {
        top: 3%;
        width: 8%;
    }
    .greeting .butterfly-bg {
        left: 1%;
    }
    .ff-bg {
        bottom: 53%;
        left: 2%;
        width: 8%;
        z-index: -1;
    }
    .greeting .teddy-bg {
        left: 1%;
        width: 5%;
    }
    .run-bg11 {
        bottom: 39px;
        right: 4%;
    }
    .greeting .floor-bg {
        bottom: 67%;
        right: 1%;
        width: 7%;
        z-index: -1;
    }
    .greeting #walk1 {
        height: 9%;
    }
    .greeting-main {
        height: 420px;
    }
    .greeting-details .butterfly-bg {
        width: 5%;
        left: 0%;
    }
    .greeting-details .floor-bg {
        bottom: 66%;
        right: 0%;
        width: 6%;
        z-index: -1;
    }
    .greeting-details .t-bg {
        left: 1%;
        z-index: 0;
        width: 6%;
    }
    .greeting-details .tt-bg {
        right: 0%;
        z-index: 1;
        width: 6%;
    }
    .greeting-details .teddy-bg {
        width: 5%;
        left: 0%;
    }
    .greeting-details .scooty1 {
        top: 1%;
        left: 0%;
        width: 16%;
    }
}

@media only screen and (min-width: 1024px) and (max-width:1260px) {
	.greeting-main {
        height: 90%;
    }
    .team-img img {
        height: 250px;
    }
    .team-title h3 {
        font-size: 18px;
        line-height: 20px;
    }
    .greeting .teddy-bg {
        left: 0%;
        bottom: 1%;
        width: 8%;
    }
    .greeting .ff-bg {
        bottom: 41%;
        z-index: -1;
        width: 8%;
    }
    .greeting .floor-bg {
        bottom: 5%;
        right: 1%;
        width: 9%;
        z-index: -1;
    }
    .greeting .run-bg11 {
        bottom: 53px;
        right: 7%;
        width: 9%;
    }
    .greeting .sun-bg {
        top: 3%;
        right: 5%;
        width: 10%;
    }
    .greeting-details .sun-bg {
        top: 4%;
        right: 5%;
        width: 11%;
    }
    .greeting-details .butterfly-bg {
        top: 19%;
        width: 6%;
        left: 0%;
        z-index: -1;
        opacity: 0.5;
    }
    .greeting-details .floor-bg {
        bottom: 66%;
        right: 1%;
        width: 8%;
    }
    .greeting-details .teddy-bg {
        width: 7%;
        bottom: 1%;
        left: 1%;
    }
    .greeting-details .t-bg {
        bottom: 52%;
        left: 4%;
        width: 6%;
        z-index: 1;
        opacity: 0.8;
    }
    .greeting-details .tt-bg {
        bottom: 18%;
        right: 1%;
        width: 5%;
        opacity: 0.8;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.greeting-main {
        height: 90%;
    }
    .team-img img {
        height: 250px;
    }
    .team-title h3 {
        font-size: 18px;
        line-height: 20px;
    }
    .greeting .teddy-bg {
        left: 0%;
        bottom: 1%;
        width: 8%;
    }
    .greeting .ff-bg {
        bottom: 41%;
        z-index: 0;
        width: 8%;
    }
    .greeting .floor-bg {
        bottom: 5%;
        right: 1%;
        width: 9%;
        z-index: -1;
    }
    .greeting .run-bg11 {
        bottom: 53px;
        right: 7%;
        width: 9%;
    }
    .greeting .sun-bg {
        top: 3%;
        right: 5%;
        width: 10%;
    }
    .greeting-details .sun-bg {
        top: 4%;
        right: 5%;
        width: 11%;
    }
    .greeting-details .butterfly-bg {
        top: 19%;
        width: 6%;
        left: 0%;
        z-index: -1;
        opacity: 0.5;
    }
    .greeting-details .floor-bg {
        bottom: 66%;
        right: 1%;
        width: 8%;
    }
    .greeting-details .teddy-bg {
        width: 7%;
        bottom: 1%;
        left: 1%;
    }
    .greeting-details .t-bg {
        bottom: 52%;
        left: 4%;
        width: 6%;
        z-index: -1;
    }
    .greeting-details .tt-bg {
        bottom: 18%;
        right: 1%;
        width: 5%;
        opacity: 0.8;
    }
    .greeting .but-bg1 {
	    width: 12%;
	    top: -3px;
	}
	.greeting-details .run-bg {
		bottom: 17%;
	}
}

@media only screen and (max-width: 767px) {
	.greeting .but-bg1 {
        top: -2px;
    }
    .greeting-main {
        box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
        margin:0 auto 30px auto;
        width: 350px;   
    }
    .greeting .sun-bg{
        width: 15%;
    }
    .greeting .butterfly-bg {
        width: 15%;
    }
    .greeting .floor-bg {
        width: 15%;
    }
    .greeting .ff-bg {
        left: 9%;
        width: 15%;
    }
    .greeting #walk1 {
        background-size: 80% 10%;
        width: 27%;
    }
    .greeting .teddy-bg {
        width: 15%;
    }
    .greeting .run-bg11 {
        bottom: 40px;
        right: 9%;
        width: 12%;
    }
    .greeting-details .scooty1 {
        top: 1%;
        width: 25%;
    }
    .greeting-details .sun-bg {
        width: 11%;
    }
    .greeting-details .butterfly-bg {
        width: 10%;
    }
    .greeting-details .floor-bg {
        right: 2%;
        width: 12%;
    }
    .greeting-details .t-bg {
        left: 6%;
        width: 10%;
    }
    .greeting-details .tt-bg {
        right: 3%;
        width: 9%;
    }
    .greeting-details .run-bg {
		bottom: 100px;
   		width: 24%;
	}
	.greeting .select-option {
	    width: 80%;
	}
}

@media only screen and (max-width: 320px) {
	.greeting-details .scooty1 {
        top: 1%;
        width: 28%;
    }
    .greeting-details .tt-bg {
        bottom: 50px;
    }
    
    .greeting-details .teddy-bg {
        bottom: 50px;
    }
    .greeting-details .floor-bg {
        width: 15%;
        bottom: unset;
        top: 1%;
    }
    @keyframes bounce-mobile {
        from {
            top: 5px;
        }
        to {
            top: 70px;
        }
    }

    .greeting .select-option {
        width: 70%;
    }
    .greeting-main {
        width: 270px;
    }
    .greeting .team-img img {
        height: 250px;
        object-fit: cover;
    }
    .greeting .team-details {
        padding: 25px 15px 20px;
    }
    .greeting .team-title h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .greeting #walk1 {
      display: none;
    }
    .greeting .but-bg1 {
        width: 13%;
        top: -1px;
        left: 15px;
    }
    .greeting .sun-bg {
        top: 50px;
    }
    .greeting .butterfly-bg {
        width: 10%;
        top: 150px;
        left: 4px;
    }
    .greeting .ff-bg {
        bottom: 51%;
        z-index: -1;
    }
    .greeting .teddy-bg {
        width: 14%;
        bottom: 50px;
        left: 2%;
    }
    .greeting .floor-bg {
        width: 14%;
        bottom: 59%;
        right: 1%;
        z-index: -1;
        opacity: 0.7;
    }
    .greeting .run-bg11 {
        bottom: 48px;
        right: 7%;
        width: 14%;
    }
}


/*....... dashboard breadcums section responsive ..... */

@media only screen and (max-width: 375px) {

	.breadscrumb-contain h1 {
		font-size: 18px;
	}
	li.breadcrumb-item a {

		font-size: 15px;
	}
	.breadcrumb-item i {
		padding-right: 5px;
		font-size: 14px;
	}
	.breadscrumb-section .breadcrumb-item.active {
		font-size: 15px;
	}
	
}

@media only screen and (max-width: 320px) {

	.breadscrumb-section .breadscrumb-contain {

		flex-direction: column;
		padding: 15px 0;
	}

	.breadscrumb-section .breadscrumb-contain nav {
		margin-left: 0;
		margin-top: 10px;
	}
}

