/*
	* Template Name: Maknor Help - v1.2.0
	* Author: maknorsoft.com
*/

/*-------------------------------------------
					Fonts
-------------------------------------------*/
@font-face {
    font-family: 'DroidArabicKufiBold';
    src: url('../FONTS/droidkufi-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DroidArabicKufiRegular';
        src: url('../FONTS/DroidKufi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../FONTS/droidkufi-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../FONTS/DroidKufi-Regular.ttf') format('truetype');    
    font-weight: normal;
    font-style: normal;
}

/*-------------------------------------------
	General
	main color #446cec
-------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: 'Droid Arabic Kufi';
  color: #444444;
  direction: rtl !important;
  background: #f1f1f1;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Droid Arabic Kufi';
}

#main {
  margin-top: 100px;
  width: 100%;
  transition: all 0.3s;
  font-size: 14px;
}
.submain{
  padding: 20px 30px;
}
@media (max-width: 1199px) {
  #main {
    padding: 0;
  }
}

.pagetitle {
  margin-bottom: 10px;
}
.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

/*------------------------------------------
				section
-----------------------------------------*/

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-family: 'El Messiri';
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #446cec;
  position: relative;
  z-index: 2;
}

.section-title span {
  font-family: 'El Messiri';
  position: absolute;
  top: 30px;
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
}

.share span{
	color: #0d6efd;
}

.share  .social {
  display: flex;
}

.share  .social a{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 23px;
  height: 23px;
  background: #0d6efd;
  margin-right: 5px;
}

.share a i {
  color: #fff;
  font-size: 12px;
}

/*-------------------------------------------
			Override Bootstrap
-------------------------------------------*/
/*navbar*/

.navbar-nav {
	padding-right: 20px;
}
.navbar-nav  .left-nav{
	padding-right: 100px;
}
.navbar-toggler{
	margin-left: 20px;
}	

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #446cec;
}

/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}
@media (max-width: 480px) {
  .dropdown-menu {
    width: 100vw !important;
  }
}
.dropdown-menu .dropdown-header, .dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}
.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}
.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}
.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}
.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}
.dropdown-menu .dropdown-item i {
  margin-left: 10px;
  font-size: 18px;
  line-height: 0;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}
.dropdown-menu-end[data-bs-popper] {
    left: 10px;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    left: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-right: 1px solid #eaedf1;
  }
}

/*border*/
.border-top-danger{
	border-top: 2px solid #dc3545!important
}
.border-top-success{
	border-top: 2px solid #198754!important
}
.cbg .card{
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 2%;
}
/* Card */
.card {
  margin-bottom: 10px;
  border-radius: 25px;
  box-shadow: 0px 0 3px rgba(1, 41, 112, 0.15);
  overflow: auto;
}
.card-header, .card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #446cec;
  font-family: 'Droid Arabic Kufi';
}
.login-title{
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #446cec;
  font-family: 'El Messiri';
}
.card-title .btn-group {
  position: absolute;
  left: 0px;
  margin-left: 20px;
  top: 15px;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-title button {
  float: left;
}

.card-title a {
  float: left;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: 'Droid Arabic Kufi';
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}
.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #446cec;
}
.nav-tabs-bordered .nav-link:hover, .nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}
.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #446cec;
  border-bottom: 2px solid #446cec;
}

.btn{
	background-color: #446cec;
	color: #000;
}

.btn:hover{
	background-color: #446cec;
	color: #fff;
}
.btn-signup{
	font-family: 'El Messiri';
	background-color: #446cec;
	color: #000;
	margin-left: 0px;
}
.btn-signup:hover{
	color: #f7f7f7;
}

.cat-item img {
  transition: .5s;
}

.cat-item:hover img {
  transform: scale(1.3);
}

.cat-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  text-align: center;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background: url("../IMG/") top center;
  background-size: cover;
  position: relative;
}

/*#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}*/

#hero h1 {
  font-family: 'El Messiri';
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: rgb(81, 160, 120);
}

#hero h2 {
  font-family: "Almarai", sans-serif;
  color: rgb(110, 87, 207);
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Almarai", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  background: #446cec;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #1197b5;
  border-color: #1197b5;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
  }

  #hero .container {
    padding-top: 40px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*-------------------------------------------
				carousel
--------------------------------------------*/
.carousel{
  background-image: url('../IMG/banner_new.jpg'); 
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.carousel img: {
  width: 100%;
  left: 0;
  right: 0;
}

.carousel .btn-get-started {
  font-family: 'El Messiri';
  background: #446cec;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

.carousel .btn-get-started:hover {
  background: #1197b5;
  border-color: #1197b5;
}
.carousel-item h1{
	color: #f1f1f1;
	font-weight: 800;
}
.carousel-item p{
	font-size: 22px;
	font-weight: 800;
	color: #f1f1f1;
}

.carousel-item:before {

	background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.carousel-caption h1{
	font-family: 'El Messiri';
}


/*-------------------------------------------
				Breadcrumbs
--------------------------------------------*/
#breadcrumbs{
  padding: 20px 0;
  background: #446cec;
  height: 250px;
}
#breadcrumbs h2{
	color: #fff;
	font-size: 40px;
	font-weight: 800;
}
.breadcrumb {
  font-size: 18px;
  font-family: 'Droid Arabic Kufi';
  color: #fff;
  font-weight: 600;
}
.breadcrumb a {
  color: #fff;
  transition: 0.3s;
}
.breadcrumb a:hover {
  color: #51678f;
}
.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}
.breadcrumb .active {
  color: #446cec;
  font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
  color: #fff;
  content: var(--bs-breadcrumb-divider, "/") ;
} 
/*-------------------------------------------
					Header
-------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  box-shadow: 0px 2px 3px rgba(1, 41, 112, 0.1);
  background-color: #f1f1f1;
}
.header ul {
  list-style: none;
  direction: rtl;
}
.logo {
  line-height: 1;
}
.logo img {
  max-height: 80px;
  margin-left: 5px;
  padding-right: 20px;
  width: 150px;
  height: 50px;
}
.logo span {
  font-size: 18px;
  font-weight: 700;
  color: #012970;
  font-family: 'Droid Arabic Kufi';
}
.logo .log {
  font-size: 22px;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 16px;
}

.about-2{
	background: #f7f7f7;
}
.about h1{
	color: rgb(81, 160, 120);
	font-size: 36px;
	font-family: "Almarai", sans-serif;
}

.about .content h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 60px;
  text-transform: uppercase;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about .content ul {
  list-style: dot;
  padding: 0;
}

.about .content ul li {
  padding: 0 20px 10px 0;
  position: relative;
}

.about .content ul i {
  right: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #d9232d;
}

.about svg {
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  align-items: center;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# team
--------------------------------------------------------------*/
.team .team-item{
	
}

.team .team-item .team-img img{
  position: relative;
  height: 350px;
  width: 95%;
  padding-bottom: 20px;
}

.team .team-item .team-teacher-info h1{
	font-size: 18px;
	color: #446cec;
}

.team .team-teacher-info h2{
	font-size: 16px;
}

/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
.service .service-item {
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
}

.service .service-item h5{
    color: #446cec;
}

.service .service-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f1f1f1;
	font-size: 16px;
}
.services .icon-box {
  text-align: center;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box svg {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  
  
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
  font-size: 28px;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
  color: rgb(110, 87, 207);
}

.services .icon-box h4 a {
  color: #36343a;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.services .icon-box:hover h4 a {
  color: #446cec;;
}

.services .icon-box:hover .icon {
  color: #fff;
  background: rgb(81, 160, 120);
}


/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
  direction: rtl;
}
.header-nav > ul {
  margin: 0;
  padding: 0;
}
.header-nav .nav-icon {
  font-size: 20px;
  color: #012970;
}
.header-nav .nav-profile {
  color: #012970;
}
.header-nav .nav-profile img {
  max-height: 36px;
}
.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}
.header-nav .badge-number {
  position: absolute;
  inset: 4px 6px auto auto;
  font-weight: normal;
  font-size: 11px;
  padding: 3px 6px;
}
.notifications{
	position: absolute;
	inset: 0px auto auto 0px;
	margin: 0px;
	transform: translate(0px, 10px);
	min-width: 300px;
	max-width: 300px;
}
.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
  text-align: right;
}
.dropdown-menu[data-bs-popper] {
  right: auto;
}
.header-nav .notifications .notification-item i {
  margin: 0 10px 0 20px;
  font-size: 24px;
}
.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}
.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}
.header-nav .profile {
  min-width: 160px;
  padding-bottom: 0;
}
.header-nav .profile .dropdown-header span {
  font-size: 14px;
}
.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}
.header-nav .profile .dropdown-item i {
  margin-left: 10px;
  font-size: 18px;
  line-height: 0;
}
.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# How to work
--------------------------------------------------------------*/
.who-2w {
  padding-top: 50px;
  padding-bottom: 50px;
  
}

.who-2w .box {
  padding: 50px 30px;
  text-align: center;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

.who-2w .box span {
  display: block;
  font-size: 30px;
  font-weight: 600;
  color: #446cec;
}
.who-2w .number {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  background: #446cec;
  width: 50px;
  padding: 2px;
  margin-bottom: -25px;
}
.who-2w .box h4 {
  font-size: 22px;
  font-weight: 800;
  padding-right: 3px;
  margin: 10px 0;
  color: #36343a;
}

.who-2w .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.who-2w .box:hover {
  background: #446cec;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.who-2w .box:hover span, .who-2w .box:hover h4, .who-2w .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# outh
--------------------------------------------------------------*/
.outh {
  padding-top: 50px;
  padding-bottom: 50px;
  
}

.outh .box {
  padding: 30px 20px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
  transition: all ease-in-out 0.3s;
  background: #446cec;
}

.outh .box span {
  display: block;
  font-size: 30px;
  font-weight: 600;
  color: #446cec;
}
.outh .number {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  background: #446cec;
  width: 50px;
  padding: 2px;
  margin-bottom: -25px;
}
.outh .box h4 {
  font-size: 22px;
  font-weight: 800;
  padding-right: 3px;
  margin: 10px 0;
  color: #fff;
}

.outh .box p {
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.who-2w .box:hover span, .who-2w .box:hover h4, .who-2w .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(9, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../IMG/banner.png") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
  font-size: 16px;
}

.cta .cta-btn {
  font-family: 'El Messiri';
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  background: #446cec;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #446cec;
  border: 2px solid #fff;
}

/*-------------------------------------------
				Error 404
-------------------------------------------*/
.error-404 {
  padding: 30px;
}
.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}
.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}
.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}
.error-404 .btn:hover {
  background: #3e4f6f;
}
@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*-------------------------------------------
			Back to top button
-------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 15px;
  bottom: 15px;
  z-index: 99999;
  background: rgb(81, 160, 120);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  color: #444;
}
.back-to-top i {
  font-size: 24px;
  color: #444;
  line-height: 0;
}
.back-to-top:hover {
  background: rgb(81, 160, 120);
  color: #444;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------
				Contact
----------------------------------------*/
.contact .title{
  padding: 30px 0 30px 0;
  text-align: center;
}
.contact .title h1{
  font-weight: 700;
  color: #446cec;
}
.contact .info-box {
  padding: 28px 30px;
}
.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #446cec;
}
.contact .info-box i:hover {
	color: #4154f1;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #4154f1;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #446cec;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #446cec;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
						# Counts
--------------------------------------------------------------*/
.counts {
  background: #446cec;
  padding: 40px 0 20px 0;
  color: #fff;
}

.counts .counters span {
  font-size: 36px;
  display: block;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Almarai", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

/*-------------------------------------------
				companies list
--------------------------------------------*/
.co-list{
	font-family: 'El Messiri';
	font-size: 18px;
	text-align: center;
}

.co-list .co-img img{
  min-width: 200px;
  max-width: 200px;
  height: 200px;
  background-size: 100% 100%;
}

/*---------------------------------------------
		#testimonials
----------------------------------------------*/

 .testimonial {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 16px;
}

 .testimonial .testimonial-item img{
	border-radius: 50%;
	width: 75px;
	margin-bottom: 10px;
 }

 .testimonial .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
  top: 10px;
}

.testimonial .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
}

/*-------------------------------------------
				Footer
-------------------------------------------*/

#footer {
  background: #24345c;
  padding: 0 0 20px 0;
  color: #f7f7f7;
  font-size: 14px;
}

#footer .footer-top {
  padding: 10px 0 10px 0;
  background: #24345c;
}

#footer .footer-top .footer-info {
  color: #f7f7f7;
  padding-top: 10px;
}

#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Droid Arabic Kufi';
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #f7f7f7;
  color: #446cec;
  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: #0d6efd;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #f7f7f7;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .flogo img{ 
  border-radius: 7%;
  text-align: center;
  width: 100px;
   box-shadow: rgba(1, 41, 112, 0.15);
}
#footer .footer-top .footer-links {
  margin-bottom: 0px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #f7f7f7;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  /*padding-top: 0;*/
}

#footer .footer-top .footer-links ul a {
  color: #f7f7f7;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}

#footer .copyright {
  text-align: center;
  padding-top: 20px;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    
  }
}

/*-------------------------------------------
					Other
-------------------------------------------*/

.ms-auto {
  margin-right: auto !important;
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.75) url(../IMG/Iphone-spinner-2.gif) no-repeat center center;
  z-index: 10000;
}
.err_notification
{
	background-color: red !important;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
}
.bg-color{
	background: #446cec;
	color: #000;
}

.bg-color-g{
	background: #f7f7f7;
}

.bg-color:hover {
  color: #fff;
  background-color: #446cec;
  border-color: #fff;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
	.carousel .btn-get-started {
	  font-weight: 400;
	  font-size: 14px;
	  letter-spacing: 0.2px;
	  transition: 0.5s;
	  border: 1px solid #fff;
	  padding: 5px 14px;
	}

	.carousel-item h1{
		font-weight: 500;
		font-size: 18px;
	}
	.carousel-item p{
		font-size: 12px;
		font-weight: 500;
	}
	.section-title h2 {
		font-size: 24px;
	}
	.section-title span {
		font-size: 30px;
	}
	.who-2w .box h4 {
		font-size: 18px;
	}
	.section-title p {
		font-size: 14px;
	}
	#breadcrumbs h2{
		font-size: 20px;
	}
	#breadcrumbs{
		font-size: 10px;
	}
	.submain{
		font-size: 14px;
	}
	.submain h3{
		font-size: 18px;
	}
	.co-list{
		text-align: center;
	}
	.co-list p{
		font-size: 14px;
	}
	.co-list .co-img img{
	  min-width: 150px;
	  max-width: 150px;
	  height: 150px;
	}
	.notifications{
		inset: auto;
	}
	.about svg {
  width: 35px;
  height: 35px;
  display: block;
}
	
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
		.notifications{
		inset: auto;
	}
 }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
	.notifications{
		inset: auto;
	}
 }

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 

}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { 

 }