@import url(../css/helper.css);
*,
* button:focus {
  outline: 0;
}

:root {
  --main-color: #3986C7;
  --sub-color: #B4AE74;
  --cr-yello: #FFAA17;
  --cr-dark1: #1A1A1A;
  --cr-dark2: #112937;
  /* --subColor2: #77643d; */
}

.main-color {
  color: var(--main-color) !important;
}

.main-bg {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}

.sub-color {
  color: var(--sub-color) !important;
}

.sub-bg {
  background-color: var(--sub-color) !important;
  border-color: var(--sub-color) !important;
  color: var(--cr-dark1);
}

.cr-yello {
  color: var(--cr-yello) !important;
}

.bg-yello {
  background-color: var(--cr-yello) !important;
  border-color: var(--cr-yello) !important;
  color: var(--cr-dark1);
}

.cr-dark1 {
  color: var(--cr-dark1) !important;
}

.bg-dark1 {
  background-color: var(--cr-dark1) !important;
  border-color: var(--cr-dark1) !important;
  color: var(--cr-yello);
}

.border-dark1 {
  border-color: var(--cr-dark1) !important;
}

.hover-dark1:hover {
  color: var(--cr-yello);
}

.hover-bg-dark1:hover {
  background-color: var(--cr-dark1) !important;
  border-color: var(--cr-dark1) !important;
  color: var(--cr-yello) !important;
}

.cr-dark2 {
  color: var(--cr-dark2) !important;
}

.bg-dark2 {
  background-color: var(--cr-dark2) !important;
  border-color: var(--cr-dark2) !important;
  color: var(--cr-yello);
}

.border-dark2 {
  border-color: var(--cr-dark2) !important;
}

.hover-dark2:hover {
  color: var(--cr-dark2);
}

.hover-bg-dark2:hover {
  background-color: var(--cr-dark2) !important;
  border-color: var(--cr-dark2) !important;
  color: var(--cr-yello) !important;
}

.hover-main-bg:hover {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}

.sub-color {
  color: var(--sub-color) !important;
}

.sub-bg {
  background-color: var(--sub-color) !important;
  border-color: var(--sub-color) !important;
}

.hover-sub-bg:hover {
  background-color: var(--sub-color) !important;
  border-color: var(--sub-color) !important;
}

.dnf-center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.df-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "Noto Kufi Arabic", serif;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  direction: rtl;
  height: #112937;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  line-height: 1.6;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

[type=email],
[type=number],
[type=tel],
[type=url] {
  direction: inherit;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  transition: all 0.6s ease;
  outline: 0;
}

/* ==================== global style ============================== */
a,
span,
img {
  display: inline-block;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img_contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.text,
.text * {
  font-size: 16px;
  line-height: 2;
  opacity: 0.7;
}

small.text {
  font-size: 12px;
}

.section-padding {
  padding: 80px 0;
}

.dropdown .dropdown-menu {
  border-radius: 10px;
  padding: 10px;
  border: 0;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.0666666667);
}

.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

/* --------------- loader --------------- */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: #06171E;
}

.loader::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #06171E, transparent);
}

.loader .video {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  opacity: 0.5;
  transition: transform 0.5s linear, opacity 0.5s linear;
}

.loader .content {
  position: relative;
  z-index: 20;
  top: 40%;
  text-align: center;
  transition: transform 0.5s linear, opacity 0.5s linear;
}

.loader .content .logo {
  height: 200px;
}

.loader .hide-content {
  transform: translateY(-100%);
  opacity: 0;
}

.loader .hide-video {
  transform: translateY(50px);
  opacity: 0;
}

.loader .fade-out-loader {
  opacity: 0;
  transition: opacity 0.5s linear;
}

/* --------------- to_top button --------------- */
.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.0666666667);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateX(-100px);
  z-index: 99;
  transition: all 200ms linear;
}

.progress-wrap::after {
  background: url(../images/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #000;
  left: 13px;
  top: 13px;
  height: 25px;
  width: 25px;
  display: block;
}

.progress-wrap svg path {
  fill: #f8f8f8;
}

.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 5;
  box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* --------------- buttons --------------- */
.butn {
  position: relative;
  padding: 15px 30px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.butn:hover {
  background-color: #fff;
  color: var(--main-color);
}

.butn.top-left {
  border-top-left-radius: 0;
}

.butn.top-right {
  border-top-right-radius: 0;
}

.butn.bottom-left {
  border-bottom-left-radius: 0;
}

.butn.bottom-right {
  border-bottom-right-radius: 0;
}

.butn.butn-md {
  padding: 10px 20px;
  font-size: 14px;
}

.butn.butn-dark1 {
  border-color: var(--cr-dark1);
  background-color: var(--cr-dark1);
  color: var(--cr-yello);
}

.butn.butn-dark1:hover {
  background-color: var(--cr-yello);
  color: var(--cr-dark1);
}

.butn.butn-border-dark1 {
  border-color: var(--cr-dark1);
  color: var(--cr-dark1);
}

.butn.butn-border-dark1:hover {
  background-color: var(--cr-dark1);
  color: var(--cr-yello);
}

/* --------------- navbar --------------- */
.navbar-araa {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 99;
  color: #fff;
}

.navbar.bugshan-navbar {
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  padding: 15px;
  z-index: 99;
  background-color: #fff;
  border-radius: 15px;
}

.navbar.bugshan-navbar .butn {
  color: #000;
  border-color: rgba(153, 153, 153, 0.2);
  font-weight: 400;
}

.navbar.bugshan-navbar .nav-item .nav-link {
  font-size: 15px;
  color: #000;
  margin: 0 10px;
}

.pg-navbar .navbar {
  position: relative;
  background-color: var(--main-color);
}

.navbar .butn {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .navbar-brand {
  height: 65px;
  width: 200px;
}

/* --------------- header --------------- */
.header {
  position: relative;
  min-height: 100vh;
  background-color: var(--main-color);
  z-index: 20;
  opacity: 0;
  transition: all 1s ease;
}

.header.show {
  opacity: 1;
}

.header .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  opacity: 0.3;
  z-index: -1;
}

.header .float-info-slider {
  position: absolute;
  right: calc((100vw - 1320px) / 2);
  bottom: 150px;
}

.header .float-info-slider .slide-card {
  position: relative;
  padding: 30px;
  border-radius: 15px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}

.header .float-info-slider .slide-card .brand {
  position: relative;
  margin-bottom: 15px;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.7s ease-in-out;
}

.header .float-info-slider .slide-card .main-txt {
  position: relative;
  font-size: 18px;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 2s ease-in-out;
}

.header .float-info-slider .slide-card .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 10px 10px 20px #000;
  opacity: 1;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition-delay: 2s;
  transition: all 0.5s ease-in-out;
}

.header .float-info-slider .swiper-slide-active .slide-card {
  opacity: 1;
}

.header .float-info-slider .swiper-slide-active .slide-card .brand {
  transform: translateY(0);
  opacity: 1;
}

.header .float-info-slider .swiper-slide-active .slide-card .main-txt {
  transition-delay: 0.5s;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.header .float-info-slider .swiper-slide-active .slide-card .bg {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.header .scroll-btn {
  position: absolute;
  left: calc(50% - 16px);
  bottom: 40px;
  width: 32px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 30px;
}

.header .scroll-btn .dot {
  position: absolute;
  content: "";
  left: calc(50% - 4px);
  bottom: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--sub-color);
  border-radius: 50%;
  animation: dot-move 1.5s infinite ease-in-out;
}

@keyframes dot-move {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-10px);
    opacity: 0.6;
  }
}
.header .float-partners {
  position: absolute;
  left: 30px;
  bottom: 150px;
  z-index: 99;
}

.header .float-partners .partners-slider {
  position: relative;
  height: 400px;
  min-width: 160px;
  overflow: hidden;
}

.header .float-partners .partners-slider .swiper-slide-thumb-active .partner {
  transform: scale(1.15);
  transform-origin: left;
  margin-top: 10px !important;
  top: 5px;
  border: 4px solid rgba(255, 255, 255, 0.6);
}

.header .float-partners .partner {
  position: relative;
  width: 125px;
  height: 85px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.66));
  border: 1px solid #D9D9D9;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: auto;
  transition: all 0.3s ease;
  margin-top: 5px !important;
  top: 10px;
  overflow: hidden;
}

.header .float-partners .partner .brand {
  max-height: 45px;
  max-width: 70%;
  z-index: 5;
}

.header .float-partners .partner .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  opacity: 0.4;
}

.header .float-partners .btm-arrow {
  position: relative;
  width: 32px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 30px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  margin-inline-start: auto;
  margin-inline-end: 50px;
}

.header .float-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 200px;
  z-index: 30;
  text-align: center;
  color: #fff;
  text-shadow: 3px 3px 5px #000;
}

/* --------------- founder --------------- */
.founder {
  position: relative;
}

.founder ul {
  list-style: disc;
  padding-inline-start: 20px;
}

.founder .info .text p {
    text-align: start !important;
}

/* --------------- vision-st2 --------------- */
.vision-st2 {
  position: relative;
  padding-bottom: 50px;
}

.vision-st2 .col-lg-4:first-of-type .item {
  background: linear-gradient(197.29deg, #FFFFFF 11.87%, rgba(255, 255, 255, 0) 35.68%), linear-gradient(0deg, #3986C7, #3986C7), #FFFFFF;
}

.vision-st2 .item {
  position: relative;
  padding: 30px;
  padding-bottom: 100px;
  border-radius: 10px;
  background: linear-gradient(197.29deg, #FFFFFF 11.87%, rgba(255, 255, 255, 0) 35.68%), linear-gradient(0deg, rgba(197, 181, 127, 0.39), rgba(197, 181, 127, 0.39)), #FFFFFF;
  margin-bottom: 40px;
  height: calc(100% - 40px);
}

.vision-st2 .item .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.vision-st2 .item .txt {
  line-height: 2;
  font-size: 16px;
}

.vision-st2 .item .num {
  font-size: 80px;
  color: #fff;
  font-weight: bold;
  line-height: 0.75;
  text-align: end;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0 30px 30px;
}

/* --------------- team --------------- */
.team {
  position: relative;
  background-image: url(../images/team-bg.jpg);
  background-size: cover;
  background-position: top;
}

.team .team-slider {
  overflow: hidden;
}

.team .team-card {
  position: relative;
  margin-top: 15px;
}

.team .team-card .img {
  position: relative;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
}

.team .team-card .img .float-social {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding: 15px;
}

.team .team-card .img .float-social a {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 10px;
  font-size: 21px;
  color: var(--main-color);
}

.team .team-card .info {
  position: relative;
  text-align: center;
}

.team .team-card .info .title {
  position: relative;
  font-size: 24px;
  margin-top: 20px;
}

.team .team-card .info .sub-title {
  position: relative;
  font-size: 16px;
  color: var(--sub-color);
  margin-bottom: 20px;
  margin-top: 5px;
  font-weight: 400;
}

.modal .modal-content {
  border: 0;
  border-radius: 30px;
}

.modal .btn-close {
  position: absolute;
  left: 30px;
  top: 30px;
}

/* --------------- video-sec --------------- */
.video-sec {
  position: relative;
  padding-top: 80px;
}

.video-sec .video-card {
  position: relative;
}

.video-sec .video-card .img {
  position: relative;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
}

.video-sec .video-card .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  z-index: 20;
}

/* --------------- story --------------- */
.story {
  position: relative;
  overflow: hidden;
}

.story .content {
  position: relative;
  padding-bottom: 50px;
}

.story .story-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

.story .globe {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: unset;
  z-index: -1;
  pointer-events: none;
}

.story .story-card {
  position: relative;
  display: flex;
}

.story .story-card .year-side {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 360px;
  width: 128px;
}

.story .story-card .year-side .year-circle {
  position: relative;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  background-color: #fff;
  z-index: 30;
}

.story .story-card .year-side .year-circle .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.story .story-card .year-side .year-circle small {
  font-size: 12px;
}

.story .story-card .year-side .year-circle h5 {
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
  color: var(--main-color);
  font-size: 22px;
}

.story .story-card .year-side .year-circle h5::before {
  position: absolute;
  content: "";
  left: calc(50% - 4px);
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--sub-color);
}

.story .story-card .year-side .arrow {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: end;
}

.story .story-card .year-side .arrow i {
  font-size: 20px;
  color: var(--main-color);
}

.story .story-card .year-side .arrow::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 2px;
  height: 100%;
  background: repeating-linear-gradient(to top, var(--main-color) 0px, var(--main-color) 10px, transparent 10px, transparent 20px);
  z-index: 10;
  pointer-events: none;
}

.story .story-card .year-side .arrow::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #fff, transparent);
  z-index: 10;
  pointer-events: none;
}

.story .story-card .year-side .card-title {
  font-size: 25px;
  color: var(--main-color);
  font-weight: bold;
  flex-shrink: 0;
  line-height: 1.3;
  margin-top: 10px;
}

.story .story-card .main-side {
  position: relative;
  margin-top: 60px;
  z-index: 50;
}

.story .story-card .main-side::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  outline: 6px solid rgba(197, 181, 127, 0.6);
}

.story .story-card .main-side .text-box {
  position: relative;
  padding: 30px 20px;
}

.story .story-card .main-side .text-box .main-text {
  font-size: 19px;
}

.story .story-card .main-side .text-box .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.story .story-card .main-side .img {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-inline-start: auto;
}

.story .story-card .main-side .img::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  left: calc(50% - 7px);
  transform: translate(50%, -50%);
  outline: 6px solid rgba(197, 181, 127, 0.6);
}

.story .story-card .main-side .img img {
  border-radius: 50%;
}

/* --------------- swiper --------------- */
.swiper-pagination {
  bottom: 0 !important;
  width: -moz-max-content !important;
  width: max-content !important;
  left: 50% !important;
  transform: translateX(-50%);
  right: auto !important;
  border: 2px solid var(--sub-color);
  padding: 1px 10px;
  border-radius: 30px;
}

.swiper-pagination .swiper-pagination-bullet {
  margin: 1px !important;
}

.swiper-controls {
  position: relative;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swiper-controls .swiper-pagination {
  bottom: 10px !important;
}

.swiper-controls .swiper-button-next,
.swiper-controls .swiper-button-prev {
  width: 120px;
  bottom: 0;
  top: auto;
}

.swiper-controls .swiper-button-next img,
.swiper-controls .swiper-button-prev img {
  width: 100%;
}

.swiper-controls .swiper-button-next:after,
.swiper-controls .swiper-rtl .swiper-button-prev:after,
.swiper-controls .swiper-button-prev:after,
.swiper-controls .swiper-rtl .swiper-button-next:after {
  content: "";
}

/* --------------- ceo-word --------------- */
.ceo-word {
  position: relative;
}

.ceo-word .img-side {
  position: relative;
  padding-inline-start: 50px;
}

.ceo-word .img-side .line {
  position: absolute;
  top: 40px;
  right: 0;
  width: 2px;
  height: 200%;
  background-image: linear-gradient(to bottom, rgba(197, 181, 127, 0.2666666667), transparent);
}

.ceo-word .img-side .line::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  top: -15px;
  right: 0;
  transform: translate(50%, -50%);
  outline: 6px solid rgba(197, 181, 127, 0.6);
}

.ceo-word .img-side .img {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}

.ceo-word .img-side .img img {
  border-radius: 50%;
}

.ceo-word .text {
  position: relative;
  margin: 30px 0;
}

/* --------------- vision --------------- */
.vision {
  position: relative;
  z-index: 20;
}

.vision::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--sub-color) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
  z-index: -1;
}

.vision .cards {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vision .vision-card {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  padding-bottom: 100px;
  margin-top: 50px;
  background: linear-gradient(197.29deg, #FFFFFF 11.87%, rgba(255, 255, 255, 0) 35.68%), linear-gradient(0deg, #FFF2F0, #FFF2F0), #FFFFFF;
  width: calc(20% - 10px);
}

.vision .vision-card .title-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vision .vision-card .card-title {
  position: relative;
  font-size: 21px;
  min-height: 70px;
  display: flex;
  align-items: center;
}

.vision .vision-card .icon {
  width: 65px;
  flex-shrink: 0;
}

.vision .vision-card .txt {
  width: 100%;
}

.vision .vision-card .num {
  position: absolute;
  left: 20px;
  bottom: 10px;
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}

.vision .vision-card:nth-of-type(1) {
  background: linear-gradient(197.29deg, #FFFFFF 11.87%, rgba(255, 255, 255, 0) 35.68%), linear-gradient(0deg, #86b3d8, #86b3d8), #FFFFFF;
}

.vision .vision-card:nth-of-type(2) {
  background: linear-gradient(197.29deg, #FFFFFF 11.87%, rgba(255, 255, 255, 0) 35.68%), linear-gradient(0deg, #e8bab3, #e8bab3), #FFFFFF;
}

.vision .vision-card:nth-of-type(3) {
  background: linear-gradient(197.29deg, #FFFFFF 11.87%, rgba(255, 255, 255, 0) 35.68%), linear-gradient(0deg, #9de2e2, #9de2e2), #FFFFFF;
}

.vision .vision-card:nth-of-type(4) {
  background: linear-gradient(197.29deg, #FFFFFF 11.87%, rgba(255, 255, 255, 0) 35.68%), linear-gradient(0deg, #a8ddd1, #a8ddd1), #FFFFFF;
}

.vision .vision-card:nth-of-type(5) {
  background: linear-gradient(197.29deg, #FFFFFF 11.87%, rgba(255, 255, 255, 0) 35.68%), linear-gradient(0deg, #c9a5d7, #c9a5d7), #FFFFFF;
}

/* --------------- companies --------------- */
.companies {
  position: relative;
  background-color: #112937;
  z-index: 20;
}

.companies .shap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  z-index: -1;
}

.companies .company-card {
  position: relative;
  padding: 30px;
  border-radius: 30px;
  text-align: center;
  background: linear-gradient(32.03deg, #FFFFFF 59.65%, #3986C7 100%), #FFFFFF;
  transition: all 0.5s ease;
  opacity: 0;
  height: 100%;
}

.companies .company-card .icon {
  height: 60px;
  margin-bottom: 40px;
}

.companies .company-card .title {
  font-size: 21px;
  margin-bottom: 50px;
}

.companies .company-card .butn {
  opacity: 0;
}

.companies .companies-slider {
  position: relative;
  overflow: hidden;
}

.companies .companies-slider .swiper-slide-active .company-card {
  opacity: 1;
  border-top-right-radius: 0;
  box-shadow: 10px 10px 300px #112937;
}

.companies .companies-slider .swiper-slide-active .company-card .butn {
  opacity: 1;
}

.companies .companies-slider .swiper-slide {
  height: auto;
}

.companies .companies-slider .swiper-slide-next .company-card,
.companies .companies-slider .swiper-slide-prev .company-card {
  opacity: 0.5;
}

.companies .companies-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--sub-color);
}

/* --------------- contact --------------- */
.contact {
  position: relative;
  background-image: url(../images/team-bg.jpg);
  background-size: cover;
  background-position: top;
}

.contact .form {
  position: relative;
  padding: 50px;
  background-color: #112937;
  background-image: url("../images/contact-shap.svg");
  background-size: cover;
  background-position: bottom;
  color: #fff;
}

.contact .form .form-group {
  position: relative;
  margin-top: 30px;
}

.contact .form .form-group label {
  position: relative;
  font-size: 11px;
  display: block;
  margin-bottom: 10px;
}

.contact .form .form-group .form-control {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  border-top-right-radius: 0;
  min-height: 50px;
  background-color: #112937;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  box-shadow: none;
  padding: 15px;
}

.contact .form .form-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2666666667);
}

.contact .form .form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.2666666667);
}

.contact .form .form-group .form-select {
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.contact .form .icon-group {
  position: relative;
}

.contact .form .icon-group .form-control {
  padding-inline-start: 50px;
}

.contact .form .icon-group .float-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}

.contact .map {
  position: relative;
  height: 340px;
  overflow: hidden;
}

.contact .map iframe {
  margin-bottom: -6px;
}

.contact .img {
  height: 260px;
  overflow: hidden;
}

/* --------------- footer --------------- */
.footer {
  position: relative;
  z-index: 20;
}

.footer::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--sub-color) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
  z-index: -1;
}

.footer .top-footer {
  padding: 50px 0 0;
}

.footer .top-footer .links a {
  font-size: 16px;
  font-weight: bold;
  margin-inline-start: 30px;
}

.footer .foot-line {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-top: -20px;
}

.footer .foot {
  position: relative;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}

.footer .foot .text {
  margin-top: 5px;
}

.footer .foot li a {
  font-size: 16px;
  margin: 5px 0;
  opacity: 0.7;
}

.footer .foot li a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* --------------- footer bugshan--------------- */
.footer-bugshan {
  background-color: #112937 !important;
}

/* --------------- to_top --------------- */
/* ==== lg screens ==== */
@media screen and (min-width: 991px) {
  .vision .cards {
    width: calc(100% + 150px);
    margin-inline-start: -75px;
  }
}
/* ==== responsive ==== */
@media screen and (max-width: 991px) {
  .navbar.bugshan-navbar {
    position: relative;
    padding: 10px 0;
    background-color: var(--main-color);
  }
  .navbar .navbar-brand {
    height: 50px;
  }
  .story .content {
    padding-bottom: 0;
    overflow: hidden;
  }
  .contact .form {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .footer {
    overflow: hidden;
  }
  .footer .foot-line {
    margin-top: 30px;
  }
  .footer .foot {
    display: block;
  }
  .footer .foot .contact-list {
    margin-top: 30px;
  }
  .vision {
    overflow: hidden;
  }
  .vision .vision-card {
    width: calc(50% - 10px);
  }
  .header {
    padding-top: 30px;
    overflow: hidden;
    display: flex;
    min-height: 400px;
    overflow: hidden;
  }
  .header .float-info-slider {
    right: 5%;
    width: 90%;
    bottom: 30px;
  }
  .header .float-info-slider .main-txt {
    font-size: 14px;
  }
  .header .scroll-btn {
    display: none;
  }
  .header .float-partners {
    display: none;
  }
  .header .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .header .float-info {
    position: static;
    padding: 15px;
  }
  .header .float-info .main-txt {
    font-size: 14px;
  }
  .header .partner {
    display: none;
  }
  .founder .img {
    height: 100px;
    margin-bottom: 20px;
  }
  .team .team-card {
    margin-bottom: 30px;
  }
  .ceo-word .img-side .img {
    width: 100px;
    height: 100px;
  }
  .vision .vision-card {
    padding: 15px;
    padding-bottom: 50px;
    margin-top: 15px !important;
    flex-grow: 1;
  }
  .vision .vision-card .title-wrapper {
    flex-wrap: wrap;
  }
  .vision .vision-card .title-wrapper .icon {
    height: 50px;
  }
  .vision .vision-card .title-wrapper .inf {
    order: 2;
    width: 100%;
  }
  .vision .vision-card .num {
    font-size: 40px;
  }
  .vision .vision-card .mt-30 {
    margin-top: 0 !important;
  }
  .contact .form {
    padding: 30px;
  }
  .vision-st2 {
    overflow: hidden;
    padding-bottom: 0;
  }
  .mb-60 {
    margin-bottom: 40px !important;
  }
  .story.pt-90 {
    padding-top: 50px !important;
  }
  .header .float-title {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 50%;
    z-index: 30;
    text-align: center;
    color: #fff;
    text-shadow: 3px 3px 5px #000;
    width: 100%;
    padding: 0 15px;
  }
}
/* ======= */
html[dir=ltr] {
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
}

html[dir=ltr] body {
  direction: ltr;
  font-family: "Poppins", sans-serif;
}

/* ==================== araa page style ============================== */
/* --------------- araa --------------- */
.araa {
  position: relative;
  color: #1A1A1A;
}

/* --------------- navbar --------------- */
.navbar-araa .navbar-nav .nav-item .nav-link {
  color: var(--navbarLink) !important;
}

/* --------------- header --------------- */
.header-araa {
  position: relative;
  /*min-height: 100vh;*/
  overflow: hidden;
}

.header-araa .header-slider {
  position: relative;
  /*left: 0;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  /*width: 100%;*/
  /*overflow: hidden;*/
  z-index: 10;
  /*padding-top: 100px;*/
}

.header-araa .header-slider h1 {
  font-size: 95px;
  line-height: 1;
  padding-bottom: 10px;
}

.header-araa .header-slider .text {
  color: var(--heroTxtColor) !important;
  font-size: var(--heroTxtSize) !important;
}

.header-araa .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.header-araa .swiper-slide-active {
  position: relative;
  z-index: 20;
}

.header-araa .swiper-button-next:after,
.header-araa .swiper-button-prev:after {
  font-size: 80px;
  color: var(--cr-dark1);
  opacity: 0.6;
}

.header-araa .swiper-button-next {
  left: 3vw;
}

.header-araa .swiper-button-prev {
  right: 3vw;
}

.header-araa .slider-card {
  position: relative;
  padding: 200px 0 50px;
  min-height: 100vh;
  display: flex;
  align-items: end;
  z-index: 20;
}

/*.header-araa .slider-card::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: #fff;*/
/*    opacity: 0.5;*/
/*    z-index: -1;*/
/*}*/
.header-araa .slider-card .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

/* --------------- about --------------- */
.about-araa {
  position: relative;
  overflow: hidden;
}

.about-araa .shap {
  position: absolute;
  right: 0;
  bottom: 15%;
  width: 80%;
  z-index: -1;
  pointer-events: none;
}

.about-araa .img {
  max-height: 550px;
}

.about-araa .nav-pills {
  position: relative;
  padding-top: 40px;
}

.about-araa .nav-pills .nav-item {
  position: relative;
  width: 33.33%;
}

.about-araa .nav-pills .nav-item .nav-link {
  font-size: 24px;
  font-weight: bold;
  color: var(--cr-dark1);
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  border-inline-end: 2px solid var(--cr-yello);
  line-height: 1;
  margin: 10px 0;
}

.about-araa .nav-pills .nav-item .nav-link:hover,
.about-araa .nav-pills .nav-item .nav-link.active {
  color: var(--cr-yello);
}

.about-araa .nav-pills .nav-item:first-of-type .nav-link {
  text-align: start;
}

.about-araa .nav-pills .nav-item:last-of-type .nav-link {
  border: 0;
}

.statistics-araa {
  position: relative;
}

.statistics-araa .video-card {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.statistics-araa .shap {
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 100%;
  /*height: 100%;*/
  max-height: unset;
  z-index: -1;
}

.statistics-araa .video-card .img {
  position: relative;
  height: 330px;
  border-radius: 20px;
  overflow: hidden;
}

.statistics-araa .video-card .info {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  z-index: 10;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  color: #fff;
}

.statistics-araa .video-card .info .cont {
  position: relative;
  display: flex;
  align-items: center;
}

.statistics-araa .video-card .info .cont .vid-btn {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: var(--cr-yello);
  color: #fff;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 20px;
  flex-shrink: 0;
  border-radius: 50%;
}

.statistics-araa .shap {
  position: absolute;
  right: 0;
  bottom: 15%;
  width: 80%;
  z-index: -1;
  pointer-events: none;
}

.about-marq-araa .marq-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

.about-marq-araa .marq-slider .swiper-wrapper .swiper-slide {
  width: -moz-max-content !important;
  width: max-content !important;
}

/* --------------- portfolio-araa --------------- */
.portfolio-araa {
  position: relative;
  padding: 170px 0 80px;
  background-color: var(--cr-yello);
  color: #fff;
  overflow: hidden;
  z-index: 20;
}

.portfolio-araa::before {
  position: absolute;
  content: "";
  right: 0;
  top: 120px;
  width: 50%;
  height: calc(100% - 240px);
  background-color: #000;
  z-index: -1;
}

.portfolio-araa .portfolio-slider {
  position: relative;
  padding-top: 70px;
  padding-bottom: 100px;
}

.portfolio-araa .portfolio-slider .swiper-slide:nth-of-type(odd) {
  transform: translateY(-70px);
}

.portfolio-araa .port-shap {
  position: absolute;
  right: 0;
  top: 150px;
  width: 40%;
}

.swiper-pagination-st2 {
  border: 0;
}

.swiper-pagination-st2 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 0;
  background-color: #000;
  opacity: 1;
  margin: 0 10px !important;
}

.swiper-pagination-st2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--cr-yello);
}

.swiper-pagination-st2.active-wh .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.port-card .img {
  position: relative;
}

.port-card .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #fff;
  color: var(--cr-yello);
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  outline: 1px solid rgba(255, 255, 255, 0.2666666667);
  outline-offset: 6px;
}

/* --------------- services-araa --------------- */
.services-araa {
  position: relative;
  background-color: #F3F5FA;
}

.team2-slider .swiper-button-next,
.team2-slider .swiper-rtl .swiper-button-prev,
.services-araa .swiper-button-next,
.services-araa .swiper-rtl .swiper-button-prev {
  right: calc(50% - 75px);
  left: auto;
  bottom: 0;
  top: auto;
}

.team2-slider .swiper-button-prev,
.team2-slider .swiper-rtl .swiper-button-next,
.services-araa .swiper-button-prev,
.services-araa .swiper-rtl .swiper-button-next {
  left: calc(50% - 75px);
  right: auto;
  bottom: 0;
  top: auto;
}

.team2-slider .swiper-button-next,
.team2-slider .swiper-rtl .swiper-button-prev {
  right: calc(50% + 20px);
}

.team2-slider .swiper-button-prev,
.team2-slider .swiper-rtl .swiper-button-next {
  left: calc(50% + 20px);
}

.services-araa .swiper-button-next::after,
.services-araa .swiper-rtl .swiper-button-prev::after,
.services-araa .swiper-button-prev::after,
.services-araa .swiper-rtl .swiper-button-next::after {
  color: #000;
  font-size: 35px;
}

.services-araa .swiper-pagination {
  bottom: 10px !important;
}

.services-araa .services-slider {
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
}

.services-araa .service-card {
  position: relative;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
}

.services-araa .service-card .img {
  position: relative;
}

.services-araa .service-card .img .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  padding: 5px 5px 5px 15px;
  font-weight: bold;
  border-radius: 30px;
  z-index: 10;
  white-space: nowrap;
}

.services-araa .service-card .img .play-btn i {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cr-yello);
  color: #fff;
  border-radius: 50%;
  margin-inline-end: 10px;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}

.services-araa .service-card .img .play-btn:hover {
  color: var(--cr-yello);
}

.services-araa .service-card .img .play-btn:hover i {
  background-color: var(--cr-dark1);
  color: var(--cr-yello);
}

.services-araa .img {
  height: 600px;
}

/* --------------- features-araa --------------- */
.features-araa {
  position: relative;
}

.features-araa .features-slider {
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
}

.features-araa .feat-card {
  position: relative;
  border: 1px solid rgba(153, 153, 153, 0.2);
}

.features-araa .feat-card .img {
  position: relative;
  display: block;
  height: 350px;
}

.features-araa .feat-card .img .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 50px;
  color: var(--cr-yello);
}

.features-araa .feat-card .info {
  position: relative;
  padding: 30px;
}

/* --------------- contact-araa --------------- */
.contact-araa {
  position: relative;
  overflow: hidden;
}

.contact-araa .form-box {
  position: relative;
  padding: 50px 50px 120px;
  background-color: var(--cr-dark1);
  color: #fff;
  z-index: 10;
}

.contact-araa .form-box .world {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}

.contact-araa .form-box .form-group {
  position: relative;
  margin-bottom: 30px;
}

.contact-araa .form-box .form-group label {
  font-size: 11px;
  margin-bottom: 10px;
}

.contact-araa .form-box .form-group .form-control {
  position: relative;
  background-color: var(--cr-dark1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  border-top-right-radius: 0;
  color: #fff;
  min-height: 50px;
  box-shadow: none;
}

.contact-araa .form-box .form-group .form-control::-moz-placeholder {
  color: #fff;
  opacity: 0.2;
}

.contact-araa .form-box .form-group .form-control::placeholder {
  color: #fff;
  opacity: 0.2;
}

.contact-araa .form-box .form-group .icon {
  position: absolute;
  right: 15px;
  top: 45px;
}

/* --------------- footer-araa --------------- */
.footer-araa {
  position: relative;
  background-color: var(--cr-dark1);
  color: #fff;
  overflow: hidden;
}

.footer-araa .main-footer {
  position: relative;
  z-index: 10;
  height: 100%;
}

.footer-araa .main-footer .shap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.footer-araa .subscribe-wrapper {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-araa .subscribe-wrapper .subscribe {
  position: relative;
}

.footer-araa .subscribe-wrapper .subscribe input {
  position: relative;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  background-color: transparent;
  padding: 15px 30px;
  width: 100%;
}

.footer-araa .subscribe-wrapper .subscribe input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.footer-araa .subscribe-wrapper .subscribe input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.footer-araa .subscribe-wrapper .subscribe button {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 10px 30px;
  background-color: var(--cr-yello);
  color: var(--cr-dark1);
  border-radius: 30px;
  font-weight: bold;
}

.footer-araa .social-wrapper {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-araa .social-icons {
  position: relative;
  padding-top: 15px;
}

.footer-araa .social-icons a {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-inline-end: 10px;
}

.footer-araa .links-card {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-araa .links a {
  font-size: 14px;
  margin: 8px 0;
  font-weight: 300;
}

.footer-araa .links .icon-link {
  position: relative;
  display: inline-flex;
}

.footer-araa .border-start {
  border-inline-start: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.footer-araa .foot {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-araa .foot-text {
  border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-araa .foot-img {
  position: relative;
  height: 400px;
  min-height: 100%;
}

@media screen and (min-width: 991px) {
  .footer-araa .main-footer {
    padding-inline-start: calc((100vw - 1320px) / 2);
  }
}
@media (min-width: 1400px) {
  .services-araa .container {
    width: 1800px;
    max-width: 94%;
  }
}
/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .navbar-araa {
    /*background-color: #000;*/
  }
  .header-araa .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .header-araa .header-slider {
    position: static;
    transform: translateY(0);
  }
  .header-araa .header-slider h1 {
    font-size: 50px;
  }
  .header-araa .icon-125 {
    width: 85px;
    height: 85px;
  }
  .header-araa .swiper-button-next:after,
  .header-araa .swiper-button-prev:after {
    font-size: 20px;
  }
  .fsz-30 {
    font-size: 20px !important;
  }
  .fsz-40 {
    font-size: 30px !important;
  }
  .fsz-45 {
    font-size: 30px !important;
  }
  .fsz-60 {
    font-size: 40px !important;
  }
  .icon-80 {
    width: 50px;
    height: 50px;
  }
  .about-araa .number-card {
    margin-top: 30px;
  }
  .about-araa .video-card {
    margin-bottom: 30px;
  }
  .contact-araa .form-box {
    padding: 30px 15px;
  }
  .contact-araa .map iframe {
    height: 300px;
  }
  .companies .company-card {
    padding: 30px 15px;
  }
  .companies .company-card .icon {
    margin-bottom: 15px;
  }
  .companies .company-card .title {
    margin-bottom: 20px;
  }
  .companies .company-card .text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .companies .companies-slider .swiper-slide-next .company-card,
  .companies .companies-slider .swiper-slide-prev .company-card {
    opacity: 1;
  }
  .story .story-card .main-side .text-box .main-text {
    font-size: 14px;
  }
  .story .story-card .year-side .card-title {
    font-size: 20px;
  }
  .footer-araa .foot-img {
    display: none;
  }
  footer .main-text a {
    font-size: 12px;
    margin: 5px 0;
  }
  footer .mx-3 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .portfolio-araa .portfolio-slider .swiper-slide:nth-of-type(odd) {
    transform: translateY(0);
  }
  .portfolio-araa .portfolio-slider {
    position: relative;
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .statistics-araa .numbers {
    margin-top: 20px;
  }
  .statistics-araa .numbers .number-card {
    margin-top: 30px;
  }
}
.fancybox-content {
  min-height: 80vh;
}

html[dir=ltr] .header-araa .swiper-button-next {
  left: auto;
  right: 3vw;
}

html[dir=ltr] .header-araa .swiper-button-prev {
  right: auto;
  left: 3vw;
}

html[dir=ltr] .header-araa .header-slider h1 {
  font-size: 60px;
}

html[dir=ltr] .fsz-20 {
  font-size: 18px !important;
}

html[dir=ltr] .portfolio-araa::before {
  right: auto;
  left: 0;
}

html[dir=ltr] .contact-araa .form-box .form-group .form-control {
  font-size: 15px;
}

html[dir=ltr] .story .story-card .year-side .card-title {
  font-size: 16px;
}

/*html[dir=ltr] body {*/
/*  direction: ltr;*/
/*  font-family: "Poppins", sans-serif;*/
/*}*/
.team2-slider .swiper-button-next,
.team2-slider .swiper-button-prev,
.services-slider .swiper-button-next,
.services-slider .swiper-button-prev {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.0666666667);
  color: #03142a;
  transition: all 0.3s ease;
}

.services-slider .swiper-button-next,
.services-slider .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #fff;
}

.team2-slider .swiper-button-next,
.team2-slider .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #f3f5fa;
}

.team2-slider .swiper-button-prev:hover,
.team2-slider .swiper-button-next:hover,
.services-slider .swiper-button-prev:hover,
.services-slider .swiper-button-next:hover {
  background-color: #03142a;
}

.services-slider .swiper-button-prev:hover::after,
.services-slider .swiper-button-next:hover::after,
.team2-slider .swiper-button-prev:hover::after,
.team2-slider .swiper-button-next:hover::after {
  color: #fff;
}

.team2-slider {
  position: relative;
  overflow: hidden;
}

.mt-115 {
  margin-top: 115px;
}

.founder {
  background-image: url(../images/bg2.jpg);
  background-size: cover;
  background-position: center;
}

.vision-st2 {
  padding-top: 100px;
}

.navbar.bugshan-navbar {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.navbar.bugshan-navbar .nav-item .nav-link {
  color: #fff;
}
.navbar.bugshan-navbar .butn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3333333333);
}
.navbar.bugshan-navbar .butn:hover {
  background-color: #fff;
  color: var(--main-color);
}

.header {
  background-image: linear-gradient(to bottom, #236aa4, #1A1A1A);
}
.header .img {
  padding-top: 80px;
}
.header .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.vision-st2 {
  position: relative;
  background-image: linear-gradient(to bottom, #f6f6f6, #fff);
}
.vision-st2 .col-lg-4:nth-of-type(1) .item .float-title h4 {
  background-color: #3986C7;
  color: #fff;
}
.vision-st2 .col-lg-4:nth-of-type(2) .item {
  background: radial-gradient(circle at 15% 20%, rgba(17, 41, 55, 0.2666666667) 0%, #ffffff 40%, #ffffff 60%, #B4AE74 100%) !important;
}
.vision-st2 .col-lg-4:nth-of-type(2) .item .float-title h4 {
  background-color: #B4AE74;
  color: #fff;
}
.vision-st2 .col-lg-4:nth-of-type(3) .item {
  background: radial-gradient(circle at 15% 20%, rgba(17, 41, 55, 0.2666666667) 0%, #ffffff 40%, #ffffff 60%, rgba(17, 41, 55, 0.2666666667) 100%) !important;
}
.vision-st2 .col-lg-4:nth-of-type(3) .item .float-title h4 {
  background-color: #112937;
  color: #fff;
}
.vision-st2 .item {
  border-radius: 30px;
  background: radial-gradient(circle at 15% 20%, rgba(17, 41, 55, 0.2666666667) 0%, #ffffff 40%, #ffffff 60%, #3986C7 100%) !important;
  text-align: center;
}
.vision-st2 .item .float-title {
  position: relative;
  margin-top: -60px;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
  background-color: #f6f6f6;
  border-radius: 0 0 30px 30px;
  width: 90%;
  right: 5%;
}
.vision-st2 .item .float-title::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: transparent;
  top: 30px;
  right: -20px;
  border-top-left-radius: 20px;
  box-shadow: -5px -5px 0 5px #f6f6f6;
}
.vision-st2 .item .float-title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: transparent;
  top: 30px;
  left: -20px;
  border-top-right-radius: 20px;
  box-shadow: 5px -5px 0 5px #f6f6f6;
}
.vision-st2 .item .float-title h4 {
  background-color: #fff;
  border-radius: 30px;
  font-size: 14px;
  padding: 15px;
}

.story {
  background-color: #112937;
  color: #fff;
  border-radius: 30px;
  margin: 0 15px;
  z-index: 10;
}
.story .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.story .story-card .year-side .year-circle {
  background-color: transparent;
}
.story .story-card .year-side .arrow::after {
  display: none;
}
.story .story-card .year-side .arrow::before {
  bottom: 0;
}
.story .story-card .year-side .arrow i {
  position: relative;
  bottom: -5px;
}
.story .story-card .year-side .card-title,
.story .story-card .year-side .year-circle h5 {
  color: #fff;
}
.story .story-card .main-side .text-box {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.story .story-card .year-side .year-circle {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.team .brands .team-card {
  background-color: rgba(255, 255, 255, 0.3333333333);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5333333333);
  overflow: hidden;
  padding: 40px;
}
.team .brands .team-card .img {
  height: 60px;
}

.contact .content {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.video-sec {
  background: radial-gradient(circle at 15% 20%, rgba(180, 174, 116, 0.6) 0%, #ffffff 40%, #ffffff 60%, rgba(57, 134, 199, 0.6) 100%) !important;
}
.video-sec .video-card .img {
  position: relative;
  outline: 1px solid #fff;
  outline-offset: -10px;
}

.about-araa {
  position: relative;
  overflow: hidden;
  background-image: repeating-linear-gradient(to bottom, rgba(57, 134, 199, 0.0666666667) 0 15px, transparent 15px 30px);
  background-size: 100% 30px;
  background-repeat: repeat-y;
  background-attachment: local;
  z-index: 10;
}
.about-araa::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #fff, transparent, #fff);
  z-index: -1;
}
.about-araa .number-card {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  margin-top: 24px !important;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.031372549);
}
.about-araa .number-card .icon-wrapper {
  border: 0 !important;
}

.ceo-word {
  position: relative;
  overflow: hidden;
  background-image: repeating-linear-gradient(to bottom, #F9F8F4 0 15px, transparent 15px 30px);
  background-size: 100% 30px;
  background-repeat: repeat-y;
  background-attachment: local;
  z-index: 10;
}
.ceo-word::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #fff, transparent, #fff);
  z-index: -1;
}
.ceo-word .info * {
  text-align: start !important;
}
.ceo-word .img-side .img {
  position: relative;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 5px solid #fff;
  outline-offset: -10px;
}
.ceo-word .img-side .img img {
  border-radius: 0;
}/*# sourceMappingURL=style.css.map */