@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

html {
  scroll-behavior: smooth;
}

body{
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden!important;
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: relative;
}
.overBody__hidden {
  overflow: hidden;
}
*{
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?g10aj6');
  src:  url('../fonts/icomoon.eot?g10aj6#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?g10aj6') format('truetype'),
    url('../fonts/icomoon.woff?g10aj6') format('woff'),
    url('../fonts/icomoon.svg?g10aj6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter_line:before {
  content: "\e900";
}
.icon-ins_line:before {
  content: "\e901";
}
.icon-whatsapp_line:before {
  content: "\e902";
}
.icon-facebook_line:before {
  content: "\e903";
}
.icon-sms2:before {
  content: "\e904";
}
.icon-sms .path1:before {
  content: "\e905";
  color: rgb(0, 93, 233);
  opacity: 0.4;
}
.icon-sms .path2:before {
  content: "\e906";
  margin-inline-start: -39px;
  color: rgb(0, 93, 233);
}
.icon-call .path1:before {
  content: "\e907";
  color: rgb(0, 93, 233);
  opacity: 0.4;
}
.icon-call .path2:before {
  content: "\e908";
  margin-inline-start: -39px;
  color: rgb(0, 93, 233);
}
.icon-whatsapp .path2:before {
  content: "\e90a";
  color: rgb(0, 93, 233);
  opacity: 0.4;
}
.icon-whatsapp .path3:before {
  content: "\e90b";
  margin-inline-start: -39px;
  color: rgb(0, 93, 233);
}
.icon-location .path1:before {
  content: "\e90c";
  color: rgb(0, 93, 233);
  opacity: 0.4;
}
.icon-location .path2:before {
  content: "\e90d";
  color: rgb(0, 93, 233);
}



body::-webkit-scrollbar {
    width: 8px;
}
body.thin::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #18B2EF;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #011142;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #011142;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  line-height: normal;
  text-transform: capitalize;
}
.loader-container {
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  background: linear-gradient(90deg, #005DE9 -4.06%, #005DE9 11.86%, #04B6F2 84.02%, #04B6F2 102.06%);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader__inner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader__inner .ring {
  position: relative;
  width: 150px;
  height: 150px;
  margin: -30px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top: 4px solid #24ecff;
  animation: animate 4s linear infinite;
}
@keyframes animate {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
.loader__inner .ring::before {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #24ecff;
  box-shadow: 0 0 0 10px #24ecff33;
}
.loader__inner .ring:nth-child(2) {
  animation: animate2 4s linear infinite;
  animation-delay: -1s;
  border-top: 4px solid transparent;
  border-left: 4px solid #93ff2d;
}
.loader__inner .ring:nth-child(2)::before {
  content: '';
  position: absolute;
  top: initial;
  bottom: 12px;
  left: 12px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #93ff2d;
  box-shadow: 0 0 0 10px #93ff2d33;
}
@keyframes animate2 {
  0% {
      transform: rotate(360deg);
  }
  100% {
      transform: rotate(0deg);
  }
}
.loader__inner .ring:nth-child(3) {
  animation: animate2 4s linear infinite;
  animation-delay: -3s;
  position: absolute;
  top: -66.66px;
  border-top: 4px solid transparent;
  border-left: 4px solid #fff;
}
.loader__inner p {
  position: absolute;
  color: #fff;
  font-size: 24px;
  bottom: -80px;
}

.loader__inner .ring:nth-child(3)::before {
  content: '';
  position: absolute;
  top: initial;
  bottom: 12px;
  left: 12px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
}

a{
  text-decoration: none !important;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
 iframe, video{
    max-width:100%;
}
p{
  color: #000814;
  opacity: 0.7;
  font-size: 16px;
  margin-bottom: 0;
}
button:focus {
  outline: none;
}

/*start header navbar */
.mob-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #000 !important;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: 2900;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.mob-overlay.active {
  opacity: 0.5;
  visibility: visible;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.sidebar-wrapper {
  display: none;
}


/*page*/
header{
  padding: 0;
  padding-top: 46px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}
.header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-toggler {
  background-color: transparent;
  border: none;
  font-size: 26px;
  color: #000814;
  padding: 0;
}
.my__navbar {
  width: 100%;
  justify-content: center;
}
.my__navbar .nav-link {
  color: #000814;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  opacity: 0.8;
}
.my__navbar .nav-link:hover, .nav-item.active .nav-link {
  color: #005DE9;
}
.navbar-brand {
  margin: 0;
  padding: 0;
}
.navbar-brand img {
  width: 154px;
}

/* Start header*/
.intro__section{
  padding-top: 307px;
  padding-bottom: 270px;
  overflow: hidden;
  background-image: url(../img/Subtract.png);
  background-size: cover;
}
.top-section {
  padding-top: 60px;
}
.top-section h1 {
  font-size: 44px;
  margin-bottom: 24px;
  color: #000814;
  max-width: 874px;
  font-weight: 600;
}
.top-section h1 span {
  color: #005DE9;
}
.top-section p {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  max-width: 874px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
}
.main__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: fit-content;
  padding: 0 24px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(90deg, #005DE9 -4.06%, #005DE9 11.86%, #04B6F2 84.02%, #04B6F2 102.06%);
  border: none;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
}
.hvr-sweep-to-right:before {
  background: #005DE9;
}
.butonTop_wrap {
  display: flex;
  align-items: center;
}
/* clients section */
.clients__section {
  padding: 130px 0;
}
.title__wrapper {
  text-align: center;
  margin-bottom: 48px;
}
.main__title {
  font-weight: 600;
  font-size: 35px;
  color: #000000;
  margin-bottom: 24px;
}
.main__des {
  font-weight: 500;
  font-size: 20px;
  max-width: 900px;
  margin: auto;
}
.clients__slider .slick-next:before,
.clients__slider .slick-prev:before {
  display: none;
}
.clients__slider .slick-prev, .clients__slider .slick-next {
  z-index: 9;
  font-size: 14px;
  top: 50%;
  width: 30px;
  height: 30px;
  opacity: 1;
  color: #04B6F2;
  background: rgba(0, 93, 233, 0.4);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.clients__slider .slick-next {
  right: -40px;
}
.clients__slider .slick-prev {
  left: -40px;
}
.clients__slider .slick-dots {
  bottom: -60px;
}
.clients__slider .slick-dots li {
  width: 16px;
  height: 8px;
  background: rgba(0, 93, 233, 0.2);
  margin: 0 6px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.clients__slider .slick-dots li button {
  width: 16px;
  height: 8px;
  background: transparent;
  border: none;
}
.clients__slider .slick-dots li button:before {
  display: none;
}
.clients__slider .slick-dots li.slick-active {
  width: 30px;
  background: linear-gradient(193.81deg, #005DE9 -14.56%, #04B6F2 143.44%);
}
.client_logo {
  display: block;
  margin: auto;
  height: 128px;
  width: fit-content;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.client_logo img {
  width: 95%;
  margin: auto;
}
[dir='rtl'] .clients__slider .slick-prev {
  right: auto;
  left: -40px;
}
[dir='rtl'] .clients__slider .slick-next {
  left: auto;
  right: -40px;
}

/* about section */
.about__section {
  padding: 248px 0;
  background-image: url(../img/bk2.png);
  background-size: cover;
  overflow: hidden;
}
.about__colMain {
  position: relative;
  padding-top: 80px;
}
.about__colMain h5{
  font-weight: 600;
  font-size: 24px;
  color: #005DE9;
  margin-bottom: 24px;
}
.about__colMain h3{
  font-weight: 600;
  font-size: 28px;
  color: #000814;
  max-width: 745px;
  margin-bottom: 24px;
}
.about__colMain p{
  font-size: 18px;
  font-weight: 500;
  max-width: 740px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
}
.about__imgThumb {
  box-shadow: 20px 20px 300px rgba(0, 93, 233, 0.4), -20px -20px 300px rgba(0, 93, 233, 0.4);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
  z-index: 1;
}
.about__imgThumb::before {
  content: url(../img/Vector.png);
  position: absolute;
  left: -20px;
  bottom: -100px;
  z-index: 2;
}
.about__imgThumb::after {
  content: url(../img/Vector2.png);
  position: absolute;
  left: 90px;
  bottom: -35px;
  z-index: -1;
}

/* services section */
.services__section {
  padding: 200px 0;
}
.service__Card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #FEFEFE;
  border: 4px solid rgba(0, 93, 233, 0.2);
  box-shadow: 0px 15px 20px rgba(0, 93, 233, 0.05);
  padding: 36px 24px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  min-height: 340px;
}
.service__Card:hover{
  color: #fff;
  background: #005DE9;
}
.service__Card:hover :is(p, h3){
  color: #fff;
}
.service__Card:hover .srcv_imgth {
  filter: brightness(3);
  -webkit-filter: brightness(3);
}
.srcv_imgth {
  max-width: 80px;
  height: 66px;
  margin-bottom: 30px;
}
.srvc_name {
  font-weight: 600;
  font-size: 20px;
  color: #005DE9;
  margin-bottom: 24px;
}
.service__Card p {
  font-size: 17px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.services__Reltive {
  position: relative;
}
.services__Reltive::before {
  content: '';
  position: absolute;
  height: 433px;
  width: 60%;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: linear-gradient(90deg, #005DE9 -4.06%, #005DE9 11.86%, #04B6F2 84.02%, #04B6F2 102.06%);
  opacity: 0.17;
  border: 1px solid #000000;
  filter: blur(200px);
}

/* suppliers section */
.suppliers__section {
  padding: 120px 0;
}
.width__6m {
  font-size: 20px !important;
  max-width: 610px !important;
}
.suppLog_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.suppThumb_card {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 204px;
  width: 100%;
  padding: 0 14px;
  background: #FEFEFE;
  margin-bottom: 30px;
  border: 1px solid rgba(236, 236, 236, 0.48);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.suppThumb_card:hover {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* whyUs section */
.whyUs__section {
  padding: 120px 0 200px 0;
  background: #F1F5F9;
  overflow: hidden;
  position: relative;
}
.whyUs__section::after {
  content: url(../img/clip.png);
  position: absolute;
  bottom: -8px;
  opacity: 0.2;
}
.center__logoWrap {
  margin: auto;
  text-align: center;
}
.lGOver_hidden {
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.lGOver_hidden:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  box-shadow: 5px 5px 100px rgba(3, 163, 240, 0.3),
   -5px -5px 100px rgba(3, 163, 240, 0.3);
}
.whyUs__card {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FEFEFE;
  padding: 20px 24px;
  border: 4px solid rgba(0, 93, 233, 0.2);
  box-shadow: 0px 15px 20px rgba(0, 93, 233, 0.05);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  min-height: 222px;
  transition:  0.2s linear;
  -webkit-transition:  0.2s linear;
  -moz-transition:  0.2s linear;
  -ms-transition:  0.2s linear;
  -o-transition:  0.2s linear;
}
.whyUs__card:hover {
 transform: scale(0.9);
 -webkit-transform: scale(0.9);
 -moz-transform: scale(0.9);
 -ms-transform: scale(0.9);
 -o-transform: scale(0.9);
}
.mbTM_90 {
  margin-bottom: 91px;
}
.why_thumb {
  display: block;
  max-width: 48px;
  margin-bottom: 16px;
}
.whCard_title {
  font-weight: 600;
  font-size: 20px;
  color: #000814;
}
.whyUs__card p {
  font-weight: 500;
  font-size: 16px;
  opacity: 0.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.whyUs__card::before {
  position: absolute;
  content: '';
  width: 199px;
  height: 104px;
  border: 4px dashed #005DE9;
  opacity: 0.1;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.beforBTM_right::before {
  top: 140px;
  border-top: none !important;
  border-inline-end: none !important;
}
.beforBTM_right:nth-of-type(2)::before {
    top: 0;
    border-bottom: none !important;
    border-inline-end: none !important;
    border-top: 4px dashed #005DE9 !important;
}
.beforTop_right::before {
  top: 0px;
  border-bottom: none !important;
  border-inline-end: none !important;
}
.beforBTM_left::before {
  top: 140px;
  border-top: none !important;
  border-inline-start: none !important;
}
.beforTop_left::before {
  top: 0px;
  border-bottom: none !important;
  border-inline-start: none !important;
}

/* contact section */
.contact__section {
  padding: 120px 0 200px 0;
  overflow: hidden;
  position: relative;
}
.ptoB_75 {
  padding-top: 75px;
}
.ptoB_20 {
  padding-top: 20px;
}
.contact__link {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-size: 16px;
  color: #000814;
  margin-bottom: 28px;
  max-width: 600px;
}
.contact__link i {
  margin-inline-end: 15px;
  font-size: 26px;
}
.form__wrapper {
  position: relative;
  background: #000814;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  min-height: 520px;
}
.contact_form {
  position: absolute;
  inset: 3px;
  padding: 48px;
  background: #000814;
  z-index: 2;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.form__title {
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.contact_input {
  font-weight: 400;
  font-size: 18px;
  width: 100%;
  height: 56px;
  padding-inline-start: 33px;
  color: rgba(0, 8, 20, 0.6);
  background: #FEFEFE;
  border: 1px solid rgba(0, 8, 20, 0.1);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  margin-bottom: 24px;
}
.contact_input::placeholder {
  color: rgba(0, 8, 20, 0.6);
  text-transform: capitalize;
  font-size: 18px;
}
.full__width {
  width: 100%;
}
.form__wrapper::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100%;
  height: 520px;
  background: linear-gradient(90deg, #005DE9 -4.06%, #005DE9 11.86%, #04B6F2 84.02%, #04B6F2 102.06%);
  z-index: 1;
  transform-origin: bottom right;
  animation: animate 6s linear infinite;
}
.form__wrapper::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100%;
  height: 520px;
  background: linear-gradient(0deg, transparent, transparent,
  #45f3ff, #45f3ff, #45f3ff);
  z-index: 1;
  transform-origin: bottom right;
  animation: animate 6s linear infinite;
  animation-delay: -3s;
}
@keyframes animate {
  0%{
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
.borderLine {
  position: absolute;
  top: 0;
  inset: 0;
}
.borderLine::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100%;
  height: 520px;
  background: linear-gradient(0deg, transparent, transparent,
  #ff2770, #ff2770, #ff2770);
  z-index: 1;
  transform-origin: bottom right;
  animation: animate 6s linear infinite;
  animation-delay: -1.5s;
}
.borderLine::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100%;
  height: 520px;
  background: linear-gradient(0deg, transparent, transparent,
  #ff2770, #ff2770, #ff2770);
  z-index: 1;
  transform-origin: bottom right;
  animation: animate 6s linear infinite;
  animation-delay: -4.5s;
}
.relative__row {
  position: relative;
}
.absRound_name {
  position: absolute;
  top: 0;
  animation: rotateRound 10s linear infinite;
  -webkit-animation: rotateRound 10s linear infinite;
}
@keyframes rotateRound {
  0%{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

/*** start footer ***/
.footer {
  background-color: #F1F5F9;
}
.footer__wrapper {
  padding: 39px 0;
}
.ftrLinks__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.logo__footer, .logo__footer img {
  width: 154px;
  display: block;
}
.footer_UList {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_UList li a {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: #000814;
  margin: 0 12px;
}
.social__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.social__link {
  font-size: 26px;
  color: #000;
}
.social__link:not(:last-child) {
  margin-inline-end: 16px;
}
.copy__wrapper {
  background-color: rgba(0, 93, 233, 0.1);
  padding: 33px 0;
  color: #000;
}
.flexBetween {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.copy__wrapper :is(a, p) {
  color: #000;
  text-transform: capitalize;
}
.allRights {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
}
.allRights .blue_proc {
  color: #005DE9;
}
.wajsDev {
    display: flex;
    align-items: center;
}
.wajsDev h5{
  font-weight: 600;
  font-size: 20px;
  color: #000814;
  margin: 0;
  margin-inline-end: 10px;
}
.wjz_logo, .wjz_logo img {
  display: block;
  width: 101px;
}

.go-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  background: linear-gradient(90deg, #005DE9 -4.06%, #005DE9 11.86%, #04B6F2 84.02%, #04B6F2 102.06%);
  color: #fff;
  text-align: center;
  bottom: 20px;
  z-index: 2500;
  line-height: 46px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.go-top:hover {
  background-color: #1e1e1e;
  color: #fff;
}


.darkmode__btn {
  display: flex;
  align-items: center;
  width: 44px;
  height: 24px;
  border: 1px solid #E3E3E3;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  color: #fff;
  padding: 3px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  margin-inline-end: 20px;
}
.darkmode__btn.light__mode {
  background: linear-gradient(90deg, #005DE9 -4.06%, #005DE9 11.86%, #04B6F2 84.02%, #04B6F2 102.06%);
}
.darkmode__btn.dark__mode {
  background: #fff;
}
.icons__wRap {
  display: flex;
  align-items: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.sun__icon {
  display: block;
  opacity: 0;
  height: 12px;
  width: 12px;
  background: linear-gradient(90deg, #005DE9 -4.06%, #005DE9 11.86%, #04B6F2 84.02%, #04B6F2 102.06%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.dark__themBody {
  background-color: #181b1c;
}

.dark__mode .moon__icon {
  opacity: 0;
}
.dark__mode .sun__icon {
  opacity: 1;
}
.dark__themBody .intro__section {
  background-image: url(../img/Subtract2.png);
}
.dark__themBody .about__section {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.7);
}
.dark__themBody .whyUs__section {
  background-color: rgba(0, 0, 0, 0.7);
}
.dark__themBody .navbar-brand img,
.dark__themBody .logo__footer img,
.dark__themBody .menu__logo img {
  filter: brightness(7);
  -webkit-filter: brightness(7);
}
.dark__themBody .my__navbar .nav-link,
.dark__themBody p, .dark__themBody .top-section h1,
.dark__themBody .main__title, .dark__themBody .about__colMain h3,
.dark__themBody .whCard_title, .dark__themBody .contact__link,
.dark__themBody .footer_UList a, .dark__themBody .social__link,
.dark__themBody .allRights, .dark__themBody .wajsDev h5,
.dark__themBody .srvc_name,
 .dark__themBody :is(h1,h2,h3,h4,h5):not(.about__colMain h5) {
  color: #fafafa;
}
.dark__themBody .my__navbar .nav-link:hover,
.dark__themBody .nav-item.active .nav-link {
  color: #005DE9;
 }
.dark__themBody .service__Card,
.dark__themBody .suppThumb_card {
  background: rgba(0, 0, 0, 0.7);
  border: none;
}
.dark__themBody .service__Card:hover {
  background: #0f223f;
}
.dark__themBody .whyUs__card {
  background-color: #181b1c;
  border: 4px solid #436185;
}
.dark__themBody .contact_input {
  background-color: #181b1c;
  color: #fff;
}
.dark__themBody .contact_input::placeholder {
  color: #fff;
}
.dark__themBody .footer {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.dark__themBody .whyUs__card::before {
  border: 4px dotted #436185;
  opacity: 1;
}
.dark__themBody .loader-container {
  background: #181b1c;
}
.dark__themBody .copy__wrapper {
  background: #181b1c;
}
.dark__themBody .icon-whatsapp .path2:before,
.dark__themBody .icon-whatsapp .path3:before,
.dark__themBody .icon-call .path1:before,
.dark__themBody .icon-call .path2:before,
.dark__themBody .icon-sms .path1:before,
.dark__themBody .icon-sms .path2:before,
.dark__themBody .icon-location .path1:before,
.dark__themBody .icon-location .path2:before {
  color: #fff;
}
.dark__themBody .form__wrapper::before,
.dark__themBody .form__wrapper::after {
  background: #fafafa;
}
.dark__themBody .navbar-toggler {
  color: #fafafa;
}

/*** contact page ***/
.inner__header {
  background: #F1F5F9;
  padding-bottom: 24px;
  position: unset;
}
.dark__themBody .inner__header {
  background-color: rgba(0, 0, 0, 0.7);
}

/*** about page ***/
.aboutTop__section {
  padding: 280px 0 309px 0;
  background-image: url(../img/Subtract3.png);
  background-size: cover;
  position: relative;
}
.dark__themBody .aboutTop__section {
  background-image: url(../img/Subtract4.png);
}
.absAbout_union {
  position: absolute;
  bottom: -26px;
  left: 50%;
  animation: rotateRoundWide 10s linear infinite;
  -webkit-animation: rotateRoundWide 10s linear infinite;
}

@keyframes rotateRoundWide {
  0%{
    transform: translateX(-50%)rotate(0deg);
    -webkit-transform: translateX(-50%)rotate(0deg);
    -moz-transform: translateX(-50%)rotate(0deg);
    -ms-transform: translateX(-50%)rotate(0deg);
    -o-transform: translateX(-50%)rotate(0deg);
}
  100%{
    transform: translateX(-50%)rotate(360deg);
    -webkit-transform: translateX(-50%)rotate(360deg);
    -moz-transform: translateX(-50%)rotate(360deg);
    -ms-transform: translateX(-50%)rotate(360deg);
    -o-transform: translateX(-50%)rotate(360deg);
}
}

.mainAbout_title, .aboutTop__section h3{
  text-align: center;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 40px;
  color: #000814;
}
.mainAbout_title span {
  color: #005DE9;
}
.aboutTop__section p {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  max-width: 1200px;
  margin: auto;
}
.story__section {
  padding-bottom: 120px;
}
.story__imgThumb {
  padding: 26px 0;
  width: 100%;
  background-image: url(../img/Vector7.png);
  background-size: cover;
}
.half__width {
  display: block;
  width: 60%;
  margin: auto;
}
.est__span {
  position: absolute;
  top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  color: #005DE9;
  text-transform: uppercase;
  width: 107px;
  height: 46px;
  background: linear-gradient(90deg, rgba(0, 93, 233, 0.2) -4.06%, rgba(0, 93, 233, 0.2) 11.86%, rgba(4, 182, 242, 0.2) 84.02%, rgba(4, 182, 242, 0.2) 102.06%);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

/*** values section ***/
.values__section {
  padding: 183px 0;
  background: #F1F5F9;
}
.dark__themBody .values__section {
  background: rgba(0, 0, 0, 0.7);
}
.value__card {
  cursor: pointer;
  background: #FEFEFE;
  min-height: 245px;
  border: 4px solid rgba(0, 93, 233, 0.2);
  box-shadow: 0px 15px 20px rgba(0, 93, 233, 0.05);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 42px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.value__card:hover {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.dark__themBody .value__card {
  background-color: #181b1c;
  border: 4px solid #436185;
}
.val_thumb {
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 28px;
}
.value__name {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #005DE9;
}

/*** vision section ***/
.vision__section {
  padding: 120px 0;
}
.vision__row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 38px;
}
.vision__row:nth-of-type(even) .order__one {
    order: 1;
}
.vision__row:nth-of-type(even) .order__two {
    order: 2;
}
.vIcon_wrap {
  background: linear-gradient(193.81deg, rgba(0, 93, 233, 0.1) -14.56%, rgba(4, 182, 242, 0.1) 143.44%);
  width: 100%;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.eye__thumb {
  max-width: 130px;
}

/*** new ***/
.navbar__collapse {
    display: flex;
    align-items: center;
}
.orderMD__Second {
    order: 2;
}
.orderMD__third {
    order: 3;
}



/************************/
/* m7md */
/************************/

.content__section{
  padding: 120px 0 ;
}
