@charset "utf-8";

/* CSS Document */



/* :: 3.0 Jarallax CSS */

.jarallax {

	position: relative;

	z-index: 0;

}

/* :: 3.0 Preloader CSS */

#preloader {

	position: fixed;

	width: 100%;

	height: 100%;

	z-index: 9999999999;

	top: 0;

	left: 0;

	background-color: #ffffff;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

}

.wrapper {

	padding-left: 1em;

	padding-right: 1em;

	margin: auto;

	display: block;

	width: 195px;

}

.cssload-loader {

	width: 128px;

	height: 56px;

	background: no-repeat center;

	transform: translateY(-50%);

	display: inline-block;

	margin: 0 auto 0;

	position: absolute;

	top: 50%;

	right: 0;

	left: 0;

}

 @keyframes cssload-loader {

 from {

 transform: scale(0);

 opacity: 1;

}

to {

	transform: scale(1);

	opacity: 0;

}

}

@-o-keyframes cssload-loader {

 from {

 -o-transform: scale(0);

 opacity: 1;

}

to {

	-o-transform: scale(1);

	opacity: 0;

}

}

@-ms-keyframes cssload-loader {

 from {

 -ms-transform: scale(0);

 opacity: 1;

}

to {

	-ms-transform: scale(1);

	opacity: 0;

}

}

@-webkit-keyframes cssload-loader {

 from {

 -webkit-transform: scale(0);

 opacity: 1;

}

to {

	-webkit-transform: scale(1);

	opacity: 0;

}

}

@-moz-keyframes cssload-loader {

 from {

 -moz-transform: scale(0);

 opacity: 1;

}

to {

	-moz-transform: scale(1);

	opacity: 0;

}

}

/* :: 5.0 Backtotop CSS */

#scrollUp {

	bottom: 60px;

	font-size: 22px;

	line-height: 42px;

	right: 0;

	width: 40px;

	background: url(../images/scrollup-arrow1.jpg) no-repeat center / cover;

	color: #ffffff;

	text-align: center;

	height: 40px;

	-webkit-transition-duration: 500ms;

	-o-transition-duration: 500ms;

	transition-duration: 500ms;

}

#scrollUp:focus, #scrollUp:hover {

	background: url(../images/scrollup-arrow11.jpg) no-repeat center / cover;

}

/* :: 8.0 Hero CSS */

.welcome-slides {

	width: 100%;

	float: left;

	text-align: center;

	position: relative;

}

.welcome-slides .owl-prev {

	left: 5%;

}

.welcome-slides .owl-next {

	right: 15%;

}

.welcome-slides .owl-prev, .welcome-slides .owl-next {

	-webkit-transition-duration: 500ms;

	-o-transition-duration: 500ms;

	transition-duration: 500ms;

	position: absolute;

	bottom: 0;

	width: 100px;

	height: 100px;

	background-color: #ffffff;

	text-align: center;

	line-height: 100px;

	color: #232323;

	font-size: 30px;

	z-index: 10;

}

.single-welcome-slide {

	width: 100%;

	float: left;

	background-color: #ffffff;

	overflow: hidden;

	position: relative;

}

.single-welcome-slide .bg-curve {

	position: absolute;

	width: 60%;

	height: 100%;

	background-repeat: no-repeat;

	background-position: top right;

	background-size: contain;

	top: 0;

	right: 0;

}

.single-welcome-slide .main-bg-img1 {

	width: 50%;

	float: right;

	margin: 0 0 0;

	overflow: hidden;

	position: relative;

}

.single-welcome-slide .main-bg-img1:after {

	content: "";

	width: 15.7%;

	height: 3px;

	float: right;

	background: #ffffff;

	border-radius: 0 10px 10px 0;

	margin: 0 0 0;

	position: absolute;

	top: 50%;

	left: 0;

}

.single-welcome-slide .main-bg-img2 {

	width: 50%;

	float: left;

	margin: 0 0 0;

	overflow: hidden;

	position: relative;

}

.single-welcome-slide .main-bg-img2:after {

	content: "";

	width: 15.7%;

	height: 3px;

	float: right;

	background: #867f7d;

	border-radius: 10px 0 0 10px;

	margin: 0 0 0;

	position: absolute;

	top: 50%;

	right: 0;

}

.mona-actor-slide .owl-next, .mona-actor-slide .owl-prev, .mona-all-model-slide .owl-next, .mona-all-model-slide .owl-prev, .mona-models-slide .owl-next, .mona-models-slide .owl-prev, .mona-singer-slide .owl-next, .mona-singer-slide .owl-prev {

	-webkit-transition-duration: 500ms;

	-o-transition-duration: 500ms;

	transition-duration: 500ms;

	width: 17px;

	height: 24px;

	color: #ffffff;

	text-align: center;

	line-height: 60px;

	font-size: 24px;

	position: absolute;

}



/*Smartphone css*/

@media screen and (max-width: 480px) {

.single-welcome-slide .main-bg-img1 { width:100%;}

.single-welcome-slide .main-bg-img1:after { width:3px; height:30px; border-radius:0; margin:0 auto 0; top:inherit; right:0; bottom:0; left:0;}

.single-welcome-slide .main-bg-img2 { width:100%;}

.single-welcome-slide .main-bg-img2 img { display:none !important;}

.single-welcome-slide .main-bg-img2:after { width:3px; height:30px; border-radius:0; margin:0 auto 0; top:0; right:0; left:0;}

}



@media screen and (min-width:481px) and (max-width:600px) {

.single-welcome-slide .main-bg-img1 { width:100%;}

.single-welcome-slide .main-bg-img1:after { width:3px; height:30px; border-radius:0; margin:0 auto 0; top:inherit; right:0; bottom:0; left:0;}

.single-welcome-slide .main-bg-img2 { width:100%;}

.single-welcome-slide .main-bg-img2 img { display:none !important;}

.single-welcome-slide .main-bg-img2:after { width:3px; height:30px; border-radius:0; margin:0 auto 0; top:0; right:0; left:0;}

}



@media screen and (min-width:601px) and (max-width:767px) {

.single-welcome-slide .main-bg-img1 { width:100%;}

.single-welcome-slide .main-bg-img1:after { width:3px; height:30px; border-radius:0; margin:0 auto 0; top:inherit; right:0; bottom:0; left:0;}

.single-welcome-slide .main-bg-img2 { width:100%;}

.single-welcome-slide .main-bg-img2 img { display:none !important;}

.single-welcome-slide .main-bg-img2:after { width:3px; height:30px; border-radius:0; margin:0 auto 0; top:0; right:0; left:0;}

}



@media screen and (min-width:768px) and (max-width:900px) {

.single-welcome-slide .main-bg-img1:after { top:55%;}

.single-welcome-slide .main-bg-img2:after { top:55%;}



}



@media screen and (min-width:901px) and (max-width:1024px) {

.single-welcome-slide .main-bg-img1:after { top:55%;}

.single-welcome-slide .main-bg-img2:after { top:55%;}

}



@media screen and (min-width:1025px) and (max-width:1240px) {

.single-welcome-slide .main-bg-img1:after { top:55%;}

.single-welcome-slide .main-bg-img2:after { top:55%;}

}