:root {
  --plyr-color-main: #0079cb; /* Change this to your desired color */
}
/* 
html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
} */

body {
  font-family: "sora", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #111821;
  color: #ffffff;
}

img {
  max-width: 100%;
}

.btn:focus,
a {
  box-shadow: none;
  outline: none !important;
}

a {
  color: #0079cb;
}
.show-all {
  width: 100% !important;
  text-align: center;
  margin-top: 3rem;
}
.sec-p-y {
  padding: 6rem 0;
}
.sec-p-y-sm {
  padding: 4rem 0;
}
.sec-p-t {
  padding-top: 4rem;
}
.btn-style {
  background-color: transparent;
  border-radius: 1.75rem;
  padding: 8px 16px;
  border: 1px solid #0079cb;
  color: #0079cb;
  transition: all 0.35s;
}
.btn-style:hover,
.btn-style:focus {
  box-shadow: none;
  outline: none;
  background-color: #0e1694;
  border-color: #0e1694;
  color: #ffffff;
  border-radius: 8px;
}

.btn-style.white {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn-style.white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #080b0f;
  border-radius: 1.75rem;
}

.btn-style.blue {
  color: #ffffff;
  background-color: #0079cb;
}
.btn-style.blue:hover {
  background-color: transparent;
  border-color: #0079cb;
  color: #0079cb;
  border-radius: 1.75rem;
}
.btn-style i {
  margin-inline-start: 0.5rem;
}

.btn-style.w2 {
  color: #080b0f;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-style.w2:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  border-radius: 1.75rem;
}
/* -------------- fixed btn------------- */
.fixed-btns {
  position: fixed;
  z-index: 999;
  left: 20px;
  bottom: 20px;
  width: 54px;
}

.fixed-btns .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  font-size: 22px;
  color: #fff;
  border-radius: 50%;
  transition: all 300ms ease;
  background-color: #0079cb;
  margin-bottom: 1rem;
}

.fixed-btns .btn svg {
  height: 20px;
}
.fixed-btns .btn:hover,
.fixed-btns .btn:focus {
  background-color: #ffffff;
  color: #0079cb;
}
.fixed-btns .btn.whats {
  box-shadow: 0px 8px 18px #25d36633;
  background-color: #25d366;
  margin-bottom: 0;
}
.fixed-btns .btn.whats:focus,
.fixed-btns .btn.whats:hover {
  background-color: #ffffff;
  color: #25d366;
}
/* ================================ navbar ======================== */
.navbar {
  transition: padding 0.3s;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 1.25rem;
}
.navbar-brand {
  padding-top: 4px;
  padding-bottom: 4px;
}
.navbar-brand img {
  max-height: 46px;
}
.navbar .container {
  transition: all 0.3s;
}
.navbar.menuopen,
.navbar.scrolled {
  background-color: #080b0f;
  box-shadow: 0px 2px 6px #00000084;
  padding-top: 0.5rem;
}
.navbar.menuopen .container {
  border-radius: 1.5rem;
}
.navbar .nav-link {
  color: #fff;
}
.navbar .nav-item {
  margin-inline-end: 0.5rem;
}
.nav-btns {
  display: flex;
  align-items: center;
}
.nav-btns .btn-trans {
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 6px 3px;
  margin-inline-start: 4px;
}
.nav-btns .btn-trans img {
  margin-inline-end: 6px;
  margin-bottom: 2px;
  height: 18px;
}
/* ssssssssss nav toggler start  sssssssssssss*/

.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.08);
}

.navbar-toggler span,
.navbar-toggler span:before,
.navbar-toggler span:after {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 17px;
  background-color: rgba(255, 255, 255, 0.85);
  will-change: transform;
}

.navbar-toggler span {
  background-color: transparent;
}

.navbar-toggler span {
  position: absolute;
  top: 19px;
  right: 10px;
  margin-top: -1px;
  padding: 0;
  will-change: transform;
  transition: background-color 0.3s 0s;
}

.navbar-toggler span:before,
.navbar-toggler span:after {
  content: "";
  right: 0;
  transform-origin: 0% 50%;
  transition: transform 0.3s 0.1s;
}

.navbar-toggler span:before {
  transform: translateX(3px) translateY(0px) rotate(45deg);
}

.navbar-toggler span:after {
  transform: translateX(3px) translateY(0px) rotate(-45deg);
}

.navbar-toggler span:before {
  top: -6px;
}

.navbar-toggler span:after {
  top: 6px;
}

.navbar-toggler.collapsed span {
  background: rgba(255, 255, 255, 0.85);
}

.navbar-toggler.collapsed span:before,
.navbar-toggler.collapsed span:after {
  transform: none;
}

/* eeeeeee nav toggler end  eeeeeee */

.mega-menu {
  background-color: #111821;
  padding-top: 2rem;
  margin-top: -1px;
}
.mega-menu .dropdown-item {
  width: 100%;
  display: flex;
  align-items: center;
  white-space: wrap;
  color: #ffffff;
  margin-bottom: 1.5rem;
  padding: 5px;
  border-radius: 8px;
}
.mega-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.mega-menu .i-wr {
  background-color: #0079cb;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 10px;
}

.mega-menu .i-wr img {
  max-width: 40px;
  height: 40px;
}
/* ================================ banner ======================== */
header .banner {
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 500px;
}
.main-slider {
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 500px;
}
.main-slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.slide-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.slide-inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}
.slide-inner .text-lay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding-top: 85px;
}
.slide-inner .text-lay h4,
.slide-inner .text-lay p {
  padding-inline-end: 170px;
  max-width: 870px !important;
}
.main-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-inner .text-lay p {
  max-width: 668px;
  line-height: 2;
  font-size: 14px;
}
.slide-inner .text-lay h4 {
  max-width: 700px;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.75em;
}

.main-slider .bottom-lay {
  position: absolute;
  width: 100%;
  height: 18%;
  max-height: 160px;
  left: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(17, 24, 33, 0.8) 90%
  );
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 1rem;
}

.main-slider .bottom-lay .btn {
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.main-slider .bottom-lay .btn svg {
  height: 22px;
  width: auto;
}

.main-slider .side-lay {
  position: absolute;
  width: auto;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.main-slider .side-lay .btn {
  display: block;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  text-align: start;
  border-radius: 0;
  padding-inline-start: 0;
}
.main-slider .side-lay .btn:nth-child(1) {
  margin-bottom: 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ffffffbe;
}
/* ========================about ============================== */
#about {
  background: transparent url("../pic/aboutbg.png") 0% 0% no-repeat padding-box;
  background-size: contain;
  background-position-y: 80%;
}
.sec-title .blue {
  font-size: 20px;
  color: #0079cb;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 0.75em;
}
.sec-title .blue img {
  max-width: 47px;
}
.sec-title .blue span {
  padding-left: 6px;
  padding-right: 6px;
}
.sec-title .big-text {
  font-size: 44px;
  font-weight: 600;
  max-width: 610px;
  margin-bottom: 0.5em;
}
#about .cont-wr {
  margin-inline-start: 4rem;
}
#about .cont-wr p {
  font-size: 14px;
}
#about .cont-wr a {
  text-decoration: none;
}
.more {
  color: #0079cb !important;
  text-decoration: none !important;
}
.more svg {
  transition: transform 0.3s;
}
.more:hover svg {
  transform: translateX(5px);
}
.row.stat {
  padding-top: 5rem;
}
.num-card {
  text-align: center;
}
.num-card h3 {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 0.2em;
  transition: all 0.3s;
}
.styled-text {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@supports (-webkit-text-stroke: 1px white) {
  .styled-text {
    color: transparent;
    -webkit-text-stroke: 1px white;
    text-shadow: none;
  }
}
.num-card:hover h3 {
  color: #0079cb;
  -webkit-text-stroke: unset;
  box-shadow: none;
}
/* ///////////////////////////////////// depart /////////////////////////////////////// */
.d-title {
  text-align: center;
  font-size: 70px;
  margin-bottom: 0.2em;
  font-weight: 600;
}
.d-info {
  display: flex;
  padding-inline-end: 5%;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.d-info p {
  max-width: 600px;
  margin-inline-end: 0.75rem;
  font-size: 14px;
  margin-bottom: 0;
}
.scroll-eff {
  width: 100%;
  overflow: hidden;
  background: transparent url("../pic/departbg.png") 0% 0% no-repeat padding-box;
  background-attachment: fixed;
  background-size: contain;
  background-position-y: center;
}

.pin-container .set-pt {
  padding-top: 3rem;
  width: 100%;
}
.section-number {
  font-size: 48px;
  margin-bottom: 0.3em;
  font-weight: 200;
  transition: color 0.3s;
}

.section-text {
  transition: color 0.3s;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section-text .btn {
  display: inline-flex;
  padding: 4px;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
  color: inherit !important;
  border: 1px solid;
  border-color: inherit;
  border-radius: 50%;
  transition: 0;
}
.pin-container .section {
  margin-inline-end: 2rem;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ffffff16;
}
.pin-container .section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.section-text h3 {
  font-size: 36px;
}
.image-container .img-wr {
  height: 500px;
  width: 100%;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
}

.image-container .image {
  width: auto;
  max-width: unset;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.image.active {
  opacity: 1;
}

.move-y {
  transform: translateY(0);
  transition: transform 0.5s ease; /* Smooth transition */
}
/* ////////////////////////// branches /////////////////////////// */

.branch-sec .sec-titl .big-text {
  max-width: unset;
}
.branch-sec .map-col .wr {
  position: relative;
}
.map-col .wr .place {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.map-col .wr .lable {
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 4px;
  color: #080b0f;
  padding: 2px 6px;
  font-size: 13px;
  position: relative;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.map-col .wr .lable::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.map-col .wr .pen {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 10;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}

.map-col .wr .north {
  top: 20%;
  left: 13%;
}
.map-col .wr .south {
  top: 69%;
  left: 38.5%;
}
.map-col .wr .center {
  top: 36%;
  left: 44%;
}
.map-col .wr .west {
  top: 50%;
  left: 24%;
}
/* ////////////////////////// testi /////////////////////////// */
.sec-title.text-center .blue {
  justify-content: center;
}
.sec-title.text-center .big-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.testi-slider {
  padding: 1.5rem;
  border-radius: 24px;
  background: transparent url("../pic/testibg.png") 0% 0% no-repeat padding-box;
  background-position-y: center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.05);
}
.testi-card {
  display: flex;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  color: #c5c5c5;
  padding-top: 36px;
}
.testi-card .img-wr {
  flex-shrink: 0;
  margin-inline-end: 3rem;
}
.testi-card .rate {
  color: #ffa311;
}

.testi-card p {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}
.sw-btn {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border: 1px solid #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.sw-btn:hover {
  color: #0079cb;
  border-color: #0079cb;
}
.sw-btn:first-child {
  margin-inline-end: 1rem;
}
.testi-slider .navi-wr {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}
.testi-slider .navi-wr .navi {
  transform: translateY(-100%);
  position: relative;
  z-index: 10;
}
.testi-card .person {
  margin-inline-end: 92px;
}
.testi-card .person .name {
  color: #0079cb;
  font-size: 17px;
}

.testi-card .person .job {
  font-size: 12px;
}
.testi-slider .sw-btn {
  background-color: #1d242c;
}
/* ========================== part =============================== */
.part-sec h3 {
  font-size: 24px;
  font-weight: 600;
}
.part-card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
  height: 100%;
}
.part-card img {
  max-height: 120px;
  width: auto;
  max-width: 100%;
  transition: all 0.4s;
  filter: grayscale(100%);
}
.part-card:hover img {
  filter: grayscale(0%);
}
/* //////////////////////////////////////////news /////////////////////////////// */
.news-sec {
  background-color: #1c232b;
}
a.circle {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0079cb;
  color: #1c232b;
  border-radius: 50%;
  position: relative;
  text-decoration: none !important;
}
a.circle svg {
  height: 34px;
  width: auto;
  margin-bottom: 1rem;
}
a.circle::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid #0079cb;
  transform: translate(-3%, 3%);
  transition: transform 0.3s;
}
a.circle:hover::after {
  transform: translate(3%, -3%);
}
a.sw-btn {
  color: #ffffff;
}

a.sw-btn:hover {
  color: #0079cb;
  transition: all 0.3s;
}
.blog-card {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: all 0.35s;
}
.blog-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.blog-card .date {
  font-weight: 200;
  padding: 10px 20px;
  border: 1px solid #ffffffa6;
  display: inline-block;
  margin-bottom: 1.5rem;
  border-radius: 2rem;
}
.blog-card .c-title {
  font-size: 1.5rem;
  max-width: 380px;
}
.blog-card .hover-img {
  max-width: 30%;
  aspect-ratio: 2/1;
  transition: all 0.35s;
  opacity: 0;
  transform: scale(0.8);
}
.blog-card .hover-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-card .sw-btn {
  transition: all 0.35s;
}
.blog-card:hover .c-title {
  color: #0079cb;
}
.blog-card:hover .sw-btn {
  transform: rotate(45deg);
  color: #0079cb;
  border-color: #0079cb;
}

.blog-card:hover .hover-img {
  opacity: 1;
  transform: scale(1);
}
/* ///////////////////////////////////team ////////////////////////////////// */
.team-sec .sec-title .big-text {
  font-size: 36px;
  margin-bottom: 0;
}
.team-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #111821;
  padding: 0.75rem;
  border: 1px solid #f6f6f61a;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}
.team-card .sw-btn {
  width: 20px;
  height: 20px;
}
.team-card:hover {
  text-decoration: none !important;
  color: #0079cb;
  border-color: #0079cb;
}
.team-card:hover .sw-btn {
  border-color: #0079cb;
  color: #0079cb;
}
/* /////////////////////////////////////////// jobs /////////////////////// */
.small-sec .bg-cont {
  padding: 2rem 1rem;
  border-radius: 24px;
  margin-bottom: 3rem;
}
.blue-bg .bg-cont,
.jobs-sec .bg-cont {
  background: transparent
    linear-gradient(105deg, #0079cb 0%, #0f7ec2 49%, #2a2f71 100%) 0% 0%
    no-repeat;
}
.jobs-sec .sec-title .blue {
  color: #ffffff;
}
.jobs-sec .sec-title .big-text {
  font-size: 36px;
}
.small-sec .bg-cont .img-wr {
  text-align: center;
}
.small-sec .bg-cont .img-wr img {
  max-width: 330px;
}
.jobs-sec a.btn-style.white:focus,
.jobs-sec a.btn-style.white:hover {
  color: #0079cb;
}
/* /////////////////////////////// contact //////////////////////////////// */
/* =============================== contact ================================ */

#contactUs .sec-title {
  max-width: 490px;
}
.infos .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.infos .info-item .i-wr {
  margin-inline-end: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0079cb;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.infos .info-item .i-wr svg {
  height: 18px;
}
.infos .info-item .val {
  color: #ffffff;
}
.info-item a:hover {
  color: #0079cb;
}
.form-style .custom-file-label,
.form-style .form-control {
  min-height: 46px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  background-color: #111821;
  color: #c5c5c5;
  font-size: 0.95rem;
}
.form-style .custom-file-label {
  line-height: 34px;
}

.form-style .custom-file-label::after {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #ffffff;
  content: "Browse";
  background-color: #0079cb;
  border-left: inherit;
  border-radius: 0.5rem;
  font-size: 0.9em;
}
.form-style .custom-file-input {
  min-height: 44px;
}
.form-style .form-control::placeholder {
  color: #ffffff;
  font-size: 0.95rem;
}
.form-style .form-control:focus {
  outline: none;
  border-color: #0079cb;
  box-shadow: none;
}
.form-style .custom-file-input:focus ~ .custom-file-label {
  border-color: #0079cb;
  box-shadow: none;
}

.form-style {
  padding: 48px;
  border-radius: 1rem;
  border: 1px solid #ffffff;
}
.form-style h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 1em;
}
.form-style .form-group {
  margin-bottom: 1.5rem;
}
/* ////////////////////////////////////////// in mind ///////////////////////// */
.in-mind-sec .bg-cont {
  background: url("../pic/mindbg.png") 0% 0% no-repeat padding-box;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.05);
}
/* ////////////////////////////// footer //////////////////////// */
.site-footer {
  margin-top: 3.5rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .d-flex {
  justify-content: space-between;
  align-items: center;
}
.site-footer .d-flex a {
  color: #ffffff;
  text-decoration: none;
}
.site-footer .soc-wr a {
  display: inline-flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform-origin: all 0.3s;
}
.site-footer .soc-wr a:hover,
.site-footer .soc-wr a:focus {
  background-color: #ffffff;
  color: #111821;
}
.site-footer .links a:first-child {
  margin-inline-end: 12px;
}
.search-lay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 11, 15, 0.92);
  padding: 1rem;
  opacity: 0;
  transform: translateX(-105%);
  transition: all 0.3s;
}
.search-lay.show {
  z-index: 99999;
  transform: translateX(0);
  opacity: 1;
}
.search-lay .hide-search {
  color: #0079cb;
  font-size: 40px;
  margin-inline-start: auto;
  display: block;
}
.search-lay form {
  margin-top: 3rem;
}
.search-lay .input-group {
  height: 60px;
}
.search-lay .form-control {
  border: 1px solid #6c757d;
  height: 100% !important;
}
.search-lay .input-group .btn {
  width: 60px;
}
/* ========================================================
                    about 
=========================================================== */

.inner-banner {
  padding-top: 70px;
  background-color: #080b0f;
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.inner-banner .container {
  position: relative;
  z-index: 10;
}
.inner-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 22%;
  max-height: 120px;
  left: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(17, 24, 33, 0.8) 90%
  );
  z-index: 1;
  padding: 1rem;
}
.inner-banner .d-flex {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  min-height: 450px;
  padding-bottom: 1rem;
}
.inner-banner .d-flex h3 {
  font-size: 80px;
}

.inner-banner .d-flex p {
  font-size: 20px;
  max-width: 640px;
}
/* /////////////////////////////////////////////////// */
.p-box {
  padding-inline-end: 4%;
}
.about-slider {
  width: 100%;
  min-height: 300px;
}
.about-slider .swiper-slide-shadow {
  background-color: #111821;
}
.about-slider .swiper-slide {
  height: auto;
  border: 4px solid rgba(255, 255, 255, 0);
}
.about-slider .swiper-slide .img-card {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
}
.about-slider .swiper-slide .img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
/* //////////////////// ceo //////////// */
.ceo-sec {
  background-color: #1d242c;
}
.vm-sec .img-wr img,
.ceo-sec .img-wr img {
  width: 100%;
  border-radius: 20px;
}
.ceo-sec h3 {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 0.3em;
}
.ceo-sec p {
  font-size: 14px;
}
/* /////////////////// vm /////////////////////// */

.sub-title {
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.sub-title span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #0f7ec2;
  margin-inline-end: 0.75rem;
}
.mv-wr p {
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 0;
}
.ve-img {
  width: 100%;
  border-radius: 1rem;
}
.mv-wr > div {
  background-color: #1d242c;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.mv-wr > div:last-child {
  margin-bottom: 0;
}
.vm-sec .img-wr {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vm-sec .img-wr img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/* ==============================================================
                        depart
================================================================== */
.depart-sec {
  overflow: hidden;
}
.pic-col:first-child {
  padding-inline-end: 8%;
}
.depart-sec .row {
  padding-top: 2rem;
}

.pic-col:last-child {
  padding-inline-start: 8%;
}
.depart-sec .pic-col .img-wr {
  display: flex;
  width: 100%;
  height: 100%;
}
.depart-sec .pic-col .img-wr img {
  width: 120%;
  max-width: 120%;
}
.depart-sec .pic-col:first-child .img-wr {
  justify-content: flex-end;
}
.depart-sec .pic-col:last-child .img-wr {
  justify-content: flex-start;
}
.depart-sec .sub-title {
  font-weight: 500;
  font-size: 36px;
}
.blog-card2 {
  padding-bottom: 2.5rem;
}

.blog-card2 .img-wr {
  width: 100%;
  aspect-ratio: 2/1;
  margin-bottom: 1rem;
}
.blog-card2 .img-wr img {
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
}
.blog-card2 .c-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.blog-card2 p {
  font-size: 14px;
}
#map {
  width: 100%;
  height: 360px;
  border-radius: 20px;
}
/* ==========================================================
                            serv
============================================================= */
.serv-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1rem;
  transition: all 0.3s;
}
.serv-item:last-child {
  border-bottom: 0;
}
.serv-item:hover {
  border-color: #0079cb;
}
.serv-item:hover .more {
  color: #0079cb !important;
}
.serv-item .more {
  color: #ffffff !important;
}
.serv-item .img-wr {
  width: 33%;
  flex-shrink: 0;
  margin-inline-end: 1rem;
  aspect-ratio: 4/3;
}
.serv-item .img-wr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.serv-item h3 {
  font-size: 22px;
}
.serv-item p {
  font-size: 14px;
}
.pills-style .nav-link {
  border: 1px solid #222e3d;
  border-radius: 8px;
  padding: 1.5rem;
  background-color: #1d242c !important;
  margin-bottom: 1rem;
}
.pills-style .nav-link h4 {
  font-size: 1.5rem;
  color: #ffffff;
  margin-top: 0.5rem;
}
.pills-style .nav-link.active {
  border-color: #0079cb;
}
/* =========================================== serv detalis======================= */
.thumb-slider {
  margin-bottom: 3rem;
}
.thumb-slider .swiper-container {
  width: 100%;
  overflow: hidden;
}

.big-slider .swiper-slide {
  aspect-ratio: 2/1;
}

.control-slider .swiper-slide {
  width: 20%;
  aspect-ratio: 2/1;
  cursor: pointer;
}
.thumb-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.thumb-slider .swiper-slide video {
  width: 100%;
  height: 100%;
}
.control-slider {
  margin-top: 10px;
}
.sd-items {
  margin-top: 2rem;
}
.serv-d-sec h4 {
  font-size: 30px;
  margin-bottom: 0.75em;
}
.blue-card .i-wr,
.sd-items .i-wr {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #0079cb;
  margin-inline-end: 0.75rem;
  border-radius: 8px;
}
.serv-d-sec p {
  font-size: 14px;
  font-weight: 300;
}
.serv-d-sec h3 {
  font-size: 40px;
}
.blue-card h5,
.sd-items h5 {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.sd-items .item {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.sd-items .item:last-child {
  border: 0;
}
.sd-items .item p {
  margin-bottom: 0;
}
.blue-card {
  background-color: #0079cb;
  background: transparent linear-gradient(243deg, #0079cb 0%, #0e5a8e 100%) 0%
    0% no-repeat padding-box;
  border-radius: 8px;
  padding: 1rem;
}
.blue-card .i-wr {
  background-color: rgba(255, 255, 255, 0.2);
}

.form-style.v2 {
  padding: 1.75rem;
  border-color: #222e3d;
  background-color: #1d242c;
}
.form-style.v2 label {
  font-size: 14px;
}
.form-style.v2 .form-control {
  background-color: #ffffff;
  color: #7b7b7b;
  font-size: 14px;
}
.form-style.v2 .form-control::placeholder {
  color: #7b7b7b;
  font-size: 14px;
}
.form-style.v2 .btn-style {
  background-color: #0079cb;
  color: #ffffff;
  min-width: 160px;
}

.infos.v2 {
  padding: 1.75rem;
  border-radius: 8px;
  background-color: #eef6fd;
  margin-top: 1.5rem;
}
.infos.v2 .info-item {
  align-items: flex-start;
}
.infos.v2 .i-wr {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.infos.v2 .info-item .i-wr svg {
  height: 16px;
}
.infos.v2 .val {
  color: #959595;
  font-size: 14px;
}

.infos.v2 .lbl {
  color: #0079cb;
  font-size: 14px;
  font-weight: 600;
}
.infos.v2 .info-item:last-child {
  margin-bottom: 0;
}
/* ///////////////////////// cards ///////////////// */
.cards-sec {
  background-color: #1d242c;
}
.cards-sec .col-lg-3 {
  padding-bottom: 2rem;
}
.cards-sec .sec-title .big-text {
  font-size: 36px;
}
.card2 {
  background-color: #262d34;
  padding: 1.25rem;
  border-radius: 8px;
  height: 100%;
}
.card2 .c-title {
  font-weight: 600;
  margin: 12px 0;
}
.card2 p {
  font-size: 14px;
}
/* //////////////////////////// accordion ///////////////////// */
.accordion {
  border: 1px solid #ffffff;
  border-radius: 1rem;
  background: #111821;
  padding: 0 2rem;
}
.accordion .card {
  background-color: transparent;
  color: #ffffff;
}
.accordion .btn {
  text-decoration: none !important;
  color: #0079cb;
  font-weight: 600;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.accordion .btn svg {
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.accordion .btn.collapsed {
  color: #ffffff;
}
.accordion .btn.collapsed svg {
  transform: rotate(0);
}
.accordion .btn,
.accordion .card-header,
.accordion > .card {
  padding-left: 0;
  padding-right: 0;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.accordion .card-body {
  padding: 1rem;
  font-size: 14px;
  padding-top: 0.25rem;
}
/* ======================================================================
                          serv2
========================================================================== */
.thumb-slider.v2 .swiper-slide {
  aspect-ratio: 3/2;
}
.thumb-slider.v2 .swiper-container {
  width: 100%;
  overflow: hidden;
}
.text-info-wr {
  width: 100%;
}
.text-info-wr h3 {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 0.4em;
}
.text-info-wr .item {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: flex-start;
}
.text-info-wr .item .blue {
  color: #0079cb;
  padding-inline-end: 0.75rem;
}
.text-info-wr .item .blue svg {
  width: 20px;
  height: 20px;
}
.in-mind-sec .col-lg-8 .big-text {
  max-width: unset;
}
.in-mind-sec .btn:nth-child(2) {
  margin-left: 1rem;
  margin-right: 1rem;
}
.testi-sec .text-info-wr .item {
  font-size: 18px;
  margin-bottom: 1rem;
}
.blue-bg .text-center .btn:nth-child(1) {
  margin-inline-end: 1rem;
}
.acc-sec .infos.v2 {
  margin-top: 0;
}
.acc-sec .infos.v2 .info-item {
  margin-bottom: 21px;
}
.acc-sec .infos.v2 .info-item:last-child {
  margin-bottom: 0;
}
/* ===============================================================
                        brands
================================================================= */

.brand-card {
  padding: 1.5rem;
  background-color: #1d242c;
  border-radius: 1rem;
  height: 100%;
}

.brand-card .img-wr {
  width: 100%;
  aspect-ratio: 3/1;
  margin-bottom: 1rem;
}
.brand-card .img-wr img {
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
}
.brand-card .c-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.brand-card p {
  font-size: 14px;
}
/* ======================================================
                            member
========================================================= */
/* =========================== team member ================================*/
.member-info .role {
  color: #ffffff;
  font-size: 18px;
  margin: 0.5rem 0;
}
.member-info .name {
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 1rem;
}
.member-info .item {
  color: #ffffff;
  margin-bottom: 20px;
}
.member-info .item span {
  background-color: #ffffff;
  width: 8px;
  height: 8px;
  display: inline-flex;
  border-radius: 50%;
  margin-inline-end: 10px;
  vertical-align: middle;
}
.team-mem .img-wr {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
}
.team-mem .img-wr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 1.5rem;
}
.team-mem .more-about {
  margin-top: 3rem;
  padding: 2rem 1.5rem;
  background-color: #1d242c;
  border-radius: 8px;
}
.team-mem .more-about p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 2;
}

/* =================== media ======================= */
.round-pills {
  margin-bottom: 2rem;
}
.round-pills .nav-link {
  border-radius: 2rem;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  margin-inline-end: 1rem;
  min-width: 142px;
  text-align: center;
}
.round-pills .nav-link.active {
  background-color: #0079cb;
  border: 1px solid #0079cb;
}

.round-pills .nav-link:last-child {
  margin-inline-end: 0;
}

.media-sec .col-lg-4 {
  padding: 0.75rem;
}
.media-card {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.media-card > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 10px;
  position: relative;
}
.media-card > a .lay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  color: #0079cb;
  z-index: 2;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  transition: transform 0.4s ease;
  transform: scale(0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-card > a .lay span {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
}
.media-card > a .lay span svg {
  height: 20px;
}
.media-card > a:hover .lay {
  transform: scale(1);
}
.media-card > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* ///////////////////////// joobs ////////////////////////////////////// */
.jobs-title {
  text-align: center;
}
.jobs-title p {
  margin-bottom: 3rem;
}
.text-blue {
  color: #0079cb;
}
.vid-slider .swiper-slide {
  width: 230px;
  height: 400px;
  transition: width 0.6s ease;
}
.vid-slider .swiper-slide.swiper-slide-active {
  width: 420px;
  max-width: 96vw;
}
.swiper-slide .media-card img {
  border-radius: 0;
}

.swiper-slide .media-card > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: unset;
  border-radius: 0;
  position: relative;
  height: 100%;
}

.swiper-slide .media-card > a .lay {
  background: rgba(0, 0, 0, 0.4);
  transform: scale(1);
  border-radius: 0;
}

.container-fluid.jobs {
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.jobs .list-item {
  display: block;
  padding: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  border-inline-start: 1px solid rgba(255, 255, 255, 0.22);
}
.jobs .list-item:hover {
  background-color: rgba(255, 255, 255, 0.12);
  text-decoration: none !important;
}
.jobs .list-item:last-child {
  border-bottom: 0;
}
.jobs .list-item p {
  margin-bottom: 0;
  font-size: 12px;
  color: #666666;
}
.jobs .list-item .text-blue {
  font-size: 12px;
  margin-bottom: 0.5rem;
}
.list-item h6 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.jobs-text {
  padding: 1rem;
  max-width: 532px;
}
.jobs-text h1 {
  color: #ffffff;
  font-size: 60px;
  margin: 1.2rem 0;
}
.jobs-text p {
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.8);
}
.send-your .d-flex {
  align-items: center;
  justify-content: space-between;
}
.send-your .d-flex h2 {
  color: #ffffff;
  font-size: 40px;
}
/* =========================== submit ====================== */

.set-max-width {
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.set-max-width .form-style .btn-style {
  max-width: 200px;
  margin-top: 1.5rem;
}
.form-style.v2 .custom-file-label,
.form-style.v2 .form-control {
  min-height: 46px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  background-color: #ffffff;
  color: #7b7b7b;
  font-size: 0.95rem;
}

.sw-btn {
  flex-shrink: 0;
}
/* ========================================== */
.device-card {
  padding: 1rem;
  height: 100%;
}
.device-card .img-wr {
  width: 100%;
  aspect-ratio: 4 / 2;
  margin-bottom: 1rem;
}
.device-card .img-wr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  border-radius: 0.5rem;
}

.device-card .c-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.device-card p {
  font-size: 14px;
  margin-bottom: 0;
}
.device-slider .swiper-slide {
  width: 350px;
  height: auto;
}
.device-slider .navi-wr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
}
.sp-img-wr img,
.sp-img-wr {
  width: 100%;
  height: 100%;
}
.testi-card .media-card a {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 2;
  top: 0;
  left: 0;
}
.testi-card .media-card {
  position: relative;
}
.testi-card .media-card a span {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #111821;
}
.testi-card .media-card img {
  height: 220px;
}
.s-title {
  margin-bottom: 2.5rem;
}

.s-title .padge {
  background-color: #0f7ec2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 22px;
  min-height: 52px;
  margin-bottom: 1.25rem;
  border-radius: 2rem;
}
.s-title h2 {
  font-weight: 500;
  font-size: 48px;
}

.navbar .dropdown-menu {
  background-color: #0b1016;
  color: #ffffff;
  min-width: 100%;
}
.dropdown-menu .dropdown-item {
  color: #ffffff;
  font-size: 0.95rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.dropdown-menu li:last-child {
  border: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #0e5a8e;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: -6px;
}

.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
.dropdown-toggle::after {
  margin-inline-start: 4px;
}
.blue-cards .blue-card {
  height: 100%;
}
.pills-style2 .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 108px;
  font-size: 10px;
  padding: 1rem 0.5rem;
  background-color: #1a212a;
  text-align: center;
  margin-inline-end: 0.75rem;
  margin-bottom: 0.75rem;
  border-radius: 8px;
}
.pills-style2 .nav-link img {
  width: 30px;
  height: 30px;
  margin-bottom: 0.75rem;
}
.pills-style2 .nav-link:hover {
  color: #ffffff;
  background-color: #0f7ec2;
}
.pills-style2 .nav-link.active {
  background-color: #0f7ec2;
}
.pills-style2 .nav-link.active img {
  filter: brightness(0) invert(1);
}

.pills-style2 .nav-link:hover img {
  filter: brightness(0) invert(1);
}
.invest-tabs {
  margin-top: 2rem;
}
