.above-heading,
.basic-2,
.btn,
.cards-1,
.cards-2,
.copyright,
.ex-2-header,
.ex-header,
.faq-section,
.footer-content,
.form .icon-container,
.form h2,
.slider-1 .slider-container,
.slider-2 .swiper-container,
.spinner,
.tabs .h2-heading,
.tabs .nav-link,
.tabs .p-heading,
h4.modal-title {
  text-align: center;
}
h1,
h2,
h3 {
  letter-spacing: -0.2px;
}
h4.modal-title {
  line-height: 1.2 !important;
}
a {
  cursor: pointer;
}
.slider-2 .testimonial-author,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}
.navbar-custom .dropdown-toggle:focus,
.slider-2 .swiper-button-next:focus,
.slider-2 .swiper-button-prev:focus,
select {
  outline: 0;
}
body,
html {
  width: 100%;
  height: 100%;
}
body,
p {
  color: #555;
  font: 400 1rem/1.625rem Montserrat, sans-serif;
}
.p-large {
  font: 400 1.2rem/1.7rem Montserrat, sans-serif;
}
.p-small {
  font: 400 0.875rem/1.5rem Montserrat, sans-serif;
}
h1 {
  font: 700 2.5rem/3.2rem Montserrat, sans-serif;
}
h2 {
  font: 700 2rem/2.625rem Montserrat, sans-serif;
}
h3 {
  font: 700 1.625rem/2.125rem Montserrat, sans-serif;
}
.testimonial-author,
h4,
h5,
h6 {
  letter-spacing: -0.1px;
}
h4 {
  font: 700 1.375rem/1.75rem Montserrat, sans-serif;
}
h5 {
  font: 700 1.125rem/1.5rem Montserrat, sans-serif;
}
a,
a:hover {
  color: #555;
  text-decoration: underline;
}
.btn,
.btn:hover,
.copyright a {
  text-decoration: none;
}
.form-group {
  position: relative;
  margin-bottom: 1.25rem;
  display: flex;
}
.nav-item .btn {
  width: 100%;
  border-radius: 20px;
  margin-top: 20px;
}
@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .label-control {
    top: 0.9375rem;
  }
  .form-control-input {
    padding-top: 1.25rem;
    padding-bottom: 0.75rem;
    line-height: 1.75rem;
  }
  .form-control-select {
    padding-top: 0.875rem;
    padding-bottom: 0.75rem;
    height: 3.125rem;
    line-height: 2.125rem;
  }
  input[type="checkbox"] {
    vertical-align: -9%;
  }
}
@-webkit-keyframes tada {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
@keyframes tada {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
.btn {
  display: inline-block;
  font-weight: 600;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e78a1e;
  border: 1px solid transparent;
  color: #fff !important;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.faq-que-box,
.faq-que-box-wrap.active .faq-que-box > span.faq-btn,
.form__proposal input[type="text"],
.navbar-custom {
  background-color: #fff;
}
.btn:hover,
.nav-bar .btn:hover {
  background: #1c4880;
  color: #fff !important;
}
.navbar-custom {
  box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.navbar-custom .container {
  max-width: 87.5rem;
}
.navbar-custom .navbar-brand.logo-text {
  font: 700 2rem/1.5rem "Open Sans", sans-serif;
  color: #fff;
  text-decoration: none;
}
.navbar-custom .navbar-nav {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}
@keyframes fadeDropdown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navbar-custom .nav-item .btn-outline-sm {
  margin-top: 0.25rem;
  margin-bottom: 1.375rem;
  margin-left: 0.5rem;
  border: 0.125rem solid #fff;
  color: #fff;
}
.navbar-custom .nav-item .btn-outline-sm:hover {
  background-color: #fff;
  color: #5f4dee;
}
.mobilepagespeed,
.navbar-custom
  button[aria-expanded="false"]
  .navbar-toggler-awesome.fas.fa-times,
.navbar-custom button[aria-expanded="true"] .navbar-toggler-awesome.fas.fa-bars,
.sec-imgscoial {
  display: none;
}
.navbar-custom
  button[aria-expanded="false"]
  .navbar-toggler-awesome.fas.fa-bars {
  display: inline-block;
}
.navbar-custom
  button[aria-expanded="true"]
  .navbar-toggler-awesome.fas.fa-times {
  display: inline-block;
  margin-right: 0.125rem;
}
.header-content {
    background-image: url(../images/blankbanner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    padding-bottom: 0 !important;
	height: 34rem !important;
    margin-bottom: 0 !important;
}
.header {
  margin-top: 30px !important;
}
.header .header-content {
  padding-top: 8rem;
  padding-bottom: 4rem;
  text-align: center;
}
.header .text-container {
  margin-bottom: 3rem;
}
.header .bannerimage {
  margin-left: 90px;
  margin-top: -48px;
  max-width: 95%;
}
.header h1 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 3.2rem !important;
  line-height: 3rem;
}
.header .p-large {
  color: #fff;
  width: 100%;
}
.form__proposal form .btn,
.form__proposal form .btn:focus {
  border-radius: 4px;
  font-size: 18px;
  line-height: 1.333em;
  padding: 17px 15px;
  display: flex;
  color: #fff;
  font-weight: 500;
  height: 54px;
  width: 100%;
}
.form__proposal form {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.form__proposal {
  width: 100%;
}
.form__proposal form .btn {
  margin-top: 0;
  margin-left: 5px;
  background: #e78a1e;
  align-items: center;
  justify-content: center;
}
.form__proposal form .btn:focus {
  margin-left: -15px;
  background: #e78a1e !important;
  align-items: center;
  justify-content: center;
}
.form__proposal input[type="text"] {
  font-family: var(--font-inter);
  color: var(--text-color);
  border: 1px solid var(--gray-09);
}
.copyright {
  padding-top: 1rem;
  padding-bottom: 0.375rem;
  background-color: #1c4880;
}
.copyright a {
  color: #f3f7fd;
}
@media (min-width: 768px) {
  .h2-heading,
  .p-heading {
    margin-right: auto;
    margin-left: auto;
  }
  .h2-heading {
    width: 80%;
  }
  .header .text-container {
    margin-bottom: 4rem;
  }
  .header h1 {
    font-size: 1.92rem;
    line-height: 4.125rem;
  }
  .header .btn-solid-lg {
    margin-bottom: 0;
    margin-left: 0;
  }
  .header-frame {
    height: 5.5rem;
  }
  .form .text-container {
    padding: 4rem 2.5rem 3rem;
  }
  .form form {
    margin-right: 4rem;
    margin-left: 4rem;
  }
  .footer-frame {
    height: 5rem;
  }
}
@media (min-width: 992px) {
  .navbar-custom {
    padding: 0 1.5rem !important;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  }
  .header .text-container,
  .navbar-custom .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-custom .nav-item .nav-link {
    padding: 0.25rem 0.75rem;
  }
  .navbar-custom .nav-item .nav-link.active,
  .navbar-custom .nav-item .nav-link:hover {
    opacity: 1;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0.5rem 1.5rem 0.5rem 2rem;
    background-color: #5f4dee;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  }
  .navbar-custom.top-nav-collapse .nav-item .nav-link.active,
  .navbar-custom.top-nav-collapse .nav-item .nav-link:hover {
    color: #fff;
  }
  .navbar-custom .dropdown-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 0.25rem solid transparent;
    border-radius: 0.25rem;
  }
  .navbar-custom.top-nav-collapse .dropdown-menu {
    border-top: 0.25rem solid transparent;
    box-shadow: 0 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.02);
  }
  .navbar-custom .dropdown-item {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .navbar-custom .dropdown-items-divide-hr {
    width: 84%;
  }
  .navbar-custom .nav-item .btn-outline-sm {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1rem;
  }
  .h2-heading {
    width: 60%;
  }
  .header .header-content {
    text-align: left;
  }
  .header .image-container {
    position: relative;
    margin-top: 3rem;
  }
  .header .image-container .img-wrapper {
    position: absolute;
    display: block;
    width: 470px;
  }
  .header-frame {
    height: 8rem;
  }
  .cards-1 .card {
    display: inline-block;
    width: 17rem;
    max-width: 100%;
    margin-right: 1rem;
    margin-left: 1rem;
    vertical-align: top;
  }
  .basic-2 .image-container,
  .basic-2 p,
  .form .text-container {
    margin-right: auto;
    margin-left: auto;
  }
  .cards-1 .card-image {
    width: 9rem;
  }
  .tabs .nav-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 2.75rem;
  }
  .tabs .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    border-bottom: 2px solid #cacaca;
  }
  .tabs .nav-link.active,
  .tabs .nav-link:hover {
    border-bottom: 2px solid #5f4dee;
  }
  .basic-1 .text-container,
  .tabs .image-container {
    margin-bottom: 0;
  }
  .basic-1 {
    padding-top: 8rem;
  }
  .basic-2 .image-container {
    max-width: 53.125rem;
  }
  .basic-2 p {
    width: 65%;
  }
  .form .text-container {
    width: 55rem;
    padding-top: 5rem;
    padding-bottom: 4.5rem;
  }
  .form h2 {
    margin-right: 7rem;
    margin-left: 7rem;
  }
  .form form {
    margin-right: 9rem;
    margin-left: 9rem;
  }
}
@media (min-width: 1200px) {
  .h2-heading {
    width: 50%;
  }
  .header .header-content {
    padding-bottom: 5rem;
  }
  .header .text-container {
    margin-top: 0;
    margin-right: 0.5rem;
  }
  .header .image-container {
    margin-top: 1rem;
    margin-left: 1.5rem;
  }
  .header .image-container .img-wrapper {
    width: 630px;
  }
  .header-frame {
    height: 9.375rem;
  }
  .slider-1 .slider-container {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .cards-1 .card {
    width: 18.875rem;
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .cards-1 .card-image {
    width: 12.5rem;
  }
  .tabs .image-container {
    margin-right: 1.5rem;
    margin-left: 1rem;
  }
  .basic-1 .image-container,
  .tabs .text-container {
    margin-right: 1rem;
    margin-left: 1.5rem;
  }
  .tabs .text-container {
    margin-top: 1.5rem;
  }
  .basic-1 .text-container {
    margin-top: 1rem;
    margin-right: 1.5rem;
    margin-left: 1rem;
  }
  .basic-1 h2 {
    margin-bottom: 1rem;
  }
  .form .text-container {
    width: 64.75rem;
    padding-top: 6rem;
    padding-bottom: 5.5rem;
  }
  .form h2 {
    margin-right: 12rem;
    margin-left: 12rem;
  }
  .form form {
    margin-right: 15rem;
    margin-left: 15rem;
  }
  .footer .footer-col.first {
    margin-right: 1.5rem;
  }
  .footer .footer-col.middle {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  .footer .footer-col.last {
    margin-left: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-content {
    padding-top: 14rem;
    padding-bottom: 0;
    text-align: center;
  }
  .navbar-custom .navbar-toggler {
    padding: 0;
    border: none;
    color: #275186;
    font-size: 2rem;
    display: none;
  }
  .header {
    margin-top: 59px;
  }
  .header .bannerimage {
    margin-left: 0;
    margin-top: 20px;
  }
  .form-group {
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .form__proposal form .btn {
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.333em;
    width: 100%;
    margin-left: 2px;
    margin-top: 20px;
    height: auto;
    padding: 13px 15px;
    display: flex;
    background: #e68a1d;
    align-items: center;
    color: #fff;
    justify-content: center;
  }
  .img-wrap {
    display: flex !important;
    margin-left: 0 !important;
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 0 !important;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
  }
  .ResultDrivenSec .site-heading h2,
  .site-heading h2 {
    font-size: 25px !important;
    line-height: 2rem !important;
  }
  #screenshots .owl-carousel .owl-item .item {
    padding: 0 !important;
    width: 100% !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .section-6 h2 span {
    font-size: 25px;
  }
  .section-6 #hit-slidenav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    justify-content: center;
    position: relative;
  }
  .section-6 .howitwork-carousel .hiw-img {
    float: left;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    margin-top: -75px;
  }
  .section-6 .howitwork-carousel .hiw-img img {
    width: 100% !important;
    opacity: 1 !important;
  }
  .section-6 .howitwork-carousel .hiw-content {
    float: left;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .section-6 .howitwork-carousel .owl-dots {
    float: none;
    margin: 0;
    position: relative;
    z-index: 1;
    top: -24px;
    right: 15%;
    text-align: right;
  }
  .hiw-content .title_block {
    line-height: 2rem !important;
    margin: -30px 0 0;
    font-size: 30px;
    text-align: center;
  }
  .section-6 .howitwork-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 6px;
    background: #d0d0d0;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
  }
  body.app_version .apple-button {
    font-size: 18px;
    margin-bottom: 0 !important;
  }
  .samplework-carousel .owl-next {
    right: -48px;
    position: absolute;
  }
  .samplework-carousel .owl-prev {
    left: -47px;
    position: absolute;
  }
  .section-12 form input,
  .section-12 form select,
  .section-12 form textarea {
    width: 100% !important;
    float: left;
    padding: 10px;
    border: 1px solid #a8a8a8;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    margin: 0 2% 2% 0;
    border-radius: 5px;
    height: 41px;
  }
  .requestAquoteSec .col-left {
    float: none;
    width: 100%;
    margin: auto;
  }
  .requestAquoteSec .form-wrapper {
    margin-bottom: 0;
  }
  .cont h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1.7rem !important;
  }
  .featuredlogo {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px;
    justify-content: center;
    display: flex;
  }
  .featuredlogo img {
    padding: 20px;
    width: 240px;
    height: 240px;
  }
  .btnOpenForm {
    border-radius: 10px;
    padding: 10px !important;
  }
  .nav-item .btn {
    width: 100% !important;
    margin-left: 0 !important;
    border-radius: 20px;
    padding: 10px 12px !important;
  }
  span.nav-item .btn {
    color: #fff !important;
  }
  .section-6 p {
    color: #000;
    text-align: center;
  }
  .ChunkboxWrap.seven:after {
    height: 53px;
    width: 102px;
    bottom: 108px;
    left: 3%;
    z-index: 0;
  }
  .ChunkboxWrap.eight:after,
  .ChunkboxWrap.eleven:after,
  .ChunkboxWrap.nine:after {
    display: none;
  }
  .ChunkboxWrap.eleven:before {
    content: "";
    position: absolute;
    height: 53px;
    width: 102px;
    top: 17px;
    right: 7%;
    z-index: 0;
  }
  .crange {
    padding-top: 0 !important;
  }
  .footer-area h2 {
    font-size: 28px !important;
  }
  .navbar .row {
    margin: 0 auto;
  }
  .sec-imgscoial {
    display: block !important;
  }
  .navbar .img-wrap,
  .pagespeed {
    display: none !important;
  }
  .img-wraper .col-sm-12 {
    width: 100%;
    display: contents;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .img-wraper .col-sm-12:first-child,
  .img-wraper .col-sm-12:nth-child(2) {
    margin-bottom: 30px;
  }
  .img-wraper {
    width: 100%;
  }
  .mobilepagespeed {
    display: block !important;
    margin-top: -100px;
    text-align: center;
  }
  .mobilepagespeed .pagespeedcontent h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 41px;
    margin-top: 10px;
    color: #333 !important;
  }
  .mobilepagespeed .site-heading h4::before {
    background: #e78a1e;
    bottom: 10px !important;
    content: "";
    height: 2px;
    left: 60% !important;
    margin-left: -26px;
    position: absolute;
    width: 50px;
  }
  .header h1 {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }
  .crange .site-heading p {
    width: 100% !important;
    text-align: center !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .header-content,
  .pagespeedcontent .form__proposal_website input {
    margin-bottom: 0 !important;
  }
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .featuredlogo {
    max-width: 100%;
  }
  .mobilepagespeed .pagespeedcontent h2,
  .site-heading h2 {
    margin-bottom: 10px;
    text-transform: capitalize;
    margin-top: 10px;
  }
  .header-content {
    background-image: url(../images/blankbanner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0 !important;
  }
  .header {
    margin-top: 30px !important;
  }
  .header .header-content {
    padding-top: 8rem;
    padding-bottom: 4rem;
    text-align: center;
  }
  .header .bannerimage {
    margin-left: 0 !important;
    margin-top: 12px !important;
  }
  .navbar .col-md-3 {
    display: flex;
    justify-content: center;
  }
  .form-group {
    position: relative;
    display: flex;
    margin: 0 auto;
  }
  .navbar-custom .navbar-toggler {
    padding: 0;
    border: none;
    color: #275186;
    font-size: 2rem;
  }
  .form__proposal form .btn {
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.333em;
    width: 100%;
    margin-left: 0;
    height: auto;
    padding: 17px 15px;
    display: flex;
    background: #e68a1d;
    align-items: center;
    color: #fff;
    justify-content: center;
  }
  .featuredlogo {
    flex: 0 0 100%;
  }
  .form__proposal input[type="text"] {
    width: 100%;
    height: 79%;
    padding: 8px 15px;
    font-family: var(--font-inter);
    font-style: normal;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: -0.0055em;
    color: var(--text-color);
    background-color: #fff;
    border: 1px solid var(--gray-09);
    border-radius: 3px;
  }
  .p-large {
    font: 400 1.1rem/1.7rem Montserrat, sans-serif;
  }
  .navbar .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 45%;
  }
  .navbar .col-md-5 {
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
  }
  .navbar .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 100%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
  }
  .navbar .row {
    display: flex;
    justify-content: center !important;
  }
  .ChunkboxWrap.eight:after,
  .ChunkboxWrap.eleven:after,
  .ChunkboxWrap.nine:after,
  .navbar-custom
    button[aria-expanded="false"]
    .navbar-toggler-awesome.fas.fa-bars {
    display: none;
  }
  .img-wrap {
    margin-bottom: 20px;
  }
  .site-heading h2 {
    display: block;
    font-weight: 700;
    font-size: 36px;
    line-height: 2.5rem !important;
  }
  .featuredlogo img {
    padding: 20px;
    width: 240px;
    height: 240px;
  }
  .featuredlogo {
    flex: 0 0 100%;
    padding: 5px;
    justify-content: center;
    display: flex;
  }
  .section-6 #hit-slidenav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    justify-content: center;
    position: relative;
  }
  .section-6 .howitwork-carousel .hiw-img {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    margin-top: -75px;
  }
  .section-6 .howitwork-carousel .hiw-img img {
    width: 100%;
    height: auto;
  }
  .section-6 .howitwork-carousel .hiw-content {
    float: left;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .section-6 .howitwork-carousel .owl-dots {
    float: none;
    margin: 0;
    position: relative;
    z-index: 1;
    top: -12px;
    right: 9%;
  }
  .hiw-content .title_block {
    margin: -50px 0 0;
    font-size: 30px;
    text-align: center;
  }
  .section-6 p {
    color: #000;
    text-align: center;
  }
  .samplework-carousel .item {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .ChunkboxWrap.seven:after {
    height: 53px;
    width: 102px;
    bottom: 108px;
    left: 28%;
    z-index: 0;
  }
  .ChunkboxWrap.eleven:before {
    content: "";
    position: absolute;
    height: 53px;
    width: 102px;
    top: 17px;
    right: 28%;
    z-index: 0;
  }
  .requestAquoteSec .col-left {
    float: none;
    width: 100%;
    margin: auto;
  }
  .crange {
    padding-top: 0 !important;
  }
  .sec-imgscoial {
    display: block !important;
  }
  .navbar .img-wrap,
  .pagespeed {
    display: none !important;
  }
  .img-wraper .col-sm-12 {
    width: 100%;
    display: contents;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .form__proposal form .button,
  .form__proposal form input {
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.333em;
    width: 100%;
    margin-left: 5px;
    height: auto;
    padding: 8px 15px !important;
    display: flex;
    background: #e78a1e;
    align-items: center;
    color: #fff;
    justify-content: center;
  }
  .img-wraper {
    display: flex !important;
    width: 100%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 34%;
  }
  .mobilepagespeed {
    display: block !important;
    margin-top: -100px;
    text-align: center;
  }
  .mobilepagespeed .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .header .pl-md-5,
  .header .px-md-5 {
    padding-left: 0 !important;
  }
  .header h1 {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1.8rem !important;
    line-height: 3rem;
  }
  .mobilepagespeed .pagespeedcontent h2 {
    display: block;
    font-weight: 700;
    font-size: 41px;
    color: #333 !important;
  }
  .mobilepagespeed .site-heading h4::before {
    background: #e78a1e;
    bottom: 10px !important;
    content: "";
    height: 2px;
    left: 60% !important;
    margin-left: -26px;
    position: absolute;
    width: 50px;
  }
}
@media only screen and (min-device-width: 1030px) and (max-device-width: 1199px) {
  .header {
    margin-top: 30px;
  }
  .header .text-container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .header .bannerimage {
    margin-left: 70px;
    margin-top: -51px;
  }
  .header h1 {
    font-size: 2.5rem;
    line-height: 4.125rem;
  }
  .p-large {
    font: 400 1rem/1.7rem Montserrat, sans-serif;
  }
  .section-6 .howitwork-carousel .owl-dots {
    float: none;
    margin: 0;
    position: relative;
    z-index: 1;
    top: -200px;
    right: -7%;
    text-align: right;
  }
  .site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 36px;
    margin-top: 10px;
  }
  #screenshots .owl-carousel .owl-item .item {
    padding: 15px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .ChunkboxWrap.nine:after {
    background-image: url(/seolp/images/down-curve.webp);
    height: 59px;
    width: 235px;
    bottom: 158px;
    left: -130px;
    z-index: 0;
  }
  .ChunkboxWrap.eleven:before,
  .ChunkboxWrap.seven:after {
    background-image: url(/seolp/images/driven-arrow.webp);
    height: 53px;
    width: 102px;
    z-index: 0;
  }
  .ChunkboxWrap.seven:after {
    bottom: 179px;
    left: -31px;
  }
  .ChunkboxWrap.eleven:before {
    content: "";
    position: absolute;
    top: 13px;
    right: -30px;
  }
}
@media screen and (min-width: 1200px) and (max-device-width: 1390px) {
  .header .bannerimage {
    width: 397px !important;
    margin-left: 95px !important;
    margin-top: -48px;
  }
  .section-6 .howitwork-carousel .owl-dots {
    right: 3% !important;
  }

  .navbar .nav-item btn {
    margin-left: 30px !important;
  }
}
@media screen and (min-width: 1400px) and (max-device-width: 1600px) {
  .header,
  .pagespeed {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .header {
    margin-top: 30px;
    background-position: left;
  }
  .header .bannerimage {
    margin-left: 100px;
    margin-top: -57px;
  }
  .header-content {
    padding-bottom: 20px !important;
  }
  .section-6 .howitwork-carousel .owl-dots {
    right: 3% !important;
  }
}
@media screen and (min-width: 1600px) and (max-device-width: 1700px) {
  .header {
    margin-top: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
  }
  .header .bannerimage {
    margin-left: 90px;
    margin-top: -48px;
    max-width: 100% !important;
  }
}
@media screen and (min-width: 1600px) and (max-device-width: 1920px) {
  .header {
    margin-top: 30px;
  }
  .header-content {
    padding-bottom: 20px !important;
  }
}
#pricing .btn:hover,
#purchase .btn:hover,
.footer-area .btn:hover {
  background: #fff;
  color: #000 !important;
}
.section-6 {
  margin-top: 30px;
}
.form__proposal input[type="text"] {
  height: 100% !important;
  padding: 16px 15px !important;
  font-family: var(--font-inter) !important;
  font-style: normal !important;
  font-size: 18px !important;
  line-height: 16px !important;
  letter-spacing: -0.0055em !important;
  color: var(--text-color) !important;
  background-color: #fff !important;
  border: 1px solid var(--gray-09) !important;
  border-radius: 3px !important;
}
.footer-area {
  background: url(../images/world-map.webp) center no-repeat #1c4880;
  padding-top: 50px;
  padding-bottom: 2px !important;
}
.footer-content .logo {
  display: inline-block;
  margin-bottom: 30px;
}
.footer-content .navbar-nav {
  border-top: 1px solid #fff;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  list-style-type: none;
  padding-top: 15px;
  padding-left: 0;
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
}
.footer-content .copyright {
  color: #b0b2b9;
}
.footer-content .copyright a,
.footer-content .copyright strong {
  color: var(--whiteColor);
}
.single-feedback-box {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: #f4f8fc;
  margin-bottom: 25px;
  padding: 30px;
}
.single-feedback-box .client-info {
  margin-bottom: 20px;
}
.single-feedback-box .client-info img {
  height: 60px;
  border-radius: 50%;
  width: 60px !important;
}
.single-feedback-box .client-info .title {
  margin-left: 15px;
}
.single-feedback-box .client-info .title h3 {
  font-size: 22px;
  margin-bottom: 7px;
}
.single-feedback-box .client-info .title span {
  display: block;
  font-size: 14px;
  color: #e78a1e;
}
.single-feedback-box p {
  font-size: 16px;
}
.single-feedback-box .rating {
  margin-top: 25px;
}
.single-feedback-box .rating h5 {
  margin-bottom: 0;
  font-size: 16px;
}
.owl-item.active.center .single-feedback-box {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 5px 15px 20px rgba(38, 42, 55, 0.05);
  box-shadow: 5px 15px 20px rgba(38, 42, 55, 0.05);
}
.feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -20px;
}
.feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  border-radius: 50%;
  position: relative;
  background-color: transparent;
}
.feedback-slides.owl-theme .owl-dots .owl-dot span::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.1;
  position: absolute;
  border-radius: 50%;
  background-color: #0064fb;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.feedback-slides.owl-theme .owl-dots .owl-dot span::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  position: absolute;
  border-radius: 50%;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: #17468e;
}
.feedback-slides.owl-theme .owl-dots .owl-dot.active span::before,
.feedback-slides.owl-theme .owl-dots .owl-dot:hover span::before {
  opacity: 0;
  visibility: hidden;
}
.feedback-slides.owl-theme .owl-dots .owl-dot.active span::after,
.feedback-slides.owl-theme .owl-dots .owl-dot:hover span::after {
  opacity: 1;
  visibility: visible;
}
.faq-section .faq-accordions,
.item {
  margin: 0 auto;
}
.footer-area .cont p {
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.8;
  margin-top: 33px;
}
body.app_version .apple-button {
  line-height: 1;
  padding: 1px 20px;
  border-radius: 8px;
  font-size: 21px;
  font-weight: 300;
}
.faq-section {
  font-family: Montserrat, sans-serif;
  background-color: #fff;
  padding: 60px 0;
  background-position: bottom right 0;
}
.faq-section .faq-accordions .accordion-row {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
  cursor: pointer;
}
.faq-section .faq-accordions .accordion-row .title {
  text-align: left;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
}
.faq-section .faq-accordions .title:after {
  content: "";
  position: absolute;
  border-left: 2px solid #e78a1e;
  border-bottom: 2px solid #e78a1e;
  right: 10px;
  top: 8px;
  -moz-transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  width: 10px;
  height: 10px;
  z-index: 1;
  transform: rotate(-45deg);
}
.faq-section .faq-accordions .accordion-row .content {
  text-align: left;
  color: #000700;
  font-size: 20px;
  line-height: 30px;
  overflow: hidden;
  height: 0;
  transition: 0.5s;
}
.title.open {
  color: #e78a1e !important;
}
.faq-section .faq-accordions .accordion-row .open + .content {
  height: auto;
  overflow: initial;
  padding: 20px 0;
}
.owl-nav {
  top: 50%;
  margin: -20px auto;
  position: absolute;
  width: 100%;
}
.navbar .nav-item .btn {
  margin-left: 10px !important;
}
.pagespeed {
  background-image: url(../images/pagespeed4.webp);
  height: 70%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.pagespeed {
  display: block;
}
.pagespeedcontent {
  margin-top: 60px;
}
.box .content h5 {
  line-height: normal !important;
}
