/*------------------------------------------------------------------
Common Stylesheet

Project:   Dope - Multipurpose Bootstrap4 Template
Build:     Bootstrap 4 +
Author:    F4H3M

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1.  Common Styles
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Elements
3.  Menu 
4.  Hero
5.  Home
6.  Price
7.  Points
8.  Feature
9.  Brands
10. Review
11. Execution
12. Accordian
13. Carusel
14. Request Demo
15. Blog
16. Contact
17. Footer

-------------------------------------------------------------------*/
/* =================================== */
/*  Font Family and Colors Styles
/* =================================== */
/* =================================== */
/*  Basic Style 
/* =================================== */
::-moz-selection {
  /* Code for Firefox */
  background-color: #000;
  color: #fff;
}

section {
  padding-bottom: 70px;
  padding-top: 70px;
}

.even-section {
  background-image: linear-gradient(
    45deg,
    rgba(127, 127, 213, 0.4),
    rgba(134, 168, 231, 0.5),
    rgba(145, 234, 228, 0.3)
  ) !important;
}

::selection {
  background-color: #000;
  color: #fff;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

body {
  line-height: 1.625em;
  position: relative;
}

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

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.gray-bg {
  background: #f9f9ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #222222;
  line-height: 1.2em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222222;
}

h1,
.h1 {
  font-size: 36px;
}

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

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

td,
th {
  border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before,
.clear::after {
  content: " ";
  display: table;
}
.clear::after {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-italic {
  font-style: italic;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-gap-full {
  /* padding: 58px 0; */
}

.banner-gap {
  /* padding-top: 7%; */
}

.section-gap-half {
  padding: 75px 0;
}

.pb-30 {
  padding-bottom: 30px;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.display-table {
  display: table;
}

.light {
  color: #fff;
}

.dark {
  color: #222;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overlay {
  /* position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; */
}

.container.fullwidth {
  width: 100%;
}
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}

.padding-top-120 {
  padding-top: 120px;
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

/* =================================== */
/*  Common Styles 
/* =================================== */

/*.container {
    width: 100%;
    padding-right: 9px;
    padding-left: 9px;
    margin-right: auto;
    margin-left: auto; 
} */

.inline-link, .inline-link:hover, .inline-link:focus, .inline-link:active, .inline-link:visited {
  color: inherit;
}

i.fa.fa-chevron-up {
  color: #ffc61e;
}

.scroll-top {
  margin-bottom: 3.5em;
  width: 40px;
  height: 40px;
  line-height: 44px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: none;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.full-circle {
  width: 200px;
  height: 200px;
  line-height: 200px;
  border-radius: 50%;
  font-size: 30px;
  position: relative;
  left: calc(50% - 114px);
  color: #190e4f;
  text-align: center;
  background-image: linear-gradient(45deg, #dfb1bc, #eadbeb, #c1c8ed);
  margin: 10px;
  font-size: 45px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.section-title {
  margin-bottom: 75px;
}

/*.gradient-bg, .page-top-banner .overlay-bg, .banner-section .overlay-bg, .features-wrap .single-feature .overlay-bg {
  background: -moz-linear-gradient(0deg, #f51dac 0%, #691cff 100%);
  background: -webkit-linear-gradient(0deg, #f51dac 0%, #691cff 100%);
  background: -ms-linear-gradient(0deg, #f51dac 0%, #691cff 100%);
} */

.offwhite-bg {
  background-color: #eee;
}

.primary-btn {
  text-align: center;
  border-radius: 5px;
  font-family: Raleway;
  margin-right: 3em;
  /* background: #691cff; */
  padding: 11px 30px;
  font-weight: 400;
  min-width: 160px;
  font-size: 1.6em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #ffffff;
  display: inline-block;
  border-radius: 10px;
  background-color: #ffc61e;
  color: #fff;
  /* -webkit-transition: all 0.3s ease 0s; */
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  /* transition: all 0.3s ease 0s; */
}
.primary-btn:hover {
  /* color: #fff;
  -webkit-box-shadow: 0px 30px 90px rgba(105, 28, 255, 0.14) !important;
  box-shadow: 0px 30px 90px rgba(105, 28, 255, 0.14) !important;
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px); */
}

.page-top-banner {
  background: url(../img/about-header.jpg);
  background-size: cover;
}
.page-top-banner .overlay-bg {
  opacity: 0.8;
}
.page-top-banner h1 {
  color: #000;
  font-size: 55px;
  margin-bottom: 10px;
}
.page-top-banner h4 {
  color: #000;
  font-weight: 400;
}

/* =================================== */
/*  Preloader Styles 
/* =================================== */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #691cff;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f51dac;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #222;
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  -o-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

/* =================================== */
/*  Banner Styles 
/* =================================== */
.header-area {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}

.dope-nav-container {
  background-color: transparent;
  /* padding: 10px 0px; */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
  -o-transition: 0.25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
  transition: 0.25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.dope-nav-container.dope-sticky {
  /* background-color: #192a56; */
  padding: 0px;
}

.dope-navbar {
  padding: 0.5em 5em;
}

.nav-brand {
  max-width: 120px;
}

.dope-btn {
  background-color: #4a7aec;
}

.dopenav ul li.megamenu-item > a::after,
.dopenav ul li.has-down > a::after {
  color: #fff;
}

.header-area {
  /* position: static;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%; */
}

.dark.dope-nav-container {
  background-color: rgba(25, 42, 86, 0.3);
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.dope-nav-container.dope-sticky {
  /* visibility: hidden; */
  /* display: none;  */

  /*  background-color: white; */
  /* -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 9px 40px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 9px 40px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 11px -13px rgba(0, 0, 0, 0.75); */
}

.dope-nav-container.dope-sticky-othr {
  /* visibility: hidden; */
  display: none;
}

.dope-nav-container.dope-sticky a#nav-contact-btn {
  /* background-color: #212734;
color: white;
border: 2px solid #212734; */
}

a#nav-contact-btn:hover,
a#nav-bar-request-access:hover,
.action-button-2:hover {
  background-color: #190e4f;
  color: white !important;
  border: 2px solid #190e4f;
}

.dope-navbar {
  padding: 0.5em 5em;
}

.nav-brand {
  max-width: 120px;
}

.dope-btn {
  background-color: #4a7aec;
}

.dopenav ul li.megamenu-item > a::after,
.dopenav ul li.has-down > a::after {
  color: #fff;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-transparent {
  background-color: transparent !important;
}

.dope-nav-container {
  position: relative;
  z-index: 100;
  /* sticky */
}

.dope-nav-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dope-nav-container a {
  /* -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; */
  text-decoration: none;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  display: inline-block;
}

.dope-nav-container.dope-sticky {
  /* position: static;
  z-index: 1010;
  width: 100%;
  top: 0;
  right: 0;
  left: 0; */
}

.dope-nav-container.box-skins .dopenav > ul > li {
  background-color: #1abc9c;
}

.dope-nav-container.box-skins .dopenav > ul > li > a {
  color: #fff;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dope-navbar {
  width: 100%;
  height: 70px;
  padding: 0.5em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.dope-navbar .nav-brand {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  /* font-weight: 500; */
  color: #565656;
  display: inline-block;
  margin-right: 30px;
}

span#our-brand-logo {
  color: #ecab13;
  font-size: xx-large;
  letter-spacing: 0.8px;
  font-family: Montserrat Alternates;
  font-weight: bold;
}

/*.dope-navbar .nav-brand:focus,
.dope-navbar .nav-brand:hover {
  font-size: 26px;
  font-weight: 500;
} */

.dopenav ul li {
  display: inline-block;
  clear: both;
  position: inherit;
  z-index: 10;
}

.dopenav ul li.cn-dropdown-item {
  position: relative;
  z-index: 10;
}

.dopenav ul li.cn-dropdown-item ul li {
  position: relative;
  z-index: 10;
}

.dopenav ul li ul li {
  display: flex !important;
  align-items: center;
}

.dopenav ul li ul li a {
  padding: 20px 10px !important;
  height: 100%;
  display: flex;
  justify-content: center;
}

.dopenav ul li a {
  padding: 0 12px;
  display: block;
  /* height: 35px; */
  font-size: 14px;
  line-height: 34px;
}

.dopenav ul li .megamenu li a {
  padding: 0 12px;
}

.dopenav ul li div.single-mega a {
  height: auto;
  line-height: 1;
}

/* Down Arrow Icon for Megamenu */
.icon-dope-nav-down-arrow {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dope-nav-down-arrow:before {
  content: "\f107";
}

.dopenav ul li.megamenu-item > a:after,
.dopenav ul li.has-down > a:after {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 12px;
  color: #000000;
  padding-left: 5px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.breakpoint-on .dopenav ul li.megamenu-item > a:after,
.breakpoint-on .dopenav ul li.has-down > a:after {
  color: #fff;
}

.dopenav ul li ul li.has-down > a::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 3;
}

/* button css */
.dope-btn {
  position: relative;
  z-index: 1;
  min-width: 120px;
  padding: 0 25px;
  line-height: 42px;
  height: 42px;
  background-color: #1abc9c;
  border-radius: 50px;
  color: #fff !important;
  margin-left: 30px;
  text-align: center;
}

.dope-btn:hover,
.dope-btn:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Dropdown Toggle */
.dd-trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 500;
  border-radius: 0;
  display: none;
}

/* Close Icon */
.dopecloseIcon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 12;
  display: none;
}

.dopecloseIcon .cross-wrap {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: relative;
}

.dopecloseIcon .cross-wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background: #fff;
}

.dopecloseIcon .cross-wrap span.top {
  top: 12px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dopecloseIcon .cross-wrap span.bottom {
  bottom: 12px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* navbarToggler */
.dope-navbar-toggler {
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;
}

.dope-navbar-toggler .navbarToggler {
  display: inline-block;
  cursor: pointer;
}

.dope-navbar-toggler .navbarToggler span {
  position: relative;
  background-color: #ffc107;
  border-radius: 3px;
  display: block;
  height: 2px;
  margin-top: 5px;
  padding: 0;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
}

.dope-navbar-toggler .navbarToggler span:nth-of-type(1) {
  width: 20px !important;
}

.dope-navbar-toggler .navbarToggler span:nth-of-type(3) {
  width: 15px !important;
}

.dope-navbar-toggler .navbarToggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 8px;
  width: 30px !important;
}

.dope-navbar-toggler .navbarToggler.active span:nth-of-type(2) {
  opacity: 0;
}

.dope-navbar-toggler .navbarToggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: -6px;
  width: 30px !important;
}

.dopenav ul li .megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #ffffff;
  z-index: 200;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.dopenav ul li .megamenu .single-mega.cn-col-5 {
  width: 20%;
  float: left;
  padding: 15px;
  border-right: 1px solid #f2f4f8;
}

.dopenav ul li .megamenu .single-mega.cn-col-5:last-of-type {
  border-right: none;
}

.dopenav ul li .megamenu .single-mega.cn-col-4 {
  width: 25%;
  float: left;
  padding: 15px;
  border-right: 1px solid #f2f4f8;
}

.dopenav ul li .megamenu .single-mega.cn-col-4:last-of-type {
  border-right: none;
}

.dopenav ul li .megamenu .single-mega.cn-col-3 {
  width: 33.3333334%;
  float: left;
  padding: 15px;
  border-right: 1px solid #f2f4f8;
}

.dopenav ul li .megamenu .single-mega.cn-col-3:last-of-type {
  border-right: none;
}

.dopenav ul li .megamenu .single-mega .title {
  font-size: 14px;
  border-bottom: 1px solid #f2f4f8;
  padding: 8px 12px;
}

.dopenav ul li .dropdown li a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.dopenav ul li .dropdown li:last-child a {
  border-bottom: none;
}

.dopenav ul li .dropdown li .dropdown li a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.dopenav ul li .dropdown li .dropdown li:last-child a {
  border-bottom: none;
}

.dopenav ul li .dropdown li .dropdown li .dropdown li a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.dopenav ul li .dropdown li .dropdown li .dropdown li:last-child a {
  border-bottom: none;
}

.dopenav ul li .dropdown li .dropdown li .dropdown li .dropdown li a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li:last-child
  a {
  border-bottom: none;
}

.dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li:last-child
  a {
  border-bottom: none;
}

.dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li:last-child
  a {
  border-bottom: none;
}

.dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li:last-child
  a {
  border-bottom: none;
}

.dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li:last-child
  a {
  border-bottom: none;
}

/* Desktop Area CSS */
.breakpoint-off .dopenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.breakpoint-off .dopenav ul li .dropdown {
  width: 180px;
  position: absolute;
  background-color: #ffffff;
  top: 120%;
  left: 0;
  z-index: 100;
  height: auto;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
}

.breakpoint-off .dopenav ul li .dropdown li .dropdown {
  top: 10px;
  left: -180px;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
}

.breakpoint-off .dopenav ul li .dropdown li .dropdown li .dropdown,
.breakpoint-off .dopenav ul li .dropdown li .dropdown li .dropdown li .dropdown,
.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown,
.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown,
.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown,
.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown,
.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown,
.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown {
  opacity: 0;
  visibility: hidden;
  top: 120%;
}

.breakpoint-off .dopenav ul li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.breakpoint-off .dopenav ul li .dropdown li:hover .dropdown,
.breakpoint-off .dopenav ul li .dropdown li .dropdown li:hover .dropdown,
.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li:hover
  .dropdown,
.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li:hover
  .dropdown,
.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li:hover
  .dropdown,
.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li:hover
  .dropdown,
.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li:hover
  .dropdown,
.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li:hover
  .dropdown,
.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li:hover
  .dropdown {
  opacity: 1;
  visibility: visible;
  top: -10px;
}

.breakpoint-off .dopenav ul li .megamenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 120%;
  background-color: #ffffff;
  z-index: 200;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.breakpoint-off .dopenav ul li.megamenu-item:hover .megamenu,
.breakpoint-off .dopenav ul li.megamenu-item:focus .megamenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

/* Mobile/Tablet Nav CSS */
.breakpoint-on .dopecloseIcon {
  display: block;
}

.breakpoint-on .dope-navbar-toggler {
  display: block;
}

.breakpoint-on .dope-navbar .dope-menu {
  background-color: white;
  position: fixed;
  top: 0;
  left: -310px;
  z-index: 1000;
  width: 300px;
  height: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
}

.breakpoint-on .dope-navbar .dope-menu.menu-on {
  left: 0;
}

.breakpoint-on .dopenav ul li {
  display: block;
  position: relative;
  clear: both;
  z-index: 10;
}

.breakpoint-on .dopenav ul li a {
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  color: #fff;
}

.breakpoint-on .dopenav ul li .dropdown {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.breakpoint-on .dopenav ul li .dropdown li .dropdown {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.breakpoint-on .dopenav ul li.megamenu-item {
  position: relative;
  z-index: 10;
}

.breakpoint-on .dd-trigger {
  height: 38px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.breakpoint-on .dopenav ul li .dropdown,
.breakpoint-on .dopenav ul li .megamenu {
  display: none;
}

.breakpoint-on .dopenav {
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

.breakpoint-on .dopenav ul li .megamenu {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 200;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.breakpoint-on .dopenav ul li .megamenu .single-mega.cn-col-5,
.breakpoint-on .dopenav ul li .megamenu .single-mega.cn-col-4,
.breakpoint-on .dopenav ul li .megamenu .single-mega.cn-col-3 {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #f2f4f8;
}

.breakpoint-on .dopenav > ul > li > a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.breakpoint-on .dopenav ul li ul.dropdown li ul li {
  margin-left: 15px;
}

.breakpoint-on .dope-btn {
  width: calc(100% - 30px);
  margin: 30px 15px;
}

.breakpoint-on .dopenav ul li.megamenu-item > a::after,
.breakpoint-on .dopenav ul li.has-down > a::after {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 5;
}

.breakpoint-on .dopenav ul li.has-down.active > a:after,
.breakpoint-on .dopenav ul li.megamenu-item.active > a:after {
  color: #fff;
}

/* Right Side Menu Open CSS */
.right.breakpoint-on .dope-navbar .dope-menu {
  left: auto;
  right: -310px;
}

.right.breakpoint-on .dope-navbar .dope-menu.menu-on {
  left: auto;
  right: 0;
}

/* Dropdown RTL CSS */
.dropdown-rtl.breakpoint-off .dopenav ul li .dropdown {
  left: auto;
  right: 0;
}

.dropdown-rtl .dopenav ul li a,
.dropdown-rtl .dopenav ul li .megamenu .single-mega .title {
  text-align: right;
}

.dropdown-rtl.breakpoint-off .dopenav ul li .dropdown li .dropdown,
.dropdown-rtl.breakpoint-off .dopenav ul li .dropdown li .dropdown li .dropdown,
.dropdown-rtl.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown,
.dropdown-rtl.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown,
.dropdown-rtl.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown,
.dropdown-rtl.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown,
.dropdown-rtl.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown,
.dropdown-rtl.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown,
.dropdown-rtl.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown {
  right: 180px;
  left: auto;
  opacity: 0;
  visibility: hidden;
  top: 10px;
}

.dropdown-rtl.breakpoint-off .dopenav ul li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  top: 90%;
}

.dropdown-rtl.breakpoint-off .dopenav ul li .dropdown li:hover .dropdown,
.dropdown-rtl.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li:hover
  .dropdown,
.dropdown-rtl.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li:hover
  .dropdown,
.dropdown-rtl.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li:hover
  .dropdown,
.dropdown-rtl.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li:hover
  .dropdown,
.dropdown-rtl.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li:hover
  .dropdown,
.dropdown-rtl.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li:hover
  .dropdown,
.dropdown-rtl.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li:hover
  .dropdown,
.dropdown-rtl.breakpoint-off
  .dopenav
  ul
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li
  .dropdown
  li:hover
  .dropdown {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.dropdown-rtl.breakpoint-on .dopenav ul li ul.dropdown li ul li {
  margin-left: 0;
  margin-right: 15px;
}

.event-header .dopenav #nav li a {
  color: #fff;
}
.event-header .dopenav ul li.megamenu-item > a:after,
.event-header .dopenav ul li.has-down > a:after {
  color: #fff;
}
.event-header .dropdown li > a:after {
  color: #222 !important;
}
.event-header .dropdown li a,
.event-header .single-mega li a {
  color: #222 !important;
}
.event-header .dope-sticky .dopenav #nav li a,
.event-header .dope-sticky .dopenav ul li.megamenu-item > a:after,
.event-header .dope-sticky .dopenav ul li.has-down > a:after {
  color: #222;
}
.event-header .dope-navbar-toggler .navbarToggler span {
  background-color: #fff !important;
}
.event-header .dope-sticky .dope-navbar-toggler .navbarToggler span {
  background-color: #222 !important;
}

/* =================================== */
/*  Banner Styles 
/* =================================== */
.banner-section {
  /* min-height: 950px; */
}
.banner-section .overlay-bg {
  opacity: 0.6;
}
.banner-section .banner-left h1 {
  font-size: 55px;
}
.banner-section .banner-left h1,
.banner-section .banner-left p {
  color: black;
}
.banner-section .banner-left h4 {
  font-weight: 300;
  margin: 20px 0px;
}
.banner-section .banner-right {
  background-size: contain;
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  41% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  80% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  41% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  80% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.banner-section .wave svg path:nth-child(1) {
  opacity: 0.15;
}
.banner-section .wave svg path:nth-child(2) {
  opacity: 0.3;
}

.banner-section2 {
  background: url(../img/banner2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.banner-section2 .overlay-bg {
  background: url(../img/banner-overlay1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-section2 .banner-left h1 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
}
.banner-section2 .banner-left h1 span {
  display: block;
  padding-top: 20px;
  font-weight: 600;
  font-size: 60px;
}
.banner-section2 .banner-left p {
  margin: 20px 0px;
  max-width: 450px;
}

.banner-section3 {
  background: url(../img/banner3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.banner-section3 .overlay-bg {
  background: url(../img/banner-overlay.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-section3 .banner-left h1 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
}
.banner-section3 .banner-left h1 span {
  display: block;
  padding-top: 20px;
  font-weight: 600;
  font-size: 60px;
}
.banner-section3 .banner-left p {
  margin: 20px 0px;
  max-width: 450px;
}

/*=============================================customized css styles=================================================================*/
.humantic-logo {
  width: 5.5em;
}

/*loader */

.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/simple-pre-loader/loading-1.gif) center no-repeat #fff;
}

/*loader */

/*banner section ------*/

section#banner-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}

.banner-section .banner-right img {
  width: 100%;
}

h3#services-h3 {
  text-align: center;
}

.submit_button:focus {
  outline: none;
}

.make_payment_button.disabled,
.make_payment.disabled {
  opacity: 0.5;
}

#banner-request-btn,
.submit_button,
#banner-request-btn-sales,
#Talk-To-Us-span-sales,
.make_payment_button,
#banner-request-btn-index {
  border: none;
  text-align: center;
  border-radius: 2em !important;
  font-family: Noto Sans JP;
  margin-right: 0px;
  /* background: #691cff; */
  padding: 10px 30px;

  min-width: 160px;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #ffffff;
  display: inline-block;
  border-radius: 10px;
  background-color: #ffc61e;
  color: #fff;
  /* -webkit-transition: all 0.3s ease 0s; */
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  /* transition: all 0.3s ease 0s; */
}

#banner-request-btn-index-segment-1,
#talent-request,
#developer-request {
  border: none;
  text-align: center;
  border-radius: 2em !important;
  font-family: Noto Sans JP;
  margin-right: 15px;
  margin-bottom: 20px;
  padding: 10px 30px;
  min-width: 160px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #ffffff;
  display: inline-block;
  border-radius: 10px;
  background-color: #ffc61e;
  color: #fff;
  /* -webkit-transition: all 0.3s ease 0s; */
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  /* transition: all 0.3s ease 0s; */
}
#banner-request-btn-index-segment-2 {
  background: #fff;
  color: #6d6161;
  border: 2px solid #ffc61e;
  font-size: 16px;
  text-align: center;
  border-radius: 2em !important;
  font-family: Noto Sans JP;
  margin-right: 15px;
  padding: 10px 30px;
  min-width: 160px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1px;
  display: inline-block;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

#banner-request-btn-index-segment-1:hover,
#talent-request:hover,
#banner-request-btn-index-segment-2:hover,
#developer-request:hover {
  color: #000;
  transform: translateY(-5px);
}

div#banner-section-logo-area {
  margin-top: 2em;
  margin-bottom: 0.5em;
}

@font-face {
  font-family: "Carlito Bold";
  src: URL("../font/Carlito/Carlito-Bold.ttf") format("truetype");
}

a#nav-contact-btn,
a#nav-bar-request-access,
.action-button-2 {
  border-radius: 10px;
  border: solid 2px #f2b527;
  font-family: Roboto;
  font-size: 16px !important;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #1d1e20;
  background-color: #fff;
  text-align: center;
}

.action-button-2 {
  height: 46px !important;
  width: 200px !important;
  padding: 10px 20px !important;
  border-radius: 2em !important;
  font-size: 16px !important;
  display: inline-block;
}

a.nav-about {
  font-family: Roboto !important;
  font-size: 1.2em !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: normal !important;
  letter-spacing: 0.7px !important;
  color: #212734b3 !important;
  margin-right: 1em !important;
}

.btn-text-clr {
  color: #000 !important;
  padding: 20px !important;
  display: flex;
  align-items: center;
}

.nav-about i {
  color: #212734b3;
}

h1#banner-h1 {
  font-family: Raleway;
  color: #212734;
  margin-bottom: 4%;
  font-size: 40px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

h2.banner-h2 {
  font-family: Raleway;
  color: #212734;
  margin-bottom: 4%;
  font-size: 2.5rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

h1#banner-h1-large {
  font-family: Bitter !important;
  color: #212734;
  margin-bottom: 4%;
  font-size: 72px !important;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

h2.banner-h2-large {
  font-family: Bitter;
  color: #212734;
  font-size: 45px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 30px;
}

h2.banner-h2-large.side-banner {
  font-size: 39px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  h2.banner-h2-large {
    font-size: 40px;
  }
  h1#banner-h1-large {
    font-size: 55px;
  }
}

@media screen and (max-width: 498px) {
  h2.banner-h2-large {
    font-size: 35px;
  }

  h1#banner-h1-large {
    font-size: 40px;
  }

  .h-100 {
    height: auto !important;
  }
}

@media screen and (max-width: 396px) {
  h2.banner-h2-large {
    font-size: 35px;
  }

  h1#banner-h1-large {
    font-size: 38px;
  }
}

@media screen and (max-width: 439px) {
  h2.banner-h2-large {
    font-size: 28px;
  }
}

p.subhead-banner {
  font-family: Roboto;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.43;
}

.segment_text {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

.form-input {
  height: 50px !important;
  line-height: 1.6rem;
  border: 1px solid;
  border-radius: 2em !important;
  background-color: rgba(240, 240, 240, 0.6);
  padding: 0.8rem 1rem 0.5rem;
}

.label-p {
  color: #000;
  font-weight: 600;
  font-family: Roboto;
  font-size: 18px;
}

.DownloadResourceBtn {
  height: 46px !important;
  font-family: Roboto !important;
  font-weight: 700 !important;
  padding: 10px 10px !important;
  font-size: 18px !important;
  text-align: center;
  border-radius: 2em !important;
  margin-right: 20px;
  margin-bottom: 20px;
  min-width: 160px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #1d1e20 !important;
  background-color: #ffc61e !important;
  border: 2px solid #ffc61e !important;
}

.action-button-1 {
  /* width: 200px !important;
  height: 46px !important; */
  font-family: Roboto !important;
  font-weight: 700 !important;
  padding: 13px 20px !important;
  font-size: 16px !important;
  text-align: center;
  border-radius: 2em !important;
  margin-right: 20px;
  margin-bottom: 20px;
  min-width: 160px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #1d1e20 !important;
  display: inline-block !important;
  background-color: #ffc61e !important;
  border: 2px solid #ffc61e !important;
}

#request-to-learn,
#request-demo {
  width: 200px !important;
  height: 46px !important;
  font-family: Roboto !important;
  font-weight: 700 !important;
  padding: 10px 20px !important;
  font-size: 18px !important;
  text-align: center;
}

@media (max-width: 768px) {
  #request-to-learn {
    margin: auto !important;
    padding: 10px 10px !important;
  }
}

#request-demo {
  margin-left: 20px;
}

#request-demo-2 {
  margin-left: 10px;
  width: 275px !important;
}

#testimonial-slider {
  margin-left: -70px;
}

.plus {
  padding-top: 0.9em;
  font-size: 20px;
  font-weight: 900;
}

p#testimonial {
  text-align: center !important;
  font-family: Bitter !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.43;
  color: #190e4f !important;
}

#slider-card-video {
  padding: 30px;
  border-radius: 50px;
  width: 100%;
  margin-left: 138px;
  position: relative;
}

.play-button-testimonial {
  /* top:14.2rem !important;
  left:50% !important; */
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.puzzle-outer-div {
  margin-left: -70px;
}

.button-banner-left {
  display: flex;
}

.button-banner-left-sm {
  display: none;
}

.arrange-disc {
  width: 300px !important;
}

.circle {
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  font-size: 30px;
  color: #190e4f;
  text-align: center;
  background-image: linear-gradient(45deg, #dfb1bc, #eadbeb, #c1c8ed);
  margin: 10px;
  font-size: 45px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.circle-div {
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.circle-arrow {
  width: 30px;
  height: 30px;
}

.subhead-banner.circle-banner {
  font-size: 25px;
  font-weight: 700;
}

.circle-head {
  text-align: center;
  margin-bottom: 50px;
  font-size: 30px !important;
  font-weight: 700;
  font-family: Raleway;
}

@media (max-width: 550px) {
  .img-test {
    display: flex;
    justify-content: center;
  }

  p#testimonial {
    margin: 0px;
    top: 54px !important;
  }

  .img-outer-div {
    height: 10em !important;
  }

  .img-inner-div {
    height: 100% !important;
  }

  .small-card {
    display: flex;
    flex-direction: column;
    height: 15em !important;
  }
}

@media (max-width: 508px) {
  .circle-head {
    font-size: 26px !important;
  }

  .arrange-disc {
    width: 225px !important;
    margin-left: -2px;
  }

  .full-circle {
    left: calc(50% - 108px);
  }

  .subhead-banner.circle-banner {
    position: relative;
    /* left: 17px; */
  }
}

@media (max-width: 500px) {
  .action-button-1 {
    margin-right: 0px !important;
  }
  .features-list-li {
    font-size: 17px !important;
  }

  .button-banner-left {
    display: none;
  }

  .button-banner-left-sm {
    display: block;
  }

  p.subhead-banner {
    margin: 20px 0px !important;
    font-size: 18px !important;
  }
  h2.banner-h2-large.side-banner {
    font-size: 28px !important;
  }

  #quote-img {
    width: 608px !important;
    /* height: 342px!important; */
    position: absolute !important;
    top: -44px !important;
    left: -138px !important;
  }
  p#testimonial {
    margin: 0px !important;
    position: relative;
    top: 40px;
    font-size: 16px !important;
  }
  #testimonial-slider {
    margin-left: 0px !important;
  }

  .subhead-banner,
  .button-banner,
  .banner-h2-large {
    text-align: center !important;
  }

  #free-trial,
  #developer-request-1 {
    margin: auto !important;
  }

  .button-banner.left {
    display: none !important;
  }

  #slider-card-video {
    margin-left: 0px !important;
  }

  .play-button-testimonial {
    top: 3.2rem !important;
    left: 35% !important;
  }

  .puzzle-text {
    padding: 10px !important;
  }

  h3.puzzle-head {
    font-size: 15px !important;
  }

  p.puzzle_p {
    font-size: 12px !important;
  }
  .puzzle-outer-div {
    margin-left: -98px;
  }
}

.action-button-1:hover {
  background-color: #190e4f !important;
  color: white !important;
  border: 2px solid #190e4f !important;
}

span#banner-span {
  font-family: Raleway;
  color: #212734;
  margin-bottom: 3%;
  font-size: 40px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

p#banner-p {
  opacity: 0.7;
  font-family: Noto Sans JP;
  font-size: 1.3em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.1px;
  color: #212734;
  /* height: 3.4em; */
  margin-bottom: 0.5rem;
}

#banner-span-p {
  opacity: 0.7;
  font-family: Noto Sans JP;
  font-size: 1.3em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.1px;
  color: #212734;
  height: 2.1em;
}

#scroll-index {
  font-family: Raleway;
  font-size: 24px;
  padding-top: 15px;
  font-weight: 800;
  color: #ffc61e;
}

.container.demo {
  text-align: center;
  /* margin-top: 1em; */
  padding-top: 1em;
  /* height: 100%; */
}

.cta-feature-btn-area {
  text-align: center;
  margin-top: 3em;
  /* margin-left: 24px; */
}

.cta-feature-btn {
  border-radius: 6px;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-style: none;
  padding: 15px 26px;
}

.selector-resources.active {
  font-weight: bold;
  text-decoration: underline;
}

.selector-resources {
  cursor: pointer;
  margin: 0 5px;
}

/*=======================sample intro section========================================================*/

.container.textblock {
  padding-top: 1em;
  padding-bottom: 1em;
}

img.sample-intro-img {
  width: 100%;
  display: block;
}

/*--------progress bar changes----------*/

#progress {
  position: relative;
  width: 100%;
}

#progress .progress-bar {
  background: #f2b527;
  height: 2px;
  width: 0%;
  /*  display:inline-block; */
  position: absolute;
  left: 0;
  bottom: 2.1em;
  /* transition-duration: 2s; */
  transition: width 2s ease;
}
#progress-index .progress-bar-index {
  background: #f2b527;
  height: 2px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 2.1em;
  transition: width 2s ease;
}

h3#sample-intro-h3 {
  text-align: right;
}

/*#progress .progress-bar {
    background:blue;
    height:3px;
    width:0%;
    display:inline-block;
} */

/*--------progress bar changes----------*/

.row.intro-text-area {
  display: flex;
  margin-top: 5em;
  align-items: center;
}

.sample-intro-heading {
  display: flex;
  justify-content: space-evenly;
}

section#sample-intro-id {
  padding-bottom: 6em;
  padding-top: 5em;
}

#sample-intro-h1 {
  text-align: right;
  /* padding-bottom: 4em; */
  margin-bottom: 4em;
  background-color: #fcfcfc;
}

img.sample-intro-imgs {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.11);
  width: 100%;
  height: 100%;
  max-width: 100%;
}

img.sample-intro-imgs-nw {
  /* box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.11); */
  /* background-color: #fff; */
  border-radius: 20px;
  width: 100%;
  /* height: 100%; */
  max-width: 100%;
}

img#sample-intro-graphic {
  height: 8em;
  /* width: 50%; */
  padding-left: 2em;
  /* margin-top: -1em; */
}

ul.sample-intro-ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

li.sample-intro-li,
li.sample-intro-li-nw {
  width: 100%;
  /* opacity: 0.18; */
  border-radius: 10px;
  /* background-color: #a1cde645; */
  /* margin-bottom: 1em; */
  position: relative;
  /* margin-top: 3em; */
  height: auto;
  padding-left: 1.5em;
  padding-bottom: 5px;
  padding-right: 1em;
  list-style: none;
}

.li-list {
  border-radius: 10px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.11);
  /* box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5); */
  background-color: #ffffff;
}

li.sample-intro-li-nw.li-list {
  background-color: rgba(0, 0, 0, 0);
}

/*----while manually hovering on the list ----*/

#sample-intro-li-1:hover h3 {
  color: #8c78c2 !important;
}

#sample-intro-li-2:hover h3 {
  color: #bf5360 !important;
}

#sample-intro-li-3:hover h3 {
  color: #83d525 !important;
}

#sample-intro-li-4:hover h3 {
  color: #ffc61e !important;
}
#sample-intro-li-5:hover h3 {
  color: #ffc61e !important;
}

#sample-intro-li-1 h3.intro-h3 {
  color: #190e4f !important;
}

#sample-intro-li-1:hover h3.intro-h3 {
  color: #190e4f !important;
}

#sample-intro-li-2:hover h3.intro-h3 {
  color: #190e4f !important;
}

#sample-intro-li-3:hover h3.intro-h3 {
  color: #190e4f !important;
}

#sample-intro-li-4:hover h3.intro-h3 {
  color: #190e4f !important;
}

#sample-intro-li-5:hover h3.intro-h3 {
  color: #190e4f !important;
}

li.sample-intro-li-nw.li-list p.sample-intro-p-nw {
  display: block;
}

.sample-intro-p-nw {
  display: none;
  font-weight: 400;
}

li.li-list p {
  display: block;
}
/*li.sample-intro-li:hover {
    
    
    border-radius: 10px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;

} */

h3.sample-intro-h3 {
  padding-top: 0.7em;
  font-family: Noto Sans JP;
  font-size: 21px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #212734;
  padding-bottom: 0.2em;
}

/*h3.sample-intro-h3:hover {
  color: #8c78c2;
} */

p.sample-intro-p {
  font-family: Noto Sans JP;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #212734;
  text-align: left;
  /*   padding-bottom: .5em; */
}

div#sample-intro-list-area {
  /*  padding-left: 0px;
    padding-right: 0px; */
  display: flex;
}

/*====================feature/intro section  area styles ================ */
a.secondary_link {
  text-decoration: underline;
  color: #383838;
}

.faeturs-h3 h3 {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #212734;
  position: relative;
  font-size: 32px;
  font-family: Noto Sans JP;
  margin-bottom: -3px;
}

section#features {
  padding-bottom: 5em;
}

button.cta-feature-btn.feature-btn-2 {
  background-color: #a05b3d;
}

button.cta-feature-btn.feature-btn-1 {
  background-color: #6d99c8;
}

/*=====================contact us page style=================================*/

/*-----------testing loading in request demo from ----------------------*/

.importantRule {
  /*background-color: white !important; */
  /* border: 2px solid #ffc61e !important; */
}

.contact-success {
  display: inline-block;
  text-align: center;
  color: white !important;
  font-size: 13px;
  margin-top: 10px;
  background-color: blue !important;
  padding-left: 16px;
  padding-right: 16px;
  width: 80%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

span#response-contact {
  width: 100%;
  margin-bottom: 10px;
}

img.response_loader_contact {
  position: absolute;
  top: 10%;
  margin-left: auto;
  margin-right: auto;
  left: 40%;
  display: none;
}

img.response_loader {
  position: absolute;
  top: 20%;
  margin-left: auto;
  margin-right: auto;
  left: 40%;
  display: none;
}

img.response_loader_table {
  position: absolute;
  top: 5%;
  margin-left: auto;
  margin-right: auto;
  left: 35%;
  display: none;
}

/*-----------testing loading in request demo from ----------------------*/

p.success_message {
  font-family: Noto Sans JP;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: green;
  position: absolute;
  font-weight: 100;
  /* padding-left: 16px; */
  /* padding-right: 16px; */
  top: 42%;
  left: 0;
  /*  font-family: Noto Sans JP;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    position: absolute;
    font-weight: normal;
    padding-left: 16px;
    padding-right: 16px;
    top: 42%;
    left: 0; */
}

img.success_tick {
  position: absolute;
  top: 27%;
  height: auto;
  width: 18%;
  left: 39%;
}

.img-sm-btn-up {
  display: none;
}

.img-lg-btn-up {
  display: flex;
}

@media (max-width: 500px) {
  .img-sm-btn-up {
    display: block;
  }
  .img-lg-btn-up {
    display: none;
  }
}

.response_message {
  display: inline-block;
  text-align: center;
  color: white;
  font-size: 13px;
  margin-top: 10px;
  /*  background-color: red; */
  padding-left: 16px;
  padding-right: 16px;
  width: 80%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.error-messages {
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
}

ul.contact-page-bottom-text {
  list-style-type: none;
}

#form-tablet-area {
  display: none;
}

.contact-Rectangle-18 {
  width: 375px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 9px 1px rgba(155, 155, 155, 0.5);
  background-color: #ffffff;
  bottom: -30em;
  right: 0em;
  background: white;
  position: absolute;
  max-width: 100%;
}

div#contact-form-area {
  position: relative;
  z-index: 100;
}

div#request-from-pc {
  padding-top: 0.5em;
}

h3.request-form-h3 {
  text-align: center;
  padding-top: 0.5em;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 10px;
  letter-spacing: 1.1px;
  color: #212734;
  margin-bottom: 0.5rem;
}

p.request-form-p {
  font-family: Roboto;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #000000;
  padding-top: 0.5em;
  text-align: left;
  padding-left: 1em;
  margin-bottom: 0.5rem !important;
}

input.request-input[type="text"] {
  /* width: 80%; */
  padding: 15px 22px;
  /* margin: 10px 5px; */
  /* box-sizing: border-box; */
}

input.request-input[type="Email"] {
  /* width: 80%; */
  padding: 15px 22px;
  /* margin: 10px 5px; */
  /* box-sizing: border-box; */
}

input.request-input[type="tel"] {
  /* width: 80%; */
  padding: 15px 22px;
  /* margin: 10px 5px; */
  /* box-sizing: border-box; */
}

/*-----------owl corosal for customer lofgo image slider css -----------------*/

/*-----------owl corosal for customer lofgo image slider css-----------------*/

input.request-input {
  border-radius: 10px;
  border: solid 1px #212734;
  background-color: #ffffff;
  width: 89%;
  height: 2.5em;
  /* padding-left: 2em; */
  margin-left: 1em;
}

.request-btn-area {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1.6em;
}

div#contact-top-bckgrnd {
  background-image: linear-gradient(to top, #ffec72, #ffc61e);
  padding-bottom: 1em;
}

h1#contact-top-h1 {
  font-family: Raleway;
  font-size: 50px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.1px;
  color: #212734;
  padding-top: 1em;
}

p#contact-top-p {
  font-family: Noto Sans JP;
  font-size: 22px;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.5;
  font-style: normal;
  padding-top: 0.5em;
  padding-bottom: 1em;
  color: #212734;
}

h3#contact-bottom-h3 {
  font-family: Noto Sans JP;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #212734;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

p.contact-bottom-p {
  font-family: Noto Sans JP;
  font-size: 19px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  /* line-height: 1.5; */
  letter-spacing: 0.7px;
  color: #212734;
}

img.tick-img {
  margin-left: 2em;
  height: auto;
  width: 50%;
}
img.contact-page-logo {
  padding-bottom: 10px !important;
  width: 15%;
  object-fit: contain;
}
.apple-logo {
  padding-top: 1.5em !important;
  padding-bottom: 3em !important;
  padding-left: 0.8em !important;
  padding-right: 2.5em !important;
}
.paypal-logo {
  padding: 1em !important;
  padding-bottom: 3.5em !important;
  padding-top: 1.5em !important;
}
.mckinsey-logo {
  /* padding: 2em !important; */
  padding-top: 1.5em !important;
  padding-right: 0;
  padding-bottom: 3.5em !important;
  margin-left: 2.5em !important;
}
.wsj-logo {
  padding: 3em !important;
  padding-top: 1.5em !important;
}
.wef-logo {
  padding: 3em !important;
  padding-right: 2.5em !important;
  padding-top: 1.5em !important;
}
.hbr-logo {
  padding: 1.5em !important;
  padding-top: 1.5em !important;
  padding-bottom: 3em !important;
  padding-left: 2.5em !important;
}
.customer-card {
  width: 150px;
  border-radius: 10px;
  margin: 8px;
  background-color: #fff;
}
#apple-logo {
  width: 9%;
  margin: 10px;
}
#caterpillar-logo {
  width: 15%;
  margin: 20px 10px;
}
#cognizant-logo {
  width: 80%;
  margin: 20px 10px;
}
#cgreaves {
  width: 80%;
  margin: 20px 10px;
}
#paypal-logo {
  width: 70%;
  margin: 20px 10px;
}
#RizeHQlogo-logo {
  width: 15%;
  margin: 20px 10px;
}
img#mckinsey-logo {
  width: 80%;
  margin: 20px 10px;
}
#kissflow-logo {
  width: 80%;
  margin: 20px 10px;
}
#humanpredictions-logo {
  width: 15%;
  margin: 20px 10px;
}
#RR_white-logo {
  width: 10%;
  margin: 20px 10px;
}
#eMetierLogo-logo {
  width: 10%;
  margin: 20px 10px;
}
#hotelogix-logo {
  width: 45%;
  margin: 20px 10px;
}
#secu-logo {
  width: 45%;
  margin: 20px 10px;
}
#advantage-talent-logo {
  width: 15%;
  margin: 20px 10px;
}

li.li-contact-bottom-p {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: 0.7px;
  color: #212734;
}

section.contact-banner {
  height: 100%;
  padding-top: 5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*=========================about us page styles ============================*/

img.team-social-logo1.linkedin-align {
  /* margin-left: auto; */
  left: auto;
}

img.team-social-logo1-nw.linkedin-align {
  /* margin-left: auto; */
  left: auto;
}

img.team-social-logo2.twitt-hide {
  display: none;
}

img.team-social-logo2-nw.twitt-hide {
  display: none;
}

div#intro-p-area {
  max-width: 90%;
  /*  padding-bottom: 1em; */
}

section.about-banner {
  /*  padding: 94px 0; */
}

section#about-us-intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

section#about-us-intro {
  background: linear-gradient(179deg, rgba(0, 0, 0, 0), #000000),
    url(https://media.humantic.ai/img/aboutbg.png) center;

  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#linkedin_profile_iframe {
  width: 100%;
  height: 100%;
}

.linkedin_profile_content {
  width: 100%;
  height: 100%;
}

.linked_content_modal {
  max-width: 75% !important;
  height: 600px;
}

@media (max-width: 550px) {
  .linked_content_modal {
    max-width: 100% !important;
  }
}

.linked_profile_loaded {
  width: 100%;
  height: 100%;
}

div#intro-text,
div#mission {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

h1#about-intro-h1 {
  color: white;
  font-family: Bitter;
  font-size: 72px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-align: left;
  /* position: relative; */
}

p.about-intro-p {
  font-family: Roboto;
  font-size: 21px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 1em;
  text-align: center;
}

p#about-ntro-single-line {
  font-weight: bold;
}

section#humantic-team-intro {
  background-color: #fcfcfc;
  background-image: url(../img/background-img/positive.png);
  background-repeat: no-repeat;
}

h3#team-intro-h1 {
  text-align: center;
  /* padding-top: 2em; */
  padding-bottom: 2em;
  font-family: Bitter;
  font-size: 40px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #212734;
}

.team-img {
  padding-bottom: 6em;
  position: relative;
}

.team-img-nw {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

img.team-person {
  position: relative;
  width: 65%;
  /*  padding: 2em; */
  border-radius: 20px;
}

img.team-person-nw {
  position: relative;
  width: 100%;
  border-radius: 20px;
}

img.team-person.temp-img {
  /* border: 1px solid grey; */
}

img.team-person-nw.temp-img {
  border: 1px solid grey;
}

img.team-social-logo1 {
  position: absolute;
  top: 50%;
  left: 68%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 25%;
}

img.team-social-logo1-nw {
  position: absolute;
  top: 50%;
  left: 68%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 25%;
}

img.team-social-logo2 {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 25%;
}

img.team-social-logo2-nw {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 25%;
}

.team-blur {
  position: relative;
  text-align: center;
}

.team-blur-nw {
  position: relative;
  text-align: center;
  flex: 0 0 70%;
}

/*------hover effect ------------*/

/*img.team-person:hover{
  -webkit-filter: blur(8.4px);
  filter: blur(8.4px);


}  */

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17%;
  right: 0;
  height: 100%;
  width: 65%;
  opacity: 0;
  transition: 0.5s ease;
  max-width: 100%;
}

.overlay-single {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7%;
  right: 0;
  height: 100%;
  width: 65%;
  opacity: 0;
  transition: 0.5s ease;
  max-width: 100%;
}

@media (max-width: 578px) {
  .overlay-single {
    left: 23%;
  }
}

.team-blur:hover .overlay {
  opacity: 1;
}

.team-blur:hover .overlay-single {
  opacity: 1;
}

.team-blur:hover .team-person {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

.team-blur-nw:hover .overlay {
  opacity: 1;
}

.team-blur-nw:hover .overlay-single {
  opacity: 1;
}

.team-blur-nw:hover .team-person-nw {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}
/*---trail------------*/
img.team-person:hover {
  /* filter: blur(3px); */
}

/*---trail------------*/

img.team-title,
img.team-title-adv {
  position: absolute;
  left: 4em;
  bottom: 2.5em;
  width: 82%;
  max-width: 100%;
  height: auto;
}

p.team-name {
  /*display: none; */
  position: absolute;
  bottom: 3.5em;
  left: 3.8em;
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 500;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #212734;
  white-space: nowrap;
}

p.team-name-nw {
  /*display: none; */
  margin-bottom: 0;
  bottom: 0.8em;
  left: 1em;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #212734;
  white-space: nowrap;
}

p.team-designtn {
  position: absolute;
  bottom: 3em;
  left: 5.5em;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #212734;
}

p.team-designtn-nw {
  bottom: -1.5em;
  left: 1.4em;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #212734;
  white-space: nowrap;
}

/*======================features section customized styles=================*/
.used-by-feature-section {
  margin-top: 2em;
}
.heroLogos {
  /* filter: grayscale(1); */
  padding-top: 0.5em;
  width: 29% !important;
  margin: 0;
}
h3.features-h3 {
  font-family: Raleway;
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;

  color: #32213a;
}

@media (max-width: 578px) {
  h3.features-h3 {
    font-size: 1.3rem;
  }
}

p.features-p {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32213a;
  text-align: left;
  margin-bottom: 1em;
  /* margin-left: 0.6em; */
}

.features-list-li {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5em;
  letter-spacing: normal;
  color: #32213a;
  list-style: square;
  /*  margin-left: 1em; */
  margin-bottom: 0.5em;

  /* background: url('/img/arrow.png') no-repeat left top;
height: 54px;
padding-left: 44px;
padding-top: 3px; */
  /* list-style-image: url(../img/arrow-1.svg); */
}

ul.features-list-ul {
  /* list-style: none; */
  /*list-style-image: url('../img/arrow.png'); */
}

ul.features-list {
  font-family: Noto Sans JP;
}

/* ============== testimonials ======================= */
#index-testimonials {
  background-image: linear-gradient(45deg, #f53669, #721aed);
  /* background-color: rgba(104, 92, 173, 1); */
  margin-top: 5em;
  /* max-height: 600px; */
}
.humantic_testimonials {
  min-height: 500px;
  padding-top: 2em;
}
.brands_slider_container_home {
  margin-top: 3em;
}
/*===============press logo style================*/

/*================in news video style===============*/

/*-----youtube video sub area ----------------*/

/*-----youtube video sub area ----------------*/
.news-temp-p {
  margin-top: 2em;
}

h3#in_news-h3 {
  text-align: center;
}

img#play-button {
  position: absolute;
  z-index: 3;
  /* align-items: center; */
  right: 30em;
  top: 7.2em;
  height: auto;
  width: 10em;
  opacity: 0.5;
}

img#play-button:hover {
  opacity: 1;
}

section#in_news {
  background-color: #fff;
  /* margin-top: 4em; */
}

.section-header.h3 {
  /*  margin-bottom: 4em; */
}

h1#news-video-h1 {
  font-family: Raleway;
  font-size: 3.8em;
  font-weight: 600;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: center;
  color: #212734;
  padding-top: 1em;
  padding-bottom: 1.1em;
}

h3#news_video-h3 {
  position: absolute;
  font-family: Raleway;
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: center;
  color: #212734;
  bottom: 5%;
  left: 18%;
}

h3#news_video-h3-1 {
  position: absolute;
  font-family: Raleway;
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: center;
  color: #212734;
  bottom: -4%;
  left: 33%;
}

img#news_video {
  /*  width: 50em;
    height: 30em; */
  object-fit: contain;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  cursor: pointer;
  position: relative;
  /*----------*/

  margin-left: auto;
  margin-right: auto;
  width: 60%;
  height: auto;
}

.video-link-area {
  position: relative;
}

img#news_video-text {
  position: absolute;
  left: 8em;
  bottom: -2.1em;
  width: 58em;
  height: auto;
  /*  max-width: 100%; */
}

/*==============in news video style==========*/

/*================in new article area==========*/

section#news-area {
  background: #fff;
  padding-top: 4em;
  /* text-align: center; */
}

.news-list {
  padding-bottom: 4em;
  /*  margin-right: 14em; */
  /* padding-top: 4em; */
  box-sizing: border-box;
  text-align: center;
  /* margin-right: auto; */
  /* margin-left: auto; */
}

.news-image {
  /*  margin-left: 50%; 
    margin-top: .5em;
     display: block; 
    margin-bottom: .5em;*/
}

img#news-inc {
  width: 60%;
}

img#news-quartz {
  width: 40%;
}

img#news-verge {
  width: 60%;
}

img#hbr {
  width: 35%;
}

img#news-wjs {
  width: 60%;
}

.Rectangle-12 {
  width: 100%;
  height: auto;
  /* opacity: 0.18; */
  border-radius: 10px;
  background-color: #a1cde645;
  /* margin-bottom: 1em; */
  position: relative;
}

p.news-p {
  font-size: 18px;
  padding: 2em 2em 2em 2em;
  /* width: 701px; */
  /* height: 70px; */
  font-family: Noto Sans JP;
  /* font-size: 30px; */
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #000000;
}

.container.read-news-area {
  visibility: hidden;
}

p.news-p:hover + .container.read-news-area,
#read-news:hover {
  visibility: visible;
}

a#read-news {
  text-decoration: underline;
  float: right;
  width: 122px;
  /* height: 19px; */
  opacity: 0.75;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  /* letter-spacing: 0.1px; */
  text-align: center;
  color: #000000;
  position: absolute;
  right: 1em;
  bottom: 1px;
  padding-bottom: 8px;
}

a#news-a {
  margin-top: 1em;
  float: right;
  text-decoration: underline;
  font-family: Raleway;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #32213a;
  font-size: 1.5em;
  font-weight: 300;
}

/*==========service section ============*/

#services {
  /*  padding: 60px 0 40px 0; */
  padding-top: 1em;
  background-color: #fff;
  text-align: center;
}

h3#services-h3 {
  margin-bottom: 1em;
}

.section-header h3 {
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #212734;
  position: relative;
  font-size: 40px;
  font-family: Raleway;
  /* margin-bottom: 1.1em; */
}

img#cognizant-img {
  margin-left: 6em;
}

.customer-img {
  /* margin-left: 4em; */
  /* margin-bottom: 2em; */
  margin-top: 2em;
  width: 10em;
  /* padding: 1em; */
}

img#paired-img {
  margin-right: 6em;
}

img#hyde-park-img {
  margin-left: 6em;
  /* padding-bottom: 3em; */
  margin-top: 0em;
}

img#dna-img {
  /* margin-right: 50%; */
}

img#bactrak-img {
  margin-right: 6em;
}

.testimonial-quote-div {
  height: 570px;
}

/*=====testimonial area styles=======*/

.test-1-vid {
  width: 100%;
}
.api-img-div {
  padding-bottom: 0px !important;
}

.side-wall-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.side-wall-banner-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.large-button {
  width: 300px !important;
  padding: 10px 0px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-2 {
  margin-bottom: 20px !important;
}
.mb-1 {
  margin-bottom: 10px !important;
}

@media (max-width: 992px) {
  .test-1-vid {
    width: 75%;
  }
  #testimonial-slider {
    margin-left: 0px;
  }

  p#testimonial {
    top: -45px;
  }

  .head-start-page {
    margin-top: 20% !important;
  }
  #play-button-nw {
    top: 4.2em;
    right: -18em !important;
    position: relative;
    z-index: 3;
    height: auto;
    width: 10em;
    opacity: 0.5;
  }
  .watch_video_p {
    right: -12em !important;
  }
  .box-card-section {
    /* overflow: auto; */
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100vw 628px !important;
    background-position: 0px 2px;
    padding-bottom: 200px;
  }

  @media (max-width: 991.98px) {
    .side-wall-banner-left {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center !important;
    }
  }
  .large-button {
    width: 300px !important;
    padding: 10px 0px !important;
  }

  .very-large_button {
    width: 350px !important;
    padding: 10px 0px !important;
  }

  .api-image {
    width: 75% !important;
  }

  .api-img-div {
    padding-bottom: 30px !important;
  }

  .puzzle-outer-div {
    margin-left: -36px;
  }
  .puzzle-top-image {
    top: 75px !important;
    left: 26% !important;
  }
  .overflow-row {
    margin-top: 140px;
  }
  .heroModule {
    padding-top: 0 !important;
  }

  .team-adv-design {
    white-space: nowrap !important;
  }
  .team-bio {
    margin-left: 0px !important;
  }
  .team-title-nw {
    width: 100% !important;
  }
  .header-module-api {
    margin-top: 12% !important;
    text-align: center;
  }
  .pieimage {
    width: 100% !important;
  }
  .head-sales {
    margin-top: 15% !important;
  }
  .salesPageHeading {
    margin-bottom: 50px !important;
  }
  .h-100 {
    height: auto !important;
  }
  h1#banner-h1-large {
    font-size: 3.5em;
    text-align: center !important;
  }
  .segment-text {
    text-align: center !important;
  }
  .button-banner-left-sm {
    display: block;
  }
  .button-banner-left {
    display: none;
  }
  .author-img {
    border-radius: 100%;
    width: 120px !important;
    height: 120px !important;
    /* right: 13em !important; */
    top: 20px !important;
  }

  .large-card-img {
    display: none !important;
  }

  .small-card-img {
    display: block !important;
  }
  .api-row-segment {
    display: flex;
    flex-direction: column-reverse !important;
  }
  .img-inline-1 {
    display: block !important;
  }
  .sample-img-containr {
    display: none !important;
  }

  .subhead-banner {
    text-align: center !important;
  }
  .side-banner {
    text-align: center !important;
  }

  .button-banner {
    text-align: center !important ;
  }

  .puzzle-top-div {
    text-align: center !important;
  }

  .md-row {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
  }
  .play-button-testimonial {
    top: 5.2rem !important;
    left: 42% !important;
  }
}

@media (max-width: 500px) {
  .test-1-vid {
    width: 100% !important;
  }
  .head-sales {
    margin-top: 17% !important;
  }
  .salesPageHeading {
    margin-bottom: 0 !important;
  }
  h1#banner-h1-large {
    font-size: 2.5em !important;
    text-align: center !important;
  }
  .watch_video_p {
    right: -5em !important;
  }
  .box-card-section {
    padding-bottom: 200px !important;
  }
  p#testimonial {
    top: 30px !important;
  }
}

.author-img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  margin-right: 20px;
}

.quote-author-img img {
  width: 5em;
  height: 5em;
  display: block;
  margin-right: 10px;
  border-radius: 50%;
}
.quote-container.style-1 .quote-author:before,
.quote-container.style-2 .quote-author:before {
  border-top: 3px solid;
  content: "";
  display: block;
  margin: 20px 0;

  margin-left: -30px;
}
.quote-container.style-2 .quote-author:before {
  border-top: 3px dashed;
}
.quote-container.style-1 .quote-author,
.quote-container.style-2 .quote-author {
  display: inline-block;
  margin-top: 0;
}

.quote-container:before {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 0.07;
  position: absolute;
  bottom: 2%;
  right: 2%;
  font-size: 7em;
}
.quote-author {
  margin-top: 25px;
  float: right;
  margin-left: 17px;
}
.quote-author-content {
  display: flex;
  align-items: center;
  margin-left: 24em;
}
.testi-talent {
  margin-left: 10em !important;
}
.testi-sales {
  margin-left: 10em !important;
}
.quote-autor-name {
  font-weight: bolder;
  text-decoration: none;
  display: block;
  color: #4e5358;
}
.author-segment {
  margin-left: 6em;
}
.review-margin {
  /* margin-top: 1.5em; */
  /* padding: 0 50px; */
  position: absolute;
  top: 5%;
  left: 5%;
  /* transform: translate(-50%, -50%); */
}
.test-margin {
  margin-top: 1.5em;
  padding: 0 50px;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}

.quote-container.style-2 {
  border: none;
  border-left: 10px solid;
  padding: 0;
  padding-left: 20px;
}
.quote-container.style-2:before {
  left: auto;
  right: 0;
  bottom: 2%;
  top: auto;
  content: "\f10e";
}

img.testimonial-image {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}

.testimon-text-area {
  text-align: right;
  padding-top: 1em;
  /* padding-left: 2em; */
}

a.morelink {
  text-decoration: none;
  outline: none;
}
.morecontent span {
  display: none;
}

.testimon-h4 {
  font-family: Noto Sans JP;
  font-size: 30px;
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  padding-top: 2em;
  padding-right: 3em;
}

.quote {
  font-family: Montserrat Alternates;
  font-size: 7em;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  /* text-align: center; */
  color: #ffc61e;
  margin-bottom: 0px;
  padding-left: 58px;
  text-align: left;
  padding-bottom: 0em;
}

h4#testomin-h4-2 {
  padding-top: 4em;
}

div#testimon-quote-2 {
  /*   padding-top: 4em; */
}

p.testimon-p {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #212734;
  padding-top: 1em;
  padding-right: 4em;
}

p.testimon-p-desig {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #212734;
  /* padding-top: 1em; */
  padding-right: 2em;
}

img.linkedin-img {
  height: auto;
  width: 8%;
  margin-top: 10px;
}

i.fa.fa-circle {
  color: #ffc61e;
}

.testimon-text {
  border: 2px solid #c1c1c1;
  padding-top: 3em;
  margin-left: auto;
  margin-right: auto;
  width: 650px;
  height: 22em;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
}

i.fas.fa-quote-right {
  color: #ecab13;
}

i.fas.fa-quote-left {
  color: #ecab13;
}

h6#testimon-h6 {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5em;
  letter-spacing: normal;
  color: #000000;
  margin-top: 3em;
}

#testimonials {
  /* padding: 60px 0; */
  margin-top: 1em;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #1bb1dc;
}

.container.testimon {
  position: relative;
}

.checked {
  color: orange;
}

#Jacque-testi {
  margin-right: 3em;
  margin-bottom: 1em;
  margin-top: 15px;
}

#larry-testi {
  margin-right: 6em;
}

/*=======hiring tech section related changes/css=====*/

section#hiring-tech {
  display: none;
  background-color: #ebf3fd;
  padding-top: 4em;
  padding-bottom: 4em;
}
.mobileVideo {
  height: 100% !important;
}
.Rectangle-18 {
  height: 24em;
  margin-left: auto;
  margin-right: auto;
  /* padding: 10px; */
  /* margin-top: 3em; */
  /* margin-bottom: 3em; */
  max-width: 100%;
}
.Rectangle-18:hover {
  box-shadow: #c0c0c0 0px 10px 10px;
  transition-duration: 1s;
  transform: translate3d(0px, -10px, 0px);
}
.outer {
  /*  display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
     border: 1px solid red; 
    padding: 10px;
    background-color: white; */
}

.container.testimonial-container {
  text-align: center;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  height: 100%;
}

.report-title > h3 {
  /* padding-top: 1em; */
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  color: #212734;
}

.Report-p > p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: center;
  color: #212734;
  /* padding-top: 2em; 
    padding: 1.5em; 
    margin-top: 0px;
    margin-bottom: 0px; */
}

.Report-btn {
  /*  padding-bottom: 4em; */
  display: flex;
  justify-content: center;
}

button.btn.btn-primary {
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffffff;
  /* padding: 5px 43px; */
  border-radius: 10px;
  background-color: #4a90e2;
  box-shadow: none;
  text-transform: none;
}

#report-modal {
  padding-bottom: 2em;
  border-radius: 10px;
}

/*============candidate section styles/changes=========*/

#candidate-section {
  /* background: url(../img/background-img/candidate-sec-bckgrnd.png); */
  background-image: url(../img/background-img/candidate-sec3-bckgrnd.jpg);

  height: 100%;
  width: 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
}

.candidate-area-class {
  /*  margin-left: 34em; */
}

/*h1#candidate-sec-h1 {
    text-align: center;
    padding-top: 2em;

    font-family: Raleway;
    font-size: 38px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2c2d31;
} */

h3#candidate-sec-h1 {
  padding-top: 115px;
  text-align: left;
  margin-left: 0.5em;
  padding-bottom: 9px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #212734;
  position: relative;
  font-size: 32px;
  font-family: Raleway;
  margin-bottom: 0px;
}

.candidate-area-class {
  margin-left: 1em;
  padding-bottom: 60px;
}

p#candidate-sec-p {
  font-family: Noto Sans JP;
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32213a;
  text-align: left;
  margin-bottom: 0.7em;
  margin-left: 0.6em;
  /*  margin-left: -2em; */
}

.candidate-btn-area {
  text-align: left;
  margin-bottom: 4em;
  margin-top: 3em;
  margin-left: 20px;
}

li#candidate-sec-li {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c2d31;
  list-style-image: url(../img/arrow-1.svg);
}

button.cta-feature-btn.Candidate-btn {
  background-color: #4a4a4a;
}

/*=====testimonial area styles=======*/

.card.testimonial-card {
  width: 73%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.11);
  margin-top: 3em;
  margin-bottom: 3em;
  /* height: 20em; */
  max-height: 100%;
}

/*=============costomized footer area styles nd changes==========*/

.terms-p {
  opacity: 0.5;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #212734;
}

.terms-h4 {
  text-align: center;
  opacity: 0.6;
  font-family: Raleway;
  font-size: 19px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center;
  color: #212734;
}

#footer {
  /* padding: 0 0 30px 0; */
  font-size: 14px;
  background: #fff;
  margin-top: 3em;
  box-shadow: 0 -8px 20px 0 rgb(0 0 0 / 10%);
  /* padding-top: 30px; */
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-info h3 {
  font-size: 30px;
  /*  margin: 0 0 20px 0;
    padding: 2px 0 2px 0; */
  line-height: 1;
  font-family: Montserrat Alternates;
  color: #212734;
  font-weight: 400;
  letter-spacing: 3px;
  padding-bottom: 9px;
  /* text-transform: uppercase; */
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.foooter-link-a {
  opacity: 0.75;
  font-family: Roboto !important;
  font-size: 14px !important;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #212734;
}

#footer .footer-top h4 {
  color: #212734;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  font-family: Raleway;
  font-size: 18px !important;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #212734;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

div#terms-legal {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

/* =================================== */
/*  Features Styles 
/* =================================== */

div#banner-section-top {
}

.featured-section .row {
  /* padding-bottom: 3em;
  padding-top: 3em; */
}
.featured-section .single-logo {
  text-align: center;
}
.featured-section .single-logo img {
  text-align: center;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.9;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.featured-section .single-logo img:hover {
  /* -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1; */
}

.feature-section {
  background: url(../img/feature-bg.png) center no-repeat;
  background-size: cover;
}
.feature-section .header-left h1 {
  padding-bottom: 30px;
  font-size: 50px;
  text-transform: capitalize;
}
.feature-section .feature-wrap {
  padding-top: 60px;
}

.features-wrap .single-feature {
  background: #fff;
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.features-wrap .single-feature span {
  font-size: 35px;
  color: #691cff;
  padding-bottom: 25px;
  display: inline-block;
}
.features-wrap .single-feature h3 {
  margin-bottom: 15px;
  font-weight: 400;
}
.features-wrap .single-feature h5 {
  margin-bottom: 10px;
}
.features-wrap .single-feature p {
  margin-bottom: 0px;
  line-height: 1.5em;
}
.features-wrap .single-feature:hover {
  -webkit-box-shadow: 0px 30px 90px rgba(105, 28, 255, 0.14) !important;
  box-shadow: 0px 30px 90px rgba(105, 28, 255, 0.14) !important;
}
.features-wrap .single-feature:hover span,
.features-wrap .single-feature:hover p,
.features-wrap .single-feature:hover h3,
.features-wrap .single-feature:hover h5 {
  color: #fff;
}
.features-wrap .single-feature .overlay-bg {
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.features-wrap .single-feature:hover {
  background: transparent;
}
.features-wrap .single-feature:hover .overlay-bg {
  opacity: 1;
}
.features-wrap .single-feature:hover span,
.features-wrap .single-feature:hover h3,
.features-wrap .single-feature:hover h5,
.features-wrap .single-feature:hover p {
  position: relative;
}

.explore-section {
  background: url(../img/explore.jpg) right top no-repeat;
  background-size: cover;
  color: #fff;
}
.explore-section h1,
.explore-section h3 {
  color: #fff;
}
.explore-section h3 {
  font-weight: 300;
}
.explore-section h1 {
  font-size: 45px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.explore-section .overlay-bg {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(rgba(235, 143, 169, 0))
  );
  background: -webkit-linear-gradient(left, #000, rgba(235, 143, 169, 0));
  background: -o-linear-gradient(left, #000, rgba(235, 143, 169, 0));
  background: linear-gradient(to right, #000, rgba(235, 143, 169, 0));
}
.explore-section .counter-wrap {
  margin-top: 30px;
}
.explore-section .single-counter {
  width: calc(100% / 3);
  border-right: 1px solid #eeeeee5c;
  text-align: center;
}
.explore-section .single-counter:last-child {
  border-right: none;
}
.explore-section .single-counter p {
  margin-bottom: 0px;
}
.explore-section .single-counter h2 {
  font-weight: 300;
  font-size: 50px;
  color: #fff;
}

.service-section {
  padding-bottom: 120px;
}
.service-section .single-service {
  position: relative;
  background-color: #f5f5f56b;
  padding: 40px 30px;
  -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  -moz-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-section .single-service i {
  font-size: 35px;
  color: #222;
}
.service-section .single-service h4 {
  margin: 10px 0px;
}
.service-section .single-service p {
  margin-bottom: 0px;
}
.service-section .single-service:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
  -moz-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
  box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
}
.service-section .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.service-section .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: #eee;
  display: inline-block;
  margin: 0px 5px;
}
.service-section .owl-dots .owl-dot.active {
  background: #691cff;
}
.service-section .owl-dots .owl-dot:focus {
  outline: none;
}

.skill-section {
  background: #eee;
}
.skill-section .skill-left p {
  margin-top: 10px;
}
.skill-section .skill-left .prog_container {
  margin-bottom: 25px;
  width: 90%;
}
.skill-section .skill-left .progress {
  background-color: #f9f9f9 !important;
}
.skill-section .skill-left .prog_container .prog_text {
  font-size: 13px;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
  font-weight: 700;
}
.skill-section .skill-left .prog_container .prog_text .precent {
  position: absolute;
  right: 0;
}
.skill-section .skill-left .prog_container .progress {
  height: 3px;
  border-radius: 4px;
}
.skill-section .skill-left .prog_container .progress .progress-bar {
  background-color: #691cff;
  height: 100%;
}
.skill-section .skill-left .prog_container .progress.md {
  height: 10px;
}
.skill-section .skill-left .prog_container .progress.lg {
  height: 20px;
}

@media (min-width: 330px) and (max-width: 350px) {
  img#play-button {
    right: 7.5em !important;
  }
}

@media (min-width: 320px) and (max-width: 329.98px) {
  img#play-button {
    right: 6.5em !important;
  }
}

.img-inline-1,
.img-inline-2,
.img-inline-3,
.img-inline-4,
.img-inline-5 {
  display: none;
}

.sample-img-containr {
  display: block;
}

.large-card-img {
  display: block;
}

.small-card-img {
  display: none;
}

#fade,
#summary_fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 40%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -249px;
  margin-top: -252px;
  z-index: 1002;
  overflow: visible;
}

#summary_light,
#video_light {
  display: none;
  position: absolute;
  left: 40%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -249px;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #aeaeae;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: -300px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.head-img {
  justify-content: center;
}

@media (max-width: 991.98px) {
  .segment_text {
    text-align: center !important;
  }
}

@media (max-width: 500px) {
  .author {
    top: 115px !important;
  }

  .action-button-2 {
    margin: 20px auto !important;
  }

  .head-img {
    /* padding-top: 50px; */
    justify-content: center;
  }
  .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .watch-now-button {
    position: absolute;
    left: 0 !important;
  }
  .download-casestudy-btn {
    position: absolute;
    left: 0 !important;
  }
  #boxclose {
    position: absolute;
    right: 16px;
    top: -40px;
  }
  #VisaChipCardVideo {
    width: 100% !important;
  }
  .sales-intelligence {
    width: 100% !important;
  }
  #Sales-image {
    display: block;
    position: relative;
    /* bottom: -3em; */
  }
  .hiring-img {
    display: block !important;
  }
  #Hiring-image-2 {
    width: 100%;
    position: relative;
    /* bottom: -3em; */
  }
  #Hiring-image {
    display: block;
  }
  #Developer-image {
    display: block;
    position: relative;
    /* bottom: -3em; */
  }
  #light,
  #summary_light {
    margin-left: -145px !important;
  }
  #boxclose {
    right: 15px !important;
    top: -30px !important;
  }
  .contact-page-logo-apple {
    margin: 5px 0;
  }

  #hero-section {
    /* height: 100% !important; */
  }
  .featured-section {
    display: none;
  }
  .used-by-feature-section {
    margin-top: 3em;
  }
  .carousel-indicators {
    top: 33em !important;
  }
  #carouselSales .carousel-indicators {
    top: 0.25em !important;
  }
  .quote-author-content {
    margin-left: 11em;
  }
}

#Sales-image {
  width: 100%;
}
#Hiring-image {
  width: 100%;
  margin: 50px 0;
}
#Developer-image {
  width: 100%;
  margin: 10px 0;
}

@media (max-width: 310px) {
  #banner-request-btn-index-segment-1,
  #talent-request,
  #developer-request,
  .action-button-2 {
    margin: 5px 0;
  }
  #cust_speak {
    margin-top: 10em !important;
    font-size: 12px !important;
  }
  .cust_speak_quote {
    top: 10em !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
  .checkusout-section {
    margin-top: 5em;
    margin-bottom: 4em;
  }
  p.subhead-banner {
    margin: 10px 20px !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    padding-bottom: 10px;
  }
  h1#banner-h1-large {
    margin: 1px;
    margin-top: 50px !important;
  }
  img.contact-page-logo {
    width: 30%;
    padding: 0.5em;
  }
  img.contact-page-logo-apple {
    width: 22%;
    padding: 0;
    padding-top: 0.5em;
    margin: 0 2px;
  }
  img.contact-page-logo-paypal {
    width: 40%;
    filter: grayscale(1);
    padding: 0;
    padding-top: 0.5em;
    margin: 0 2px;
  }
  img.contact-page-logo-mckinsey {
    width: 40%;
    filter: grayscale(1);
    padding: 0;
    padding-top: 0.5em;
    margin: 0 2px;
  }
  .download-casestudy-btn {
    position: absolute;
    top: 22em !important;
    padding: 8px 24px !important;
  }
  .watch-now-button {
    position: absolute;
    top: 19em !important;
    padding: 8px 24px !important;
  }
  .fa-icons {
    position: absolute;
    top: 2px !important;
  }
  .fa-download {
    position: absolute;
    top: 11px !important;
  }
  .cust_speak_overlay {
    width: 100%;
    height: 90% !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  #customer-speak {
    position: relative;
    min-height: 500px !important;
  }
  #boxclose {
    position: absolute;
    right: 14px !important;
    top: -30px !important;
  }
  #light,
  #summary_light {
    position: absolute;
    top: 50%;
    left: 102% !important;
  }
  #segments {
    padding: 0 !important;
  }
  .carousel-indicators {
    margin: 0 !important;
  }
  .section-header {
    margin: 0 !important;
  }
  #scroll-index {
    font-size: 16px !important;
  }
  .customer-card {
    display: none;
  }
  .main-text-testimonial {
  }
  .author-img {
    width: 120px !important;
    height: 120px !important;
    top: -20px !important;
    right: 8em !important;
    border-radius: 100%;
  }
  .author-segment {
    margin-left: -11em !important;
    position: relative !important;
    top: 3em !important;
  }
  .author-name {
    font-size: 14px !important;
  }
  .quote-1 {
    width: 30% !important;
    position: absolute !important;
    right: 6.5em !important;
    top: 1.5em !important;
  }
  .quote-1-align {
    text-align: left;
  }
  .quote-2 {
    width: 40% !important;
    position: relative !important;
    right: -2em !important;
    bottom: 2em !important;
  }
  .testimon-text-area {
    padding-top: 1em !important;
  }
  .test-margin {
    margin-top: 1em !important;
  }
  .testimonial-right {
    padding-top: 2em;
  }
}

@media all and (max-width: 767px) {
  .faeturs-h3 h3 {
    font-weight: 600;
  }

  h3#candidate-sec-h1 {
    font-weight: 600;
  }

  .candidate-area-class {
    margin-left: 0px;
  }

  .humantic-logo {
    width: 5.5em;
  }

  img#news-verge {
    width: 80%;
  }

  img#news-inc {
    width: 80%;
  }

  img#news-wjs {
    width: 80%;
  }

  .pt-5 {
    padding-top: 0rem !important;
  }

  .candidate-area-class {
    /* margin-left: 34em; */
    padding-bottom: 3em;
  }

  button#submit_btn_contact {
    font-size: 15px !important;
  }

  .align-right-btn {
    text-align: center !important;
  }

  .candidate-btn-area {
    text-align: center;
    margin-bottom: 3em;
    margin-top: 2em;
    margin-left: 0px;
  }

  .news-image {
    margin-top: 0px;

    margin-bottom: 0.3em;
  }

  #cookie-bar > p {
    font-size: 10px;
  }

  .cb-enable {
    font-size: 10px;
  }

  .skill-section .skill-left .prog_container .prog_text .precent {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
  }

  #news-inc {
    width: 50%;
  }

  #news-wjs {
    width: 60%;
  }

  #news-verge {
    width: 60%;
  }

  a.terms-etc-a {
    font-size: 9px;
  }

  i.fa.fa-arrow-right.fa-lg {
    display: none;
  }

  i.fa.fa-arrow-left.fa-lg {
    display: none;
  }

  .scroll-area {
    display: none;
  }

  .container.textblock {
    padding-top: 1em;
    padding-bottom: 2.5em;
  }

  section#sample-intro-id {
    padding-top: 1em;
  }

  .section-header.h3 {
    padding-bottom: 0px;
  }

  .intro-img-area {
    padding-top: 1em;
  }

  h3.textblock-title {
    font-family: Noto Sans JP;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
  }

  #sample-li-h3-1 {
    color: #8c78c2;
    font-family: Noto Sans JP;
    font-size: 18px;
  }

  #sample-li-h3-2 {
    color: #bf5360;
    font-family: Noto Sans JP;
    font-size: 18px;
  }

  #sample-li-h3-3 {
    color: #83d525;
    font-family: Noto Sans JP;
    font-size: 18px;
  }

  #sample-li-h3-4 {
    color: #ecab13;
    font-family: Noto Sans JP;
    font-size: 18px;
  }

  .card-text {
    color: #747373;
    font-weight: 400 !important;
    font-family: Noto Sans JP !important;
    line-height: normal;
  }

  .card .card-body .card-text {
    font-size: 18px !important;
  }

  p.textblock-text {
    font-family: Noto Sans JP;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212734;
    text-align: left;
  }

  section#sample-intro-id {
    padding-bottom: 6em;
  }

  section#sample-intro-id {
    /*  background-color: #fcfcfc; */
  }

  h1#banner-h1 {
    margin-top: 9px;
  }
  h1#banner-h1-large {
    margin-top: 10px;
  }

  .download-section .primary-btn {
    font-size: 17px;
  }

  .news-temp-p {
    margin-top: 1em;
  }

  section#news-area {
    padding-top: 2em !important;
  }

  .news-list {
    padding-bottom: 2em;
  }

  img#sample-intro-graphic {
    display: none;
  }

  h3#sample-intro-h3 {
    text-align: center;
  }

  .faeturs-h3 h3 {
    font-size: 30px;
    text-align: left;
  }
}

.skill-section .skill-right img {
  border-radius: 3px;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 7px 20px -10px #000;
  -moz-box-shadow: 0 7px 20px -10px #000;
  box-shadow: 0 7px 20px -10px #000;
}

/* =================================== */
/*  About Styles 
/* =================================== */
.about-section .overlay-bg1 {
  background: url(../img/bg2.png);
  background-size: cover;
  background-position: center;
}
.about-section .overlay-bg2 {
  background: url(../img/bg.png);
  background-size: cover;
  background-position: center;
}
.about-section .about-left img {
  width: 100%;
}
.about-section .about-right h3 {
  font-weight: 300;
}
.about-section .about-right h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 480px;
}
.about-section .about-right .icon {
  margin-right: 30px;
}
.about-section .about-right .icon span {
  font-size: 40px;
  color: #691cff;
}
.about-section .about-right .details p {
  max-width: 300px;
  margin-top: 15px;
}
.about-section .about-right .details h4 {
  font-weight: 400;
}
.about-section .about-right ul li {
  margin-bottom: 20px !important;
}
.about-section .about-right ul li:last-child {
  margin-bottom: 0px !important;
}

.floating-shapes span {
  display: block;
  position: absolute;
}
.floating-shapes span img {
  display: block;
  max-width: 100%;
  height: auto;
}
.floating-shapes span:nth-child(1) {
  left: 4.8%;
  top: 4.5%;
}
.floating-shapes span:nth-child(2) {
  left: 9.6%;
  top: 27.2%;
}
.floating-shapes span:nth-child(3) {
  left: 8.8%;
  bottom: 16%;
}
.floating-shapes span:nth-child(4) {
  left: 25%;
  bottom: 21%;
}
.floating-shapes span:nth-child(5) {
  left: 35%;
  top: 6.6%;
}
.floating-shapes span:nth-child(6) {
  left: 43%;
  bottom: 30%;
}
.floating-shapes span:nth-child(7) {
  left: 49%;
  top: 50%;
}
.floating-shapes span:nth-child(8) {
  right: 11.8%;
  top: 33%;
}
.floating-shapes span:nth-child(9) {
  right: 6%;
  top: 10%;
}
.floating-shapes span:nth-child(10) {
  right: 4.5%;
  bottom: 33%;
}

@media screen and (max-width: 767.98px) {
  .cta-feature-btn {
    font-size: 16px;
    padding: 10px 25px;
  }

  .col-for-demo {
    border-bottom: 2px solid #80808066;
    max-width: 60%;
    /* align-content: center; */
    /* justify-content: center; */
    /* align-items: center; */
    margin-left: auto;
    margin-right: auto;
    /* padding-bottom: 6px; */
    margin-bottom: 8px;
  }

  .floating-shapes span {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    display: none;
  }

  .row.intro-text-area {
    display: none;
  }

  .sample-intro-img-area {
    display: block;
    /* padding-left: 16px;
    padding-right: 16px; */
  }
}
/* =================================== */
/*  Testimonial Styles 
/* =================================== */

.screenshot-section {
  background: #ebf3fd;
}
.screenshot-section .owl-nav {
  text-align: center;
  /* margin-top: 40px; */
  display: none;
}
.screenshot-section .owl-nav .owl-next,
.screenshot-section .owl-nav .owl-prev {
  font-size: 30px !important;
}
.screenshot-section .owl-nav .owl-next:focus,
.screenshot-section .owl-nav .owl-prev:focus {
  outline: none;
}

.bg-color-blue {
  background-color: #2a7af3;
}

.screenshot_slider .owl-stage .owl-item .item img {
  -webkit-transition: 0.3s;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.screenshot_slider .owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
}

.screenshot_slider .owl-stage .owl-item.center .item img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.screenshot_slider .owl-item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.screenshot_slider .owl-controls .owl-prev,
.testimonial-caroussel .owl-controls .owl-prev,
.screenshot_slider .owl-controls .owl-next,
.testimonial-caroussel .owl-controls .owl-next {
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0);
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0);
  color: #fff;
  height: 40px;
  left: 0;
  line-height: 3;
  margin: 0 5px;
  position: absolute;
  text-align: center;
  bottom: -16%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 40px;
  z-index: 9;
}

.screenshot_slider .owl-controls .owl-prev:hover,
.testimonial-caroussel .owl-prev:hover,
.screenshot_slider .owl-controls .owl-next:hover,
.testimonial-caroussel .owl-next:hover {
  border-color: #fff;
  color: #ffffff;
}

.screenshot_slider .owl-controls .owl-prev span,
.testimonial-caroussel .owl-controls .owl-prev span,
.screenshot_slider .owl-controls .owl-next span,
.testimonial-caroussel .owl-controls .owl-next span {
  font-size: 28px;
}

.screenshot_slider .owl-controls .owl-next {
  left: auto;
  right: 45%;
  font-size: 30px;
}

.screenshot_slider .owl-controls .owl-prev {
  right: auto;
  left: 45%;
  font-size: 30px;
}

/* =================================== */
/*  Portfolio Styles 
/* =================================== */
.portfolio-section .single-portfolio {
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}
.portfolio-section .single-portfolio img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.portfolio-section .single-portfolio .box-content {
  width: 100%;
  padding: 40px 0;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.portfolio-section .single-portfolio:hover .box-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-section .single-portfolio:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio-section .single-portfolio .box-content .title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 5px 0;
}
.portfolio-section .single-portfolio .box-content .post {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
}
.portfolio-section .primary-btn {
  margin-top: 20px;
}

.product-detials-section img {
  width: 100%;
}
.product-detials-section .details-right {
  padding-bottom: 20px;
}
.product-detials-section .details-right ul {
  margin-bottom: 20px;
}
.product-detials-section .details-right ul li {
  margin-bottom: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.product-detials-section .details-right ul li span {
  font-weight: 900;
}
.product-detials-section .details-right p {
  color: #000;
  font-weight: 400;
}
.product-detials-section .details-right p:last-child {
  margin-bottom: 0px;
}

/* =================================== */
/*  Blog Styles 
/* =================================== */
.blog-section .blog-wrap {
  border-top: 1px solid #eee;
}
.blog-section .overlay-bg {
  background: rgba(34, 34, 34, 0.2);
  z-index: 1;
}
.blog-section .single-blog {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-section .single-blog:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
  -moz-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
  box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
}
.blog-section .single-blog img {
  position: relative;
  width: 100%;
}
.blog-section .single-blog .blog-post-details {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 1;
  padding: 20px;
}
.blog-section .single-blog .blog-post-details h4 {
  font-weight: 400;
}
.blog-section .single-blog .blog-post-details ul {
  display: block;
  padding-bottom: 15px;
}
.blog-section .single-blog .blog-post-details ul li {
  display: inline-block;
  margin-right: 3px;
}
.blog-section .single-blog .blog-post-details a {
  font-weight: 400;
}
.blog-section .single-blog h4,
.blog-section .single-blog a {
  color: #fff;
}
.blog-section .primary-btn {
  margin-top: 40px;
}

.blog-lists-section {
  background: #eee;
}
.blog-lists-section .single-blog-post {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14) !important;
  box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14) !important;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-lists-section .single-blog-post:hover .post-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-lists-section .single-blog-post .post-thumb {
  overflow: hidden;
}
.blog-lists-section .single-blog-post .post-thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-lists-section .single-blog-post .post-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-lists-section .single-blog-post .post-details {
  padding: 30px;
}
.blog-lists-section .single-blog-post .tags li {
  display: inline-block;
  margin-right: 10px;
}
.blog-lists-section .single-blog-post .tags li a {
  color: #691cff;
  font-weight: 600;
  font-size: 14px;
}
.blog-lists-section .single-blog-post h1 {
  margin: 10px 0px;
}
.blog-lists-section .single-blog-post .user-details img {
  width: 45px;
  border-radius: 50px;
}
.blog-lists-section .single-blog-post .user-details p {
  margin-bottom: 0px;
}
.blog-lists-section .single-blog-post .user-details .details {
  margin-left: 8px;
}
.blog-lists-section .pagination .page-item {
  margin: 5px;
}
.blog-lists-section .pagination .page-link,
.blog-lists-section .pagination i {
  color: #222;
  font-weight: 500;
}
.blog-lists-section .pagination .page-link {
  width: 35px;
  text-align: center;
  border-radius: 3px;
}
.blog-lists-section .pagination .page-link:hover {
  /* background: #691cff;
  color: #fff; */
}
.blog-lists-section .pagination .page-link:hover i {
  /*  color: #fff; */
}
.blog-lists-section .pagination .active .page-link {
  background: #691cff;
  color: #fff;
  border-color: transparent;
}
.blog-lists-section .single-widget {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  -webkit-box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14) !important;
  box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14) !important;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-lists-section .single-widget .widget-title {
  margin-bottom: 20px;
}
.blog-lists-section .search-widget .sidebar-form form input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #eee;
  padding: 0 10px;
  text-indent: 10px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 100%;
  height: 50px;
}
.blog-lists-section .search-widget .sidebar-form form input:focus {
  outline: none;
}
.blog-lists-section .search-widget .sidebar-form form button {
  background: #222 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-size: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
}
.blog-lists-section .search-widget .sidebar-form form button:hover {
  cursor: pointer;
}
.blog-lists-section .search-widget .sidebar-form form button:focus {
  outline: none;
}
.blog-lists-section .recent-post-widget ul li {
  margin-bottom: 20px;
}
.blog-lists-section .recent-post-widget ul li .thumbs {
  width: 40%;
}
.blog-lists-section .recent-post-widget ul li .details {
  margin-left: 10px;
}
.blog-lists-section .recent-post-widget ul li .details p,
.blog-lists-section .recent-post-widget ul li .details h5 {
  font-size: 12px;
}
.blog-lists-section .recent-post-widget ul li .details p {
  margin-bottom: 0px;
  font-weight: 400;
}
.blog-lists-section .social-widget li {
  display: inline-block;
  margin-right: 10px;
}
.blog-lists-section .social-widget li a {
  text-align: center;
  color: #fff;
  background: #222;
  padding: 10px;
  width: 42px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-lists-section .social-widget li a:hover {
  background: #691cff;
}
.blog-lists-section .archive-widget ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.blog-lists-section .archive-widget ul li:last-child {
  border-bottom: none;
}
.blog-lists-section .archive-widget ul li a {
  font-weight: 500;
  color: #222;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-lists-section .archive-widget ul li a:hover {
  color: #691cff;
}
.blog-lists-section .banner-widget {
  padding: 0px;
}
.blog-lists-section .tags-widget ul li {
  display: inline-block;
}
.blog-lists-section .tags-widget ul li a {
  font-size: 10px;
  margin-bottom: 5px;
  font-weight: 500;
  background: #000000;
  color: #fff;
  display: inline-block;
  padding: 8px 18px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-lists-section .tags-widget ul li a:hover {
  background: #691cff;
}

.blog-details {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14) !important;
  box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14) !important;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-details:hover .post-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-details h1 {
  margin: 10px 0px;
}
.blog-details .post-thumb {
  overflow: hidden;
}
.blog-details .post-thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-details .post-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-details .tags li {
  display: inline-block;
  margin-right: 10px;
}
.blog-details .tags li a {
  color: #691cff;
  font-weight: 600;
  font-size: 14px;
}
.blog-details .post-details {
  padding: 30px;
}
.blog-details .user-details img {
  width: 45px;
  border-radius: 50px;
}
.blog-details .user-details p {
  margin-bottom: 0px;
}
.blog-details .user-details .details {
  margin-left: 8px;
}
.blog-details .blockquote {
  border-left: 5px solid #691cff;
  font-size: 14px;
  margin-bottom: 35px;
  margin-left: 20px;
  margin-top: 35px;
  padding-left: 15px;
}

.comment-wrap {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14) !important;
  box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14) !important;
  overflow: hidden;
  padding: 30px;
}
.comment-wrap h3 {
  margin-bottom: 30px;
}
.comment-wrap .media {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.comment-wrap .media:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.comment-wrap .media img {
  width: 90px;
  border-radius: 50px;
}
.comment-wrap .replay-comment {
  border-bottom: none;
  border-top: 1px solid #eee;
  padding: 20px;
  margin-bottom: 0px !important;
}
.comment-wrap .comments {
  margin-bottom: 30px;
}
.comment-wrap .comments:last-child {
  margin-bottom: 0px;
}
.comment-wrap .black-btn {
  min-width: 80px !important;
}
.comment-wrap .media-body h5 {
  margin-bottom: 10px;
}
.comment-wrap .comment-form h3 {
  margin-bottom: 30px;
}

.comment-form {
  margin-top: 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14) !important;
  box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14) !important;
  overflow: hidden;
  padding: 30px;
}
.comment-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ced4da;
}
.comment-form .primary-btn {
  margin-top: 30px;
}
.comment-form h3 {
  margin-bottom: 30px;
}
.comment-form .form-col-wrap {
  margin-bottom: 30px;
}

/* =================================== */
/*  Team Styles 
/* =================================== */
.team-section {
  background-color: #eee;
}
.team-section .single-team {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-section .single-team img {
  width: 100%;
  position: relative;
}
.team-section .single-team:hover .team-content {
  opacity: 1;
}
.team-section .team-content {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: rgba(34, 34, 34, 0.8);
  padding: 20px 0px;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-section .team-content a,
.team-section .team-content h4 {
  color: #fff;
}
.team-section .team-content ul li {
  display: inline-block;
  margin: 5px;
}
.team-section .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.team-section .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: #fff;
  display: inline-block;
  margin: 0px 5px;
}
.team-section .owl-dots .owl-dot.active {
  background: #691cff;
}
.team-section .owl-dots .owl-dot:focus {
  outline: none;
}

/* =================================== */
/*  Accordian Styles 
/* =================================== */
.home-faq-section {
  padding-top: 120px;
}

.accordion > dt {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-shadow: 0 7px 20px -10px #000;
  -moz-box-shadow: 0 7px 20px -10px #000;
  box-shadow: 0 7px 20px -10px #000;
}

.accordion > dt > a {
  display: block;
  position: relative;
  color: #222222;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
}

.accordion > dt > a:hover {
  text-decoration: none;
  border-color: #ddd;
  background: #fbfbfb;
}

.accordion > dt > a.active {
  color: #fff;
  border-color: #691cff;
  background: #691cff;
  cursor: default;
}
.accordion > dt > a.active:after {
  color: #fff !important;
}

.accordion > dt > a:after {
  content: "\f107";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #999;
  -webkit-font-smoothing: antialiased;
}

.accordion > dt > a.active:after,
.accordion > dt > a.active:hover:after {
  content: "\f106";
  /*color: #111; */
}

.accordion > dt > a:hover:after {
  /* color: #444; */
}

.accordion > dd {
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}

.accordion > dt > a,
.accordion > dt > a:after,
.toggle > dt > a,
.toggle > dt > a:after {
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.accordion > dt > a.active {
  pointer-events: none !important;
  cursor: default !important;
}

/* =================================== */
/*  CTA Styles 
/* =================================== */
.cta-section {
  background: url(../img/banner2.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.cta-section h1,
.cta-section h4,
.cta-section p {
  color: #fff;
}
.cta-section h4 {
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cta-section .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

/* =================================== */
/*  Price Styles 
/* =================================== */
.price-section .price-left h4 {
  font-size: 35px;
}
.price-section .price-left p {
  color: #222;
  padding: 10px 0px;
  max-width: 320px;
}
.price-section .price-right .main {
  margin: -30px 0;
  background: #691cff;
  color: #fff;
}
.price-section .price-right .main i,
.price-section .price-right .main h4,
.price-section .price-right .main h2 {
  color: #fff;
}
.price-section .price-right .main .bottom-wrap {
  border-color: #fff;
}
.price-section .single-price {
  width: 100%;
  border-radius: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto;
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 25, 0.05);
  box-shadow: 5px 5px 30px rgba(0, 0, 25, 0.05);
  padding: 40px 30px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.price-section .single-price i {
  position: relative;
  font-size: 40px;
  color: #691cff;
}
.price-section .single-price h4 {
  position: relative;
  margin: 10px 0;
}
.price-section .single-price .bottom-wrap {
  border-top: 1px solid #8c8d9e;
  margin-top: 20px;
  padding-top: 20px;
}
.price-section .single-price .bottom-wrap i {
  font-size: 10px;
}
.price-section .single-price .bottom-wrap ul li {
  margin-bottom: 10px;
}
.price-section .single-price .bottom-wrap ul li:last-child {
  margin-bottom: 0px;
}
.price-section .single-price .bottom-wrap .primary-btn-w {
  background: #fff;
  color: #222;
  margin-top: 30px;
}
.price-section .single-price .bottom-wrap .primary-btn {
  margin-top: 30px;
}

/* =================================== */
/*  Download Styles 
/* =================================== */
.download-section {
  /* background: url(../img/download-bg.png); */
  background-color: black;
  padding: 58px 0;
}

.quote-section {
  background-color: #190e4f;
  padding: 58px 0;
}
#Talk-To-Us-span {
  color: white;
}

h1.talk-us {
  font-size: 36px;
  font-family: Raleway;
  /* font-size: 48px; */
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffff;
}

.download-section p {
  margin-top: 20px;
  margin-bottom: 0px;
}
.download-section .download-wrap {
  /* padding-top: 80px; */
}
.download-section .dload-btn {
  text-align: right;
}
.download-section .primary-btn {
  /* margin-left: 20px; */
  /* margin-top: 1em; */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ffc61e;
  font-family: Noto Sans JP;
  font-size: 1.6em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #212734;
  /* padding: .3em 2em; */
}
.download-section .primary-btn svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

/* =================================== */
/*  Clients Styles 
/* =================================== */
.clients-wrap {
  padding: 30px 0px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

.single-client {
  text-align: center;
}

.contact-wrap {
  padding: 60px 0px;
}
.contact-wrap h3 {
  font-weight: 400;
}
.contact-wrap h3 i {
  margin-right: 10px;
}

/* =================================== */
/*  Stat Styles 
/* =================================== */
.stat-section {
  background: #691cff;
}
.stat-section h1,
.stat-section h4 {
  color: #fff;
}
.stat-section .single-stat {
  color: #fff;
}
.stat-section .single-stat i {
  font-size: 35px;
}
.stat-section .single-stat h1 {
  margin: 20px 0px;
}

/* =================================== */
/*  Contact Styles 
/* =================================== */
.contact-section {
  background: url(../img/download-bg.png);
  border-bottom: 100px solid #222;
}
.contact-section .section-title {
  padding-top: 120px;
}

.form-row {
  background: #fff;
  padding: 30px 0px;
  border-radius: 3px;
  margin-bottom: -100px;
  box-shadow: 0px 0px 158px 0px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0px 0px 158px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 158px 0px rgba(0, 0, 0, 0.11);
}

.address-wrap .single-address-col {
  text-align: center;
  margin-bottom: 40px;
}
.address-wrap .single-address-col i {
  font-size: 50px;
  color: #691cff;
}
.address-wrap .single-address-col p {
  font-size: 16px;
  margin-top: 10px;
  color: #222;
}

.contact-form-wrap {
  padding: 50px;
}
.contact-form-wrap .form-col {
  margin-bottom: 30px;
}
.contact-form-wrap .form-control {
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  background: transparent;
  padding-left: 0px;
}
.contact-form-wrap .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #222 !important;
}
.contact-form-wrap .primary-btn {
  vertical-align: center;
  margin-top: 30px;
  border: none;
}
.contact-form-wrap .primary-btn:focus {
  outline: none;
}

.form-row .message {
  height: 50px;
  width: 100%;
  font-size: 13px;
  line-height: 50px;
  text-align: center;
  float: none;
  margin-top: 20px;
  display: none;
  color: #fff;
}
.form-row .error {
  background: #ef5659;
}
.form-row .success {
  background: #691cff;
}

.contact-page-section {
  background: #eee !important;
}
.contact-page-section .single-address-col .div {
  padding: 30px 0px;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 40px;
}

.home-contact {
  padding-bottom: 50px;
}

/* =================================== */
/*  Footer Styles 
/* =================================== */
/* .footer-section {
  background: #222;
}
.footer-section .footer-menu {
  text-align: right;
}
.footer-section .footer-menu li {
  display: inline-block;
  padding-left: 12px;
}
.footer-section .footer-menu li a {
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-section .footer-menu li a:hover {
  color: #691cff;
}
.footer-section .copyright-text {
  margin-top: 30px;
  text-align: left;
  color: #fff;
}
.footer-section .copyright-text i {
  color: #FF0000;
}
.footer-section .copyright-text a {
  color: #fff;
}
.footer-section #social {
  text-align: right;
  margin-bottom: 20px;
}
.footer-section #social li {
  display: inline-block;
}
.footer-section #social li a {
  color: #fff;
  text-align: center;
  display: block;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-section #social li a i {
  font-size: 18px;
}
.footer-section #social li a:hover {
  color: #691cff;
  border-color: #691cff;
}
.footer-section .footer-cols h4 {
  color: #fff;
  margin-bottom: 20px;
}
.footer-section .footer-cols p {
  color: #fff;
}
.footer-section .footer-cols #social {
  text-align: left;
  margin-top: 20px;
}
.footer-section .footer-cols #social li:first-child a {
  margin-left: 0px;
}
.footer-section .footer-cols ul li {
  margin-bottom: 10px;
  color: #fff;
}
.footer-section .footer-cols ul li a {
  color: #fff;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-section .footer-cols ul li a:hover {
  color: #691cff;
} */

/*==========own customize media quieres===============*/

@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-header h3 {
    font-size: 35px;
  }

  button.btn.btn-primary {
    font-size: 15px;
  }

  /*----sample demo setion ----*/

  h3.sample-intro-h3 {
    font-size: 13px;
  }

  p.sample-intro-p {
    font-size: 11px;
  }

  /*----sample demo setion ----*/

  img#news_video-text {
    left: 8em;
    width: 42em;
  }

  h3#news_video-h3 {
    font-size: 25px;
    left: 19%;
  }

  h3#news_video-h3-1 {
    font-size: 25px;
    left: 34%;
  }

  img#play-button {
    right: 23em;
    top: 6.2em;
  }

  /*---intro area text nd other related css -----*/

  h1#banner-h1 {
    font-size: 47px;
  }

  span#banner-span {
    font-size: 47px;
  }

  p#banner-p {
    font-size: 1.2em;
  }

  #banner-span-p {
    font-size: 1.2em;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .humantic_testimonials .carousel-indicators {
    top: 40em;
  }
}

@media (max-width: 575.98px) {
  .input_field {
    width: 70vw !important;
  }

  #footer {
    margin-top: 0px !important;
  }

  .footer-top {
    padding-top: 0px !important;
  }

  #privacy {
    padding-bottom: 30px !important;
  }

  img#news_video {
    margin-top: 1em;
  }

  .optout-humantic {
    /* width: 80% !important;
    left: 9.5vw !important;

    padding: 20px !important; */
    /* width: 73%; */
  }
}

/*===================================*/

@media (min-width: 1200px) {
  .container.testimonial-container {
    padding-left: 2em;
    padding-right: 2em;
  }
}

/*===================================*/
.talent-show-large {
  display: none;
}
@media (min-width: 768px) {
  #secu-logo {
    width: 12%;
    padding: 23px;
  }

  .navbar-small {
    display: none;
  }

  header#header-area {
    display: block;
  }
  .talent-show-large {
    display: block;
  }
  .img-place-mobile {
    display: none;
  }

  .faeture-image-top {
    display: block;
  }
}

/*================================*/
@media (min-width: 510px) and (max-width: 992px) {
  .featuredIn {
    display: flex;
  }
  .heroLogos {
    padding-top: 0.5em;
    width: 35% !important;
  }
  .wsj-logo,
  .wef-logo,
  .hbr-logo {
    padding: 0.5em !important;
  }
  .apple-logo {
    padding-left: 0em !important;
    padding-top: 0.5em !important;
    padding-bottom: 5em !important;
    padding-right: 1em !important;
  }
  .paypal-logo {
    width: 50% !important;
    padding-top: 0.5em !important;
    padding-left: 0em !important;
    padding-right: 0em !important;
    padding-bottom: 6em !important;
  }
  .mckinsey-logo {
    padding-left: 0em !important;
    padding-top: 0.5em !important;
    padding-bottom: 5.5em !important;
    padding-right: 0em !important;
    margin-left: 0em !important;
  }
}
@media (min-width: 400px) and (max-width: 509px) {
  .heroForEveryone {
    display: none;
  }
  .heroForEveryone-1 {
    display: block !important;
    font-size: 30px;
    color: #000;
    text-align: center;
    font-weight: 700;
    padding: 10px;
  }
  img.contact-page-logo {
    width: 25% !important;
  }
  #contact-page-logo {
    margin: 0 !important;
  }
  .customer-card {
    width: 44% !important;
  }
  img.contact-page-logo {
    margin: auto !important;
    width: 100% !important;
  }
  .hbr-logo {
    padding: 0.5em !important;
  }
  .wef-logo {
    padding: 0.5em !important;
    padding-right: 1.5em !important;
  }
  .wsj-logo {
    padding: 1.1em !important;
    padding-top: 0.5em !important;
  }
  .apple-logo {
    padding: 1.8em !important;
    padding-left: 1.5em !important;
    padding-top: 0.5em !important;
  }
  .paypal-logo {
    padding-bottom: 2em !important;
    padding-top: 0.5em !important;
    padding-left: 0em !important;
  }
  .mckinsey-logo {
    padding: 0.2em !important;
    padding-top: 0.5em !important;
    padding-right: 0;
    padding-bottom: 1.5em !important;
  }
  .checkusout-section {
    margin-top: 1em !important;
  }
  .checkusout-section .sales-persona {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .heroForEveryone {
    font-size: 18px !important;
  }
  .boxUL li {
    text-align: center !important;
    font-size: 30px !important;
  }
}
@media (max-width: 399px) {
  .heroForEveryone {
    font-size: 18px !important;
  }

  #contact-page-logo {
    margin: 0 !important;
  }
  .customer-card {
    width: 44% !important;
  }
  img.contact-page-logo {
    margin: auto !important;
    width: 70% !important;
  }
  .hbr-logo {
    padding: 0.5em !important;
  }
  .wef-logo {
    padding: 0.5em !important;
    padding-right: 1em !important;
  }
  .wsj-logo {
    padding: 1.1em !important;
    padding-top: 0.5em !important;
  }
  .apple-logo {
    padding: 0px !important;
    /* padding: 1.8em !important;
    padding-left: 1.5em !important;
    padding-top: 0.5em !important; */
  }
  .paypal-logo {
    padding: 0px !important;
    /* padding-bottom: 2em !important;
    padding-top: 0.5em !important;
    padding-left: 0em !important; */
  }
  .mckinsey-logo {
    padding: 0.2em !important;
    padding-top: 0.5em !important;
    padding-right: 0;
    padding-bottom: 1.5em !important;
  }
  .checkusout-section {
    margin-top: 12em !important;
    padding-top: 4em !important;
    padding-bottom: 0 !important;
  }
  .checkusout-section .sales-persona {
    margin-top: 2em !important;
    margin-bottom: 4em !important;
  }
  .heroForEveryone {
    display: none;
  }
  .heroForEveryone-1 {
    display: block !important;
    font-size: 28px;
    color: #000;
    font-weight: 700;
    padding: 10px;
    text-align: center;
  }
}

@media (max-width: 992px) and (min-width: 750px) {
  #VisaChipCardVideo {
    width: 125% !important;
  }
  #boxclose {
    right: -160px !important;
  }
}

.row.heading-sm {
  display: none !important;
}

@media (max-width: 750) {
  #ibmBanner {
    margin-top: 70px;
  }

  .news-image {
    margin-bottom: 0.5em;
  }

  .heading-lg {
    display: none !important;
  }

  .row.heading-sm {
    display: flex !important;
  }

  #staffing-mailto {
    text-align: center;
    padding-left: 0px !important;
  }

  .col-for-demo {
    border-bottom: 2px solid #80808066;
    margin-bottom: 8px;
    width: 64%;
  }

  p.features-p {
    text-align: center;
    font-weight: 400;
  }

  .cta-feature-btn-area {
    text-align: center;

    margin-left: 0px;
  }

  h3#candidate-sec-h1 {
    text-align: center;
    padding-top: 60px;
  }

  p#candidate-sec-p {
    text-align: center;
    margin-left: 0px;
    font-weight: 400;
  }

  .candidate-btn-area {
    text-align: center;
    margin-left: 0px;
  }

  section#news-area {
    padding-top: 3em;
  }

  img.success_tick {
    position: absolute;
    top: 35%;
    height: auto;
    width: 18%;
    left: 39%;
  }

  .faeturs-h3 h3 {
    text-align: center;
    padding-bottom: 0.5em;
    padding-top: 1.5em;
  }

  .mobile-features {
    padding-bottom: 0.5em;
  }

  .img-place-mobile {
    display: block;
    padding-bottom: 3em;
    width: 90%;
    height: auto;
    /* margin-left: auto; */
    margin-left: auto;
    margin-right: auto;
  }

  .faeture-image-top {
    display: none;
  }

  section.contact-banner {
    padding-top: 4em;
  }

  .nav-mobile-top {
    width: 100% !important;
  }

  .navbar {
    padding: 0.5rem 0 !important;
  }

  .navbar-small {
    display: block;
  }

  header#header-area {
    display: none;
  }

  .testimon-h4 {
    text-align: justify;
    font-size: 26px;
    padding-top: 1em;
    padding-right: 2em;
  }
  .quote-author-content {
    margin-left: 12em;
  }
  .brands_slider_container_home {
    margin-top: 3em;
  }
  .humantic_testimonials .carousel-indicators {
    top: 38em !important;
  }

  img#advantage-talent-logo,
  img#apple-logo,
  img#indeed-logo {
    width: 32%;
  }
  p.subhead-banner {
    font-size: 18px;
    line-height: 1.5;
  }
  .boxUL li {
    font-size: 36px !important;
  }
  .heroForEveryone {
    font-size: 36px !important;
  }
  img#humanpredictions-logo {
    width: 40%;
  }

  img#RR_white-logo {
    width: 20%;
  }

  .download-section .dload-btn {
    text-align: center;
    margin-top: 20px;
  }
  #banner-request-text {
    text-align: center !important;
    margin-right: 0 !important;
  }
  .primary-btn {
    margin-right: 0px;
  }

  h1.talk-us {
    text-align: center;
  }

  h1#banner-h1 {
    font-size: 40px;
  }

  h1#banner-h1-large {
    margin-top: 0px;
  }

  span#banner-span {
    font-size: 40px;
  }

  section.contact-banner {
    height: auto;
  }

  .dope-nav-container.dope-sticky {
    /* display: block;
    background-color: white;
    position: fixed; */
  }

  .Rectangle-18 {
    /*   width: 290px; */
  }

  section#banner-section {
    justify-content: space-between;
    padding-top: 9em;
    height: auto;
  }

  .screenshot-section {
    background: #ebf3fd;
    display: block;
    padding-top: 2em;
  }

  section#hiring-tech {
    display: none;
  }

  .contact-Rectangle-18 {
    display: none;
  }

  #form-tablet-area {
    display: block;
  }

  /*==sample intro ul chnages==== */
  ul.sample-intro-ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 0;
  }
}

@media (min-width: 1023px) and (max-width: 1025px) {
  h3#news_video-h3 {
    font-size: 21px !important;
  }
  #VisaChipCardVideo {
    position: relative;
    right: 2em;
    bottom: 4em;
  }
  #boxclose {
    right: -275px;
    top: -65px;
  }
}
/*----------about banner section changes----*/
@media (min-width: 992px) {
  .screenshot-section {
    /* display: none; */
  }

  /*-----primary contact/request demo button ------*/

  .primary-btn {
    margin-right: 0px;
  }

  /*----contact form in contact page -----*/
}

/*======================================*/

@media (min-width: 576px) {
  .card-body-mobile {
    display: none;
  }

  div#testimonial-body {
    display: block;
  }

  .row-card {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
}

/*==============================*/
@media (max-width: 575.98px) {
  #ibmBanner {
    margin-top: 70px;
  }
  .card-body-mobile {
    display: block;
  }

  div#testimonial-body {
    display: none;
  }

  section#banner-section {
    height: auto;
  }

  div#banner-section-logo-area {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  ul.sample-intro-ul {
    display: none;
  }

  p#banner-p {
    font-size: 1.3em;
  }

  div#banner-section-top {
    /*  margin-top: 6em; */
  }

  .container.demo {
    text-align: left;
  }

  .section-header h3 {
    font-size: 30px;
  }

  p.features-p {
    font-size: 25px;
  }

  .features-list-li {
    font-size: 20px;
  }

  .candidate-area-class {
    left: 12%;
    bottom: 23%;
  }

  p#candidate-sec-p {
    font-size: 22px;
  }

  li#candidate-sec-li {
    font-size: 20px;
  }

  img#play-button {
    right: 11em;
    top: 4.2em;
    height: auto;
    width: 8em;
  }

  img#news_video {
    width: 90%;
  }

  h3#news_video-h3 {
    font-size: 19px;
    bottom: 6%;
    left: 11%;
  }

  h3#news_video-h3-1 {
    bottom: -3%;
    left: 30%;
    font-size: 19px;
  }

  .card.testimonial-card {
    width: 90%;
  }

  .testimon-h4 {
    font-size: 20px;
  }

  p.testimon-p {
    font-size: 17px;
  }

  img#news_video-text {
    left: 0em;
    bottom: -1.1em;
    width: 100%;
  }

  img#sample-intro-graphic {
    height: auto;
    width: 13%;
    /* margin-top: -1em; */
    position: absolute;
    top: -7em;
    right: 15em;
  }

  h3#services-h3 {
    text-align: center;
  }

  /*about pages changes */

  img.team-social-logo1 {
    top: 46%;
    left: 35%;

    height: auto;
    width: 25%;
  }

  img.team-social-logo1-nw {
    top: 46%;
    left: 42%;
    height: auto;
    width: 15%;
  }

  img.team-social-logo2 {
    top: 46%;
    left: 64%;

    height: auto;
    width: 25%;
  }

  img.team-social-logo2-nw {
    top: 46%;
    left: 60%;
    height: auto;
    width: 15%;
  }

  h1#about-intro-h1 {
    font-size: 37px;
  }

  p.about-intro-p {
    font-size: 15px;
  }

  h3#team-intro-h1 {
    font-size: 37px;
  }

  h3#team-intro-h1 {
    padding-top: 1.2em;
    padding-bottom: 0.1em;
  }

  .overlay {
    /* width: 100%; */
  }

  img.team-person {
    width: 56%;
    /* padding: 4em; */
    border-radius: 20px;
  }

  img.team-person-nw {
    width: 56%;
    /* padding: 4em; */
    border-radius: 20px;
  }

  img.team-title,
  img.team-title-adv {
    left: 2em;
    bottom: 3.4em;
    width: 90%;
    max-width: 100%;
  }

  #footer .footer-top .footer-info h3 {
    text-align: left;
    padding-bottom: 0.3em;
  }

  #footer .footer-top h4 {
    font-size: 13px;
  }

  .foooter-link-a {
    font-size: 13px;
  }

  .terms-p {
    font-size: 12px;
  }

  /*----about us page ------*/

  h1#contact-top-h1 {
    text-align: left;
    font-size: 40px;
  }

  p#contact-top-p {
    text-align: left;
    font-size: 20px;
  }

  h3#contact-bottom-h3 {
    font-size: 22px;
  }

  p.contact-bottom-p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 20px;
  }

  /*---------report slider---------------*/
  section.screenshot-section.section-gap-full {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .spacining-heading {
    margin-bottom: 1em !important;
    margin-top: 3em !important;
  }

  p.features-p {
    margin-bottom: 0.5em;
  }

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

  section#about-us-intro {
    height: auto !important;
    padding-top: 10em;
  }

  .col-for-demo {
    margin-bottom: 15px;
  }

  #candidate-section {
    background-color: #cca4c1;
    background-image: unset;
  }

  #section-casestudy-h3 {
  }
  #section-casestudy-h3-tab {
  }

  #section-casestudy-h3-425 {
  }
  #section-casestudy-h3-375 {
  }

  #section-casestudy-h3-375 {
  }

  section#banner-section {
    padding-top: 5em;
  }

  span#typewrite {
    border-bottom: 2px solid #f2b527;
  }

  .intro-img-area {
    margin-top: 0em;
  }

  img#news-image {
    margin-top: 0px;

    margin-bottom: 0.5em;
    height: auto;
    width: 20%;
  }

  #progress {
    display: none;
  }

  p#banner-span-p {
    text-align: center;
  }

  .demo {
    text-align: center;
    padding-bottom: 30px;
  }

  #banner-request-btn,
  .submit_button,
  #banner-request-btn-sales,
  #Talk-To-Us-span-sales,
  .make_payment_button,
  #banner-request-btn-index {
    font-size: 20px;
  }

  /*----press logo corosal-----*/

  #clients {
    display: block;
  }

  /*-----intro/banner section ----*/
  .banner-section .banner-right img {
    width: 70%;
  }

  /*-----customer logo alignemnt changes--*/

  img#cognizant-img,
  img#paired-img,
  img#hyde-park-img,
  img#bactrak-img {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/*================================*/

@media (min-width: 768px) and (max-width: 991.98px) {
  .news-list {
    padding-bottom: 3em;
  }

  .Rectangle-18 {
    width: 93%;
  }

  img.linkedin-img {
    width: 9%;
  }

  img#sample-intro-graphic {
    display: none;
  }

  .pt-5 {
    padding-top: 0rem !important;
  }

  h3#sample-intro-h3 {
    text-align: center;
  }

  .card.testimonial-card {
    width: 80%;
    height: 34em;
  }

  p#banner-p {
    font-size: 0.8em;
  }

  #banner-span-p {
    font-size: 0.8em;
  }

  #progress .progress-bar {
    bottom: 1.7em;
  }

  .container.demo {
    text-align: left;
  }

  h1#news-video-h1 {
    padding-top: 2em;
    padding-bottom: 0px;
  }

  img#cognizant-img {
    margin-left: 0px;
  }

  img#bactrack-img {
    margin-top: -1px;
  }

  img#paired-img {
    margin-right: 0px;
  }

  img#hyde-park-img {
    margin-left: 0px;
    padding-bottom: 0px;
    margin-top: 0em;
  }

  img#bactrak-img {
    margin-right: 0px;
  }

  .Rectangle-18 {
    height: 25em;
  }

  .report-title {
    font-size: 15px;
  }

  p.screenshot-p {
    font-size: 14px;
  }

  button.btn.btn-primary {
    /* padding: 5px 19px; */
    font-size: 10px;
  }

  #section-casestudy-h3 {
    font-size: 32px !important;
  }

  .section-header h3 {
    font-size: 32px;
  }

  #banner-request-btn,
  .submit_button,
  #banner-request-btn-sales,
  #Talk-To-Us-span-sales,
  .make_payment_button,
  #banner-request-btn-index {
    font-size: 1.1em;
  }

  /*----------news video area------------*/

  img#news_video {
    width: 100%;
  }

  img#news_video-text {
    width: 47em;
    left: -2em;
  }

  h3#news_video-h3 {
    font-size: 28px;
    bottom: 5%;
    left: 2.5%;
  }

  h3#news_video-h3-1 {
    font-size: 28px;
  }

  img#play-button {
    right: 16em;
    top: 8.2em;
  }

  /*=======footer area changes ============ */

  .footer-info {
    text-align: left;
    /*  /* padding-bottom: 2em; */
    /* border-bottom: 1px solid yellow; */
    margin-bottom: 0px;
  }

  ul.contact-ul {
    text-align: center;
  }

  i.fab.fa-twitter.fa-lg {
    margin-left: 0px !important;
  }
}

/*=========================================================*/

@media (min-width: 576px) and (max-width: 991.98px) {
  /*----press logo changes ----*/
  img#press-logo-id {
    width: 50%;
    padding: 10px 0;
  }

  /*-----testimonial corosal----*/

  .card.testimonial-card {
    font-size: 10px;
  }
}

/*=======================customized media queries styles for about page=====================================*/

@media (min-width: 992px) and (max-width: 1199px) {
  /*---------------team/mentor-image/text-image changes -------*/
  img.team-title,
  img.team-title-adv {
    bottom: 3em;
    width: 91%;
  }

  p.team-name {
    bottom: 3.5em;
    left: 4em;
    font-size: 20px;
  }

  p.team-designtn {
    bottom: 3.5em;
    left: 6em;
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  h3#team-intro-h1 {
    font-size: 54px;
  }

  img.team-title,
  img.team-title-adv {
    bottom: 2.6em;
    width: 88%;
  }

  p.team-name {
    bottom: 3em;
    left: 3.5em;
    font-size: 23px;
    font-weight: 500;
  }

  p.team-designtn {
    bottom: 3em;
    left: 5.5em;
    font-size: 14px;
    font-weight: 500;
  }

  p.about-intro-p {
    font-size: 14px;
  }
}

/*-------------media quires -----------------*/

@media (max-width: 425px) {
  i.fab.fa-twitter.fa-lg {
    margin-left: 0px !important;
  }

  i.fab.fa-facebook.fa-lg {
    margin-left: 6px !important;
  }

  i.fab.fa-linkedin-in.fa-lg {
    margin-left: 9px !important;
  }

  .fa-lg {
    font-size: 2.2em !important;
  }

  .ci-text {
    font-size: 13px !important;
  }

  h1#contact-header {
    font-size: 30px !important;
  }

  .row.privacy {
    padding-top: 30px;
  }

  .pt-4,
  .py-4 {
    padding-top: 0px !important;
  }

  section#features {
    padding-bottom: 3em;
    padding-top: 3em;
  }

  .pt-5 {
    padding-top: 0px !important;
  }

  .cta-feature-btn-area {
    text-align: center;
    margin-top: 2.5em;
  }

  .Report-p > p {
    font-size: 15px;
  }

  .report-title > h3 {
    font-size: 18px;
  }

  h3.request-form-h3 {
    padding-bottom: 0.5em;
  }

  .Report-btn {
    /*  padding-bottom: 2em; */
  }

  h3.screenshot-h3 {
    font-size: 17px;
    font-weight: 400;
    font-family: Raleway;
    letter-spacing: 0.9px;
    color: #212734;
  }

  .Report-p {
    font-family: Raleway;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: center;
    color: #212734;
    /* padding-top: 2em; 
    padding: 1em;
    margin-top: 0px;
    margin-bottom: 0px; */
  }

  #read-resource-btn {
    padding: 5px 32px;
  }

  button.btn.btn-primary {
    font-size: 12px;
    letter-spacing: 0px;
  }
}

@media (min-width: 425px) and (max-width: 575.98px) {
  #slider-card-video {
    padding: 0 !important;
  }
  .play-button-testimonial {
    top: 4.2rem !important;
  }
  .quote-autor-name {
    font-size: 14px;
  }

  .quote-autor-company {
    font-size: 14px;
  }

  .Rectangle-18 {
    width: 100%;
  }
  .screenshot-section {
    padding-top: 1em;
  }

  .privacy div {
    margin-top: 0px !important;
  }

  .row.privacy {
    padding-top: 0px;
  }

  .privacy h4 {
    font-size: 20px !important;
  }

  .testimonial-left-heading {
    font-size: 50px !important;
  }

  .privacy p {
    font-size: 16px !important;
  }

  #privacy {
    padding-top: 30px !important;
  }

  p.team-designtn {
    bottom: 0em;
    left: 9em;
    font-size: 13px;
  }

  p.team-name {
    bottom: 0.8em;
    left: 5.5em;
    font-size: 21px;
  }

  h3#candidate-sec-h1 {
    font-size: 24px;
    padding-bottom: 0;
    padding-top: 1em;
    text-align: center;
    padding-bottom: 1em;
  }

  p#candidate-sec-p {
    font-weight: 400;
    font-size: 20px;
  }

  h4#testomin-h4-2 {
    padding-top: 0px;
    padding: 1em;
  }

  p.testimon-p {
    padding-top: 0px;
  }

  section#sample-intro-id {
    padding-top: 2em;
  }

  h3.textblock-title {
    font-size: 17px;
  }

  p.textblock-text {
    font-size: 15px;
  }

  div#testimon-quote-2 {
    padding-top: 0px;
  }

  .quote {
    font-size: 4em;
    padding-left: 0px;
  }

  h4#testomin-h4-2 {
    padding-top: 0px;
  }

  .news-list {
    padding-bottom: 2em;
  }

  h1#banner-h1 {
    font-size: 30px;
    text-align: center;
  }

  span#banner-span {
    font-size: 30px;
  }

  p#banner-p {
    font-size: 17px;
    text-align: center;
  }

  p#banner-span-p {
    font-size: 17px;
    text-align: center;
  }

  #banner-request-btn,
  .submit_button,
  #banner-request-btn-sales,
  #Talk-To-Us-span-sales,
  .make_payment_button,
  #banner-request-btn-index {
    /* font-size: 1.4em; */
    margin-top: 20px;
  }

  img#sample-intro-graphic {
    top: -5em;
    right: 12em;
  }

  section#sample-intro-id {
    padding-top: 0px;
  }

  section#in_news {
    margin-top: 2em;
  }

  h3.section-casestudy-h3 {
    font-size: 25px;
  }

  .section-header h3 {
    font-size: 25px;
  }

  #section-casestudy-h3 {
    font-size: 25px !important;
  }

  .faeturs-h3 h3 {
    font-size: 20px;
    padding-bottom: 0.5em;
    text-align: center;
  }

  p.features-p {
    font-size: 15px;
    text-align: center;
  }

  .features-list-li {
    font-size: 17px;
    margin-bottom: 0.5em;
  }

  p.feature-p {
    font-size: 14px !important;
  }

  .candidate-area-class {
    left: 11%;
    bottom: 23%;
    padding-bottom: 0px;
  }

  li#candidate-sec-li {
    font-size: 17px;
    margin-bottom: 0.5em;
  }

  p#candidate-sec-p {
    font-size: 19px;
  }

  h1.talk-us {
    font-size: 25px;
  }

  img#play-button {
    right: 12em;
    top: 4.2em;
    height: auto;
    width: 4em;
  }

  section#news-area {
    padding-top: 4em;
  }

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

  a#read-news {
    font-size: 14px;
  }

  h3#news_video-h3 {
    font-size: 14px;
    bottom: 9%;
    left: 12%;
  }

  h3#news_video-h3-1 {
    bottom: 0%;
    left: 29%;
    font-size: 14px;
  }

  img#news_video-text {
    left: 0em;
    bottom: -0.5em;
    width: 100%;
  }

  .card.testimonial-card {
    width: 90%;
  }

  .testimon-h4 {
    padding-right: 1em;
    /* padding: 2em; */
    padding-left: 1em;
    padding-top: 1em;
  }

  #larry-testi-mobi {
    margin-right: 1.5em;
  }

  #Jacque-testi-mobi {
    margin-top: 15px;

    /* margin-left: 17px; */
    margin-right: 1.5em;
    margin-bottom: 0.5em;
  }

  .testimon-h4 {
    font-size: 14px;
  }

  p.testimon-p {
    font-size: 15px;
  }

  p.testimon-p-desig {
    font-size: 15px;
  }

  #Talk-To-Us-span {
    font-size: 20px;
  }

  /*---about us page ----*/

  h1#about-intro-h1 {
    font-size: 30px;
  }

  p.about-intro-p {
    font-size: 10px;
  }

  h3#team-intro-h1 {
    padding-top: 1.2em;
    padding-bottom: 0.1em;
    font-size: 30px;
  }

  .team-img {
    padding-bottom: 10px;
    padding-top: 20px;
  }

  .team-img-nw {
    padding-bottom: 10px;
    padding-top: 20px;
  }
  img.team-title {
    left: 4.5em;
    bottom: -0.6em;
    width: 70%;
    max-width: 100%;
  }
  img.team-title-adv {
    left: 1em;
    bottom: -0.6em;
    width: 67%;
    max-width: 100%;
  }
  p.team-adv-name {
    left: 4.5em;
    bottom: 1rem !important;
  }
  p.team-adv-design {
    left: 5em !important;
  }

  /*---contact us page----*/
  h1#contact-top-h1 {
    font-size: 32px;
  }

  p#contact-top-p {
    font-size: 18px;
  }

  h3#contact-bottom-h3 {
    font-size: 20px;
  }

  p.contact-bottom-p {
    font-size: 15px;
  }

  h3.request-form-h3 {
    font-size: 30px;
  }

  img.tick-img {
    width: 80%;
  }
}

.featured-section {
  display: none;
}

@media (max-width: 375px) and (max-height: 680px) {
  .checkusout-section {
    margin-top: 10em !important;
    padding-bottom: 0em !important;
  }
}

@media (min-width: 375px) and (max-width: 424.98px) {
  #slider-card-video {
    padding: 0 !important;
  }
  .play-button-testimonial {
    top: 4.2rem !important;
  }
  .testimonial-section {
    padding-bottom: 0px !important;
  }
  .card.testimonial-card {
    margin-bottom: 3.5em;
  }

  section#features {
    padding-top: 3.5em;
  }

  .quote-autor-name {
    font-size: 14px;
  }

  .quote-autor-company {
    font-size: 14px;
  }

  .candidate-btn-area {
    margin-bottom: 0px;
  }

  .screenshot-section {
    padding-top: 2em;
  }

  p#in_news-p1 {
    font-weight: normal !important;
    font-size: 11px !important;
  }

  .privacy h4 {
    font-size: 17px !important;
    font-weight: 500 !important;
  }
  .testimonial-left-heading {
    font-size: 43px !important;
    font-weight: 700 !important;
  }

  .privacy p {
    padding-top: 9px !important;
    font-size: 17px !important;
  }

  #privacy {
    padding-top: 35px !important;
  }

  .privacy div {
    margin-top: 0px !important;
    /* padding: 30px; */
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 0px !important;
    /* background-color: #f6f6f6; */
  }

  .container.testimonial-container {
    padding: 0.5em;
  }

  .report-title {
    font-size: 15px;
  }

  .Report-p {
    font-size: 11px;
  }

  button.btn.btn-primary {
    font-size: 15px;
  }

  #section-casestudy-h3 {
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #212734;
    position: relative;
    font-size: 20px;
    font-family: Raleway;
    /* padding-top: 1em; */
    padding-bottom: 1em;
  }

  h3#candidate-sec-h1 {
    padding-top: 1.5em;
    text-align: center;
    /* margin-left: 9em; */
    padding-bottom: 0.5em;
    font-size: 24px;
    font-weight: 500;
  }

  .demo {
    padding-bottom: 0px;
  }

  h4#testomin-h4-2 {
    padding-top: 0em;
    padding: 2em;
  }

  .testimon-h4 {
    padding-right: 1em;
    padding-left: 1em;
    padding-top: 1em;
  }

  section#news-area {
    padding-top: 1em !important;
  }

  img.linkedin-img {
    width: 8%;
  }

  .card.testimonial-card {
    height: 25em;
    width: 93%;
  }

  p.testimon-p {
    padding-right: 2em;
    font-size: 14px;
  }

  p.testimon-p-desig {
    font-size: 14px;
  }

  .quote {
    font-size: 3em;
    padding-left: 0em;
  }

  .quote-author {
    margin-top: 1em;
    margin-left: 1em;
    /* margin-right: 1em; */
    /* margin-bottom: 1em; */
  }

  #larry-testi-mobi {
    margin-right: 1.5em;
  }

  #Jacque-testi-mobi {
    margin-top: 1em;
    margin-right: 1em;
  }

  h3.textblock-title {
    font-size: 15px;
  }

  p.textblock-text {
    font-size: 16px;
  }

  news-list {
    padding-bottom: 2em;
  }

  h3.textblock-title {
    font-size: 17px;
  }

  h1#banner-h1 {
    font-size: 27px;
    text-align: center;
  }

  #scroll-index {
    font-size: 18px;
  }
  p.subhead-banner {
    /* margin: 20px !important; */
    font-size: 16px;
    line-height: 1.5;
  }
  .checkusout-section {
    margin-top: 6em !important;
    padding-bottom: 0em !important;
  }
  .section-header {
    margin-bottom: 0 !important;
  }
  .carousel-indicators {
    margin: 0 !important;
    margin-bottom: 5em !important;
  }
  .testimonial-right {
    width: 50% !important;
    margin: auto !important;
  }
  .cust_speak_overlay {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 80% !important;
  }
  blockquote .cust_speak_quote {
    font-size: 26px !important;
    position: absolute;
    top: 8em !important;
  }
  #cust_speak {
    top: 24em !important;
  }
  .download-casestudy-btn {
    position: absolute;
    top: 27em !important;
  }
  .watch-now-button {
    position: absolute;
    top: 23em !important;
  }
  #segments {
    padding-top: 0 !important;
  }
  #banner-request-btn-index-segment-1,
  #talent-request,
  #developer-request,
  #banner-request-btn-index-segment-2,
  .action-button-2 {
    margin: 12px 0;
    display: block;
  }

  section#in_news {
    margin-bottom: 0 !important;
  }
  .test-margin {
    margin-top: 0;
    padding: 0px;
  }
  .quote-1 {
    width: 20% !important;
    position: absolute !important;
    /* right: 13.5em !important;
    top: 1.5em !important; */
  }
  .testimonial-right {
    padding-top: 4em !important;
    padding-bottom: 1em !important;
  }
  .quote-2 {
    width: 20% !important;
    position: relative !important;
    /* right: -2.5em !important;
    bottom: 0em !important; */
  }
  .author-img {
    width: 120px !important;
    height: 120px !important;
    top: -20px !important;
    /* right: 8em !important; */
    border-radius: 100%;
  }
  .author {
    float: right;
    margin-bottom: 7em !important;
  }
  .author-segment {
    margin-left: -10.5em !important;
    position: absolute;
    top: 0.4em;
    left: 7em;
  }
  .author-name {
    font-size: 14px !important;
  }
  span#banner-span {
    font-size: 27px;
    text-align: center;
  }

  .faeturs-h3 h3 {
    font-size: 24px;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  }

  .img-place-mobile {
    padding-bottom: 2em;
  }

  .section-header.h3 {
    padding-bottom: 15px;
  }

  li#candidate-sec-li {
    font-size: 17px;
    text-align: left;
    margin-bottom: 0.5em;
  }

  p#banner-p {
    font-size: 15px;
    text-align: center;
  }

  p#banner-span-p {
    text-align: center;
    font-size: 15px;
  }

  #banner-request-btn,
  .submit_button,
  #banner-request-btn-sales,
  #Talk-To-Us-span-sales,
  .make_payment_button,
  #banner-request-btn-index {
    font-size: 16px;
    margin-top: 20px;
  }

  .humantic_testimonials {
    min-height: 300px;
  }

  section#in_news {
    background-color: #fff;
    margin-top: 2em;
  }

  #section-casestudy-h3 {
    font-size: 22px !important;
  }

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

  p.features-p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0.5em;
    margin-left: 0px;
  }

  .spacining-heading {
    margin-bottom: 0.5em !important;
    margin-top: 3.5em !important;
  }

  section#sample-intro-id {
    padding-bottom: 3em;
  }

  .features-list-li {
    font-size: 17px;
  }

  p.feature-p {
    font-size: 13px !important;
  }

  p#candidate-sec-p {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0.8em;
    font-family: Noto Sans JP;
  }

  img#play-button {
    right: 11em;
    top: 3em;
    height: auto;
    width: 4em;
  }

  .news-list {
    padding-bottom: 2em;
  }

  img#news_video-text {
    left: 0em;
    bottom: -0.5em;
    width: 100%;
  }

  h3#news_video-h3 {
    font-size: 10px !important;
    bottom: 8% !important;
    left: 13% !important;
  }

  h3#news_video-h3-1 {
    bottom: -2%;
    left: 30%;
    font-size: 12px;
  }

  p.news-p {
    font-size: 17px;
    font-weight: 400;
  }

  .testimon-h4 {
    font-size: 16px;
  }

  h1.talk-us {
    font-size: 25px;
  }
  a#read-news {
    font-size: 13px;
  }

  #Talk-To-Us-span {
    font-size: 18px;
  }

  .terms-p {
    font-size: 11px;
  }

  /*------about us page -----------*/

  p.team-designtn {
    left: 6.3em;
    bottom: 2em;
    font-size: 13px;
  }

  p.team-name {
    bottom: 2.5em;
    left: 4.3em;
    font-family: Noto Sans JP;
    font-size: 19px;
  }

  h1#about-intro-h1 {
    font-size: 26px;
    text-align: justify;
  }

  p.about-intro-p {
    font-size: 17px;
  }

  h3#team-intro-h1 {
    font-size: 26px;
  }

  img.team-person {
    width: 65%;
  }

  img.team-person-nw {
    width: 65%;
  }

  .team-img {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .team-img-nw {
    padding-top: 30px;
    /* padding-bottom: 40px; */
  }

  img.team-title {
    left: 4em;
    bottom: 1.4em;
    width: 80%;
    max-width: 100%;
  }

  img.team-title-adv {
    left: 4em;
    bottom: 1.4em;
    width: 80%;
    max-width: 92%;
  }

  /*-------contact us page ----*/

  h1#contact-top-h1 {
    text-align: left;
    font-size: 30px;
  }

  p#contact-top-p {
    text-align: left;
    font-size: 16px;
  }

  h3#contact-bottom-h3 {
    font-size: 20px;
  }

  p.contact-bottom-p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 15px;
  }

  img.tick-img {
    /* padding-top: 1em; */
    margin-left: 1.5em;
    width: 95%;
  }

  h3.request-form-h3 {
    font-size: 30px;
  }

  img#sample-intro-graphic {
    height: auto;
    width: 13%;
    /* margin-top: -1em; */
    position: absolute;
    top: -4em;
    right: 10em;
  }
}

/*----------------------------------*/

@media (max-width: 374.98px) {
  .testimonial-section {
    padding-bottom: 0px !important;
  }

  .candidate-area-class {
    padding-bottom: 45px;
  }

  img.linkedin-img {
    width: 9%;
  }

  /*index page -----*/
  #privacy {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .row.privacy {
    padding-top: 0px;
  }

  .privacy h4 {
    font-size: 15px !important;
    font-weight: 500 !important;
  }
  .testimonial-left-heading {
    font-size: 38px !important;
    font-weight: 700 !important;
  }

  .privacy p {
    padding-top: 9px !important;
    font-size: 15px !important;
  }

  .privacy div {
    margin-top: 15px !important;
    padding: 0px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 15px !important;
    /* background-color: #f6f6f6; */
  }

  p.feature-p {
    font-size: 14px !important;
  }

  p#in_news-p1 {
    font-size: 10px !important;
  }

  .container.testimonial-container {
    padding: 0.5em;
  }

  .report-title h3 {
    font-size: 17px;
  }

  .Report-p > p {
    font-size: 12px;
  }

  h3#candidate-sec-h1 {
    padding-top: 1em;
    text-align: center;
    /* margin-left: 9em; */
    font-size: 20px;
    padding-bottom: 1em;
    font-weight: 500;
  }

  .Report-p {
    font-size: 10px;
  }

  #read-resource-btn {
    padding: 3px 32px;
  }

  button.btn.btn-primary {
    font-size: 13px;
  }
  .section-header.h3 {
    padding-bottom: 0px;
    padding-top: 20px;
  }
  img#news_video {
    margin-top: 2em;
  }

  .news-temp-p {
    margin-top: 1em;
  }

  h4#testomin-h4-2 {
    padding-top: 0px;
  }

  .demo {
    padding-bottom: 1em;
  }

  .news-list {
    padding-bottom: 1em;
  }

  section#banner-section {
    height: auto;
    /* padding-bottom: .5em; */
  }

  h3.textblock-title {
    font-size: 16px;
  }

  p.textblock-text {
    font-size: 15px;
  }

  .screenshot-section {
    padding-top: 1em;
  }

  section#sample-intro-id {
    padding-top: 0px;
    padding-bottom: 2.5em;
  }

  section#news-area {
    padding-top: 1em !important;
  }

  .container.demo {
    text-align: center;
  }

  .banner-section .banner-right img {
    width: 80%;
  }

  h1#banner-h1 {
    font-size: 26px;
    text-align: center;
  }

  span#banner-span {
    font-size: 26px;
  }

  img#sample-intro-graphic {
    display: none;
  }

  p#banner-p {
    font-size: 14px;
    text-align: center;
  }

  p#banner-span-p {
    text-align: center;
    font-size: 14px;
  }

  h3#sample-intro-h3 {
    text-align: center;
    /* padding-bottom: 20px;
    padding-top: 9px; */
  }

  .img-place-mobile {
    padding-bottom: 1.5em;
  }

  .faeturs-h3 h3 {
    font-size: 20px;
    padding-bottom: 0.3em;
    padding-top: 0em;
  }

  p.features-p {
    font-size: 14px;
  }

  .features-list-li {
    font-size: 12px;
  }

  section#in_news {
    margin-top: 1.5em;
  }

  #banner-request-btn,
  .submit_button,
  #banner-request-btn-sales,
  #Talk-To-Us-span-sales,
  .make_payment_button,
  #banner-request-btn-index {
    font-size: 0.9em;
  }

  #section-casestudy-h3 {
    font-size: 19px !important;
  }

  .section-header h3 {
    font-size: 20px;
    font-weight: 600;
  }

  p.features-p {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin-left: 0px;
    margin-bottom: 0.5em;
  }

  .cta-feature-btn-area {
    text-align: center;
    margin-top: 1.5em;
    margin-left: 0px;
  }

  .features-list-li {
    font-size: 15px;
  }

  p#candidate-sec-p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0.5em;
    text-align: center;
  }

  .candidate-btn-area {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 2em;
    margin-left: 0px;
  }

  li#candidate-sec-li {
    font-size: 15px;
    margin-bottom: 0.5em;
  }

  img#play-button {
    right: 7.9em;
    top: 2.2em;
    height: auto;
    width: 5em;
  }

  img#news_video-text {
    left: 0em;
    bottom: -0.5em;
    width: 100%;
  }

  h3#news_video-h3 {
    font-size: 10px;
    bottom: 7%;
    left: 6%;
  }

  h3#news_video-h3-1 {
    bottom: -2%;
    left: 30%;
    font-size: 10px;
  }

  .quote {
    font-size: 3em;
    padding-left: 0px;
  }

  p.news-p {
    font-size: 15px;
    font-weight: 400;
  }

  a#read-news {
    font-size: 13px;
  }

  a#read-news:hover {
    color: #000000 !important;
  }

  .testimon-h4 {
    font-size: 14px;
    padding: 1em;
    /*  padding-right: 0px; */
  }

  p.testimon-p {
    padding-top: 0.5em;
    padding-right: 1em;
    font-size: 14px;
  }

  p.testimon-p-desig {
    font-size: 14px;
  }

  h1.talk-us {
    font-size: 20px;
  }

  .card.testimonial-card {
    height: 24em;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  #Jacque-testi-mobi {
    margin-top: 0px;
  }

  #Talk-To-Us-span {
    font-size: 13px;
  }

  .terms-p {
    font-size: 8px;
  }

  #progress .progress-bar {
    bottom: 1.5em;
  }

  /*----about us page ------*/

  p.team-designtn {
    left: 5.2em;
    bottom: -0.8em;
    font-size: 12px;
  }

  p.team-name {
    bottom: 0.7em;
    left: 3.6em;
    font-size: 17px;
    font-weight: 500;
  }

  div#intro-p-area {
    max-width: 100%;
  }

  h1#about-intro-h1 {
    font-size: 25px;
  }

  p.about-intro-p {
    font-size: 15px;
  }

  h3#team-intro-h1 {
    font-size: 20px;
  }

  img.team-person {
    width: 65%;
  }

  img.team-person-nw {
    width: 65%;
  }

  img.team-title,
  img.team-title-adv {
    left: 3em;
    bottom: -0.6em;
    width: 80%;
    max-width: 100%;
  }

  .team-img {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .team-img-nw {
    padding-top: 20px;
    /* padding-bottom: 25px; */
  }

  /*-----contact us page ------*/

  img.contact-page-logo,
  img#advantage-talent-logo,
  img#apple-logo,
  img#indeed-logo {
    width: 32%;
  }

  img#humanpredictions-logo {
    width: 45%;
  }

  img#RR_white-logo {
    width: 25%;
  }

  h1#contact-top-h1 {
    font-size: 26px;
  }

  p#contact-top-p {
    font-size: 14px;
  }

  h3#contact-bottom-h3 {
    font-size: 18px;
  }

  p.contact-bottom-p {
    font-size: 14px;
  }

  img.tick-img {
    /* padding-top: 1em; */
    /* margin-left: 1.5em; */
    margin-left: 1.5em;
    width: 95%;
  }

  h3.request-form-h3 {
    font-size: 25px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  i.fab.fa-twitter.fa-lg {
    margin-left: 0px !important;
  }

  .banner-section .banner-right img {
    width: 50%;
  }

  .card.testimonial-card {
    height: 29em;
  }

  section#banner-section {
    justify-content: space-around;
  }

  div#banner-section-logo-area {
    display: none;
  }

  img.team-title,
  img.team-title-adv {
    bottom: 2em;
    width: 95%;
  }

  p.team-name {
    bottom: 1.8em;
    left: 3em;
    font-size: 32px;
    font-weight: 500;
  }

  p.team-designtn {
    bottom: 1em;
    left: 4em;
    font-size: 24px;
    font-weight: normal;
  }

  /*---aboutpage changes ------*/

  .overlay {
    width: 100%;
    left: 0%;
  }

  .overlay-single {
    width: 100%;
    left: -17%;
  }

  p.about-intro-p {
    font-size: 18px;
  }

  .team-img {
    width: 100%;
    padding: 3em;
  }

  .team-img-nw {
    width: 100%;
    padding-bottom: 2em;
    /* padding: 3em; */
  }

  img.team-person {
    width: 65%;
    /* padding-bottom: 2em; */
  }

  img.team-person-nw {
    width: 65%;
    /* padding-bottom: 2em; */
  }

  img.team-title,
  img.team-title-adv {
    bottom: 0em;
    width: 88%;
    left: 5em;
  }

  #footer .footer-top .footer-info h3 {
    font-size: 25px;
    letter-spacing: 0px;
  }

  #footer .footer-top .footer-info h3 {
    text-align: left;
    padding-bottom: 0px;
  }
}

@media (min-width: 510px) and (max-width: 519.98px) {
  img#play-button {
    right: 11em;
    top: 4.2em;
    height: auto;
    width: 7em;
  }

  h3#news_video-h3 {
    font-size: 15px;
    bottom: 9%;
    left: 15%;
  }

  h3#news_video-h3-1 {
    bottom: 2%;
    left: 30%;
    font-size: 15px;
  }
}

@media (min-width: 520px) and (max-width: 575.98px) {
  img#play-button {
    right: 11em;
    width: 8em;
  }

  h3#news_video-h3 {
    font-size: 17px;
    bottom: 5%;
    left: 10%;
  }

  h3#news_video-h3-1 {
    bottom: -2%;
    left: 29%;
    font-size: 17px;
  }

  img#news_video-text {
    bottom: -1.5em;
  }
}

@media (min-width: 510px) and (max-width: 575.98px) {
  /*img.team-title{
  bottom: 3em;
  width: 93%;

} */

  p.team-name {
    bottom: 1em;
    left: 5em;
    font-size: 24px;
    font-weight: 500;
  }

  p.team-designtn {
    bottom: 0em;
    left: 7em;
    font-size: 17px;
    font-weight: 400;
  }
}

/*===========================contact us area media queries =========================*/

@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-Rectangle-18 {
    width: 362px;
    height: 450px;
  }
  button.btn.btn-primary {
    letter-spacing: 0px;
  }

  section#news-area {
    padding-top: 6em;
  }

  .news-list {
    padding-bottom: 6em;
  }
}

/*===========================media queries for screen height ===================*/

/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
}

/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
}

/*========================*/

@media (min-width: 768px) {
  #section-casestudy-h3 {
  }
  #section-casestudy-h3-tab {
  }

  #section-casestudy-h3-425 {
  }
  #section-casestudy-h3-375 {
  }

  #section-casestudy-h3-375 {
  }

  #clients {
    display: none;
  }

  .sample-intro-img-area {
    display: none;
  }

  .row.intro-text-area {
    display: flex;
  }
}

/*==============own customize media queries=================*/

@media screen and (min-width: 1921px) {
  section#banner-section {
    height: auto;
  }
}

@media screen and (min-width: 1800px) {
  section.contact-banner {
    height: auto;
  }
}

/*==============own customize media queries=================*/

@media (min-width: 576px) and (max-width: 767.98px) {
  .quote {
    font-size: 5em;
  }

  div#testimon-quote-2 {
    padding-top: 1em;
  }

  img#play-button {
    right: 11em;
    top: 5em;
    width: 8em;
  }

  img#news_video {
    width: 90%;
  }

  img#news_video-text {
    left: 0em;
    bottom: -5%;
    max-width: 100%;
  }

  h3#news_video-h3 {
    font-size: 19px;
    bottom: 7%;
    left: 6%;
  }

  h3#news_video-h3-1 {
    font-size: 19px;
    bottom: -1.5%;
    left: 29%;
  }

  h1#about-intro-h1 {
    font-size: 40px;
  }

  /*----contact page ----*/

  h1#contact-top-h1 {
    font-size: 40px;
  }

  p#contact-top-p {
    font-size: 20px;
  }

  h3#contact-bottom-h3 {
    font-size: 20px;
  }

  p.contact-bottom-p {
    font-size: 18px;
  }

  h3.request-form-h3 {
    font-size: 30px;
  }

  button#Talk-To-Us {
    font-size: 20px;
  }

  #footer .footer-top h4 {
    font-size: 12px;
  }

  .foooter-link-a {
    font-size: 13px;
  }

  .terms-p {
    font-size: 12px;
  }

  /*=======main page ========*/

  h3.textblock-title {
    font-size: 21px;
  }

  p.textblock-text {
    font-size: 18px;
  }

  .section-header h3 {
    font-size: 30px;

    /* padding-top: 1em;*/
  }

  h1#banner-h1 {
    text-align: center;
    font-size: 30px;
  }

  span#banner-span {
    font-size: 30px;
  }

  p#banner-p {
    text-align: center;
    font-size: 17px;
  }

  p#banner-span-p {
    font-size: 17px;
  }

  .container.demo {
    text-align: left;
  }

  .section-header h3 {
    font-size: 30px;
    margin-bottom: 0.3em;
  }

  #section-casestudy-h3 {
    font-size: 30px !important;
  }

  .privacy p {
    font-size: 18px !important;
  }

  .section-header.h3 {
    padding-bottom: 0px !important;
  }

  p.features-p {
    font-size: 23px;
  }

  .features-list-li {
    font-size: 18px;
  }

  h3#candidate-sec-h1 {
    padding-top: 2em;
  }

  p#candidate-sec-p {
    font-size: 23px;
  }

  li#candidate-sec-li {
    font-size: 18px;
  }

  img#bactrack-img {
    margin-top: 1em;
  }

  .card.testimonial-card {
    width: 85%;
  }

  .testimon-h4 {
    font-size: 14px;
  }

  img#sample-intro-graphic {
    height: 5em;
  }

  h4#testomin-h4-2 {
    padding-top: 2em;
  }

  p.testimon-p {
    font-size: 14px;
  }

  p.testimon-p-desig {
    font-size: 14px;
  }

  div#testimon-quote-2 {
    padding-top: 0em;
  }

  div#sample-intro-list-area {
    display: none;
  }
}

/*==================testing navbar styles========================*/

#humantic-nav-ul {
  padding-right: 4em;
}

#nav {
  margin-top: 18px !important;
}
.dope-menu {
  padding-top: 0.5em !important;
}

ul {
  /*  margin-top: 18px;
    margin-bottom: 1rem; */
}

/*==================back to top btn  styles========================*/

.back-to-top {
  position: fixed;
  display: none;
  background: #ffc61e;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

/*--====-------------------====---*/

a.navbar-brand {
  font-size: xx-large;
  letter-spacing: 0.8px;
  font-family: Montserrat Alternates;
  font-weight: bold;
}

.navbar-light .navbar-brand {
  color: #ecab13;
}

.navbar-dark .navbar-brand {
  color: #ecab13;
  padding-left: 15px;
}

.navbar-light .navbar-brand:hover {
  color: #ecab13;
}

a.nav-link.waves-effect.waves-light {
  font-family: Noto Sans JP;
  font-size: 1.1em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: black !important ;
  margin-right: 1em;
}

a.nav-link i {
  margin-right: 10px;
}

a.nav-link.waves-effect.waves-light {
  display: flex;
  justify-content: center;
}

.nav-mobile-i {
  /* flex: 1 1 25%;
    display: flex;
    justify-content: end;
    align-items: center; */
}

.nav-mobile-p {
  /* flex: 1 1 75%;
    display: flex;
    justify-content: start; */
}

.navbar {
  box-shadow: none !important;
}

div#navbarResponsive {
  background-color: white;
}

li.nav-item {
  text-align: center;
}

/*-------------------------------------*/

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler:focus {
  outline: none;
  background: transparent !important;
}

.navbar-toggler .icon-bar {
  background-color: #ecab13;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all 0.2s;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.icon-bar:nth-child(2) {
  width: 16px;
  transition: ease all 0.2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all 0.2s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all 0.2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
  transition: ease all 0.2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all 0.2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
  transition: ease all 0.2s;
}

.sec-accent {
  background-color: #fafcf5;
}

.blue {
  background-color: #9999cc;
}

/*-------------------------------------*/

/*================optout/term/gdpr/privacy policy chnages area=================*/

.optout-area {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.optout-humantic {
  /* box-shadow: 1px 1px 5px #d9d9d9; */
  /* min-height: 35vh; */
  /* width: 35vw; */
  /* left: 32.5vw; */
  /* background: #fff; */
  /* padding: 30px; */
  /* max-width: 100%; */
  /* border-radius: 10px;
  margin: 50px auto; */
}

input#textid {
  height: 100px;
  width: 100%;
  width: 24vw;
  border-radius: 5px;
  border: 0;
  outline: 0;
  padding: 8px 15px;
  background: rgb(245, 245, 245);
  /*  padding-left: 16px; */
}

textarea#textid {
  width: 30vw;
  border-radius: 5px;
  border: 0;
  outline: 0;
  padding: 8px 15px;
  background: rgb(245, 245, 245);
}

.heading {
  color: #ecab13;
  font-size: xx-large;
  letter-spacing: 0.8px;
  font-family: Montserrat Alternates;
  font-weight: bold;
  /* font-size: 30px; */
  text-align: center;
}

.subheading {
  font-size: 17px;
  text-align: center;
}

.input_container {
  margin-top: 20px;
}

.input-wrapper-container {
  text-align: center;
}
.q {
  text-align: left;
}
.subheading_q {
  font-weight: 600;
}
.input-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.input_field {
  width: 30vw;
  border-radius: 5px;
  border: 0;
  outline: 0;
  padding: 8px 15px;
  background: rgb(245, 245, 245);
  /*  padding-left: 40px; */
}

span.response_message {
  display: inline-block;
  text-align: center;

  color: green;

  color: grey;

  /* margin-top: 10px; */
  /* width: 16vw; */
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
}

/*-----privacy--------*/

.col-lg-8.col-lg-offset-2.col-md-10.col-md-offset-1.privacy-humantic {
  margin-left: auto;
  margin-right: auto;
}

/*-----privacy--------*/

/*-----term--------*/

.col-lg-8.col-lg-offset-2.col-md-10.col-md-offset-1.term-humantic {
  margin-left: auto;
  margin-right: auto;
}

/*-----term--------*/

.col-lg-8.col-lg-offset-2.col-md-10.col-md-offset-1.gdpr-humantic {
  margin-left: auto;
  margin-right: auto;
}
.gdpr-humantic {
  margin-left: auto;
  margin-right: auto;
}

#privacy {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #f6f6f6;
}

/* #privacy span{
  text-decoration: underline;
  text-decoration-color: #ffc61e;
} */

.privacy div {
  margin-top: 48px;
  /* padding: 24px; */
  padding: 10px 24px;
  /* background-color: #f6f6f6; */
}

.privacy h4 {
  font-size: 24px;
  font-weight: 400;
  font-family: Noto Sans JP;
  text-decoration: underline;
}
.testimonial-left-heading {
  font-family: Raleway;
  font-size: 50px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  color: #ffc61e;
}

.privacy p {
  padding-top: 16px;
  font-size: 16px;
  font-family: Noto Sans JP;
}

@media (max-width: 374.98px) {
  span.quote-autor-company {
    font-size: 14px;
  }

  .quote-author {
    margin-top: 15px;
    margin-left: 15px;
  }

  .quote-autor-name {
    font-size: 14px;
  }

  .quote-author-img img {
    width: 4em;
    height: 4em;
  }

  .cta-feature-btn {
    font-size: 15px;
    padding: 10px 16px;
  }

  .privacy h4 {
    font-size: 14px;
    font-weight: 400;
  }

  .testimonial-left-heading {
    font-size: 35px !important;
    font-weight: 500 !important;
  }
  .privacy div {
    margin: 0px;
  }
  .boxUL {
    right: auto !important;
  }
  .boxUL li {
    font-size: 18px !important;
  }
  .heroForEveryone {
    left: auto !important;
    right: 32px;
    top: 8px;
    font-size: 18px !important;
  }
}

/*================optout/term/gdpr/privacy policy chnages area=================*/

.resources-heading {
  text-align: center;
  padding-bottom: 2em;
  font-size: 22px;
  font-weight: 500;
}

p.feature-p {
  font-family: Noto Sans JP;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #135b75;
  /* margin-left: 1em; */
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #007bff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.secondary_link:hover {
  color: #ffbb33 !important;
  text-decoration: none !important;
}

.chrome-btn-a-tag:hover {
  color: white !important;
}

#section-casestudy-h3 {
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #212734;
  position: relative;
  font-size: 45px;
  font-family: Raleway;
  padding-top: 1em;
  padding-bottom: 1em;
}

/* =================================== */
/*  Testimonial Styles
/* =================================== */
.testimonial-section {
  padding-bottom: 20px;
}
.testimonial-section .testimonial-left p {
  margin-top: 10px;
  margin-bottom: 40px;
  max-width: 300px;
}
.testimonial-section .testimonial-right h2 {
  margin-bottom: 30px;
}
.testimon-h4 .testimonial-right {
  padding-top: 5em;
}
.testimonial-section .single-testimonial {
  /*  border: 1px solid #eee; */
  background: #eeeeee1f;
  border-radius: 5px;
  padding: 30px 0px;
}
.testimonial-section .single-testimonial p {
  color: #222;
  font-weight: normal;
}
.testimonial-section .single-testimonial .img-wrap {
  margin-right: 20px;
}
.testimonial-section .single-testimonial .img-wrap img {
  border-radius: 30px;
}
.testimonial-section .single-testimonial .details p {
  margin-bottom: 0px;
  color: #8c8d9e;
}
.testimonial-section .testimonial-white-bg {
  background: #fff !important;
  border-color: #fff !important;
}
.testimonial-section .carusel-two .owl-dots .owl-dot {
  background: #fff;
}
.testimonial-section .owl-dots {
  text-align: center;
  /* margin-top: 30px; */
  margin-bottom: 20px;
}
.testimonial-section .owl-dots .owl-dot {
  border-radius: 20px;
  width: 14px;
  height: 14px;
  background: white !important;
  display: inline-block;
  margin: 0px 5px;
}
.testimonial-section .owl-dots .owl-dot.active {
  background: #4285f4 !important;
}
.testimonial-section .owl-dots .owl-dot:focus {
  outline: none;
}

.owl-dots {
  text-align: center !important;
}

button.owl-dot {
  border-radius: 20px;
  width: 14px;
  height: 14px;
  background: #eeeeee !important;
  display: inline-block;
  margin: 0px 5px;
}

p#in_news-p1 {
  text-align: center;
  font-size: 15px;
  font-weight: lighter;
  margin-bottom: 0px;
}

.owl-item {
  /* width: 400px !important; */
}
.quote-2-text {
  padding-top: 8em;
}
/*--------------cookies css--------------------*/

#cookie-bar.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

#cookie-bar {
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 3px 0;
  width: 100%;
  color: white;
  background-color: #444;
  display: none;
}

#cookie-bar > p {
  margin: 1%;
  font-family: Noto Sans JP;

  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
}

.cb-policy {
  color: #fff;
  text-decoration: underline;
}

.cb-enable {
  border-radius: 10%;
  margin-left: 5px;
  color: white;
  padding: 5px;
  border-radius: 10%;
  text-decoration: none;
  background-color: #ffc61e !important;
  transition: 0.3s background-color;
  font-family: Noto Sans JP;
}

/*------------------------contact form area ----------------------*/

.align-right-btn {
  text-align: right;
}

div#schedule-a-demo {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

h1#contact-header {
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #212734;
  font-size: 40px;
  font-family: Raleway;
  margin-bottom: 0.5em;
}

/*---contact addres  sctn--*/

.contact-item {
  /*  position: relative;
    padding-left: 44px;
    color: #444;
    -webkit-transition: all .27s cubic-bezier(.3,.1,.58,1);
    -moz-transition: all .27s cubic-bezier(.3,.1,.58,1);
    -o-transition: all .27s cubic-bezier(.3,.1,.58,1);
    -ms-transition: all .27s cubic-bezier(.3,.1,.58,1);
    transition: all .27s cubic-bezier(.3,.1,.58,1); */
}

.container.contact-form {
  /* padding-top: 3em; */
}

button#submit_btn_contact {
  text-transform: none;
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffc61e;
  /* padding: 5px 43px; */
  border-radius: 10px;
  background-color: white;
  box-shadow: none;
  border: 2px solid #ffc61e;
}

/*---contact address sctn--*/

.form-control {
  margin-bottom: 10px !important;
}

h4.font-alt.mt-30 {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}

button#Resources-btn {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffffff;
  /* padding: 5px 43px; */
  border-radius: 10px;
  background-color: #4a90e2;
  box-shadow: none;
  text-transform: none;
  padding: 0.7rem 3rem !important;
}

button#Resources-btn-1 {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffffff;
  /* padding: 5px 43px; */
  border-radius: 10px;
  background-color: #4a90e2;
  box-shadow: none;
  text-transform: none;
  padding: 0.7rem 3rem !important;
}

button#Resources-btn-2 {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffffff;
  /* padding: 5px 43px; */
  border-radius: 10px;
  background-color: #4a90e2;
  box-shadow: none;
  text-transform: none;
  padding: 0.7rem 3rem !important;
}

.portfolio-description {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32213a;
  text-align: center;
}

/*-----------------------------------------------------*/

a.terms-etc-a {
  text-decoration: underline;
}

.modal-request {
  padding-top: 2em;
}

button#learn-more-btn {
  padding: 11px 70px;
}

button#Waitlist-btn {
  padding: 11px 70px;
}

.screenshot-section {
  padding-bottom: 1em;
}

.modal-name-message {
  visibility: hidden;
  color: red;
}

.modal-email-message,
.modal-phone-message {
  visibility: hidden;
  color: red;
}

.modal-business-email-message {
  visibility: hidden;
  color: red;
}

#modal-request-btn {
  font-family: Raleway;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffffff;
  /* padding: 5px 43px; */
  border-radius: 10px;
  box-shadow: none;
  text-transform: none;
}

#modal-request-btn-learn {
  font-family: Raleway;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffffff;
  /* padding: 5px 43px; */
  border-radius: 10px;
  background-color: #4a90e2;
  box-shadow: none;
  text-transform: none;
}

#modal-request-btn-waitlist {
  font-family: Raleway;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffffff;
  /* padding: 5px 43px; */
  border-radius: 10px;
  background-color: #4a90e2;
  box-shadow: none;
  text-transform: none;
}

#modal-request-btn-solution {
  font-family: Raleway;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffffff;
  /* padding: 5px 43px; */
  border-radius: 10px;
  background-color: #4a90e2;
  box-shadow: none;
  text-transform: none;
}

i.fab.fa-facebook.fa-lg {
  margin-left: 15px;
  display: none;
}

i.fab.fa-twitter.fa-lg {
  margin-left: 0px;
}

i.fab.fa-linkedin-in.fa-lg {
  margin-left: 15px;
}

input#business-email-request {
  font-family: Helvetica;

  font-weight: 300;

  font-style: oblique;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: 0.14px;

  color: #9b9b9b;
  /*text-align: center; */
  border: none;
  /*box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.1); */
  border-radius: 0px;
  padding: 0px;
}

#staffing-mailto {
  padding-left: 20px;
}

input:-internal-autofill-selected {
  background-color: white !important;
}

textarea:focus,
input:focus {
  outline: none;
}

/*---------------------trail----------------------*/

.team-img {
  text-align: center;
}

.team-img-nw {
  text-align: center;
}

.team-blur {
  display: inline;
}

.team-img-nw {
  text-align: center;
}

.team-blur-nw {
  display: inline;
}

img.team-person-nw {
  display: inline;
}

img.team-person {
  display: inline;
}

img.team-person-nw {
  display: inline;
}

.modal-header {
  border-bottom: none !important;
}

.ci-text {
  margin-left: 3px;
}

.carousel-indicators {
  bottom: -3em !important;
}

.humantic_testimonials .carousel-indicators {
  top: 30em !important;
}

.carousel .carousel-indicators li {
  background-color: #fff !important;
}

.product-demo-body {
  /* height: 11em !important; */
}

.modal-name-message {
  font-size: 0.8rem !important;
}

.modal-email-message,
.modal-phone-message {
  font-size: 0.8rem !important;
}

.spacining-heading {
  margin-bottom: 1em;
  margin-top: 1em;
}

/*-------------------mentor area-----------------------*/
.mentor-name {
  position: absolute;
  bottom: 3.9em;
  left: 4em;
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #212734;
}

p.mentor-describtn {
  position: absolute;
  bottom: 3.7em;
  left: 5.5em;
  font-family: Noto Sans JP;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #212734;
}

p.mentor-describtn-line-2 {
  position: absolute;
  bottom: 2.3em;
  left: 5.5em;
  font-family: Noto Sans JP;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #212734;
}

img.mentor-title {
  position: absolute;
  left: 4em;
  bottom: 2.5em;
  width: 80%;
  max-width: 100%;
  height: auto;
}

.form-group {
  margin-bottom: -15px !important;
}

p.success_message_contact {
  font-family: Noto Sans JP;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: green;
  /* position: absolute; */
  font-weight: 100;
  /* padding-left: 16px; */
  /* padding-right: 16px; */
  top: 42%;
  left: 0;
}

@media (max-width: 424.98px) and (min-width: 411px) {
  p#banner-p {
    font-size: 17px !important;
  }
  p#banner-span-p {
    font-size: 17px !important;
  }
}

@media (max-width: 410.98px) and (min-width: 390px) {
  p#banner-p {
    font-size: 16px !important;
  }
  p#banner-span-p {
    font-size: 16px !important;
  }
}

@media (max-width: 389.98px) and (min-width: 375px) {
  p#banner-p {
    font-size: 15px !important;
  }
  p#banner-span-p {
    font-size: 15px !important;
  }
}

@media (max-width: 374.98px) and (min-width: 368px) {
  p#banner-p {
    font-size: 15px !important;
  }
  p#banner-span-p {
    font-size: 15px !important;
  }
}

@media (max-width: 367.98px) and (min-width: 347px) {
  p#banner-p {
    font-size: 14px !important;
  }
  p#banner-span-p {
    font-size: 14px !important;
  }
  .cust_speak_overlay {
    width: 110%;
  }
  #cust_speak {
    font-size: 12px;
    top: 22em !important;
  }
}

@media (max-width: 346.98px) {
  p#banner-p {
    font-size: 13px !important;
  }
  p#banner-span-p {
    font-size: 13px !important;
  }
}

a#candidate-a-tag:hover {
  color: #6d311c !important;
}

input#name-contact {
  margin-bottom: 13px !important;
}

input#email-contact {
  margin-bottom: 13px !important;
}

.Resources-btn-ejs {
  font-family: Noto Sans JP;
  font-size: 16px !important;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffffff !important;
  /* padding: 5px 43px; */
  border-radius: 10px !important;
  background-color: #4a90e2;
  box-shadow: none !important;
  text-transform: none !important;
  padding: 0.7rem 3rem !important;
}

.gradientBox {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: solid 5px transparent;
  border-radius: 1em;
}
.gradientBox:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  /* !importantÃ© */
  border-radius: inherit;
  /* !importantÃ© */
  background: linear-gradient(to right, #2ba7de, #e66bbd);
}

@media (min-width: 915px) and (max-width: 940px) {
  #customer-speak {
    min-height: 500px !important;
  }
  .cust_speak_overlay {
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .watch-now-button {
    position: absolute;
    top: 18em !important;
    left: 8em !important;
  }
  .download-casestudy-btn {
    position: absolute;
    top: 22em !important;
    left: 8em !important;
  }
  #Sales-image {
    width: 70%;
    position: relative;
    /* bottom: -3em; */
  }
  .hiring-img {
    display: block !important;
  }
  #Hiring-image-2 {
    width: 90%;
    position: relative;
    /* bottom: -3em; */
  }
  #Hiring-image {
    display: none;
  }
  #Developer-image {
    width: 80%;
    position: relative;
    /* bottom: -3em; */
  }
  .faeturs-h3 h3 {
    padding-top: 0 !important;
  }
  h3#news_video-h3 {
    font-size: 24px !important;
    bottom: 5% !important;
    left: 2.5%;
  }
  .author-img {
    right: 16em !important;
  }
  .testimonial-right {
    padding-top: 2em;
  }
  .quote-1 {
    width: 100%;
  }
  .quote-2 {
    width: 100%;
  }
  .usedBy {
    display: flex;
  }
}
@media (max-width: 320px) {
  .checkusout-section {
    margin-top: 30em !important;
    padding-top: 8em !important;
    padding-bottom: 0 !important;
  }
  .watch-now-button {
    top: 20em !important;
  }
  .download-casestudy-btn {
    top: 24em !important;
  }
  #cust_speak {
    top: 18em !important;
  }
  #customer-speak {
    max-height: 550px;
  }
  .quote-1-align {
    text-align: left !important;
  }
  .quote-1,
  .quote-2 {
    width: 20% !important;
  }
  .testimonial-right {
    padding-top: 0em !important;
  }
  .quote-author-content {
    max-width: 100% !important;
    margin-left: 0em !important;
  }
  .author-img {
    width: 120px !important;
    height: 120px !important;
    top: -7px;
  }
  .author-segment {
    margin-left: 4em !important;
    margin-top: 1em !important;
  }
  .author-name {
    font-size: 14px !important;
  }
  .quote-2-text {
    padding-top: 0em !important ;
  }
  .boxUL li {
    text-align: center;
  }
}

@media (min-width: 550px) {
  .form-end {
    padding: 0 12%;
  }
}

@media (min-width: 321px) and (max-width: 420px) {
  .boxUL li {
    text-align: center !important;
    font-size: 28px !important;
  }

  #scroll-index {
    font-size: 16px;
    font-weight: 700;
  }
  p#subhead-heromodule-banner {
    margin: 12px !important;
  }
  .featuredIn,
  .usedBy {
    display: flex;
    margin: 10px 0 !important;
  }
  .humantic_testimonials .carousel-indicators {
    top: 33em !important;
  }
  .testimonial-right {
    font-size: 12px;
    padding-top: 3em !important;
  }
  .quote-2 {
    top: 15px;
    left: 60px;
  }
  .overlayImageWidth {
    width: 80% !important;
  }
  .carousel-indicators {
    margin: 10px;
    margin-bottom: 100px;
    margin-top: 120px;
  }
  #customer-speak {
    min-height: 500px !important;
  }
  .cust_speak_overlay {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 80% !important;
  }
  .cust_speak_video {
    padding: 7px 12px !important;
    font-size: 15px !important;
  }
  .download-casestudy-btn {
    position: absolute;
    top: 22em !important;
    left: 11em !important;
  }
  .watch-now-button {
    position: absolute;
    top: 22em !important;
  }
  .fa-icons {
    color: #748aff;
    position: absolute;
    left: 30px !important;
    top: 4px !important;
  }
  .fa-download {
    top: 11px !important;
  }
  blockquote .cust_speak_quote {
    top: 4em !important;
    font-size: 24px !important;
    line-height: 30px !important;
  }
  #cust_speak {
    top: 19em !important;
  }
  #banner-request-btn-index-segment-1,
  #talent-request,
  #developer-request,
  #banner-request-btn-index-segment-2,
  .action-button-2 {
    margin: 8px 0;
  }
  h3#news_video-h3 {
    font-size: 9px;
    left: 9%;
  }
  section#in_news {
    margin-bottom: 0em;
  }
  .author-img {
    border-radius: 100%;
    width: 120px !important;
    height: 120px !important;
    /* right: 13em !important; */
    top: 20px !important;
  }
  .quote-1 {
    width: 30%;
    text-align: left;
  }
  .quote-2 {
    width: 30%;
    text-align: right !important;
    padding-bottom: 1em;
  }
  .main-text-testimonial {
    margin-top: 0;
  }
  .testimon-text-area {
    padding-top: 0;
    text-align: left;
  }
  .test-margin {
    margin-top: 0;
  }
  .testimonial-right {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .author-name {
    font-size: 14px !important;
  }
  .author-segment {
    margin-left: -90px;
  }
  .quote-2-text {
    text-align: right !important;
  }
  .brands_slider_container_home {
    margin-top: 5em;
  }
  .author-img-sales {
    right: 7em !important;
  }
  h3#news_video-h3 {
    font-size: 10px;
    left: 12% !important;
  }

  .personality_container {
    flex-direction: column;
  }
  .highcharts-figure {
    width: 100% !important;
  }
  .traits-row {
    width: 100% !important;
  }
  .downloadPDFContainer {
    top: 0 !important;
    right: 10px !important;
  }
  .disclabel1 {
    right: 0% !important;
  }
  .disclabel2 {
    left: 0% !important;
  }
}
@media (min-width: 360px) {
  .testimonial-right {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
}
@media (min-width: 411px) and (max-width: 500px) {
  .testimonial-right {
    padding-top: 4em !important;
    padding-bottom: 1em !important;
  }
}
@media (max-width: 1024px) {
  a.nav-about {
    font-size: 0.9em !important;
  }
}
@media (min-width: 375px) and (max-width: 375px) {
  img.contact-page-logo {
    width: 25% !important;
  }
}

@media (min-width: 765px) and (max-width: 1024px) {
  .used-by-feature-section {
    margin-top: 2em;
  }
  #hero-section {
    height: auto !important;
    margin-top: 2em;
  }
  .usedBy {
    display: flex;
  }
  .featuredIn {
    display: flex;
  }
  .watch-now-button {
    left: 5em !important;
  }
  .download-casestudy-btn {
    left: 5em !important;
  }
  .cust_speak_overlay {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 90% !important;
  }
  #cust_speak {
    top: 21em !important;
  }
  .cust_speak_quote {
    top: 4em !important;
  }
  #customer-speak blockquote {
    width: 100% !important;
  }
  #Hiring-image {
    display: block;
  }
  .hiring-img {
    display: block !important;
  }
  #Sales-image {
    position: relative;
    top: 5em;
  }
  #Hiring-image-2 {
    width: 100%;
    position: relative;
    top: 5em;
  }
  #Developer-image {
    position: relative;
    top: 7em;
  }
  h3#news_video-h3 {
    font-size: 24px;
  }
}
.watch-now-button {
  position: absolute;
  top: 9em;
  left: 15em;
}
.download-casestudy-btn {
  position: absolute;
  top: 13em;
  left: 15em;
}
#persona_Overlay_1,
#persona_Overlay_2,
#persona_Overlay_3 {
  position: fixed;
  text-align: center;
  overflow-y: scroll;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20000000;
  cursor: pointer;
}

.box {
  height: 50px;
  margin: auto;
  margin-top: 1em;
  overflow: hidden;
  position: relative;
}
/* .box::before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: '';
  height: 10px;
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
} */
/* .box::after {
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  content: '';
  height: 10px;
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
} */
.boxUL {
  margin: 0;
  padding: 0;
  position: absolute;
  -webkit-animation: move;
  animation: move;
  position: relative;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.boxUL li {
  text-align: right;
  opacity: 1;
  height: 48px;
  padding: 10px;
  list-style: none;
  font-size: 50px;
  color: #ffc61e;
  font-weight: bold;
}
@-webkit-keyframes move {
  0% {
    margin-top: 0em;
  }
  25% {
    margin-top: -48px;
  }
  50% {
    margin-top: -96px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes move {
  0% {
    margin-top: 0em;
  }
  25% {
    margin-top: -48px;
  }
  50% {
    margin-top: -96px;
  }
  100% {
    margin-top: 0;
  }
}

.boxUL li {
  -webkit-animation: fade;
  animation: fade;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  10% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  10% {
    opacity: 1;
    filter: alpha(opacity=110);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* @keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes scrollUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-75%);
  }
} */
.heroForEveryone {
  font-size: 50px;
  color: #000;
  font-weight: bold;
  position: absolute;
  padding: 10px;
  left: 0;
}
.section-padding {
  padding-bottom: 70px;
  padding-top: 70px;
}
.sales-persona-indicator {
  margin: 0 20px;
}

#disc_container {
  height: 350px;
  transform: rotate(-45deg);
}

#ocean_container {
  height: 350px;
  transform: rotate(-36deg);
}

.highcharts-figure {
  margin: 20px -20px;
  width: 40%;
  position: relative;
}

.highcharts-background {
  display: none;
}

.frrole_circle_label {
  width: 130px;
  min-width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 900;
  font-size: 40px;
  border-radius: 50%;
  background: linear-gradient(225deg, grey, #000);
}

.showMore {
  display: none;
}

input#linkedin_pofile_searchbox {
  font-size: 12px;
  color: rgb(56, 55, 55);
  width: 180px;
  height: 36px;
  padding-left: 13px;
  padding-right: 7px;
  background-color: rgba(204, 204, 204, 0.76);
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-weight: 400 !important;
  float: left !important;
  border-width: 0.5px;
  border-style: solid;
  border-color: grey;
  border-image: initial;
  outline: 0px;
  border-radius: 7px 0px 0px 7px;
}
button#linked_profile_load_btn {
  color: rgb(0, 188, 212);
  background-color: rgb(251, 251, 251);
  cursor: pointer;
  font-size: 14px;
  height: 36px;
  float: left !important;
  border-width: 0.5px 0.5px 0.5px;
  border-style: solid solid solid none;
  border-color: rgb(150, 143, 143) rgb(150, 143, 143) rgb(150, 143, 143);
  border-image: initial;
  border-left: none;
  outline: 0px;
  padding: 0px 13px;
  border-radius: 0px 7px 7px 0px;
}

.box-div-new {
  width: 290px;
  height: 300px;
  border-radius: 40px;
  padding: 10px;
  margin: 10px;
  z-index: 1;
  box-shadow: 0 5px 25px 0 rgb(0 0 0 / 11%);
  background-image: linear-gradient(45deg, #ffc61e, #f7d875, #fff295);
  color: #000 !important;
}

.box-div-text {
  font-size: 25px;
}

.box-div-text-top {
  height: 180px;
}

@media (max-width: 768px) {
  .box-div-text {
    font-size: 18px;
  }
}

.box-div-new:hover {
  transition-duration: 1s;
  transform: translate3d(0px, -10px, 0px);
}

@media (max-width: 550px) {
  .box-div-new {
    margin: 10px auto !important;
  }
}

.text-padding {
  padding: 10px;
}

.bold-text {
  font-weight: 600;
}

#modal-stay-page-btn {
  background-color: #ffc61e;
}

.logo_images,
.integration_images {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.logo_images:hover {
  transition-duration: 1s;
  transform: translate3d(0px, -10px, 0px);
}

.logo_images_a_new {
  cursor: default !important;
}

ul.filter_ul {
  list-style-type: none;
}

.logos_div {
  flex-wrap: nowrap !important;
}

.filter_wrap {
  flex-wrap: nowrap;
}

@media (max-width: 550px) {
  .filter_wrap {
    flex-wrap: nowrap;
  }
}

@media (max-width: 992px) {
  #filter_section {
    margin-top: 85px;
  }
}

.pl-0 {
  padding-left: 0px !important;
}

.border_curved {
  border-radius: 20px;
}

.sales-flowchart {
  width: 70%;
  margin: 0 12%;
  margin-top: 100px;
  position: relative;
  height: 500px;
}

.sales-cycle-container {
  display: inline-block;
  position: relative;
  position: absolute;
}

.sales-cicle {
  background: linear-gradient(45deg, #190e4f, #8c52ff, #5e17eb);
  border-radius: 50px;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.sales-container-1 {
  left: -25px;
  top: 0;
}

.sales-container-2 {
  left: 37%;
  top: 0;
}

.sales-container-3 {
  right: 10%;
  top: 0;
}

.sales-container-4 {
  right: 10%;
  top: 26%;
}

.sales-container-5 {
  top: 26%;
  left: 36%;
}

.sales-container-6 {
  left: 35%;
  bottom: 132px;
}

.sales-container-7 {
  left: 76%;
  bottom: 132px;
}

.arrow-1 {
  position: absolute;
  transform: rotate(-90deg);
  width: 29%;
  top: -12%;
  left: 9%;
}

.arrow-2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 29%;
  top: -13%;
  left: 49%;
}

.arrow-3 {
  position: absolute;
  transform: scale(-1, 1) rotate(90deg);
  width: 29%;
  top: 2%;
  left: 88%;
}

.arrow-3-sm {
  display: none;
  width: 31%;
  top: 4%;
  left: 88%;
}

.arrow-5-sm {
  display: none;
}

.arrow-4 {
  position: absolute;
  z-index: -1;
  transform: scale(1, 1) rotate(90deg);
  width: 29%;
  top: 14%;
  left: 48%;
}

.arrow-5 {
  z-index: -1;
  position: absolute;
  transform: rotate(90deg);
  width: 29%;
  top: 29%;
  left: 7%;
}

.arrow-6 {
  position: absolute;
  transform: rotate(-90deg);
  width: 29%;
  bottom: 14%;
  left: 48%;
}

@media (max-width: 1200px) {
  .arrow-1 {
    position: absolute;
    transform: rotate(-90deg);
    width: 27%;
    top: -8%;
    left: 11%;
  }

  .arrow-2 {
    position: absolute;
    transform: rotate(-90deg);
    width: 26%;
    top: -7%;
    left: 51%;
  }

  .arrow-3 {
    position: absolute;
    transform: scale(-1, 1) rotate(90deg);
    width: 31%;
    top: 4%;
    left: 88%;
  }

  .arrow-4 {
    position: absolute;
    transform: scale(1, 1) rotate(90deg);
    width: 26%;
    top: 18%;
    left: 50%;
  }

  .arrow-5 {
    position: absolute;
    transform: rotate(90deg);
    width: 34%;
    top: 29%;
    left: 4%;
  }

  .arrow-6 {
    position: absolute;
    transform: rotate(-90deg);
    width: 26%;
    bottom: 20%;
    left: 50%;
  }
}

@media (max-width: 991.98px) {
  .sales-container-3 {
    right: -2%;
    top: 0;
  }

  .sales-container-4 {
    right: -2%;
    top: 26%;
  }

  .sales-container-7 {
    left: 82%;
    bottom: 132px;
  }
  .arrow-1 {
    position: absolute;
    transform: rotate(-90deg);
    width: 25%;
    top: -2%;
    left: 14%;
  }

  .arrow-2 {
    position: absolute;
    transform: rotate(-90deg);
    width: 26%;
    top: -3%;
    left: 56%;
  }

  .arrow-3 {
    position: absolute;
    transform: scale(-1, 1) rotate(90deg);
    width: 40%;
    top: 5%;
    left: 100%;
  }

  .arrow-4 {
    position: absolute;
    transform: scale(1, 1) rotate(90deg);
    width: 27%;
    top: 22%;
    left: 55%;
  }

  .arrow-5 {
    position: absolute;
    transform: rotate(90deg);
    width: 47%;
    top: 28%;
    left: -10%;
  }

  .arrow-6 {
    position: absolute;
    transform: rotate(-90deg);
    width: 27%;
    bottom: 23%;
    left: 56%;
  }
}

@media (max-width: 768px) {
  .sales-container-1 {
    left: -50px;
    top: 0;
  }

  .sales-container-2 {
    left: 32%;
    top: 0;
  }

  .sales-container-3 {
    right: 10%;
    top: 0;
  }

  .sales-container-4 {
    right: 10%;
    top: 26%;
  }

  .sales-container-5 {
    top: 26%;
    left: 32%;
  }

  .sales-container-6 {
    left: 32%;
    bottom: 132px;
  }

  .sales-container-7 {
    left: 76%;
    bottom: 132px;
  }

  .arrow-1 {
    position: absolute;
    transform: rotate(-90deg);
    width: 22%;
    top: 2%;
    left: 12%;
  }

  .arrow-2 {
    position: absolute;
    transform: rotate(-90deg);
    width: 26%;
    top: -3%;
    left: 56%;
  }

  .arrow-3 {
    position: absolute;
    transform: scale(-1, 1) rotate(90deg);
    width: 57%;
    top: 4%;
    left: 105%;
  }

  .arrow-4 {
    position: absolute;
    transform: scale(1, 1) rotate(90deg);
    width: 26%;
    top: 26%;
    left: 58%;
  }

  .arrow-5 {
    position: absolute;
    transform: rotate(90deg);
    width: 57%;
    top: 30%;
    left: -21%;
  }

  .arrow-6 {
    position: absolute;
    transform: rotate(-90deg);
    width: 26%;
    bottom: 27%;
    left: 58%;
  }
}

@media (max-width: 550px) {
  .footer-links {
    margin-top: 20px;
    text-align: center;
  }
  .footer-info h3 {
    text-align: center !important;
  }
  .show-mobile .footer-links {
    text-align: left !important;
  }
  .sales-container-1 {
    left: -50px;
    top: 0;
  }

  .sales-container-2 {
    left: 32%;
    top: 0;
  }

  .sales-container-3 {
    right: -20%;
    top: 0;
  }

  .sales-container-4 {
    right: -20%;
    top: 26%;
  }

  .sales-container-5 {
    top: 26%;
    left: 32%;
  }

  .sales-container-6 {
    left: 32%;
    bottom: 132px;
  }

  .sales-container-7 {
    left: 84%;
    bottom: 132px;
  }

  .arrow-1 {
    position: absolute;
    transform: rotate(-90deg);
    width: 18%;
    top: 5%;
    left: 16%;
  }

  .arrow-2 {
    position: absolute;
    transform: rotate(-90deg);
    width: 18%;
    top: 5%;
    left: 67%;
  }

  .arrow-3 {
    position: absolute;
    display: none;
    transform: scale(-1, 1) rotate(90deg);
    width: 57%;
    top: 4%;
    left: 105%;
  }

  .arrow-3-sm {
    display: block;
    position: absolute;
    top: 19%;
    width: 14%;
    left: 95%;
  }

  .arrow-4 {
    position: absolute;
    transform: scale(1, 1) rotate(90deg);
    width: 18%;
    top: 31%;
    left: 67%;
  }

  .arrow-5 {
    position: absolute;
    display: none;
    transform: rotate(90deg);
    width: 57%;
    top: 30%;
    left: -21%;
  }

  .arrow-5-sm {
    display: block;
    position: absolute;
    width: 14%;
    top: 46%;
    right: 43%;
  }

  .arrow-6 {
    position: absolute;
    transform: rotate(-90deg);
    width: 18%;
    bottom: 31%;
    left: 67%;
  }
}

.badge-category {
  padding: 9px 16px;
  border: 0;
  background-image: linear-gradient(45deg, #ffc61e, #f7d875, #fff295);
  cursor: pointer;
  color: #000 !important;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 10px;
}

.side-heading {
  color: #000 !important;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: Roboto;
}

.card-customer {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  box-shadow: 10px 24px 24px rgb(13 21 55 / 15%);
  overflow: hidden;
  background-color: #fff !important;
}

.c-p-5 {
  padding: 20px;
}

.c-pt-2 {
  padding-top: 20px;
}

.badge {
  padding: 5px 10px;
  color: #000 !important;
  border: 0;
  /* border-radius: 30px !important; */
  background: #190e4f;
  /* margin-right: 10px */
}

.card-customer__label {
  display: inline-block;
  padding-top: 15px;
}

.crunch-button__text-only {
  position: relative;
  display: inline-block;
}

.crunch-button__text-only--primary-color {
  color: #000;
  font-weight: 800;
}

.badge-span {
  margin: 20px 0px;
}

.card-customer__title {
  font-size: 1.4rem;
  font-weight: 600;
}

@media (max-width: 500px) {
  .card-customer__title {
    font-size: 1.4rem;
    font-weight: 600;
    /* height: 150px; */
  }
}

.library-content {
  background-image: linear-gradient(
    45deg,
    rgba(127, 127, 213, 0.4),
    rgba(134, 168, 231, 0.5),
    rgba(255, 255, 255, 1)
  ) !important;
  content: "";
  background-size: 100% 600px;
  background-repeat: no-repeat;
}

.ungated-container {
  padding: 20px 60px;
}

.ungated-first-cont {
  padding: 60px 60px 20px 60px !important;
}

.highlighted-segment {
  background: aliceblue;
  margin: 40px;
  padding: 20px;
  border-radius: 25px;
}

.ungated-img-head {
  position: absolute;
  width: 100%;
  top: 75%;
  left: 10%;
}

.blog-h2-heading-large {
  font-size: 2rem;
  font-weight: 600;
  font-family: Bitter;
}

.blog-quote {
  font-size: 24px;
  font-weight: 500;
  font-family: "Bitter";
}

.blog-quote-span {
  float: right;
  font-family: "Roboto";
  font-size: 20px;
}

@media (max-width: 992px) {
  .ungated-img-head {
    /* position: relative; */
    left: 0;
  }
  .library-content {
    background-image: linear-gradient(
      45deg,
      rgba(127, 127, 213, 0.4),
      rgba(134, 168, 231, 0.5),
      rgba(255, 255, 255, 1)
    ) !important;
    content: "";
    background-size: 100% 600px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 778px) {
  .highlighted-segment {
    background: aliceblue;
    margin: 10px;
    padding: 10px;
  }
  .badge-category {
    margin: 10px;
  }
}

@media (max-width: 529px) {
  .large-buttons-3 {
    margin-right: 20px;
    margin-top: 25px;
  }

  .ungated-container {
    padding: 20px 40px;
  }

  .ungated-first-cont {
    padding: 60px 40px 20px 40px !important;
  }

  .highlighted-segment {
    background: aliceblue;
    margin: 0px;
    padding: 10px;
  }

  .blog-h2-heading-large {
    font-size: 1.5rem;
  }
}

.col-md-6.res {
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.col-lg-4.res {
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.action-button-1.blog-card-button {
  min-width: auto;
  width: 120px !important;
  font-size: 13px !important;
  padding: 10px 5px !important;
  height: 40px !important;
  margin-bottom: 0px;
  margin-right: 5px;
}

.action-button-2.blog-card-button {
  min-width: auto;
  width: 120px !important;
  font-size: 13px !important;
  padding: 10px 5px !important;
  height: 40px !important;
}

.card-customer__description {
  font-size: 1rem;
  margin-bottom: 10px;
}

.blog-button-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .library-content::before {
    /* clip-path: polygon(0% 0,100% 0,100% 90%,0 70%); */
  }
}

@media (max-width: 992px) {
  .library-content::before {
    /* clip-path: polygon(0% 0,100% 0,100% 66%,0 48%); */
  }
}

@media (max-width: 525px) {
  .col-md-6.res {
    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
    padding: 20px 0px !important;
  }

  .action-button-2.blog-card-button {
    margin: 10px !important;
  }

  .col-lg-4.res {
    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
    padding: 20px 0px !important;
  }
}

.card-front-divs {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

@media (min-width: 576px) {
  #gdpr-opt-box-pricing {
    margin: 0 1%;
    margin-top: 2%;
    padding: 5px 6%;
  }
  #gdpr-opt-box {
    /* margin: 0 -12.5%; */
    padding: 5px 6%;
  }
  #gdpr-opt-box-desc {
    padding: 25px 5%;
  }
}
@media (max-width: 576px) {
  #gdpr-opt-box-pricing {
    margin-top: 2%;
    padding: 5px 6%;
  }
  #gdpr-opt-box {
    padding: 10px 6%;
  }
  #gdpr-opt-box-desc {
    padding: 20px 6%;
  }
}


@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes slide-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.logos {
  overflow: hidden;
  padding: 40px 0;
  padding-bottom: 55px;
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 30%;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}
.logos-slide {
  display: inline-block;
}
.logos-slide-left {
  display: inline-block;
  animation: 30s slide-left infinite linear;
}
.logos-slide-right {
  display: inline-block;
  animation: 30s slide-right infinite linear;
}
.logos-slide img {
  height: 40px;
  margin: 0 35px;
}
/* end of infinite logo carousel*/

#input-demo-email {
  margin-bottom: 0 !important;
}

.h-error.h-text-input-error {
  border: 1px solid red;
}