.container {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

* {
  box-sizing: border-box;
  font-family: inherit;
}

*[disabled] {
  opacity: 0.65;
  cursor: default;
}

html,
body {
  margin: 0;
  font-family: 'Roboto', 'Tahoma', 'arial';
  font-size: 15px;
  line-height: 20px;
  color: #aaa;
  width: 100%;
  min-height: 100%;
  transition: ease 0.3s all;
}

html.arabic,
body.arabic {
  font-family: 'Tajawal', 'Tahoma', 'arial';
}

body.active {
  overflow: hidden;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: inherit;
}

h1 {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
}

[mobile='true'] {
  display: none !important;
}

[mobile='false'] {
  display: block !important;
}

select.lang {
  background: #283891;
  color: #fff;
  margin-left: 20px;
  margin-right: 0;
}

@media (max-width: 767px) {
  [mobile='true'] {
    display: block !important;
  }
  [mobile='false'] {
    display: none !important;
  }
}

.topHeaderNoti {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1d76bc;
  color: #fff;
  padding: 5px;
}

.section .title {
  font-size: 18px;
  color: #283891;
  font-weight: bold;
  padding: 10px 0;
}

.flexing {
  display: flex;
}

.flexing.alignCenter {
  align-items: center;
}

.flexing.justifyCenter {
  justify-content: center;
}

.flexing.justifyEnd {
  justify-content: flex-end;
}

.flexing.justifyBetween {
  justify-content: space-between;
}

.width100 {
  width: 100%;
}

.height100 {
  height: 100%;
}

.padding20 {
  padding: 20px;
}

.balckOverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.rounded {
  border-radius: 50%;
  border: 2px solid #2b3a93;
  width: 300px;
  height: 300px;
  background-size: cover;
  background-position: center;
}

ul,
ol {
  margin-bottom: 10px;
  padding-left: 5px;
  overflow: hidden;
  list-style: none;
}

ul li,
ol li {
  margin-bottom: 10px;
  line-height: 25px;
  text-align: left;
}

ul li:before,
ol li:before {
  margin-right: 5px;
  font-size: 20px;
}

ul li:before {
  content: '\2022';
}

ol {
  counter-reset: li;
}

ol li {
  counter-increment: li;
}

ol li:before {
  content: counter(li) ".";
  font-size: 15px !important;
}

form {
  margin: 0;
}

input,
textarea,
select {
  outline: none;
  transition: ease 0.3s all;
  width: 100%;
  padding: 3px 7px;
  border: 0px solid #aaa;
  border-radius: 0px;
}

textarea {
  resize: none;
}

button {
  outline: none;
  cursor: pointer;
  border: 0;
  color: #fff;
  background-color: #2b3a93;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
  border-radius: 4px;
}

button:active {
  background-color: #1d76bc;
}

.btn {
  padding: 15px;
  background: #2b3a93;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  user-select: none;
  display: block;
}

.btn2 {
  cursor: pointer;
  font-weight: bold;
  background: #2b3a93;
  border: 0;
  height: 50px;
  color: #fff;
  font-size: 20px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.btn2:hover {
  background: #374046;
  color: #fff;
}

a {
  text-decoration: none;
  display: inline;
  transition: ease 0.3s all;
  color: inherit;
  display: block;
}

.lang a {
  display: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

#home section {
  padding: 70px 0;
  height: fit-content;
}

section {
  padding: 50px 0;
  border-bottom: 1px solid #eee;
}

section .section-header {
  margin-bottom: 30px;
  text-align: center;
  color: #000;
}

section .section-header h2 {
  font-size: 45px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 7px;
}

@media (max-width: 424px) {
  section .section-header h2 {
    font-size: 30px;
  }
}

section .section-header .sub-title {
  margin-top: 10px;
  color: #888;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 3px;
  font-style: italic;
}

section .sec-desc {
  line-height: 25px;
  text-align: justify;
  color: #373737;
  padding: 10px;
  margin-bottom: 5px;
}

.resp {
  display: none;
}

.sticky {
  position: sticky;
}

.has-side {
  display: flex;
  align-items: flex-start;
}

.img-holder {
  position: relative;
}

.img-holder .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #e6e6e6;
}

.img-holder .img.contain {
  background-size: contain;
}

.clear {
  clear: both;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: 0.3s ease all;
}

.site-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  transition: 0.3s ease all;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.site-overlay.active {
  opacity: 1;
  visibility: visible;
}

.page-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 150px;
  background-color: #283891;
}

.page-head img {
  width: 100%;
}

.page-head .overlay {
  background-color: rgba(0, 0, 0, 0.2);
}

.page-head .info {
  color: #fff;
  position: absolute;
  text-align: center;
}

.page-head .info .title {
  font-size: 45px;
  font-weight: 900;
  line-height: 40px;
  text-transform: uppercase;
  text-shadow: 1px 0 20px black;
}

@media (max-width: 1023px) {
  .page-head .info .title {
    font-size: 20px;
  }
}

.page-head .info .sub-title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.gallery {
  margin: auto;
}

.gallery .img {
  width: auto !important;
  max-width: 99vw !important;
  max-height: 99vh !important;
  margin: auto;
}

.hide {
  display: none;
}

.hideonmobile {
  display: block;
}

@media (max-width: 1023px) {
  .hideonmobile {
    display: none !important;
  }
}

.hideonweb {
  display: none !important;
}

@media (max-width: 1023px) {
  .hideonweb {
    display: flex !important;
  }
}

.flexing {
  display: flex;
  align-items: center;
}

.flexing .padding1 {
  padding: 5px;
}

.flexing.center {
  justify-content: center;
}

.flexing.spacebetween {
  justify-content: space-between;
}

.capitalize {
  text-transform: capitalize;
}

.largepadding {
  padding: 30px 0;
}

.desc {
  font-size: 17px;
  line-height: 26px;
  color: #444;
  font-weight: normal;
  line-height: 1.7em !important;
}

.green-circle {
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 24px;
  right: -6px;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  background-color: red;
  display: none;
  text-align: center;
  color: #fff;
  font-size: 13px;
}

.green-circle.active {
  display: flex;
}

#addWish {
  cursor: pointer;
}

@media (max-width: 1180px) {
  .container {
    width: 1024px;
    padding: 0 8px;
  }
}

@media (max-width: 1023px) {
  .container {
    width: auto;
  }
  .has-side {
    display: block;
  }
  .sticky {
    position: static;
  }
}

@media (max-width: 424px) {
  .container {
    padding: 0 10px;
  }
}

.loadercart {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  color: #1d76bc;
}

.btn-holder {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-holder .donate {
  font-size: 14px;
  padding: 7px 20px;
  background: #1d76bc;
  color: #fff;
  border-radius: 3px;
  margin: 0 5px;
  font-weight: 400;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.btn-holder .donate:hover {
  background: #2b3a93;
}

header {
  box-shadow: 0px 0 3px 0px #aaa;
  z-index: 2;
  position: relative;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 5px solid #1d76bc;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: top;
}

header .menu-holder {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

header .menu-holder .logo-holder {
  display: flex;
  align-items: center;
}

header .menu-holder .logo-holder .text {
  font-weight: 500;
  color: #2b3a93;
  font-size: 20px;
}

header .menu-holder .logo-holder .sub-text {
  text-align: center;
  font-weight: 300;
  font-style: italic;
  text-transform: capitalize;
}

header .menu-holder .logo {
  height: 70px;
  margin-right: 10px;
}

header .menu-holder .menu {
  display: flex;
  color: #aaa;
}

header .menu-holder .menu .item {
  margin: 0 10px;
  color: #1d76bc;
  font-size: 15px;
  position: relative;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 3px solid #fff;
  align-items: center;
  white-space: nowrap;
}

header .menu-holder .menu .item:hover {
  border-bottom: 3px solid #2b3a93;
}

header .menu-holder .menu .item .lang {
  display: flex;
  align-items: center;
}

header .menu-holder .menu .item .icon {
  margin-left: 5px;
}

header .menu-holder .menu .item .icon:before {
  content: '\f078';
}

header .menu-holder .menu .item:hover .sub-menu {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

header .menu-holder .menu .item.active,
header .menu-holder .menu .item a:hover {
  color: #2b3a93;
}

header .menu-holder .menu .item .sub-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  width: 200px;
  border-radius: 3px;
  font-size: 14px;
  padding-left: 10px;
  transform-origin: top;
  transform: translateY(-10px);
  transition: ease 0.3s all;
  visibility: hidden;
  opacity: 0;
}

header .menu-holder .menu .item .sub-menu:before, header .menu-holder .menu .item .sub-menu:after {
  content: '';
  position: absolute;
  bottom: 100%;
  border-style: solid;
}

header .menu-holder .menu .item .sub-menu:after {
  border-width: 7px;
  border-color: transparent transparent #fff transparent;
  left: 20px;
  top: -13px;
}

header .menu-holder .menu .item .sub-menu:before {
  border-width: 8px;
  border-color: transparent transparent #efefef transparent;
  left: 19px;
  top: -15px;
}

header .menu-holder .menu .item .sub-menu .item1 {
  padding: 10px 5px;
  border: 1px solid #efefef;
  border-bottom: 0px;
  position: relative;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
  color: #373737;
}

header .menu-holder .menu .item .sub-menu .item1 .icon {
  font-size: 15px;
}

header .menu-holder .menu .item .sub-menu .item1 .icon:before {
  content: '\f054';
}

header .menu-holder .menu .item .sub-menu .item1:first-of-type {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

header .menu-holder .menu .item .sub-menu .item1:last-of-type {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: 1px solid #efefef;
}

header .menu-holder .menu .item .sub-menu .item1:hover .sub-menu {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

header .menu-holder .menu .item .sub-menu .item1 .sub-menu {
  left: 100%;
  top: 0;
  transform-origin: left;
  transform: translateX(10px);
  visibility: hidden;
  opacity: 0;
}

header .menu-holder .menu .item .sub-menu .item1 .sub-menu:after {
  border-color: transparent #fff transparent transparent;
  left: -3px;
  top: 6px;
}

header .menu-holder .menu .item .sub-menu .item1 .sub-menu:before {
  border-color: transparent #efefef transparent transparent;
  left: -5px;
  top: 5px;
}

header .menu-holder .menu .item .lang:after {
  content: '|';
  margin: 0 5px;
}

header .menu-holder .menu .item .lang:last-of-type:after {
  content: '';
}

header .menu-holder .menu .item .lang .lang-item {
  cursor: pointer;
}

header .menu-holder .menu .item .lang .lang-item.active {
  color: #2b3a93;
}

header .menu-holder .language {
  display: flex;
  margin: 0 15px;
  font-size: 16px;
}

header .menu-holder .language a.active,
header .menu-holder .language a:hover {
  color: #2b3a93;
}

header .menu-holder .language .line {
  padding: 0 5px;
  display: inline-block;
}

header .menu-holder .resp-menu-icon {
  display: none;
}

header .menu-holder .btn-holder {
  display: flex;
  align-items: center;
}

header .menu-holder .btn-holder .cart,
header .menu-holder .btn-holder .shop {
  font-size: 14px;
  padding: 7px 20px;
  background: #1d76bc;
  color: #fff;
  border-radius: 3px;
  margin: 0 5px;
  font-weight: 400;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .menu-holder .btn-holder .cart:hover,
header .menu-holder .btn-holder .shop:hover {
  background: #2b3a93;
}

@media (max-width: 1023px) {
  header .menu-holder .btn-holder .shop {
    right: 10px;
    position: fixed !important;
    bottom: 45px;
    width: 50px;
    height: 50;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 37px;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0px 1px 2px #000;
  }
}

header .menu-holder .btn-holder.cart {
  padding: 10px 20;
}

.header-space {
  padding-top: 90px;
}

@media (max-width: 1023px) {
  .header-space {
    padding-top: 65px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: #fff;
  }
  header .top-strip {
    display: none;
  }
  header .resp-menu-icon {
    display: flex !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2b3a93;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 21px;
    cursor: pointer;
    height: 30px;
  }
  header .menu-holder {
    position: relative;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  header .menu-holder .logo-holder {
    margin-right: 0;
  }
  header .menu-holder .logo-holder .logo {
    height: 40px;
  }
  header .menu-holder .logo-holder .text-holder {
    display: none;
  }
  header .menu-holder .menu {
    position: fixed;
    left: -1;
    display: block;
    top: 65px;
    z-index: 2;
    height: calc(100% - 65px);
    width: 291px;
    background-color: #629fd0;
    border: 1px solid #aaa;
    border-left: 0;
    border-top: 0;
    overflow-y: auto;
    transform: translateX(-290px);
    -webkit-transform: translateX(-290px);
    -ms-transform: translateX(-290px);
    -webkit-transform: translateX(-290px);
    -moz-transform: translateX(-290px);
    -o-transform: translateX(-290px);
    transition: ease 0.2s all;
  }
  header .menu-holder .menu.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
  header .menu-holder .menu .item {
    padding: 10px;
    margin: 0;
    color: #fff;
    border-bottom: 1px solid #467eab;
  }
  header .menu-holder .menu .item.active {
    background-color: #fff;
  }
  header .menu-holder .menu .item.expand .sub-menu {
    display: block;
  }
  header .menu-holder .menu .item a {
    flex-grow: 1;
  }
  header .menu-holder .menu .item .sub-menu {
    position: initial;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    width: auto;
    display: none;
  }
  header .menu-holder .menu .item .sub-menu:before, header .menu-holder .menu .item .sub-menu:after {
    display: none;
  }
  header .menu-holder .menu .item .sub-menu .item1 {
    background-color: transparent;
    border: 0 !important;
    display: block;
    color: #fff;
  }
  header .menu-holder .menu .item .sub-menu .item1 .icon {
    font-size: 14px;
  }
  header .menu-holder .menu .item .sub-menu .item1 .icon:before {
    content: '\f078';
  }
  header .menu-holder .menu .item .sub-menu .item1.expand .sub-menu {
    display: block;
  }
  header .menu-holder .menu .item .sub-menu .item1 .sub-menu {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    display: none;
  }
  header .menu-holder .menu .item .sub-menu .item1 .sub-menu .item1:before {
    content: '-';
    margin-right: 5px;
  }
}

footer {
  background-color: #2b3a93;
  border-top: 1px solid #efefef;
  padding: 10px 0;
}

footer .holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .holder .text {
  color: #fff;
  font-size: 12px;
}

footer .holder .text a {
  display: inline;
}

footer .holder .text a:hover {
  color: #a7a4a4;
}

.slider {
  width: 100%;
}

.slider .item {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #1d76bc;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1023px) {
  .slider .item {
    height: unset;
  }
}

.slider .item .img-holder {
  height: 100%;
  width: 100%;
}

.slider .item .img-holder .img {
  background-color: #000;
}

.slider .item .video {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.slider .item .video video {
  width: 100%;
  height: 100%;
}

.slider .item .info {
  position: absolute;
  color: #fff;
  text-align: center;
  max-width: 420px;
}

.slider .item .info .title {
  font-size: 45px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 900;
}

.slider .item .info .desc {
  margin-top: 10px;
  font-size: 16px;
}

.slider .item .info .btn {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .slider .item .info .title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 900;
  }
  .slider .item .info .desc {
    margin-top: 10px;
    font-size: 15px;
  }
  .slider .item .info .btn {
    margin-top: 20px;
    font-size: 15px;
  }
}

#home-overview {
  background-color: #efefef;
}

#home-overview .holder {
  display: flex;
}

#home-overview .holder .img-holder {
  width: 600px;
  height: 450px;
  flex-shrink: 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#home-overview .holder .img-holder .img {
  position: absolute;
  z-index: 1;
}

#home-overview .holder .info .sub-title {
  color: #aaa;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#home-overview .holder .info .title {
  margin-top: 10px;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
}

#home-overview .holder .info .sub-title1 {
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

#home-overview .holder .info .desc {
  margin-top: 20px;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
}

#home-overview .holder .info .btn {
  display: inline-block;
  margin-top: 10px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  outline: none;
  cursor: pointer;
  border: 0;
  color: #fff;
  background-color: #2b3a93;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
  border-radius: 4px;
}

#home-overview .holder .info .btn:active {
  background-color: #1d76bc;
}

@media (max-width: 1024px) {
  #home-overview .holder .img-holder {
    display: none;
  }
}

@media (max-width: 1023px) {
  #home-overview .holder {
    flex-direction: column;
  }
  #home-overview .holder .img-holder {
    display: none;
  }
}

#home-services .holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1023px) {
  #home-services .holder {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  #home-services .holder {
    grid-template-columns: 100%;
  }
}

#home-services .left,
#home-services .right {
  width: 50%;
  display: flex;
  flex-direction: column;
}

#home-services .item-holder {
  padding: 15px;
  display: flex;
  flex-grow: 1;
}

#home-services .item-holder .item {
  padding: 20;
  display: flex;
  flex-grow: 1;
  color: #aaa;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#home-services .item-holder .item .icon {
  color: #1d76bc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  padding: 20px 0;
}

#home-services .item-holder .item .info {
  padding: 5px;
  text-align: center;
}

#home-services .item-holder .item .info .title {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 700;
  color: #373737;
  text-transform: uppercase;
}

#home-services .item-holder .item .info .desc {
  line-height: 20px;
}

#home-services .left .item-holder .item {
  align-items: center;
}

#home-services .left .item-holder .item .icon {
  font-size: 25px;
  flex-shrink: 0;
  margin-right: 10px;
  width: 70px;
  height: 100px;
}

#home-services .left .item-holder .item .info .desc {
  margin-top: 5px;
}

#home-services .right .item-holder .item {
  flex-direction: column;
  padding: 15px;
}

#home-services .right .item-holder .item .icon {
  font-size: 40px;
  margin-bottom: 15px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

#home-services .right .item-holder .item .info .desc {
  line-height: 20px;
  margin-top: 15px;
}

@media (max-width: 1023px) {
  #home-services .holder {
    display: block;
  }
  #home-services .holder .left,
  #home-services .holder .right {
    width: 100%;
  }
}

#home-statistics {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/i1.jpg");
  position: relative;
  background-attachment: fixed;
}

#home-statistics .overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

#home-statistics .holder {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

#home-statistics .holder .item-holder {
  width: calc(100% / 4);
  padding: 20px;
  color: #fff;
}

#home-statistics .holder .item-holder .item {
  flex-grow: 1;
  text-align: center;
}

#home-statistics .holder .item-holder .item .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border: 3px solid #fff;
  margin: auto;
}

#home-statistics .holder .item-holder .item .count {
  margin-top: 15px;
  font-size: 30px;
  font-weight: 900;
}

#home-statistics .holder .item-holder .item .title {
  margin-top: 15px;
  font-size: 20px;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  #home-statistics .holder .item-holder {
    width: calc(100% / 2);
  }
}

@media (max-width: 424px) {
  #home-statistics .holder .item-holder {
    width: calc(100% / 1);
  }
}

#home-feedback {
  background-color: #eee;
}

#home-feedback .icon {
  font-size: 30px;
  color: #2b3a93;
}

#home-feedback .desc {
  line-height: 20px;
  margin-top: 10px;
  height: 80px;
  overflow: hidden;
}

#home-feedback .title {
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
  color: #1d76bc;
}

#home-footer {
  background-color: #fcfcfc;
  border-top: 1px solid #d9d6d6;
}

#home-footer .holder {
  display: flex;
  flex-wrap: wrap;
}

#home-footer .holder .item-holder {
  display: flex;
  width: calc(100% / 3);
  padding: 5px;
}

#home-footer .holder .item-holder.logo {
  flex-direction: column;
  align-items: flex-start;
}

#home-footer .holder .item-holder.logo .img {
  height: 70px;
  margin-bottom: 10px;
}

#home-footer .holder .item-holder.logo .menu-holder {
  display: flex;
  margin-bottom: 5px;
}

#home-footer .holder .item-holder.logo .menu-holder .item {
  font-weight: 700;
  text-transform: capitalize;
  margin-right: 10px;
  transition: ease 0.3s all;
}

#home-footer .holder .item-holder.logo .menu-holder .item:before {
  content: '-';
  margin-right: 10px;
}

#home-footer .holder .item-holder.logo .menu-holder .item:first-of-type:before {
  content: '';
  margin-right: 0;
}

#home-footer .holder .item-holder.logo .menu-holder .item:hover {
  color: #2b3a93;
}

#home-footer .holder .item-holder.info-holder {
  flex-direction: column;
}

#home-footer .holder .item-holder.info-holder .item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#home-footer .holder .item-holder.info-holder .item .icon {
  color: #fff;
  font-size: 15px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2b3a93;
}

#home-footer .holder .item-holder.info-holder .item .desc {
  color: #7f7f80;
  font-size: 13px;
  font-weight: 700;
}

#home-footer .holder .item-holder.info-holder .item:last-of-type {
  margin-bottom: 0;
}

#home-footer .holder .item-holder.about-holder {
  flex-direction: column;
  font-size: 14px;
}

#home-footer .holder .item-holder.about-holder .title {
  font-weight: 900;
  text-transform: uppercase;
  color: #373737;
  line-height: 20px;
  margin-bottom: 5px;
}

#home-footer .holder .item-holder.about-holder .desc {
  margin-bottom: 10px;
}

#home-footer .holder .item-holder.about-holder .social-holder {
  display: flex;
  align-items: center;
}

#home-footer .holder .item-holder.about-holder .social-holder .icon {
  color: #7f7f80;
  font-size: 20px;
  cursor: pointer;
  transition: ease 0.3s all;
  margin-right: 10px;
}

#home-footer .holder .item-holder.about-holder .social-holder .icon:hover {
  color: #2b3a93;
}

@media (max-width: 1023px) {
  #home-footer .holder {
    display: flex;
    flex-wrap: wrap;
  }
  #home-footer .holder .item-holder {
    display: flex;
    width: calc(100% / 2);
    padding: 5px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  #home-footer {
    background-color: #efefef;
  }
  #home-footer .holder {
    display: flex;
    flex-wrap: wrap;
  }
  #home-footer .holder .item-holder {
    display: flex;
    width: calc(100% / 1);
    padding: 5px;
    padding-bottom: 15px;
  }
}

#about .item {
  padding: 20px 0;
}

#about .item:nth-of-type(even) .img-holder {
  float: right;
  margin-left: 20px;
}

#about .item:nth-of-type(odd) .img-holder {
  float: left;
  margin-right: 20px;
}

#about .item .img-holder {
  width: 600px;
  max-width: 100%;
  height: 420px;
}

#about .item .info {
  color: #373737;
}

#about .item .info .title {
  font-size: 30px;
  font-weight: 500;
  color: #2b3a93;
  text-transform: capitalize;
  line-height: 32px;
}

#about .item .info .sub-title {
  color: #aaa;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  margin-top: 30px;
  line-height: 25px;
}

#about .item .info .desc {
  margin-top: 10px;
  line-height: 25px;
  font-size: 15px;
}

@media (max-width: 1023px) {
  #about .item .img-holder {
    width: 100%;
    height: 60vw;
    float: none !important;
    margin: 0 0 15px 0 !important;
  }
}

#contact .holder {
  display: flex;
}

#contact .holder .contact-form h2 {
  color: #2b3a93;
  font-size: 45px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;
}

#contact .holder .contact-form .desc {
  color: #aaa;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
}

#contact .holder .contact-form .items-holder {
  display: flex;
  flex-wrap: wrap;
}

#contact .holder .contact-form .item-holder {
  width: 100%;
  padding-bottom: 20px;
}

#contact .holder .contact-form .message-holder {
  width: 100%;
}

#contact .holder .contact-form .message {
  height: 150px;
}

#contact .holder .contact-form .item {
  padding: 10px 15px;
  color: #373737;
  font-size: 15px;
  line-height: 25px;
  width: 100%;
  border: 1px solid #aaa;
  overflow: hidden;
  border-radius: 3px;
}

#contact .holder .contact-form .btn2 {
  min-width: 100px;
  margin-top: -15px;
}

#contact .info-holder {
  width: 400px;
  margin-left: 30px;
}

#contact .info-holder .item {
  padding: 15px;
  margin-bottom: 15px;
}

#contact .info-holder h3 {
  color: #2b3a93;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

#contact .info-holder .info {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

#contact .info-holder .icon {
  background-color: #2b3a93;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  margin: 0 5px;
  flex-shrink: 0;
}

#contact .info-holder .icon.insta {
  background: linear-gradient(#a614d6f5, #c12448, rgba(255, 118, 0, 0.96));
}

#contact .info-holder .icon.facebook {
  background: #4267b2;
}

#contact .info-holder .social .icon {
  background-color: #2b3a93;
  transition: 0.3s ease all;
}

#contact .info-holder .social .icon:hover {
  background-color: #1d76bc;
}

#contact .info-holder .value {
  margin-left: 10px;
}

@media (max-width: 1023px) {
  #contact .holder {
    flex-direction: column-reverse;
  }
  #contact .info-holder {
    margin: 0 0 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #contact .info-holder .item {
    width: calc(100% / 2);
    flex-grow: 1;
  }
}

@media (max-width: 767px) {
  #contact .info-holder .item {
    width: calc(100% / 1);
    flex-grow: 1;
  }
  #contact .holder .contact-form .item-holder {
    width: calc(100% / 1);
  }
  #contact .holder .contact-form .btn {
    width: 100%;
  }
}

/*Contact End*/
#projects {
  background-color: #fff;
}

#projects .side-bar {
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  width: 25%;
  padding: 35px 30px;
  margin-right: 15px;
  margin-top: 15px;
  flex-shrink: 0;
}

#projects .side-bar .search {
  border: 1px solid #aaa;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}

#projects .side-bar .widget {
  padding: 35px 0;
  border-bottom: 1px solid #efefef;
}

#projects .side-bar .widget:first-of-type {
  padding-top: 0;
}

#projects .side-bar .widget:last-of-type {
  border: 0;
}

#projects .side-bar h3 {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 3.2px;
  line-height: 25px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

#projects .side-bar .filter-holder .item {
  color: #373737;
  font-size: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-bottom: 5px;
  transition: 0.3s ease all;
}

#projects .side-bar .filter-holder .item.active .check-box:before {
  content: '\f00c';
}

#projects .side-bar .filter-holder .item label {
  cursor: pointer;
}

#projects .side-bar .filter-holder .item:hover {
  color: #2b3a93;
}

#projects .side-bar .filter-holder .item:hover .check-box {
  border-color: #2b3a93;
}

#projects .side-bar .filter-holder .check-box {
  width: 12px;
  height: 12px;
  font-size: 10px;
  margin-right: 10px;
  margin-bottom: 2px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #aaa;
  border-radius: 1px;
  flex-shrink: 0;
  transition: 0.2s ease all;
  display: flex;
  align-items: center;
  justify-content: center;
}

#projects .side-bar .filter-holder .btn {
  color: #fff;
  min-width: 110px;
}

#projects .holder {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}

#projects .holder .item-holder {
  width: calc(100% / 2);
  display: flex;
  padding: 15px;
}

#projects .holder .item {
  flex-grow: 1;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  overflow: hidden;
}

#projects .holder .item .img-holder {
  width: 100%;
  height: 250px;
}

#projects .holder .item .info {
  padding: 15px;
}

#projects .holder .item .info .title {
  font-size: 20px;
  font-weight: 500;
  color: #2b3a93;
}

#projects .holder .item .info .label {
  color: #2b3a93;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-top: 10px;
  border-radius: 3px;
}

#projects .holder .item .info .desc {
  font-size: 15px;
  color: #373737;
  line-height: 25px;
  margin-top: 10px;
  max-height: 56px;
}

@media (max-width: 1023px) {
  #projects .side-bar {
    width: 100%;
  }
  #projects .side-bar .btn2 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #projects .holder .item-holder {
    width: calc(100% / 1);
  }
}

#project-item .img-holder {
  width: 500px;
  height: 450px;
  float: left;
  margin-right: 15px;
}

#project-item .name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000;
}

#project-item .desc {
  color: #373737;
}

.portfolio {
  background-color: #efefef;
}

.portfolio .img-holder {
  width: 100%;
  height: 260px;
}

@media (max-width: 1023px) {
  #project-item .img-holder {
    width: 100%;
    height: 60vw;
    float: none;
    margin: 0 0 15px 0;
  }
}

#article {
  padding: 30px 0;
}

@media (max-width: 1023px) {
  #article {
    padding: 0;
  }
}

#article .holder-content {
  display: flex;
  flex-wrap: wrap;
}

#article .holder-content .slider-content {
  width: 400px;
}

@media (max-width: 1023px) {
  #article .holder-content .slider-content {
    width: 100%;
  }
}

#article .holder-content .img-holder {
  width: 400px;
  height: 400px;
}

#article .holder-content .img-holder .img {
  background-size: contain;
}

#article .holder-content .detailse {
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
}

#article .holder-content .detailse .head-holder {
  flex-grow: 1;
}

#article .holder-content .detailse .name {
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  color: #000;
  text-transform: capitalize;
}

@media (max-width: 1023px) {
  #article .holder-content .detailse .name {
    font-size: 17px;
  }
}

#article .holder-content .detailse .name.chageColor {
  color: #02687d;
  padding: 0 3px;
  padding-top: 3px;
}

#article .holder-content .detailse .item {
  padding: 10px 0;
}

#article .holder-content .detailse .sub-name {
  font-size: 16;
  color: #000;
  text-transform: capitalize;
}

#article .holder-content .detailse .sub-name.chageColor {
  color: #02687d;
  padding: 0 3px;
  padding-top: 3px;
}

#article .holder-content .detailse input {
  border: 1px solid #aaa;
  width: fit-content;
  border-radius: 3px;
  margin: 0 3px;
}

#article .holder-content .detailse .btn-cart {
  padding: 10px 30px;
  background: #02687d;
  width: fit-content;
  color: #fff;
  border-radius: 3px;
  margin-right: 10px;
}

@media (max-width: 1023px) {
  #article .holder-content .detailse .btn-cart {
    font-size: 13px;
  }
}

#article .holder-content .detailse .btn-cart.removeWish {
  display: none;
}

#article .holder-content .detailse .btn-cart.removeWish.active {
  display: block;
  background: red;
  cursor: pointer;
}

#article .description {
  padding: 10px 0;
}

.portfolio {
  background-color: #efefef;
}

.portfolio .img-holder {
  width: 100% !important;
  height: 260px !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #373737;
}

.portfolio .img-holder .img {
  height: auto;
  width: auto;
}

@media (max-width: 1023px) {
  #project-item .img-holder {
    width: 100% !important;
    height: 60vw !important;
    float: none;
    margin: 0 0 15px 0;
  }
}

#services {
  background-color: #fff;
}

#services .side-bar {
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  width: 25%;
  padding: 35px 30px;
  text-align: left;
  margin-right: 15px;
  margin-top: 15px;
  flex-shrink: 0;
}

#services .side-bar .search {
  border: 1px solid #aaa;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}

#services .side-bar .widget {
  padding: 35px 0;
  border-bottom: 1px solid #efefef;
}

#services .side-bar .widget:first-of-type {
  padding-top: 0;
}

#services .side-bar .widget:last-of-type {
  border: 0;
}

#services .side-bar h3 {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 3.2px;
  line-height: 25px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

#services .side-bar .filter-holder .item {
  color: #373737;
  font-size: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-bottom: 5px;
  transition: 0.3s ease all;
}

#services .side-bar .filter-holder .item.active .check-box:before {
  content: '\f00c';
}

#services .side-bar .filter-holder .item label {
  cursor: pointer;
}

#services .side-bar .filter-holder .item:hover {
  color: #2b3a93;
}

#services .side-bar .filter-holder .item:hover .check-box {
  border-color: #2b3a93;
}

#services .side-bar .filter-holder .check-box {
  width: 12px;
  height: 12px;
  font-size: 10px;
  margin-right: 10px;
  margin-bottom: 2px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #aaa;
  border-radius: 1px;
  flex-shrink: 0;
  transition: 0.2s ease all;
  display: flex;
  align-items: center;
  justify-content: center;
}

#services .side-bar .filter-holder .btn {
  color: #fff;
  min-width: 110px;
}

#services .holder {
  display: flex;
  flex-wrap: wrap;
}

#services .holder .item-holder {
  width: calc(100% / 3);
  display: flex;
  padding: 15px;
}

#services .holder .item {
  flex-grow: 1;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  overflow: hidden;
}

#services .holder .item .img-holder {
  width: 100%;
  height: 250px;
}

#services .holder .item .info {
  padding: 15px;
}

#services .holder .item .info .title {
  font-size: 20px;
  font-weight: 500;
  color: #2b3a93;
}

#services .holder .item .info .label {
  color: #2b3a93;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-top: 10px;
  border-radius: 3px;
  display: none;
}

#services .holder .item .info .desc {
  font-size: 15px;
  color: #373737;
  line-height: 25px;
  margin-top: 10px;
  overflow: hidden;
  max-height: 100px;
}

#services .title {
  font-size: 18px;
  color: #283891;
  font-weight: bold;
  padding: 10px 0;
}

#services .section {
  width: 50%;
  float: left;
  display: block;
  margin-right: 15px;
}

@media (max-width: 500px) {
  #services .section {
    width: 100% !important;
    float: unset !important;
  }
}

@media (max-width: 1023px) {
  #services .holder .item-holder {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #services .holder .item-holder {
    width: 100%;
  }
}

#career .career-holder {
  margin-top: 30px;
}

#career .career-holder h3 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

#career .career-holder p {
  color: #999;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.5px;
}

#career .career-holder .form-holder {
  display: flex;
  flex-wrap: wrap;
}

#career .career-holder .item-holder {
  width: calc(100% / 2);
  padding: 15px;
}

#career .career-holder .item-holder.ta {
  width: 100%;
}

#career .career-holder .item-holder.cv {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

#career .career-holder .item-holder.cv .item {
  display: flex;
  align-items: center;
}

#career .career-holder .item-holder.cv .label {
  color: #777;
  font-size: 15px;
  margin-right: 10px;
}

#career .career-holder .item-holder.cv .value {
  font-size: 25px;
  background-color: #32aae1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  min-width: 100px;
  border-radius: 4px;
  cursor: pointer;
}

#career .career-holder .item-holder.cv .value:active {
  background-color: #4396bb;
}

#career .career-holder .input {
  padding: 10px 5px;
  border: 1px solid #efefef;
  font-size: 15px;
  border-radius: 3px;
}

#career .career-holder .input:focus {
  border: 1px solid #efefef;
}

#career .career-holder .input:focus:invalid:focus {
  border-color: #f00 !important;
}

#career .career-holder textarea.input {
  height: 150px;
}

#career .career-holder button {
  float: right;
}

@media (max-width: 767px) {
  #career .career-holder .item-holder {
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
  }
  #career .career-holder .item-holder.cv {
    flex-direction: column;
  }
  #career .career-holder .item-holder .item {
    margin-bottom: 10px;
  }
  #career .career-holder .item-holder .item:nth-of-type(1) {
    align-self: flex-start;
  }
  #career .career-holder .item-holder .item:nth-of-type(2) {
    align-self: flex-end;
  }
}

#social-media {
  position: fixed;
  left: 0;
  top: 30%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

#social-media .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  background-color: #2b3a93;
  border-radius: 0 20px 20px 0;
  margin-bottom: 3px;
}

#social-media .icon.social {
  transition: ease 0.3s all;
  height: 0;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}

#social-media .icon.menu {
  cursor: pointer;
}

#social-media .icon.menu:before {
  content: '\f1e0';
  transform: rotate(0);
  transition: ease 0.5s all;
}

#social-media .icon.fa-facebook {
  background-color: #4267b2;
}

#social-media .icon.fa-twitter {
  background-color: #1da1f2;
}

#social-media .icon.fa-youtube {
  background-color: #ff0000;
}

#social-media.expand .menu:before {
  content: '\f00d';
  transform: rotate(360deg);
}

#social-media.expand .social {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  height: 50px;
}

#social-media.expand .social:nth-of-type(2) {
  transition-delay: 0.05s;
}

#social-media.expand .social:nth-of-type(3) {
  transition-delay: 0.1s;
}

#social-media.expand .social:nth-of-type(4) {
  transition-delay: 0.15s;
}

#schedule .holder {
  display: flex;
  flex-wrap: wrap;
}

#schedule .item-holder {
  padding: 15px;
  width: calc(100% / 2);
  display: flex;
}

#schedule .item {
  flex-grow: 1;
  padding: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #fff;
}

#schedule .item .top {
  display: flex;
}

#schedule .item .top .img-holder {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  flex-shrink: 0;
}

#schedule .item .top .name {
  font-weight: 500;
  color: #000;
  font-size: 21px;
  margin-bottom: 5px;
}

#schedule .item .top .desc {
  max-height: 88px;
  overflow: hidden;
  color: #7f7f80;
}

#schedule .item .bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

#schedule .item .bottom .info-item {
  display: flex;
  align-items: center;
  border: 1px solid #7f7f80;
  overflow: hidden;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  flex-grow: 1;
}

#schedule .item .bottom .info-item .label {
  width: 40px;
  height: 40px;
  background: #7f7f80;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#schedule .item .bottom .info-item .label .icon {
  font-size: 20px;
}

#schedule .item .bottom .info-item .value {
  padding: 10px;
  color: #7f7f80;
  font-style: italic;
  font-weight: 500;
}

#schedule .item .btn {
  width: 100%;
  margin-top: 15px;
}

@media (max-width: 1023px) {
  #schedule .item-holder {
    width: 100%;
  }
}

.pagi-holder {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  user-select: none;
  width: 100%;
}

.pagi-holder.hide {
  display: none;
}

.pagi-holder .pagi {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #aaa;
  color: #fff;
  font-size: 15px;
  margin: 3px;
  cursor: pointer;
  border-radius: 3px;
}

.pagi-holder .pagi.active, .pagi-holder .pagi:active {
  background-color: #1d76bc;
}

@media (max-width: 767px) {
  .pagi-holder .pagi {
    flex-grow: 1;
  }
}

.arabic select.lang {
  margin-left: 0;
  margin-right: 20px;
}

.arabic header .menu-holder {
  direction: rtl;
}

.arabic header .menu-holder .logo-holder {
  margin-left: 0;
  margin-right: 100px;
}

.arabic header .menu-holder .logo-holder .logo {
  margin-right: 0;
  margin-left: 10px;
}

.arabic header .menu-holder .menu .item {
  font-size: 16px;
}

.arabic header .menu-holder .menu .item .icon {
  margin-right: 5px;
  margin-left: 0;
}

.arabic header .menu-holder .menu .item .sub-menu {
  right: -10px;
  left: unset;
}

.arabic header .menu-holder .menu .item .sub-menu:after {
  right: 20px;
  left: unset;
}

.arabic header .menu-holder .menu .item .sub-menu:before {
  right: 19px;
  left: unset;
}

.arabic .has-side {
  direction: rtl;
}

.arabic section .section-header h2 {
  letter-spacing: 0;
}

.arabic section .sec-desc {
  direction: rtl;
}

.arabic #home-overview .holder {
  direction: rtl;
}

.arabic #home-overview .holder .img-holder {
  margin-right: 0;
  margin-left: 10px;
}

.arabic #home-services .holder {
  direction: rtl;
}

.arabic #home-services .holder .item .icon {
  margin-right: 0;
  margin-left: 10px;
}

.arabic #schedule .holder {
  direction: rtl;
}

.arabic #schedule .holder .item .top .img-holder {
  margin-right: 0;
  margin-left: 10px;
}

.arabic #schedule .holder .item .bottom .info-item {
  margin-right: 0;
  margin-left: 5px;
}

.arabic #home-feedback .item {
  direction: rtl;
}

.arabic #home-footer .info-holder .item {
  direction: rtl;
}

.arabic #home-footer .info-holder .item .icon {
  margin-right: 0 !important;
  margin-left: 10px;
}

.arabic #home-footer .about-holder {
  direction: rtl;
}

.arabic #home-footer .about-holder .social-holder .icon {
  margin-right: 0 !important;
  margin-left: 10px;
}

.arabic #about .info {
  direction: rtl;
}

.arabic #projects .side-bar h3 {
  direction: rtl;
  letter-spacing: 0;
}

.arabic #project-item .holder {
  direction: rtl;
}

.arabic #project-item .holder .img-holder {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}

.arabic #services .holder {
  direction: rtl;
}

.arabic #contact .holder {
  direction: rtl;
}

.arabic #contact .holder .info-holder {
  margin-right: 30px;
  margin-left: 0;
}

#home-tech .head-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  font-size: 30px;
}

#home-tech .head-title .title {
  color: #ffffff;
  font-family: 'Assistant', Sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.13em;
  text-shadow: 2px 2px 5px #000000;
}

#home-tech .item-holder {
  display: grid;
  grid-template-columns: repeat(auto-fill, 382px);
  gap: 20px;
  padding: 30px 0;
  justify-content: center;
}

#home-tech .item-holder .item {
  border: #2b3a93 1px solid;
  border-radius: 10px;
  padding: 20px;
}

#home-tech .item-holder .item:hover {
  border-color: #1d76bc;
}

#home-tech .item-holder .item .title {
  color: #161c2d;
  font-family: 'Hind', Sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
  padding: 15px 0;
}

#home-tech .item-holder .item .desc {
  color: #444;
  font-size: 16px;
  line-height: 1.7em;
}

#home-contact {
  padding: 40px 0;
  text-align: center;
}

#home-contact .head-title {
  text-transform: capitalize;
  font-size: 20px;
  padding: 20px 0;
  color: #1d76bc;
}

#home-contact .grid_of_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 20px 0;
}

#home-contact .grid_of_3 input {
  border: 1px solid #818a91;
  padding: 10px;
  border-radius: 3px;
}

#home-contact .message-holder {
  padding: 20px 0;
}

#home-contact .message-holder .message {
  height: 150px;
  border: 1px solid #818a91;
  padding-bottom: 20px;
  border-radius: 3px;
}

#home-contact .item-holder {
  display: flex;
  justify-content: flex-end;
}

#news {
  padding-bottom: 20px;
  text-align: center;
}

#news .moreHeight {
  height: 400px !important;
}

#news .head-title {
  padding: 30px 0;
  background-color: #1d76bc;
  color: #fff;
  font-size: 45px;
  text-transform: capitalize;
}

#news .item-holder {
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

#news .item-holder.grid_of_2 {
  grid-template-columns: repeat(2, 1fr);
  padding: 20 10px;
}

#news .item-holder .item_certificate {
  display: flex;
  flex-direction: column;
}

#news .item-holder .item_certificate .img-holder {
  height: 200px;
}

#news .item-holder .item_certificate .img-holder .img {
  background-color: #fff;
}

#news .item-holder .item_certificate .info {
  padding: 20px;
  /* padding: 10px 0; */
  font-size: 28px;
  font-weight: bold;
  text-transform: capitalize;
  color: #2b3a93;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  background-color: #eee;
}

#news .item-holder .item {
  border: 1px solid #2b3a93;
  border-radius: 10px;
  overflow: hidden;
}

#news .item-holder .item .img-holder {
  height: 200px;
  border-bottom: 1px solid #eee;
}

#news .item-holder .item .info {
  padding: 20px;
  text-align: left;
}

#news .item-holder .item .info .title {
  padding: 10px 0;
  font-size: 17px;
  text-transform: capitalize;
  color: #1d76bc;
}

#news .item-holder .item .info .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
}

#news .item-holder .item .info .pdf-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

#news .item-holder .item .info .pdf-holder .holder {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1d76bc;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid #aaa;
  color: #fff;
  background: linear-gradient(to right, #2b3a93 50%, #1d76bc 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 1s ease;
}

#news .item-holder .item .info .pdf-holder .holder:hover {
  background-position: left bottom;
}

#news .item-holder .item .info .pdf-holder .holder .text {
  padding: 0 3px;
}

#news .item-holder .item .date-holder {
  border-top: 1px solid #eee;
  padding: 10px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
}

#news .item-holder .item .date-holder .date {
  padding: 3px;
}

#news .booking {
  padding: 20px 0;
}

#news .booking .name {
  background-color: #02687d;
  color: #fff;
  text-transform: capitalize;
  padding: 7px 20px;
  border-radius: 3px;
}

#news .booking .name:hover {
  background-color: #02596b;
}

@media (max-width: 1023px) {
  .item-holder {
    grid-template-columns: 100% !important;
  }
}

@media (max-width: 424px) {
  .item-holder {
    grid-template-columns: 100% !important;
  }
}

#faq .itemHolder {
  padding: 30px 0;
}

#faq .itemHolder .item .head-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  text-transform: capitalize;
  border-bottom: 1px solid #07b1d4;
  color: #000;
}

#faq .itemHolder .item .head-holder.active {
  border: none;
}

#faq .itemHolder .item .desc {
  padding: 10px;
  display: none;
}

#faq .itemHolder .item .desc.active {
  display: block;
  border-bottom: 1px solid #07b1d4;
}

#cart {
  padding: 30px 0;
  min-height: 308px;
}

#cart .head-title {
  font-size: 30px;
  color: #000;
  text-transform: capitalize;
  padding: 20px 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  #cart .head-title {
    font-size: 20px;
  }
}

#cart .cartItem {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 20px;
  font-size: 1.1em;
  padding: 30px 0;
}

@media (max-width: 1023px) {
  #cart .cartItem {
    grid-template-columns: 100%;
  }
}

#cart .cartItem .items {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
  align-content: start;
}

#cart .cartItem .items .item {
  display: flex;
  border: 1px solid #eee;
  flex-wrap: wrap;
}

#cart .cartItem .items .item .img-holder {
  height: 150px;
  width: 150px;
}

#cart .cartItem .items .item .info {
  padding: 10px;
  font-size: 20px;
  color: #000;
}

#cart .cartItem .items .item .info .cat {
  font-size: 15px;
  color: #9e9e9e;
}

#cart .cartItem .items .item .info .gridOfthree {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  text-transform: capitalize;
  text-align: center;
}

#cart .cartItem .items .item .info .gridOfthree .flexcolumn {
  display: flex;
  flex-direction: column;
}

#cart .cartItem .items .item .info .gridOfthree .name {
  padding: 10px 0;
  font-weight: bold;
  color: #02687d;
}

#cart .cartItem .items .item .info .gridOfthree .units {
  padding: 0 5px;
}

#cart .cartItem .items .item .info .gridOfthree .counter {
  padding: 10px;
  border: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}

#cart .cartItem .items .item .info .gridOfthree .plus,
#cart .cartItem .items .item .info .gridOfthree .minus {
  padding: 5px 10px;
  cursor: pointer;
}

#cart .cartItem .right .holder {
  border: 1px solid #d8d8d8;
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 15px;
}

#cart .cartItem .right .holder .haed-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #eee;
}

#cart .cartItem .right .holder .sub-item-holder {
  padding: 10px 5px;
  display: grid;
  grid-template-columns: 100%;
  gap: 19px;
}

#cart .cartItem .right .holder .sub-item-holder .sub-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

#cart .cartItem .right .holder .sub-item-holder .sub-item .value {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#cart .cartItem .right .holder .sub-item-holder .sub-item .value .units {
  padding: 0 3px;
  text-transform: uppercase;
}

#cart .cartItem .right .holder .sendorder {
  margin: 10;
}

#cart .cartItem .right .holder .sendorder:hover {
  background-color: #02687d;
}

#cart .cartItem .right .holder .form {
  padding: 10px;
}

#cart .cartItem .right .holder .form .item {
  padding: 10px 0;
}

#cart .cartItem .right .holder .form .item .input {
  border: 1px solid #eee;
  margin: 5px 0;
  border-radius: 2px;
}

#cart .cartItem .right .holder .mapholder {
  padding: 10px;
}
/*# sourceMappingURL=style.css.map */