:root {
  --blue-color: #00556b;
  --secand-color: #008db2;
  --gray-color: #6e7e89;
  /*--gray-color: #080808;*/
  --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);
}
main {
  flex: 1;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.titleH1 {
  font-size: 2rem;
  line-height: 70px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 500px) {
  .titleH1 {
    font-size: 40px;
    line-height: 60px;
    text-align: center;
  }
}
.titleH5 {
  font-size: 24px;
  line-height: 35px;
}
.desH5 {
  font-size: 20px;
  line-height: 35px;
}
p {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 30px;
}

/* start imageHome */
.imageHome {
  position: relative;
}
.imageHome .imageTitle {
  height: 820px;
  overflow: hidden;
}
.imageHome .imageTitle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imageHome::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(43, 153, 197, 1) 20%,
    rgba(43, 153, 197, 0) 100%
  );
  z-index: 1;
}
body[dir="rtl"] .imageHome::before {
  background: linear-gradient(
    -90deg,
    rgba(43, 153, 197, 1) 20%,
    rgba(43, 153, 197, 0) 100%
  );
}
.imageHome .img-overlay {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: white;
  z-index: 2;
  margin: 0px 20px;
}
.imageHome .title {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  max-height: 375px;
  overflow: hidden;
  line-height: 75px;
}
.imageHome .description {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 20px;
  max-height: 320px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .imageHome .title {
    font-size: 70px;
    max-height: 270px;
    line-height: 90px;
  }
  .imageHome .description {
    font-size: 20px;
    max-height: 160px;
  }
}
@media (min-width: 1200px) {
  .imageHome .img-overlay .container {
    width: 900px;
    margin-left: 100px;
  }
  body[dir="rtl"] .imageHome .img-overlay .container {
    margin-right: 100px;
  }
  .imageHome .title {
    font-size: 70px;
    max-height: 180px;
    line-height: 90px;
  }
  .imageHome .description {
    font-size: 20px;
    max-height: 160px;
  }
}

.imageHome .btnFacebook {
  background-color: white;
  border-radius: 15px;
  padding: 10px;
  line-height: 30px;
}
.btn {
  line-height: 30px;
  font-size: 18px;
}

.imageHome .communication i {
  color: var(--blue-color);
}
.imageHome .btnLinkedIn {
  background-color: white;
  padding: 10px 15px;
  border-radius: 25px;
}
.imageHome .btnFacebook:hover p,
.imageHome .btnFacebook:hover i,
.imageHome .btnLinkedIn:hover i {
  color: white;
}
.imageHome .btnFacebook:hover,
.imageHome .btnLinkedIn:hover {
  background-color: var(--blue-color) !important;
  color: white !important;
}
.imageHome .nameIcan {
  color: var(--gray-color);
  margin: 0px 10px;
}

/* end imageHome */
/* start section Why Smart Hand? */

.WhySmartHand .card-title {
  color: var(--secand-color);
}
.WhySmartHand .titleWithIcan i {
  color: var(--secand-color);
}
.WhySmartHand .titleWithIcan .Iconbackground {
  width: 45px;
  height: 45px;
  background-color: var(--three-color);
  border-radius: 50%;
  margin-right: 15px;
}
body[dir="rtl"] .WhySmartHand .titleWithIcan .Iconbackground {
  margin-right: 0px;
  margin-left: 15px;
}
.WhySmartHand .card {
  height: 100%;
  border-color: #c3e7f0;
  border-radius: 15px;
}
.WhySmartHand .des {
  height: 240px;
  overflow: hidden;
}
.WhySmartHand .widthH5 {
  width: 250px;
  height: 35px;
  overflow: hidden;
}

.WhySmartHand .card:hover a h5,
.WhySmartHand .card:hover a {
  color: white !important;
  transition: all 0.5s ease-in-out;
}
.WhySmartHand .card:hover {
  background-color: #008db2;
  color: white;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 500px) {
  .WhySmartHand .card-body {
    padding: 12px !important;
  }
}
/* end section Why Smart Hand? */
/* 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: left;
  height: 220px;
  overflow: hidden;
}
.colorBlue {
  color: #008db2 !important;
}
@media (max-width: 998px) {
  .textMission p {
    height: 100%;
  }
}
/* end OurMissionVision */
/* start services */
.Services .serviceIcan {
  width: 50px;
  height: 50px;
  background-color: #dcf2f7;
  border-radius: 10px;
  color: #008db2;
  padding: 15px;
}
.Services .card {
  border-radius: 15px;
}
.Services .row .card:hover {
  background-color: #008db2;
  color: white;
  border: none;
  transition: all 0.5s ease-in-out;
}
.Services .row .card:hover .serviceIcan {
  background-color: #31a3c1 !important;
  color: white !important;
}
.Services .row .card:hover a {
  color: white !important;
}
.Services .btnSeeMore {
  background-color: var(--secand-color);
  border-radius: 9px;
  padding: 10px 15px;
  color: white;
  display: flex;
  margin: 20px auto;
  line-height: 30px;
}
.Services .btnSeeMore:hover {
  background-color: var(--blue-color);
  color: white;
}
.Services .titleServices {
  font-size: 24px !important;
  height: 30px;
  overflow: hidden;
  line-height: 35px;
}
.Services .des {
  max-height: 120px;
  overflow: hidden;
}

@media (max-width: 500px) {
  .Services .card {
    box-shadow: none !important;
  }
  .Services .card .card-body {
    padding: 12px !important;
  }
}
/* end services */
/* start Products */
.Products .navLinks {
  background-color: var(--nav-color);
  padding: 20px;
  border-radius: 15px;
}
.Products .navLinks li .active,
.Products .navLinks li:hover {
  background-color: #008db2;
  border-radius: 7px;
  transition: all 0.5s ease-in-out;
}
.Products .navLinks li:hover a {
  color: white !important;
}
.Products .imageProduct {
  height: 450px;
}
.Products .imageProduct img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.Products .productTitle {
  height: 30px;
  overflow: hidden;
}
.Products .productDes {
  height: 300px;
  overflow: hidden;
}
.Products .contact {
  width: 110px;
  background-color: #dcf2f7 !important;
  color: #008db2 !important;
}
.Products .btnRead {
  width: 110px;
  border: 1px solid #e2e5e7 !important;
}
.Products .contact:hover {
  background-color: #008db2 !important;
  color: white !important;
}
@media (max-width: 500px) {
  .Products .navLinks {
    padding: 0px;
  }
}
/* end Products */
/* start  Case Studies */
.Studies {
  background-color: var(--back-color);
}
.Studies .titleStudies {
  color: var(--secand-color);
  margin: 8px 0px;
  height: 35px;
  overflow: hidden;
}
.Studies .cardStudies {
  border-radius: 15px;
}
.Studies .imageStudies {
  height: 300px;
}
.Studies .imageStudies img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.Studies .btnSeeMore {
  background-color: var(--secand-color);
  border-radius: 9px;
  padding: 10px 15px;
  color: white;
  display: flex;
  margin: 20px auto;
  line-height: 30px;
}
.Studies .btnSeeMore:hover {
  background-color: var(--blue-color);
  color: white;
}
.Studies .heightH5 {
  height: 70px;
  overflow: hidden;
  margin-bottom: 10px;
}
.Studies .heightP {
  max-height: 120px;
  overflow: hidden;
}
.Studies a:hover {
  color: black;
}
@media (max-width: 500px) {
  .Studies .card {
    padding: 0px !important;
    border: 0px !important;
    box-shadow: none !important;
  }
  .Studies .card .card-body {
    padding: 12px 0px;
  }
  .imageMission img {
    border-radius: 15px !important;
  }
}
/* end  Case Studies */
/* start Feedback */
.Feedback {
  background-color: var(--blue-color);
}
.Feedback .imageClient {
  height: 400px;
}
.Feedback .imageClient img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  background-color: var(--three-color);
}
.Feedback .clientText {
  background-color: var(--bg-client);
  border-radius: 15px;
  padding: 20px 40px;
}

.Feedback .clientText .text {
  color: #002a35;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}
.Feedback .clientText .textBottom h5 {
  font-size: 20px;
  font-weight: 700;
}
.Feedback .clientText h5 span {
  color: #008db2 !important;
}
.Feedback .logoClient img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Feedback .logoClient {
  width: 120px;
  height: 36px;

}
.Feedback .logoClient img{
  border-radius: 5px;
}
.carousel-indicators {
  bottom: -45px !important;
}
.Feedback .text {
  height: 280px;
  overflow: hidden;
}
.Feedback .iconVideo{
  background-color: #00556b;
  color: white;
  height: 36px;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  margin: 0px 10px;
  padding: 0px 15px;
  border-radius: 5px;
}
.Feedback .modal-dialog{
  max-width: 1000px;
}
@media (max-width: 500px) {
  .Feedback .text {
    height: 440px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .Feedback .clientText {
    padding: 12px !important;
  }
  .modal-header{
    padding: 12px;
  }
  .modal-body{
    padding: 0px;
  }
}
.linkReadMore h5 {
  font-size: 18px !important;
  text-align: center;
  color: white;
  border: 1px solid white;
  width: 110px;
  margin: 50px auto 0px;
  padding: 5px 10px;
  border-radius: 10px;
  height: 100% !important;
}
/* end Feedback */


/*
.sec{
   overflow: hidden;
}
*/
/*.sec .left_right{
   transform: translateX(-120%);
   transition: 2s;
}
.sec.show-animate .left_right{
   transform: translateX(0%)
}
*/
/*
.sec .right_left{
   transform: translateX(120%);
   transition: 2s;
}
.sec.show-animate .right_left{
   transform: translateX(0%)
}
/*
.sec .opacity01{
  opacity: 0;
  transition:opacity 2s 4s;
}
.sec.show-animate .opacity01{
  opacity: 1;
}

.sec .top_bottom{
   transform: translateY(-120%);
   transition: 2s;
}
.sec.show-animate .top_bottom{
   transform: translateY(0%)
}
/*
.sec .left_right_center {
  transition: 2s;
}
.sec .left_right_center:nth-child(1) {
  transform: translateX(-120%);
}
.sec.show-animate .left_right_center:nth-child(1) {
  transform: translateX(0);
}
.sec .left_right_center:nth-child(2) {
  transform: translateY(120%);
}
.sec.show-animate .left_right_center:nth-child(2) {
  transform: translateY(0);
}
.sec .left_right_center:nth-child(3) {
  transform: translateX(120%);
}
.sec.show-animate .left_right_center:nth-child(3) {
  transform: translateX(0);
}
@media(max-width:500px){
.sec .left_right_center:nth-child(1), 
.sec .left_right_center:nth-child(3) ,
.sec .left_right_center:nth-child(2) {
  transform: translateX(0%);
}
.sec .right_left{
  transform: translateX(0%);
}
.sec .left_right_inside{
    transition: 2s;
}
.sec .left_right_inside:nth-child(1) {
  transform: translateX(-120%);
}
.sec.show-animate .left_right_inside:nth-child(1) {
  transform: translateX(0);
}
.sec .left_right_inside:nth-child(2) {
  transform: translateX(120%);
}
.sec.show-animate .left_right_inside:nth-child(2) {
  transform: translateX(0);
}
.sec .left_right_inside:nth-child(3) {
  transform: translateX(-120%);
}
.sec.show-animate .left_right_inside:nth-child(3) {
  transform: translateX(0);
}
.sec .left_right_inside:nth-child(4) {
  transform: translateX(120%);
}
.sec.show-animate .left_right_inside:nth-child(4) {
  transform: translateX(0);
}
}
/*
.sec .left3_right{
     transition: 2s;
}
.sec .left3_right:nth-child(1) {
  transform: translateX(-120%);
}
.sec.show-animate .left3_right:nth-child(1) {
  transform: translateX(0);
}
.sec .left3_right:nth-child(2) {
  transform: translateX(120%);
}
.sec.show-animate .left3_right:nth-child(2) {
  transform: translateX(0);
}
.sec .left3_right:nth-child(3) {
  transform: translateX(-120%);
}
.sec.show-animate .left3_right:nth-child(3) {
  transform: translateX(0);
}

.sec .left3_right:nth-child(4) {
  transform: translateX(120%);
}
.sec.show-animate .left3_right:nth-child(4) {
  transform: translateX(0);
}
.sec .left3_right:nth-child(5) {
  transform: translateX(-120%);
}
.sec.show-animate .left3_right:nth-child(5) {
  transform: translateX(0);
}

.sec .left3_right:nth-child(6) {
  transform: translateX(120%);
}
.sec.show-animate .left3_right:nth-child(6) {
  transform: translateX(0);
}
*/
