/*
Theme Name: KBS
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 3.9
Tested up to: 6.8
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
  font-family: "The Sans Arabic";
  src: url("assets/fonts/thesansarabic/thesansarabic-bold.ttf")
    format("opentype");
  font-weight: 700; /* bold */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "The Sans Arabic";
  src: url("assets/fonts/thesansarabic/thesansarabic-light.otf")
    format("truetype");
  font-weight: 300; /* light */
  font-style: normal;
  font-display: swap;
}
.display-none {display: none!important;}
body:not(.elementor-editor-wp-page),
body:not(.elementor-editor-wp-page) div,
body:not(.elementor-editor-wp-page) span,
body:not(.elementor-editor-wp-page) button,
body:not(.elementor-editor-wp-page) p,
body:not(.elementor-editor-wp-page) a,
body:not(.elementor-editor-wp-page) h1,
body:not(.elementor-editor-wp-page) h2,
body:not(.elementor-editor-wp-page) h3,
body:not(.elementor-editor-wp-page) h4,
body *:not(i) {
  font-family: "The Sans Arabic", sans-serif !important;
}
body {
  margin: 0 !important;
}
p {
  margin: 0 !important;
  padding: 0 !important;
}

/* container */
.container-width{
	width:1600px;
	max-width:100%;
	margin:0 auto;
}
.container {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* padding of content*/
.p-c {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .p-c {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .pb-60 {
    padding-bottom: 30px;
  }
}

/* root */
:root {
  --dark-blue: #002e52;
  --white: #ffffff;
  --light-blue: #1f71b8;
  --light-grey: #f6f6f6;
  --grey: #f3f3f3;
  --Lighter-blue: #ebf6ff;
  --black: #1d1d1d;
}
/* font size */
.fs-16,
.fs-16 div {
  font-size: 16px !important;
  line-height: 22px !important;
}
.fs-18,
.fs-18 li {
  font-size: 18px !important;
  line-height: 26px !important;
}
.fs-20,
.fs-20 div {
  font-size: 20px !important;
  line-height: 30px !important;
}
.fs-22,
.fs-22 div {
  font-size: 22px !important;
  line-height: 28px !important;
}
.fs-24,
.fs-24 div {
  font-size: 24px !important;
  line-height: 30px !important;
}
.fs-38,
.fs-38 div {
  font-size: 38px !important;
  line-height: 44px !important;
}
.fs-56,
.fs-56 div {
  font-size: 56px !important;
  line-height: 60px !important;
}

/* boxes-list */
.boxes-list ul {padding:1px !important;row-gap: 20px !important;}
.boxes-list li {
	box-shadow: 0px 0px 4px #0000002e;
    padding: 15px 20px !important;
    border-radius: 15px;
}
.boxes-list li:hover {background: #1f71b8 !important;}

@media (max-width: 1440px) {
  .fs-16,
  .fs-16 div {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .fs-18,
  .fs-18 li {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .fs-20,
  .fs-20 div {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .fs-22,
  .fs-22 div {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .fs-24,
  .fs-24 div {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .fs-38,
  .fs-38 div {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .fs-56,
  .fs-56 div {
    font-size: 50px !important;
    line-height: 55px !important;
  }
}
@media (max-width: 1024px) {
  .fs-22,
  .fs-22 div {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .fs-24,
  .fs-24 div {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .fs-38,
  .fs-38 div {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  .fs-56,
  .fs-56 div {
    font-size: 48px !important;
    line-height: 54px !important;
  }
}
@media (max-width: 767px) {
  .fs-20,
  .fs-20 div {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .fs-22,
  .fs-22 div {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .fs-38,
  .fs-38 div {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  .fs-56,
  .fs-56 div {
    font-size: 24px !important;
    line-height: 26px !important;
  }
}
/* flex */
.flex {
  display: flex !important;
}

/* justify content */
.space-between {
  justify-content: space-between !important;
}

/* color */
.cl-w {
  color: var(--white) !important;
}
.cl-db {
  color: var(--dark-blue) !important;
}
.cl-b {
  color: var(--black) !important;
}
.cl-lb {
	color:var(--light-blue) !important;
}

/* font weight */
.fw-300,
.fw-300 div {
  font-weight: 300 !important;
}
.fw-700,
.fw-700 div {
  font-weight: 700 !important;
}

/* margin */
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-20 {
  margin-top: 20px;
}

/* header menu  */
@media (max-width: 1200px) {
  .left-menu .hfe-nav-menu {
    display: none;
  }
}
/* .right-menu ul li {
  border-bottom: 1px solid var(--white);
}
.right-menu ul li:last-child {
  border-bottom: none;
} */
.right-menu .menu-item a.hfe-sub-menu-item {
    padding-left: 15px !important;
}
.popup-menu {
  display: none;
  position: absolute;
  left: 0;
  top: -160px;
}
.hfe-nav-menu .sub-arrow {
  margin-right: 10px;
}
.left-menu .sub-menu {
  margin-left: 0px;
}
.left-menu .sub-menu a {
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
	transition: all 0.3s ease;
}
.right-menu .sub-menu a {
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
}
.left-menu .sub-menu .menu-item  a:hover {
	margin-left:10px;
	text-align:left;
}
.rtl .left-menu .sub-menu .menu-item  a:hover {
	margin-left:0;
	margin-right:10px;
	text-align:right;
}
.right-menu li a {transition: all 0.3s ease;}
.right-menu li a:hover {
	margin-left:10px;
}
.rtl .right-menu li a:hover {
	margin-left:0;
	margin-right:10px;
}
@media (max-width: 1440px) {
  .left-menu .sub-menu a {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
  }
  .right-menu .sub-menu a {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
  }
}
@media (max-width: 767px) {
  .popup-menu {
    top: -210px;
  }
}
@media (max-width: 500px) {
  .popup-menu {
    top: -180px;
  }
	/* boxes-list */
	.boxes-list ul {flex-direction: column !important;}
	.boxes-list li {width: 94%;}
}
#menu-item-2303 {
  text-align: right !important;
}
/* search */
.hfe-search-form__input{
	position:relative!important;
	padding-right:5px!important;
}
/* pagination search*/
/* Pagination container */
.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 30px;
}

.nav-links .page-numbers {
   display: inline-block;
   margin: 0 5px;
   padding: 10px 18px;
   color: var(--dark-blue);
   border: 1px solid var(--light-blue);
   border-radius: 5px;
   text-decoration: none;
   font-weight: 700;
}
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
    display: flex;
    justify-content: center;  
    align-items: center;       
    font-weight: bold;
    padding: 0 8px;
    height: 41px;
    width: 28px;
}

.nav-links .page-numbers:hover {
    background: linear-gradient(to bottom, var(--dark-blue), var(--light-blue));
    color: white;
}
.nav-links .page-numbers.current {
    background: linear-gradient(to bottom, var(--dark-blue), var(--light-blue));
    color: white;
}
.nav-links .screen-reader-text {
    display: none;
}
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
    font-weight: bold;
    padding: 0 8px;
}
.hover-grow {
  transition: transform 0.3s ease; 
}

.hover-grow:hover {
  transform: scale(1.1); 
}

/* direction ltr */
.dir-ltr {
  direction: ltr;
}

/* btn */
.btn a {
  background: transparent !important;
  color: var(--light-blue) !important;
  font-size: 18px;
  padding: 15px 40px;
  font-weight: 700 !important;
}
.btn-gradient a {
  background: linear-gradient(
    to left,
    var(--dark-blue),
    var(--light-blue)
  ) !important;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700 !important;
}
.btn-white a {
  font-size: 18px;
  color: var(--dark-blue) !important;
  font-weight: 700 !important;
  padding: 15px 40px;
  font-size: 18px;
}
/* height */
.h-100 {
  height: 100% !important;
}
/* gap */
.g-20 {
  gap: 20px;
}

/* paeallelogram  position */
.paeallelogram-bottom {
  position: absolute !important;
  bottom: -20px;
  right: -30px;
}
.paeallelogram-left {
  position: absolute !important;
  bottom: -20px;
  left: -70px;
}
.paeallelogram-right {
  position: absolute !important;
  bottom: -20px;
  right: -70px;	
}
@media (max-width: 1024px) {
  .paeallelogram-left {
    position: absolute !important;
    bottom: -20px;
    left: -30px;
  }
  .paeallelogram-right {
  position: absolute !important;
  bottom: -10px;
  right: -30px;	
  }	
}

@media (max-width: 767px) {
  .paeallelogram-left {
    position: absolute !important;
    bottom: -20px;
    left: -10px;
  }
  .paeallelogram-right {
  position: absolute !important;
  bottom: -5px;
  right: -10px;	
  }
}
/* home contact  */
.right-img {
  position: absolute;
  top: -110px;
  right: 150px;
  z-index: -1;
}
.title {
  text-decoration: underline !important;
  text-underline-offset: 8px;
}
.contact-form .frm_primary_label {
  color: var(--black);
  font-size: 16px;
}
.contact-form input,
.contact-form textarea {
  width: 100% !important;
  padding: 8px 5px !important;
  font-size: 16px !important;
  border-radius: 5px !important;
  border: 1px solid var(--dark-blue) !important;
  margin-top: 10px !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.contact-form .frm_button_submit {
  border: none !important;
  background: linear-gradient(
    to left,
    var(--dark-blue),
    var(--light-blue)
  ) !important;
  padding: 15px 50px !important;
  color: var(--white) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  border-radius: 5px !important;
}
.contact-form .with_frm_style .frm_required {
    display: none;
}
/* page contact */
.contact-inf .elementor-icon-box-icon span {
  border: 2px dashed var(--light-blue) !important;
}
/* services page */
.services-banner {
  bottom: -50px;
  left: 20px;
  position: absolute;
}
.services-banner-eng {
  bottom: -50px;
  right: 20px;
  position: absolute;
}
.post-edit-link{
	display:none;
}
.entry-title a{
	color:var(--dark-blue)!important;
}
.link-more a{
  color:var(--dark-blue)!important;
}
.search  p{
  color:var(--dark-blue)!important;
  margin-top:20px!important;
}
