body {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

nav.navbar.navbar-expand-xxl.navbar-dark.bg-dark .container {
  position: relative;
}

nav.navbar.navbar-expand-xxl.navbar-dark.bg-dark {
  position: fixed;
  width: 100%;
  box-shadow: 0 0px 15px 0 rgb(0 0 0 / 15%);
  background-color: #fff !important;
  padding: 0px;
  margin: 0px;
  padding-bottom: 20px;
  z-index: 999;
  top: 0px;
}

a.navbar-brand {
  width: 200px;
  height: 65px;
  padding: 0px;
  margin: 0px;
  padding-top: 10px;
}

.navbar-expand-xxl .navbar-collapse {
  height: 100vh;
  width: 0;
  position: fixed;
  right: 0px;
  top: 85px;
  padding: 0;
  transition: width 0.3s;
  box-shadow: 0 100px 100px 0 rgb(0 0 0 / 15%);
  background: #fff;
}

.navbar-collapse.mynavbar.collapse.show {
  width: 30% !important;
  padding: 30px 50px !important;
}

.navbar-toggler {
  color: #000 !important;
  border-color: #000 !important;
  background: #000;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

.navbar-expand-xxl .navbar-nav {
  flex-direction: column;
}

.navbar-expand-xxl .navbar-toggler {
  padding: 0;
  background: transparent;
  border: 0;
  position: relative;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url('img/mega-menu.png');
}

.navbar-expand-xxl .navbar-collapse.mynavbar {
  overflow: hidden;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fe421c;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fe421c;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.get-in-touch {
  margin: 0 0 15px;
  font-size: 14px;
  color: #567;
}

.feel-free {
  margin: 15px 0;
  font-size: 16px;
  color: #9ab;
}

.email {
  margin: 15px 0 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.58;
  color: var(--dark-grey);
  text-decoration: none;
}

.email:hover {
  color: var(--dark-grey);
}

ul.social-icons {
  padding: 0px;
  display: flex;
  margin-top: 20px;
}

ul.social-icons li {
  list-style: none;
  margin: 0 15px 0 0;
  background: #99aabb;
  padding: 5px 0 5px 10px;
  border-radius: 44px;
  width: 35px;
}

li.facebook {
  padding: 5px 0px 5px 13px !important;
  /*background: linear-gradient(to right, #ffa900 , #fe421c)!important;*/
}

ul.social-icons li a {
  color: #fff;
}

ul.social-icons li:hover,
ul.social-icons li:active,
ul.social-icons li:focus {
  background: linear-gradient(to right, #ffa900, #fe421c) !important;
}

.box-content {
  margin-top: 40px;
}

.box-content1 {
  padding-top: 120px;
}

.Welcome-to-Ignitive h1 {
  /* margin: 95px 0 30px;*/
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: var(--dark-grey);
}

.background-leaf .owl-item.active {
  margin: 0;
}

.content-only p {
  font-size: 20px;
  line-height: 40px;
}

.d-flex.content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.Strategy-details,
.owl-stage-outer,
.owl-stage,
.owl-item,
.item {
  height: 100% !important;
}

.owl-item.active {
  margin: 50px 0px;
}

.owl-item.animated.owl-animated-out.slideOutUp {
  margin: 1px;
  padding-top: 120px;
}

.Welcome-to-Ignitive p {
  /* margin: 30px 0;*/
  font-size: 20px;
  letter-spacing: 0.6px;
  color: #9ab;
}

.Rectangle {
  padding: 10px 45px;
  background-color: #fe421c;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
  border: solid 1px #fe421c;
  margin-right: 15px;
}

.Rectangle:hover,
.Rectangle:focus,
.Rectangle:active {
  color: #fff;
}

.contact-us {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: center;
  color: #abc;
  border: solid 1px #abc;
  padding: 10px 45px;
  text-decoration: none;
}

.contact-us:hover,
.contact-us:focus,
.contact-us:active {
  color: #abc;
}

.buttons {
  position: relative;
  display: flex;
  margin-top: 160px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: 1px solid #999;
  padding: 3px !important;
  font: inherit;
  border-radius: 44px;
  margin: 0px 5px;
}

button.owl-dot.active {
  background: #999;
}

.welcome-ignitive .owl-dots {
  position: absolute;
  right: -35px;
  transform: rotate(90deg);
  top: 80%;
}

.hero-image-rectangle {
  width: 460px;
  height: 567px;
  margin: 0 125px 0 0;
  background-image: linear-gradient(35deg, #ff9c8b, #ff9c8b);
  position: absolute;
  opacity: 0.4;
  top: 0px;
  margin-left: -10px;
}

.hero-image {
  position: relative;
}

.bg {
  height: 543px;
  margin: 60px 0 61px;
  padding: 60px 0px 60px 0;
  background-color: #eef6ff;
}

.box_contain p {
  margin: 0 70px 15px 0;
  font-size: 14px;
  color: #9ab;
}

.box_contain h3 {
  margin: 15px 0 30px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.28;
  color: var(--dark-grey);
}

.Theres-no-secret {
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.63;
  color: #9ab;
}

.More-know-About-us {
  margin: 30px 0px 0 0;
  font-size: 16px;
  color: #9ab;
}

.background-leaf {
  max-width: 474px;
  height: 423px;
  margin: 0 0 0 auto;
  padding: 0;
  box-shadow: 0 100px 100px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.background-leaf1 {
  background: url('img/img-bg-ignitive-icon.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  height: 100%;
  padding: 20px 20px 40px 20px;
}

.owner img {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
}

.owner-details {
  margin-left: 25px;
  margin-top: 10px;
}

.owner-details p {
  margin-bottom: 0px;
  font-weight: bold;
  color: var(--dark-grey);
  font-size: 20px;
}

.owner-details span {
  margin: 10px 4px 0 0;
  font-size: 16px;
  color: #9ab;
}

.content-only {
  position: relative;
  height: 200px;
}

.Strategy-details .owl-dots {
  position: absolute;
  right: 40%;
  transform: rotate(0deg);
  top: 97%;
}

.box_contain {
  margin-top: 40px;
}

.Services p {
  margin: 0 0px 15px 0;
  font-size: 14px;
  color: #567;
}

.Services h2 {
  margin: 15px 0 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.28;
  color: var(--dark-grey);
}

.service-card h4 {
  margin: 30px 0 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
  color: var(--dark-grey);
}

.service-card p {
  margin: 15px 0 30px;
  font-size: 14px;
  line-height: 1.86;
  color: #9ab;
}

.service-card a {
  margin: 30px 0px 0 0;
  font-size: 16px;
  color: #9ab;
}

.service-card {
  /* height: 421px; */
  margin: 0 0px 0 0;
  padding: 20px;
  border-radius: 4px;
  /* box-shadow: 50px 50px 100px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff; */
  margin-top: 30px;
}

.service-card {
  overflow: hidden;
}

.service-card h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-card:hover {
  box-shadow: 50px 50px 100px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.service-card:hover>.read-more {
  color: #fe421c !important;
}

.backimage-hover {
  background: url("img/ic-ui-ux-design-bw.png");
  width: 128px;
  height: 128px;
  object-fit: contain;
  background-repeat: no-repeat;
}

.backimage-hover1 {
  background: url("img/ic-mobile-app-bw.png");
  width: 128px;
  height: 128px;
  object-fit: contain;
  background-repeat: no-repeat;
}

.backimage-hover2 {
  background: url("img/ic-web-app-bw.png");
  width: 128px;
  height: 128px;
  object-fit: contain;
  background-repeat: no-repeat;
}

.service-card:hover>.backimage-hover {
  background: url("img/ic-ui-ux-design-clr.png");
  background-repeat: no-repeat;
}

.service-card:hover>.backimage-hover1 {
  background: url("img/ic-mobile-app-clr.png");
  background-repeat: no-repeat;
}

.service-card:hover>.backimage-hover2 {
  background: url("img/ic-web-app-clr.png");
  background-repeat: no-repeat;
}

.bg1 {
  height: 483px;
  margin: 60px 0 30px;
  padding: 30px 0px 0px;
  background-color: #eef6ff;
}

.industries-worked p {
  margin: 0 0px 15px 0;
  font-size: 14px;
  color: #567;
}

.industries-worked h4 {
  margin: 15px 0px 30px 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.28;
  color: var(--dark-grey);
}

.industries-organization-image {
  background: url("img/ic-food-bw.png");
  width: 128px;
  height: 128px;
  margin: 0 0 19px;
  object-fit: contain;
}

.industries-organization1 {
  width: 200px;
  height: 200px;
  margin: 0 28px 0 0;
  padding: 15px 36px;
}

.industries-organization1:hover {
  /* box-shadow: 50px 50px 100px 0 rgba(0, 0, 0, 0.15); */
  background-color: #fff;
}

.industries-organization1:hover>.industries-organization-image {
  background: url("img/ic-food-clr.png");
}

.industries-organization-image1 {
  background: url("img/ic-real-estate-bw.png");
  width: 128px;
  height: 128px;
  margin: 0 0 19px;
  object-fit: contain;
}

.industries-organization1:hover>.industries-organization-image1 {
  background: url("img/ic-real-estate-clr.png");
}

.industries-organization-image2 {
  background: url("img/ic-travel-bw.png");
  width: 128px;
  height: 128px;
  margin: 0 0 19px;
  object-fit: contain;
}

.industries-organization1:hover>.industries-organization-image2 {
  background: url("img/ic-travel-clr.png");
}

.industries-organization-image3 {
  background: url("img/ic-sports-bw.png");
  width: 128px;
  height: 128px;
  margin: 0 0 19px;
  object-fit: contain;
}

.industries-organization1:hover>.industries-organization-image3 {
  background: url("img/ic-sports-clr.png");
}

.industries-organization-image4 {
  background: url("img/ic-ecommerce-bw.png");
  width: 128px;
  height: 128px;
  margin: 0 0 19px;
  object-fit: contain;
}

.industries-organization1:hover>.industries-organization-image4 {
  background: url("img/ic-ecommerce-clr.png");
}

.industries-organization-image5 {
  background: url("img/ic-health-bw.png");
  width: 128px;
  height: 128px;
  margin: 0 0 19px;
  object-fit: contain;
}

.industries-organization1:hover>.industries-organization-image5 {
  background: url("img/ic-health-clr.png");
}

.industries-organization-image6 {
  background: url("img/ic-education-bw.png");
  width: 128px;
  height: 128px;
  margin: 0 0 19px;
  object-fit: contain;
}

.industries-organization1:hover>.industries-organization-image6 {
  background: url("img/ic-education-clr.png");
}

.industries-organization-image7 {
  background: url("img/ic-utility-bw.png");
  width: 128px;
  height: 128px;
  margin: 0 0 19px;
  object-fit: contain;
}

.industries-organization1:hover>.industries-organization-image7 {
  background: url("img/ic-utility-clr.png");
}

.industries-organization-image8 {
  background: url("img/ic-media-bw.png");
  width: 128px;
  height: 128px;
  margin: 0 0 19px;
  object-fit: contain;
}

.industries-organization1:hover>.industries-organization-image8 {
  background: url("img/ic-media-clr.png");
}

.industries-organization .owl-item.active {
  margin: 0px 0px;
}

.industries-organization .owl-dots {
  left: 50%;
  position: absolute;
  margin-top: 30px;
}

.industries-organization1 span {
  margin: 19px 3px 0 4px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: var(--dark-grey);
  display: block;
}

.project p {
  margin: 0 0px 15px 0;
  font-size: 14px;
  color: #567;
}

.project h3 {
  margin: 15px 30px 0 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.28;
  color: var(--dark-grey);
}

.Lorem-Ipsum p {
  margin: 35px 0 20px 30px;
  font-size: 16px;
  line-height: 1.63;
  color: #9ab;
}

.UX-Design span {
  margin: 0 0px 15px 0;
  font-size: 14px;
  color: #567;
}

.UX-Design h4 {
  margin: 15px 0 30px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.28;
  color: var(--dark-grey);
}

.UX-Design p {
  margin: 30px 0 60px;
  font-size: 16px;
  line-height: 1.63;
  color: #9ab;
}

.UX-Design a {
  margin: 90px 10px 0 0;
  font-size: 16px;
  color: #9ab;
}

.UX-Design {
  margin-right: 110px;
  margin-left: 50px;
  margin-top: 75px;
}

.project-image {
  margin-top: 50px;
}

.nopadding {
  padding-left: 0px;
}

.Lorem-design-details {
  width: 445px;
  height: 230px;
  margin: -170px 0 0 270px;
  padding: 30px;
  box-shadow: 50px 50px 100px 0 rgb(0 0 0 / 15%);
  background-color: #fff;
  position: relative;
}

.owner1 img {
  width: 70px !important;
  height: 70px;
  border-radius: 50%;
}

.owner-details1 {
  margin-left: 25px;
  margin-top: 5px;
}

.UX-Design.mobile-application {
  margin-right: 65px;
  margin-left: 110px;
  margin-top: 90px;
}

.project-image.project-image1 {
  margin-top: 70px;
}

.Lorem-design-details.Lorem-design-details1 {
  margin: -170px 0 0 -55px;
  box-shadow: 20px 50px 120px 5px rgb(0 0 0 / 15%);
}

.view-button {
  margin-top: 80px;
  text-align: center;
  margin-bottom: 40px;
}

.view-button a {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: center;
  color: #abc;
  text-decoration: none;
  border: 2px solid #abc;
  padding: 10px 40px;
}

.Good-company {
  height: 328px;
  margin: 60px 0;
  padding: 60px 0px;
  background-color: #eef6ff;
}

.Good-company-details p {
  margin: 0 0px 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #567;
}

ul.companies-logo li {
  list-style: none;
  margin: 0px 15px;
}

ul.companies-logo li img {
  width: 120px;
  height: 45px;
}

img.img-fluid.Combined-Shape.Combined-Shape {
  width: 55px;
  height: 50px;
}

ul.companies-logo {
  display: flex;
  padding-left: 0px;
  justify-content: center;
  margin-bottom: 50px;
}

.service-card span {
  position: relative;
  top: 20px;
  color: #abc;
}

/* .service-card.service-card2 {
  height: 530px;
} */

.recent-post .owl-item.active {
  margin: 0px;
}

.recent-post .owl-dots {
  position: absolute;
  left: 50%;
  margin-top: 30px;
}

.bg5 {
  height: 348px;
  margin: 100px 0px 0px;
  padding: 30px 30px 0 110px;
  box-shadow: 50px 130px 100px 0 rgba(0, 0, 0, 0.15);
  background-color: #eef6ff;
  position: relative;
  z-index: 1;
}

.lets-make h1 {
  margin: 50px 0 60px;
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  color: var(--dark-grey);
}

.lets-make a {
  height: 20px;
  margin: 60px 0px 0 0;
  font-size: 16px;
  color: #9ab;
}

.rocket img {
  height: 318px;
  margin: 0 0 0 0px;
}

.footer {
  height: 781px;
  margin: 0px 0 0;
  padding: 236px 0px 15px;
  background-color: #212529;
  position: relative;
  margin-top: -180px;
}

.footer-images img {
  margin: 0px 10px;
}

.footer-images {
  display: flex;
}

.footer-content p {
  margin: 0 1px 30px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.footer-content span {
  margin: 30px 0 0 1px;
  font-size: 16px;
  line-height: 2.5;
  color: #9ab;
  display: block;
}

.footer-content a {
  margin: 0px 0 0 1px;
  font-size: 16px;
  line-height: 2.5;
  color: #9ab;
  text-decoration: none;
  display: block;
}

.footer-details {
  padding: 50px 0px;
  margin: 50px 0px 0px;
  border-top: 1px solid #567;
  border-bottom: 1px solid #567;
}

.email1 {
  color: #fff;
}

.email1:hover {
  color: #fff;
}

.box-content00 {
  margin-top: 0px;
}

.get-in-touch1 {
  color: #fff;
  font-weight: bold;
}

.copyright p {
  color: #9ab;
  margin-top: 10px;
}

.copyright {
  text-align: center;
}

.bg6 {
  height: 185px;
  margin: 85px 0 60px;
  padding: 25px 0px 30px 0px;
  background-color: #eef6ff;
}

.breadcrumb li a {
  margin: 0 0px 15px 0;
  font-size: 14px;
  color: #567;
  text-decoration: none;
}

.challenge {
  margin: 15px 0 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.28;
  color: var(--dark-grey);
}

section.bg7 {
  height: 415px;
  margin: 60px 0 40px;
  padding: 60px 0px 61px 0px;
  background-color: #eef6ff;
}

.innovation span {
  margin: 0 0px 15px 0;
  font-size: 14px;
  color: #567;
}

.innovation h4 {
  margin: 15px 0 30px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.28;
  color: var(--dark-grey);
}

.innovation p {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 1.63;
  color: #9ab;
}

.signal-check img {
  height: 290px;
  width: 100%;
}

.life-made-technology span {
  margin: 0 0px 15px 15px;
  font-size: 14px;
  color: #567;
}

.life-made-technology h4 {
  margin: 15px 0px 30px 15px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.28;
  color: var(--dark-grey);
}

.bg8 {
  height: 726px;
  margin: 60px 0;
  padding: 60px 0px;
  background-color: #eef6ff;
}

.tab-box {
  height: 220px;
  margin: 30px 15px 90px;
  padding: 0;
  box-shadow: 50px 50px 100px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.nav.flex-column.nav-pills.me-3 {
  width: 60%;
  background: #eef6ff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  color: var(--dark-grey);
  background: none;
  /* padding: 10px 0px; */
  border-left: 4px solid #ffa900;
  border-radius: 0px;
  padding-left: 10px;
  background: #FFFFFF;
}

button.nav-link {
  color: #9ab;
  font-size: 24px;
  margin: 0px;
  padding: 18.7px 0;
  background-color: #eef6ff;
  text-align: left;
  padding-left: 10px;
}

button.nav-link:hover {
  color: #9ab;
}

.tab-pane.fade {
  margin: 15px 0 0px 0px;
  font-size: 18px;
  line-height: 2;
  color: #9ab;
}

.working-project .owl-dots {
  position: absolute;
  left: 50%;
}

.research-card span {
  margin: 0 2px 2px 0;
  opacity: 0.15;
  font-size: 128px;
  font-weight: bold;
  /* color: #9ab; */
  position: absolute;
  left: 10px;
  top: -20px;
}

.research-card h4 {
  margin: 30px 0 15px 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
  color: var(--dark-grey);
}

.research-card p {
  margin: 15px 0 0 15px;
  font-size: 14px;
  line-height: 1.86;
  color: #9ab;
}

.numbers {
  color: #9ab;
}

.research-card:hover {
  box-shadow: 50px 50px 100px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.research-card:hover .numbers {
  color: #fe421c;
}

.research-card {
  height: 243px;
  margin: 50px 0px 0 0;
  padding: 0 15px 20px 50px;
  border-radius: 4px;
  position: relative;
}

.backresearch {
  padding-top: 35px;
}

.bg9 {
  height: 550px;
  margin: 60px 0;
  padding: 60px 0px;
  background-color: #eef6ff;
}

.life-made-technology li {
  margin: 0 0 15px 0px;
  font-size: 18px;
  line-height: 1.33;
  color: var(--dark-grey);
  list-style: none;
  display: flex;
}

.life-made-technology {
  padding-left: 0px;
  margin-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #abc;
}

.life-made-technology li img {
  margin-right: 15px;
  position: relative;
  top: 0;
  height: 22px;
}

.service-card11 {
  display: flex;
  height: 263px;
}

.bg10 {
  height: 555px;
  margin: 60px 0;
  padding: 60px 0px;
  background-color: #eef6ff;
}

.service-card11:hover .read-more {
  color: #fe421c !important;
}

.pills-tab00 {
  justify-content: center;
}

.pills-tab00 li {
  margin: 0 15px;
}

.pills-tab00 li button.nav-link.active {
  border: none;
  color: #fe421c;
  font-size: 18px;
}

.pills-tab00 li button.nav-link {
  border: none;
  /* color: #fe421c; */
  font-size: 18px;
}

.All {
  color: #212529 !important;
}

.UX-Design {
  color: #212529 !important;
}

.Mobile-Application {
  color: #212529 !important;
}

.Web-Application {
  color: #212529 !important;
}

.UX-Design h4 {
  font-size: 24px;
  margin-bottom: 40px;
}

.lorem-simple-dummy {
  margin-bottom: 30px !important;
}

.service-card200 {
  height: 550px !important;
}

.nopadding00 {
  padding-right: 0px;
}

.screenshot_slider .owl-item .item {
  transform: translate3d(0, 0, 0);
  transform: scale(0.9);

  transition: all .25s ease-in-out;
  margin: 50px 0;
}

.screenshot_slider .owl-item .item img {
  -webkit-transition: 0.3s;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.80);
  -ms-transform: scale(0.80);
  transform: scale(0.80);
}

.screenshot_slider .owl-item.center .item img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.screenshot_slider .owl-nav {
  text-align: center;
  /* margin: 40px 0; */
}

.screenshot_slider .owl-nav button {
  font-size: 50px !important;
  margin: 10px;
  color: #033aff !important;
}

.screenshot_slider .owl-item.active {
  margin: 0px;
}

.screenshot_slider .owl-dots {
  position: absolute;
  left: 48%;
}

.screenshot_slider button.owl-prev {
  position: absolute;
  left: 17%;
  top: 40%;
  border: none !important;
  color: #567 !important;
}

.screenshot_slider button.owl-next {
  position: absolute;
  right: 17%;
  top: 40%;
  border: none !important;
  color: #fe421c !important;
}

.screenshot_slider .owl-item.active img {
  opacity: 0.5;
}

.screenshot_slider .owl-item.active.center img {
  opacity: 1;
}

.screenshot_slider.owl-carousel.owl-loaded.owl-drag {
  margin-bottom: 100px;
}

p.date {
  color: #567;
  font-size: 14px;
  margin: 0px;
}

.box-image img {
  width: 100%;
  height: 488px;
}

.blog-detail-content h4 {
  margin: 30px 9px 30px 0;
  font-size: 20px;
  font-weight: bold;
  color: #789;
}

.blog-detail-content p {
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.63;
  color: #9ab;
}

.blog-detail-tags h4 {
  margin: 30px 4px 15px 0;
  font-size: 20px;
  font-weight: bold;
  color: #789;
}

.blog-detail-tags a {
  display: block;
  margin: 0px 0 0;
  font-size: 16px;
  line-height: 2.5;
  color: #9ab;
  text-decoration: none;
}

.blog-detail-tags {
  padding-left: 40px;
  border-left: 1px solid rgba(33, 56, 66, 0.1);
}

.share-icon p {
  margin: 0 2px 15px 0;
  font-size: 14px;
  color: #567;
}

.share-icon {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #abc;
}

.email-call-form h4 {
  margin: 0 0 30px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.28;
  color: var(--dark-grey);
}

.email-call-form p {
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.63;
  color: #9ab;
}

.Address-content a {
  display: block;
  line-height: 1.9;
  margin: 0px;
}

.Address-content p {
  margin: 20px 0px 10px;
}

.Address-content span {
  margin: 0px 0 0 1px;
  font-size: 16px;
  line-height: 1.8;
}

.Address-content .email-color {
  color: #fe421c;
  text-decoration: underline;
}

button.submit {
  width: 115px;
  height: 40px;
  margin: 15px 15px 0 0;
  padding: 10px 30px;
  background-color: #fe421c;
  border: 0;
  border-radius: 4px;
  color: #fff;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.basic-addon1 {
  background: #fff;
  border-right: none;
  padding-right: 5px;
}

.first-name {
  border-left: none;
  padding-left: 0px;
  margin-right: 10px;
}

.Phone {
  margin-left: 10px !important;
}

.last-name {
  width: 20% !important;
}


@media screen and (max-width:1199px) {

  img.img-fluid.partner-badge-logo {
    width: 110px;
    height: 50px;
  }

  img.img-fluid.software-logo {
    width: 60px;
    height: 50px;
  }

  img.img-fluid.goodfirms-logo {
    width: 65px;
    height: 50px;
  }

  img.img-fluid.sortlist-logo {
    width: 140px;
  }

  .navbar-collapse.mynavbar.collapse.show {
    width: 35% !important;
  }

  .hero-image-rectangle {
    width: 460px;
    height: 484px;
    margin: 0 0px 0 0;
  }

  .Rectangle {
    padding: 10px 40px;
    font-size: 18px;
  }

  .Lorem-design-details {
    margin: -170px 0 0 105px;
  }

  .UX-Design {
    margin-right: 30px;
  }

  .UX-Design.mobile-application {
    margin-right: 40px;
    margin-left: 30px;
  }

  .service-card.service-card2 {
    height: 510px;
  }

  .lets-make h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .signal-check img {
    height: 315px;
    width: 100%;
  }

  .nav.flex-column.nav-pills.me-3 {
    width: 90%;
  }

  .box_contain h3 {
    font-size: 35px;
  }

  .research-card {
    height: 260px;
  }

  .backimage-hover1000 {
    width: 107% !important;
  }

  .backimage-hover2000 {
    width: 107% !important;
  }

  .service-card11 {
    display: flex;
    height: 290px;
  }

  .service-card200 {
    height: 525px !important;
  }

  .UX-Design p {
    font-size: 15px;
    margin: 15px 0 60px;
  }

  .UX-Design h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width:991px) {
  .navbar-collapse.mynavbar.collapse.show {
    width: 40% !important;
  }

  .hero-image-rectangle {
    width: 348px;
    height: 388px;
    margin: 0 0px 0 0;
  }

  .Welcome-to-Ignitive h1 {
    font-size: 30px;
  }

  .Welcome-to-Ignitive p {
    font-size: 18px;
  }

  .box_contain h3 {
    font-size: 25px;
  }

  .background-leaf {
    padding: 0 10px 20px 10px;
    height: 290px;
  }

  .content-only {
    position: relative;
    height: 155px;
    padding-top: 15px;
  }

  .Strategy-details .owl-item.active {
    margin: 0px;
  }

  .box_contain {
    margin-top: 0px;
  }

  .bg {
    height: 410px;
  }

  .Services h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .service-card h4 {
    font-size: 20px;
  }

  .service-card {
    height: 445px;
    padding: 10px;
  }

  .industries-worked h4 {
    font-size: 30px;
    line-height: 1.15;
  }

  .bg1 {
    height: 460px;
  }

  .project h3 {
    margin: 15px 0px 0 0;
    font-size: 30px;
  }

  .Lorem-Ipsum p {
    margin: 35px 0 20px 0px;
  }

  .Lorem-design-details {
    margin: -135px 0 0 40px;
    width: 380px;
    padding: 20px;
  }

  .UX-Design {
    margin-right: 0px;
    margin-top: 40px;
  }

  .UX-Design h4 {
    font-size: 19px;
    margin-bottom: 15px;
  }

  .UX-Design p {
    margin: 20px 0 30px;
  }

  img.img-fluid.sortlist-logo {
    width: 105px;
  }

  img.img-fluid.goodfirms-logo {
    width: 55px;
    height: 45px;
  }

  .footer-images img {
    margin: 0px 5px;
  }

  .UX-Design.mobile-application {
    margin-right: 20px;
    margin-left: 10px;
  }

  .Lorem-design-details.Lorem-design-details1 {
    margin: -160px 0 0 -55px;
  }

  .bg5 {
    height: 300px;
    margin: 60px 0px 0px;
    padding: 20px 15px 0 15px;
  }

  .rocket img {
    height: 280px;
  }

  .recent-post .owl-dots {
    position: absolute;
    left: 45%;
    margin-top: 0;
  }

  .footer {
    margin-top: -160px;
  }

  .challenge {
    font-size: 30px;
  }

  .box_contain p {
    margin: 0 0px 15px 0;
  }

  .innovation h4 {
    margin: 15px 0 15px;
    font-size: 24px;
  }

  .innovation p {
    margin: 15px 0 0;
  }

  .nav.flex-column.nav-pills.me-3 {
    width: 100%;
  }

  .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    font-size: 16px;
  }

  button.nav-link {
    font-size: 16px;
  }

  .tab-box {
    height: 190px;
    margin: 30px 0px 90px;
  }

  .tab-pane.fade {
    margin: 15px 0 0px 0px;
    font-size: 16px;
    line-height: 1.8;
  }

  .working-project .owl-item.active {
    margin: 0px;
  }

  .research-card {
    padding: 0 15px 20px 30px;
  }

  .research-card span {
    left: 0px;
  }

  .research-card {
    height: 305px;
  }

  .bg9 {
    padding: 40PX 0px;
  }

  .life-made-technology li {
    font-size: 14px;
  }

  .backimage-hover1000 {
    width: 215% !important;
  }

  .backimage-hover2000 {
    width: 215% !important;
  }

  .service-card11 {
    height: 315px;
  }

  .service-card200 {
    height: 440px !important;
  }

  .bg6 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width:767px) {
  .bg {
    margin: 30px 0 30px;
    padding: 30px 0px 30px 0;
    height: 540px;
  }

  .box_contain p {
    margin: 0 0px 15px 0;
  }

  .content-only {
    height: 100px;
  }

  .background-leaf {
    padding: 0 10px 20px 10px;
    height: 220px;
  }

  .navbar-collapse.mynavbar.collapse.show {
    width: 60% !important;
  }

  .welcome-ignitive .owl-dots {
    right: -25px;
    top: 60%;
  }

  .Services h2 {
    font-size: 25px;
    line-height: 1.2;
  }

  .service-card {
    height: 350px;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
  }

  .backimage-hover {
    margin: 0 auto;
  }

  .backimage-hover1 {
    margin: 0 auto;
  }

  .backimage-hover2 {
    margin: 0 auto;
  }

  .service-card h4 {
    margin: 15px 0 15px;
  }

  .Services {
    text-align: center;
  }

  .bg1 {
    height: 420px;
    margin: 0px 0 30px;
  }

  .industries-organization1 {
    padding: 15px 10px;
  }

  .industries-organization1 span {
    text-align: left;
    margin-left: 20px;
  }

  .industries-organization .owl-dots {
    left: 45%;
    position: absolute;
    margin-top: 0px;
  }

  .Lorem-Ipsum p {
    margin: 10px 0 0px 0px;
  }

  .project-image {
    margin-top: 20px;
  }

  .Lorem-design-details {
    margin: -135px 0 0 45px;
    width: 450px;
    padding: 20px;
  }

  .nopadding {
    padding: 0px;
  }

  .UX-Design {
    margin-left: 0px;
  }

  .UX-Design.mobile-application {
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
  }

  .project-image.project-image1 {
    margin-top: 30px;
  }

  .nopadding00 {
    padding: 0px;
  }

  .Lorem-design-details.Lorem-design-details1 {
    margin: -145px 0 25px 40px;
  }

  .view-button {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 40px;
  }

  .Good-company {
    padding: 30px 0px;
    height: 270px;
    margin: 30px 0;
  }

  ul.companies-logo li {
    list-style: none;
    margin: 0px 5px;
  }

  .recent-post .owl-dots {
    left: 35%;
  }

  .bg5 {
    height: 500px;
  }

  .lets-make h1 {
    font-size: 25px;
    line-height: 40px;
    margin: 15px 0 30px;
  }

  .rocket {
    text-align: left;
  }

  .bg5 {
    height: 410px;
  }

  .footer {
    padding: 180px 0px 15px;
    height: 1220px;
  }

  .navbar-toggler {
    top: 25px;
  }

  .footer-logo {
    margin-bottom: 30px;
  }

  .footer-images {
    display: flex;
    justify-content: left;
  }

  img.img-fluid.sortlist-logo {
    width: 160px;
  }

  img.img-fluid.software-logo {
    width: 50px;
    height: 50px;
  }

  .footer-content a {
    display: block;
    margin: 0px 0 0 1px;
  }

  img.img-fluid.partner-badge-logo {
    width: 145px;
    height: 50px;
  }

  .signal-check img {
    height: 315px;
    width: 100%;
    margin-bottom: 20px;
  }

  section.bg7 {
    height: 630px;
    margin: 60px 0 40px;
    padding: 40px 0px 40px 0px;
  }

  .bg8 {
    height: 1190px;
    margin: 60px 0 30px;
    padding: 30px 0px;
  }

  .life-made-technology h4 {
    font-size: 30px;
  }

  .life-made-technology {
    padding-bottom: 10px;
  }

  .d-flex.align-items-start {
    display: block !important;
  }

  .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    margin: 5px 0 0px 0px;
  }

  button.nav-link {
    margin: 5px 0 0px 0px;
  }

  .tab-box {
    height: 260px;
    margin: 30px 0px 30px;
  }

  .working-project {
    margin-bottom: 50px;
  }

  .working-project .owl-dots {
    position: absolute;
    left: 45%;
  }

  .bg6 {
    margin: 85px 0 30px;
  }

  .research-card {
    height: 220px;
    margin: 0px;
    padding: 0 15px 20px 60px;
  }

  .bg9 {
    height: 805px;
    margin: 30px 0;
  }

  .life-made-technology {
    padding-bottom: 10px;
    text-align: left;
  }

  .bg10 {
    height: 890px;
    margin: 30px 0;
    padding: 30px 0px;
  }

  .service-card11 {
    display: block;
  }

  .backimage-hover1000 {
    width: 128px !important;
  }

  .backimage-hover2000 {
    width: 128px !important;
  }

  .pills-tab00 {
    justify-content: flex-start;
  }

  .pills-tab00 li {
    margin: 0 8px;
  }

  .service-card200 {
    height: 580px !important;
  }

  .project-image.project-image1 {
    margin-top: 0px;
  }

  .mobile-application0231 {
    margin-top: 0px !important;
  }

  .screenshot_slider button.owl-prev {
    left: 5%;
  }

  .screenshot_slider button.owl-next {
    right: 5%;
  }

  .blog-detail-content p {
    margin: 30px 0 0;
  }

  .blog-detail-tags {
    padding-left: 0px;
    border-left: none;
  }

  input.form-control {
    width: 100% !important;
  }

  input.form-control.first-name {
    width: 83% !important;
    margin-right: 0;
  }

  input.form-control.last-name {
    margin-top: 20px;
  }

  input.form-control.Phone {
    margin-left: 0px !important;
    margin-top: 20px;
  }
}

@media screen and (max-width:420px) {
  .Lorem-design-details {
    margin: -135px 0 0 30px;
    width: 350px;
    padding: 20px;
  }

  a.navbar-brand {
    width: 200px;
    height: 50px;
  }

  a.navbar-brand img {
    height: 50px;
  }

  .navbar-toggler {
    top: 15px;
  }

  .hero-image-rectangle {
    height: 432px;
  }

  .Welcome-to-Ignitive h1 {
    font-size: 20px;
  }

  .buttons {
    display: block;
  }

  .Rectangle {
    padding: 10px 40px;
    font-size: 18px;
    width: 90%;
    display: block;
    margin: 20px auto;
  }

  a.contact-us {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  .content-only {
    height: 120px;
  }

  .background-leaf {
    padding: 0 10px 20px 10px;
    height: 240px;
  }

  .bg {
    margin: 30px 0 30px;
    padding: 30px 0px 30px 0;
    height: 585px;
  }

  .Services h2 {
    font-size: 23px;
    line-height: 1.2;
  }

  .industries-worked h4 {
    font-size: 23px;
    line-height: 1.15;
  }

  .industries-organization .owl-dots {
    left: 35%;
  }

  .project h3 {
    margin: 15px 0px 0 0;
    font-size: 25px;
  }

  ul.companies-logo {
    display: block;
    padding-left: 0px;
    margin-bottom: 50px;
    text-align: center;
  }

  ul.companies-logo li {
    list-style: none;
    margin: 15px 5px;
  }

  .Good-company {
    height: 810px;
  }

  .recent-post .owl-dots {
    left: 28%;
  }

  .lets-make h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .rocket img {
    height: 260px;
  }

  .footer {
    padding: 180px 0px 15px;
    height: 1250px;
  }

  .navbar-collapse.mynavbar.collapse.show {
    width: 100% !important;
    top: 70px;
  }

  .service-card.service-card2 {
    height: 490px;
  }

  .bg6 {
    height: 160px;
    margin: 70px 0 30px !important;
  }

  .challenge {
    font-size: 22px;
  }

  .signal-check img {
    height: 275px;
    width: 100%;
    margin-bottom: 20px;
  }

  .innovation h4 {
    margin: 15px 0 15px;
    font-size: 22px;
  }

  .bg8 {
    height: 1210px;
  }

  .life-made-technology h4 {
    font-size: 25px;
    margin-left: 0px;
  }

  .life-made-technology span {
    margin-left: 0px;
  }

  .tab-box {
    height: 300px;
    margin: 30px 0px 30px;
    padding: 10px;
  }

  .bg9 {
    padding: 30PX 0px;
  }

  .service-card11 {
    height: 370px;
  }

  .bg10 {
    height: 900px;
  }

  .research-card {
    height: 235px;
  }

  .bg9 {
    height: 835px;
    margin: 30px 0;
  }

  .pills-tab00 li button.nav-link {
    font-size: 16px;
  }

  .service-card200 {
    height: 510px !important;
  }

  .screenshot_slider button.owl-prev {
    left: 4%;
  }

  .screenshot_slider button.owl-next {
    right: 4%;
  }

  .screenshot_slider.owl-carousel.owl-loaded.owl-drag {
    margin-bottom: 55px;
  }

  .screenshot_slider .owl-dots {
    position: absolute;
    left: 40%;
  }

  input.form-control.first-name {
    width: 80% !important;
    margin-right: 0;
  }
}

@media screen and (max-width:378px) {
  img.img-fluid.sortlist-logo {
    width: 125px;
  }

  .Lorem-design-details.Lorem-design-details1 {
    margin: -145px 0 25px 13px;
  }

  .Lorem-design-details {
    margin: -135px 0 0 13px;
  }

  .hero-image-rectangle {
    height: 400px;
    width: 352px;
  }

  .Rectangle {
    width: 85%;
  }

  a.contact-us {
    width: 85%;
  }

  .content-only p {
    font-size: 14px;
  }

  .Services h2 {
    font-size: 21px;
    line-height: 1.2;
  }

  .industries-worked h4 {
    font-size: 21px;
    line-height: 1.15;
    margin: 15px 0px 15px 0;
  }

  .bg1 {
    height: 390px;
    margin: 0px 0 30px;
  }

  .project h3 {
    margin: 15px 0px 0 0;
    font-size: 22px;
  }

  ul.companies-logo li img {
    width: 150px;
    height: 45px;
  }

  .recent-post .owl-dots {
    left: 25%;
  }

  .service-card.service-card2 {
    height: 460px;
  }

  .challenge {
    font-size: 20px;
  }

  .bg6 {
    height: 150px;
    margin: 85px 0 30px;
  }

  .innovation h4 {
    margin: 15px 0 15px;
    font-size: 19px;
  }

  .life-made-technology h4 {
    font-size: 23px;
    margin-left: 0px;
  }

  .working-project .owl-dots {
    position: absolute;
    left: 40%;
  }

  .tab-pane.fade {
    font-size: 14px;
  }

  .service-card200 {
    height: 480px !important;
  }

  .screenshot_slider .owl-nav button {
    font-size: 35px !important;
  }

  input.form-control.first-name {
    width: 75% !important;
  }
}

@media screen and (max-width:362px) {
  .hero-image-rectangle {
    height: 388px;
    width: 335px;
  }

  .Lorem-design-details {
    margin: -135px 0 0 10px;
    width: 340px;
    padding: 10px;
  }

  .Lorem-design-details.Lorem-design-details1 {
    margin: -145px 0 25px 10px;
  }

  .Welcome-to-Ignitive h1 {
    font-size: 19px;
  }

  .background-leaf {
    padding: 0 10px 20px 10px;
    height: 250px;
  }

  .content-only {
    height: 135px;
  }

  .bg {
    margin: 30px 0 30px;
    padding: 30px 0px 30px 0;
    height: 600px;
  }

  .Services h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .service-card p {
    margin: 0px 0 20px;
  }

  .service-card h4 {
    margin: 15px 0 0px;
  }

  .industries-worked h4 {
    font-size: 20px;
  }

  .project h3 {
    margin: 15px 0px 0 0;
    font-size: 21px;
  }

  .service-card.service-card2 {
    height: 425px;
  }

  .challenge {
    font-size: 19px;
  }

  .signal-check img {
    height: 255px;
  }

  .service-card {
    height: 340px;
  }

  .bg8 {
    height: 1165px;
  }

  .backresearch {
    padding-top: 20px;
  }

  .service-card11 {
    height: 370px;
  }

  img.img-fluid.sortlist-logo {
    width: 110px;
  }

  .service-card200 {
    height: 450px !important;
  }
}

@media screen and (max-width:322px) {
  .hero-image-rectangle {
    height: 358px;
    width: 295px;
  }

  .Lorem-design-details {
    margin: -135px 0 0 10px;
    width: 300px;
    padding: 10px;
  }

  img.img-fluid.partner-badge-logo {
    width: 70px;
    height: 40px;
  }

  img.img-fluid.sortlist-logo {
    width: 90px;
    height: 40px;
  }

  img.img-fluid.goodfirms-logo {
    width: 55px;
    height: 40px;
  }

  img.img-fluid.software-logo {
    width: 45px;
    height: 40px;
  }

  .Welcome-to-Ignitive h1 {
    font-size: 16px;
  }

  .Welcome-to-Ignitive p {
    font-size: 15px;
  }

  .Rectangle {
    font-size: 16px;
  }

  a.contact-us {
    font-size: 16px;
  }

  .box_contain h3 {
    font-size: 24px;
  }

  .bg {
    margin: 30px 0 30px;
    padding: 30px 0px 30px 0;
    height: 620px;
  }

  .Services h2 {
    font-size: 18px;
    line-height: 1.2;
  }

  .industries-worked h4 {
    font-size: 17px;
  }

  .project h3 {
    margin: 15px 0px 0 0;
    font-size: 19px;
  }

  .Lorem-Ipsum p {
    font-size: 14px;
  }

  .UX-Design p {
    font-size: 14px;
  }

  .UX-Design h4 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .content-only00 p {
    font-size: 14px;
  }

  .Lorem-design-details {
    height: 200px;
  }

  .view-button a {
    font-size: 18px;
  }

  .service-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 25px;
  }

  .recent-post .owl-dots {
    left: 22%;
  }

  .service-card.service-card2 {
    height: 415px;
  }

  .challenge {
    font-size: 17px;
  }

  .innovation h4 {
    margin: 15px 0 15px;
    font-size: 16px;
  }

  .bg8 {
    height: 1200px;
  }

  .life-made-technology h4 {
    font-size: 20px;
    margin-left: 0px;
  }

  .working-project .owl-dots {
    position: absolute;
    left: 35%;
  }

  .box_contain h3 {
    font-size: 22px;
  }

  .service-card11 {
    height: 385px;
  }

  .service-card200 {
    height: 430px !important;
  }

  input.form-control.first-name {
    width: 70% !important;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-toggler {
    display: block !important;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: block !important;
  }
}