/*----*/
.hero-slider-content h1 {
  font-size: 35px;
  line-height: initial;
  font-weight: 700;
}

.home-banner {
  min-height: calc(100vh - 108px);
  padding: 50px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.home-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(8, 50, 85, 0.8);
}
.home-banner h1 {
  font-size: 54px;
  font-weight: 700;
  line-height: 63px;
  margin: 0;
}
@media (max-width: 575px) {
  .home-banner h1 {
    font-size: 25px;
    line-height: 34px;
  }
}
.home-banner p {
  margin: 25px 0 72px;
}
.home-banner svg {
  max-width: 100%;
}
@media (max-width: 575px) {
  .home-banner svg {
    max-width: 50%;
  }
}
.home-banner video {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.home-banner video::-webkit-media-controls {
  display: none !important;
}

.contact-box-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 40px 24px;
  background: url(../images/cta-bg.svg), #00457f;
  box-shadow: 0px 4.02px 11.26px 0px rgba(8, 15, 52, 0.04);
  border-radius: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 1.25em 0;
}
.contact-box-wrapper .contact-box-contentbox {
  max-width: 540px;
}
.contact-box-wrapper .contact-box-contentbox .contact-box-title {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 14px;
  color: var(--white-color);
}
.contact-box-wrapper .contact-box-contentbox .contact-box-description {
  word-wrap: break-word;
  color: var(--white-color);
}
.contact-box-wrapper .outline-white-btn {
  background: var(--white-color) !important;
  color: var(--black-color);
  border-radius: 50px;
  text-transform: capitalize;
}

@media screen and (max-width: 1399px) {
  .contact-box-wrapper .contact-box-contentbox {
    max-width: 100%;
  }
}
/*----*/
.promo-section .single-promo-2 {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
  border-radius: 1.5rem !important;
  transition: all 0.2s ease-out;
  will-change: transform;
}
.promo-section .single-promo-2:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}
.promo-section .single-promo-2 .circle-icon {
  display: block;
  width: 100px;
  margin: 0 auto 30px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  height: 100px;
}
.promo-section .single-promo-2 .circle-icon span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.promo-section .single-promo-2 .circle-icon span img {
  width: 60%;
}
.promo-section .single-promo-2 h3 {
  font-size: 18px;
}
.promo-section .single-promo-2 p {
  color: var(--accent-color);
}

.about-us-section .about-us-img {
  position: relative;
}
.about-us-section .about-us-img .about-single-img {
  position: relative;
  z-index: 2;
}
.about-us-section .about-us-img .about-us-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85%;
  z-index: 1;
}

.portfolio-section .feature-tabs-wrap {
  margin-top: 30px;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 0 62px hsla(0, 0%, 0%, 0.12);
  padding: 40px;
  width: 100%;
}
@media (max-width: 575px) {
  .portfolio-section .feature-tabs-wrap {
    padding: 15px;
  }
}
.portfolio-section .feature-tabs-wrap .feature-tabs {
  margin-bottom: 25px;
}
.portfolio-section .feature-tabs-wrap .feature-tabs li {
  position: relative;
}
.portfolio-section .feature-tabs-wrap .feature-tabs li a {
  padding: 15px 30px;
  border-right: 1px solid var(--white-color) !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  color: var(--black-color) !important;
}
.portfolio-section .feature-tabs-wrap .feature-tabs li a.active {
  color: var(--white-color) !important;
  background-color: var(--primary-color);
}
@media (max-width: 575px) {
  .portfolio-section .feature-tabs-wrap .feature-tabs li a {
    padding: 15px;
  }
}
.portfolio-section .feature-tabs-wrap .feature-tabs li a h6 {
  font-size: 13px;
  line-height: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .owl-carousel .owl-nav {
  position: absolute;
  left: -40px;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .owl-carousel .owl-nav {
    left: -20px;
    right: -20px;
  }
}
.portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .owl-carousel .owl-nav.disabled {
  display: none !important;
}
.portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .owl-carousel .owl-nav button {
  background-color: var(--primary-color);
  height: 30px;
  width: 30px;
  display: flex;
  border-radius: 50%;
  color: var(--white-color);
  justify-content: center;
}
.portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .owl-carousel .owl-nav button span {
  font-size: 30px;
  line-height: 25px;
}
.portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .portfolio-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .portfolio-wrapper {
    flex-wrap: wrap;
  }
}
.portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .portfolio-wrapper .portfolio-left {
  margin-right: 50px;
  width: 60%;
}
@media (max-width: 767px) {
  .portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .portfolio-wrapper .portfolio-left {
    width: 100%;
    margin: 0 0 20px;
  }
}
.portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .portfolio-wrapper .portfolio-left .portfolio-image {
  padding: 5px;
}
.portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .portfolio-wrapper .portfolio-left .portfolio-image img {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
}
.portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .portfolio-wrapper .portfolio-right {
  width: 35%;
  max-height: 100%;
  min-height: 100%;
}
@media (max-width: 767px) {
  .portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .portfolio-wrapper .portfolio-right {
    width: 100%;
  }
}
.portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .portfolio-wrapper .portfolio-right .portfolio-desc {
  background-color: hsl(180, 20%, 97%);
  color: hsl(0, 0%, 0%);
  padding: 30px 25px;
  width: 100%;
  height: 100%;
}
.portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .portfolio-wrapper .portfolio-right .portfolio-desc h4 {
  font-size: 21px;
  letter-spacing: 0.2px;
  line-height: 24px;
  color: var(--black-color);
  width: 100%;
}
.portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .portfolio-wrapper .portfolio-right .portfolio-desc h5 {
  color: hsl(0, 0%, 0%);
  letter-spacing: 0.2px;
  line-height: 24px;
  position: relative;
  margin-top: 8px;
  font-size: 14px;
}
.portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .portfolio-wrapper .portfolio-right .portfolio-desc ol,
.portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .portfolio-wrapper .portfolio-right .portfolio-desc ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .portfolio-wrapper .portfolio-right .portfolio-desc ol li,
.portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .portfolio-wrapper .portfolio-right .portfolio-desc ul li {
  color: hsl(0, 0%, 44%);
  font-size: 13px;
  letter-spacing: 0.6px;
}
.portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .portfolio-wrapper .portfolio-right .portfolio-desc p {
  color: hsl(0, 0%, 44%);
  font-size: 13px;
  letter-spacing: 0.6px;
  margin-top: 20px;
}
.portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .portfolio-wrapper .portfolio-right .portfolio-desc .portfolio-title {
  color: var(--black-color);
  font-size: 13px;
  letter-spacing: 0.6px;
  line-height: 20px;
  margin-top: 11px;
}
.portfolio-section .feature-tabs-wrap .feature-tab-content .portfolio-content .portfolio-wrapper .portfolio-right .portfolio-desc .portfolio-name {
  color: #707070;
  font-size: 13px;
  letter-spacing: 0.6px;
  line-height: 20px;
}

.testimonial-slider {
  padding: 100px 0;
}
.testimonial-slider h2 {
  font-size: 54px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .testimonial-slider h2 {
    font-size: 34px;
  }
}
.testimonial-slider .quotation-marks {
  position: absolute;
  left: 6px;
  top: -25px;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .testimonial-slider .quotation-marks {
    width: 70px;
  }
}
.testimonial-slider .carousel .carousel-inner .carousel-item .testimonial-content {
  height: 450px;
}
@media (max-width: 991px) {
  .testimonial-slider .carousel .carousel-inner .carousel-item .testimonial-content {
    height: auto;
    gap: 20px;
  }
}
.testimonial-slider .carousel .carousel-inner .carousel-item .testimonial-content .testimonial-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/testimonial/testimonial.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial-slider .carousel .carousel-inner .carousel-item .testimonial-content .testimonial-text {
  padding: 30px 100px 0 45px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .testimonial-slider .carousel .carousel-inner .carousel-item .testimonial-content .testimonial-text {
    padding: 0 15px;
  }
}
.testimonial-slider .carousel .carousel-inner .carousel-item .testimonial-content .testimonial-text p {
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  color: var(--black-color);
  text-align: justify;
}
.testimonial-slider .carousel .carousel-inner .carousel-item .testimonial-content .testimonial-text .testimonial-description:before {
  content: "";
  position: absolute;
  background-image: url(../images/testimonial/svg/codes.svg);
  width: 15px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  top: -8px;
  left: -24px;
}
.testimonial-slider .carousel .carousel-inner .carousel-item .testimonial-content .testimonial-text .testimonial-title {
  font-size: 16px;
  margin: 0;
}
.testimonial-slider .control {
  left: calc(41.66666667% + 45px);
  position: absolute;
  bottom: 40px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 991px) {
  .testimonial-slider .control {
    left: 0;
    bottom: -50px;
  }
}
.testimonial-slider .control a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.testimonial-slider .control .carousel-control-Previous {
  color: var(--black-color);
}
.testimonial-slider .control .carousel-control-Previous::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: var(--black-color);
  top: 10px;
  left: 47px;
}
.testimonial-slider .control .carousel-control-Next {
  color: var(--primary-color);
}

.services-single {
  transition: all 0.3s ease-in;
  position: relative;
  height: 100%;
  padding: 40px;
}
@media (max-width: 767px) {
  .services-single {
    padding: 15px;
  }
}
.services-single h3 {
  font-size: 18px;
  line-height: 1.2;
}
.services-single .detail-link {
  display: inline-block;
  text-decoration: none;
  color: var(--link-color);
  font-weight: 600;
  font-size: 16px;
}
.services-single .detail-link span {
  font-size: 18px;
  vertical-align: middle;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: var(--primary-color);
  position: relative;
  left: 5px;
}
.services-single:hover {
  transition: all 0.3s ease-in;
  background: var(--primary-color);
  color: var(--white-color);
}
.services-single:hover span {
  color: var(--white-color) !important;
}
.services-single:hover h3,
.services-single:hover h5 {
  color: var(--white-color) !important;
}
.services-single:hover a {
  color: var(--white-color) !important;
}
.services-single:hover .icon-outer .icon-image.hover-image {
  opacity: 1;
}
.services-single:hover .icon-outer .icon-image.default-image {
  opacity: 0;
}
.services-single .icon-outer {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.services-single .icon-outer .icon-image {
  width: 75px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.services-single .icon-outer .icon-image.hover-image {
  opacity: 0;
}

.enquireDesc {
  padding: 50px 15px;
  text-align: center;
  width: 100%;
  position: relative;
}
.enquireDesc::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(75deg, rgb(26, 44, 121) 10%, rgb(26, 44, 121)) !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.enquireDesc .enquireDescInner {
  position: relative;
}
.enquireDesc .enquireDescInner h3 {
  color: var(--white-color);
  letter-spacing: 1px;
  font-size: 35px;
  margin: 0 0 10px 0;
}
.enquireDesc .enquireDescInner p {
  color: var(--white-color);
  margin: 0 0 40px 0;
  font-style: italic;
}
.enquireDesc .enquireDescInner p a {
  color: var(--white-color);
  position: relative;
}
.enquireDesc .enquireDescInner p a::before {
  border-top: 1px solid var(--white-color);
  bottom: -6px;
  content: "";
  position: absolute;
  width: 100%;
  transition: all 0.55s ease 0s;
  -webkit-transition: all 0.55s ease 0s;
}

.about-section {
  position: relative;
}
.about-section .page-header-content {
  position: relative;
}
.about-section .page-header-content .custom-breadcrumb ol {
  margin-bottom: 0;
}
.about-section .page-header-content .custom-breadcrumb ol li {
  color: var(--white-color);
  opacity: 0.7;
}
.about-section .page-header-content .custom-breadcrumb ol li a {
  color: var(--white-color);
  opacity: 0.7;
}
.about-section .page-header-content .custom-breadcrumb ol li a:hover {
  opacity: 1;
}
.about-section:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(75deg, rgba(0, 69, 127, 0.88) 10%, rgba(0, 69, 127, 0.88)) !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.call-to-action .circle-box {
  position: relative;
  width: 100%;
  display: block;
}
.call-to-action .circle-box .easyPieChart {
  position: relative;
  text-align: center;
  margin: auto;
}
.call-to-action .circle-box .easyPieChart span {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-color);
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.call-to-action .circle-box .easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.client-section .client-heading-wrap {
  border: 4px solid #646464;
  padding: 50px 50px 70px;
  position: relative;
}
.client-section .client-logo-wrap {
  background: #eee;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  top: -70px;
}
.client-section .client-logo-wrap .single-client {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-column-align: center;
  justify-items: center;
  width: 60%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
  margin: 8px auto;
}
.client-section .client-logo-wrap .single-client .client-img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: opacity(50%);
  filter: opacity(90%);
  width: 100%;
}

.sidebar-right .widget {
  margin-bottom: 50px;
}
.sidebar-right .widget .widget-title {
  margin-bottom: 24px;
}
.sidebar-right .widget ul {
  list-style: none;
}
.sidebar-right .widget ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
  margin: 0;
}
.sidebar-right .widget ul li a {
  color: var(--widget-color);
  display: block;
  font-size: 14px;
}

.our-blog-section .single-blog-card {
  margin-bottom: 25px;
}
.our-blog-section .single-blog-card .blog-img img {
  border-bottom: 3px solidvar(--primary-color);
  position: relative;
  display: block;
  top: 0;
}
.our-blog-section .single-blog-card .blog-img .meta-date {
  position: absolute;
  right: 20px;
  width: 55px;
  height: 55px;
  background: var(--primary-color);
  border-radius: 50%;
  text-align: center;
  color: var(--white-color);
  bottom: -22px;
}
.our-blog-section .single-blog-card .blog-img .meta-date strong {
  display: block;
  line-height: 4px;
  margin-top: 16px;
}
.our-blog-section .single-blog-card .card-body {
  padding: 1.75rem;
}
.our-blog-section .single-blog-card .card-body .post-meta {
  list-style: none;
  font-size: 0.8125rem;
  padding: 0;
  margin: 0;
}
.our-blog-section .single-blog-card .card-body .post-meta .meta-list {
  opacity: 0.8;
  font-size: 95%;
}
.our-blog-section .single-blog-card .card-body .post-meta .meta-list li {
  color: var(--link-color);
  opacity: 0.8;
}
.our-blog-section .single-blog-card .card-body .post-meta .meta-list li i {
  color: var(--primary-color);
}
.our-blog-section .single-blog-card .card-body .card-title a {
  font-size: 16px;
  font-weight: 600;
  color: var(--card-title);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.module .post {
  padding: 0 0 35px;
  margin: 0 0 45px;
}
.module .post .post-preview {
  padding-bottom: 5px;
  border-radius: 0.1875rem;
  transition: all 0.3s ease-in-out;
}
.module .post .post-preview img {
  border-radius: 0.1875rem;
  width: 100%;
  display: block;
}
.module .post .post-wrapper .post-header {
  margin: 15px 0 20px;
}
.module .post .post-wrapper .post-header .post-title {
  font-size: 1.5625rem;
  margin-bottom: 0;
  color: var(--post-title);
}
.module .post .post-wrapper .post-header .post-meta {
  list-style: none;
  font-size: 0.8125rem;
  padding: 0;
  margin: 0;
}
.module .post .post-wrapper .post-header .post-meta li {
  position: relative;
  display: inline-block;
  padding: 0 14px 0 0;
  margin: 0 14px 0 0;
}
.module .post .post-wrapper .post-header .post-meta li::after {
  position: absolute;
  content: "/";
  right: -5px;
  top: 0;
}
.module .post .post-wrapper .post-header .post-meta li span {
  color: var(--primary-color);
}
.module .post .post-wrapper .post-content p {
  margin-bottom: 10px;
}
.module .post .post-wrapper .post-content ol {
  margin: 15px 0 15px 40px;
}
.module .post .post-wrapper .post-content h2 {
  font-size: 25px;
  color: var(--primary-color);
  margin: 20px 0 5px;
}
.module .post .post-wrapper .post-content h3 {
  font-size: 22px;
  color: var(--primary-color);
  margin: 20px 0 5px;
}
.module .post .post-wrapper .post-content ul {
  padding: 0 0 10px 17px;
}
.module .post .post-wrapper .post-footer {
  margin-top: 15px;
}
.module .post .post-wrapper .post-footer .post-tags a {
  background: #f4f4f4;
  border-radius: 0.1875rem;
  position: relative;
  display: inline-block;
  padding: 6px 15px;
  margin: 5px 8px 5px 0;
  text-transform: uppercase;
  font-size: 10px !important;
  color: #222;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.module .widget {
  margin-bottom: 50px;
}
.module .widget.widget-search {
  padding: 0;
  border: 0;
}
.module .widget.widget-search form {
  position: relative;
}
.module .widget.widget-search form .search-button {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  height: 100%;
  right: 0.875rem;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  color: #ddd;
}
.module .widget.widget-search form .search-button span {
  font-size: 20px;
  line-height: 32px;
}
.module .widget .widget-title {
  margin-bottom: 24px;
}
.module .widget .widget-title h6 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
  margin: 0;
  color: var(--widget-color);
}
.module .widget ul {
  margin-bottom: 0;
  list-style: none;
}
.module .widget ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
  margin: 0;
}
.module .widget ul li a {
  color: var(--widget-color);
  display: block;
  font-size: 14px;
}
.module .widget.widget-recent-entries-custom .wi {
  float: left;
  width: 100px;
  margin-top: 5px;
  vertical-align: middle;
  display: table-cell;
}
.module .widget.widget-recent-entries-custom .wb {
  padding-left: 16px;
  width: 100%;
  vertical-align: middle;
  display: table-cell;
}
.module .widget .tag-cloud a {
  background: #f4f4f4;
  border-radius: 0.1875rem;
  position: relative;
  display: inline-block;
  padding: 6px 15px;
  margin: 5px 8px 5px 0;
  text-transform: uppercase;
  font-size: 10px !important;
  color: #222;
  font-weight: 500;
}

.lets-work-together {
  background-image: linear-gradient(to bottom, #f7f8fc, var(--white-color));
  padding: 85px 0;
}
@media (max-width: 767px) {
  .lets-work-together {
    padding: 15px 0;
  }
}
.lets-work-together .left-wrapper {
  position: relative;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/lets-work-together.png);
  background-size: cover;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lets-work-together .left-wrapper h2 {
  font-size: 56px;
  font-weight: 400;
  color: var(--white-color);
}
@media (max-width: 767px) {
  .lets-work-together .left-wrapper h2 {
    font-size: 36px;
  }
}
.lets-work-together .left-wrapper p {
  color: var(--white-color);
}
.lets-work-together .right-wrapper p {
  font-size: 18px;
  margin-bottom: 50px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .lets-work-together .right-wrapper p {
    margin-bottom: 20px;
  }
}
.lets-work-together .right-wrapper p:last-of-type {
  margin-bottom: 0;
}
.lets-work-together .right-wrapper .together-content {
  gap: 16px;
}
.lets-work-together .right-wrapper .together-content i {
  height: 40px;
  width: 40px;
  border: 1px solid #bababa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--black-color);
}
.lets-work-together .right-wrapper .together-content span {
  font-size: 18px;
  line-height: 27px;
  color: var(--black-color);
}

@media (max-width: 767px) {
  .contact-us-section .contact-us-form {
    margin: 0 0 30px;
  }
}
.contact-us-section .contact-us-form .form-row .form-group {
  position: relative;
}
.contact-us-section .contact-us-form .form-row .form-group .form-error {
  position: absolute;
  font-size: 11px;
  color: #b94a48;
  left: 7px;
}
.contact-us-section .contact-us-content h5 {
  font-size: 14px;
  line-height: 30px;
}
.contact-us-section .contact-us-content ul li {
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 30px;
}
.contact-us-section .contact-us-content ul li a {
  color: var(--black-color);
  transition: all 0.3s ease-in-out 0s;
}
.contact-us-section .contact-us-content ul li a:hover {
  color: var(--primary-color);
}

.counter {
  color: var(--white-color);
  text-align: center;
  width: 100%;
  padding: 0 0 45px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.counter:after {
  width: 30px;
  height: 30px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  bottom: 6px;
  left: 50%;
  transform: inherit;
}
.counter .counter-value {
  color: var(--primary-color);
  background: linear-gradient(#f9f9f9 50%, #f2f2f2 50%);
  font-size: 45px;
  font-weight: 600;
  line-height: 200px;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 50%;
  box-shadow: 0 -5px 0 rgba(255, 255, 255, 0.8), 0 10px 10px rgba(0, 0, 0, 0.3);
  display: block;
}
.counter h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 10px;
  color: var(--white-color);
}

.counter:before,
.counter:after {
  content: "";
  background-color: var(--primary-color);
  height: calc(100% - 120px);
  width: 100%;
  border-radius: 0 0 20px 20px;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: -1;
}

.counter.red:before,
.counter.red:after {
  background-color: #f9605a;
}

.inner-page h2 {
  font-size: 2.441em;
}
.inner-page h3 {
  font-size: 1.953em;
}
.inner-page ul {
  padding: 0 0 0 20px;
  margin: 0 0 1rem;
}
.inner-page ul li {
  font-size: 15px;
}

.small-content {
  padding: 7px 0;
  text-align: center;
}
.small-content .search-engine h2 {
  color: hsl(0, 0%, 42%);
  font-size: 13px;
  margin: 4px 0 3px;
  font-weight: 400;
  text-transform: uppercase;
}

.seo-expert {
  background-color: var(--primary-color);
  position: relative;
}

.started-now {
  margin-top: -30px;
  padding: 17px 46px;
  font-size: 16px;
}

.seo-report {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #293641 0%, #1d2730 100%) repeat scroll 0 0;
  position: relative;
}
.seo-report .seo-bg-inner {
  background-image: url(../images/businessEasily.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: contain;
}

.about-business .business-desc h3 {
  font-size: 24px;
}
.about-business .about-services {
  display: flex;
  gap: 38px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .about-business .about-services {
    margin: 40px 0 0;
  }
}
.about-business .about-services .inner-service {
  width: 213px;
  height: 227px;
  background: #f5f5f5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.about-business .about-services .inner-service .icon {
  margin: 0 0 30px 0;
  min-height: 80px;
}
.about-business .about-services .inner-service h4 {
  font-size: 24px;
  line-height: 29px;
  color: var(--black-color);
  min-height: 59px;
}
.about-business .about-services .inner-service .contact-us {
  background-color: var(--white-color);
  color: var(--black-color);
  border-radius: 5px;
  padding: 12px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  display: none;
}
.about-business .about-services .inner-service:hover {
  background: var(--primary-color);
}
.about-business .about-services .inner-service:hover .icon svg path {
  fill: var(--white-color);
}
.about-business .about-services .inner-service:hover h4 {
  color: var(--white-color);
  display: none;
}
.about-business .about-services .inner-service:hover .contact-us {
  display: initial;
}

.customer-base .customer-base-img {
  position: relative;
}
.customer-base .customer-base-img img {
  width: 100%;
}
.customer-base .customer-base-img .customer-base-content {
  background: linear-gradient(180deg, #0d78b4 0%, #4babe1 48.96%, #529ec8 100%);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  width: 324px;
  height: 319px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .customer-base .customer-base-img .customer-base-content {
    width: auto;
    height: auto;
    padding: 20px;
  }
}
.customer-base .customer-base-img .customer-base-content label {
  font-weight: 600;
  font-size: 41px;
  line-height: 50px;
  color: var(--white-color);
  left: 40px;
  position: relative;
}
@media (max-width: 575px) {
  .customer-base .customer-base-img .customer-base-content label {
    left: 0;
    text-align: center;
    font-size: 30px;
  }
}
.customer-base .customer-base-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991px) {
  .customer-base .customer-base-desc {
    margin: 30px 0 0;
  }
}

.digital-business .business-desc {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .digital-business .business-desc {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
}
.digital-business .business-desc .business-wrapper {
  margin: 0 85px;
}
.digital-business .business-desc .business-wrapper .business-container {
  background: linear-gradient(180deg, #0d78b4 0%, #4babe1 48.96%, #529ec8 100%);
  border-radius: 14.2222px;
  width: 256px;
  height: 256px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.digital-business .business-desc .business-wrapper .business-container .icon {
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  color: var(--white-color);
  margin: 0 0 22px 0;
}
.digital-business .business-desc .business-wrapper .business-container label {
  font-weight: 600;
  font-size: 26.1988px;
  line-height: 32px;
  text-align: center;
  color: var(--white-color);
}
.how-its-done {
  background-image: url(../images/marketing-team.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.how-its-done .done-desc p {
  font-size: 24px;
}

.digital-marketing .digital-desc {
  padding: 0 15px;
}
.digital-marketing .digital-desc .digital-desc-box {
  background-color: #f1f1f1;
  padding: 78px 36px 160px;
  border-radius: 33px;
  position: relative;
}
.digital-marketing .digital-desc .digital-desc-box h3 {
  font-size: 41px;
  color: var(--black-color);
}
@media (max-width: 575px) {
  .digital-marketing .digital-desc .digital-desc-box h3 {
    font-size: 24px;
  }
}
.digital-marketing .digital-desc .digital-desc-box span {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  border-radius: 50%;
  position: absolute;
  right: 31px;
  bottom: 25px;
  cursor: pointer;
}
.digital-marketing .digital-desc .digital-desc-big-box {
  background-color: rgba(96, 167, 228, 0.5294117647);
  border-radius: 33px;
  padding: 30px 30px 60px;
  height: 100%;
}
@media (max-width: 575px) {
  .digital-marketing .digital-desc .digital-desc-big-box {
    margin: 30px 0 0;
  }
}
.digital-marketing .digital-desc .digital-desc-big-box h3 {
  font-size: 35px;
  color: var(--black-color);
}
.digital-marketing .digital-desc .digital-desc-big-box p {
  color: var(--black-color);
  font-size: 16px;
}
.digital-marketing .digital-desc .digital-small-box {
  padding: 15px 15px 75px;
  border-radius: 20px;
}
.digital-marketing .digital-desc .digital-small-box h3 {
  font-size: 18px;
}
.digital-marketing .digital-desc .digital-small-box span {
  width: 30px;
  height: 30px;
  padding: 8px;
}
.digital-marketing .digital-desc .digital-small-box span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.errorPage {
  text-align: center;
  padding: 50px 0;
}
.errorPage h2 {
  font-size: 100px;
  color: var(--primary-color);
}
.errorPage h3 {
  font-size: 25px;
  color: var(--post-title);
}

.thankyouBanner {
  background: linear-gradient(90deg, #00457f 0%, #007ce5 105.49%);
  padding: 130px 60px 0;
}
@media (max-width: 991px) {
  .thankyouBanner {
    padding: 50px 15px 0;
  }
}
@media (max-width: 768px) {
  .thankyouBanner {
    padding: 30px 15px;
  }
}
@media (min-width: 575px) {
  .thankyouBanner {
    margin-bottom: 100px;
  }
}
.thankyouBanner.errorBanner .bannerInner {
  background-image: url("../images/404-banner.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}
.thankyouBanner.errorBanner .bannerInner p {
  max-width: 466px;
}
.thankyouBanner.errorBanner .bannerInner p span {
  font-weight: 700;
  color: var(--primary-color);
}
.thankyouBanner .bannerInner {
  background-color: var(--white-color);
  padding: 70px;
  position: relative;
}
@media (max-width: 767px) {
  .thankyouBanner .bannerInner {
    padding: 30px;
  }
}
.thankyouBanner .bannerInner h1 {
  font-size: 124px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: "Open Sans", sans-serif;
  line-height: 0.9;
}
@media (max-width: 991px) {
  .thankyouBanner .bannerInner h1 {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .thankyouBanner .bannerInner h1 {
    font-size: 50px;
  }
}
.thankyouBanner .bannerInner h1 span {
  -webkit-text-fill-color: var(--white-color);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--primary-color);
}
.thankyouBanner .bannerInner p {
  font-size: 22px;
  line-height: 34px;
  color: #4f4f4f;
}
@media (max-width: 575px) {
  .thankyouBanner .bannerInner p {
    font-size: 15px;
    line-height: 22px;
  }
}
.thankyouBanner .bannerInner .saveTime {
  box-shadow: 0px 3px 10.6px 0px rgba(0, 0, 0, 0.0901960784);
  border-radius: 59px;
  gap: 20px;
  padding: 25px 35px;
}
@media (min-width: 768px) {
  .thankyouBanner .bannerInner .saveTime {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translate(-50%, 50%);
    max-width: 928px;
    width: 90%;
    padding: 38px 55px;
  }
}
@media (max-width: 575px) {
  .thankyouBanner .bannerInner .saveTime {
    border-radius: 16px;
    padding: 15px 15px;
  }
}

.organic-seo-services-banner {
  padding: 94px 0 66px;
}
@media (max-width: 767px) {
  .organic-seo-services-banner {
    padding: 34px 0;
  }
}
.organic-seo-services-banner h1 {
  font-size: 53px;
  font-weight: 900;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .organic-seo-services-banner h1 {
    font-size: 34px;
  }
}
.organic-seo-services-banner h1:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  background-image: url(../images/banner-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 335px;
  height: 16px;
}
@media (max-width: 767px) {
  .organic-seo-services-banner h1:before {
    width: 120px;
  }
}
.organic-seo-services-banner h1 span {
  color: var(--primary-color);
}

.get-it-ready {
  background-color: #fbfbfb;
  padding: 61px 0;
}
@media (max-width: 767px) {
  .get-it-ready {
    padding: 30px 0;
  }
}
.get-it-ready .get-it-ready-wrapper .get-it-ready-heading {
  gap: 24px;
}
.get-it-ready .get-it-ready-wrapper .get-it-ready-heading h2 {
  font-weight: 900;
  font-size: 36px;
}
@media (max-width: 767px) {
  .get-it-ready .get-it-ready-wrapper .get-it-ready-heading h2 {
    font-size: 26px;
  }
}
.get-it-ready .get-it-ready-wrapper .owl-carousel .owl-stage-outer .owl-stage .owl-item:nth-child(even) {
  padding-top: 100px;
}
.get-it-ready .get-it-ready-carousel .owl-item img {
  border-radius: 16px;
}

.why-invest {
  padding: 66px 0;
}
@media (max-width: 767px) {
  .why-invest {
    padding: 30px 0;
  }
}
.why-invest h2 {
  font-size: 36px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .why-invest h2 {
    font-size: 26px;
  }
}
.why-invest img.img-fluid {
  max-width: 455px;
}
.why-invest ul {
  list-style: none;
}
.why-invest ul li {
  padding: 10px 0;
}
.why-invest ul li h3 {
  font-size: 16px;
  margin-bottom: 4px;
}
.why-invest ul li p {
  font-size: 13px;
}

.organic-search-engine {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .organic-search-engine {
    padding: 30px 0 0;
  }
}
.organic-search-engine.bg-blue .search-engine-wrapper {
  background-image: url("../images/background_1.png");
  background-color: transparent;
}
.organic-search-engine .search-engine-wrapper {
  background-image: url(../images/search-engine-bg.png);
  background-color: #3785fa;
  background-size: cover;
  border-radius: 10px;
  padding: 33px 90px;
}
@media (max-width: 991px) {
  .organic-search-engine .search-engine-wrapper {
    padding: 33px;
  }
}
@media screen and (max-width: 767px) {
  .organic-search-engine .search-engine-wrapper {
    padding: 20px;
  }
}
.organic-search-engine .search-engine-wrapper h2,
.organic-search-engine .search-engine-wrapper h3 {
  font-size: 34px;
  font-weight: 800;
  color: var(--white-color);
}
@media (max-width: 767px) {
  .organic-search-engine .search-engine-wrapper h2,
  .organic-search-engine .search-engine-wrapper h3 {
    font-size: 26px;
  }
}
.organic-search-engine .search-engine-wrapper p {
  color: var(--white-color);
}

.our-clients {
  background-color: #f8f8f8;
  padding: 42px 0;
}
.our-clients h3 {
  color: var(--primary-color);
  font-size: 36px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .our-clients h3 {
    font-size: 26px;
  }
}
.our-clients h3 span {
  display: inline-block;
  height: 2px;
  background-color: var(--primary-color);
  width: 100px;
}
.our-clients h2 {
  font-size: 54px;
  font-weight: 900;
  color: var(--primary-color);
}
@media (max-width: 767px) {
  .our-clients h2 {
    font-size: 34px;
  }
}

.our-clients-logos {
  padding: 20px;
}
.our-clients-logos .our-clients-logos-wrapper {
  height: 257px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 575px) {
  .our-clients-logos .our-clients-logos-wrapper {
    border-right: none;
  }
}
.our-clients-logos .our-clients-logos-wrapper:nth-child(4), .our-clients-logos .our-clients-logos-wrapper:nth-child(8) {
  border-right: none;
}
@media (max-width: 767px) {
  .our-clients-logos .our-clients-logos-wrapper:nth-child(2), .our-clients-logos .our-clients-logos-wrapper:nth-child(6) {
    border-right: none;
  }
}
.our-clients-logos .our-clients-logos-wrapper:nth-child(5), .our-clients-logos .our-clients-logos-wrapper:nth-child(6), .our-clients-logos .our-clients-logos-wrapper:nth-child(7), .our-clients-logos .our-clients-logos-wrapper:nth-child(8) {
  border-bottom: none;
}
@media (max-width: 767px) {
  .our-clients-logos .our-clients-logos-wrapper:nth-child(5), .our-clients-logos .our-clients-logos-wrapper:nth-child(6), .our-clients-logos .our-clients-logos-wrapper:nth-child(7) {
    border-bottom: 1px solid #e2e2e2;
  }
}
.our-clients-logos .our-clients-logos-wrapper img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.our-clients-logos .our-clients-logos-wrapper img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.keyword-search {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .keyword-search {
    padding: 50px 0;
  }
}
.keyword-search::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 743px;
  top: 0;
  background-color: rgba(0, 69, 127, 0.1);
  z-index: -1;
}
.keyword-search .heading {
  max-width: 850px;
  margin: 0 auto;
}
.keyword-search .heading .speaker-img {
  width: 135px;
  height: 135px;
  background-color: var(--white-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.keyword-search .heading h2 {
  font-size: 50px;
  margin-top: 20px;
}
.keyword-search .heading h2 span {
  color: #1090cb;
}
@media (max-width: 767px) {
  .keyword-search .heading h2 {
    font-size: 34px;
  }
}
.keyword-search .keyword-search-wrapper {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: var(--white-color);
  padding: 64px 80px;
  border-radius: 10px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .keyword-search .keyword-search-wrapper {
    padding: 0 50px;
  }
}
.keyword-search .keyword-search-wrapper .keyboard-search-inner-wrapper {
  gap: 40px;
}
@media (max-width: 767px) {
  .keyword-search .keyword-search-wrapper .keyboard-search-inner-wrapper {
    flex-direction: column;
  }
}
.keyword-search .keyword-search-wrapper .keyboard-search-inner-wrapper h3 {
  font-size: 25px;
  font-weight: 500;
}
.keyword-search .keyword-search-wrapper .keyboard-search-inner-wrapper p {
  text-align: justify;
}
.keyword-search .wrapper-box {
  position: relative;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .keyword-search .wrapper-box:nth-child(1), .keyword-search .wrapper-box:nth-child(2) {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .keyword-search .wrapper-box:nth-child(11), .keyword-search .wrapper-box:nth-child(12) {
    padding-bottom: 10px;
  }
  .keyword-search .wrapper-box:nth-child(11)::before, .keyword-search .wrapper-box:nth-child(12)::before {
    display: none;
  }
}
.keyword-search .wrapper-box::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #ccc;
  bottom: 0;
}
@media (max-width: 991px) {
  .keyword-search .wrapper-box::before {
    left: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  .keyword-search .wrapper-box:last-child::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .keyword-search .wrapper-box:nth-child(odd) {
    border-right: 1px solid #ccc;
    padding-right: 40px;
  }
  .keyword-search .wrapper-box:nth-child(odd)::before {
    right: 0;
    left: 100px;
  }
}
@media (min-width: 992px) {
  .keyword-search .wrapper-box:nth-child(even) {
    padding-left: 40px;
  }
  .keyword-search .wrapper-box:nth-child(even)::before {
    left: 0;
    right: 100px;
  }
}

.our-directories {
  padding: 63px 0;
}
.our-directories h2 {
  font-size: 54px;
  font-weight: 500;
  color: var(--primary-color);
}
@media (max-width: 767px) {
  .our-directories h2 {
    font-size: 34px;
  }
}
.our-directories .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.we-follow {
  padding: 67px 15px;
  background-color: #f8f8f8;
}
.we-follow.countries-we-cater .we-follow-wrapper .countries-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.we-follow.countries-we-cater .we-follow-wrapper .countries-head h5 {
  padding: 0;
}
.we-follow.countries-we-cater .we-follow-wrapper .countries-head img {
  width: 31px;
  height: 31px;
  object-fit: cover;
}
.we-follow .we-follow-heading {
  padding-bottom: 66px;
}
.we-follow .we-follow-heading h2 {
  font-size: 54px;
  font-weight: 700;
  color: var(--primary-color);
  position: relative;
  padding-top: 29px;
}
@media (max-width: 767px) {
  .we-follow .we-follow-heading h2 {
    font-size: 34px;
  }
}
.we-follow .we-follow-heading h2::before {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  background-color: var(--primary-color);
  width: 82px;
  top: 0;
}
.we-follow .we-follow-wrapper {
  box-shadow: 0px 25.58px 82.43px 22.74px rgba(0, 0, 0, 0.0588235294);
  padding: 34px;
  border-radius: 11px;
  height: 100%;
}
.we-follow .we-follow-wrapper h3 {
  padding: 25px 0 15px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0;
}

.leads-now {
  padding: 70px 0;
}
.leads-now .leads-now-wrapper {
  background-image: url(../images/search-engine-bg.png);
  background-color: #493499;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 100px;
}
@media (max-width: 991px) {
  .leads-now .leads-now-wrapper {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .leads-now .leads-now-wrapper {
    padding: 20px;
  }
}
.leads-now .leads-now-wrapper h2 {
  color: var(--white-color);
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .leads-now .leads-now-wrapper h2 {
    font-size: 26px;
  }
}
.leads-now .leads-now-wrapper p {
  color: var(--white-color);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .leads-now .leads-now-wrapper p {
    margin-bottom: 24px;
  }
}

@media (min-width: 767px) {
  .industries-we-serve {
    padding: 0 0 100px;
  }
}
.industries-we-serve.industry-wrapper {
  padding-top: 100px;
}
.industries-we-serve .industries-we-serve-heading h2 {
  font-size: 54px;
  font-weight: 700;
  color: var(--primary-color);
  position: relative;
  padding-top: 29px;
}
@media (max-width: 767px) {
  .industries-we-serve .industries-we-serve-heading h2 {
    font-size: 34px;
  }
}
.industries-we-serve .industries-we-serve-heading h2::before {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  background-color: var(--primary-color);
  width: 82px;
  top: 0;
}
.industries-we-serve .industry-serve-slide .owl-stage-outer .owl-stage {
  display: flex;
}
.industries-we-serve .industry-serve-slide .owl-stage-outer .owl-stage .owl-item .item {
  clear: both;
  height: 100%;
}
.industries-we-serve .industry-serve-slide .owl-stage-outer .owl-stage .owl-item .item .industries-wrapper {
  background-color: #f5f8fe;
  border-radius: 25px;
  padding: 35px 30px;
  height: 100%;
}
@media (max-width: 1000px) {
  .industries-we-serve .industry-serve-slide .owl-stage-outer .owl-stage .owl-item .item .industries-wrapper {
    padding: 25px;
  }
}
.industries-we-serve .industry-serve-slide .owl-stage-outer .owl-stage .owl-item .item .industries-wrapper img {
  width: 45px;
}
.industries-we-serve .industry-serve-slide .owl-stage-outer .owl-stage .owl-item .item .industries-wrapper h5 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  padding: 20px 0 15px;
  margin: 0;
}
@media (max-width: 1000px) {
  .industries-we-serve .industry-serve-slide .owl-stage-outer .owl-stage .owl-item .item .industries-wrapper h5 {
    padding: 15px 0;
  }
}

.your-search {
  padding: 82px 15px;
}
.your-search .your-search-heading {
  margin-bottom: 34px;
}
.your-search .your-search-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #4d4d4d;
}
@media (max-width: 767px) {
  .your-search .your-search-heading h2 {
    font-size: 26px;
  }
}
.your-search .your-search-heading p {
  max-width: 1059px;
  margin: auto;
}
.your-search .your-search-wrapper {
  text-align: center;
  box-shadow: 0px 2px 4px 0px rgba(171, 190, 209, 0.2);
  padding: 24px 16px;
  height: 100%;
  background-color: var(--white-color);
  border-radius: 8px;
  position: relative;
}
.your-search .your-search-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  width: 50px;
  height: 49px;
  border-radius: 10px 5px 18px 5px;
  background-color: #d9f1fe;
  transition: 0.5s;
  z-index: 0;
}
.your-search .your-search-wrapper:hover::before {
  inset: 0;
  background-color: var(--primary-color);
  height: 100%;
  width: 100%;
  border-radius: 8px;
}
.your-search .your-search-wrapper:hover h3,
.your-search .your-search-wrapper:hover p {
  color: var(--white-color);
}
.your-search .your-search-wrapper:hover img {
  filter: brightness(0) invert(1);
}
.your-search .your-search-wrapper img,
.your-search .your-search-wrapper p {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.your-search .your-search-wrapper h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #4d4d4d;
  margin: 16px 0 8px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.organic-seo-portfolio {
  padding: 0 20px;
}
.organic-seo-portfolio .organic-seo-portfolio-wrapper {
  background-color: #f5f4f4;
  padding: 64px 66px;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .organic-seo-portfolio .organic-seo-portfolio-wrapper {
    padding: 40px 15px 0;
  }
}
@media (min-width: 1400px) {
  .organic-seo-portfolio .organic-seo-portfolio-wrapper .left-wrapper {
    padding-right: 55px;
  }
}
.organic-seo-portfolio .organic-seo-portfolio-wrapper .left-wrapper h2 {
  font-size: 54px;
  font-weight: 700;
  color: var(--primary-color);
  position: relative;
  padding-top: 29px;
}
@media (max-width: 767px) {
  .organic-seo-portfolio .organic-seo-portfolio-wrapper .left-wrapper h2 {
    font-size: 34px;
  }
}
.organic-seo-portfolio .organic-seo-portfolio-wrapper .left-wrapper h2::before {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  background-color: var(--primary-color);
  width: 82px;
  top: 0;
}
.organic-seo-portfolio .organic-seo-portfolio-wrapper .left-wrapper h3 {
  font-size: 36px;
  font-weight: 600;
  color: #240000;
  margin: 50px 0 8px;
}
@media (max-width: 767px) {
  .organic-seo-portfolio .organic-seo-portfolio-wrapper .left-wrapper h3 {
    font-size: 26px;
  }
}
.organic-seo-portfolio .organic-seo-portfolio-wrapper .left-wrapper h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 0.02em;
  margin: 0 0 40px;
  color: #2e0404;
}
.organic-seo-portfolio .organic-seo-portfolio-wrapper .left-wrapper .content {
  border-left: 4px solid #0097ff;
  padding-left: 32px;
}
.organic-seo-portfolio .organic-seo-portfolio-wrapper .left-wrapper a {
  font-size: 16px;
  line-height: 33.6px;
  letter-spacing: -0.02em;
  color: #2d0b0b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 40px;
  transition: 0.2s;
}
.organic-seo-portfolio .organic-seo-portfolio-wrapper .left-wrapper a:hover {
  gap: 16px;
}
@media (min-width: 1400px) {
  .organic-seo-portfolio .organic-seo-portfolio-wrapper .right-wrapper {
    padding-left: 55px;
  }
}
.organic-seo-portfolio .organic-seo-portfolio-wrapper .right-wrapper .right-inner-wrapper {
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  gap: 53px;
  margin-bottom: 30px;
}
.organic-seo-portfolio .organic-seo-portfolio-wrapper .right-wrapper .right-inner-wrapper img {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .organic-seo-portfolio .organic-seo-portfolio-wrapper .right-wrapper .right-inner-wrapper img {
    display: none;
  }
}
.organic-seo-portfolio .organic-seo-portfolio-wrapper .right-wrapper .right-inner-wrapper::before {
  margin: 0;
}
.organic-seo-portfolio .organic-seo-portfolio-wrapper .right-wrapper .right-inner-wrapper:nth-child(1) {
  background-image: url(../images/portfolio/new-graphics/portfolio-bg-1.png);
  padding-left: 42px;
  padding-right: 29px;
}
.organic-seo-portfolio .organic-seo-portfolio-wrapper .right-wrapper .right-inner-wrapper:nth-child(2) {
  background-image: url(../images/portfolio/new-graphics/portfolio-bg-2.png);
  padding-left: 42px;
  padding-right: 29px;
}
.organic-seo-portfolio .organic-seo-portfolio-wrapper .right-wrapper .right-inner-wrapper:nth-child(3) {
  background-image: url(../images/portfolio/new-graphics/portfolio-bg-3.png);
  padding-right: 42px;
  padding-left: 29px;
}
.organic-seo-portfolio .organic-seo-portfolio-wrapper .right-wrapper .right-inner-wrapper:nth-child(4) {
  background-image: url(../images/portfolio/new-graphics/portfolio-bg-4.png);
  padding-right: 42px;
  padding-left: 29px;
}
@media (max-width: 767px) {
  .organic-seo-portfolio .organic-seo-portfolio-wrapper .right-wrapper .right-inner-wrapper .inner-left {
    padding: 20px 0;
  }
}
.organic-seo-portfolio .organic-seo-portfolio-wrapper .right-wrapper .right-inner-wrapper .inner-left h3 {
  font-size: 15.69px;
  font-weight: 700;
  line-height: 20.34px;
  color: #263238;
  margin-bottom: 5px;
}
.organic-seo-portfolio .organic-seo-portfolio-wrapper .right-wrapper .right-inner-wrapper .inner-left ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.organic-seo-portfolio .organic-seo-portfolio-wrapper .right-wrapper .right-inner-wrapper .inner-left ul li {
  color: #4e4e4e;
  position: relative;
  padding-left: 14px;
}
.organic-seo-portfolio .organic-seo-portfolio-wrapper .right-wrapper .right-inner-wrapper .inner-left ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #4e4e4e;
  left: 0;
  top: 10px;
}
.organic-seo-portfolio .organic-seo-portfolio-wrapper .right-wrapper .right-inner-wrapper .inner-left a {
  background-color: var(--white-color);
  padding: 13px 18px;
  border-radius: 37px;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
  color: #263238;
}

.portfolio-modal .modal-dialog .modal-content {
  background-color: #f5f4f4;
}
.portfolio-modal .modal-dialog .modal-content .modal-header {
  border: none;
}
.portfolio-modal .modal-dialog .modal-content .modal-header .btn-close:focus {
  box-shadow: 0 0 5px var(--primary-color);
}
.portfolio-modal .modal-dialog .modal-content .modal-body {
  display: flex;
  align-items: center;
}
.portfolio-modal .modal-dialog .modal-content .modal-body .right-inner-wrapper {
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  gap: 53px;
  margin: 0 auto 30px;
  max-width: 1000px;
  width: 100%;
}
.portfolio-modal .modal-dialog .modal-content .modal-body .right-inner-wrapper img {
  padding-top: 55px;
}
.portfolio-modal .modal-dialog .modal-content .modal-body .right-inner-wrapper::before {
  margin: 0;
}
.portfolio-modal .modal-dialog .modal-content .modal-body .right-inner-wrapper.one {
  background-image: url(../images/portfolio/new-graphics/portfolio-bg-1.png);
  padding-left: 42px;
  padding-right: 29px;
}
.portfolio-modal .modal-dialog .modal-content .modal-body .right-inner-wrapper.two {
  background-image: url(../images/portfolio/new-graphics/portfolio-bg-2.png);
  padding-left: 42px;
  padding-right: 29px;
}
.portfolio-modal .modal-dialog .modal-content .modal-body .right-inner-wrapper.three {
  background-image: url(../images/portfolio/new-graphics/portfolio-bg-3.png);
  padding-right: 42px;
  padding-left: 29px;
}
.portfolio-modal .modal-dialog .modal-content .modal-body .right-inner-wrapper.four {
  background-image: url(../images/portfolio/new-graphics/portfolio-bg-4.png);
  padding-right: 42px;
  padding-left: 29px;
}
.portfolio-modal .modal-dialog .modal-content .modal-body .right-inner-wrapper .inner-left h3 {
  font-size: 15.69px;
  font-weight: 700;
  line-height: 20.34px;
  color: #263238;
  margin-bottom: 5px;
}
.portfolio-modal .modal-dialog .modal-content .modal-body .right-inner-wrapper .inner-left ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.portfolio-modal .modal-dialog .modal-content .modal-body .right-inner-wrapper .inner-left ul li {
  color: #4e4e4e;
  position: relative;
  padding-left: 14px;
}
.portfolio-modal .modal-dialog .modal-content .modal-body .right-inner-wrapper .inner-left ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #4e4e4e;
  left: 0;
  top: 10px;
}
.portfolio-modal .modal-dialog .modal-content .modal-body .right-inner-wrapper .inner-left a {
  background-color: var(--white-color);
  padding: 13px 18px;
  border-radius: 37px;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
  color: #263238;
}

.our-blog {
  padding: 100px 0;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .our-blog {
    padding: 100px 0 50px;
  }
}
.our-blog h2 {
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .our-blog h2 {
    font-size: 34px;
  }
}
.our-blog .fire-image {
  position: absolute;
  left: 6px;
  top: -40px;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .our-blog .fire-image {
    width: 65px;
    left: 0;
  }
}
.our-blog .our-blog-wrapper {
  position: relative;
  overflow: hidden;
}
.our-blog .our-blog-wrapper:hover img {
  transform: scale(1.2);
}
.our-blog .our-blog-wrapper:hover .our-blog-content {
  background-color: rgba(0, 0, 0, 0.3);
}
.our-blog .our-blog-wrapper img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
  object-position: right;
  transition: 0.5s;
}
.our-blog .our-blog-wrapper .our-blog-content {
  position: absolute;
  inset: 0;
  padding: 35px;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.41);
}
@media (max-width: 991px) {
  .our-blog .our-blog-wrapper .our-blog-content {
    padding: 15px;
  }
}
.our-blog .our-blog-wrapper .our-blog-content h3 {
  font-size: 21.01px;
  line-height: 30.02px;
  color: var(--white-color);
}
.our-blog .our-blog-wrapper .our-blog-content p {
  color: var(--white-color);
}
@media (max-width: 767px) {
  .our-blog .our-blog-wrapper.first-blog-wrapper img {
    height: 288px;
  }
}

.organic-seo-faq {
  padding: 42px 0 62px;
}
.organic-seo-faq h3 {
  font-size: 54px;
  font-weight: 500;
  line-height: 64px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .organic-seo-faq h3 {
    font-size: 34px;
    margin-bottom: 15px;
    line-height: normal;
  }
}
.organic-seo-faq .organic-seo-faq-wrapper {
  position: relative;
}
@media (min-width: 767px) {
  .organic-seo-faq .organic-seo-faq-wrapper {
    padding: 50px 0;
  }
}
.organic-seo-faq .nav-pills {
  width: 50%;
  background-color: var(--white-color);
}
@media (max-width: 767px) {
  .organic-seo-faq .nav-pills {
    display: none;
  }
}
.organic-seo-faq .nav-pills .nav-link {
  padding: 24px 16px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.149);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.organic-seo-faq .nav-pills .nav-link.active {
  background: #fafbff;
}
.organic-seo-faq .nav-pills .nav-link.active .circle {
  background-color: var(--primary-color);
}
.organic-seo-faq .nav-pills .nav-link.active .arrow-icon {
  color: var(--primary-color);
}
.organic-seo-faq .nav-pills .nav-link .circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-color: #8ac4f5;
  border-radius: 50%;
}
.organic-seo-faq .nav-pills .nav-link p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 16px;
  padding-right: 24px;
  margin: 0;
  text-align: left;
  color: var(--black-color);
}
.organic-seo-faq .nav-pills .nav-link .arrow-icon {
  font-size: 24px;
  color: #8ac4f5;
}
.organic-seo-faq .tab-content {
  background-color: #fafbff;
  padding: 40px 40px 40px 140px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  width: 55%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .organic-seo-faq .tab-content {
    padding: 20px 20px 20px 55px;
  }
}
@media (max-width: 767px) {
  .organic-seo-faq .tab-content {
    position: static;
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .organic-seo-faq .tab-content .tab-pane {
    display: block;
    opacity: 1;
    padding: 20px 0;
  }
  .organic-seo-faq .tab-content .tab-pane:not(:first-child) {
    border-top: 1px solid var(--form-border);
  }
}
.organic-seo-faq .tab-content .tab-pane h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--black-color);
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .organic-seo-faq .tab-content .tab-pane h4 {
    margin-bottom: 10px;
  }
}
.organic-seo-faq .tab-content .tab-pane ul {
  padding: 0 0 0 17px;
}
.organic-seo-faq .left-carousel {
  width: 50%;
  background-color: var(--white-color);
}
@media (max-width: 991px) {
  .organic-seo-faq .left-carousel {
    display: none !important;
  }
}
.organic-seo-faq .left-carousel .owl-stage-outer .owl-stage {
  display: flex;
  flex-direction: column;
}
.organic-seo-faq .left-carousel .owl-stage-outer .owl-stage .owl-item {
  width: 100% !important;
}
.organic-seo-faq .left-carousel .owl-stage-outer .owl-stage .owl-item.current .item {
  background: #fafbff;
}
.organic-seo-faq .left-carousel .owl-stage-outer .owl-stage .owl-item.current .item .circle {
  background-color: var(--primary-color);
}
.organic-seo-faq .left-carousel .owl-stage-outer .owl-stage .owl-item.current .item .arrow-icon {
  color: var(--primary-color);
}
.organic-seo-faq .left-carousel .owl-stage-outer .owl-stage .owl-item .item {
  padding: 24px 16px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.149);
}
.organic-seo-faq .left-carousel .owl-stage-outer .owl-stage .owl-item .item .circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-color: #8ac4f5;
  border-radius: 50%;
}
.organic-seo-faq .left-carousel .owl-stage-outer .owl-stage .owl-item .item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 16px;
  padding-right: 24px;
  margin: 0;
}
.organic-seo-faq .left-carousel .owl-stage-outer .owl-stage .owl-item .arrow-icon {
  font-size: 24px;
  color: #8ac4f5;
}
.organic-seo-faq .right-carousel {
  background-color: #fafbff;
  padding: 40px 40px 40px 140px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  width: 55%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .organic-seo-faq .right-carousel {
    width: 100%;
    position: static;
    padding: 20px;
  }
}
.organic-seo-faq .right-carousel h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--black-color);
  margin-bottom: 40px;
}

#allBlogs a {
  text-decoration: none;
}

.grow-your-business {
  padding: 50px 0;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .grow-your-business {
    padding: 20px 0;
  }
}
.grow-your-business .main-contact-box {
  background-color: #5d9dfb;
  border-radius: 10px;
  padding: 50px 0;
}
.grow-your-business .main-contact-box .left-wrapper {
  display: flex;
  height: 100%;
  padding: 50px 0 0 0;
}
@media (max-width: 991px) {
  .grow-your-business .main-contact-box .left-wrapper {
    padding: 0 0 35px;
  }
}
.grow-your-business .main-contact-box .left-wrapper h2 {
  font-size: 38px;
  font-weight: 700;
  color: var(--white-color);
  position: relative;
  text-transform: capitalize;
  max-width: 400px;
  margin: 0;
}
.grow-your-business .main-contact-box .left-wrapper h2::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  left: 0;
  bottom: -20px;
  border-radius: 5px;
  background-color: var(--white-color);
}
@media (max-width: 767px) {
  .grow-your-business .main-contact-box .left-wrapper h2 {
    font-size: 28px;
  }
}
.grow-your-business .main-contact-box .left-wrapper p {
  margin-bottom: 30px;
  color: var(--white-color);
}
.grow-your-business .main-contact-box .left-wrapper h6 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
  color: var(--white-color);
}
.grow-your-business .main-contact-box .left-wrapper ul {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .grow-your-business .main-contact-box .left-wrapper ul {
    margin-top: 50px;
  }
}
.grow-your-business .main-contact-box .left-wrapper ul li {
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.grow-your-business .main-contact-box .left-wrapper ul li.social-icons {
  padding-top: 30px;
  gap: 25px;
  align-items: center;
}
.grow-your-business .main-contact-box .left-wrapper ul li.social-icons a {
  flex: initial;
}
.grow-your-business .main-contact-box .left-wrapper ul li.social-icons a img {
  width: 22px;
  height: 22px;
}
.grow-your-business .main-contact-box .left-wrapper ul li span {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  width: 67px;
}
.grow-your-business .main-contact-box .left-wrapper ul li a {
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex: 1;
  letter-spacing: 0.3px;
  color: var(--white-color);
}
.grow-your-business .main-contact-box .right-wrapper {
  background-color: var(--white-color);
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .grow-your-business .main-contact-box .right-wrapper {
    padding: 15px;
  }
}
.grow-your-business .main-contact-box .right-wrapper h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 46.8px;
  color: var(--black-color);
  margin-bottom: 23px;
  text-align: center;
}
.grow-your-business .main-contact-box .right-wrapper .services-check-list {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  text-transform: capitalize;
}
.grow-your-business .main-contact-box .right-wrapper .services-content {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.grow-your-business .main-contact-box .right-wrapper .services-content .form-group {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 48%;
}
@media (max-width: 991px) {
  .grow-your-business .main-contact-box .right-wrapper .services-content .form-group {
    flex: 0 0 31%;
  }
}
@media (max-width: 767px) {
  .grow-your-business .main-contact-box .right-wrapper .services-content .form-group {
    flex: 0 0 48%;
  }
}
@media (max-width: 500px) {
  .grow-your-business .main-contact-box .right-wrapper .services-content .form-group {
    flex: 100%;
  }
}
.grow-your-business .main-contact-box .right-wrapper .services-content .form-group input {
  width: 20px;
  height: 20px;
}
.grow-your-business .main-contact-box .right-wrapper .services-content .form-group label {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-wrap: nowrap;
  text-transform: capitalize;
}
.grow-your-business .main-contact-box .right-wrapper .form-group {
  position: relative;
}
.grow-your-business .main-contact-box .right-wrapper .form-group input {
  font-size: 14px;
}
.grow-your-business .main-contact-box .right-wrapper .form-group i {
  position: absolute;
  right: 15px;
  top: 20px;
  color: #c1c1c2;
}
.grow-your-business .main-contact-box .right-wrapper .form-group .help-block {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  font-size: 12px;
  font-weight: 600;
  color: #ff7979;
}
.grow-your-business .main-contact-box .right-wrapper .form-group textarea::-webkit-scrollbar {
  width: 10px;
}
.grow-your-business .main-contact-box .right-wrapper .form-group textarea::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 2px solid var(--white-color);
}

.contact-form-btn {
  padding: 12px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: var(--white-color);
  width: 100%;
  display: inline-block;
  background: var(--primary-color);
  transition: all 0.5s ease-in-out 0s;
  text-transform: uppercase;
}
.contact-form-btn:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.insight-our-team {
  padding: 67px 0px 40px;
  background-color: #f9f9f9;
}
.insight-our-team .insight-team-row {
  border-bottom: 0.89px solid #e3e3e3;
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .insight-our-team .insight-team-row {
    padding: 0;
  }
}
.insight-our-team .insight-team-row h2 {
  font-size: 49.02px;
  font-weight: 700;
  color: var(--black-color);
  margin-bottom: 14px;
}
@media screen and (max-width: 1199px) {
  .insight-our-team .insight-team-row h2 {
    font-size: 38px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 576px) {
  .insight-our-team .insight-team-row h2 {
    font-size: 25px;
  }
}
.insight-our-team .insight-team-row .input-search {
  position: relative;
  max-width: 424px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .insight-our-team .insight-team-row .input-search {
    max-width: 100%;
  }
}
.insight-our-team .insight-team-row .input-search .search-icon {
  position: absolute;
  left: 32px;
  top: 21px;
}
.insight-our-team .insight-team-row .input-search input {
  border-radius: 61px;
  padding-left: 70px;
}
.insight-our-team .trending-topics {
  padding-top: 40px;
}
.insight-our-team .trending-topics h4 {
  font-size: 17.76px;
  font-weight: 500;
  color: var(--primary-color);
}
@media screen and (max-width: 576px) {
  .insight-our-team .trending-topics h4 {
    margin-bottom: 0;
  }
}
.insight-our-team .trending-topics .main-tabs {
  border: none;
  gap: 16px;
  margin-bottom: 25px;
}
.insight-our-team .trending-topics .main-tabs li button {
  font-size: 14.21px;
  font-weight: 500;
  color: #797979;
  line-height: normal;
  border: 0.89px solid #c9c9c9;
  border-radius: 27.53px;
  padding: 6px 15px;
}
.insight-our-team .trending-topics .main-tabs li button.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}
.insight-our-team .trending-topics .sub-tabs {
  border: none;
}
.insight-our-team .trending-topics .sub-tabs li button {
  font-size: 15.99px;
  font-weight: 500;
  color: var(--black-color);
  border: none;
  padding: 4px 0;
  line-height: normal;
}
.insight-our-team .trending-topics .sub-tabs li button.active, .insight-our-team .trending-topics .sub-tabs li button:hover {
  color: var(--primary-color);
  background: transparent;
  font-weight: 700;
}
.insight-our-team .trending-topics a {
  text-decoration: none;
}
.insight-our-team .trending-topics .main-tabs-content {
  max-width: 70%;
}
@media screen and (max-width: 576px) {
  .insight-our-team .trending-topics .main-tabs-content {
    max-width: 100%;
  }
}
.insight-our-team .trending-topics .main-tabs-content span {
  font-size: 14.21px;
  font-weight: 500;
  color: var(--primary-color);
}
.insight-our-team .trending-topics .main-tabs-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--black-color);
}
@media screen and (max-width: 767px) {
  .insight-our-team .trending-topics .main-tabs-content h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.insight-our-team .trending-topics .main-tabs-content p {
  color: #7d7d7d;
  font-size: 15px;
}
.insight-our-team .trending-topics .main-tabs-content .main-content-bottom {
  gap: 21px;
  flex-wrap: wrap;
}
.insight-our-team .trending-topics .main-tabs-content .main-content-bottom .content-tab {
  font-size: 14.21px;
  font-weight: 500;
  color: #797979;
  line-height: normal;
  border: 0.89px solid #c9c9c9;
  border-radius: 27.53px;
  padding: 6px 15px;
}
.insight-our-team .trending-topics .main-tabs-content .main-content-bottom span {
  position: relative;
  padding-left: 22px;
  display: inline-block;
}
.insight-our-team .trending-topics .main-tabs-content .main-content-bottom span:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #797979;
  border-radius: 50px;
  left: 0;
  top: 8px;
}
.insight-our-team .trending-topics .main-tab-image {
  width: 100%;
  min-width: 400px;
}
@media screen and (max-width: 1400px) {
  .insight-our-team .trending-topics .main-tab-image {
    min-width: 320px;
  }
}
.insight-our-team .trending-topics .main-tab-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.insight-our-team .trending-topics .main-blog-flex {
  gap: 45px;
  padding-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .insight-our-team .trending-topics .main-blog-flex {
    gap: 20px;
    flex-direction: column-reverse;
    padding-bottom: 50px;
  }
}
.insight-our-team .trending-topics .main-blog-flex:last-child {
  padding-bottom: 0;
}

.new-inner-blog-banner .new-blog-banner-img {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 14px;
  display: flex;
  align-items: flex-end;
  padding: 0 44px 44px;
}
@media screen and (max-width: 767px) {
  .new-inner-blog-banner .new-blog-banner-img {
    height: 400px;
    padding: 0 15px 15px;
  }
}
.new-inner-blog-banner .new-blog-banner-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(20, 22, 36, 0.6);
  top: 0;
  left: 0;
  border-radius: 14px;
}
.new-inner-blog-banner .new-blog-banner-img .new-blog-banner-content {
  position: relative;
  max-width: 740px;
}
.new-inner-blog-banner .new-blog-banner-img .new-blog-banner-content h1 {
  font-size: 39px;
  font-weight: 600;
  line-height: 44px;
  color: var(--white-color);
  margin-bottom: 26px;
}
@media screen and (max-width: 991px) {
  .new-inner-blog-banner .new-blog-banner-img .new-blog-banner-content h1 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 575px) {
  .new-inner-blog-banner .new-blog-banner-img .new-blog-banner-content h1 {
    font-size: 24px;
  }
}
.new-inner-blog-banner .new-blog-banner-img .new-blog-banner-content .new-blog-banner-bottom {
  gap: 22px;
}
.new-inner-blog-banner .new-blog-banner-img .new-blog-banner-content .new-blog-banner-bottom .new-blog-profile {
  gap: 7px;
}
.new-inner-blog-banner .new-blog-banner-img .new-blog-banner-content .new-blog-banner-bottom .new-blog-profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.new-inner-blog-banner .new-blog-banner-img .new-blog-banner-content .new-blog-banner-bottom .new-blog-profile p {
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .new-inner-blog-banner .new-blog-banner-img .new-blog-banner-content .new-blog-banner-bottom {
    flex-wrap: wrap;
    gap: 10px 20px !important;
  }
  .new-inner-blog-banner .new-blog-banner-img .new-blog-banner-content .new-blog-banner-bottom p {
    font-size: 16px;
  }
  .new-inner-blog-banner .new-blog-banner-img .new-blog-banner-content .new-blog-banner-bottom p i {
    margin-right: 10px;
    display: inline-block !important;
  }
}
.new-inner-blog-banner .new-blog-banner-img .new-blog-banner-content p {
  color: var(--white-color);
}
.new-inner-blog-banner .new-blog-banner-img .new-blog-banner-content .categoryMain {
  font-size: 14px;
  font-weight: 500;
  color: var(--white-color);
  line-height: normal;
  border: 1px solid var(--white-color);
  border-radius: 27.53px;
  padding: 6px 15px;
}

.table-content-sec {
  padding: 54px 0;
}
.table-content-sec .table-content-title {
  position: sticky;
  top: 150px;
}
.table-content-sec .table-content-title h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 32.52px;
  color: var(--primary-color);
  margin-bottom: 40px;
}
.table-content-sec .table-content-title p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
}
.table-content-sec .table-content-title p a {
  color: var(--black-color);
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}
.table-content-sec .table-content-title p a:hover, .table-content-sec .table-content-title p a:active {
  font-weight: 600;
}
.table-content-sec .organic-search-mean h2 {
  font-size: 24px;
  color: var(--black-color);
}
@media screen and (max-width: 575px) {
  .table-content-sec .organic-search-mean h2 {
    font-size: 20px;
  }
}
.table-content-sec .organic-search-mean h3 {
  font-size: 20px;
  color: var(--black-color);
}
@media screen and (max-width: 575px) {
  .table-content-sec .organic-search-mean h3 {
    font-size: 16px;
  }
}
.table-content-sec .organic-search-mean h4 {
  font-size: 18px;
  color: var(--black-color);
}
@media screen and (max-width: 575px) {
  .table-content-sec .organic-search-mean h4 {
    font-size: 15px;
  }
}
.table-content-sec .organic-search-mean p em {
  font-style: italic;
}
.table-content-sec .organic-search-mean img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.table-content-sec .organic-search-mean blockquote {
  border-left: 4px solid var(--primary-color);
  padding-left: 10px;
  margin: 0 auto 20px auto;
  width: 85%;
}
@media (max-width: 991px) {
  .table-content-sec .organic-search-mean blockquote {
    width: 100%;
    margin-left: 10px;
  }
}
.table-content-sec .organic-search-mean ul {
  padding-left: 30px;
}
.table-content-sec .organic-search-mean ul li {
  padding-bottom: 16px;
  padding-left: 4px;
}
.table-content-sec .organic-search-mean ul li h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 8px;
}
.table-content-sec .organic-search-mean ul li::marker {
  color: var(--primary-color);
}
@media screen and (max-width: 576px) {
  .table-content-sec .organic-search-mean ul {
    padding-left: 24px;
  }
}
.table-content-sec .organic-search-mean table {
  border: 1px solid #01437d;
  width: 100% !important;
  margin: 0 0 1rem;
}
.table-content-sec .organic-search-mean table tbody tr:first-child {
  background: #01437d;
}
.table-content-sec .organic-search-mean table tbody tr:first-child td {
  color: var(--white-color);
}
.table-content-sec .organic-search-mean table tbody tr td {
  padding: 8px 10px;
  border: 1px solid var(--black-color);
}
.table-content-sec .organic-search-mean .blogs-cta {
  padding: 60px 40px;
  background-color: var(--primary-color);
  box-shadow: 0px 4.02px 11.26px 0px rgba(8, 15, 52, 0.04);
  border-radius: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 575px) {
  .table-content-sec .organic-search-mean .blogs-cta {
    padding: 40px 30px;
    background-image: none !important;
  }
}
.table-content-sec .organic-search-mean .blogs-cta .blogs-cta-content {
  max-width: 550px;
}
.table-content-sec .organic-search-mean .blogs-cta .blogs-cta-content h4 {
  font-size: 27.36px;
  font-weight: 700;
  line-height: 31.67px;
  color: var(--white-color);
  margin-bottom: 14px;
}
@media screen and (max-width: 575px) {
  .table-content-sec .organic-search-mean .blogs-cta .blogs-cta-content h4 {
    font-size: 22px;
  }
}
.table-content-sec .organic-search-mean .blogs-cta .blogs-cta-content p {
  color: var(--white-color);
}
@media screen and (max-width: 991px) {
  .table-content-sec .organic-search-mean .blogs-cta .blogs-cta-content {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.table-content-sec .organic-search-mean .blogs-cta a {
  background: var(--white-color) !important;
  color: var(--primary-color) !important;
}
@media screen and (max-width: 360px) {
  .table-content-sec .organic-search-mean .blogs-cta a {
    padding: 12px 26px;
    font-size: 12px;
  }
}

.embed-imagebox-wrapper {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 15px;
  padding: 13px 24px;
  background-color: var(--white-color);
  box-shadow: 0px 4.02px 11.26px 0px rgba(8, 15, 52, 0.04);
  border: 0.8px solid #eff0f6;
  border-radius: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1.25em;
  color: var(--black-color);
}
.embed-imagebox-wrapper:hover {
  color: var(--black-color);
}
@media (max-width: 767px) {
  .embed-imagebox-wrapper {
    flex-direction: column;
  }
}
.embed-imagebox-wrapper .embed-imagebox-content-main .embed-imagebox-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.embed-imagebox-wrapper .embed-imagebox-content-main .embed-imagebox-description {
  letter-spacing: 0.1px;
  word-wrap: break-word;
}
.embed-imagebox-wrapper .embed-imagebox-content-main .embed-imagebox-link {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 1px;
}
.embed-imagebox-wrapper img {
  object-fit: cover;
  object-position: center center;
  border-radius: 15px;
  margin: 0 !important;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .embed-imagebox-wrapper img {
    max-width: 270px;
  }
}

.inner-blog-faq {
  background: #f8f8f8;
  padding: 63px 0;
}
.inner-blog-faq h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 33px;
}
.inner-blog-faq .accordion-item {
  border: none;
  background: transparent;
  border-bottom: 3px solid rgba(205, 214, 218, 0.25);
}
.inner-blog-faq .accordion-item:first-child {
  border-top: 3px solid rgba(205, 214, 218, 0.25);
}
.inner-blog-faq .accordion-item h4 button {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 16px 0;
  background: transparent;
  box-shadow: none;
  color: var(--black-color);
}
.inner-blog-faq .accordion-item h4 button::after {
  background-image: none;
  content: "+";
  color: var(--black-color);
  font-size: 26px;
  width: auto;
  height: auto;
}
.inner-blog-faq .accordion-item h4 button:not(.collapsed)::after {
  font-size: 26px;
  transform: rotate(46deg);
  color: var(--primary-color);
}
.inner-blog-faq .accordion-item .accordion-body {
  padding: 0 0 16px;
}

.inner-sub-blogs {
  padding: 54px 0 0;
}
.inner-sub-blogs h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 33px;
}
.inner-sub-blogs a {
  text-decoration: none;
}
.inner-sub-blogs .blog-card {
  border: 1.08px solid #e8e8ea;
  padding: 18px;
  border-radius: 13px;
  height: 100%;
}
.inner-sub-blogs .blog-card img {
  width: 100%;
  border-radius: 13px;
}
.inner-sub-blogs .blog-card .blog-content {
  padding: 25px 8px 8px;
}
.inner-sub-blogs .blog-card .blog-content span {
  display: inline-block;
  padding: 5px 10px;
  background: rgba(75, 107, 251, 0.05);
  color: #4b6bfb;
  border-radius: 7px;
  margin: 0 7px 7px 0;
}
.inner-sub-blogs .blog-card .blog-content h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30.3px;
  color: var(--black-color);
  margin-bottom: 20px;
}
.inner-sub-blogs .blog-card .blog-content .blog-bottom {
  gap: 20px;
}
.inner-sub-blogs .blog-card .blog-content .blog-bottom .blog-auth {
  gap: 10px;
}
.inner-sub-blogs .blog-card .blog-content .blog-bottom .blog-auth img {
  width: 38px;
  height: 38px;
  border-radius: 50px;
}
.inner-sub-blogs .blog-card .blog-content .blog-bottom .blog-auth p {
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .inner-sub-blogs .blog-card .blog-content {
    padding: 25px 0 8px;
  }
  .inner-sub-blogs .blog-card .blog-content h4 {
    font-size: 18px;
    line-height: normal;
  }
  .inner-sub-blogs .blog-card .blog-content .blog-bottom {
    gap: 12px;
  }
}
.inner-sub-blogs .load-btn {
  background: transparent !important;
  color: #696a75 !important;
  border: 1.08px solid rgba(105, 106, 117, 0.3019607843) !important;
}

.contact-us-modal .modal-dialog .modal-content .modal-header {
  border-bottom: transparent;
}
.contact-us-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 20px;
  color: #393c46;
  line-height: 1.3;
}
.contact-us-modal .modal-dialog .modal-content .modal-header .modal-description {
  color: #73788c;
  font-size: 15px;
  line-height: 1.2;
}
.contact-us-modal .modal-dialog .modal-content .modal-header .btn-close {
  font-size: 14px;
}
.contact-us-modal .modal-dialog .modal-content .modal-body {
  padding-top: 0;
  height: calc(100vh - 230px);
}
.contact-us-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
  width: 8px;
  background-color: var(--white-color);
}
.contact-us-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #afafb6;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .form-group {
  position: relative;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .form-group label {
  font-size: 14px;
  color: #313135;
  font-weight: 600;
  padding-bottom: 4px;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .form-group .form-control {
  background: #fcfcfd;
  border: 1px solid #eaeaeb;
  border-radius: 10px;
  height: auto;
  font-size: 14px;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .form-group .form-control select option {
  color: #bcbcbc;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .form-group textarea::-webkit-scrollbar {
  width: 10px;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .form-group textarea::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 2px solid var(--white-color);
}
.contact-us-modal .modal-dialog .modal-content .modal-body .form-group i {
  position: absolute;
  right: 15px;
  top: 48px;
  color: #c1c1c2;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .form-group .help-block.form-error {
  position: absolute;
  font-size: 11px;
  color: #b94a48;
  left: 7px;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .services-check-list {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .services-content {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .services-content .form-group {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #fcfcfd;
  padding: 8px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  flex: 1;
  justify-content: center;
  box-shadow: 2px 2px 2px #dfdfdf;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .services-content .form-group .custom-checkbox {
  display: none;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .services-content .form-group .custom-checkbox + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .services-content .form-group .custom-checkbox + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #e8e8e8;
  transition: all 0.3s ease;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .services-content .form-group .custom-checkbox + label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  color: var(--white-color);
  font-size: 10px;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .services-content .form-group .custom-checkbox:checked + label {
  color: #1092ff;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .services-content .form-group .custom-checkbox:checked + label::before {
  background-color: #1092ff;
  border-color: #1092ff;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .services-content .form-group .custom-checkbox:checked + label::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .services-content .form-group label {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  text-wrap: nowrap;
  text-transform: capitalize;
  padding: 0;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .contact-form-btn {
  width: auto;
}

.seo-services {
  background: #fbfbfb;
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .seo-services .row {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .seo-services {
    padding: 50px 0;
  }
}
.seo-services .seo-serve-heading {
  gap: 24px;
  margin-bottom: 24px;
}
.seo-services .seo-serve-heading h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: var(--black-color);
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .seo-services .seo-serve-heading h2 {
    font-size: 26px;
  }
}
.seo-services .seo-image img {
  width: 100%;
}

.business-seo {
  padding: 212px 0 45px;
}
@media screen and (max-width: 1200px) {
  .business-seo {
    padding: 100px 0 45px;
  }
}
@media screen and (max-width: 992px) {
  .business-seo {
    padding: 50px 0 20px;
  }
}
.business-seo .business-seo-head h2 {
  font-size: 35px;
  font-weight: 700;
  color: var(--black-color);
}
@media screen and (max-width: 1199px) {
  .business-seo .business-seo-head h2 {
    font-size: 36px;
  }
  .business-seo .business-seo-head h2 span {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .business-seo .business-seo-head h2 h2 {
    font-size: 26px;
  }
  .business-seo .business-seo-head h2 h2 span {
    font-size: 20px;
  }
}
.business-seo .business-seo-head h2 span {
  font-size: 30px;
  font-weight: 300;
  display: block;
}
.business-seo .business-cards-row {
  padding-left: 76px;
}
@media screen and (max-width: 1200px) {
  .business-seo .business-cards-row {
    padding-left: 0;
  }
}
.business-seo .business-cards-row .business-sub-cards {
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .business-seo .business-cards-row .business-sub-cards {
    margin-bottom: 30px;
  }
}
.business-seo .business-cards-row .business-sub-cards .business-card-title {
  gap: 13px;
  margin-bottom: 14px;
}
.business-seo .business-cards-row .business-sub-cards .business-card-title span {
  font-size: 36px;
  font-weight: 700;
  color: var(--secondary-color);
}
.business-seo .business-cards-row .business-sub-cards .business-card-title h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--black-color);
  /*max-width: 120px;*/
}
@media screen and (max-width: 1200px) {
  .business-seo .business-cards-row .business-sub-cards .business-card-title h3 {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .business-seo {
    padding: 50px 0 20px;
  }
  .business-seo .business-cards-row .business-sub-cards {
    margin-bottom: 30px;
  }
  .business-seo .business-seo-head h2 {
    font-size: 26px;
  }
  .business-seo .business-seo-head h2 span {
    font-size: 20px;
  }
}

.local-seo-matter {
  padding: 50px 0;
  background: var(--light-grey);
}
.local-seo-matter .local-seo-matter-head {
  max-width: 1000px;
  margin: auto;
}
.local-seo-matter .local-seo-matter-head h2 {
  font-size: 33px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .local-seo-matter .local-seo-matter-head h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.seo-ranking {
  padding: 50px 0;
}
.seo-ranking .local-seo-matter-head {
  max-width: 1000px;
  margin: 0 auto 37px;
}
.seo-ranking .local-seo-matter-head h2 {
  font-size: 33px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .seo-ranking .local-seo-matter-head h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
.seo-ranking ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.seo-ranking ul li {
  position: relative;
  padding-left: 38px;
  font-size: 16px;
  list-style: none;
  margin-bottom: 18px;
  max-width: 49%;
  flex: 0 0 49%;
}
.seo-ranking ul li img {
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
}
@media screen and (max-width: 767px) {
  .seo-ranking ul li {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 8px;
  }
}

.seo-agency {
  padding: 62px 0;
}
.seo-agency .seo-ranking-image img {
  width: 100%;
}
.seo-agency .seo-rank-content {
  padding-left: 150px;
}
.seo-agency .seo-rank-content h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--black-color);
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .seo-agency .seo-rank-content h2 {
    font-size: 26px;
  }
}
.seo-agency .seo-rank-content p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: var(--black-color);
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .seo-agency .seo-rank-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.seo-agency .seo-rank-content .seo-rank-cards {
  display: flex;
  align-items: center;
  padding: 29px 24px;
  gap: 16px;
  transition: all 0.5s;
  border-radius: 10px;
}
.seo-agency .seo-rank-content .seo-rank-cards h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.150000006px;
  color: var(--black-color);
  margin-bottom: 4px;
}
@media screen and (max-width: 991px) {
  .seo-agency .seo-rank-content .seo-rank-cards h3 {
    font-size: 18px;
  }
}
.seo-agency .seo-rank-content .seo-rank-cards:hover {
  box-shadow: 0px 16px 24px 0px rgba(96, 97, 112, 0.12);
}
@media screen and (max-width: 991px) {
  .seo-agency .seo-rank-content .seo-rank-cards {
    padding: 19px 14px;
  }
  .seo-agency .seo-rank-content .seo-rank-cards img {
    width: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .seo-agency .seo-rank-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .seo-agency .seo-rank-content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .seo-agency {
    padding: 0;
  }
}

.seo-leads .leads-now-wrapper a {
  background: #5d9dfb;
  border-color: #5d9dfb;
}
@media screen and (max-width: 767px) {
  .seo-leads {
    padding: 50px 0;
  }
}

.why-choose-us {
  padding: 40px 0;
}
.why-choose-us .why-choose-head {
  max-width: 552px;
}
.why-choose-us .why-choose-head h2 {
  font-size: 33px;
  font-weight: 600;
  line-height: 52.8px;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .why-choose-us .why-choose-head h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.why-choose-us .why-choose-head p {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .why-choose-us .why-choose-head {
    max-width: 100%;
  }
}
.why-choose-us .why-choose-card {
  position: relative;
  transition: all 0.6s;
  overflow: hidden;
}
.why-choose-us .why-choose-card:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 98%;
  background: rgba(0, 0, 0, 0.17);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
}
.why-choose-us .why-choose-card img {
  width: 100%;
  border-radius: 20px;
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  .why-choose-us .why-choose-card img {
    height: 300px;
    object-fit: cover;
  }
}
.why-choose-us .why-choose-card .why-choose-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.why-choose-us .why-choose-card .why-choose-content h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--white-color);
  transition: all 0.9s;
  line-height: 28px;
  transform: translateY(100%);
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .why-choose-us .why-choose-card .why-choose-content h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .why-choose-us .why-choose-card .why-choose-content h4 {
    transform: none;
    font-size: 20px;
    margin-bottom: 8px !important;
  }
}
.why-choose-us .why-choose-card .why-choose-content p {
  color: var(--white-color);
  transition: all 0.5s;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .why-choose-us .why-choose-card .why-choose-content p {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .why-choose-us .why-choose-card .why-choose-content {
    bottom: 40px;
  }
}
.why-choose-us .why-choose-card:hover h4 {
  transform: translateY(0);
}
.why-choose-us .why-choose-card:hover p {
  opacity: 1;
  visibility: visible;
}
.why-choose-us .why-choose-card:hover img {
  border-radius: 70px 20px 20px 20px;
}
.why-choose-us .why-choose-card:hover:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 98%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 70px 26px 26px;
}
@media screen and (max-width: 991px) {
  .why-choose-us .why-choose-card:hover:before {
    height: 99%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .why-choose-us .why-choose-card.why-choose-card-one img {
    height: 230px;
    object-fit: cover;
  }
}
.why-choose-us .why-choose-card.why-choose-card-one:hover img {
  border-radius: 20px;
}
.why-choose-us .why-choose-card.why-choose-card-one:hover:before {
  border-radius: 26px;
  height: 96%;
}
@media screen and (max-width: 991px) {
  .why-choose-us .why-choose-card.why-choose-card-one:hover:before {
    height: 97%;
  }
}
@media screen and (max-width: 767px) {
  .why-choose-us .why-choose-card:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 98%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .why-choose-us {
    padding: 0 0 50px;
  }
}

.local-seo-success {
  padding: 100px 0 140px;
}
@media screen and (max-width: 767px) {
  .local-seo-success {
    padding: 0 0 50px;
  }
}
.local-seo-success .local-success-head {
  max-width: 1000px;
  margin: 0 auto 56px;
  text-align: center;
}
.local-seo-success .local-success-head h2 {
  font-size: 33px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 27px;
}
.local-seo-success .local-success-head p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .local-seo-success .local-success-head {
    margin-bottom: 30px;
  }
  .local-seo-success .local-success-head h2 {
    font-size: 26px;
  }
  .local-seo-success .local-success-head p {
    font-size: 16px;
  }
}
.local-seo-success .pie-chart-flex {
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .local-seo-success .pie-chart-flex {
    gap: 20px;
  }
}
.local-seo-success .pie-chart-flex h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--black-color);
  max-width: 200px;
}
@media screen and (max-width: 991px) {
  .local-seo-success .pie-chart-flex h5 {
    font-size: 16px;
    max-width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .local-seo-success .pie-chart-flex h5 {
    text-align: center;
    max-width: 100%;
  }
}
.local-seo-success .pie-chart-flex .chart-value {
  position: relative;
  width: 255px;
  height: 255px;
  border: 45px solid #9bdfc4;
  border-radius: 50%;
}
.local-seo-success .pie-chart-flex .chart-value::before {
  width: 255px;
  height: 255px;
  border: 45px solid #62b2fd;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  content: "";
  top: -45px;
  left: -45px;
  border-right: 45px solid transparent;
}
.local-seo-success .pie-chart-flex .chart-value:hover:before {
  animation: border-anime 0.8s linear;
}
.local-seo-success .pie-chart-flex .chart-value h4 {
  font-size: 25.52px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .local-seo-success .pie-chart-flex .chart-value h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .local-seo-success .pie-chart-flex .chart-value {
    width: 200px;
    height: 200px;
  }
  .local-seo-success .pie-chart-flex .chart-value::before {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 991px) {
  .local-seo-success .pie-chart-flex .chart-value {
    border-width: 35px;
  }
  .local-seo-success .pie-chart-flex .chart-value::before {
    border-width: 35px;
    top: -35px;
    left: -35px;
  }
}
@media screen and (max-width: 575px) {
  .local-seo-success .pie-chart-flex .chart-value {
    margin: auto;
  }
}
.local-seo-success .pie-chart-flex .bar-value {
  width: 100%;
  position: relative;
}
.local-seo-success .pie-chart-flex .bar-value img {
  width: 100%;
}
.local-seo-success .pie-chart-flex h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--black-color);
}
@media screen and (max-width: 991px) {
  .local-seo-success .pie-chart-flex h3 {
    font-size: 20px;
  }
}
.local-seo-success .pie-chart .apexcharts-legend {
  display: none;
}
.local-seo-success .pie-chart .apexcharts-datalabels {
  display: none;
}
.local-seo-success .case-study a {
  background: #5d9dfb;
}

@keyframes border-anime {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.seo-search-engine .search-engine-wrapper h3 {
  font-size: 30px;
}
.seo-search-engine .search-engine-wrapper p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .seo-search-engine .search-engine-wrapper p {
    font-size: 16px;
  }
}

.seo-client-speak .content {
  padding-top: 50px;
}
.seo-client-speak .content p {
  font-size: 14px;
}

.offshore-seo-sec {
  padding: 60px 0;
  background-color: #f8f8f8;
}
.offshore-seo-sec .deafult-content {
  max-width: 900px;
  margin: 0 auto 30px;
}
.offshore-seo-sec .deafult-content h2 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .offshore-seo-sec .deafult-content h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .offshore-seo-sec .deafult-content h3 {
    font-size: 24px;
  }
}
.offshore-seo-sec .offshore-seo-wrapper {
  box-shadow: 0px 25.58px 82.43px 22.74px rgba(0, 0, 0, 0.0588235294);
  padding: 34px;
  border-radius: 11px;
  height: 100%;
  transition: all 0.3s;
  background: var(--white-color);
}
.offshore-seo-sec .offshore-seo-wrapper h3,
.offshore-seo-sec .offshore-seo-wrapper h5 {
  padding: 0 0 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  transition: all 0.5s;
}
.offshore-seo-sec .offshore-seo-wrapper p {
  transition: all 0.5s;
}
.offshore-seo-sec .offshore-seo-wrapper:hover {
  background: var(--primary-color);
}
.offshore-seo-sec .offshore-seo-wrapper:hover h3,
.offshore-seo-sec .offshore-seo-wrapper:hover h5,
.offshore-seo-sec .offshore-seo-wrapper:hover p {
  color: var(--white-color);
}

.seo-business .sticky-business-image {
  position: sticky;
  top: 116px;
}
@media screen and (max-width: 767px) {
  .seo-business .sticky-business-image {
    position: static;
  }
}
.seo-business .seo-business-img img {
  width: 100%;
}
.seo-business .seo-business-desc {
  padding-left: 60px;
}
@media screen and (max-width: 991px) {
  .seo-business .seo-business-desc {
    padding-left: 0;
    padding-top: 30px;
  }
}
.seo-business .seo-business-desc h2 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .seo-business .seo-business-desc h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .seo-business .seo-business-desc h3 {
    font-size: 24px;
  }
}
.seo-business .seo-business-desc ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.seo-business .seo-business-desc ul li {
  background: var(--white-color);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  cursor: pointer;
  box-shadow: 0px 1px 12px 2px rgba(96, 97, 112, 0.2);
  transition: all 0.5s;
  position: sticky;
  z-index: 1;
  min-height: 180px;
}
.seo-business .seo-business-desc ul li:last-child {
  margin-bottom: 0;
}
.seo-business .seo-business-desc ul li:nth-child(1) {
  top: 116px;
}
.seo-business .seo-business-desc ul li:nth-child(2) {
  top: 132px;
}
.seo-business .seo-business-desc ul li:nth-child(3) {
  top: 148px;
}
.seo-business .seo-business-desc ul li:nth-child(4) {
  top: 164px;
}
.seo-business .seo-business-desc ul li:nth-child(5) {
  top: 180px;
}
.seo-business .seo-business-desc ul li:nth-child(6) {
  top: 196px;
}
.seo-business .seo-business-desc ul li h3,
.seo-business .seo-business-desc ul li h4 {
  font-size: 22px;
  line-height: 26.1px;
  color: var(--primary-color);
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .seo-business .seo-business-desc ul li h3,
  .seo-business .seo-business-desc ul li h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .seo-business .seo-business-desc ul li {
    position: static;
    min-height: auto;
  }
}
.seo-business .choose-heading h2 {
  font-size: 32px;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  .seo-business .choose-heading h2 {
    font-size: 24px;
  }
}
.seo-business .seo-business-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 18px;
}
.seo-business .seo-business-cards .seo-business-box {
  transition: all 0.3s ease-in;
  position: relative;
  padding: 40px 30px;
  max-width: 48%;
  border-radius: 10px;
  flex: 0 0 48%;
  box-shadow: 0px 1px 12px 2px rgba(96, 97, 112, 0.2);
}
.seo-business .seo-business-cards .seo-business-box h3,
.seo-business .seo-business-cards .seo-business-box h5,
.seo-business .seo-business-cards .seo-business-box p {
  transition: all 0.3s;
}
.seo-business .seo-business-cards .seo-business-box h3 {
  font-size: 18px;
  line-height: 1.2;
}
.seo-business .seo-business-cards .seo-business-box:hover {
  background: var(--primary-color);
  transform: rotate(-6deg);
}
.seo-business .seo-business-cards .seo-business-box:hover h3,
.seo-business .seo-business-cards .seo-business-box:hover h5,
.seo-business .seo-business-cards .seo-business-box:hover p {
  color: var(--white-color);
}
@media screen and (max-width: 1199px) {
  .seo-business .seo-business-cards .seo-business-box {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .seo-business .seo-business-cards .seo-business-box {
    min-height: auto;
  }
}
@media screen and (max-width: 575px) {
  .seo-business .seo-business-cards {
    display: block;
  }
  .seo-business .seo-business-cards .seo-business-box {
    max-width: 100%;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .seo-service-sec h3,
  .seo-service-sec h2 {
    font-size: 24px;
  }
}
.seo-service-sec .section-heading {
  max-width: 900px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .ptb-60 {
    padding: 60px 0;
  }
}

.blog-share {
  position: fixed;
  right: -44px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  z-index: 999;
  transition: 0.5s all;
}
.blog-share:hover {
  right: 0;
}
.blog-share:hover span {
  opacity: 0;
}
.blog-share:hover ul {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.blog-share span {
  transform: rotate(-90deg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  font-size: 15px;
  color: var(--primary-color);
  background-color: var(--white-color);
  border-radius: 4px 4px 0 0;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  left: -49px;
  opacity: 100%;
  transition: 0.5s all;
}
.blog-share ul {
  list-style: none;
  background-color: var(--white-color);
  border-radius: 4px;
  transition: 0.5s all;
}
.blog-share ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
}
.blog-share ul li:not(:last-child) {
  border-bottom: 1px solid var(--form-border);
}
.blog-share ul li img {
  width: 20px;
}

.services-error-message {
  display: none;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  color: #ff7979;
  margin-top: -5px;
}

.local-seo-services,
.explore-our-services {
  padding: 67px 0;
  background-color: #fbfbfb;
}
.local-seo-services .we-follow-heading,
.explore-our-services .we-follow-heading {
  padding-bottom: 50px;
}
.local-seo-services .we-follow-heading h2,
.explore-our-services .we-follow-heading h2 {
  font-size: 34px;
  font-weight: 700;
  color: var(--black-color);
  margin: 0;
}
@media (max-width: 767px) {
  .local-seo-services .we-follow-heading h2,
  .explore-our-services .we-follow-heading h2 {
    font-size: 34px;
  }
}
.local-seo-services .services-wrapper,
.explore-our-services .services-wrapper {
  position: relative;
}
.local-seo-services .services-wrapper .explore-link,
.explore-our-services .services-wrapper .explore-link {
  position: absolute;
  right: 50px;
  bottom: 20px;
}
.local-seo-services .services-wrapper .explore-link .right-arrow,
.explore-our-services .services-wrapper .explore-link .right-arrow {
  width: 22px;
  height: 30px;
}
.local-seo-services .services-wrapper h5,business-card-title
.explore-our-services .services-wrapper h5 {
  padding: 0;
  text-decoration: none;
}
.local-seo-services .we-follow-wrapper,
.explore-our-services .we-follow-wrapper {
  padding: 34px;
  border-radius: 11px;
  height: 100%;
  background-color: var(--white-color);
  border: 1px solid #f7f7f7;
}
.local-seo-services .we-follow-wrapper span,
.explore-our-services .we-follow-wrapper span {
  background-color: #f5f8ff;
  height: 50px;
  width: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.local-seo-services .we-follow-wrapper h5,
.explore-our-services .we-follow-wrapper h5 {
  padding: 0 0 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}
.local-seo-services .we-follow-wrapper h3,
.explore-our-services .we-follow-wrapper h3 {
  font-size: 22px;
}

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

/*# sourceMappingURL=style.css.map */
