*,
.main-footer ul.footer-nav,
ol,
ul {
  padding: 0;
  margin: 0;
}

.top-secton nav.navbar a.nav-link,
a {
  font-weight: 700;
  transition: 0.4s ease-in-out;
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--black);
  margin: 0;
}

a {
  color: #1242e0;
}

li {
  list-style: none;
}

.pb30 {
  padding-bottom: 30px;
}

:root {
  --yello: #f9cf2f;
  --white: #fff;
  --black: #000;
  --blue: #11559b;
  --gray: #f2f2f2;
  --headingcolor: #253f50;
}

.form-control:focus {
  background-color: #fff;
}

section.send-perposal .form-control:focus {
  color: #000;
}

.about-img-wrap img {
  object-fit: contain !important;
}

#our_reseller_partner input.form-control.effect-8 {
  color: #000 !important;
}

#our_reseller_partner .form-control:focus {
  color: #000;
}

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

.marq-sec {
  color: var(--black);
  background: #e4e4e4;
  font-size: 14px;
  line-height: 21px;
  padding-top: 8px !important;
  padding: 0;
}

body {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  color: var(--black);
  line-height: 33px;
  background: #fff !important;
}

.h4,
.main-footer,
a,
h1,
h2,
h3,
h4 {
  font-family: 'Segoe UI', sans-serif;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 6px;
  height: 3px;
  background-color: #9e8b8b;
}

::-webkit-scrollbar-thumb {
  background-color: #a9a298;
}

.md-hidden {
  display: none;
}

.hidden-form .form-group.col-md-3 + .form-group.col-md-12 input[type="submit"],
.hidden-form .form-group.col-md-4 + .form-group.col-md-12 input[type="submit"] {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 19px 21px;
  font-size: 15px;
  background: #f3d049;
  font-weight: 600;
  color: #253f50;
  border-radius: 0 40px 40px 0;
  border: #f3d049;
  text-transform: uppercase;
}

.hidden-form {
  position: relative;
  top: 0;
  width: 100%;
  background: #11559b;
  opacity: 1;
  transform: scale(1);
  transition: 0.3s ease-in-out;
  padding: 20px 0;
  z-index: 1;
}

.hidden-form .form-control {
  padding: 18px 10px;
  border-radius: 50px;
  border: 0;
  background: #fff;
  color: #000;
}

.footer-badge,
.text-center {
  text-align: center;
}

.bg-gray {
  background: var(--gray);
}

.bg-white {
  background: var(--white);
}

.container {
  max-width: 1340px;
}

.top-secton .top-header {
  background: #243f51;
  padding: 2px 0;
}

.top-contact-strip ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 2px 0;
}

.top-contact-strip ul li a {
  padding: 0 14px;
  color: var(--white);
  font-weight: 500;
  border-right: 0;
  line-height: 9px !important;
  font-size: 14px;
  position: relative;
  font-family: system-ui;
}

.top-contact-strip ul li a strong {
  color: var(--yello);
  font-weight: 300;
  padding-right: 5px;
}

/* .top-contact-strip ul li a:after {
    position: absolute;
    width: 2px;
    height: 14px;
    background: #ddd;
    content: '';
    top: 2px;
    right: 0
} */

header.main-header .top-nav ul {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 30px;
}

header.main-header .top-nav ul li a {
  color: #454343;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  top: -5px;
  /* border-right: 2px solid #ccc; */
  position: relative;
  border-radius: 30px;
}

.top-nav ul li {
  position: relative;
  display: block;
}

.top-nav ul li:not(:last-child) a {
  padding: 0 25px;
}

header.main-header .top-nav ul li a:before {
  position: absolute;
  width: 80%;
  height: 2px;
  content: "";
  bottom: -5px;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: scale(0);
  background: #454343;
}

.top-nav ul li .dropdown {
  position: absolute;
  width: 100%;
  background: #253f50;
  top: 110%;
  left: 0;
  z-index: 999;
  padding: 5px 0 0;
  min-width: 200px;
  border: 0;
  box-shadow: 2px 1px 2px #ccc;
  display: none;
}

header.main-header .top-nav ul {
  width: 100%;
  display: flex;
  align-items: flex-end;
  line-height: normal;
  justify-content: flex-end;
  list-style: none;
  align-items: center;
}

.top-nav ul li .dropdown li a {
  border-right: 0;
  padding: 6px 10px;
  border-bottom: 1px solid #0c2640;
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  color: var(--white);
  font-family: 'Segoe UI', sans-serif;
}

.top-nav ul li .dropdown li:first-child a {
  padding-top: 18px;
}

.top-secton .dropdown-toggle::after,
header.main-header .top-nav ul.dropdown,
section.blog-faq .blog-post .card-header i.fa.fa-circle.fa-stack-2x {
  display: none;
}

header.main-header .top-nav ul li a.btn.btn-warning:hover {
  background: #4448f8;
  border-color: transparent !important;
  color: var(--white);
  border-radius: 30px;
  transition: 0.4s ease-in-out;
}

header.main-header .top-nav ul li:nth-child(4) a {
  border: none;
}

.top-secton nav.navbar {
  background-color: var(--yello);
  padding: 5px 0px;
  position: relative;
  z-index: 9;
}

.top-secton .brand-name {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropend .dropdown-toggle::after,
.top-secton nav.navbar .brand-name {
  opacity: 0;
}

.nav-item.dropdown span.plus-tab {
  top: 24px;
  right: 12px;
  background: 0;
  transition: 0.3s ease-in-out 0.2s;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4a4a4a;
  position: absolute;
}

.top-secton nav.navbar li:hover span.plus-tab {
  border-top: 7px solid var(--white);
  transform: rotate(180deg);
}

ul.call-sec {
  padding: 3px 8px 3px 12px;
  display: flex !important;
  align-items: center;
  margin: 0 0 0 31px;
  background: #ffdf81;
  border-radius: 50px;
  position: relative;
}

div#navbar-content,
ul.footer-social li a {
  justify-content: center;
}

ul.call-sec li:first-child {
  padding-right: 18px;
}

ul.call-sec li {
  list-style: none;
  padding: 0 0 4px 12px;
}

ul.call-sec li:first-child a {
  background: var(--white);
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  color: var(--black);
  left: -2px;
  top: -4px;
  font-size: 27px;
}

ul.call-sec li:first-child a i {
  line-height: 50px;
}

ul.call-sec li a img {
  width: 36px;
  border-radius: 50%;
  padding: 0 5px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.dropdown-menu.show {
  -webkit-animation: 0.3s alternate fadeIn;
  animation: 0.3s alternate fadeIn;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition:
    transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),
    0.2s ease-in-out;
  left: 0;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0 -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.navbar-expand-lg .navbar-nav .icons {
  display: inline-flex;
  margin-left: auto;
}

.navbar-expand-lg .navbar-nav .icons a {
  transition: 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.navbar-expand-lg .navbar-nav .icons a:hover {
  color: var(--white);
  text-shadow: 0 0 30px #fff;
}

nav .dropdown-menu {
  background: var(--blue);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0;
}

span.right-menu-icon {
  right: 5px;
  position: absolute;
  color: var(--white);
  top: 5px;
}

@media (min-width: 280px) and (max-width: 992px) {
  div#navbar-content {
    justify-content: center;
    background: #0f4d8d;
    position: relative;
    z-index: 9;
    margin-top: 5px;
  }

  .top-secton nav.navbar a.nav-link {
    color: var(--white) !important;
  }

  .nav-item.dropdown span.plus-tab {
    border-top: 5px solid #fff;
    right: 26px;
  }

  button.navbar-toggler {
    top: 7px !important;
  }
}

@media (min-width: 992px) and (max-width: 1900px) {
  .top-secton
    nav.navbar
    ul.navbar-nav
    li.nav-item.dropdown:hover
    ul.dropdown-menu {
    display: block;
    min-width: 100%;
  }

  .top-secton
    nav.navbar
    ul.navbar-nav
    li.nav-item.dropdown
    ul.dropdown-menu.shadow.subdropdoun-menu {
    display: none;
  }

  .top-secton
    nav.navbar
    ul.navbar-nav
    li.nav-item.dropdown:hover
    ul.dropdown-menu
    li.dropend:hover
    ul.dropdown-menu.shadow.subdropdoun-menu {
    display: block;
    top: 0;
    right: auto;
    left: 100%;
  }
}

.top-secton nav.navbar a.nav-link {
  color: #000;
  font-size: 17px;
  padding: 9px 25px;
  position: relative;
  text-transform: capitalize;
  /*border-right: 1px dashed #00000038;*/
  font-family: 'Segoe UI', sans-serif;
  white-space: pre;
}

.top-secton nav.navbar li.dropend,
.top-secton nav.navbar li.dropend ul.dropdown-menu.shadow.subdropdoun-menu li {
  background: linear-gradient(#11559b, #0d4680);
}

.main-footer {
  color: var(--white);
  font-size: 15px;
  padding: 50px 0 50px;
  background-color: #494949;
}

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

.rating-stars1 p {
  color: var(--white);
}

.main-footer .footer-colom h3 {
  position: relative;
  color: var(--yello) !important;
  padding: 10px 0 10px;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: -3px;
  margin-top: 0;
}

.main-footer ul.footer-nav {
  background: 0 0;
}

.main-footer ul.footer-nav {
  padding: 0 !important;
  border-bottom: none !important;
}

.main-footer ul.footer-social {
  background: 0 0;
  padding: 0 !important;
  border-bottom: none !important;
}

.main-footer ul li {
  list-style: none !important;
  position: relative;
}

.main-footer ul li a {
  color: var(--white);
  text-decoration: none;
  line-height: 19px !important;
  font-weight: 500;
  padding: 7px 0;
  display: block;
  font-size: 15px;
}

.main-footer ul li ul.footer-dropdown {
  background: #393833;
  position: absolute;
  opacity: 0;
  z-index: 999;
  width: 200px;
  left: 73%;
  top: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  display: none;
}

.main-footer ul li ul.footer-dropdown li {
  padding: 5px 10px;
  border-bottom: 1px solid #2e2b2b;
}

.main-footer ul li:hover ul.footer-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  padding-left: 0;
  display: block;
  left: 75%;
}

.main-footer .address i {
  color: #f7cd2f;
  font-size: 24px;
  float: left;
  padding: 0;
  margin: 0 6px 0 0;
  min-height: 29px;
}

.main-footer ul li.footer-sub-h:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #a7a7a7;
  position: absolute;
  top: 13px;
  right: 50px;
  background: 0;
  content: "";
}

.footer-social {
  display: flex;
  justify-content: start;
  gap: 10px;
  padding: 0;
}

ul.footer-social li a {
  padding: 11px 0 !important;
  color: #fff;
  transition: 0.4s ease-in-out;
  border: 1px solid #fff !important;
  border-radius: 50px;
  height: 35px;
  width: 35px;
  display: flex !important;
  align-items: center;
}

ul.footer-social li a:hover {
  background: var(--white);
  color: var(--black);
}

section.page-about-wrapper {
  text-align: justify;
}

.video-wrap img {
  width: 100%;
  margin-bottom: 10px;
}

section.page-about-wrapper blockquote {
  position: relative;
  margin: 0.5em;
  background: #fff;
  color: #000;
  padding: 20px 75px;
  border-radius: 67px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  border: 4px solid #1894f1;
}

section.page-about-wrapper blockquote:before {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  font-size: 2em;
  line-height: 1;
  top: 11px;
  left: 36px;
  content: "\f10d";
}

.about-img-wrap img {
  width: 100%;
  object-fit: cover;
}

section.page-about-wrapper blockquote:after {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  float: right;
  font-size: 2em;
  line-height: 1;
  right: 47px;
  bottom: 0.5em;
  content: "\f10e";
}

section.blog-faq .blog-post h3 {
  color: #253f4f;
  font-family: 'Segoe UI', sans-serif;
  font-size: 40px;
  position: relative;
  transition: 0.4s ease-in-out;
  margin-bottom: 26px;
}

.faq-wrapper .blog-postnew1 li {
  display: table;
  padding: 15px;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

ul.blog-listing li h3 {
  font-size: 21px !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #253f4f;
  font-family: 'Segoe UI', sans-serif;
}

ul.blog-listing li .blog-admin-date {
  display: flex;
  justify-content: start;
  gap: 10px;
}

ul.blog-listing li .blog-admin-date span.admin {
  display: flex;
  align-items: center;
  gap: 4px;
}

ul.blog-listing p {
  margin: 0;
  line-height: 28px;
}

ul.blog-listing li .blog-admin-date a {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 15px !important;
  color: #484848 !important;
  border: none !important;
}

ul.blog-listing li span.watch {
  font-size: 15px;
}

ul.blog-listing li a.blog-read-more {
  padding: 0 20px !important;
  font-size: 15px !important;
  color: #243f51 !important;
  text-align: center;
  border: none !important;
  background: #f9cf2f;
  margin-right: 0 !important;
  float: right;
  border-radius: 50px;
  margin-top: 0;
}

section.blog-faq .blog-post h3 a {
  font-size: 17px;
  position: absolute;
  right: 0;
  font-weight: 400;
  text-transform: uppercase;
  color: #253f50;
  padding: 10px;
  border-radius: 40px;
}

.faq-wrapper button,
.faq-wrapper button:hover {
  background: #f9cf2f;
  margin-bottom: 15px;
}

section.blog-faq .blog-post .card-body li {
  color: #000;
  list-style: disc;
  margin-left: 39px;
}

section.blog-faq .blog-post .card-header button span.fa-stack.fa-2x i {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 18px !important;
  position: relative;
  width: 40px;
  height: 40px;
  background: #263f4e !important;
  line-height: 40px;
  border-radius: 50px;
  right: 0;
}

section.blog-faq .blog-post .card-header button {
  width: 100%;
  text-decoration: none;
  color: #263f4e;
  font-size: 20px;
  padding: 12px !important;
  text-align: left;
}

section.blog-faq .blog-post .card {
  background: 0 0 !important;
}

section.blog-faq .blog-post .card-body {
  overflow-y: scroll;
  height: 133px;
  padding-left: 14px !important;
  padding-bottom: 5px !important;
  padding: 0;
}

section.blog-faq .blog-post .card-header button span.fa-stack.fa-2x {
  line-height: 0;
  height: auto;
  width: 7%;
}

.faq-card.accordion-item {
  background: 0 0;
  border: none;
}

.faq-card.accordion-item .card-body p {
  color: #000;
  padding: 5px;
}

.section-title-wrap h1,
.section-title-wrap h2 {
  color: #000;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  padding-bottom: 13px;
}

section {
  padding: 50px 0;
}

#return-to-top {
  bottom: 88px;
  right: 15px;
  background: #253f50;
  width: 40px;
  height: 40px;
  display: flex !important;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  line-height: 12px;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  position: fixed;
}

main.inner-page-title {
  padding: 80px 0 80px;
  background: #4748f4;
  min-height: 165px;
}

.breadcrumb-top {
  padding-bottom: 0 !important;
  text-align: center;
}

.breadcrumb-top .left {
  float: none;
  text-align: left;
}

.breadcrumb-top ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}

.breadcrumb-top ul li{
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}

.breadcrumb-top ul li i {
  color: #fff !important;
}

.breadcrumb-top h1,
.breadcrumb-top h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Segoe UI', sans-serif;
}

main.inner-page-title a.btn,
main.inner-page-title a.btn.btn-warning {
  padding: 9px 20px;
  border-radius: 50px;
  background: linear-gradient(to right, #e8bd58, #af9122, #e8cd64);
  border: 2px solid #927d2d;
  font-weight: 400;
  color: #102e42;
  font-family: 'Segoe UI', sans-serif;
}

main.inner-page-title a.btn.btn-warning:hover {
  background: #fde062;
  color: #11559b;
  border-radius: 20px;
}

main.inner-page-title a.btn {
  padding: 6px 41px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 21px;
}

main.inner-page-title a.btn.btn-info {
  color: #fff !important;
  border-color: #fff !important;
  font-weight: 300;
  background: 0;
  padding: 6px 41px;
  text-transform: uppercase;
  font-size: 21px;
}

main.inner-page-title a.btn.btn-info:hover {
  background: #11559b;
  border-radius: 20px;
}

main.inner-page-title p {
  width: 950px;
  font-size: 15px;
  margin: 0 auto 20px;
  line-height: 30px !important;
  color: #fff;
}

.introduction-ls .nav-tabs {
  border-bottom: none;
  width: 100%;
  gap: 20px;
}

.introduction-ls .tabs-marker .nav-item {
  margin-right: 0;
  width: 18%;
}

.introduction-ls .nav-tabs .nav-item.show .nav-link,
.introduction-ls .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #4448f8;
  border: none !important;
  box-shadow: rgb(0 0 0 / 10%) 0 4px 12px;
}

.introduction-ls .nav-tabs .nav-link {
  color: #000;
  background-color: #f9cf2f;
  border-color: #fff;
  box-shadow: rgb(0 0 0 / 10%) 0 4px 12px;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  font-weight: 600;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.introduction-ls .tabs-marker .nav-link {
  position: relative;
  cursor: pointer;
}

.introduction-ls .tabs-marker .nav-link.active .marker:after {
  content: "";
  height: 15px;
  width: 15px;
  top: 33px;
  left: 50%;
  transform: rotate(45deg) translatex(-50%);
  transform-origin: left;
  background-color: #fff;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  display: none;
}

.introduction-ls .tab-content .left h3,
.introduction-ls .tab-content h3 {
  font-size: 26px;
  font-family: 'Segoe UI', sans-serif;
  color: #253f50;
  padding: 4px 0;
}

.introduction-ls .tab-pane {
  padding: 20px;
  border: 1px solid #ddd;
}

section.pack-call-to-action {
  background: #4448f8;
}

section.pack-call-to-action h2 {
  color: #fff;
  font-size: 30px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
  text-transform: uppercase;
}

section.pack-call-to-action p {
  color: #fff;
}

.client-review-btn {
  margin: 15px auto 0;
  text-align: center;
}

section.pack-call-to-action .text-right .client-review-btn a {
  background: #4448f8;
  color: #fff;
  border: 2px solid #f4d13f;
}

section.pack-call-to-action .col-md-1.text-center p {
  color: #fff;
  text-align: center;
  margin-top: 32px;
  font-size: 22px;
  font-weight: 700;
}

section.pack-call-to-action .text-left .client-review-btn a {
  background: #f9cf2f;
  color: #000;
  border: 2px solid #f4d13f;
  font-weight: 700;
}

.client-review-btn a {
  padding: 10px 40px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  width: auto;
  margin: 10px 0 0;
}

section.pack-call-to-action .text-right .client-review-btn a:hover {
  background: #f9cf2f !important;
  color: #fff;
  border: 2px solid #f4d13f;
}

section.pack-call-to-action .text-left .client-review-btn a:hover {
  background: #fff0 !important;
  color: #fff !important;
}

section.client-logo-wrapper ul.logos-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

section.client-logo-wrapper ul.logos-list li figure {
  margin-bottom: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  background: #fff;
}

section.client-logo-wrapper ul.logos-list li figure img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}

section.client-logo-wrapper ul.logos-list li {
  width: 23%;
}

section.testimonial-sec .testi-slide {
  padding: 30px 15px;
  box-shadow:
    rgba(0, 0, 0, 0.02) 0 1px 3px 0,
    rgba(27, 31, 35, 0.15) 0 0 0 1px;
  background: #fff;
}

section.testimonial-sec .testi-slide .item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

section.testimonial-sec .avtar-img img {
  border-radius: 50px;
  border: 5px solid #d4d4d4;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  margin-bottom: 12px;
}

section.testimonial-sec .testi-slide h4 {
  color: #253f50;
}

section.testimonial-sec .testi-slide h3 {
  color: #253f50;
}

section.testimonial-sec .testi-slide .rating-wrap span.fa.fa-star.checked {
  color: #f9cf2f;
}

section.testimonial-sec .testi-slide a.read-all-reviews {
  background: #f9cf2f;
  color: #000;
  padding: 6px 15px;
  border-radius: 50px;
  display: block;
}

.case-studies-facts-new .case-study-card-new {
  background: #f8ce2f;
  display: grid;
  align-items: inherit;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
  border-radius: 11px;
  transition: 0.3s;
}

.case-studies-facts-new .case-study-card-new .left img {
  width: 100%;
  border-radius: 11px 0 0 11px;
  height: 200px;
  object-fit: cover;
  transition: 0.4s;
  border-right: 3px solid #fff;
}

.case-studies-facts-new .case-study-card-new .right {
  padding: 0;
  background: #fff;
}

.case-studies-facts-new h3 {
  font-size: 24px;
  background: #f9cf2f;
  margin: 0 0 20px;
  padding: 10px;
  text-align: center !important;
}

.case-studies-facts-new .case-study-card-new .des .left-wrap {
  width: 46%;
  border-right: 2px solid #ffe05d;
}

.case-studies-facts-new .case-study-card-new .des h4 {
  font-weight: 700;
  color: #000;
  font-family: 'Segoe UI', sans-serif;
  font-size: 34px;
  padding: 0;
  margin: 0;
}

.case-studies-facts-new .case-study-card-new .des p {
  text-align: revert;
  margin: 0 !important;
  padding: 0 !important;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding-right: 10px !important;
}

.case-studies-facts-new .case-study-card-new .des .right-wrap {
  width: 46%;
}

.case-studies-facts-new .case-study-card-new .des {
  float: inherit;
  display: flex;
  gap: 20px;
  background: #fff;
  padding: 0 20px;
}

section.send-perposal {
  background: #4448f8;
  color: var(--white);
  text-align: center;
  padding: 40px 0;
}

section.send-perposal h3 {
  font-weight: 200;
  /* text-transform: uppercase; */
  font-size: 40px;
  color: var(--white);
}

section.send-perposal h3 strong {
  font-weight: 700;
}

section.send-perposal .form-group.col-md-6 {
  margin: 0 auto;
  padding: 20px 0 0;
  position: relative;
}

section.send-perposal input::placeholder {
  color: #000;
}

section.send-perposal input.form-control {
  padding: 18px 10px;
  border-radius: 50px;
  border: 0;
  background: #fff;
}

section.send-perposal .form-group.col-md-6 input.btn.btn-warning {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 18px 21px;
  font-size: 15px;
  background: #f3d049;
  font-weight: 600;
  color: #253f50;
  border-radius: 0 40px 40px 0;
  z-index: 799;
}

section.services-plan-wrapper .col-md-3:nth-child(odd) .plan-card {
  background: #f9cf2f;
}

section.services-plan-wrapper .col-md-4:nth-child(odd) .plan-card {
  background: #f9cf2f;
}

section.services-plan-wrapper
  .col-md-4:nth-child(odd)
  .plan-card
  .price
  h4.price-font {
  color: #000;
  font-size: 40px;
  padding: 20px 0;
}

section.services-plan-wrapper
  .col-md-4:nth-child(2n)
  .plan-card
  .price
  h4.price-font {
  color: #fff;
  font-size: 40px;
  padding: 20px 0;
}

section.services-plan-wrapper .plan-card {
  background: #393939;
  padding: 16px 27px;
  text-align: center;
  padding-top: 0;
}

section.services-plan-wrapper .plan-card h3 {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 8px 34px;
  display: inline-block;
  margin-bottom: 15px;
  box-shadow: rgb(100 100 111 / 77%) 0 7px 29px 0;
  font-weight: 700;
  font-size: 25px;
}

section.services-plan-wrapper
  .col-md-3:nth-child(odd)
  .plan-card
  .price
  h4.price-font {
  color: #000;
  font-size: 40px;
  padding: 20px 0;
}

section.services-plan-wrapper
  .col-md-3:nth-child(2n)
  .plan-card
  .price
  h4.price-font {
  color: #fff;
  font-size: 40px;
  padding: 20px 0;
}

section.services-plan-wrapper .know-more-plan a {
  background: #fff;
  padding: 4px 23px;
  border-radius: 100px;
  font-size: 14px;
  display: inline-block;
  color: #000;
  border: 1px solid #fff;
}

section.services-plan-wrapper .know-more-plan a:hover {
  background: #000;
  padding: 4px 23px;
  border-radius: 100px;
  font-size: 14px;
  display: inline-block;
  color: #fff;
  border: 1px solid #000;
}

section.services-plan-wrapper .upto span {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

section.services-plan-wrapper .col-md-3:nth-child(odd) .upto span {
  display: block;
  padding: 10px 0;
  color: #000;
  font-weight: 700;
  font-size: 20px;
}

.sidebar-contact {
  position: fixed;
  top: 50%;
  right: -300px;
  transform: translateY(-50%);
  width: 300px;
  height: auto;
  padding: 40px 21px 21px 21px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  transition: 0.5s;
}

.sidebar-contact {
  opacity: 0;
  visibility: hidden;
}

.sidebar-contact.show {
  opacity: 1;
  visibility: visible;
}

.sidebar-contact.active {
  right: 0;
  z-index: 99;
}

.sidebar-contact input,
.sidebar-contact textarea {
  width: 100%;
  height: 37px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgb(4 4 4 / 14%);
  outline: 0;
  background: #fff;
  color: #000;
}

.sidebar-contact textarea::placeholder {
  color: #000;
}

.sidebar-contact .scroll {
  padding-top: 32px;
}

.sidebar-contact h2 {
  text-align: center;
  color: #222223;
  width: 100%;
  position: absolute;
  left: 0;
  background: #ecc72c;
  border-bottom: 4px solid #e0bb07;
  font-size: 23px;
  top: 0;
  font-family: 'Segoe UI', sans-serif;
  padding: 10px 0 !important;
  margin: 0 0 20px;
}

.sidebar-contact textarea {
  height: 60px;
  resize: none;
}

.sidebar-contact input[type="submit"] {
  background: #198be0;
  color: #fff;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  border: 0;
  font-size: 18px;
  box-shadow: 0 10px 50px rgb(74 72 64 / 80%);
  width: 103px;
  border-radius: 20px;
  height: 40px;
  text-transform: uppercase;
  font-weight: 600;
}

.sidebar-contact .toggle {
  position: absolute;
  height: 48px;
  width: 182px;
  box-shadow: -2px -1px 8px rgb(58 56 52 / 28%);
  background: #1894f1;
  top: 40%;
  font-weight: 600;
  left: -113px;
  border-radius: 3px 3px 0 0;
  transform: rotate(270deg);
  cursor: pointer;
  color: #fff;
  line-height: 45px;
  font-size: 18px;
  z-index: 9999999;
  text-align: center;
}

.toggle:before {
  content: "\f003";
  font-family: fontAwesome;
  font-size: 18px;
  color: #fff;
}

.toggle.active:before {
  content: "\f00d";
}

@media (max-width: 768px) {
  .sidebar-contact {
    width: 86%;
    height: auto;
    right: -100%;
    z-index: 999;
  }

  .sidebar-contact .toggle {
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
  }

  span.mobile-hide {
    display: none;
  }

  .sidebar-contact .toggle {
    position: absolute;
    width: 73px;
    height: 51px;
    left: -153px;
    top: 60%;
    font-weight: 600;
    border-radius: 100px 0 0 100px;
  }

  .sidebar-contact.active {
    right: 0;
    z-index: 9 !important;
  }

  .sidebar-contact .toggle.active:before {
    content: "\f00d";
  }

  .sidebar-contact .toggle:before {
    left: 5px;
    transform: rotate(-245deg);
    top: 3px;
    font-size: 29px;
    content: "\f27a";
  }

  .sidebar-contact.active .toggle {
    top: 0;
    right: 34px !important;
    transform: translateY(0);
    left: -10%;
  }

  .scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  .content {
    padding: 50px 50px;
  }
}

@media (max-width: 480px) {
  .sidebar-contact .toggle {
    left: -124px;
  }
}

nav#sticky-header.sticky {
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%;
}

.dropdown-item {
  color: #fff;
}

.sidebar-contact input::placeholder {
  color: #000 !important;
}

section.default-section ul li {
  list-style: disc;
  margin-left: 22px;
}

section.page-about-wrapper a {
  color: #1894f1 !important;
}

.alert-section {
  -webkit-column-count: auto;
  column-count: auto;
  background: #f4d13f;
  display: none;
  color: #fff;
  position: fixed;
  bottom: 0;
  -webkit-box-shadow: -14px -6px 11px 0 #27202036;
  box-shadow: -14px -6px 11px 0 #27202036;
  width: 100%;
  z-index: 9999;
}

.alert-section.ftr_cta_blk p {
  margin: 0;
}

.main-div-image {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.main-div-image .div-wrapper {
  width: 24%;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.main-div-image .div-wrapper img {
  width: 100%;
}

section.thnqq-page {
  text-align: center;
}

section.thnqq-page h1 {
  color: #1d5272;
  padding: 20px 0;
  font-size: 65px;
  padding-bottom: 0;
  font-weight: 700;
}

section.loader-sec {
  display: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  align-items: center;
  justify-content: center;
  color: #ccc;
  cursor: pointer;
  transition: 0.3s linear;
  background: #000000c9;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999;
}

.loader-1 {
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-bottom-color: #ffc107;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.alert-danger {
  --bs-alert-color: #ff0017;
  --bs-alert-bg: #ffcbd042;
  --bs-alert-border-color: #ffc3c9;
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
  font-size: 14px;
  line-height: 21px;
}

.alert-success {
  --bs-alert-color: #008245;
  --bs-alert-bg: #ddffef;
  --bs-alert-border-color: #a0e7c6;
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

a.get-a-quote-pack {
  background: #fff;
  display: inline-block;
  padding: 9px 30px;
  border-radius: 100px;
  color: #000;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0 -2px 6px 0 inset;
  border: 0 solid #000;
}

section#show-form form#signupletscon input::placeholder {
  color: #fff;
}

section#show-form form#signupletscon textarea::placeholder {
  color: #fff;
}

section#show-form .form-heading h3 {
  padding-bottom: 30px;
}

.seo-package-area .btn.btn-info {
  margin: 0;
}

.pricingTable11.green .pricingTable-header {
  padding-top: 3px;
}

a.close-att {
  position: absolute;
  right: 10px;
  z-index: 9999;
  right: 0;
  width: 40px;
  left: 100%;
  background: #000;
  border-radius: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.alert-section .container {
  position: relative;
}

.alert-section.ftr_cta_blk.displaynone {
  display: none !important;
}

.toggle-btn {
  display: none;
}

ul.accordian-packages-ui li ul li:nth-child(1) {
  text-align: left;
  display: flex;
  justify-content: start !important;
}

form#our_reseller_partner {
  justify-content: center;
}

a.book-a-call-header {
  color: #fff !important;
  background: linear-gradient(to right, #f9cf2f, #4448f8);
  padding: 10px 15px !important;
  border-radius: 100px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0 -2px 6px 0 inset;
}

a.book-a-call-header:hover {
  color: #fff !important;
  background: linear-gradient(to right, #4448f8, #f9cf2f);
  padding: 10px 15px !important;
  border-radius: 100px;
}

header.main-header .top-nav ul li:nth-child(1) a,
header.main-header .top-nav ul li:nth-child(5) a {
  border: none;
}

ul.footer-social li svg path {
  fill: #fff;
}

ul.footer-social li svg {
  width: 16px;
}

ul.footer-social li svg:hover path {
  fill: #000;
}

/* offer start */
p.marq {
  text-align: center;
  font-size: 21px;
  margin: 0;
  padding: 12px 0;
  position: relative;
}

.marq-sec {
  color: var(--black);
  background: #f0f8ff;
  font-size: 14px;
  line-height: 21px;
  padding-top: 8px !important;
  padding: 0;
}

p.marq span {
  color: #000;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

p.marq b {
  text-shadow: 1px 2px #f9cf2f;
  font-weight: bold;
  color: #000;
}

.offer-hi img.roc1 {
  width: 40px;
  position: absolute;
}

.offer-hi {
  position: relative;
}

img.roc2 {
  width: 40px;
  position: absolute;
  right: -77px;
  transform: rotate(269deg);
  top: -10px;
}

.offer-hi img.roc1 {
  width: 40px;
  position: absolute;
  left: -74px;
  top: -11px;
}

p.marq span.blink_me {
  color: #0b559b !important;
  font-size: 21px;
}

/* Offer End */

p.marq span {
  font-weight: bold;
  color: transparent;
  background-image: url("../images/bg-top.jpg");
  background-size: 200%;
  /* Enlarged for smooth animation */
  background-position: 0 50%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate-background 5s infinite alternate linear;
}

@keyframes animate-background {
  0% {
    background-position: 0 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

/* blog */

.container-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  padding: 20px;
  background: #111;
  border-radius: 10px;
  background-image: radial-gradient(#baa140 -1%, #72642e8c 22%, #111 74%);
}

.container-wrap h2 {
  font-size: 37px !important;
  margin: 10px 0 !important;
  color: #fff !important;
  line-height: 44px;
  margin-bottom: 20px;
}

.container-wrap .content {
  max-width: 60%;
}

.container-wrap .trusted {
  font-size: 20px !important;
  color: #ffffff !important;
}

.container-wrap .trusted span {
  font-weight: bold;
  color: #ffd700;
}

.container-wrap h2 span {
  color: #f9cf30;
}

.container-wrap .services button br {
  display: none !important;
}

.container-wrap .services button {
  background: #f6cd30;
  border: none;
  padding: 13px 25px;
  margin: 5px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 100px;
  color: #000 !important;
  display: block;
  position: relative;
}
.container-wrap .services {
  display: flex;
}
.container-wrap {
  margin-bottom: 16px;
}
.container-wrap .cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32%;
  background: #f9cf2f;
  border-radius: 61px 0px 0px 80px;
  padding: 48px 20px;
}

.container-wrap .cta button {
  background: #fff;
  border: none;
  padding: 9px 11px;
  margin: 5px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  width: 91%;
  text-align: center !important;
  font-size: 23px;
  margin-bottom: 0;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  position: relative;
}
.container-wrap .cta {
  position: relative;
}

.container-wrap .cta:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  content: "";
  left: -12px;
  top: 0;
  border-radius: 49px 0px 0px 49px;
  z-index: 1;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}

.container-wrap .cta .email {
  background: #000;
  color: #fff;
  border: 1px solid #ffd700;
}
.container-wrap .cta button a {
  color: #000;
  font-size: 18px;
}
.container-wrap .cta button.email a {
  color: #f4d13f !important;
}
@media (max-width: 767px) {
  .container-wrap {
    display: none;
  }
}
/* end */

a.whatsappgif img {
  width: 25px;
  border-radius: 100px;
  height: 27px;
  background: transparent;
  margin-top: -3px;
}

a.whatsappgif {
  align-items: center;
  display: flex;
  gap: 10px;
}

.top-contact-strip ul li:last-child a:after {
  display: none;
}

/* start */
.empowering-sec .empowering-card {
  border-radius: 6px;
  box-shadow: rgb(0 0 0 / 10%) 0 4px 12px;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
  display: flex;
  background: #fff;
  align-items: center;
  border: 1px solid #eee;
}

.empowering-sec .empowering-card .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  padding: 9px;
  border-radius: 50%;
}

.empowering-sec .empowering-card .icon img {
  transition: 0.3s;
  filter: invert(1);
}

.empowering-sec .empowering-card .empowering-content {
  width: 75%;
  text-align: left;
}

.empowering-sec .empowering-card:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 25px 50px -12px;
  border-bottom: 6px solid #000;
}

.ls-result .empowering-card .empowering-content p {
  margin: 0;
  padding: 0;
  line-height: 24px;
  padding-bottom: 4px !important;
  text-align: left;
}

.empowering-sec .empowering-card .empowering-content h3 {
  font-weight: 700;
}
/* End */

/* Start */
.seo-reseller-partner-form h2 {
  color: #fff !important;
  font-size: 40px;
  font-family: 'Segoe UI', sans-serif;
  margin-bottom: 0;
}

.seo-reseller-partner-form {
  text-align: center;
}

#our_reseller_partner input.form-control.effect-8 {
  color: #fff;
}

.seo-reseller-partner-form .form-control,
.seo-reseller-partner-form input.btn.btn-info {
  border-radius: 10px !important;
}

.seo-reseller-partner-form .form-control {
  background: 0;
  color: #444;
  border: 1px solid #fff !important;
  height: 50px;
}

.seo-reseller-partner-form input.btn.btn-info {
  background: #f3d049;
  text-transform: uppercase;
  color: #444;
  padding: 10px 28px;
  font-family: 'Segoe UI', sans-serif;
  border-color: transparent;
  width: 100% !important;
}

.seo-reseller-partner-form p {
  color: #fff !important;
  font-size: 20px;
}

.seo-reseller-partner-form input::placeholder {
  color: #fff;
}

/* End */

/* Start */
.amazon-card {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 20px;
  min-height: 400px;
  margin-bottom: 25px;
}

.amazon-card h2 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
}

.amazon-card img {
  width: 60px;
  margin-bottom: 20px;
}

section.amazon-product-opt .row .col-md-4:nth-child(odd) .amazon-card {
  background: #f2fedc;
  border: 1px solid #cadfa4;
}

section.amazon-product-opt .row .col-md-4:nth-child(even) .amazon-card {
  background: #f7f7f7;
  border: 1px solid #ddd;
}

/* End */

/* Start */
section.seo-succ-story .succ-card {
  text-align: center;
}

section.seo-succ-story .succ-card h3 {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-family: 'Segoe UI', sans-serif;
  padding: 13px;
  background: #4285f4;
  margin-bottom: 0px;
  border-radius: 20px 20px 0px 0px;
}

section.seo-succ-story {
  background: #f0f4f9;
}

section.seo-succ-story .succ-card img {
  width: 100%;
  height: 254px;
  object-fit: contain;
  border: 1px solid #ddd;
  padding: 20px;
  background: #fff;
}

section.seo-succ-story .section-title-wrap.pb30 {
  text-align: center;
}

section.seo-succ-story .succ-card ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 16px;
  line-height: 40px;
}

section.seo-succ-story .succ-card ul li {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}

section.seo-succ-story .succ-card ul li i {
  color: #ffc107;
  width: 30px;
  height: 30px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-eye:before {
  content: "\f06e";
}

/* End */

/* Start */
section.seo-marketing h2 {
  color: var(--headingcolor);
  text-align: left;
  font-size: 40px;
  font-family: 'Segoe UI', sans-serif;
  padding-bottom: 13px;
}

section.seo-marketing .accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #11559b !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}

.accordion-item {
  color: #000000;
  background-color: #21252900;
  border: var(--bs-accordion-border-width) solid #e4e4e4;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

/* ENd */

/* Start */
.thing-box {
  background: #fff;
  position: relative;
  padding: 25px;
  margin-top: 50px;
  min-height: 547px;
  margin-bottom: 40px;
  border: none;
  box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
  position: relative;
}

.top-grid {
  position: absolute;
  border-radius: 29px;
  top: -32px;
  height: 67px;
  width: 508px;
  text-align: center;
}

.top-grid-green {
  background: #7cd260;
}

.smo-grid a,
.top-grid {
  transform: translateX(-50%);
  left: 50%;
}

.top-grid p {
  line-height: 65px;
  font-size: 26px;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.thing-box ul {
  list-style: none;
  padding-left: 16px;
  margin-top: 58px;
}

.thing-box ul li {
  display: flex;
  margin: 7px 0;
  color: #000;
}

.thing-box ul li i {
  margin-right: 10px;
  line-height: 30px;
  font-size: 20px;
}

.top-grid-red {
  background: #e01010;
}

section.smo-service-follow {
  background: #f3f3f3;
}

/* End */

/* Start */
.easy-work-process .features-second,
ul.business-list li {
  margin: 10px 0;
}

.easy-work-process .nav-pills .nav-link {
  margin-bottom: 10px;
}

.easy-work-process .nav-pills .nav-link,
.easy-work-process .nav-pills .show > .nav-link {
  border: none !important;
  transition: 1s;
}

.easy-work-process .nav-pills .nav-link:hover {
  color: #fff;
  background-color: #fff;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 55px 0 rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0 12px 55px 0 rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0 12px 55px 0 rgba(0, 0, 0, 0.05) !important;
  transition: 1s;
}

.easy-work-process .nav-pills .nav-link,
.easy-work-process .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #fff;
  border: 1px solid #f4f5f6 !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 55px 0 rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0 12px 55px 0 rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0 12px 55px 0 rgba(0, 0, 0, 0.05) !important;
  transition: 1s;
}

.easy-work-process .features-second h3 {
  margin-top: 6px;
  font-size: 18px;
  color: #000;
  padding-bottom: 8px;
  font-weight: 600;
}

.easy-work-process .features-second p {
  color: #000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  line-height: 21px;
}

.easy-work-process .dropcaps-circle {
  float: left;
  margin: 1px 8px 10px 0;
  background-color: #fcfcfc;
  border: 1px solid #eaeaea;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  color: #017df7;
  font-size: 27px;
  line-height: 60px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
}

.easy-work-process .features-second {
  display: flex;
  cursor: pointer;
}

.easy-work-process .features-second .dropcaps-circle {
  width: 70px !important;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.easy-work-process .features-second .content-wrap {
  width: 100%;
}

.easy-work-process .nav.nav-pills.grow-with-tab {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.easy-work-process .nav.nav-pills.grow-with-tab a.nav-link {
  width: 23%;
  text-align: center;
}

.easy-work-process .nav.nav-pills.grow-with-tab a.nav-link .features-second {
  flex-direction: column;
  justify-content: center !important;
}

.easy-work-process
  .nav.nav-pills.grow-with-tab
  a.nav-link
  .features-second
  .dropcaps-circle {
  margin: 0 auto;
  margin-top: -54px;
  margin-bottom: 16px;
  font-size: 43px;
  font-weight: bold;
  box-shadow:
    rgb(255 255 255 / 0%) 0px 50px 100px -20px,
    rgb(0 0 0 / 0%) 0px 30px 60px -30px,
    rgb(10 37 64 / 18%) 0px -2px 6px 0px inset;
}

.process-line {
  position: absolute;
  left: 53%;
  bottom: 93px;
  transform: translate(-50%, 0);
  text-align: center;
  z-index: -1;
}

section.section-grey.easy-work-process {
  background: #00800017;
  position: relative;
}

.easy-work-process .nav.nav-pills.grow-with-tab a.nav-link {
  width: 23%;
  text-align: center;
  height: 221px;
  border-radius: 20px !important;
}

.easy-work-process .dropcaps-circle.red2 {
  color: #ff0000;
}

.easy-work-process .nav.nav-pills.grow-with-tab a:nth-child(odd) {
  margin-top: 76px;
}

.easy-work-process .dropcaps-circle.blue {
  color: #1e90ff;
}

.easy-work-process .dropcaps-circle.red {
  color: #eed239;
}

.easy-work-process .dropcaps-circle.green {
  color: #27b36a;
}

.easy-work-process .image-shadow {
  border-radius: 8px;
  box-shadow: 10px 12px 40px rgb(0 0 0 / 20%);
}

.easy-work-process .tabcontent {
  display: none;
}

/* End */

/* 7-july */

/* BLog start */

/* General Sidebar Widget Styling */
.new-side-bar-blog .sidebar-widget {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Headings */
.new-side-bar-blog .sidebar-widget h3 {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 8px;
}

/* Search Form */
.new-side-bar-blog .sidebar-widget .search-form {
  display: flex;
  align-items: center;
}

.new-side-bar-blog .sidebar-widget .search-form input[type="search"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 4px 0 0 4px;
  font-size: 1rem;
  background-color: #fff;
  color: #000000;
}

.new-side-bar-blog .sidebar-widget .search-form input[type="submit"] {
  padding: 10px 15px;
  border: none;
  border-radius: 0 4px 4px 0;
  background-color: #ffc107;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.new-side-bar-blog .sidebar-widget .search-form input[type="submit"]:hover {
  background-color: #ffca2c;
}

/* Post Lists */
.new-side-bar-blog .sidebar-post-list {
  list-style: none;
  padding: 0;
}

.new-side-bar-blog .sidebar-post-item {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.new-side-bar-blog .sidebar-post-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
  transition: color 0.3s ease;
}

.new-side-bar-blog .sidebar-post-item a:hover {
  color: #ffc107;
}

.new-side-bar-blog .sidebar-thumb {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 4px;
  flex-shrink: 0;
}

.new-side-bar-blog .sidebar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-side-bar-blog .sidebar-title {
  font-size: 0.95rem;
  font-weight: 500;
}

/* Categories List */
.new-side-bar-blog .sidebar-widget ul {
  list-style: none;
  padding: 0;
}

.new-side-bar-blog .sidebar-widget ul li {
  margin-bottom: 10px;
}

.new-side-bar-blog .sidebar-widget ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
  padding-left: 20px;
  transition: color 0.3s ease;
}

.new-side-bar-blog .sidebar-widget ul li a:hover {
  color: #ffc107;
}

.new-side-bar-blog .sidebar-widget ul li a::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffc107;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Animated Circles with mb-siwc-tag */
.new-side-bar-blog .mb-siwc-tag {
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  animation: shadowPulse 1.5s ease-in-out infinite;
}

.new-side-bar-blog .mb-siwc-tag.red {
  width: 40px;
  height: 40px;
  background-color: #ffc107;
  top: 20px;
  left: 20px;
}

.new-side-bar-blog .mb-siwc-tag.white-large {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #000000;
  top: 20px;
  left: 80px;
}

.new-side-bar-blog .mb-siwc-tag.white-small {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #000000;
  top: 30px;
  left: 30px;
}

@keyframes shadowPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }

  50% {
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.4);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .new-side-bar-blog .sidebar-widget {
    padding: 15px;
  }

  .new-side-bar-blog .sidebar-widget h3 {
    font-size: 1.25rem;
  }

  .new-side-bar-blog .sidebar-post-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .new-side-bar-blog .sidebar-thumb {
    margin-bottom: 10px;
  }
}

/* Related Posts Section */
.related-post-wrapper .related-posts-section {
  background-color: #ffffff;
  padding: 0;
  margin-top: 0 !important;
  margin-bottom: 0px !important;
}

.founder-section-mansi .social-icons a svg {
  width: 20px;
}

/* Heading */
.related-post-wrapper .related-posts-section h3 {
  color: #000000;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffc1072b;
  padding-bottom: 10px;
  text-align: left;
}

/* Card Styling */
.related-post-wrapper .card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  background-color: #ffffff;
}

.related-post-wrapper .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.related-post-wrapper .card-img-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 200px;
  object-fit: cover;
}

.related-post-wrapper .card-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.related-post-wrapper .card-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}

.related-post-wrapper .card-title a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.related-post-wrapper .card-title a:hover {
  color: #ffc107;
}

.related-post-wrapper .card-text {
  font-size: 0.85rem;
  color: #0f1112 !important;
  margin-bottom: 15px;
}

.related-post-wrapper .btn-primary {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000000;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 4px;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
}

.related-post-wrapper .btn-primary:hover {
  background-color: #ffca2c;
  border-color: #ffca2c;
  color: #000000;
}

/* Animated Circles with mb-siwc-tag */
.related-post-wrapper .mb-siwc-tag {
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  animation: shadowPulse 1.5s ease-in-out infinite;
}

.related-post-wrapper .mb-siwc-tag.red {
  width: 40px;
  height: 40px;
  background-color: #ffc107;
  top: 20px;
  left: 20px;
}

.related-post-wrapper .mb-siwc-tag.white-large {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #000000;
  top: 20px;
  left: 80px;
}

.related-post-wrapper .mb-siwc-tag.white-small {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #000000;
  top: 30px;
  left: 30px;
}

@keyframes shadowPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }

  50% {
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.4);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .related-post-wrapper .related-posts-section {
    padding: 20px 0;
  }

  .related-post-wrapper .related-posts-section h3 {
    font-size: 1.5rem;
  }

  .related-post-wrapper .card-img-top {
    height: 150px;
  }

  .related-post-wrapper .card-title {
    font-size: 1rem;
  }

  .related-post-wrapper .card-text {
    font-size: 0.8rem;
  }

  .related-post-wrapper .btn-primary {
    padding: 6px 10px;
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .related-post-wrapper .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .related-post-wrapper .card-img-top {
    height: 120px;
  }
}

/* Founder */

.founder-section-mansi .founder-section {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.founder-section-mansi .founder-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.founder-section-mansi .founder-image {
  flex: 1 1 350px;
  min-height: 450px;
  background: linear-gradient(135deg, #000000 0%, #000000 100%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 30px;
  padding-bottom: 0;
}

.founder-section-mansi .founder-image img {
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

.founder-section-mansi .founder-content {
  flex: 1 1 450px;
  padding: 60px 40px;
  background: #fff;
  color: #333;
}

.founder-section-mansi .founder-name {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.founder-section-mansi .founder-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 80px;
  height: 4px;
  background: #ffc107;
  border-radius: 2px;
}

.founder-section-mansi .company-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ff9800;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.founder-section-mansi .founder-content p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 35px;
}

.founder-section-mansi .social-icons {
  display: flex;
  gap: 20px;
}

section.founder-section.founder-section-mansi {
  padding: 0;
}

.founder-section-mansi .social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  border: 2px solid #ffc107;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.founder-section-mansi .social-icons a:hover {
  background: #ffc107;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3);
}

.founder-section-mansi .decoration-element {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 100px;
  height: 100px;
  border-top: 4px solid #ffc107;
  border-right: 4px solid #ffc107;
}

.founder-section-mansi .quote-mark {
  position: absolute;
  top: 30px;
  left: 40px;
  font-size: 5rem;
  color: #ffc107;
  opacity: 0.1;
  font-weight: 700;
  font-family: Georgia, serif;
}

.bottom-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #ffc107, #ff9800, #ffc107);
}

/* Responsive Design */
@media (max-width: 900px) {
  .founder-section-mansi .founder-container {
    flex-direction: column;
  }

  .founder-section-mansi .founder-image {
    min-height: 350px;
    padding: 0;
  }

  .founder-section-mansi .founder-content {
    padding: 40px 30px;
  }

  .founder-section-mansi .founder-name {
    font-size: 2.2rem;
  }

  .founder-section-mansi .decoration-element {
    top: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
  }

  .founder-section-mansi .founder-image img {
    max-width: 217px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .founder-section-mansi .founder-name {
    font-size: 1.8rem;
  }

  .founder-section-mansi .company-name {
    font-size: 1rem;
  }

  .founder-section-mansi .founder-content p {
    font-size: 1rem;
  }

  .founder-section-mansi .social-icons a {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .founder-section-mansi .quote-mark {
    font-size: 4rem;
    top: 20px;
    left: 20px;
  }
}
/* Search Console Sider CSS Here */
/* Wrapper */
.grid-slider-wrapper {
  max-width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}

/* Slider */
.grid-slider {
  display: flex;
  transition: transform 0.5s ease;
  cursor: grab;
}

.grid-slider.dragging {
  transition: none;
  cursor: grabbing;
}

/* Slide (2 column) */
.grid-slide {
  min-width: 50%;
  padding: 15px;
  box-sizing: border-box;
}

/* Card */
.grid-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  padding: 15px;
  text-align: center;
}

.grid-card img {
  width: 100%;
  border-radius: 10px;
}

.grid-card h3 {
  font-size: 18px;
  margin: 12px 0 6px;
}

.grid-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 18px;
  z-index: 2;
}

.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}

/* Dots */
.dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
}

.dot.active {
  background: #1a73e8;
  transform: scale(1.2);
}

/* Mobile */
@media (max-width: 768px) {
  .grid-slide {
    min-width: 100%;
  }
}

/* Why Choose Us */
section.why-choose-ez-sec .why-choose-card {
  background: #fff;
  border-radius: 41px;
  padding: 20px;
  margin-bottom: 20px;
  transition: 0.4s;
  box-shadow: rgb(0 0 0 / 10%) 0 4px 12px;
  border-bottom: 4px solid #4448f8;
  min-height: 325px;
  margin-top: 51px;
}

section.why-choose-ez-sec .why-choose-card:hover {
  box-shadow: rgba(17, 12, 46, 0.15) 0 48px 100px 0;
}

section.why-choose-ez-sec .why-choose-card .icon-wrap img {
  filter: brightness(0) invert(1);
  width: 46px;
}

section.why-choose-ez-sec .why-choose-card .icon-wrap {
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: -52px auto 0;
  background: #4448f8;
}

section.why-choose-ez-sec .why-choose-card .icon-text h3 {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  padding: 20px 0 7px;
  text-align: center;
  border-bottom: 1px dashed rgb(243 243 243);
}

section.why-choose-ez-sec .why-choose-card .icon-text h4 {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  color: #616161;
  text-align: center;
  line-height: 33px;
}
@media (min-width: 1201px) and (max-width: 1400px) {
}
@media (min-width: 993px) and (max-width: 1200px) {
  section.seo-reseller-solution p {
    line-height: 21px;
    font-size: 15px;
    color: #454343;
    text-align: center;
  }
  .service-section .service-clm p {
    height: 130px;
    overflow: auto;
    margin-bottom: 20px;
  }
  section.why-choose-ez-sec .why-choose-card {
    min-height: 383px;
    margin-top: 51px;
  }
  .reseller-benifits-section .r-card img {
    border-radius: 8px;
    width: 100%;
    height: auto;
  }
  .reseller-benifits-section .r-card h3 {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container.reseller-solution-grid .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container.reseller-solution-grid .col-md-4 .item p {
    font-size: 16px;
  }
  .seo-reseller-pro ul li {
    width: 48%;
    padding: 20px;
  }
  .seo-reseller-pro ul {
    flex-wrap: wrap;
  }
  section.reseller-benifits-section.bg-gray .col-md-3 {
    flex: 0 0 auto;
    width: 50%;
  }
  .reseller-benifits-section .r-card h3 br {
    display: none;
  }
  .reseller-benifits-section .r-card img {
    border-radius: 8px;
    width: 100%;
    height: auto;
  }
  section.why-choose-ez-sec .col-sm-4.col-md-4 {
    flex: 0 0 auto;
    width: 50%;
  }
  section.testimonial-sec .testi-slide .item {
    height: auto;
  }
  section.testimonial-sec .testi-slide {
    height: 577px;
  }
  section.lets-talk-wrapper .card-3 h3 {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  .seo-reseller-pro ul li {
    width: 100%;
  }
  .open-book article p {
    text-indent: 0;
  }
  .open-book {
    border: 10px solid #f9cf2f;
  }
  section#wrapper .right.left {
    margin-left: 0;
    margin-top: 20px;
  }
  section.why-choose-ez-sec.bg-gray .col-sm-4.col-md-4 {
    flex: 0 0 auto;
    width: 100%;
  }
  .seo-reseller-pro ul {
    flex-direction: column;
  }
  section.seo-reseller-solution .container-fluid a.btn {
    margin-bottom: 10px;
  }
  section.seo-reseller-pro .left a.join-us {
    font-size: 14px;
  }
  .reseller-benifits-section .r-card img {
    border-radius: 8px;
    width: 100%;
    height: auto;
  }
  .introduction-ls .tabs-marker .nav-item {
    margin-right: 0;
    width: 100%;
  }
  section.why-choose-ez-sec.white-bg .col-sm-4.col-md-4 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 480px) {
}
@media (max-width: 360px) {
}

/* Start Service Hero banner  */
.seo-combo {
  padding: 80px 20px;
  background: #d5d5d54f;
}

.combo-wrap {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
 
}

/* LEFT */
.combo-left {
  /* flex: 1; */
  width: 55%;
}

.combo-left h1 {
  font-size: 38px;
  color: #0b2b4b;
  font-weight: 700;
}

.line {
  width: 60px;
  height: 3px;
  background: #0b2b4b;
  margin: 15px 0 30px;
}

.seo-points {
  display: flex;
  gap: 60px;
}

.seo-points ul {
  list-style: none;
  padding: 0;
}

.seo-points li {
  margin-bottom: 14px;
  padding-left: 28px;
  position: relative;
  font-size: 16px;
}

.seo-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #4448f8;
  font-weight: bold;
}

/* BUTTONS */
.combo-buttons {
  margin-top: 35px;
  display: flex;
  gap: 20px;
}

.btn {
  padding: 8px 15px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-fill {
  background: #4448f8;
  color: #fff;
  box-shadow: 0 8px 25px rgb(31 92 255 / 40%);
}

.btn-fill:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 30px rgb(31 92 255 / 40%);
}

.btn-outline {
  border: 2px solid #4448f8;
  color: #4448f8;
}

.btn-outline:hover {
  background: #4448f8;
  color: #fff;
  transform: translateY(-4px);
}

/* RIGHT IMAGE */
.combo-right {
  /* flex: 1; */
  position: relative;
  width: 45%;
}

.combo-right img {
  width: 100%;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.img-bg {
  position: absolute;
 
  width: 100%;
  height: 100%;
  
  border-radius: 30px;
  z-index: 1;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .combo-wrap {
    flex-direction: column;
    gap: 40px;
  }

  .combo-left{
    width: 100%;
  }

  .combo-right{
    width: 100%;
  }

  .seo-points {
    flex-direction: column;
    gap: 10px;
  }

  .combo-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* MOBILE FIX */
@media (max-width: 600px) {

  /* Checkpoints inline (2 column) */
  .seo-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
  }

  .seo-points ul {
    padding: 0;
    margin: 0;
  }

  .seo-points li {
    font-size: 14px;
    margin-bottom: 8px;
  }

  /* Buttons inline */
  .combo-buttons {
    flex-direction: row;
    gap: 12px;
  }

  .combo-buttons .btn {
    padding: 12px 16px;
    font-size: 14px;
    flex: 1;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .combo-left h1{
    font-size: 30px;
  }
      .combo-buttons .btn {
        font-size: 12px;
    }
}

/*SEO Service Page CSS*/
.empowering-sec .empowering-card {
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 10%) 0 4px 12px;
    padding: 20px;
    text-align: center;
    transition: .3s;
    display: flex;
    background: #fff;
    align-items: center;
    border: 1px solid #eee;
}

.empowering-sec .empowering-card .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    padding: 9px;
    border-radius: 50%;
}

.empowering-sec .empowering-card .icon img {
    transition: .3s;
    filter: invert(1);
}

.empowering-sec .empowering-card .empowering-content {
    width: 75%;
    text-align: left;
}

.empowering-sec .empowering-card:hover {
    box-shadow: rgba(0, 0, 0, .25) 0 25px 50px -12px;
    border-bottom: 6px solid #000;
}

.ls-result .empowering-card .empowering-content p {
    margin: 0;
    padding: 0;
    line-height: 24px;
    padding-bottom: 4px !important;
    text-align: left;
}

.empowering-sec .empowering-card .empowering-content h3 {
    font-weight: 700;
}

section.lets-talk-wrapper {
    background: #135799;
    padding: 50px 0;
    text-align: center;
}

section.lets-talk-wrapper .card-3 {
    background: #fff;
    padding: 20px;
    box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
    text-align: center;
    margin-top: 55px;
}

section.lets-talk-wrapper .card-3 p {
    margin-top: -54px;
}

.services-section .service-description {
    margin-bottom: 1.8rem;
    height: 263px;
    overflow: auto;
}

.services-section .service-icon img {
    height: 60px;
}

section.lets-talk-wrapper .card-3 p i {
    background: #f9cf2f;
    color: #000;
    font-size: 39px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    border: 1px dashed #cfad2c;
}

section.lets-talk-wrapper .card-3 h3 {
    font-size: 21px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
}

section.lets-talk-wrapper a.join-us {
    background: #f9cf2f;
    padding: 16px 43px;
    border-radius: 50px;
    font-size: 19px;
    color: #000;
    transition: .3s;
    box-shadow: rgb(50 50 93 / 25%) 0 13px 27px -5px, rgb(0 0 0 / 30%) 0 8px 16px -8px;
}

section.lets-talk-wrapper a.join-us:hover {
    background: #000;
    color: #fff;
}

p.card-55 {
    text-align: center;
    margin-top: 40px;
}




/* service */
.services-section {
    padding: 50px 0;
    background: #F5F7FA;
}

.services-section .service-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    overflow: hidden;
    border: none;
}

.services-section .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.services-section .service-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8FAFF;
    border-radius: 20px;
    position: relative;
}

.services-section .service-icon img {
    width: 56px;
}

.services-section .service-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(42, 107, 255, 0.1);
    border-radius: 20px;
    z-index: 0;
    transform: rotate(45deg);
}

.services-section .service-icon svg {
    z-index: 1;
    position: relative;
}

.services-section .service-title {
    font-weight: 700;
    margin-bottom: 1.2rem;

    font-size: 1.4rem;
}

.services-section .service-description {

    margin-bottom: 1.8rem;
}

.services-section .service-content {
    padding: 2.5rem;
}

.services-section .cta-section {
    padding: 5rem 0;
    background: linear-gradient(120deg, #2A6BFF 0%, #1A5BED 100%);
    color: #ffffff;
    text-align: center;
}

.services-section .cta-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.services-section .footer {
    background: #212B36;
    color: #ffffff;
    padding: 4rem 0 2rem;
}

.services-section .social-links a {
    color: #ffffff;
    font-size: 1.2rem;
    margin-right: 1.2rem;
    transition: all 0.3s ease;
}

.services-section .social-links a:hover {
    color: #FFC107;
    transform: translateY(-3px);
}

.services-section .btn-primary {
    background: #FFC107;
    border: none;
    padding: 0.8rem 1.8rem;
    font-weight: 600;
    border-radius: 10px;
    color: #000;
    transition: all 0.3s ease;
}

.services-section .btn-primary:hover {
    color: #fff;
    background: #1A5BED;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(42, 107, 255, 0.2);
}

@media (max-width: 768px) {
    .services-section .hero-title {
        font-size: 2.5rem;
    }

    .services-section .service-content {
        padding: 1.8rem;
    }
}

/* End */
/* start */
.seo-roadmap .title {
    color: #1a1a1a;
    font-size: 2.8rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.seo-roadmap .subtitle {
    color: #666666;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.seo-roadmap .timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 20px;
}

.seo-roadmap .timeline::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 20px;
    right: 20px;
    height: 5px;
    background: linear-gradient(to right, #1976D2, #FFC107, #1976D2);
    border-radius: 5px;
    z-index: 1;
}

.seo-roadmap .step {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0 15px;
}

.seo-roadmap .step-circle {
    width: 30px;
    height: 30px;
    background-color: #FFC107;
    border: 5px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 27px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 1.1rem;
}

.seo-roadmap .step-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px;
    margin-top: 34px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 356px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.seo-roadmap .step-card:hover {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
}

.seo-roadmap .step-title {
    color: #1a1a1a;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.seo-roadmap .step-text {
    /* color: #4a4a4a; */
    font-size: 1.1rem;
    line-height: 29px;
    flex-grow: 1;
}

@media (max-width: 992px) {
    .seo-roadmap .timeline {
        flex-direction: column;
        align-items: center;
    }

    .seo-roadmap .step {
        width: 100%;
        margin-bottom: 60px;
    }

    .seo-roadmap .step:last-child {
        margin-bottom: 0;
    }

    .seo-roadmap .timeline::before {
        display: none;
    }

    .seo-roadmap .step-circle {
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
    }

    .seo-roadmap .step-card {
        margin-top: 40px;
    }
}

section.seo-roadmap {
    background: #f4f3f3;
}

/* End */


/* faq */
.shopify-faq {
    padding: 60px;
    background: #ffffff;
    border-radius: 12px;
}

.shopify-faq .left-wrap h2 {
    color: #000000;
    text-align: left;
    font-size: 46px;
    font-weight: 700;
    font-family: 'Segoe UI', sans-serif;
    padding-bottom: 13px;
}

.shopify-faq .left-wrap p {
    font-size: 1.1rem;

    margin-bottom: 2rem;
}

.shopify-faq .accordion-item {
    background: #ffffff;
    border: none;
    border-radius: 12px !important;
    margin-bottom: 1.2rem;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.shopify-faq .accordion-button {
    background: #ffffff;
    color: #212B36;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 1.5rem;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
}

.shopify-faq .accordion-button:not(.collapsed) {
    background: #f9cf2f;
    color: #000000;
}

.shopify-faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212B36'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
}

.shopify-faq .accordion-button:not(.collapsed)::after {
    filter: brightness(0);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    transform: rotate(0deg);
}

.shopify-faq .accordion-body {
    padding: 1.5rem;
    background: #ffffff;

    line-height: 1.7;
}

.shopify-faq .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.shopify-faq .accordion-button:hover {
    background-color: rgba(42, 107, 255, 0.1);
}

.shopify-faq .accordion-button:not(.collapsed):hover {
    background-color: #2A6BFF;
}

.shopify-faq .accordion-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .shopify-faq .left-wrap h2 {
        font-size: 2rem;
    }

    .shopify-faq {
        padding: 3rem 0;
    }
}

/* End */

/* Start */
.tick-list-section {
    padding: 5rem 0;
    background: #F8FAFF;
    border-radius: 12px;
}

.tick-list-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}



.tick-list-section .tick-list-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.tick-list-section .tick-list-column {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
}

.tick-list-section .tick-list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.8rem;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.tick-list-section .tick-list-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.tick-list-section .tick-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-right: 15px;
    background: #2A6BFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tick-list-section .tick-icon svg {
    width: 16px;
    height: 16px;
}

.tick-list-section .tick-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: #212B36;
}

.tick-list-section .left-item {
    border-left: 4px solid #2A6BFF;
}

.tick-list-section .right-item {
    border-right: 4px solid #FFC107;
}

@media (max-width: 768px) {
    .tick-list-section .tick-list-container {
        flex-direction: column;
    }

    .tick-list-section .tick-list-column {
        max-width: 100%;
    }

    .tick-list-section .section-title {
        font-size: 2rem;
    }
}

.shopify-faq .cta-button {
    display: block;
    width: fit-content;

    padding: 1rem 2.5rem;
    background: #f9cf2f;
    color: #000000;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: left;
    justify-content: start;
    display: inline-flex;
}

.shopify-faq .cta-button:hover {
    background: #1A5BED;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(42, 107, 255, 0.2);
    color: #fff;
}

/* End */

/* portfolio */
.poerfolio-sec-new {
    padding: 60px 0;
    background: #F8FAFF;
}

.poerfolio-sec-new .section-title-wrap p {
    font-size: 1.1rem;
    /* max-width: 800px; */
    margin: 0 auto;
}

.poerfolio-sec-new .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.poerfolio-sec-new .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.poerfolio-sec-new .box-design2 {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    padding: 20px;
}

.poerfolio-sec-new .box-design2 ul.tech {
    display: flex;
    gap: 7px;
    margin-left: 24px;
    margin-bottom: 20px;
}

.poerfolio-sec-new .box-design2 ul.tech li {
    background: #000;
    padding: 2px 21px;
    color: #fff;
    border-radius: 100px;
    font-weight: 300;
    font-size: 16px;
}

.poerfolio-sec-new .box-design2:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.poerfolio-sec-new .box-design2 figure {
    overflow: hidden;
    margin: 0;
    position: relative;
}

.poerfolio-sec-new .box-design2 img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.poerfolio-sec-new .box-design2:hover img {
    transform: scale(1.05);
}

.poerfolio-sec-new .box-design2 h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 1.5rem 1.5rem 0.8rem;
    color: #212B36;
}

.poerfolio-sec-new .box-design2 p {

    margin: 0 1.5rem 1.5rem;
    line-height: 1.6;
}

.poerfolio-sec-new .box-design2 a {
    display: inline-block;
    margin: 0 1.5rem 1.5rem;
    padding: 0.8rem 1.8rem;
    background: #f9cf2f;
    color: #000000;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.poerfolio-sec-new .box-design2 a:hover {
    background: #1A5BED;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(42, 107, 255, 0.2);
    color: #fff;
}

@media (max-width: 992px) {
    .poerfolio-sec-new .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .poerfolio-sec-new .section-title-wrap h2 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .poerfolio-sec-new {
        padding: 3rem 0;
    }

    .poerfolio-sec-new .section-title-wrap h2 {
        font-size: 1.8rem;
    }

    .poerfolio-sec-new .section-title-wrap p {
        font-size: 1rem;
    }

    .poerfolio-sec-new .box-design2 h3 {
        font-size: 1.3rem;
    }
}

/* End */
/*Responsive CSS*/
@media (min-width:1201px) and (max-width:1400px) {}

@media (min-width:993px) and (max-width:1200px) {
    .empowering-sec .empowering-card {
        height: 207px;
    }

    section.lets-talk-wrapper .card-3 h3 {
        font-size: 16px;
    }

    .service-section .service-clm p {
        overflow: auto;
        margin-bottom: 20px;
        height: 200px;
    }

    .whyez_sec .servicescardview_conts h3 {
        margin-bottom: 4px;
        font-size: 16px;
    }

    .whyez_sec .servicescardview_conts p {
        overflow: auto;
        height: 200px;
    }

    .poerfolio-sec-new .box-design2 img {
        width: 100%;
        height: auto;
    }

    section.what-make-diffrent .col p {
        overflow-y: auto;
        max-height: 201px;
    }

    .direction-l .flag.xl:before {
        left: calc(50% - 7.5px);
        top: -35px;
    }

    .direction-l .flag:before,
    .direction-r .flag:before {
        position: absolute;
        top: -30px;
        left: 47%;
        content: ' ';
        display: block;
        width: 30px;
        height: 30px;
        margin-left: -9px;
        background: #fff;
        border-radius: 50%;
        border: 4px solid #009ddd;
        z-index: 10;
    }

    .flag {
        z-index: 15;
    }

    .flag,
    .flag.wbg {
        background: #fff;
    }

    .direction-l .desc,
    .direction-r .desc {
        position: relative;
        margin: 1em 1em 0;
        padding: 1em;
        z-index: 15;
    }

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

    .direction-l,
    .direction-r {
        float: none;
        width: 100%;
        text-align: center;
    }

    .direction-l .desc,
    .direction-r .desc {
        position: relative;
        margin: 1em 1em 0;
        padding: 1em;
        z-index: 15;
        background: rgb(17 85 155);
    }
}

@media (min-width:768px) and (max-width:992px) {
    .empowering-sec .empowering-card {
        height: 245px;
    }

    section.lets-talk-wrapper .card-3 h3 {
        font-size: 12px !important;
    }

    .mobile-app-ser-box .left-wrap ul.logos {
        flex-wrap: wrap;
    }

    .mobile-app-ser-box .left-wrap ul.logos li {
        width: 22%;
    }

    .service-section .service-clm h4,
    .service-section .service-clm h3 {
        font-size: 22px;
    }

    .service-section .service-clm p {
        overflow: auto;
        margin-bottom: 20px;
        height: 300px;
    }

    .reseller-programs-tab {
        margin-left: 1px;
        display: flex
    }

    .reseller-programs-tab .nav-tabs .nav-link {
        margin-right: 10px
    }

    .reseller-programs-tab .nav {
        width: 31%
    }

    .reseller-programs-tab li.nav-item a .no {
        background: #1894f1;
        color: #fff;
        text-align: center;
        width: 41px;
        height: 41px;
        border-radius: 50%;
        line-height: 38px;
        margin-top: 0 !important;
        margin: 0 auto 2px
    }

    .reseller-programs-tab figure {
        margin: 0;
        display: none
    }

    .reseller-programs-tab .nav-tabs .nav-link {
        height: 42px;
        width: 118px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
    }

    .reseller-programs-tab .nav-tabs .nav-link .step {
        padding-left: 14px;
    }

    .reseller-programs-tab li.nav-item a .step {
        font-size: 15px;
        text-align: center;
        color: #fff;
        padding-top: 0;
    }

    .reseller-programs-tab .nav-tabs .nav-link .step span {
        display: inline-block;
        font-weight: 700;
        font-size: 10px;
        background: #000;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 30px;
        color: #fff;
    }

    .back-circle {
        display: none;
    }

    .reseller-programs-tab .tab-content {
        margin-top: 0;
        width: 100%;
        height: 359px;
        overflow-y: auto;
    }

    .reseller-programs-tab .nav-tabs .nav-link.active::before {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 10px solid #fe6424 !important;
        right: -13px;
        bottom: 0;
        transform: rotate(0);
    }

    .reseller-programs-tab .nav-tabs .nav-item {
        margin-left: -30px;
    }

    .reseller-programs-tab .nav-tabs .nav-link.active {
        background: #fff !important;
    }

    .reseller-programs-tab .nav-tabs .nav-link.active .step {
        color: #000;
    }

    .poerfolio-sec-new .box-design2 img {
        width: 100%;
        height: auto;
    }

    section.what-make-diffrent.new-style .col {
        flex: 1 0 44%;
    }

    .industries-we-serve h3 {
        font-size: 18px !important;
    }

    .technologylist-view li {
        width: 23%;
    }

    .direction-l .flag.xl:before {
        left: calc(50% - 7.5px);
        top: -35px;
    }

    .direction-l .flag:before,
    .direction-r .flag:before {
        position: absolute;
        top: -30px;
        left: 47%;
        content: ' ';
        display: block;
        width: 30px;
        height: 30px;
        margin-left: -9px;
        background: #fff;
        border-radius: 50%;
        border: 4px solid #009ddd;
        z-index: 10;
    }

    .flag {
        z-index: 15;
    }

    .flag,
    .flag.wbg {
        background: #fff;
    }

    .direction-l .desc,
    .direction-r .desc {
        position: relative;
        margin: 1em 1em 0;
        padding: 1em;
        z-index: 15;
    }

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

    .direction-l,
    .direction-r {
        float: none;
        width: 100%;
        text-align: center;
    }

    .direction-l .desc,
    .direction-r .desc {
        position: relative;
        margin: 1em 1em 0;
        padding: 1em;
        z-index: 15;
        background: rgb(17 85 155);
    }
}

@media(max-width:767px) {

    .shopify-faq .cta-button {
        display: none;
    }

    .poerfolio-sec-new .col-md-4 {
        margin-bottom: 20px;
    }

    section.seo-reseller-partner-form .form-group {
        margin-bottom: 10px;
    }

    section.seo-reseller-partner-form .col-md-3.form-group {
        padding-bottom: 0;
    }

    .mobile-app-ser-box .left-wrap ul.logos {
        flex-wrap: wrap;
    }

    .mobile-app-ser-box .left-wrap ul.logos li {
        width: 31%;
    }

    .mobile-app-ser-box .right-wrap ul.list li {
        padding: initial;
        gap: 10px;
    }

    section.traits-section.traits-section-new .box-design {
        margin-bottom: 20px;
    }

    .poerfolio-sec-new .box-design2 img {
        height: auto;
    }

    section.what-make-diffrent .col {
        flex: 1 0 100%;
    }

    .seo-reseller-partner-form .col-md-3.form-group {
        padding-bottom: 15px;
    }

    .industries-we-serve ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .direction-l .flag.xl:before {
        left: calc(50% - 7.5px);
        top: -35px;
    }

    .direction-l .flag:before,
    .direction-r .flag:before {
        position: absolute;
        top: -30px;
        left: 47%;
        content: ' ';
        display: block;
        width: 30px;
        height: 30px;
        margin-left: -9px;
        background: #fff;
        border-radius: 50%;
        border: 4px solid #009ddd;
        z-index: 10;
    }

    .flag {
        z-index: 15;
    }

    .flag,
    .flag.wbg {
        background: #fff;
    }

    .direction-l .desc,
    .direction-r .desc {
        position: relative;
        margin: 1em 1em 0;
        padding: 1em;
        z-index: 15;
    }

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

    .direction-l,
    .direction-r {
        float: none;
        width: 100%;
        text-align: center;
    }

    .direction-l .desc,
    .direction-r .desc {
        position: relative;
        margin: 1em 1em 0;
        padding: 1em;
        z-index: 15;
        background: rgb(17 85 155);
    }

    .reseller-programs-tab {
        margin-left: 1px;
        display: flex
    }

    .reseller-programs-tab .nav-tabs .nav-link {
        margin-right: 10px
    }

    .reseller-programs-tab .nav {
        width: 31%
    }

    .reseller-programs-tab li.nav-item a .no {
        background: #1894f1;
        color: #fff;
        text-align: center;
        width: 41px;
        height: 41px;
        border-radius: 50%;
        line-height: 38px;
        margin-top: 0 !important;
        margin: 0 auto 2px
    }

    .reseller-programs-tab figure {
        margin: 0;
        display: none
    }

    .reseller-programs-tab .nav-tabs .nav-link {
        height: 42px;
        width: 118px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
    }

    .reseller-programs-tab .nav-tabs .nav-link .step {
        padding-left: 14px;
    }

    .reseller-programs-tab li.nav-item a .step {
        font-size: 15px;
        text-align: center;
        color: #fff;
        padding-top: 0;
    }

    .reseller-programs-tab .nav-tabs .nav-link .step span {
        display: inline-block;
        font-weight: 700;
        font-size: 10px;
        background: #000;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 30px;
        color: #fff;
    }

    .back-circle {
        display: none;
    }

    .reseller-programs-tab .tab-content {
        margin-top: 0;
        width: 100%;
        height: 359px;
        overflow-y: auto;
    }

    .reseller-programs-tab .nav-tabs .nav-link.active::before {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 10px solid #fe6424 !important;
        right: -13px;
        bottom: 0;
        transform: rotate(0);
    }

    .reseller-programs-tab .nav-tabs .nav-item {
        margin-left: -30px;
    }

    .reseller-programs-tab .nav-tabs .nav-link.active {
        background: #fff !important;
    }

    .reseller-programs-tab .nav-tabs .nav-link.active .step {
        color: #000;
    }

    .whyez_sec .servicescardview_group {
        min-height: auto;
    }
}

@media(max-width:480px) {}

@media(max-width:360px) {}
/*FAQs CSS*/
.faq-page .card {
    border: none;
    border-bottom: 1px solid #253f4f;
    border-radius: 0 !important
}

.faq-page.color-change .card-header {
    padding-bottom: 2px !important
}

.faq-page.color-change .col-md-12 {
    margin: 0;
    padding: 0
}

.seo_pack {
    padding-bottom: 0 !important
}

.faq-page.color-change {
    margin: 0;
    padding: 20px 0 0
}

.faq-page .card .card-header {
    border-bottom: 1px solid #6790a9;
    background: #4448f8;
    border-radius: 0 !important;
    padding: 0
}

.faq-page .card .card-header a.collapsed:before,
.faq-page .card .card-header a:before {
    float: right !important;
    font-family: FontAwesome;
    padding-right: 5px;
    background: #000000;
    width: 41px;
    padding-left: 6px;
    padding-top: 7px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    text-align: center;
    color: #dcf0ff;
    font-size: 17px
}

.faq-page .card .card-header a.collapsed:before {
    content: "\f067";
    height: 39px
}

.faq-page .card .card-header a:before {
    content: "\f068";
    height: 40px
}

.faq-page .card .card-body {
    background: #f7f7f7;
    border: 1px solid rgba(204, 204, 204, .34901960784313724);
    color: #000;
}

.faq-sec h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 300;
    position: relative;
    margin-bottom: 25px
}

/* .faq-sec h3:before {
    position: absolute;
    bottom: -10px;
    content: '';
    left: 0;
    width: 72px;
    border-bottom: 4px solid#464646;
    height: 6px;
    -webkit-transform: skew(-22deg);
    -ms-transform: skew(-22deg);
    transform: skew(-22deg)
} */

.faq-sec h3>b {
    font-weight: 800
}

.faq-page .card .card-header a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: block;
    text-align: left
}
/*Contact Us CSS*/
section.contact-us-page .form-control.effect-8 {
    border: 1px solid #1c517242;
    background: transparent;
    border-radius: 0;
    height: 50px;
    margin-bottom: 20px;
    color: #000;
    background: #fff;
}

section.contact-us-page textarea.form-control.effect-8 {
    height: 100px;
}

/* section.contact-us-page {
    background: #e9f6ff;
} */

section.contact-us-page .form-control::placeholder {
    color: #000;
}

section.contact-us-page input.btn.btn-success {
    text-transform: uppercase;
    padding: 13px 70px;
    margin-top: 20px;
    font-size: 21px;
    background: #4448f8;
    border-color: #4448f8;
    border-radius: 40px;
}

section.contact-us-page p a {
    color: #000000 !important;
}

.address-section .contact-colom {
    background: #caeaff;
    padding: 17px;
    margin-bottom: 30px;
}

.address-section .contact-colom h2 {
    margin: 0 0 15px;
    font-size: 23px;
    text-align: left;
    position: relative;
    display: block;
    padding: 10px 0;
    font-weight: 700;
    color: #4f4e4e;
}

.contact-colom i {
    text-align: center;
    color: #1c5173;
    height: 34px;
    float: left;
    font-size: 17px;
    vertical-align: top;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    border: 1px solid #253f50;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 34px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 4px 10px 4px 0;
}

.contact-colom p {
    font-size: 15px;
    vertical-align: unset;
}

.fa-envelope:before {
    content: "\f0e0";
}

.contact-colom p a {
    color: #333;
    text-decoration: none;
}



section.contact-us-page .wrap-title {
    text-align: left;
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
}

section.contact-us-page .wrap-title h2 {
    font-weight: bold;
    font-size: 26px;
}

section.contact-us-page ul.contact-us-about li {
    text-align: left;
    border-left: 4px solid #f9cf2f;
    padding-left: 19px;
}

section.contact-us-page ul.contact-us-about li h3 {
    font-size: 19px;
    font-weight: 500;
    color: #0b559b;
}

section.contact-us-call-to-action {
    background: #0764aa;
}

section.contact-us-call-to-action p {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

section.contact-us-call-to-action h3 {
    text-align: center;
    color: #fff;
}

section.contact-us-call-to-action p a {
    color: #f4d13f;
    box-shadow: none !important;
}
/*Home CSS*/
section.ezbanner-2024 {
  margin: 0;
  padding: 0;
  margin-top: -3px;
  position: relative;
  z-index: 1;
}

.ls-result .empowering-card .empowering-content p {
  margin: 0;
  padding: 0;
  line-height: 24px;
  padding-bottom: 4px !important;
  text-align: left;
  white-space: pre;
  font-size: 16px;
}

.empowering-sec .empowering-card .icon img {
  transition: 0.3s;
  filter: none !important;
}

section.ezbanner-2024 figure {
  margin: 0;
}

section.ezbanner-2024 figure img {
  width: 100%;
}

section.ezbanner-2024 .banner-caption {
  position: absolute;
  top: 0;
  left: 100px;
  top: 13%;
  width: 35%;
}

section.ezbanner-2024 .banner-caption h2 {
  font-size: 37px;
  font-family: poppinsbold;
  color: #0b559b;
  text-align: left;
  line-height: 42px;
}

section.ezbanner-2024 .banner-caption img {
  height: 79px;
}

section.ezbanner-2024 .banner-caption .reco span {
  border: 1px solid #000000;
  display: inline-block;
  padding: 2px 20px;
  margin: 20px 0;
  position: relative;
}

section.ezbanner-2024 .banner-caption .reco span:after {
  position: absolute;
  width: 62%;
  height: 2px;
  content: "";
  background: #000;
  top: 18px;
  left: 108%;
}

section.ezbanner-2024 .banner-caption p {
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 4px;
  margin-bottom: 0;
}

section.ezbanner-2024 .banner-caption a {
  background: #0b559b;
  color: #fff;
  padding: 9px 30px;
  border-radius: 100px;
  margin-top: 12px;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

section.ezbanner-2024 .banner-caption a:hover {
  background: #f9cf2f;
  color: #000;
}

section.banner-bottom-logo {
  padding: 50px 0;
  background: #efefef;
  position: relative;
  display: block;
}

section.banner-bottom-logo ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

section.banner-bottom-logo ul li {
  list-style: none;
  width: 200px;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  text-align: center !important;
}

section.banner-bottom-logo ul li img {
  height: 130px;
  background: #fff;
  padding: 10px;
  object-fit: cover;
}

.about-img-wrap img {
  width: 100%;
  height: auto;
}

section.success-story-review-sec .succ-story-card {
  display: flex;
  justify-content: space-around;
  background: 0 0 !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  padding: 10px;
  margin-bottom: 14px;
  border-radius: 20px;
}

section.success-story-review-sec .succ-story-card figure {
  width: 50%;
  margin: 0;
}

section.success-story-review-sec .succ-story-card figure img {
  height: 216px;
  object-fit: cover;
  width: 100%;
}

section.success-story-review-sec .succ-story-card .caption {
  width: 50%;
  background: #ffdb50;
  border-radius: 0 20px 20px 0;
  padding: 14px 20px;
  margin-left: -15px;
  height: 216px;
}

section.success-story-review-sec h3 {
  color: #000 !important;
  font-size: 1.5rem;
  padding-bottom: 10px;
}

.succ-story-card .caption ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  justify-content: inherit;
}

.succ-story-card .caption ul li {
  list-style: none;
  background: #ffdb50;
  font-size: 14px;
  padding: 1px 19px;
  border-radius: 50px;
  margin-bottom: 0;
  color: #000;
  border: 1px SOLID #eee;
  padding-bottom: 0;
}

.succ-story-card .caption .result {
  display: flex !important;
  margin-top: 0;
  padding: 16px 0 0;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 0;
}

.succ-story-card .caption .result .left {
  width: 50%;
}

.succ-story-card .left {
  border-radius: 7px;
  padding: 5px 0;
  position: relative;
}

.succ-story-card .caption .result h4 {
  font-size: 23px;
  font-family: poppinsbold;
  padding: 0;
  margin-bottom: 0;
  color: #135799 !important;
  text-align: center;
}

.succ-story-card .caption .result p {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}

.succ-story-card .left:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100px;
  background: #d7d7d7;
  right: -11px;
  top: 2px;
  border-radius: 4px;
}

.succ-story-card .caption .result .right {
  width: 50%;
}

.why-do-bussiness ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}

.why-do-bussiness ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px 38px !important;
  background: #fff;
  margin-bottom: 7px;
  position: relative;
  width: 49%;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.09) 0 3px 12px;
  border-bottom: 3px solid #4448f8;
}

.why-do-bussiness ul li:after {
  content: "\f00c";
  position: absolute;
  left: 8px;
  top: 8px;
  color: #fff;
  font-family: FontAwesome;
  background: #4448f8;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-radius: 50px;
}

.ezlogocenter {
  display: flex;
  align-content: center;
  justify-content: center;
  position: relative;
}

img.ezlogocenterimg {
  position: absolute;
  top: 25.5%;
  width: 176px;
  margin-left: 8px;
}

.process-tab-svg path {
  cursor: pointer;
}

.svg-text {
  fill: #fff;
  font-family: poppinsbold;
  font-size: 50px;
}

section.rewarding-seo .rewarding-seo-head {
  text-align: center;
  margin-bottom: 10px;
}

section.rewarding-seo .rewarding-seo-head h2 {
  font-size: 43px;
  font-weight: 600;
  color: #253f50;
  font-family: poppinsbold;
}

section.rewarding-seo .tab-info {
  background: #fff;
  padding: 30px;
  border-top: 1px solid #f9f9f9;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  border-radius: 10px;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}

section.rewarding-seo .tab-info .seo-tab-inner h3 {
  color: #253f50;
  font-family: poppinsbold;
  font-size: 30px;
}

section.rewarding-seo .tab-info .seo-tab-inner p {
  line-height: 32px;
  font-family: poppinsregular;
  font-size: 17px;
  text-align: justify;
}

.uix-tabs__content {
  display: none;
}

.uix-tabs__content.active {
  display: block;
}

section.client-video-section .video-card {
  background: #fff;
  padding: 15px;
  box-shadow: rgb(0 0 0 / 10%) 0 10px 50px;
  min-height: 350px;
}

.video__youtube {
  padding-bottom: 56.23%;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  object-fit: cover;
  background-color: #000;
}

.video__placeholder {
  width: 100%;
  position: absolute;
  opacity: 0.3;
}

img.yt-play-icon {
  position: absolute;
  z-index: 0;
  width: 66px;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%);
}

.video__button {
  background: 0 0;
  border: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 100%;
}

section.client-video-section .video-card .video-caption h3 {
  background: #f9cf2f;
  text-align: center;
  font-size: 22px;
  padding: 12px;
  color: #000;
  margin-top: 0;
}

section.timeline-sec {
  padding: 45px 0 110px;
  background: #dcf7ff;
}

section.timeline-sec .header-title {
  padding-bottom: 100px;
}

.header-title.section-tittle-new p {
  text-align: center;
}

section.timeline-sec .timeline-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

section.timeline-sec .timeline-wrapper .mid {
  width: 56%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

section.timeline-sec .timeline-wrapper .mid figure {
  margin: 0;
}

section.timeline-sec .timeline-wrapper .left ul li {
  list-style: none;
  position: relative;
  height: 88px !important;
  line-height: 86px;
}

section.timeline-sec .timeline-wrapper .left {
  width: 32%;
}

section.timeline-sec .timeline-wrapper .left ul li:first-child span {
  position: absolute;
  right: 0;
  top: 0;
}

section.timeline-sec .timeline-wrapper .left ul li:nth-child(2) span {
  position: absolute;
  right: 10%;
  top: 0;
}

section.timeline-sec .timeline-wrapper .left ul li:nth-child(3) span {
  position: absolute;
  right: 20%;
  top: 0;
}

section.timeline-sec .timeline-wrapper .left ul li:nth-child(4) span {
  position: absolute;
  right: 30%;
  top: 0;
}

section.timeline-sec .timeline-wrapper .left ul li:nth-child(5) span {
  position: absolute;
  right: 40%;
  top: 0;
}

section.timeline-sec .timeline-wrapper .right ul li {
  list-style: none;
  position: relative;
  line-height: 76px;
  height: 78px;
}

section.timeline-sec .timeline-wrapper .right {
  width: 22%;
  margin-left: 45%;
}

section.timeline-sec .timeline-wrapper .right ul li:first-child span {
  position: absolute;
  left: -23px;
  top: 0;
}

section.timeline-sec .timeline-wrapper .right ul li:nth-child(2) span {
  position: absolute;
  left: -22%;
  top: 0;
}

section.timeline-sec .timeline-wrapper .right ul li:nth-child(3) span {
  position: absolute;
  left: -37%;
  top: -16px;
  line-height: 124px;
  text-align: left;
}

section.timeline-sec .timeline-wrapper .right ul li:nth-child(4) span {
  position: absolute;
  left: -51%;
  top: 0;
}

section.timeline-sec .timeline-wrapper .right ul li:nth-child(5) span {
  position: absolute;
  left: -66%;
  top: -10px;
}

section.timeline-sec .timeline-wrapper .right ul li:nth-child(6) span {
  position: absolute;
  left: -84%;
  top: -18px;
}

section.timeline-sec .timeline-wrapper .right ul li span a {
  border-radius: 9999px;
  background-color: #4a657e82;
  -webkit-animation: 1.5s infinite pulse-milestone;
  animation: 1.5s infinite pulse-milestone;
  width: 40px !important;
  height: 40px !important;
  display: block;
  position: absolute;
  left: -53px;
  top: 26%;
}

section.timeline-sec .timeline-wrapper .right ul {
  padding-left: 2rem;
}

.tooltiptext4 {
  visibility: hidden;
  width: 150px;
  height: 50px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  top: -56px;
  right: -19px;
}

.tooltiptext4::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 61px;
  border-width: 10px;
  border-style: solid;
  border-color: #000 transparent transparent;
}

.tooltip-col:hover .tooltiptext4 {
  visibility: visible;
}

section.timeline-sec .timeline-wrapper .left ul li span a {
  border-radius: 9999px;
  background-color: #f9cf2f7d;
  -webkit-animation: 1.5s infinite pulse-milestone;
  animation: 1.5s infinite pulse-milestone;
  width: 40px !important;
  height: 40px !important;
  display: block;
  position: absolute;
  right: -52px;
  top: 42%;
}

section.timeline-sec .timeline-wrapper .left ul li:nth-child(2) span a {
  right: -67px;
  top: 25%;
  background-color: #f37e5f6e;
}

section.timeline-sec .timeline-wrapper .left ul li:nth-child(3) span a {
  right: -65px;
  top: 32%;
  background-color: #6fc6cfcc;
}

section.timeline-sec .timeline-wrapper .left ul li:nth-child(4) span a {
  right: -65px;
  top: 34%;
  background-color: #48a5d982;
}

section.timeline-sec .timeline-wrapper .left ul li:nth-child(5) span a {
  right: -59px;
  top: 48%;
  background-color: #8d85ac96;
}

section.timeline-sec .timeline-wrapper .right ul li:nth-child(2) span a {
  left: -58px;
  top: 20%;
  background-color: #8d85ac99;
}

section.timeline-sec .timeline-wrapper .right ul li:nth-child(3) span a {
  left: -60px;
  top: 25%;
  background-color: #6fc6cfcc;
}

section.timeline-sec .timeline-wrapper .right ul li:nth-child(4) span a {
  left: -61px;
  top: 22%;
  background-color: #48a5d982;
}

section.timeline-sec .timeline-wrapper .right ul li:nth-child(5) span a {
  background-color: #8d85ac96;
  left: -59px;
  top: 17%;
  background-color: #f44336a3;
}

section.timeline-sec .timeline-wrapper .right ul li:nth-child(6) span a {
  left: -50px;
  top: 20%;
  background-color: #f9ac5a96;
}

.pop-up.pop-up9 {
  left: -48% !important;
}

.pop-up.pop-up10,
.pop-up.pop-up11 {
  left: -73% !important;
}

.pop-up.pop-up8 {
  left: -31% !important;
}

div.pop-up {
  display: none;
  position: absolute;
  width: 300px;
  padding: 10px;
  background: #fff;
  border: 0;
  font-size: 90%;
  top: 0 !important;
  left: 10% !important;
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 10%) 0 10px 50px;
  z-index: 999;
  line-height: 26px;
}

section.timeline-sec .timeline-wrapper .mid h3.now {
  font-size: 80px;
  color: #253f50;
  position: absolute;
  top: -17%;
  right: 25%;
}

section.timeline-sec .timeline-wrapper .mid h3.before {
  font-size: 80px;
  color: #253f50;
  position: absolute;
  bottom: -17%;
  right: 51%;
}

.timeline-sec .for-mobile {
  width: 100%;
  margin: auto;
  position: relative;
  display: none;
}

section.timeline-sec .section-title-wrap {
  padding-bottom: 65px;
}

.client-review-btn a {
  padding: 10px 40px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  width: auto;
  margin: 10px 0 0;
}

.easy-work-process .features-second,
ul.business-list li {
  margin: 10px 0;
}

.easy-work-process .nav-pills .nav-link {
  margin-bottom: 10px;
}

.easy-work-process .nav-pills .nav-link,
.easy-work-process .nav-pills .show > .nav-link {
  border: none !important;
  transition: 1s;
}

.easy-work-process .nav-pills .nav-link:hover {
  color: #fff;
  background-color: #fff;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 55px 0 rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0 12px 55px 0 rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0 12px 55px 0 rgba(0, 0, 0, 0.05) !important;
  transition: 1s;
}

.easy-work-process .nav-pills .nav-link,
.easy-work-process .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #fff;
  border: 1px solid #f4f5f6 !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 55px 0 rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0 12px 55px 0 rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0 12px 55px 0 rgba(0, 0, 0, 0.05) !important;
  transition: 1s;
}

.easy-work-process .features-second h3 {
  margin-top: 6px;
  font-size: 18px;
  color: #000;
  padding-bottom: 8px;
  font-weight: 600;
}

.easy-work-process .features-second p {
  color: #000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  line-height: 21px;
}

.easy-work-process .dropcaps-circle {
  float: left;
  margin: 1px 8px 10px 0;
  background-color: #fcfcfc;
  border: 1px solid #eaeaea;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  color: #017df7;
  font-size: 27px;
  line-height: 60px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
}

.easy-work-process .features-second {
  display: flex;
  cursor: pointer;
}

.easy-work-process .features-second .dropcaps-circle {
  width: 70px !important;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.easy-work-process .features-second .content-wrap {
  width: 100%;
}

.easy-work-process .nav.nav-pills.grow-with-tab {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.easy-work-process .nav.nav-pills.grow-with-tab a.nav-link {
  width: 23%;
  text-align: center;
}

.easy-work-process .nav.nav-pills.grow-with-tab a.nav-link .features-second {
  flex-direction: column;
  justify-content: center !important;
}

.easy-work-process
  .nav.nav-pills.grow-with-tab
  a.nav-link
  .features-second
  .dropcaps-circle {
  margin: 0 auto;
  margin-top: -54px;
  margin-bottom: 16px;
  font-size: 43px;
  font-weight: bold;
  box-shadow: rgb(255 255 255 / 0%) 0px 50px 100px -20px,
    rgb(0 0 0 / 0%) 0px 30px 60px -30px,
    rgb(10 37 64 / 18%) 0px -2px 6px 0px inset;
}

.process-line {
  position: absolute;
  left: 53%;
  bottom: 93px;
  transform: translate(-50%, 0);
  text-align: center;
  z-index: -1;
}

section.section-grey.easy-work-process {
  background: #0000001c;
  position: relative;
}

.easy-work-process .nav.nav-pills.grow-with-tab a.nav-link {
  width: 23%;
  text-align: center;
  height: 221px;
  border-radius: 20px !important;
}

.easy-work-process .dropcaps-circle.red2 {
  color: #ff0000;
}

.easy-work-process .nav.nav-pills.grow-with-tab a:nth-child(odd) {
  margin-top: 76px;
}

.easy-work-process .dropcaps-circle.blue {
  color: #1e90ff;
}

.easy-work-process .dropcaps-circle.red {
  color: #eed239;
}

.easy-work-process .dropcaps-circle.green {
  color: #27b36a;
}

.easy-work-process .image-shadow {
  border-radius: 8px;
  box-shadow: 10px 12px 40px rgb(0 0 0 / 20%);
}

.easy-work-process .tabcontent {
  display: none;
}

section.main-service-wrapper {
  background: #0b559b;
}

section.main-service-wrapper .section-title-wrap h2 {
  color: #fff;
}

section.main-service-wrapper .section-title-wrap p {
  color: #fff;
}

section.main-service-wrapper ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

section.main-service-wrapper ul li {
  list-style: none;
  text-align: center;
  width: 24%;
  border-radius: 8px;
  padding: 15px;
  background: #fff0;
  border: 1px solid #ffffff54;
}

section.main-service-wrapper ul li .icon-wrap {
  width: 89px;
  height: 89px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 5px solid #2367a6;
  padding: 15px;
}

.service-img1 {
  background: url(../images/Web-Development.png);
  height: 49px;
  width: 49px;
  background-size: cover;
}

section.main-service-wrapper ul li h3 {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  font-family: poppinsbold;
  margin-top: 14px;
}

section.main-service-wrapper ul li a {
  border: 1px solid #f9cf2f;
  padding: 2px 20px;
  border-radius: 50px;
  color: #000;
  margin-top: 8px;
  font-size: 14px;
  display: inline-block;
  background: #f9cf2f;
}

section.main-service-wrapper ul li .icon-wrap span {
  height: 49px;
  width: 49px;
  background-size: cover;
}

.service-img2 {
  background: url(../images/Page-Speed-Optimization.svg);
}

.service-img3 {
  background: url(../images/Graphic-Design.svg);
}

.service-img4 {
  background: url(../images/Content-&-Blog-Writting.svg);
}

.service-img5 {
  background: url(../images/Social-Media-Marketing.svg);
}

.service-img6 {
  background: url(../images/Google-Ads.svg);
}

.service-img7 {
  background: url(../images/Meta-Ads.svg);
}

.service-img8 {
  background: url(../images/PR-&-Guest-Post.svg);
}
.service-img9 {
  background: url(../images/SEO.svg);
}
.service-img10 {
  background: url(../images/Google-Business-profile.svg);
}
.service-img11 {
  background: url(../images/Logo-Design.svg);
}
.service-img12 {
  background: url(../images/Shopify-Maintenance.svg);
}

section.speed-up-sec {
  background: #eed239;
}

section.speed-up-sec .image-shadow {
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  box-shadow: 10px 12px 40px rgb(0 0 0 / 20%);
}

.speed-up-sec h3 {
  font-size: 20px;
  text-align: center;
}

.speed-up-sec h3 {
  font-weight: 600;
  color: #000;
}

.speed-up-sec ul.benefits li {
  color: #000;
}

.timeline-sec .for-mobile {
  width: 100%;
  margin: auto;
  position: relative;
  display: none;
}

.timeline-sec .for-mobile ul.tl {
  margin: 20px 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}

.timeline-sec .for-mobile ul.tl li {
  list-style: none;
  margin: auto auto auto 20px;
  min-height: 53px;
  border-left: 1px dashed #86d6ff;
  padding: 0 0 15px 30px;
  position: relative;
}

.timeline-sec .for-mobile ul.tl li:last-child {
  border-left: 0;
}

.timeline-sec .for-mobile ul.tl li::before {
  position: absolute;
  left: -15px;
  top: -2px;
  content: " ";
  border: 8px solid rgba(255, 255, 255, 0.74);
  border-radius: 500%;
  background: #4caf50;
  height: 27px;
  width: 27px;
  transition: 0.5s ease-in-out;
}

.timeline-sec .for-mobile ul.tl li:hover::before {
  border-color: #258cc7;
  transition: 1s ease-in-out;
}

.timeline-sec .for-mobile ul.tl li .item-detail {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.timeline-sec .for-mobile ul.tl li .timestamp {
  color: #8d8d8d;
  position: absolute;
  width: 100px;
  left: -50%;
  text-align: right;
  font-size: 12px;
}

.timeline-sec .for-mobile ul.tl li .item-title {
  font-size: 17px;
  color: #000;
  font-family: poppinsbold;
  background: #fff;
  width: 100%;
  border-radius: 0 20px 20px 0;
  padding: 5px 25px;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.timeline-sec .for-mobile h3 {
  color: #253f50;
  font-size: 51px;
}

.timeline-sec .for-mobile h3 span {
  font-family: poppinsbold;
  color: #010101;
  font-size: 51px;
}

@media (max-width: 767px) {
  section.client-video-section h2 {
    font-size: 30px;
  }

  .timeline-sec .for-mobile {
    display: flex;
  }
}

/* Brand Start */
.brand-section ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.brand-section ul li {
  width: 15%;
  border: 1px solid #ddd;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}

.brand-section ul li img {
  width: 100%;
}

/* Brand End */

/* New banner Css */
section.banner-ez-digi {
  text-align: center;
}

section.banner-ez-digi h2 {
  font-size: 46px;
  font-weight: bold;
  font-family: poppinsbold;
}

section.banner-ez-digi span {
  position: relative;
  border: 1px solid #000;
  padding: 7px 50px;
  display: inline-block;
  border-radius: 100px;
  margin-top: 25px;
}

section.banner-ez-digi p.recognised {
  position: relative;
}

section.banner-ez-digi p.recognised:after {
  position: absolute;
  height: 1px;
  width: 85%;
  background: #00000057;
  content: "";
  top: 39px;
  left: 50%;
  transform: translate(-50%, 10px);
}

section.banner-ez-digi p.recognised span {
  background: #020202;
  z-index: 2;
  color: #fff;
  font-weight: bold;
}

section.banner-ez-digi ul {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

section.banner-ez-digi ul li img {
  width: 100%;
}

section.banner-ez-digi h3 {
  font-size: 31px;
  font-weight: bold;
  margin: 20px 0;
  font-family: poppinsbold;
}

section.banner-ez-digi div a {
  background: #0b559b;
  color: #fff;
  padding: 9px 30px;
  border-radius: 100px;
  margin-top: 12px;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.empowering-sec .empowering-card {
  border-radius: 6px;
  box-shadow: rgb(0 0 0 / 10%) 0 4px 12px;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
  display: flex;
  background: #fff;
  align-items: center;
  border: 1px solid #eee;
}

.empowering-sec .empowering-card .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  padding: 9px;
  border-radius: 50%;
}

.empowering-sec .empowering-card .icon img {
  transition: 0.3s;
  filter: invert(1);
}

.empowering-sec .empowering-card .empowering-content {
  width: 75%;
  text-align: left;
}

.empowering-sec .empowering-card:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 25px 50px -12px;
  border-bottom: 6px solid #000;
}

.ls-result .empowering-card .empowering-content p {
  margin: 0;
  padding: 0;
  line-height: 24px;
  padding-bottom: 4px !important;
  text-align: left;
}

.empowering-sec .empowering-card .empowering-content h3 {
  font-weight: 700;
}

/* End */
/*Responsive*/
@media (min-width:1201px) and (max-width:1400px){section.ezbanner-2024 figure img{height:auto;width:100%}section.ezbanner-2024 .banner-caption h2{font-size:30px;line-height:37px}section.ezbanner-2024 .banner-caption p{font-size:18px;font-weight:400;line-height:20px;margin-top:9px}section.ezbanner-2024 .banner-caption a{padding:7px 30px;border-radius:100px;margin-top:0;display:inline-block}section.ezbanner-2024 .banner-caption{left:66px}.timeline-wrapper img.lazyload{width:98%}section.ezbanner-2024 .banner-caption img{height:63px}}@media (min-width:993px) and (max-width:1200px){section.ezbanner-2024 figure img{height:auto;width:100%}section.ezbanner-2024 .banner-caption h2{font-size:26px;line-height:30px}.process-line,section.ezbanner-2024 .banner-caption .reco,section.timeline-sec .container:last-child{display:none}section.ezbanner-2024 .banner-caption img{height:54px;margin-top:-12px;display:none}section.ezbanner-2024 .banner-caption p{font-size:14px;font-weight:400;line-height:20px;margin-top:9px}section.ezbanner-2024 .banner-caption a{padding:7px 30px;border-radius:100px;margin-top:0;display:inline-block}section.ezbanner-2024 .banner-caption{left:66px}section.banner-bottom-logo ul{margin-top:20px}.succ-story-card .caption ul li{font-size:13px;padding:1px 11px}.succ-story-card .caption .result h4{font-size:19px}.succ-story-card .caption .result h4 span{font-size:18px!important}.why-do-bussiness ul li{width:100%}.timeline-sec .for-mobile{width:100%;position:relative;display:block;margin:auto}.easy-work-process .image-shadow,section.speed-up-sec .image-shadow{width:100%;object-fit:cover}section.main-service-wrapper ul li{width:32%}section.main-service-wrapper ul{justify-content:center}section.timeline-sec .section-title-wrap{padding-bottom:0}}@media (min-width:768px) and (max-width:992px){section.ezbanner-2024 figure img{height:auto;width:100%}.process-line,section.ezbanner-2024 .banner-caption .reco,section.ezbanner-2024 .banner-caption img,section.timeline-sec .container:last-child{display:none}section.ezbanner-2024 .banner-caption p{font-size:12px;font-weight:400;line-height:14px;margin-top:9px}section.ezbanner-2024 .banner-caption h2{font-size:26px;line-height:31px}.easy-work-process .nav.nav-pills.grow-with-tab a.nav-link{height:299px}section.timeline-sec{padding:45px 0 50px}section.timeline-sec .section-title-wrap{padding-bottom:18px}section.ezbanner-2024 .banner-caption a{padding:1px 30px;border-radius:100px;margin-top:0;display:inline-block;font-size:13px}section.ezbanner-2024 .banner-caption{left:66px}section.banner-bottom-logo ul{margin-top:20px}section.send-perposal .form-group.col-md-6{width:80%}section.success-story-review-sec .succ-story-card{margin-bottom:32px;border-radius:0;flex-direction:column}.why-do-bussiness ul li,section.success-story-review-sec .succ-story-card figure{width:100%}section.success-story-review-sec .succ-story-card figure img{height:287px}section.success-story-review-sec .succ-story-card .caption{width:100%;border-radius:0;padding:14px 20px;margin-left:0;height:216px}section.client-video-section .video-card{min-height:730px}.timeline-sec .for-mobile{width:100%;position:relative;display:block;margin:auto}.easy-work-process .image-shadow,section.speed-up-sec .image-shadow{width:100%;object-fit:cover}section.main-service-wrapper ul{justify-content:center}section.main-service-wrapper ul li{width:48%}.easy-work-process .features-second p{font-size:13px}}@media(max-width:767px){.process-line,img.roc1,img.roc2,section.ezbanner-2024 .banner-caption p,section.ezbanner-2024 .reco,section.ezbanner-2024 figure img,section.ezbanner-2024 img,section.timeline-sec .container:last-child{display:none}section.ezbanner-2024{background:#f9cf2f}.banner-caption{position:relative!important;transform:inherit!important;left:0!important;right:0;max-width:100%;width:100%!important;text-align:center!important}section.ezbanner-2024 .banner-caption h2{text-align:center;font-size:30px!important;line-height:30px!important}section.ezbanner-2024 .banner-caption{position:absolute;left:0;top:50%;width:66%;background:#f6cf4e00;padding:27px;transform:translate(8%,-50%)}section.success-story-review-sec .succ-story-card figure img{height:auto}section.success-story-review-sec h3{text-align:center}.succ-story-card .caption ul{justify-content:center}.easy-work-process .nav.nav-pills.grow-with-tab a.nav-link,section.ezbanner-2024 figure img{width:100%;height:auto}section.banner-bottom-logo ul li{width:25%}section.banner-bottom-logo ul li img{height:auto;background:#fff;padding:10px;object-fit:cover;width:100%}section.ezbanner-2024 .banner-caption a{background:#0b559b;color:#fff;padding:2px 12px;border-radius:100px;margin-top:12px;display:inline-block;font-size:13px}section.banner-bottom-logo ul{gap:10px;margin-top:0;flex-wrap:wrap}.why-do-bussiness ul li,section.main-service-wrapper ul li,section.success-story-review-sec .succ-story-card figure{width:100%}section.client-video-section .video-card{min-height:auto;margin-bottom:20px}.timeline-sec .for-mobile{width:100%;position:relative;display:block;margin:auto}section.timeline-sec .section-title-wrap{padding-bottom:0}.easy-work-process .image-shadow{width:100%;height:100%}section.speed-up-sec .image-shadow{width:100%;margin-bottom:20px;height:100%}section.success-story-review-sec .succ-story-card{flex-direction:column;width:100%}section.success-story-review-sec .succ-story-card .caption{width:100%;background:#ffdb50;border-radius:0;padding:14px 20px;margin-left:0;height:216px}.succ-story-card .caption ul li{font-size:12px;padding:1px 23px;border-radius:50px}.succ-story-card .caption .result h4{font-size:19px}.succ-story-card .caption .result h4 span{font-size:25px!important}.succ-story-card .caption .result p{font-size:15px}.easy-work-process .nav.nav-pills.grow-with-tab a:nth-child(odd){margin-top:20px;margin-bottom:30px}section.banner-ez-digi h2{font-size:25px;font-weight:700}section.banner-ez-digi span{padding:4px 20px;font-size:12px}section.banner-ez-digi h3{font-size:17px;margin:16px 0}section.banner-ez-digi ul{flex-wrap:wrap;justify-content:center}section.banner-ez-digi ul li{width:28%}section.banner-ez-digi ul li img{background:#fff;height:51px;object-fit:contain}section.banner-ez-digi{text-align:center;padding:20px 0}section.banner-ez-digi span{margin-top:12px}section.banner-ez-digi p.recognised:after{top:24px}section.banner-ez-digi div a{margin-top:0}.brand-section ul li{width:30%}}@media(max-width:480px){section.ezbanner-2024 .banner-caption{padding:15px;position:absolute;left:-22px}section.ezbanner-2024 .banner-caption h2{font-size:14px;line-height:17px}header.main-header .top-nav ul li a{font-size:11px}.footer-badge span img{height:39px;object-fit:contain;width:100%}section.ezbanner-2024 .banner-caption a{padding:0 7px;border-radius:0;margin-top:12px;display:inline-block;font-size:10px}section.send-perposal .form-group.col-md-6 input.btn.btn-warning{position:absolute;top:20px;right:0;padding:18px 10px;font-size:15px}}@media(max-width:360px){.top-nav ul li:not(:last-child) a{padding:0 14px}.main-header a.btn.btn-warning.mobile-btn{font-size:11px}}

/*Hero Slider CSS*/
.hero-wrapper-scj{
  width:100%;
  display:flex;
  justify-content:center;
}

.hero-slider-scj {
  position: relative;
  width:100%;
  height:650px;
  overflow: hidden;
}

.slide-scj {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1s ease, transform 1s ease;
}

.slide-scj.active {
  opacity:1; 
  transform: scale(1);
  z-index:1;
}

.content-scj {
  position:absolute;
  left:8%;
  top:50%;
  transform:translateY(-50%);
  color:#fff;
  max-width:50%;
  opacity:0;
  transition:0.9s ease;
}

.slide-scj.active .content-scj{
  opacity:1;
}

.content-scj h2 {font-size:70px; margin-bottom:15px; font-family:'Segoe UI', sans-serif; font-weight:700;}

.arrow-scj {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  font-size:28px;
  color:#fff;
  background:rgba(0,0,0,0.5);
  width:45px;
  height:45px;
  line-height:45px;
  text-align:center;
  border-radius:50%;
  cursor:pointer;
  z-index:5;
}

.arrow-scj.left {left:20px;}
.arrow-scj.right {right:20px;}

.dots-scj {
  position:absolute;
  bottom:20px;
  width:100%;
  text-align:center;
  z-index:5;
}
.dot-scj {
  display:inline-block;
  width:50px;
  height:15px;
  background:#0001ff;
  opacity:0.5;
  border-radius:10px;
  margin:0 5px;
  cursor:pointer;
}
.dot-scj.active {opacity:1; background:#4748f4;}

@media(max-width:1024px){
  .hero-slider-scj{height:520px;}
  .content-scj h2{font-size:36px; font-family:'Segoe UI', sans-serif; font-weight:700;}
}

@media(max-width:768px){
  .hero-slider-scj{height:420px;}

  /* Mobile Center Fix */
  .content-scj{
    left:50% !important;
    top:50%;
    transform:translate(-50%, -50%) !important;
    text-align:center;
    max-width:100%;
  }
  .dots-scj{
  display: none;
  }

  .content-scj h2{font-size:26px;}
}

@media(max-width:480px){
  .hero-slider-scj{height:320px;}
  .content-scj h2{font-size:22px; font-family:'Segoe UI', sans-serif; font-weight:700;}
}

/* Footer Social */

        .footer-social-scj ul {
            position: relative;
            top: 50%;
            left: 50%;
            transform: translate(-50%, 0%);
            margin: 0;
            padding: 0;
            display: flex;
        }

        .footer-social-scj ul li {
            list-style: none;
            margin: 0 20px;
        }

        .footer-social-scj ul li .fa {
            font-size: 20px;
            color: #262626;
            line-height: 40px;
            transition: .5s;
        }

        .footer-social-scj ul li a {
            position: relative;
            display: block;
            width: 38px;
            height: 40px;
            background-color: #fff;
            text-align: center;
            transform: perspective(100px) rotate(-30deg) skew(25deg) translate(0, 0);
            transition: .5s;
            box-shadow: -20px 20px 10px rgb(0, 0, 0, 0.5);
        }

        .footer-social-scj ul li a::before {
            content: "";
            position: absolute;
            top: 6px;
            left: -12px;
            height: 100%;
            width: 12px;
            background: #b1b1b1;
            transition: .5s;
            transform: rotate(0deg) skewY(-45deg);
        }

        .footer-social-scj ul li a::after {
            content: "";
            position: absolute;
            top: 40px;
            left: -6px;
            height: 12px;
            width: 100%;
            background: #b1b1b1;
            transition: .5s;
            transform: rotate(0deg) skewX(-45deg);
        }

        .footer-row3 {
            background: #fff;
            padding: 28px 0;
        }

        @media(max-width:768px) {
            .footer-social-scj ul li {
                list-style: none;
                margin: 0 15px;
            }

            .footer-social-scj ul li a {
                position: relative;
                display: block;
                width: 30px;
                height: 30px;
            }

            .footer-social-scj ul li a::before {
                content: "";
                position: absolute;
                top: 5px;
                left: -10px;
                height: 100%;
                width: 10px;
            }

            .footer-social-scj ul li .fa {
                font-size: 15px;
                color: #262626;
                line-height: 30px;
                transition: .5s;
            }

            .footer-social-scj ul li a::after {
                content: "";
                position: absolute;
                top: 30px;
                left: -6px;
                height: 10px;
                width: 100%;
            }
        }

        .footer-social-scj ul li a:hover {
            transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
            box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
        }

        .footer-social-scj ul li:hover .fa {
            color: #fff;
        }

        .footer-social-scj ul li a:hover {
            transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
            box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
        }

        .footer-social-scj ul li:hover:nth-child(1) a {
            background: #3b5999;
        }

        .footer-social-scj ul li:hover:nth-child(1) a:before {
            background: #2e4a86;
        }

        .footer-social-scj ul li:hover:nth-child(1) a:after {
            background: #4a69ad;
        }

        .footer-social-scj ul li:hover:nth-child(2) a {
            background: #55acee;
        }

        .footer-social-scj ul li:hover:nth-child(2) a:before {
            background: #4184b7;
        }

        .footer-social-scj ul li:hover:nth-child(2) a:after {
            background: #4d9fde;
        }

        .footer-social-scj ul li:hover:nth-child(3) a {
            background: #0077B5;
        }

        .footer-social-scj ul li:hover:nth-child(3) a:before {
            background: #036aa0;
        }

        .footer-social-scj ul li:hover:nth-child(3) a:after {
            background: #0d82bf;
        }

        .footer-social-scj ul li:hover:nth-child(4) a {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        }

        .footer-social-scj ul li:hover:nth-child(4) a:before {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        }

        .footer-social-scj ul li:hover:nth-child(4) a:after {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        }

        .footer-blog- .single-blog- {
            margin-top: 20px;
        }


        /* --- Footer-Social Ends --- */
        /*About Contact form*/
       .scj-section-wrapper{
  max-width:1300px;
  margin:auto;
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  display:flex;
  margin-bottom: 30px;
  box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.form-area{
  flex:1;
  padding:50px;
}

.form-area h2{
  font-size:34px;
  margin-bottom:30px;
  line-height:1.3;
  color:#222;
}

.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.form-group{
  display:flex;
  flex-direction:column;
}

.form-group label{
  font-size:14px;
  margin-bottom:6px;
  color:#333;
}

.form-group label span{
  color:red;
}

.form-group input,
.form-group select,
.form-group textarea{
  padding:12px 14px;
  border:1px solid #ddd;
  border-radius:8px;
  outline:none;
  font-size:14px;
}

.form-group textarea{
  resize:none;
  height:110px;
}

.form-full{
  grid-column:1 / -1;
}

.btn-wrap-scj{
  margin-top:25px;
}

.btn-scj{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:14px 26px;
  border-radius:40px;
  border:2px solid #4748f4;
  color:#4748f4;
  text-decoration:none;
  font-weight:600;
  transition:.3s;
}

.btn-scj span{
  width:36px;
  height:36px;
  border-radius:50%;
  background:#4748f4;
  display:flex;
  color:#fff;
  align-items:center;
  justify-content:center;
  font-size:18px;
}

.btn-scj:hover{
  background:#4748f4;
  color:#fff;
}

.image-area{
  width:45%;
  min-height:100%;
}

.image-area img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Responsive */
@media(max-width:991px){
  .scj-section-wrapper{
    flex-direction:column;
    margin-bottom: 30px;
  }
  .image-area{
    width:100%;
    height:280px;
  }
  .form-area{
    padding:30px 20px;
  }
  .form-grid{
    grid-template-columns:1fr;
  }
}
/*Hero Slider Section*/
.scj_hero {
      position: relative;
      width: 100%;
      height: 650px;
      overflow: hidden;
    }

    .scj_slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 1.2s ease-in-out;
      z-index: 1;
    }

    .scj_slide.active {
      opacity: 1;
      z-index: 2;
    }

    .scj_slide::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /*background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));*/
    }

    /* Navigation Arrows */
    .scj_nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0,0,0,0.4);
      color: white;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      cursor: pointer;
      z-index: 10;
      transition: 0.3s;
      user-select: none;
    }

    .scj_nav-btn:hover {
      background: rgba(0,123,255,0.8);
    }

    .scj_prev { left: 20px; }
    .scj_next { right: 20px; }

    /* Responsive */
    @media (max-width: 1024px) {
      .scj_hero { height: 580px; }
    }

    @media (max-width: 768px) {
      .scj_hero { height: 500px; }
      .scj_nav-btn {
        width: 42px;
        height: 42px;
        font-size: 24px;
      }
      .scj_prev { left: 15px; }
      .scj_next { right: 15px; }
    }