/* GLOBAL STYLES
 * Padding below the footer and lighter body text
* -------------------------------------------------- */
@font-face {
  font-family: myFirstFont;
  src: url(../fonts/Chromatica-Regular.otf);
}

@font-face {
  font-family: mySecondFont;
  src: url(../fonts/Chromatica-Bold.otf);
}

@font-face {
  font-family: myThirdFont;
  src: url(../fonts/Gza-RegularItalic.ttf);
}

@font-face {
  font-family: myFourthFont;
  src: url(../fonts/DINNextLTArabic-Regular-3.ttf);
}

body,html,.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,p,a,span {
	font-family: myFirstFont !important;
}

body,html {
  background: #967E76;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  	position: fixed;
  	top: 0;
  	right: 0;
  	left: 0;
  	z-index: 20;
	position: fixed;
}

.scrolled {
	background: #967E76;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-nav > li > a {
    color: #d7c0ae;
	padding: 0;
    padding: 0;
}

.navbar-nav > li {
    padding: 40px 15px 0;
	
}

.nav > li > a:focus, .nav > li > a:hover ,.navbar-nav > li.active a {
	background: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.book_btn a {
    font-family: mySecondFont !important;
    background: #967E76;
    border: 1px solid #d7c0ae;
    border-radius: 28px;
    padding: 7px 34px !important;
    margin-top: -10px;
	color: #fff !important;
}

.book_btn span {
	font-family: myThirdFont !important;
	font-size: 16px;
}

.header_lang {
    font-family: myFourthFont !important;
    color: #d7c0ae;
    background: #967E76;
    border: 1px solid #d7c0ae;
    padding: 7px 34px 12px !important;
    border-radius: 8px;
    margin-top: 25px;
    display: inline-block;
    float: right;
    margin-right: 20px;
    line-height: 1;
}

.header_lang:hover ,.header_lang:active,.header_lang:focus {
    color: #967E76;
    background: #fff;
	text-decoration: none;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  	height: 750px;
  	margin-bottom: 60px;
}
.carousel-caption {
  	z-index: 10;
	top: 40%;
	color: #fff;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 750px;
  background-color: #967E76;
}

.carousel-inner > .item > img {
  	position: absolute;
  	left: 0;
  	min-width: 100%;
  	height: 100%;
	mix-blend-mode: multiply;
}

.carousel-caption h1 {
    font-family: myThirdFont !important;
    font-size: 62px;
}

.carousel-caption p {
    font-family: mySecondFont !important;
    font-size: 60px !important;
}

.slide-img {
	height: 750px;
	background: url(../images/slider/slider-1.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	mix-blend-mode: multiply;
}

._slide {
	background-size: cover !important;
    background-position: center center !important;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.featurette-divider {
    margin: 20px 0 0;
	border-top: 1px solid #D7C0AE;
}

.mission_wrap .featurette-divider {
	margin: 20px 0 30px;
}

.About_us_wrap {
	color: #fff;
}

.About_us_wrap h2 ,.About_us_wrap h3 {
	font-family: mySecondFont !important;
}

.About_us_wrap h2 {
	font-size: 36px;
}

.About_us_wrap .mission_wrap p span {
    font-family: mySecondFont !important;
    font-size: 22px;
}

.mission_wrap p {
	line-height: 2;
}

.services_wrap {
	color: #fff;
	margin-top: 30px;
}

.services_wrap h2 ,.new_wrap h2 ,.achievements_wrap h2 {
	font-family: myThirdFont !important;
    font-size: 58px;
	margin-bottom: 30px;
	color: #fff;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
    border-radius: 4px; /* The navbar becomes detached from the top, so we round the corners */
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}


.services_wrap .col-md-12 {
	display: flex;
}

.service ,.last_services {
	position: relative;
	width: 100%;
  	height: 500px;
	margin: 0 15px;
	
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}

.service:hover .overlay {
  display: block;
  background: rgba(0, 0, 0, .7);
}

.service img {
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	left: 0;
	filter: brightness(70%);
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
}

.service .title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45%;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  z-index: 1;
  transition: top .5s ease;
}

.service:hover .title {
  top: 90px;
}

.hover_service {
  position: absolute;
  width: 100%;
  left:0;
  top: 180px;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
}

.hover_service li {
  	padding: 7px 12px;
  	text-align: center;
  	color: white;
  	z-index: 1;
}

.service:hover .hover_service {
  	opacity: 1;
}

.last_services {
	margin: 0;
	
}

.service_small {
	height: 240px;
	margin-bottom: 20px;
}

.new_wrap h2 {
	margin: 50px 0;
}

.show_all {
    font-family: mySecondFont !important;
    background: #967E76;
    border: 1px solid #d7c0ae;
    border-radius: 28px;
    padding: 7px 34px !important;
    margin-top: 50px;
    color: #fff;
    display: inline-block;
    float: right;
}

.show_all:hover {
    text-decoration: none;
	color: #967E76;
	background: #fff;
}

.Articles_article {
    margin-bottom: 20px;
    height: 530px;
    overflow: hidden;
}

.Articles_article h5 {
	padding: 33px 0;
	margin-top: 35px;
	margin-bottom: 27px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.Articles_article h5 a ,.Articles_article p {
	font-family: mySecondFont !important;
	color: #fff;
}

.Articles_article p {
	color: #d7c0ae;
}

.Articles_article img {
	width: 100%;
}

.achievements_wrap h2 {
	text-align: center;
	margin-top: 20px;
}

.achievements_desc {
	color: #fff;
	text-align: center;
	margin-top: 15px;
	padding: 40px;
	border: 1px solid #d7c0ae;
}

.achievements_desc h3 {
	font-size: 60px;
	font-family: mySecondFont !important;
	margin-bottom: 0;
}

.line {
    width: 125px;
    margin: 0 auto;
    border: 1px solid #d7c0ae;
}

.achievements_desc p {
	padding: 15px 0;
}

.footer_wrap {
	margin-top: 70px;
	background: #D7C0AE;
	padding: 50px 0;
}

.footer_wrap h3 {
	font-family: mySecondFont !important;
	font-size: 20px;
	color: #967E76;
}

.line2 {
	width: 125px;
    margin: 0 0 10px;
    border: 1px solid #967E76;
}

.footer_wrap p {
	color: #967E76;
}

.footer_social_icons li {
	display: inline-block;
}

.keep_touch_wrap li {
	margin-bottom: 15px;
}

.keep_touch_wrap a ,.keep_touch_wrap span {
	color: #967E76;
}

.copy_rights {
	text-align: center;
	margin-bottom: 0;
	padding-top: 30px;
}

.doctors_wrap {
	margin-top: 120px;
}

.doctors_desc {
	position: relative;
	margin-top: 40px;
}

.doctors_title h3 {
	font-size: 22px;
}

.doctors_desc img {
	width: 100%;
}

.doctor_profile_link {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 30px;
}

.doctor_profile_link a {
	font-family: mySecondFont !important;
    background: rgba(150,126,118,.7);
    border: 1px solid #d7c0ae;
    border-radius: 28px;
    padding: 7px 34px !important;
	color: #fff;
}

.doctor_profile_link a:hover {
	text-decoration: none;
    background: #fff;
	color: #967E76;
}

.doctors_title h3 span {
	font-family: myThirdFont !important;
}

.doctors_title p,.doctors_title a {
	color: #D7C0AE;
}

.doctor_image_single img {
	width: 100%;
}

.single_doctor_desc {
	margin-bottom: 100px;
}

.line3 {
    width: 50%;
    border: 1px solid #d7c0ae;
    margin-bottom: 15px;
}

.single_doctor_desc p {
	line-height: 1.7;
}

.single_doctor_desc .book_btn {
	margin-top: 20px;
}

.single_doctor_desc a:hover {
	text-decoration: none;
	color: #967E76 !important;
	background: #fff;
}

.new_wrap.doctors_wrap h2 {
	margin: 20px 0 !important;
}

.side_title {
	font-family: mySecondFont !important;
	color: #fff;
	margin: 0;
}

.lastest_news {
	margin: 20px 0;
}

.lastest_news .media img {
	width: 100px;
}

.lastest_news .media h4 a {
	font-family: mySecondFont !important;
	color: #fff;
}

.lastest_news .media p {
	color: #d7c0ae;
}

.square {
  height: 10px;
  width: 10px;
  background-color: #fff;
	display: inline-block;
}

.banner {
	margin-bottom: 0;
}

.banner img {
	filter: brightness(70%);
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
}

.news_single_wrap p {
	line-height: 2;
}

.careers_wrap h2 {
	margin-bottom: 0;
}

.careers_wrap p {
	color: #d7c0ae;
}

.careers_wrap .upload-btn-wrapper {
  	position: relative;
  	overflow: hidden;
  	display: inline-block;
	cursor: pointer;
}

.careers_wrap .btn {
    font-size: 14px;
    background: transparent;
	color: #d7c0ae;
	cursor: pointer;
}

.careers_wrap .upload-btn-wrapper input[type=file] {
  	font-size: 100px;
  	position: absolute;
  	left: 0;
  	top: 0;
  	opacity: 0;
	cursor: pointer;
}

.careers_wrap .btn img {
    width: 30px;
    margin-right: 5px;
}

.hiring_form {
	width: 60%;
	margin: 0 auto;
}

.hiring_form input ,.hiring_form select {
	width: 100%;
	border: 1px solid #d7c0ae;
	border-radius: 28px;
	height: 40px;
	margin-bottom: 30px;
	padding-left: 15px;
	outline: none;
	background: transparent;
	color: #fff;
}

.hiring_form input::placeholder ,.hiring_form textarea::placeholder {
	color: #fff;
}

.hiring_form select option {
  	background: #d7c0ae;
  	color: #fff;
	padding-bottom: 15px;
}

.hiring_form textarea {
  	background: transparent;
	border: 1px solid #d7c0ae;
	border-radius: 28px;
  	color: #fff;
	width: 100%;
	height: 150px;
	padding: 15px;
	margin-bottom: 20px;
	outline: none;
}

.send_btn {
	font-size: 18px;
	font-weight: bold;
	background: transparent;
    border: 1px solid #d7c0ae;
    border-radius: 28px;
    color: #fff;
	padding: 7px 40px;
	height: 40px;
    margin-top: 20px;
	outline: none;
}

.send_btn:hover {
	background: #d7c0ae;
    color: #fff;
}

.contact_map {
	margin-top: 50px;
}

.contact_map iframe {
	width: 100%;
	height: 300px;
}

.news_title_singlee {
	left: 40px;
}

.news_title_singlee p {
	text-align: left;
}

.hiring_form h3 {
	margin: 44px 0;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  	width: 100%;
    border: 1px solid #d7c0ae;
    border-radius: 28px;
    height: 40px;
    margin-bottom: 30px;
    padding-left: 15px;
    outline: none;
    background: transparent;
    color: #fff;
	z-index: 4;
    position: relative;
    background: #967E76;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  	position: absolute;
  	content: "";
  	top: 17px;
    right: 20px;
  	width: 0;
  	height: 0;
  	border: 6px solid transparent;
  	border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 10px 16px;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #d7c0ae;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    border-radius: 28px;
	padding-top: 50px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.custom-select2 {
	z-index: 2;
}

.custom-select3 {
    z-index: 1;
}

.navbar-toggle .icon-bar {
	background: #fff;
}

.mobile_lang {
	display: none !important;
}

.select-items {
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}

.select-items::-webkit-scrollbar {
  	display: none;
}

.copy_rights a {
	color: #967E76;
    font-weight: bold;
}

.navbar-brand > img {
    display: block;
    width: 150px;
    margin-top: -40px;
}

.carousel-caption {
	text-shadow: none;
}


/*	----------------------------------------------------------
	Responsive Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (min-height: 400px) {
}

@media screen and (min-height: 500px) {

} 

@media screen and (min-height: 600px) {

}

@media screen and (min-height: 700px) {

}

@media screen and (min-height: 800px) {
	.carousel,.first-slide,.carousel .item ,._slide {height: 900px !important;}
}

@media screen and (min-height: 900px) {
	.carousel,.first-slide,.carousel .item ,._slide {height: 900px !important;}
}

@media screen and (min-height: 1000px) {

}

/*	----------------------------------------------------------
	Responsive Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media only screen and ( min-width: 320px) and ( max-width: 767px ) {
	.navbar-toggle {margin-right: 0;margin-top: 33px;}
	.header_lang {display: none;}
	.navbar-wrapper .navbar {margin: 0;}
	.navbar-brand {padding: 20px 0;}
	.navbar-collapse {border-top: 1px solid #d7c0ae; margin-top: 20px;}
	.navbar-nav {margin: 0 -15px;background: #967E76;padding-bottom: 40px;}
	.navbar-nav > li {padding: 20px 15px 0;}
	.book_btn a {text-align: center;}
	.carousel,.carousel .item,.first-slide {height: 400px;}
	.carousel-caption {top: 32%;}
	.carousel-caption h1 {font-size: 40px;}
	.carousel-caption p {font-size: 32px !important;}
	.carousel {margin-bottom: 10px;}
	.About_us_wrap h2 {font-size: 30px;}
	.About_us_wrap h3 {font-size: 20px;}
	.services_wrap h2, .new_wrap h2, .achievements_wrap h2 {font-size: 30px;}
	.services_wrap .col-md-12 {display: block;}
	.service, .last_services {margin: 0 0 15px;}
	.owl-carousel.owl-drag .owl-item {padding: 0 15px;}
	.single_doctor_desc .book_btn a {display: block;font-size: 12px;}
	.single_doctor_desc {margin-bottom: 0;}
	.hiring_form {width: 100%;}
	.mobile_lang {display: block !important;}
	.navbar-brand > img {margin-top: -50px;margin-left: -30px;}
}

@media only screen and ( min-width: 768px) and ( max-width: 991px ) {
	.navbar-nav > li {padding: 40px 4px 0;}
	.navbar-nav > li > a {font-size: 12px;}
	.navbar-brand > img {width: 70px;margin-top: 10px;}
	.book_btn a {padding: 7px 16px !important;}
	.header_lang {margin-top: 33px;}
}

@media only screen and ( min-width: 1024px) and ( max-width: 1199px ) {
	.navbar-nav > li {padding: 40px 7px 0;}
	.navbar-brand > img {width: 140px;}
}

@media only screen and ( min-width: 1200px) and ( max-width: 1599px ) {
	.new_container_wrap {padding: 0 70px;}
	.new_container_wrap .About_us_wrap h2 {font-size: 29px;}
}

@media only screen and ( min-width: 1600px) and ( max-width: 2500px ) {
	.new_container_wrap {padding: 0 100px;}
}













