@font-face {
  font-family: 'Sakkal Majalla';
  src: url('../fonts/majalla.woff2') format('woff2'),
       url('../fonts/majalla.woff') format('woff'),
       url('../fonts/majalla.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Sakkal Majalla', sans-serif; font-size:24px;
}

html{ direction: ltr; width: 100%; overflow-x: hidden;  scroll-behavior: smooth;}
body{width: 100%; overflow-x: hidden; }
a{text-decoration: none;}
.appjad-image{position: relative;width: 100%;padding-bottom: 100%;overflow: hidden;}
.appjad-image.re{padding-bottom: 80%; }

.appjad-image.cover{padding-bottom: 50%; }
.appjad-image.to{padding-bottom: 180%; }
.appjad-image.ro{ transform: translateY(-1px) rotate(0deg); }
.appjad-image img{position: absolute; left: 50%;top: 50%; min-height: 100%; width: 100%;
  -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);transition: all .5s;
  transform: translate(-50%,-50%);object-fit: cover;object-position: center;}
.appjad-effect {    display: block;  position: relative;   overflow: hidden; } 
.appjad-effect::before{  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;   bottom: 0; right: 0;   opacity: 1; position: absolute; width: 0; height: 0; content: "";}
.appjad-effect::after {  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;   left: 0;  top: 0;  opacity: 1;  position: absolute;  width: 0;  height: 0;   content: "";}
.appjad-effect:hover::before, .appjad-effect:hover::after{    height: 100%;    width: 100%;    opacity: 0;   z-index: 9;  transition-duration: 1.3s;  }
.image-item:hover .appjad-effect::before, .image-item:hover  .appjad-effect::after{    height: 100%;    width: 100%;    opacity: 0;   z-index: 9;  transition-duration: 1.3s;  }

.text-justify{text-align: justify; line-height: 25pt;}
.text-maq{ font:  700 50px/60px "Playfair Display", Helvetica, sans-serif;    color: #062639;    margin: 0 0 30px; }
.bg-maq{background: linear-gradient(to right, #09585F, #09585F) !important;}
.bg-maq-2{background-color: #EBE2D8;}
.color-maq-2{color: #EBE2D8;}
.color-maq{color: #09585F;}
.dropdown-menu{background-color:#09585F !important ; color: #EBE2D8 !important;}
.dropdown-menu .dropdown-item{color: #EBE2D8 !important;}
.dropdown-menu .dropdown-item:hover{background-color:#EBE2D8 !important ; color: #09585F !important;}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{color: #EBE2D8 !important;}
.header {
  background: 
    url(../images/pattern-1.png?4) center right no-repeat,
    linear-gradient(to left, #09585F, #09585F);

}

.about{
  background: 
    url(../images/pattern-4.png?4) bottom right 100px repeat-y,
    linear-gradient(to left, #EBE2D8, #E4E0D4);
}
.about{
  background: 
    url(../images/pattern-4.png?4) bottom right 100px repeat-y,
    linear-gradient(to left, #EBE2D8, #E4E0D4);
}
.vision {
  background: 
    url(../images/pattern-1.png?4) center left no-repeat,
    linear-gradient(to left, #09585F, #09585F);

}
.mission{
  background: 
    url(../images/pattern-2.png?4) bottom left 100px repeat-x,
    linear-gradient(to left, #EBE2D8, #E4E0D4);
}
.about-content ul{
    margin:0 !important;
    padding:0 !important;
}
.about-content ul li{ border-bottom:1px solid ; padding: 5px 0;}
 
li::marker{font-size:0;}

#lavalamp .nav-link{font-size: 1.2rem;}
#lavalamp .nav-link:hover{color: #EBE2D8;}
.lavalamp__object {background: linear-gradient(to right, #09585F, #09585F) !important;color: #FFF; }
.lavalamp__object.nav-link.active  {background: #09585F; color: #FFF !important; }
.social .nav-link,.social a{font-size: 1.4rem;color: rgba(255, 255, 255, 0.55) !important;}
.social .nav-link:hover,.social a:hover{color: #EBE2D8 !important;}



#myCarousel  .carousel-caption{bottom: 25% !important;}
#myCarousel .carousel-bg{height: calc(100vh - 80px) !important;}
#myCarousel .color-bg{background-color: rgba(0, 0, 0, 0.4);  width: 100%; height: 100%; position: absolute;}
.fixed-bg { position: relative; overflow: hidden; height: 50vh;  background-repeat: no-repeat !important;  background-size: cover !important;  background-position: center !important;  background-attachment: fixed !important;}
.fixed-bg .color-bg{background-color: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; position: absolute;}
.fixed-bg .container{z-index: 2;}
.fixed-bg  .bg-caption{ position: absolute;background: linear-gradient(to right, #09585F, #09585F) !important; width: 70%;  height: 70%; left: 10%;   top: 30%; z-index: 1;
  -webkit-animation:swing 45s linear infinite;
  -moz-animation:swing 45s linear infinite;
  animation:tada2 20s linear infinite;}
.fixed-bg .caption{ padding-top: 20%; z-index: 3 !important; position: relative;}  

#myCarousel .carousel-control-prev{  top: 50%;	left: -50px;}
#myCarousel .carousel-control-next{  top: 50%;	right: -50px;}
#myCarousel:hover .carousel-control-prev{	left: 50px;}
#myCarousel:hover .carousel-control-next{	right: 50px;}
#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next{	font-size: 0px;	color: #09585F;
background-color: #09585F;	width: 50px;	height: 50px;  padding-top: 10px;
transition: all 400ms ease-in-out;	-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;	-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;	display: inline-block;	text-align: center;	z-index: 1;}
#myCarousel  .carousel-caption {     bottom: auto;   left: auto;   right: auto;    width: 35%;  }
#myCarousel  .carousel-caption  .bg-caption{ position: absolute; 
/*background: */
/*    url(../images/pattern-1.png?4) center left no-repeat,linear-gradient(to right, #09585F, #09585F) !important; */
    
    width: 70%;  height: 70%; left: 10%;   
  /*-webkit-animation:swing 45s linear infinite;*/
  /*-moz-animation:swing 45s linear infinite;*/
  /*animation:tada2 20s linear infinite;*/
  }
#myCarousel  .carousel-caption .maq-slider-title {    font: italic 700 50px/60px "Playfair Display", Helvetica, sans-serif;  color: #EBE2D8;   margin: 0 0 30px;  }
#myCarousel  .carousel-caption .maq-slider-title,
#myCarousel  .carousel-caption .maq-slider-desc{color: #EBE2D8;	-webkit-animation-duration: 1s;	animation-duration: 1s;	-webkit-animation-fill-mode: both;	
animation-fill-mode: both;
animation-name: fadeInDown;	animation-delay: 0.3s;}
#myCarousel  .carousel-caption .maq-slider-title {	animation-name: fadeInDown; }
#myCarousel  .carousel-caption .maq-slider-subtitle {	animation-name: fadeInLeft;}
#myCarousel  .carousel-caption .maq-slider-desc,#myCarousel  .carousel-caption .maq-slider-slider-button{	animation-name: fadeInUp;}
#myCarousel  .carousel-caption .maq-slider-title span{	color: #09585F;}
#myCarousel  .carousel-caption .maq-slider-desc {	font: 400 18px/30px "Roboto", Helvetica, sans-serif;	color: #FFF;	margin: 0 0 30px 0;}

#myCarousel:hover + .featured{	margin-top: 80px !important;}

.about{ padding-top: 50px; min-height: 550px; position: relative; }
.about-image{ zoom: 1;width: 100% !important ;}
.about-image .img-effect{visibility: visible; animation-delay: 0.5s; animation-name: zoom;}
.about-us p{font-size: 1.3rem;}
.img-rotate-3 {	position: fixed;    width: 30%;    left: 20%;    top: 20%;    margin: auto !important;    -webkit-animation: tada 45s linear infinite;    -moz-animation: tada 45s linear infinite;    animation: tada 45s linear infinite;     z-index: -1;    opacity: 0.1;}


.services{background: transparent url(../images/bg3.jpg) center center/cover no-repeat scroll !important; position: relative;}
.services .shake-image{position: absolute; z-index: 1;}
.services .shake-image.img-1{top: 40%; left: 5%;  -webkit-animation:  hinge 25s linear infinite;
  -moz-animation: hinge 25s linear infinite;
  animation: hinge 15s linear infinite;}
.services .shake-image.img-2{top: 25%; right: 5%;  -webkit-animation:  shake 25s linear infinite;
-moz-animation: shake 25s linear infinite;
animation: shake 25s linear infinite; z-index: 1;}
.services .shake-image.img-3{bottom: 20%; right: 5%;  -webkit-animation:  fadeIn 3s linear infinite;
  -moz-animation: fadeIn 3s linear infinite;
  animation: fadeIn 3s linear infinite;}
.services .col-md-4{z-index: 9;}
.services .item{transition: all 400ms ease-in-out !important;	-webkit-transition: all 400ms ease-in-out!important;	
  -moz-transition: all 400ms ease-in-out!important;		-o-transition: all 400ms ease-in-out!important;	
  -ms-transition: all 400ms ease-in-out!important;	}
.services .item .line-container {  position: relative;  width: 100%;  height: 20px;  overflow: hidden;}
.services  .item .line-container::before {
  content: '';  position: absolute;  top: 0;  left: 0;  width: 0;  height: 100%;  background-color: #09585F;  transition: width 0.3s ease;}
.services  .item:hover .line-container::before {  width: 100%;}
.owl-carousel .owl-stage {
  display: flex;
}
.services figure{position: relative !important;}
.user-input-wrp {  position: relative;  width: auto;}

.user-input-wrp .inputText{font-size: 1rem !important;  padding: 13px 21px 13px  21px !important;}
.user-input-wrp .inputText.with-padding{font-size: 1rem !important;  padding: 13px 21px 13px  13px !important;}
/* .user-input-wrp .inputText:focus{padding: 2rem;} */
.user-input-wrp .floating-label {  position: absolute;  pointer-events: none;  top: 13px;  left:21px !important;  transition: 0.2s ease all;}
.user-input-wrp .delete-btn {  position: absolute; cursor: pointer;  top: 13px;  right:21px !important; }
.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp textarea:focus ~ .floating-label,
.user-input-wrp input:not([value='']) ~ .floating-label,
.user-input-wrp textarea:not(:focus):valid ~ .floating-label{top: 3px;  left: 21px !important;  font-size: 10px;  opacity: 1;}
.user-input-wrp select:not([option='checked']) ~ .floating-label{top: 3px;  left: 21px !important;  font-size: 10px; opacity: 1;}
.user-input-wrp .add-field-item,.user-input-wrp .action{  position: absolute; right: 0; top: 0; padding: 10px 20px; cursor: pointer;}


 
.up{width: 50px !important; height: 50px !important; z-index: 9999; line-height: 50px;  left: auto;}

.footer{  
  position: relative;
 color:#EBE2D8;
  background: 
    url(../images/pattern-1.png?4) top 150px right no-repeat,
    linear-gradient(to right, #09585F, #09585F);

} 
 .owl-nav .owl-prev {	background: #09585F !important; color: #EBE2D8 !important;  padding: 20px !important; width: 40px !important; height: 40px !important; margin:10px 0 10px !important;	left: 30px;	}
.owl-nav .owl-next {	background: #09585F !important; color: #EBE2D8 !important; padding: 20px !important;width: 40px !important; height: 40px !important; margin:10px 0 10px !important;	right: 30px;	}

@media (max-width: 1700px) {
	#myCarousel  .carousel-caption .maq-slider-subtitle,.banner  .caption .maq-slider-title{font-size: 30px !important;		line-height: 22px;	} 

}
@media (max-width: 1400px) {
	#myCarousel  .carousel-caption .maq-slider-desc,.banner  .caption .maq-slider-desc{		font-size: 16px;		line-height: 26px;	}
	#myCarousel  .carousel-caption .maq-slider-title{		font-size: 40px;		line-height: 50px;	}
  
  .carousel-caption{bottom: 25% !important; width: 80% !important}
  
}
@media (max-width: 1199px) {
	#myCarousel  .carousel-caption .maq-slider-title,.banner  .caption .maq-slider-title{		font-size: 40px;		line-height: 50px;		margin: 0 0 15px 0;	}
	#myCarousel  .carousel-caption .maq-slider-desc,.banner  .caption .maq-slider-desc {		font-size: 14px;		line-height: 24px;		margin: 0 0 15px 0;	}
	#myCarousel  .carousel-caption .maq-slider-subtitle,.banner  .caption .maq-slider-subtitle {		font-size: 13px;		line-height: 16px;		padding: 0 0 0 40px;		margin: 0 0 15px 0;
	}
  
  #myCarousel  .carousel-caption .maq-slider-subtitle::after,.banner  .caption .maq-slider-subtitle::after {		width: 30px;	}
}
@media (max-width: 991px) {
	#myCarousel  .carousel-caption .maq-slider-title,.banner  .caption .maq-slider-title{		font-size: 20px;		line-height: 40px;	}
	#myCarousel  .carousel-caption .maq-slider-desc,.banner  .caption .maq-slider-desc {		font-size: 13px;		line-height: 19px;	}
	#myCarousel  .carousel-caption .maq-slider-slider-button a{		font-size: 13px;		line-height: 18px;		padding: 12px 24px;	}
	#maq-home-slideshow:hover .slideshow .owl-nav .owl-prev {		left: 30px;	}
	#maq-home-slideshow:hover .slideshow .owl-nav .owl-next {		right: 30px;	}
  
  .carousel-caption{bottom: 25% !important; width: 80% !important;left: 10%;}
  #myCarousel .carousel-bg{height: calc(50vh - 80px) !important;}
}
@media (max-width: 767px) {
  .fixed-bg { height: 60vh !important;}
  #myCarousel .carousel-control-prev,
  #myCarousel:hover .carousel-control-prev{		left: 20px;width: 30px;		height: 30px; padding-top: 0;	}
  
  #myCarousel .carousel-control-next,
  #myCarousel:hover .carousel-control-next {		right: 20px;width: 30px;		height: 30px; padding-top: 0;	}
   .carousel-control-prev-icon,
  .carousel-control-next-icon{width: 10px;} 
	/* #myCarousel  .carousel-caption .maq-slider-subtitle{display: none;} */
	/* #myCarousel  .carousel-caption .maq-slider-desc,.banner  .caption .maq-slider-desc{	display: none;	} */
  .item{width: 50%;}
  
#myCarousel .carousel-caption{bottom: 10% !important; width: 80% !important;left: 10%;}
.text-maq{ font: italic 700 25px/30px "Playfair Display", Helvetica, sans-serif;      margin: 0 0 30px; }
#myCarousel .carousel-bg{height: calc(50vh - 80px) !important; }
}
@media (max-width: 543px) {
  #myCarousel .maq-slider-title ,.banner  .caption .maq-slider-title{font-size: 20px;	line-height: 34px;	}
}
@media (max-width: 480px) {
  #myCarousel .maq-slider-slider-button a {
		font-size: 12px;
		line-height: 18px;
		padding: 7px 12px;
	}
  
  #myCarousel  .maq-slider-title,.banner  .caption .maq-slider-title {
		font-size: 20px;
		margin: 0 0 20px 0;
	}
  #myCarousel .carousel-control-prev{
		left: 10px;
	}
  #myCarousel .carousel-control-next {
		right: 10px;
	}

}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@-moz-keyframes spin2 { 0% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin2 { 0% { -webkit-transform: rotate(360deg); } }
@keyframes spin2 { 0% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }





