/*------------------------------------------------------------------

[Table of contents]



1. general styles

2. header

  2.1. top header

  2.2. bottom header

3. banner

4. questions

5. our story

6. our client

7. our services

  7.1 Web Development Services

8. work

9. case studies

10. our expertise

11. any queries

12. footer

  12.1. top footer

  12.2. bottom footer

13. testimonials

14. to top button

15. side menu

16. review rating

17. request a quote

18. contact page

19. support page

  19.1. support page header

  19.2. support page our client

20. our location

21. support ticket

22. page not found

23. thank you

24. blog

25. news press

26. faqs

27. our clients page

28. clients reviews page

29. industries page

30. about us page

31. development process page

32. company profile page

33. quality assurance page

34. portfolio

35. services

36. case studies page

37. home page stats

38. our values

39. partnership

40. case study detail

41. terms and conditions

a. media queries

------------------------------------------------------------------*/

/* ==========================================================================

1. general styles

========================================================================== */

@font-face {
  font-family: "Graphik";
  font-weight: 100;
  src: url("/assets/fonts/Graphik/GraphikThin.otf") format("opentype");
}

@font-face {
  font-family: "Graphik";
  font-weight: 300;
  src: url("/assets/fonts/Graphik/GraphikLight.otf") format("opentype");
}

@font-face {
  font-family: "Graphik";
  font-weight: 400;
  src: url("/assets/fonts/Graphik/GraphikRegular.otf") format("opentype");
}

@font-face {
  font-family: "Graphik";
  font-weight: 500;
  src: url("/assets/fonts/Graphik/GraphikMedium.otf") format("opentype");
}

@font-face {
  font-family: "Graphik";
  font-weight: 600;
  src: url("/assets/fonts/Graphik/GraphikSemibold.otf") format("opentype");
}

@font-face {
  font-family: "Graphik";
  font-weight: 700;
  src: url("/assets/fonts/Graphik/GraphikBold.otf") format("opentype");
}

@font-face {
  font-family: "Graphik";
  font-weight: 800;
  src: url("/assets/fonts/Graphik/GraphikBlack.otf") format("opentype");
}

@font-face {
  font-family: "Graphik";
  font-weight: 900;
  src: url("/assets/fonts/Graphik/GraphikSuper.otf") format("opentype");
}

body,
html {
  /* scroll-behavior: smooth; */

  /* cursor: none; */
}

video {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.8);
  -ms-transform: translate(-50%, -50%) scale(1.8);
  transform: translate(-50%, -50%) scale(1.8);
}

/* Google Captcha starts */
.g-recaptcha-quote {
  /* transform: scaleX(.67) scaleY(0.74); */
  -webkit-transform: scale(0.77);
  -ms-transform: scale(0.77);
  transform: scale(0.77);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

/* Google Captcha ends */

body {
  counter-reset: casestudy;

  position: relative;

  overflow-x: hidden;
}

* {
  scroll-behavior: smooth;
  scroll-padding: 30px;
}

body::before {
  content: "";

  position: absolute;

  width: 0;

  height: 100%;

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.5);

  z-index: 1500;

  transition: 0.9s;

  -webkit-transition: 0.9s;

  -moz-transition: 0.9s;

  -ms-transition: 0.9s;

  -o-transition: 0.9s;
}

::-webkit-scrollbar {
  width: 0.5em;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: darkgrey;

  background-image: -webkit-linear-gradient(#ff7e00, #ff0048);

  outline: 1px solid slategrey;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;
}

.clip {
  overflow: hidden;
}

.clip::before {
  width: 100%;
}

.clip:hover::before {
  cursor: progress;
}

/* @font-face {

  font-family: 'montserrat';

  src: url('/assets/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');

} */

.wrapper {
  background: #fff;

  font-family: "Graphik", "sans-serif";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #273548;

  font-weight: 400;
}

p {
  margin: 0;

  color: #61646b;

  font-weight: 400;
}

img {
  vertical-align: middle;
}

.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

#progressbar {
  position: fixed;

  top: 0;

  left: 0;

  z-index: 9999;
}

#progressbar div {
  height: 3px;

  background: #f00;

  background: -o-linear-gradient(left, #ff7e00, #ff0048, #940ba2, #008aff);

  background: -webkit-gradient(linear, left top, right top, from(#ff7e00), color-stop(#ff0048), color-stop(#940ba2), to(#008aff));

  background: linear-gradient(90deg, #ff7e00, #ff0048, #940ba2, #008aff);

  border-radius: 0 2px 2px 0;

  -webkit-border-radius: 0 2px 2px 0;

  -moz-border-radius: 0 2px 2px 0;

  -ms-border-radius: 0 2px 2px 0;

  -o-border-radius: 0 2px 2px 0;
}

.theme-gradient-blue-button {
  color: #fff;

  text-align: center;

  border: 0;

  position: relative;

  overflow: hidden;

  z-index: 0;

  cursor: pointer;

  border-radius: 6px;
}

.theme-gradient-blue-button:hover {
  color: #fff;

  text-decoration: none;
}

.theme-gradient-blue-button::before {
  background: -o-linear-gradient(left, #237cff, #19abff, #237cff);

  background: -webkit-gradient(linear, left top, right top, from(#237cff), color-stop(#19abff), to(#237cff));

  background: linear-gradient(90deg, #237cff, #19abff, #237cff);

  width: 200%;

  content: "";

  top: 0;

  left: 0;

  height: 100%;

  position: absolute;

  z-index: -1;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.theme-gradient-blue-button:hover::before {
  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);
}

.theme-outlined-button {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #fff;
  padding: 15px 35px;
  font-size: 1em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
  letter-spacing: 1px;
  font-weight: 300;
  border-radius: 6px;
}

.theme-outlined-button:hover {
  color: #237cff;

  background: #fff;

  text-decoration: none;
}

.theme-decline-button {
  display: inline-block;

  text-decoration: none;

  color: #ff7604;

  border: 1px solid #ff7604;

  padding: 10px 2vw;

  font-size: 0.9em;

  -webkit-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;

  background-color: transparent;
}

.theme-decline-button:hover {
  color: #fff;

  background: #ff7604;

  text-decoration: none;
}

.theme-outlined-button-blue {
  display: inline-block;
  text-decoration: none;
  color: #237cff;
  border: 2px solid #237cff;
  padding: 15px 35px;
  font-size: 1em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
  letter-spacing: 1px;
  font-weight: 300;
}

.theme-outlined-button-blue:hover {
  color: #fff;

  background: #237cff;

  text-decoration: none;
}

.owl-carousel .owl-dot:focus,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-prev:focus {
  outline: 0;
}

.headings>span {
  font-weight: 400;

  font-size: 1.1em;

  display: block;

  margin-bottom: 0.4em;

  color: #ff7604;
}

.headings.white span {
  color: #fff;
}

.headings h2 {
  font-weight: 500;

  font-size: 1.8em;

  line-height: 1.4;
}

.headings.white h2 {
  color: #fff;
}

.headings p {
  /* width: 96%; */

  margin: 1em auto 0;

  color: #5f676d;
}

.headings.white p {
  color: #fff;
}

.headings p span {
  display: inline-block;

  font-size: 1em;
}

.headings p span:nth-child(odd) {
  color: #f30157;
}

.headings p span:nth-child(even) {
  color: #8b2cb6;
}

.subheading {
  position: relative;

  font-size: 1.4em;

  padding-top: 1em;

  margin: 0.7em 0 2em;
}

.subheading::before {
  position: absolute;

  content: "";

  bottom: 100%;

  width: 200px;

  height: 5px;

  background: -o-linear-gradient(left, #237cff, #19abff);

  background: -webkit-gradient(linear, left top, right top, from(#237cff), to(#19abff));

  background: linear-gradient(90deg, #237cff, #19abff);
}

button:focus {
  outline: 0;
}

ul.bulleted li {
  padding-left: 20px;
  position: relative;
}

ul.bulleted li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #237cff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.color-red {
  color: #f00 !important;
}

.color-blue {
  color: #0274e4 !important;
}

.color-green {
  color: #0f0 !important;
}

.color-pink {
  color: #f30057 !important;
}

.color-purple {
  color: #8b2cb6 !important;
}

.bg-white {
  background-color: #fff !important;
}

.small-card {
  background: #fff;

  padding: 30px 0;

  /* width: 150px; */
  width: 135px;
}

.small-card a {
  padding: 20px 0;

  color: #212529;

  text-decoration: none;
}

.small-card i {
  font-size: 3.2em;
}

.small-card span {
  font-weight: 500;
}

.small-card.background-pink {
  color: #fff;

  background: #ff0563;
}

.small-card.background-orange {
  color: #fff;

  background: #ff8b17;
}

.small-card.background-green {
  color: #fff;

  background: #1ede79;
}

.small-card.background-purple {
  color: #fff;

  background: #722eff;
}

.small-card.background-blue {
  color: #fff;

  background: #1aabff;
}

.page-header1 {
  padding: 75px 0;
}

.page-header1 .page-header-content h1 {
  font-weight: 500;

  margin-bottom: 0.5em;
}

.page-header1 .page-header-content h1,
.page-header1 .page-header-content p {
  color: #fff;
}

.page-header2 {
  padding: 90px 0;
}

.page-header2 .page-header-content h1 {
  font-weight: 500;
}

.page-header2 .page-header-content h1,
.page-header2 .page-header-content p {
  color: #fff;
}

.page-header3 {
  padding: 90px 0;
}

.page-header3 .page-header-content h1 {
  font-weight: 500;
}

.page-header3 .page-header-content h1,
.page-header3 .page-header-content p {
  color: #fff;
}

.download-company-profile {
  padding: 100px 0;

  background-color: #fff;

  background-repeat: no-repeat;

  background-size: cover;
}

.download-company-profile .headings h2,
.download-company-profile .headings p {
  color: #fff;

  font-weight: 500;
}

.custom-form .form-control {
  padding: 1em;

  background: #ecf2f8;

  border: 0;

  height: auto;

  font-size: 0.85em;

  border-bottom: 2px solid #dce0e7;

  resize: none;

  border-radius: 0;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  -ms-border-radius: 0;

  -o-border-radius: 0;
}

.custom-form .form-control:focus {
  color: #495057;

  outline: 0;

  -webkit-box-shadow: none;

  box-shadow: none;

  background: #ecf2f8;

  border-bottom: 2px solid #237cff;
}

.custom-form button {
  color: #fff;

  padding: 15px 0;

  border: 0;

  /* background: -webkit-gradient(linear, left top, right top, from(#145EEC), to(#0289FE));

    background: -o-linear-gradient(left, #145EEC, #0289FE);

    background: linear-gradient(90deg, #145EEC, #0289FE); */
}

.custom-form {
  background: #fff;

  /* margin-top: -150px; */

  position: relative;

  z-index: 4;

  -webkit-box-shadow: 0 0 20px 0 rgba(40, 40, 40, 0.1607843137254902);

  box-shadow: 0 0 20px 0 rgba(40, 40, 40, 0.1607843137254902);
}

.error {
  color: red;
  font-size: 14px;
}

#captchaerror-queries,
#captchaerror-modal {
  margin-top: 5px;
}

.custom-form .services-selector {
  font-size: 0.85em;

  margin: 1px;

  padding: 7px;

  -ms-flex-preferred-size: 24%;

  flex-basis: 24%;

  position: relative;
}

.custom-form .services-selector input {
  height: 0;

  width: 0;

  visibility: hidden;
}

.custom-form .services-selector::before {
  content: "";

  position: absolute;

  width: 16px;

  height: 16px;

  background: #ecf2f8;

  top: 50%;

  left: 10px;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  z-index: 0;

  border-radius: 2px;

  -webkit-border-radius: 2px;

  -moz-border-radius: 2px;

  -ms-border-radius: 2px;

  -o-border-radius: 2px;
}

.custom-form .services-selector span {
  text-indent: 0;

  padding-left: 25px;

  color: #212529;

  display: inline-block;

  width: 100%;
}

.services-selector.selected::before {
  background: #28c23e;
}

.custom-form .services-selector.selected::after {
  content: "\f00c";

  font-family: "Font Awesome 5 Free";

  position: absolute;

  color: #fff;

  font-size: 1em;

  font-weight: 900;

  height: 14px;

  width: 14px;

  top: 48%;

  left: 12px;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  font-size: 0.9em;
}

.custom-form .select2-container .select2-selection--single {
  background: #ecf2f8;
}

.custom-form .custom-file-upload {
  border: 1px dashed #19abff;
}

.custom-form .custom-file-upload label {
  margin-bottom: 0;
}

.custom-form .custom-file-upload i {
  color: #016cc7;

  font-size: 1.4em;
}

.custom-form .custom-file-upload div p {
  font-size: 0.8em;

  color: #212529;

  line-height: 1em;
}

.custom-form .custom-file-upload div span {
  font-size: 0.65em;

  color: #212529;
}

label span {
  color: #f00;
}

.breadcrumbs-wrap {
  position: absolute;

  margin: 0 auto;

  left: 0;

  right: 0;

  top: 117px;

  z-index: 1;
}

.breadcrumb {
  background: transparent;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 2vw;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-right: 2vw;
}

.breadcrumb-item a {
  color: #fff;

  position: relative;
}

.breadcrumb-item a::after {
  content: "";

  position: absolute;

  height: 1px;

  width: 0;

  background: #fff;

  top: 100%;

  left: 50%;

  transition: 0.2s;

  -webkit-transition: 0.2s;

  -moz-transition: 0.2s;

  -ms-transition: 0.2s;

  -o-transition: 0.2s;

  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);
}

.breadcrumb-item a:hover {
  text-decoration: none;
}

.breadcrumb-item a:hover::after {
  width: 100%;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;

  content: "\f054";

  font-weight: 600;

  font-family: "font awesome 5 free";

  font-size: 0.8em;
}

.breadcrumb-item.active {
  color: #fff;
}

.select2-container .select2-selection--single {
  height: auto;

  width: 100%;

  border-radius: 0;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  -ms-border-radius: 0;

  -o-border-radius: 0;

  border: 1px solid #ecf2f8;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #0092ff transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #0092ff transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 11px 20px 11px 8px;

  font-size: 0.85em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);
}

.select2-results__option {
  padding: 10px 6px;

  font-size: 0.85em;
}

.select2-container {
  z-index: 4;
}

.select2-container--open .select2-dropdown--above {
  border-radius: 0;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  -ms-border-radius: 0;

  -o-border-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  -ms-border-radius: 0;

  -o-border-radius: 0;
}

@-webkit-keyframes animateBanner {
  from {
    transform: scale(1) translate(0px);

    -webkit-transform: scale(1) translate(0px);

    -moz-transform: scale(1) translate(0px);

    -ms-transform: scale(1) translate(0px);

    -o-transform: scale(1) translate(0px);
  }

  to {
    transform: scale(1.3) translate(0px);

    -webkit-transform: scale(1.3) translate(0px);

    -moz-transform: scale(1.3) translate(0px);

    -ms-transform: scale(1.3) translate(0px);

    -o-transform: scale(1.3) translate(0px);
  }
}

@keyframes animateBanner {
  from {
    transform: scale(1) translate(0px);

    -webkit-transform: scale(1) translate(0px);

    -moz-transform: scale(1) translate(0px);

    -ms-transform: scale(1) translate(0px);

    -o-transform: scale(1) translate(0px);
  }

  to {
    transform: scale(1.3) translate(0px);

    -webkit-transform: scale(1.3) translate(0px);

    -moz-transform: scale(1.3) translate(0px);

    -ms-transform: scale(1.3) translate(0px);

    -o-transform: scale(1.3) translate(0px);
  }
}

/* .mouse-pointer {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%,-50%);
}

.mouse-background {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  border-radius: 50%;
  transition: .3s;
  height: 40px;
  width: 40px;
  pointer-events: none;
  border: 2px solid #333;
  transform: translate(-50%,-50%);
  -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(2px);
}

.mouse-background::after {
  background: #333;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
}

.mouse-background2 {
  background: #333;
  height: 10px;
  width: 10px;
} */

/* ==========================================================================

2. header

========================================================================== */

header {
  /* position: absolute; */

  background: #fff;

  top: 3px;

  left: 0;

  width: 100%;

  z-index: 1000;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

/* SEO Page starts */
header.position-static .header-wrap {
  background: #fff;
}

header.position-static .header-wrap .top-header {
  border-bottom: 1px solid #ccc;
}

header.position-static .header-wrap .bottom-header {
  /* border-bottom: 1px solid #ccc; */
  box-shadow: 0px 2px 40px 0px rgba(57, 67, 71, 0.35);
  ;
}

header.position-static .header-wrap .bottom-header.fixed-bar .request-quote {
  /* border-bottom: 1px solid #ccc; */
  padding: 22px 3%;
}

header.position-static .header-wrap .bottom-header .navbar .sub-menu {
  top: 70px;
}

header.position-static .header-wrap p,
header.position-static .header-wrap a {
  color: #61646b;
}

header.position-static .header-wrap p,
header.position-static .header-wrap .social-icons a::before {
  color: #61646b;
}

header.position-static .header-wrap p,
header.position-static .header-wrap .fa-bars {
  color: #61646b;
}

header.position-static .header-wrap p,
header.position-static .header-wrap .request-quote {
  color: #fff;
}

header.position-static .header-wrap .social-icons .twitter {
  color: #1da1f2;
}

header.position-static .header-wrap .social-icons .facebook {
  color: #4267b2;
}

header.position-static .header-wrap .social-icons .linkedin {
  color: #2867b2;
}

header.position-static .header-wrap .social-icons .skype {
  color: #00aff0;
}

header.position-static .header-wrap .social-icons .youtube {
  color: #ff0000;
}

header.position-static .header-wrap .social-icons .instagram {
  color: #833ab4;
}

header.position-static .header-wrap .social-icons .pinterest {
  color: #bd081c;
}

header.position-static .header-wrap .header-contact-list .fa-phone-alt {
  color: #0288fe;
}

section.hero figure.iphone-mockup {
  position: relative;
  margin-left: 0;
}

@media (min-width: 992px) {
  section.hero figure.iphone-mockup {
    margin-left: 50px;
  }
}

section.hero figure.iphone-mockup .search-input-box {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid lightgray;
  width: 80%;
  background-color: #fff;
  font-size: 10px;
  border-radius: 2px;
  padding: 5px;
  border: 1px solid #dfe1e5;
  border-radius: 30px;
  box-shadow: 1px 2px 10px 0 rgb(0 0 0 / 5%);
  /* line-height: 16px; */
  /* color: #7a7f85; */
}

@media (min-width: 576px) {
  section.hero figure.iphone-mockup .search-input-box {
    padding: 10px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  section.hero figure.iphone-mockup .search-input-box {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  section.hero figure.iphone-mockup .search-input-box {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  section.hero figure.iphone-mockup .search-input-box {
    font-size: 16px;
  }
}

section.hero figure.iphone-mockup .search-input-box svg {
  width: 20px;
}

section.hero figure.iphone-mockup .search-input-box svg path {
  fill: #9aa0a6;
}

section.hero figure.iphone-mockup .search-results {
  position: absolute;
  width: 45%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 375px) {
  section.hero figure.iphone-mockup .search-results {
    width: 45%;
  }
}

@media (min-width: 576px) {
  section.hero figure.iphone-mockup .search-results {
    width: 235px;
  }
}

@media (min-width: 768px) {
  section.hero figure.iphone-mockup .search-results {
    width: 300px;
  }
}

@media (min-width: 992px) {
  section.hero figure.iphone-mockup .search-results {
    width: 212px;
  }
}

@media (min-width: 1200px) {
  section.hero figure.iphone-mockup .search-results {
    width: 265px;
  }
}

/* SEO HERO SECTION */

section.hero,
section.seo-how-it-works,
section.seo-google,
section.seo-content-slider,
section.seo-case-studies,
section.seo-steps,
section.seo-rating,
section.seo-services,
section.seo-get-help,
section.seo-cta {
  padding: 80px 0;
}

@media (max-width: 576px) {

  section.hero,
  section.seo-how-it-works,
  section.seo-google,
  section.seo-content-slider,
  section.seo-case-studies,
  section.seo-steps,
  section.seo-rating,
  section.seo-services,
  section.seo-get-help,
  section.seo-cta {
    padding: 50px 0;
  }
}

section.hero {
  min-height: 90vh;
  padding: 40px 0 80px 0;
}

section.hero .banner-heading h1 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #ff7604;
}

@media (min-width: 576px) {
  section.hero .banner-heading h1 {
    font-size: 16px;
    margin-bottom: 7px;
  }
}

@media (min-width: 991px) {
  section.hero .banner-heading h1 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  section.hero .banner-heading h2 {
    font-size: 38px !important;
  }

  section.hero .ecommerce-banner .ecommerce-heading {
    font-size: 34px !important;
    font-weight: 500;
  }
}

section.hero .banner-heading h2 {
  font-size: 30px;
  font-weight: 600;
  height: 100%;
  margin-bottom: 0;
}

@media (min-width: 991px) {
  section.hero .banner-heading h1 {
    font-size: 18px;
  }
}

section.hero .banner-heading .swiper-slide h2 {
  line-height: 80px;
  height: 100%;
}

section.hero .banner-heading h2.build {
  color: #1a73e8;
}

section.hero .banner-heading h2.design {
  color: #f9ab00;
}

section.hero .banner-heading h2.code {
  color: #d93025;
}

section.hero .banner-heading h2.create {
  color: #34a853;
}

section.hero .banner-heading p {
  font-size: 15px;
}

section.hero .cta-call-btn {
  margin-top: 40px;
}

section.hero .cta-call-btn p {
  font-size: 16px;
}

section.hero .cta-call-btn a {
  margin: 12px 0;
  text-decoration: none;
  font-size: 15px;
}

section.hero .cta-call-btn small {
  font-size: 14px;
  font-weight: 400;
}

section.hero .fullSizeSwiper {
  width: 100%;
  /* height: 100px; */
}

.fullSizeSwiper .swiper-slide {
  font-size: 18px;
}

.fullSizeSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.hero .banner_form {
  margin-top: 90px;
}

section.hero .banner_form form label {
  color: #0c2a51;
  font-size: 16px;
  font-weight: 500;
}

section.hero .banner_form form .input_wrap {
  display: flex;
  box-shadow: 0px 0px 30px 8px #062b4613;
  border-radius: 25px;
  overflow: hidden;
  /* padding: 10px; */
  /* border-radius: 8px; */
  margin-top: 10px;
  align-items: center;
  /* justify-content: space-around; */
}

/* section.hero .banner_form form .input_wrap .form-control {
  width: 73%;
  background-color: #F0F7FF;
  border: 0;
  outline: 0;
  border-radius: 6px;
  height: 50px;
} */
section.hero .banner_form form .input_wrap .form-control {
  width: 70%;
  height: 50px;
  border: 0;
  outline: 0;
  padding-left: 30px;
}

section.hero .banner_form form .input_wrap .form-control:focus,
section.hero .banner_form form .input_wrap button:focus {
  box-shadow: none;
}

section.hero .banner_form form .input_wrap button {
  background: rgb(32, 139, 255);
  background: linear-gradient(90deg, rgba(32, 139, 255, 1) 0%, rgba(11, 128, 255, 1) 100%);
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 25px;
  width: 30%;
  border: 0;
  outline: 0;
}

.swiper {
  height: 50px;
}

@media (min-width: 375px) {
  .swiper {
    height: 50px;
  }

  section.hero .banner-heading .swiper-slide h2 {
    line-height: 45px;
  }
}

@media (min-width: 576px) {
  .swiper {
    height: 50px;
  }

  section.hero .banner-heading .swiper-slide h2 {
    line-height: 70px;
  }
}

@media (min-width: 768px) {
  .swiper {
    height: 50px;
  }

  section.hero .banner-heading .swiper-slide h2 {
    line-height: 50px;
  }
}

@media (min-width: 992px) {
  .swiper {
    height: 50px;
  }

  section.hero .banner-heading .swiper-slide h2 {}
}

@media (min-width: 1200px) {
  .swiper {
    height: 50px;
  }

  section.hero .banner-heading .swiper-slide h2 {}
}

@media (max-width: 1200px) {
  section.hero .banner-heading .swiper-slide h2 {
    font-size: 30px;
  }

  section.hero .banner-heading .swiper-slide h2 {}
}

@media (max-width: 992px) {}

@media (max-width: 768px) {
  section.hero .banner-heading .swiper-slide h2 {
    font-size: 30px;
  }

  section.hero .banner-heading h2 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  section.hero .banner-heading .swiper-slide h2 {
    font-size: 30px;
  }

  section.hero .banner-heading p {
    font-size: 16px;
  }

  section.hero .banner_form form .input_wrap {
    flex-direction: column;
    align-items: flex-start;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
  }

  section.hero .banner_form form .input_wrap .form-control {
    width: 100%;
    box-shadow: 0px 0px 30px 8px #062b4613;
    border-radius: 25px;
  }

  section.hero .banner_form form .input_wrap button {
    margin-top: 10px;
    width: 100%;
  }

  section.hero .banner_form {
    margin-top: 50px;
  }
}

@media (max-width: 375px) {}

section.hero figure.iphone-mockup .search-results .search-result-card {
  /* border: 1px solid #dfe1e5; */
  opacity: 1;
  /* transform: translate(-10%, 0); */
}

/* SEO COUNTER SECTION starts */
section.seo-counter .couter_cards_wrap .couter_card {
  box-shadow: 0px 0px 30px 8px #062b4613;
  border-radius: 10px;
  width: 100%;
  height: 240px;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

section.seo-counter .couter_cards_wrap .couter_card h3 {
  font-size: 50px;
  font-weight: 600;
  background: rgb(255, 54, 70);
  background: linear-gradient(90deg, rgba(255, 54, 70, 1) 0%, rgba(251, 139, 43, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.seo-counter .couter_cards_wrap .couter_card p {
  font-size: 18px;
  color: #0c2a51;
}

@media (max-width: 1200px) {
  section.seo-counter .couter_cards_wrap .couter_card {
    padding-left: 25px;
  }
}

@media (max-width: 768px) {
  section.seo-counter .couter_cards_wrap .couter_card h3 {
    font-size: 40px;
  }

  section.seo-counter .couter_cards_wrap .couter_card p {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  section.seo-counter .couter_cards_wrap .couter_card {
    height: 190px;
    padding-left: 10px;
  }

  section.seo-counter .couter_cards_wrap .couter_card h3 {
    font-size: 28px;
  }
}

@media (max-width: 410px) {
  section.seo-counter .couter_cards_wrap .couter_card {
    height: 160px;
  }

  section.seo-counter .couter_cards_wrap .couter_card p {
    font-size: 15px;
  }
}

/* SEO Counter ends */

/* SEO CLient starts */

/* SEO STARTUP SECTION */
section.seo-startups {
  background-color: #e6f4fb;
  padding: 40px 0;
}

section.seo-startups p {
  color: #0c2a51;
}

section.seo-startups p b {
  font-weight: 600;
}

.startup_slider {
  width: 100%;
  height: 90px;
}

@media (min-width: 425px) {
  .startup_slider {
    height: 140px;
  }
}

@media (min-width: 576px) {
  .startup_slider {
    height: 90px;
  }
}

@media (min-width: 768px) {
  .startup_slider {
    height: 120px;
  }
}

@media (min-width: 992px) {
  .startup_slider {
    height: 90px;
  }
}

.startup_slider .swiper-slide {
  text-align: center;
  object-fit: cover;
}

.startup_slider .swiper-slide img {
  width: 150px;
}

@media (max-width: 576px) {
  .startup_slider .swiper-slide img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .startup_slider .swiper-slide img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .startup_slider .swiper-slide img {
    width: 100%;
  }
}

/* SEO CLient ends */

/* How it works starts */

button:focus {
  outline: none;
  box-shadow: none !important;
}

.seo-how-it-works .nav-wrapper {}

.seo-how-it-works .nav-wrapper button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2aa5ff;
  border-radius: 8px;
}

.seo-how-it-works .nav-wrapper button i {
  color: #2aa5ff;
}

.seo-how-it-works .nav-wrapper button:hover {
  background-color: #2aa5ff;
  box-shadow: 10px 10px 32px -10px rgba(42, 165, 255, 0.44);
  -webkit-box-shadow: 10px 10px 32px -10px rgba(42, 165, 255, 0.44);
  -moz-box-shadow: 10px 10px 32px -10px rgba(42, 165, 255, 0.44);
}

.seo-how-it-works .nav-wrapper button:hover i {
  color: #fff;
}

.seo-slider-description {
  font-size: 15px;
}

.seo-how-it-works .seo-how-it-works-slider .owl-nav {
  position: absolute;
  top: -20px;
  right: 0;
}

@media (min-width: 992px) {
  .seo-how-it-works .seo-how-it-works-slider .owl-nav {
    top: -80px;
    right: 0;
  }
}

.seo-how-it-works .seo-how-it-works-slider .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 8px;
  margin-right: 10px;
  transition: 0.4s;
  border: 2px solid #e8f0f9;
}

.seo-how-it-works .seo-how-it-works-slider .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 8px;
  transition: 0.4s;
  border: 2px solid #e8f0f9;
}

.seo-how-it-works .seo-how-it-works-slider .owl-nav button i {
  color: #a1a1a1;
  transition: 0.4s;
}

.seo-how-it-works .seo-how-it-works-slider .owl-nav button:hover {
  background-color: #2aa5ff;
  box-shadow: 10px 10px 32px -10px rgba(42, 165, 255, 0.44);
  -webkit-box-shadow: 10px 10px 32px -10px rgba(42, 165, 255, 0.44);
  -moz-box-shadow: 10px 10px 32px -10px rgba(42, 165, 255, 0.44);
}

.seo-how-it-works .seo-how-it-works-slider .owl-nav button:hover i {
  color: #fff;
}

.seo-how-it-works .seo-how-it-works-slider .works-card {
  cursor: pointer;
  margin: 40px 0;
  transition: box-shadow 0.4s;
  border-radius: 30px;
  border-top: 2px solid #fff;
  padding: 30px 30px;
  min-height: 250px;
  margin: 35px 0;
}

.seo-how-it-works .seo-how-it-works-slider .works-card h6 {
  font-weight: 500;
  color: #000;
  font-size: 18px;
  margin: 30px 0 20px;
}

.seo-how-it-works .seo-how-it-works-slider .works-card p {
  font-size: 15px;
  font-weight: 400;
  color: #5f676d;
  padding-right: 40px;
}

.seo-how-it-works .seo-how-it-works-slider .works-card:hover {
  box-shadow: 8px 8px 38px 1px rgba(189, 208, 227, 0.65);
  -webkit-box-shadow: 8px 8px 38px 1px rgba(189, 208, 227, 0.65);
  -moz-box-shadow: 8px 8px 38px 1px rgba(189, 208, 227, 0.65);
  /* border-top: 2px solid #8b57f8; */
}

.seo-how-it-works .seo-how-it-works-slider .works-card.orange:hover {
  border-top: 2px solid #8d58f9;
}

.seo-how-it-works .seo-how-it-works-slider .works-card.red:hover {
  border-top: 2px solid #f4be55;
}

.seo-how-it-works .seo-how-it-works-slider .works-card.candy:hover {
  border-top: 2px solid #ff7d7c;
}

.seo-how-it-works .seo-how-it-works-slider .works-card.pink:hover {
  border-top: 2px solid #ff7caa;
}

.seo-how-it-works .seo-how-it-works-slider .works-card.purple:hover {
  border-top: 2px solid #5376fb;
}

.seo-how-it-works .seo-how-it-works-slider .works-card.violet:hover {
  border-top: 2px solid #78c623;
}

.seo-how-it-works .seo-how-it-works-slider .works-card.blue:hover {
  border-top: 2px solid #3d50da;
}

.seo-how-it-works .seo-how-it-works-slider .works-card.sky:hover {
  border-top: 2px solid #0f7ef7;
}

.seo-how-it-works .seo-how-it-works-slider .works-card span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 60px;
  height: 60px;
  /* background-color: #8b57f8; */
  border-radius: 50%;
}

.seo-how-it-works .seo-how-it-works-slider .works-card span.icon.orange {
  background-color: #8d58f9;
  box-shadow: 0px 20px 30px 0px #8d58f945;
  -webkit-box-shadow: 0px 20px 30px 0px #8d58f945;
  -moz-box-shadow: 0px 20px 30px 0px #8d58f945;
}

.seo-how-it-works .seo-how-it-works-slider .works-card span.icon.red {
  background-color: #f4be55;
  box-shadow: 0px 20px 30px 0px #f4be5545;
  -webkit-box-shadow: 0px 20px 30px 0px #f4be5545;
  -moz-box-shadow: 0px 20px 30px 0px #f4be5545;
}

.seo-how-it-works .seo-how-it-works-slider .works-card span.icon.candy {
  background-color: #ff7d7c;
  box-shadow: 0px 20px 30px 0px #ff7d7c45;
  -webkit-box-shadow: 0px 20px 30px 0px #ff7d7c45;
  -moz-box-shadow: 0px 20px 30px 0px #ff7d7c45;
}

.seo-how-it-works .seo-how-it-works-slider .works-card span.icon.pink {
  background-color: #ff7caa;
  box-shadow: 0px 20px 30px 0px #ff7caa45;
  -webkit-box-shadow: 0px 20px 30px 0px #ff7caa45;
  -moz-box-shadow: 0px 20px 30px 0px #ff7caa45;
}

.seo-how-it-works .seo-how-it-works-slider .works-card span.icon.purple {
  background-color: #5376fb;
  box-shadow: 0px 20px 30px 0px #5376fb45;
  -webkit-box-shadow: 0px 20px 30px 0px #5376fb45;
  -moz-box-shadow: 0px 20px 30px 0px #5376fb45;
}

.seo-how-it-works .seo-how-it-works-slider .works-card span.icon.violet {
  background-color: #78c623;
  box-shadow: 0px 20px 30px 0px #78c62345;
  -webkit-box-shadow: 0px 20px 30px 0px #78c62345;
  -moz-box-shadow: 0px 20px 30px 0px #78c62345;
}

.seo-how-it-works .seo-how-it-works-slider .works-card span.icon.blue {
  background-color: #3d50da;
  box-shadow: 0px 20px 30px 0px #3d50da45;
  -webkit-box-shadow: 0px 20px 30px 0px #3d50da45;
  -moz-box-shadow: 0px 20px 30px 0px #3d50da45;
}

.seo-how-it-works .seo-how-it-works-slider .works-card span.icon.sky {
  background-color: #0f7ef7;
  box-shadow: 0px 20px 30px 0px #0f7ef745;
  -webkit-box-shadow: 0px 20px 30px 0px #0f7ef745;
  -moz-box-shadow: 0px 20px 30px 0px #0f7ef745;
}

.seo-how-it-works .seo-how-it-works-slider .works-card span.icon img {
  /* font-size: 12px; */
  width: 30px;
}

/* How it works ends */

/* Case Study Starts */
section.seo-case-studies {
  background-color: #f1f9fd;
}

section.bg-l-blue {
  background-color: #f1f9fd;
}

section.seo-case-studies .seo-case-study-slider-wrapper .seo-case-study-slider .item {
  cursor: pointer;
}

section.seo-case-studies .seo-case-study-slider-wrapper .seo-case-study-slider .owl-dots {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 100%;
  text-align: center;
}

section.seo-case-studies .seo-case-study-slider-wrapper .seo-case-study-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ff7604;
  border-radius: 50%;
  margin: 0 3px;
  transition: 0.4s;
}

section.seo-case-studies .seo-case-study-slider-wrapper .seo-case-study-slider .owl-dots .owl-dot.active {
  width: 25px;
  border-radius: 20px;
}

section.seo-case-studies .seo-case-study-slider-wrapper .seo-case-study-slider .case-study-card {
  padding: 40px;
  background-color: #e46441;
  border-radius: 12px;
  min-height: 450px;
  display: flex;
  align-items: center;
}

section.seo-case-studies .seo-case-study-slider-wrapper .seo-case-study-slider .case-study-card figure img {
  max-width: 300px;
  margin-left: auto;
}

section.seo-case-studies .seo-case-study-slider-wrapper .seo-case-study-slider .case-study-card h6 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
}

section.seo-case-studies .seo-case-study-slider-wrapper .seo-case-study-slider .case-study-card p {
  color: #fff;
}

section.seo-case-studies .seo-case-study-slider-wrapper .seo-case-study-slider .case-study-card .tags-wrapper {}

section.seo-case-studies .seo-case-study-slider-wrapper .seo-case-study-slider .case-study-card .tags-wrapper .tag {
  padding: 10px 10px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
}

section.seo-steps .steps-slider .step-card {
  position: relative;
  padding: 10px 25px 10px 10px;
}

@media (min-width: 768px) {
  section.seo-steps .steps-slider .step-card {
    /* padding-right: 50px; */
    padding: 10px 50px 10px 10px;
  }
}

section.seo-steps .steps-slider .step-card:not(.last)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 33px;
  right: -15px;
  background-color: lightgray;
  z-index: -1;
}

section.seo-steps .steps-slider .step-card .step-number {
  z-index: 2;
  width: 50px;
  height: 50px;
  display: flex;
  margin-bottom: 60px;
  align-items: center;
  justify-content: center;
  border: 1px solid lightgray;
  border-radius: 50%;
  background-color: white;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(201, 195, 195, 0.3), 0 0 0 1px rgba(201, 195, 195, 0.3), 0 0 0 3px rgba(201, 195, 195, 0.3),
      0 0 0 5px rgba(201, 195, 195, 0.3);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(201, 195, 195, 0.3), 0 0 0 8px rgba(201, 195, 195, 0.3), 0 0 0 12px rgba(206, 206, 206, 0),
      0 0 0 18px rgba(206, 206, 206, 0);
  }
}

section.seo-steps .steps-slider .step-card .step-number:hover {
  /* transform: scale(1.05); */
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

section.seo-steps .steps-slider .step-card h6 {
  color: #273548;
  font-size: 18px;
  font-weight: 600;
  min-height: 40px;
  margin-bottom: 20px;
}

section.seo-steps .steps-slider .step-card p {
  font-size: 16px;
  /* font-weight: 500; */
}

section.seo-steps .steps-slider .step-card a {
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
  margin-top: 20px;
  text-decoration: none;
}

/* Case Study Ends */

/* Google Section starts */

section.seo-google {
  position: relative;
  background-color: #f4f5f6;
  /* background-image: url('/assets/images/google-bg.gif'); */
  background-image: unset;
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  section.seo-google {
    background-image: unset;
  }
}

@media (min-width: 992px) {
  section.seo-google {
    background-image: url("/assets/images/google-bg.gif");
    background-position: 180px 0;
  }
}

@media (min-width: 1200px) {
  section.seo-google {
    background-position: right 0;
  }
}

section.seo-google .seo-google-card {
  /* padding: 40px 60px; */
  border-radius: 12px;
}

section.seo-google .seo-google-card a {
  text-decoration: none;
}

section.seo-google .seo-google-card .row {
  min-height: 400px;
}

section.seo-google .seo-google-card .left-section {
  padding: unset;
}

@media (min-width: 768px) {
  section.seo-google .seo-google-card .left-section {
    /* padding: 40px 60px; */
    padding: 0;
  }
}

section.seo-google .seo-google-card .headings p {
  font-size: 16px;
}

section.seo-google .seo-google-card .headings a {
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
  margin-top: 20px;
  text-decoration: none;
}

/* section.seo-google .col-lg-6.position-relative {
  min-height: 400px;
}
@media screen (min-width: 992px) {
  section.seo-google .col-lg-6.position-relative {
  
  }
} */

section.seo-google .google-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.seo-google .google-gif {
  position: absolute;
  top: 52%;
  left: 68%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (min-width: 992px) {
  section.seo-google .google-gif {
    left: 75%;
  }
}

@media (min-width: 1200px) {
  section.seo-google .google-gif {
    left: 68%;
  }
}

/* Google Section ends */

/* SEO Services Section starts */

section.seo-services .seo-services-slider .seo-service-card {
  position: relative;
  /* padding: 20px; */
  min-height: 250px;
  border-radius: 12px;
  overflow: hidden;
}

section.seo-services .seo-services-slider .seo-service-card .card-text {
  z-index: 1;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

section.seo-services .seo-services-slider .seo-service-card .card-text span {
  color: #fff;
  font-size: 12px;
}

section.seo-services .seo-services-slider .seo-service-card .card-text p.desc {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

section.seo-services .seo-services-slider .seo-service-card .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

section.seo-services .seo-services-slider .seo-service-card .bg-image::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

section.seo-services .seo-services-slider .seo-service-card .bg-image img {
  height: 100%;
  object-fit: cover;
}

section.seo-services .seo-services-slider .owl-dots {
  text-align: center;
  margin-top: 20px;
}

section.seo-services .seo-services-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ff7604;
  margin: 0 5px;
  border-radius: 50%;
  transition: 0.4s;
}

section.seo-services .seo-services-slider .owl-dots .owl-dot.active {
  width: 25px;
  border-radius: 20px;
}

/* SEO Services Section ends */

/* SEO CTA Section starts */

section.seo-cta {
  background-image: url("https://ninzio.com/prelude/wp-content/uploads/2020/01/section-bg3-1.jpg?id=12523");
  background-position: center bottom -100px;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}

section.seo-cta small {
  font-weight: 400;
  display: block;
}

.cta-form .input-group {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 30px 8px #062b4613;
  border-radius: 0.25rem;
  flex-direction: row;
}

.cta-form .input-group input {
  height: 50px;
  border: none;
  /* border-radius: 35px; */
  padding-left: 20px;
  background-color: #eff7ff;
}

.cta-form .input-group input:focus {
  outline: unset;
  box-shadow: unset;
  z-index: 1;
}

.cta-form .input-group .input-group-append {
  /* border-radius: 35px; */
  border: none;
  margin-left: 10px;
  /* margin-left: -30px; */
}

.cta-form .input-group .input-group-append button {
  background: rgb(32, 139, 255);
  background: linear-gradient(90deg, rgba(32, 139, 255, 1) 0%, rgba(11, 128, 255, 1) 100%);
  /* border-radius: 30px; */
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  border-radius: 0.25rem;
}

@media (min-width: 768px) {
  .cta-form .input-group .input-group-append button {
    padding: 0 30px;
    font-size: 14px;
  }
}

.cta-form .input-group .input-group-append button:focus {
  outline: none;
  box-shadow: none;
}

/* SEO CTA Section ends */

/* SEO CONTENT SLIDER */
section.seo-content-slider {
  background-color: #143e6e;
}

section.seo-content-slider .content_slider_wrap {
  /* padding: 50px 10px; */
  /* border-radius: 8px; */
}

section.seo-content-slider .headings h2 {
  color: #fff;
}

section.seo-content-slider .headings p {
  color: #fff;
}

section.seo-content-slider .content_slider_wrap .content_slider {
  padding: 50px 0 100px;
  position: relative;
}

section.seo-content-slider .content_slider_wrap .content_slider .item {
  padding: 40px 24px;
  background-color: #082f5c;
  border-radius: 10px;
  min-height: 300px;
}

section.seo-content-slider .content_slider_wrap .content_slider .item .logo_wrap {
  display: flex;
  align-items: center;
}

section.seo-content-slider .content_slider_wrap .content_slider .item .logo_wrap .logo {
  min-width: 80px;
  height: 80px;
  /* background: linear-gradient(90deg, #237CFF, #19ABFF); */
  background-color: #173f6c;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

section.seo-content-slider .content_slider_wrap .content_slider .item .logo_wrap .logo img {
  width: 45px !important;
}

section.seo-content-slider .content_slider_wrap .content_slider .item p {
  margin-top: 45px;
  font-size: 16px;
  color: #fff;
}

section.seo-content-slider .content_slider_wrap .content_slider .item .logo_wrap h4 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
}

section.seo-content-slider .content_slider_wrap .content_slider .owl-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 52px;
}

section.seo-content-slider .content_slider_wrap .content_slider .owl-nav button {
  width: 50px;
  height: 50px;
  /* background-color: #237cff; */
  overflow: hidden;
  transition: 0.4s;
  /* color: #FFF; */
  background-color: #0c2f58;
}

section.seo-content-slider .content_slider_wrap .content_slider .owl-nav button i {
  color: #a1a1a1;
  transition: 0.4s;
}

section.seo-content-slider .content_slider_wrap .content_slider .owl-nav button:hover i {
  /* background-color: #19abff; */
  color: #ff7604;
}

section.seo-content-slider .content_slider_wrap .content_slider .owl-nav button.owl-prev {
  border-radius: 8px;
  margin-right: 12.5rem;
}

section.seo-content-slider .content_slider_wrap .content_slider .owl-nav button.owl-next {
  border-radius: 8px;
}

section.seo-content-slider .content_slider_wrap .content_slider .owl-nav button span {
  color: #fff;
  font-size: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
}

section.seo-content-slider .content_slider_wrap .content_slider .owl-dots {
  position: absolute;
  bottom: 20px;
  right: 0;
  /* width: 100%; */
  text-align: center;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
}

section.seo-content-slider .content_slider_wrap .content_slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff7604;
  margin: 0 4px;
  transition: 0.4s;
}

section.seo-content-slider .content_slider_wrap .content_slider .owl-dots .owl-dot.active {
  /* background: #fff; */
  width: 25px;
  border-radius: 20px;
}

@media (max-width: 576px) {
  section.seo-content-slider .content_slider_wrap .content_slider .owl-nav {
    /* bottom: 50px; */
    height: 48px;
  }

  section.seo-content-slider .content_slider_wrap .content_slider .item p {
    margin-top: 40px;
    font-size: 16px;
  }

  section.seo-content-slider .content_slider_wrap .content_slider .item .logo_wrap h4 {
    font-size: 22px;
  }

  section.seo-content-slider .content_slider_wrap .content_slider {
    padding-top: 0;
  }

  section.seo-content-slider .content_slider_wrap .content_slider .owl-nav button {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 375px) {
  section.seo-content-slider .content_slider_wrap .content_slider .item .logo_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  section.seo-content-slider .content_slider_wrap .content_slider .item .logo_wrap h4 {
    margin-top: 15px;
  }
}

/* SEO RATING SECTION */
section.seo-rating {
  background-color: #f0f9fd;
}

section.seo-rating .rating-wrap {
  padding: 50px;
  border-radius: 8px;
}

section.seo-rating .rating-wrap .headings p {
  font-size: 1em;
}

section.seo-rating .rating-wrap .google-ratings {
  margin-top: 20px;
}

section.seo-rating .rating-wrap .google-ratings .stars i {
  color: #ffc002;
}

section.seo-rating .rating-wrap .star-rating-wrap {
  margin-top: 30px;
}

section.seo-rating .rating-wrap .star-rating-wrap .star-rating span {
  font-size: 14px;
}

section.seo-rating .rating-wrap .star-rating-wrap .star-rating h4 {
  font-size: 40px;
  font-weight: 600;
  color: #47546b;
}

section.seo-rating .rating-wrap .star-rating-wrap .star-rating .stars {
  margin-bottom: 15px;
}

section.seo-rating .rating-wrap .star-rating-wrap .star-rating .stars i {
  color: #ffc002;
  font-size: 22px;
}

section.seo-rating .rating-wrap .star-rating-wrap .star-rating p {
  color: #0c2a51;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

section.seo-rating .rating-wrap .star-rating-wrap .star-rating span {
  color: #687a9a;
}

section.seo-rating .rating-wrap .testimonial-slider-wrap .testimonial-quote {
  width: 50px;
  /* margin-left: 20px; */
}

section.seo-rating .rating-wrap .testimonial-slider-wrap .testimonial-slider .item {
  padding-top: 20px;
}

section.seo-rating .rating-wrap .testimonial-slider-wrap .testimonial-slider .item p {
  font-size: 18px;
  line-height: 1.8;
}

@media (min-width: 768px) {
  section.seo-rating .rating-wrap .testimonial-slider-wrap .testimonial-slider .item p {
    font-size: 20px;
  }
}

section.seo-rating .rating-wrap .testimonial-slider-wrap .testimonial-slider .item span.name {
  margin-top: 20px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 23px;
  font-weight: 500;
  color: #273548;
}

section.seo-rating .rating-wrap .testimonial-slider-wrap .testimonial-slider .item span.designation {
  margin-top: 8px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: #ff7604;
}

section.seo-rating .rating-wrap .testimonial-slider-wrap .testimonial-slider .owl-dots {
  /* margin-top: 20px; */
  position: absolute;
  bottom: -30px;
  right: 0;
}

section.seo-rating .rating-wrap .testimonial-slider-wrap .testimonial-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff7604;
  margin: 0 3px;
  transition: 0.4s;
}

section.seo-rating .rating-wrap .testimonial-slider-wrap .testimonial-slider .owl-dots .owl-dot.active {
  width: 25px;
  border-radius: 20px;
}

@media (max-width: 992px) {
  section.seo-rating .rating-wrap .testimonial-slider-wrap .testimonial-slider .item {
    padding-left: 0;
  }

  section.seo-rating .rating-wrap .testimonial-slider-wrap .testimonial-quote {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  section.seo-rating .rating-wrap {
    padding: 50px 25px;
  }

  section.seo-rating .rating-wrap .star-rating-wrap .star-rating h4 {
    font-size: 35px;
    margin-bottom: 0;
  }

  section.seo-rating .rating-wrap .star-rating-wrap .star-rating .stars i {
    font-size: 18px;
  }

  section.seo-rating .rating-wrap .testimonial-slider-wrap .testimonial-slider .item {
    padding: 0;
    padding-top: 20px;
  }

  section.seo-rating .rating-wrap {
    padding: 30px 25px;
  }
}

/* SEO GET HELP SECTION */
section.seo-get-help .community-cards-wrap {
  margin-top: 10px;
  margin-bottom: 150px;
}

section.seo-get-help .community-cards-wrap .community-card {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  border-radius: 8px;
  background-color: #f7fbfd;
  margin-top: 25px;
  box-shadow: 5px 5px 38px 1px rgb(189 208 227 / 65%);
  -webkit-box-shadow: 5px 5px 38px 1px rgb(189 208 227 / 65%);
  -moz-box-shadow: 5px 5px 38px 1px rgb(189 208 227 / 65%);
}

section.seo-get-help .community-cards-wrap .community-card .logo {
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 30px 8px #062b4613;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.seo-get-help .community-cards-wrap .community-card .logo img {
  width: 25px;
}

section.seo-get-help .community-cards-wrap .community-card span {
  font-size: 15px;
}

#seoAuditModal .modal-dialog {
  max-width: 600px;
}

#seoAuditModal .modal-header {
  padding: 0.5rem 0.5rem;
}

/* SEO Page ends */

.header-wrap:hover .bottom-header {
  background: #fff;
}

.bottom-header.fixed-bar>.container-fluid>.row h6 {
  /* margin: 0 auto !important; */
  margin-left: unset;
}

@media (min-width: 992px) {
  .bottom-header.fixed-bar>.container-fluid>.row h6 {
    /* margin: 0 auto !important; */
    margin-left: 10px !important;
  }
}

.header-wrap:hover .top-header {
  border-bottom: 1px solid #ccc;

  border-bottom: 1px solid #ccc;
}

header .social-icons a::before {
  color: #61646b;
}

header .request-quote {
  color: #fff;
}

.header-wrap:hover .breadcrumb-item a {
  color: #fff;
}

/* 2.1. top header

=============================================================================*/

.top-header {
  padding: 14px 0;

  border-bottom: 1px solid #ddd;
}

.top-header p {
  /* font-weight: 600; */

  color: #61646b;

  font-size: 0.8em;
}

.top-header ul {
  list-style-type: none;

  margin: 0;

  padding: 0;
}

.blog>li {
  padding: 0 2vw;

  border-left: 1px solid #ccc;

  line-height: 0.5em;

  position: relative;
}

.header-contact-list::after {
  content: "";

  position: absolute;

  width: 80px;

  height: 20px;

  top: 100%;

  right: 0;
}

.blog>li>.header-contact-wrap {
  position: absolute;

  background: #fff;

  top: 26px;

  /* left: -63px; */
  left: -113px;

  width: 320px;

  line-height: 1em;

  -webkit-box-shadow: 0 0 2px 0 #ccc;

  box-shadow: 0 0 2px 0 #ccc;

  z-index: 10;

  display: none;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;
}

.blog>li>.header-contact-wrap>span {
  border-bottom: 1px solid #e1e1e2;

  display: block;

  padding: 15px 10px;

  font-weight: 600;

  color: #2c2e2f;
}

.blog>li>.header-contact-wrap::before {
  content: "";

  position: absolute;

  left: 84px;

  bottom: 100%;

  width: 0;

  height: 0;

  border-left: 4px solid transparent;

  border-right: 4px solid transparent;

  border-bottom: 5px solid #fff;
}

.header-contact-list:hover .header-contact-wrap {
  display: block;
}

.header-contact-wrap .fa-envelope {
  font-size: 1.2em;
}

.header-contact>span {
  color: #2c2e2f;

  font-weight: 600;
}

.header-contact-list .fa-phone-alt {
  color: #0288fe;
}

.top-header li:last-child {
  padding-right: 0;
}

.top-header li:first-child {
  padding-left: 0;

  border: 0;
}

.top-header a {
  text-decoration: none;

  color: #61646b;

  font-weight: 400;

  font-size: 0.8em;
}

.header-contact figure img {
  height: 80px;

  width: auto;
}

.sales-inquiry {
  border-bottom: 1px solid #ccc;
}

/* 2.2. bottom header

=============================================================================*/

.header-wrap:hover .bottom-header {
  border-bottom: 1px solid #ccc;
}

.bottom-header {
  /* border-bottom: 1px solid #ccc; */

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.bottom-header .fa-bars {
  color: #61646b;

  padding: 5px;

  padding-right: 15px;

  border-right: 1px solid #ccc;

  margin-right: 5%;

  font-size: 1.3em;

  transform: translateX(25%) scaleX(1.2);

  -webkit-transform: translateX(25%) scaleX(1.2);

  -moz-transform: translateX(25%) scaleX(1.2);

  -ms-transform: translateX(25%) scaleX(1.2);

  -o-transform: translateX(25%) scaleX(1.2);
}

.bottom-header .fa-bars:hover {
  cursor: pointer;
}

.bottom-header.fixed-bar {
  position: fixed;

  padding: 0;

  top: 0;

  width: 100%;

  left: 0;

  border-bottom: 0;

  background: #fff;

  -webkit-box-shadow: 0px 2px 40px 0px rgba(57, 67, 71, 0.35);

  box-shadow: 0px 2px 40px 0px rgba(57, 67, 71, 0.35);

  z-index: 5;
}

.bottom-header.fixed-bar:hover {
  border: 0;
}

.bottom-header.fixed-bar p {
  color: #61646b;
}

.bottom-header.fixed-bar a {
  color: #61646b;
}

.bottom-header.fixed-bar .fa-bars {
  color: #61646b;

  border-right: 1px solid #cecece;
}

.bottom-header.fixed-bar .request-quote {
  color: #fff;

  padding: 16px 3%;
  border-radius: 0 !important;

  /* width: 80px; */
}

.bottom-header.fixed-bar .fa-bars {
  padding: 16px 19px 16px 12px;
}

.bottom-header.fixed-bar .navbar>li {
  padding: 0 1.5vw;
}

.menu {
  display: inline-block;

  text-indent: -9999px;
}

.menu::before {
  content: "\f0c9";

  font-family: "font awesome 5 free";

  float: right;

  text-indent: 0;

  font-weight: 600;
}

.menu:hover {
  cursor: pointer;
}

.bottom-header h6 {
  font-size: 1em;

  margin: 0;
}

.bottom-header h6 a {
  display: inline-block;

  text-indent: -9999px;

  width: 148px;

  height: 30px;
}

.bottom-header h6 img {
  float: right;

  text-indent: 0;

  width: 100%;
}

nav {
  margin: 0 auto;
}

.navbar {
  list-style-type: none;

  margin: 0;

  padding: 0;

  position: unset;
}

.navbar>li {
  padding: 0 0.8vw;
}

.navbar>li:last-child {
  margin: 0;
}

.navbar a {
  text-decoration: none;

  color: #fff;

  font-size: 0.9em;

  display: block;

  position: relative;

  font-weight: 400;
}

/* .navbar > li:hover > .sub-menu {

  display: block;

} */

.navbar>li>a::before {
  position: absolute;

  content: "";

  height: 2px;

  width: 0;

  background: #f00;

  top: 43px;

  left: 50%;

  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.fixed-bar .navbar>li>a::before {
  top: 36px;
}

.fixed-bar .navbar>li>a:hover::before {
  width: 100%;
}

.navbar>li:hover>a::before {
  width: 180%;
}

.navbar>li>a::after {
  position: absolute;

  content: "";

  height: 38px;

  top: 100%;

  width: 180%;

  left: 0;
}

/* .navbar::before {

  content: '';

  width: 100%;

  height: 32px;

  top: 100%;

  left: 0;

  position: absolute;

} */

.sub-menu {
  padding: 10px;

  margin: 0;

  list-style-type: none;

  /* display: none; */

  position: absolute;

  width: 100%;

  top: 110px;

  min-width: 235px;

  background: #fff;

  border-top: 1px solid #ccc;

  left: 0;

  /*height: 0;*/

  overflow: hidden;

  opacity: 0;

  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);

  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);

  border-top: 1px solid hsla(0, 0%, 85%, 0.3);

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  -webkit-transform-origin: top;

  -ms-transform-origin: top;

  transform-origin: top;

  transform: scaleY(0);

  -webkit-transform: scaleY(0);

  -moz-transform: scaleY(0);

  -ms-transform: scaleY(0);

  -o-transform: scaleY(0);

  z-index: 10;
}

.fixed-bar .sub-menu {
  top: 100%;
}

.is-hover {
  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  transform: scaleY(1);

  -webkit-transform: scaleY(1);

  -moz-transform: scaleY(1);

  -ms-transform: scaleY(1);

  -o-transform: scaleY(1);

  display: block;

  opacity: 1;
}

.sub-menu .row>div>ul>li>a {
  padding: 8px 20px 8px 10px;

  position: relative;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.sub-menu .row>div>ul>li>a>i {
  position: absolute;

  right: 20px;

  top: 50%;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transition: 0.2s;

  -webkit-transition: 0.2s;

  -moz-transition: 0.2s;

  -ms-transition: 0.2s;

  -o-transition: 0.2s;
}

.sub-menu .row>div>ul>li>a:hover>i {
  right: 10px;
}

.sub-menu .row>div>ul>li:hover {
  background: #d1e2e7;
}

.sub-menu .row>div>span {
  font-size: 0.9em;

  margin-bottom: 0.9em;

  display: block;

  color: #a5a5a5;
}

.sub-menu .row>div>ul {
  border-left: 1px dashed #ccc;
}

.sub-menu ul {
  list-style-type: none;
}

.sub-menu .row>ul>li {
  /* position: relative; */
}

.sub-sub-menu {
  padding-left: 10px;

  margin: 0;

  /* display: none; */

  visibility: hidden;

  position: absolute;

  top: 0;

  left: 110%;

  width: 100%;

  background: #d1e2e7;

  list-style-type: none;

  height: 100%;

  opacity: 0;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.sub-sub-menu li>a {
  padding: 7px 10px;
}

.sub-menu .left>li:hover>.sub-sub-menu {
  /* display: block; */

  visibility: visible;

  opacity: 1;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  left: 100%;
}

.full-height {
  height: auto;

  display: block;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.social-icons {
  list-style-type: none;

  margin: 0;

  padding: 0;
}

.social-icons li {
  margin-right: 3vw;
}

.social-icons li:last-child {
  margin: 0;
}

.social-icons a {
  /* display: inline-block;

  text-indent: -9999px; */
}

.social-icons a::before {
  /* color: #fff;

  float: right;

  text-indent: 0;

  font-family: 'font awesome 5 brands';

  font-weight: 500;

  font-size: 1em; */
}

.social-icons .twitter::before {
  /* content: '\f099'; */
}

.social-icons .facebook::before {
  /* content: '\f39e'; */
}

.social-icons .linkedin::before {
  /* content: '\f0e1'; */
}

.social-icons .skype::before {
  /* content: '\f17e'; */
}

.social-icons .youtube::before {
  /* content: '\f167'; */
}

.social-icons .instagram::before {
  /* content: '\f16d'; */
}

.social-icons .pinterest::before {
  /* content: '\f0d2'; */
}

header .social-icons .twitter {
  color: #1da1f2;
}

header .social-icons .facebook {
  color: #4267b2;
}

header .social-icons .linkedin {
  color: #2867b2;
}

header .social-icons .skype {
  color: #2867b2;
}

header .social-icons .youtube {
  color: #ff0000;
}

header .social-icons .instagram {
  color: #833ab4;
}

header .social-icons .pinterest {
  color: #bd081c;
}

@keyframes bell {
  0% {
    transform: rotate(0deg);
  }

  7.5% {
    transform: rotate(20deg);
  }

  30% {
    transform: rotate(-20deg);
  }

  45% {
    transform: rotate(10deg);
  }

  58% {
    transform: rotate(-5deg);
  }

  70% {
    transform: rotate(5deg);
  }

  87.5% {
    transform: rotate(-2deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.request-quote {
  display: inline;

  position: relative;

  overflow: hidden;

  /* border: 1px solid #2399A5; */

  padding: 12px 3%;

  text-decoration: none;

  color: #fff;

  text-decoration: none;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  z-index: 0;

  border-radius: 6px !important;
}

@media (max-width: 576px) {
  .bottom-header .request-quote {
    border-radius: 0px !important;
  }
}

.request-quote:hover img {
  animation: bell 1000ms ease-in-out;
}

.request-quote::after {
  width: 200%;

  content: "";

  top: 0;

  left: 0;

  height: 100%;

  position: absolute;

  z-index: -1;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  /* background: linear-gradient(90deg, #2DF10D, #22A904, #36DB15) */

  background: -webkit-gradient(linear, left top, right top, from(#237cff), color-stop(#19abff), to(#237cff));

  background: -o-linear-gradient(left, #237cff, #19abff, #237cff);

  background: linear-gradient(90deg, #237cff, #19abff, #237cff);

  /* background: -o-linear-gradient(left, #FF7F0B, #FF1337, #FF7F0B);

  background: -webkit-gradient(linear, left top, right top, from(#FF7F0B), color-stop(#FF1337), to(#FF7F0B));

  background: linear-gradient(90deg, #FF7F0B, #FF1337, #FF7F0B); */
}

.request-quote:hover {
  /* -webkit-box-shadow: 0 0 5px 2px #2983c5; */

  /* box-shadow: 0 0 5px 2px #2983c5; */

  /* border: 1px solid #fff; */

  text-decoration: none;

  color: #fff;
}

.request-quote:hover::after {
  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);
}

/* ==========================================================================

3. banner

========================================================================== */

.banner {
  position: relative;
  height: 320px;
  overflow: hidden;
}

/* .banner-slider {
  height: 100vh;
} */

.view-more-btn-1,
.view-more-btn-2,
.view-more-btn-3,
.view-more-btn-4,
.view-more-btn-5 {
  padding: 0 !important;
  text-decoration: underline !important;
}

.banner-slider .owl-item.active img {
  transform: scale(1);

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  animation: animateBanner 10s 1 ease-in-out;

  -webkit-animation: animateBanner 10s 1 ease-in-out;
}

.banner-slider .owl-item.center {
  position: relative;
  z-index: 1;
}

.banner-slider .owl-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}

.banner-slider button.owl-dot {
  background: rgba(204, 204, 204, 0.685);
  color: inherit;
  border: none;
  padding: 5px !important;
  font: inherit;
  border-radius: 50%;
  margin: 0 3px;
}

.banner-slider button.owl-dot.active {
  background: #fff;
}

.banner-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-slider .owl-nav button.owl-next,
.banner-slider .owl-nav button.owl-prev {
  padding: 0 15px 3px 13px !important;
  background: rgba(0, 0, 0, 0.692);
  font-size: 32px;
  color: #fff;
}

.banner-slider .owl-nav button.owl-next {
  position: absolute;
  right: 0;
}

.banner-slider .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
}

.banner-section {
  height: 320px;
  /* height: 600px; */
  position: relative;
  z-index: 0;
}

.banner-section .banner-content-wrap {
  z-index: 10;
}

.banner-section::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.banner-section .video-container {
  width: 100%;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  /* transform: translateX(-50%) scale(1.3); */
  z-index: 0;
}

.banner-section .video-container::before {}

.video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  /* transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8); */
}

.banner-section .video-container video {
  width: 100%;
  /* transform: scale(1.5); */
}

.banner-content-wrap {
  position: absolute;

  width: 100%;

  left: 0;

  /* top: 50%;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%); */

  bottom: 20px;
}

.banner-video-wrap {
  position: relative;

  padding-bottom: 56.25%;

  /* 16:9 */

  padding-top: 25px;

  height: 0;
}

.banner-video-wrap::after {
  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background: #000;
}

.banner-video-wrap video {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;
}

.banner-content {
  /* position: absolute; */

  /* top: 18vw;

  width: 43%;

  left: 12.5%; */
}

.banner-content h1 {
  color: #fff;

  font-weight: bold;

  font-size: 1.4em;

  margin-bottom: 0.6em;
}

.banner-content p {
  color: #00ff18;

  margin-bottom: 2em;
}

.banner-content a {
  display: inline-block;

  margin-right: 1vw;

  padding: 10px 6%;

  text-decoration: none;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  color: #fff;
}

/* .banner-content a:first-of-type:hover {

  -webkit-box-shadow: 0 0 5px 2px #2983c5;

  box-shadow: 0 0 5px 2px #2983c5;

  border: 1px solid #fff;

} */

.banner-content a:last-child {
  margin: 0;
}

.banner-content a span {
  display: inline-block;

  text-indent: -99999px;

  vertical-align: middle;
}

.banner-content a span::before {
  content: "\f04b";

  font-family: "font awesome 5 free";

  float: right;

  text-indent: 0;

  font-weight: 600;

  font-size: 0.8em;

  margin-right: 1vw;
}

.more {
  z-index: 1;

  text-decoration: none;

  position: absolute;

  left: 50%;

  bottom: 25px;

  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  text-decoration: none;

  color: #fff;

  font-size: 0.8em;
}

.more:hover {
  text-decoration: none;

  color: #fff;
}

.more::before {
  content: "";

  position: absolute;

  width: 100%;

  height: 1px;

  top: 100%;

  background: #fff;
}

.more span {
  display: inline-block;

  text-indent: -9999px;
}

.more span::before {
  float: right;

  text-indent: 0;

  content: "\f078";

  font-family: "font awesome 5 free";

  color: #fff;

  font-weight: 600;

  margin-left: 0.5vw;
}

/* ==========================================================================

4. questions

========================================================================== */

.questions {
  padding: 50px 0;
}

.questions h2 {
  font-size: 1.5em;

  font-weight: 600;
}

.questions p {
  font-size: 1.1em;

  color: #424242;

  margin: 1.5em 0;
}

.questions ul {
  list-style-type: none;

  padding: 0;

  margin: 0;
}

.questions li {
  padding: 0.6rem 1% 0.6rem 0;

  display: inline-block;
}

.questions .question-close::before {
  color: #979797;

  font-size: 1.3em;
}

.questions .question-close:hover::before {
  cursor: pointer;
}

.questions legends {
  font-weight: 600;
}

.questions legends span {
  color: #979797;

  font-size: 0.9em;

  margin-left: 5px;

  font-weight: 100;
}

.questions .first-question label,
.questions .second-question label {
  border: 1px solid #d8d8d8;

  margin: 0;

  font-size: 1rem;

  font-weight: 600;

  color: #2983c5;

  line-height: 1.2;

  padding: 0.625rem 1.25rem;

  border-radius: 50vh;

  background: #fff;

  cursor: pointer;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.questions .first-question label:hover,
.questions .second-question label:hover {
  color: #fff;

  background: #2983c5;
}

.questions .first-question-options-all label,
.questions .second-question-options-all label {
  border-bottom: 1px solid #d8d8d8;

  margin-bottom: 0.6em;

  padding: 0.95rem 0;

  display: block;

  font-size: 0.9rem;

  font-weight: 600;

  color: #2983c5;

  line-height: 1.2;

  cursor: pointer;
}

.questions input[type="radio"] {
  position: absolute;

  left: -10000px;

  top: auto;

  width: 1px;

  height: 1px;

  overflow: hidden;
}

.questions .view-all {
  padding-bottom: 0;

  border-bottom: 1px solid #636363;

  font-weight: 600;

  color: #636363;

  -ms-flex-item-align: center;

  -ms-grid-row-align: center;

  align-self: center;
}

.questions .view-all:hover {
  cursor: pointer;

  color: #2983c5;

  border-bottom: 1px solid #2983c5;
}

.answer h2 {
  font-weight: 100;

  font-size: 1.5em;
}

.answer h2 span {
  font-weight: 600;
}

.answer .reset {
  text-decoration: none;

  color: #2983c5;

  font-weight: 600;

  border: 1px solid #2983c5;

  padding: 1em 0;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.answer .reset:hover {
  color: #fff;

  background: #2983c5;
}

.answer .cards {
  text-decoration: none;

  padding: 35px 7%;

  border: 1px solid #d8d8d8;

  position: relative;
}

.answer .cards::before {
  content: "";

  position: absolute;

  height: 3px;

  width: 100%;

  top: -1px;

  left: 0;

  background: #d8d8d8;
}

.answer .cards::after {
  content: "";

  position: absolute;

  height: 3px;

  width: 0;

  top: -1px;

  left: 0;

  background: #2983c5;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.answer .cards:hover::after {
  width: 100%;
}

.answer .cards h6 {
  font-weight: 600;

  color: #000;

  font-size: 1.1em;
}

.answer .cards p {
  font-size: 0.9em;

  margin: 2.5em 0;
}

.answer .cards span {
  font-weight: 600;

  font-size: 0.9em;

  color: #2983c5;
}

/* ==========================================================================

5. our story

========================================================================== */

.our-story {
  padding: 60px 0;

  position: relative;

  z-index: 0;

  background: #ffe4ee;
}

.our-story::before {
  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  right: 0;

  z-index: -1;

  color: #fff;

  background-image: -o-linear-gradient(left, #145eec, #0289fe);

  background-image: -webkit-gradient(linear, left top, right top, from(#145eec), to(#0289fe));

  background-image: linear-gradient(90deg, #145eec, #0289fe);
}

.our-story-reverse::before {
  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  right: 0;

  z-index: -1;

  color: #fff;

  background-image: -o-linear-gradient(left, #970589, #692abf);

  background-image: -webkit-gradient(linear, left top, right top, from(#970589), to(#692abf));

  background-image: linear-gradient(90deg, #970589, #692abf);
}

.our-story figure {
  -ms-flex-preferred-size: 94%;

  flex-basis: 94%;

  margin: 0 auto 10px;

  overflow: hidden;
}

.our-story figure img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.our-story figure:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.our-story-content {
  -ms-flex-preferred-size: 100%;

  flex-basis: 100%;

  padding: 0 3%;

  color: #fff;
}

.our-story-content h2 {
  color: #fff;
}

.our-story-content p {
  margin-top: 1.6em;

  text-align: justify;

  color: #fff;
}

.our-story-content a {
  margin-top: 3em;
}

/* ==========================================================================

6. our client

========================================================================== */

.our-client {
  padding: 50px 0;
}

.our-client-page {
  padding: 50px 0 100px;
}

.our-client span {
  font-weight: 400;

  font-size: 1.1em;

  color: #ff7604;
}

.our-client p {
  width: 96%;

  margin: 1em auto 0;

  /* font-weight: 600; */
}

.our-clients-carousels-wrap {
  /* padding: 30px 7% 20px; */
  padding: 0 5% 0;
}

.our-clients-carousels-wrap figure {
  position: relative;

  height: 70px;

  border: 1px solid #ccc;

  overflow: hidden;

  -webkit-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;
}

@media (min-width: 992px) {
  .our-clients-carousels-wrap figure {
    padding: 50px;
  }
}

.our-clients-carousels-wrap figure:hover {
  border-color: transparent;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.our-clients-carousels-wrap figure img {
  position: absolute;

  left: 50%;

  top: 50%;

  -o-object-fit: contain;

  object-fit: contain;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);
}

.our-clients-page-carousels-wrap {
  /* padding: 30px 7% 20px; */
  padding: 0 7% 0;
}

.our-clients-page-carousels-wrap figure {
  position: relative;

  height: 150px;

  border: 1px solid #ccc;
}

.our-clients-page-carousels-wrap figure img {
  position: absolute;

  left: 50%;

  top: 50%;

  -o-object-fit: contain;

  object-fit: contain;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);
}

/* ==========================================================================

7. our services

========================================================================== */

.our-services {
  background: #ffeef4;
}

.our-services .left-side {
  -ms-flex-preferred-size: 100%;

  flex-basis: 100%;

  padding: 36px 3%;

  background-color: #2983c5;

  /* background-image: url('/assets/images/left-side-bg.png'); */

  background-image: url("/assets/images/our-services.jpg");

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;

  top: 0;

  color: #fff;

  overflow: auto;

  position: relative;

  z-index: 0;
}

.our-services .left-side::after {
  /* content: ''; */
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.our-services .left-side p {
  font-size: 1em;

  /* margin-top: 3em; */

  /* letter-spacing: 1px; */

  color: #fff;
}

.our-services .left-side a {
  margin-top: 3em;
}

.our-services .left-side a span {
  display: inline-block;

  text-indent: -9999px;

  margin-bottom: 0;
}

.our-services .left-side a span::before {
  content: "\f04b";

  color: #fff;

  font-family: "font awesome 5 free";

  font-weight: 600;

  text-indent: 0;

  float: right;

  margin-left: 16px;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.our-services .left-side a:hover span::before {
  color: #237cff;
}

.our-services .right-side {
  padding: 50px 1.5vw;

  background: #ffeef4;
}

.our-services .right-side .right-side-card {
  -ms-flex-preferred-size: 100%;

  flex-basis: 100%;

  padding: 40px 3% 64px;

  /* min-height: 511px; */

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  background: #d1e2e7;

  margin-bottom: 24px;

  position: relative;

  color: #032338;

  text-decoration: none;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  position: relative;

  background-size: cover;
  background-repeat: no-repeat;
}

.our-services .right-side .web-dev {
  background-image: url("/assets/images/our-services-images/web-dev.jpg");
}

.our-services .right-side .app-dev {
  background-image: url("/assets/images/our-services-images/app-development.jpg");
}

.our-services .right-side .dig-mar {
  background-image: url("/assets/images/our-services-images/dig-mar.jpg");
}

.our-services .right-side .it-strat {
  background-image: url("/assets/images/our-services-images/it-strat.jpg");
}

.our-services .right-side .web-des {
  background-image: url("/assets/images/our-services-images/web-des.jpg");
}

.our-services .right-side .brand-multi {
  background-image: url("/assets/images/our-services-images/branding-multimedia-designing.jpg");
}

.our-services .right-side .e-comm {
  background-image: url("/assets/images/our-services-images/e-commerce-development.jpg");
}

.our-services .right-side .social-mar {
  background-image: url("/assets/images/our-services-images/social-media-home-page.jpg");
}

/* .our-services .right-side > * {
  z-index: 10;
} */

/* haha */

.our-services .right-side .right-side-card::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: -1;
}

.our-services .right-side .right-side-card {
  z-index: 0;

  background-size: cover;
  color: #fff;
}

.our-services .right-side .right-side-card p {
  /* font-weight: 600; */

  margin: 2em 0;
  font-size: 0.9em;
  color: #fff;
}

.our-services .right-side .right-side-card .design {
  display: inline-block;

  text-indent: -9999px;

  margin-bottom: 2em;
}

.our-services .right-side .right-side-card .design::before {
  content: "\f5ae";

  float: right;

  text-indent: 0;

  font-family: "font awesome 5 free";

  font-weight: 600;

  font-size: 3em;
}

.our-services .right-side .right-side-card .design {
  filter: invert(1) sepia(1) saturate(0) hue-rotate(66deg);
  -webkit-filter: invert(1) sepia(1) saturate(0) hue-rotate(66deg);
}

.our-services .right-side .right-side-card h3 {
  font-size: 1.4em;

  font-weight: 500;

  margin-bottom: 0;

  color: #fff;
}

.our-services .right-side .right-side-card:hover h3 {
  color: #fff;
}

.our-services .right-side .right-side-card:nth-child(even) {
  margin-top: 0;
}

.our-services .right-side .right-side-card .read-more {
  position: absolute;

  right: 0;

  bottom: 16px;

  font-weight: 500;
}

.our-services .right-side .right-side-card .read-more::after {
  content: "\f101";

  font-family: "font awesome 5 free";

  color: #fff;
  background: #145eec;

  background: -o-linear-gradient(left, #145eec, #0289fe);

  background: -webkit-gradient(linear, left top, right top, from(#145eec), to(#0289fe));

  background: linear-gradient(90deg, #145eec, #0289fe);

  font-weight: 600;

  margin-left: 1em;

  padding: 20px;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

/* typeform modal */
.typform-modal {
  /* background-color: #FFFAF5 !important; */
  background-color: #fff7ee !important;
}

.logo-wrap {
  padding: 10px 40px;
}

@media (max-width: 576px) {
  .logo-wrap {
    padding: 10px 20px;
  }

  .logo-wrap img {
    width: 8rem;
  }
}

/* ==========================================================================

7.1 Web Development Services

========================================================================== */

.web-dev-services {
  background-color: #ffe4ee;
  margin-bottom: -40px;
}

.web-dev-services .container {
  background-color: #fff;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  width: 90%;
}

.parallax-bg {
  background-image: url("/assets/images/web-development-services/creative-bg.jpg");
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.faq-web-dev-services {
  background-color: #e9ebf3;
}

.faq-questions-wrap-services .faq-sub-tabs {
  background: transparent;
}

.faq-questions-wrap-services .accordion {
  background: #fff;
  margin-bottom: 15px;
}

.development-cycle {
  background-color: #eef0f6;
}

.development-cycle .cards {
  text-decoration: none;
  padding: 35px 7%;
  border: 1px solid #d8d8d8;
  position: relative;
  background-color: #fff;
}

.development-cycle .cards .card-number {
  color: #fc5151;
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: 500;
}

.development-cycle .cards::before {
  /* content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  top: -1px;
  left: 0;
  background: #d8d8d8; */
}

.development-cycle .cards::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: -1px;
  left: 0;
  /* background: #2983C5; */
  background: #00b1ff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.development-cycle .cards h6 {
  font-weight: 600;
  color: #000;
  font-size: 1.1em;
}

.development-cycle .cards p {
  font-size: 0.9em;
  margin: 0.5em 0;
}

.development-cycle .cards span {
  font-weight: 600;
  font-size: 0.9em;
  color: #2983c5;
}

.why-us-services h4 {
  font-weight: 600;
  font-size: 16px;
}

.why-us-services .row p {
  font-size: 14px;
}

.page-header1 .additional-services a {
  text-decoration: none;
  color: #fff;
}

.page-header1 .additional-services {
  color: #fff;
  padding: 30px;
  position: absolute;
  width: 330px;
  height: 330px;
  right: 0;
  bottom: -70px;
  background-color: rgba(0, 0, 0, 0.3);
  /* border-bottom: 10px solid #BD081C; */
}

.page-header1 .additional-services::after {
  content: "";
  height: 10px;
  position: absolute;
  background: rgb(255, 8, 68);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 8, 68, 1)), color-stop(70%, rgba(255, 120, 3, 1)));
  background: -o-linear-gradient(left, rgba(255, 8, 68, 1) 0%, rgba(255, 120, 3, 1) 70%);
  background: linear-gradient(90deg, rgba(255, 8, 68, 1) 0%, rgba(255, 120, 3, 1) 70%);
  bottom: 0;
  right: 0;
  width: 100%;
}

.our-clients-carousel-services-wrap {
  padding: 0 7% 0;
}

.our-clients-carousel-services-wrap figure {
  position: relative;

  height: 80px;

  border: 1px solid #ccc;

  padding: 50px;

  -webkit-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;
}

.our-clients-carousel-services-wrap figure:hover {
  border-color: transparent;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.our-clients-carousel-services-wrap figure img {
  position: absolute;

  left: 50%;

  top: 50%;

  -o-object-fit: contain;

  object-fit: contain;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);
}

/* ==========================================================================

8. work

========================================================================== */

.work {
  padding: 60px 0;

  background-image: -o-linear-gradient(left, #970589, #692abf);

  background-image: -webkit-gradient(linear, left top, right top, from(#970589), to(#692abf));

  background-image: linear-gradient(90deg, #970589, #692abf);

  color: #fff;
}

.work .bordered {
  border-right: 0;
  border-bottom: 1px dashed #fff;
}

.work h4 {
  font-size: 1.5em;

  font-weight: 300;

  margin-bottom: 1em;

  color: #fff;

  line-height: 1.2em;
}

/* ==========================================================================

9. case studies

========================================================================== */

.case-studies {
  position: relative;
}

.case-studies::before {
  content: "";

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  position: absolute;

  left: 0;

  top: 0;
}

.case-studies-carousel .owl-dots {
  width: 33px;

  position: absolute;

  /* top: 50%; */

  left: 9%;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);
}

.case-studies-carousel .owl-dots button {
  display: block;

  background: transparent;

  color: #fff;

  width: 33px;

  padding: 2px 0 !important;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -ms-border-radius: 3px;

  -o-border-radius: 3px;

  margin-bottom: 1.5vw;

  border: 2px solid #fff;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.case-studies-carousel .owl-dots button:hover {
  background: #0f5bdd;

  border: 2px solid #0f5bdd;
}

.case-studies-carousel .owl-dots button::before {
  counter-increment: casestudy;

  content: counter(casestudy);
}

.case-studies-carousel .owl-dots .active {
  background: #0f5bdd;

  border: 2px solid #0f5bdd;
}

.case-studies-image {
  padding: 100px 0;

  background: #000;

  /* background-image: url(/assets/images/banner.png); */

  /* background-image: url(/assets/images/case.jpg); */

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;
}

.ita {
  background-image: url(/assets/images/case-study/ita-casestudy.jpg);
  background-position: unset;
  position: relative;
  z-index: 1;
}

.ita::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: -1;
}

.usv {
  background-image: url(/assets/images/case-study/usv-casestudy.jpg);
  z-index: 1;
  position: relative;
}

.usv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: -1;
}

.sage {
  background-image: url(/assets/images/case-study/sage-casestudy.jpg);
  z-index: 1;
  position: relative;
}

.sage::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: -1;
}

.case-studies .case-studies-content {
  /* position: absolute; */

  color: #fff;

  top: 50%;

  /* -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%); */

  width: 88%;

  margin: auto;

  left: 50%;
}

.case-studies-content h4 {
  font-size: 1.9em;

  font-weight: 600;

  margin-bottom: 2em;

  color: #fff;
}

.case-studies-content p {
  margin: 0 auto 3em;

  font-size: 1.1em;

  width: 90%;

  color: #fff;
}

.case-studies-content a {
  /* display: inline-block;

  text-decoration: none;

  color: #ffffff;

  border: 1px solid #fff;

  padding: 10px 2vw;

  font-size: .9em;

  -webkit-transition: .4s;

  -o-transition: .4s;

  transition: .4s; */

  /* width: 100%; */

  margin: 10px 0;
}

/* ==========================================================================

10. our expertise

========================================================================== */

.our-expertise {
  background-color: #ffe4ee;

  padding: 40px 0;

  /* background-image: url('/assets/images/pattern-4(1).jpg'); */
}

.our-expertise .headings span {
  color: #ff7604;
}

.service-column-wrap {
  margin-top: 35px;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

.service-thumb-wrap {
  max-width: 128px;

  width: 100%;

  background: #fff;

  padding: 15px;

  margin-bottom: 28px;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  -webkit-box-shadow: 0 0 28px 0 rgba(180, 17, 78, 0.22);

  box-shadow: 0 0 28px 0 rgba(180, 17, 78, 0.22);
}

.service-thumb-wrap:hover {
  transform: scale(1.05, 1.05);

  -webkit-transform: scale(1.05, 1.05);

  -moz-transform: scale(1.05, 1.05);

  -ms-transform: scale(1.05, 1.05);

  -o-transform: scale(1.05, 1.05);
}

.service-thumb-wrap figure {
  position: relative;

  height: 50px;
}

.service-thumb-wrap figure img {
  position: absolute;

  left: 50%;

  top: 50%;

  max-width: 100%;

  max-height: 100%;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transition: 0.8s;

  -webkit-transition: 0.8s;

  -moz-transition: 0.8s;

  -ms-transition: 0.8s;

  -o-transition: 0.8s;
}

.service-thumb-wrap:hover img {
  /* transform: translate(-50%, -50%) rotateY(360deg);

  -webkit-transform: translate(-50%, -50%) rotateY(360deg);

  -moz-transform: translate(-50%, -50%) rotateY(360deg);

  -ms-transform: translate(-50%, -50%) rotateY(360deg);

  -o-transform: translate(-50%, -50%) rotateY(360deg); */
}

.service-thumb-wrap span {
  font-weight: 500;

  font-size: 0.95em;
}

/* ==========================================================================

11. any queries

========================================================================== */

.any-queries {
  background-image: url("/assets/images/clouds.png"), -o-linear-gradient(bottom, #0f5bdd, #0096ff);

  background-image: url("/assets/images/clouds.png"), -webkit-gradient(linear, left bottom, left top, from(#0f5bdd), to(#0096ff));

  background-image: url("/assets/images/clouds.png"), linear-gradient(0deg, #0f5bdd, #0096ff);

  background-repeat: no-repeat;

  background-size: 100%;

  background-position: center bottom -1px;

  padding: 6vw 0 14vw;

  position: relative;
}

.any-queries h5 {
  color: #fff;

  font-size: 1.4em;

  margin-bottom: 1.3em;

  font-weight: 400;
}

.any-queries h6 {
  color: #fff;

  font-size: 1.3em;

  margin: 1.3em 0;

  font-weight: 400;
}

.any-queries .footerqueriesform ul {
  list-style-type: none;

  padding: 0;

  margin: 0;
}

.any-queries .footerqueriesform li {
  /* display: inline-block;

  margin-right: 4vw; */
  margin-right: 10px;
}

.any-queries .footerqueriesform li i {
  margin: 0 10px 0 0.6vw;
  color: #237cff;
  background: #fff;
  padding: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.any-queries .footerqueriesform li:last-child {
  margin: 0;
}

.any-queries .footerqueriesform li span {
  display: inline-block;

  text-indent: -9999px;
}

.any-queries .footerqueriesform li span::before {
  float: right;

  font-family: "font awesome 5 free";

  text-indent: 0;

  margin: 0 10px 0 0.6vw;

  color: #237cff;

  background: #fff;

  padding: 7px 12px;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;
}

.any-queries .footerqueriesform li .mail::before {
  content: "\f0e0";
}

.any-queries .footerqueriesform li .call::before {
  content: "\f095";

  font-weight: 600;
}

.any-queries .footerqueriesform li .career::before {
  content: "\f0b1";
  font-weight: 600;
}

.any-queries .footerqueriesform li .globe::before {
  content: "\f0ac";
  font-weight: 600;
}

.any-queries a {
  color: #fff;

  /* margin-top: 5px; */

  display: inline-block;

  text-decoration: none;

  vertical-align: middle;

  position: relative;
}

.any-queries a::after {
  position: absolute;

  content: "";

  width: 0;

  height: 2px;

  bottom: 0;

  left: 50%;

  background: #fff;

  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.any-queries a:hover::after {
  width: 100%;
}

.any-queries .or-seperator {
  position: relative;

  color: #fff;

  font-size: 0.8em;

  border: 1px solid #fff;

  padding: 7px;

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;
}

.any-queries .or-seperator::before,
.any-queries .or-seperator::after {
  content: "";

  position: absolute;

  width: 25vw;

  background: #fff;

  height: 1px;

  top: 50%;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);
}

.any-queries .or-seperator::before {
  right: 45px;
}

.any-queries .or-seperator::after {
  left: 45px;
}

/* ==========================================================================

12. footer

========================================================================== */

/* 12.1. top footer

=============================================================================*/

.top-footer {
  padding: 30px 0;
}

.top-footer .columns {
  /* -ms-flex-preferred-size: 20%;

  flex-basis: 20%; */
}

.columns>.footer-details {
  border: 1px solid #b8b8b8;
}

.columns:last-child>div {
  border: 0;
}

.columns ul {
  padding: 0;

  /* margin: 0 0 1em; */

  list-style-type: none;
}

.columns .social-media-icons a {
  font-size: 18px;
}

.columns h6 {
  font-weight: 500;

  font-size: 1em;

  position: relative;
}

.columns h6 span {
  position: absolute;

  padding: 9px 12px 10px;

  right: -9px;

  top: 50%;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);
}

.columns h6 a {
  font-size: 1em;

  color: #2c2e2f;

  position: relative;
}

.columns .footer-details h6 a {
  text-decoration: underline;
}

.columns h6 a::after {
  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 1px;

  background: #2c2e2f;

  -webkit-transform-origin: center;

  -ms-transform-origin: center;

  transform-origin: center;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  transform: scale(0);

  -webkit-transform: scale(0);

  -moz-transform: scale(0);

  -ms-transform: scale(0);

  -o-transform: scale(0);
}

.columns h6 a:hover::after {
  /* transform: scale(1);

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1); */
}

.columns a {
  font-size: 0.8em;

  font-weight: 400;

  color: #61646b;

  text-decoration: none;

  position: relative;

  transition: 0.1s;

  -webkit-transition: 0.1s;

  -moz-transition: 0.1s;

  -ms-transition: 0.1s;

  -o-transition: 0.1s;
}

.columns a:hover {
  /* font-weight: 600; */
  /* color: #2590B0; */
  color: #208bff;
}

.columns a::before {
  /* content: ''; */

  position: absolute;

  width: 0;

  left: 0;

  top: 100%;

  height: 1px;

  background: #000;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.columns a:hover::before {
  width: 100%;
}

.addresses img {
  /* width: 45px; */

  flex: 0 0 45px;

  margin: 0.5em 0.7vw 0 0;
}

.columns address {
  margin: 0;
}

.columns address>span {
  /* color: #2590B0; */
  color: #208bff;

  font-weight: 500;
}

.columns address p {
  font-size: 0.8em;

  /* color: #5a5a5a; */
}

.columns .addresses li {
  margin-bottom: 1.5em;
}

/* 12.2. bottom footer

=============================================================================*/

.bottom-footer {
  background: #e7f2f3;

  font-size: 0.8em;

  padding: 20px;
}

.bottom-footer ul {
  list-style-type: none;

  padding: 0;

  margin: 0;

  -ms-flex-preferred-size: 100%;

  flex-basis: 100%;
}

.bottom-footer li {
  margin-right: 5.5vw;
}

.bottom-footer li:last-child {
  margin: 0;
}

.bottom-footer p {
  -ms-flex-preferred-size: 100%;

  flex-basis: 100%;
}

.bottom-footer a {
  color: #61646b;

  text-decoration: none;

  position: relative;

  /* font-weight: 500; */
}

.bottom-footer a::before {
  content: "";

  position: absolute;

  width: 0;

  height: 1px;

  background: #61646b;

  top: 100%;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.bottom-footer a:hover::before {
  width: 100%;
}

.bottom-footer i {
  color: #ff0000;
}

.footer-seo-links-section {
  padding: 50px 0;
}

.footer-seo-links {
  padding-bottom: 15px;
}

.footer-seo-links h5,
.footer-seo-links h5 a {
  padding: 0 0 12px 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #273548;
}

.footer-seo-links h5 a:hover {
  text-decoration: none;
}

.footer-seo-links-list:nth-child(1) {
  padding-left: 20px !important;
}

.footer-seo-links-list {
  list-style-type: disc;
  color: #b1b2b3;
}

.footer-seo-links-list li {
  padding: 1px 0;
}

.footer-seo-links-list li a {
  color: #21252966;
  text-transform: capitalize;
  word-break: break-word;
  font-size: 14px;
}

.footer-seo-links-list li a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .footer-seo-links-list {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .footer-seo-links h5 .footer-seo-links h5 a {
    font-size: 15px;
    padding-bottom: 8px;
  }

  .footer-seo-links-list li {
    padding: 0;
  }

  .footer-seo-links-list li a {
    font-size: 13px;
  }
}

/* ==========================================================================

13. testimonials

========================================================================== */

.testimonials-container {
  padding: 40px 0;
}

.testimonials-container .headings span {
  color: #ff7604;
}

.testimonials-wrap {
  margin-top: 30px;
}

.testimonial {
  border: 1px solid #ccc;

  overflow: hidden;
}

.testimonial .testimonial-author figure,
.testimonial .play-button a {
  width: 65px;
}

.testimonial .author-detail p {
  font-weight: 500;

  color: #212529;
}

.testimonial .author-detail span {
  font-size: 0.95em;

  color: #ff2976;

  font-weight: 400;
}

.testimonial-overlay-container {
  position: relative;
}

.testimonial-overlay {
  position: absolute;

  top: 50%;

  left: 50%;

  width: 100%;

  height: 100%;

  background: rgba(50, 56, 65, 0.8);

  color: #fff;

  opacity: 0;

  transform: translate(-50%, -50%) scale(0);

  -webkit-transform: translate(-50%, -50%) scale(0);

  -moz-transform: translate(-50%, -50%) scale(0);

  -ms-transform: translate(-50%, -50%) scale(0);

  -o-transform: translate(-50%, -50%) scale(0);

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  /* overflow: auto; */
}

.testimonial:hover .testimonial-overlay {
  opacity: 1;

  transform: translate(-50%, -50%) scale(1);

  -webkit-transform: translate(-50%, -50%) scale(1);

  -moz-transform: translate(-50%, -50%) scale(1);

  -ms-transform: translate(-50%, -50%) scale(1);

  -o-transform: translate(-50%, -50%) scale(1);
}

.testimonial-detail {
  height: 100%;

  padding: 15px 8%;
}

.testimonial-detail .testimonial-detail-heading p {
  color: #fff;

  font-size: 1.2em;
}

.testimonial-detail .testimonial-detail-heading ul {
  list-style-type: none;

  color: #ffef26;
}

.testimonial-detail .testimonial-comment {
  max-height: 57%;

  overflow-y: auto;
}

.testimonial-detail .testimonial-comment+a {
  color: #fff;

  text-decoration: none;

  margin-top: 10px;

  font-weight: 500;
}

/* ==========================================================================

New Testimonials

========================================================================== */

.new-testimonials .upper-testimonial {
  background-color: #f6f2ec;
}

upper-testimonial-client-reviews-page {
  background-color: #fff;
}

/* .new-testimonials .upper-testimonial .testimonial-main-img {
  background: transparent url('/assets/images/portfolio-images/loading.gif') center no-repeat;
} */

.new-testimonials .quotes {
  font-size: 1.4em;
  color: #000;
}

.new-testimonials .testimony {
  display: block;
  color: #000;
}

.new-testimonials .testimonial-card {
  background-color: #fff;
}

.new-testimonials .testimonial-card p {
  color: #000;
}

.new-testimonials .testimonial-card a {
  color: #000;
  font-weight: 500;
}

.new-testimonials .lower-testimonial {
  padding: 3rem 0 100px;
}

/* ==========================================================================

14. to top button

========================================================================== */

#to-top {
  /* background: -o-linear-gradient(#FF7F0B, #FF1337);

  background: -webkit-gradient(linear, left top, left bottom, from(#FF7F0B), to(#FF1337));

  background: linear-gradient(#FF7F0B, #FF1337); */

  background-color: #000;

  color: #fff;

  font-size: 0.8em;

  padding: 6px 9px;

  position: fixed;

  left: 20px;

  bottom: 20px;

  visibility: hidden;

  opacity: 0;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  z-index: 500;
}

#to-top.show {
  visibility: visible;

  opacity: 0.8;
}

/* ==========================================================================

15. side menu

========================================================================== */

.side-menu-close {
  background: #fff;

  display: block;

  left: 100%;

  top: 0;

  transition: 600ms;

  left: -100%;

  position: fixed;

  bottom: 0;

  top: 0;

  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

  z-index: 10001;

  height: 100vh;

  -webkit-transition: 600ms;

  -moz-transition: 600ms;

  -ms-transition: 600ms;

  -o-transition: 600ms;
}

.side-menu-open {
  left: 0;
}

.side-menu-close .fa-times {
  color: #fff;

  position: absolute;

  right: 0;

  padding: 5px 11px 15px 20px;

  font-size: 1.6em;

  background: #007bff;

  top: 0;

  z-index: 100000;

  border-bottom-left-radius: 100%;
}

.side-menu-close .fa-times:hover {
  cursor: pointer;
}

.side-menu-close .main-side>a {
  padding: 20px;

  background: #f6f8fb;

  text-decoration: none;

  border-bottom: 1px solid #ccc;
}

.side-menu-close .main-side>a span {
  color: #61646b;

  font-size: 0.8em;

  font-weight: 500;
}

.side-menu-close .main-side>a:hover span {
  text-decoration: none;
}

.side-wrap {
  height: 100vh;

  overflow-x: hidden;

  overflow-y: hidden;

  width: 300px;

  position: relative;
}

.side-menu-close ul {
  /* padding: 20px;

  margin: 0; */

  list-style-type: none;

  margin-bottom: 54px !important;
}

.side-menu-close li {
  /* padding: 10px 0; */

  border-bottom: 1px solid #ccc;

  position: relative;
}

.side-menu-close li i {
  position: absolute;

  right: 0;

  top: 0;

  bottom: 0;

  padding: 19px 23px;

  border-left: 1px solid #ccc;

  color: #007bff;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.side-menu-close li i:hover {
  cursor: pointer;
}

.side-menu-close li span+i {
  left: 0;

  bottom: 0;

  border-left: 0;

  border-right: 1px solid #ccc;

  right: unset;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.side-menu-close ul a {
  display: block;

  text-decoration: none;

  padding: 15px 60px 15px 12px;

  color: #61646b;

  font-weight: 500;
}

.main-side {
  background: #fff;

  display: block;

  transition: 600ms;

  left: 100%;

  top: 0;

  min-width: 300px;

  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

  z-index: 10001;

  height: 100vh;

  -webkit-transition: 600ms;

  -moz-transition: 600ms;

  -ms-transition: 600ms;

  -o-transition: 600ms;

  overflow-y: auto;

  overflow-x: hidden;
}

.sub-side {
  background: #fff;

  display: block;

  transition: 600ms;

  position: absolute;

  left: 100%;

  top: 0;

  min-width: 300px;

  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

  z-index: 10001;

  height: 100vh;

  -webkit-transition: 600ms;

  -moz-transition: 600ms;

  -ms-transition: 600ms;

  -o-transition: 600ms;
}

.sub-side a {
  text-decoration: none;
}

.sub-side1,
.sub-side2 {
  min-width: 300px;

  background: #fff;

  position: absolute;

  height: 100%;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  overflow-y: auto;

  overflow-x: hidden;
}

.sub-side2 {
  left: 100%;
}

.sub-side2 li span {
  cursor: pointer;

  padding: 15px 12px 15px 60px;

  display: block;
}

.to-main-side {
  padding: 15px 12px 15px 60px;

  text-decoration: none;

  position: relative;

  border-bottom: 1px solid #ccc;
}

.to-main-side i {
  position: absolute;

  left: 0;

  top: 0;

  bottom: 0;

  border-right: 1px solid #ccc;

  padding: 20px 23px;

  color: #007bff;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.left {
  left: 0;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

/* ==========================================================================

16. review rating

========================================================================== */

.ideamagix-copy-wrapper {
  font-size: 0.89em;
}

/* ==========================================================================

17. request a quote

========================================================================== */

.request-a-quote {
  padding: 40px 0 60px;
}

.request-a-quote .headings span {
  color: #ff7604;
}

.request-a-quote-page-header {
  background: #000;

  background-image: url("/assets/images/page-headers/Request-A-Quote-page-header.jpg");

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;
}

/* ==========================================================================

18. contact page

========================================================================== */

.contact-page-header {
  background: #ccc;

  background-image: url("/assets/images/page-headers/contact-us-page-header.jpg");

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;
}

.contact-page-form {
  padding: 50px 0;

  background: #f3f7fe;
}

.contact-page-form .contact-page-form-container {
  overflow: hidden;

  -webkit-box-shadow: 0 0 20px 0 rgba(40, 40, 40, 0.1607843137254902);

  box-shadow: 0 0 20px 0 rgba(40, 40, 40, 0.1607843137254902);
}

.contact-page-form .contact-details-wrap {
  background: -o-linear-gradient(left, #692abf, #a60295);

  background: -webkit-gradient(linear, left top, right top, from(#692abf), to(#a60295));

  background: linear-gradient(90deg, #692abf, #a60295);
}

.contact-page-form .contact-details-wrap * {
  color: #fff;
}

.contact-page-form .contact-details-wrap p {
  font-size: 0.8em;
}

.contact-page-form .contact-details-wrap .contact-detail ul {
  list-style-type: none;

  position: relative;
}

.contact-page-form .contact-details-wrap .contact-detail ul::before {
  /* position: absolute;

  font-family: 'font awesome 5 free';

  font-size: .8em;

  font-weight: 600;

  left: 0;

  top: 2px; */
}

.contact-page-form .contact-details-wrap .contact-detail .contact::before {
  /* content: '\f879'; */
}

.contact-page-form .contact-details-wrap .contact-detail .mail::before {
  /* content: '\f0e0'; */
}

.contact-page-form .contact-details-wrap .contact-detail ul a:hover {
  text-decoration: none;
}

.contact-page-form .contact-details-wrap .contact-detail ul a {
  position: relative;
}

.contact-page-form .contact-details-wrap .contact-detail ul a::after {
  content: "";

  position: absolute;

  top: 100%;

  left: 50%;

  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  height: 1px;

  background: #fff;

  width: 0;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.contact-page-form .contact-details-wrap .contact-detail ul a:hover::after {
  width: 100%;
}

.contact-page-form .custom-form {
  /* -webkit-box-shadow: none;

  box-shadow: none; */
}

.contact-page-social-icons i:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* ==========================================================================

19. support page

========================================================================== */

/* 19.1. support page header

=============================================================================*/

.support-page-header {
  background: #ccc;

  background-image: url("/assets/images/page-headers/support-page-header.jpg");

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;
}

/* 19.2. support page our client

=============================================================================*/

.support-page-our-clients {
  padding: 50px 0;

  position: relative;

  z-index: 1;
}

/* ==========================================================================

20. our location

========================================================================== */

.our-loaction {
  padding: 50px 0;
}

.our-loaction .location-wrap {
  position: relative;

  overflow: hidden;

  z-index: 0;
}

.our-loaction .location-wrap::before {
  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.4);

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.our-loaction .location-wrap:hover::before {
  opacity: 1;
}

.our-loaction .location-wrap .loaction-detail {
  position: absolute;

  bottom: 0;

  left: 0;

  color: #fff;

  padding: 30px 2vw;

  transition: 0.6s;

  -webkit-transition: 0.6s;

  -moz-transition: 0.6s;

  -ms-transition: 0.6s;

  -o-transition: 0.6s;
}

.our-loaction .location-wrap .loaction-detail ul {
  position: relative;

  list-style-type: none;

  opacity: 1;

  transition: 0.4s linear 0.3s;

  -webkit-transition: 0.4s linear 0.3s;

  -moz-transition: 0.4s linear 0.3s;

  -ms-transition: 0.4s linear 0.3s;

  -o-transition: 0.4s linear 0.3s;
}

.our-loaction .location-wrap .loaction-detail .address::before {
  position: absolute;

  content: "\f3c5";

  font-family: "font awesome 5 free";

  font-size: 0.95em;

  font-weight: 600;

  left: 0;

  top: 1px;
}

.our-loaction .location-wrap .loaction-detail .contact::before {
  position: absolute;

  content: "\f879";

  font-family: "font awesome 5 free";

  font-size: 0.95em;

  font-weight: 600;

  left: 0;

  top: 1px;
}

.our-loaction .location-wrap:hover .loaction-detail {
  bottom: 0;
}

.our-loaction .location-wrap:hover .loaction-detail ul {
  /* height: 100%; */

  opacity: 1;
}

.our-loaction .location-wrap .loaction-detail li {
  font-size: 0.9em;
}

.our-loaction .location-wrap .loaction-detail h6,
.our-loaction .location-wrap .loaction-detail a {
  color: #fff;
}

.our-loaction .location-wrap .loaction-detail h6 {
  font-size: 1.2em;
}

/* ==========================================================================

21. support ticket

========================================================================== */

.support-ticket {
  padding: 80px 0 80px;

  position: relative;

  z-index: 0;

  overflow: hidden;
}

.support-ticket::before {
  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  background: #ffeef4;

  top: 0;

  left: 0;

  z-index: -1;
}

.support-form-wrap {
  background: #fff;

  -webkit-box-shadow: 0 0 20px 0 rgba(40, 40, 40, 0.1607843137254902);

  box-shadow: 0 0 20px 0 rgba(40, 40, 40, 0.1607843137254902);

  overflow: hidden;
}

.support-form-wrap .custom-form {
  -webkit-box-shadow: unset;

  box-shadow: unset;
}

.support-form-wrap .nav-tabs {
  background: #f1f5f9;

  border: 0;
}

.support-form-wrap .nav-tabs .nav-link {
  border: 0;

  border-bottom: 2px solid #ccc;
}

.support-form-wrap .nav-tabs .nav-link h3 {
  font-size: 1.3em;
}

.support-form-wrap .nav-tabs .nav-link span {
  color: #2c2e2f;

  font-size: 0.9em;
}

.support-form-wrap .nav-tabs .nav-link.active {
  background: #f1f5f9;

  border: 0;

  border-bottom: 2px solid #1d9cff;
}

/* ==========================================================================

22. page not found

========================================================================== */

.page-not-found {
  position: absolute;

  width: 100vw;

  height: 100vh;

  background: #fff;
}

.page-not-found-content h1 {
  color: #068ded;

  font-size: 5em;
}

/* ==========================================================================

23. thank you

========================================================================== */

.thank-you-page-header {
  background: #ccc;

  background-image: url("/assets/images/thank-you-page/thank-you-page.jpg");

  background-position: center bottom;

  background-repeat: no-repeat;

  background-size: cover;
}

.thank-you img {
  width: 50%;
}

.thank-you .social-media-icons {
  list-style-type: none;
}

.thank-you .social-media-icons li {
  margin-right: 1vw;
}

.thank-you .social-media-icons li:last-child {
  margin-right: 0;
}

.thank-you .social-media-icons li a {
  padding: 8px 0;

  width: 40px;

  text-align: center;

  color: #fff;

  background: #000;

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.thank-you .social-media-icons li a:hover {
  opacity: 0.8;
}

.thank-you .social-media-icons li .twitter {
  background: #1da1f2;
}

.thank-you .social-media-icons li .facebook {
  background: #3b5998;
}

.thank-you .social-media-icons li .linkedin {
  background: #0077b5;
}

.thank-you .social-media-icons li .skype {
  background: #00aff0;
}

.thank-you .social-media-icons li .youtube {
  background: #ff0000;
}

.thank-you .social-media-icons li .instagram {
  background: #e1306c;
}

.thank-you .social-media-icons li .pinterest {
  background: #bd081c;
}

/* ==========================================================================

24. blog

========================================================================== */

.blog {
  /* padding-bottom: 100px; */
}

.blog-page-header {
  background: #ccc;

  background-image: url("/assets/images/blog-page/blog-bg.jpg");

  background-position: center bottom;

  background-repeat: no-repeat;

  background-size: cover;
}

/* ==========================================================================

25. news press

========================================================================== */

.news-press-page-header {
  background: #ccc;

  background-image: url("/assets/images/blog-page/blog-bg.jpg");

  background-position: center bottom;

  background-repeat: no-repeat;

  background-size: cover;
}

/* ==========================================================================

26. faqs

========================================================================== */

.faqs-page-header {
  background: #ccc;

  background-image: url("/assets/images/page-headers/FAQs.jpg");

  background-position: center bottom;

  background-repeat: no-repeat;

  background-size: cover;
}

.faq-cards-wrap {
  background: #f2f2f5;

  padding: 70px 0 50px;
}

.faq-cards {
  background: #fff;

  padding: 32px 7%;

  -webkit-box-shadow: 8px 8px 12px #242f3e0f;

  box-shadow: 8px 8px 12px #242f3e0f;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.faq-cards i {
  font-size: 3em;
}

.faq-cards h2 {
  font-size: 1.4em;

  font-weight: 500;
}

.faq-questions-wrap {
  background: #e8e3f4;

  padding: 50px 0 130px;
}

.faq-main-tabs .nav-item {
  border-bottom: 1px solid #e3e3e3;

  margin: 0;
}

.faq-main-tabs .nav-item:last-child {
  border-bottom: 0;
}

.faq-main-tabs .nav-link {
  background: #fff;

  position: relative;

  border: 0;

  border-radius: 0;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  -ms-border-radius: 0;

  -o-border-radius: 0;
}

.faq-main-tabs .nav-link::before {
  content: "";

  position: absolute;

  height: 100%;

  width: 4px;

  top: 0;

  left: 0;

  background: transparent;
}

.faq-main-tabs .nav-link.active::before {
  background: #0f5bdd;
}

.faq-main-tabs .nav-link:hover {
  border: 0;
}

.faq-main-tabs .nav-item.show .nav-link,
.faq-main-tabs .nav-link.active {
  border: 0;
}

.faq-main-tabs .nav-link figure {
  width: 50px;
}

.faq-main-tabs .nav-link h3 {
  font-size: 1em;
}

.faq-main-tabs .nav-link p {
  font-size: 0.8em;
}

.faq-sub-tabs {
  background: #fff;
}

.faq-sub-tabs .faq-tab-header figure {
  width: 2em;
}

.faq-sub-tabs .faq-tab-header h3 {
  font-size: 1.2em;
}

.faq-sub-tabs .faq-tab-header p {
  font-size: 0.8em;
}

.accordion {
  border-bottom: 1px solid #e3e3e3;
}

.question:hover {
  cursor: pointer;
}

.question h5 {
  /* background: #f3f3f3; */

  color: #2c2e2f;

  padding-right: 20px;

  position: relative;

  font-size: 1.1em;
}

/* .question .active {

  color: #0064f3;

} */

.question h5 span {
  /* color: #38d712; */
  color: #097eff;

  font-size: 0.7em;

  position: absolute;

  right: 1em;

  top: 50%;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);
}

.answer {
  display: none;

  /* border: 1px solid #e3e3e3;

  border-radius: 0 0 5px 5px;

  -webkit-border-radius: 0 0 5px 5px;

  -moz-border-radius: 0 0 5px 5px;

  -ms-border-radius: 0 0 5px 5px;

  -o-border-radius: 0 0 5px 5px; */
}

.answer ul {
  list-style-type: disc;

  padding-left: 1.2em;
}

.answer img {
  max-width: 100%;
}

.answer div p {
  font-size: 0.95em;
}

.answer div p:last-child {
  margin-bottom: 0;
}

/* .accordion:first-child .answer {

  display: block;

} */

.accordion-container {
  display: none;
}

.accordion-container h3 {
  color: #0064f3;
}

/* ==========================================================================

27. our clients page

========================================================================== */

.our-clients-page-header {
  background: #ccc;

  background-image: url("/assets/images/page-headers/Our-Clients-page-header.jpg");

  background-position: right -230px center;

  background-repeat: no-repeat;

  background-size: cover;
}

.our-clients-page-header .star-rating-container {
  border: 2px dashed #fff;

  width: 210px;

  color: #fff;

  padding: 15px 25px;

  text-align: center;

  border-radius: 15px;

  -webkit-border-radius: 15px;

  -moz-border-radius: 15px;

  -ms-border-radius: 15px;

  -o-border-radius: 15px;
}

.our-clients-page-header .star-rating-container img {
  width: 130px;

  margin: 0;
}

.our-clients-page-header .star-rating-container h3 {
  color: #fff;

  font-size: 3em;

  border-bottom: 2px solid #fff;
}

/* ==========================================================================

28. clients reviews page

========================================================================== */

.client-reviews-page-header {
  background: #ccc;

  background-image: url("/assets/images/page-headers/Client-Reviews-page-header.jpg");

  background-position: center bottom;

  background-repeat: no-repeat;

  background-size: cover;
}

.client-reviews-page-header .star-rating-container {
  border: 2px dashed #fff;

  width: 210px;

  color: #fff;

  padding: 15px 25px;

  text-align: center;

  border-radius: 15px;

  -webkit-border-radius: 15px;

  -moz-border-radius: 15px;

  -ms-border-radius: 15px;

  -o-border-radius: 15px;
}

.client-reviews-page-header .star-rating-container img {
  width: 130px;

  margin: 0;
}

.client-reviews-page-header .star-rating-container h3 {
  color: #fff;

  font-size: 3em;

  border-bottom: 2px solid #fff;
}

/* ==========================================================================

29. industries page

========================================================================== */

.industries-page-header {
  background: #ccc;

  background-image: url("/assets/images/page-headers/Industries-page-header.jpg");

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;
}

.enquire-now {
  padding: 50px 0;
}

.industry-solution-card {
  padding: 35px 15px 25px;

  margin-bottom: 30px;

  /* -webkit-box-shadow: 0 0 20px 0 rgba(40, 40, 40, 0.1607843137254902);

  box-shadow: 0 0 20px 0 rgba(40, 40, 40, 0.1607843137254902); */
  border: 1px dashed #19abff;
  background-color: #fff;

  border-radius: 0.6em;

  -webkit-border-radius: 0.6em;

  -moz-border-radius: 0.6em;

  -ms-border-radius: 0.6em;

  -o-border-radius: 0.6em;

  -webkit-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;
}

.industry-solution-card:hover {
  /* transform: scale(1.1); */
}

.industry-solution-card i {
  font-size: 3em;
}

.industry-solution-card a i {
  font-size: 2em;
}

.industry-solution-card h3 {
  font-size: 1.3em;
  font-weight: 500;
  color: #19abff;
}

/* ==========================================================================

30. about us page

========================================================================== */

.about-us-page-header {
  background: #ccc;

  background-image: url("/assets/images/about-us-page/ideamagix-about-us-bg.jpg");

  background-position: center bottom;

  background-repeat: no-repeat;

  background-size: cover;
}

.about-us-page-header h1 {
  font-family: "Kaushan Script", sans-serif;

  font-size: 4em;
}

.about-us-section {
  padding: 50px 0;
}

.we-design {
  padding: 50px 0;
}

.rounded-stats {
  padding: 50px 0;
}

.rounded-stats .stats-container-wrap {
  height: 100%;

  width: 100%;
}

.rounded-stats .stats-container {
  position: relative;

  height: 100%;
}

.rounded-stats .stat {
  color: #fff;

  background: rgba(0, 0, 0, 0.3);
}

.rounded-stats .stat .count {
  font-size: 4em;
}

.rounded-stats .stat1 {
  background: rgba(2, 116, 228, 0.58);

  padding: 66px 0;

  width: 252px;
}

.rounded-stats .stat2 {
  background: rgba(255, 118, 4, 0.58);

  padding: 66px 0;

  width: 252px;
}

.rounded-stats .stat3 {
  background: rgba(139, 44, 182, 0.58);

  padding: 66px 0;

  width: 252px;
}

.meet-people {
  padding: 50px 0;
}

.any-project {
  padding: 50px 0;

  background: #f1f6fa;
}

/* ==========================================================================

31. development process page

========================================================================== */

.our-development-process-header {
  background: #ccc;

  background-image: url("/assets/images/page-headers/Development-Process-page-header.jpg");

  background-position: center bottom;

  background-repeat: no-repeat;

  background-size: cover;
}

.working-process-block {
  padding: 50px 0;
}

.process-block .border-area.left-top {
  position: absolute;

  top: -3px;

  background: #fff;

  height: 110px;

  width: 110px;

  left: -2px;
}

.process-block .border-area.left-top:before {
  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  top: 0;

  border-top-left-radius: 70px;

  border-left: 2px dashed rgba(204, 204, 204, 0.9);

  border-top: 2px dashed rgba(204, 204, 204, 0.9);
}

.process-block .border-area.left-bottom {
  position: absolute;

  bottom: -3px;

  background: #fff;

  height: 70px;

  width: 110px;

  left: -2px;

  z-index: 1;
}

.process-block .border-area.left-bottom:before {
  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  top: 0;

  border-bottom-left-radius: 70px;

  border-left: 2px dashed rgba(204, 204, 204, 0.9);

  border-bottom: 2px dashed rgba(204, 204, 204, 0.9);
}

.process-block .border-area.right-top {
  position: absolute;

  top: -2px;

  background: #fff;

  height: 110px;

  width: 110px;

  right: -2px;
}

.process-block .border-area.right-top:before {
  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  top: 0;

  border-top-right-radius: 70px;

  border-right: 2px dashed rgba(204, 204, 204, 0.9);

  border-top: 2px dashed rgba(204, 204, 204, 0.9);
}

.process-block .border-area.right-bottom {
  position: absolute;

  bottom: -2px;

  background: #fff;

  height: 110px;

  width: 110px;

  right: -2px;
}

.process-block .border-area.right-bottom:before {
  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  top: 0;

  border-bottom-right-radius: 70px;

  border-right: 2px dashed rgba(204, 204, 204, 0.9);

  border-bottom: 2px dashed rgba(204, 204, 204, 0.9);
}

.working-process-block {
  padding-top: 68px;

  position: relative;
}

.working-process-block .col-md-12 {
  padding: 0 28px;
}

.process-block {
  margin: 0;

  border: 2px dashed rgba(204, 204, 204, 0.9);

  position: relative;

  width: 100%;

  float: left;

  padding-top: 46px;

  padding-bottom: 82px;

  min-height: inherit;
}

.process-block .border-area {
  z-index: 0;
}

.process-block:first-child {
  /* padding-top: 12px */
}

.process-block:first-child .border-area.left-top {
  display: none;
}

.process-block:last-child {
  border-bottom: none;
}

.process-block:last-child .border-area.right-bottom {
  display: none;
}

.process-block:nth-child(odd) .block-numbers {
  top: 40px;

  left: -14px;
}

.process-block:nth-child(even) .block-numbers {
  top: 40px;

  right: -14px;
}

.process-block.left-process-block {
  border-top: none;

  border-bottom: none;

  border-right: none;
}

.process-block.left-process-block .content-block {
  padding-left: 190px;

  padding-right: 30px;
}

.process-block.left-process-block .content-block .heading-block h2 {
  text-align: left;
}

.process-block.left-process-block .content-block p {
  padding-right: 72px;
}

.process-block.left-process-block .img-block {
  left: 35px;

  text-align: right;

  width: 125px;
}

.process-block.left-process-block .col-md-4 {
  text-align: right;
}

.process-block.left-process-block .list-block {
  padding-left: 30px;
}

.process-block.left-process-block .list-block ul li {
  padding-left: 40px;

  text-align: left;
}

.process-block.left-process-block .list-block ul li.active {
  padding-left: 40px;
}

.process-block.left-process-block .list-block ul li:after {
  left: 0;
}

.process-block.right-process-block {
  border-left: none;
}

.process-block.right-process-block .content-block {
  padding-right: 190px;

  padding-left: 30px;
}

.process-block.right-process-block .content-block .heading-block h2 {
  text-align: right;
}

.process-block.right-process-block .content-block p {
  padding-left: 90px;

  text-align: right;
}

.process-block.right-process-block .col-md-4 {
  text-align: left;
}

.process-block.right-process-block .img-block {
  right: 35px;

  text-align: center;
}

.process-block.right-process-block .list-block {
  padding-right: 30px;
}

.process-block.right-process-block .list-block ul li {
  text-align: right;

  padding-right: 40px;
}

.process-block.right-process-block .list-block ul li.active {
  padding-right: 40px;
}

.process-block.right-process-block .list-block ul li:after {
  right: 0;
}

.process-block .img-block {
  width: 140px;

  position: absolute;

  top: 0;

  padding: 0 5px;
}

.process-block .img-block img {
  max-width: 100%;
}

.process-block .content-block {
  width: 100%;

  float: left;
}

.process-block .content-block .heading-block {
  padding-bottom: 20px;

  background-size: 100% auto !important;
}

.process-block .content-block .heading-block h2 {
  font-family: proxima-nova, sans-serif;

  font-weight: 300;

  font-size: 39px;

  color: #0d519c;

  letter-spacing: 0.2px;

  margin: 0;
}

.process-block .content-block p {
  margin: 12px 0 0 0;

  font-size: 18px;

  color: #0c0c0c;

  letter-spacing: 0.6px;

  line-height: 28px;
}

.process-block .list-block {
  display: inline-block;
}

.process-block .list-block ul li {
  list-style: none;

  position: relative;

  font-size: 19px;

  color: #171717;

  letter-spacing: 0.2px;

  padding: 5px 0 6px 0;

  margin-bottom: 12px;
}

.process-block .list-block ul li span {
  display: block;

  padding: 5px 17px 6px 17px;

  min-height: 38px;

  display: inline-block;

  border-radius: 5px;
}

.process-block .list-block ul li.active span {
  font-family: proxima-nova, sans-serif;

  font-weight: 700;

  color: #0c59b9;

  border: 1px dashed #0091ea;
}

.process-block .list-block ul li:after {
  content: "";

  width: 12px;

  height: 12px;

  border-radius: 100%;

  border: 3px solid #3cf;

  position: absolute;

  top: 14px;
}

.process-block .list-block ul li.active:after {
  top: 18px;

  display: none;
}

.process-block .headings h2 {
  font-weight: 500;
}

.block-numbers {
  width: 25px;

  height: 25px;

  line-height: 73px;

  text-align: center;

  background-color: #0f5bdd;

  border-radius: 100%;

  position: absolute;

  top: 98px;

  z-index: 1;

  letter-spacing: 0.8px;

  font-family: proxima-nova, sans-serif;

  font-weight: 900;

  font-size: 14px;

  color: #fff;

  -webkit-box-shadow: 0 0 0 10px #bdd9ff;

  box-shadow: 0 0 0 10px #bdd9ff;
}

.block-numbers.type1 {
  left: -37px;
}

.block-numbers.type2 {
  right: -37px;
}

.our-development-process-page-download-company-profile {
  background-image: url("/assets/images/our-development-process-page/development-process.jpg");
}

/* ==========================================================================

32. company profile page

========================================================================== */

.company-profile-header {
  background: #ccc;

  background-image: url("/assets/images/company-profile-page/company-profile.jpg");

  background-position: center right;

  background-repeat: no-repeat;

  background-size: cover;
}

.company-profile-page-download-company-profile {
  background-image: url("/assets/images/company-profile-page/company-profile-2.jpg");
}

.company-profile-services {
  background-image: url("/assets/images/web-development-services/get-estimate-bg.jpg");
}

.company-profile-page-our-clients {
  padding: 50px 0;
}

.pie-chart-stat {
  width: 200px;

  margin: auto;
}

.pie-chart-stat .percentage-count {
  font-weight: 700;

  font-size: 1.6em;
}

.pie-chart-stat1 .percentage-count {
  color: #76dfef;
}

.pie-chart-stat1 .color-container {
  height: 25px;

  width: 40px;

  background: #76dfef;
}

.pie-chart-stat2 .percentage-count {
  color: #1485ec;
}

.pie-chart-stat2 .color-container {
  height: 25px;

  width: 40px;

  background: #1485ec;
}

.pie-chart-stat3 .percentage-count {
  color: #009abc;
}

.pie-chart-stat3 .color-container {
  height: 25px;

  width: 40px;

  background: #009abc;
}

.pie-chart-stat4 .percentage-count {
  color: #2c0292;
}

.pie-chart-stat4 .color-container {
  height: 25px;

  width: 40px;

  background: #2c0292;
}

.pie-chart-stat5 .percentage-count {
  color: #31318e;
}

.pie-chart-stat5 .color-container {
  height: 25px;

  width: 40px;

  background: #31318e;
}

.pie-chart-stat6 .percentage-count {
  color: #0f62b0;
}

.pie-chart-stat6 .color-container {
  height: 25px;

  width: 40px;

  background: #0f62b0;
}

/* ==========================================================================

33. quality assurance page

========================================================================== */

.quality-assurance-header {
  background: #ccc;

  background-image: url("/assets/images/page-headers/Quality-Assurance-page-header.jpg");

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;
}

.quality-assurance-rows {
  /* padding: 50px 0; */

  border-bottom: 1px dashed #0094ff;
}

.quality-assurance-rows:last-child {
  border-bottom: 0;
}

.quality-assurance-rows h2 {
  font-weight: 500;
}

.quality-assurance-lists {
  list-style-type: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}

.quality-assurance-lists h3 {
  font-size: 1.3em;

  margin-bottom: 0.8em;
}

.quality-assurance-lists li {
  position: relative;

  padding-left: 1.5em;
}

.quality-assurance-lists li::before {
  content: "";

  position: absolute;

  width: 7px;

  height: 7px;

  background: #ff6c00;

  top: 8px;

  left: 0;

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;
}

.quality-services {
  padding: 50px 0;
}

.quality-card {
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 40, 40, 0.1607843137254902);

  box-shadow: 0 0 20px 0 rgba(40, 40, 40, 0.1607843137254902);

  padding: 30px 6px;

  max-width: 170px;

  margin: 0 auto;
}

.quality-card i {
  font-size: 3em;
}

.quality-card h3 {
  font-size: 1em;

  margin: 1em 0 0;
}

/* ==========================================================================

34. portfolio

========================================================================== */

.common-bg-header {
  background: #ccc;

  /* background-image: url('/assets/images/all-bg.jpg'); */

  background-image: url("/assets/images/page-headers/Our-Portfolio-page-header.jpg");

  background-position: center top;

  background-repeat: no-repeat;

  background-size: cover;
}

.portfolio {
  padding: 50px 0;
}

.portfolio .portfolio-card {
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 40, 40, 0.1607843137254902);

  box-shadow: 0 0 20px 0 rgba(40, 40, 40, 0.1607843137254902);

  position: relative;

  height: 500px;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

.portfolio .portfolio-card figure {
  overflow: hidden;

  height: 100%;

  background: transparent url("/assets/images/portfolio-images/loading.gif") center no-repeat;

  background-size: 10%;
}

.portfolio .portfolio-card img {
  margin-top: 0;
  transition: 4s;
  -webkit-transition: 4s;
  -moz-transition: 4s;
  -ms-transition: 4s;
  -o-transition: 4s;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.opacitynone {
  opacity: 0;
}

.opacityfull {
  opacity: 1;
}

.portfolio .portfolio-card:hover img {
  margin-top: 500px;

  transform: translateY(-100%);

  -webkit-transform: translateY(-100%);

  -moz-transform: translateY(-100%);

  -ms-transform: translateY(-100%);

  -o-transform: translateY(-100%);
}

.portfolio .portfolio-detail {
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 40, 40, 0.1607843137254902);

  box-shadow: 0 0 20px 0 rgba(40, 40, 40, 0.1607843137254902);

  position: absolute;

  width: 90%;

  bottom: 0;

  left: 50%;

  background: #fff;

  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  transition: 0.5s;

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  -ms-transition: 0.5s;

  -o-transition: 0.5s;
}

.portfolio .portfolio-detail h3 {
  margin-bottom: 0;

  padding: 1.5em 0.8em;

  font-size: 1em;
}

.portfolio .portfolio-card:hover .portfolio-detail {
  width: 100%;
}

/* ==========================================================================

35. services

========================================================================== */

.services-bg-header {
  background: #ccc;

  /* background-image: url('/assets/images/all-bg.jpg'); */

  background-image: url("/assets/images/page-headers/services-page-header.jpg");

  background-position: center top;

  background-repeat: no-repeat;

  background-size: cover;
}

.web-development-bg-header {
  background: #ccc;

  /* background-image: url('/assets/images/all-bg.jpg'); */

  background-image: url("/assets/images/page-headers/web-development-company-page-header.jpg");

  background-position: center top;

  background-repeat: no-repeat;

  background-size: cover;
}

.web-developement-cta-bg {
  background: #ccc;

  /* background-image: url('/assets/images/all-bg.jpg'); */

  background-image: url("/assets/images/page-headers/Ideamagix-web-development-compane-cta-bg.jpg");

  background-position: center top;

  background-repeat: no-repeat;

  background-size: cover;
  background-attachment: fixed;
}

.service-page-service {
  padding: 50px 0;
}

.service-page-service.dark-bg {
  /* background: #02091D; */

  background: #eaeff5;
}

.service-page-service.dark-bg * {
  /* color: #fff; */
  color: #000;
}

/* ==========================================================================

36. case studies page

========================================================================== */

.case-study-bg-header {
  background: #ccc;

  /* background-image: url('/assets/images/all-bg.jpg'); */

  background-image: url("/assets/images/page-headers/Case-Studies-page-header.jpg");

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;
}

.case-study-item:hover {
  text-decoration: none;
}

/* .case-study-item .text-section {
  background: #1f2171;
} */

.case-study-item .text-section {
  position: relative;
}

.case-study-item .card-text i {
  color: #fff;
  margin-top: 20px;
}

.case-study-item .card-text-ita {
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 171, 132)), to(rgba(2, 130, 101, 1)));
  background: -o-linear-gradient(right, rgb(0, 171, 132) 0%, rgba(2, 130, 101, 1));
  background: linear-gradient(270deg, rgb(0, 171, 132) 0%, rgba(2, 130, 101, 1));
}

.case-study-item .card-text-usv {
  background: -webkit-gradient(linear, left top, right top, from(rgb(37, 185, 247)), to(rgba(0, 160, 227, 1)));
  background: -o-linear-gradient(left, rgb(37, 185, 247) 0%, rgba(0, 160, 227, 1));
  background: linear-gradient(90deg, rgb(37, 185, 247) 0%, rgba(0, 160, 227, 1));
}

.case-study-item .card-text-sage {
  background: -webkit-gradient(linear, right top, left top, from(rgb(238, 19, 140)), to(rgba(200, 0, 110, 1)));
  background: -o-linear-gradient(right, rgb(238, 19, 140) 0%, rgba(200, 0, 110, 1));
  background: linear-gradient(270deg, rgb(238, 19, 140) 0%, rgba(200, 0, 110, 1));
}

.case-study-item .text-section h1,
.case-study-item .text-section p {
  color: #fff;
}

.case-study-item .text-section h1 {
  font-size: 1.5rem;
  font-weight: 600;
}

.case-study-item .text-section p {
  font-size: 0.8rem;
}

.case-study-item.ita-image .image-section {
  background-image: url(/assets/images/case-study/ita-casestudy.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case-study-item.usv-image .image-section {
  background-image: url(/assets/images/case-study/usv-casestudy.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case-study-item.sage-image .image-section {
  background-image: url(/assets/images/case-study/sage-casestudy.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* ==========================================================================

37. home page stats

========================================================================== */

.home-page-stats {
  padding: 60px 0 60px;

  background-color: #fff;

  background-image: url("/assets/images/ideamagix-company-numbers-bg.jpg");

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;
}

.home-page-stats .stats-wrap {
  background: #fff;

  padding: 15px 18px 49px;

  -webkit-box-shadow: 0px 50px 100px 0px rgba(5, 1, 64, 0.1);

  box-shadow: 0px 50px 100px 0px rgba(5, 1, 64, 0.1);

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;

  position: relative;
}

.home-page-stats .stats-wrap img {
  max-width: 64px;
}

.home-page-stats .stats-wrap::before {
  content: "";

  width: 100%;

  height: 10px;

  background: url(/assets/images/shape-bg.png) no-repeat scroll center bottom/cover;

  position: absolute;

  bottom: -10px;

  left: 0;
}

.home-page-stats .stats-wrap::after {
  bottom: 40px;

  content: "";

  position: absolute;

  left: -3px;

  width: 100%;

  height: 1px;

  background-image: -o-linear-gradient(left, transparent 50%, #c9c9d6 50%);

  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #c9c9d6));

  background-image: linear-gradient(to right, transparent 50%, #c9c9d6 50%);

  background-size: 10px 94%;
}

.home-page-stats .stats-wrap h3 {
  font-size: 1.8em;
}

.home-page-stats .stats-wrap h4 {
  font-size: 1.2em;

  color: #7b7b93;
}

/* ==========================================================================

38. our values

========================================================================== */

.our-values-bg-header {
  background: #ccc;

  /* background-image: url('/assets/images/all-bg.jpg'); */

  background-image: url("/assets/images/page-headers/Our-Values-page-header.jpg");

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;
}

.our-values-quote {
  padding: 50px 0;
}

.vision-mission-cards {
  padding: 50px 0;
  background-color: #f0f0f0;
}

.our-values-card {
  padding: 35px 15px 25px;

  margin-bottom: 30px;

  /* -webkit-box-shadow: 0 0 20px 0 rgba(40, 40, 40, 0.1607843137254902);

  box-shadow: 0 0 20px 0 rgba(40, 40, 40, 0.1607843137254902); */
  /* border: 1px dashed #19ABFF; */
  background-color: #fff;

  border-radius: 0.6em;

  -webkit-border-radius: 0.6em;

  -moz-border-radius: 0.6em;

  -ms-border-radius: 0.6em;

  -o-border-radius: 0.6em;

  -webkit-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;
}

/* ==========================================================================

39. partnership

========================================================================== */

.partnership-header {
  background: #ccc;

  background-image: url("/assets/images/page-headers/Partnership-page-header.jpg");

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;
}

.service-page-service .small-title {
  color: #000;
}

.lets-collab {
  padding: 100px 0 100px;
  background-color: #fff !important;
}

.parallax-bg-partnership {
  background-image: url("/assets/images/partnership-page/fix-partnership--bg.jpg");
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* ==========================================================================

40. case study detail

========================================================================== */

.case-study-abstract {
  padding: 50px 0;

  /* background: #eaeff5; */
}

.case-study-section {
  padding: 60px 0;
}

.case-study-section.dark-bg {
  background: #eaeff5;
}

.case-study-abstract-detail a {
  color: #0064f3;

  text-decoration: none;

  font-weight: 600;

  position: relative;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.case-study-abstract-detail a::after {
  position: absolute;

  content: "";

  top: 100%;

  width: 0;

  left: 0;

  height: 2px;

  background: #0064f3;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.case-study-abstract-detail a:hover::after {
  width: 100%;
}

.case-study-metadata-list {
  list-style-type: none;
}

.case-study-metadata-list h4 {
  font-size: 1.2em;
}

.case-study-metadata-list li {
  padding-left: 20px;

  position: relative;
}

.case-study-metadata-list li:first-of-type {
  padding-left: 0;
}

.case-study-metadata-list li::before {
  content: "";

  position: absolute;

  top: 50%;

  left: 10px;

  width: 4px;

  background: #ff6c00;

  height: 4px;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;
}

.case-study-metadata-list li:first-of-type::before {
  content: unset;
}

.case-study-heading span {
  color: #ff6c00;

  margin-right: 10px;
}

.case-study-abstract {
  padding: 0 0 50px;
  position: relative;
  z-index: 0;
}

.case-study-abstract.sage-abstract p {
  /* border-bottom: 4px solid #C8006E; */
  color: #000;
}

.case-study-abstract.ita-abstract p {
  /* border-bottom: 4px solid #028265; */
  color: #000;
}

.case-study-abstract.usv-abstract p {
  /* border-bottom: 4px solid #00a0e3; */
  color: #000;
}

.case-study-abstract>img {
  position: absolute;
  opacity: 0.3;
  width: 35vw;
  right: 20vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.case-study-section-type-one {
  padding: 60px 0;
}

.case-study-section-type-one h2 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 500;
}

.case-study-section-type-one p {
  margin-bottom: 16px;
}

.case-study-section-type-one h3 {
  margin-top: 25px;
  font-weight: 500;
}

.case-study-section-type-one li {
  margin-bottom: 16px;
  color: #61646b;
}

.case-study-section-type-one .technology-stack {
  padding: 28px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 4px 5px 18px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 5px 18px 0 rgba(0, 0, 0, 0.1);
}

.case-study-section-type-one .technology-stack img {
  max-height: 60px;
  width: auto;
}

.case-study-section-type-one.gradient-background {
  padding-bottom: 160px;
}

.solution-image {
  margin-top: -115px;
}

.ita-gradient-background {
  background-color: rgba(2, 130, 101, 1);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 171, 132)), to(rgba(2, 130, 101, 1)));
  background-image: -o-linear-gradient(bottom, rgb(0, 171, 132), rgba(2, 130, 101, 1));
  background-image: linear-gradient(0deg, rgb(0, 171, 132), rgba(2, 130, 101, 1));
}

.usv-gradient-background {
  background-color: rgba(0, 160, 227, 1);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(37, 185, 247)), to(rgba(0, 160, 227, 1)));
  background-image: -o-linear-gradient(bottom, rgb(37, 185, 247), rgba(0, 160, 227, 1));
  background-image: linear-gradient(0deg, rgb(37, 185, 247), rgba(0, 160, 227, 1));
}

.sage-gradient-background {
  background-color: rgba(200, 0, 110, 1);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(238, 19, 140)), to(rgba(200, 0, 110, 1)));
  background-image: -o-linear-gradient(bottom, rgb(238, 19, 140), rgba(200, 0, 110, 1));
  background-image: linear-gradient(0deg, rgb(238, 19, 140), rgba(200, 0, 110, 1));
}

/* ==========================================================================

41. terms and conditions

========================================================================== */

.terms-conditions {
  padding: 50px 0;
}

.terms-conditions .headings {
  border-bottom: 1px dashed #ddd;
}

.terms-conditions h4 {
  margin-bottom: 0.5em;
  font-weight: 500;
}

.terms-conditions p {
  margin-bottom: 0.8em;

  font-size: 0.95em;
}

.terms-conditions ul li {
  font-size: 0.95em;

  font-weight: 500;

  color: #61646b;
}

/* ==========================================================================
9. side fixed buttons
========================================================================== */
.side-fixed-buttons {
  position: fixed;
  z-index: 500;
  top: 50%;
  right: -84px;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
}

.side-fixed-buttons .side-fixed-button {
  border: 0;
  padding: 10px 13px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.6);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.6);
}

.side-fixed-buttons li:first-child {
  /* margin-right: 20px; */
}

.side-fixed-buttons .contact-fixed-button {
  background: #145eec;
  background: -webkit-gradient(linear, left top, right top, from(#145eec), to(#0289fe));
  background: -o-linear-gradient(left, #145eec, #0289fe);
  background: linear-gradient(90deg, #145eec, #0289fe);
}

.side-fixed-buttons .subscribe-fixed-button {
  background: #03328e;
}

/* ==========================================================================
10. custom modals
========================================================================== */
.custom-modal {
  position: fixed;
  top: 0;
  right: -100%;
  opacity: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
  z-index: 15000;
  width: 100%;
  height: 100vh;
  overflow: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.custom-modal .close-modal {
  position: absolute;
  right: 15px;
  top: 10px;
}

.custom-modal .close-modal:hover {
  cursor: pointer;
}

.custom-modal h6 {
  color: #237cff;
  font-weight: 400;
}

.custom-modal p {
  font-size: 0.9em;
  font-weight: 400;
}

.custom-modal.open {
  visibility: visible;
  opacity: 1;
  right: 0;
}

.side-fixed-whatsapp {
  position: fixed;
  bottom: 75px;
  right: 12px;
  z-index: 500;
  color: #fff;
  font-size: 16px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.side-fixed-consultation {
  padding: 12px 2%;
  position: fixed;
  bottom: 61px;
  left: 0px;
  z-index: 500;
  color: #fff;
  font-size: 16px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}

.side-fixed-consultation.show {
  visibility: visible;
  opacity: 1;
}

/* ==========================================================================

. core team section

========================================================================== */
.overlay-parent {
  position: relative;
}

.overlay-child {
  margin: 1px;
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 48, 71, 0.8);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.overlay-parent:hover .overlay-child {
  opacity: 1;
}

.overlay-child * {
  color: #fff;
}

.fixed-overlay-child {
  opacity: 1;
  background: #003047;
}

.overlay-child span {
  font-size: 1.1rem;
  position: relative;
}

.overlay-child span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  background: #5ac8ff;
  width: 50px;
  height: 3px;
}

/* ==========================================================================
. page loader
========================================================================== */
.page-loader {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 10000;
}

.page-loader>div {
  width: 320px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.page-loader>div>img {
  max-width: 300px;
}

/* ==========================================================================
. all in one shortcut
========================================================================== */
#main-div {
  position: fixed;
  right: 9px;
  bottom: 20px;
  z-index: 500;
}

#main-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  font-size: 20px;
  border: 2px solid #ccc;
  color: #fff;
  cursor: pointer;
  background-color: #0064f3;
  -webkit-box-shadow: 10px 10px 10px 0 rgb(10, 100, 224);
  box-shadow: 10px 10px 10px 0 rgb(10, 100, 224);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#main-button~button {
  visibility: hidden;
  height: 50px;
  padding: 0 20px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#00a1f5), to(#0064f3));
  background: -o-linear-gradient(left, #00a1f5, #0064f3);
  background: linear-gradient(90deg, #00a1f5, #0064f3);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border: 0;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  opacity: 0;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#main-button.open-shortcut~button {
  visibility: visible;
  right: 70px;
  opacity: 1;
  transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button~a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 50px;
  width: 50px;
  font-size: 20px;
  opacity: 0;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
}

#main-button~.telegram-color {
  background: -webkit-gradient(linear, left bottom, left top, from(#017ab1), to(#01abe6));
  background: -o-linear-gradient(bottom, #017ab1, #01abe6);
  background: linear-gradient(0deg, #017ab1, #01abe6);
}

#main-button~.whatsapp-color {
  background: -webkit-gradient(linear, left bottom, left top, from(#00b100), to(#09db09));
  background: -o-linear-gradient(bottom, #00b100, #09db09);
  background: linear-gradient(0deg, #00b100, #09db09);
}

#main-button~.messenger-color {
  background: -webkit-gradient(linear, left bottom, left top, from(#0078ff), to(#00c6ff));
  background: -o-linear-gradient(bottom, #0078ff, #00c6ff);
  background: linear-gradient(0deg, #0078ff, #00c6ff);
}

#main-button.open-shortcut~a {
  opacity: 1;
  transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button.open-shortcut~a:nth-of-type(1) {
  bottom: 60px;
}

#main-button.open-shortcut~a:nth-of-type(2) {
  bottom: 120px;
}

#main-button.open-shortcut~a:nth-of-type(3) {
  bottom: 180px;
}

.wave {
  -webkit-animation-name: wave;
  animation-name: wave;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes wave {
  0% {
    -webkit-box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0);
  }
}

@keyframes wave {
  0% {
    -webkit-box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes wave-new {
  0% {
    -webkit-box-shadow: 0 0 0px 0px #eaeff5;
    box-shadow: 0 0 0px 0px #eaeff5;
  }

  50% {
    -webkit-box-shadow: 0 0 0px 10px #eaeff57a;
    box-shadow: 0 0 0px 10px #eaeff57a;
  }

  100% {
    -webkit-box-shadow: 0 0 0px 12px #eaeff500;
    box-shadow: 0 0 0px 12px #eaeff500;
  }
}

@keyframes wave-new {
  0% {
    -webkit-box-shadow: 0 0 0px 0px #eaeff5;
    box-shadow: 0 0 0px 0px #eaeff5;
  }

  50% {
    -webkit-box-shadow: 0 0 0px 10px #eaeff57a;
    box-shadow: 0 0 0px 10px #eaeff57a;
  }

  100% {
    -webkit-box-shadow: 0 0 0px 12px #eaeff500;
    box-shadow: 0 0 0px 12px #eaeff500;
  }
}

.open-shortcut {
  /* animation-iteration-count: 1; */
}

/* Cookie Consent start */

.cookie-banner {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 20px;
  width: 90%;
  border-radius: 5px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* background-color: rgba(0, 0, 0, 0.6); */
  background-color: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.cookie-banner p {
  font-size: 13px;
  /* color: #fff; */
  color: #000;
  font-weight: 400;
}

.close {
  cursor: pointer;
}

/* Cookie Consent end */

/* ==========================================================================

a. media queries

========================================================================== */

/* min width 576px

=============================================================================*/

@media (min-width: 576px) {
  /* header */

  .our-clients-page-header {
    background-position: center;
  }

  /* general styles start */

  .custom-form .services-selector {
    /* margin: 0; */

    padding: 14px 10px;

    border: 1px solid #ecf2f8;
  }

  .custom-form .services-selector.selected {
    border: 1px solid #28c23e;
  }

  /* general styles end */

  /* header */

  .social-icons li {
    margin-right: 11px;
  }

  .blog>li {
    padding: 0 10px;
  }

  /* banner */
  .banner {
    height: 500px;
  }

  .banner-section {
    height: 500px;
  }

  .video-container {
    /* transform: scale(1.55);
    -webkit-transform: scale(1.55);
    -moz-transform: scale(1.55);
    -ms-transform: scale(1.55);
    -o-transform: scale(1.55); */
  }

  /* footer */
  .columns ul:last-of-type {
    margin: 0;
  }

  .columns>.footer-details {
    border: 0;
  }

  .columns .footer-details h6 a {
    text-decoration: none;
    font-weight: 500;
  }

  .case-studies-content a {
    width: auto;

    margin: 10px 0;
  }

  .case-study-item .card-text i {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
    background-color: #07172b;
  }

  /* home page stats */
  .home-page-stats .stats-wrap {
    padding: 30px 50px 70px;
  }

  .home-page-stats .stats-wrap img {
    max-width: 100%;
  }

  .home-page-stats .stats-wrap h3 {
    font-size: 2.2em;
  }

  /* web dev service page */

  .web-dev-services .container {
    -webkit-transform: translateY(-140px);
    -ms-transform: translateY(-140px);
    transform: translateY(-140px);
    max-width: 540px;
  }

  .parallax-bg {
    height: 650px;
  }

  /* web dev service page */

  /* Partnership page */

  .parallax-bg-partnership {
    height: 450px;
    background-position: center;
  }

  /* Partnership page */

  /* contact page starts */

  .small-card {
    width: 150px;
  }

  /* contact page ends */
}

/* min width 768px

=============================================================================*/

@media (min-width: 768px) {
  .cookie-banner p {
    font-size: 15px;
  }

  #captchaerror-queries,
  #captchaerror-modal {
    margin-top: -15px;
  }

  video {
    -webkit-transform: translate(-50%, -50%) scale(1.6);
    -ms-transform: translate(-50%, -50%) scale(1.6);
    transform: translate(-50%, -50%) scale(1.6);
  }

  /* genereal styles start */

  .headings h2 {
    font-size: 2em;
    /* line-height: 1.4em; */
    letter-spacing: 0.5px;
  }

  .headings p {
    /* margin: 1.1em auto 0; */
    margin: 0.9em auto 0;
  }

  /* genereal styles end */

  /* top header */

  .blog>li>.header-contact-wrap {
    left: unset;

    right: -6px;

    width: 375px;
  }

  .blog>li>.header-contact-wrap::before {
    left: unset;

    right: 15px;
  }

  /* bottom header start */

  .bottom-header.fixed-bar .request-quote {
    width: 160px;
  }

  /* bottom header end */

  /* banner */
  .banner {
    height: 600px;
  }

  .banner-section {
    height: 600px;
  }

  /* questions */

  .questions h2 {
    font-size: 2.2em;
  }

  .answer h2 {
    font-size: 2.2em;
  }

  /* our client */

  .our-client h2 {
    font-weight: 500;

    font-size: 2.2em;
    letter-spacing: 0.5px;
  }

  /* our services */

  .our-services .right-side .right-side-card {
    -ms-flex-preferred-size: 48.5%;

    flex-basis: 48.5%;
  }

  .our-services .left-side .headings h2 {
    font-size: 1.8em;
    line-height: 1.4em;
  }

  .our-services .left-side p {
    font-size: 0.95em;
    letter-spacing: 1px;
  }

  .our-services .right-side .right-side-card h3 {
    font-size: 1.6em;
    line-height: 1.4em;
  }

  /* case studies start */

  .case-studies-content a:last-of-type {
    margin-left: 3vw;
  }

  /* case studies end */

  /* work */

  .work h4 {
    font-size: 1.75em;
  }

  /* any queries */

  .any-queries h5 {
    font-size: 1.7em;
  }

  /* bottom footer */

  .bottom-footer li {
    margin-right: 1.5vw;
  }

  /* side menu start */

  .side-wrap,
  .main-side,
  .sub-side,
  .sub-side1,
  .sub-side2 {
    width: 400px;
  }

  /* side menu end */

  /* support ticket start */

  .support-ticket {
    padding: 160px 0 80px;
  }

  .support-ticket::before {
    top: 17%;

    transform: rotate(-5deg) scale(1.2);

    -webkit-transform: rotate(-5deg) scale(1.2);

    -moz-transform: rotate(-5deg) scale(1.2);

    -ms-transform: rotate(-5deg) scale(1.2);

    -o-transform: rotate(-5deg) scale(1.2);
  }

  /* support ticket end */

  /* development process page start */

  .process-block .headings h2 {
    font-size: 1.8em;
  }

  /* development process page end */

  /* case study page starts 768 */

  .case-study-item .text-section h1 {
    font-size: 2.5rem;
  }

  .case-study-item .text-section p {
    font-size: 1rem;
  }

  /* case study page ends 768 */

  /* custom modal */
  .custom-modal {
    width: 320px;
    top: 50%;
    right: -100%;
    max-height: 100vh;
    height: auto;
    overflow: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .custom-modal.open {
    right: 50px;
  }

  .banner-content {
    /* width: 55%;
  
      margin: auto; */

    padding: 60px 0;
  }

  .banner-content h1 {
    font-size: 2em;
  }

  .banner-content p {
    font-size: 16px;
  }

  .banner-content a:last-child {
    margin-right: 0;
  }

  .case-studies .case-studies-content {
    /* position: absolute;
  
        color: #fff;
  
        top: 50%;
  
        -webkit-transform: translate(-50%, -50%);
  
        transform: translate(-50%, -50%);
  
        left: 50%; */

    width: 60%;

    margin: auto;
  }

  .case-studies-content h4 {
    font-size: 34px;

    /* font-weight: 600;
  
        margin-bottom: 2em; */
  }

  .case-studies-carousel .owl-dots button {
    width: 30px;

    font-size: 16px;
  }

  .side-fixed-buttons {
    /* top: 60%; */
  }

  .breadcrumb-item+.breadcrumb-item {
    padding-left: 1vw;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 1vw;
  }

  /* web dev service page */

  .web-dev-services .container {
    max-width: 720px;
  }

  /* web dev service page */
}

/* min width 992px

=============================================================================*/

@media (min-width: 992px) {
  /* web dev service page */

  .web-dev-services .container {
    max-width: 960px;
  }

  /* web dev service page */

  /* Google Captcha starts */
  .g-recaptcha-quote {
    -webkit-transform: scaleX(0.67) scaleY(0.74);
    -ms-transform: scaleX(0.67) scaleY(0.74);
    transform: scaleX(0.67) scaleY(0.74);
  }

  /* Google Captcha ends */

  /* genereal styles start */

  .headings p {
    /* width: 80%; */
    font-size: 1.15em;
  }

  .download-company-profile .headings h2 {
    width: 68%;

    margin: auto;
  }

  .company-profile-services .headings h2 {
    width: 100%;
  }

  .theme-outlined-button {
    padding: 15px 3.5vw;
  }

  /* genereal styles end */

  /* page header start */

  .page-header1 {
    /* padding: 280px 0 180px; */
    position: relative;
    height: 650px;
    padding: 0;
  }

  .page-header1 .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .termspage {
    padding: 200px 0 140px;
  }

  /* page header end */

  /* header */

  header {
    position: absolute;

    background: transparent;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 1000;

    transition: 0.4s;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -ms-transition: 0.4s;

    -o-transition: 0.4s;
  }

  .header-wrap:hover .bottom-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .header-wrap:hover .top-header {
    background: #fff;
  }

  .header-wrap:hover .bottom-header {
    background: #fff;
  }

  .header-wrap:hover .top-header {
    border-bottom: 1px solid #ccc;
  }

  .header-wrap:hover p {
    color: #61646b;
  }

  .header-wrap:hover a {
    color: #61646b;
  }

  .header-wrap:hover .social-icons a::before {
    color: #61646b;
  }

  .header-wrap:hover .fa-bars {
    color: #61646b;
  }

  .header-wrap:hover .request-quote {
    color: #fff;
  }

  header .social-icons .twitter,
  header .social-icons .facebook,
  header .social-icons .linkedin,
  header .social-icons .skype,
  header .social-icons .youtube,
  header .social-icons .instagram,
  header .social-icons .pinterest {
    color: #fff;
  }

  .header-wrap:hover .social-icons .twitter {
    color: #1da1f2;
  }

  .header-wrap:hover .social-icons .facebook {
    color: #4267b2;
  }

  .header-wrap:hover .social-icons .linkedin {
    color: #2867b2;
  }

  .header-wrap:hover .social-icons .skype {
    color: #00aff0;
  }

  .header-wrap:hover .social-icons .youtube {
    color: #ff0000;
  }

  .header-wrap:hover .social-icons .instagram {
    color: #833ab4;
  }

  .header-wrap:hover .social-icons .pinterest {
    color: #bd081c;
  }

  .header-wrap:hover .header-contact-list .fa-phone-alt {
    color: #0288fe;
  }

  /* top header */

  .top-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .top-header p {
    color: #fff;
  }

  .top-header a {
    color: #fff;
  }

  .header-contact-list .fa-phone-alt {
    color: #fff;
  }

  /* bottom header */

  .bottom-header {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .bottom-header .fa-bars {
    color: #fff;
  }

  /* banner */
  .banner {
    height: 100vh;
  }

  .banner-section {
    height: 100vh;
  }

  /* our services */

  .our-services .left-side {
    -ms-flex-preferred-size: 40%;

    flex-basis: 40%;

    height: 100vh;

    position: -webkit-sticky;

    position: sticky;

    z-index: 1;
  }

  /* haha */

  .our-services .right-side {
    -ms-flex-preferred-size: 60%;

    flex-basis: 60%;
  }

  .our-services .right-side .right-side-card::after {
    opacity: 0;
  }

  .our-services .right-side .right-side-card:hover::after {
    opacity: 1;
  }

  .our-services .right-side .right-side-card {
    -ms-flex-preferred-size: 48.5%;

    flex-basis: 48.5%;
    background-color: #fff;
  }

  .our-services .right-side .right-side-card:nth-child(even) {
    margin-top: 50px;

    margin-bottom: -24px;
  }

  .our-services .right-side .web-dev {
    background-image: none;
  }

  .our-services .right-side .app-dev {
    background-image: none;
  }

  .our-services .right-side .dig-mar {
    background-image: none;
  }

  .our-services .right-side .it-strat {
    background-image: none;
  }

  .our-services .right-side .web-des {
    background-image: none;
  }

  .our-services .right-side .brand-multi {
    background-image: none;
  }

  .our-services .right-side .e-comm {
    background-image: none;
  }

  .our-services .right-side .social-mar {
    background-image: none;
  }

  .our-services .right-side .web-dev:hover {
    background-image: url("/assets/images/our-services-images/web-dev.jpg");
  }

  .our-services .right-side .app-dev:hover {
    background-image: url("/assets/images/our-services-images/app-development.jpg");
  }

  .our-services .right-side .dig-mar:hover {
    background-image: url("/assets/images/our-services-images/dig-mar.jpg");
  }

  .our-services .right-side .it-strat:hover {
    background-image: url("/assets/images/our-services-images/it-strat.jpg");
  }

  .our-services .right-side .web-des:hover {
    background-image: url("/assets/images/our-services-images/web-des.jpg");
  }

  .our-services .right-side .brand-multi:hover {
    background-image: url("/assets/images/our-services-images/branding-multimedia-designing.jpg");
  }

  .our-services .right-side .e-comm:hover {
    background-image: url("/assets/images/our-services-images/e-commerce-development.jpg");
  }

  .our-services .right-side .social-mar:hover {
    background-image: url("/assets/images/our-services-images/social-media-home-page.jpg");
  }

  .our-services .right-side .right-side-card .read-more {
    color: #032338;
  }

  .our-services .right-side .right-side-card:hover .read-more {
    color: #fff;
  }

  .our-services .right-side .right-side-card h3 {
    color: #273548;
  }

  .our-services .right-side .right-side-card:hover h3 {
    color: #fff;
  }

  .our-services .right-side .right-side-card:hover {
    z-index: 0;

    background-size: cover;
    color: #032338;
  }

  .our-services .right-side .right-side-card p {
    /* font-weight: 600; */

    margin: 2em 0;
    font-size: 0.9em;
    color: #4a5163;
  }

  .our-services .right-side .right-side-card .read-more::after {
    content: "\f101";

    font-family: "font awesome 5 free";

    color: #fff;

    background: -o-linear-gradient(left, #145eec, #0289fe);

    background: -webkit-gradient(linear, left top, right top, from(#145eec), to(#0289fe));

    background: linear-gradient(90deg, #145eec, #0289fe);

    font-weight: 600;

    margin-left: 1em;

    padding: 20px;

    transition: 0.4s;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -ms-transition: 0.4s;

    -o-transition: 0.4s;
  }

  .our-services .right-side .right-side-card:hover {
    z-index: 0;

    background-size: cover;

    color: #fff;
  }

  .our-services .right-side .right-side-card:hover p {
    color: #fff;
  }

  .our-services .right-side .right-side-card:hover .design {
    -webkit-filter: invert(1) sepia(1) saturate(0) hue-rotate(66deg);
    filter: invert(1) sepia(1) saturate(0) hue-rotate(66deg);
  }

  .our-services .right-side .right-side-card:hover h3 {
    color: #fff;
  }

  .our-services .right-side .right-side-card:hover .read-more::after {
    background: -o-linear-gradient(left, #145eec, #0289fe);

    background: -webkit-gradient(linear, left top, right top, from(#145eec), to(#0289fe));

    background: linear-gradient(90deg, #145eec, #0289fe);
  }

  .our-services .right-side .right-side-card .design {
    filter: none;
    -webkit-filter: none;
  }

  .our-services .right-side .right-side-card:hover .design {
    filter: invert(1) sepia(1) saturate(0) hue-rotate(66deg);
    -webkit-filter: invert(1) sepia(1) saturate(0) hue-rotate(66deg);
  }

  /* our story */

  .our-story::before {
    position: absolute;

    content: "";

    height: 100%;

    width: 55%;

    right: 0;

    z-index: -1;

    color: #fff;
  }

  .our-story-reverse::before {
    left: 0;

    right: unset;
  }

  .our-story figure {
    -ms-flex-preferred-size: 50%;

    flex-basis: 50%;
  }

  .our-story .our-story-content {
    -ms-flex-preferred-size: 50%;

    flex-basis: 50%;
  }

  /* work */

  .work .bordered {
    border-right: 1px dashed #fff;
    border-bottom: 0;
  }

  /* any queries start */

  .any-queries .or-seperator::before,
  .any-queries .or-seperator::after {
    content: "";

    position: absolute;

    width: 1px;

    background: #fff;

    height: 100px;

    left: 50%;

    top: unset;

    transform: translate(-50%, 0);

    -webkit-transform: translate(-50%, 0);

    -moz-transform: translate(-50%, 0);

    -ms-transform: translate(-50%, 0);

    -o-transform: translate(-50%, 0);
  }

  .any-queries .or-seperator::before {
    bottom: 140%;
  }

  .any-queries .or-seperator::after {
    top: 140%;
  }

  .any-queries form {
    margin-top: -150px;
  }

  /* any queries end */

  /* our expertise start */

  .our-expertise .headings p {
    font-size: 1.13em;
  }

  /* our expertise end */

  /* testimonials start */

  .new-testimonials .quotes {
    font-size: 2.3em;
  }

  /* testimonials end */

  /* bottom footer */

  .bottom-footer ul {
    -ms-flex-preferred-size: unset;

    flex-basis: unset;
  }

  .bottom-footer p {
    -ms-flex-preferred-size: unset;

    flex-basis: unset;
  }

  /* footer seo section */

  .footer-seo-links-section {
    padding: 50px 0;
  }

  /* our expertise start */

  .our-expertise {
    /* background-image: url('/assets/images/pattern-4(1).jpg'); */

    background-size: cover;

    background-repeat: no-repeat;

    /* background-position: center bottom -100px; */
  }

  .service-column-wrap>div {
    position: relative;

    transition: 0.6s;

    -webkit-transition: 0.6s;

    -moz-transition: 0.6s;

    -ms-transition: 0.6s;

    -o-transition: 0.6s;
  }

  .service-column-wrap {
    margin-top: 65px;
  }

  /* .service-column-1 {

    top: 0;

  }



  .service-column-2 {

    top: -60px;

  }



  .service-column-3 {

    top: -30px;

  }



  .service-column-4 {

    top: 20px;

  }



  .service-column-5 {

    top: -40px;

  }



  .service-column-6 {

    top: 0;

  } */

  /* .service-column-wrap:hover>div {

    top: 0;

  } */

  .service-thumb-wrap {
    margin-bottom: 65px;
  }

  /* our expertise end */

  /* our location start */

  .our-loaction .location-wrap .loaction-detail {
    top: 84%;
  }

  .our-loaction .location-wrap .loaction-detail ul {
    opacity: 0;
  }

  .our-loaction .location-wrap:hover .loaction-detail {
    top: 44%;
  }

  .our-loaction .location-wrap:hover .loaction-detail ul {
    opacity: 1;
  }

  .our-loaction .location-wrap::before {
    opacity: 0;
  }

  .our-loaction .location-wrap:hover::before {
    opacity: 1;
  }

  /* our location end */

  /* industries page start */

  .industry-solution-card {
    padding: 35px 2vw 25px;
  }

  /* industries page end */

  /* about us page start */

  .about-us-page-header h1 {
    font-size: 5em;
  }

  .rounded-stats .stats-container-wrap {
    background-image: url("/assets/images/about-us-page/our-culture-background.png");

    background-repeat: no-repeat;

    background-size: cover;

    background-position: left top;
  }

  .rounded-stats .stats-container-wrap {
    height: 100%;

    width: 100%;
  }

  .rounded-stats .stats-container {
    position: relative;

    height: 100%;
  }

  .rounded-stats .stat {
    position: absolute;

    color: #fff;

    background: rgba(0, 0, 0, 0.3);
  }

  .rounded-stats .stat .count {
    font-size: 4em;
  }

  .rounded-stats .stat1 {
    background: rgba(2, 116, 228, 0.58);

    padding: 66px 47px;

    top: 22%;

    left: 0%;
  }

  .rounded-stats .stat2 {
    background: rgba(255, 118, 4, 0.58);

    padding: 65px 56px;

    bottom: 0;

    left: 50%;

    transform: translateX(-50%);

    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);
  }

  .rounded-stats .stat3 {
    background: rgba(139, 44, 182, 0.58);

    padding: 31px 0;

    width: 182px;

    right: 1%;

    top: 39%;
  }

  /* about us page end */

  /* company profile page start */

  .circle-chart {
    padding: 50px 0;
  }

  .pie-chart-container {
    position: relative;

    width: 960px;

    margin: auto;
  }

  .pie-chart-stat {
    position: absolute;

    width: 170px;
  }

  .pie-chart-stat::before {
    position: absolute;

    content: "";

    width: 98px;

    background: #000;

    height: 1px;

    top: 50%;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);
  }

  .pie-chart-stat1 {
    top: 66px;

    left: 83px;
  }

  .pie-chart-stat1::before {
    background: #76dfef;
  }

  .pie-chart-stat2 {
    top: 49%;

    left: 0;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);
  }

  .pie-chart-stat2::before {
    background: #1485ec;
  }

  .pie-chart-stat3 {
    bottom: 53px;

    left: 83px;
  }

  .pie-chart-stat3::before {
    background: #009abc;
  }

  .pie-chart-stat4 {
    top: 66px;

    right: 83px;
  }

  .pie-chart-stat4::before {
    background: #2c0292;
  }

  .pie-chart-stat5 {
    top: 49%;

    right: 0;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);
  }

  .pie-chart-stat5::before {
    background: #31318e;
  }

  .pie-chart-stat6 {
    bottom: 53px;

    right: 83px;
  }

  .pie-chart-stat6::before {
    background: #0f62b0;
  }

  .pie-chart-stat1::before,
  .pie-chart-stat2::before,
  .pie-chart-stat3::before {
    left: 200px;
  }

  .pie-chart-stat4::before,
  .pie-chart-stat5::before,
  .pie-chart-stat6::before {
    right: 200px;
  }

  /* company profile page end */

  /* quality assurance page start */

  .quality-services .headings h2 {
    width: 85%;

    margin: auto;
  }

  /* quality assurance page end */

  /* company profile page start */

  .company-profile-header {
    background-position: center;

    background-size: cover;
  }

  /* company profile page end */

  /* contact page start */

  .contact-page-header {
    background-position: center right;

    background-size: cover;
  }

  /* contact page end */

  /* support page header start */

  .support-page-header {
    /* background-size: 100% 100%; */
    background-position: center center;
    background-size: cover;
  }

  /* support page header end */

  /* Case study start */

  .case-study-item .image-section {
    background-image: url(/assets/images/demo-case-study.jpg);
    background-position: top -220px right;
  }

  .case-study-item .row {
    height: 25rem;
  }

  /* Case study end */

  /* Case study details start */

  .case-study-detail-header {
    padding: 280px 0 180px;
  }

  .case-study-section-type-one h2 {
    font-size: 38px;
  }

  /* Case study details end */
}

/* min width 1200px

=============================================================================*/

@media (min-width: 1200px) {
  /* web dev service page */

  .web-dev-services .container {
    max-width: 1140px;
  }

  .page-header1 .additional-services {
    bottom: -58px;
  }

  /* web dev service page */

  .g-recaptcha-quote {
    -webkit-transform: scale(0.77);
    -ms-transform: scale(0.77);
    transform: scale(0.77);
  }

  video {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }

  .banner-content h1 {
    font-size: 2.5em;
  }

  .banner-content p {
    font-size: 18px;
  }

  .banner-section {
    height: 100vh;
  }

  .video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    /* transform: scale(1.55); */
  }

  .ita {
    background-position: center top -190px;
  }

  /* bottom header start */

  .bottom-header.fixed-bar .request-quote {
    width: 260px;
  }

  /* bottom header end */

  /* about us page start */

  .rounded-stats .stat1 {
    top: 12%;
  }

  .rounded-stats .stat3 {
    right: 0;

    top: 32%;
  }

  /* about us page end */
}

/* min width 1400px

=============================================================================*/

@media (min-width: 1400px) {
  /* general styles start */

  .container {
    width: 1360px;
  }

  /* .headings p {
    width: 75%;
  } */

  /* general styles end */
}

@media (min-width: 1600px) {
  .headings p {
    width: 100%;
  }
}

/* Mahesh code 18-07-2019 4:40pm*/

.banner {
  /* background-color: #FF004D; */

  background-color: #fff;

  /* background-image: url('/assets/images/banner.jpg'); */

  background-position: center top;

  background-repeat: no-repeat;

  background-size: cover;
}

.banner-content {
  /* border: 2px solid; */

  padding: 2% 0;

  position: unset;
}

.banner-content h1 {
  color: #fff;

  font-weight: 500;

  /* font-size: 2.5em; */

  /* font-size: 1.6em; */

  margin-bottom: 0.6em;

  /* padding: 0 10px; */
}

.banner-content a {
  /* display: inline-block;

  text-align: center;

  width: 36%;

  margin: 10px auto; */
}

.banner-content a:last-child {
  margin: auto;
}

.banner-content p {
  /* color: #00ff18; */
  color: #ffffff;

  margin-bottom: 2em;

  /* padding: 0 18px; */
}

@media (min-width: 992px) {
  .banner-content {
    /* width: 55%;

    margin: 0; */

    padding: 0;
  }

  .banner-content a {
    margin-right: 2vw;
  }

  .banner-content-wrap {
    bottom: unset;

    top: 52%;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);
  }
}

/* 

.banner-content {

  width: 42%;

  margin: 0;

}



.banner-content h1 {

  color: #fff;

  font-weight: bold;

  font-size: 40px;

  margin-bottom: .6em;

  padding: 0 10px;

} */

/* case-studies-image */

/* .case-studies-image{

  background-image: url('/assets/images/banner.png');

  background-position: center;

  height: 500px;;

} */

.owl-carousel .owl-item img {
  display: block;

  /* width: auto; */

  width: 100%;
}

.case-studies .case-studies-content {
  /* position: absolute;

  color: #fff;

  top: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  left: 50%; */

  width: 90%;
}

.case-studies-content h4 {
  font-size: 23px;

  /* font-weight: 600;

  margin-bottom: 2em; */
}

.case-studies-content p {
  /* margin: 0 auto 3em;

  width: 90%; */

  font-size: 17px;
}

.case-studies-content a {
  /* display: inline-block;

  text-decoration: none;

  color: #ffffff;

  border: 1px solid #fff;

  padding: 10px 2vw;

  font-size: .9em;

  -webkit-transition: .4s;

  transition: .4s; */

  /* width: 100%;

  margin: 10px 0; */
}

.case-studies-carousel .owl-dots {
  width: auto;

  position: absolute;

  bottom: 4%;

  width: 94%;

  left: 3%;

  /* top: 50%;

  

  transform: translateY(-50%); 

 -webkit-transform: translateY(-226%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%); */
}

.case-studies-carousel .owl-dots button {
  /* display: block;

  background: transparent;

  color: #fff;

  width: 33px;

  padding: 2px 0 !important;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -ms-border-radius: 3px;

  -o-border-radius: 3px;

  margin-bottom: 1.5vw;

  border: 2px solid #fff;

  transition: .4s;

  -webkit-transition: .4s;

  -moz-transition: .4s;

  -ms-transition: .4s;

  -o-transition: .4s;*/

  display: inline;

  margin: 4px;

  width: 24px;

  font-size: 15px;
}

@media (min-width: 992px) {
  .case-studies-carousel .owl-dots {
    width: 33px;

    position: absolute;

    top: 50%;

    left: 9%;

    bottom: unset;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);
  }

  .case-studies .case-studies-content {
    width: 80%;
  }

  .case-studies-carousel .owl-dots button {
    width: 33px;

    font-size: 18px;
  }
}

@media (min-width: 1300px) {
  .container {
    width: 1250px;
  }
}

.tech-icons {
  height: 50px;
  width: 50px;
}

@media (min-width: 576px) {
  .service-thumb-wrap {
    margin-bottom: 15px;
  }
}

.banner-section .video-container iframe {
  width: 100%;
  height: 100%;
}

section.hero .banner-heading .swiper-slide h2 {
  line-height: 50px;
}

@media (min-width: 576px) {
  section.hero .banner-heading .swiper-slide h2 {
    line-height: 73px;
  }
}

.rounded-4 {
  border-radius: 10px;
  transition: 0.3s;
}

.fw-bold {
  font-weight: 600;
}

.seo-header {
  text-align: center;
}

.seo-heading h4 {
  font-weight: 500;
  font-size: 23px;
}

.seo-heading h6 {
  font-size: 16px;
  font-weight: 500;
}

.seo-heading {
  margin-left: 35px;
}

.seo-icons {
  margin-bottom: 0px;
}

.seo-icons img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

section.services .service-card h3.service-info {
  font-size: 23px;
}

.seo-heading .para-seo {
  font-size: 14px;
}

section.services .seo-card {
  gap: 20px;
}

@media (max-width: 576px) {
  .seo-heading {
    margin-left: 0px;
  }
}

a.ecommerce-seo {
  text-decoration: none;
  color: #61646b;
}

a.seo-ecommerce {
  text-decoration: none;
  color: #000;
}

section.seo-reach {
  background-color: #F8FAFB;
}