@font-face {
  font-family: 'Tajawal';
  src: url('fonts/T-Bold.eot');
  src: url('fonts/T-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/T-Bold.woff2') format('woff2'),
      url('fonts/T-Bold.woff') format('woff'),
      url('fonts/T-Bold.ttf') format('truetype'),
      url('fonts/T-Bold.svg#fonts/T-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tajawal';
  src: url('fonts/T-Light.eot');
  src: url('fonts/T-Light.eot?#iefix') format('embedded-opentype'),
      url('fonts/T-Light.woff2') format('woff2'),
      url('fonts/T-Light.woff') format('woff'),
      url('fonts/T-Light.ttf') format('truetype'),
      url('fonts/T-Light.svg#fonts/T-Light') format('svg');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
}

@font-face {
  font-family: 'Tajawal';
  src: url('fonts/T-Regular.eot');
  src: url('fonts/T-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/T-Regular.woff2') format('woff2'),
      url('fonts/T-Regular.woff') format('woff'),
      url('fonts/T-Regular.ttf') format('truetype'),
      url('fonts/T-Regular.svg#fonts/T-Regular') format('svg');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
}




.whats-btn{
  position: fixed;bottom:0; left: 0;z-index:10000
}
.whats-btn a{
  background-color: #25d366;
  padding:10px 20px 10px 20px ;
  display: block;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin:0px 0px 20px 25px ;
}
.whats-btn a:hover{
background-color: #1d4488;

}
/* Variables
======================*/

.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  padding: 0 35px;
  letter-spacing: 2px;
  /* background-color: #355997; */
  background: rgb(15,57,130);
  background: linear-gradient(218deg, rgba(15,57,130,1) 30%, rgba(53,89,151,1) 100%); 
  color: #fff;
  text-transform: uppercase;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index:1000 ;
}
.link i {
  color: #66ddff;
  line-height: 40px;
}
.link:hover {
  background: rgb(102,221,255);
; 
  color: #355997;
}
.link:hover i {
  color: #355997;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin: auto;
  padding: 0;
  border: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #355997;
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: inherit;
}
.icon:hover {
  background-color: #66ddff;
  color: #020303;
}

.flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

/* Setting Style
======================*/
*,
:focus {
  outline: 0 !important;
  scroll-behavior: smooth;
}

::selection {
  background-color: #355997 !important;
  color: #fff !important;
}

body {
  /* font-family: "Cairo", sans-serif; */
  font-family: 'Tajawal', sans-serif;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  font-weight: 400;
  text-align: start;
  position: relative;
}

.loading {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loading img {
  position: relative;
  z-index: 999;
  max-width: 175px;
}
.loading i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 230px;
  height: 230px;
  border: 3px solid #355997;
  border-top-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Scroll Bar
======================*/
/* width */
::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #355997;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

/* Lists  
======================*/
ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: inline-block;
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Page Setting
=====================*/
section {
  position: relative;
  padding: 70px 0;
  z-index: 99;
}
@media (max-width: 767px) {
  section {
    padding: 35px 0 !important;
  }
}

@media all and (min-width: 1280px) {
  .container {
    max-width: 1360px;
  }
}

.page_head {
  position: relative;
  padding: 200px 0 0;
  text-align: center;
}
/* @media (max-width: 575px) {
  .page_head {
    padding-top: 120px;
  }
} */
.page_head::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 367px;
  height: 150px;
  background: url(../images/main_shap_1.png) no-repeat;
  background-size: contain;
}
.page_head h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  margin: auto;
  padding-bottom: 25px;
  font-weight: 700;
  color: #355997;
  font-size: 32px;
}
.page_head h3::before, .page_head h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 8px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #355997;
}
.page_head h3::before {
  left: 0;
  width: 25%;
  background-color: #66ddff;
}
.page_head h3::after {
  right: 0;
  width: 70%;
}
.page_head h3 span {
  position: absolute;
  left: -50%;
  top: 0;
  bottom: -20%;
  margin: auto;
  z-index: -1;
  width: 120px;
  height: 120px;
}
.page_head h3 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  width: 121px;
  height: 115px;
  background: url(../images/shap.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
.page_head h3 span::after {
  content: "";
  position: absolute;
  left: -25%;
  bottom: 0;
  margin: auto;
  width: 175px;
  height: 130px;
  background: url(../images/main_shap_2.png) no-repeat;
  background-size: contain;
  z-index: 0;
}

@media all and (max-width: 576px){
  .page_head h3 span{
    left: 0;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 20px;
  left: 0;
  z-index: 9998;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
header.move {
  top: 0;
   background-color: #fff; 

  /*background: rgb(234,234,234);
background: linear-gradient(90deg, rgba(234,234,234,1) 0%, rgba(248,248,248,1) 100%); */
}
/* header.move .container{height:90px}
header.move .logo{width:90px} */
header .container {
  height: 115px;
  position: relative;
}
header .logo {
  margin: 0;
  overflow: hidden;
  z-index: 9999;
  width: 115px;
  position: relative;
  display: inline-block;
}
header .logo img {
  margin: 0;
  width: 100%;
}
header .header_btns {
  position: absolute;
  right: 30px;
  top: 43px;
  z-index: 998;
}
header .header_btns a {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  margin-inline-start: 10px;
  font-weight: 700;
  color: #020303;
}
header .header_btns a span {
  display: inline-block;
  margin-inline-start: 5px;
}
header .header_btns .icon {
  color: #fff;
}
header .header_btns .icon.lang {
  line-height: 32px;
}
header .header_btns .menu_btn {
  display: none;
}
header .navbar {
  padding: 0;
  z-index: 0;
  margin-top: -110px;
}
header .navbar .row {
  width: 100%;
}
header .navbar .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  margin: auto;
  z-index: 99;
  width: 100%;
  padding-inline-end: 280px;
}
header .navbar .navbar-nav li {
  display: inline-block;
}
header .navbar .navbar-nav li a {
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  padding: 0 20px !important;
  margin: 0;
  font-size: 15px;
  color: #020303;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
}
header .navbar .navbar-nav li a:hover {
  color: #355997;
}
header .navbar .navbar-nav li a:hover img {
  filter: grayscale(1);
}
header .navbar .navbar-nav li a img {
  display: inline-block;
  vertical-align: sub;
  margin-inline-end: 5px;
  filter: grayscale(1);
}
header .navbar .navbar-nav li a::after {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0px;
  height: 20px;
  width: 1px;
  background-color: #020303;
}
header .navbar .navbar-nav li.active a {
  color: #355997;
}
header .navbar .navbar-nav li.active a img {
  filter: grayscale(0);
}
header .navbar .navbar-nav li.active a:hover {
  color: #355997;
}
header .navbar .navbar-nav li:last-child a::after {
  display: none;
}
@media (max-width: 1199px) {
  header .navbar .navbar-nav li a {
    padding: 0 10px !important;
  }
}
@media (max-width: 991px) {
  header {
    top: 0;
  }
  header .container {
    height: 90px;
  }
  header .logo {
    width: 95px;
  }
  header .header_btns {
    top: 25px;
  }
  header .header_btns .menu_btn {
    display: inline-block;
    margin-inline-start: 15px;
  }

   header .navbar {
    margin-top: 0px;
    position: absolute;
     /* right: 0;  */
    top: 90px;
    width: 100%;
    max-height: 440px;
    overflow-y: auto;
    background-color: #355997;
  } 


  header .navbar .container {
    height: auto;
  }
  header .navbar .row {
    margin: auto;
  }
  header .navbar .navbar-collapse {
    position: relative;
    width: 100%;
  }
  header .navbar .navbar-nav {
    display: block;
    width: 100%;
    padding: 15px;
  }
  header .navbar .navbar-nav li {
    display: block;
    margin-bottom: 10px;
  }
  header .navbar .navbar-nav li a {
    margin: 0 0 5px;
    padding: 0 !important;
    text-align: start;
    color: #fff;
    line-height: 30px;
    border: 0;
    font-weight: 400;
  }
  header .navbar .navbar-nav li a img {
    display: none;
  }
  header .navbar .navbar-nav li a::after {
    display: none;
  }
  header .navbar .navbar-nav li a:hover {
    color: #66ddff;
  }
  header .navbar .navbar-nav li.active a {
    color: #66ddff;
  }
  header .navbar .navbar-nav li.active a:hover {
    color: #66ddff;
  }
}





@media (max-width: 575px) {
  header {
    background-color:transparent;
  }
  header .logo {
    margin-top: 10px;

    width: 85px;

  }
  html[dir="rtl"] header .header_btns {

    left: 20px !important;
  }


  header .header_btns .menu_btn {
    margin-inline-start: 5px;
  }

  header .header_btns .menu_btn  i{ font-size: 18px; line-height: 30px; padding:6px 0px 0px 0px ;}
  header .header_btns a {
    margin-inline-start: 5px;
  }
  header .header_btns a i {
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    background-color: #355997;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  header .header_btns a span {
    display: none;
  }




  html[dir="rtl"] header .navbar {
    margin-top: -70px;
    position: absolute;
    left: 0 !important;
    top: 90px;
    width: 70%;
    max-height: 440px;
    overflow-y: auto;
    background-color: #355997;
  }


  .main_section .cont p{position: relative; z-index:100 ;}
  .about .cont {margin-top: 40px;}
  .main_section::before {

    width: 267px !important;

  }
  .page_head::before {

    width: 250px !important;

  }


}
.main_section {
  padding-top: 140px !important;
}
.main_section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 367px;
  height: 150px;
  background: url(../images/main_shap_1.png) no-repeat;
  background-size: contain;
}
.main_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 236px;
  height: 198px;
  background: url(../images/main_shap_2.png) no-repeat;
  background-size: contain;
}
.main_section .cont {
  position: relative;
  padding: 50px;
  padding-left: 0;
}
.main_section h1 {
  font-size: 32px;
  line-height: 45px;
  margin: 0px 0px 40px 0px;
  color: #66ddff;
}
.main_section h1 span {
  font-weight: 700;
  color: #355997;
  display: inline-block;
  line-height: 45px;
  margin-inline-end: 7px;
  letter-spacing: 3px;
  position: relative;
}
.main_section h1 span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom:-50px;
  margin: auto;
  height: 8px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #66ddff;
 

}
.main_section p {
  text-transform: uppercase;
  line-height: 30px;
  font-size: 16px;
  margin: 0 0 20px;
}
.main_section .link {
  margin-top: 40px;
  padding:0px 20px 0px 20px ;
  text-align: center;
}
.main_section .link i {
  margin-inline-end: 25px;
  margin-inline-start: 5px;
}
.main_section .sectores {
  margin: 20px 0;
}
.main_section .sectores li {
  position: relative;
  color: #020303;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 40px;
  font-weight: 700;
  padding-inline-end: 10px;
  margin-inline-end: 8px;
  text-transform: uppercase;
}
.main_section .sectores li::after {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0px;
  height: 20px;
  width: 1px;
  background-color: #020303;
}
.main_section .sectores li:last-child::after {
  display: none;
}
.main_section .banner {
  position: relative;
}
.main_section .banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  width: 121px;
  height: 115px;
  background: url(../images/shap.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
.main_section .banner img {
  /* width: 100%; */
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .main_section .cont {
    padding: 0 !important;
  }
  .main_section .cont p {
    font-size: 16px;
    line-height: 25px;
  }
  .main_section .cont .link {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .main_section .md-rev {
    flex-direction: column-reverse;
  }
  .main_section .cont .text-right {
    text-align: start !important;
  }
  .main_section .cont .text-right .link {
    margin-bottom: 25px;
  }
  .main_section .banner::before {
    display: none;
  }
}
@media (max-width: 575px) {
  .main_section{


margin-bottom: 20px;

  }


  .main_section h1 {
    font-size: 22px;
    margin: 15px 0;
    text-align: center;

  }
  .main_section h1 span::before {
    width: 80px;
    top: -40px;
    background: none;
  }
  .main_section .sectores li {
    line-height: 35px;
    font-size: 14px;
  }
}

.product_companies {
  margin-top: 25px;
}
.product_companies .product_companies_slide {
  border: 1px solid #eee;
}
@media (max-width: 575px) {
  .product_companies .product_companies_slide {
    margin-top: 25px;
  }
}
.product_companies .product_companies_slide .product_company {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #eee;
  padding: 5px;
  height: 95px;
  border-bottom: 3px solid transparent;
}
@media (max-width: 575px) {
  .product_companies .product_companies_slide .product_company {
    height: 80px;
    padding: 10px;
  }
}
.product_companies .product_companies_slide .product_company img {
  margin: auto;
}
.product_companies .product_companies_slide .product_company.active {
  border-bottom-color: #355997;
  background: linear-gradient(0deg, rgba(255, 208, 66, 0.3) 5%, transparent 50%);
}
.product_companies .product_companies_slide .owl-nav {
  position: absolute;
  width: 60px;
  height: 30px;
  top: -30px;
  left: auto;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 0;
}
.product_companies .product_companies_slide .owl-nav button {
  position: relative;
  left: auto;
  right: auto;
  color: #355997;
  background-color: transparent;
}

.product {
  background-color: #fff;
  border: 1px solid #eee;
  margin: 25px auto;
  padding: 15px;
  text-align: center;
  position: relative;
}
.product::before {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border: 2px solid #355997;
  z-index: -1;
}
.product .cover {
  padding: 25px;
  margin-bottom: 15px;
}
.product .cover img {
  margin: auto;
}
.product h3 {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-weight: 700;
  margin: 0;
  color: #020303;
}
.product:hover .cover {
  background-color: #535585;
}
@media (max-width: 1199px) {
  .product h3 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .product {
    min-height: 320px;
  }
  .product h3 {
    font-size: 14px;
  }
}

/* About
===========================*/
.about {
  padding-top: 70px !important;
}
.about hr {
  margin: 50px auto;
}
.about::before, .about::after {
  display: none;
}
.about .cont {
  padding: 50px 0px;
}
.about .cont hr {
  margin: 15px 0;
}
.about .cont h2 {
  font-size: 28px;
  margin: 0 0 10px;
  color: #66ddff;
  font-weight: 600;
}
.about .cont h2 span {
  color: #355997;
}
.about .cont h3 {
  margin-bottom: 25px;
  font-size: 18px;
  color: #66ddff;
  font-weight: 500;
}
.about .banner {
  padding: 25px;
  position: relative;
}
.about .banner img {
  margin-bottom: 0px;

  border: solid 1px #f0f0f1;
}
.about .banner::before {
  left: auto;
  right: -30%;
  top: auto;
  bottom: 140px;
  background:none ;
  width: 267px;
  height: 215px;
}
.about .banner::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  border: 50px solid transparent;
  border-bottom-color: #66ddff;
  border-right-color: #66ddff;
  z-index: -1;
}
.about .banner.colored::before {
  display: none;
}
.about .banner.colored::after {
  border-right-color: transparent;
  border-left-color: #355997;
  border-bottom-color: #355997;
  left: 15px;
  right: auto;
}
@media (max-width: 991px) {
  .about hr {
    margin: 10px auto 25px;
  }
  .about .cont {
    padding: 0 !important;
  }
  .about .banner {
    max-width: 576px;
    margin: 15px auto;
  }
}
@media (max-width: 575px) {
  .about .cont h1 {
    font-size: 20px;
  }
  .about .banner {
    padding: 0;
    margin: 0 auto 25px;
  }
}

/* Services 
===========================*/
.services{
  background: url(../images/pro-sectionbg.png) left bottom no-repeat #fff;
}
html[dir=rtl] .services{
  background: url(../images/pro-sectionbgrg.png) right bottom no-repeat #fff;
}
.services .head {
  text-align: center;
  margin:0px 0px 40px 0px ;
}
.services .head h3 {
  font-weight: 400;
  color: #66ddff;
  font-size: 24px;
  margin: 0 0 15px;
}
.services .head h3 span {
  font-weight: 600;
  color: #355997;
}
.services .head p {
  text-transform: uppercase;
  line-height: 25px;
  font-size: 16px;
  margin: 20px auto;
  max-width: 755px;
}
.services .head .industry {
  position: relative;
  margin: auto;
  display: inline-block;
}
.services .head .industry::before, .services .head .industry::after {
  top: 0;
  bottom: 0;
  left: -125px;
  margin: auto;
  content: "";
  position: absolute;
  background-color: #f0f0f0;
  height: 1px;
  width: 115px;

}
.services .head .industry::after {
  right: -125px;
  left: auto;
}
.services .head .industry li {
  padding: 8px 13px 5px 13px;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 3px;
  line-height: 20px;
  color: #020303;
  text-transform: capitalize;
  background-color: #fff;
  border: solid 1px #66ddff;
}
@media (max-width: 767px) {
  .services .head .industry::before, .services .head .industry::after {
    display: none;
  }
  .services .head {
    text-align: center;
    margin:60px 0px 40px 0px ;
  }
}

.service_banner_tit {
  text-transform: uppercase;
  /* letter-spacing: 1px; */
  display: inline-block;
  position: relative;
  margin: auto auto 45px;
  padding-top: 45px;
  font-weight: 600;
  color: #66ddff;
  font-size: 22px;
}
.service_banner_tit span {
  display: block;
  font-weight: 400;
  color: #020303;
  font-size: 14px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .service_banner_tit {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .service_banner_tit {
    font-size: 18px;
    /* margin-top: 50px; */
    margin-bottom: 40px;
    padding-top: 40px;
  }
}
.service_banner_tit::before, .service_banner_tit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 8px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #66ddff;
}
.service_banner_tit::before {
  left: -100px;
  width: 30px;
  background-color: #355997;
}
.service_banner_tit::after {
  right: -40px;
  width: 100px;
}
.service_banner_tit strong {
  color: #355997;
  font-weight: 700;
}

.services_items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 50px auto;
}
@media (max-width: 991px) {
  .services_items {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }
  .services_items .service_item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .services_items .service_item {
    width: 50%;
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .services_items {
    margin: 15px auto;
  }
  .services_items .service_item {
    width: 50%;
    padding: 0px 0px 50px 0px;

   
  }

  .services_items .service_item h3{
    /* font-size: 15px !important; */
    width:90% ;
    text-align: center;
   
  }

}

@media (max-width: 991px) {
  .pmdt-0 {
    padding-top: 0 !important;
  }
}
.service_item {
  text-align: center;
  padding: 19px;
  min-width: 20%;
}
.service_item:nth-child(odd) .cover::before {
  right: -10px;
  left: auto;
  top: 0;
  bottom: auto;
}
.service_item .cover {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin: auto auto 25px;
background-color: #f8f8f8; 

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.service_item .cover::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -10px;
  width: 70%;
  height: 70%;
  background-color: #fff;
  border: 1px solid #66ddff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.service_item .cover img {
  margin: auto;
  width: 60px;
}
.service_item h3 {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
  /* font-weight: 600; */
}
.service_item.listed {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.service_item.listed .cover {
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin: 0;
  margin-inline-end: 25px;
  background-color:#fff ;
  border: solid 1px #66ddff !important;
}
.service_item.listed .cover img {
  width: 40px;
}
.service_item.listed .cover::before {
  display: none;
}
.service_item.listed h3 {
  text-align: start;
}

.vr {
  position: relative;
}
.vr::before {
  content: "";
  position: absolute;
  right: 0;
  left: -5px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: #f0f0f0;
}
.vr .banner.colored::after {
  left: auto;
  right: 15px;
  border-bottom-color: #66ddff;
  border-right-color: #66ddff;
  border-left-color: transparent;
}
@media (max-width: 991px) {
  .vr::before {
    display: none;
  }
}

.banner_img {
  margin-top: 70px;
  position: relative;
  text-transform: uppercase;
}
.banner_img .banner_img_cont {
  position: absolute;
  color: #66ddff;
  top: 30%;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 767px;
  font-size: 14px;
  letter-spacing: 2px;
}
.banner_img .banner_img_cont span {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .banner_img {
    min-height: 100px;
  }
  .banner_img img {
    object-fit: cover;
    height: 100%;
    position: absolute;
  }
  .banner_img .banner_img_cont {
    left: 25px;
  }
}
@media (max-width: 575px) {
  .banner_img {
    margin-top: 25px;
  }
  .banner_img img {
    object-position: left;
  }
  .banner_img .banner_img_cont {
    left: 25px;
    top: 12%;
  }
}

/* Projects
===========================*/
.gray_bc {
  margin-top: 15px;
  padding: 25px 0;
  background-color: #f5f5f5;
}

.project_item {
  margin: 15px auto;
  position: relative;
}
.project_item .project-slider {
  position: relative;
  height: 290px !important;


}



.project-slider ul{	margin:0px ;padding: 0;list-style: none;display: block;}
.project-slider ul li{text-align: center ;padding:0px;margin: 0px auto;display: block;float: left;}
.project-slider ul li img{width: 310px !important;  height: 290px !important;display: block; margin:0px auto ; object-fit: cover;object-position: center;}


.photoarrow{ margin:0px 0px 0px 0px ; padding:0px 0px 0px 0px ; }
.photo-prev {left:0; margin: -170px 0px 0px 0px; z-index:100;position: absolute;padding:12px 15px 6px 15px ;background-color:#f7f4f4 ;color:#355997; }
.photo-next {right:0;margin: -170px 0px 0px 0px; z-index:100;position: absolute;padding:12px 15px 6px 15px ;background-color:#f7f4f4 ;color:#355997; }


@media (max-width:500px) {

  .project_item .project-slider {

    height: 290px !important;
  width:360px !important;
 }
  
  

  .project-slider ul li {width:360px !important; }
  .project-slider ul li img{width: 360px !important;  height: 290px !important;display: block; margin:0px auto ; object-fit: cover;object-position: center;}


  }






.project_item .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.project_item .content h3 {

  margin: 25px 0px 0px 0px;
  font-size: 16px;
  font-weight: 600;
  color: #355997;
  min-height:40px ;
}
.project_item .content .scope {
  /* background-color: #f4f5f5; 
  background: rgb(234,234,234);
  background: linear-gradient(180deg, rgba(234,234,234,1) 0%, rgba(250,250,250,1) 100%);
  */
  padding: 15px 15px 15px 15px;
  margin: 0px 0px 10px 0px ;
  height: 248px;
 
  overflow-y: scroll
}



.project_item .content .scope span {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  color:#355997 ;
}


.project_item .content .scope li {
  font-size: 15px;
  font-weight: 600 !important;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;

}
.project_item .content .info {
  padding: 8px 0;
  border: 0px solid #f0f0f0;
  border-width: 1px 0;
  margin-bottom: 15px;
  background-color:#f9f9f9 ;
}
.project_item .content .info li {
  font-size: 14px;
font-weight: 600; 
  min-width: 48%;
  text-transform: uppercase;
}
.project_item .content .info li i {
  margin-inline-end: 5px;
  margin-inline-start: 15px;
  color: #66ddff;
}
.project_item .content .categ {
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 22px;
color: #355997;
}
.project_item .content .categ i{ 
   margin-inline-end: 10px;
   color: #355997;
}
.project_item .content .categ h4 {
  margin: 5px 0 0;
  font-size: 13px;
font-weight: 600; 

  color: #000;
  height: 60px;
}
.project_item .link {
  margin: 25px 0 0;
}

.pro-bottom{
  /* background-color: #efefef;
  background: rgb(234,234,234);
  background: linear-gradient(180deg, rgba(234,234,234,1) 0%, rgba(250,250,250,1) 100%);
  
   background: rgb(102,221,255);
   background: linear-gradient(180deg, rgba(102,221,255,1) 0%, rgba(255,255,255,1) 100%);  */
background-color: #fff;
margin:0px 0px 0px 0px ;
padding:0px 0px 0px 0px ;

}
.project_item.wide {
  padding: 15px;
  background: url(../images/gd.png)bottom right no-repeat #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border: solid 2px #f0f0f1;;
}
.project_item.wide .cover {
  margin-inline-end: 3%;
  width: 48%;
  height: 290px;
}
.project_item.wide .cover.mini {
  height: 175px;
}
.project_item.wide .cover .cost {
  /* background-color: #355997; 
  background: rgb(15,57,130);
  background: linear-gradient(218deg, rgba(15,57,130,1) 30%, rgba(53,89,151,1) 100%); 
  color: #fff;*/
  background-color: #fff;
  color: #355997;

  padding: 15px 15px 5px 15px;
  right: -15px;
  bottom: 0px;
}
.project_item.wide .content {
  position: relative;
  width: 50%;
  padding:15px 15px 0px 15px;
}
.project_item.wide .content h3 {
  margin-top: 0;
}
.project_item.wide .content .scope {
  min-height: 200px;

}
.project_item.wide .content a {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #355997;
  font-size:15px;
  /* text-decoration: underline; */
  border: solid 1px #66ddff;
  padding: 8px 12px 4px 12px;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.project_item.wide .content a i {
  margin-inline-end: 5px;
}
@media (max-width: 575px) {
  .project_item {
    margin: 30px 0;
  }
  .project_item .content .scope {
    min-height: auto;
  }
  .project_item.wide {
    padding: 0;
    background-color: #fff;
    flex-direction: column;
    box-shadow: none !important;
    border: none;
  }
  .project_item.wide .cover {
    margin-inline-end: 0;
    margin-bottom: 15px;
    width: 100%;
    height: 280px !important;
    padding:5px ;
  }
  .project_item.wide .cover .cost {
    right: 0;
    bottom: 0;
  }
  .project_item.wide .content {
    width: 100%;
    padding:20px 20px 40px 20px ;
  }

  .project_item.wide .content a {
left:15px !important;
right: auto;

padding: 10px 25px 4px 25px;


  }
  .project_item.wide .content .scope {
    min-height: auto;
  }
}

@media (min-width: 1200px) {
  .min_h425 {
    min-height: 452px;
  }
}
/* Contact 
===========================*/
.contact .contact_block {
  margin: 25px auto;
}
.contact h3 {
  font-weight: 400;
  color: #355997;
  font-size: 24px;
  margin: 0 0 15px;
}
.contact h3 span {
  color: #66ddff;
}
.contact .address_item li {
  position: relative;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.contact .address_item li:nth-last-child(2) {
  border-bottom: 0;
  display: inline-flex;
  width: 50%;
  margin-inline-end: 3%;
}
.contact .address_item li:last-child {
  border-bottom: 0;
  display: inline-flex;
  width: 45%;
}
.contact .address_item li i {
  margin-inline-end: 15px;
  /* color: #9a9999; */
  color:#66ddff ;
  font-size: 18px;
  line-height: 25px;
}
.contact .address_item li .cont {
  line-height: 25px;
  font-size: 15px;
  color: #020303;
}
.contact .address_item li p {
  margin: 0;
}
.contact .address_item li p strong {
  text-transform: uppercase;
  font-weight: 600;
  margin-inline-end: 5px;
  color: #355997;
}
.contact .address_item li a {
  font-weight: 600;
  color: #355997;
  font-size: 15px;
}
@media (max-width: 575px) {
  .contact .address_item li:nth-last-child(2), .contact .address_item li:last-child {
    display: inline-flex;
    width: 47%;
    margin-inline-end: 0;
    padding-bottom: 0;
   
  }
}

.contact_form {
  margin: 25px auto;
}
.contact_form h3 {
  font-weight: 400;
  color: #355997;
  font-size: 22px;
  margin: 0 0 15px;
}
.contact_form p {
  font-size: 14px;
}

.form-control {
  text-align: start;
  width: 100%;
  color: #020303;
  background-color: #fff;
  border: 1px solid #66ddff;
  margin: 0;
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-control:hover, .form-control:focus {
  border: 1px solid #355997;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

textarea.form-control {
  resize: none;
  min-height: 190px !important;
  padding: 15px !important;
  line-height: 25px;
}

footer {
  /* background-color: #355997; */
  padding: 70px 0 0;
  position: relative;
  z-index: 9997;
  background: rgb(15,57,130);
background: linear-gradient(180deg, rgba(15,57,130,1) 0%, rgba(53,89,151,1) 100%);
}
footer .top_contact {
  margin-bottom: 25px;
  padding: 15px;
  /* background-color: #66ddff; */
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border: solid 1px #fff;

}
footer .top_contact li a {
  text-transform: uppercase;
  line-height: 35px;
  padding: 0 20px;
  border-right: 1px solid #fff;
  font-size: 16px;
  color:#fff;
}

footer .top_contact li a:hover { color: #66ddff;}
footer .top_contact li a i {
  color: #fff;
  font-size: 22px;
  margin-inline-end: 10px;
  vertical-align: middle;
  color: #66ddff;
}
footer .top_contact li a i:hover{color: #fff;}
footer .top_contact li:last-child a {
  border-right: 0;
}
footer .flex-space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
footer .quick_links a {
  color: #fff;
  /* font-weight: 600;
   letter-spacing: 1px;
  */
  font-size: 16px;
 
  margin-inline-end: 25px;
}
footer .quick_links a:hover{color: #66ddff;}
footer .social a {
  /* background-color: #476daf; */
  background: none;
  margin-inline-start: 5px;
}
footer .address {
  border: solid #476daf;
  border-width: 1px 0;
  padding: 60px 0;
  margin-top: 25px;
}
footer .address img {
  max-width: 150px;
  margin: 25px auto;
}
footer .address_item {
  text-transform: uppercase;
  color: #fff;
}
footer .address_item h3 {
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  margin: 15px 0;
  padding-bottom: 15px;
  /* font-weight: 600; */
  font-size: 18px;
}
footer .address_item h3::before, footer .address_item h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #66ddff;
}
footer .address_item h3::before {
  left: 0;
  width: 60px;
}
footer .address_item h3::after {
  left: 65px;
  width: 30px;
}
footer .address_item li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #2b4c85;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .address_item li:nth-last-child(2) {
  display: inline-flex;
  width: 50%;
  border-bottom: 0;
  margin-inline-end: 3%;
  padding:20px 0px 0px 0px ;
}
footer .address_item li:last-child {
  border-bottom: 0;
  display: inline-flex;
  width: 45%;
}
footer .address_item li .cont {
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  display: block;
  width: 100%;
  font-weight: 300;
  letter-spacing: 1px;
}
footer .address_item li p {
  margin: 0;
}
footer .address_item li i {
  display: inline-block;
  vertical-align: middle;
  margin-inline-end: 5px;
  line-height: 25px;
}
footer .address_item li a {
  line-height: 25px;
  color: #fff;
  font-weight: 300;
}
footer .address_item li a:hover{text-decoration: underline;}
footer .copyright {
  text-align: center;
  padding: 25px 0;
}
footer .copyright p {
  margin: 0;
  line-height: 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 1199px) {
  footer .top_contact {
    flex-wrap: wrap;
  }
  footer .address_item li:nth-last-child(2) {
    display: flex;
    width: 100%;
    border-bottom: 0;
    margin-inline-end: 0;
    padding-bottom: 0;
  }
  footer .address_item li:last-child {
    border-bottom: 0;
    display: flex;
    width: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  footer {
    padding: 35px 0 0;
  }
  footer .top_contact {
    margin-bottom: 0;
  }
  footer .flex-space-between {
    flex-direction: column;
    text-align: start;
    align-items: flex-start;
    margin-top: 15px;
  }
  footer .flex-space-between .social {
    margin-top: 15px;
  }
  footer .address {
    padding: 20px 0;
    margin-top: 15px;
  }
  footer .address img {
    max-width: 120px;
    margin: 0 0 15px;
    opacity:20;
  }
  footer .address_item {
    margin-bottom: 25px;
  }
  footer .copyright {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  footer .top_contact li {
    min-width: 50%;
    margin-bottom: 5px;
  }
  footer .top_contact li a {
    display: block;
    width: 100%;
  }
  footer .quick_links li a {
    margin-inline-end: 15px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  footer .address_item li:nth-last-child(2) {
    display: inline-flex;
    width: 50%;
    border-bottom: 0;
    margin-inline-end: 3%;
  }
  footer .address_item li:last-child {
    border-bottom: 0;
    display: inline-flex;
    width: 45%;
  }
}
@media (max-width: 575px) {
  footer .top_contact li {
    display: inline-block;
    vertical-align: middle;
    min-width: auto;
  }
  footer .top_contact li a {
    padding: 0;
    border: 0;
    border: 0 !important;
  }
  footer .top_contact li a i {
    display: block;
    margin-inline-end: 0px;
  }
  footer .top_contact li a span {
    display: none;
  }
}

html[dir=rtl] body {
  font-family: "Tajawal", sans-serif;
  letter-spacing: 0 !important;
}
html[dir=rtl] .page_head::before,
html[dir=rtl] .fa-arrow-right,
html[dir=rtl] .banner_img img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
html[dir=rtl] .page_head::before {
  right: auto;
  left: 0;
}
html[dir=rtl] .link {
  letter-spacing: 0;
  font-weight: 700;
  font-size: 13px;
}
html[dir=rtl] header .header_btns {
  right: auto;
  left: 70px;
}
html[dir=rtl] header .header_btns .icon.lang {
  line-height: 40px;
}
html[dir=rtl] header .navbar .navbar-nav li a {
  letter-spacing: 0px;
}
html[dir=rtl] header .navbar .navbar-nav li a::after {
  right: auto;
  left: 0;
}
html[dir=rtl] .main_section::before {
  left: 0;
  right: auto;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
html[dir=rtl] .main_section::after {
  left: auto;
  right: 0;
}
html[dir=rtl] .main_section .cont {
  padding: 50px;
  padding-left: 50px;
  padding-right: 0;
}
html[dir=rtl] .main_section .cont h1 {
  font-size: 28px;
  font-weight: 700;
}
html[dir=rtl] .main_section .cont h1 span {
  letter-spacing: 0;
}
html[dir=rtl] .main_section .cont .sectores li {
  font-size: 16px;
}
html[dir=rtl] .main_section .sectores li {
  letter-spacing: 0;
}
html[dir=rtl] .main_section .sectores li::after {
  right: auto;
  left: 0;
}
html[dir=rtl] .main_section .banner::before {
  right: auto;
  left: -30%;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
html[dir=rtl] .main_section .text-right {
  text-align: end !important;
}
html[dir=rtl] .main_section.about .cont.p-0 {
  margin: 0 25px;
}
html[dir=rtl] .project_item .cover .cost {
  left: 0;
  right: auto;
  font-size: 13px;
  padding: 15px 20px 5px 5px;
}
html[dir=rtl] .project_item .cover .cost span {
  font-size: 16px;
  font-weight: 700;
}
html[dir=rtl] .project_item .content .scope li {
  font-weight: 600;
  font-size: 14px;
}
html[dir=rtl] .project_item .content .categ h4 {
  font-size: 13px;
  font-weight: 600; 
  line-height:23px;
}
html[dir=rtl] .project_item.wide .cover .cost {
  left: -15px;
  
}
@media (max-width: 575px) {
  html[dir=rtl] .project_item.wide .cover .cost {
    left: 0;
  }
}
html[dir=rtl] .project_item.wide .content a {
  left: 0;
  right: auto;
  border: solid 1px red;

}
html[dir=rtl] footer .top_contact li a {
  border-right: 0;
  border-left: 1px solid #fff;
  padding-inline-end: 40px;
}
html[dir=rtl] footer .top_contact li:last-child a {
  border-left: 0;
  border-right: 0;
}
html[dir=rtl] footer h3 {
  letter-spacing: 0;
}
html[dir=rtl] footer h3::before {
  left: auto;
  right: 0;
}
html[dir=rtl] footer h3::after {
  left: auto;
  right: 65px;
}
html[dir=rtl] .banner_img .banner_img_cont {
  top: 25%;
  font-size: 18px;
  letter-spacing: 0;
}
html[dir=rtl] .banner_img .banner_img_cont span {
  font-size: 28px;
}
@media (max-width: 991px) {
  html[dir=rtl] .banner_img .banner_img_cont {
    left: auto;
    right: 25px;
  }
}
@media (max-width: 575px) {
  html[dir=rtl] .banner_img .banner_img_cont {
    left: auto;
    right: 25px;
  }
}

/*# sourceMappingURL=style.css.map */
