@import url('https://fonts.googleapis.com/css2?family=El+Messiri&display=swap');

 ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #ccb015;
}

#header .header-nav-main nav>ul>li>a {
	font-size: 14px;
}

@media (min-width: 992px) {
#header .header-body:not(.h-100) {
    height: 125px !important;
}

}

html .btn-primary {
  border-color: #ccb015 #ccb015 #ccb015;
}

html .btn-primary:hover, html .btn-primary.hover {
    background-color: #ccb015;
    border-color: #ccb015 #ccb015 #ccb015;
}

.lead {
	letter-spacing: 0px;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0px;
}

#header.header-effect-shrink .header-container {
	height: 115px !important;
}

#footer .logo img {
    top: -20px;
}

.testimonial.testimonial-style-4 blockquote p {
/*font-family: 'Cairo', sans-serif;*/
font-family: 'El Messiri', sans-serif;
    letter-spacing: 1px;
}


#footer .footer-ribbon span {
	font-family: 'Cairo', sans-serif;
}

html .overlay-color-dark:not(.no-skin):before {
    background-color: #f7f7f7!important;
}


.page-header h1 {
  color: #111;
}

.page-header .sub-title {
  color: #111;
}


.header-logo img {
  top: 8px !important;
}


.list.list-icons.list-icons-reverse li {
  text-align: right;
  padding-left: 0px;
  padding-right: 25px;
}


.list.list-icons.list-icons-reverse li>[class*=fa-]:first-child, .list.list-icons.list-icons-reverse li>.icons:first-child, .list.list-icons.list-icons-reverse li a:first-child>[class*=fa-]:first-child, .list.list-icons.list-icons-reverse li a:first-child>.icons:first-child {
  position: absolute;
  left: auto;
  right: 0;
  top: 5px;
}

.col-lg-custom {
  flex: 0 0 auto;
    width: 14.22222222%;
}

.process .process-step-content {
      height: 150px;
}


@media(max-width:750px){ 


.col-lg-custom {
  flex: 0 0 auto;
    width: 100%;
}


.process .process-step-content {
      height: auto;
}


 }