@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Outfit", sans-serif;

}

.splider .tab-content {width: 70%;margin: 0 auto;}

.botom-live-cht {display: none;}

.our-system h2 {
    /* color: #313131; */
    font-size: 42px;
    font-weight: 700;
    padding: 3rem 0 3rem;
}

.our-system .img-system {}

.our-system .img-system img {
    width: 100%;
    border-radius: 17px;
}

.web-sol-rft-div video {
    border-radius: 13px;
}

.web-sol-txt {
    padding: 0 24px;
}

.cta-sec .cta-tel {
    text-align: center;
}

.cta-sec .cta-tel a {
    margin: 0 18px;
    font-size: 18px;
    color: #000;
}

.processWrapper2 {
    padding: 17px;
}

.processWrapper2 .process-detail2 {
    background: transparent;
    padding: 15px 25px;
    margin: 5px 0;
    border-radius: 8px;
}

.processWrapper2 .process-detail2:nth-child(even) {
    background: #ceead75c;
    position: relative;
    left: 58px;
}

.processWrapper2 .process-detail2 h6 {
    color: #ee4234;
}

.processWrapper2 .process-detail2 h2 {
    padding: 16px 0;
    color: #000;
    font-size: 28px;
    font-weight: 600;
}

.processWrapper2 .process-detail2 p {
    color: #000;
    font-size: 18px;
}

body {
  overflow-x: hidden;
  height: 100%;
  background: #F7F7F0;
}

a {
  text-decoration: none;
  /* transition: all .3s ease-in-out !important; */
}

a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

input:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  margin: 0px 0px 30px;
}

p.price-card_text {
    color: #000;
    text-decoration: line-through;
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(45deg, #000000, #000000) !important;
  border: 1px solid #fff;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

/* header */
.header {
  overflow: hidden;
  position: absolute;
  width: 100%;
  padding: 30px 0px;
  z-index: 999;
}

.header .main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .main-header .logo a img {
  width: 100%;
  height: 47px;
  object-fit: contain;
}

.header .main-header .navbar .nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
}

.header .main-header .navbar .nav-list li a {
  color: #fff;
  font-size: 20px;
  transition: all .3s ease-in-out !important;
  position: relative;
}

.header .main-header .navbar .nav-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  background: #ffffff;
  transform: scaleX(0);
  transition: all .3s ease-in-out;
}

.header .main-header .navbar .nav-list li a:hover::before {
  transform: scaleX(1);
}

.header .main-header .navbar .nav-list li .btn-meun i {
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
}

.nav-modal {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgb(255 255 255 / 3%);
}

.nav-modal .modal-content {
  background: #1C1D2C;
  color: #fff;
  padding: 80px 80px;
}

.nav-modal .modal-dialog {
  max-width: 1300px;
  margin: 130px auto;
}

.nav-modal .modal-content .modal-body {
  padding: 0;
}

.nav-modal .modal-content .modal-body .menu h6 {
  font-size: 18px;
  margin: 0px 0px 20px;
  font-weight: 400;
}

.nav-modal .modal-content .modal-body .menu ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column !important;
  gap: 16px;
}

.nav-modal .modal-content .modal-body .menu ul li {
  position: relative;
  z-index: 1;
}

.nav-modal .modal-content .modal-body .menu ul .item a:hover {
  color: #4680af;
}

.nav-modal .modal-content .modal-body .menu ul li a {
  color: #fff;
  font-size: 29px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  transition: all .3s ease-in-out !important;
  position: relative;
}

.nav-modal .modal-content .modal-body .menu ul li a i {
  font-size: 18px;
  margin-top: 8px;
  color: #539cd5;
}

.nav-modal .modal-content .modal-body .menu ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  background: #ffffff;
  transform: scaleX(0);
  transition: all .3s ease-in-out;
}

.nav-modal .modal-content .modal-body .menu ul li a:hover::before {
  transform: scaleX(1);
}

.nav-modal .modal-content .modal-body .contact ul {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 0px 0px 50px;
}

.nav-modal .modal-content .modal-body .contact ul li {
  display: flex;
  gap: 18px;
}

.nav-modal .modal-content .modal-body .contact ul li i {
  font-size: 26px;
  font-weight: 300;
}

.nav-modal .modal-content .modal-body .contact ul li a {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  transition: all .3s ease-in-out !important;
}

.nav-modal .modal-content .modal-body .contact ul li a span {
  display: block;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-modal .modal-content .modal-body .contact .follow {
  margin: 0px 0px 0px 40px;
}

.nav-modal .modal-content .modal-body .contact .follow h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0px 0px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.nav-modal .modal-content .modal-body .contact .follow ul {
  display: flex;
  flex-direction: row;
  gap: 1px;
}

.nav-modal .modal-content .modal-body .contact .follow ul li {
  line-height: 0;
}

.nav-modal .modal-content .modal-body .contact .follow ul li a {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all .3s ease-in-out;
}

.modal-content .btn-close {
  box-sizing: content-box;
  padding: 8px 30px;
  color: #000000;
  opacity: 1;
  background: #ffffff;
  margin: 12px !important;
  line-height: 16px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.nav-modal .modal-content .modal-body .contact .follow ul li a:hover {
  background: #fff;
  color: #1C1D2C;
}

.nav-modal .modal-content .modal-body .contact .follow ul li a i {
  font-size: 25px;
}

.nav-modal .modal-content .modal-body .contact h2 {
  margin: 0px 0px 0px 40px;
}

.nav-modal .modal-content .modal-body .contact h2 a {
  color: #fff;
  font-size: 30px;
  text-decoration: underline;
}

/* dropdown */
.nav-modal .modal-content .modal-body .dropdown .btn-back {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  background: #198754;
  border-radius: 31px;
  margin-bottom: 22px;
}

.nav-modal .modal-content .modal-body .dropdown .btn-back i {
  font-size: 14px;
}

.nav-modal .modal-content .modal-body .dropdown .dropdown-menu {
  position: static;
  background: transparent;
  border: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}

.nav-modal .modal-content .modal-body .dropdown .dropdown-menu li {
  padding: 0px 0;
}

.nav-modal .modal-content .modal-body .dropdown .dropdown-menu li .dropdown-item {
  color: #fff;
  font-size: 26px;
  transition: all .3s ease-in-out !important;
  position: relative;
  padding: 0;
}

.nav-modal .modal-content .modal-body .dropdown .dropdown-menu li .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  background: #ffffff;
  transform: scaleX(0);
  transition: all .3s ease-in-out;
}

.nav-modal .modal-content .modal-body .dropdown .dropdown-menu li .dropdown-item:hover::before {
  transform: scaleX(1);
}

.nav-modal .modal-content .modal-body .dropdown .dropdown-menu li .dropdown-item:hover {
  background: transparent;
}

/* dropdown */
/* header */

/* banner-sec */
.banner-sec {
  background: linear-gradient(rgb(30 51 54 / 77%), rgb(28 29 43)), url(../images/banner.png) no-repeat center center / cover;
  height: 100vh;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.banner-sec .container {
    position: relative;
    z-index: 3;
}

.banner-sec::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1c1d2cb0;
    top: 0;
    left: 0;
    z-index: 2;
}

.banner-sec>* {
  position: relative;
  z-index: 2;
}

.banner-sec video {
    width: 100%;
    height: 100%;
    border-radius: 21px;
    object-fit: cover;
    position: absolute !important;
}
.banner-sec .banner-content h1 {
  color: #fff;
  font-size: 52px;
  line-height: 73px;
  font-weight: 500;
  margin: 128px 0px 16px;
}

.banner-sec .banner-content h1 span {
  font-weight: 600;
}

.banner-sec .banner-content p {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
}

.pro-btn {
  display: flex;
}

.pro-btn .btn-project {
  background: #ffffff;
  padding: 14px 23px;
  font-size: 16px;
  border-radius: 95px;
  border: 2px solid #fff;
  color: #000000;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pro-btn .btn-project i {
  font-size: 21px;
  font-weight: 500;
}

.pro-btn .btn-project:hover {
  background: #1C1D2C;
  color: #ffffff;
}

.pro-btn .btn-project.black-btn {
  border-color: #1C1D2C;
  color: #1C1D2C;
  font-weight: 500;
}

.pro-btn .btn-project.black-btn:hover {
  color: #ffffff;
}
/* banner-sec */
/* shapes */
.banner-sec .shapes {
  position: relative;
  margin: 33px 0px 90px;
}

.banner-sec .shapes img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.banner-sec .shapes .img01 {
  position: absolute;
  top: -79px;
  left: -4px;
}

.banner-sec .shapes .img02 {
  position: absolute;
  top: 0px;
  left: -50px;
}

.banner-sec .shapes .img03 {
  position: absolute;
  top: -2px;
  left: 37px;
}
/* shapes */

/* about */
section.about-sec {
  background: #1C1D2C;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.head-shape h2 {
  font-size: 50px;
  color: #fff;
  margin: 0px 0px 13px;
  line-height: 70px;
}

section.about-sec .about-content h3 {
  font-size: 32px;
  color: #fff;
  margin: 0px 0px 10px;
  line-height: 50px;
  font-weight: 500;
}

section.about-sec .about-img {
  display: flex;
  justify-content: end;
}

section.about-sec .main-img {
  position: relative;
  right: 0px;
}

section.about-sec .main-img::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 18%;
  right: 0;
  bottom: 0;
  background: url(../images/shape5.png) no-repeat center center/cover;
  width: 189px;
  height: 189px;
  animation: floatUpDown 3s ease-in-out infinite;
  transform-origin: center;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

section.about-sec .main-img img {
  height: 530px;
  width: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

section.about-sec .about-shape {
  position: absolute;
  left: 0;
  top: 32px;
}

section.about-sec .about-shape img {
  width: 593px;
  height: 468px;
  object-fit: contain;
  animation: triangleUpDown 4s ease-in-out infinite;
  position: relative;
  z-index: -1;
}

@keyframes triangleUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-25px);
  }

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

/* about */
/* shape1 */
.head-shape {
  position: relative;
}

.head-shape img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.shape1 {
  position: absolute;
  top: -90px;
  right: 44%;
}

.shape1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* shape1 */
/* shape2 */
.shape2 {
  position: absolute;
  top: -30px;
  right: 50%;
}

.shape2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* shape2 */
/* shape3 */
.shape3 {
  position: absolute;
  top: -28px;
  right: 39%;
}

.shape3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* shape3 */
/* services-sec */
.services-sec {
  background-color: #F7F7F0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0px;
  z-index: 2;
  overflow: clip;
}

.services-sec .head-shape .shape1 {
  top: -90px;
  right: 24%;
}

.services-sec .head-shape .shape2 {
  top: -29px;
  right: 27%;
}

.services-sec .head-shape .shape3 {
  right: 22%;
  top: -28px;
}

.process-sec .head-shape h2,
.services-sec .head-shape h2 {
  color: #000;
  text-align: center;
  margin: 0px 0px 50px;
}

.services-sec .Scroll-Trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 130px;
}

.services-sec .main-box {
  background: #fff;
  padding: 20px 20px 20px 70px;
  border-radius: 20px;
  margin: 0px 0px 0px;
  position: sticky;
  top: 20%;
  overflow: hidden;
  border: 1px solid #c0e9d5;
}

.services-sec .main-box::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  right: 0;
  bottom: 0;
  background: url(../images/shape6.png) no-repeat center center/cover;
  width: 195px;
  height: 195px;
  object-fit: contain;
  animation: triangleUpDown 4s ease-in-out infinite;
}

.services-sec .main-box.shape-2::before {
  background: url(../images/shape8.png) no-repeat center center/cover;
}

.services-sec .main-box.shape-4::before {
  background: url(../images/shape18.png) no-repeat center center/cover;
}

.services-sec .main-box.shape-5::before {
  background: url(../images/shape20.png) no-repeat center center/cover;
}

.services-sec .main-box.cir-shape::before {
  display: none;
}

.services-sec .main-box.cir-shape::after {
  content: "";
  position: absolute;
  right: 30%;
  bottom: -35px;
  background: url(../images/shape7.png) no-repeat center center/cover;
  width: 215px;
  height: 216px;
  border-radius: 20px;
  animation: CIRLeftRight 2.5s ease-in-out infinite;
}

@keyframes CIRLeftRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-25px);
  }

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

.services-sec .main-box.cir-shape.shape-3::after {
  background: url(../images/shape9.png) no-repeat center center/cover;
}

.services-sec .main-box.cir-shape.shape-4::after {
  background: url(../images/shape19.png) no-repeat center center/cover;
}

.services-sec .main-box .service-item h3 {
  font-size: 41px;
  text-align: start;
  line-height: 55px;
  font-weight: 500;
  margin: 11px 0px 15px;
  position: relative;
  color: #000000;
}

.services-sec .main-box .service-item p {
  color: #000;
  font-size: 18px;
  line-height: 33px;
}

.services-sec .main-box .main-img {
  text-align: end;
}

.services-sec .main-box .main-img img {
  height: 394px;
  width: 500px;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

section.services-sec.different-sec.Features .main-box img.img-fluid {
  height: 430px;
  width: 515px;
}

/* process-sec */
.process-sec {
  position: relative;
  padding: 150px 0px 40px;
}

section.process-sec::after {
    content: '';
    position: absolute;
    background: url(https://www.fifarosters.com/assets/card-creator/FIFA_18_Assets-Lines-Dark-Grey.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.04;
    z-index: -1;
}

.process-sec::before {
  position: absolute;
  content: "";
  width: 490px;
  height: 490px;
  background-image: url("../images/shape11.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  top: 1%;
  left: 0px;
  animation: triangleUpDown 4s ease-in-out infinite;
  z-index: -1;
}

.process-sec .head-shape {
  top: 0;
  width: 100%;
  position: sticky;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  background: transparent;
}

.head-shape.head-shapes.prs p {
    font-size: 20px;
    line-height: 1.8;
}

.head-shape.head-shapes.prs h2 {
    font-size: 92px;
    line-height: 1.2;
    font-weight: 500;
}

.process-sec .head-shape.sticky {
  background: linear-gradient(45deg, #f6f6ef, #f7f7f0);
}

.process-sec .head-shape h2 {
  text-align: start;
  color: #1c1d2c;
  margin: 0px 0px 40px;
}

.process-sec .head-shape p {
    color: #000;
    font-size: 16px;
    margin: -21px 0 23px 0;
}

.process-sec .head-shape img.img_process {
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 20px;
}

.process-sec .head-shape .shape1 {
  top: -97px;
  left: 28%;
}

.process-sec .head-shape .shape2 {
  top: -38px;
  left: 25%;
}

.process-sec .head-shape .shape3 {
  top: -28%;
  left: 30%;
}

.process-sec .process-box {
  margin: 0px 0px 60px;
}

.process-sec .mainVideo {
  position: sticky;
  top: 27%;
  width: 100%;
  border-radius: 6px;
  width: 100%;
  border-radius: 6px;
}

.process-sec .mainVideo video {
  border-radius: 8px;
  display: none;
  width: 100%;
  height: auto;
}

.mainVideo video {
  display: none;
}

.process-sec .mainVideo video.active {
  opacity: 1;
}

.mainVideo video.active {
  display: block;
}

.process-sec .process-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 53px 0;
  opacity: 0.2;
  transition: opacity 0.3s ease;
}

.process-sec .process-detail.active {
  opacity: 1;
}

.process-sec .process-detail h6 {
  font-size: 22px;
  line-height: 36px;
  margin: 0px 0px 15px;
}

.process-sec .process-detail h2 {
  font-size: 36px;
  line-height: 50px;
  margin: 0px 0px 18px;
}

.process-sec .process-detail p {
  color: #000;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.process-sec .process-detail h5 {
    padding: 21px 0;
    font-weight: 600;
    font-size: 18px;
    color: #4e4e4ed9;
}

.process-sec .process-detail ul {
  /* padding: 6px 36px; */
}

ul.lst li i {font-size: 14px;margin: 0 10px 0 0;color: #dc3545;}

ul.lst {
    /* padding: 0 30px; */
}

.process-sec .process-detail ul li {
  color: #000;
  font-size: 16px;
  list-style: none;
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.process-sec .process-detail .tabs-process {
  position: relative;
  z-index: 2;
}

.process-sec .process-detail .tabs-process .nav-pills {
  gap: 15px;
  margin: 0px 0px 30px !important;
}

.process-sec .process-detail .tabs-process .nav-pills .nav-link {
  font-size: 15px;
  padding: 7px 8px;
  border-radius: 7px;
  line-height: 20px;
  border: 1.5px solid #1C1D2C;
  color: #1C1D2C;
}

.process-sec .process-detail .tabs-process .nav-pills .nav-link.active {
  background: #1C1D2C !important;
  color: #fff;
  border: 1.5px solid #1C1D2C;
}

.process-sec .process-detail .tabs-process .tab-content {
  width: 92%;
}

.process-sec .process-detail .tabs-process .tab-content .tab-pane {
  font-size: 20px;
  line-height: 31px;
  color: #1C1D2C;
  padding-bottom: 7rem;
}

.process-sec .main-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
}

/* Animation for the background shape */
@keyframes triangleUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.process-sec.mobile-sec {
  display: none;
}

.pro-mini-video {
  display: block;
  margin: 0px 0px 20px;
  visibility: visible;
  opacity: 1;
}

.pro-mini-video video {
  width: 100%;
  position: relative;
  z-index: 1;
}

/* process-sec */

/* Animation for the background shape */
@keyframes triangleUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

/* different-sec */
.different-sec {
  background: #1C1D2C;
  position: relative;
}

.different-sec::before {
  position: absolute;
  content: "";
  width: 400px;
  height: 400px;
  background-image: url("../images/shape5.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  bottom: 2%;
  right: 6%;
  animation: floatLeftRight 1s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
}

@keyframes floatLeftRight {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateY(-45px);
  }
}

.different-sec .head-shape .shape1 {
  right: 18%;
  top: -92%;
}

.different-sec .head-shape .shape2 {
  top: -47px;
  right: 21%;
}

.different-sec .head-shape .shape3 {
  right: 15%;
  top: -44px;
}

.different-sec .head-shape h2 {
  color: #fff;
}

.different-sec .main-box {
  background: #202131;
  border: 1.5px solid #234d44;
}

.different-sec .main-box .service-item h3 {
  color: #fff;
  position: relative;
  z-index: 1;
  width: 100%;
}

.different-sec .main-box .service-item .badge_logo {
    background: #fff;
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 50%;
    padding: 10px;
}

.different-sec .main-box .service-item p {
  color: #fff;
}

.different-sec .main-box.cir-shape.fully {
  padding: 20px 70px 20px 20px;
}

.different-sec .main-box.cir-shape.fully::after {
  left: 32%;
  animation: CIRLeftRight 2.5s ease-in-out infinite;
}

@keyframes CIRLeftRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-25px);
  }

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

/* different-sec */

/* testimonials-sec */
.testimonials-sec {
  padding: 150px 0px 0px;
  overflow: hidden;
}

.testimonials-sec .main-box {
  background: #fff;
  box-shadow: 0px 0px 0px gray;
  border: 1px solid rgba(28, 29, 44, 0.15);
  border-radius: 30px;
  padding: 41px;
  margin: 0px 0px 40px;
  overflow: hidden;
}

.testimonials-sec .head-shape {
  margin: 0px 0px 40px;
}

.testimonials-sec .head-shape .shape1 {
  top: -115px;
  right: 49%;
}

.testimonials-sec .head-shape .shape2 {
  top: -58px;
  right: 52%;
}

.testimonials-sec .head-shape .shape3 {
  top: -55px;
  right: 47%;
}

.testimonials-sec .head-shape h2 {
  color: #000;
}

.testimonials-sec .head-shape p {
  font-size: 18px;
  color: #1C1D2C;
}

.testimonials-sec .main-box ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  margin: 0px 0px 18px;
}

.testimonials-sec .main-box ul li i {
  color: #F37820;
  font-size: 16px;
}

.testimonials-sec .main-box p {
  color: #1C1D2C;
  font-size: 18px;
  line-height: 31px;
  margin: 0px 0px 13px;
  height: 280px;
  overflow-y: auto;
}

.testimonials-sec .main-box h6 {
  color: #1C1D2C;
  font-size: 22px;
  line-height: 30px;
}

.testimonials-sec .main-box h6 span {
  display: block;
  font-weight: 300;
  font-size: 20px;
}

.testimonials-sec .para {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-bottom: 1px solid #0000004a;
  padding: 0px 0px 50px;
}

.testimonials-sec .para p {
  color: #1C1D2C;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  text-transform: capitalize;
  width: 51%;
  margin: 0px;
}

/* testimonials-sec */

/* frequently-sec */
.frequently-sec {
  padding: 150px 0px 100px;
  position: relative;
  overflow: hidden;
}

.frequently-sec .head-shape .shape1 {
  top: -107px;
  right: 587px;
}

.frequently-sec .head-shape .shape2 {
  top: -45px;
  right: 48%;
}

.frequently-sec .head-shape .shape3 {
  top: -43px;
  right: 43%;
}

.frequently-sec::before {
  position: absolute;
  content: "";
  width: 675px;
  height: 675px;
  background-image: url("../images/shape10.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  top: 25%;
  right: 13%;
  animation: triangleUpDown 4s ease-in-out infinite;
}

.frequently-sec .head-shape {
  margin: 0px 0px 0px;
}

.frequently-sec .accordion-body {
  padding: 0px 0px 20px;
}

.frequently-sec .head-shape h2 {
  margin: 0px 0px 50px;
  color: rgb(0, 0, 0);
}

.frequently-sec .accordion-flush .accordion-item h2 .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  background: transparent !important;
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  transition: 0.4s ease-in-out;
  border: 0;
  border-radius: 0;
  padding: 26px 0px;
}

.frequently-sec .accordion-flush .accordion-item {
  border-radius: 0;
  border-bottom: 1px solid rgb(205, 203, 203);
  background: transparent;
}

.frequently-sec .accordin .accordion-item .accordion-header .accordion-button::after {
  content: "\2b";
  font-family: "Font Awesome 6 pro";
  background: transparent;
  color: var(--primary-color);
  font-size: 31px;
  border-radius: 0px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
  transition: 0.4s ease-in-out;
}

.frequently-sec .accordin .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  transform: rotate(0deg);
  color: var(--secondary-color);
}

.frequently-sec .accordion-body p {
  font-size: 18px;
  color: rgb(32 32 32);
  font-weight: 400;
  line-height: 31px;
  margin: 0;
}

.frequently-sec .accordion-flush .accordion-item h2 .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed:focus {
  outline: none;
  box-shadow: none;
}

/* frequently-sec */
/* footer-sec */
.footer-sec {
  background: #1b1f30;
  overflow: hidden;
  padding: 100px 0px 0px;
  position: relative;
  z-index: 1;
}

.footer-sec::before {
  position: absolute;
  content: "";
  width: 500px;
  height: 500px;
  background-image: url(../images/shape11.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  top: 4%;
  left: 1%;
  animation: triangleUpDown 4s ease-in-out infinite;
}

.footer-sec::after {
  position: absolute;
  content: "";
  width: 400px;
  height: 400px;
  background-image: url(../images/shape5.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  bottom: 0%;
  right: 6%;
  animation: floatLeftRight 1s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
  z-index: -1;
}

.footer-sec .read {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #77777769;
  padding: 0px 0px 80px;
  margin: 0px 0px 48px;
  position: relative;
  z-index: 1;
}

.footer-sec .read h2 {
      color: #fff;
      font-size: 39px;
      line-height: 59px;
      width: 70%;
}

.footer-sec .read .talk-cir {
  height: 150px;
  width: 150px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  transition: all 0.3s ease-in;
}

.footer-sec .read .talk-cir:hover {
  background: #fff;
  border: none;
}

.footer-sec .read .talk-cir p {
  margin: 0;
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  position: relative;
}
.footer-sec .read .talk-cir:hover a p{
    color:#000;
}
.footer-sec .read .talk-cir p::before {
  content: '\f061';
  position: absolute;
  left: 50px;
  z-index: 1;
  bottom: -28px;
  font-family: "Font Awesome 6 pro";
  font-size: 20px;
}

.footer-sec .read .talk-cir p i {
  display: block;
}

.footer-sec .foot-logo .main-img {
  margin: 0px 0px 27px;
}

.footer-sec .foot-logo .main-img img {
  object-fit: contain;
  width: 200px !important;
}

.footer-sec .foot-logo .links h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 0px 0px 20px;
  text-transform: capitalize;
}

.footer-sec .foot-logo .links ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0px;
}

.footer-sec .foot-logo .links ul li a i {
  color: #A4A5AB;
  font-size: 25px;
  font-weight: 200;
  height: 45px;
  width: 45px;
  transition: all .3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-sec .foot-logo .links ul li a i:hover {
  background-color: #fff;
  color: #000;
}

.footer-sec .quick-links h4 {
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  margin: 0px 0px 20px;
}

.footer-sec .quick-links ul {
  display: grid;
  gap: 10px;
}

.footer-sec .quick-links ul li {
  transition: all .3s ease-in-out;
}

.footer-sec .quick-links ul li a {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff78;
  position: relative;
}

.footer-sec .quick-links ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  background: #ffffff;
  transform: scaleX(0);
  transition: all .3s ease-in-out;
}

.footer-sec .quick-links ul li a:hover::before {
  transform: scaleX(1);
}

.footer-sec .contact-info ul li:hover,
.footer-sec .contact-info ul li a:hover,
.footer-sec .copy-right a:hover,
.footer-sec .quick-links ul li a:hover {
  color: #fff;
}

.footer-sec .contact-info h4 {
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  margin: 0px 0px 24px;
}

.footer-sec .contact-info ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: start;
  gap: 10px;
}

.footer-sec .contact-info ul li,
.footer-sec .contact-info ul li a {
  color: #ffffff78;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.footer-sec .contact-info ul li {
  align-items: start;
}

.footer-sec .contact-info ul li i {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  line-height: 34px;
}

.footer-sec .copy-right {
  border-top: 1px solid #77777769;
  margin: 42px 0px 0px;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.footer-sec .quick-links {
  position: relative;
  z-index: 1;
}

.footer-sec .foot-logo {
  position: relative;
  z-index: 999;
}

.footer-sec .copy-right p {
  margin: 0;
  color: #ffffff78;
  font-size: 18px;
  font-weight: 400;
}

.footer-sec .copy-right a {
  margin: 0;
  color: #ffffff78;
  font-size: 18px;
  font-weight: 400;
}

.footer-sec .contact-info {
  position: relative;
  z-index: 1;
}

/* footer-sec */
/* portfolio-sec */
.portfolio-sec {
  background: transparent;
  padding: 150px 0px 80px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.portfolio-sec .head-shape {
  text-align: center;
  margin: 0px 0px 50px;
}

.portfolio-sec .head-shape .shape1 {
  top: -120px;
  right: 27%;
}

.portfolio-sec .head-shape .shape2 {
  top: -58px;
  right: 29%;
}

.portfolio-sec .head-shape .shape3 {
  top: -58px;
  right: 25.4%;
}

.portfolio-sec .slick-slide {
  transition: all .8s ease-in-out !important;
  will-change: transform;
}
.portfolio-sec .slick-initialized .slick-slide .main-img {
    background: #222537;
    padding: 15px;
    border-radius: 20px;
}
.portfolio-sec .center-slider img {
  width: 991px !important;
  height: 511px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 20px;
}

.portfolio-sec .slick-center img {
  width: 978px !important;
  height: 600px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 20px;
}

.portfolio-sec .slick-initialized .slick-slide {
  margin: 130px 20px 0px;
  transition: all .8s ease-in-out !important;
}

.portfolio-sec .slick-initialized .slick-slide.slick-center {
  margin: 0;
}

.portfolio-sec .pro-btn {
  justify-content: center;
}

.portfolio-sec .slick-dots li {
  border: 1px solid #ffffff66;
  border-radius: 20px;
  height: 10px;
  width: 30px;
  margin: 0;
  transition: all 0.4s ease-in;
}

.portfolio-sec .slick-list.draggable {
  height: 833px;
}

.portfolio-sec .slick-dots li button {
  width: 0;
  height: 0;
  padding: 0;
}

.portfolio-sec .slick-dots {
  bottom: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transition: all .3s ease-in-out;
}

.portfolio-sec .slick-dots li.slick-active button:before {
  display: none;
}

.portfolio-sec .slick-dots li button:before {
  display: none;
}

.portfolio-sec .slick-dots li.slick-active {
  height: 10px;
  width: 55px;
  background: linear-gradient(#adf454, #51dbea);
  box-shadow: 0px 2px 21px #85e994;
  transition: all .3s ease-in;
}

.portfolio-sec .mobile-slider {
  display: none;
}

.portfolio-sec .mobile-slider .slick-center img {
  height: 370px;
  width: 100% !important;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 !important;
  transition: all 0.4s ease-in-out !important;
}
.portfolio-sec .slick-initialized .slick-slide .main-img {
    padding: 10px;
    border-radius: 15px;
}

.portfolio-sec .slick-initialized.mobile-slider .slick-slide .main-img {
    margin: 42px 0px 0px;
}

.portfolio-sec .slick-initialized.mobile-slider .slick-slide.slick-active .main-img {
    margin: 0px 0px 0px;
}
.portfolio-sec .mobile-slider img {
  height: 370px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin: 0px 0px 0px !important;
  transition: all 0.4s ease-in-out !important;
}

.portfolio-sec .slick-initialized.mobile-slider .slick-slide {
  margin: 0px 10px 0px;
}

.portfolio-sec .mobile-slider .slick-list.draggable {
  height: 435px;
}

.portfolio-sec .mobile-slider ul.slick-dots {
  bottom: 6%;
}

/* portfolio-sec */

/* inner page */
/* about-page */
.about-banner-sec {
  background: url(../images/about-banner.png) no-repeat center center/cover;
  padding: 353px 0px 100px;
}

.about-banner-sec.web-design {
  background: url(../images/banner1.png) no-repeat center center/cover;
}

.about-banner-sec.ppcc {
  background: linear-gradient(rgba(28, 29, 44, 0.795), rgba(28, 29, 44, 0.801)), url(https://www.freelancinggig.com/blog/wp-content/uploads/2024/03/ppc-pay-per-click-marketing.jpeg) no-repeat center center / cover;
}

.about-banner-sec.logo-development {
  background: linear-gradient(rgba(28, 29, 44, 0.795), rgba(28, 29, 44, 0.801)), url(https://blog.adobe.com/en/publish/2016/04/21/media_1e69cf381fc3faeb15784ddcfed37eec54332f123.png?width=1200&format=pjpg&optimize=medium) no-repeat center center / cover;
}

.about-banner-sec.web-development {
  background: url(../images/banner2.png) no-repeat center center/cover;
}

.about-banner-sec.or_wok {
  background: linear-gradient(rgba(28, 29, 44, 0.795), rgba(28, 29, 44, 0.801)), url(https://blog.adobe.com/en/publish/2016/04/21/media_1e69cf381fc3faeb15784ddcfed37eec54332f123.png?width=1200&format=pjpg&optimize=medium) no-repeat center center / cover;
}

.about-banner-sec.wordpress-website {
  background: url(../images/banner3.png) no-repeat center center/cover;
}

.about-banner-sec.e-commerce-website {
  background: url(../images/banner4.png) no-repeat center center/cover;
}

.about-banner-sec.woocommerce-website {
  background: url(../images/banner5.png) no-repeat center center/cover;
}

.about-banner-sec.SEO-Services {
  background: url(../images/banner6.png) no-repeat center center/cover;
}

.about-banner-sec.digital-marketing {
  background: url(../images/banner7.png) no-repeat center center/cover;
}

.about-banner-sec.paid-search {
  background: url(../images/banner8.png) no-repeat center center/cover;
}

.about-banner-sec.branding-design {
  background: url(../images/banner9.png) no-repeat center center/cover;
}

.about-banner-sec.faqs {
  background: url(../images/banner10.png) no-repeat center center/cover;
}

.about-banner-sec.insights {
  background: url(../images/banner11.png) no-repeat center center/cover;
}

.about-banner-sec.contact-us {
  background: url(../images/banner12.png) no-repeat center center/cover;
}

.about-banner-sec.moblie-app {
  background: url(../images/banner13.png) no-repeat center center/cover;
}

.about-banner-sec .about-contant {
  text-align: center;
}

.about-banner-sec .about-contant h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
  margin: 0px 0px 20px;
}

.about-banner-sec .about-contant h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin: 0px 0px 15px;
}

/* bespoke-sec */
.bespoke-sec {
  padding: 200px 0px 100px;
  position: relative;
  overflow: hidden;
}

section.bespoke-sec.design.industry_about {
    padding: 39px 0 3rem;
}

.bespoke-sec::before {
  content: "";
  background-image: url("../images/shape12.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  width: 540px;
  height: 540px;
  top: 4%;
  left: 2%;
  animation: triangleUpDown 4s ease-in-out infinite;
}

.bespoke-sec::after {
  content: "";
  background-image: url("../images/shape13.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  width: 323px;
  height: 323px;
  bottom: 8%;
  right: 4%;
  animation: floatLeftRight 1s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
}

.bespoke-sec .bespoke-contant {
  text-align: center;
  width: 100%;
  margin: 0 auto auto;
}

.bespoke-sec .bespoke-contant .head-shape h6 {
  font-size: 26px;
  text-transform: uppercase;
  margin: 0px 0px 12px;
  font-weight: 500;
}

.bespoke-sec .bespoke-contant .head-shape .shape1 {
  top: -139px;
  right: 609px;
}

.bespoke-sec .bespoke-contant .head-shape .shape2 {
  top: -75px;
  right: 50%;
}

.bespoke-sec .bespoke-contant .head-shape .shape3 {
  right: 44%;
  top: -74px;
}

.bespoke-sec .bespoke-contant h2 {
  font-size: 50px;
  line-height: 60px;
  color: #000;
  margin: 0px 0px 23px;
}

.bespoke-sec .bespoke-contant p {
  color: #000;
  font-size: 22px;
  line-height: 33px;
}

.bespoke-sec .bespoke-contant ul {
  display: flex;
  justify-content: center;
  gap: 0 47px;
  text-align: left;
  padding: 0 0 43px 0;
}

.bespoke-sec .bespoke-contant ul li {
  list-style: circle;
}

/* bespoke-sec */
/* our-value */
.our-value {
  padding: 200px 0px;
  overflow: hidden;
  position: relative;
}

.our-value::before {
  content: "";
  background-image: url("../images/shape12.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  width: 390px;
  height: 390px;
  top: 12%;
  left: 2%;
  animation: triangleUpDown 4s ease-in-out infinite;
}

.our-value .head-shape {
  margin: 0px 0px 90px;
}

.our-value .head-shape .shape1 {
  top: -76px;
  right: 33%;
}

.our-value .head-shape .shape2 {
  top: -23px;
  right: 35%;
}

.our-value .head-shape .shape3 {
  top: -22px;
  right: 31%;
}

.our-value .head-shape h2 {
  text-align: center;
  color: #000;
}

.our-value .txt {
  width: 82%;
}

.our-value .txt h3 {
  font-size: 45px;
  font-weight: 500;
  line-height: 60px;
  margin: 0px 0px 16px;
}

.our-value .txt p {
  color: #000;
  font-size: 22px;
  line-height: 33px;
}

.our-value .main-img {
  position: relative;
}

.our-value .main-img img {
  width: 430px;
  height: 430px;
}

.our-value .main-img::before {
  content: "";
  position: absolute;
  left: -19%;
  bottom: 0;
  background: url(../images/shape15.png) no-repeat center center/cover;
  width: 200px;
  height: 200px;
  z-index: -1;
  animation: triangleUpDown 4s ease-in-out infinite;
}

.our-value .main-img.shape-02::before {
  background: url(../images/shape14.png) no-repeat center center/cover;
}

.our-value .main-img.circle-img::before {
  background: url(../images/shape16.png) no-repeat center center/cover;
  height: 200px;
  width: 200px;
  bottom: -17%;
  left: -17%;
}

.our-value .main-img.circle-img.shape-02::before {
  background: url(../images/shape17.png) no-repeat center center/cover;
}

.our-value .commit {
  margin: 0px 0px 70px;
}

/* our-value */
/* our-awards-sec */
.our-awards-sec {
  padding: 130px 0px 100px;
  position: relative;
  overflow: hidden;
  background-color: #1C1D2C;
}

.our-awards-sec::after {
  content: "";
  background-image: url("../images/shape5.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  width: 340px;
  height: 340px;
  bottom: 6%;
  right: 8%;
  animation: floatLeftRight 1s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
}

.our-awards-sec .head-shape {
  text-align: center;
  margin: 0px auto 40px;
  width: 79%;
}

.our-awards-sec .head-shape .shape1 {
  top: -54%;
  right: 130px;
}

.our-awards-sec .head-shape .shape2 {
  top: -22%;
  right: 16%;
}

.our-awards-sec .head-shape .shape3 {
  top: -42px;
  right: 97px;
}

.our-awards-sec .head-shape h2 {
  margin: 0px 0px 30px;
}

.our-awards-sec .head-shape p {
  font-size: 22px;
  line-height: 32px;
}

.our-awards-sec .logo-slider {
  margin: 0px 0px 90px;
}

.our-awards-sec .logo-slider img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.our-awards-sec .box {
  background: #232437;
  padding: 45px 35px;
  border: 1px solid #2E304D;
  text-align: center;
  border-radius: 25px;
  height: 385px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.our-awards-sec .box::before {
  content: "";
  position: absolute;
  left: -16%;
  top: -9%;
  background: url(../images/shape6.png) no-repeat center center / cover;
  width: 230px;
  height: 230px;
  z-index: -1;
  animation: triangleUpDown 4s ease-in-out infinite;
}

.our-awards-sec .shape-02.box::before {
  display: none;
}

.our-awards-sec .shape-02.box::after {
  content: "";
  position: absolute;
  right: -7%;
  top: 25%;
  background: url(../images/shape8.png) no-repeat center center / cover;
  width: 230px;
  height: 230px;
  z-index: -1;
  animation: triangleUpDown 4s ease-in-out infinite;
}

.our-awards-sec .circle-img.box::before {
  display: none;
}

.our-awards-sec .circle-img.box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8%;
  background: url(../images/shape7.png) no-repeat center center / cover;
  width: 200px;
  height: 200px;
  z-index: -1;
  animation: CIRLeftRight 2.5s ease-in-out infinite;
}

.our-awards-sec .box h2 {
  color: #fff;
  font-size: 77px;
  font-weight: 400;
  line-height: 75px;
  margin: 0px 0px 20px;
}

.our-awards-sec .box h3 {
  color: #fff;
  font-size: 28px;
  margin: 0px 0px 15px;
}

/* our-awards-sec */
/* meet-your-team */
.meet-your-team {
  background-color: #1C1D2C;
  position: relative;
  padding: 200px 0px 100px;
  overflow: hidden;
}

.meet-your-team::before {
  content: "";
  background-image: url("../images/shape4.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  width: 600px;
  height: 600px;
  top: 1%;
  left: 1%;
  animation: triangleUpDown 4s ease-in-out infinite;
}

.meet-your-team .head-shape {
  margin: 0px 0px 42px;
}

.meet-your-team .head-shape .shape1 {
  top: -90px;
  right: 36%;
}

.meet-your-team .head-shape .shape2 {
  top: -35px;
  right: 38%;
}

.meet-your-team .head-shape .shape3 {
  top: -29px;
  right: 34%;
}

.meet-your-team .head-shape h2 {
  text-align: center;
}

.meet-your-team .team-detail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  z-index: 1;
}

.meet-your-team .team-detail .team-member img {
  margin: 0px 0px 20px;
  width: 100%;
  height: 340px;
  border-radius: 20px;
  object-fit: cover;
}

.meet-your-team .team-detail .team-member h3 {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  margin: 0px 0px 10px;
}

.meet-your-team .team-detail .team-member p {
  text-align: center;
  font-size: 20px;
  color: #898686;
  margin: 0px 0px 10px;
}

/* meet-your-team */
/* about-page */
/* our work */
.our-portfolio-sec {
  background-color: #1C1D2C;
  padding: 150px 0px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.our-portfolio-sec::before {
  content: "";
  background-image: url("../images/shape4.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  width: 600px;
  height: 600px;
  top: 5%;
  left: 1%;
  animation: triangleUpDown 4s ease-in-out infinite;
  z-index: -1;
}

.our-portfolio-sec::after {
  content: "";
  background-image: url("../images/shape5.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  width: 350px;
  height: 350px;
  bottom: -1%;
  right: 7%;
  animation: floatLeftRight 1s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
  z-index: -1;
}

.our-portfolio-sec .head-shape {
  margin: 0px 0px 50px;
}

.our-portfolio-sec .head-shape h2 {
  text-align: center;
}

.our-portfolio-sec .head-shape .shape1 {
  top: -101px;
  right: 18%;
}

.our-portfolio-sec .head-shape .shape2 {
  top: -39px;
  right: 21%;
}

.our-portfolio-sec .head-shape .shape3 {
  top: -36px;
  right: 206px;
}

.our-portfolio-sec .main-img {
  margin: 0px 0px 40px;
  border: 1px solid #2b2d48;
  border-radius: 13px;
  background: #232437;
  padding: 15px;
}

.our-portfolio-sec .main-img a img {
  border-radius: 12px;
  width: 100%;
  height: 390px;
  object-fit: cover;
}

/* our work */

/* web desgin */
.design .bespoke-contant .pro-btn {
  justify-content: center;
}

/* impressions-sec */
.impressions-sec {
  padding: 90px 0px 70px;
  position: relative;
  overflow: hidden;
  background-color: #1C1D2C;
}

.impressions-sec .main-img img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  border-radius: 23px;
}

.impressions-sec.brand-sec {
  padding: 120px 0px 70px;
}

.impressions-sec.brand-sec .main-img img {
  height: 768px;
}

.impressions-sec.wordpress .main-img img {
  width: 100%;
  height: 371px;
  object-fit: contain;
}

.impressions-sec.wordpress .contant {
  width: 95%;
}

.impressions-sec .contant h2 {
  font-size: 41px;
  color: #fff;
  line-height: 50px;
  font-weight: 500;
  margin: 0px 0px 20px;
}

.impressions-sec .contant .desgin-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 49px;
}

.impressions-sec .contant .desgin-detail .box h3 {
  font-size: 45px;
  background: linear-gradient(180deg, #2BB573 0%, #1C1D2C 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0px 0px -28px;
}

.impressions-sec .contant .desgin-detail .box h4 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin: 0px 0px 7px;
}

.impressions-sec .contant .desgin-detail .box p {
  font-size: 20px;
  line-height: 31px;
  margin: 0;
}

/* Features */
.Features .head-shape h3 {
  text-align: center;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  margin: 0px 0px 22px;
}

.Features .head-shape .shape1 {
  right: 47%;
  top: -80%;
}

.Features .head-shape .shape2 {
  top: -78px;
  right: 50%;
}

.Features .head-shape .shape3 {
  right: 44%;
  top: -75px;
}

section.services-sec.different-sec.Features {
  margin: 0px 0px 40px;
}

/* impressions-sec */
/* web desgin */

/* insights-sec */
.insights-sec {
  background: #1C1D2C;
  overflow: hidden;
  position: relative;
  padding: 150px 0px;
  z-index: 1;
}

.insights-sec::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background-image: url("../images/shape4.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  top: 3%;
  left: 1%;
  z-index: -1;
  animation: triangleUpDown 4s ease-in-out infinite;
}

.insights-sec::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background-image: url("../images/shape5.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  bottom: 2%;
  right: 8%;
  z-index: -1;
  animation: floatLeftRight 1s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
}

.insights-sec .head {
  text-align: center;
  margin: 0px 0px 70px;
}

.insights-sec .head h2 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  text-transform: capitalize;
}

.insights-sec .main-box {
  background: #232437;
  border-radius: 25px;
  overflow: hidden;
  margin: 0px 0px 40px;
  height: 496px;
}

.insights-sec .main-box .main-img {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.insights-sec .main-box .main-img:hover {
  transform: scale(1.06);
}

.insights-sec .main-box .main-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.insights-sec .main-box .contant {
  padding: 30px 25px;
  border: 1.5px solid #2E304D;
  border-top: 0;
  border-radius: 0px 0px 25px 25px;
}

.insights-sec .main-box .contant p {
  margin: 0px 0px 12px;
  text-transform: uppercase;
}

.insights-sec .main-box .contant .two {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.insights-sec .main-box .contant h2 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin: 0px 0px 20px;
  /* height: 75px; */
  overflow-y: auto;
}

.insights-sec .main-box .contant a {
  color: #fff;
  font-size: 18px;
  line-height: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.insights-sec .main-box .contant a i {
  font-weight: 300;
  margin: 0px 0px 0px 0px;
}

/* insights-sec */
/* inner page */

/* contact-form-sec */
.contact-form-sec {
  padding: 200px 0px;
  position: relative;
  background: #1C1D2C;
  z-index: 1;
}

.contact-form-sec::before {
  content: "";
  background-image: url("../images/shape4.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  width: 600px;
  height: 600px;
  top: 5%;
  left: 1%;
  z-index: -1;
  animation: triangleUpDown 4s ease-in-out infinite;
}

.contact-form-sec::after {
  content: "";
  background-image: url("../images/shape5.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  width: 350px;
  height: 350px;
  bottom: 4%;
  right: 7%;
  animation: floatLeftRight 1s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
  z-index: -1;
}

.contact-form-sec .form-box {
  background: #202131;
  border: 1px solid #4D4D5A;
  color: #fff;
  padding: 35px 75px 75px;
  border-radius: 20px;
}

.contact-form-sec .form-box h2 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  margin: 0px 0px 60px;
  font-weight: 200;
}

.contact-form-sec .form-box h2 span {
  font-weight: 500;
}

.contact-form-sec .form-box .form-group {
  margin: 0px 0px 15px;
}

.contact-form-sec .form-box .form-group input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #4D4D5A;
  border-radius: 0;
  height: 60px;
  padding: 0;
  color: #fff;
  font-size: 18px;
}

.contact-form-sec .form-box .form-group textarea::placeholder,
.contact-form-sec .form-box .form-group input::placeholder {
  color: #ffffff7a;
}

.contact-form-sec .form-box .form-group textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #4D4D5A;
  border-radius: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
}

.contact-form-sec .form-box h3 {
  font-size: 24px;
  margin: 40px 0px 24px;
  font-weight: 200;
}

.contact-form-sec .form-box .question-box .options {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}

.contact-form-sec .form-box .question-box .options .option {
  display: block;
  padding: 11px 32px;
  border: 2px solid #fff;
  margin: 5px 0;
  border-radius: 13px;
  font-size: 15px;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.contact-form-sec .form-box .question-box .options .option input[type="checkbox"],
.contact-form-sec .form-box .question-box .options .option input[type="radio"] {
  display: none;
}

.contact-form-sec .form-box .question-box .options.options .option:has(input:checked),
.contact-form-sec .form-box .question-box .options .option input[type="checkbox"]:checked+* {
  background-color: #ffffff !important;
  color: #000000;
}

.contact-form-sec .form-box .question-box .options .option-btnS,
.contact-form-sec .form-box .question-box .options .option-btn {
  padding: 22px 38px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
  line-height: 0;
  font-size: 18px;
  font-weight: 400;
}

.contact-form-sec .form-box .question-box .options .option-btnS.active,
.contact-form-sec .form-box .question-box .options .option-btn.active {
  background-color: #ffffff;
  color: #000000;
}

.contact-form-sec .form-box .shear {
  display: flex;
  align-items: self-start;
  justify-content: flex-start;
  flex-direction: column;
  margin: 0px 0px 30px;
}

.contact-form-sec .form-box .shear h3 {
  margin: 10px 0px 25px;
}

.contact-form-sec .form-box .shear .add {
  padding: 16px 25px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
  line-height: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.contact-form-sec .form-box .form-check {
  margin: 0px 0px 40px;
}

.contact-form-sec .form-box .form-check label {
  font-size: 18px;
  line-height: 0;
}

.contact-form-sec .form-box .btn-submit {
  background: #fff;
  color: #000;
  padding: 15px 27px;
  font-size: 18px;
  line-height: 10px;
  font-weight: 500;
  border-radius: 11px;
  border: 0;
  border: 1px solid #fff;
}

/*contact-form-sec*/

/* privacy-policy-sec */
.privacy-policy-sec {
  padding: 100px 0px;
}

.privacy-policy-sec .privacy-content h2 {
  font-size: 36px;
  margin: 0px 0px 20px;
}

.privacy-policy-sec .privacy-content p {
  color: #777;
  margin: 0px 0px 9px;
}

.privacy-policy-sec .privacy-content h3 {
  font-size: 30px;
  margin: 27px 0px 15px;
}

.privacy-policy-sec .privacy-content ul {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 0px 37px;
  margin: 0px 0px 20px;
  gap: 10px;
}

.privacy-policy-sec .privacy-content ul li {
  color: #777;
  font-size: 14px;
  list-style: disc;
}

/* privacy-policy-sec */

.thankyou_page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  position: relative;
  background: #000;
}

.thankyou_page .container {
  position: relative;
  z-index: 2;
  background: rgb(0 0 0 / 15%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  border: 1px solid rgb(202 152 75 / 31%);
  padding: 4rem 0;
  width: 70%;
}

.thankyou_page:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(45deg, black, #0d6efd2b);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.thankyou_page::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://i.pinimg.com/originals/b5/50/bf/b550bfcc21ca4beeb25f81fe09df9a61.png);
  /* opacity: 0.2; */
}

.thankyou_page video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: none;
}

.thankyou_page h1 {
  color: #fff;
  font-family: 'Outfit';
  font-size: 77px;
  text-transform: capitalize;
  padding: 28px 0 10px 0;
  position: relative;
  z-index: 2;
}

.thankyou_page p {
  font-size: 30px;
  color: #fff;
  margin: 0;
  padding: 19px 0 48px;
}

.thankyou_page img {
  width: 234px;
  position: relative;
  z-index: 2;
}

.thankyou_page a {
  width: 170px;
  display: block;
  margin: 0 auto;
  background: #2d8dd8;
  color: #fff;
  padding: 10px 0;
  font-size: 20px;
  border-radius: 74px;
  position: relative;
  z-index: 2;
}

.thankyou_page a:hover {
  background: #fff;
  color: #000;
}




.thankyou_page2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 760px;
  text-align: center;
  position: relative;
  background: #1c1d2c;
  padding-top: 5rem;
}


.thankyou_page2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://miro.medium.com/v2/resize:fit:1200/1*onkq3McNKR3nldt-I-7jcQ.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 56% 100%;
  opacity: 0.05;
}

.thankyou_page2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: none;
}

.thankyou_page2 h1 {
  color: #fff;
  font-family: 'Outfit';
  font-size: 68px;
  text-transform: capitalize;
  padding: 5px 0 10px 0;
  position: relative;
  z-index: 2;
}

.thankyou_page2 p {
  font-size: 28px;
  color: #fff;
  padding: 18px 0 45px;
  z-index: 2;
  position: relative;
  width: 59%;
  margin: 0 auto;
  line-height: 1.5;
}

.thankyou_page2 img {
  width: 230px;
  position: relative;
  z-index: 2;
  /* display: none; */
}

.thankyou_page2 a {
  width: 333px;
  display: block;
  margin: 0 auto;
  background: transparent;
  color: #fff;
  padding: 14px 0;
  font-size: 18px;
  border-radius: 74px;
  border: 2px solid #ffffff;
  position: relative;
  font-weight: 600;
  z-index: 2;
  text-transform: capitalize;
}

.thankyou_page2 a:hover {
  background: #ffffff;
  color: #022056;
}








/* modal_click  */
.modal.modal_click {
  width: 100%;
  height: 100%;
  background: #1C1D2C;
}

.modal.modal_click .contact-form-sec {
  background: transparent;
  padding: 0;
}

.modal.modal_click .contact-form-sec .form-box h2 {
  font-size: 44px;
  margin: 0px 0px 48px;
}

.modal.modal_click .contact-form-sec .form-box .question-box .options .option-btnS,
.modal.modal_click .contact-form-sec .form-box .question-box .options .option-btn {
  padding: 19px 20px;
  font-size: 15px;
}

.contact-form-sec .form-box h3 {
  margin: 23px 0px 21px;
  font-size: 18px;
}

.modal.modal_click .modal-header {
  padding: 0;
  border: none;
}

.modal.modal_click .modal-dialog {
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.modal.modal_click .modal-header .btn-close {
  position: absolute;
  right: 0;
  background: transparent;
  z-index: 2;
  width: 27px;
  height: 27px;
  line-height: 28px;
  border-radius: 50%;
  font-size: 27px;
  top: 7%;
  right: 4%;
  color: #ffffff;
}

.modal.modal_click .modal-content {
  background: transparent;
  border: none;
}

.modal.modal_click .modal-content .modal-body {
  padding: 0;
  background: transparent !important;
}

.modal.modal_click .contact-form-sec .form-box {
  padding: 4rem 6rem;
  border: none;
  border-radius: 0;
  background: transparent;
}

.modal.modal_click .contact-form-sec .form-box .form-group input {
  height: 62px;
  font-size: 17px;
}

.contact-form-sec .form-box .form-group textarea {
  font-size: 18px;
  height: 128px;
}

/* modal_click  */

.about-banner-sec .about-contant p {
  width: 80%;
  margin: auto;
}

.about-banner-sec .about-contant ul {
    display: flex;
    justify-content: center;
    padding: 43px 0;
    gap: 0 47px;
    align-items: center;
}

.about-banner-sec .about-contant ul li {}

.about-banner-sec .about-contant ul li img {
    width: 133px;
}

.process-sec .process-detail .tabs-process .tab-content .tab-pane p {
  color: #000;
  margin: 10px 0px 9px;
  font-size: 18px;
  font-weight: 500;
}

.process-sec .process-detail .tabs-process .tab-content .tab-pane ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  list-style: disc;
  padding: 0px 0px 0px 15px;
}

.process-sec .process-detail .tabs-process .tab-content .tab-pane ul li {
  color: #000;
  font-size: 17px;
  line-height: 27px;
}

/*packages-sec*/
.packages-sec {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
  background: #1c1d2c;
  z-index: 1;
}

section.packages-sec.packages-page {
  padding: 260px 0 0;
}

.packages-sec::after,
.packages-sec::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat
}

.packages-sec .pro-btn {
  justify-content: center
}

.packages-sec .head-shape {
  text-align: center;
  margin: 0 0 50px
}

.packages-sec::before {
  width: 490px;
  height: 490px;
  background-image: url(../images/shape11.png);
  top: 11%;
  left: 4%;
  animation: 3s ease-in-out infinite triangleUpDown;
  z-index: -1;
}

.packages-sec::after {
  width: 350px;
  height: 350px;
  background-image: url(../images/shape5.png);
  bottom: -2%;
  right: 6%;
  animation: 3s cubic-bezier(.65, 0, .35, 1) infinite alternate floatLeftRight
}

.packages-sec .pricing-table {
  position: relative;
  background: #1c1d2c;
  z-index: 1
}

.packages-sec .head-shape .shape1 {
  left: 65%;
  top: -100px;
}

.packages-sec .head-shape .shape2 {
  left: 62%;
  top: -36px;
}

.packages-sec .head-shape .shape3 {
  left: 68%;
  top: -34px;
}

.packages-sec .pricing-table {
  color: #fff;
  border: 1px solid #575661;
  border-radius: 10px;
  margin: 0 0 50px
}

.packages-sec .pricing-table table {
  color: #fff;
  border: 0;
  margin: 0
}

.packages-sec .pricing-table table thead tr th {
  padding: 20px;
  width: 15%;
  text-align: center;
  border: 0;
  border-right: 1px solid #575661;
  background: #32344b
}

.packages-sec .pricing-table table thead tr th:first-child {
  width: 30%;
  text-align: left;
  border: 0;
  border-right: 1px solid #575661;
  background: 0 0
}

.packages-sec .pricing-table table thead tr th h3 {
  font-size: 30px;
  font-weight: 400
}

.packages-sec .pricing-table table thead tr th h4 {
  font-size: 20px;
  color: #fff
}

.packages-sec .pricing-table table thead tr th h4 span {
  display: block;
  font-size: 32px;
  margin: 15px 0 0;
  font-weight: 300
}

.packages-sec .pricing-table table thead tr th h4 small {
  display: block;
  font-size: 13px;
  font-weight: 200
}

.packages-sec .pricing-table table tbody,
.packages-sec .pricing-table table tbody tr,
.packages-sec .pricing-table table tbody tr td:nth-child(5),
.packages-sec .pricing-table table thead tr th:nth-child(5) {
  border: 0
}

tr.tex_cen {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  background: #fff
}

tr.tex_cen h5 {
  text-align: center !IMPORTANT;
  margin-left: 17rem;
  font-weight: 600 !IMPORTANT;
  text-transform: capitalize
}

tr.tex_cen td {
  border-right: none !important;
  background: #1e2037
}

.packages-sec .pricing-table table tbody tr td {
  padding: 20px 14px;
  text-align: center;
  border: 0
}

.packages-sec .pricing-table table tbody tr td.bg-change {
  background: #32344b
}

.packages-sec .pricing-table table tbody tr td h6 {
  font-size: 16px;
  font-weight: 400;
  padding: 0
}

.packages-sec .pricing-table table tbody tr td a {
  color: #fff;
  font-size: 17px;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 12px
}

.packages-sec .pricing-table table tbody tr td a:hover {
  background: #fff;
  color: #1c1d2c;
  border: 1px solid #fff
}

.packages-sec .pricing-table table tbody tr td h6 i {
  font-size: 26px
}

.packages-sec .pricing-table table tbody tr td h5 {
  text-align: left;
  font-size: 20px;
  font-weight: 300
}

section.packages-sec.packages-page .package-tabs {}

section.packages-sec.packages-page .package-tabs .package-tab-ul {
  justify-content: center;
  margin: 0px 0px 30px;
  gap: 10px;
}

section.packages-sec.packages-page .package-tabs .package-tab-ul .nav-link {
  color: #000000;
  background: #ffffff;
  border: 2px solid #ffffff;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 8px;
  transition: all .3s ease-in-out;
}

section.packages-sec.packages-page .package-tabs .package-tab-ul .nav-link.active {
  background: #1c1d2c !important;
  color: #fff;
  border: 2px solid #fff;
}

/*packages-sec*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.iti__country {
  color: #000;
}

.phone_control {
  padding: 0 62px !important;
}

.iti.iti--allow-dropdown {
  width: 100%;
  margin: 4px 0;
}

.privacy-policy-sec .privacy-content p a {
  color: #000;
}

.no-click {
  pointer-events: none;
  user-select: none;
}

.impressions-sec .contant ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0px 0px 20px;
}

.impressions-sec .contant ul li {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  list-style: disc;
}

.impressions-sec .contant ul li span {
  font-size: 23px;
  font-weight: 600;
}

.web_cta {
  background: #1c1d2c;
  padding: 3rem 4rem;
  margin: 5rem 0;
  border-radius: 37px;
  overflow: hidden;
  border: 2px solid #c0e9d5;
}

.web_cta.white_cta {
  background: #ffffff;
  box-shadow: 15px 15px 40px #20212417, -15px -15px 40px #ffffff1c;
}

.web_cta .content {}

.web_cta .content h3 {
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  padding: 18px 0px 14px;
}

.web_cta .content p {
  margin: 0;
  padding: 2px 0 20px;
  font-size: 16px;
}

.web_cta.white_cta .content h3 {
  color: #000000;
}

.web_cta.white_cta .content p {
  color: #000000;
}

.web_cta .img_area {
  width: 100%;
}

.web_cta .img_area img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.web_cta.white_cta .img_area img {
  border-radius: 20px;
}

.location-box {
  text-align: center;
  width: 100%;
  margin: 20px 0 0
}

.location-box .btn-loction {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 20px 15px 0px;
}

.location-box .btn-loction i {
  font-size: 14px;
  margin: 0 6px;
}

.location-box .btn-plus {
  padding: 0
}

.location-box .card {
  background-color: #fefefe0a;
  border-radius: 20px;
  padding: 29px 0;
  border: 2px solid #bebbbb0f;
}

.location-box .card-body ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 72px;
}

.location-box .card-body ul li {
}

.location-box .card-body ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}

.location-box .card-body ul li {
    width: 100%;
}

.indutry {
  padding: 353px 0px 100px;
}

.indutry.los_angelos {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/country/1.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.indutry.san_diego {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/country/2.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 66%;
}

.indutry.san_jose {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/country/3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 81%;
}

.indutry.san_fran {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/country/4.avif');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 81%;
}

.indutry.san_frenco {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/country/5.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 81%;
}

.indutry.san_sacramento {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/country/6.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 47%;
}

.indutry.san_beach {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/country/7.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 47%;
}

.indutry.san_oakland {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/country/8.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 47%;
}

.indutry.san_bakersfield {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/country/9.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 47%;
}

.indutry.san_riverside {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/country/10.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 97%;
}

.indutry h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
  margin: 0px 0px 20px
}

.indutry p {
  width: 80%;
  margin: auto;
}

/* blog-banner-sec */
.blog-banner-sec {
  padding: 240px 0px 60px;
      background: linear-gradient(rgb(0 0 0 / 67%), rgb(0 0 0 / 75%)), url(../images/country/13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 47%;
}

.blog-banner-sec .about-contant {}

.blog-banner-sec .about-contant span {
  width: 100%;
  display: flex;
  font-size: 20px;
  color: #fff;
  margin: 0px 1px 10px;
}

.blog-banner-sec .about-contant span small {
  font-size: 22px;
  margin: 0px 0px 0px 5px;
}

.blog-banner-sec .about-contant h1 {
  text-align: left;
  margin: 0px 0px 40px;
  font-size: 55px;
  line-height: 65px;
}

.blog-banner-sec .about-contant h1 span {}

.blog-banner-sec .about-contant ul {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: start;
}

.blog-banner-sec .about-contant ul li {
  text-align: left;
}

.blog-banner-sec .about-contant ul li img {
  width: 100%;
  height: 75px;
  border-radius: 50%;
}

.blog-banner-sec .about-contant ul li p {
  width: 100%;
}

.blog-banner-sec .about-contant ul li p a {
  color: #ee4234;
  font-size: 20px;
  font-weight: 500;
}

/* blog-banner-sec */

/* accessibility-sec */
.accessibility-sec {
  overflow: hidden;
  position: relative;
  padding: 100px 0px 100px;
  background: #1b1f30;
}

.accessibility-sec .container {
    padding: 0 10rem;
}

.accessibility-sec .main-box {
}

.accessibility-sec .main-box .main-img.banner-img {}

.accessibility-sec .main-box .main-img.banner-img img {
  width: 100%;
  height: 430px;
}

.accessibility-sec .main-box .According {
  margin: 0 auto;
}

.accessibility-sec .main-box .digital {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  margin: 0px 0px 50px;
  align-items: baseline;
  gap: 40px;
}

.accessibility-sec .main-box .digital a {
  font-size: 20px;
  color: #000;
  width: 18%;
}

.accessibility-sec .main-box .digital i {
  color: #000 !important;
  font-size: 20px;
}

.accessibility-sec .main-box .digital p {
  margin: 0;
  font-size: 20px;
  color: #000;
}

.accessibility-sec .main-box .head {
  text-align: left;
}

.accessibility-sec .main-box .head h1 {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 45px;
  line-height: 65px;
  margin: 0px 0px 20px;
}

.accessibility-sec .main-box .head h1 span {
  color: #ee422e;
}

.accessibility-sec .main-box .head h6 {
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  margin: 0px 0px 20px;
  color: #bababa;
}

.accessibility-sec .main-box .head h2 {
  color: #000;
  margin: 0px 0px 22px;
  font-size: 37px;
  line-height: 51px;
  font-weight: 600;
}

.accessibility-sec .main-box .head h2 span {
  color: #FF7A03;
}

.accessibility-sec .main-box .head p {
  margin: 0px 0px 26px;
}

.accessibility-sec .main-box .main-img {
  margin: 0px 0px 40px;
}

.accessibility-sec .main-box .main-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 40px;
  object-position: top;
}

.accessibility-sec .main-box .main-img.seo-imge img {
  width: 100%;
  height: 480px;
}

.accessibility-sec .main-box .main-img ul {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0px 40px;
}

.accessibility-sec .main-box .main-img ul li {
  font-size: 14px;
  font-weight: 500;
}

.accessibility-sec .main-box .main-img ul li img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.accessibility-sec .main-box .main-img ul li a {
  color: #67bffe;
  font-size: 14px;
}

.accessibility-sec .main-box p {
  margin: 0px 0px 20px;
  transition: all .3s ease-in-out;
}

.accessibility-sec .main-box p a:hover {
  color: #fff;
  border-color: #ffff;
}

.accessibility-sec .main-box p a {
  font-weight: 800;
  color: #ffffff;
  /* border-bottom: 3px solid #0dcaf0; */
  /* font-size: 23px; */
  margin: 0 2px 0 0;
}

.accessibility-sec .main-box p span {
  font-weight: 600;
}

.accessibility-sec .main-box .line {
  border-bottom: 1px solid #5555556b;
  margin: 0px 0px 50px;
}

.accessibility-sec .main-box .silk h2 {
  color: #000;
  font-size: 50px;
  line-height: 61px;
  font-weight: 600;
  padding: 0px 0px 40px;
}

.accessibility-sec .main-box .silk .request-btn {
  background: #000;
  color: #fff;
  padding: 22px 40px;
  border-radius: 8px;
  font-size: 27px;
  height: 80px;
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  align-items: center;
  margin: 0px 0px 40px;
}

.accessibility-sec .main-box .Website {}

.accessibility-sec .main-box .Website h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  margin: 0px 0px 20px;
}

.accessibility-sec .main-box .Website h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  margin: 0px 0px 20px;
}

.accessibility-sec .main-box .Website .h2 {
  margin: 50px 0px;
}

.accessibility-sec .main-box .Website ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 40px;
}

.accessibility-sec .main-box .Website ul li {
  font-size: 20px;
  color: #ffffff;
  list-style: disc !important;
}

.accessibility-sec .main-box .Website ul li i {
  color: #000 !important;
  font-size: 20px;
  margin: 0px 10px 0px 0px;
}

.accessibility-sec .main-box .Website ul li a {
  font-weight: 600;
  color: #000;
  border-bottom: 4px solid #000;
}

.accessibility-sec .main-box .author {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  padding: 40px;
  border-radius: 20px;
  border: 2px solid #0dcaf04d;
  background-color: #00000063;
  margin: 50px 0px 0px;
}

.accessibility-sec .main-box .author img {
  height: 90px;
  border-radius: 50%;
}

.accessibility-sec .main-box .author p a {
  display: block;
  border: 0;
  font-size: 30px;
  color: #ffffff;
  margin: 0px 0px 10px;
}

.accessibility-sec .main-box .event-box {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  transition: all .4s ease-in-out;
  box-shadow: 0px 0px 7px 0px darkgray;
}

.accessibility-sec .main-box .event-box .event-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accessibility-sec .main-box .event-box .event-header h2 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}

.accessibility-sec .main-box .event-box .event-header i {
  color: #000 !important;
  font-size: 20px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.accessibility-sec .main-box .event-box .event-header i.rotate {
  transform: rotate(180deg);
}

.accessibility-sec .main-box .event-detail {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .4s ease-in-out;
}

.accessibility-sec .main-box .event-detail h2 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin: 0px 0px 31px;
  border-bottom: 1px solid #77777769;
  padding: 0px 0px 14px;
}

.accessibility-sec .main-box .event-box.active .event-detail {
  max-height: 200px;
  opacity: 1;
  margin-top: 30px;
}
/* accessibility-sec */

.david-miller-banner {
  padding: 200px 0px 100px;
  background-color: #222537;
}
.david-miller-banner .main-img img {
  height: 240px;
  width: 240px;
  object-fit: cover;
  border-radius: 50%;
}

.david-miller-banner .contant h2 {
  font-size: 49px;
  font-weight: 500;
  margin: 0px 0px 20px;
  color: #fff;
}

.david-miller-banner .contant p {
}
/*industry_banner */
.industry_banner{
    height: 835px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0 0 0;
}
.industry_banner.ecommerce{
    background: url(https://cdn3.pixelcut.app/web/home-hero-gradient.jpg);
    background-position: 100% 99%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

section.industry_banner.ecommerce {
}

section.industry_banner.ecommerce::after {
    /* content: ''; */
    position: absolute;
    width: 100%;
    bottom: -107px;
    /* background: linear-gradient(90deg,#a24ff580,rgba(255,194,62,.589),#a24ff566,#a24ff580); */
    height: 25%;
    filter: blur(82px);
}

section.industry_banner.ecommerce::before {
    content: '';
    position: absolute;
    background: linear-gradient(45deg, #f7f7f0, #fdfcfc);
    width: 100%;
    height: 50%;
    top: 48%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
}
.industry_banner.healthcare{
    background: url(https://media.licdn.com/dms/image/C4E1BAQEKdhJEuUX2CA/company-background_10000/0/1610064572850/tcp_group_2_cover?e=2147483647&v=beta&t=En9DU-mD9Qve3FQJH1cJGoS3U-0I1sW4wBP2PAiNntU);
    background-position: 100% 99%;
    background-size: cover;
    background-repeat: no-repeat;
}

.industry_banner .industry-content{
    /* width: 70%; */
    padding-top: 1rem;
}
.industry_banner .industry-content h1 {
    color: #232020;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.3;
    margin: 4px 0px 18px;
}

.industry_banner .industry-content h1 span {
    font-size: 56px;
    /* text-decoration: underline; */
    /* color: #fff; */
     -1;
    /* background: linear-gradient(180deg, #ff771a 0, #ffc79f 100.22%); */
    background-clip: text;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    font-weight: 800;
}
.industry_banner .industry-content p{
    font-size: 18px;
    line-height: 1.8;
    color: #000;
}

.industry_banner .industry-content ul {
    display: flex;
    /* justify-content: center; */
    padding: 2px 0 34px;
    gap: 0 47px;
    align-items: center;
}

.industry_banner .industry-content ul.bread li a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.industry_banner .industry-content ul.bread li span {
    font-size: 16px;
    color: #f81f34;
}

.industry_banner .industry-content ul.bread {
    gap: 0 13px;
}

.industry_banner .industry-content ul.bread li {}

.industry_banner .industry-content ul.bread li i {
    font-size: 16px;
    padding: 0 10px 0 0;
}
.industry_banner .industry-content ul li{
    
}
.industry_banner .industry-content ul li img{
    width: 116px;
}
.industry_banner .industry-content span{
    font-size: 20px;
    color: #2e2b2a;
    font-weight: 600;
}
.industry_banner .industry-content .pro-btn {}
.industry_banner .industry-content .pro-btn a:nth-child(2){
    background: transparent;
    color: #000;
    border: none;
}
.brand_slider{padding: 14px 0;}
.brand_slider img{
    width: 183px !IMPORTANT;
    height: 77px;
    object-fit: contain;
}
.formcon.frm {
    width: 80%;
    margin: 0 auto;
    display: block;
    padding: 25px 23px 25px 25px;
    border-radius: 14px;
    border: 1px solid #ffffff2e;
    background: rgb(255 255 255 / 11%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.formcon .form-control {
    margin: 5px 20px;
}
.formcon.frm .form-control {
    background: #ffffff;
    color: #000;
    border-radius: 42px;
    padding: 13px 20px;
}

.formcon.frm button {
    width: 82%;
    background: #539cd5;
    margin: 6px 1px;
    border-radius: 44px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Outfit';
    color: #fff;
    padding: 10px 0;
}
.image-1.ex img {
    width: 100%;
    height: 394px;
    object-fit: cover;
    border-radius: 9px;
}
.thankyou_page2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 588px;
    text-align: center;
    position: relative;
    background: #f7f7f0;
}
.thankyou_page2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
    background: url(https://www.instantwebmakers.co.uk/assets/images/shape11.png);
    opacity: 0.3;
    animation: 12s ease-in-out infinite triangleUpDown;
}
.thankyou_page2 h1 {
    color: #1b1f30;
    font-family: Outfit;
    font-size: 57px;
    padding: 20px 0 20px;
    position: relative;
    z-index: 2;
}
.thankyou_page2 p {
    font-size: 20px;
    color: #1b1f30;
    padding: 0px 0 45px;
    z-index: 2;
    position: relative;
    width: 45%;
    margin: 0 auto;
    line-height: 1.5;
}
.thankyou_page2 img {
    width: 177px;
    position: relative;
    z-index: 2;
    animation: 4s ease-in-out infinite triangleUpDown;
}
.thankyou_page2 a {
    width: 333px;
    display: block;
    margin: 0 auto;
    background: 0 0;
    color: #1b1f30;
    padding: 14px 0;
    font-size: 18px;
    border-radius: 74px;
    border: 2px solid #1b1f30;
    position: relative;
    font-weight: 600;
    z-index: 2;
}
.thankyou_page2 a:hover {
    background: #1b1f30;
    color: #fff;
}
.content-wrp {
    background: #fcfbfa;
    padding: 2rem 37px;
    border-radius: 0px;
    position: relative;
    border: 2px solid #1f1e1d;
    box-shadow: 10px 10px 0 #2e2b2a;
    width: 84%;
    margin: 0 0 auto auto;
    border-radius: 10px;
}

.content-wrp::after {
    content: '';
    position: absolute;
    background: url(https://consalpro-html-template.netlify.app/images/shape/hero-1-element-3.png);
    top: -24%;
    right: -22%;
    width: 162px;
    height: 156px;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(3%) hue-rotate(196deg) brightness(97%) contrast(101%);
}
.cont-bx h3 {
    color: #1f1b1b;
    font-size: 36px;
    line-height: 36px;
    padding: 0 0 8px;
    font-weight: 800;
}
.cont-bx h1 {
    font-size: 23px;
    color: #1f1d1d;
    margin-bottom: 26px;
    font-weight: 300;
}
.l-field label {
    color: #fff;
    padding: 10px 0;
    display: none;
}
.l-field input, .l-field textarea {
    width: 100%;
    padding: 13px 21px;
    font-weight: 400;
    background: #63615e1c;
    border: none;
    margin: 6px 0;
    border-radius: 11px;
    font-size: 16px;
}
button.btn-style-one {
    width: 100%;
    border: none;
    padding: 10px 0;
    color: #fff;
    margin: -5px 0 0 0;
    background: #eb4133;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
}
.industry_cta{
    background: #27fd9a;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    margin: 2rem 0  -1rem;
    height: 277px;
    padding: 3rem 4rem 1rem;
}
.industry_cta h3{
    font-size: 48px;
    width: 65%;
    margin: 0  0 0 auto;
    line-height: 1.3;
    color: #1c1d2c;
    font-weight: 700;
    padding: 0 5rem;
}

.industry_cta .pro-btn a {
}

.industry_cta h4 {
    color: #209eff;
    font-size: 20px;
}

.industry_cta .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0 0 0;
    position: relative;
}
.industry_cta img{
    width: 236px;
    margin: 0 auto;
    position: absolute;
    top\: 0;
    top: -138px;
    left: -11px;
}
.feature_three {
    overflow: hidden;
    background: url(https://www.blitzwebsolution.com/images/banner-img.png);
    padding: 86px 150px;
    margin: 0 auto;
}

.feature_three .head_txt {
    margin-bottom: 27px;
}
.feature_three .head_txt div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.feature_three .head_txt h5{
    font-size: 24px;
    color: #000;
}
.feature_three .head_txt div h2{
    font-size: 50px;
    padding: 23px 0;
    color: #1c1919;
    font-weight: 500;
}
.feature_three .head_txt div p{
    color: #000;
    margin: 0;
}
.feature_three .feature_item{
    background: #ffffff94;
    padding: 25px;
    /* border-radius: 7px; */
    transition: all 0.3s ease-in;
    border: 2px solid #1d211f;
}

.feature_three .feature_item:hover {border: 2px solid #2626222b;background: #ffffff;}
.feature_three .feature_item img{
    width: 65px;
}
.feature_three .feature_item h3{
    font-size: 26px;
    padding: 16px  0;
}
.feature_three .feature_item p{
    color: #000;
    margin: 0;
    font-size: 18px;
}
/*contact_area */

.contact_area{
    padding: 4rem 4rem;
    background: url(https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/mobile-heroslim-bg-351534?resMode=sharp2&op_usm=1.5,0.65,15,0&wid=720&hei=405&qlt=100&fmt=png-alpha&fit=constrain););
    border-radius: 7px;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact_area .contact__item h2{
    font-size: 57px;
    line-height: 73px;
    color: #000;
    margin: 0px 0px 17px;
}
.contact_area .contact__item h5{
    color: #2aa96d;
    margin: 0;
    font-size: 22px;
    padding: 13px 0;
    font-weight: 600;
}

.contact_area .contact__item a {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    line-height: 1.6;
}
.contact_area .contact__item p{
    color: #000;
    margin: 7px 0;
    font-size: 24px;
    line-height: 1.5;
}

.contact_area .contact_right{
    background: #fff;
    padding: 32px 3rem;
    border-radius: 6px;
    background: rgb(255 255 255 / 75%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.contact_area .contact_right h3{font-size: 40px;padding: 0 0 19px 0;color: #000;}
.contact_area .contact_right form{}

.contact_area .contact_right form{}
.contact_area .contact_right form label{
    padding: 8px 0;
    font-weight: 600;
    font-size: 14px;
    color: #000;
}
.contact_area .contact_right form input{
    width: 100%;
    border: 1px solid #00000036;
    padding: 15px;
    font-family: 'Outfit';
    font-size: 16px;
    border-radius: 10px;
    background: #312d2d12;
}
.contact_area .contact_right form textarea{
    width: 100%;
    height: 97px;
    padding: 19px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #00000036;
    background: #312d2d12;
}

.contact_area .contact_right form button{
    background: #1c1d2c;
    padding: 14px 23px;
    font-size: 18px;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 12px 0 0 0;
}

.contact_area .contact_right .f_lex{
    display: flex;
    gap: 0 23px;
    margin: 6px 0;
}
/*contact_area */
.cta-sec {
    background: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    z-index: 2;
}
.cta-txt.hd-txt {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}
.cta-txt.hd-txt h2 {
    -webkit-text-stroke: 2px #000;
    -webkit-text-fill-color: transparent;
    color: hsla(0, 0%, 100%, .15);
    font-size: 50px;
    padding-top: 0;
    font-family: 'Font Awesome 5 Brands';
    font-weight: 500;
    line-height: 1.5;
}
.cta-sec .bnr-btn.about-btn {
    display: flex;
    justify-content: center;
    margin: 35px 0 25px;
}

.cta-sec .bnr-btn.about-btn a {
    margin: 0px 5px;
    background: #1c1d2c;
    padding: 11px 50px;
    border-radius: 84px;
    font-size: 18px;
    color: #fff;
    border: 2px solid #484c4e;
    transition: all 0.2s ease-in;
}

.cta-sec .bnr-btn.about-btn a:nth-child(1) {
    background: transparent;
    color: #000;
}

.cta-sec .bnr-btn.about-btn a:hover {
    background: transparent;
    color: #000;
}
.cta-sec img.cta-side-icon-st-1 {
    -webkit-animation: updown2 3s  ease-in-out infinite;
    animation: updown2 3s  ease-in-out infinite;
    bottom: 140px;
    position: absolute;
    right: 93px;
}
.cta-sec img.cta-side-icon-st-2 {
    -webkit-animation: slide3 8s  ease-in-out infinite;
    animation: updown2 8s  ease-in-out infinite;
    bottom: 95px;
    position: absolute;
    right: 14px;
    top: auto;
    width: 100px;
}
.cta-sec img.cta-side-icon-st-3 {
    -webkit-animation: updown2 3s  ease-in-out infinite;
    animation: updown2 3s  ease-in-out infinite;
    bottom: -80px;
    position: absolute;
    right: 80px;
    top: auto;
}
.cta-sec img {
    bottom: -90px;
    margin: auto;
    position: absolute;
    right: -180px;
    top: 0;
    width: auto;
}
@keyframes updown2{
    0%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: .4s;
}

50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: .4s;
}
}

.web-solution-sec {
    background: #1c1d2c;
    overflow: hidden;
    padding: 70px 0;
    position: relative;
    z-index: 1;
}
h2.mobile-outline-txt-st {
    -webkit-text-stroke: 1px #f5f5f5;
    -webkit-text-fill-color: #f5f5f5;
}
h2.outline-txt-consultation {
    bottom: auto;
    display: flex
;
    display: none;
    font-size: 7vw;
    font-weight: 700;
    height: auto;
    justify-content: flex-end;
    left: 0;
    margin: auto;
    position: absolute;
    top: -20px;
    top: 30px;
    z-index: -1;
}
.web-sol-bg-st {
    height: 1100px;
    left: -300px;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.3;
}
.web-solution-sec .hd-txt {
    text-align: center;
    width: 69%;
    margin: 0 auto 4rem;
    display: block;
}
.web-solution-sec .hd-txt h2 {
    padding-top: 0;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.25;
}
.web-sol-lft-col {
    padding-right: 50px;
}
.web-sol-lft-col p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 15px;
}

.web-sol-lft-col h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.web-solution-sec ul {
    display: flex
;
    flex-wrap: wrap;
    gap: 15px 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
.web-solution-sec ul li .web-sol-bx {
    align-items: flex-start;
    display: flex;
}

.web-sol-bx img {
    /* filter: invert(1); */
}
.web-sol-rft-div h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    padding-top: 20px;
}

.web-sol-rft-div img {
    width: 100%;
    border-radius: 15px;
}
.web-sol-rft-div p {
    color: #fff;
    font-size: 18px;
    padding: 20px 0 0 0;
    width: 86%;
}
.bnr-btn {
    align-items: center;
    display: flex;
    margin: 0 0 24px;
}
.get-btn {
    background: #fff;
    color: #000;
}
.chat-btn, .get-btn {
    border-radius: 60px;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 45px;
    transition: all .5s 
ease-in-out;
}
.chat-btn {
    background: #e9ff58;
    color: #000;
    margin-left: 20px;
}

.portfolio-sec {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 70px 0 170px;
    position: relative;
    z-index: 1;
}

h2.mobile-outline-txt-st {
    -webkit-text-stroke: 1px #f5f5f5;
    -webkit-text-fill-color: #f5f5f5;
}
h2.outline-txt-portfolio {
    -webkit-text-stroke: 1px #333333a1;
    -webkit-text-fill-color: transparent;
    bottom: -40px;
    display: flex;
    font-size: 205px;
    height: auto;
    justify-content: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    z-index: -1;
    font-family: 'Font Awesome 5 Pro';
    opacity: 0.5;
}
.port-bg {
    left: -290px;
    position: absolute;
    top: -60px;
    z-index: -1;
}
.portfolio-sec .hd-txt {
    padding-bottom: 30px;
    text-align: center;
}
.hd-txt h4 {
    color: #ff0404;
    font-size: 22px;
    font-weight: 500;
}
.hd-txt h2 {
    color: #313131;
    font-size: 55px;
    font-weight: 700;
    padding-top: 15px;
}
.main-port-div{}
.main-port-div .port-bx{
    margin: 0 0 28px 0;
}
.main-port-div .port-bx .react_lightgallery_item{}
.main-port-div .port-bx .react_lightgallery_item img{
    width: 100%;
    height: 636px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
    transition: all 4s ease-in;
}

.main-port-div .port-bx .react_lightgallery_item img:hover {
    object-position: bottom;
}
.our-system {
    background: url(https://static.vecteezy.com/system/resources/previews/019/646/679/original/splashes-blurry-particle-png.png);
    padding: 0rem 0 7rem 0;
    background-size: contain;
    /* background-position: 6% 100%; */
    /* background-repeat: no-repeat; */
}
.info-system p {
    font-size: 18px;
    color: #000;
}
.info-system .btn-block a {background: #1C1D2C;color: #fff;border-radius: 37px;padding: 11px 43px;font-size: 16px;}

.info-system .btn-block a:hover {
    transform: translateY(-10px);
}

.info-system .btn-block a:nth-child(2) {
    background: transparent;
    border: 2px solid #000;
    color: #000;
}

.btn-block {
    display: block;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 3px;
}



.price-card {
    background-color:#fff;
    box-shadow: 0px 0px 30px rgba(0, 15, 87, 0.08);
    text-align: center;
    padding: 0 40px 22px 24px;
    margin-top: 20px;
    border-radius: 15px;
    position: relative;
    border: 2px solid #1c1d2c2e;
    transition: all 0.3s 
ease-in-out;
}

.price-card:hover {
    background: #ffffff;
    border: 2px solid #198754;
}

.price-card_title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    width: auto;
    margin: 0 auto 5px auto;
    color: black;
    padding: 25px 0px 0px 0px;
    text-align: center;
}
.price-card .name-shape {
    height: 20px;
    width: 385px;
    background-color: #000000;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    display: none;
}
.price-card_price {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin: 20px auto;
    padding-left: 10px;
    position: relative;
    color: #198754;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.price-card_price .currency {
    font-size: 16px;
    position: absolute;
    bottom: 6px;
    left: 0;
}
.price-card_content {
    margin-top: 10px;
    margin-bottom: 8px;
}
.available-list {
    padding: 15px 0;
    margin: 0;
    list-style: none;
    height: 254px;
    text-align: start;
    overflow-y: scroll;
    margin-top: 14px;
    margin-bottom: 20px;
    border-radius: 20px;
    background: rgb(242 242 242 / 47%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.available-list h3 {
    padding: 9px 18px;
    font-size: 17px;
}
.available-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: start;
}
.available-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 44px;
    font-size: 14px;
}
.available-list li:before {
    content: url(https://webdesigncrew.co.uk/assets/img/shape/check.png);
    position: absolute;
    left: 15px;
    -webkit-transition: 0.3s 
ease-in-out;
    transition: 0.3s 
ease-in-out;
    width: 20px;
    height: 20px;
    line-height: 26px;
    text-align: center;
    border-radius: 99px;
    /* background: #2b272712; */
}
.industry_package{
    padding: 6rem 0;
    position: relative;
}

section.industry_package::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background: url(../images/web-sol-bg.png);
    background-size: cover;
    z-index: -1;
    opacity: 0.4;
}
.title_area span{
    color: #0dcaf0;
    font-size: 22px;
    font-weight: 500;
}
.title_area h2{
    color: #313131;
    font-size: 55px;
    font-weight: 700;
    padding-top: 15px;
}
.title_area p{
    color: #000;
    padding: 17px 0;
    width: 59%;
    margin: 0 auto;
}
.as-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: #1C1D2C;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 15.5px 29px;
    border-radius: 63px;
    border: 2px solid #f8f8f8;
}

.as-btn:hover {
    color: #282828;
    background: transparent;
    border: 2px solid #000;
}
.actions {
    border-top: 1px solid #bababa6e;
    padding-top: 15px;
    text-align: left;
    margin-top: 15px;
}

.actions a {
    font-size: 16px;
    text-align: center;
}

.actions a small {
    display: block;
    color: #6b6b6b;
    font-weight: 400;
}

.actions a span {color: #000;display: block;font-weight: 600;}
 /*industry_banner */
 
 .Packages-inner .Packages-buttons {
    margin: 0 0 30px
}

.Packages-buttons ul {
    justify-content: center;
    align-items: center;
    border-bottom: none
}

.Packages-buttons ul li {
    margin: 0 1px 9px
}

.Packages-buttons ul li button.nav-link {
    border-radius: 30px;
    padding: 8px 12px;
    text-align: center;
    display: block;
    background-color: #fff;
    font-size: 16px;
    color: #231c23;
    transition: .3s ease-out;
    cursor: pointer;
    min-width: 170px;
    border: 2px solid #ffffff;
    margin: 0 3px;
}

.Packages-buttons ul li button.nav-link.active,.Packages-buttons ul li button.nav-link:hover {
    background: transparent;
    color: #fff
}

.Packages-tabitem .boxpackages {
    transition: .3s ease-out;
    z-index: 0;
    border-radius: 22px;
    background: #fff;
    padding: 20px 16px 30px;
    margin: 0 0 24px;
    width: 100%;
    box-shadow: -2px 10px 40px -10px #00000059;
    position: relative;
    overflow: hidden;
    border: 2px solid #ffffff;
}

.Packages-tabitem .boxpackages:hover {
    transform: scale(1.07);
    border: 2px solid #02ff8600;
}

.Packages-tabitem .boxpackages .packag-tit {
    border-bottom: 1px solid #223c3c;
}

.packag-tit .heading-five {
    text-transform: uppercase;
    left: 0;
    font-size: 18px;
    position: absolute;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 20px 0;
    top: 0;
    text-align: center;
    display: flex;
    width: 100%;
    transition: .6s;
    justify-content: center;
    background: #1c1d2c;
}

.packag-tit p {
    font-weight: 600;
    font-size: 12px;
    color: #242424;
    padding: 63px 0 18px;
    text-align: center;
    margin: 0;
    line-height: 1.2;
}

.Packages-tabitem .boxpackages .pack-detail-pri {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 14px 0;
}

.boxpackages .pack-detail-pri .pack-det-left .heading-three {
    transition: .6s;
    font-size: 30px;
    color: #1c1d2c;
    font-weight: 700;
    padding: 6px 25px;
    margin: 0;
    background: transparent;
    border-radius: 49px;
}

.boxpackages .pack-detail-pri .pack-det-left .heading-three sup {
    font-size: 24px;
    font-weight: 600
}

.Packages-tabitem .boxpackages .pack-detail-pri .pack-det-right {
    position: absolute;
    right: 0;
    background-color: #7f7f7f;
    padding: 4px 10px 0;
    display: none
}

.Packages-tabitem .boxpackages .pack-detail-pri .pack-det-right:before {
    position: absolute;
    z-index: 9;
    background-color: transparent;
    left: -18px;
    content: "";
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 18px solid #7f7f7f;
    transform: rotate(180deg);
    top: 0
}

.Packages-tabitem .boxpackages .pack-detail-pri .pack-det-right h4 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin: 0
}

.Packages-tabitem .boxpackages .pack-detail-pri .pack-det-right h4 span.sale {
    text-decoration: line-through;
    display: block;
    font-size: 23px;
    color: #fff
}

.Packages-tabitem .boxpackages:hover .pack-det-right {
    background: linear-gradient(45deg,#2ca5ff,#00bcd4);
    right: 1px
}

.Packages-tabitem .boxpackages:hover .pack-det-right:before {
    border-left-color: #1eadf1
}

.Packages-tabitem .boxpackages .package-list {
    margin-top: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d1d7e3;
    height: 207px;
    overflow-y: scroll;
    padding-right: 20px;
    overflow-x: hidden
}

.Packages-tabitem .boxpackages .package-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 transparent;
    border-radius: 0
}

.Packages-tabitem .boxpackages .package-list::-webkit-scrollbar {
    width: 3px;
    background: 0 0;
    border-radius: 0
}

.Packages-tabitem .boxpackages .package-list::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 0
}

.Packages-tabitem .boxpackages .package-list h4 {
    font-size: 14px;
    line-height: 27px;
    font-weight: 700;
    border-top: 1px solid #d1d7e3;
    color: #198754;
    padding: 3px 13px;
    text-transform: uppercase;
    border-radius: 7px
}

.Packages-tabitem .boxpackages .package-list ul li {
    position: relative;
    padding: 5px 0 5px 25px;
    font-size: 16px;
    color: #000;
}

.Packages-tabitem .boxpackages .package-list ul li:before {
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    content: "\f1c";
    display: inline-block;
    position: absolute;
    left: 6px;
    top: 7px;
    color: #198754;
    transform: rotate(152deg);
    animation: rotate 2s linear infinite;
}

.Packages-tabitem .boxpackages .package-list ul li:after {
    content: "";
    right: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #00000021, #00000080);
    display: block;
    position: absolute;
    bottom: 0;
    left: 25px
}

.botarea-pack .view-details-text {
    text-align: center;
    margin-bottom: 12px;
    display: none;
}

.botarea-pack .view-details-text a {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    font-weight: 600
}

.Packages-tabitem .boxpackages .botarea-pack .btn-pack-lst-col {
    /* display: flex; */
    /* justify-content: space-around; */
    /* align-items: center; */
}

.botarea-pack .btn-pack-lst-col .bottom-btn-order a.btn-orders {
    border: 1px solid #1c1d2c;
    border-radius: 30px;
    padding: 13px 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    background: #1c1d2c;
}

.botarea-pack .btn-pack-lst-col .botom-live-cht .liovechats-bx span {
    font-size: 10px;
    color: #242424;
    position: relative
}

.botarea-pack .btn-pack-lst-col .botom-live-cht .liovechats-bx .heading-five {
    font-weight: 700;
    color: #111;
    font-size: 20px;
    line-height: 30px;
    margin: 0
}

.botarea-pack .btn-pack-lst-col .botom-live-cht .liovechats-bx span:before {
    content: "💬";
    position: absolute;
    right: -25px;
    top: -4px;
    color: #ff6313;
    font-size: 16px
}

.Packages-tabitem .boxpackages:hover .botarea-pack .btn-pack-lst-col .bottom-btn-order a.btn-orders {
    background: #02ff8600;
    color: #000;
    border: 1px solid #000000;
}

.Packages-tabitem .boxpackages:hover .botarea-pack .btn-pack-lst-col .botom-live-cht .liovechats-bx .heading-five {
    color: #fff;
    background: 0 0
}

.Packages-tabitem .boxpackages .botarea-pack .btn-pack-lst-col .btn-md-spc {
    border: 1px solid #e2e5ec;
    height: 35px;
    display: none;
}

.package-btn-dv a {
    border: 1px solid #cbcbcb;
    color: #ff0042;
    transition: width .3s linear,color .3s linear;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 18px 0 rgba(0,0,0,.15);
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    height: 55px;
    width: auto!important;
    display: inline-block;
    padding: 12px 40px
}

.package-btn-dv a:hover {
    background-image: linear-gradient(to right,#fd0043,#721e72);
    color: #fff
}

.Packages-tabitem .boxpackages:hover h5 {
    background: #1c1d2c;
    transition: .6s;
    color: #fff;
}

.Packages-tabitem .boxpackages:hover .heading-three {
    /* background: #1c1d2c; */
    transition: .6s;
    color: #222624;
}

.Packages-tabitem .boxpackages::after {
    position: absolute;
    content: "";
    height: 0%;
    width: 0%;
    background: linear-gradient(#f0f0f0, #ffffff);
    top: 50%;
    z-index: -1;
    right: 41%;
    transition: .6s
}

.Packages-tabitem .boxpackages:hover:After {
    transition: .6s;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0
}

section.Packages-wrap h3 {
    text-transform: uppercase;
    font-size: 29px;
    margin: 0 0 17px;
    color: #000;
    font-weight: 600
}
@keyframes rotatse{
    0%{
        transform:rotate(0);
    }
      100%{
        transform:rotate(360deg);
    }
    
}
.splider {
    padding: 110px 0;
    background: #1b1f30;
}

section.splider {}

.splider h1,.splider h2,.splider h3,.splider h4,.splider h5,.splider h6 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px
}

.splider .tab-content .tab-pane img {
    width: 100%;
    height: 391px;
    object-fit: cover;
    border-radius: 24px;
    margin: 0 0 22px;
    border: 15px solid #242a43;
}
section.splider .nav-link {
    padding: 8px 35px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border: 2px solid #ffffff;
    margin: 20px 8px 0;
    border-radius: 42px;
    text-transform: uppercase;
}

.splider .nav-tabs {
    justify-content: center;
    margin: 0 0 4rem 0;
    border: none;
}
.splider .nav-link.active {
    background: #fff !important;
    color: #000;
    font-weight: 600;
}
.view_mor{
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-weight: 600;
    width: 125px;
    padding: 6px;
    border-radius: 38px;
    transition: all 0.3s ease-in;
}

.view_mor:hover {
    background: #fff;
    color: #000;
}


.fadeIn {
  animation: fadeInEffect 0.5s ease-in-out;
}

@keyframes fadeInEffect {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

