@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  color: #94a2b7;
  background: #090919;
  font-weight: 500;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

p {
  letter-spacing: 0.48px;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 20px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 16px;
}

a,
button {
  transition: 0.3s all ease-in-out 0s;
}

a {
  transition: 0.3s all ease-in-out 0s;
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #0acaf9;
}

.gapsec {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .gapsec {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .gapsec {
    padding: 60px 0;
  }
}

label {
  font-size: 16px;
  font-weight: 500;
  color: #4f4f4f;
  margin-bottom: 8px;
  display: block;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  border: 1px solid #cbcbcb;
  height: 52px;
  border-radius: 10px;
  background: #e5e5e5;
  box-shadow: none;
  outline: 0;
  font-size: 16px;
  color: #565669;
  font-weight: 400;
  padding: 10px 15px;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder {
  color: #565669;
  opacity: 1;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder {
  color: #565669;
  opacity: 1;
}

textarea {
  width: 100%;
  border: 1px solid #cbcbcb;
  height: 140px;
  border-radius: 10px;
  background: #e5e5e5;
  box-shadow: none;
  outline: 0;
  font-size: 16px;
  color: #565669;
  font-weight: 400;
  padding: 10px 15px;
}
textarea::-moz-placeholder {
  color: #565669;
  opacity: 1;
}
textarea::placeholder {
  color: #565669;
  opacity: 1;
}

.form-group {
  margin-bottom: 18px;
}

input[type=submit],
button[type=submit] {
  width: 100%;
  border: 1px solid #151619;
  color: #f0f0f0;
  height: 52px;
  border-radius: 30px;
  background: #151619;
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
  outline: 0;
}
input[type=submit]:hover,
button[type=submit]:hover {
  background: transparent;
  color: #151619;
}

.primaryBtn {
  display: inline-block;
  padding: 8px 25px;
  padding-right: 10px;
  background: #fff;
  color: #080816;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 142.5%;
  /* 25.65px */
  border: 0;
  border-radius: 30px;
  display: flex;
  align-items: center;
}
.primaryBtn:hover {
  color: #080816;
  transform: scale(0.96);
}
.primaryBtn .btnIcon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #080816;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  transition: 0.3s all ease-in-out 0s;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.banner {
  background: linear-gradient(to right, rgb(10, 202, 249) 0%, rgb(52, 78, 230) 100%);
}

.header {
  background: rgba(13, 13, 34, 0.9);
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}
.header .navbar {
  padding: 0;
}
.header .navbar .logo img {
  display: inline-block;
  width: 146px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .navbar .navbar-toggler {
  padding: 0;
  border: 0;
}
.header .navbar .navbar-collapse .navbar-nav li {
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .header .navbar .navbar-collapse .navbar-nav li {
    margin-right: 15px;
  }
}
.header .navbar .navbar-collapse .navbar-nav li:last-child {
  margin-right: 0;
}
.header .navbar .navbar-collapse .navbar-nav li a {
  font-weight: 600;
}
.header .navbar .navbar-collapse .navbar-nav li.current-menu-item a {
  background: linear-gradient(#0acaf9, #344ee6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .navbar .navbar-collapse .closeMenuBtn {
  display: none;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
@media (max-width: 991px) {
  .header .navbar .navbar-collapse .closeMenuBtn {
    display: block;
    transform: rotate(42deg);
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
.header .langQuotebtn {
  margin-left: 200px;
}
@media (max-width: 1199px) {
  .header .langQuotebtn {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .header .langQuotebtn {
    display: none;
  }
}

.banner {
  position: relative;
}
.banner .bannerImg {
  margin-bottom: 0;
}
.banner .bannerImg img {
  width: 100%;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .bannerImg img.mobileImg {
  display: none;
}
@media (max-width: 575px) {
  .banner .bannerImg img.mobileImg {
    display: block;
  }
  .banner .bannerImg img.desktopImg {
    display: none;
  }
}
.banner .bannercont {
  position: absolute;
  top: 22%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner .bannercont {
    top: 24%;
  }
}
.banner .bannercont .bannerInner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.banner .bannercont .bannerInner .bannerTag {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#344ee6+11,0acaf9+99 */
  background: linear-gradient(to bottom, rgb(52, 78, 230) 11%, rgb(10, 202, 249) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  display: table;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 14px 20px;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .banner .bannercont .bannerInner .bannerTag {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .banner .bannercont .bannerInner .bannerTag {
    padding: 10px 15px;
  }
}
.banner .bannercont .bannerInner h1 {
  color: #fff;
  font-weight: 600;
  font-size: 55px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .banner .bannercont .bannerInner h1 {
    font-size: 40px;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .banner .bannercont .bannerInner h1 {
    font-size: 36px;
    max-width: 550px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .banner .bannercont .bannerInner h1 {
    font-size: 30px;
    max-width: 550px;
    margin-bottom: 25px;
    letter-spacing: -1px;
  }
}
.banner .bannercont .bannerInner p {
  color: #fff;
  font-weight: 400;
  max-width: 610px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .banner .bannercont .bannerInner p {
    margin-bottom: 25px;
  }
}
.banner .bannercont .bannerInner .btnWrapper {
  display: table;
  margin: 0 auto;
}

.headingsec {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.headingsec .headingseclft {
  flex-basis: 50%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .headingsec .headingseclft {
    flex-basis: 100%;
    margin-bottom: 25px;
  }
}
.headingsec .headingseclft h3 {
  background: linear-gradient(to bottom, rgb(52, 78, 230) 11%, rgb(10, 202, 249) 99%);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 8px 12px;
  border-radius: 30px;
  letter-spacing: -0.22px;
  display: table;
}
.headingsec .headingseclft h2 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}
.headingsec .headingseclft h2 span {
  color: #94a2b7;
  display: block;
}
@media (max-width: 1199px) {
  .headingsec .headingseclft h2 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .headingsec .headingseclft h2 {
    font-size: 30px;
  }
}
.headingsec .para {
  flex-basis: 30%;
  align-self: flex-end;
  color: #94a2b7;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .headingsec .para {
    flex-basis: 40%;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .headingsec .para {
    flex-basis: 100%;
  }
}

.serviceSec .serviceBot {
  border-radius: 20px;
  padding: 10px;
  background: #24243b;
}
.serviceSec .serviceBot .row {
  margin: 0 -5px;
}
@media (max-width: 767px) {
  .serviceSec .serviceBot .row {
    margin-bottom: -10px;
  }
}
.serviceSec .serviceBot .row > div {
  padding: 0 5px;
  display: flex;
}
@media (max-width: 767px) {
  .serviceSec .serviceBot .row > div {
    margin-bottom: 10px;
  }
}
.serviceSec .serviceBot .row > div .item {
  background: #07071d;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  .serviceSec .serviceBot .row > div .item {
    padding: 20px;
  }
}
.serviceSec .serviceBot .row > div .item figure {
  margin-bottom: 40px;
  display: table;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #7a7afb;
  position: relative;
}
@media (max-width: 991px) {
  .serviceSec .serviceBot .row > div .item figure {
    width: 34px;
    height: 34px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .serviceSec .serviceBot .row > div .item figure {
    margin-bottom: 30px;
  }
}
.serviceSec .serviceBot .row > div .item figure img {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .serviceSec .serviceBot .row > div .item figure img {
    width: 15px;
    height: 15px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.serviceSec .serviceBot .row > div .item h3 {
  font-weight: 700;
  color: #fff;
}

.serviceSec .serviceBot .row > div .item p {
  margin-bottom: 0;
}


@media (max-width: 991px) {
  .serviceSec .serviceBot .row > div .item h3 {
    margin-bottom: 15px;
  }
}

.portfolioSec .portfolioInner .row {
  margin: 0 -5px;
  margin-bottom: -10px;
}
.portfolioSec .portfolioInner .row > div {
  padding: 0 5px;
  margin-bottom: 10px;
  display: flex;
}
.portfolioSec .portfolioInner .row > div .item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.portfolioSec .portfolioInner .row > div .item figure {
  margin-bottom: 0;
    width: 100%;
}
.portfolioSec .portfolioInner .row > div .item figure img {
  margin-bottom: 0;
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .portfolioSec .portfolioInner .row > div .item figure img {
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.portfolioSec .portfolioInner .row > div .item .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  padding: 10px 15px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  transition: 0.3s all ease-in-out 0s;
  transform: translateY(100px);
}
.portfolioSec .portfolioInner .row > div .item .content .left h3 {
  font-weight: 600;
  color: #0e0030;
  font-size: 20px;
  margin-bottom: 7px;
  line-height: 1;
}
.portfolioSec .portfolioInner .row > div .item .content .left p {
  color: #918eab;
  font-size: 13px;
  font-weight: 600;
}
.portfolioSec .portfolioInner .row > div .item .content .right button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  filter: drop-shadow(3px 6px 3px #684af6);
}
.portfolioSec .portfolioInner .row > div .item:hover figure img {
  transform: scale(1.1);
}
.portfolioSec .portfolioInner .row > div .item:hover .content {
  transform: translateY(0);
}

.aboutSec {
  position: relative;
}
.aboutSec::before {
  content: "";
  position: absolute;
  left: -11%;
  top: -10%;
  width: 370px;
  height: 200px;
  background: #3737dd;
  border-radius: 40%;
  filter: blur(200px);
  z-index: 999;
}
.aboutSec .aboutInner > .row {
  margin: 0 -5px;
}
.aboutSec .aboutInner > .row > div {
  padding: 0 5px;
}
.aboutSec .aboutInner .lftImg {
  position: relative;
}
.aboutSec .aboutInner .lftImg figure {
  margin-bottom: 0;
}
.aboutSec .aboutInner .lftImg figure img {
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .aboutSec .aboutInner .lftImg figure img {
    height: 420px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.aboutSec .aboutInner .lftImg .socialsec {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  padding: 20px 25px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transition: 0.3s all ease-in-out 0s;
}
.aboutSec .aboutInner .lftImg .socialsec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
}
.aboutSec .aboutInner .lftImg .socialsec .lft {
  flex-basis: 60%;
  position: relative;
  z-index: 1;
}
.aboutSec .aboutInner .lftImg .socialsec .lft h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 2px;
  font-weight: 500;
}
.aboutSec .aboutInner .lftImg .socialsec .lft p {
  color: #fff;
  opacity: 0.75;
  font-size: 14px;
}
.aboutSec .aboutInner .lftImg .socialsec .right {
  flex-basis: 40%;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
.aboutSec .aboutInner .lftImg .socialsec .right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.aboutSec .aboutInner .lftImg .socialsec .right ul li {
  padding: 0;
  margin: 0 20px 0 0;
}
.aboutSec .aboutInner .lftImg .socialsec .right ul li:last-child {
  margin-right: 0;
}
.aboutSec .aboutInner .lftImg .socialsec .right ul li a {
  display: inline-block;
}
.aboutSec .aboutInner .lftImg .socialsec .right ul li a img {
  transition: 0.3s all ease-in-out 0s;
}
.aboutSec .aboutInner .lftImg .socialsec .right ul li a:hover img {
  transform: rotate(360deg);
}
.aboutSec .aboutInner .aboutRight {
  border-radius: 20px;
  padding: 10px;
  background: #24243b;
}
@media (max-width: 991px) {
  .aboutSec .aboutInner .aboutRight {
    margin-top: 10px;
  }
}
.aboutSec .aboutInner .aboutRight > .row {
  margin: 0 -5px;
  margin-bottom: -10px;
}
.aboutSec .aboutInner .aboutRight > .row > div {
  padding: 0 5px;
  margin-bottom: 10px;
}
.aboutSec .aboutInner .aboutRight .aboutRightItem {
  background: #07071d;
  padding: 25px 30px;
  border-radius: 20px;
}
.aboutSec .aboutInner .aboutRight .aboutRightItem h3 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .aboutSec .aboutInner .aboutRight .aboutRightItem h3 {
    font-size: 35px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .aboutSec .aboutInner .aboutRight .aboutRightItem h3 {
    font-size: 38px;
  }
}
.aboutSec .aboutInner .aboutRight .aboutRightItem p {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .aboutSec .aboutInner .aboutRight .aboutRightItem p {
    font-size: 16px;
  }
}

.workedWithSec {
  position: relative;
}
.workedWithSec::after {
  content: "";
  position: absolute;
  right: -19%;
  top: -56%;
  width: 440px;
  height: 340px;
  background: #3737dd;
  border-radius: 40%;
  filter: blur(250px);
  z-index: 1;
}
@media (max-width: 1199px) {
  .workedWithSec::after {
    right: 0;
    width: 200px;
    height: 340px;
    filter: blur(160px);
    top: -8%;
    filter: blur(220px);
  }
}
.workedWithSec.gapsec {
  padding-top: 0;
}
.workedWithSec .row {
  align-items: center;
}
.workedWithSec .row h2 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 991px) {
  .workedWithSec .row h2 {
    margin-bottom: 20px;
  }
}
.workedWithSec .workWithSlider {
  position: relative;
}
.workedWithSec .workWithSlider::after {
  content: "";
  position: absolute;
  right: -6%;
  top: -15px;
  width: 106px;
  height: 60px;
  background: #090919;
  border-radius: 40%;
  z-index: 1;
  filter: drop-shadow(-36px 0px 9px #090919);
  z-index: 1;
}
@media (max-width: 767px) {
  .workedWithSec .workWithSlider::after {
    right: 0;
    width: 46px;
  }
}

.testimonialSec .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .testimonialSec .testimonialSlider {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .testimonialSec .testimonialSlider {
    padding: 0;
  }
}
.testimonialSec .testimonialSlider .slick-slider {
  margin-bottom: 0;
}
.testimonialSec .testimonialSlider .sliderInner .slick-list {
  margin: 0 -5px;
}
.testimonialSec .testimonialSlider .sliderInner .slick-slide > div {
  margin: 0 5px;
}
.testimonialSec .testimonialSlider .sliderInner .slick-arrow {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #444484 url(./images/sliderarrowlft.svg) no-repeat center center;
  background-size: auto;
  font-size: 0;
  line-height: 0;
  z-index: 1;
  left: -50px;
}
@media (max-width: 1199px) {
  .testimonialSec .testimonialSlider .sliderInner .slick-arrow {
    left: -44px;
  }
}
@media (max-width: 991px) {
  .testimonialSec .testimonialSlider .sliderInner .slick-arrow {
    display: none !important;
  }
}
.testimonialSec .testimonialSlider .sliderInner .slick-arrow::before {
  display: none;
}
.testimonialSec .testimonialSlider .sliderInner .slick-arrow:hover {
  background-size: auto;
  background: #7a7afb url(./images/sliderarrowlft.svg) no-repeat center center;
}
.testimonialSec .testimonialSlider .sliderInner .slick-arrow.slick-next {
  background: #444484 url(./images/nextarrowic.svg) no-repeat center center;
  background-size: auto;
  right: -50px;
  left: inherit;
}
@media (max-width: 1199px) {
  .testimonialSec .testimonialSlider .sliderInner .slick-arrow.slick-next {
    right: -45px;
  }
}
@media (max-width: 991px) {
  .testimonialSec .testimonialSlider .sliderInner .slick-arrow.slick-next {
    display: none !important;
  }
}
.testimonialSec .testimonialSlider .sliderInner .slick-arrow.slick-next:hover {
  background-size: auto;
  background: #7a7afb url(./images/nextarrowic.svg) no-repeat center center;
}
.testimonialSec .testimonialSlider .sliderInner .item {
  background: #24243b;
  border-radius: 20px;
  padding: 10px;
  padding-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.testimonialSec .testimonialSlider .sliderInner .item .tesimonialCont {
  background: #07071d;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .testimonialSec .testimonialSlider .sliderInner .item .tesimonialCont {
    padding: 10px;
  }
}
.testimonialSec .testimonialSlider .sliderInner .item .tesimonialCont .star {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.testimonialSec .testimonialSlider .sliderInner .item .tesimonialCont .star h3 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.testimonialSec .testimonialSlider .sliderInner .item .tesimonialAuthor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 15px;
  margin-top: auto;
}
.testimonialSec .testimonialSlider .sliderInner .item .tesimonialAuthor figure {
  margin-bottom: 0;
}
.testimonialSec .testimonialSlider .sliderInner .item .tesimonialAuthor figure img {
  width: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 40px;
}
.testimonialSec .testimonialSlider .sliderInner .item .tesimonialAuthor .authDetail {
  flex-basis: calc(100% - 40px);
  max-width: calc(100% - 40px);
  padding-left: 10px;
}
.testimonialSec .testimonialSlider .sliderInner .item .tesimonialAuthor .authDetail h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
  color: #fff;
}
.testimonialSec .testimonialSlider .sliderInner .item .tesimonialAuthor .authDetail p {
  font-size: 12px;
}
.testimonialSec .testimonialSlider .sliderInner .slick-dots {
  margin-top: 40px;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonialSec .testimonialSlider .sliderInner .slick-dots li {
  margin: 0 12px 0 0;
  width: auto;
  height: auto;
  transition: 0.3s all ease-in-out 0s;
}
.testimonialSec .testimonialSlider .sliderInner .slick-dots li button {
  width: 16px;
  height: 10px;
  background: #24243b;
  border-radius: 30px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  display: block;
}
.testimonialSec .testimonialSlider .sliderInner .slick-dots li button::before {
  display: none;
}
.testimonialSec .testimonialSlider .sliderInner .slick-dots li.slick-active button {
  width: 89px;
}

.faqSec {
  position: relative;
}
.faqSec::after {
  content: "";
  position: absolute;
  left: -30%;
  top: 50%;
  width: 400px;
  height: 340px;
  background: #3737dd;
  border-radius: 40%;
  filter: blur(200px);
  z-index: 1;
}
.faqSec .container {
  position: relative;
  z-index: 2;
}
.faqSec .faqInner {
  border-radius: 20px;
  padding: 10px;
  background: #24243b;
}
.faqSec .faqInner .accordion {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.faqSec .faqInner .accordion .accordion-item {
  background: #07071d;
  border-radius: 20px;
  border: 0;
  margin-bottom: 10px;
}
.faqSec .faqInner .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faqSec .faqInner .accordion .accordion-item .accordion-header {
  border: 0;
}
.faqSec .faqInner .accordion .accordion-item .accordion-header button {
  border-radius: 20px;
  background: #07071d;
  box-shadow: none;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .faqSec .faqInner .accordion .accordion-item .accordion-header button {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faqSec .faqInner .accordion .accordion-item .accordion-header button {
    font-size: 16px;
  }
}
.faqSec .faqInner .accordion .accordion-item .accordion-header button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: url(./images/faqminus.svg) no-repeat center center;
  background-size: 100% 100%;
}
.faqSec .faqInner .accordion .accordion-item .accordion-header button.collapsed::after {
  background: url(./images/faqplus.svg) no-repeat center center;
  background-size: 100% 100%;
}
.faqSec .faqInner .accordion .accordion-item .accordion-body {
  margin: 0 20px;
  margin-top: 0;
  padding: 20px 0;
  border-top: 1px solid rgba(35, 35, 87, 0.4);
  color: #94a2b7;
}

.contactSec.gapsec {
  padding-top: 0;
}
.contactSec .contactInner > .row {
  margin: 0 -5px;
  margin-bottom: -20px;
}
.contactSec .contactInner > .row > div {
  padding: 0 5px;
  margin-bottom: 20px;
}
.contactSec .contactInner .lftContact {
  border-radius: 20px;
  padding: 10px;
  background: #24243b;
}
.contactSec .contactInner .lftContact > .row {
  margin: 0 -5px;
  margin-bottom: -10px;
}
.contactSec .contactInner .lftContact > .row > div {
  padding: 0 5px;
  margin-bottom: 10px;
}
.contactSec .contactInner .lftContact .item {
  background: #07071d;
  border-radius: 20px;
  padding: 20px;
}
@media (max-width: 767px) {
  .contactSec .contactInner .lftContact .item {
    position: relative;
    padding-left: 90px;
  }
}
.contactSec .contactInner .lftContact .item figure {
  margin-bottom: 52px;
}
@media (max-width: 1199px) {
  .contactSec .contactInner .lftContact .item figure {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .contactSec .contactInner .lftContact .item figure {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.contactSec .contactInner .lftContact .item h3 {
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contactSec .contactInner .lftContact .item h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.contactSec .contactInner .lftContact .item h3 p {
  font-size: 14px;
  margin-bottom: 10px;
}
.contactSec .contactInner .lftContact .item h3 p:last-child {
  margin-bottom: 0;
}
.contactSec .contactInner .lftContact .item h3 .contactInfo a {
  font-size: 14px;
  color: #94a2b7;
}
.contactSec .contactInner .lftContact .item h3 .contactInfo a:hover {
  text-decoration: underline;
}
.contactSec .contactInner .rightForm {
  background: #fff;
  border-radius: 20px;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .contactSec .contactInner .rightForm {
    padding: 20px;
  }
}
.contactSec .contactInner .rightForm form {
  width: 100%;
  display: block;
}

.footer {
  background: #222290;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.footer .footerTop {
  padding: 40px 0 30px 0;
}
@media (max-width: 767px) {
  .footer .footerTop .row > div {
    margin-bottom: 30px;
  }
  .footer .footerTop .row > div:last-child {
    margin-bottom: 0;
  }
}
.footer .footerTop .logosec {
  color: #ffffff;
  font-weight: 400;
  max-width: 340px;
}
@media (max-width: 767px) {
  .footer .footerTop .logosec {
    max-width: 100%;
  }
}
.footer .footerTop .logosec figure {
  margin-bottom: 30px;
}
.footer .footerTop .logosec figure .logo img {
  display: inline-block;
  width: 146px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footerTop .logosec p {
  font-weight: 400;
  opacity: 0.5;
  letter-spacing: -0.5px;
}
.footer .footerTop h3 {
  font-weight: 600;
  font-size: 16px;
  color: rgba(240, 240, 240, 0.6);
  margin-bottom: 15px;
}
.footer .footerTop .footerNavigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .footerTop .footerNavigation ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
}
.footer .footerTop .footerNavigation ul li:last-child {
  margin-bottom: 0;
}
.footer .footerTop .footerNavigation ul li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 1;
}
.footer .footerTop .footerNavigation ul li a:hover {
  text-decoration: underline;
}
.footer .footerTop .socialsec ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.footer .footerTop .socialsec ul li {
  padding: 0;
  margin: 0 20px 0 0;
}
.footer .footerTop .socialsec ul li:last-child {
  margin-right: 0;
}
.footer .footerTop .socialsec ul li a img {
  transition: 0.3s all ease-in-out 0s;
}
.footer .footerTop .socialsec ul li a:hover img {
  transform: rotate(180deg);
}
.footer .footerBot {
  border-top: 1px solid #2c2c9b;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .footer .footerBot {
    border-top: 0;
    padding-top: 0;
  }
}
.footer .footerBot .allRightsText {
  text-align: right;
}
.footer .footerBot p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .footer .footerBot p {
    font-size: 12px;
    font-weight: 400;
  }
}
.footer .mobileSocial {
  display: none;
}
@media (max-width: 991px) {
  .footer .mobileSocial {
    display: block;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer .mobileSocial {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .footer .desktopSocial {
    display: none;
  }
}

@media (max-width: 991px) {
  body .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: #090919;
    transition: 0.6s all ease-in-out 0s;
    transform: translateY(-100%);
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  body .navbar-collapse .navbar-nav {
    margin: 0 !important;
    text-align: center;
  }
  body .navbar-collapse .navbar-nav li {
    margin: 0 0 20px 0;
    font-size: 20px;
  }
  body .navbar-collapse .navbar-nav li:last-child {
    margin-bottom: 0;
  }
  body.bodyActive {
    overflow: hidden;
    height: 100dvh;
  }
  body.bodyActive .navbar-collapse {
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */

.testimonialSec .testimonialSlider .sliderInner .slick-track {
  display: flex !important;
}

.testimonialSec .testimonialSlider .sliderInner .slick-slide {
  height: inherit !important;
}

.testimonialSec .testimonialSlider .sliderInner .slick-slide > div {
  height: 100%;
}

/* worked with slider */
.workedWithSec .workWithSlider .workSlider .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}

.workedWithSec .workWithSlider .workSlider .slick-slide img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  opacity: 0.9;
  transition: 0.3s ease;
}

.workedWithSec .workWithSlider .workSlider .slick-slide img:hover {
  transform: scale(1.08);
  opacity: 1;
}


@media (max-width: 767px) {
  .workedWithSec .workWithSlider .workSlider .slick-slide {
    padding: 0 8px;
  }

  .workedWithSec .workWithSlider .workSlider .slick-slide img {
    width: 45px;
    height: 45px;
  }
}

/* contact form feedback modal */
.contact-form-modal .modal-content {
  border: 0;
  border-radius: 20px;
  overflow: hidden;
}

.contact-form-modal .modal-header,
.contact-form-modal .modal-footer {
  border: 0;
}

.contact-form-modal .modal-body {
  padding-top: 0;
}

.contact-form-modal .alert {
  margin-bottom: 0;
  border-radius: 14px;
}

.contactSec .contactInner .rightForm input:focus,
.contactSec .contactInner .rightForm textarea:focus {
  border-color: #151619;
  box-shadow: 0 0 0 0.15rem rgba(21, 22, 25, 0.12);
}

.contactSec .contactInner .rightForm input:invalid:focus,
.contactSec .contactInner .rightForm textarea:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.12);
}
