:root {
  --blue-color: #00556b;
  --secand-color: #008db2;
  --gray-color: #6e7e89;
  --three-color: #c3e7f0;
  --four-color: #1aa2c6;
  --black-color: #212629;
  --nav-color: #dcf2f7;
  --back-color: #fefefe;
  --bg-client: #92d0e0;
}
/* CSS Reset - Resetting default styles applied by browsers */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* Remove list styles for ul, ol */
ul,
ol {
  list-style: none;
}

/* Remove default link styles */
a {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: "Jost", sans-serif;
  background-color: var(--backgroud-color);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body[dir="rtl"] {
  overflow-wrap: break-word !important;
}
body[dir="rtl"] .fa-arrow-right {
  transform: rotate(180deg);
}
body[dir="rtl"] .me-auto {
  margin-left: auto;
  margin-right: 10px !important;
}
body[dir="rtl"] .dropdown-menu li a {
  text-align: start;
}
main {
  flex: 1;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.titleH1 {
  font-size: 50px;
  line-height: 70px;
}
@media (max-width: 500px) {
  .titleH1 {
    font-size: 40px;
    line-height: 60px;
    text-align: center;
  }
}
.btn {
  line-height: 30px;
  font-size: 18px;
}
.titleH5 {
  font-size: 20px;
  line-height: 35px;
}
p {
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 18px;
}
h5:not(.footer h5, .header h5 ) {
  font-size: 24px;
  height: 35px;
  overflow: hidden;
  word-wrap: break-word;
}

/* start about */
.about::after {
  content: "";
  background-color: #2b99c5;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 50vh;
  z-index: -1;
}
.about .titleSection {
  color: white;
  padding: 60px 12px;
}
.cardAbout {
  background-color: white;
  border-radius: 15px;
  padding: 40px;
}
.cardAbout .contantAbout p {
  height: 247px;
  overflow: hidden;
}
.cardAbout .contantAbout h5 {
  height: 30px;
  overflow: hidden;
}
@media (max-width: 500px) {
  .padding-0 {
    padding: 0px;
  }
  .cardAbout {
    padding: 12px;
    border-radius: 0px;
    box-shadow: none !important;
  }
  .cardAbout .contantAbout p {
    height: 100%;
  }
}
.cardAbout .TopImage {
  height: 300px;
}
.cardAbout img {
  border-radius: 15px;
}
/* start section Our Values */
.OurValues {
  background-color: var(--secand-color);
}
.OurValues .titleSection {
  color: white;
}
.OurValues .iconValues {
  width: 60px;
  height: 60px;
  background-color: var(--four-color);
  border-radius: 50%;
  color: white;
  margin: 10px auto;
}

.OurValues p {
  height: 150px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .OurValues p {
    height: 100%;
  }
}

.OurValues .col-md-6 {
  z-index: 2;
}
.curved-borderOne {
  position: absolute;
  bottom: 201px;
  left: 147px;
  width: 348px;
  height: 160px;
  border-bottom: dashed 2px #ffffff73;
  border-radius: 50%;
  z-index: 1;
}
.curved-borderTwo {
  position: absolute;
  bottom: 139px;
  left: 483px;
  width: 348px;
  height: 160px;
  border-top: dashed 2px #ffffff73;
  border-radius: 50%;
  z-index: 1;
}
.curved-borderThree {
  position: absolute;
  bottom: 201px;
  left: 816px;
  width: 348px;
  height: 160px;
  border-bottom: dashed 2px #ffffff73;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 1400px) {
  .curved-borderOne {
    position: absolute;
    bottom: 205px;
    left: 132px;
    width: 300px;
    height: 160px;
    border-bottom: dashed 2px #ffffff73;
    border-radius: 50%;
    z-index: 1;
  }
  .curved-borderTwo {
    position: absolute;
    bottom: 133px;
    left: 422px;
    width: 300px;
    height: 160px;
    border-top: dashed 2px #ffffff73;
    border-radius: 50%;
    z-index: 1;
  }
  .curved-borderThree {
    position: absolute;
    bottom: 205px;
    left: 708px;
    width: 300px;
    height: 160px;
    border-bottom: dashed 2px #ffffff73;
    border-radius: 50%;
    z-index: 1;
  }
}
@media (max-width: 1200px) {
  .curved-borderOne {
    position: absolute;
    bottom: 206px;
    left: 113px;
    width: 248px;
    height: 140px;
    border-bottom: dashed 2px #ffffff73;
    border-radius: 50%;
    z-index: 1;
  }
  .curved-borderTwo {
    position: absolute;
    bottom: 145px;
    left: 355px;
    width: 248px;
    height: 140px;
    border-top: dashed 2px #ffffff73;
    border-radius: 50%;
    z-index: 1;
  }
  .curved-borderThree {
    position: absolute;
    bottom: 206px;
    left: 596px;
    width: 248px;
    height: 140px;
    border-bottom: dashed 2px #ffffff73;
    border-radius: 50%;
    z-index: 1;
  }
}

/* end section Our Values */
/* start OurMissionVision */
.OurMissionVision {
  background-color: var(--black-color);
}
.OurMissionVision .iconMission {
  width: 50px;
  height: 50px;
  background-color: var(--four-color);
  border-radius: 10px;
  color: white;
}
.OurMissionVision .imageMission {
  height: 300px;
}
.OurMissionVision .imageMission img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*
.textMission p {
  text-align: justify;
  height: 120px;
  overflow: hidden;
}

 */
.colorBlue {
  color: #008db2 !important;
}
/*
@media (max-width: 998px) {
  .textMission p {
    height: 100%;
  }
}

 */
/*!* end OurMissionVision *!*/
/*!* end about *!*/
/*!* start Footer *!*/
/*.footer .imageLogoFooter {*/
/*  width: 200px;*/
/*  height: 200px;*/
/*}*/
/*.footer .imageLogoFooter img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*}*/
/*.footer {*/
/*  padding: 12px;*/
/*  background-color: #fefefe;*/
/*}*/
/*.footer h5 {*/
/*  font-size: 20px;*/
/*  border-bottom: 3px solid #0a89b4;*/
/*  width: 50%;*/
/*  margin: 18px !important;*/
/*  padding: 15px 0px !important;*/
/*  color: #0a89b4;*/
/*}*/
/*.footer a {*/
/*  color: #424c52;*/
/*}*/
/*.footer .contact-info i {*/
/*  color: var(--secand-color);*/
/*}*/
/*.footer a:hover {*/
/*  color: #008db2;*/
/*}*/
/*@media (min-width: 768px) {*/
/*  .footer {*/
/*    padding: 40px 40px 0px 40px;*/
/*  }*/
/*}*/
/*.footer ul {*/
/*  font-size: 18px;*/
/*}*/
/*!* end Footer *!*/
/*!* start copyRight *!*/
/*.copyRight {*/
/*  border-top: 1px solid #e7e7e7;*/
/*  margin-top: 10px !important;*/
/*  padding: 10px 0px;*/
/*}*/
/*.copyRight i {*/
/*  color: #6e7e89;*/
/*}*/
/*.copyRight i:hover {*/
/*  color: #008db2;*/
/*}*/

/* end copyRight */


