/* @media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1246px !important;
    }
} */
body {
  font-family: "THICCCBOI";
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: "Gilmer Outline";
  src: url("fonts/GilmerOutline.eot");
  src: url("fonts/GilmerOutline.eot?#iefix") format("embedded-opentype"),
    url("fonts/GilmerOutline.woff2") format("woff2"),
    url("fonts/GilmerOutline.woff") format("woff"),
    url("fonts/GilmerOutline.ttf") format("truetype"),
    url("fonts/GilmerOutline.svg#GilmerOutline") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("fonts/THICCCBOI-Black.eot");
  src: url("fonts/THICCCBOI-Black.eot?#iefix") format("embedded-opentype"),
    url("fonts/THICCCBOI-Black.woff2") format("woff2"),
    url("fonts/THICCCBOI-Black.woff") format("woff"),
    url("fonts/THICCCBOI-Black.svg#THICCCBOI-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("fonts/THICCCBOI-Bold.eot");
  src: url("fonts/THICCCBOI-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/THICCCBOI-Bold.woff2") format("woff2"),
    url("fonts/THICCCBOI-Bold.woff") format("woff"),
    url("fonts/THICCCBOI-Bold.svg#THICCCBOI-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("fonts/THICCCBOI-SemiBold.eot");
  src: url("fonts/THICCCBOI-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("fonts/THICCCBOI-SemiBold.woff2") format("woff2"),
    url("fonts/THICCCBOI-SemiBold.woff") format("woff"),
    url("fonts/THICCCBOI-SemiBold.svg#THICCCBOI-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("fonts/THICCCBOI-Medium.eot");
  src: url("fonts/THICCCBOI-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/THICCCBOI-Medium.woff2") format("woff2"),
    url("fonts/THICCCBOI-Medium.woff") format("woff"),
    url("fonts/THICCCBOI-Medium.svg#THICCCBOI-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("fonts/THICCCBOI-Regular.eot");
  src: url("fonts/THICCCBOI-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/THICCCBOI-Regular.woff2") format("woff2"),
    url("fonts/THICCCBOI-Regular.woff") format("woff"),
    url("fonts/THICCCBOI-Regular.svg#THICCCBOI-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("fonts/THICCCBOI-Thin.eot");
  src: url("fonts/THICCCBOI-Thin.eot?#iefix") format("embedded-opentype"),
    url("fonts/THICCCBOI-Thin.woff2") format("woff2"),
    url("fonts/THICCCBOI-Thin.woff") format("woff"),
    url("fonts/THICCCBOI-Thin.svg#THICCCBOI-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("fonts/THICCCBOI-ExtraBold.eot");
  src: url("fonts/THICCCBOI-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("fonts/THICCCBOI-ExtraBold.woff2") format("woff2"),
    url("fonts/THICCCBOI-ExtraBold.woff") format("woff"),
    url("fonts/THICCCBOI-ExtraBold.svg#THICCCBOI-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("fonts/THICCCBOI-Light.eot");
  src: url("fonts/THICCCBOI-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/THICCCBOI-Light.woff2") format("woff2"),
    url("fonts/THICCCBOI-Light.woff") format("woff"),
    url("fonts/THICCCBOI-Light.svg#THICCCBOI-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.heroSlider .slideImage {
  animation-name: float_up_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: float_up_down;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: float_up_down;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: float_up_down;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: float_left_right;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float_up_down {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

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

.industry-inner-page .service-inner-thumb {
  animation-name: float_up_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: float_up_down;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: float_up_down;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: float_up_down;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: float_left_right;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float_up_down {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

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

section.about-container {
  background-image: url("../../assets/appimages/about-bg-shape.png");
  background-repeat: no-repeat;
  background-position: top left;
  padding: 100px 0;
}

.shadowBG img {
  width: 100%;
  height: auto;
  transition: 400ms all;
}

.shadowBoxContent {
  position: absolute;
  bottom: 0;
  padding: 20px 35px;
  color: #fff;
}

.threeBoxShadow {
  position: relative;
}

section.story-teller-container {
  background-image: url("../../assets/appimages/three-box-shadow-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 50px 0;
}

.shadowBG {
  transition: 400ms all;
}

.shadowBG img.with-color {
  display: none;
}

.shadowBG:hover img.without-color {
  display: none;
}

.shadowBG:hover img.with-color {
  display: block;
}

.threeBoxShadow.center {
  margin-top: 150px;
}

section.industry-container {
  background-image: url("../../assets/appimages/industry-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  padding: 70px 0;
}

section.testimonial-container {
  background-image: url("../../assets/appimages/testimonial-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 50px 0 70px 0;
}

.customNavbar.activeScroll {
  background-color: #f80500;
}

section.headerBanner {
  background-repeat: no-repeat;
  background-position: center top;
}

.heroSlider {
  padding-top: 150px;
  margin-bottom: 0 !important;
  height: 100vh;
}

.slideContentBox h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.slideContentBox h1 {
  font-weight: 700;
  font-size: 52px;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}

.slideContentBox h1 span {
  color: #f80500;
}

.slideContentBox p {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

a.themeBlue {
  background-color: #f80500;
  border-radius: 6px;
  width: 289px;
  height: 65px;
  display: inline-block;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: 400ms all;
  margin: 10px 15px 10px 0;
}

a.themeWhite {
  background-color: #fff;
  border-radius: 6px;
  width: 289px;
  height: 65px;
  display: inline-block;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  font-weight: 700;
  color: #11061a;
  text-decoration: none;
  transition: 400ms all;
  margin: 10px 15px 10px 0;
}

a.themeBlue:hover {
  background-color: #11061a;
}

a.themeWhite:hover {
  background-color: #11061a;
  color: #fff;
}

ul.partenersList {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 30px;
}

ul.partenersList li {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.heroSlider ul.slick-dots {
  bottom: 40px !important;
}

.heroSlider .slick-dots li button:before {
  border: 1px solid white;
  border-radius: 25px;
  opacity: 1;
  color: #fff;
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 0;
}

.heroSlider .slick-dots li.slick-active button:before {
  font-size: 16px;
  border-color: transparent;
}

.topMarquee {
  background-color: #f80500;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
}

.topMarquee span {
  position: relative;
  top: 6px;
  margin: 0 50px;
}

.bottomMarquee {
  background-color: #1b1b1b;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
}

.bottomMarquee span {
  position: relative;
  top: 6px;
  margin: 0 50px;
}

.aboutLeft {
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

.aboutThumbnail {
  margin-top: 20px;
}

section.about-container .pageContent {
  padding-left: 100px;
  padding-right: 380px;
}

section.about-container .pageContent h2 {
  font-size: 48px;
  font-weight: 900;
  color: #f80500;
  margin-bottom: 30px;
  text-transform: uppercase;
}

section.about-container .pageContent h2 span {
  color: #000000;
}

section.about-container .pageContent p {
  font-size: 20px;
  font-weight: 500;
  color: #404040;
}

section.about-container .pageContent a {
  border-radius: 6px;
  width: 291px;
  height: 65px;
  background-color: #000;
  display: inline-block;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: 400ms all;
  margin-top: 30px;
}

section.about-container .pageContent a:hover {
  background-color: #f80500;
}

.aboutLeft span:before {
  content: "";
  background-color: #f80500;
  width: 72px;
  height: 3px;
  position: absolute;
  top: 10px;
  left: 0;
}

.aboutLeft span {
  position: relative;
  left: 48px;
  padding-left: 90px;
}

section.business-partner-container {
  padding: 30px 0 100px 0;
  position: relative;
}

.business-partner-box h4 {
  font-size: 20px;
  font-weight: 900;
  color: #f80500;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.business-partner-box h2 {
  font-size: 54px;
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.business-partner-box p {
  color: #404040;
  font-size: 20px;
  font-weight: 500;
}

.partner-logos {
  margin-top: 30px;
}

section.business-partner-container:before {
  content: " trusted ";
  font-family: Gilmer Outline;
  font-size: 230px;
  color: #e5e5e5;
  position: absolute;
  right: 100px;
  top: -120px;
  z-index: -1;
}

.story-teller-box {
  text-align: center;
  margin-bottom: 50px;
}

.story-teller-box h2 {
  font-size: 52px;
  color: #f80500;
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.story-teller-box h2 span {
  color: #fff;
}

.story-teller-box p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.shadowBoxContent h3 {
  font-size: 37px;
  font-weight: 900;
}

.shadowBoxContent p {
  font-size: 20px;
  font-weight: 500;
}

section.technology-container {
  padding: 100px 0 50px 0;
  background-image: url("../../assets/appimages/tech-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

section.technology-container h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  color: #191919;
  margin-bottom: 20px;
}

section.technology-container h2 span {
  color: #f80500;
}

.technology-list ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.technology-list ul li {
  background-color: #fafafa;
  width: 180px;
  height: 130px;
  line-height: 130px;
  border-radius: 5px;
  margin: 20px 15px;
  text-align: center;
  box-shadow: 1px 1px 15px #00000016;
}

.technology-list {
  margin-bottom: 120px;
}

section.technology-container h3 {
  color: #1e1e1e;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.technology-list ul li span img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: 400ms all;
}

.technology-list ul li:hover span img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

section.portfolio-container {
  background-image: url("../../assets/appimages/portfolio-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 100px 0;
}

.portfolio-content h2 {
  color: #191919;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 900;
}

.portfolio-content {
  text-align: center;
}

.portfolio-content h2 span {
  color: #f80500;
}

.portfolio-content p {
  color: #1e1e1e;
  font-size: 20px;
}

.portfolio-tab ul li.nav-item button {
  width: 190px;
  height: 72px;
  border: 1px solid #616161;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
}

.portfolio-tab ul#myTab {
  justify-content: center;
  border: 0;
}

.portfolio-tab ul li.nav-item {
  margin: 20px 15px 70px 15px;
}

.portfolio-tab ul li.nav-item button.active {
  border-color: transparent;
  background-color: #f80500;
  color: #fff;
}

.portfolio-tab ul li.nav-item button:hover {
  border-color: transparent;
  background-color: #f80500;
  color: #fff;
}

.iphone-frame {
  position: absolute;
  top: 50%;
  left: 35%;
  z-index: 2;
  transform: translate(22%, -50%);
}

.portfolio-slide-Box {
  position: relative;
}

.portfolio-slider .slick-dots li button:before {
  border: 1px solid black;
  border-radius: 25px;
  opacity: 1;
  color: black;
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 0;
}

.portfolio-slider .slick-dots li.slick-active button:before {
  font-size: 16px;
  border-color: transparent;
}

.portfolio-slider ul.slick-dots {
  bottom: -50px;
}

section.contact-form-container {
  background-color: #f80500;
  padding: 50px 0;
}

.contact-form-box h2 {
  text-align: center;
  font-size: 52px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.contact-form-field label {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.contact-form-field input {
  width: 100%;
  padding: 18px 15px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  border: 1px solid rgb(0, 155, 201);
  font-size: 20px;
  font-weight: 300;
}

.contact-form-field-BTN {
  margin-top: 38px;
}

.contact-form-field-BTN button {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 155, 201);
  border-radius: 6px;
  width: 289px;
  height: 63px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  background-color: #1e1e1f;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.contact-form-field-BTN button:hover {
  background-color: #fff;
  color: #1e1e1f;
}

.industry-content h2 {
  font-size: 60px;
  font-weight: 900;
  color: #1a1a1a;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.industry-content h2 span {
  color: #f80500;
}

.industry-content {
  text-align: center;
}

.industry-content p {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 400;
}

.industry-slider {
  margin-top: 50px;
}

.industryHoverBox {
  background-color: rgb(17 43 60 / 85%);
  position: absolute;
  top: 0;
  width: 90%;
  height: 100%;
  overflow: hidden;
  padding: 50px 23px 23px 23px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 400ms all;
}

.industry-slide {
  overflow: hidden;
  position: relative;
}

.industryHoverContent {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.industryHoverContent img {
  margin: 0 auto;
}

.industryHoverContent h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}

.industryHoverContent p {
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-transform: none;
}

.industryHoverBox:hover {
  opacity: 1;
}

.industry-slider .slick-dots li button:before {
  border: 1px solid black;
  border-radius: 25px;
  opacity: 1;
  color: black;
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 0;
}

.industry-slider .slick-dots li.slick-active button:before {
  font-size: 16px;
  border-color: transparent;
}

.industry-slider ul.slick-dots {
  bottom: -50px;
}

section.viewCaseStudy-container {
  padding: 70px 0;
  background-image: url("../../assets/appimages/case-view-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}

.viewCaseStudyContent h2 {
  font-size: 52px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.viewCaseStudyContent p {
  font-size: 20px;
  color: #fff;
}

.viewCaseStudyContent a {
  width: 291px;
  height: 65px;
  border-radius: 6px;
  background-color: #f80500;
  display: inline-block;
  line-height: 65px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  transition: 400ms all;
  margin-top: 30px;
}

.viewCaseStudyContent a:hover {
  background-color: #fff;
  color: #f80500;
}

.viewCaseStudyContent {
  margin-right: 30px;
}

.testimonial-content {
  text-align: center;
  color: #fff;
}

.testimonial-content h2 {
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.testimonial-content p {
  font-size: 20px;
  font-weight: 400;
}

.testimonial-slider {
  margin-top: 30px;
}

.testimonial-box h4 {
  font-size: 20px;
  font-weight: 700;
  color: #121a27;
  margin-bottom: 20px;
}

.testimonial-box {
  background-color: #fff;
  position: relative;
  padding: 50px 50px 50px 20px;
  width: 480px;
}

.testimonial-box:before {
  content: "";
  background-color: #fff;
  width: 20%;
  height: 100%;
  position: absolute;
  left: -40px;
  top: 0;
  z-index: -1;
}

.testimonial-box p {
  font-size: 16px;
  color: #121a27;
  font-weight: 400;
}

.testimonial-box a {
  color: #025fc6;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 11px;
  display: inline-block;
}

.testimonialBox {
  display: flex;
  margin: 0;
  justify-content: center;
  height: 100% !important;
}

.testimonialBox img {
  height: 100%;
}

.testimonial-slider .slick-prev:before {
  background-image: url("../../assets/appimages/test-left.jpg");
  width: 46px;
  height: 46px;
  line-height: 46px;
  opacity: 1;
  display: inline-block;
  color: red;
  /* background-color: blue; */
  font-size: 0px;
  padding: 0px 15px;
}

.testimonial-slider .slick-next:before {
  background-image: url(../../assets/appimages/test-right.jpg);
  width: 46px;
  height: 46px;
  line-height: 46px;
  opacity: 1;
  display: inline-block;
  color: red;
  /* background-color: blue; */
  font-size: 0px;
  padding: 0px 15px;
}

.testimonialBox.first {
  position: relative;
  left: 30px;
}

.testimonialBox.second {
  position: relative;
  right: 30px;
}

section.served-industry-container {
  padding: 50px 0;
  text-align: center;
}

.served-industry-content h2 {
  color: #191919;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.served-industry-content h2 span {
  color: #f80500;
}

.served-industry-content p {
  color: #1a1a1a;
  font-size: 20px;
}

.served-industry-thumb {
  margin-top: 20px;
}

footer.footer-container {
  background-image: url("../../assets/appimages/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 65px 0 0 0;
  background-size: cover;
}

.footerCopyRight p {
  margin-bottom: 0;
}

.footerTitle h4 {
  font-size: 23px;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.footer-navigation ul {
  list-style: none;
  padding-left: 0;
}

.footerTitle h4:before {
  content: "";
  background-color: #f80500;
  width: 40px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.footerTitle h4:after {
  content: "";
  background-color: #fff;
  width: 60%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 40px;
  z-index: 2;
}

.footer-details ul {
  list-style: none;
  padding-left: 0;
}

.footer-details ul li {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 26px;
}

.footer-details ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-details ul li address {
  color: #fff;
  margin-bottom: 0;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-navigation ul li {
  margin-bottom: 5px;
  font-size: 18px;
}

.footer-navigation ul li a {
  color: #fff;
  text-decoration: none;
  transition: 400ms all;
}

.footer-navigation ul li a:hover {
  color: #f80500;
}

.footerCopyRight {
  border-top: 1px solid #fff;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.footer-field input {
  width: 100%;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 155, 201);
  border-radius: 4px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  font-size: 18px;
}

.footer-field-BTN button {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 155, 201);
  border-radius: 4px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  background-color: #f80500;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  transition: 400ms all;
  margin-top: 20px;
}

.footer-field-BTN button:hover {
  background-color: #fff;
  color: #f80500;
}

.footer-newsletter {
  margin-bottom: 50px;
}

section.case-studies-container {
  overflow: hidden;
  background-color: #1e1e1e;
  color: #fff;
  position: relative;
}

.case-thumb img {
  width: 100%;
  height: auto;
}

.case-study-content h2 {
  color: #f80500;
  font-size: 70px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.case-study-content h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.case-study-content {
  padding-right: 70px;
}

.case-study-content p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}

a.case-study-CTA {
  display: inline-block;
  border-radius: 6px;
  width: 291px;
  height: 65px;
  font-size: 20px;
  font-weight: 700;
  background-color: #f80500;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 65px;
  transition: 400ms all;
  margin-top: 30px;
}

a.case-study-CTA:hover {
  background-color: #fff;
  color: #f80500;
}

.appSlider.slider-nav .slick-track {
  display: flex;
  flex-direction: column;
}

.appSlider.slider-nav .appSlide .appSlideContent {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  width: 120px;
  height: 120px;
  text-align: center;
  display: inline-block;
  line-height: 120px;
  margin-bottom: 25px;
  cursor: pointer;
  transition: 400ms all;
}

.appSlider.slider-nav .appSlide .appSlideContent img {
  display: inline-block;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.appSlider.slider-nav .appSlide .appSlideContent:hover {
  background-color: #f80500;
}

.appSlider.slider-nav .appSlide .appSlideContent:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

.appSlider.slider-nav {
  position: absolute;
  left: 36%;
  top: 25px;
}

.headerTop {
  background-color: #070718;
  padding-top: 110px;
}

section.service-top-container {
  padding: 50px 0;
  text-align: center;
}

.service-top-content h1 {
  color: #191919;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 900;
}

.service-top-content h1 span {
  color: #191919;
}

.service-top-content p {
  color: #1e1e1e;
  font-size: 20px;
}

.servicePage section.story-teller-container {
  background-size: cover;
}

.servicePage .threeBoxShadowMain {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.threeBoxShadow.leftMiddle {
  margin-top: -70px;
}

.threeBoxShadow.centerRight {
  margin-top: -70px;
}

.threeBoxShadow.bottomLeft {
  margin-top: -70px;
}

.threeBoxShadow.bottomRight {
  margin-top: -70px;
}

.servicePage .threeBoxShadow.center {
  margin-top: 0;
}

.servicePage .threeBoxShadow {
  margin: 0 15px;
}

.service-top-content a {
  border-radius: 6px;
  width: 430px;
  height: 65px;
  background-color: #000;
  display: inline-block;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: 400ms all;
  margin-top: 10px;
  text-transform: capitalize;
}

.service-top-content a:hover {
  background-color: #f80500;
}

section.serviceCTA-container {
  background-image: url("../../assets/appimages/industry-bg.jpg");
}

.service-inner-content h1 {
  font-size: 54px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #191919;
  text-transform: uppercase;
}

.service-inner-content h1 span {
  color: #f80500;
}

.service-inner-content p {
  font-size: 20px;
  font-weight: 500;
  color: #404040;
}

.service-inner-content a {
  border-radius: 6px;
  width: 291px;
  height: 65px;
  background-color: #000;
  display: inline-block;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: 400ms all;
  margin-top: 30px;
}

.service-inner-content a:hover {
  background-color: #f80500;
}

section.service-inner-container {
  padding: 70px 0;
}

section.grid-contact-container {
  padding: 70px 0;
  background-image: url("../../assets/appimages/three-box-shadow-bg.jpg");
}

.grid-contact-content h2 {
  font-size: 52px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.grid-contact-content h2 span {
  color: #f80500;
}

.grid-contact-content p {
  color: #fff;
  font-size: 20px;
}

.grid-contact-content {
  padding-right: 100px;
}

.grid-contact-form h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.grid-contact-form p {
  font-size: 20px;
  text-align: center;
  color: #000;
}

.grid-contact-form {
  box-shadow: 0 0px 8px 6px rgb(0 0 0 / 33%);
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}

.grid-contact-form .contact-form-field {
  margin-bottom: 20px;
}

.grid-contact-form .contact-form-field label {
  margin-bottom: 0;
  color: #000;
}

.grid-contact-form .contact-form-field input {
  padding: 10px 15px;
}

.grid-contact-form .contact-form-field-BTN button {
  width: 100%;
}

section.serviceApp-container {
  padding: 70px 0;
}

section.serviceApp-container h2 {
  text-align: center;
  color: #191919;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 50px;
}

section.serviceApp-container h2 span {
  color: rgb(15 161 246);
}

.mad_service_box {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 1px 46px 0px rgb(15 161 246 / 6%);
  transition: all 0.3s linear 0s;
  padding: 30px 20px;
}

.mad_service_box figure {
  height: 60px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.mad_service_box figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.mad_service_box h3 {
  max-width: 220px;
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}

.mad_service_box p {
  font-size: 20px;
}

.mad_service_box:hover {
  box-shadow: 0px 1px 46px 0px rgb(15 161 246 / 40%);
}

section.logo-ticker-container {
  padding: 50px 0;
  text-align: center;
  background-image: url("../../assets/appimages/world-map.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #f9f9f9;
}

section.logo-ticker-container h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
  text-transform: uppercase;
}

section.logo-ticker-container ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

section.logo-ticker-container ul li {
  margin: 0 30px;
}

section.app-process-container {
  padding: 70px 0;
}

section.app-process-container h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  color: #191919;
  margin-bottom: 30px;
}

section.app-process-container h2 span {
  color: #f80500;
}

.instalikeapp {
  background: #f9f9f9;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 25px 20px;
  transition: 400ms all;
  border: 1px solid #e2e2e2;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.instalikeapp:before {
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: translateX(100%);
  width: 100%;
}

.instalikeapp:after {
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
  box-sizing: border-box;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  width: 100%;
}

.instalikeapp:hover:before {
  border-color: #f80500;
  height: 100%;
  transform: translateX(0);
  transition: transform 0.1s linear, height 0.1s linear 0.1s;
}

.instalikeapp:hover:after {
  border-color: #f80500;
  height: 100%;
  transform: translateX(0);
  transition: transform 0.1s linear 0.2s, height 0.1s linear 0.3s;
}

.instalikeapp p.number {
  font-size: 50px;
  line-height: normal;
  color: #f80500;
  font-weight: 600;
}

.instalikeapp h3 {
  font-weight: 500;
  font-size: 24px;
}

.instalikeapp li {
  font-size: 18px;
  position: relative;
  padding-left: 30px;
}

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

.instalikeapp ul li:before {
  content: "";
  height: 10px;
  width: 10px;
  left: 0;
  top: 7px;
  background: #f80500;
  position: absolute;
  border-radius: 50%;
  display: block;
}

section.faq-container {
  padding: 70px 0;
}

section.faq-container h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  color: #191919;
  margin-bottom: 20px;
}

section.faq-container h2 span {
  color: #f80500;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: #f80500;
  color: #fff;
}

.faq-accordion .accordion-button {
  font-size: 26px;
  font-weight: 600;
}

section.faq-container h2.accordion-header {
  margin-bottom: 0;
}

.faq-accordion .accordion-body {
  font-size: 20px;
}

.serviceInnerPage .portfolio-slide-Box {
  margin-top: 80px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.75) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("./../../assets/appimages/minus.png");
  height: 6px;
  background-size: cover;
}

.story-CTA {
  text-align: center;
}

.story-CTA a {
  width: 250px;
  height: 65px;
  border-radius: 6px;
  background-color: #f80500;
  display: inline-block;
  line-height: 65px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  transition: 400ms all;
  margin: 60px 0 10px 0;
}

.story-CTA a:hover {
  background-color: #fff;
  color: #000;
}

.servicePage .technology-list {
  margin-bottom: 0px;
}

.servicePage section.technology-container {
  padding: 50px 0;
}

.serviceInnerPage section.technology-container {
  padding: 50px 0;
}

.serviceInnerPage .technology-list {
  margin-bottom: 0;
}

.inner-industry-slider .industry-slide > img {
  width: 100%;
}

.inner-industry-slider .industryHoverBox {
  width: 100%;
}

.inner-industry-slider .industry-slide {
  margin: 0 15px;
}

.aboutPage .service-inner-thumb img {
  width: 100%;
}

section.page-header-container {
  padding: 70px 0;
  text-align: center;
  color: #fff;
}

section.page-header-container h1 span {
  color: #f80500;
}

section.page-header-container h1 {
  font-size: 54px;
  font-weight: 900;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.page-header-content p {
  font-size: 20px;
  font-weight: 500;
}

.progress-content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 10px;
}

.progress-content h4 {
  font-size: 20px;
  font-weight: 700;
}

.progress1 {
  background: #e8e8e8;
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0;
  display: flex;
  height: 10px;
  width: 100%;
}

.progress-value1 {
  animation: load1 3s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #f80500;
  height: 10px;
  width: 0;
}

@keyframes load1 {
  0% {
    width: 0;
  }

  100% {
    width: 95%;
  }
}

.progress2 {
  background: #e8e8e8;
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0;
  display: flex;
  height: 10px;
  width: 100%;
}

.progress-value2 {
  animation: load2 3s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #f80500;
  height: 10px;
  width: 0;
}

@keyframes load2 {
  0% {
    width: 0;
  }

  100% {
    width: 90%;
  }
}

.progress3 {
  background: #e8e8e8;
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0;
  display: flex;
  height: 10px;
  width: 100%;
}

.progress-value3 {
  animation: load3 3s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #f80500;
  height: 10px;
  width: 0;
}

@keyframes load3 {
  0% {
    width: 0;
  }

  100% {
    width: 80%;
  }
}

.progress4 {
  background: #e8e8e8;
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0;
  display: flex;
  height: 10px;
  width: 100%;
}

.progress-value4 {
  animation: load4 3s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #f80500;
  height: 10px;
  width: 0;
}

@keyframes load4 {
  0% {
    width: 0;
  }

  100% {
    width: 85%;
  }
}

.progress5 {
  background: #e8e8e8;
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0;
  display: flex;
  height: 10px;
  width: 100%;
}

.progress-value5 {
  animation: load5 3s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #f80500;
  height: 10px;
  width: 0;
}

@keyframes load5 {
  0% {
    width: 0;
  }

  100% {
    width: 70%;
  }
}

section.why-choose-container {
  padding: 70px;
}

section.why-choose-container h2 {
  font-size: 44px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #191919;
  text-transform: uppercase;
}

section.why-choose-container h2 span {
  color: #f80500;
}

.why-choose-content p {
  font-size: 20px;
  font-weight: 500;
  color: #404040;
  margin-bottom: 40px;
}

.why-choose-content ul li {
  font-size: 20px;
  font-weight: 500;
  color: #404040;
  margin-bottom: 20px;
}

.why-choose-content ul li::marker {
  font-size: 30px;
}

.industry-inner-page section.served-industry-container {
  background-color: #f7f7f7;
}

.app-demand-content {
  text-align: center;
}

section.app-demand-container {
  padding: 70px 0;
}

.app-demand-content h2 {
  text-align: center;
  color: rgb(15 161 246);
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.app-demand-content h2 span {
  color: #191919;
}

.app-deman-box {
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  padding: 30px 20px;
  border-radius: 10px;
}

.app-demand-thumb {
  text-align: center;
}

.app-deman-box h4 {
  text-align: center;
  margin: 20px 0;
  font-size: 30px;
  font-weight: 700;
}

.app-deman-box p {
  color: #1a1a1a;
  font-size: 20px;
}

.app-deman-box ul li {
  color: #1a1a1a;
  font-size: 20px;
}

section.development-company-container {
  padding: 70px 0;
  background-image: url("../../assets/appimages/three-box-shadow-bg.jpg");
}

section.development-company-container h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}

section.development-company-container p {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

section.development-company-container h2 span {
  color: #f80500;
}

.expert-info-box {
  background-color: #fff;
  text-align: center;
  padding: 30px 20px;
  border: 4px solid #f80500;
  border-radius: 10px;
}

.expert-info-box a {
  background-color: #f80500;
  border-radius: 6px;
  width: 289px;
  height: 65px;
  display: inline-block;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: 400ms all;
  margin: 10px 15px 10px 0;
}

.expert-info-box a:hover {
  background-color: #191919;
}

.expert-info-box p {
  color: #191919 !important;
}

.expert-info-box h3 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.expert-info-box h5 {
  font-size: 23px;
  font-weight: 700;
}

.expert-thumb img {
  border-radius: 100px;
}

.expert-thumb {
  margin: 20px 0;
}

.expert-info-box h3 span {
  color: #f80500;
}

.app-features-table {
  box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
  border-radius: 15px;
  overflow: hidden;
  margin-top: 50px;
}

.app-features-table table th {
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.app-features-table table tr td {
  padding: 15px;
  font-size: 18px;
}

.app-features-table table tr td.centerImage {
  text-align: center;
}

section.app-features-container {
  padding: 70px 0;
}

section.app-features-container h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #f80500;
}

section.app-features-container h2 span {
  color: #191919;
}

section.app-category-container {
  padding: 70px 0;
  background-image: url(../../assets/appimages/three-box-shadow-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

.app-category-content h2 {
  text-align: center;
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 900;
}

.app-category-content h2 span {
  color: #f80500;
}

.flex-container {
  padding: 20px 0 0 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.appfor {
  width: 212px;
  height: 212px;
  padding: 0;
  border-radius: 5px;
  background: #ffffff;
  margin-right: 16px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  display: block;
  transition: all 0.3s linear 0s;
  color: #000000;
  cursor: auto;
  text-align: center;
}

.appfor figure {
  width: auto;
  height: 58px;
  margin-bottom: 0;
  margin-top: 40px;
  transition: all 0.3s linear 0s;
  vertical-align: middle;
  line-height: 58px;
}

.appfor .min-hei {
  min-height: 70px;
  padding-top: 40px;
  max-width: 155px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s linear 0s;
  font-weight: 400;
}

.appfor:hover .min-hei {
  padding-top: 0;
}

.appfor:hover figure {
  margin-top: -65px !important;
}

.appfor p.appforTitle {
  font-weight: 700;
  font-size: 20px;
}

section.case-study-container {
  padding: 70px 0;
  margin-top: 100px;
}

.case-study-thumb img {
  width: 100%;
}

.case-study-thumb {
  margin-bottom: 30px;
}

.case-study-post-content {
  border-left: 2px solid #f80500;
  padding-left: 30px;
}

.case-study-post-content h3 {
  font-size: 45px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #191919;
  text-transform: uppercase;
}

.case-study-post a {
  text-decoration: none;
  transition: 400ms all;
}

.case-study-post-content p {
  font-size: 20px;
  font-weight: 500;
  color: #404040;
}

.case-study-post {
  margin-bottom: 70px;
}

.col-lg-6.rightPost {
  margin-top: -100px;
}

.case-study-thumbnail {
  text-align: right;
}

section.case-study-header {
  padding: 70px 0;
}

.case-study-header-content h1 {
  color: #191919;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 500;
}

.case-study-header-content h1 span {
  color: #f80500;
  font-weight: 900;
}

.case-study-header-content ul {
  list-style: none;
  padding-left: 0;
}

.case-study-header-content li {
  display: inline-block;
}

.case-study-header-content li a {
  background-color: #f80500;
  border-radius: 6px;
  width: 212px;
  height: 65px;
  display: inline-block;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: 400ms all;
  margin: 10px 15px 10px 0;
  text-transform: uppercase;
}

.case-study-header-content li:last-child a {
  background-color: transparent;
  border: 1px solid #f80500;
  color: #191919;
}

.case-study-header-content li:last-child:hover a {
  background-color: #f80500;
  color: #fff;
}

.case-study-header-content li a:hover {
  background-color: transparent;
  border: 1px solid #f80500;
  color: #191919;
}

.fitForAll section.case-detail-header {
  background-image: url("../../assets/appimages/fitforall-bg.png");
  background-repeat: no-repeat;
}
.dispute section.case-detail-header {
  background-image: url("../../assets/appimages/dispute/10.jpg");
}
.rapidApp section.case-detail-header {
  background-image: url("../../assets/appimages/rapid/10.jpg");
}
.sailApp section.case-detail-header {
  background-image: url("assets/appimages/sail/10.jpg");
}
.yoApp section.case-detail-header {
  background-image: url("../../assets/appimages/yo-app/10.jpg");
}

section.case-detail-header {
  padding: 70px 0;
}

.app-header-thumb {
  text-align: right;
}

.case-detail-content h1 {
  font-size: 54px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 30px;
}

.case-detail-content p {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

.store-buttons {
  margin-top: 30px;
}

.store-buttons a {
  margin-right: 20px;
}

.case-detail-content {
  margin-top: 50px;
}

.fitForAll .customNavbar.activeScroll {
  background-color: #ff9b70;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.dispute .customNavbar.activeScroll {
  background-color: #fd5316;
}
.yoApp .customNavbar.activeScroll {
  background-color: #ec1165;
}
.sailApp .customNavbar.activeScroll {
  background-color: #0a1567;
}
.rapidApp .customNavbar.activeScroll {
  background-color: #e63629;
}
.case-content-thumb img {
  width: 100%;
}

section.case-content-container {
  background-color: #f0f6f6;
  padding: 70px 0;
}

.case-content-thumb {
  border-radius: 50px;
  overflow: hidden;
}

.case-content-box h2 {
  font-size: 43px;
  font-weight: 900;
}

.case-content-box p {
  font-size: 20px;
  font-weight: 500;
}

.case-dual-box {
  text-align: center;
  position: relative;
  transition: 400ms all;
}

.case-dual-thumb {
  position: relative;
  top: 60px;
  transition: 400ms all;
}

.dual-content {
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  transition: 400ms all;
}

.case-dual-box:hover .dual-content {
  top: 80px;
}

.case-dual-box:hover .case-dual-thumb {
  top: 250px;
}

section.case-dual-columns {
  overflow: hidden;
}

.dual-content h3 {
  font-size: 34px;
  font-weight: 900;
  color: #fff;
}

.dual-content p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

section.app-goal-container {
  background-color: #f1f1f1;
}

.app-goal-thumb img {
  width: 100%;
}

.app-goal-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.app-goal-content ul li img {
  width: 60px;
}

.app-goal-content ul li {
  position: relative;
  text-align: left !important;
  margin-bottom: 20px;
}

.app-goal-content ul li span {
  position: relative;
  left: 18px;
  top: 5px;
  padding-right: 100px;
  text-align: left !important;
}

.app-goal-content ul li:last-child {
  margin-bottom: 0;
}

section.business-case-container {
  padding: 100px 0 70px 0;
}

.business-case-thumb img {
  width: 100%;
}

.business-case-thumb {
  margin-bottom: 100px;
}

section.business-case-container h4 {
  text-align: right;
}

section.related-case-container {
  padding: 70px 0;
}

section.related-case-container h2 {
  text-align: center;
  font-size: 54px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.related-thumb img {
  width: 100%;
}

.related-case-box h4 {
  margin: 20px 0;
  padding: 0 20px;
}

.related-case-box {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: 400ms all;
}

.related-case-box p {
  padding: 0 20px 20px 20px;
}

.case-solution-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -moz-object-fit: contain;
  -webkit-object-fit: contain;
}

section.case-solution-container {
  background-color: #ff9b70;
  float: left;
  width: 100%;
  /* height: 600px; */
  margin-bottom: 80px;
}

.dispute section.case-solution-container {
  background-color: #fd5316;
}
.yoApp section.case-solution-container {
  background-color: #ec1165;
}
.sailApp section.case-solution-container {
  background-color: #0a1567;
}
.rapidApp section.case-solution-container {
  background-color: #e63629;
}

.case-soltion-content {
  padding: 30px 0;
}

.case-soltion-content h3 {
  font-size: 31px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  line-height: 47px;
  padding-top: 16px;
}

.case-soltion-content p {
  color: #fff;
  font-size: 16px;
}

.case-solution-thumb {
  /* position: absolute; */
  right: 20px;
  /* top: -50px; */
  height: calc(100% + 80px);
  width: calc(50% - 20px);
  left: 20px;
  float: left;
  right: auto;
}

.case-soltion-content {
  /* padding-left: 98px; */
  float: right;
  padding-top: 54px;
  width: 50%;
}

.dispute .case-soltion-content,
.yoApp .case-soltion-content {
  color: #ffffff;
}
section.case-solution-container .container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

div#ContactFormPopup .modal-header {
  border: 0;
  padding-bottom: 0;
}

div#ContactFormPopup .banner_form {
  margin: 0 30px;
}

div#ContactFormPopup .banner_form h4 span {
  color: #fff;
  font-size: 28px;
}

div#ContactFormPopup .form-group input {
  width: 100%;
  padding: 12px 15px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  border: 1px solid rgb(0, 155, 201);
  font-size: 20px;
  font-weight: 300;
}

div#ContactFormPopup .form-group {
  margin-bottom: 20px;
}

div#ContactFormPopup .banner_form h4 {
  margin-bottom: 20px;
}

div#ContactFormPopup .form-group textarea {
  width: 100%;
  padding: 12px 15px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  border: 1px solid rgb(0, 155, 201);
  font-size: 20px;
  font-weight: 300;
  height: 100px;
}

div#ContactFormPopup .form-sb-btn {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 155, 201);
  border-radius: 6px;
  width: 289px;
  height: 63px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  background-color: #1e1e1f;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  display: inherit;
}

div#ContactFormPopup .modal-content {
  background-color: #f80500;
}

.footer-logo img {
  width: 80%;
}

@media only screen and (min-width: 1350px) and (max-width: 1375px) {
  #navbarSupportedContent ul li a {
    text-align: center;
  }

  li.nav-item.phoneNumber a.nav-link {
    font-size: 16px !important;
  }

  .slideContentBox h1 {
    font-size: 45px;
  }

  .aboutLeft {
    font-size: 18px;
  }

  section.about-container .pageContent {
    padding-left: 300px;
    padding-right: 30px;
  }

  section.about-container .pageContent h2 {
    font-size: 45px;
    line-height: 45px;
  }

  .partner-logos img {
    width: 100%;
  }

  .story-teller-box h2 {
    font-size: 45px;
  }

  section.technology-container h2 {
    font-size: 45px;
  }

  section.technology-container h3 {
    font-size: 24px;
  }

  .case-study-content h2 {
    font-size: 45px;
  }

  .case-study-content h3 {
    font-size: 24px;
  }

  .case-study-content {
    padding-right: 0;
  }

  .appSlider.slider-nav .appSlide .appSlideContent {
    width: 110px;
    height: 90px;
    line-height: 90px;
    margin-bottom: 10px;
  }

  .appSlider.slider-nav {
    left: 34%;
  }

  a.case-study-CTA {
    margin-top: 20px;
  }

  .portfolio-content h2 {
    font-size: 45px;
  }

  section.portfolio-container {
    padding: 50px 0;
  }

  .iphone-frame {
    left: 34.1%;
  }

  .contact-form-box h2 {
    font-size: 45px;
  }

  .industry-content h2 {
    font-size: 45px;
  }

  section.industry-container {
    padding: 40px 0;
  }

  .viewCaseStudyThumbnail img {
    width: 100%;
  }

  .viewCaseStudyContent h2 {
    font-size: 43px;
  }

  .testimonial-content h2 {
    font-size: 45px;
  }

  .served-industry-content h2 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1349px) {
  .slideContentBox h1 {
    font-size: 40px;
  }

  section.about-container .pageContent h2 {
    font-size: 40px;
  }

  section.about-container .pageContent {
    padding-right: 30px;
    padding-left: 30px;
  }

  .aboutLeft span {
    left: 0;
  }

  .business-partner-box h2 {
    font-size: 40px;
  }

  section.business-partner-container:before {
    font-size: 150px;
    right: 100px;
    top: -40px;
  }

  .story-teller-box h2 {
    font-size: 40px;
  }

  section.technology-container h2 {
    font-size: 40px;
  }

  section.technology-container h3 {
    font-size: 24px;
  }

  .portfolio-content h2 {
    font-size: 40px;
  }

  .iphone-frame {
    left: 34.4%;
  }

  .contact-form-box h2 {
    font-size: 40px;
  }

  .industry-content h2 {
    font-size: 40px;
  }

  section.industry-container {
    padding: 70px 0 0;
  }

  .viewCaseStudyContent h2 {
    font-size: 40px;
  }

  .testimonial-content h2 {
    font-size: 40px;
  }

  .served-industry-content h2 {
    font-size: 40px;
  }

  .case-study-content h2 {
    font-size: 40px;
  }

  .case-study-content h3 {
    font-size: 20px;
  }

  .case-study-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  a.case-study-CTA {
    width: 250px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    margin-top: 0;
  }

  .appSlider.slider-nav .appSlide .appSlideContent {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 10px;
  }

  .appSlider.slider-nav {
    top: 10px;
    left: 34%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .slideImage img {
    width: 100%;
  }

  .customNavbar .justify-content-between {
    justify-content: center !important;
  }

  #navbarSupportedContent ul li a {
    padding: 15px 12px;
  }

  li.nav-item.phoneNumber a.nav-link img {
    display: none;
  }

  li.nav-item.phoneNumber a.nav-link {
    padding: 12px 5px !important;
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 1366px) {
  .slick-initialized .slick-slide {
    overflow: hidden;
  }
}

@media only screen and (max-width: 1023px) {
  div#navbarSupportedContent > ul {
    padding-bottom: 100px;
  }

  .has-children .sub-menu-a {
    background-color: #f80500;
    color: #fff !important;
    margin-left: 2.5rem !important;
    border-left: 1px solid #fff;
    position: relative;
    visibility: visible;
    opacity: 1;
    top: -25px;
  }

  /*#navbarSupportedContent {*/
  /*    max-height: 100vh;*/
  /*    overflow-y: scroll;*/
  /*}*/

  .slideContentBox h1 {
    font-size: 40px;
  }

  section.about-container .pageContent h2 {
    font-size: 40px;
  }

  section.about-container .pageContent {
    padding-right: 30px;
    padding-left: 30px;
  }

  .aboutLeft span {
    left: 0;
  }

  .business-partner-box h2 {
    font-size: 40px;
  }

  section.business-partner-container:before {
    font-size: 150px;
    top: -40px;
  }

  section.about-container {
    padding: 50px 0;
  }

  .story-teller-box h2 {
    font-size: 40px;
  }

  .shadowBoxContent h3 {
    font-size: 25px;
  }

  .shadowBoxContent p {
    font-size: 16px;
  }

  section.technology-container h2 {
    font-size: 40px;
  }

  section.technology-container h3 {
    font-size: 21px;
  }

  .portfolio-content h2 {
    font-size: 40px;
  }

  .portfolio-tab ul li.nav-item button {
    width: 140px;
    height: 50px;
    font-size: 16px;
  }

  .contact-form-box h2 {
    font-size: 40px;
  }

  .contact-form-field-BTN button {
    width: 100%;
    height: 67px;
  }

  .contact-form-field-BTN {
    margin-top: 40px;
  }

  .industry-content h2 {
    font-size: 40px;
  }

  section.industry-container {
    padding: 30px 0 0;
    background-size: cover;
  }

  .viewCaseStudyContent h2 {
    font-size: 40px;
  }

  .testimonial-content h2 {
    font-size: 40px;
  }

  .served-industry-content h2 {
    font-size: 40px;
  }

  .appSlider.slider-nav {
    position: inherit;
    left: 0;
    top: 0;
  }

  .appSlider.slider-nav .slick-track {
    flex-direction: row;
    text-align: center;
  }

  .case-study-content h2 {
    font-size: 40px;
  }

  .case-study-content {
    padding-right: 0;
  }

  .case-study-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .case-study-content p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  a.case-study-CTA {
    width: 200px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
  }

  .iphone-frame {
    left: 27.8%;
  }
}

@media only screen and (max-width: 991px) {
  .customNavbar {
    background-color: #0e0719;
  }

  .slideImage {
    display: none;
  }

  .heroSlider {
    height: 82vh;
  }

  .aboutLeft {
    text-align: center;
  }

  .pageContent {
    text-align: center;
  }

  section.technology-container {
    padding: 30px 0 50px 0;
  }

  .technology-list {
    margin-bottom: 70px;
  }

  .case-study-content {
    text-align: center;
    padding: 30px 0;
  }

  .case-thumb {
    margin-bottom: 60px;
  }

  section.portfolio-container {
    padding: 50px 0;
  }

  .portfolio-tab ul li.nav-item {
    margin: 20px 15px;
  }

  .contact-form-field {
    margin-bottom: 30px;
  }

  .viewCaseStudyContent {
    text-align: center;
    margin-right: 0;
    margin-bottom: 50px;
  }

  section.viewCaseStudy-container {
    background-size: cover;
  }

  .viewCaseStudyThumbnail {
    text-align: center;
  }

  section.testimonial-container {
    background-size: cover;
    padding: 50px 0 50px 0;
  }

  .testimonialBox.first {
    left: 0;
  }

  .testimonialBox.second {
    right: 0;
  }

  .testimonialBox {
    margin-bottom: 30px;
    height: auto !important;
  }

  section.served-industry-container {
    padding: 50px 0;
  }

  .iphone-frame {
    left: 25.6%;
  }

  .threeBoxShadow.center {
    margin-top: 0;
  }

  .threeBoxShadowMain .row {
    justify-content: center;
  }

  section.story-teller-container {
    background-size: cover;
  }

  .service-inner-content {
    margin-bottom: 30px;
  }

  .grid-contact-content h2 {
    font-size: 40px;
  }

  .grid-contact-content {
    padding-right: 0;
  }

  .grid-contact-form {
    margin-top: 30px;
  }

  section.serviceApp-container h2 {
    font-size: 40px;
  }

  .service-top-content h1 {
    font-size: 40px;
  }

  section.logo-ticker-container h3 {
    font-size: 30px;
  }

  section.app-process-container h2 {
    font-size: 40px;
  }

  section.faq-container h2 {
    font-size: 40px;
  }

  .service-inner-content h1 {
    font-size: 40px;
  }

  .case-study-header-content h1 {
    font-size: 40px;
  }

  .case-study-header-content {
    text-align: center;
  }

  section.case-study-container {
    padding-top: 0;
  }

  section.case-study-header {
    padding-bottom: 0;
  }

  .col-lg-6.rightPost {
    margin-top: 0;
  }

  .case-study-post-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .case-study-post-content p {
    font-size: 16px;
  }

  .case-detail-content h1 {
    font-size: 40px;
  }

  .case-detail-content {
    text-align: center;
    margin-bottom: 50px;
  }

  .fitForAll section.case-detail-header {
    background-size: cover;
  }

  .case-content-thumb {
    margin-bottom: 30px;
  }

  .case-content-box h2 {
    font-size: 34px;
  }

  .case-content-box p {
    font-size: 16px;
  }

  section.business-case-container h4 {
    text-align: left;
  }

  .app-goal-content {
    padding: 30px 0;
  }

  .app-goal-content ul li span {
    padding-right: 0;
  }

  section.case-solution-container {
    height: auto;
    margin-bottom: 0;
  }

  .case-solution-thumb {
    position: inherit;
    top: 0;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
  }

  .case-soltion-content {
    width: 100%;
    padding-left: 0;
  }

  section.related-case-container {
    clear: both;
  }

  section.related-case-container h2 {
    font-size: 40px;
  }

  .related-case-box {
    margin-bottom: 50px;
  }

  .case-dual-thumb img {
    width: 70%;
  }

  .faq-accordion .accordion-button {
    font-size: 18px;
    font-weight: 600;
  }
  section.case-solution-container .container {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .iphone-frame {
    left: 15%;
  }

  .portfolio-slide img {
    margin: 0 auto;
  }

  .slideContentBox {
    text-align: center;
  }

  .heroSlider {
    height: 100vh;
  }

  .testimonial-slider .slick-arrow {
    display: none !important;
  }

  .portfolio-slider .slick-arrow {
    display: none;
  }

  .dual-content {
    position: relative;
    top: 0;
  }

  .case-dual-thumb {
    top: 30px;
    margin-bottom: 50px;
    width: 50%;
  }

  .case-dual-box:hover .case-dual-thumb {
    top: 30px;
  }

  .case-dual-box:hover .dual-content {
    top: 0;
  }

  .case-dual-box {
    padding: 30px 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .app-header-thumb img {
    width: 100%;
  }
}

@media only screen and (max-width: 690px) {
  .appSlider.slider-nav .appSlide .appSlideContent {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .appSlider.slider-nav .appSlide .appSlideContent img {
    width: 60%;
  }
  .faq-accordion .accordion-body {
    font-size: 16px;
  }

  .faq-accordion .accordion-button {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
  }
}

@media only screen and (max-width: 560px) {
  .shadowBG {
    width: 80%;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
  }
  .footer-newsletter {
    margin-bottom: 20px;
  }
  .footer-protected {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 530px) {
  .aboutLeft span {
    display: inline-block;
    padding-left: 0;
  }

  .aboutLeft span:before {
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  section.about-container .pageContent h2 {
    font-size: 30px;
  }

  section.about-container .pageContent p {
    font-size: 16px;
  }

  section.about-container .pageContent a {
    width: 200px;
    height: 50px;
    line-height: 50px;
  }

  .business-partner-box h2 {
    font-size: 30px;
    text-align: center;
  }

  section.business-partner-container:before {
    font-size: 60px;
    top: -12px;
    right: 15px;
  }

  .business-partner-box p {
    text-align: center;
    font-size: 16px;
  }

  section.business-partner-container {
    padding: 30px 0;
  }

  .story-teller-box h2 {
    font-size: 23px;
  }

  .story-teller-box p {
    font-size: 16px;
  }

  .shadowBoxContent {
    text-align: center;
  }

  section.technology-container h2 {
    font-size: 30px;
  }

  .technology-list ul li {
    width: 150px;
    height: 120px;
    line-height: 120px;
  }

  section.technology-container h3 {
    font-size: 18px;
  }

  a.case-study-CTA {
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
  }

  .portfolio-content h2 {
    font-size: 30px;
  }

  .portfolio-content p {
    font-size: 16px;
  }

  .portfolio-tab ul li.nav-item {
    margin-bottom: 0;
  }

  .portfolio-slide-Box {
    margin-top: 30px;
  }

  /*.iphone-frame {*/
  /*    left: 4%;*/
  /*}*/

  .iphone-frame {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .contact-form-box h2 {
    font-size: 30px;
  }

  .contact-form-field-BTN {
    margin-top: 0;
  }

  .industry-content h2 {
    font-size: 30px;
  }

  .industry-content p {
    font-size: 16px;
  }

  .viewCaseStudyContent h2 {
    font-size: 30px;
  }

  .viewCaseStudyContent a {
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }

  .testimonial-content h2 {
    font-size: 30px;
  }

  .testimonial-content p {
    font-size: 16px;
  }

  .served-industry-content h2 {
    font-size: 30px;
  }

  .served-industry-content p {
    font-size: 16px;
  }

  .testimonialBox {
    flex-wrap: wrap;
  }

  .testimonial-box:before {
    width: 0;
  }

  .testimonial-box {
    padding: 20px;
    text-align: center;
    margin-top: 15px;
  }

  .industry-slide > img {
    width: 100%;
  }

  .industry-slide {
    margin-bottom: 30px;
  }

  .appSlideContent {
    display: none !important;
  }

  .customDot {
    display: block !important;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
  }
}
