html {
  scroll-behavior: smooth;
}
body{
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
}
p{margin-bottom: 0px;}
.main_div{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}
.main-header{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.header-lower{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 40px 10% 10px 10%;
	box-sizing: border-box;
	margin: 0 auto;
}
.outer-box{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.logo-box{
	width: 200px;
	height: 82px;
	overflow: hidden;
	float: left;
}
.logo{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.sec1_div{
	width: 100%;
	height: 600px;
	max-height: 900px;
	background-image: url(../img/img_1.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position:100% 100%;
	position: relative;
}
.patch_1{
	width: 100%;
	height: 240px;
	margin: 0 auto;
	overflow: hidden;
}
.patch_2{
	width: 100%;
	height: 240px;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	bottom: 0;
}
.sec1_txtdiv{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px 10% 6% 10%;
	position: absolute;
	bottom: 0;
}
.sec1_txtdiv h1{
	width: 100%;
	font-size: 80px;
	text-align: left;
	text-transform: uppercase;
	color: #F6F8F9;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin: 5px auto;
}
.sec1_txtdiv p{
	width: 100%;
	font-size: 40px;
	text-align: right;
	/*text-transform: uppercase;*/
	color: #F6F8F9;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: 400;
	margin: 0 auto;
	letter-spacing: 1px;
}
.logo_btn{
	width: 117px;
	height: 117px;
	background-image: url(../img/head_btn.svg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	right: 10%;
	top: 30px;
	z-index: 1;
	cursor: pointer;
}
.sticky-header{
	display: none;
	width: 100%;
	height: 80px;
	background-color: #ffffff;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 10%;
	box-sizing: border-box;
	/*opacity: 0;*/
	position:fixed;
	top: 0px;
	left:0;
}
@keyframes sticky_ani{
	0%{
		opacity: 0;
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px;);
	}
	100%{
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px;);
	}

}
@-webkit-keyframes sticky_ani{
	0%{
		opacity: 0;
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px;);
	}
	100%{
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px;);
	}

}
.sticky_ani{
	-webkit-animation-name: sticky_ani;
	animation-name: sticky_ani;
	-wbkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}
.hide {
	top: -80px;
}
.sticky-header .logo-box{
	width: 118px;
	height: 48px;
	margin-top: 8px;
}
.sticky-header .logo-box .logo{
	width: 118px;
	height: 48px;
}
.sticky-header .logo-box .logo img{
	width: 100%;
	height: 100%;
}

.fixed.sticky-header{
	opacity: 1;
	width:100%;
	transition:all 0.7s ease 0s;
	-webkit-transition:all 0.7s ease 0s;
	z-index:100;
}
.sec2_div{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 10% 0px 10% 0px;
}
.se2_head_txt{
	width: 100%;
	height: auto;
	text-align: left;
	overflow: hidden;
	float: left;
}
.se2_head_txt h2{
	width: 700px;
	font-size: 64px;
	color: #404141;
	font-family:'Montserrat', sans-serif; 
	font-weight: 300;
}
.se2_head_txt p{
	width: 700px;
	font-size: 40px;
	color: #404141;
	font-family:'Playfair Display', serif;
	font-style: italic;
	font-weight: 200;
}
.se2_head_txt1{
	width: 100%;
	height: auto;
	text-align: left;
	overflow: hidden;
	float: left;
}
.se2_head_txt1 p{
	width: 725px;
	font-size: 16px;
	color: #404141;
	font-family:'Montserrat', sans-serif; 
	font-weight: 300;
	float: right;
	line-height: 32px;
	margin-top: 40px;
}
.sec2_img1{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0px 0px 0px;
	box-sizing: border-box;
}
.sec2_img1_img{
	width: 100%;
	height: 404px;
	overflow: hidden;
	box-sizing: border-box;
}
.sec2_img1_img img{
	width: 100%;
	height: 100%;
}
.sec2_img2{
	width: 100%;
	height: 690px;
	margin: 0 auto;
	overflow: hidden;
}
.sec2_img2 img{
	width: 100%;
	height: 100%;
}
.sec2_img3{
	width: 100%;
	height: 690px;
	margin: 0 auto;
	overflow: hidden;
}
.sec2_img3 img{
	width: 100%;
	height: 390px;
	position: absolute;
	bottom: 0;
}
.sec2_img1_txt{
	float: right;
    width: 76.5%;
    line-height: 40px;
    padding-top: 10%;
	text-align: right;
	font-size: 24px;
	color: #404141;
	font-family:'Playfair Display', serif;
	font-style: italic;
	font-weight: 200;
}
.sec3_div{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	background-color: #F0F0F0;
	padding-top: 10%;
	padding-bottom: 10%;
}
.se3_head_txt{
	width: 100%;
	height: auto;
	text-align: left;
	overflow: hidden;
	float: left;
}
.se3_head_txt h1{
	width: 100%;
	font-size: 64px;
	color: #404141;
	font-family:'Montserrat', sans-serif; 
	font-weight: 300;
	text-transform: uppercase;
}
.se3_head_txt p{
	width: 100%;
	font-size: 40px;
	color: #404141;
	font-family:'Playfair Display', serif;
	font-style: italic;
	font-weight: 200;
}
.sec3_img1{
	width: 100%;
	height: 340px;
	overflow: hidden;
	margin: 0 auto;
}
.sec3_img1_img{
	width: 420px;
	height: 340px;
	overflow: hidden;
	background-image: url(../img/sec3_img.jpeg);
	background-size: cover;
	background-position: center center;
	position: relative;
}
.sec3_img1_img img{
	width: 100%;
	height: 100%;
}
.sec3_txt_img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.sec3_txt_img p{
	font-size: 16px;
	color: #404141;
	font-family: 'Montserrat', sans-serif; 
	font-weight: 300;
	width: 500px;
	text-align: left;
	line-height: 32px;
	margin-bottom: 15px;
}
.sec3_img2_img{
	width: 400px;
	height: 300px;
	overflow: hidden;
	border: 1px solid #F9B3A9;
	position: absolute;
	right: 80px;
	top: 80px;
}
.sec4_div{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 10%;
	padding-bottom: 10%;
}
.se4_head_txt{
	width: 100%;
	height: auto;
	text-align: left;
	overflow: hidden;
	float: left;
	padding: 15% 10px 10px 5%;
}
.se4_head_txt h1{
	width: 100%;
	font-size: 64px;
	color: #404141;
	font-family:'Montserrat', sans-serif; 
	font-weight: 300;
	text-transform: uppercase;
}
.se4_head_txt p{
	width: 100%;
	font-size: 40px;
	color: #404141;
	font-family:'Playfair Display', serif;
	font-style: italic;
	font-weight: 200;

}
.sec4_img1{
	width: 100%;
	height: 503px;
	overflow: hidden;
	margin: 0 auto;
}
.sec4_img1_img{
	width: 560px;
	height: 503px;
	overflow: hidden;
	background-image: url(../img/sec4_img.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
}
.sec4_img1_img img{
	width: 100%;
	height: 100%;
}
.sec4_txt_img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.sec4_txt_img p{
	font-size: 16px;
	color: #404141;
	font-family: 'Montserrat', sans-serif; 
	font-weight: 300;
	width: 500px;
	text-align: left;
	line-height: 32px;
	margin-bottom: 15px;
	padding-left: 15%;
	margin-top: 40px;
}
.sec5_div{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 10%;
}
.sec5_txt1{
	width: 100%;
	font-size: 24px;
	color: #404141;
	font-family: 'Montserrat', sans-serif; 
	font-weight: 300;
	text-align: right;
	padding-top: 4%;
}
.sec5_line{
	width: 100%;
	height: 5px;
	border-top: 1px solid #F9B3A9;
	margin-top: 6%;
}
.sec5_txt2{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.sec5_txt2 span{
	width: 36px;
	height: 36px;
	float: left;
	margin-top: 7px;
    margin-right: 10px;
}
.sec5_txt2 span img{
	width:100%;
	height: 100%;
}
.sec5_txt2 p{
	font-size: 32px;
	color: #404141;
	font-family:'Playfair Display', serif;
	font-style: italic;
	font-weight: 300;
	text-align: left;
}
.sec5_img1{
	width: 100%;
	height: 260px;
	overflow: hidden;
	margin: 0 auto;
}
.sec5_img1 img{
	width: 100%;
	height: 100%;
	/* object-fit: contain; */
}
.sec5_img2{
	width: 100%;
	height: 260px;
	overflow: hidden;
	margin: 0 auto;
}
.sec5_img2 img{
	width: 100%;
	height: 100%;
}
.sec5_img3{
	width: 100%;
	height: 260px;
	overflow: hidden;
	margin: 0 auto;
}
.sec5_img3 img{
	width: 100%;
	height: 100%;
}
.sec5_img4{
	width: 100%;
	height: 260px;
	overflow: hidden;
	margin: 0 auto;
}
.sec5_img4 img{
	width: 100%;
	height: 100%;
}
.footer_div{
	width: 100%;
	height: auto;
	padding: 10% 0px 5% 0px;
	background-color: #F9B3A9;
	overflow-x: hidden;
}
.footer_logo{
	width: 200px;
	height: 140px;
	overflow: hidden;
}
.footer_add_div{
	width: 100%;
	height: 120px;
	/* overflow: hidden; */
}
.footer_add_div h2{
	font-size: 14px;
	color: #404141;
	font-family: 'Montserrat', sans-serif; 
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.footer_add_div p{
	font-size: 14px;
	color: #404141;
	font-family: 'Montserrat', sans-serif; 
	font-weight: 300;
	text-align: left;
	margin-bottom: 10px;
}
.footer_add_div p a{
	float: left;
	margin-right: 10px;
	width: 16px;
	height: 16px;
}
.footer_add_div p a img{
	width: 100%;
	height: 100%;
}
.footer_singup{
	width: 100%;
	height: auto;
}
.footer_singup input[type="text"] {
    background-color: #fafafa;
    padding: 7px;
    font-family:'Montserrat', sans-serif; 
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
    color: #404141;;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.footer_singup input[type="submit"] {
	background-color: #fafafa;
    font-family: 'Montserrat', sans-serif; 
    font-size: 12px;
    padding: 7px;
    color: #F9B3A9;
    background-color: #404141;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-transform: uppercase;
    box-sizing: border-box;
}
.footer_singup input[type="submit"]:hover {
	border: none;
}
.footer_singup input[type="text"]:hover {
	border: none;
}
#subscription-email-text-field {
    vertical-align: top;
	display:inline-block; 
	font-size:12px; 
	width:80%;
	height:40px;
	margin:0;
    border: 1px solid #404141;
}
#subscribe-button {
	display:inline-block;
	width: 20%;
	margin:0;
	height:40px;
	border-width: 0px;
}
.footer_singup h3{
	font-size: 14px;
	color: #313333;
	font-family: 'Montserrat', sans-serif; 
	font-weight: 300;
	text-align: left;
	margin-bottom: 20px;
}



.modalDialog {
    position: fixed;
    font-family: 'Montserrat', sans-serif;
    top: 0;
    right: 0;
    /* bottom: 0; */
    /* left: 0; */
    background: #F9B3A9;
    z-index: 99999;
    /* opacity:0; */
    transform: scale(0);
    /* -webkit-transition: opacity 400ms ease-in; */
    -moz-transition: opacity 400ms ease-in;
    /* transition: opacity 400ms ease-in; */
    /* pointer-events: none; */
    /* overflow-y: scroll; */
    /* height: 1000px; */
    width: 100%;
    height: 100vh;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
    transform: scale(1);
    transform-origin: top right;
}
/*.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}*/
.close {
    /* line-height: 25px; */
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 117px;
    height: 117px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    color: #404141;
    vertical-align: middle;
    position: relative;
    transform: scale(1);
	transition: 0.3s ease;
}
.close span{
    font-family: 'Montserrat', sans-serif;
    color: #404141;
    font-size: 2.25vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 33px;
    bottom: 0;
    overflow: hidden;
    margin: 0 auto;
}
.close:hover span{
	color: #ffffff;
	transform: scale(1.1);
	transition: 0.3s ease;
	transform-origin: center;
}

@-webkit-keyframes text_div_ani {
	0%{
		opacity: 0.5;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@keyframes text_div_ani {
	0%{
		opacity: 0.5;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
.text1_div_ani {
	-webkit-animation-name: text_div_ani;
	animation-name: text_div_ani;
}
.animated {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.animatable {
  visibility: hidden;
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

.newaddon_ser_div{
	width: 100%;
	height: 95vh;
	padding: 30px 10px 10px 10px;
	overflow: hidden;
	box-sizing: border-box;
	/* position: relative; */
	float: left;
}

.mySlides {display: none}
.myslide_div1_1_img{
	float:left;
	vertical-align: middle;
	width: 11.25vw;
	height: 11.25vw;
	overflow: hidden;
	position: relative;
}

.myslide_div1_1_img img{
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.myslide_div1_2_img{
	float:left;
	vertical-align: middle;
	width: 7.5vw;
	height: 11.25vw;
	overflow: hidden;
	margin-left: 20%;
	position: relative;
}

.myslide_div1_2_img img{
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.myslide_div1_3_img{
	float:left;
	vertical-align: middle;
	width: 12.24vw;
	height: 18.33vw;
	overflow: hidden;
	margin-left: 25%;
	position: relative;
	margin-right: 3%;
}
.myslide_div1_3_img img{
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.myslide_div1_4_img{
	float:left;
	vertical-align: middle;
	width: 21.56vw;
	height: 19.06vw;
	overflow: hidden;
	margin-left: -10px;
	margin-top: -5%;
	position: relative;
}
.myslide_div1_4_img img{
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.myslide_div1_5_img{
	float:left;
	vertical-align: middle;
	width: 23.18vw;
	height: 12.29vw;
	overflow: hidden;
	margin-left: 7%;
	margin-top: 6.5vw;
	position: relative;
}
.myslide_div1_5_img img{
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.myslide_div1_6_img{
	float:left;
	vertical-align: middle;
	width: 11.56vw;
	height: 11.56vw;
	overflow: hidden;
	margin-top: 4%;
	margin-left: 10%;
	background-color: #000;
	position: relative;
}
.myslide_div1_6_img img{
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.myslide_div1_7_img{
	float: right;
	vertical-align: middle;
	width: 17.56vw;
	height: 13.56vw;
	overflow: hidden;
	margin-top: -23%;
	margin-left: 28%;
	background-color: #000;
	position: relative;
}
.myslide_div1_7_img img{
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.myslide_div1_8_img{
	vertical-align: middle;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.myslide_div1_8_img img{
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.imghover_1{
	 width: 11.25vw;
	 height: 11.25vw;
	 background-color: rgba(249, 179, 169, 0.7);
	 position: absolute;
	 top: 0;
}
.imghover_1:hover{
	 background-color: transparent;
	 cursor: pointer;
}
.imghover_2{
	 content: '';
	 width: 7.5vw;
	 height: 11.25vw;
	 background-color: rgba(249, 179, 169, 0.7);
	 position: absolute;
	 top: 0;
}
.imghover_2:hover{
	 background-color: transparent;
	 cursor: pointer;
}
.imghover_3{
	 content: '';
	 width: 12.24vw;
	 height: 18.33vw;
	 background-color: rgba(249, 179, 169, 0.7);
	 position: absolute;
	 top: 0;
}
.imghover_3:hover{
	 background-color: transparent;
	 cursor: pointer;
}
.imghover_4{
	 content: '';
	 width: 21.56vw;
	 height: 19.6vw;
	 background-color: rgba(249, 179, 169, 0.7);
	 position: absolute;
	 top: 0;
}
.imghover_4:hover{
	 background-color: transparent;
	 cursor: pointer;
}
.imghover_5{
	 content: '';
	 width: 23.18vw;
	 height: 12.29vw;
	 background-color: rgba(249, 179, 169, 0.7);
	 position: absolute;
	 top: 0;
}
.imghover_5:hover{
	 background-color: transparent;
	 cursor: pointer;
}
.imghover_6{
	 content: '';
	 width: 11.56vw;
	 height: 11.56vw;
	 background-color: rgba(249, 179, 169, 0.7);
	 position: absolute;
	 top: 0;
}
.imghover_6:hover{
	 background-color: transparent;
	 cursor: pointer;
}
.imghover_7{
	 content: '';
	 width: 17.56vw;
	 height: 13.56vw;
	 background-color: rgba(249, 179, 169, 0.7);
	 position: absolute;
	 top: 0;
}
.imghover_7:hover{
	 background-color: transparent;
	 cursor: pointer;
}
.imghover_8{
	 content: '';
	 width: 144px;
	 height: 216px;
	 background-color: rgba(249, 179, 169, 0.7);
	 position: absolute;
	 top: 0;
}
.imghover_8:hover{
	 background-color: transparent;
	 cursor: pointer;
}
.imghover_9{
	 content: '';
	 width: 235px;
	height: 352px;
	 background-color: rgba(249, 179, 169, 0.7);
	 position: absolute;
	 top: 0;
}
.imghover_9:hover{
	 background-color: transparent;
	 cursor: pointer;
}
.imghover_10{
	 content: '';
	 width: 414px;
	height: 366px;
	 background-color: rgba(249, 179, 169, 0.7);
	 position: absolute;
	 top: 0;
}
.imghover_10:hover{
	 background-color: transparent;
	 cursor: pointer;
}
.imghover_11{
	 content: '';
	width: 445px;
	height: 236px;
	 background-color: rgba(249, 179, 169, 0.7);
	 position: absolute;
	 top: 0;
}
.imghover_11:hover{
	 background-color: transparent;
	 cursor: pointer;
}
.imghover_12{
	 content: '';
	 width: 222px;
	height: 222px;
	 background-color: rgba(249, 179, 169, 0.7);
	 position: absolute;
	 top: 0;
}
.imghover_12:hover{
	 background-color: transparent;
	 cursor: pointer;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev{
  width: 100px;
  height: 40px;
}
.prev img{
  width: 40px !important;
  height: 11px;
  float: left;
}
.prev span{
  font-size: 12px;
  color: #404141;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
  float: left;
  margin: -4px 0 0 8px;
}
/*.{
   cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}*/
.next {
  width: 100px;
  height: 40px;
}
.next  img{
  width: 40px !important;
  height: 11px;
  float: left;
}
.next  span{
  font-size: 12px;
  color: #404141;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
  float: left;
  margin: -2px 5px 0 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  text-decoration: none;
}
.per-nev{
	cursor: pointer;
	width: 100px;
	height: 40px;
	overflow: hidden;
	/* background: #e4514b; */
	position: absolute;
	left: 10%;
	text-align: center;
	padding-top: 3px;
	box-sizing: border-box;
	top: 75.25vh;
	transform: scale(1);
	transition: 0.3s;
	/* border: 1px solid #e4514b; */
}
.nex-nev{
	cursor: pointer;
	width: 100px;
	height: 40px;
	overflow: hidden;
	/* background: #e4514b; */
	position: absolute;
	right: 10%;
	text-align: center;
	padding-top: 3px;
	box-sizing: border-box;
	top: 75.25vh;
	transform: scale(1);
	transition: 0.3s;
	/* border: 1px solid #e4514b; */
}
.per-nev:hover, .nex-nev:hover {
	transform: scale(1.1);
	transition: 0.3s;
}
.fade:not(.show) {
    opacity: 1;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes fade {
  from {
  	opacity: 0
  	-webkit-transform:translateX(0px;);
  	transform:translateX(0px;);
  } 
  to {
  	opacity: 1
  	-webkit-transform:translateX(100px;);
  	transform:translateX(100px;);
  }
}

@keyframes fade {
  from {
  	opacity: 0
  	-webkit-transform:translateX(0px;);
  	transform:translateX(0px;);
  } 
  to {
  	opacity: 1
  	-webkit-transform:translateX(100px;);
  	transform:translateX(100px;);
  }
}

.Modle_header{
	width: 100%;
	height: 15vh;
	padding: 15px 0px 0px 0px;
	margin: 0 auto;
	z-index: 999;
	/* position: absolute; */
	/* top: 2vh; */
	float: left;
}
.modle_logo{
	width: 14.41vw;
	height: 12.96vh;
	overflow: hidden;
	margin-left: 10%;
	float: left;
}
.modle_logo img{
	width: 100%;
	/* height: 100%; */
	/* object-fit: none; */
}
.modle_close{
	width: 117px;
	height: 117px;
	overflow: hidden;
	margin-right: 10%;
	float: right;
	border-radius: 100px;
	border: 1px solid #404141;
	text-align: center;
	/* overflow: hidden; */
	cursor: pointer;
	margin-top: 1%;
}
.slide_txt_1{
	width: 26.04vw;
	height: auto;
	position: absolute;
	left: 34%;
	top: 14.06vw;
}
.slide_txt_1 p{
	font-family: 'Montserrat', sans-serif;
	color: #404141;
	font-size: 3.33vw;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
.slide_txt_1 p:nth-child(2){
	font-family: 'Playfair Display', serif;
	color: #404141;
	font-size: 2.08vw;
	font-style: italic;
	float: right;
	width: 100%;
	text-align: right;
	margin-bottom: 0px;
}

body::-webkit-scrollbar {
  width: 10px;
}

/* Track */
body::-webkit-scrollbar-track {
 background-color: #404141;
}
 
/* Handle */
body::-webkit-scrollbar-thumb {
  background: #f9b3a9;
    border-radius: 3px;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

.modalDialog::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.modalDialog::-webkit-scrollbar-track {
 box-shadow: inset 0 0 5px #404141;
 background-color: transparent;: 
}
 
/* Handle */
.modalDialog::-webkit-scrollbar-thumb {
  background:  #ffffff;
    border-radius: 3px;
}

/* Handle on hover */
.modalDialog::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}


@-webkit-keyframes footer_ani {
	0%{
		opacity: 1;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@keyframes footer_ani {
	0%{
		opacity: 1;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
.footer_ani {
	-webkit-animation-name: footer_ani;
	animation-name: footer_ani;
}


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    top: 50%;
    width: 344px;
    height: 140px;
    margin: 0 auto;
    background-image: url(../img/logo_1.svg);
    background-size: cover;
    background-position: center center;
    /* border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;*/
    -webkit-animation: spin 3s ease infinite;
    animation: spin 3s ease infinite;
    z-index: 1001;
}

    /*#loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite; 
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite; 
    }*/

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: scale(0.3);  
            -ms-transform: scale(0.3);  
            transform: scale(0.3); 
        }
        100% {
            -webkit-transform: scale(1.3);  
            -ms-transform: scale(1.3);  
            transform: scale(1.3); 
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: scale(0.3);  
            -ms-transform: scale(0.3);  
            transform: scale(0.3); 
        }
        100% {
            -webkit-transform: scale(1.3);  
            -ms-transform: scale(1.3);  
            transform: scale(1.3); 
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);  
        -ms-transform: translateX(0);  
        transform: translateX(0); 
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  
            -ms-transform: translateX(-100%);  
                transform: translateX(-100%); 

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  
            -ms-transform: translateX(100%);  
                transform: translateX(100%); 

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  
            -ms-transform: translateY(-100%);  
                transform: translateY(-100%); 

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }

    #content {
        margin: 0 auto;
        padding-bottom: 50px;
        width: 80%;
        max-width: 978px;
    }  





