/*
	* 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 #2594d1
-------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  /*font-family: 'Droid Arabic Kufi';*/
  font-family: 'El Messiri';
  background: #fff;
  color: #000;
  direction: rtl !important;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'El Messiri';
}
#main{
	width: 100%;
}
.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: #346a53;
}

/*------------------------------------------
				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: #346a53;
  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 {
	
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-nav {
	padding-right: 20px;
}
.navbar-nav  .left-nav{
	padding-right: 100px;
}
.navbar-toggler{
	margin-left: 20px;
}	
.navbar-light .navbar-nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  color: #000;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #3f534e;
} 

/*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 2px 15px rgba(1, 41, 112, 0.15);
  overflow: auto;
}
.card-header, .card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}
.card-img-top{
	max-height: 270px;
}
.card-title {
  padding: 20px 20px 15px 0;
  font-size: 26px;
  font-weight: 500;
  color: #346a53;
  font-family: 'El Messiri';
}
.login-title{
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #346a53;
  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);
}

.modal-content{
	border-radius: 2.5rem;
}
/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: 'El Messiri';
  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: #346a53;
}
.nav-tabs-bordered .nav-link:hover, .nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}
.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #346a53;
  border-bottom: 2px solid #346a53;
}
.btn-signup{
	font-family: 'El Messiri';
	background-color: #ffc107;
	color: #000;
	margin-left: 20px;
}
.btn-signup:hover{
	background-color: #fff;
	color: #346a53;
}

.btn-con{
	font-family: 'El Messiri';
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	background: #346a53;
	border: solid 2px #346a53;
	padding: 5px 15px 5px 15px;
}

.btn-con:hover{
	background: #346a53;
}

.login-with-google-btn {
  transition: background-color .3s, box-shadow .3s;
  padding: 5px 10px 5px 5px;
  border: solid 1px;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
  
  color: #757575;
  font-size: 16px;
  font-weight: 500;
  font-family: 'El Messiri';
  
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  
  &:hover {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
  }
  
  &:active {
    background-color: #eeeeee;
  }
  
  &:focus {
    outline: none;
    box-shadow: 
      0 -1px 0 rgba(0, 0, 0, .04),
      0 2px 4px rgba(0, 0, 0, .25),
      0 0 0 3px #c8dafc;
  }
}

/*-------------------------------------------
				carousel
--------------------------------------------*/
.carousel .carousel-inner .carousel-item{
	padding: 15px;
}
.carousel .carousel-inner .carousel-item >img {
  height: 250px;
  border-radius: 25px;
}

.property-type-right {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
  font-size: 14px;
  background-color: #346a53;
}

.property-type-left {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1;
  font-size: 14px;
}


/*-------------------------------------------
				Breadcrumbs
--------------------------------------------*/
#breadcrumbs{
  padding: 50px 0;
  background: #fff;
  margin-top: 70px;
}
#breadcrumbs h2{
	color: #346a53;
	font-size: 36px;
	font-weight: 800;
}
#breadcrumbs .hero-star {
	position: absolute;
	top: 110px;
	left: -100px;
	width: 200px;
	opacity: 0.7;
}
.breadcrumb {
  font-size: 14px;
  font-family: 'El Messiri';
  color: rgb(81, 120, 120);
  font-weight: 600;
}
.breadcrumb a {
  color: #fff;
  transition: 0.3s;
}
.breadcrumb a:hover {
  color: #fff;
}
.breadcrumb .breadcrumb-item::before {
  color: #fff;
}
.breadcrumb .active {
  color: #fff;
  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;
  top: 0;
  padding: 20px 0;
}
.header .header-container {
  /*background: #346a53;
 /* background: rgba(0, 0, 0, 0.6);*/
  border-radius: 50px;
}

.header.header-scrolled {
  background: #346a53;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  top: 0;
}
.header .header-container ul {
  list-style: none;
  direction: rtl;
}
.header .header-container .logo {
  line-height: 1;
}
.header .header-container .logo img {
  max-height: 800px;
  margin-left: 20px;
  padding-right: 20px;
  width: 120px;
  height: 80px;
}
.header .header-container .logo h1 {
  font-size: 30px;
  font-weight: 700;
  color: #ffc107;
  font-family: 'El Messiri';
  padding-right: 30px;
}
.header .header-container .logo .log {
  font-size: 22px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../IMG/bg.png") center center;
  /*background: #f6fafd;*/
  background-size: cover;
  position: relative;
}
#hero .hero-star {
	position: absolute;
	top: -200px;
	left: -200px;
	width: 400px;
	opacity: 0.7;
}

#hero .hero-end {
	position: absolute;
	bottom: -150px;
	right: -150px;
	width: 400px;
	opacity: 0.7;
}
#hero .container {
  padding-top: 80px;
}

#hero:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.6);
  /*background: #f6fafd;*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-bg-1 {
  position: absolute;
  right: 25%;
  top: 120px;
  width: 150px;
}

#hero .hero-bg-2 {
  position: absolute;
  top: 100px;
  right: 45%;
  width: 150px;
}

#hero .hero-bg-3 {
  top: 100px;
  left: 22%;
  position: absolute;
  width: 200px;
}

@media (max-width: 767px) {
  #hero .hero-bg-1 {
    display: none;
  }
  #hero .hero-bg-2 {
    display: none;
  }
  #hero .hero-bg-3 {
    display: none;
  }
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 56px;
  color: #fff; /*#124265;*/
  font-family: 'Zain', sans-serif;
}

#hero h2 {
  color: #f4f4f4;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'El Messiri';
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 20px;
}

#hero .btn-get-started {
  font-family: 'El Messiri';
  text-transform: uppercase;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  transition: 0.5s;
  margin: 10px;
  background-color: #ffc107;
  color: #000;
  width: 220px;
}

#hero .btn-get-started:hover {
  background-color: #fff;
  color: #346a53;
}

@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;
  }
}

/*box*/

 #box{
	 padding-bottom: 50px;
 }
 
#box .icon-box {
  background-color: #fff;
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
}

#box .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#box .icon-box .title a {
  color: #444;
  transition: 0.3s;
}

#box .icon-box .description {
  font-size: 15px;
  margin-bottom: 0;
  color: #444;
}

#box .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #346a53;
}

@media (min-width: 640px) {
  #box .icon-box:hover {
    transform: scale(1.08);
  }

  #box .icon-box:hover .title a {
    color: #346a53;
  }
}
/*--------------------------------------------------------------
# contribute
--------------------------------------------------------------*/
.contribute{
	margin: 50px 0 30px 0;
	padding: 30px;
	background: #346a53;
	color: #fff;
}

.contribute .btn{
	background: #fff;
}

.contribute .btn:hover{
	background: #b98943;
	color: #fff;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about  {
  padding-top: 40px;
  padding-bottom: 50px;
}

.about .about-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 700;
  color: #124265;
}

@media (max-width: 992px) {
  .about .about-title {
    font-size: 2rem;
  }
}

.about .about-description {
  margin-bottom: 2rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.about .feature-list-wrapper {
  margin-bottom: 2rem;
}

.about .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about .feature-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.about .feature-list li i {
  color: var(--accent-color);
  font-size: 1.25rem;
}

.about .profile .profile-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.about .profile .profile-name {
  font-size: 1.125rem;
  margin: 0;
}

.about .profile .profile-position {
  color: var(--accent-color);
  margin: 0;
  font-size: 0.875rem;
}

.about .contact-info {
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.about .contact-info i {
  color: var(--accent-color);
  font-size: 1.5rem;
}

.about .contact-info .contact-label {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 0.875rem;
  margin: 0;
}

.about .contact-info .contact-number {
  font-weight: 600;
  margin: 0;
}

.about .image-wrapper {
  position: relative;
}

@media (max-width: 992px) {
  .about .image-wrapper {
    padding-left: 0;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

@media (max-width: 992px) {
  .about .image-wrapper .images {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media (max-width: 992px) {
  .about .image-wrapper .main-image {
    margin-left: 0;
  }
}

.about .image-wrapper .small-image {
  position: absolute;
  top: 20%;
  left: -10%;
  width: 45%;
  border: 8px solid var(--surface-color);
}

@media (max-width: 992px) {
  .about .image-wrapper .small-image {
    position: static;
    width: 100%;
    margin: 0 auto;
    border: 0;
  }
}

.about .image-wrapper .experience-badge {
  position: absolute;
  bottom: 5%;
  right: 5%;
  background-color: #346a53;
  color: #fff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  min-width: 200px;
  animation: experience-float 3s ease-in-out infinite;
}

@media (max-width: 992px) {
  .about .image-wrapper .experience-badge {
    position: static;
    width: fit-content;
    margin: 0 auto;
  }
}

.about .image-wrapper .experience-badge h3 {
  color: var(--contrast-color);
  font-size: 2.5rem;
  margin: 0;
  line-height: 0.5;
}

.about .image-wrapper .experience-badge h3 span {
  font-size: 1rem;
  display: inline-block;
  margin-left: 0.25rem;
}

.about .image-wrapper .experience-badge p {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
}

@keyframes experience-float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 80px 0;
  position: relative;
  clip-path: inset(0);
  background: #346a53;
}

.call-to-action h3 {
  font-family: 'El Messiri';
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .cta-btn {
  font-family: 'El Messiri';
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .cta-btn:hover {
  color: #444;
} 
/*--------------------------------------------------------------
# About
--------------------------------------------------------------
.about {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 16px;
}

.about-2{
	background: #f7f7f7;
}

.about .content h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'El Messiri';
}

.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 .content p:last-child {
  margin-bottom: 0;
}
*/


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  border: solid 2px #346a53;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.services .icon-box i {
  float: right;
  color: #346a53;
  font-size: 40px;
}

.services .icon-box h4 {
  margin-right: 70px;
  font-weight: 500;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #444;
  transition: 0.3s;
}

.services .icon-box p {
  margin-right: 70px;
  line-height: 24px;
  font-size: 18px;
   color: #000;
}

.services .icon-box:hover h4 a {
  color: #346a53;
}

/*--------------------------------------------------------------
# features
--------------------------------------------------------------*/

.features{
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 16px;
	background: #f7f7f7;
}
.features .icon-box {
  text-align: center;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.features .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  border: 1px solid #346a53;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #346a53;
}

.features .icon-box .icon i {
  font-size: 28px;
}

.features .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.features .icon-box h4 a {
  color: #36343a;
  transition: ease-in-out 0.3s;
}

.features .icon-box p {
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 0;
}

.features .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.features .icon-box:hover h4 a {
  color: #346a53;
}

.features .icon-box:hover .icon {
  color: #fff;
  background: #346a53;
}


/*--------------------------------------------------------------
# + Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
  display: flex;
  direction: rtl;
}
.header-nav > ul {
  margin: 0;
  padding: 0;
}
.header-nav .nav-icon {
  font-size: 20px;
  color: #346a53;
}
.header-nav .nav-profile {
  color: #346a53;
}
.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: #346a53;
}
.who-2w .number {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  background: #346a53;
  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: #346a53;
  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: #346a53;
}

.outh .box span {
  display: block;
  font-size: 30px;
  font-weight: 600;
  color: #346a53;
}
.outh .number {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  background: #346a53;
  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;
}

/*-------------------------------------------
				requests
-------------------------------------------*/
.request .request-card{
	border: solid 2px #346a53;
}
.request .request-badge{
	background: #346a53;
	color: #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: #346a53;
  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: #ffc107;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #000;
  line-height: 0;
}
.back-to-top:hover {
  background: #ffc107;
  color: #000;
}
.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: #000;
}
.contact .info-box {
  padding: 28px 30px;
}
.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #346a53;
}
.contact .info-box i:hover {
	color: #346a53;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  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: #346a53;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}
@-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: #346a53;
  padding: 40px 0 25px 0;
  color: #fff;
}

.counts .counters span {
  font-size: 36px;
  display: block;
  font-weight: 700;
  font-family: 'El Messiri';
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: 'El Messiri';
  font-size: 22px;
  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: #346a53;
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  /*padding: 30px 0 10px 0;*/
  padding: 0;
  background: #346a53;
}

#footer .footer-top .footer-info {
  color: #eee;
  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: 'El Messiri';
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #346a53;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: solid 2px #346a53;
}

#footer .footer-top .social-links a:hover {
  background: #fff;
  color: #346a53;
  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: #fff;
  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: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}

#footer .copyright {
  padding: 10px;
}

@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: #346a53; 
	color: #fff;
}

.bgg-color{
	background: #346a53; 
	color: #fff;
}

.bgg-color:hover{
	background: #346a53;
	color: #fff;
}
.bg-color-g{
	background: #f7f7f7;
}

.bg-color:hover {
  color: #346a53;
  background-color: #fff;
  border: solid 1px #346a53;
}

.text-color{
	color: #346a53;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
	.header .header-container .logo h1 {
		padding-right: 10px;
		font-size: 20px;
	}
	#hero .btn-get-started {
	  font-size: 16px;
	  display: inline-block;
	  padding-right: 10px;
	  padding-left: 10px;
	  transition:0.5s;
	  margin:2px;
	  background-color: #ffc107;
	  color: #000;
}
	.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;
	}
	.carousel .carousel-inner .carousel-item >img {
		height: 200px;
	}
	#breadcrumbs{
		padding: 20px 0;	
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
		.notifications{
		inset: auto;
	}
	.carousel .carousel-inner .carousel-item >img {
		height: 250px;
	}
	#breadcrumbs{
	padding: 20px 0;
	}
 }

/* 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) { 

 }