/*----[[wb-section-id-6502b0ddeb7ba6ee486ba32d-start-css]]---*/
        /*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

.header_33 {
  background: var(--wb-website-theme-primary-color);
  overflow: hidden;
}

.header_33 .navbar-nav .nav-item {
  position: relative;
}

.header_33 .navbar-nav .nav-item .nav-link {
  display: inline-block;
  padding: 0.925rem 1.5rem 0.925rem;
  color: var(--wb-menu-color);
}

.header_33 .navbar-nav .nav-item .nav-link:after,
.header_33 .navbar-nav .nav-item .nav-link.active:after {
  display: block;
  content: '';
  border-bottom: solid 0.188rem var(--wb-menu-hover-color);
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.header_33 .navbar-nav .nav-item .nav-link:hover:after,
.header_33 .navbar-nav .nav-item .nav-link.active:after {
  transform: scaleX(1);
}

.header_33 .navbar-nav .nav-item .nav-link:hover,
.header_33 .navbar-nav .nav-item .nav-link.active {
  color: var(--wb-menu-hover-color);
}

.header_33 .logo {
  color: var(--wb-website-theme-secondary-color);
}

.header_33 .navbar-toggler {
  border: none;
}

.header_33 .navbar-toggler:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}

.header_33 .navbar-toggler .navbar-toggler-icon {
  background: transparent;
  outline: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;

}

.header_33 .navbar-toggler .navbar-toggler-icon:focus {
  outline: 0;
  border: none;

}

.header_33 .navbar-toggler .navbar-toggler-icon .fas {
  color: var(--wb-website-theme-secondary-color);
}

.header_33 .wb-dropdown-element:focus,
.header_33 .wb-dropdown-element:hover {
  color: var(--wb-website-hover-text-color);
  background-color: var(--wb-website-hover-background-color);
}
        /*----wb-section-id-6502b0ddeb7ba6ee486ba32d-end-css----*/
        

/*----[[wb-section-id-673b0248f05e5f7adbdc8fc4-start-css]]---*/
        .hero_106 {
  background: var(--wb-website-theme-primary-color);
}

.hero_106 .netflare-seo-hero-main h2
{
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0;
}

.hero_106 .netflare-seo-hero-main h3
{
  font-size: 1rem;
  font-weight: 600;
}

.hero_106 .netflare-hero-box {
  background: var(--wb-website-theme-primary-color);
  border-radius: 1.25rem;
  border: 0.063rem solid var(--wb-website-theme-secondary-color);
  padding-right: 3rem;
}

.hero_106 .netflare-box-img img {
  border-radius: 1.25rem 0 0 1.25rem;
  width: 100%;
}

.hero_106 .netflare-hero-list li {
  margin-bottom: 0.5rem;
}

.hero_106 .netflare-hero-list li i {
  font-size: 1.125rem;
  color: var(--wb-website-theme-secondary-color);
}

.hero_106 .netflare-hero-list .hero-list-text p {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 61.938rem) {
  .hero_106 .netflare-hero-box {
    padding: 2rem 2rem 0;
  }

  .hero_106 .netflare-box-img img {
      border-radius: 1.25rem;
  }
}
        /*----wb-section-id-673b0248f05e5f7adbdc8fc4-end-css----*/
        

/*----[[wb-section-id-653639e1e0fdae5aa310a0dc-start-css]]---*/
        .grid_75 {
    background: url(https://builder-templates-bucket.s3.amazonaws.com/653639e1e0fdae5aa310a0dc/assets/bg-solid.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4rem 0;
}

.grid_75 .card-main h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

.grid_75 .service_card {
    background: var(--wb-website-theme-primary-color);
    padding: 1.5rem;
    border-radius: 1.25rem;
    position: relative;
}

.grid_75 .services_data h2 {
    font-size: 1.1rem;
    font-weight: 700;
}

.grid_75 .services_data p {
    margin-bottom: 0;
}

.grid_75 .read-button {
    display: inline-block;
    background: var(--wb-website-theme-secondary-color);
    color: var(--wb-website-text-secondary-color);
    border-radius: 3.125rem;
    padding: 0.75rem 1.75rem;
    font-weight: 700;
}

.grid_75 .read-button:hover {
    background: var(--wb-website-hover-background-color);
    color: var(--wb-website-hover-text-color);
}

.grid_75 .button-position {
    position: absolute;
    bottom: 1.75rem;
    left: 0;
    right: 0;
    text-align: center;
}
        /*----wb-section-id-653639e1e0fdae5aa310a0dc-end-css----*/
        

/*----[[wb-section-id-64f802616f66ef502dbb5c94-start-css]]---*/
        /* =====
BLog-Section-Starts
===== */
.grid_59 {
    background: var(--wb-website-theme-primary-color);
}

.grid_59 .consult-blog-main h2 {
    font-size: 2.5rem;
}

.grid_59 .consult-blog-card {
    background: var(--wb-website-theme-primary-color);
    padding: 1rem 1.5rem;
    border-radius: 0.75rem 0.75rem 0 0;
}

.grid_59 .blog-card-pos {
    left: 0;
    right: 0;
    margin: 0 2rem;
    position: absolute;
    bottom: 0;
}

.grid_59 .consult-blog-card,
.grid_59 img {
    box-shadow: 0 0 0.375rem 0 var(--wb-theme-box-shadow);
}

.grid_59 img {
    width: 100%;
    border-radius: 1.375rem;
}

.grid_59 .consult-blog-para p {
    margin-bottom: 0;
    font-weight: 500;
}

.grid_59 .blog-read-butn a,
.grid_59 .blog-read-butn i,
.grid_59 .consult-blog-para p {
    font-size: 0.875rem;
}

.grid_59 .blog-read-butn a,
.grid_59 .blog-read-butn i {
    display: inline-block;
    text-decoration: underline;
}

.grid_59 .blog-read-butn a {
    color: var(--wb-website-theme-secondary-color);
}

/* =====
Blog-Section-Ends
===== */
        /*----wb-section-id-64f802616f66ef502dbb5c94-end-css----*/
        

/*----[[wb-section-id-6279ee02a9bbcc00bb5c0b19-start-css]]---*/
        /*--------------------------------------------------------------
# FOOTER_33
--------------------------------------------------------------*/
.footer_33 {
  background: var(--wb-website-theme-primary-color);
}

.footer_33 .footer-heading h6 {
  font-size: 1.2rem;
  font-weight: bold;
}


.footer_33 a:hover {
  color: var(--wb-website-theme-secondary-color);
}

.footer_33 .footer-links i {
  color: var(--wb-website-theme-secondary-color);
}

/*--------------------------------------------------------------
# End FOOTER_33
--------------------------------------------------------------*/
        /*----wb-section-id-6279ee02a9bbcc00bb5c0b19-end-css----*/
        

