@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');

*
{	
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#484847;
	font-weight:300;
	
}
.font_ar , .font_ar *
{
	font-family: 'Tajawal', sans-serif;

}
.rtl{direction:rtl}
::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #30A8FA;
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#484847;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
.displaynone
{
	display:none !important
}
.font-big{ font-family: 'big-caslon';
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !important;
    padding-top: 5px;
    display: inline-block;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1
{
	color:green;
	width:100%;
}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}
.font-mont , .font-mont *
{
	font-family: 'Montserrat', sans-serif;

}
.font-med , .font-med *
{
	 font-weight: 500;
}
.font-bold , .font-bold *
{
	 font-weight: 700;
}
.font-light , .font-light *
{
	 font-weight: 300;
}
.font-12, .font-12 *
{
	font-size:0.75rem
}
.font-13, .font-13 *
{
	font-size:0.8125rem
}
.font-14, .font-14 *
{
	font-size:0.875rem
}
.font-15, .font-15 *
{
	font-size:0.9375rem
}
.font-16, .font-16 *
{
	font-size:1rem
}
.font-18 , .font-18 *
{
	font-size:1.125rem
}
.font-20, .font-20 *
{
	font-size:1.25rem
}
.font-22, .font-22 *
{
	font-size:1.375rem
}
.font-24, .font-24 *
{
	font-size:1.5rem
}
.font-26, .font-26 *
{
	font-size:1.625rem
}
.font-28, .font-28 *
{
	font-size:1.75rem
}
.font-30, .font-30 *
{
	font-size:1.875rem
}
.font-32, .font-32 *
{
	font-size:2rem;
	line-height:2rem
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.5rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-45, .font-45 *
{
	font-size:2.8125rem
}
.font-50, .font-50 *
{
	font-size:3.125rem;
	line-height: 3.125rem;
}
.font-52, .font-52 *
{
	font-size:3.25rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-60, .font-60 *
{
	font-size:3.75rem;
	line-height:3.75rem
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-70, .font-70 *
{
	font-size:4.375rem;
	line-height: 4.375rem;
}
.font-80, .font-80 *
{
	font-size:5rem
}
.font-90, .font-90 *
{
font-size:4.375rem;
}
.font-120, .font-120 *
{
	font-size:7.5rem
}
.text-center
{
	text-align:center
}
.line-height13
{
	line-height:1.3rem
}
.line-height14
{
	line-height:1.4rem
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.line-height3
{
	line-height:3rem
}
.line-height4
{
	line-height:4rem
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}
.trigger{
	width: 35px;
	height: 25px;
	z-index: 999999999;


}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 4px;
	width:30px;
	margin:0;
	background: #30A8FA;
	top:0;


	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	left:0
}

.trigger > div > span:nth-child(2){
    top: 9px;
	width:20px;

}

.trigger > div > span:nth-child(3){
	top:18px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
	background:#FFF
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;background:#FFF
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slideddddd{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
	
}
.white , .white *
{
	color:#FFF
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b
{
	font-weight:700
}
.txt-justify
{
	text-align:justify
}
.py-75
{
	padding-top:4.6875rem;
	padding-bottom:4.6875rem
}
.py-100
{
	padding-top:6.25rem;
	padding-bottom:6.25rem
}
.px-100
{
	padding-right: 6.25rem;
	padding-left: 6.25rem
}
.ai-fs
{
	align-items:flex-start
}
.line-20 , .line-20 *
{
	line-height:1.25rem
}
.line-22 , .line-22 *
{
	line-height:1.375rem
}
.line-25 , .line-25 *
{
	line-height:1.5625rem
}
.line-30 , .line-30 *
{
	line-height:1.875rem
}
.line-35 , .line-35 *
{
	line-height:2.1875rem
}
.line-40 , .line-40 *
{
	line-height:2.5rem
}
.line-50 , .line-50 *
{
	line-height:3.125rem
}
.line-60 , .line-60 *
{
	line-height:3.75rem
}
.trigger
{display:none
}
/***********************************************************************/
.color1
{
	color:#30A8FA
}
.color2 , .color2 *
{
	color:#484847
}
.color3 , .color3 *
{
	color:#979797
}
.color4 , .color4 *
{
	color:#6D7278
}
header
{
	background:#EFEFEF
}
header a
{
	color:#707070
}
header nav li a:hover , .top_header a:hover
{
	color:#30A8FA
}
header nav li.active a
{
	font-weight:700;
	color:#30A8FA
}
header nav li {
    margin: 0 1.2rem;
    text-align: center;
}
header nav li:first-child
{
	margin-left:0
}
.top_header
{
	border-bottom:1px solid #DDDDDD
}
.social li
{
	margin-right:15px; 
}
.social li a:hover span
{
	color:#30A8FA
}
.w-100
{
	width:100%
}
.request_app a
{
	background:#DDDDDD;
	padding:10px 40px;
	color:#30A8FA;
	letter-spacing:1px 
}
.request_app a:hover
{
	color:#DDDDDD;
	background:#30A8FA;
}
footer
{
	display:inline-block;
	width:100%;
	background:#2D466E
}
.footer_border span
{
	width:100px;
	height:4px;display: block;
	background:#30A8FA
}
.footer_social li
{
	margin-right:15px; 
}
.footer_social li a:hover span
{
	color:#30A8FA
}
footer a:hover
{
	color:#30A8FA
}
.breadcrumbs-box
{
	background:#0070C5;
}
.container.mini
{
	max-width:930px;
}
.bg_grey
{
	background:#F3F3F3
}
.bg_white
{
	background:#FFF
}
.a_hover a:hover
{
	color:#30A8FA
}
.h-100
{
	height:100%
}
#photos .colw-33 , #videos .colw-33
{
	max-width:32.5%
}

.videos_box .youtube {
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    z-index: 60;
}
.appointment-form input[type=text] , .appointment-form select , .appointment-form textarea
{
	border:0;height:60px;
	background:#EDEDED;
}
.appointment-form textarea{
resize:none;

} 
.send button
{
	width:150px;
	height:45px;
	background:#30A8F9;
	color:#FFF;
	cursor:pointer
}
.send button:hover{
background-color:#2D466E
}
.FormResult  , .success
{
	color:green
}
.bg_blue{
background:#055999
}

.about_menu li
{
	padding:0 15px;
	border-right:1px solid #FFF
}
.about_menu li:last-child
{
	border:0
}
.about_menu li:hover a
{
	color:#32C5FF
}
.about_menu li.active a
{
	color:#32C5FF;
}
.pub_box
{
	border:1px solid #707070;
}
.pub_box:after
{
	position:absolute;
	bottom:0;
	right:0;
	z-index:50;
	content:'';
	width:80px;
	height:6px;
	background:#707070
}
.pub_title
{
	background:#707070;
	display:inline-block
}
.publications_box .colw-100:last-child , .oral_box .colw-100:last-child 
{
	margin-bottom:0;
}
.orale_border {
    position: absolute;
    top: 0;
    left: calc(20% - 2px);
    z-index: 10;
	width: 4px;
	background: #E4DEDE;
	height:100%
}

.aos-animate .orale_circle img
{
	-webkit-animation:bounce-in-fwd 1.1s 2 both;animation:bounce-in-fwd 1.1s 2 both
} @-webkit-keyframes bounce-in-fwd{0%{-webkit-transform:scale(0);transform:scale(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}38%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}55%{-webkit-transform:scale(.7);transform:scale(.7);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:scale(.84);transform:scale(.84);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}89%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:scale(.95);transform:scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes bounce-in-fwd{0%{-webkit-transform:scale(0);transform:scale(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}38%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}55%{-webkit-transform:scale(.7);transform:scale(.7);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:scale(.84);transform:scale(.84);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}89%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:scale(.95);transform:scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}
 
 
.orale_border
{
	-webkit-animation: line_l_animation 6s ;
	animation: line_l_animation 6s ;	  
}
 @-webkit-keyframes line_l_animation {
    0%   { height: 0px;}
    100%   {height: 100%;}
}

.membership_box .colw-33
{
	border: 1px solid #979797;
	border-top:5px solid #0091FF;
	background:#FFF;
	width:32%;
}
.membership_img{
width:100px;
height:90px;
border: 1px solid #BEBEBE;
}

.border1
{
	border-bottom:1px solid #DADADA;
	position:relative
}
.border1:before
{
	position:absolute;
	bottom:-1px;
	left:0;
	z-index:50;
	content:'';
	width:110px;
	height:2px;
	background:#0091FF	
}

.titles_publications li
{
    display: list-item;
    list-style: circle;
    list-style-position: outside;
    margin-left: 20px;
}

.reference li
{
	border-bottom:1px solid #DADADA;
	display:inline-block;
	width:100%
}
.reference li:last-child
{
	margin-bottom:0;
	padding-bottom:0;
	border:0
}

.ziad_list li
{
	margin-right:15px; 
}
.ziad_list li a:hover span
{
	color:#30A8FA
}
.bl-1
{
	border-left:1px solid #BEBEBE;
}
#before .colw-50 , #home-videos .colw-50
{
	max-width:49.5%
}
.h_view_all a
{
	background:#30A8FA;
	letter-spacing:2px;

}
.h_view_all a:hover
{
	background:#2D466E;
	letter-spacing:3px;

}

#home-videos .videos_box
{
	position:relative;
}
#home-videos .videos_box:before
{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	width:100%;
	height:100%;

	background:rgba(0,0,0,0.5);transition:all 0.5s ease-in-out;
}
#home-videos .colw-50:hover .videos_box:before
{
	background:rgba(0,0,0,0.2);
}
.our_specialties .colw-20
{
	max-width:95%;
}
.our_specialties .bg_white
{
	border:1px solid #30A8FA;
}
.our_specialties img{
height:93px;
}
.our_specialties .bg_white:before
{
	position:absolute;
	bottom:-1px;
	left:calc(50% - 40px);
	z-index:50;
	width:80px;
	height:6px;
	content:'';
	background:#30A8FA;transition:all 0.5s ease-in-out;
}
.home_parallax
{
	background:url('../img/parallax.jpg') no-repeat center center / cover;
	background-attachment:fixed;height:450px;position:relative;
}
.home_parallax:before
{
	position:absolute;
	bottom:0;
	left:0;
	z-index:50;
	width:100%;
	height:100%;
	content:'';
	background:url('../img/shadow.png') no-repeat bottom left / cover;
}

.ai-fe
{
	align-items:flex-end
}
.ai-c
{align-items:center
	
}
.latest_arrow
{
	position:absolute;
	cursor:pointer;
	top:8px;
	z-index:60;
	background:none
}
.leftLst
{
	left:-40px;    transform: rotate(180deg);
	
}
.rightLst
{
	left:-40px;top:45px;
}
.parallax_box_slick {
margin-bottom:0 !important
}
header li .ddm
{
	width:250px;
}
header li .ddm li{
	margin:0
}
header li .ddm li a
{
	font-size:14px;font-weight:400 !important;
	color:inherit
}

.preloader {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #4b4b4b;
  text-align: center;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index:100;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #30A8FA;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.banners {
    margin-bottom: -5px !important;

}
.main_bg {
    width: 100%;
    height: 660px;
    overflow: hidden;
    position: relative;
}
.banners_bg {
    position: absolute;
    transition: all 1s ease-in;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;background-repeat:no-repeat;background-size:cover
}
.banners_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     /* */

    z-index: 50;
    content: '';
}.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
  
}
.border2
{
	border-bottom:6px solid #30A8FA;
}
.banners_text .box
{
	  background-color: rgba(0,0,0,0.6);
}
.banners  .slick-dots li
{
	width:40px;
	height:5px;
	border-radius:25px;
}

.banners .slick-dots li 
{
	margin:0 2.5px;
}
 .banners .slick-dots li button
{
	width:40px;
	height:5px;border-radius:25px;
	background:#FFF;transition: all 0.5s ease-in;
	padding:0
}
.banners .slick-dots li button:before
{
	display:none
}
 .banners .slick-dots li button:hover , .banners .slick-dots li.slick-active button
{
	background:#30A8FA;
}
.banners .slick-dots {
    bottom: 10vh;
}
.jc-fe
{
	justify-content:flex-end
}


#home-videos .slick-slide{
      margin: 0 10px;
  }

  /* the parent */
#home-videos .slick-list  {
      margin: 0 -10px;
  }
  #home-videos
  {
	  margin-bottom:0 !important
  }
  .click_here
  {
	  position:absolute;
	  top:0;
	  left:0;
	  z-index:100;
	  width:100%;
	  height:100%;
	  
  }
  .logo img{
	  max-width:220px;
  }
@media all and (max-width: 1400px){
	.container{width:1000px}
	*{font-size:13px;}
	header nav li {
		margin: 0 8px;
	}
.logo img{
	  max-width:200px;
  }
}
.desk_none
{
	display:none
}
@media all and (max-width: 960px){
	.desk_none{display:block}
.home_parallax {background-attachment: initial;}
*{font-size:12px;}
.flex-row-m{flex-direction:column}	
.mb-25-m{margin-bottom:25px;}
.container{width:100%}
.container.mini {max-width: 100%;}
.px-0-m{padding-left:0;padding-right:0}
#photos .colw-33, #videos .colw-33{max-width:100%}
h1, h2, h3, h4, h5, h6{line-height:initial}
.pl-0-m{padding-left:0;border:0}
.font-52, .font-52 * , .font-50, .font-50 *{font-size:2.5rem}
.font-40, .font-40 * , .font-42, .font-42 *{font-size:2rem}
.membership_box .colw-33{width:100%}
.ai-fs-m{align-items:flex-start}
.orale_circle , .orale_border{display:none}
.about_menu li{width:100%;text-align:center;border:0;padding:10px 0}
.mb-50-m{margin-bottom:50px;}
#before .colw-50, #home-videos .colw-50{max-width:100%}
.main_bg{height:400px}
.py-0-m{padding-top:0;padding-bottom:0}
.slided {
    -ms-transform: translate(-320px,0);
    -webkit-transform: translate(-320px,0);
    transform: translate(-320px,0);
}

.trigger{
		display: block;
	}

	nav{
		position: fixed;
		z-index: 500;
		width: 320px;
		height: 100vh;
		box-sizing: border-box;
		background: #2D466E;
		left: 100%;
		padding: 20px;
		top: 0;
		transition: .7s;
		-moz-transition: .7s;
		-webkit-transition: .7s;
		z-index:100000
	}

	nav ul{
		margin:0;
	}

	nav ul li{
		margin:0;
		padding: 10px;
	}

	nav ul li a{
		padding: 5px 15px;
		line-height: 30px;
		text-align: left;
		position: relative;
		width: 100%;
		color:#FFF;
		box-sizing: border-box;
		display: block;
	}

	header li .ddm{
		position: relative;
		top: 10px;
		padding: 10px;
		opacity:1;
		overflow:inherit;
		background:none;
		top:-5px;
		left:20px;
		visibility:visible
	}

	.ddm li {
    		display: block;
    		float: none;
    		width: 100%;
		box-sizing: border-box;
    		padding: 0 ;
		text-align: left;
	}

	.ddm li a{
		text-align: left;
	}
header li .ddm{padding:0}
	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang li{
		display: inline-block;
		width: auto !important;
	}
	.top_header {display:none !important}
	header{padding:20px 0 }
	.logo img{max-width:180px}
	header li .ddm li a{color:#FFF}
	nav ul li a{line-height:initial}
	header li .ddm li{padding:10px 0}
}


