/*----[[6426bac7dcd7644b2624d844]]---*/
        /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header_30 {
  box-shadow: 0 0.125rem 0.75rem var(--wb-theme-box-shadow);
  background: var(--wb-website-theme-primary-color);
}


.header_30 .logo {
  color: var(--wb-website-theme-secondary-color);
}

.header_30 .navbar-toggler {
  border: none;
}

.header_30 .navbar-toggler:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}

.header_30 .navbar-toggler .navbar-toggler-icon {
  background: transparent;
  outline: 0;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;

}

.header_30 .navbar-toggler .navbar-toggler-icon:focus {
  outline: 0 !important;
  border: none !important;

}

.header_30 .navbar-toggler .navbar-toggler-icon .fas {
  color: var(--wb-website-theme-secondary-color);
}


.header_30 .navbar-nav .nav-item .nav-link {
  padding: 0.625rem 0.825rem;
  color: var( --wb-menu-color);

}


.header_30 .navbar-nav .nav-item .nav-link:hover {
  color: var(--wb-menu-hover-color) !important;
}

.header_30 .appointment-btn {
  background: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
  padding: 0.75rem 1.563rem;
  border-radius: 30px;
  font-weight: 500;
}

.header_30 .appointment-btn:hover {
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
}

/* ===========media query======== */
@media (max-width: 64rem) {
  .header_30 .appointment-btn {
      padding: 0.85rem 1rem;
  }

  .header_30 .navbar-nav .nav-item .nav-link {
      font-size: 0.8rem !important;

  }
}


@media (max-width:57rem) {

  .header_30 .navbar-nav .nav-item .nav-link {
      padding-left: 0;
      font-size: 0.875rem !important;

  }

}
        /*----6426bac7dcd7644b2624d844----*/
        

/*----[[61dc18ad0e2fea1817442716]]---*/
        /*--------------------------------------------------------------
# video_5
--------------------------------------------------------------*/
.video_5 {
    background-color: var(--wb-website-theme-primary-color);

}

.video_5 .video-form-div h1 {
    font-size: 1.4rem;
    font-weight: bold;

}

.video_5 .video-form-div-top h1 {
    font-size: 2.3rem;
    font-weight: bold;

}

.video_5 .subscribe-btn {
    background: var(--wb-website-theme-secondary-color);
    color: var(--wb-website-text-secondary-color);
    border: 0.0625rem solid var(--wb-website-theme-secondary-color);
    padding: 1rem 3rem;
    border-radius: 0;

}

.video_5 .subscribe-btn:hover {
    border: 0.0625rem solid var(--wb-website-hover-background-color);
    background: var(--wb-website-hover-background-color);
    color: var(--wb-website-hover-text-color);
}

.video_5 ::placeholder {
    font-size: 0.875rem;
    color: var(--wb-input-placeholder-color);
}


.video_5 .form-control {
    background: var(--wb-input-background-color);
    color: var(--wb-input-text-color);
    border: 0.0625rem solid var(--wb-input-border-color);
    padding: 1rem 0.875rem;
    border-radius: 0;

}


.video_5 .form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 0.0625rem solid var(--wb-input-border-color);
}

.video_5 iframe {
    width: 100%;
}


@media (max-width: 32.813rem) {
    .video_5 iframe {
        width: 100%;
        height: 15.625rem;
    }
}

/*--------------------------------------------------------------
# End video_5
--------------------------------------------------------------*/
        /*----61dc18ad0e2fea1817442716----*/
        

/*----[[629ddd8d5cfc3fb37925370e]]---*/
        .button_4 {
  background: var(--wb-website-theme-primary-color);
}
.button_4 .btn-register {
  background: var(--wb-website-theme-primary-color);
  padding: 0.6rem 2rem;
  color: var(--wb-website-text-primary-color);
  border: 0.125rem solid var(--wb-website-theme-secondary-color);
}
.button_4 .btn-register:hover{
  background: var(--wb-website-hover-background-color);
    border: 0.125rem solid var(--wb-website-hover-background-color);
    color: var(--wb-website-hover-text-color);
}
        /*----629ddd8d5cfc3fb37925370e----*/
        

/*----[[629dfb685cfc3fb3792537e9]]---*/
        /*--------------------------------------------------------------
# para_section
--------------------------------------------------------------*/
.para_section {
  background: var(--wb-website-theme-primary-color);
}

.para_section p {
  font-size: 1rem;
  font-weight: normal;
}

/*--------------------------------------------------------------
# End para_section
--------------------------------------------------------------*/
        /*----629dfb685cfc3fb3792537e9----*/
        

/*----[[653f931ce0fdae5aa310cd5c]]---*/
        .team_12 {
    background: var(--wb-website-theme-primary-color);
    padding-bottom: 6rem;
}

.team_12 .team-main h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.team_12 .team-main,
.team_12 .team-img-box {
    position: relative;
}

.team_12 .team-main::after {
    content: '';
    position: absolute;
    width: 5rem;
    height: 0.125rem;
    background: var(--wb-website-theme-secondary-color);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.team_12 .team-img-box {
    overflow: hidden;
}

.team_12 .team-item img {
    width: 100%;
    transition: 0.6s;
}

.team_12 .team-item:hover img {
    transform: scale(1.1);
}

.team_12 .team-item {
    position: relative;
}

.team_12 .carousel-inner {
    padding-bottom: 4rem;
}

.team_12 .team-card {
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -5rem;
    background: var(--wb-website-theme-primary-color);
    width: calc(100% - 5rem);
    padding: 1.25rem 1.25rem 1.563rem;
    box-shadow: 0 0 2.125rem -0.313rem var(--wb-theme-box-shadow);
}

.team_12 .team-line {
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all .4s;
}

.team_12 .team-item:hover .team-line {
    opacity: 1;
    transform: scaleY(1);
    padding-top: 1.25rem;
    margin-top: 0.75rem;
}

.team_12 .team-line:before {
    content: '';
    position: absolute;
    z-index: 1;
    background: var(--wb-website-theme-secondary-color);
    top: 0;
    width: 3.125rem;
    height: 0.125rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.team_12 .carousel-indicators [data-bs-target] {
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 100%;
    background: var(--wb-website-theme-secondary-color);
    border-top: 0;
    border-bottom: 0;
    margin-left: 0;
    opacity: 0.5;
}

.team_12 .carousel-indicators button.active {
    opacity: 1;
}

.team_12 .carousel-indicators {
    position: absolute;
    bottom: -5rem;
}

.team_12 .team-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.team_12 .team-card h3:hover {
    color: var(--wb-website-theme-secondary-color);
}

.team_12 .team-card p {
    margin-bottom: 0;
    font-size: 0.875rem;
}

.team_12 .media-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.team_12 .media-list a {
    font-size: 1.125rem;
    color: var(--wb-website-theme-secondary-color);
}
        /*----653f931ce0fdae5aa310cd5c----*/
        

/*----[[629ddd8d5cfc3fb37925370e]]---*/
        .button_4 {
  background: var(--wb-website-theme-primary-color);
}
.button_4 .btn-register {
  background: var(--wb-website-theme-primary-color);
  padding: 0.6rem 2rem;
  color: var(--wb-website-text-primary-color);
  border: 0.125rem solid var(--wb-website-theme-secondary-color);
}
.button_4 .btn-register:hover{
  background: var(--wb-website-hover-background-color);
    border: 0.125rem solid var(--wb-website-hover-background-color);
    color: var(--wb-website-hover-text-color);
}
        /*----629ddd8d5cfc3fb37925370e----*/
        

/*----[[62e217169bbc310547fc10cc]]---*/
        /* ======== about_61========== */
.about_72 {
  background: var(--wb-website-theme-primary-color);
}
.about_72  .border-div {
  margin-bottom: 3.325rem;
  position: relative;
  text-align: center;

}

.about_72  .border-div::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 30.6875rem;
  width: 7.8125rem;
  border-bottom: 0.1875rem solid var(--wb-website-theme-secondary-color);
}

.about_72  .border-div::after {
  content: "";
  position: absolute;
  right: 0;
  top: 48%;
  left: 30.6875rem;
  width: 7.8125rem;
  border-bottom: 0.1875rem solid var(--wb-website-theme-secondary-color);
}

.about_72 .about-main-div h1 {
  font-size: 2.2rem;
  font-weight: bold;
}

.about_72 .about-main-style h5 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--wb-website-theme-secondary-color);
}

.about_72 .about-heading-style h1,
.about_72 .about-main-style h1 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.about_72 .about-sub-style h2 {
  font-size: 1.2rem;
  font-weight: bold;
}

.about_72 .about-btn {
  padding: 0.9rem 1.8rem;
  font-size: 1rem;
  font-weight: 600;
  background: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
  text-align: center;
  text-decoration: none;
}

.about_72 .about-btn:hover {
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
}

.about_72 ul>li {
  display: flex;
  line-height: 1.2;
}

.about_72 i {
  color: var(--wb-website-theme-secondary-color);

}
@media(max-width:90rem) {
 .about_72 .border-div::before {
    right: 36.6875rem;
  }

 .about_72 .border-div::after {
    left: 36.6875rem;
  }

 .about_72 .list-icon {
    top: 3.5rem;
  }
}

@media(max-width:64rem) {
 .about_72 .border-div::before {
    right: 30.375rem;
  }

 .about_72 .border-div::after {
    left: 30.375rem;
  }
}


@media(max-width:57rem) {
 .about_72 .border-div::before {
    right: 26.375rem;
  }

 .about_72 .border-div::after {
    left: 26.375rem;
  }
}

@media(max-width:33.75rem) {

 .about_72 .simple-timeline .list-icon,
 .about_72 .inverse-timeline .list-icon {
    display: none;
  }

}

@media(max-width:23.4375rem) {
 .about_72 .border-div::before {
    right: 16.375rem;
  }

 .about_72 .border-div::after {
    left: 16.375rem;
  }
}
/* ======== End about_61========== */
        /*----62e217169bbc310547fc10cc----*/
        

/*----[[63870259f4384594e9aa9d70]]---*/
        /* ======== about_74 ========== */
.about_81 {
  background: url(https://builder-templates-bucket.s3.amazonaws.com/63870259f4384594e9aa9d70/assets/bg-about.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 3rem 0 3rem;

}

.about_81 .tab-content-main h2,
.about_81 .wb-tabbed-style h2 {
  font-size: 1.675rem;
  font-weight: bold;
  letter-spacing: 0.081rem;
}

.about_81 .wb-tabbed-style h5 {
  padding-bottom: 1.125rem;
  font-size: 0.75rem;
}

.about_81 .tab-content-main p {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.081rem;
}

.about_81 .about-bottom-para h5 {
  font-size: 1rem;
  font-weight: bold;
}

.about_81 .btn-blue {
  background: var(--wb-website-theme-secondary-color);
  border-radius: 1.875rem;
  color: var(--wb-website-text-secondary-color);
  font-size: 1rem;
  letter-spacing: 0.25rem;
  padding: 1rem 3.125rem;
  font-weight: 600;
  text-decoration: none;
}

.about_81 .btn-blue:hover {
  color: var(--wb-website-hover-text-color);
  background: var(--wb-website-hover-background-color);
}


.about_81 .nav-pills {
  padding: 2rem;
  background-color: var(--wb-website-theme-primary-color);
  border: 0.063rem solid #e1e5e7;
  border-radius: 1.75rem;
  text-align: center;
  height: auto;
}

.about_81 .img-position {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.about_81 .video-img {
  border-top-left-radius: 1.75rem;
  border-top-right-radius: 1.75rem;
}


.about_81 .img-position a {
  color: var(--wb-website-text-secondary-color);
  display: block;
  text-decoration: none;
  transition: all .3s ease-in-out;
  text-align: center;
}

.about_81 .img-position a span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 1.25rem 0 0 0;
  font-size: 1rem;
}


.about_81 .nav-pills .nav-link.active,
.about_81 .nav-pills .show>.nav-link {
  background: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
  position: relative;
  border-radius: 1.875rem;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.938rem 1.563rem;
  text-transform: uppercase;
  transition: all .3s ease-in;
  z-index: 1;
}

.about_81 .nav-pills .nav-link,
.about_81 .nav-pills .show>.nav-link {
  background: var(--wb-website-theme-primary-color);
  color: var(--wb-website-text-primary-color);
  margin-top: 0.338rem;
  padding: 0.938rem 1.563rem;
  border-radius: 1.875rem;
  font-size: 0.875rem;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

.about_81 .nav-pills .show>.nav-link {
  content: '';
  position: absolute;
  top: 0.938rem;
  right: -1.625rem;
  width: 0;
  height: 0;
  border-top: 0.625rem solid transparent;
  border-right: 0.625rem solid var(--wb-website-text-primary-color);
  border-bottom: 0.625rem solid transparent;
  z-index: 1;
}

.about_81 .nav-pills .icon-show {
  display: none;
}

.about_81 .nav-pills button.active .icon-show {
  display: inline-block;
}

.about_81 .nav-pills button.active .icon-close {
  display: none;
}

.about_81 .tab-pane {
  background: var(--wb-website-theme-primary-color);
  padding-right: 0;
  padding-left: 0;
  border-radius: 1.75rem;
}

.about_81 .wb-tabbed-block {
  padding: 4.375rem 3.75rem;

}

.about_81 .wb-tabbed-style h5 {
  padding-bottom: 1.125rem;
  font-size: 0.85rem;
}


@media (max-width: 57rem) {
  .about_81 .tabbed-features-tabs {
    padding: 1.5rem;

  }

  .about_81 .wb-tabbed-block {
    padding: 2.875rem 1.875rem;
  }

  .about_81 .video>.content {
    bottom: 20.938rem !important;
  }

  .about_81 .wb-tabbed-style h2 {
    font-size: 1.3rem;
  }

}

@media (max-width: 32.813rem) {

  .about_81 .wb-tabbed-block {
    padding: 1.25rem !important;
    padding-bottom: 1.875rem !important;
  }

  .about_81 .tabbed-features-tab-content {
    padding-left: 0.45rem !important;
  }

  .about_81 .wb-tabbed-block {
    padding: 3.875rem 1.875rem !important;
  }

}

/* ======== End about_81========== */
        /*----63870259f4384594e9aa9d70----*/
        

/*----[[652e6ff9ad34aaa11908ba5f]]---*/
        /*===== Blog_Starts=====*/
.cpcos_grid_72 {
    background: url(https://builder-templates-bucket.s3.amazonaws.com/652e6ff9ad34aaa11908ba5f/assets/Blog.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5rem 0;
}

.cpcos_grid_72 .business-blog-main h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.2;
}


.cpcos_grid_72 .business-table-main h1 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.cpcos_grid_72 .business-blog-main h6 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.9rem;
}


.cpcos_grid_72 .business-blog-main p {
    margin-top: 0.7rem;
}

.cpcos_grid_72 .cyber-blog-card {
    border-radius: 0.625rem;
}

.cpcos_grid_72 .cyber-blog-card {
    background: var(--wb-website-theme-secondary-color);
    padding: 1.3rem 0.9rem 1.3rem 1rem;
    border-radius: 0.575rem;
    color: var(--wb-website-text-secondary-color);
}


.cpcos_grid_72 .card-mt-80 {
    margin-top: 8rem;
}

.cpcos_grid_72 .left-arrow-img {
    position: absolute;
    left: -6.25rem;
    margin: auto;
    top: 31%;
}

.cpcos_grid_72 .right-arrow-img {
    position: absolute;
    right: -6.875rem;
    margin: auto;
    top: 31%;
}

.cpcos_grid_72 .cyber-blog-details h4 {
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 0.125rem;
}

.cpcos_grid_72 .cyber-blog-details p {
    margin-bottom: 0;
    font-size: 1rem;
}



@media (max-width: 48rem) {
    .cpcos_grid_72 .right-arrow-img ,
    .cpcos_grid_72 .left-arrow-img {
       display: none;
    }
    
    .cpcos_grid_72 .card-mt-80 {
        margin-top: 3rem;
    }
    .cpcos_grid_72 .cyber-blog-card {
        padding-left: 1.25rem;
    }
   
}
@media (max-width: 32.813rem) {
    
    .cpcos_grid_72 .card-mt-80 {
        margin-top: 2rem;
    }
    .cpcos_grid_72 .cyber-blog-card {
        padding-left: 0.625rem;
    }
   
}

/*===== Blog_End=====*/
        /*----652e6ff9ad34aaa11908ba5f----*/
        

/*----[[629ddd8d5cfc3fb37925370e]]---*/
        .button_4 {
  background: var(--wb-website-theme-primary-color);
}
.button_4 .btn-register {
  background: var(--wb-website-theme-primary-color);
  padding: 0.6rem 2rem;
  color: var(--wb-website-text-primary-color);
  border: 0.125rem solid var(--wb-website-theme-secondary-color);
}
.button_4 .btn-register:hover{
  background: var(--wb-website-hover-background-color);
    border: 0.125rem solid var(--wb-website-hover-background-color);
    color: var(--wb-website-hover-text-color);
}
        /*----629ddd8d5cfc3fb37925370e----*/
        

/*----[[629dfb685cfc3fb3792537e9]]---*/
        /*--------------------------------------------------------------
# para_section
--------------------------------------------------------------*/
.para_section {
  background: var(--wb-website-theme-primary-color);
}

.para_section p {
  font-size: 1rem;
  font-weight: normal;
}

/*--------------------------------------------------------------
# End para_section
--------------------------------------------------------------*/
        /*----629dfb685cfc3fb3792537e9----*/
        

/*----[[642a7643dcd7644b2624d966]]---*/
        .grid_41 {
  background-image: url(https://builder-templates-bucket.s3.amazonaws.com/642a7643dcd7644b2624d966/assets/2.jpg);
  background-size: cover;
  padding: 3rem 0;
}

.grid_41 .banner-data h1 {
  font-size: 3.4rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.grid_41 .banner-data h3 {
  font-size: 0.775rem;
  margin-bottom: 1rem;
  letter-spacing: 0.063rem;
  font-weight: 700;

}

.grid_41 .more-course-btn a {
  background-color: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
  padding: 1rem 2rem;
  border-radius: 3.125rem;
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0.043rem;
  font-weight: 700;
}

.grid_41 .more-course-btn a:hover {
  background-color: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
}

.grid_41 .banner-card {
  background-color: var(--wb-website-theme-primary-color);
  padding: 2rem 1rem;
  border-radius: 1rem;
}

.grid_41 .banner-card-data h2 {
  font-size: 1.15rem;
  font-weight: 500;
}

.grid_41 .banner-card-data p {
  font-size: 0.75rem;
}

.grid_41 .banner-card i {
  font-size: 2rem;
  margin-bottom: 1rem;
}
        /*----642a7643dcd7644b2624d966----*/
        

/*----[[629ddd8d5cfc3fb37925370e]]---*/
        .button_4 {
  background: var(--wb-website-theme-primary-color);
}
.button_4 .btn-register {
  background: var(--wb-website-theme-primary-color);
  padding: 0.6rem 2rem;
  color: var(--wb-website-text-primary-color);
  border: 0.125rem solid var(--wb-website-theme-secondary-color);
}
.button_4 .btn-register:hover{
  background: var(--wb-website-hover-background-color);
    border: 0.125rem solid var(--wb-website-hover-background-color);
    color: var(--wb-website-hover-text-color);
}
        /*----629ddd8d5cfc3fb37925370e----*/
        

/*----[[63e63a088a39200ab1c9e968]]---*/
        /*--------------------------------------------------------------
# Services_6
--------------------------------------------------------------*/

.grid-10 {
  background: var(--wb-website-theme-primary-color);

}


.grid-10 .back-border {
  border-radius: 0.913rem;
  padding: 2rem;
}

.grid-10 .back-border:hover {
  box-shadow: 0rem 0rem 1rem var(--wb-theme-box-shadow);
}

.grid-10 .small-heading h6 {
  color: var(--wb-website-theme-secondary-color);
  margin-bottom: 0;
  font-size: 1rem;
}

.grid-10 .header-main h1 {
  font-size: 2.8rem;
  font-weight: bold;
}

.grid-10 .box-heading h1 {
  font-size: 1.8rem;
  margin-bottom: 1.3rem;
}

.grid-10 .back-border ul {
  font-size: 0.92rem;
}




.grid-10 ul li {
  line-height: 2.4;
}

.grid-10 ul i {
  color: var(--wb-website-theme-secondary-color);
  font-size: 1rem;
}

.grid-10 .btn-div {
  position: absolute;
  bottom: 2rem;
}

.grid-10 .btn-div a {
  background: transparent;
  display: inline-block;
  padding: 0.65rem 1.55rem;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.75;
  border: 0.125rem solid var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-primary-color);
  border-radius: 0.25rem;
}

.grid-10 .back-border:hover .btn-div a {
  background: var(--wb-website-hover-background-color);
  border: 0.125rem solid var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
}

/*--------------------------------------------------------------
# End Services_6
--------------------------------------------------------------*/
        /*----63e63a088a39200ab1c9e968----*/
        

/*----[[642a649fdcd7644b2624d92c]]---*/
        .grid_39 {
  background-image: url(https://builder-templates-bucket.s3.amazonaws.com/642a649fdcd7644b2624d92c/assets/bg.png);
  padding: 4rem 0 5rem;
}

.grid_39 .testimonial-heading h4 {
  font-size: 0.9rem;
  color: var(--wb-website-theme-secondary-color);
  margin-bottom: 1.375rem;
}

.grid_39 .testimonial-main-heading h2 {
  font-size: 2rem;
  font-weight: 600;
}

.grid_39 .stars {
  color: var(--wb-website-theme-secondary-color);
}

.grid_39 .stars i:not(:last-child) {
  margin-right: 0.3rem;
}

.grid_39 .card-paragraph p {
  font-size: 0.875rem;
}

.grid_39 .card-author h3 {
  font-weight: 600;
}


.grid_39 .card-author h3,
.grid_39 .card-author h4 {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.grid_39 .card-author h4 {
  color: var(--wb-website-theme-secondary-color);
  margin-left: 0.8rem;
}

.grid_39 .card-author {
  position: absolute;
  bottom: 1rem;
}

@media (max-width: 32.813rem) {
  .grid_39 .card-author {
    position: absolute;
    bottom: 0rem;
    width: 100%;
    margin: 0 auto;
  }
}
        /*----642a649fdcd7644b2624d92c----*/
        

/*----[[642a6b5adcd7644b2624d93c]]---*/
        .footer_45 {
  background-image: url(https://builder-templates-bucket.s3.amazonaws.com/642a6b5adcd7644b2624d93c/assets/bg.png);
  background-size: cover;
}

.footer_45 .logo h3 {
  font-size: 1.15rem;
  margin-bottom: 0;
  font-weight: 600;
}

.footer_45 .email-input-field input {
  background-color: var(--wb-input-background-color);
  color: var(--wb-input-text-color);
  border: 0.063rem solid var(--wb-input-border-color);
  padding: 0.8rem;
}

.footer_45 .email-input-field input::placeholder {
  color: var(--wb-input-placeholder-color);
}

.footer_45 .email-input-field input:focus {
  box-shadow: none;
}

.footer_45 .subscribe-button {
  background-color: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
  border: none;
  padding: 0.7rem;
  width: 100%;
}

.footer_45 .subscribe-button:hover {
  background-color: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
}

.footer_45 .course-navigation a {
  line-height: 2.3;
  font-weight: 500;
  font-size: 0.9rem;
}

.footer_45 .course-navigation a:hover {
  color: var(--wb-website-theme-secondary-color);
}


.footer_45 .course-footer a,
.footer_45 .course-footer i,
.footer_45 .course-copyright p,
.footer_45 .footer-para p,
.footer_45 .email-input-field input {
  font-size: 0.875rem;
}

.footer_45 .course-navigation h3,
.footer_45 .news-letter-heading h3 {
  font-size: 0.75rem;
}

@media (max-width: 48rem) {

  .footer_45 .subscribe-button,
  .footer_45 .email-input-field input {
    width: 50%;
  }
}
        /*----642a6b5adcd7644b2624d93c----*/
        

