:root {
  --colorBlue: #2e3181;
  --colorBlueAlt: #d8edf2;
  --colorS1: #a7cfdc;
  --colorS2: #5cc0b7;
  --colorS3: #d9e7e7;
  --colorS4: #eef0e1;
  --fontVazirmatn: "Vazirmatn", sans-serif;
}

/* html {
  scroll-padding-top: calc(100px - 30px);
} */
body {
  font-family: var(--fontVazirmatn);
  position: relative;
  z-index: 1;
}

.line-bg {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  opacity: 0.5;
  z-index: -1;
  user-select: none;
  pointer-events: none;
}
.line_bg_title_page {
  background-size: 100% 100%;
  opacity: 0.05;
}

* {
  letter-spacing: 0 !important;
}

a,
a:hover {
  text-decoration: none;
  -webkit-transitiontransition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

dl,
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.lines-1,
.lines-2,
.lines-3,
.lines-4,
.lines-5,
.lines-6,
.lines-7,
.lines-8,
.lines-9,
.lines-10,
.lines-11,
.lines-12,
.lines-13,
.lines-14,
.lines-15 {
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.lines-1 {
  -webkit-line-clamp: 1;
}
.lines-2 {
  -webkit-line-clamp: 2;
}
.lines-3 {
  -webkit-line-clamp: 3;
}
.lines-4 {
  -webkit-line-clamp: 4;
}
.lines-5 {
  -webkit-line-clamp: 5;
}
.lines-6 {
  -webkit-line-clamp: 6;
}
.lines-7 {
  -webkit-line-clamp: 7;
}
.lines-8 {
  -webkit-line-clamp: 8;
}
.lines-9 {
  -webkit-line-clamp: 9;
}
.lines-10 {
  -webkit-line-clamp: 10;
}
.lines-11 {
  -webkit-line-clamp: 11;
}
.lines-12 {
  -webkit-line-clamp: 12;
}
.lines-13 {
  -webkit-line-clamp: 13;
}
.lines-14 {
  -webkit-line-clamp: 14;
}
.lines-15 {
  -webkit-line-clamp: 15;
}

.btn.btn-primary {
  background-color: var(--colorS2);
  border-color: var(--colorS2);
}
.btn-outline-primary {
  background-color: var(--colorS2);
}
.btn.btn-primary.active,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  border-color: var(--colorBlueAlt);
  color: var(--colorBlue);
  background-color: var(--colorBlueAlt);
}

.btn.btn-primary2 {
  background-color: var(--colorBlue);
  border-color: var(--colorBlue);
}
.btn.btn-primary2.active,
.btn.btn-primary2:active,
.btn.btn-primary2:focus,
.btn.btn-primary2:hover {
  background-color: var(--colorS2);
  border-color: var(--colorS2);
}

.btn-outline-primary2 {
  border-color: #444;
  color: #444 !important;
}
.btn-outline-primary2.active,
.btn-outline-primary2:active,
.btn-outline-primary2:focus,
.btn-outline-primary2:hover,
.btn-outline-primary2:hover {
  background-color: var(--colorBlue) !important;
  color: #fff !important;
}

.btn-light:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn.btn-outline-light.active,
.btn.btn-outline-light:active,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:hover {
  color: var(--colorBlue) !important;
  background-color: var(--colorS2) !important;
  border-color: var(--colorS2) !important;
}

.bg-primary {
  background-color: var(--colorBlue) !important;
}
.text-primary {
  color: var(--colorBlue);
}

/* Whatsapp Button */
#wa_button {
  bottom: 50px;
  left: 10px;
  position: fixed;
  z-index: 999;
}
@media (max-width: 767px) {
  #wa_button {
    bottom: 20px;
    left: 10px;
  }
}
.img-circle {
  background-color: #25d366;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.circlephone {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #25d366;
  width: 150px;
  height: 150px;
  bottom: -25px;
  left: 10px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
  -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
  -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
  -o-animation: circle-anim 2.4s infinite ease-in-out !important;
  animation: circle-anim 2.4s infinite ease-in-out !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.circle-fill {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #25d366;
  width: 100px;
  height: 100px;
  bottom: 0px;
  left: 35px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.img-circle {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  bottom: 14px;
  left: 49px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.9;
}
.img-circleblock {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  background-image: url("../imgs/whats-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  .circlephone {
    width: 100px;
    height: 100px;
    bottom: -15px;
    left: 10px;
  }

  .circle-fill {
    width: 70px;
    height: 70px;
    bottom: 0px;
    left: 25px;
  }

  .img-circle {
    width: 50px;
    height: 50px;
    bottom: 10px;
    left: 35px;
  }

  .img-circleblock {
    width: 50px;
    height: 50px;
    background-size: 60%;
  }
}
.img-circle:hover {
  opacity: 1;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
}
@keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
  }
}
@-moz-keyframes circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

/* $ => Home Banner */
.home-banner {
  height: 100vh;
  z-index: 1;
}

.home-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(48, 49, 132, 0.7) 100%
  );
  z-index: 1;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.home-banner .txt-slide {
  transform: translate(-50%, -50%);
  z-index: 1;
}

.counter-inner {
  position: relative;
  z-index: 2;
}
.counter_item {
  /* create background glass effect */
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1px);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.counter_item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.counter_item .count-icon {
  height: 120px;
}
.counter_item .count-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.counter_item .count {
  font-size: 2rem;
  font-weight: bold;
}
.counter_item .title {
  font-size: 1.5rem;
  font-weight: bold;
}
/* # => Home Banner */

.scroll-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
  animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
  animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
  animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

@media (max-width: 991px) {
  .logo_img {
    width: 200px;
  }
  .counter_item .count-icon {
    height: 60px;
  }
  .counter_item .count {
    font-size: 0.9rem;
  }
  .counter_item .title {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .logo_img {
    width: 100px;
  }
}

/* ******************************************* */

.sec-title {
  position: relative;
  z-index: 1;
}
.sec-title .title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #ff2222;
  font-weight: 500;
  margin-bottom: 15px;
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 18px;
}
.sec-title h2:before {
  position: absolute;
  content: "";
  inset-inline-start: 0px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background-color: #d1d2d6;
}
.sec-title.light h2 {
  color: #ffffff;
}
.sec-title.text-center h2:before {
  inset-inline-start: 50%;
  margin-inline-start: -25px;
}
.list-style-one {
  position: relative;
}
.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  padding-inline-start: 35px;
  margin-bottom: 12px;
}
.list-style-one li:before {
  content: "\f058";
  position: absolute;
  inset-inline-start: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: var(--colorBlue);
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: "Font Awesome 5 Free";
}
.about-section {
  position: relative;
}
.about-section .sec-title {
  margin-bottom: 45px;
}
.about-section .content-column {
  position: relative;
  margin-bottom: 50px;
}
.about-section .content-column .inner-column {
  position: relative;
  padding-left: 30px;
}
.about-section .text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}
.about-section .list-style-one {
  margin-bottom: 45px;
}
.about-section .image-column {
  position: relative;
}
.about-section .image-column .text-layer {
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  color: #ffffff;
  margin-top: -175px;
  font-weight: 500;
}
.about-section .image-column .inner-column {
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}
.about-section .image-column .inner-column:before {
  position: absolute;
  left: -75px;
  top: 65px;
  height: 520px;
  width: 520px;
  background-image: url(../imgs/about-circle-1.png);
  content: "";
}
@media (max-width: 991px) {
  .about-section .image-column .inner-column:before {
    left: 0;
    top: 25px;
    height: 200px;
    width: 200px;
  }
}
.about-section .image-column .image-1 {
  position: relative;
}

.container_custom {
  max-width: 1000px;
  margin: auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .container_custom {
    max-width: 100%;
    padding: 0 1rem;
  }

  .about-section .image-column .inner-column {
    position: relative;
    padding-left: 60px;
    padding-bottom: 45px;
  }
}

.sec_title2 {
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  color: var(--colorBlue);
}
@media (max-width: 767px) {
  .sec_title2 {
    font-size: 1.5rem;
  }
}

.mt_5 {
  margin-top: 5rem;
}

.value_item {
  position: relative;
}
.value_item .icon {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d6edf2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin: auto;
  padding: 1rem;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.value_item .txt {
  background-color: #dee9e9;
  padding: 3rem 1.5rem;
  padding-top: 4rem;
  text-align: center;
  border-radius: 30px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 991px) {
  .value_item .txt {
    height: auto;
    padding: 2rem 0.5rem;
    font-size: 1.2rem;
  }
}

.form-call .form_call {
  padding: 3rem 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  background-color: #fff;
  max-width: 800px;
  margin: auto;
}
@media (max-width: 991px) {
  .form-call .form_call {
    padding: 2rem 1rem;
    max-width: 100%;
  }
}
.form-control {
  border-radius: 0;
  padding: 1rem;
}

.btn.btn-primary {
  font-size: 1.5rem;
}

/* From Uiverse.io by mi-series */
.cta_btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #40b3a2;
  min-width: 200px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 16px 20px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}

.cta_btn:hover {
  opacity: 0.95;
}

.cta_btn .animation {
  border-radius: 100%;
  animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1),
      0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1),
      0 0 0 80px rgba(255, 255, 255, 0);
  }
}

/*
.clients-logo-item {
  width: 120px;
  height: 120px;
}
.clients-logo-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
} */

/* $ => Clients */
.partner-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.clients-logo-item {
  height: 120px;
}
.clients-logo-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
/* # => Clients */
