/* Margin left and right */
/* Padding left and right */
/* Position left and right */
/* Float */
/* Text align */
/* Border */
/* Custom shadows */
.hover-light {
  color: #022f26;
}

.hover-light:hover {
  color: #12907e;
}

.White {
  color: #ffffff;
}

.Black {
  color: #021223;
}

.mainLight {
  color: #12907e;
}

.mainDark {
  color: #022f26;
}

.bgWhite {
  background-color: #ffffff;
}

.bgBlack {
  background-color: #021223;
}

.bgOrange {
  background-color: #c89a32;
}

.bgMainLight {
  background-color: #12907e;
}

.bgMainDark {
  background-color: #022f26;
}

.bgGray {
  background-color: #f2f3f4;
}

@font-face {
  font-family: "swissra-light";
  font-display: swap;
  src: url("../fonts/swissr/swissra-light.ttf");
}

@font-face {
  font-family: "swissra-bold";
  font-display: swap;
  src: url("../fonts/swissr/swissra-bold.ttf");
}

@font-face {
  font-family: "roboto-regular";
  font-display: swap;
  src: url("../fonts/roboto/roboto-regular.ttf");
}

@font-face {
  font-family: "roboto-bold";
  font-display: swap;
  src: url("../fonts/roboto/roboto-bold.ttf");
}

body,
p,
a,
span,
li,
form,
input,
label,
button,
textarea,
select,
div {
  font-family: "swissra-light";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "swissra-bold";
}

.ar {
  font-family: "swissra-light" !important;
}

.bold,
.bolder {
  font-family: "swissra-bold";
}

html[dir="ltr"] body,
html[dir="ltr"] p,
html[dir="ltr"] a,
html[dir="ltr"] span,
html[dir="ltr"] li,
html[dir="ltr"] form,
html[dir="ltr"] input,
html[dir="ltr"] label,
html[dir="ltr"] button,
html[dir="ltr"] textarea,
html[dir="ltr"] select,
html[dir="ltr"] div {
  font-family: "roboto-regular";
}

html[dir="ltr"] h1,
html[dir="ltr"] h2,
html[dir="ltr"] h3,
html[dir="ltr"] h4,
html[dir="ltr"] h5,
html[dir="ltr"] h6 {
  font-family: "roboto-bold";
}

html[dir="ltr"] .bold,
html[dir="ltr"] .bolder {
  font-family: "roboto-bold";
}

html[dir="ltr"] body {
  line-height: 1.6;
}

.en {
  font-family: "roboto-bold" !important;
}

* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  overflow-x: hidden;
  background-image: linear-gradient(to top right, #ebecf6, #dbfcea);
  color: #021223;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: normal;
}

a {
  text-decoration: none;
}

.round {
  border-radius: 30px;
}

.round::after {
  border-radius: 30px;
}

.round-half {
  border-radius: 14px;
}

.round-half::after {
  border-radius: 14px;
}

.rounded-border {
  border-radius: 50%;
}

.rounded-border::after {
  border-radius: 50%;
}

.font-w600 {
  font-weight: 600;
}

.reguler {
  font-weight: normal !important;
}

.justify {
  text-align: justify;
}

.ltr {
  direction: ltr !important;
}

html[dir="rtl"] .rtl {
  direction: rtl;
}

.font-s15 {
  font-size: 15px;
}

.font-s16 {
  font-size: 16px;
}

.font-s17 {
  font-size: 17px;
}

.font-s18 {
  font-size: 18px;
}

.font-s19 {
  font-size: 19px;
}

.font-s20 {
  font-size: 20px;
}

.font-s32 {
  font-size: 32px;
}

.shadow1 {
  -ms-box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.01);
  box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.01);
  -webkit-box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.01);
}

.shadow2 {
  -ms-box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.02);
  box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.02);
}

.shadow3 {
  -ms-box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.03);
  box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.03);
}

.shadow4 {
  -ms-box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.04);
  box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.04);
}

.shadow5 {
  -ms-box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.05);
}

.shadow6 {
  -ms-box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.06);
}

.shadow7 {
  -ms-box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.07);
  box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.07);
}

.shadow8 {
  -ms-box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.08);
  box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.08);
}

.shadow9 {
  -ms-box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.09);
  box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: -7px 7px 22px 0 rgba(0, 0, 0, 0.09);
}

.opacity1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.opacity15 {
  background-color: rgba(255, 255, 255, 0.15);
}

.opacity2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.opacity3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.opacity4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.opacity5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.opacity6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.opacity7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.opacity8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.opacity9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.opacityBlack2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.border1 {
  border: solid 1px rgba(255, 255, 255, 0.3);
}

.border2 {
  border: solid 2px rgba(255, 255, 255, 0.3);
}

.border3 {
  border: solid 3px rgba(255, 255, 255, 0.3);
}

@keyframes stickyhead {
  0% {
    opacity: 0;
    -webkit-opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-opacity: 1;
    transform: translateY(0px);
  }
}

html[dir="ltr"] .me-5 {
  margin-left: 0 !important;
  margin-right: 3rem !important;
}

html[dir="ltr"] .me-3 {
  margin-left: 0 !important;
  margin-right: 1rem !important;
}

html[dir="ltr"] .ball-list li::before {
  top: 5px;
}

[dir="ltr"] .right-0 {
  right: 0;
}

[dir="rtl"] .right-0 {
  left: 0;
}

[dir="ltr"] .left-0 {
  left: 0;
}

[dir="rtl"] .left-0 {
  right: 0;
}

.tower-img {
  max-height: 495px;
}

.btn-banner {
  height: 22%;
}

[dir="ltr"] .btn-banner {
  margin-left: 20px;
}

[dir="rtl"] .btn-banner {
  margin-right: 20px;
}

.circle-img {
  max-height: 288px;
  top: 0;
}

[dir="ltr"] .circle-img {
  right: 150px;
}

[dir="rtl"] .circle-img {
  left: 150px;
}

[dir="ltr"] .main-banner .golden-ball {
  right: 100px;
}

[dir="rtl"] .main-banner .golden-ball {
  left: 100px;
}

[dir="ltr"] .main-banner .silver-ball {
  right: -80px;
}

[dir="rtl"] .main-banner .silver-ball {
  left: -80px;
}

[dir="ltr"] .main-banner .tower-golden-ball {
  left: -34px;
}

[dir="rtl"] .main-banner .tower-golden-ball {
  right: -34px;
}

.traingle-shape {
  bottom: 20px;
}

.specialty-sec .silver-ball {
  top: -44px;
}

[dir="ltr"] .specialty-sec .silver-ball {
  left: 6%;
}

[dir="rtl"] .specialty-sec .silver-ball {
  right: 6%;
}

.specialty-sec .golden-ball {
  top: 15%;
}

[dir="ltr"] .specialty-sec .golden-ball {
  right: -44px;
}

[dir="rtl"] .specialty-sec .golden-ball {
  left: -44px;
}

.tools-sec .silver-ball-1 {
  bottom: -35px;
}

[dir="ltr"] .tools-sec .silver-ball-1 {
  left: 5%;
}

[dir="rtl"] .tools-sec .silver-ball-1 {
  right: 5%;
}

.tools-sec .silver-ball-2 {
  bottom: -12px;
}

[dir="ltr"] .tools-sec .silver-ball-2 {
  left: 63%;
}

[dir="rtl"] .tools-sec .silver-ball-2 {
  right: 63%;
}

.tools-sec .silver-ball-3 {
  top: -12px;
}

[dir="ltr"] .tools-sec .silver-ball-3 {
  right: 12%;
}

[dir="rtl"] .tools-sec .silver-ball-3 {
  left: 12%;
}

.tools-sec .golden-ball-1 {
  top: -35px;
}

[dir="ltr"] .tools-sec .golden-ball-1 {
  left: 36%;
}

[dir="rtl"] .tools-sec .golden-ball-1 {
  right: 36%;
}

.tools-sec .golden-ball-2 {
  bottom: 11%;
}

[dir="ltr"] .tools-sec .golden-ball-2 {
  right: -35px;
}

[dir="rtl"] .tools-sec .golden-ball-2 {
  left: -35px;
}

.tools-sec .golden-ball-3 {
  top: 28%;
}

[dir="ltr"] .tools-sec .golden-ball-3 {
  left: -12px;
}

[dir="rtl"] .tools-sec .golden-ball-3 {
  right: -12px;
}

@media (max-width: 1400px) {
  [dir="ltr"] .circle-img {
    right: auto;
  }
  [dir="rtl"] .circle-img {
    left: auto;
  }
  [dir="ltr"] .circle-img {
    left: 20px;
  }
  [dir="rtl"] .circle-img {
    right: 20px;
  }
}

@media (min-width: 993px) {
  .position-lg-absolute {
    position: absolute;
  }
}

#menuHeader.scrolled {
  animation: 0.7s ease-in-out 0.1s normal both 1 running stickyhead;
  -webkit-animation: 0.7s ease-in-out 0.1s normal both 1 running stickyhead;
  background: #ffffff;
  -ms-box-shadow: 0 0 13px 1px rgba(2, 18, 35, 0.2);
  box-shadow: 0 0 13px 1px rgba(2, 18, 35, 0.2);
  -webkit-box-shadow: 0 0 13px 1px rgba(2, 18, 35, 0.2);
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.mt-150 {
  margin-top: 150px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.font-s60 {
  font-size: 60px;
}

.font-s45 {
  font-size: 45px;
}

.font-s42 {
  font-size: 42px;
}

.max-width-500 {
  max-width: 500px;
}

.opacity-100 {
  -moz-opacity: 100%;
  -ms-opacity: 100%;
  opacity: 100%;
  -webkit-opacity: 100%;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.-z-1 {
  z-index: -1;
}

.-z-2 {
  z-index: -2;
}

.-z-4 {
  z-index: -4;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.fade {
  opacity: 0;
}

.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 27px;
  box-shadow: 0px 0px 13px 1px #999;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-container .social-toggle {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
  background-color: #c89a32;
  color: #ffffff;
}

.feature-card-img {
  margin-top: -125px;
  max-height: 190px;
}

.mainBg {
  background-image: linear-gradient(to top right, #ebecf6, #dbfcea);
  -ms-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-background-size: cover;
}

.blur-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -moz-backdrop-filter: blur(13px);
  -ms-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}

.ball-list li {
  position: relative;
}

.ball-list li::before {
  content: "";
  background-image: url("../img/icons/silver-ball.webp");
  -ms-background-size: cover;
  background-size: cover;
  -webkit-background-size: cover;
  position: absolute;
  top: 9px;
  width: 13px;
  height: 13px;
}

[dir="ltr"] .ball-list li::before {
  left: -18px;
}

[dir="rtl"] .ball-list li::before {
  right: -18px;
}

.flex-box {
  width: 20%;
  max-width: 200px;
}

.tools-sec .card-head {
  min-height: 138px;
}

.google-tools {
  background: #227afd;
}

.blog-img {
  height: 220px;
  object-fit: cover;
}

.about-color-box {
  width: 10px;
}

[dir="ltr"] .about-color-box {
  left: 0;
}

[dir="rtl"] .about-color-box {
  right: 0;
}

.clint-img-height {
  max-height: 200px;
}

.max-h-100 {
  max-height: 100%;
}

.project-link {
  top: -20px;
}

.project-link .link {
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #fff;
  -moz-border-top-left-radius: 19px;
  border-top-left-radius: 19px;
  -webkit-border-top-left-radius: 19px;
  -moz-border-top-right-radius: 19px;
  border-top-right-radius: 19px;
  -webkit-border-top-right-radius: 19px;
}

.project-link .link.active {
  background-color: #021223;
  color: #ffffff;
}

.project-card p {
  right: 50%;
  transform: translate(50%, -50%);
  max-height: 150px;
}

.objict-cover {
  object-fit: cover;
}

.ui-image {
  max-height: 84px;
}

.hover-up {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.hover-up:hover {
  transform: translateY(-6px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.circle {
  width: 81px;
  height: 81px;
}

.path-description {
  max-width: 552px;
}

.main_form input {
  border-bottom: 1px solid #979797 !important;
  max-width: 370px;
  width: 370px;
  border-radius: 0;
}

.main_form input:focus {
  border-color: #021223 !important;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.main_form .fa {
  color: #979797;
}

.team .box {
  background: #f3f4f4;
}

.team .circle {
  width: 140px;
  height: 140px;
}

.team .circle img {
  max-width: 80px;
}

.number {
  min-width: 26px;
  height: 26px;
}

.line {
  width: 1px;
}

[dir="ltr"] .line {
  left: 21px;
}

[dir="rtl"] .line {
  right: 21px;
}

.line-hight {
  line-height: 1.7;
}

@media (max-width: 1400px) {
  .circle-img {
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(-100%, 50%) !important;
    transform-origin: 100% 100% !important;
    opacity: 1;
  }
  html[dir="ltr"] .circle-img {
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(100%, 100%) !important;
    transform-origin: -50% 50% !important;
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  .feature-card-img {
    margin-top: -60px;
  }
}

@media (max-width: 992px) {
  #menuHeader {
    background: #ffffff;
  }
  .flex-box {
    width: 33.33%;
  }
  .navbar .header-logo {
    max-width: 180px;
    object-fit: cover;
  }
  .navbar.scrolled .header-logo {
    max-width: 180px;
  }
  .circle-img {
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(10%, 10%) !important;
    transform-origin: -50% -40% !important;
    opacity: 1;
  }
  html[dir="ltr"] .circle-img {
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(10%, 10%) !important;
    transform-origin: -50% 40% !important;
    opacity: 1;
  }
}

@media (max-width: 576px) {
  .font-s60 {
    font-size: 32px;
  }
  .font-s45 {
    font-size: 30px;
  }
  .font-s42 {
    font-size: 31px;
  }
  .flex-box {
    width: 50%;
  }
  .main_form input {
    width: auto;
  }
  .pt-150 {
    padding-top: 100px;
  }
  .circle-img {
    position: absolute;
    top: auto;
    bottom: 83px;
    max-height: 150px;
  }
}

@media (min-width: 576px) {
  .clint-height {
    min-height: 50vh;
  }
}
/*# sourceMappingURL=all.css.map */