/*=================================*/
/* Nivo Slider 
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/

html{
	scroll-behavior: smooth;
}

@font-face {
    font-family: Century-Gothic;
    src: url('../demo/Century-Gothic.ttf');
}
@font-face {
    font-family: CenturyGothicBold;
    src: url('../demo/CenturyGothicBold.ttf');
}
@font-face {
    font-family: CenturyGothicRegular;
    src: url('../demo/CenturyGothicRegular.ttf');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:none;
	font-style:inherit;
	/* font-size:100%; */
	font-family: CenturyGothicRegular;
	vertical-align:baseline;
}

a#Prev {
    margin-top: -1px !important;
}




h1.title-wdp{
	/* font-size: 54.2pt; */
	font-size: 3.5rem;
	font-family: CenturyGothicBold;
	margin-right: 1%;
}

p.Founded-text{
	/* font-size: 16.49pt ; */
	font-size: 1.7vw;
	width: 70%;
	text-align: center;
	font-family: CenturyGothicRegular;
	margin-top: 36px;	
}

p.Plucky-text{
	/* font-size: 16.49pt; */
	font-size: 1.6vw;
	width: 71%;
	text-align: center;
}

p > span {
	background-color: rgba(131, 113, 98, .8);
	padding-left: 1%;
	padding-right: 1%;
}

#wrapper{
	/* opacity: 0.5 !important; */
	height: auto;
	/* width: 100%; */
	height: 100vh;
}



/* .test{
	height: 1800px;
	width: 100%;
	background-image: url('../film.jpg');
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute; 
} */

p.contact-text{
	font-size: 1.7vw;
	width: 100%;
	text-align: center;
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: center; */
	/* align-items: center; */
}

p.contact-text span{
	background: none !important;
}

body {
	line-height:1;
	color:black;
	background:#fff;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font: 14px/1.6 CenturyGothicRegular; 
	color:#333;
	background:#fff;
}

a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}



.slider-wrapper { 
	width: 100%;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

.info-container{
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}


.scoial-icon{
	width: 100%;
	height: 117px;
	/* background-color: lightcoral; */
	position: relative;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;

}
 

.scoial-icon div.at{
	/* position: absolute; */
	width: 22px;
	height: 20px;
	margin: 0px 10px;
	background-image: url('../icons/icons_titwer.png');
	background-size: contain;
	background-repeat: no-repeat;
}
.scoial-icon div.ai{
	/* position: absolute; */
	width: 24px;
	height: 25px;
	margin: 0px 10px;
	background-image: url('../icons/icons_insta.png');
	background-repeat: no-repeat;
	/* margin-left: 55px; */
}
.scoial-icon div.ay{
	/* position: absolute; */
	width: 40px;
	height: 20px;
	margin: 0px 10px;
	background-image: url('../icons/icons_youtube.png');
	background-repeat: no-repeat;
	/* margin-left: 104px; */
}
.scoial-icon div.pause{
	width: 20px;
	height: 20px;
	background-image: url('../icons/icons_push.png');
	background-repeat: no-repeat;
	/* margin-left: 105px; */
}
.scoial-icon div.play{
	width: 20px;
	height: 20px;
	background-image: url('../icons/icons_play.png');
	background-repeat: no-repeat;
	/* margin-left: 105px; */
}

div.con-btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	z-index: 9999;
	width:100%;
	-ms-flex-line-pack: center;
	    align-content: center;
	margin-top: -74px;
	justify-content: center;
}

div.con-btn a{
	text-decoration: none !important;
	border: none !important;
	margin-left: 10px;
	
}
.logo{
	width: 100%;
	height: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.logo img{
	width: 340px;
}

.scoial-icon div.at {
    /* margin-left: 8px !important; */
}


div.footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1000;
    position: absolute;
    height: 20vh;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	opacity: .5;
	padding: 0px;
	margin: 0px;
	z-index: -1;
}

footer{
	position: absolute;
	font-size: 1vw;
	padding: 10px ;
	margin-top: 30px;
}

.icon-div{
	 /* margin-left: -150px; */
	 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;
}

#Prev img {
    margin-top: -2px;
}



/* ============ */
/* Mobile  css */
/* ============ */

#desktop{
	display: none ;
}

.mobile-container{
	display: none;
}

#mobile{
	width: 100%;	
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: none;
    font-style: inherit;
    font-size: 100%;
    font-family: CenturyGothicRegular;
    vertical-align: bottom !important;
}

#Prev img {
    margin-top: 0px !important;
}


/* ============ */
/* Mobile  css colse */
/* ============ */


.mobile-container{
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.img-1{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 150px;
	background-image: url('./images/mobile/HD1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 30px;
}
.img3{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: 250px;
	background-image: url('./images/mobile/HD3.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

}
.img-2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 200px;
	background-image: url('./images/mobile/HD2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0px 30px;
}
.img-2-4{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 200px;
	background-image: url('./images/mobile/HD4.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 30px;
}

h1.title-wdp.mobile-text-1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.4;
    color: #fff;
}

p.mobile-text-2 {
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 4.5vw;
}

p.Plucky-text.mobile-text-3 {
    font-size: 3.5vw;
    width: 100%;
    margin-left: 0px;
    color: #fff;
}

p.Plucky-text.mobile-text-3 {
    font-size: 4vw;
    width: 100%;
    margin-left: 0px;
    color: #fff;
    text-align: -webkit-center;
}

.mobile-scoial-icon {
    width: 100%;
    height: 33px;
    position: relative;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
}

.mobile-contact {
    margin-left: 0px;
    font-size: 5.5vw;
    line-height: 28px;
    color: #fff;
}

.mobile-contact {
    margin-left: 0px;
    font-size: 5.5vw;
    line-height: 32px;
    width: 67%;
    color: #fff;
    text-align: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  ;
}

.footer-mobile {
    font-size: 4vw;
    text-align: center;
    padding: 8px;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 10%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 10%;
    right: 10px;
    display: block !important;
    border:0px solid black;
    outline: none;
}
.owl-prev span, .owl-next span {transform : scale(1,6);color: #ccc;background-color: #fff;padding: 0px 10px 4px 10px;font-size: 16px;border-radius: 5px;}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
    border: 0;
    outline: none !important;
}

@media(max-width: 600px){
	.mobile-contact {
		font-size: 4.5vw;
	}
	p.Plucky-text.mobile-text-3 {
		font-size: 3vw;
	}
}

@media(min-width: 360px){

	p.Plucky-text.mobile-text-3 {
		font-size: 4vw;
	}
}



/*====================*/
/*=== Responsiveness ===*/
/*====================*/

p.contact-text {
	margin-top: 9%;
}

span.animate__animated.animate__fadeIn.animate__delay-2s.animate__fast {
	margin-top: 10px;
}

p.contact-text span {
    display: block;
}

#Prev img {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);	
}

 .overlay-container{
	width: 100%;
	height: 100vh;
	position: fixed;
	background-color: #fff;
	z-index: 10000;
	bottom: 0px;
}



/* .mobile-text{
	width: 100%;
	height: 200px;
	background-color: brown;
	position: absolute !important;
	bottom: 130px;
	z-index: -1000;
	
} */

.mobile-contact span.cont-text-span{
	background: none !important;
	display: block;
	line-height: 24px;
}

.owl-nav button,
.owl-nav button:focus{
	outline:none !important;
}

.mobile-contact{
	margin-top: 20px ;
}

.btn-down{
	width: 35px;
	height: 35px;
	background-color: #337AB7;
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 5px;
}


.bi.bi-arrow-up{
	margin-left: 3px;
	margin-top: 2px;
}

.bi.bi-down{
	margin-left: 3px;
	margin-top: 2px;
}


@media (max-width:600px) {
	.footer {
		display: none !important;
	}
	p > span {
		background-color: rgba(131, 113, 98, .8);
	}
}

@media (max-width:630px) {
	h1.title-wdp {
		font-size: 2em;
	}	
	p.Plucky-text.mobile-text-3{
		background-color: rgba(0,0,0,0.4);
	}
}

@media (max-width:410px) {
	h1.title-wdp {
		font-size: 1.2em;
	}
}


@media (max-width:640px) {
	.logo {
		width: 100%;
		height: 122px !important;
	}
	.logo img {
		width: 300px;
	}
	p.contact-text {
		margin-top: -5px !important;
		margin-left: 10px !important;
		font-size: 2.5vw !important;
		line-height: 22px !important;
	}

	/* .icon-div {
		margin-left: -125px !important;
		margin-top: 13px !important;
	} */

	footer {
		font-size: 2.3vw !important;
	}

}

@media (min-width:600px) {
	#desktop{
		display: block ;
	}

}

@media (min-width:600px) {
	.mobile-container{
		display: none;
	}
	
}


@media (max-width:768px) {
	p.contact-text {
		margin-top: 31px;
	}
	footer{
		font-size: 1.2vw;
	}

	p.Plucky-text {
		font-size: 2.2vw;
		width: 90%;
		text-align: center;
		margin-left: -26px;
	}
	p.Founded-text {
		font-size: 2.3vw;
		width: 90%;
		text-align: center;
		font-family: CenturyGothicRegular;
		margin-top: 0px;
		margin-left: -11px;
	}
	div.con-btn {
		margin-top: -53px;
	}

	p.contact-text {
		margin-top: 31px;
		font-size: 2.5vw;
		line-height: 25px;}

		footer{
			font-size: 3.3vw;
		}
	
}



@media (max-width:440px) {
	.icon-div {
		margin-top: 10px;
}

	div.con-btn {
		margin-top: -42px;
	}

	span.animate__animated.animate__fadeIn.animate__delay-2s.animate__fast {
		margin-top: 5px;
	}

	.logo img{
		width: 250px;
	}
	footer{
		font-size: 3.3vw;
	}
	p.Founded-text {
		font-size: 2.5vw;
		width: 98%;
		text-align: center;
		font-family: CenturyGothicRegular;
		margin-top: -6px;
		margin-left: -17px;
		
	}
	p.Plucky-text {
		font-size: 2.4vw;
		width: 99%;
		margin-left: -21px;
	}
	p.contact-text {
		margin-left: -10px;
		margin-top: 7px;
		line-height: 13px;
		font-size: 2.5vw;
	}

	.sk-circle {
		margin-top: -44px;
	}
	
}

@media (max-width:360px) {
	span.animate__animated.animate__fadeIn.animate__delay-2s.animate__fast {
		margin-top: 0px;
	}
	p.contact-text {
		margin-left: -10px;
		font-size: 2.5vw;
	}
	footer{
		font-size: 4vw;
	}

	.logo img{
		width: 250px;
	}

	p.Founded-text {
		font-size: 2.5vw;
		width: 98%;
		text-align: center;
		font-family: CenturyGothicRegular;
		margin-top: -6px;
		margin-left: -17px;
		
	}

	p.Plucky-text {
		font-size: 2.4vw;
		width: 99%;
		margin-left: -21px;
	}
	.icon-div {
		margin-top: 7px;
}

footer{
	font-size: 2.3vw;
}
.sk-circle {
    margin-top: -172px !important;
}

}


@media (max-width: 731px){
footer {
    font-size: 2.3vw;
}

}


@media (max-width: 823px){
	p.contact-text {
		margin-top: 15px;
	}
	p.contact-text {
		font-size: 2.4vw;
	}
	.logo {
		width: 100%;
		height: 122px !important;
	}
	.logo img {
		width: 300px;
	}
	p.contact-text {
		margin-top: -5px !important;
		margin-left: 10px !important;
		font-size: 2.5vw !important;
		line-height: 22px !important;
	}

	/* .icon-div {
		margin-left: -125px !important;
		margin-top: 13px !important;
	} */

	footer {
		font-size: 2vw !important;
	}
}

@media (min-width: 360px){
p.Plucky-text.mobile-text-3 {
    font-size: 2.3vw;
}
p.mobile-text-2 {
    font-size: 2.3vw;
}
.mobile-contact {
    font-size: 2.3vw;
}

.footer-mobile {
	font-size: 2.3vw;}
	
}

@media (max-height:450px){
	div.footer{
		height:200px;
	}
}