@import "./fonts/poppins/stylesheet.css";

 
html,body {
  font-family: 'Poppins';
  scroll-behavior: smooth;
}
body a:hover {
  text-decoration: none !important;
}
ul#main-menu>li>a:hover {
    color: #dfb607;
}
ul#main-menu>li>a {
  color: #fff;
  transition: all 0.3s;
  padding: 10px 10px;
}
ul.dropdown-menu {
    background-color: #000;
}
ul.dropdown-menu .dropdown-item {
    color: #fff;
    transition: 0.3s all ease-in-out;
}
ul.dropdown-menu .dropdown-item:hover {
    background-color: #000;
    color: #dfb607;
}
.quote-btn a {
  background-color: #f19101;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.quote-btn a:hover {
  color: #fff !important;
  background-color: #67b12e;
}
div#wrapper-navbar {
  position: absolute;
  z-index: 99;
  width: 100%;
}
ul#main-menu>li {
  margin-left: 20px;
}
.btn.focus, .btn:focus, .wpcf7 input.focus[type=submit], .wpcf7 input:focus[type=submit]{
  box-shadow: none;
}
.navbar-brand {
  height: auto;
}
/* Textarea */
textarea {
  resize: none;
}
.common-title h2 {
  color: #4a4a4a;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 50px 0;
  font-size: 28px;
}
section.main-services {
  padding: 10px 0 50px;
  background-color: #ededed5e;
}
.single-main-serv span img {
  /* filter: invert(53%) sepia(91%) saturate(377%) hue-rotate(51deg) brightness(97%) contrast(84%); */
  max-height: 60px;
}
.single-main-serv a {
  display: block;
  background-color: #fff;
  padding: 30px;
  transition: all 0.5s;
  opacity: 1;
  height: 100%;
  box-shadow: 1px 1px 10px 1px #cccccc52;
}
.single-main-serv {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
.single-main-serv h3 {
  color: #4a4a4a;
  margin: 15px 0 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
}
.single-main-serv p {
  color: #6d6d6d;
  font-weight: 300;
  line-height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-main-serv a:hover {
  background-color: #333333eb;
  text-decoration: none !important;
}
.single-main-serv a:hover span img {
  filter: invert(1) brightness(100);
}
.single-main-serv a:hover * {
  text-decoration: none;
  color: #fff;
}
section.main-banner {
  height: 100vh;
  max-height: 700px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-content h1 span {
  color: #67b12e;
  font-weight: 300;
  font-size: 38px;
}
.banner-content h1 span {
  color: #67b12e;
  font-weight: 300;
  font-size: 38px;
}

.banner-content img {
  width: 100%;
  margin: 60px 0 60px;
}
.banner-content h1 b {
  color: #f19101;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
}
.banner-content p {
  color: #333;
  font-size: 22px;
}
.spelector {
  background-color: #000;
  padding: 50px 0;
}
.splector-about h3 {
  font-family: 'Sacramento';
  color: #fff;
  font-size: 65px;
}
.splector-about p {
  color: #fff;
  line-height: 35px;
  font-weight: 300;
}
.custom-btn {
  padding: 10px 25px;
  font-weight: 500;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  color: #787878;
  text-align: center;
}
.splector-about a {
  color: #fff !important;
}
/**** BTN No. 4 ****/
.btn-4 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border: none;
  max-width: 220px;
}
.btn-4 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-4:before,
.btn-4:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #787878;
  transition: all 0.3s ease;
}
.btn-4:before {
  height: 50%;
  width: 2px;
}
.btn-4:after {
  width: 20%;
  height: 2px;
}
.btn-4:hover:before {
  height: 100%;
}
.btn-4:hover:after {
  width: 100%;
}
.btn-4 span:before,
.btn-4 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #787878;
  transition: all 0.3s ease;
}
.btn-4 span:before {
  width: 2px;
  height: 50%;
}
.btn-4 span:after {
  width: 20%;
  height: 2px;
}
.btn-4 span:hover:before {
  height: 100%;
}
.btn-4 span:hover:after {
  width: 100%;
}
a.custom-btn:hover {
  color: #4a4a4a;
}
.spliter-right img {
  width: 100%;
}
.spliter-right {
  width: 60%;
  position: relative;
  text-align: right;
  padding-left: 50px;
}
.spliter-left {
  width: 40%;
}
.spliter-left span.number {
  color: rgba(18, 18, 18, 0.06);
  font-size: 100px;
  font-family: 'Sacramento';
  font-weight: 900;
}
.spliter-left h5 {
  color: #787878;
}
.spliter-left h3 {
    margin: 20px 0 20px;
    line-height: 1.3em;
    font-size: 25px;
}
.spliter-left p {
  margin-bottom: 30px;
}
section.o-work .container {
  max-width: 1350px !important;
}
.split-slider {
  margin: 60px 0 0px;
  padding: 0 50px;
}
section.o-work {
    padding: 10px 0 5px !important;
    background-image: url(../img/l-lift-design-new.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    position: relative;
}
.slick-next:before,
.slick-prev:before {
  display: none;
}
.slick-prev {
  left: -20px;
  background: url(../img/slic-prev.png) !important;
  opacity: 1;
}
.slick-next {
  right: -20px;
  background: url(../img/slic-next.png) !important;
  opacity: 1;
}
.slick-next,
.slick-prev {
  width: 25px;
  height: 46px;
  background: 0 0;
  z-index: 99 !important;
  background-size: cover !important;
}
.slick-next:hover,
.slick-prev:hover {
  background-position: center bottom !important;
}
section.clients-sep {
    overflow: hidden;
    padding-bottom: 40px;
}
.left-client-commit {
  width: 55%;
  background-color: #fef4e5;
  padding: 139px 0;
  position: relative;
  background-size: 100%;
  background-position: center;
  opacity: 1;
  mix-blend-mode: luminosity; 
}

.left-client-commit:after {
  position: absolute;
  content: '';
  border-right: 130px solid #787878;
  border-top: 278px solid transparent;
  right: 0;
  top: 0;
}
.right-client-commit {
    width: 100%;
}

.up-work-content p {
  color: #6d6d6d;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 30px;
}
.pp-bar * {
  font-family: 'Poppins' !important;
}
#wpsm_progress_b_row_72 .indCol {
  margin: 16px 0;
}
#wpsm_progress_b_row_72 .wpsm_progress .wpsm_progress-bar {
  background-color: #67b12e !important;
}
#wpsm_progress_b_row_72 .wpsm_progress .wpsm_progress-title {
  font-size: 16px !important;
  font-weight: 500;
  color: #4a4a4a !important;
}
#wpsm_progress_b_row_72 .wpsm_progress .wpsm_progress-value {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #4a4a4a !important;
}
#wpsm_progress_b_row_72 .indCol {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
section.main-banner-new:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 85%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.main-banner-new {
  min-height: 100vh;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-position: center bottom;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
div#wrapper-navbar .container {
  max-width: 80%;
  width: 100%;
}
.mod-container {
  position: relative;
  z-index: 1;
  max-width: 80%;
  padding: 0 15px;
  width: 100%;
}
.left-banner-content h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.5em;
    position: relative;
    padding-bottom: 30px;
    max-width: 720px;
}
.left-banner-content h2:after {
  width: 100%;
  height: 5px;
  background-color: #fff;
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  transform: skewX(-60deg);
}
.left-banner-content p {
    color: #fff;
    margin: 40px 0;
    line-height: 30px;
    font-weight: 300;
    max-width: 810px;
}

.left-banner-content a:hover {
  color: #fff;
}
.area-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2a2a2a;
    padding: 10px 15px;
    margin-top: 60px;
    max-width: 790px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 19%);
}
.area-banner ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.area-banner ul p {
  margin: 0;
  line-height: normal;
  color: #ffffff;
}
.area-banner ul li {
  display: flex;
  margin: 0 15px;
}
.area-banner ul li i {
  color: #ffffff;
  margin-top: 3px;
  margin-right: 10px;
}
.area-banner a {
  color: #fff;
  display: inline-block;
  background-color: #4a4a4a;
  padding: 10px 15px;
}
.banner-form {
    padding: 20px;
    background: #dfb607;
    box-shadow: 0px 0px 20px rgb(223 182 7 / 58%);
}
.banner-form h4 {
    margin: 0 0 30px;
    text-align: center;
    color: #000;
    font-weight: 500;
    line-height: 1.4em;
}
.areal-field {
  border-bottom: 1px solid #3b3838;
}



.areal-field input {
  background-color: transparent !important;
  border-radius: 0 !important;
  border: 0 !important;
  color: #fff !important;
}
.areal-field i {
    color: #000;
    margin-top: 10px;
}
.areal-field , .areal-field p{
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 12px;
}
.areal-field input::placeholder {
  color: #cdcdcd !important;
}
.wpcf7-not-valid-tip {
    padding-left: 12px;
}
.areal-field textarea {
  background-color: transparent;
  height: 120px;
  width: 100% !important;
  display: block !important;
  border: 0;
  color: #fff !important;
  resize: none;
}
section.no-results.not-found #searchform {
    display: none;
}
.areal-field textarea::placeholder {
  color: #cdcdcd ;
}
.areal-field *:focus {
  outline: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
span.wpcf7-form-control-wrap {
  width: 100%;
}
.areal-field.with-textarea i {
  margin-top: 10px;
}
.areal-field.with-textarea {
  align-items: flex-start;
}
.areal-field-button input {
  background-color: #787878 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-weight: 500 !important;
  max-width: 180px;
  padding: 10px 20px !important;
  height: auto !important;
  margin: 0 auto !important;
}
.areal-field-button {
  text-align: center;
}
span.ajax-loader {
  position: absolute !important;
  margin-top: 10px !important;
}
nav#main-nav {
  margin: 0 !important;
  padding: 30px 0 0 0;
}
.banner-area {
  margin-top: 80px;
}
section.tech-stack ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.tech-stack ul li:hover {
  transform: scale(1.1);
}
section.tech-stack ul li {
  width: 20%;
  text-align: center;
  color: #4a4a4a;
  font-size: 20px;
  margin-bottom: 40px;
  transition: all 0.3s;
}
section.tech-stack ul li i {
  font-size: 60px;
  display: block;
  margin-bottom: 10px;
  color: #909090;
}
section.tech-stack {
  margin: 0 0 30px;
}
p {
  color: #6d6d6d;
  font-weight: 300;
  line-height: 30px;
}
.testi-slider-inner {
  text-align: center;
}
section.home-testimonials {
    padding: 40px 0 50px;
    background-color: #f7f7f7d6;
    position: relative;
    z-index: 0;
}
.testi-slider-inner h3 {
    color: #000;
    line-height: 50px;
    font-weight: 500;
    max-width: 850px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1.5em;
}
.testi-content h5 {
  margin: 0;
}
.testi-content h5 + span {
  font-size: 14px;
}
.testi-detail {
  margin-top: 30px;
}
.testi-image {
  margin-bottom: 12px;
  margin-top: 12px;
}

a.header-banner-btn {
    border: 2px solid #dfb607;
    color: #000;
    padding: 10px 20px;
    display: inline-block;
    transition: all 0.3s;
    background: #dfb607;
    font-weight: 600;
}
a.header-banner-btn:hover {
  background-color: #000;
  border-color: #000;
  color: #ffcf00;
}
.testi-image img {
  margin: 0 auto;
  border-radius: 10px;
  width: 80px;
  height: 80px;
}
div#wrapper-footer {
  background-color: #1c1c1c;
  padding-top: 20px;
}
.ftr-logo {
  text-align: center;
  margin-bottom: 50px;
}
.ftr-common-area h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}
.ftr-common-area ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.ftr-common-area ul li {
  margin-bottom: 20px;
}
.ftr-common-area p {
  margin: 0;
  color: #fff;
  margin-bottom: 7px;
  font-size: 15px;
}
.ftr-common-area ul li a {
  color: #fff;
  font-weight: 300;
  display: block;
  padding: 0;
  font-size: 14px;
    line-height: 28px;
}
ul.social-footer li {
  margin-right: 15px;
}

ul.social-footer {
  display: flex;
}
.copyright-bar p {
  margin: 0;
}
.copyright-bar {
  border-top: 1px solid #3e3b3b;
  text-align: center;
  padding-top: 30px;
  margin-top: 0px;
}
.header-inner-banner * {
  position: relative;
  z-index: 9;
}
.header-inner-banner:after {
  position: absolute;
  content: '';
  background-color: rgb(28 28 28 / 90%);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.header-inner-banner {
  background-color: #1c1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 210px 0 130px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.header-inner-banner h2 {
  color: #fff;
}
.vmc-inner {
  text-align: center;
  padding: 20px;
  background-color: #fbfbfb;
}
.vmc-inner .icon i {
  font-size: 60px;
  color: #c5c5c5;
}
.vmc-inner .icon {
  margin-bottom: 10px;
}
section.vmc-outer {
  padding: 50px 0 15px;
}

.description.justify-content-center {
    margin-bottom: 50px;
}

/* ================ The Timeline ================ */
.timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}
.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80, 80, 80);
  background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(241 241 241) 8%, rgb(243 243 243) 92%, rgba(80, 80, 80, 0) 100%);
  z-index: 5;
}
.timeline li {
  padding: 8px 0;
  color: #6d6d6d;
  font-weight: 300;
  line-height: 30px;
}
.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.direction-l {
  position: relative;
  width: 47%;
  float: left;
  text-align: right;
}
.direction-r {
  position: relative;
  width: 47.4%;
  float: right;
}
.flag-wrapper {
  position: relative;
  display: inline-block;
  text-align: center;
}
.flag {
  position: relative;
  display: inline;
  background: #787878;
  padding: 6px 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  text-align: left;
}
.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -46px;
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background:
    #fff;
  border-radius: 10px;
  border: 5px solid #787878;
  z-index: 10;
}
.direction-r .flag:before {
  left: -40px;
}
.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: #787878;
  border-width: 8px;
  pointer-events: none;
}
.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: #787878;
  border-width: 8px;
  pointer-events: none;
}
.time-wrapper {
  display: inline;
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250, 80, 80);
  vertical-align: middle;
}
.direction-l .time-wrapper {
  float: left;
}
.direction-r .time-wrapper {
  float: right;
}
.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248, 248, 248);
}
.desc {
  margin: 1em 0.75em 0 0;
}
.direction-r .desc {
  margin: 1em 0 0 0.75em;
}
.desc span {
  margin-left: -14px;
}
.ctc-loc p {
  line-height: 34px;
}
.Head-office-mails p:nth-child(1),
.Head-office-mails p:nth-child(2) {
  display: none;
}
.suport-area-mails p:last-child {
  display: none;
}
.banner-form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #787878;
  color: #fff;
}
.banner-form .wpcf7 form.invalid .wpcf7-response-output, .banner-form .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #000;
    color: #000;
}
section.qual-center-image {
  margin-bottom: 80px;
}
label.wp-block-search__label {
  display: none;
}
aside#block-2 input {
  padding: 0px 12px;
  border: 1px solid #ccc;
  border-right: 0 !important;
}
aside#block-2 {
  margin-bottom: 40px;
}
aside#block-2 button {
  background-color: #787878;
  color: #fff;
  margin: 0;
}
div#index-wrapper,
div#single-wrapper {
  padding: 80px 0;
}
.menu-item-has-children .dropdown-menu {
  border-radius: 0;
  padding: 15px;
  margin: 0;
}
.menu-item-has-children .dropdown-menu li a {
  padding: 5px 11px;
}
.current-menu-ancestor .current-menu-item>a {
  color: #16181b !important;
  background-color: #e9ecef;
}
.error-not-found {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.error-not-found .error-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
.error-not-found .error-inner .error-text p {
  font-size: 18px;
  line-height: 1.95;
  max-width: 600px;
  margin: 0 auto;
}
.menu-item-has-children .dropdown-menu li a:active {
  background-color: #ededed;
  color: #4a4a4a;
}
.error404 .header-inner-banner {
  display: none;
}
body.error404 {
  background-color: #000;
}
a.ats-back {
  background-color: #67b12e;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  transition: all 0.3s;
  min-width: 150px;
  border: 2px solid #67b12e;
}

a.ats-back-home {
  border: 2px solid #67b12e;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  transition: all 0.3s;
  min-width: 150px;
}
.error-button-group {
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.ftr-common-area p strong {
    font-weight: 600;
}

/* Case study starts */
body.page-template-case-study, body.page-template-digital-marketing-products, .page-template-linkedIn-page{
  background: #F8F8F8;
}
.page-template-linkedIn-page #wrapper-navbar:not(.darkHeader) .navbar-brand img{
  filter: invert(1);
  -webkit-filter: invert(1);
}
 
.hero-sec-form {
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 0px 6px 26px -16px rgb(0 0 0 / 25%);
  border-radius: 10px;
  max-width: 500px;
  margin: 0px auto 0px;
}
/* .hero-sec-form .quote-form-fieldset .form-group {
  margin-bottom: 10px;
} */
.float-hero {
  position: absolute;
  bottom: -80px;
  right: 0px;
}
.quote-form-title h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    color: #4A4A4A;
    margin-bottom:10px;
}
.quote-form-title h3 span{
  color:#F19100;
}
 
#hero-section .quote-form-fieldset .new-form-control,#app-contact-form .quote-form-fieldset .new-form-control, #top-section .quote-form-fieldset .new-form-control{
  background: transparent;
  border: 0 !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0 !important;
  font-size: 14px;
  padding-left: 0;
}
#hero-section .quote-form-fieldset .new-form-control:focus,#app-contact-form .quote-form-fieldset .new-form-control:focus, #top-section .quote-form-fieldset .new-form-control:focus{
    border-color: #67b12e !important;
  outline:none;
  box-shadow:none;
}
#hero-section .quote-form-fieldset .new-form-control::placeholder,#app-contact-form .quote-form-fieldset .new-form-control::placeholder, #top-section .quote-form-fieldset .new-form-control::placeholder{
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #6D6D6D;
  opacity: 0.6;
}
#hero-section .quote-form-fieldset .new-form-control.wpcf7-not-valid , #top-section .quote-form-fieldset .new-form-control.wpcf7-not-valid {
  border-color: #db4b5e !important;
}
#hero-section .quote-form-fieldset .new-form-control.wpcf7-not-valid + .wpcf7-not-valid-tip, #top-section .quote-form-fieldset .new-form-control.wpcf7-not-valid + .wpcf7-not-valid-tip {
  padding: 0;
  font-size: 12px;
  line-height: 10px; 
  transform: translateY(7px);
}
.sec-content .subtitle{
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #6D6D6D;
}
.page-template-linkedIn-page .sec-content .title span, .page-template-linkedIn-page .quote-form-title h3 span{
  color: #2867B2;
}
.hero-sec-content.sec-content .title h1{
    font-size: 50px;
  line-height: 60px;
}
.sec-content .title h1{
  font-weight: 700;
  font-size: 34px;
  line-height: 55px;
  letter-spacing: 0.02em;
  color: #4A4A4A;
}
.sec-content .title span{
  color: #67B12E;
}
.sec-content .highlight {
  /* padding: 6px 15px;
  background: rgb(40 103 178 / 10%);
  color: #2867b2;
  display: inline-block; */
  font-weight: 500;
  /* margin-bottom: 20px;
  border-radius: 5px; */
}
.btn.linkedIn-btn {
  background: #2868b2 !important;
}

/* .hero-sec-wrapper{
  position:relative;
} */
.hero-sec-wrapper{    
  position:relative;
    background-image: url(../img/hero-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    display: flex;
    align-items: center;
}
.page-template-linkedIn-page .hero-sec-wrapper{    
    background-image: url(../img/hero-bg-linkedIn.png);
}
.trustedBy {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  justify-content: space-between;
}
.trustedBy > ul.list-inline {
  width: calc(100% - 90px);
  margin: 0;
  /* margin-bottom: -30px; */
}
.trustedBy >  label {
  font-weight: 500;
  color: #5e5e5e;
  white-space: nowrap;
}
.trustedBy .list-inline-item {
  margin-bottom: 30px;
  width: 24%;
  margin-right: 0 !important;
  text-align: center;
}
.trustedBy .list-inline-item:not(:last-child) {
  margin-right: 0.2rem;
}
.trustedBy .list-inline-item img {
  /* filter: grayscale(1); */
  max-height: 40px;
}
.btn.btn-theme, .wpcf7 .quote-form-fieldset input[type=submit].btn-theme, .work-btn > a.nav-link {
    background: #787878;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #FFFFFF !important;
    padding: 10px 40px;
    border:0;
    min-height: 40px;
}
.work-btn > a.nav-link{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 8px 20px !important;
  font-weight: 500;
}
.tech-sec-wrapper{
  padding-top:30px;
  /* padding-bottom:40px; */
}
.sec-content .link-theme, .sec-content .link-theme i{
    transition:0.3s all ease;
}
.sec-content .link-theme {
    color: #67b12e;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.sec-content .link-theme > i{
  transform:translatex(5px);
}
.sec-content .link-theme:hover > i{
  transform:translatex(20px);
}
/* tech section */

.tech-sec .tech-item {
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 6px 26px -16px rgb(0 0 0 / 25%);
    border-radius: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow:hidden;
    position:relative;
    min-height: 200px;
}
.tech-sec .tech-item::before{
  content:'';
  display:block;
  width:100%;
  height:100%;
  position: absolute;
  right:0;
  bottom:0;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:right bottom;
}
.tech-sec .tech-item.android::before{
  background-image:url('https://qualhon.com/wp-content/uploads/2022/06/and-bg.png');
}
.tech-sec .tech-item.react::before{
  background-image:url('https://qualhon.com/wp-content/uploads/2022/06/react-bg.png');
}
.tech-sec .tech-item.ios::before{
  background-image:url('https://qualhon.com/wp-content/uploads/2022/06/ios-bg.png');
}
.tech-sec .tech-item.flutter::before{
  background-image:url('https://qualhon.com/wp-content/uploads/2022/06/fl-bg.png');
}
.tech-sec .tech-item .tech-item-img{
  height:50px;
  width:50px;
  margin-bottom:30px;
  margin-top:30px;
}
.tech-item-desc b{
  display:block;
  font-weight:600;
}
.tech-item-desc{
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #4A4A4A;
}

/* Working section */
.process-sec-wrapper, .pricing-sec-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
/* Pricing section */
.pricing-sec-wrapper::before{
  content: '';
  background: #67B12E;
  opacity: 0.1;
  clip-path: polygon(0 0, 100% 0%, 100% 77%, 0% 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.pricing-head {
  margin-bottom: 24px;
}
.pricing-head h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 39px;
  letter-spacing: 0.02em;
  color: #4A4A4A;
}
.pricing-head .badge-theme{
  background: #F19100;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.pricing-head p{
  font-size: 14px;
  font-weight: 500;
}

.pricing-item-wrapper{
  background: #FFFFFF;
  box-shadow: 0px 6px 26px -16px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 15px 5px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.pricing-item-wrapper .pricing-item-img{
  margin-bottom: 15px;
}
.pricing-item-wrapper .pricing-item-img img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.pricing-item-wrapper .pricing-item-title h5{
 font-size: 1rem;
}
.pricing-item-wrapper .pricing-item-price{

}
.pricing-item-wrapper .pricing-item-price del{
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;  
  text-align: center;
  text-decoration-line: line-through;
  color: #6D6D6D;
  opacity: 0.6;
}
.pricing-item-wrapper .pricing-item-price .special-price{
  font-weight: 600;
  font-size: 24px;
  line-height: 39px;
  text-align: center;
  color: #67B12E;
}
.pricing-sec-content .action {
  text-align: center;
  margin: 20px 0 0;
}
.pricing-sec-content .action a{
  position: relative;
}
.pricing-sec-content .action a::before{
    content: '';
    position: absolute;
    left: -70px;
    top: -15px;
    background-image: url('../img/arrow-sign.png');
    width: 60px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.getStarted-wrapper {
  padding: 20px 15px;
}
.getStarted-wrapper h2 {
  font-weight: 700;
  font-size: calc(9vw);
  letter-spacing: 0.02em;
  opacity: 01;
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 1px #4848482b;
  -webkit-text-fill-color: transparent;
}

/* Contact us */

.contact-wrapper{
  padding: 40px 0;
  position: relative;
  background-color: #fff;
}
.contact-wrapper::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background-color: #d1d1d1;
  
  opacity: 0.1;
  display: block;
}
.contact-items-wrapper > .row{
  margin-left: -10px;
  margin-right: -10px;
}
.contact-items-wrapper > .row [class*="col-"]{
  padding-left: 10px;
  padding-right: 10px;
}
.contact-item{
  background: #FFFFFF;
  box-shadow: 0px 6px 26px -16px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  display: flex;
  padding: 8px;
  margin-bottom: 1rem;
  color: #80b43e;
}
.contact-item .link {
  color: #f19101;
  font-size: 14px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  line-height: 0;
}
.contact-item .link i{
  opacity: 0;
  transform: translateX(0px);
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.contact-item:hover{
   color: #80b43e;
}
.contact-item:hover .link i{
  opacity: 1;
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
}
.contact-item .contact-item-img{
  width: 80px;
  height: 80px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.contact-item .contact-item-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-item .contact-item-content{
  padding-left: 10px;
  width: calc(100% - 100px);
}
#app-contact-form.submit-btn-wrapper .quote-form-submit {
  margin-left: 0;
    width: 100%;
}
/* #app-contact-form.submit-btn-wrapper .quote-form-submit .btn {
  font-size: 18px;
  height: auto;
} */
#app-contact-form .quote-form-fieldset {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
#app-contact-form .quote-form-fieldset > .form-group {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
/* #app-contact-form.digital-marketing-form .quote-form-fieldset > .form-group{
width: 100%;
} */
#app-contact-form.digital-marketing-form .quote-form-fieldset > .form-group {
  width: 50%;
}

#app-contact-form .quote-form-fieldset > .form-group:nth-child(5){
  width: 100%;
}
#app-contact-form  .quote-form-submit{
 justify-self: flex-end;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
  margin-left: auto;
}
#app-contact-form > div {
  max-width: 100%;
}
#app-contact-form .quote-form-title {
  display: none;
}
/* .getStarted-wrapper {
  background: #fff;
} */

/* Conditional Header */
.page-template-case-study .header-inner-banner, .page-template-linkedIn-page .header-inner-banner{
  display: none;
}
/* .page-template-digital-marketing-products .header-inner-banner{
  display: none;
} */
.page-template-case-study nav#main-nav , .page-template-digital-marketing-products nav#main-nav {
  padding: 10px 0 0 0;
}

/* Form styling */
.wpcf7 form.sent .quote-form-wrapper + .wpcf7-response-output, 
.wpcf7 form.invalid .quote-form-wrapper + .wpcf7-response-output{
  border: 0;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}
.wpcf7 form.sent .quote-form-wrapper + .wpcf7-response-output {
  background-color: rgb(103 177 46 / 12%);
}
.wpcf7 form.invalid .quote-form-wrapper + .wpcf7-response-output {
  background: rgb(255 185 0 / 12%);
}

/* New header */
#app-dev-menu > li:not(:last-child) {
  margin-right: 1rem;
} 

.hero-sec-wrapper.digi-marketing-hero {
  background-image: url(../img/dm-bg.png);

}
.digi-marketing-hero {
  padding: 30px 0;
}

.about-tag {
  background: #30BB2E;
  color: #fff;
  padding: 6px 14px;
  font-size: 15px;
  border-radius: 2px;
  margin-bottom: 5px;
  display: inline-block;
}
section.ql-process {
  background-color: #f9f9f9;
  padding: 10px 0 20px;
}
.home .header-inner-banner {
  display: none;
}

.single-team-inner {
  box-shadow: 1px 1px 10px 1px #cccccc78;
  max-width: 90%;
    margin: 0 auto 5px;
}


.team-image {
  position: relative;
}

.team-image ul {
  margin: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000ba;
  opacity: 0;
  transition: all 0.5s;
}
.single-team-inner:hover .team-image ul {
  opacity: 1;
}
.team-image ul li a {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  width: 50px;
  height: 50px;
  background-color: #787878;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 5px;
}

.team-image img {
  width: 100%;
}

.team-content {
  text-align: center;
  padding: 20px 15px;
}

.team-content p {
  margin: 0;
  font-size: 18px;
}

.team-content h2 {
  margin: 0 0 10px;
  font-size: 22px;
}
section.team-area {
  padding: 10px 0 100px;
}
span.navbar-toggler-icon i {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
  font-family: 'FontAwesome' !important;
}

span.navbar-toggler-icon {
  background: none !important;
}
button.navbar-toggler:focus-visible {
  outline: 0;
}


#particle-slider {
  overflow: hidden; 
  
 /*
  background: -webkit-linear-gradient(90deg, #348F50 10%, #f19101 90%); /* Chrome 10+, Saf5.1+ */
 /* background:         linear-gradient(90deg, #348F50 10%, #f19101 90%); /* W3C */
  height: 500px; 

}
a.header-banner-btn.m-ctc {
    display: none;
    background-color: #67b12e;
    border: none;
}
.banner-btn {
  display: flex;
  justify-content: space-between;
}
a.navbar-brand img {
  transition: all 0.5s !important;
  width: 100%;
  height: auto !important;
  max-width: 190px;
  width: 190px;
}
div#wrapper-navbar {
transition: all 0.5s;;
}

div#wrapper-navbar.darkHeader {
  position: fixed;
  background-color: #121212eb;
}

div#wrapper-navbar.darkHeader nav {
  padding: 10px 0;
}

.package-wrapper{
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
}

div#wrapper-navbar.darkHeader .navbar-brand img {
  max-width: 160px;
}

/* .package-container{
  width: 100%;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
} */
section.video-sec iframe {
  width: 100%;
}
section.process-text h5 {
  color: #000;
  margin-top: 50px;
  position: relative;
  padding-left: 40px;
  
}
section.process-text p {
  color: #000000;
  font-weight: 400;
}


section.process-text h5:before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/check.png);
  position: absolute;
  left:0;
}
section.process-text h5 span {
  margin-left: 38px;
}
section.bottom-img {
  margin: 50px 0;
}
.single-process div#wrapper-footer {
  margin-top: 80px;
}

.close_box {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #3e6a1c;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.modal-video-body {
    /* background-color: #fefefe; */
    margin: auto;
    padding: 0;
    border: 0;
    width: 100%;
    max-width: 720px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-video {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* Packge page */
.package-item {
  background: #fff;
  padding: 20px;
  /* border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px; */
  transition: 0.3s all ease;
  display: flex;
    flex-direction: column;
    height: 100%;
}
.package-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.package-item .package-price, .package-item .package-features {
  margin-bottom: 15px;
}
.package-price span {
  font-size: 18px;
  font-weight: 600;
  background: rgb(71 72 70 / 10%);
  padding: 5px 15px;
  border-radius: 40px;
  color: #787878;
}
.package-item .divider{
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.package-features .list-group-item {
  padding: 6px 0 6px 0;
  border: 0;
  display: flex;
}
.package-features .list-group-item .icon {
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url(https://qualhon.com/wp-content/uploads/2022/07/check.png);
  background-size: contain;
  transform: translateY(3px);
}
.package-features .list-group-item .icon + span{
  width: calc(100% - 15px);
  padding-left: 5px;
}
.package-features .list-group-item {
  /* font-size: 14px; */
  color: #6d6d6d;
  font-weight: 300;
}
.package-features .list-group-item .note{
  font-size: 14px;
}
/* .package-features .list-group-item {
  font-size: 12px;
} */
.package-title h5 {
  font-size: 18px;
  /* font-weight: 400; */
}
.package-heading .heading-bg {
  font-size: 24px;  
  background-color: #253239;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 100px;
  /* background: rgb(71 72 70 / 10%); */
}
.offset-left .heading-bg {
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
  /* border-right: 5px solid; */
}

.offset-right .heading-bg {
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  /* border-left: 5px solid; */
}
.package-heading{
  position: relative;
}
.package-heading::before {
  display: none;
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  background: rgb(128 180 62 / 10%);
  top: 0;
}
.offset-right .package-heading::before{  
  right: 100%;
}
.offset-left .package-heading::before{
  left: 100%;
}
.package-action {
  margin-top: auto;
  text-align: center  ;
}
/* Package bg's */
.package-wrapper .package_img {
text-align: center;
padding: 10px 0;
}
.bar-ctc {
  background-color: #1e1e1e;
  padding: 24px;
}

.bar-ctc textarea {
  height: 80px !important;
}
.bar-ctc h5 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

/* Digi */
.package-wrapper .mod-container > .row {
  margin-bottom: 70px;
  padding-top: 20px;
}

.package-wrapper .mod-container > .row:nth-child(even) {
  flex-direction: row-reverse;
  position: relative;
}
.package-wrapper .mod-container > .row:nth-child(even):before {
  background-color: #f5f5f5;
  content: '';
  width: 100vw;
  left: 50%;
  right: 0;
  position: absolute;
  height: calc(100% + 40px);
  transform: translateX(-50%);
  top: -20px;
  bottom: 0;
}
.package-wrapper .mod-container > .row:nth-child(even) .heading-bg {
  clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
}
.package-wrapper .mod-container > .row:nth-child(odd) .heading-bg {
  clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 7% 100%, 0% 50%);
}
.explore-wrap-item {
  font-size: 14px;
  color: #625b5b;
}
.contact-item-content .explore-wrap-item {
  font-size: 12px;
}
.contact-item .contact-item-content > small {
  font-size: 14px;
  margin-bottom: 4px;
}
.contact-item-content .explore-wrap-item img {
  max-height: 12px;
}
.package-wrapper .package_img img {
  max-width: 75%;
}
.quote-form-wrapper .wpcf7-not-valid-tip {
  padding: 4px 0 0 0;
  font-size: 14px;
}
section.cs-support {
    padding: 30px 0 50px;
    background: #fafafa;
}
.trusted-slider .slick-slide {
  margin: 0 15px;
}

.clutch-sec {
    max-width: 960px;
    margin: 0 auto;
    padding: 70px 0px 20px;
}
.clutch-testimonial-widget {
    padding: 30px 0px 50px;
    background: #fafafa;
}
.clutch-testimonial-widget .custom-container{
    max-width: 1400px;
    margin: 0 auto;
}
.banner-form select {
    background: none;
    border: none;
    color: #000!important;
}
.banner-form .wpcf7-submit {
    background: #000 !important;
}
 .areal-field input, .areal-field textarea {
    color: #000 !important;
}
.areal-field input::placeholder, .areal-field textarea::placeholder ,.banner-form select{
  color: #495057 !important;
}


.logos-top p {
    margin: 0px 0px 5px 0px !important;
    font-size: 15px;
    font-weight: 500;
}
.logos-top .platform-rating {
    max-width: 110px;
    margin-bottom: 10px;
}

.logos-top h3 {
    color: #fff;
    font-size: 15px;
}
.logos-top .platform-logo {
    height: 35px;
    object-fit: contain;
    width: 129px;
    margin-bottom: 10px;
}
.fa-kartra {
    height: 60px;
    width: 50px;
    background: url(https://qualhon.net/200603/php/qualhon-staging/wp-content/uploads/2023/09/katrta.png) 0 0 no-repeat;
    background-size: 100%;
    background-position: center center;
    margin: 0 auto;
}
.custom-logo-link:after {
    content: "TM";
    font-size: 13px;
    position: absolute;
    top: 31px;
}
.darkHeader .custom-logo-link::after {
    top: 10px;
}
.clutch-testimonial-widget h2 {
    margin-bottom: 30px;
}
.logos-top a {
  border: none;
  background: none;
  padding: 0px;
} 



/* ================ Presentations ================ */

.trusted-container h2 {
    margin-bottom: 40px;
    margin-top: 0;
}
.presentation-sec {
    padding: 10px 0px 20px;
    max-width: 1000px;
    margin: 0 auto;
}
.presentation-sec .row {
    padding: 10px 0;
    background: #fff;
    margin-bottom: 15px;
    border-bottom: 1px solid #00000038;
}
.presentation-right {
  padding-left: 50px;
}
.table-header-starter p{
  background: #CB0F0F;
}
.table-header-premium p{
  background: #2C9143;
}
.table-header-elite p{
  background: #253578;
}
.table-header p {
  border-radius: 10px 10px 0px 0px;
  font-size: 18px;
  font-weight: 500; 
  padding: 18px 10px;
  margin-bottom: 19px;
}
.price-section .price-column {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}
.table-desc {
    padding: 7px 0px 0px;
}
.table-desc p:first-child {
  min-height: 73px;
}
.table-desc p:first-child, .table-desc p:nth-child(7), .table-desc p:nth-child(10), .table-desc p:nth-child(14), .table-desc p:nth-child(23) {
  min-height: 58.19px;
}
.table-header h4{
  color: #000;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0px;
}
.table-first-desc {
  margin-top: 115px;
}
.table-first-desc .table-footer {
    padding-bottom: 106px;
    background: #fff;
}
.table-desc p {
  border-bottom: 1px solid rgb(104 103 103 / 20%);
  margin-bottom: 0;
  padding: 13px 10px 13px 25px;
  position: relative;
  color: #151515;
  font-size: 13px;
  font-weight: 300;
  line-height: 120%;
  align-items: center;
  display: flex;
}
.table-desc p span {
  position: relative;
}
.table-first-desc p {
  padding: 13px 10px;
  font-weight: 450;
}
.table-desc i {
  position: absolute;
  top: 1px;
  left: -17px;
}
.table-desc .fa-check {
  color: #2C9143;
}
.table-desc .fa-times {
  color: #DF1F26;
}
.package-btn {
  width: 100%;
  border-radius: 5px;
  background: var(--red, #CB0F0F);
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
}
.table-footer {
    padding: 0px 10px 10px 10px;
    background: #232425;
    border-radius: 0px 0px 10px 10px;
}
.package-btn:hover {
  background: #F19100;
}
.tabular-form th, .tabular-form td {
  padding: 10px;
}
.table-footer .footer-title {
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0px;
    font-size: 16px;
}
.footer-title span {
    font-weight: bold;
}

.right-client-commit .logo-item img {
    max-width: 150px;
    height: 40px;
    object-fit: contain;
}
.right-client-commit .logo-item {
    padding: 0px 25px;
}
.right-client-commit .slick-track {
    display: flex;
    align-items: center;
}
.cs-support h2 {
    margin-top: 20px;
}
.home-testimonials h2 {
    margin-top: 20px;
}
.sec-content .yellow-btn {
    letter-spacing: 0px;
    border: 2px solid #dfb607;
    color: #000;
    padding: 10px 20px;
    display: inline-block;
    transition: all 0.3s;
    background: #dfb607;
    font-weight: 600;
}
.sec-content .yellow-btn:hover {
    border: 2px solid #000;
    color: #dfb607;
    background: #000;
}
.sec-content .yellow-btn:hover > i {
    transform: translatex(10px);
}
.process-sec-wrapper h2 {
    font-size: 28px;
    font-weight: 200;
    text-align: center;
}
.presentation-sec h4 {
    font-size: 20px;
}
.presentation-sec img {
    max-width: 240px;
    width: 100%;
    height: 170px;
    object-fit: contain;
}

.real-estate-sec:before{
  display: none;
}
.real-estate-sec {
    background: #fafafa;
    padding: 40px 0px;
}
.real-estate-form {
    background: #000;
    padding: 30px 0px 60px;
}
.real-estate-form .contact-sec-content {
    text-align: center;
    color: #fff;
}
.real-estate-form .contact-sec-content p {
    color: #fff;
}

.real-estate-form input::placeholder, .real-estate-form input, .real-estate-form textarea::placeholder, .real-estate-form textarea{
  color: #a5a5a5 !important;
}
.real-estate-form select {
    color: #a5a5a5;
}
.real-estate-form #app-contact-form  .quote-form-submit {
    margin-right: auto;
}
.variation-sec {
    background: #000;
    padding: 30px 0px 30px;
}
.variation-sec h2 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
.variation-sec p, .variation-sec li {
    color: #fff;
    font-weight: 300;
}
.table-real-sec {
    padding: 40px 0px;
}
.tabular-form th, .tabular-form td, .tabular-form table {
    border: none;
}
.tabular-form th {
    background: #fafafa;
    border-bottom: 3px solid #fff;
}
.tabular-form h2 {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
}
#process-section .process-sec-wrapper {
    background: #fafafa;
    padding: 40px 0px;
}
#tech-section {
    padding-bottom: 50px;
}
.tabular-form td {
    border-bottom: 3px solid #fafafa;
}
.real-estate-sec h6 {
    margin-bottom: 6px !important;
}
.real-estate-form .wpcf7 form.invalid .quote-form-wrapper + .wpcf7-response-output {
    background: transparent;
    margin-top: 5px !important;
    color: #dc3545;
    font-size: 15px;
}
.real-estate-form .wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    color: #f56e28;
}
ul#main-menu li:last-child a {
    padding-right: 0px;
}
.ftr-common-area ul.social-footer li a {
    font-size: 20px;
}
.wpcf7-spinner {
    margin-top: 10px;
}
.app-development .wpcf7-spinner {
    margin-left: 10px;
}
.sec-content .yellow-btn {
    display: none;
}

.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {display:none;}


/* ================ Timeline Media Queries ================ */
@media (min-width: 992px){
  div#wrapper-navbar .container-default {
    max-width: 960px;
  }
}
@media screen and (min-width:1200px) {
  div#wrapper-navbar .container-default {
    max-width: 1140px;
}
.hero-sec-wrapper {
  height: 700px;
  max-height: 100vh;
}

}
@media screen and (min-width:1400px) {
  .getStarted-wrapper h2{
    font-size: calc(6vw);
  }
  div#wrapper-navbar .container-default {
    max-width: 1350px;
} 

}
@media screen and (min-width:1600px) {
  .hero-sec-wrapper {
    height: 700px;
    max-height: 100vh;
  }
}
@media screen and (max-width:1600px) {

  .contact-wrapper::before {
    width: 56%;
}
}

@media screen and (max-width:1199px) {
  .left-banner-content h2 {
    font-size: 35px;
    line-height: 48px;
}
section.main-banner-new {
    min-height: 100%;
    padding: 40px 0;
}
.table-desc p {
    padding: 13px 19px;
    font-size: 11px;
    letter-spacing: -1px;
}
.table-first-desc p {
    padding: 13px 4px;
    font-weight: 450;
}
}

@media screen and (max-width:992px) {
.banner-area .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
}
.area-banner {
    max-width: 100%;
    display: block;
}
.left-banner-content h2, .left-banner-content p {
    max-width: 100%;
}

/* ================ Presentations Ipad================ */
.tech-price .table-first-desc {
  margin: 0px;
}

.tech-price .nav-pills .nav-link.active, .tech-price .nav-pills .show>.nav-link {
  background: rgb(104 103 103 / 0.05);
  border-radius: 10px;
}

.tech-price .nav-pills .nav-link {
  padding: 0 0 5px;
}

.tech-price .nav li.nav-item:not(:last-child) {
  margin-right: 10px;
}

.tech-price .table-header p {
  font-size: 16px;
  line-height: 22px;
  padding: 10px;
  margin-bottom: 8px;
  border-radius: 10px;
}

.tech-price .nav {
  display: grid;
  grid-template-columns: auto auto auto;
}

.tech-price .table-header h4 {
  font-size: 18px;
}
.tech-price .nav-pills .nav-link.active .table-header p, .tech-price .nav-pills .show>.nav-link .table-header p {
  border-radius: 10px 10px 0 0;
}
.app-development .hero-sec-form {
    margin-right: auto !important;
}
#navbarNavDropdown {
    background: #000;
}
a.header-banner-btn.m-ctc {
    display: block;
}
#tech-section-mobile {
    display: block !important;
}
a.link-theme.yellow-btn.view-btn12 {
    display: inline-block !important;
}

/* ================ Presentations Ipad================ */

}

@media screen and (max-width:1024px) {
  .contact-wrapper::before{
    display: none;
  }
  .sec-content {
    margin-bottom: 20px;
  }
  
  /* .hero-sec-wrapper.digi-marketing-hero::before {
    max-height: 475px;
} */
.hero-sec-content .title br{ 
  display: none; 
}
.logos-top .platform-rating {
    display: block;
    margin: 0 auto 10px;
}
}

@media screen and (max-width:992px) {
  .hero-sec-form {
    margin: 30px auto 30px;
    padding: 30px;
  }
  .hero-sec-wrapper {
    padding-top: 120px;
}
.hero-sec-wrapper::before {
  max-height: 270px;
}
.m_child-100 > .spliter-left, .m_child-100 > .spliter-right{
  width: 100%;
}
}
@media screen and (max-width:768.5px) {
  .package-wrapper .package_img, .heading-bg br{
    display: none;
  }
  .package-heading {
    margin-bottom: 25px;
}
.offset-left .heading-bg {
  clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 7% 100%, 0% 50%);
}
.offset-right .heading-bg {
  clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
}

}
@media screen and (max-width: 660px) {
  .timeline {
    width: 100%;
    padding: 4em 0 1em 0;
  }
  .timeline li {
    padding: 8px 0;
  }
  .direction-l,
  .direction-r {
    float: none;
    width: 100%;
    text-align: center;
  }
  .flag-wrapper {
    text-align: center;
  }
  .flag {
    background: #30bb2e;
    z-index: 15;
  }
  .direction-l .flag:before,
  .direction-r .flag:before {
    position: absolute;
    top: -26px;
    left: 50%;
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid#30bb2e;
    z-index: 10;
  }
  .direction-r {
    margin-top: 37px;
  }
  .direction-l .flag:after,
  .direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: #30bb2e;
    border-width: 8px;
    pointer-events: none;
  }
  .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }
  .direction-l .time-wrapper {
    float: none;
  }
  .direction-r .time-wrapper {
    float: none;
  }
  .sec-content + .split-slider {
    padding: 0 0;
}
.sec-content + .split-slider > .slick-arrow {
  display: none !important;
}
  .desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
    z-index: 15;
  }
  .direction-l .desc,
  .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    z-index: 15;
  }
  .desc li {
    text-align: left;
  }

.hero-sec-wrapper .float-hero {
  position: absolute;
  right: 0;
  bottom: 0;
}
.hero-sec-content.sec-content .title h1 {
  font-size: 45px;
  line-height: 50px;
}
.sec-content .title h1 {
  font-size: 30px;
  line-height: 44px;
}

.tech-item-desc {
  font-size: 14px;
  line-height: 20px;
}
.sec-content-img {
  padding: 20px 0;
}
.process-sec-content .sec-content-img img {
  transform: translateX(20px) scale(1.2);
}
#app-contact-form .quote-form-fieldset > .form-group {
  width: 100%;
}
.contact-wrapper::before{
  width: 100%;
  display: none;
}
.contact-items-wrapper{
  margin-bottom: 1rem;
}
#app-contact-form  .quote-form-submit{
  width: 100%;
}
.trustedBy > ul.list-inline {
  width: calc(100%);
}
.left-banner-content h2 {
    font-size: 25px !important;
    line-height: 1.4em !important;
}
.left-banner-content p {
    margin: 20px 0;
}
a.header-banner-btn {
    max-width: 49%;
    font-size: 14px;
    text-align: center;
}
.package-btn {
    font-size: 14px;
    padding: 0px;
}
.table-desc p {
    font-size: 13px;
    letter-spacing: 0px;
}
.app-development .wpcf7-spinner {
    margin-left: 2px;
}
.wpcf7 form.sent .quote-form-wrapper + .wpcf7-response-output, .wpcf7 form.invalid .quote-form-wrapper + .wpcf7-response-output {
    font-size: 10px;
    padding: 10px;
}

}
@media screen and (min-width: 400px) and (max-width: 660px) {
  .direction-l .desc,
  .direction-r .desc {
    margin: 1em 4em 0 4em;
  }
  .desc li {
    text-align: left;
  }

}
@media(max-width:367px) {
  .presentation-slider-wrapper .presentation-inner .inner.about-inner .row {
    background-position: left 8px center;
  }
}
@media screen and (min-width:769px) {
  .menu-item-has-children:hover ul {
    display: block;
  }
}
@media screen and (max-width:1600px) {
  .single-team-inner {
    max-width: 80%;
}
  nav#main-nav {
    padding: 20px 0 0 0;
  }
  .left-banner-content h2 {
    font-size: 45px;
    line-height: 58px;
  }

  .mod-container,   div#wrapper-navbar .container {
    max-width: 90%;
  }

  .areal-field {
    margin-bottom: 15px;
    padding-bottom: 8px;
  }
  .banner-form {
    padding: 20px;
  }
  .area-banner {
    margin-top: 30px;
  }
  .navbar-brand img {
    max-width: 145px;
    height: auto;
  }
  .slick-prev {
    left: 0px;
  }
  .slick-next {
    right: 0px;
  }
}
@media screen and (max-width:1200px) {
  .mod-container {
    max-width: 100%;
  }
  ul#main-menu>li {
    margin-left: 0px;
  }
  ul#main-menu>li>a {
    padding: 10px 12px;
    font-size: 14px;
  }
}
@media screen and (max-width:992px) {

  .testi-slider-inner h3 {
    max-width: 560px;
  }
  .splector-about h3 {
    font-size: 40px;
  }
  p {
    font-size: 15px;
  }
  section.main-banner-new {
    min-height: 66vh;
  }
  .left-banner-content {
    width: 100%;
  }
  .banner-form {
    display: none;
  }

}
@media screen and (max-width:767px) {
  a.header-banner-btn.m-ctc {
    display: inline-block;
}
  .right-client-commit
  {
    width:100%;
  }
  .cs-image {
    margin-top: 20px;
}
  .modal-video-body {
    max-width: 88%;
}
  .area-banner {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .area-banner ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .area-banner ul li br {
    display: none;
  }
  .area-banner ul li {
    display: flex;
    margin: 10px 0px;
    width: 100%;
  }
  section.tech-stack ul li {
    width: 33%;
    font-size: 16px
  }
  .left-banner-content h2 {
    font-size: 40px;
  }
  .spliter-left {
    width: 100%;
  }
  .spliter-right {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
  .spliter-left span.number {
    font-size: 50px;
  }
  .left-client-commit {
    width: 100%;
    background-color: #f19101;
    padding: 0;
    position: relative;
    background-size: cover;
    background-image: none !important;
    text-align: center !important;
  }


  .left-client-commit:after {
    display: none;
  }
  .testi-slider-inner h3 {
    max-width: 81%;
    font-size: 18px;
    line-height: 37px;
  }
div#wrapper-navbar .container {
    max-width: 100%;
    padding: 0 15px;
}
  .slick-next, .slick-prev {
    width: 15px;
    height: 27px;
}
.inner-area-sec {
    padding: 15px;
}
.hero-sec-wrapper {
  background: none;
}
.area-banner {
    background: transparent;
    box-shadow: none;
}
.logos-top {
    background: #2a2a2a;
    padding: 10px;
    margin: 10px 0px;
}

/* ================ Presentations Ipad================ */

.starter-tab .table-desc p:first-child, .premium-tab .table-desc p:nth-child(4), .elite-tab .table-desc p:nth-child(4), .elite-tab .table-desc p:nth-child(10), .elite-tab .table-desc p:nth-child(14), 
.elite-tab .table-desc p:nth-child(23)  {
  min-height: 73.78px;
}
.starter-tab .table-desc p:nth-child(4), .starter-tab .table-desc p:nth-child(6), .starter-tab .table-desc p:nth-child(12), .starter-tab .table-desc p:nth-child(18), .starter-tab .table-desc p:nth-child(19), 
.starter-tab .table-desc p:nth-child(21), .starter-tab .table-desc p:nth-child(26), 
.premium-tab .table-desc p:nth-child(6), .premium-tab .table-desc p:nth-child(9), .premium-tab .table-desc p:nth-child(11), .premium-tab .table-desc p:nth-child(12), .premium-tab .table-desc p:nth-child(19),
.premium-tab  .table-desc p:nth-child(21), .premium-tab .table-desc p:nth-child(26) 
.elite-tab .table-desc p:nth-child(5), .elite-tab .table-desc p:nth-child(8), .elite-tab .table-desc p:nth-child(9), .elite-tab .table-desc p:nth-child(11), .elite-tab .table-desc p:nth-child(12), 
.elite-tab .table-desc p:nth-child(13), .elite-tab .table-desc p:nth-child(19), .elite-tab .table-desc p:nth-child(21), .elite-tab .table-desc p:nth-child(24), .elite-tab .table-desc p:nth-child(26){
  min-height: 58.19px;
}
.starter-tab .table-desc p:nth-child(7), .starter-tab .table-desc p:nth-child(10), .starter-tab .table-desc p:nth-child(14), .starter-tab .table-desc p:nth-child(23), .premium-tab .table-desc p:first-child, .premium-tab .table-desc p:nth-child(7), 
.premium-tab .table-desc p:nth-child(10), .premium-tab .table-desc p:nth-child(23) {
  min-height: 42.59px;
}

.elite-tab .table-desc p:first-child, .elite-tab .table-desc p:nth-child(7) {
  min-height: 104.97px;
}
.presentation-sec img {
    margin-bottom: 20px;
}
.real-estate-form {
    padding: 30px 30px 30px;
}
.presentation-sec .row:nth-child(3), .presentation-sec .row:nth-child(5) {
    flex-direction: column-reverse;
}
.table-first-desc .table-footer {
    padding-bottom: 46px;
}
#tech-section-mobile {
    padding: 40px 0px;
}
.table-footer {
    padding: 10px 10px 10px 10px;
}
/* ================ Presentations Ipad================ */
}


/* ================ Presentations Ipad================ */
@media(min-width:1200px){
  #tech-section .container {
    max-width: 1270px !important;
  }
}