/*
Theme Name: Embryo
Author: Sladi
Author URI: https://www.sladi.co
*/

@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900&subset=hebrew');
body{
	font-family: 'Heebo', sans-serif;
	color: #000;
}
a,a:hover,a:focus,a:active{
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #000;
}
.logo h1{
	font-weight: 100;
	text-transform: uppercase;
}
h2.title{
	position: relative;
	color: #fff;
	font-size: 42px;
}
h2.title:after{
	content: '';
	height: 2px;
	width: 100%;
	position: absolute;
	background: #ffffff;
	bottom: -9px;
	left: 0;
}
#blogs .blog a {
	width: 70%;
}
.contact-phones{
	color: #a381a8;
	letter-spacing: 3px;
	font-weight: 400;
	font-size: 22px;
}
.contact-phones img{
	margin-top: -5px;
}
header.main-nav{
	padding: 8px 0 11px;
	background: rgba(245,245,245,.95);
	position: fixed;
	z-index: 1;
	box-shadow: 0 0 70px rgba(0,0,0,.3);
}
.bg-image{
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.navigation .navbar{
	width: 40%;
}
.navigation .logo{
	position: absolute;
	left: 50%;
	margin-left: -50px;
	width: 80px;
}
.navigation .logo img{
	position: relative;
	z-index: 9;
	max-width: 73px;
	left: 10px;
}
.navigation .logo:after{
	    background: rgba(245,245,245,.95);
	border-radius: 0 0 50% 50% / 0 0 100% 100%;
	position: absolute;
	content: '';
	width: 130px;
	height: 70px;
	left: -15px;
	top: 35px;
}
.main-nav a .wp-image-204 { 
	top: 322px;
	left: -14px;
	display: inline-block;
	height: 110px;
	width: 111px;
	max-width: 111px;
	position: fixed;
	right: auto;
}

#top-nav-ul a {
	color: #808080;
}
#top-nav-ul li {
	position: relative;
}
#top-nav-ul li:first-child:after{
	content: '';
}
#top-nav-ul li a {
	padding: 0;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
}

#home{
	height: 780px;
}
.btn-services{
	width: 100%;
	padding: 10px 0;
	background: #878181;
	border-radius: 25px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 700;
}

.services .single{
	padding: 15px 20px;
	background: #E7E2E7;
	position: relative;
	margin-top: 60px;
	margin-bottom: 35px;
}
.services .single .icon{
	box-shadow: 0 0 25px rgba(0,0,0,.3);
	position: absolute;
	width: 120px;
	height: 120px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	left: 50%;
	top: -60px;
	margin-left: -60px;
}
.services .single h4{
	margin-top: 75px;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #717070;
	font-size: 16px;
	position: relative;
}
.services .single h4:after{
	content: '';
	height: 1px;
	width: 190px;
	background: #A7A1A3;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -95px;
}
.services .single .description{
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	color: #717070;
	height: 115px;
	padding: 15px 50px;
}
.services h2.title{
	font-size: 39px;
	font-weight: 300;
	letter-spacing: 5px;
}
.services .single .btn-services{
	margin-bottom: 32px;
}
.services .single .button-wrapp{
	padding: 15px 50px;
}
.personal .single h4{
	color: #868383;
	font-size: 25px;
	margin: 20px 0 8px;
	padding-bottom: 8px;
	position: relative;
	text-align: right;
}
.personal .single h4:after{
	content: '';
	height: 2px;
	width: 100%;
	background: #BBB9B9;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -100px;
	max-width: 200px;
	text-align: right;
}
.blog .single,
.personal .single .description{
	color: #868383;
	font-size: 17px;
	height: 85px;
	text-align: center;
}
.personal .single .description{
	height: 135px;
}
.personal .single .position{
	font-size: 17px;
	color: #78607E;
	font-weight: 800;
}
.personal h2.title{
	color: #5B545D;
	letter-spacing: 2px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}
.personal h2.title:after{
	content: '';
	height: 2px;
	width: 100%;
	background: #8A6F92;
	position: absolute;
	bottom: 0;
	left: 0;
}
.personal .subtitle{
	color: #524A55;
	font-size: 20px;
	margin-top: 8px;
	letter-spacing: 1px;
	font-weight: 500;
}
.personal .single{
	letter-spacing: 1px;
}
.blog .single{
	background: #fff;
	padding: 36px 0 15px;
	margin-top: 65px;
	height:auto;
}
.blog .single .title{
	font-weight: 900;
	color: #898989;
}
.blog .single .description{
	font-weight: 300;
	position: relative;
	top: 0px;
	left: -63px;
}
.blog .single a.more{
	color: #8A6F92;
	font-weight: 900;
	font-size: 15px;
}
.blog .image{
	width: 169px;
	height: 169px;
	border-radius: 50%;
	margin-top: -80px;
	box-shadow: 0 0 50px rgba(0,0,0,.4);
	margin-left: 23px;
}
.blog .single .text{
	font-size: 16px;
	text-align: right;
}
.blogs h2.title{
	font-size: 28px;
}



@media(min-width: 991px){
	#top-nav-ul li:after{
		position: absolute;
		content: '|';
		right: -15px;
		top: 0;
		color: #a381a8;
	}
	.blog .bg-image {
		position: relative;
		left: 817px
	}
	.social a .fa-youtube {
		position: relative;
		left: 200px;
	}
	.social a .fa-facebook-f {
		position: relative;
		left: 239px;
	}
	.offset-6 .contacts-wrapp > .flex-column {
		position: relative;
		top: 43px;
		left: 75px;
	}
	.offset-6 .flex-column .title {
		position: relative;
		top: 0px;
		left: 293px;
	}
	.offset-6 .flex-column h3 {
		position: relative;
		top: 11px;
		left: 59px
	}
	.offset-6 form .px-10 {
		position: relative;
		top: -17px;
		left: 38px;
	}

	.blog .title {
		position: relative;
		top: 0px;
		left: -65px;
	}
	.blog a {
		position: relative;
		top: -7px;
		left: -835px;
		width: 50%;
	}
	.flex-column h2 {
		font-weight: 300;
	}
	.main-nav .logo a img {
		position: relative;
		top: 8px;
		left: -959px;
	}
	.main-nav p img {
		position: relative;
		top: 0px;
		left: 382px;
	}
	.main-nav div p{
		position: relative;
		top: 14px;
		left: 668px;
	}
}
#map{
	height: 100%;
}
#contact-form{
	position: relative;
}
#contact-form .contacts-form{
	height: 765px;
}
#contact-form .contact-form-wrapp{
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	display: flex;
	align-items: right;
	letter-spacing: 1px;
}
.px-10{
	padding-left: 10px;
	padding-right: 10px;
}
.form{
	max-width: 400px;
}
.form input[type="email"],
.form input[type="text"],
.form textarea{
	width: 100%;
	background-color: #F2EBF3;
	color: #ACABAC;
	font-size: 17px;
	font-weight: 400;
	padding: 10px;
	border: 0;
	margin-bottom: 20px;
	text-align: right;
}
.form textarea{
	height: 92px;
	margin-bottom: 15px;
	text-align: right;
}
.form input[type="submit"]{
	cursor: pointer;
	font-size: 22px;
	text-transform: uppercase;
	color: #a57daa;
	font-weight: 500;
	padding: 7px 33px;
	background: #fff;
	border: 0;
	box-shadow: 0 0 15px rgba(0,0,0,.4);
}
.contacts h3{
	font-size: 17px;
	color: #fff;
	margin-bottom: 24px;
}
.contacts ul{
	text-align: right;
	color: #fff;
	font-size: 18px;
	margin-top: 36px;
	list-style: none;
}
.contacts ul li{
	margin-bottom: 21px;
}
.contacts ul li span{
	width: 39px;
	display: inline-block;
}
.contacts-wrapp{
	margin-right: 58px;
}
footer{
	padding: 30px 0 50px;
	background-color: #6E4963;
	color: #fff;
	font-size: 10.4px;
	letter-spacing: 1px;
	text-align: right;
	line-height: 18px;
}
footer h2{
	font-size: 10.4px;
	margin: 0;
}
footer ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
footer p{
	margin-bottom: 0;
}
footer a{
	font-size: 10.4px;
	color: #fff;
}
footer .social a{
	font-size: 12px;
	margin-left: 6px;
}
#menu-footer-2{
	display: flex;
	flex-wrap: wrap;
}
#menu-footer-2 li{
	width: 50%;
}

footer .justify-content-center{
	position: relative;
	left: -107px;
}

@media(max-width: 991px){
	#blogs .blog .description {
		top: -67px;
		left: -107px;
	}
	#blogs .container .blogs .blog .single .flex-column-reverse .col-lg-7 .text .description {
		width: 70%;
	}
	#blogs .blog a {
		position: relative;
		top: -40px;
		left: 15px;
		width: 25%;
	}
	#blogs .blog .title {
		position: relative;
		top: -78px;
		left: -128px;
		width: 50%;
	}
	#blogs .blog .bg-image {
		left: 56px
	}
	.contacts-form .d-block h2.title {
		position: relative;
		align-content: center;
	}
	.contacts-form ul li {
		position: relative;
		left: -120px;
	}
	.contacts-form .d-block h3 {
		position: relative;
		top: 17px;
		left: -68px;
	}
	.contacts-form form .px-10 {
		position: relative;
		top: -11px;
		left: -129px;
	}
	.contacts-form .d-block .contacts .contacts-wrapp > .flex-column {
		position : relative;
		left: 385px;
		align-content: center;
	}
	.personal .mb-5 .position {
		position: relative;
		top: 25px;
	}
	.main-nav a .wp-image-204 {
		top: 270px;
		left: -11px;
		right: auto;
		bottom: auto;
	}
	.contact-phones {
		font-size: 16px;
	}
	.blog .image{
		left: 50%;
		position: relative;
		margin-left: -85px;
		margin-bottom: 30px;
	}
	.blog .single .text {
		text-align: right;
		padding: 0 15px;
	}
	.blog .single a.more {
		margin-right: 15px;
	}
	#map {
		height: 700px;
	}
	#contact-form .contacts-form {
		height: auto;
	}
	.contacts-wrapp {
		margin: 0 15px;
		padding: 50px 0;
	}
	.main-nav .d-block nav {
		text-align: right;	
	}
	.social a .fa-youtube {
		position: relative;
		top: 3px;
		left: 625px;		
	}
	.social a .fa-facebook-f {
		position: relative;
		top: 3px;
		left: 670px;
	}
}
.main-nav a .image.wp-image-733 {
	top: 322px;
	left: -14px;
	display: inline-block;
	height: 110px;
	width: 111px;
	max-width: 111px;
	position: fixed;
	right: auto;
}
@media(max-width: 566px){
	.contact-phones .textwidget p {
		font-size: 15px;
	}
}
.choose-embryo {
	padding: 200px 0 140px;
	direction: rtl;
}
.choose-embryo__header h2 {
	text-align: center;
	direction: rtl;
	font-size: 30px;
	color: #6a6666;
	font-family: Heebo, sans-serif;
	letter-spacing: 5px;
	margin: 20px 0 50px;
	font-weight: bold;
	border-bottom: 2px solid #6e4963;
	padding-bottom: 25px;
}
.choose-embryo__image-box {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	min-height: 400px;
	margin-bottom: 50px;
}
.choose-embryo__content-top p {
	margin: 0;
	font-size: 18px;
	text-align: center;
	direction: rtl;
	color: #6a6666;
	font-family: Heebo, sans-serif;
	font-weight: normal;
}
.choose-embryo__content-top {
	padding-bottom: 20px;
}
.choose-embryo__content-top p span {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #6e4963;
	position: relative;
	top: -2px;
	margin: 0 10px;
}
.choose-embryo__content-mid p {
	margin: 0 0 15px;
	font-size: 18px;
	direction: rtl;
	color: #6a6666;
	font-family: Heebo, sans-serif;
	font-weight: normal;
	text-align: right;
}
.choose-embryo__content-mid {
	border-bottom: 2px solid #6e4963;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.choose-embryo__info {
	padding: 20px 50px;
	text-align: right;
	direction: rtl;
	color: #6a6666;
	font-size: 21px;
	font-family: Heebo, sans-serif;
	font-weight: normal;
}
.choose-embryo__form {
	background-color: #b27cb7;
	padding: 20px 50px;
	box-shadow: 4px 4px 24px 4px rgba(0,0,0,0.34);
}
.choose-embryo__form h2 {
	color: #ffffff;
	direction: rtl;
	font-size: 26px;
	font-family: Heebo, sans-serif;
	margin-bottom: 5px;
	text-align: right;
}
.choose-embryo__form input {
	color: #ffffff;
	text-align: right;
	direction: rtl;
	height: 38px;
	border: 2px solid #ffffff;
	line-height: 34px;
	display: block;
	width: 100%;
	background-color: transparent;
	margin-bottom: 12px;
	padding: 0 16px;
	font-size: 14px;
	cursor: pointer;
}
.choose-embryo__form input::placeholder {
	color :#ffffff;
}
.choose-embryo__form input:focus {
	outline: none;
}

.choose-embryo__form-footer {
	display: flex;
	justify-content: space-between;
}
.choose-embryo__form input[type="submit"] {
	width:120px;
	text-align: center;
	direction: rtl;
	height: 38px;
	line-height: 38px;
	background-color: #ffffff;
	color: #7a7878;
	font-size: 14px;
	box-shadow: 4px 4px 24px 4px rgba(0,0,0,0.34);
	margin-bottom: 0;
}
.choose-embryo__form select {
	width:180px;
	padding: 0 32px 0 16px;
	height: 38px;
	line-height: 34px;
	background-color: transparent;
	border: 2px solid #ffffff;
	color: #7a7878;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
.choose-embryo__form-footer__select {
	position: relative;
	margin: 0;
}
.choose-embryo__form select:focus {
	outline: none;
}
.choose-embryo__form-footer__select {
	position: relative;
}
.choose-embryo__form-footer__select:after {
	content: "";
	border: 5px solid transparent;	
	border-top: 5px solid #ffffff;
	top: 55%;
	right: 10px;
	transform: translateY(-50%);
	position: absolute;
}
.choose-embryo__form  br {
	display: none;
}
@media screen and (max-width: 992px) {
	.choose-embryo__form select {
		width: 100%;
		display: block;
		margin-bottom: 12px;
	}
	.choose-embryo__form input[type="submit"] {
		display: block;
		width: 100%;
		order: 1;
	}
	.choose-embryo__form-footer__select {
		display: block;
		width: 100%;
	}
	.choose-embryo__form-footer {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.choose-embryo__form-footer__select:after {
		top: 22px;
	}
}
.choose-embryo__form select option {
	color: #000000;
}
@media screen and (max-width: 768px) {
	.choose-embryo__header h2 {
		font-size: 26px;
	}
	.choose-embryo__content-top p {
		font-size: 16px;
	}
	.choose-embryo__content-mid p {
		font-size: 16px;
	}
	.choose-embryo__info {
		font-size: 16px;
	}
	.choose-embryo__content-mid {
		margin-bottom: 0;
	}
	.choose-embryo__form {
		padding: 20px;
	}
	.choose-embryo {
		padding: 150px 0 50px;
	}
}
div.wpcf7 .ajax-loader {
	display: none;
}
@media screen and (max-width: 1200px) {
	.navigation .container {
		max-width: 100%;
	}
	.main-nav .container {
		max-width: 100%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	#top-nav-ul li a {
		font-size: 14px !important;
	}
	.main-nav .container {
		position: relative;
	}
	.main-nav > .container > .logo {
		position: absolute;
		left: 0;
	}
	.main-nav > .container > .logo img {
		left: 15px;
	}
	.contact-phones .textwidget p {
		left: inherit;
		right: 25px;
	}
	#navBar2 .navbar-nav {
		padding-right: 0;
	}
}

@media screen and (max-width: 1199px) {
	.services .single .description {
		height: auto;
	}
	.services .single h4 {
		font-size: 15px;
	}
	.image img {
		max-width: 100%;
	}
	.personal .single .description {
		height: auto;
	}
	.personal .single .position {
		margin-top: 20px;
	}
	.blog .single .description {
		left: inherit;
	}
	.blog .title {
		left: inherit;
	}
	.blog a {
		left: inherit;
	}
	#blogs .blog a {
		width: 100%;
		text-align: left;
		top: 0;
		padding: 15px 15px 15px 45px;;
	}
	.blog.mb-5 .single .row:nth-child(2) .col-lg-2 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.blog .bg-image {
		left: 800px;
	}
}
@media screen and (max-width: 992px) {
	#blogs .blog .description {
		left: inherit !important;
		top: inherit !important;
		padding-right: 100px;
	}
	#blogs .blog .title {
		position: relative;
		top: -10px;
		left: -100px;
		width: 50%;
	}
	#blogs .blog .bg-image {
		left: -50%;
		transform: translateX(50%);
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	#blogs .blog .title {
		top: 0px;
		left: 0;
		width: 100%;
	}
	#blogs .container .blogs .blog .single .flex-column-reverse .col-lg-7 .text .description {
		width: 100%;
		padding: 20px 0 0;
	}
	#blogs .blog a {
		left: 0;
	}
	.contacts-form .d-block .contacts .contacts-wrapp > .flex-column {
		left: 0;
	}
	.contacts-form ul li {
		left: inherit;
	}
	.contacts-form .d-block h3 {
		top: inherit;
		left: inherit;
	}
	.contacts-form form .px-10 {
		left: inherit;
	}
	.contacts-form .d-block h3 {
		width: 100%;
	}
	.contacts-form .d-block h2.title {
		width: 100%;
		text-align: right;
	}
	.contacts-form .d-block h2.title:after {
		left: inherit;
		right: 0;
		width: 150px;
	}
}
body {
	overflow-x: hidden;
}
@media screen and (max-width: 1199px) {
	.social a .fa-youtube {
		left: inherit;
	}
	.social a .fa-facebook-f {
		left: inherit;
	}
	.d-flex.justify-content-end.social {
		justify-content: flex-start !important;
		padding-top: 15px;
	}
}
@media screen and (max-width:992px) {
	#top-nav-ul {
		flex-direction: column-reverse;
	}
}
#top-nav-ul li a svg {
	display: none;
}
#top-nav-ul li#menu-item-25 .dropdown-menu {
	display: none;
	flex-wrap: wrap;
	min-width: 480px;
	transform: translateX(-68%);
	border: none;
	background-color: rgba(235, 235, 235, 0.95);
	border: none;
	border-radius: 0;
	padding: 0;
	border-top: 20px solid transparent;
	top: 13px;
	justify-content: center;
}
#top-nav-ul li#menu-item-25:hover .dropdown-menu {
	display: flex;
}
#top-nav-ul li#menu-item-25 .dropdown-menu li {
	width: 33.3%;
}
#top-nav-ul li#menu-item-25 .dropdown-menu li:after {
	display: none;
}
#top-nav-ul li#menu-item-25 .dropdown-menu li {
	display: block;
	width: 160px;
	height: 160px;
	transition: all 0.5s;
	position: relative;

}
#top-nav-ul li#menu-item-25 .dropdown-menu li a {
	font-size: 15px;
	color: #6e4963;
	text-align: center;
	direction: rtl;
	font-family: Heebo, sans-serif;
	letter-spacing: 2px;
	line-height: 20px;
	display: block;
	transition: all 0.5s;
	padding: 0 14px;
	padding-top: 100px;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
}
#top-nav-ul li#menu-item-25 .dropdown-menu li:hover {
	background-color: #6e4963;
}
#top-nav-ul li#menu-item-25 .dropdown-menu li:hover a {
	color: #ffffff;
}

#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-265,
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-268,
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-271 {
	border-right: 1px solid #b0b0b0;
}

#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-266,
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-269,
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-272{
	border-right: 1px solid #b0b0b0;
	border-left:  1px solid #b0b0b0;
}

#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-265,
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-266,
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-267,
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-268,
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-269,
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-250,
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-270 {
	border-bottom:  1px solid #b0b0b0;
}

#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-268,
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-269,
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-250,
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-271,
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-272,
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-273,
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-270 {
	border-top:  1px solid #b0b0b0;
}

#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-267,
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-250,
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-273,
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-270 {
	border-left:  1px solid #b0b0b0;
}

#top-nav-ul li#menu-item-25 .dropdown-menu li {
	position: relative;
}

#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-265:before {
	position: absolute;
	content: "";
	width: 42px;
	height: 35px;
	background: url("/wp-content/uploads/2019/04/1.png");
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-265:hover:before {
	position: absolute;
	content: "";
	width: 42px;
	height: 35px;
	background: url("/wp-content/uploads/2019/04/1-1.png");
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}


#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-266:before {
	position: absolute;
	content: "";
	width: 45px;
	height: 45px;
	background: url("/wp-content/uploads/2019/04/2.png");
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-266:hover:before {
	position: absolute;
	content: "";
	width: 45px;
	height: 45px;
	background: url("/wp-content/uploads/2019/04/1-2.png");
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}

#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-267:before {
	position: absolute;
	content: "";
	width: 33px;
	height: 36px;
	background: url("/wp-content/uploads/2019/04/3.png");
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-267:hover:before {
	position: absolute;
	content: "";
	width: 33px;
	height: 36px;
	background: url("/wp-content/uploads/2019/04/1-3.png");
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}


#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-268:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 56px;
	background: url("/wp-content/uploads/2019/04/4.png");
	top: 33px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-268:hover:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 56px;
	background: url("/wp-content/uploads/2019/04/1-4.png");
	top: 33px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}

#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-269:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 49px;
	background: url("/wp-content/uploads/2019/04/5.png");
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-269:hover:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 49px;
	background: url("/wp-content/uploads/2019/04/1-5.png");
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}

#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-270:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 40px;
	background: url("/wp-content/uploads/2019/04/6.png");
	top: 42px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-270:hover:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 40px;
	background: url("/wp-content/uploads/2019/04/1-6.png");
	top: 42px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}

#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-271:before {
	position: absolute;
	content: "";
	width: 48px;
	height: 32px;
	background: url("/wp-content/uploads/2019/04/7.png");
	top: 42px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-271:hover:before {
	position: absolute;
	content: "";
	width: 48px;
	height: 32px;
	background: url("/wp-content/uploads/2019/04/1-7.png");
	top: 42px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}


#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-272:before {
	position: absolute;
	content: "";
	width: 47px;
	height: 36px;
	background: url("/wp-content/uploads/2019/04/8.png");
	top: 42px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-272:hover:before {
	position: absolute;
	content: "";
	width: 47px;
	height: 36px;
	background: url("/wp-content/uploads/2019/04/1-8.png");
	top: 42px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}

#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-273:before {
	position: absolute;
	content: "";
	width: 41px;
	height: 41px;
	background: url("/wp-content/uploads/2019/04/9.png");
	top: 38px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}
#top-nav-ul li#menu-item-25 .dropdown-menu li#menu-item-273:hover:before {
	position: absolute;
	content: "";
	width: 41px;
	height: 41px;
	background: url("/wp-content/uploads/2019/04/1-9.png");
	top: 38px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
	#top-nav-ul li#menu-item-25 .dropdown-menu {
		transform: translateX(-78%);
	}
}

@media screen and (min-width: 992px) {
.contact-page #map-wrapper {
	position: absolute;
	width: 44%;
	top: 100px;
	bottom: 0;
	left: 0;
	height: auto;
	overflow: hidden;
}
	
	.contact-page .invalid .your-email span{
		text-align: right;
		position: relative;
		top: -24px;
	}
	
	.contact-page .invalid .your-phone span{
		text-align: right;
		position: relative;
		top: -24px;
	}
	
	.contact-page .invalid .your-name span{
		text-align: right;
		position: relative;
		top: -24px;
	}
	.contact-page .invalid .your-surname span{
		text-align: right;
		position: relative;
		top: -24px;
	}
	
	.invalid .your-email span{
		text-align: right;
	}
	
	.invalid .your-phone span{
		text-align: right;
	}
	
    .invalid .your-name span{
		text-align: right;
	}
	.invalid .your-surname span{
		text-align: right;
	}
}

@media screen and (max-width: 992px) {
	#top-nav-ul li#menu-item-133 .dropdown-menu {
		width: 100%;
		position: relative;
		display: none;
		left: inherit;
		top: inherit;
		min-width: 100%;
		transform: translateX(0);
		border: none;
		padding: 0;
		background-color: transparent;
	}
	#top-nav-ul li#menu-item-133:hover .dropdown-menu {
		display: block;
	}
	#top-nav-ul li#menu-item-133 .dropdown-menu li {
		width: 100%;
		height: auto;
		padding: 5px 0;
		text-align: right;
		background-color: transparent;
	}
	#top-nav-ul li#menu-item-133 .dropdown-menu li:hover {
		background-color: transparent;
	}
	#top-nav-ul li#menu-item-133 .dropdown-menu li:hover a {
		color: #808080;
	}
	#top-nav-ul li#menu-item-133 .dropdown-menu li a {
		text-align: right;
		padding: 0 20px 0 0;
		color: #808080;
	}




	#top-nav-ul li#menu-item-132 .dropdown-menu {
		width: 100%;
		position: relative;
		display: none;
		left: inherit;
		top: inherit;
		min-width: 100%;
		transform: translateX(0);
		border: none;
		padding: 0;
		background-color: transparent;
	}
	#top-nav-ul li#menu-item-132:hover .dropdown-menu {
		display: block;
	}
	#top-nav-ul li#menu-item-132 .dropdown-menu li {
		width: 100%;
		height: auto;
		padding: 5px 0;
		text-align: right;
		background-color: transparent;
	}
	#top-nav-ul li#menu-item-132 .dropdown-menu li:hover {
		background-color: transparent;
	}
	#top-nav-ul li#menu-item-132 .dropdown-menu li:hover a {
		color: #808080;
	}
	#top-nav-ul li#menu-item-132 .dropdown-menu li a {
		text-align: right;
		padding: 0 20px 0 0;
		color: #808080;
	}
	
		.contact-page .invalid .your-email span{
		text-align: right;
		position: relative;
		top: -24px;
	}
	
	.contact-page .invalid .your-phone span{
		text-align: right;
		position: relative;
		top: -24px;
	}
	
	.contact-page .invalid .your-name span{
		text-align: right;
		position: relative;
		top: -24px;
	}
	.contact-page .invalid .your-surname span{
		text-align: right;
		position: relative;
		top: -24px;
	}
	
	
	.invalid .your-email span{
		text-align: right;
	}
	
	.invalid .your-phone span{
		text-align: right;
	}
	
	.invalid .your-name span{
		text-align: right;
	}
	.invalid .your-surname span{
		text-align: right;
	}
}
#home {
	position: relative;
	background-attachment: fixed;
}
#home .home-image {
	position: absolute;
	top: 33%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 320px;
	width: 100%;
	text-align: center;
}

#home .home-image h2 {
text-align: center;
    margin: 0;
    font-size: 60px;
    letter-spacing: 9px;
    color: #808080;
    font-family: 'AvenirNext-UltraLight', sans-serif;
    font-weight: bold;
    line-height: 48px;
}

#home .home-image h3 {
    text-align: center;
    font-size: 18px;
    color: #808080;
    font-family: sans-serif;
    font-weight: 400;
    margin: 13px 0px 15px;
    letter-spacing: 2px;
    word-spacing: 1px;
	font-family: 'Heebo', sans-serif;
}

#home .home-image h4 {
     text-align: center;
    margin: 0;
    font-size: 30px;
    color: rgba(255,255,255, 0.90);
    font-family: sans-serif;
        letter-spacing: 4px;
    text-shadow: 0px 0px 7px rgba(0,0,0, .8);
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
	line-height: 90%;
	padding: 0 3px;
}

#home .home-image h4.bg-purple {
	display: inline-block;
	background-color: #bb90b3;
	text-shadow: none;
}

.important-info-page {
	padding: 200px 0 0px;
	direction: rtl;
}

.important-info-page__header {
	text-align: center;
	direction: rtl;
	font-size: 30px;
	color: #6a6666;
	font-family: Heebo, sans-serif;
	letter-spacing: 5px;
	margin: 20px 0 50px;
	font-weight: bold;
}

.important-info-page__content {
	position: relative;
	overflow: hidden;
}
.important-info-page__content:after {
content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 300px;
    background-image: url(/wp-content/uploads/2019/04/3-5.png);
    background-size: cover;
}

.important-info-page__item {
	width: 100%;
	max-width: 310px;
	margin: 0 auto 70px;
	transition: all 0.5s;
	position: relative;
	z-index: 1;
}

.important-info-page__item-header {
	height: 180px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}
.important-info-page__item-header h2 {
	width: 100%;
	position: absolute;
	top: 50%; 
	left: 0;
	transform: translateY(-50%);
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	direction: rtl;
	font-family: 'Heebo', sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
}

.important-info-page__item a {
	direction: rtl;
	font-family: 'Heebo', sans-serif;
	display: block;
	text-align: center;
	transition: all 0.5s;
	height: 70px;
	background-color: #6e4963;
	text-decoration: none;
	color: #ffffff;
	line-height: 70px;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.important-info-page__item a:hover {
	text-decoration: none;
	background-color: #b77cbb;
}
.important-info-page__item:hover {
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.15);
}

@media screen and (max-width: 1199px) {
	.important-info-page__item {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 992px) {
	.important-info-page__item {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 768px) {
	.important-info-page {
		padding: 160px 0 30px;
	}
	.important-info-page__item {
		margin-bottom: 15px;
	}
}
header.main-nav {
	z-index: 100;
}
@media screen and (min-width: 1200px) {
	footer .line {
		height: 110px;
		width: 1px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #826379;
	}
	.footer_menu_two {
		padding-right: 50px;
	}
	.menu-footer-1-container {
		padding-right: 50px;
	}
	footer .col-12.col-lg-4.mb-3.mb-lg-0 .line {
		display: none;
	}
	
}
@media screen and (max-width: 768px) {
	.contacts ul {
		width: 100%;
	}
	#wpcf7-f71-p2-o1 {
		width: 100%;
	}
}
#top-nav-ul li#menu-item-26 .dropdown-menu {
	border: none;
	background-color: #fcfbfb;
	border-radius: 0;
	border-top: 13px solid transparent;
	top: 20px;
	min-width: 200px;
	padding: 0;
	left: -17px;
}
#top-nav-ul li#menu-item-26:hover .dropdown-menu li:after {
	display: none !important;
}
#top-nav-ul li#menu-item-26:hover .dropdown-menu li a {
	padding: 20px 20px;
	text-align: right;
	direction: rtl;
	transition: all 0.5s;
	color: #7b7b7b;
	display: block;
	font-size: 16px;
	position: relative;
}
#top-nav-ul li#menu-item-26:hover .dropdown-menu li a:hover {
	color: #ffffff;
	background-color: #6e4963;
}
#top-nav-ul li#menu-item-26:hover .dropdown-menu {
	display: block !important;
}


.important-info-topic {
	padding: 200px 0 0;
}

.important-info-topic__header {
	text-align: right;
	direction: rtl;
	font-size: 30px;
	color: #6a6666;
	font-family: Heebo, sans-serif;
	letter-spacing: 5px;
	margin: 20px 0 20px;
	font-weight: bold;
	border-bottom: 2px solid #6e4963;
	padding-bottom: 20px;
}
.important-info-topic__content p {
	margin: 0 0 15px;
	font-size: 18px;
	direction: rtl;
	color: #6a6666;
	font-family: Heebo, sans-serif;
	font-weight: normal;
	text-align: right;
}
.important-info-topic__content ul {
	margin: 0 0 15px;
	font-size: 18px;
	direction: rtl;
	color: #6a6666;
	font-family: Heebo, sans-serif;
	font-weight: normal;
	text-align: right;
	padding: 0;
	list-style: none;
}
.important-info-topic__content ul li {
	font-size: 18px;
	direction: rtl;
	color: #6a6666;
	position: relative;
	padding-right: 25px;
}
.important-info-topic__content ul li:after {
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #6e4963;
	border-radius: 50%;
	top: 49%;
	right: 5px;
	transform: translateY(-50%);
	content: "";
}
.important-info-topic__content p a {
	color: #6e4963;
	text-decoration: underline;
}
.important-info-topic__content p span {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 2px solid #6e4963;
}
.important-info-topic__sub-header {
	text-align: right;
	direction: rtl;
	font-size: 26px;
	color: #6a6666;
	font-family: Heebo, sans-serif;
	letter-spacing: 5px;
	margin: 20px 0 20px;
	padding-bottom: 20px;
}
@media screen and (min-width: 1200px) {
	.important-info-topic__content {
		padding: 0 40px;
	}
}
.important-info-topic {
	overflow-x: hidden;
}

.important-info-page__item.custom .important-info-page__item-header h2 {
	position: relative;
}

.important-info-page__item.custom .important-info-page__item-header h2:after {
	display: block;
	width: 60px;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.important-info-topic {
		padding: 160px 0 30px;
	}
}

.press-and-articles-page {
	padding: 200px 0 90px;
}

.press-and-articles-page__header h2 {
	text-align: center;
	direction: rtl;
	font-size: 30px;
	color: #6a6666;
	font-family: Heebo, sans-serif;
	letter-spacing: 5px;
	margin: 20px 0 0px;
	font-weight: bold;
}

.press-and-articles-page__item {
	margin-bottom: 00px;
	border-bottom: 2px solid #cccccc;
	direction: rtl;
	display: flex;
	padding: 50px 0;
	position: relative;
}
.press-and-articles-page__item:after {
	position: absolute;
	bottom: 0;
	width: 100%;
	content: "";
	left: 0;
	height: 1px;
	box-shadow: 0px 15px 20px 3px #cccccc9e;
}

.press-and-articles-page__item-content {
	padding: 20px 50px 0;
	text-align: right;
}

.press-and-articles-page__item-image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 260px;
	height: 150px;
	min-width: 260px;
}

@media screen and (max-width: 768px) {
	.press-and-articles-page  {
		padding: 160px 0 30px;
	}
}

.press-and-articles-page__item-content h3 {
	text-align: right;
	direction: rtl;
	color: #6a6666;
	font-size: 19px;
	font-family: Heebo, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
.press-and-articles-page__item-content p {
	margin: 0 0 10px;
	font-size: 18px;
	direction: rtl;
	color: #6a6666;
	font-family: Heebo, sans-serif;
	font-weight: normal;
	text-align: right;
}
.press-and-articles-page__item-content a {
	font-size: 18px;
	direction: rtl;
	color: #6e4963;
	font-family: Heebo, sans-serif;
	font-weight: normal;
	text-align: right;
	text-decoration: underline;
}

@media screen and (max-width: 992px) {
	.press-and-articles-page__item-content {
		padding: 0 20px 0;
	}
	.press-and-articles-page__item-content p,
	.press-and-articles-page__item-content a,
	.press-and-articles-page__item-content h3 {
		font-size: 16px;
	}
	.press-and-articles-page__item {
		padding: 25px 0;
	}
}

@media screen and (max-width: 767px) {
	.press-and-articles-page__item {
		display: block;
	}
	.press-and-articles-page__item-image {
		margin: 0 auto 25px;
	}
	.press-and-articles-page__item-content {
		padding: 0;
	}
	.press-and-articles-page__item-image {
		min-width: 290px;
		width: 290px;
		height: 200px;
	}
}
.contact-page {
	background-color: #e2e2e2;
	padding: 180px 0 0;
	position: relative;
}
.contact-page__content {
	padding: 0 40px;
}
.contact-page__title {
	text-align: right;
	direction: rtl;
	font-size: 30px;
	color: #6a6666;
	font-family: Heebo, sans-serif;
	letter-spacing: 5px;
	margin: 20px 0 30px;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}
.contact-page__title:after {
	position: absolute;
	height: 2px;
	background-color: #6e4963;
	width: 146px;
	right: 0;
	content: "";
	bottom: 0;
}
.contact-page__content p {
	margin: 0 0 20px;
	font-size: 16px;
	direction: rtl;
	color: #6e4963;
	font-family: Heebo, sans-serif;
	font-weight: normal;
	text-align: right;
	position: relative;
	padding-right: 40px;
}
.contact-page__content p img {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.contact-page__content p:nth-child(2) img {
	right: 3px;
}

.contact-page__content p:nth-child(4) img {
	right: 3px;
}

.contact-page__content-form h3 {
	margin: 0 0 20px;
	font-size: 16px;
	direction: rtl;
	color: #6e4963;
	font-family: Heebo, sans-serif;
	font-weight: normal;
	text-align: right;
	font-weight: bold;
}
.contact-page__content-form-wrapper br {
	display: none;
}
.contact-page__content-form-wrapper input {
	display: block;
	width: 100%;
	background-color: #fbfbfb;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	color: #6e4963;
	text-align: right;
	direction: rtl;
	border: none;
	font-size: 16px;
	margin-bottom: 30px;
	border-radius: 0;
}
.contact-page__content-form-wrapper input::placeholder {
	color: #a4a4a4;
}
.contact-page__content-form-wrapper input:focus {
	outline: none;
}
.contact-page__content-form-wrapper textarea {
	display: block;
	width: 100%;
	background-color: #fbfbfb;
	padding: 5px 10px;
	min-height: 100px;
	color: #6e4963;
	text-align: right;
	direction: rtl;
	border: none;
	font-size: 16px;
	margin-bottom: 30px;
	border-radius: 0;
	resize: none;
}
.contact-page__content-form-wrapper textarea::placeholder {
	color: #a4a4a4;
}
.contact-page__content-form-wrapper p {
	margin: 0;
}
.contact-page__content-form-wrapper textarea:focus {
	outline: none;
}
.contact-page__content-form-wrapper input[type="submit"] {
	height: 40px;
	line-height: 40px;
	width: 100px;
	text-align: center;
	color: #ffffff;
	background-color: #6e4963;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	display: inline-block;
	cursor: pointer;
}


.contact-page #map-wrapper:after {
    content: "";
    right: -1px;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 1px;
    height: 100%;
    box-shadow: 10px 10px 40px 20px rgba(0,0,0,.4);
}

@media screen and (max-width: 1199px) {
	.contact-page #map-wrapper {
		width: 42%;
	}
	.contact-page__content {
		padding: 0;
	}
}

@media screen and (max-width: 992px) {
	.contact-page {
		padding: 160px 0 300px;
	}
	.contact-page #map-wrapper {
		top: inherit;
		width: 100%;
		bottom: 0;
		left: 0;
		min-height: 300px;
	}
}

.q-and-a-page {
	padding: 200px 0 40px;
	overflow-x: hidden;
	position: relative;
}
.q-and-a-page__title h2 {
	text-align: center;
	direction: rtl;
	font-size: 30px;
	color: #6a6666;
	font-family: Heebo, sans-serif;
	letter-spacing: 5px;
	margin: 20px 0 0;
	font-weight: bold;
}

.q-and-a-page-information {
	padding: 60px 0 40px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.q-and-a-page-information__title h2 {
	text-align: right;
	direction: rtl;
	font-size: 30px;
	color: #6a6666;
	font-family: Heebo, sans-serif;
	letter-spacing: 5px;
	margin: 0 0 20px;
	font-weight: bold;
}

.q-and-a-page-information__box {
	padding: 25px 0;
	position: relative;
	margin-bottom: 20px;
}

.q-and-a-page-information__box:after {
	position: absolute;
	background-color: #707070;
	height: 4px;
	width: 100px;
	top: 0;
	right: 0;
	content: "";
}

.q-and-a-page-information__box h3 {
	margin: 0 0 5px;
	font-size: 18px;
	direction: rtl;
	color: #93688e;
	font-family: Heebo, sans-serif;
	font-weight: normal;
	text-align: right;
	font-weight: bold;
}
.q-and-a-page-information__box p {
	margin: 0 0 5px;
	font-size: 18px;
	direction: rtl;
	color: #5d5d5d;
	font-family: Heebo, sans-serif;
	font-weight: normal;
	text-align: right;
}

.q-and-a-page-form {
	padding: 30px 0;
	background-color: #ebebeb;
}

.q-and-a-page-form__header h2 {
	text-align: center;
	direction: rtl;
	font-size: 30px;
	color: #6a6666;
	font-family: Heebo, sans-serif;
	letter-spacing: 5px;
	margin: 0 0 5px;
	font-weight: bold;
}
.q-and-a-page-form__header p {
	margin: 0 0 20px;
	font-size: 18px;
	direction: rtl;
	color: #5d5d5d;
	font-family: Heebo, sans-serif;
	font-weight: normal;
	text-align: center;
}
.q-and-a-page__slide {
	display: block;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	height: 325px !important;
	text-decoration: none;
	color: #ffffff;
	position: relative;
	width: 300px !important;
	margin: 0 auto;
	transition: all 0.5s;
}
.q-and-a-page__slide-wrapper:hover {
	transform: scale(1.1);
}
.q-and-a-page__slide {
	transition: all 0.5s;
}
.q-and-a-page__slide-wrapper:hover .q-and-a-page__slide {
	box-shadow: 0px 0px 20px 5px #cccccc;
}

.q-and-a-page__slider {
	width: 100%;
	position: relative;
	direction: rtl;
}
.q-and-a-page__slide h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
	margin: 0;
	font-size: 18px;
	direction: rtl;
	color: #ffffff;
	font-family: Heebo, sans-serif;
	text-align: right;
	font-weight: bold;
	text-align: center;
}
.q-and-a-page__slide h3:after {
	position: absolute;
	height: 2px;
	width: 25px;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	background-color: #ffffff;
}
.q-and-a-page__slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.2);
}
.slick-slider .slick-track, .slick-slider .slick-list {
	direction: ltr;
}
.q-and-a-page__slide-wrapper:focus {
	outline: none;
}
.q-and-a-page__slide-wrapper {
	transition: all 0.5s;
}

.q-and-a-page-form__form input {
	display: block;
	width: 100%;
	text-align: right;
	background-color: transparent;
	border: 2px solid #616161;
	height: 50px;
	line-height: 46px;
	padding: 0 14px;
	color: #5d5d5d;
	font-size: 16px;
	margin-bottom: 30px;
}
.q-and-a-page-form__form input::placeholder {
	color: #5d5d5d;
}

.q-and-a-page-form__form input:focus {
	outline: none;
}
.q-and-a-page-form__form textarea {
	display: block;
	width: 100%;
	text-align: right;
	background-color: transparent;
	border: 2px solid #616161;
	height: 210px;
	resize: none;
	padding: 10px 14px;
	color: #5d5d5d;
	font-size: 16px;
	margin-bottom: 30px;
}
.q-and-a-page-form__form {
	padding: 20px 0;
}
.q-and-a-page-form__form textarea:focus {
	outline: none;
}

.q-and-a-page-form__form input[type="submit"] {
	width: 160px;
	text-align: center;
	background-color: #616161;
	color: #ffffff;
	float: left;
	cursor: pointer;
}
.q-and-a-page-form br {
	display: none;
}
.q-and-a-page p {
	margin: 0;
}
@media screen and (max-width: 1199px) {
	.q-and-a-page {
		padding: 160px 0 20px;
	}
}
@media screen and (max-width: 767px) {
	.q-and-a-page-form__form input[type="submit"] {
		margin-bottom: 0;
	}
	.q-and-a-page__slide-wrapper:hover .q-and-a-page__slide {
		box-shadow: none;
	}
}

@media screen and (max-width: 992px) {
	.q-and-a-page__slide {
		width: 280px !important;
	}
}
.q-and-a-page .slick-list {
	padding: 50px 0;
}

.exam-page-header {
	min-height: 220px;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 1px 6px rgba(57,73,76,0.35);
}
.exam-page-offest {
	padding-top: 100px;
}

.exam-page__first-block {
	padding: 50px 0;
}
.exam-page__first-block-header h2 {
	text-align: center;
	direction: rtl;
	font-size: 30px;
	color: #6a6666;
	font-family: Heebo, sans-serif;
	letter-spacing: 5px;
	margin: 20px 0 20px;
	font-weight: bold;
}
.exam-page__first-block__content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	justify-content: center;
	padding: 30px 0;
}

.exam-page__first-block__content-box {
	padding: 10px 40px;
}
.exam-page__first-block__content-box h3 {
	margin: 0 0 5px;
	font-size: 18px;
	direction: rtl;
	color: #6b556d;
	font-family: Heebo, sans-serif;
	font-weight: normal;
	text-align: center;
	font-weight: bold;
}
.exam-page__first-block__content-box p {
	margin: 0;
	font-size: 18px;
	direction: rtl;
	color: #6b556d;
	font-family: Heebo, sans-serif;
	font-weight: normal;
	text-align: center;
}
.exam-page__first-block__content-box img {
	display: block;
	margin: 0 auto 15px;
}
.exam-page__first-block__content-box:nth-child(2) {
	border-left: 2px solid #878181;
	border-right: 2px solid #878181;
}
@media screen and (max-width: 767px) {
	.exam-page-offest {
		padding-top: 130px;
	}
	.exam-page__first-block__content {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.exam-page__first-block__content-box {
		display: block;
		width: 100%;
	}
	.exam-page__first-block__content-box:nth-child(2) {
		border: none;
	}
}

.exam-page {
	padding-bottom: 80px;
}

.exam-page__content h2 {
	margin: 0 0 5px;
	font-size: 18px;
	direction: rtl;
	color: #6b556d;
	font-family: Heebo, sans-serif;
	font-weight: normal;
	text-align: right;
	font-weight: bold;
}
.exam-page__content p {
	margin: 0 0 15px;
	font-size: 18px;
	direction: rtl;
	color: #6b556d;
	font-family: Heebo, sans-serif;
	font-weight: normal;
	text-align: right;
}

.exam-page-second-block {
	position: relative;
	padding: 50px 0;
	box-shadow: inset 0 15px 55px -15px rgba(0,0,0,.2), 
				inset 0 -15px 55px -15px rgba(0,0,0,.2);
}

.exam-page-second-block__header h2 {
	text-align: center;
	direction: rtl;
	font-size: 30px;
	color: #6a6666;
	font-family: Heebo, sans-serif;
	letter-spacing: 5px;
	margin: 20px 0 20px;
	font-weight: bold;
}

.exam-page-second-block__header p {
	margin: 0;
	font-size: 18px;
	direction: rtl;
	color: #6b556d;
	font-family: Heebo, sans-serif;
	font-weight: normal;
	text-align: center;
}

.exam-page-second-block__list {
	padding: 20px 0;
}

.exam-page-second-block__item {
	padding: 20px 15px;
}
.exam-page-second-block__item h2 {
	margin: 0 0 10px;
	font-size: 18px;
	direction: rtl;
	color: #6b556d;
	font-family: Heebo, sans-serif;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #6e4963;
	padding-bottom: 10px;
}
.exam-page-second-block__item p {
	margin: 0 0 25px;
	font-size: 16px;
	direction: rtl;
	color: #6b556d;
	font-family: Heebo, sans-serif;
	text-align: center;
}

.exam-page-second-block__item a {
	display: block;
	width: 100%;
	height: 225px;
	border-radius: 50%;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	max-width: 225px;
	margin: 0 auto;
}
.exam-page-second-block__item a:after {
	position: absolute;
	content: "";
	background-color: rgba(178, 124, 183, 0.75);
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.5s;
}
.exam-page-second-block__item a:hover:after {
	opacity: 1;
}
.exam-page-second-block__item a:before {
	content: "";
	background-image: url(/wp-content/uploads/2019/04/Vector-dfgdfgObject.png);
	height: 40px;
	width: 40px;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	opacity: 0;
	transition: all 0.5s;
	z-index: 5;
}
.exam-page-second-block__item a:hover:before {
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.exam-page__first-block {
		padding: 25px 0 0;
	}
	.exam-page {
		padding-bottom: 50px;
	}
}

.exam-page-three-block {
	padding: 50px 0;
	position: relative;
}
.exam-page-three-block:before {
    content: "";
    background-image: url(/wp-content/uploads/2019/04/2-3.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 400px;
    background-size: cover;
    transform: translate(-45%);
}
@media screen and (max-width: 1200px) {
	.exam-page-three-block:before {
		display: none;
	}
}

.exam-page-three-block__info {
	padding: 30px 40px 30px 40px;
}

.exam-page-three-block__info h3 {
	margin: 0 0 10px;
	font-size: 18px;
	direction: rtl;
	color: #6b556d;
	font-family: Heebo, sans-serif;
	text-align: right;
	font-weight: bold;
	position: relative;
	padding-top: 30px;
}

.exam-page-three-block__info h3:after {
	width: 100px;
	height: 3px;
	background-color: #707070;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
}

.exam-page-three-block__info p {
	margin: 0 0 30px;
	font-size: 18px;
	direction: rtl;
	color: #5d5d5d;
	font-family: Heebo, sans-serif;
	text-align: right;
}
.exam-page-three-block__info p:last-child {
	margin-bottom: 0;
}
.exam-page-three-block__content {
	padding: 20px 0;
}

.exam-page-three-block__content h2 {
	color: #5d5d5d;
	direction: rtl;
	font-family: Heebo, sans-serif;
	text-align: center;
	font-size: 40px;
	margin: 0 0 5px;
}

.exam-page-three-block__content h3 {
	color: #5d5d5d;
	direction: rtl;
	font-family: Heebo, sans-serif;
	text-align: center;
	font-size: 32px;
	margin: 0 0 5px;
}

.exam-page-three-block__content p {
	margin: 0;
	font-size: 18px;
	direction: rtl;
	color: #6e4963;
	font-family: Heebo, sans-serif;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.exam-page-three-block__info {
		padding: 20px 0;
		border: none;
	}
}

.exam-page-three-block__link {
	direction: rtl;
	text-align: left;
}
.exam-page-three-block__link a {
	font-size: 18px;
	direction: rtl;
	color: #6e4963;
	font-family: Heebo, sans-serif;
}

.exam-page-four-block {
	padding: 60px 0;
}

.exam-page-four-block__header h2 {
	text-align: center;
	direction: rtl;
	font-size: 30px;
	color: #ffffff;
	font-family: Heebo, sans-serif;
	letter-spacing: 5px;
	margin: 20px 0 20px;
	font-weight: bold;
}

.exam-page-four-block__item {
	padding: 40px 0;
	border-bottom: 3px solid #ffffff;
	display: flex;
}
.exam-page-four-block__item:last-child {
	border-bottom: none;
}
.exam-page-four-block__item-img {
	height: 200px;
	width: 200px;
	background-size: cover;
	background-position: 50% 50%;
	min-width: 200px;
	margin-left: 100px;
	box-shadow: 0 1px 6px rgba(57,73,76,0.35);
}

.exam-page-four-block__item h2 {
	margin: 0 0 10px;
	font-size: 18px;
	direction: rtl;
	color: #ffffff;
	font-family: Heebo, sans-serif;
	text-align: right;
	font-weight: bold;
}

.exam-page-four-block__item p {
	margin: 0 0 20px;
	font-size: 18px;
	direction: rtl;
	color: #ffffff;
	font-family: Heebo, sans-serif;
	text-align: right;
}
.exam-page-four-block__item-link {
	text-align: left;
	padding-left: 18px;
}

.exam-page-four-block__item-link a {
	margin: 0;
	font-size: 18px;
	direction: rtl;
	color: #ffffff;
	font-family: Heebo, sans-serif;
	font-weight: bold;
}

@media screen and (max-width: 991px) {
	.exam-page-four-block__item-img {
		margin-left: 25px;
	}
}

@media screen and (max-width: 767px) {
	.exam-page-four-block__item {
		display: block;
	}
	.exam-page-four-block__item-img {
		margin: 0 auto 20px;
		width: 290px;
		height: 290px;
	}
}

.exam-page-five-block {
	position: relative;
	padding: 50px 0;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.exam-page-five-block__header h2 {
	text-align: center;
	direction: rtl;
	font-size: 30px;
	color: #6e4963;
	font-family: Heebo, sans-serif;
	letter-spacing: 5px;
	margin: 20px 0 20px;
	font-weight: bold;
}

.exam-page-five-block__list {
	padding: 20px 0;
}

.exam-page-five-block__item {
	margin: 110px 20px 20px;
	background-color: #ebebeb;
	padding: 110px 30px 30px;
	position: relative;
}

.exam-page-five-block__item-image {
	position: absolute;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	top: 0;
	left: 50%;
	background-position: 50% 50%;
	background-size: cover;
	transform: translate(-50%, -50%);
	box-shadow: 0 1px 20px rgba(57,73,76,0.35);
}

.exam-page-five-block__item p {
	margin: 0 0 20px;
	font-size: 18px;
	direction: rtl;
	color: #6e4963;
	font-family: Heebo, sans-serif;
	text-align: right;
}

.exam-page-five-block__item span {
	margin: 0;
	font-size: 18px;
	direction: rtl;
	color: #6e4963;
	font-family: Heebo, sans-serif;
	text-align: left;
}
@media screen and (max-width: 1199px) {
	.exam-page-five-block__item {
		margin: 110px 0 20px;
	}
}

.exam-page-six-block {
	background-color: #ebebeb;
	padding: 30px 0;
}

.exam-page-six-block__header h2 {
	text-align: center;
	direction: rtl;
	font-size: 30px;
	color: #616161;
	font-family: Heebo, sans-serif;
	letter-spacing: 5px;
	margin: 0 0 30px;
	font-weight: bold;
}

.exam-page-six-block__form input,
.exam-page-six-block__form select {
	display: block;
	height: 40px;
	line-height: 38px;
	border: 1px solid #616161;
	padding: 0 15px;
	color: #616161;
	background-color: transparent;
	text-align: right;
	direction: rtl;
	width: 100%;
	max-width: 320px;
	margin: 0 auto 15px;
	font-size: 14px;
}

.exam-page-six-block__form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 auto;
	padding-right: 40px;
}

.exam-page-six-block__form label {
	max-width: 320px;
	width: 100%;
	margin: 0 auto 15px;
	font-weight: normal;
	position: relative;
	display: block;
}

.exam-page-six-block__form label:after {
	position: absolute;
	border: 8px solid transparent;
	border-top: 8px solid #616161;
	top: 15px;
	right: 15px;
	content: "";
}

.exam-page-six-block__form input[type="submit"] {
	background-color: #616161;
	text-align: center;
	color: #ffffff;
}

.exam-page-six-block__form input:focus,
.exam-page-six-block__form select:focus {
	outline: none;
}

.exam-page-six-block__form br {
	display: none;
}

.exam-page-six-block__form p {
	margin: 0;
}

@media screen and (max-width: 991px) {
	.exam-page-six-block__form select,
	.exam-page-six-block__form label,
	.exam-page-six-block__form input[type="submit"],
	.exam-page-six-block__form input {
		display: block;
		width: 100%;
		margin: 0 auto 15px;
		max-width: 100%;
	}
}
.exam-page-five-block {
	box-shadow: inset 0 0 70px rgba(0,0,0,.3);
}
.exam-page-second-block:after {
position: absolute;
    bottom: 170px;
    left: 0;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(/wp-content/uploads/2019/04/1-13.png);
    transform: translateY(50%);
    content: "";
}
.exam-page-second-block__item {
	position: relative;
	z-index: 5;
}
@media screen and (max-width: 1199px) {
	.exam-page-second-block:after {
		display: none;
	}
}
.exam-page-six-block__form input, .exam-page-six-block__form select {
	cursor: pointer;
}

.custom-exam {
	padding: 200px 0 0;
	background-color: #e0dbd7;
}
.custom-exam__content h2 {
	text-align: right;
	direction: rtl;
	font-size: 30px;
	color: #6a6666;
	font-family: Heebo, sans-serif;
	letter-spacing: 5px;
	margin: 20px 0 20px;
	padding-bottom: 20px;
	font-weight: bold;
	border-bottom: 3px solid #ffffff;
}
.custom-exam__content p {
	margin: 0 0 10px;
	font-size: 16px;
	direction: rtl;
	color: #5d5d5d;
	font-family: Heebo, sans-serif;
	text-align: right;
}

.custom-exam__content p:last-child {
	margin-bottom: 0;
}

.custom-exam__content {
	border-right: 3px solid #ae77a7;
	padding-right: 40px;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.custom-exam__image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.custom-exam__expert {
	text-align: center;
	direction: rtl;
	height: 100px;
	line-height: 105px;
	font-size: 25px;
	color: #ffffff;
	background-color: #bb90b3;
	box-shadow: 0 0 40px rgba(0,0,0,.3);
}

@media screen and (max-width: 992px) {
	.custom-exam {
		padding: 160px 0 0;
	}
	.switch {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.custom-exam__content {
		border: none;
		padding: 0;
	}
}

.custom-exam-info {
	padding: 120px 0;
	background-color: #ffffff;
}

.custom-exam-info__image {
	background-position: 50% 50%;
	width: 450px;
	height: 450px;
	background-size: cover;
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 0 0 40px rgba(187,144,179,.75);
}
.custom-exam-info__list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.custom-exam-info__item {
	width: 33%;
	padding: 40px 0;
}
.custom-exam-info__item img {
	display: block;
	margin: 0 auto;
}
.custom-exam-info__item h2 {
	margin: 15px 0 0;
	font-size: 16px;
	direction: rtl;
	color: #5d5d5d;
	font-family: Heebo, sans-serif;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.custom-exam-info {
		padding: 30px 0;
	}
	.custom-exam-info__item {
		padding-bottom: 0;
	}
	.custom-exam-info__list {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 767px) {
	.custom-exam-info__item {
		width: 50%;
	}
	.custom-exam-info__image {
		width: 290px;
		height: 290px;
	}
}

.custom-exam-info-decr {
	background-color: #ffffff;
	box-shadow: inset 0 0 70px rgba(0,0,0,.3);
	padding: 70px 0;
}
.custom-exam-info-decr__content h2 {
	margin: 0 auto 15px;
	font-size: 18px;
	direction: rtl;
	color: #7c5c76;
	font-family: Heebo, sans-serif;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
	border-bottom: 2px solid #959595;
	max-width: 540px;
	width: 100%;
	font-weight: bold;
}
.custom-exam-info-decr__content p {
	margin: 0 auto 15px;
	font-size: 18px;
	direction: rtl;
	color: #7c5c76;
	font-family: Heebo, sans-serif;
	text-align: center;
	position: relative;
	max-width: 700px;
	width: 100%;
}
.custom-exam-info-decr__content a {
	display: block;
	height: 60px;
	width: 100%;
	max-width: 440px;
	margin: 40px auto 20px;
	background-color: #bb90b3;
	color: #ffffff;
	line-height: 60px;
	text-align: center;
	font-size: 25px;
	box-shadow:  0 0 15px rgba(0,0,0,.3);
	letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
	.custom-exam-info-decr__content a {
		font-size: 18px;
	}
}

.q-and-a-page:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: 50% 50%;
	background-image: url(/wp-content/uploads/2019/04/bg.png);
	content: "";
}
.q-and-a-page__slider {
	z-index: 5;
}
@media screen and (max-width: 1199px) {
	.q-and-a-page:after {
		display: none;
	}
}

.q-and-a-page__slider .slick-arrow {
	position: absolute;
	top: 50%;
	height: 30px;
	width: 30px;

}
.q-and-a-page__slider .slick-arrow.slick-prev {
	border-bottom: 5px solid #cdcdcd;
	border-right: 5px solid #cdcdcd;
	transform: rotate(-45deg) translateY(-50%);
	right: -35px;
}
.q-and-a-page__slider .slick-arrow.slick-next {
	border-bottom: 5px solid #cdcdcd;
	border-left: 5px solid #cdcdcd;
	transform: rotate(45deg) translateY(-50%);
	left: -35px;
}
@media screen and (min-width: 1200px) {
	#navBar2 {
		transform: translateX(40px);
	}
	.main-nav div p {
		transform: translateX(40px);
	}
}

@media screen and (max-width: 1100px) {
	#navBar3 .navbar-nav {
		padding-right: 0;
	}
}
.main-nav a .image.wp-image-733 {
	transform: scale(1.5);
	left: 10px;
}
.services .single .icon img {
	transform: scale(0.7);
}
.exam-page-four-block {
	    background-size: cover;
    background-position: 50% 50%;
}
@media screen and (max-width: 768px) {
	.main-nav a .image.wp-image-733 {
		display: none !important;
	}
}
@media screen and (max-width: 992px) {
	#top-nav-ul li {
		padding: 7px 10px;
	}
}
@media screen and (max-width:600px) {
	.q-and-a-page__slider .slick-arrow.slick-next {
		left: 0;
		z-index: 2;
		color: transparent;
	}
	.q-and-a-page__slider .slick-arrow.slick-prev {
		right: 0;
		z-index: 2;
		color: transparent;
	}
	.q-and-a-page__slider .slick-arrow.slick-next:before,
	.q-and-a-page__slider .slick-arrow.slick-prev:before {
		color: transparent;
	}
	.q-and-a-page__slider .slick-arrow {
		height: 20px;
		width: 20px;
	}
	.q-and-a-page__slide {
		width: 290px !important;
	}
}
#services, #blogs {
	box-shadow: inset 0 0 70px rgba(0,0,0,.5);
}
#top-nav-ul li#menu-item-133 .dropdown-menu li {
	padding-right: 30px;
}
#top-nav-ul li#menu-item-133 .dropdown-menu li#menu-item-293 {
	position: relative;
}
#top-nav-ul li#menu-item-133 .dropdown-menu li#menu-item-293:after {
    background-size: cover;
    background-image: url(/wp-content/uploads/2019/04/2.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
}
#top-nav-ul li#menu-item-133 .dropdown-menu li#menu-item-292 {
	position: relative;
}
#top-nav-ul li#menu-item-133 .dropdown-menu li#menu-item-292:after {
    background-size: cover;
    background-image: url(/wp-content/uploads/2019/04/1.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 25px;
    height: 21px;
}

#top-nav-ul li#menu-item-133 .dropdown-menu li#menu-item-297 {
	position: relative;
}
#top-nav-ul li#menu-item-133 .dropdown-menu li#menu-item-297:after {
    background-size: cover;
    background-image: url(/wp-content/uploads/2019/04/6.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 11px;
    height: 22px;
}

#top-nav-ul li#menu-item-133 .dropdown-menu li#menu-item-294 {
	position: relative;
}
#top-nav-ul li#menu-item-133 .dropdown-menu li#menu-item-294:after {
background-size: cover;
    background-image: url(/wp-content/uploads/2019/04/3.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    width: 21px;
    height: 22px;
}

#top-nav-ul li#menu-item-133 .dropdown-menu li#menu-item-295 {
	position: relative;
}
#top-nav-ul li#menu-item-133 .dropdown-menu li#menu-item-295:after {
    background-size: cover;
    background-image: url(/wp-content/uploads/2019/04/4.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    width: 13px;
    height: 24px;
}

#top-nav-ul li#menu-item-133 .dropdown-menu li#menu-item-296 {
	position: relative;
}
#top-nav-ul li#menu-item-133 .dropdown-menu li#menu-item-296:after {
    background-size: cover;
    background-image: url(/wp-content/uploads/2019/04/5.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
    width: 10px;
    height: 24px;
}

#top-nav-ul li#menu-item-133 .dropdown-menu li#menu-item-298 {
	position: relative;
}
#top-nav-ul li#menu-item-133 .dropdown-menu li#menu-item-298:after {
    background-size: cover;
    background-image: url(/wp-content/uploads/2019/04/7.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 22px;
    height: 14px;
}

#top-nav-ul li#menu-item-133 .dropdown-menu li#menu-item-299 {
	position: relative;
}
#top-nav-ul li#menu-item-133 .dropdown-menu li#menu-item-299:after {
    background-size: cover;
    background-image: url(/wp-content/uploads/2019/04/8.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 22px;
    height: 17px;
}

#top-nav-ul li#menu-item-133 .dropdown-menu li#menu-item-300 {
	position: relative;
}
#top-nav-ul li#menu-item-133 .dropdown-menu li#menu-item-300:after {
    background-size: cover;
    background-image: url(/wp-content/uploads/2019/04/9.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
}
.main-nav div p,
#top-nav-ul li a {
	font-weight: 300;
}
.custom-exam-info__item h2 a {
	transition: all 0.5s;
}
.custom-exam-info__item h2 a:hover {
	color: #ae77a7 !important;
}
@media screen and (max-width: 992px) {
	header.main-nav {
		background-color: #ffffff;
	}
	.navbar-toggler:focus,
	.navbar-toggler:active {
		outline: none;
	}
}

.personal-link {
	display: block;
	width: 100%;
	max-width: 240px;
	height: 47px;
	text-align: center;
	color: #ffffff;
	line-height: 47px;
	background: #bb90b3;
	border-radius: 30px;
	margin: 30px auto 10px;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}

.personal-link:hover {
	text-decoration: none;
	color: #ffffff;
}

@media screen and (max-width: 767px) {
	.personal-link {
		margin-top: 40px;
	}
}
.q-and-a-page-information__box p {
	font-weight: 300;
}
.mfp-counter {
	display: none;
}
.q-and-a-page-information__box-wrapper {
	display: none;
}
.q-and-a-page-information__box-wrapper#box-1 {
	display: block;
}
div.wpcf7-validation-errors {
    text-align: right;
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 1200px) {
	.single .image img {
		max-width: 310px;
		display: block;
		margin: 0 auto;
	}
	.single .description {
		min-height: 85px;
	}
}
@media screen and (max-width: 600px) {
	.choose-embryo__image-box {
		min-height: 250px;
	}
}
@media screen and (max-width: 767px) {
	footer {
		padding-bottom: 0px;
	}
	.image.wp-image-630.attachment-full.size-full {
		display: block;
		margin: 0 auto;
	}
}
.image.wp-image-630.attachment-full.size-full {
	max-width: 100%;
    height: auto;
    position: relative;
    top: 30px;
    left: 87px;
}
@media screen and (max-width: 1199px) {
	.image.wp-image-630.attachment-full.size-full {
		left: 110px;
	}
}
@media screen and (max-width: 992px) {
	.image.wp-image-630.attachment-full.size-full {
		left: -250px;
	}
}
@media screen and (max-width: 767px) {
	.image.wp-image-630.attachment-full.size-full {
		left: -31px;
    	top: 0;
	}
	
	footer .container{
	position: relative;
	left: 91px;
}
}
#wpcf7-f261-o1 div.wpcf7-validation-errors {
	margin-top: 25px;
}
#wpcf7-f381-o1 div.wpcf7-validation-errors {
	margin: -25px 0 20px;
}
#wpcf7-f415-o1 div.wpcf7-validation-errors {
	margin-top: -15px;
}
#wpcf7-f415-o1 span.wpcf7-not-valid-tip {
	margin-top: -25px;
    margin-bottom: 25px;
}