@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
/*font-family: 'Open Sans', sans-serif;*/
@font-face {
  font-family: "Gilroy";
  src: url("../webfonts/Gilroy-BoldItalic.eot");
  src:
    url("../webfonts/Gilroy-BoldItalic.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/Gilroy-BoldItalic.woff2") format("woff2"),
    url("../webfonts/Gilroy-BoldItalic.woff") format("woff"),
    url("../webfonts/Gilroy-BoldItalic.ttf") format("truetype"),
    url("../webfonts/Gilroy-BoldItalic.svg#Gilroy-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../webfonts/Gilroy-Bold.eot");
  src:
    url("../webfonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/Gilroy-Bold.woff2") format("woff2"),
    url("../webfonts/Gilroy-Bold.woff") format("woff"),
    url("../webfonts/Gilroy-Bold.ttf") format("truetype"),
    url("../webfonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../webfonts/Gilroy-RegularItalic.eot");
  src:
    url("../webfonts/Gilroy-RegularItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/Gilroy-RegularItalic.woff2") format("woff2"),
    url("../webfonts/Gilroy-RegularItalic.woff") format("woff"),
    url("../webfonts/Gilroy-RegularItalic.ttf") format("truetype"),
    url("../webfonts/Gilroy-RegularItalic.svg#Gilroy-RegularItalic")
      format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../webfonts/Gilroy-SemiBold.eot");
  src:
    url("../webfonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/Gilroy-SemiBold.woff2") format("woff2"),
    url("../webfonts/Gilroy-SemiBold.woff") format("woff"),
    url("../webfonts/Gilroy-SemiBold.ttf") format("truetype"),
    url("../webfonts/Gilroy-SemiBold.svg#Gilroy-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../webfonts/Gilroy-Medium.eot");
  src:
    url("../webfonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/Gilroy-Medium.woff2") format("woff2"),
    url("../webfonts/Gilroy-Medium.woff") format("woff"),
    url("../webfonts/Gilroy-Medium.ttf") format("truetype"),
    url("../webfonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../webfonts/Gilroy-Regular.eot");
  src:
    url("../webfonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/Gilroy-Regular.woff2") format("woff2"),
    url("../webfonts/Gilroy-Regular.woff") format("woff"),
    url("../webfonts/Gilroy-Regular.ttf") format("truetype"),
    url("../webfonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../webfonts/Gilroy-MediumItalic.eot");
  src:
    url("../webfonts/Gilroy-MediumItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/Gilroy-MediumItalic.woff2") format("woff2"),
    url("../webfonts/Gilroy-MediumItalic.woff") format("woff"),
    url("../webfonts/Gilroy-MediumItalic.ttf") format("truetype"),
    url("../webfonts/Gilroy-MediumItalic.svg#Gilroy-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Light.eot");
  src:
    url("Gilroy-Light.eot?#iefix") format("embedded-opentype"),
    url("Gilroy-Light.woff2") format("woff2"),
    url("Gilroy-Light.woff") format("woff"),
    url("Gilroy-Light.ttf") format("truetype"),
    url("Gilroy-Light.svg#Gilroy-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-SemiBoldItalic.eot");
  src:
    url("Gilroy-SemiBoldItalic.eot?#iefix") format("embedded-opentype"),
    url("Gilroy-SemiBoldItalic.woff2") format("woff2"),
    url("Gilroy-SemiBoldItalic.woff") format("woff"),
    url("Gilroy-SemiBoldItalic.ttf") format("truetype"),
    url("Gilroy-SemiBoldItalic.svg#Gilroy-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  background-color: #010209;
  overflow-x: hidden;
  font-family: "Gilroy";
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

a {
  color: #1b70bb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

p {
  color: #797f86;
}

/*#### Common css start ####*/
@media (min-width: 1400px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.common-btn1 {
  position: relative;
  display: inline-flex;
  background: linear-gradient(90deg, #1076e5 0%, #52e7ab 100%);
  border: 0;
  padding: 4px 15px 4px 4px;
  font-size: 15px;
  font-weight: 600;
  align-items: center;
  border-radius: 30px;
}
.common-btn1 i {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 6px;
  transform: rotate(-45deg);
  transition: all 0.5s;
}
.common-btn1:hover i {
  transform: rotate(0deg);
}

.common-btn2 {
  position: relative;
  display: inline-flex;
  border: 0;
  background-color: #fff;
  padding: 4px 15px 4px 4px;
  font-size: 15px;
  font-weight: 600;
  align-items: center;
  border-radius: 30px;
  transition: all 0.5s;
}
.common-btn2 i {
  position: relative;
  width: 40px;
  height: 40px;
  background: linear-gradient(90deg, #1076e5 0%, #52e7ab 100%);
  border-radius: 50%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 6px;
  transform: rotate(-45deg);
  transition: all 0.5s;
}
.common-btn2:hover {
  background: linear-gradient(90deg, #1076e5 0%, #52e7ab 100%);
}
.common-btn2:hover i {
  transform: rotate(0deg);
  background: #fff;
}

.common-title {
  position: relative;
  width: 100%;
}
.common-title h4 {
  position: relative;
  width: 100%;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.common-title h4 strong {
  background: #1076e5;
  background: linear-gradient(90deg, #1076e5 0%, #52e7ab 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.common-title h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 40px;
}
.common-title h3 strong {
  color: #50e3ad;
}
.common-title p {
  position: relative;
  width: 100%;
  color: #797f86;
  font-size: 15px;
  margin-bottom: 15px;
}

.common-gap {
  padding: 50px 0px;
}

/*#### Common css end ####*/
/*#### Header css start #####*/
.header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  padding-top: 15px;
}

.header-wrapper .navbar {
  position: relative;
}
.header-wrapper .navbar .navbar-nav {
  position: relative;
}
.header-wrapper .navbar .navbar-nav li {
  position: relative;
  padding: 0px 20px;
}
.header-wrapper .navbar .navbar-nav li a {
  position: relative;
  color: #fff;
  font-size: 16px;
  padding: 0;
  font-weight: 400;
}
.header-wrapper .navbar .navbar-nav li a:hover {
  background: #1076e5;
  background: linear-gradient(90deg, #1076e5 0%, #52e7ab 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-wrapper .navbar .navbar-nav li.active a {
  background: #1076e5;
  background: linear-gradient(90deg, #1076e5 0%, #52e7ab 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-wrapper .navbar .navbar-nav li.active a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 2px;
  height: 40px;
  background: linear-gradient(180deg, #1077e5 0%, #55eca9 100%);
}

.head-right-wrap {
  position: relative;
}
.head-right-wrap ul {
  position: relative;
  margin-bottom: 0px;
}

/*#### Header css end #####*/
/*#### Banner section css start ####*/
.banner-wrapper {
  position: relative;
  width: 100%;
  padding-top: 150px;
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 130px;
  background-image: url(../images/banner-bottom-3d-image.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/**/
@keyframes float {
  0%,
  100% {
    transform: translatey(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes floatLeftRight {
  0%,
  100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-8px);
  }
}
/**/
.banner-left-content {
  position: relative;
  width: 100%;
}
.banner-left-content h1 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  line-height: 0.8;
  margin-bottom: 25px;
}
.banner-left-content h1 strong {
  position: relative;
  color: #50e3ad;
  font-weight: inherit;
}
.banner-left-content h1 strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: calc(100% - 20px);
  background-image: url(../images/banner-heading-shape.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner-left-content p {
  position: relative;
  width: 100%;
  color: #797f86;
  font-size: 15px;
  margin-bottom: 15px;
}
.banner-left-content ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0px;
}

.banner-right-img {
  position: relative;
  width: 100%;
}
.banner-right-img img {
  position: relative;
  width: 100%;
}
.banner-right-img .bnr-os-box {
  position: absolute;
  top: 0;
}
.banner-right-img .bnr-os-box1 {
  top: 10%;
  right: 0;
  animation-name: float, up;
  animation-duration: 4s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.banner-right-img .bnr-os-box2 {
  top: 40%;
  right: 0;
  left: auto;
  width: 120px;
  animation-name: floatLeftRight, up;
  animation-duration: 4s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.banner-right-img .bnr-os-box3 {
  top: 60%;
  right: 0;
  left: auto;
  width: 120px;
  animation-name: float, up;
  animation-duration: 4s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.banner-right-img .bnr-os-box4 {
  top: 45%;
  animation-name: float, up;
  animation-duration: 4s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.banner-right-img .bnr-os-box5 {
  top: 20%;
  left: 20%;
  width: 150px;
  animation-name: floatLeftRight, up;
  animation-duration: 4s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}

/*#### Banner section css end ####*/
/*#### About us section css start ####*/
.about-us-section-wrapper {
  position: relative;
  width: 100%;
}
.about-us-section-wrapper .about-right-content {
  margin-bottom: -30px;
}
.about-us-section-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 110px;
  height: 150px;
  background-image: url(../images/about-right-3D-shape-image1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}

.about-img-box {
  position: relative;
  width: 100%;
  -webkit-mask-image: url(../images/about-mask-img1.png);
  mask-image: url(../images/about-mask-img1.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.about-img-box img {
  position: relative;
  width: 100%;
}

/*#### About us section css end ####*/
/*#### Why choose css start ####*/
.why-choose-wrapper {
  position: relative;
  width: 100%;
  background-image: url(../images/why-choose-section-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.why-choose-left-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.why-choose-left-img img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
.why-choose-left-img:hover img {
  transform: scale(1.1);
}

.why-choose-left-img2 {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.why-choose-left-img2 img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
.why-choose-left-img2:hover img {
  transform: scale(1.1);
}

.why-choose-right-content {
  position: relative;
  width: 100%;
}
.why-choose-right-content ul {
  position: relative;
  width: 100%;
}
.why-choose-right-content ul li {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.3411764706);
  margin: 10px 0px;
  transition: all 0.5s;
}
.why-choose-right-content ul li .choose-btn {
  position: relative;
  width: 40px;
  height: 40px;
  background: linear-gradient(90deg, #1076e5 0%, #52e7ab 100%);
  border-radius: 50%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transform: rotate(-45deg);
  transition: all 0.5s;
  color: #010209;
}
.why-choose-right-content ul li .name {
  position: relative;
  width: calc(100% - 40px);
  padding-right: 8px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.why-choose-right-content ul li:hover {
  background: linear-gradient(90deg, #1076e5 0%, #52e7ab 100%);
  padding: 10px 15px;
  border-top: 0;
  border-radius: 15px;
}
.why-choose-right-content ul li:hover .choose-btn {
  background: #fff;
}
.why-choose-right-content ul li:first-child {
  border-top: 0px;
}

/*#### Why choose css end ####*/
/*#### Services css start ####*/
.services-wrapper {
  position: relative;
  width: 100%;
  background-image: url(../images/services-section-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#services-slider .services-sld-items {
  position: relative;
  padding: 0px 10px;
  height: auto;
  min-height: auto;
}

#services-slider .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.services-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1076e5 0%, #52e7ab 100%);
  padding: 2px;
  border-radius: 10px;
}
.services-wrap::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 100px;
  height: 100px;
  background-image: url(../images/shape-3d-image.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.services-wrap .services-inner-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #010209;
  border-radius: 10px;
  padding: 25px 25px;
  transition: all 0.5s;
}
.services-wrap .services-inner-wrap .services-img-box {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.services-wrap .services-inner-wrap .services-img-box img {
  position: relative;
  width: 100%;
}
.services-wrap .services-inner-wrap .srv-icon {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.services-wrap .services-inner-wrap .srv-icon .hover-icon {
  display: none;
}
.services-wrap .services-inner-wrap h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.services-wrap .services-inner-wrap p {
  position: relative;
  width: 100%;
  color: #797f86;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
.services-wrap .services-inner-wrap .srv-btn {
  position: relative;
  width: 40px;
  height: 40px;
  background: linear-gradient(90deg, #1076e5 0%, #52e7ab 100%);
  border-radius: 50%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transform: rotate(-45deg);
  transition: all 0.5s;
  color: #010209;
  padding: 0px;
  border: 0;
}
.services-wrap:hover .services-inner-wrap {
  background-color: transparent;
}
.services-wrap:hover .services-inner-wrap .srv-icon .normal-icon {
  display: none;
}
.services-wrap:hover .services-inner-wrap .srv-icon .hover-icon {
  display: block;
}
.services-wrap:hover .services-inner-wrap h3,
.services-wrap:hover .services-inner-wrap p {
  color: #010209;
}
.services-wrap:hover .services-inner-wrap .srv-btn {
  background: #fff;
}

#services-slider .slick-arrow {
  z-index: 9;
  border: 1px solid #fff;
  background-color: #fff;
  color: #010209;
  font-size: 20px;
  transition: 0.5s;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
}

#services-slider .slick-arrow:hover {
  color: #50e3ad;
  background-color: #fff;
  border-color: #fff;
  transition: 0.5s;
}

#services-slider .slick-arrow.slick-prev {
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}

#services-slider .slick-arrow.slick-next {
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}

/*#### Services css end ####*/
/*#### portfolio css start ####*/
.portfolio-wrapper {
  position: relative;
  width: 100%;
}
.portfolio-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: -15%;
  width: 240px;
  height: 270px;
  background-image: url(../images/portfolio-left-shape-img.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.portfolio-wrap {
  position: relative;
  width: 100%;
  background-color: #0b0c15;
  border-radius: 15px;
  overflow: hidden;
}
.portfolio-wrap .portfolio-img {
  position: relative;
  width: 100%;
}
.portfolio-wrap .portfolio-img img {
  position: relative;
  width: 100%;
}
.portfolio-wrap .portfolio-content-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 15px;
}
.portfolio-wrap .portfolio-content-wrap .portfolio-content {
  position: relative;
  width: calc(100% - 45px);
}
.portfolio-wrap .portfolio-content-wrap .portfolio-content h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 28px;
  margin-bottom: 15px;
}
.portfolio-wrap .portfolio-content-wrap .portfolio-content p {
  position: relative;
  width: 100%;
  font-size: 15px;
  color: #797f86;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
.portfolio-wrap .portfolio-content-wrap .portfolio-btn-wrap {
  position: relative;
  width: 45px;
  text-align: right;
}
.portfolio-wrap .portfolio-content-wrap .portfolio-btn-wrap .portfolio-btn {
  position: relative;
  width: 40px;
  height: 40px;
  background: linear-gradient(90deg, #1076e5 0%, #52e7ab 100%);
  border-radius: 50%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transform: rotate(-45deg);
  transition: all 0.5s;
  color: #010209;
  padding: 0px;
  border: 0;
}

.portfolio-img-list {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.portfolio-img-list img {
  position: relative;
  width: 100%;
}
.portfolio-img-list a {
  position: relative;
  width: 100%;
  display: block;
}
.portfolio-img-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  z-index: 1;
}

/*#### portfolio css end ####*/
/*#### Testimonials css start #####*/
.testimonials-wrapper {
  position: relative;
  width: 100%;
  background-image: url(../images/testimonials-bg.png);
  background-repeat: no-repeat;
}
.testimonials-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 130px;
  background-image: url(../images/banner-bottom-3d-image.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.testimonials-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 30%;
  width: 240px;
  height: 270px;
  background-image: url(../images/testimonials-right-shape-img1.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.testimonials-left-wrap {
  position: relative;
  width: 100%;
}
.testimonials-left-wrap img {
  position: relative;
  width: 100%;
}

.testimonials-right-wrap {
  position: relative;
  width: 100%;
}
.testimonials-right-wrap::before {
  content: "";
  position: absolute;
  left: -5%;
  top: 25%;
  width: 130px;
  height: 150px;
  background-image: url(../images/quote-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.testimonials-wrap {
  position: relative;
  width: 100%;
}
.testimonials-wrap .rating-img {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.testimonials-wrap p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.testimonials-wrap .auth-details {
  position: relative;
  width: 100%;
}
.testimonials-wrap .auth-details h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.testimonials-wrap .auth-details h6 {
  position: relative;
  width: 100%;
  color: #797f86;
  font-size: 15px;
  margin-bottom: 10px;
}
.testimonials-wrap .auth-details .orbisoft-logo {
  position: relative;
  width: 100%;
}
.testimonials-wrap .auth-details .orbisoft-logo img {
  height: 25px;
}

/*### Arrow css start ###*/
#testimonials-slider {
  padding-bottom: 60px;
}

#testimonials-slider .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #080d2d;
  border-radius: 50%;
}

#testimonials-slider .slick-arrow.slick-prev {
  left: 0;
  bottom: 0;
}

#testimonials-slider .slick-arrow.slick-next {
  left: 52px;
  bottom: 0;
}

/*#### Testimonials css end #####*/
/*#### plans section css start ####*/
.plans-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}

.plans-list {
  position: relative;
  width: 100%;
  border: 1px solid rgba(237, 237, 237, 0.0509803922);
  background-color: #0b0c15;
  border-radius: 20px;
  margin-top: 40px;
}
.plans-list .plans-head-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.plans-list .plans-head-wrap .left-price {
  position: relative;
  width: calc(100% - 100px);
}
.plans-list .plans-head-wrap .left-price h4 {
  position: relative;
  width: 100%;
  color: #797f86;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}
.plans-list .plans-head-wrap .left-price h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 10px;
}
.plans-list .plans-head-wrap .left-price h3 small {
  position: relative;
  font-size: 20px;
  color: #797f86;
}
.plans-list .plans-head-wrap .right-plans-name {
  position: relative;
  width: 100px;
}
.plans-list .plans-head-wrap .right-plans-name .plans-name {
  position: relative;
  width: 100%;
  display: inline-block;
  border: 1px solid #2c2d37;
  border-radius: 8px;
  padding: 10px 10px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
.plans-list .plans-head-wrap .plans-start-btn-wrap {
  position: relative;
  width: 100%;
}
.plans-list .plans-head-wrap .plans-start-btn-wrap .plans-start-btn {
  position: relative;
  width: 100%;
  padding: 5px 5px 5px 10px;
  border: 1px solid #2c2d37;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
}
.plans-list .plans-head-wrap .plans-start-btn-wrap .plans-start-btn i {
  position: relative;
  width: 40px;
  height: 40px;
  background: linear-gradient(90deg, #1076e5 0%, #52e7ab 100%);
  border-radius: 50%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transform: rotate(-45deg);
  transition: all 0.5s;
  color: #010209;
}
.plans-list .plans-body {
  position: relative;
  width: 100%;
  padding: 20px 20px;
  border-top: 1px solid rgba(237, 237, 237, 0.0509803922);
}
.plans-list .plans-body h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.plans-list .plans-body ul {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.plans-list .plans-body ul li {
  position: relative;
  width: 100%;
  padding-left: 28px;
  font-size: 15px;
  color: #797f86;
  margin-bottom: 15px;
  font-weight: 400;
}
.plans-list .plans-body ul li:before {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 12px;
  position: absolute;
  left: 0px;
  top: 2px;
  color: #010209;
  width: 20px;
  height: 20px;
  background: linear-gradient(90deg, #1076e5 0%, #52e7ab 100%);
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.plans-list.gold-plans {
  margin-top: 0;
  background: linear-gradient(90deg, #1076e5 0%, #52e7ab 100%);
  border: 0;
}
.plans-list.gold-plans .plans-head-wrap .left-price h4,
.plans-list.gold-plans .plans-head-wrap .left-price h3 {
  color: #010209;
}
.plans-list.gold-plans .plans-head-wrap .left-price h4 small,
.plans-list.gold-plans .plans-head-wrap .left-price h3 small {
  color: #010209;
}
.plans-list.gold-plans .plans-head-wrap .right-plans-name .plans-name {
  border-color: rgba(44, 45, 55, 0.4);
  color: #010209;
}
.plans-list.gold-plans .plans-start-btn-wrap .plans-start-btn {
  border-color: rgba(255, 255, 255, 0.2509803922);
  color: #010209;
}
.plans-list.gold-plans .plans-start-btn-wrap .plans-start-btn i {
  background: #fff;
}
.plans-list.gold-plans .plans-body h4 {
  color: #010209;
}
.plans-list.gold-plans .plans-body ul li {
  color: #010209;
}
.plans-list.gold-plans .plans-body ul li:before {
  background: #fff;
}

/*#### plans section css end ####*/
/*##### approach section css start #####*/
.approach-section-wrapper {
  position: relative;
  width: 100%;
}

.approach-list-wrap {
  position: relative;
}
.approach-list-wrap::before {
  content: "";
  position: absolute;
  left: -12%;
  top: 5%;
  width: 124%;
  height: 50%;
  background-image: url(../images/approach-line-img.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.approach-list-wrap li.approach-list:nth-child(even) {
  position: relative;
  margin-top: 15%;
}

.approach-wrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 15px 15px;
}
.approach-wrap .icon {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #010209;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.approach-wrap h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}
.approach-wrap p {
  position: relative;
  width: 100%;
  color: #797f86;
  font-size: 15px;
  margin-bottom: 10px;
}

/*##### approach section css end #####*/
/*#### FAQ Css start ####*/
.faq-wrap {
  position: relative;
  z-index: 1;
}
.faq-wrap .accordion-item {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  border: 0px;
  background-color: transparent;
}
.faq-wrap .accordion-item .accordion-button:not(.collapsed) {
  background-color: #0b0c15;
  box-shadow: none;
  border: 0px;
  border-radius: 15px 15px 0px 0px !important;
}
.faq-wrap .accordion-item .accordion-button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(-45deg);
  background: #ffffff;
}
.faq-wrap .accordion-item .accordion-collapse.show {
  background-color: #0b0c15;
  border-radius: 0px 0px 15px 15px;
}
.faq-wrap .accordion-item .accordion-button {
  position: relative;
  background-color: #0b0c15;
  border-radius: 30px !important;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding-right: 40px;
}
.faq-wrap .accordion-item .accordion-button::after {
  content: "\f061";
  background-image: none;
  font-family: "fontawesome";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #1076e5 0%, #52e7ab 100%);
  color: #010209;
  border-radius: 50%;
}

/*#### FAQ Css end ####*/
/*#### build something amazing section css start #####*/
.build-something-amazing-wrapper {
  position: relative;
  width: 100%;
}

.something-amazing-content {
  position: relative;
  width: 100%;
  padding: 100px 40px;
  background: linear-gradient(90deg, #1076e5 0%, #52e7ab 100%);
  border-radius: 25px;
  text-align: center;
}
.something-amazing-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/something-amazing-section-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.something-amazing-content h3 {
  position: relative;
  width: 100%;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
.something-amazing-content p {
  position: relative;
  width: 100%;
  color: #010209;
  font-size: 15px;
  margin-bottom: 15px;
}

/*#### build something amazing section css end #####*/
/*#### Footer css start ####*/
.footer-wrapper {
  position: relative;
  width: 100%;
  padding-top: 60px;
  background-color: #010209;
}

.footer-inner-wrap {
  position: relative;
  width: 100%;
}
.footer-inner-wrap .footer-logo {
  position: relative;
  width: 100%;
}
.footer-inner-wrap h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 25px;
}

.footer-menu {
  position: relative;
  width: 100%;
}
.footer-menu ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer-menu ul li {
  position: relative;
  width: 100%;
  padding: 6px 0px;
}
.footer-menu ul li a {
  position: relative;
  color: #797f86;
  font-size: 16px;
}
.footer-menu.column2 ul li {
  width: 50%;
}

/**/
.footer-inner-wrap .contact-det-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 20px;
}

.footer-inner-wrap .contact-det-list .icon {
  position: relative;
  width: 30px;
  color: #797f86;
  background-color: transparent;
  font-size: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-inner-wrap .contact-det-list .content {
  position: relative;
  width: calc(100% - 35px);
  padding-left: 5px;
}

.footer-inner-wrap .contact-det-list .content h4 {
  position: relative;
  width: 100%;
  color: #797f86;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.footer-inner-wrap .contact-det-list .content p {
  position: relative;
  font-size: 16px;
  word-break: break-all;
  margin-bottom: 0px;
  color: #797f86;
}

.footer-inner-wrap .contact-det-list .content p a {
  color: #797f86;
}

/****/
.footer-copyright-wrap {
  position: relative;
  width: 100%;
  padding: 20px 0px;
  border-top: 1px solid rgba(114, 114, 114, 0.337254902);
}

.footer-copyright {
  position: relative;
  width: 100%;
}
.footer-copyright p {
  position: relative;
  width: 100%;
  color: #797f86;
  font-size: 15px;
  margin-bottom: 0;
}

/*#### Footer css end ####*/
/*#### Inner pages css start #####*/
.inner-banner-wrapper {
  position: relative;
  width: 100%;
  background-color: #010209;
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 50px;
}

.inner-banner-content {
  position: relative;
  width: 100%;
}
.inner-banner-content h1 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 10px;
}
.inner-banner-content .banner-breadcrumb {
  position: relative;
}
.inner-banner-content .banner-breadcrumb .breadcrumb {
  position: relative;
  margin-bottom: 0;
}
.inner-banner-content .banner-breadcrumb .breadcrumb li {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.inner-banner-content .banner-breadcrumb .breadcrumb li a {
  position: relative;
  color: #50e3ad;
}
.inner-banner-content .banner-breadcrumb .breadcrumb li.active {
  position: relative;
}
.inner-banner-content .banner-breadcrumb .breadcrumb li.active::before {
  color: #797f86;
}

/*####*/
.cms-content {
  position: relative;
  width: 100%;
}

.cms-content h2 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 35px;
  margin-bottom: 20px;
}

.cms-content h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
}

.cms-content h4 {
  position: relative;
  width: 100%;
  color: #50e3ad;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content h5 {
  position: relative;
  width: 100%;
  color: #010209;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content p {
  position: relative;
  width: 100%;
  color: #797f86;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 10px;
}

.cms-content ul {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.cms-content ul li {
  position: relative;
  width: 100%;
  padding-left: 20px;
  font-size: 15px;
  color: #797f86;
  margin-bottom: 8px;
}

.cms-content ul li:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 10px;
  position: absolute;
  left: 0px;
  top: 4px;
  color: #50e3ad;
}

/*#### Inner pages css end #####*/
/*#### About us page css start ####*/
.our-mission-wrapper {
  position: relative;
  width: 100%;
}

.mission-right-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.drives-orbisoft-content-wrap {
  position: relative;
  width: 100%;
  padding: 40px 40px;
  background: linear-gradient(90deg, #1076e5 0%, #52e7ab 100%);
  border-radius: 15px;
}

.drives-orbisoft-list {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 12, 21, 0.34);
  border: 1px solid #666666;
  border-radius: 10px;
  padding: 15px 15px;
}
.drives-orbisoft-list h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
}
.drives-orbisoft-list p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}

/*#### About us page css end ####*/
/*#### Project details page css start ####*/
.projects-details-wrapper {
  position: relative;
  width: 100%;
}

.projects-left-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.projects-challenges-list {
  position: relative;
  width: 100%;
  background-color: #0b0c15;
  padding: 30px 30px;
  border-radius: 15px;
}
.projects-challenges-list .icon {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.projects-challenges-list h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}
.projects-challenges-list p {
  position: relative;
  width: 100%;
  color: #797f86;
  font-size: 15px;
  margin-bottom: 10px;
}

.solution-left-img {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.technology-list {
  position: relative;
  width: 100%;
  padding: 20px 20px;
  height: 100%;
  border: 1px solid #353854;
  text-align: center;
  border-radius: 5px;
}
.technology-list img {
  height: 100px;
}

/*#### Project details page css end ####*/
/*#### Services page css start ####*/
.services-page-wrapper {
  position: relative;
  width: 100%;
}

.services-details-wrapper {
  position: relative;
  width: 100%;
}

.services-dtls-left-img {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.services-details-content {
  position: relative;
  width: 100%;
}

.development-services-list {
  position: relative;
  width: 100%;
  background: linear-gradient(90deg, #1076e5 0%, #52e7ab 100%);
  height: 100%;
  padding: 20px 20px;
  border-radius: 15px;
}
.development-services-list h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
}
.development-services-list p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}

.development-process-wrapper {
  position: relative;
  width: 100%;
}

.development-process-img {
  position: relative;
  width: 100%;
}
.development-process-img img {
  position: relative;
  width: 100%;
}

.development-process-right-wrap {
  position: relative;
  width: 100%;
}

.development-process-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
  background-color: #0b0c15;
  border-radius: 5px;
  border: 1px solid #353854;
  margin-bottom: 20px;
}
.development-process-list .count {
  position: relative;
  width: 45px;
  height: 45px;
  background: linear-gradient(90deg, #1076e5 0%, #52e7ab 100%);
  border-radius: 50%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.development-process-list .content {
  position: relative;
  width: calc(100% - 45px);
  padding-left: 10px;
}
.development-process-list .content h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}
.development-process-list .content p {
  position: relative;
  width: 100%;
  color: #797f86;
  font-size: 15px;
  margin-bottom: 5px;
}

/*#### Services page css end ####*/
/*########## contact us css start #########*/
.contact-form-sec {
  position: relative;
  width: 100%;
  padding: 50px 0;
}

.contact-form-sec .title h3 {
  position: relative;
  width: 100%;
  color: #50e3ad;
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-form-sec .form-group .form-control {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #fff;
  padding: 20px 20px;
  border-radius: 0;
  border: 1px solid #353854;
  background-color: #0b0c15;
  margin-bottom: 20px;
  box-shadow: 10px 10px 20px rgb(23, 25, 38);
  transition: 0.5s;
  border-radius: 5px;
}

.contact-form-sec .form-group .form-control::-moz-placeholder {
  color: #797f86;
}

.contact-form-sec .form-group .form-control::placeholder {
  color: #797f86;
}

.contact-form-sec .form-group .form-control:focus {
  position: relative;
  border: 1px solid #50e3ad;
  transition: 0.5s;
}

.contact-form-sec .common-btn1 {
  width: 100%;
  font-size: 16px;
  transition: 0.5s;
  text-transform: uppercase;
  padding: 15px 15px;
}

.contact-mapa-info-sec {
  position: relative;
  width: 100%;
  padding: 50px 0;
}

.contact-mapa-info-sec .map-sec {
  border: solid 15px #0b0c15;
  padding-left: 0;
  padding-right: 0;
  border-radius: 8px;
  box-shadow: 10px 10px 20px rgb(23, 25, 38);
  height: 100%;
}
.contact-mapa-info-sec .map-sec iframe {
  position: relative;
  width: 100%;
  height: 100%;
}

.contact-mapa-info-sec .right-cont-info {
  position: relative;
  width: 100%;
}

.contact-mapa-info-sec .right-cont-info .cont-info-list {
  position: relative;
  background: #0b0c15;
  width: 100%;
  padding: 20px 15px;
  margin-bottom: 20px;
  box-shadow: 10px 10px 20px rgb(23, 25, 38);
}

.contact-mapa-info-sec .right-cont-info .cont-info-list:last-child {
  margin-bottom: 0;
}

.contact-mapa-info-sec .right-cont-info .cont-info-list h3 {
  font-size: 24px;
  color: #50e3ad;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.contact-mapa-info-sec .right-cont-info .cont-info-list h5 {
  font-size: 18px;
  color: #fff;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.contact-mapa-info-sec .right-cont-info .cont-info-list p {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.contact-mapa-info-sec .right-cont-info .cont-info-list p .fa {
  position: relative;
  font-size: 18px;
  color: #50e3ad;
  margin-right: 10px;
}

.contact-mapa-info-sec .right-cont-info .cont-info-list p a {
  position: relative;
  color: #fff;
  font-size: 15px;
}

/*########## contact us css end #########*/ /*# sourceMappingURL=style.css.map */

/* 404 Page css */

.common-section404 {
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}
.section-404 {
  text-align: center;
}
.section-404 .error {
  font-size: 150px;
  color: #ca432c;
  text-shadow:
    1px 1px 1px #ca432c,
    2px 2px 1px #ca432c,
    3px 3px 1px #ca432c,
    4px 4px 1px #ca432c,
    5px 5px 1px #ca432c,
    6px 6px 1px #ca432c,
    7px 7px 1px #ca432c,
    8px 8px 1px #ca432c,
    25px 25px 8px rgba(0, 0, 0, 0.1);
}
.section-404 .page {
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}


 .slick-arrow {
  z-index: 9;
  border: 1px solid #fff;
  background-color: #fff;
  color: #010209;
  font-size: 20px;
  transition: 0.5s;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
}
 .slick-arrow:hover {
  color: #50E3AD;
  background-color: #fff;
  border-color: #fff;
  transition: 0.5s;
}

 .slick-arrow.slick-prev {
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}

 .slick-arrow.slick-next {
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}