body {
  background-color: #FFF;
  font-family: "Tajawal", sans-serif;
  font-size: 1rem;
  color: #343438;
}

a {
  color: #115e8c;
}
a:hover {
  text-decoration: none;
}

.btn {
  background: #018ee2;
  border-radius: 2px;
  color: #fff;
  padding: 7px 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
}
.btn:hover, .btn:focus {
  background: #ffc107;
  border-radius: 20px;
  color: #fff;
}

.tophead {
  background: #343438;
  padding: 5px;
  font-size: 0.8rem;
}
.tophead a {
  color: #FFF;
  font-weight: 300;
}
.tophead .lang {
  display: inline;
  float: right;
}
.tophead .social {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tophead .social li {
  display: inline-block;
  margin: 5px 5px;
}
.tophead .social li i {
  margin: 0 5px;
}

.head {
  background: url(../images/headBg.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.36);
  z-index: 1;
  position: relative;
}
.head .logo {
  display: inline-block;
  margin: 35px 0;
}
.head .search {
  float: right;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 125px;
}
@media only screen and (max-width: 768px) {
  .head .search {
    position: absolute;
    top: 0;
    right: 55px;
  }
}
.head .search .openSearch {
  padding: 10px;
}
.head .search .closeSearch {
  padding: 10px;
  display: none;
}
.head .search i {
  cursor: pointer;
}
.head .search div {
  display: none;
}
.head .search div form {
  position: relative;
}
.head .search div form .btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #c5c5c5;
}
.head .search div form .form-control {
  width: 300px;
  background: #343438;
  color: #FFF;
  border: #343438;
}
.head .search div form .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c5c5c5;
  opacity: 1;
  /* Firefox */
}
.head .search div form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c5c5c5;
}
.head .search div form .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c5c5c5;
}

.navbar-toggler {
  position: absolute;
  top: 90px;
  right: 10px;
  z-index: 1000;
  display: none;
}
@media only screen and (max-width: 768px) {
  .navbar-toggler {
    display: block;
  }
}

.menu {
  background: #115e8c;
}
@media only screen and (max-width: 768px) {
  .menu {
    display: none;
  }
}
.menu .menubar {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}
@media only screen and (max-width: 768px) {
  .menu .menubar {
    float: none !important;
    display: block;
  }
}
.menu .menubar li {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .menu .menubar li {
    display: block;
    text-align: center;
  }
}
.menu .menubar li a {
  color: #fff;
  font-size: 1.1rem;
  padding: 20px 15px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .menu .menubar li a {
    padding: 15px 15px;
    display: block;
  }
}
.menu .menubar li a:hover, .menu .menubar li a:focus, .menu .menubar li a.active {
  padding: 20px 15px 15px;
  border-bottom: 5px solid #018ee2;
}
.menu .menubar li .dropdown-toggle::after {
  vertical-align: 0.1em;
}
.menu .menubar li .dropdown-menu {
  min-width: 15rem;
  background-color: #343438;
  color: #FFF;
}
.menu .menubar li .dropdown-menu a {
  padding: 5px 15px;
  font-size: 0.9rem;
}
.menu .menubar li .dropdown-menu a:hover, .menu .menubar li .dropdown-menu a:focus {
  border-bottom: 0;
  background-color: #007bff;
}
.menu .social {
  float: right;
  list-style: none;
  padding: 16px 20px;
  margin: 0;
  background: #343438;
}
@media only screen and (max-width: 768px) {
  .menu .social {
    float: none !important;
    display: block;
    text-align: center;
  }
}
.menu .social li {
  display: inline-block;
  margin: 5px 5px;
}
.menu .social li a {
  color: #FFF;
}
.menu .social li i {
  margin: 0 5px;
}

.about {
  text-align: center;
  padding: 50px 0;
}
.about .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.about .title span {
  width: 90px;
  height: 3px;
  background: #018ee2;
  margin-top: 10px;
}
.about p {
  font-size: 1.1rem;
  color: #545252;
}

.products {
  background: url(../images/parallax01.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat;
  margin-bottom: 0px;
  background-position: 0% -34.6625px;
  text-align: center;
  padding: 50px 0;
  color: #FFF;
}
.products .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.products .title span {
  width: 70px;
  height: 3px;
  background: #ffc107;
  margin-top: 10px;
}
.products .item {
  background: #fff;
  display: block;
  text-align: initial;
  box-shadow: 0 0 20px 0 black;
  border-radius: 2px;
  margin-bottom: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.products .item:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.products .item img {
  width: 100%;
  border-radius: 2px;
}
.products .item div {
  padding: 20px 10px;
  color: #343438;
}
.products .item div p {
  font-size: 0.9rem;
  line-height: 1.2rem;
  height: 76px;
  overflow: hidden;
  margin-bottom: 0;
}
.products .item div h5 {
  font-weight: bold;
  margin-bottom: 15px;
}
.products .item div h5:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 3px;
  background-color: #115e8c;
}

.partners {
  padding: 50px 0;
  text-align: center;
}
.partners .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.partners .title span {
  width: 90px;
  height: 3px;
  background: #018ee2;
  margin-top: 10px;
}
.partners .carousel .carousel-item img {
  width: 80%;
}
.partners .carousel .carousel-control-next, .partners .carousel .carousel-control-prev {
  width: 50px;
  background: #1a1a1a;
}
.partners .carousel .carousel-control-prev {
  left: -55px;
}
@media only screen and (max-width: 768px) {
  .partners .carousel .carousel-control-prev {
    left: -15px;
  }
}
.partners .carousel .carousel-control-next {
  right: -55px;
}
@media only screen and (max-width: 768px) {
  .partners .carousel .carousel-control-next {
    right: -15px;
  }
}

.contact {
  background: url(../images/1062.png);
  background-color: #343438;
  background-attachment: fixed;
  background-repeat: repeat;
}
.contact .contactList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 600px;
  color: #FFF;
  padding: 50px 20px;
  overflow: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  .contact .contactList {
    height: 300px;
  }
}
.contact .contactList .item {
  margin-bottom: 30px;
  border-bottom: 1px solid #3e3e3e;
  padding-bottom: 20px;
}
.contact .contactList .item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.contact .contactList .item .title {
  color: #ffc107;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.contact .contactList .item .title span {
  width: 40px;
  height: 3px;
  background: #696969;
  margin-top: 10px;
}
.contact .contactList .item p i {
  margin-right: 10px;
}

.services {
  padding: 50px;
  background: url(../images/1062.png);
  background-color: #fbfdff;
}
.services .imgcont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media only screen and (max-width: 768px) {
  .services .imgcont {
    display: none;
  }
}

.footer {
  background: url(../images/footer-bkg.png);
  background-color: #343438;
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: cover;
  color: #FFF;
  padding: 50px 0;
}
.footer a {
  color: #FFF;
}
.footer ul {
  padding-left: 20px;
}
.footer .title {
  color: #ffc107;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.footer .title span {
  width: 40px;
  height: 3px;
  background: #696969;
  margin-top: 10px;
}
.footer .social {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .social li {
  display: inline-block;
  margin: 5px 5px;
}
.footer .social li i {
  margin: 0 5px;
}

.copyR {
  background: #115e8c;
  color: #FFF;
  text-align: center;
}
.copyR p {
  text-align: center;
  margin: 15px;
  display: block;
  width: 100%;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.sticky + .content {
  padding-top: 102px;
}

.pageHead {
  background-color: #343438;
  background-image: url(../images/footer-bkg.png);
  padding: 30px 0;
  color: #fff;
  background-position: right;
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: cover;
}
.pageHead p {
  margin-bottom: 0;
}

/******ABOUT PAGE*******/
.sections {
  background-color: #fff;
}
.sections:nth-of-type(odd) {
  background-color: #EBEDEC;
}
.sections .text {
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.sections .text .title {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.sections .text .title span {
  width: 40px;
  height: 3px;
  background: #ffc107;
  margin-top: 10px;
}
.sections .imgcont {
  height: 600px;
  background-size: cover !important;
}

.badges {
  background: url(../images/1.jpg);
  background-position: right;
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: cover;
  padding: 50px 0 100px;
  text-align: center;
  position: relative;
}
.badges .container {
  z-index: 1;
}
.badges:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.78);
}
.badges .title {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  align-items: center;
  margin-bottom: 50px;
}
.badges .title span {
  width: 40px;
  height: 3px;
  background: #018ee2;
  margin-top: 10px;
}
.badges i {
  font-size: 4rem;
  margin-bottom: 20px;
  color: #9f9f9f;
}
.badges strong {
  display: block;
  font-size: 4rem;
  font-weight: 300;
  margin-top: -10px;
  color: #115e8c;
}
.badges p {
  margin-bottom: 0;
  margin-top: -20px;
}
@media only screen and (max-width: 768px) {
  .badges p {
    margin-bottom: 60px;
  }
}

/******SERVICE PAGE*******/
.servicesList {
  margin: 50px 0;
}
.servicesList a.item {
  margin-bottom: 50px;
  color: #343438;
  display: block;
  border: 1px solid #f7f7f7;
  padding: 15px;
  border-radius: 4px;
  background: #f7f7f7;
}
.servicesList a.item img {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
}
.servicesList a.item h3 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.25rem;
}
.servicesList a.item h3:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 3px;
  background-color: #115e8c;
}
.servicesList a.item p {
  color: #9a9a9a;
  height: 120px;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.serviceDetails {
  margin-top: 50px;
  margin-bottom: 50px;
}
.serviceDetails #myTab {
  border: 1px solid #ebedec;
  border-radius: 4px;
  background: #ebedec;
  margin-bottom: 40px;
}
.serviceDetails #myTab li {
  border-bottom: 1px solid #fff;
}
.serviceDetails #myTab li:last-child {
  border-bottom: 0;
}
.serviceDetails #myTab li .nav-link {
  display: block;
  padding: 1rem 1.5rem;
}
.serviceDetails #myTab li .nav-link.active, .serviceDetails #myTab li .nav-link:hover, .serviceDetails #myTab li .nav-link:focus {
  background: #115e8c;
  color: #fff;
}
.serviceDetails #myTabContent img {
  width: 100%;
  margin-bottom: 25px;
}

.title .bar {
  height: 5px;
  width: 90px;
  background: #ffc107;
  margin: 20px auto;
  position: relative;
  border-radius: 30px;
}

.title .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #018ee2;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}
@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}
.serviceList {
  text-align: center;
  padding: 50px 0;
  background-color: #FBFDFF;
}
.serviceList .single-iot-services {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  text-align: center;
  background-color: #ffffff;
  border: 1px dashed #cdf1d8;
}
.serviceList .single-iot-services .icon {
  display: inline-block;
  color: #67c3dd;
  width: 85px;
  height: 85px;
  line-height: 85px;
  border: 1px solid #e3f7e9;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}
.serviceList .single-iot-services .icon img {
  width: 50px;
}
.serviceList .single-iot-services h3 {
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 22px;
  margin-bottom: 17px;
  line-height: 1.5;
}
.serviceList .single-iot-services::after {
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #007bff 0%, #17a2b8 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.serviceList .single-iot-services:hover .icon, .serviceList .single-iot-services:focus .icon {
  border-color: #ffffff;
  color: #ffffff;
}
.serviceList .single-iot-services:hover h3, .serviceList .single-iot-services:focus h3 {
  color: #ffffff;
}
.serviceList .single-iot-services:hover::after, .serviceList .single-iot-services:focus::after {
  opacity: 1;
  visibility: visible;
}

.coreApproach {
  text-align: center;
  padding: 50px 0;
  background: linear-gradient(135deg, #007bff 0%, #17a2b8 100%);
  position: relative;
  z-index: 1;
}
.coreApproach .title {
  color: #fff;
}
.coreApproach .title .bar::before {
  background: #276386;
}
.coreApproach::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 37%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}
.coreApproach .single-iot-box {
  text-align: center;
  background-color: #ffffff;
  border: 1px dashed #cdf1d8;
  padding: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 40px;
}
.coreApproach .single-iot-box .icon {
  display: inline-block;
  border: 1px solid #f3f8fd;
  width: 100px;
  height: 100px;
  line-height: 96px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.coreApproach .single-iot-box .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  background: #f7fafd;
  border-radius: 50%;
  margin: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.coreApproach .single-iot-box .icon img {
  width: 45px;
}
.coreApproach .single-iot-box h3 {
  font-size: 18px;
  margin-top: 22px;
  margin-bottom: 17px;
}
.coreApproach .single-iot-box p {
  margin-bottom: 25px;
}

.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 30px;
  right: 10px;
  color: #ffffff;
  background-color: #222;
  z-index: 1;
  display: none;
  width: 45px;
  text-align: center;
  height: 45px;
  border-radius: 10px;
  line-height: 46px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*********************RTL STYLE*************************/
html[dir=rtl] {
  direction: rtl;
}

body[dir=rtl] {
  direction: rtl;
}
body[dir=rtl] .menu .menubar li .dropdown-menu {
  right: 0;
}
body[dir=rtl] .tophead .lang {
  float: left;
}
body[dir=rtl] .tophead .social {
  float: right;
}
body[dir=rtl] .head .search {
  float: left;
}
@media only screen and (max-width: 768px) {
  body[dir=rtl] .head .search {
    right: auto;
    left: 55px;
  }
}
body[dir=rtl] .navbar-toggler {
  right: auto;
  left: 10px;
}
body[dir=rtl] .head .search div form .btn {
  right: auto;
  left: 0;
}
body[dir=rtl] .menu .menubar {
  float: right;
}
body[dir=rtl] .menu .social {
  float: left;
}
body[dir=rtl] .footer .social {
  float: right;
}
body[dir=rtl] .partners .carousel .carousel-control-prev {
  left: auto;
  right: -55px;
}
@media only screen and (max-width: 768px) {
  body[dir=rtl] .partners .carousel .carousel-control-prev {
    left: auto;
    right: -15px;
  }
}
body[dir=rtl] .partners .carousel .carousel-control-next {
  left: -55px;
  right: auto;
}
@media only screen and (max-width: 768px) {
  body[dir=rtl] .partners .carousel .carousel-control-next {
    left: -15px;
    right: auto;
  }
}