body{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbd7e3+0,f6a8c2+99 */
/*background: rgb(251,215,227);	
background: -moz-radial-gradient(center, ellipse cover,  rgba(251,215,227,1) 0%, rgba(246,168,194,1) 99%);
background: -webkit-radial-gradient(center, ellipse cover,  rgba(251,215,227,1) 0%,rgba(246,168,194,1) 99%);
background: radial-gradient(ellipse at center,  rgba(251,215,227,1) 0%,rgba(246,168,194,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd7e3', endColorstr='#f6a8c2',GradientType=1 );*/
	background-color: #e3b4c8;


	background-attachment: fixed;
	font-family: Lato, Arial, sans-serif;	
}

.dropdown1 {
	margin: 0 auto;
	display: table;
	margin-top: 30px;
	}

.pink{
	background-color: #edbdda;
}
.main-img{
	width: 100%;
}
.lang-swich {
  position: absolute;
  right: 67px;
  top: 10px;
	z-index: 9;
}
.btn-url{
	/*background-color: #c06c84;*/
	border: solid 2px #fff;
	box-shadow: 0 3px 2px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
	color: #fff;
	text-decoration: none;
	padding: 7px 20px;
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	width: 350px;
	display: inline-block;
	transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    will-change: transform;
	font-weight: bold;
}
.btn-url:hover, .btn-url:focus{
	color: #fff;
	/*background-color: #ae4b67;*/
    box-shadow: 0 4px 17px rgb(0 0 0 / 20%);
    transform: translate3d(0, -2px, 0);
}
.pink .btn-url{
	border: solid 2px #333;
	color: #333;
}
.pink .btn-url:hover, .pink .btn-url:focus{
	color: #333;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}
	.arabic .dropdown-menu .submenu{ 
		right:100%; top:-7px;
	}
	.arabic .dropdown-menu .submenu-left{ 
		right:auto; left:100%;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}

}	
/* ============ small devices .end// ============ */

@media (max-width:767px) {
	.main-img{
	width: 100%;
}
		.lang-swich {
  right: 15px;
		width: 70px;
}
}

@media (max-width:450px) {

		.lang-swich {
  right: 10px;
		width: 45px;
}
}