@font-face {
    font-family: "AdobeArabic";
    src: url('../fonts/AdobeArabic-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Amman";
    src: url('../fonts/AmmanV3Serif-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

#about::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 0px 0px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 2px;
  border: 1px solid #24abbf;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #18d26e;
}

#about .about-col h2 {
  color:#38595e;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  padding: 0;
  margin: 0px 0 6px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #18d26e;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #18d26e;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #18d26e;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}


/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #18d26e;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #18d26e;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #18d26e;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #18d26e;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #18d26e;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #18d26e;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 1px;
    padding-left: 1px;
}

.ar_title{
	font-family:"AdobeArabic";
	font-size :30px !important; 
    margin-bottom: 0 !important;
    margin-top: 5px !important;	
}

.num{
	padding-top: 10px !important; 
    font-size: 40px !important; 
}

.hour{
    margin: 12px 0 12px 0 !important; 
}
.orange_background{
	background:#f9b475 !important;
}
.silver_background{
	background:#f3f3f3 !important;
}
.blue_background{
	background:#2dabbd !important;
}
.day{
	color:#2dabbd !important;
	font-size: 60px !important;
    margin-bottom :0px !important;	
}
.arabic_month{
	font-family:"AdobeArabic";
	font-size: 90px !important;
    margin-bottom :0px !important;	
	color:#38595e !important;
	line-height:60px;
}
.english_month{
	font-size: 20px !important;
    margin-bottom :10px !important;	
	color:#38595e !important;
	font-weight:normal;
}
.year{
	font-family:"AdobeArabic";
	font-size: 50px !important;
	line-height:20px;
	font-weight: 700;
}

.first_desc{
	font-family:"AdobeArabic";
	font-size: 23px !important;	
	text-align:center;
	padding:10px;
	line-height:20px;
	margin-top:20px;
	color:#2dabbd;
	font-style:italic;
}

.second_desc{
	font-family:"AdobeArabic";
	font-size: 23px !important;	
	text-align:center;
	padding:10px;
	line-height:20px;
	margin-top:3px;
	color:#df9552;
	font-style:italic;
}

.ramadan_text{
	color:#6a7071;
	margin: 15px 0 20px 0;
	font-family: "Amman";
	font-size: 18px;
}
.tel{
	color:#848888 !important;	
	margin: 20px 0 10px 0 !important;	
	font-size: 18px !important;	
	text-transform: inherit !important;	
	font-weight: normal !important;	
}
.website{
	color:#848888 !important;	
	margin: 0px 0 20px 0 !important;	
	font-size: 18px !important;	
	text-transform: inherit !important;	
	font-weight: normal !important;	
}
.website a{
	color:#57bfd1 !important;	
}
.calendar_day{
	border-radius:5px !important;	
	color:#24abbf;
}
.calendar_day h2{
	color:#24abbf !important;	
}
.old_day {
    background: #f3f3f3 !important;
}
.current_day {
    background: #25abbf !important;
}
.new_day {
    background: #fff !important;
}
.current_day h2{
    color: #fff !important;
}


.swal2-container {
    zoom: 1.6!important;
}

.questions-container {

}

.questions-container button {
  width: 100%;
  margin-bottom: 10px;
  zoom: 0.8;
}

.swal2-styled.swal2-confirm {
  display: none!important;
}

.questions-container p {
  text-align: right;
  white-space: nowrap;
  margin-top: 5px;
}

.questions-container .form-control {
  zoom: 0.8;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0!important;
    vertical-align: middle;
    zoom: 1;
}

.questions-container .form-group {
    margin-bottom: 8px;
}

.questions-container span {
  font-size: 16px;
  margin-right: 5px;

}