body {
  background-color: #242430;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

img {
  max-width: 100%;
}

.navbar {
  background-color: #00000015;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 80px;
  padding: 0;
}

.navbar.scrolled {
  background-color: #2c2c3a;
  box-shadow: 1px 1px 6px rgba(0, 7, 69, 0.3);
}

.navbar li a {
  color: #fff !important;
  text-transform: capitalize;
}

.navbar-brand {
  color: #fff !important;
  display: flex;
  align-items: center;
  font-weight: 700;
  padding: 8px 0;
}

.navbar .container {
  position: relative;
}

.navbar-brand img {
  height: 64px;
}

.nav-abs {
  position: absolute;
  height: 80px;
  top: 0;
  right: 68px;
  display: flex;
  align-items: center;
}

.btn-style1 {
  border-radius: 1.5rem;
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 500;
  transition: background-color 400ms ease;
  background-color: rgba(100, 107, 247, 0);
  font-size: 14px;
  padding: 10px 20px;
  box-shadow: 0 0 2px #646bf778, 0 0 2px #1e1e25c3, 0 2px 4px #000000;
  border: 1px solid #fff;
}

.navbar.scrolled .btn-style1 {
  background-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 2px #646bf778, 0 0 2px #1e1e25c3, 0 2px 4px #15151c;
}

.btn-style1:hover {
  background-color: #646bf7 !important;
  border-color: #646bf7;
  color: #fff !important;
  border-color: transparent;
  box-shadow: 0 2px 4px #15151c;
}

.btn-style1 svg {
  height: 18px;
}

.navbar-toggler {
  color: #ffffff !important;
  padding: 8px;
  border-radius: 50%;
  border-color: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.473);
  min-width: 34px;
  min-height: 34px;
}

.navbar-toggler svg {
  height: 20px;
  width: 20px;
}

.navbar .nav-item a {
  line-height: 3;
}

.menu-top {
  padding-top: 14px;
  padding-bottom: 1.25rem;
  padding-left: 30px;
  padding-right: 30px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.menu-top .logo {
  width: 100%;
  text-align: center;
}

.menu-top .logo img {
  height: 72px;
}

.close-menu {
  color: #ffffff;
  font-size: 24px;
  padding: 4px;
  margin-left: auto;
  margin-right: -1rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 2px #000000a0;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.close-menu img {
  width: 24px;
  height: 24px;
}

/* ============================================== nav end ============================ */

/* ================ banner================ */
.banner {
  width: 100%;
  overflow: hidden;
}

.parent {
  width: 100%;
  overflow: visible;
  height: 100vh;
  height: 100svh;
  min-height: 600px;
  padding-top: 100px;
  padding-bottom: 30px;
}

.parent .container {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.parent .slide {
  opacity: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: all 800ms ease-out;
  visibility: hidden;
  z-index: 0 !important;
  padding: 0 15px;
}

.parent .slide.active {
  opacity: 1;
  visibility: visible;
  /* z-index: 1; */
}

#particles-js {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #121217;
  background-image: url("../pic/bge.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.big-btn,
.about-sec .btn-style2,
.banner .btn-style2 {
  height: 52px;
  line-height: 40px;
  box-shadow: 0 3px 6px #15151cc1;
  width: 180px;
  margin-top: 1rem;
}

.parent .slide .img-wr {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  perspective: 7000px;
}

.parent .slide .text-wr {
  width: 50%;
}

.parent .slide .text-wr h2,
.parent .slide .text-wr h1 {
  line-height: 1.5;
  margin-bottom: 0.5em !important;
}

.btn-style2 {
  background-color: #646bf7;
  color: #fff;
  border-radius: 2rem;
}

.parent .slide img {
  max-height: 100%;
  max-width: 100%;
  transform: translateX(120%);
  opacity: 0;
}

.parent .slide.active .img-wr img {
  animation: vic 8.1s ease-out;
  transform: translateX(0%);
  opacity: 1;
}

@keyframes vic {
  0% {
    transform: translateX(120%);
    opacity: 0;
  }

  15% {
    transform: translateX(0%);
  }

  25% {
    transform: translateX(0%);
    opacity: 1;
  }

  80% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 0;
  }
}

.btn-style2 {
  background-color: #646bf7;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color: #ffffff !important;
  border: 0;
  overflow: hidden;
  font-weight: 600;
}

.btn-style2:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 0%;
  opacity: 0;
  height: 100%;
  border-radius: 0% 100% 100% 0% / 0% 50% 50% 100%;
  transition: all 0.4s ease-in-out;
  z-index: 0;
  background: #fff;
  -webkit-border-radius: 0% 100% 100% 0% / 0% 50% 50% 100%;
  -moz-border-radius: 0% 100% 100% 0% / 0% 50% 50% 100%;
  -ms-border-radius: 0% 100% 100% 0% / 0% 50% 50% 100%;
  -o-border-radius: 0% 100% 100% 0% / 0% 50% 50% 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.btn-style2:hover {
  color: #646bf7 !important;
}

.btn-style2:hover::before {
  transition: all 0.3s ease-in-out, border-radius 0.3s ease-in-out 0.15s;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out, border-radius 0.3s ease-in-out 0.15s;
  -moz-transition: all 0.3s ease-in-out, border-radius 0.3s ease-in-out 0.15s;
  -ms-transition: all 0.3s ease-in-out, border-radius 0.3s ease-in-out 0.15s;
  -o-transition: all 0.3s ease-in-out, border-radius 0.3s ease-in-out 0.15s;
}

.btn-style2 span {
  position: relative;
  z-index: 2;
}

.text-wr .outer {
  overflow: hidden;
}

.parent .slide .text-wr .btn-wr {
  overflow: hidden;
  padding-bottom: 0.5rem;
}

.parent .slide .btn-wr .inner,
.parent .slide .text-wr .btn-wr .inner {
  transform: translateY(250%);
  opacity: 0;
  transition: transform 0.7s ease-out;
  display: flex;
  visibility: hidden;
}

.parent .slide.active .text-wr .btn-wr .inner {
  transform: translateX(0);
  transition: transform 0.8s ease-out 0.5s;
  opacity: 1;
  visibility: visible;
}

.parent .slide .outer h1 {
  transform: translateY(-200%);
  transition: transform 0.7s ease-out;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}

.parent .slide .outer h2 {
  transform: translateY(200px);
  transition: transform 0.8s ease-out;
  margin-bottom: 0;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  color: #646bf7;
  background: linear-gradient(90deg, #646bf7 0%, #cf1259 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.parent .slide.active .outer h2 {
  transform: translateY(0px);
  transition: transform 0.6s ease-out 0.4s;
}

.parent .slide.active .outer h1 {
  transform: translateY(0px);
  transition: transform 0.5s ease-out 0.4s;
}

.parent .card {
  width: 30%;
  height: 200px;
  background-color: #646bf7;
}

.parent .card.active {
  background-color: #ffffff;
}

/* ===================================== about =============================== */
.main-sec {
  padding: 6rem 0;
}

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

.about-sec .text-col .wr {
  max-width: 480px;
}

.sec-title {
  font-size: 36px;
  font-weight: 700;
}

.sec-title span {
  display: inline-flex;
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 0.6em;
}

.sec-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  border-top: 1px solid #898989;
  width: 120%;
  max-width: 88vw;
}

.gr-txt {
  color: #8b90f9;
  font-size: 24px;
  margin-bottom: 0.6em;
}

.about-sec p {
  font-size: 15px;
  line-height: 2;
  font-weight: 300;
}

.about-sec .sec-title span::after {
  display: none;
}

.about-sec .sec-title span {
  padding-bottom: 0;
  margin-bottom: 0.4em;
}

.about-sec .gr-txt {
  border-top: 1px solid #898989;
  padding-top: 0.7em;
}

.about-sec .btn-style2 {
  margin-top: 0.5rem;
}

.about-sec figure {
  position: relative;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 450px;
}

.about-sec figure::after {
  content: "";
  position: absolute;
  left: 0;
  transform: translateX(45%);
  padding: 50% 0;
  width: 85%;
  background-image: url(../pic/lines-about.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-sec .items {
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
}

.about-sec .items .item {
  display: flex;
  align-items: center;
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0 0 1px #ffffffc5;
  background: linear-gradient(
    148deg,
    rgba(255, 255, 255, 0.32) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  transition: all 0.3s ease;
}

.about-sec .items .item:hover {
  backdrop-filter: unset;
  background: linear-gradient(
    148deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.about-sec .items .item .txt {
  margin-left: 1rem;
  max-width: 100px;
}

.about-sec .items .item img {
  max-height: 60px;
}

/* ================================== serv =============================== */
.serv-sec {
  background-image: url(../pic/Rectangle\ 13.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.serv-sec .gr-txt {
  font-size: 18px;
  margin-bottom: 2rem;
}

.serv-sec .un-line {
  max-width: 300px;
}

.serv-sec .col-lg-3 {
  padding-bottom: 2rem;
}

.serv-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 2rem 0.5rem 0.75rem;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 1px #eaeaea, 0px 4px 12px #121217ad;
  background: linear-gradient(
    148deg,
    rgba(255, 255, 255, 0.27) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: all 0.4s ease;
}

.serv-card:hover {
  background: linear-gradient(
    315deg,
    rgba(255, 255, 255, 0.27) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow: 0 0 1px #eaeaea, 0px 1px 3px #12121713;
}

.serv-card .img-wr {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
  perspective: 2000px;
  perspective-origin: 50% -100%;
}

.serv-card .img-wr img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.35s;
}

.serv-card .bold {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
  max-width: 145px;
  letter-spacing: 1px;
}

/* ============================================ proj ================================= */
.proj-sec {
  background-image: url(../pic/battern3.png);
}

.proj-card .col-md-6 {
  padding-bottom: 1.5rem;
}

.proj-sec .un-line {
  max-width: 300px;
}

.proj-sec .gr-txt {
  font-size: 18px;
  margin-bottom: 2rem;
}

.proj-card {
  padding: 1rem;
  background-color: #242430;
  border-radius: 8px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.6);
  border: 0 !important;
  height: 100%;
  border: 1px solid #2f2f3e;
}

.proj-card .img-wr {
  width: 100%;
  height: 340px;
  overflow: hidden;
}

.proj-card .img-wr img {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 100%;
  transition: all 3s linear;
  transform: translate3d(0px, 0px, 0px);
}

.proj-card:hover .img-wr img {
  transform: translate3d(0px, calc(-100% + 340px), 0px);
}

.proj-card .btn {
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 4px !important;
  background: linear-gradient(145deg, #5a60de, #6b72ff);
  box-shadow: 4px 4px 7px rgba(22, 24, 54, 0.6),
    -4px -4px 7px rgba(122, 131, 255, 0.12);
  border: 0;
  transition: all 0.8s ease;
}

.proj-card .btn:hover {
  box-shadow: inset 0px 2px 5px #0000007a;
}

.proj-card .content {
  margin-top: 1rem;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.proj-card .content .c-title {
  font-weight: 500;
  font-size: 17px;
}

.sec-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.sec-top .btns {
  padding-bottom: 1.5rem;
  flex-shrink: 0;
  margin-left: 1.5rem;
}

.slider-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(145deg, #272733, #20202b);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4),
    -5px -5px 14px rgba(255, 255, 255, 0.027);
  position: static !important;
}

.slider-btn::after {
  font-size: 22px;
  font-weight: bold;
}

.slider-btn:focus {
  box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.6),
    inset -4px -4px 9px rgba(255, 255, 255, 0.1);
}

.slider-btn:hover::after {
  color: #8b90f9;
  font-weight: bolder;
}

.slider-btn:first-child {
  margin-right: 1rem;
}

.more-wr {
  text-align: center;
}

.more-wr .btn {
  margin-top: 3rem;
  width: 200px;
}

.proj-slider {
  overflow: hidden;
  padding: 1rem 0;
  margin: 0 -18px;
}

.proj-slider .swiper-slide {
  padding: 0 18px;
  padding-bottom: 0.5rem;
}

.soc-design {
  padding: 4rem 0.5rem;
}

.soc-design .sec-title,
.soc-design .gr-txt {
  text-align: center;
}

.soc-design .gr-txt {
  font-size: 18px;
  margin-bottom: 2.5em;
}

.soc-design .sec-title span::after {
  width: auto;
  left: -8%;
  right: -8%;
}

.soc-design .container {
  padding: 0 8px !important;
}

.soc-design .container .row {
  margin: 0 -8px !important;
}

.soc-design .container .row .col-md-6,
.soc-design .container .row .col-md-3 {
  padding: 8px !important;
}

.gallery .g-wr {
  position: relative;
  width: 100%;
  height: 100%;
  background: #020327;
  overflow: hidden;
}

.gallery .g-wr .g-pic {
  width: 100%;
  height: 100%;
  transition: opacity 0.35s, transform 0.35s;
}

.gallery .g-wr:hover .g-pic {
  opacity: 1;
}

.gallery .g-wr .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  padding: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery .g-wr .inner::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3);
  content: "";
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(1.4, 1.4, 1);
}

.gallery .g-wr:hover .inner::before,
.gallery .g-wr:hover .inner img {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.gallery .g-wr:hover .g-pic {
  opacity: 0.8;
}

/* ================================= team ================================ */
.team-sec {
  background-image: url(../pic/battern3.png);
}

.team-sec .un-line {
  max-width: 220px;
}

.team-sec .gr-txt {
  font-size: 18px;
  margin-bottom: 2rem;
}

.team-sec .col-lg-3 {
  padding-bottom: 1.5rem;
}

.team-card {
  text-align: center;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.22) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.2), 0px 3px 12px rgba(0, 0, 0, 0.6);
  border-radius: 8px !important;
  overflow: hidden !important;
  position: relative;
  height: 100%;
}

.team-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #1b1b22;
  overflow: hidden;
}

.team-card:hover::after {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  /* transition-timing-function: cubic-bezier(.25, .8, .25, 1); */
}

.team-card .content {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px 8px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.team-card .content .name {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.team-card .content .role {
  color: #8b90f9;
  font-size: 14px;
}

.team-card .top {
  padding: 1.5rem 2rem;
}

.team-card .set-width {
  width: 100%;
  margin: auto;
  position: relative;
  padding: 50% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.team-card .img-wr {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 15px;
  transition: all 0.3s ease-out;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  top: 0;
  left: 0;
}

.team-card .img-wr img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0.55);
  transition: all 0.3s ease-out;
}

/* =================================== empty sec =========================== */
.empty-sec {
  background-image: url(../pic/bg-section.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
}

.empty-sec h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 1.5;
}

/* =================================== BLOGS =========================== */
.blog-sec {
  padding-bottom: 2rem !important;
}

.blog-sec .un-line {
  max-width: 220px;
}

.med-btn {
  font-size: 15px !important;
  font-weight: 400 !important;
  padding: 6px 14px;
  line-height: 24px;
}

.blog-sec .col-lg-4 {
  padding-bottom: 1.5rem;
}

.blog-sec .gr-txt {
  font-size: 18px;
  margin-bottom: 2rem;
}

.blog-card {
  border-radius: 9px;
  background: #2d2d3c;
  overflow: hidden;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.9);
  height: 100%;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.blog-card .img-wr {
  overflow: hidden;
}

.blog-card .img-wr img {
  width: 100%;
  transition: all 0.3s ease-out;
}

.blog-card .c-content {
  padding: 1.5rem;
  padding-top: 20px;
}

.blog-card .date {
  display: flex;
  align-items: center;
  color: #f5f5f5;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 20px;
}

.blog-card .date img {
  margin-right: 8px;
  margin-top: -3px;
}

.blog-card .c-title {
  color: #646bf7;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  max-height: 3em;
  overflow: hidden;
}

.blog-card p {
  color: #f5f5f5;
  font-size: 15px;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card:hover {
  transform: translateY(4px);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.9);
}

.blog-card:hover .img-wr img {
  transform: scale(1.06);
  transform-origin: bottom center;
}

/* ================================ contact us sec =========================== */
.cont-sec {
  padding: 5rem 0;
  background-image: url(../pic/contact-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.con-txt {
  max-width: 366px;
}

.con-txt p {
  font-size: 14px;
  margin-bottom: 1.5rem;
}

.con-txt h4 {
  color: #646bf7;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 0.6em;
}

.cont-sec .d-flex {
  width: 100%;
}

.cont-sec .d-flex .img-wr {
  width: 50%;
  max-width: 50%;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 2.5rem;
  text-align: center;
  padding-top: 15px;
}

.cont-sec .info-wr {
  padding-left: 20px;
}

.cont-sec .info-card {
  padding: 18px 14px;
  margin-bottom: 18px;
  border-radius: 10px;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.8), 0 2px 8px rgba(0, 0, 0, 0.5);
  background: linear-gradient(
    148deg,
    rgba(255, 255, 255, 0.27) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  color: #646bf7;
}

.cont-sec .info-card svg {
  height: 20px;
  margin-right: 5px;
}

.cont-sec .info-card span {
  font-size: 13px;
  color: #ffffff;
}

.cont-sec .info-card.soc {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 8px;
  padding-bottom: 8px;
}

.cont-sec .info-card.soc a {
  color: #ffffff;
  transition: all 0.2s linear;
  width: 44px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.cont-sec .info-card.soc a svg {
  height: 22px;
  margin: 0 !important;
  transition: all 0.2s linear;
}

.cont-sec .info-card.soc a:focus,
.cont-sec .info-card.soc a:hover {
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.4);
}

.cont-sec .info-card.soc a:focus svg,
.cont-sec .info-card.soc a:hover svg {
  height: 21px;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-16%);
  }

  100% {
    transform: translatey(0px);
  }
}

.floating {
  transform: translatey(0px);
  animation: float 4s ease-in-out infinite;
  max-height: 100%;
}

.form-style {
  padding: 35px 40px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    148deg,
    rgba(255, 255, 255, 0.27) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.form-style .form-group {
  margin-bottom: 1.5rem;
}

.form-style label {
  font-size: 15px;
}

.form-style .form-control {
  min-height: 46px;
  box-shadow: 1px 5px 14px rgba(0, 0, 0, 0.25);
  border: 0;
  transition: all 350ms cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #ffffff;
  font-size: 14px;
  color: #15151c;
}

.form-style .form-control:focus,
.form-style .form-control:hover {
  background-color: #ecedfe;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}

.form-style .btn-style2 {
  line-height: 36px;
  min-width: 140px;
  font-weight: 500;
  font-size: 16px;
  margin-top: 0.5rem;
}

/* =========================== footer=================== */
.site-footer {
  padding-top: 7rem;
  background-image: url(../pic/footer-bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: left;
  background-position-y: top;
  background-color: #242430;
}

.site-footer .footer-top {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #4f4f4f;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-top .soc-wr a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #646bf7;
  color: #fff;
  transition: all 0.3s ease;
  margin-left: 1rem;
}

.footer-top .soc-wr a svg {
  height: 18px;
}

.footer-top .soc-wr a:hover {
  background-color: #ffffff;
  color: #646bf7;
}

.site-footer .f-wr {
  margin-top: 1.5rem;
}

.site-footer .f-title {
  font-size: 24px;
  margin-bottom: 14px;
}

.site-footer .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-footer .list a {
  margin-bottom: 0.75rem;
  color: #bbbbbb;
  text-decoration: none !important;
  transition: transform 250ms ease-out;
}

.site-footer .list a:hover {
  transform: translateX(5px);
}

.site-footer .list a:focus {
  color: #ffffff;
}

.site-footer .f-wr .d-flex {
  margin-bottom: 0.75rem;
  color: #bbbbbb;
  align-items: flex-start;
}

.site-footer .f-wr .d-flex i {
  font-size: 16px;
  margin-right: 8px;
  color: #ffffff;
  margin-top: 4px;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 15px;
  background-color: #121216;
  min-height: 54px;
  color: #c5c5c5;
  font-size: 15px;
  margin-top: 58px;
}
.cont-sec .info-card a {
  color: #646bf7;
  text-decoration: none;
}
.cont-sec .info-card a span {
  text-decoration: none;
}
.btn-style2 span {
  color: #ffffff !important;
}
div.iti.iti--allow-dropdown {
  display: flex;
  min-height: 46px;
  box-shadow: 1px 5px 14px rgba(0, 0, 0, 0.25);
  border: 0;
  transition: all 350ms cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #ffffff;
  font-size: 14px;
  color: #15151c;
  position: relative;
  padding: 0 !important;
  border-radius: 0.25rem;
}
.iti__flag-container {
  position: static !important;
  border-radius: 0.25rem;
}
.iti.iti--allow-dropdown .form-control {
  padding: 6px 12px !important;
  box-shadow: none !important;
}
.iti__country-list {
  width: 100%;
}
.iti__country {
  width: 100%;
  overflow: hidden;
}
.iti__dial-code,
.iti__country-name {
  display: inline-flex;
  font-size: 0.85em;
  white-space: normal;
}
.site-footer .f-wr .d-flex a {
  text-decoration: none;
}
.site-footer .f-wr .d-flex span {
  color: #bbbbbb;
}
