@media (min-width: 1300px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1260px;
  }
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }
}
#scroll_Up_Btn {
  z-index: 999;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: #0056b3;
  color: #fff;
  font-size: 1.5em;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition:
    opacity 0.3s,
    transform 0.3s;
}

#scroll_Up_Btn:hover {
  background-color: #007bff;
  transform: scale(1.1);
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
#scroll_Up_Btn i {
  animation: bounce 2s infinite;
}
.blog-content li {
  list-style: inherit !important;
}

img {
  max-width: 100%;
}

body {
  font-family: "Spartan", sans-serif;
  color: #464545;
  font-size: 1.05rem;
  line-height: 34px;
  font-weight: 500;
  word-spacing: 0.1rem;
  letter-spacing: 0.4px;
}

a {
  text-decoration: none;
  color: #6799ff;
}

.secondary-font {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #444444;
  font-weight: 600;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #444444;
  text-decoration: none;
}

.bg-light {
  background-color: #f9f9f9 !important;
}

header {
  font-family: "Poppins", sans-serif;
}

/* Main Header Navigation */
#main_header-ims > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
}

#main_header-ims .logo img {
  max-height: 45px;
  width: auto;
}

.main-nav .menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0px;
}

.main-nav .menu .menu-link {
  display: inline-block;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  border-radius: 6px;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.main-nav .menu .menu-link:hover {
  color: #1a56db;
  background-color: #f0f6ff;
}
.main-nav .menu li.has-mega-menu:hover .mega-menu-panel {
  display: block !important;
}
.main-nav .menu li.has-mega-menu > a::after {
  content: "" !important;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 2px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23718096' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition:
    transform 0.22s ease,
    color 0.22s ease;
}

.main-nav .menu li.has-mega-menu:hover > a::after {
  transform: rotate(-180deg);
  color: #1a56db;
}
/* Mega Menu Panel */
.main-nav .menu li.has-mega-menu {
  position: static;
}

.mega-menu-panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 1199px) {
  .mega-menu-panel::before {
    content: "";
    position: absolute;
    bottom: calc(100% + -2px);
    left: 0;
    z-index: 9;
    width: 100%;
    height: 30px;
    background: #00000000;
  }
}
.mega-menu-panel-inner {
  position: relative;
  width: 100%;
  left: 0;
  background: #fff;
  border-top: 2px solid #f0f0f0;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  animation: megaFadeIn 0.2s ease;
  padding: 14px;
  border-radius: 17px;
}

@keyframes megaFadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mega-menu-wraper {
  padding: 24px 20px;
}

.menu-title-custom {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #94a3b8;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f5f9;
}

.menu-grid-wrap {
  padding: 0 8px;
}

/* Menu list items */
.menu-list ul {
  margin: 0;
  padding: 0;
}

.menu-list .menu-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

.menu-list .menu-list-item:hover {
  background-color: #f0f6ff;
}

.menu-list a {
  text-decoration: none !important;
  color: inherit;
}

.menu-list .icon-svg {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-list .icon-svg img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.menu-list .h6 {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 2px;
  line-height: 1.3;
}

.menu-list .discrp {
  font-size: 12.5px;
  color: #64748b;
  margin: 0;
  line-height: 1.4;
}

.menu-list.d-flex {
  display: flex;
  gap: 8px;
}

.menu-list.d-flex > ul {
  flex: 1;
}

/* View more link */
.view-more-link-nav {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f1f5f9;
  text-align: center;
}

.view-more-link-nav a {
  font-size: 13px;
  font-weight: 600;
  color: #1a56db;
  text-decoration: none !important;
}

.view-more-link-nav a:hover {
  text-decoration: underline !important;
}

/* Get started promo card in mega menu */
.get-start-menu {
  background: linear-gradient(135deg, #f0f6ff 0%, #e8f0fe 100%);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.get-start-menu .get-start {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.get-start-menu .title {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
  line-height: 1.4;
}

.get-start-menu p {
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 12px;
}

.get-start-menu a:not(.btn) {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-decoration: none !important;
}

.get-start-menu a:not(.btn):hover {
  text-decoration: underline !important;
}

/* Demo dashboard card */
.demo-dashboard {
  text-align: start;
}

.demo-dashboard img {
  width: 100%;
  max-width: 280px;
  border-radius: 10px;
  margin-bottom: 12px;
}

.demo-dashboard p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 12px;
}

.demo-dashboard a {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #1a56db;
  text-decoration: none !important;
}

.demo-dashboard a:hover {
  text-decoration: underline !important;
}

/* One million card */
.one-million {
  background: linear-gradient(135deg, #f8fafc 0%, #f0f6ff 100%);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

.one-million .one-million-img {
  width: 120px;
  height: auto;
  margin-bottom: 12px;
}

.milliom-title {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 14px;
  line-height: 1.4;
}

.milliom-title span {
  color: #1a56db;
  font-size: 18px;
}

.one-million ul {
  text-align: left;
  margin-bottom: 16px;
}

.one-million ul li {
  font-size: 13px;
  color: #475569;
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.one-million .one-million-check {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
	margin:0;
}

.one-million a.prime,
.one-million a.sec {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  margin: 4px;
  transition: transform 0.15s ease;
}

.one-million a.prime {
  background: linear-gradient(135deg, #1a56db 0%, #3b82f6 100%);
  color: #fff;
}

.one-million a.sec {
  background: #fff;
  color: #1a56db;
  border: 1px solid #1a56db;
}

.one-million a.prime:hover,
.one-million a.sec:hover {
  transform: translateY(-1px);
}

/* d-only-lg: show only on large screens */
.d-only-lg {
  display: flex;
  flex-wrap: wrap;
}

.language-menu {
  display: none;
}

/* ===== Mega Menu Responsive ===== */
@media (max-width: 1199px) {
  .mega-menu-panel,
  .mega-menu-panel-inner {
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
    border-radius: 0;
    border-top: none;
    animation: none;
  }
  .mega-menu-panel-inner {
    padding: 0 12px;
  }

  .mega-menu-wraper {
    padding: 0;
  }

  .mega-menu-wraper .row {
    flex-direction: column;
  }

  .mega-menu-wraper .col-lg-6,
  .mega-menu-wraper .col-lg-3,
  .mega-menu-wraper .col-lg-9,
  .mega-menu-wraper .col-lg-4,
  .mega-menu-wraper .col-xl-4-5,
  .mega-menu-wraper .col-xxl-3,
  .mega-menu-wraper .col-xl-auto {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
  }

  .menu-list.d-flex {
    flex-direction: column;
    gap: 0;
  }

  .menu-grid-wrap {
    padding: 0;
    margin-bottom: 8px;
  }

  .get-start-menu {
    margin-top: 12px;
    border-radius: 8px;
  }

  .one-million {
    margin-top: 12px;
  }

  .main-nav .menu li.has-mega-menu .mega-menu-panel.mobile-submenu-open {
    display: block !important;
  }
}

@media (max-width: 576px) {
  .menu-list .menu-list-item {
    padding: 8px;
    margin-bottom: 3px;
  }

  .menu-list .icon-svg {
    width: 28px;
    height: 28px;
  }

  .menu-list .icon-svg img {
    width: 24px;
    height: 24px;
  }

  .one-million a.prime,
  .one-million a.sec {
    display: block;
    margin: 4px 0;
    text-align: center;
  }
}
.get-started-now-header .btn.header-btn {
  background: linear-gradient(135deg, #1a56db 0%, #3b82f6 100%) !important;
  color: #fff !important;
  border: none !important;
  padding: 9px 28px 9px 18px !important;
  border-radius: 8px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 14px rgba(26, 86, 219, 0.3) !important;
  transition:
    box-shadow 0.2s,
    transform 0.15s !important;
  white-space: nowrap;
}
.get-started-now-header::before {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 999999;
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* Hamburger toggle button */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
}

.mobile-menu-toggle span {
  display: block;
  width: 24px;
  height: 2.5px;
  background-color: #333;
  border-radius: 2px;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

@media (min-width: 1024px) {
  .d-1024-none {
    display: none;
  }
}
@media (max-width: 1199px) {
  .mobile-menu-toggle {
    display: flex;
  }
  .bg-logo-toggle {
    background-color: #fff;
    z-index: 999999;
  }
  #main_header-ims > .container {
    flex-wrap: wrap;
    position: relative;
  }

  #main_header-ims > .container {
    position: relative;
  }
  .menu-list .demo-dashboard img {
    display: none;
  }
  #main_header-ims .main-nav {
    display: none !important;
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    overflow-y: auto;
    border-radius: 0 0 8px 8px;
  }

  #main_header-ims .main-nav.mobile-open {
    display: flex !important;
  }
  #main_header-ims .logo {
    z-index: 1001;
  }
  #main_header-ims .main-nav.mobile-open .main-nav {
    display: block !important;
    top: 0;
    left: 0;
    min-height: 100%;
    padding-top: 5rem;
  }
  #main_header-ims .logo::before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
    width: 100%;
    height: 5rem;
    background: #fff;
  }
  #main_header-ims .logo a{
    position: relative;
    z-index: 4;
  }
  .main-nav .menu {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .main-nav .menu .menu-item {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
  }

  .main-nav .menu .menu-link {
    display: block;
    padding: 5px;
    font-size: 15px;
    border-radius: 0;
  }

  .get-started-now-header {
    display: none;
  }

  .get-started-now-header .btn.header-btn {
    display: block !important;
    text-align: center;
    width: 100%;
  }
}

.head-search input {
  border-radius: 20px;
  padding: 0.475rem 0.95rem;
}
.head-search button {
  border-radius: 20px;
  padding: 0.3rem 1.5rem;
}

.navbar-brand-main {
  border: 1px solid #9c9c9c;
  border-radius: 5px;
}

@media (min-width: 991px) {
  .navbar-brand-main-toogle {
    display: none;
  }
  .navbar-brand-main {
    display: none;
  }
  .head-search {
    margin-left: 2rem;
  }
}
.navbar-nav {
  margin-top: 0px;
}

@media (max-width: 990px) {
  .navbar-nav {
    position: fixed;
    left: -300px;
    top: 0px;
    background: #eee;
    width: 300px;
    z-index: 9;
    padding-left: 30px;
    transition: all 0.5s ease;
    height: 100%;
    margin: 0px;
  }
  .navbar-nav li {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .mobNav-active .navbar-nav {
    left: 0px;
    transition: all 0.5s ease;
    z-index: 10;
    box-shadow: 100px 0px 150px rgba(0, 0, 0, 0.5);
  }
}
/* Footer Starts */
footer {
  background-color: #fff;
  padding-top: 20px;
  border-top: 2px solid #f3f4f6;
}
footer .footer-container {
  display: -ms-grid;
  display: grid;
  padding-bottom: 30px;
  grid-gap: 40px;
  -ms-grid-columns: repeat(5, 1fr);
  grid-template-columns: repeat(5, 1fr);
  padding-left: 30px;
}
footer .footer-container .footer-cnt li {
  list-style: none;
  margin: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
footer .footer-container .footer-cnt li span {
  color: #ea4335;
  opacity: 1;
  margin-right: 6px;
  display: none;
}
footer .footer-container .footer-cnt li a {
  color: #2e2e2e;
  font-weight: 200;
  padding: 4px 0;
  display: inline-block;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
}
footer .footer-container .footer-cnt li a:hover {
  color: #2890d5 !important;
}
footer .footer-container .footer-cnt h2 {
  color: #333333;
  opacity: 0.9;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 19px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #0c0c0c;
  font-size: 22px;
  text-transform: uppercase;
}
footer .footer-container .footer-cnt .flag img {
  width: 25px !important;
  margin-right: 5px !important;
  margin-top: -5px !important;
  margin-left: -1px !important;
}

.footer_companies_img img {
  width: 100%;
  max-width: 700px;
}

.on-contacts li {
  color: rgba(255, 255, 255, 0.6);
  /*   padding: 5px 0px; */
  border-bottom: 0px dotted #999;
}
.on-contacts li .fa-phone {
  color: #ea4335;
  font-size: 22px;
  bottom: -3px;
  position: relative;
}
.on-contacts li .fa-envelope {
  color: #ea4335;
  font-size: 20px;
  bottom: -2px;
  position: relative;
}
.on-contacts li .fa-whatsapp {
  color: #25d366;
  font-size: 24px;
  bottom: -2px;
  position: relative;
}
.on-contacts li .fa-telegram {
  color: #03a9f5;
  font-size: 23px;
  bottom: -4px;
  position: relative;
}

.copy_right_social_sec {
  width: 100%;
  height: auto;
  float: left;
  text-align: right;
}

.copy_right_social_sec a .copy_right_social_ico {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 3%;
  border: solid 2px #4e76ba;
  text-align: center;
  line-height: 28px;
  color: #4e76ba;
  border-radius: 50%;
}

.copyright {
  border-top: 2px solid #f3f4f6;
  padding: 15px 0px 15px 0px;
}

.footer-cnt .flag img {
  width: 25px !important;
  margin-right: 5px !important;
  margin-top: -5px !important;
  margin-left: -1px !important;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  footer .footer-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  footer .footer-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 440px) {
  footer .footer-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.copy-right {
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

/* Footer Ends */
.pagination ul li a {
  color: #a7a7a7;
  font-size: 14px;
  padding-bottom: 4px !important;
}
.pagination ul li a:hover {
  color: #e31919;
}
.pagination ul li span {
  color: #a7a7a7;
  font-size: 14px;
  padding-bottom: 4px !important;
}
.pagination ul li span:hover {
  color: #e31919;
}
.pagination ul .active span {
  background-color: #e31919 !important;
  border-color: #e31919 !important;
}

.breadcrumb-item {
  font-size: 13px;
}
.breadcrumb-item a {
  color: #000000;
  font-size: 13px;
}

.related-post-container {
  padding: 0;
}
.related-post-container .mlm-blog-title {
  font-size: 15px !important;
  line-height: 21px;
  text-align: left;
}
.related-post-container .rela-head {
  margin-top: 0;
}
.related-post-container .date_comment a {
  font-size: 12px;
}

.blog-content .comments h2 {
  margin-top: 0;
}

.comment-form-comment textarea {
  border: solid 1px #dcdcdc;
  resize: none;
  padding: 16px;
  border-radius: 5px;
}
.comment-form-comment textarea:focus {
  outline: rgb(61, 61, 61);
  border: solid 1px rgb(61, 61, 61);
}

#commentform input[type="text"] {
  border: solid 1px #dcdcdc;
  width: 100%;
  float: left;
  height: 45px;
  margin-bottom: 15px;
  border-radius: 5px;
  padding-left: 10px;
  font-size: 15px;
}
#commentform input[type="text"]:focus {
  outline: rgb(61, 61, 61);
  border: solid 1px rgb(61, 61, 61);
}

.form-submit .submit {
  background-color: #6d6d6d !important;
  border-color: #6d6d6d !important;
}
.form-submit .submit:hover {
  background-color: #424242 !important;
}

.social-share-box {
  width: 100%;
  height: auto;
  float: left;
  margin-top: -10px;
}
.social-share-box .social-icon {
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 1.5%;
  background-color: #fff;
  border: solid 1px #dadada;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  transition: 0.2s ease;
}
.social-share-box .social-icon img {
  width: 20px;
  margin-top: 7px;
}
.social-share-box .social-icon a {
  display: inline-block;
  width: 100%;
}
.social-share-box .social-icon:hover {
  box-shadow: 0px 0px 10px #ccc;
}

.blog-content .lightred-back {
  background: #fbfbfb;
}
.blog-content .lightred-back li {
  border-bottom: 1px solid #ffe7e7;
}

.logo-mob {
  max-width: 110px;
  height: auto;
  margin: inherit;
}

.type-post {
  margin-bottom: 30px;
  border-bottom: solid 1px #e0e0e0;
  padding: 15px;
  border-radius: 5px;
  padding-bottom: 30px;
}
.type-post h2 {
  font-size: 23px;
  margin-bottom: 20px;
  margin-top: 0;
}
.type-post span {
  font-size: 13px;
  color: #666;
}

.view-article {
  font-size: 13px;
}
.view-article a.post-edit-link {
  font-size: 13px;
}
.view-article:last-child {
  border: 0;
}

.comment-reply-title {
  margin-top: 0;
}

.type-page {
  margin-bottom: 40px;
}

.recent-post-container a {
  color: #525252;
  transition: 0.2s ease;
}
.recent-post-container a:hover {
  color: #6799ff;
}

.navbar-nav .nav-link {
  font-size: 15px;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.navbar-nav .dropdown .dropdown-menu {
  display: none;
  padding: 0;
  overflow: hidden;
  font-size: 15px;
  margin-top: -5px;
  border: 0 rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s cubic-bezier(0.88, -0.72, 0, 1),
    opacity 0.3s ease-in-out;
  transform: translateY(-4rem);
}
.navbar-nav .dropdown:hover .dropdown-menu {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 0;
  transform: translateY(0);
  display: block;
}

.stick .navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff !important;
  border-bottom: 1px #eee solid;
  transition: 0.2s ease;
}

.stick .navbar ul li {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-thumb .date_comment img {
  width: 23px;
}

.pagination .page-item {
  min-width: 40px;
  display: inline-block;
  text-align: center;
}

.light-table-filter {
  font-size: 14px;
  padding-left: 8px;
  border: solid 1px #ccc;
  height: 38px;
  width: 100%;
  max-width: 400px;
}
.light-table-filter:focus {
  outline: none;
  border: solid 1px #666;
}

/*----------------- search page style ----------------*/
.search-page {
  padding-top: 6rem;
  text-align: center;
}

.pagination nav {
  margin: 57px auto;
}

.pagination .page-item .page-numbers {
  padding: 10px !important;
  color: #000;
  border-radius: 6px;
  border: 1px solid #606060;
}

.search-page .pagination .page-item .current {
  padding: 10px !important;
  background: #606060;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #606060;
}

.search-result-single {
  text-align: left;
  margin: 15px auto;
}

.search-result-single h2 {
  font-size: 20px;
  line-height: 30px;
}

.search-result-single p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
}

@media (max-width: 576px) {
  .search-result-single h2 {
    padding-top: 15px;
  }
}
/******************** Blog Right Widget CSS *******************/
.related-post-container {
  max-width: inherit !important;
}

.pdng_reltd {
  padding-left: 15px;
  padding-right: 15px;
}

.right-contant-sec {
  width: 90%;
  height: auto;
  float: right;
  margin-top: 60px;
}

.widget_mlm_clculator {
  width: 100%;
  height: auto;
  float: left;
  padding: 25px 15px;
  box-shadow: 1px 2px 35px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #572bb1 3.63%, #004470 100%);
  box-shadow: 0px 4px 14px #79bae4;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.widget_mlm_clculator::after {
  position: absolute;
  right: -130px;
  top: -90px;
  width: 100%;
  height: 80%;
  content: "";
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: -1;
}

.widget_mlm_clcultr_head {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
}

.widget_mlm_clcultr_cnt {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8588235294);
  line-height: 22px;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.widget_mlm_clcultr_img {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}

.widget_mlm_clcultr_img img {
  max-width: 270px;
  width: 90%;
}

.widget_mlm_clcultr_btn_row {
  width: 100%;
  height: auto;
  text-align: center;
}

.widget_mlm_clcultr_btn {
  width: auto;
  padding: 0 30px;
  height: 45px;
  display: inline-block;
  background: #24c0e3;
  box-shadow: 0px 2px 15px rgba(11, 82, 116, 0.58);
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  font-weight: bold;
  margin-top: 10px;
}

.widget_mlm_clcultr_btn:hover {
  background: #fff;
  color: #242424;
}

.cube {
  position: absolute;
  top: 80%;
  left: 95%;
  width: 10px;
  height: 10px;
  border: solid 1px rgba(0, 81, 244, 0.2509803922);
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: cube 12s ease-in forwards infinite;
  animation: cube 12s ease-in forwards infinite;
  opacity: 0.2;
  z-index: 0;
}

.cube:nth-child(2n) {
  border-color: rgba(0, 81, 244, 0.2509803922);
}

.cube:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  left: 25%;
  top: 40%;
}

.cube:nth-child(3) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  left: 75%;
  top: 50%;
}

.cube:nth-child(4) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  left: 90%;
  top: 10%;
}

.cube:nth-child(5) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  left: 10%;
  top: 85%;
}

.cube:nth-child(6) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  left: 50%;
  top: 10%;
}

@-webkit-keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
.widget_mlm_plans {
  width: 100%;
  height: auto;
  float: left;
  padding: 30px 25px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 20px #e3e3e3;
  overflow: hidden;
  z-index: 0;
}

.widget_mlm_plans .widget_mlm_clcultr_head {
  text-align: left;
  font-weight: 600;
  color: #222;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 5px;
}

.mlm_pln_lst {
  width: 100%;
  height: auto;
  float: left;
}
.mlm_pln_lst p {
  margin: 0;
}

.mlm_pln_lst li {
  margin: 0;
  color: #282828;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.mlm_pln_lst li:hover {
  color: #1197b5;
}

@media (min-width: 991px) {
  .social-share-box .social-icon {
    margin-top: 10px;
  }
  .social-share-box .social-icon img {
    filter: invert(100%);
  }
  .social-share-box .social-icon:first-child {
    background-color: #4267b2;
  }
  .social-share-box .social-icon:nth-child(2) {
    background-color: #0077b5;
  }
  .social-share-box .social-icon:nth-child(3) {
    background-color: #1da1f2;
  }
  .social-share-box .social-icon:nth-child(4) {
    background-color: #128c7e;
  }
}
.try_ourdemo_box {
  width: 100%;
  height: auto;
  float: left;
  padding: 40px 30px;
  background-color: #e5f3ff;
  margin-bottom: 40px;
  border-radius: 20px;
  /* 	box-shadow: 10px 9px 20px #ddd; */
}

.try_ourdemo_text {
  width: 100%;
  height: auto;
  float: left;
}

.try_ourdemo_text h5 {
  width: 100%;
  height: auto;
  float: left;
  font-size: 37px;
}

.try_ourdemo_box .widget_mlm_clcultr_btn {
  text-align: center;
  box-shadow: 0px 2px 15px rgba(142, 193, 217, 0.58);
  font-size: 17px;
  text-transform: uppercase;
  height: 50px;
  line-height: 55px;
  border-radius: 40px;
  text-transform: uppercase;
}

.try_ourdemo_text_image {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}

.try_ourdemo_text_image img {
  max-width: 80%;
}

@media (max-width: 768px) {
  .try_ourdemo_text {
    text-align: center;
    margin-bottom: 50px;
  }
  .right-contant-sec {
    width: 98%;
  }
}
/******************** End Blog Right Widget CSS *******************/
@media (min-width: 1400px) {
  .banner {
    padding-top: 3rem !important;
  }
}
@media (max-width: 1160px) {
  .navbar-nav .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .navbar-nav .dropdown .dropdown-menu {
    min-width: 96%;
    width: 96%;
    opacity: 1;
    display: none !important;
  }
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .search-results .blog-main-head {
    padding: 0 !important;
  }
  .mlm-blog-title {
    margin-top: 18px;
  }
  .blog-content p {
    word-wrap: break-word;
  }
  .related-post-container {
    overflow: hidden;
  }
  .related-post-container .rela-head {
    padding-left: 10px;
  }
}
/* Search Bar Blog Style */
@media (max-width: 991px) {
  .blogcnt-search {
    width: 90% !important;
  }
}
.on-contacts li .fa {
  font-family: "FontAwesome";
}
.comment-author img {
  display: none;
}
.comment-author cite {
  font-size: 19px;
  font-style: inherit;
  font-weight: 600;
}

/* additional styling added */
a {
  text-decoration: none !important;
}
a::after {
  content: none !important;
}

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