/*
 Theme Name: Inspire Design
 Template: breakdance-zero-theme
 Version: 1.0.0
*/

strong {
  font-weight: 600;
}
.bde-fancy-divider__content{
    display: none;
}
.bde-animated-heading__wrapper{
    color: #4e544e;
}
.breakdance .bde-tabs__select:focus{
    border-color: #000 !important;
    outline: none !important;
}
.button-atom--primary.bde-button__button {
    padding: 0px !important;
}
.error404 .header-section,
.error404 .footer-section {
    display: none;
}
.overlay-bottom-inner .section-background-overlay {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

/*********************************** Button Primary Style ***************************************/
.breakdance .button-atom--primary:after{
    transform: rotate(0deg);
    width: 60px !important;
    height: 46px !important;
}
.breakdance .button-atom--primary:hover::after{
    transform: rotate(45deg);
}
@media(max-width:991px){
.breakdance .button-atom--primary:after {
    width: 40px !important;
    height: 35px !important;
}
}
/*********************************** Button Primary White Style ***************************************/
.white-color-button .breakdance-link.button-atom.button-atom {
    color: #fff;
}
.white-color-button span.button-atom__text{
    border-bottom: 4px solid #fff;
    padding-bottom: 5px;
}

/*********************************** Button Text Style ***************************************/
.breakdance-link.button-atom.button-atom--text {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
} 
.breakdance-link.button-atom.button-atom--text span.button-atom__icon-wrapper{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
  }
.breakdance-link.button-atom.button-atom--text:hover span.button-atom__icon-wrapper{
    transform: translate3d(5px, -5px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.breakdance-link.button-atom.button-atom--text:before{
    display: none !important;
}
.button-without-underline .button-atom.button-atom--text {
    border-bottom: none;
} 
/***********************************  Post Style ***************************************/
.breakdance .bde-post-list .ee-post{
    overflow: hidden;
}
.breakdance .bde-post-list .ee-post-wrap{
    position: relative;
    padding-bottom:2px;
}
.breakdance .bde-post-list .ee-post-wrap:after{
    content: "";
    width: 0%;
    height: 1px;
    background-color: #000;
    bottom: 0;
    position: absolute;
    transition: width 0.5s ease;
}
.breakdance .bde-post-list .ee-post-title{
    margin-bottom: 0;
}
.breakdance .bde-post-list .ee-post .ee-post-image-link{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
}
.breakdance .bde-post-list .ee-post:hover .ee-post-image-link{
    transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.breakdance .bde-post-list .ee-post:hover .ee-post-wrap:after{
    width: 100%;
}

/******************************* Team Detail Post Style *************************/
.breakdance .team-filter .ee-post-image img {
    filter: saturate(0%);
}
.breakdance .bde-post-list.team-filter .ee-post:hover .ee-post-image img{
    filter: none;
}
.breakdance .team-filter .ee-post-image {
    padding-bottom: 65% !important;
}

.breakdance .bde-post-list.team-filter .ee-post:nth-child(3) .bde-loop-item__content.ee-post-content{
    display: none;
}
.single-post .breakdance .ee-post:nth-child(4) .bde-loop-item__content.ee-post-content{
    display: none;
}
/******************************* Gravity Form Style *****************************/
.gform-body .gform_fields .gfield .gfield_label{
    color:#000;
    font-weight:600;
}
@media(min-width:1200px){
.gform-body .gform_fields .gfield{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    flex-wrap: wrap;
}
.gform-theme--framework .gform_validation_errors .gform_submission_error{
  letter-spacing: 1px !important;
}
.gform-body .gform_fields .gfield .gfield_label{
    width: 25%;
}
.gform-body .gform_fields .gfield .ginput_container{
    width: 60%;
}
.gform-body .gform_fields .gfield.gfield--type-captcha{
    justify-content: flex-start;
}
.gform-body .gform_fields .gfield.gfield--type-captcha .gfield_validation_message{
    margin-left: 25%;
}
.gform-body .gform_fields .gfield.gfield--type-html, .gform-footer.gform_footer{
    justify-content: flex-start;
    margin-left: 25%;
}
}
.gform-theme--foundation .gform_fields {
    row-gap: 24px;
}
.gform-theme--foundation .gform_fields {
    row-gap: 24px !important;
}
.gform-body .gform_fields .gfield .ginput_container input:focus{
    outline-color: #000 !important;
    border-color: #000 !important;
}
.gform-body .gform_fields .gfield .ginput_container input:focus, .gform-body .gform_fields .gfield .ginput_container select:focus,.gform-body .gform_fields .gfield .ginput_container textarea:focus{
    outline-color: #000 !important;
    border-color: #000 !important;
}
.gform-body .gform_fields .gfield.gfield--type-html .gform_button:focus, .gform-footer.gform_footer .gform_button:focus{
    outline: none !important;
}
.gform-body .gform_fields .gfield.gfield--type-html .gform_button, .gform-footer.gform_footer .gform_button{
    width: 100% !important;
    background-color: #f5f5f5 !important;
    color: #000 !important;
    border: 1px solid #c0c6cc !important;
}
@media(min-width:1200px){
    .gform-body .gform_fields .gfield.gfield--type-html .gform_button, .gform-footer.gform_footer .gform_button{
        width: 60% !important;
    }
}

/******************************* Blog Post Detail Style *************************/
.single-post .breakdance .bde-post-list.team-filter .ee-post:nth-child(3) .ee-post-taxonomy-item{
    margin-bottom:20px;
}
.single-post .breakdance .team-filter .ee-post-image {
    padding-bottom: 65% !important;
    height: 300px !important;
}
@media(min-width:991px){
    .single-post .breakdance .blog-width .section-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 736px;
    }
}


/****************************** Listing Style Green Icon *********************************/
.custom-check-list ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.custom-check-list ul li {
  position: relative;
  padding-left: 44px;
  margin-bottom: 7px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 300;
}
.custom-check-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 23px;
  height: 23px;
  background-color: #7cb343; 
  border-radius: 3px;
}

.custom-check-list ul li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
@media(max-width:479px){
.custom-check-list ul li {
    font-size: 14px;
}
}

/********************Header CSS************************/

.breakdance header.bde-header-builder .bde-header-builder__container{
    justify-content: flex-start;
}
.breakdance header.bde-header-builder .bde-header-builder__container .bde-container-link{
    flex-grow: 1;
}
.breakdance header.bde-header-builder .bde-header-builder__container .bde-container-link:focus-visible{
    outline: none !important;
}
@media(max-width:1023.85px){
.breakdance header.bde-header-builder .bde-header-builder__container{
    flex-direction: row;
}
.bde-menu-36-153.bde-menu:nth-child(2) {
    order: 3;
}
header .breakdance-menu .breakdance-menu-link:hover {
    color: #000 !important;
}
.breakdance .bde-menu-36-153 .breakdance-menu .breakdance-menu-link{
    padding: 16px 48px !important;
    font-weight: 300 !important;
    color: #221f20 !important;
    font-size: 24px !important
}
.breakdance .bde-menu-36-153 .breakdance-menu .breakdance-dropdown-link{
    padding: 12px 48px 12px 68px !important;
}
.breakdance .bde-menu-36-153 .breakdance-menu--offcanvas.breakdance-responsive-menu--open .breakdance-menu-list{
    padding-top: 80px !important;
}
.breakdance .bde-menu-36-153 .breakdance-responsive-menu--open .breakdance-menu-toggle{
    background-color: #7b7d77;
    cursor: pointer;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
    z-index: 9999;
}
.breakdance-responsive-menu--open .breakdance-menu-toggle__custom-close-icon{
    margin-top: 4px;
}
}
@media(max-width:767px){
.breakdance .bde-menu-36-153 .breakdance-menu .breakdance-menu-link{
    font-size: 20px !important;
}    
.breakdance .bde-menu-36-153 .breakdance-menu--offcanvas .breakdance-menu-list{
    width: 100% !important;
}
}
.breakdance-dropdown-caret {
    display: none !important;
}
.breakdance-menu{
    --dropdown-custom-offset-y: 10px !important;
}

body.header-color-style > .breakdance:first-child, body.header-color-style.admin-bar div:nth-child(3).breakdance {
    margin-bottom: 60px;
}
@media(min-width: 1024px){
  body.header-color-style > .breakdance:first-child, body.header-color-style.admin-bar div:nth-child(3).breakdance {
    margin-bottom: 110px;
}  
}
body.header-color-style .breakdance header.bde-header-builder-36-147:not(.bde-header-builder--sticky-styles) .bde-menu-36-153 .breakdance-menu-link{
    color:#221f20;
}
body.header-color-style .breakdance header.bde-header-builder-36-147:not(.bde-header-builder--sticky-styles) .bde-button-36-152 .bde-button__button{
    --bde-button-custom-border-color: #000;
    --bde-button-custom-border-color-hover: #000;
    color: #000;
}
body.header-color-style header.bde-header-builder-36-147:not(.bde-header-builder--sticky-styles) .breakdance-menu-link-arrow:after{
    background-color:#221f20;
}
body.header-color-style header.bde-header-builder-36-147:not(.bde-header-builder--sticky-styles) a.breakdance-link img{
    filter: brightness(0);
}
body.header-color-style header.bde-header-builder-36-147:not(.bde-header-builder--sticky-styles) .breakdance-menu-toggle .breakdance-menu-toggle__custom-open-icon svg rect{
    fill: #000 !important;
}

body.header-color-style header.bde-header-builder-36-147:not(.bde-header-builder--sticky-styles) .breakdance-menu-toggle-lines, body.header-color-style header.bde-header-builder-36-147:not(.bde-header-builder--sticky-styles) .breakdance-menu-toggle-lines:before, body.header-color-style header.bde-header-builder-36-147:not(.bde-header-builder--sticky-styles) .breakdance-menu-toggle-lines:after{
    background-color: #000;
}
.is-breakdance-menu-open body:not(.header-color-style) .breakdance .bde-header-builder-36-147.bde-header-builder--overlay{
    background: #434943;
}
@media(max-width: 1200px){
.breakdance header .bde-menu-36-153 .breakdance-menu-link{
    padding: 10px !important;
}
}

/************************For Banner Zoom In and Zoom Out animation*********************************/

.breakdance{
    z-index: 1;
    position: relative;
    background-color: transparent;
}
body > .breakdance:first-child, body.admin-bar div:nth-child(3).breakdance {
    z-index: 9;
}
.breakdance .banner-home{
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.breakdance .banner-home::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--banner-home-bg);
    transform: scale(1);
    animation: zoomBg 20s ease-in-out infinite;
    will-change: transform;
    z-index: -1;
    background-position:top center;
    background-size: cover;
    background-repeat: no-repeat;
}
@keyframes zoomBg {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.breakdance .banner-home .bde-code-block{
    display: contents !important;
}
.breakdance .banner-home .bde-code-block svg{
  clip-path: inset(0 100% 0 0);
  animation: fillReveal 3s ease forwards;
  width: 75%;
  margin:0 auto;
}

@keyframes fillReveal {
  to {
    clip-path: inset(0 0 0 0);
  }
}
.scroll-down {
    position: absolute;
    bottom: 50px;
    background-color: rgba(255,255,255,0.3);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 64px;
    display: flex;
}
.breakdance-dropdown-body{
    box-shadow: none !important;
}
#hide-header {
  transition: all .4s ease !important;
}

/*****************Pop Up Design********************/

.bde-popup .breakdance-popup-content{
    background-color: transparent !important;
    padding: 30px !important;
}
.gform-theme--framework .gform_validation_errors .gform_submission_error{
    letter-spacing: 1px !important;
    flex-direction: row !important;
}
.bde-popup .gform-theme--foundation .gform_fields{
    text-align: center !important;
}
.bde-popup .gform-body .gform_fields .gfield.gfield--type-html{
    margin-left: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.bde-popup .gform-footer.gform_footer{
    margin-left: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.bde-popup .gform-body .gform_fields .gfield.gfield--type-html p{
    font-size: 16px;
    font-weight: 400;
}
.bde-popup .gform-body .gform_fields .gfield{
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.bde-popup .gform-body .gform_fields .gfield .ginput_container input{
    height: 60px;
    border-radius: 100px;
}
.bde-popup .gform-footer.gform_footer input{
    height: 60px;
    border-radius: 100px !important;
    padding: 20px !important;
    background-color: #7b7d77 !important;
    font-weight: 400 !important;
    color: #fff !important;
    border-color: #7b7d77 !important;
    font-size: 16px !important;
}
.bde-popup .gform-body .gform_fields .gfield .ginput_container input:focus{
    outline-color: none !important;
    border-color: none !important;
}
.bde-popup .gform-theme--framework .gform_validation_errors{
    background-color: #fff !important;
}
.bde-popup .gform-theme--framework .field_description_below .gfield_description{
    margin-top: 10px !important;
}
.breakdance .bde-popup-1824-100 .breakdance-popup .breakdance-popup-close-button {
    color: #FFF !important;
    --closeButtonSize: 20px !important;
    padding: 16px !important;
    background-color: #7b7d77 !important;
    border-radius: 100px !important;
}

.gform-body .gform_fields .gfield .ginput_container input:focus, .gform-body .gform_fields .gfield .ginput_container select:focus, .gform-body .gform_fields .gfield .ginput_container textarea:focus {
    outline: none !important;
}

@media(max-width: 991px){
    .breakdance .bde-popup-1824-100 .breakdance-popup .breakdance-popup-close-button {
        top: -70px !important;
        right: 20px !important;
    }
}
@media(max-width: 1025px){
    .breakdance .bde-animated-heading-2-101 .bde-animated-heading__text > span:first-child {
        display: block !important;
    }
}
@media(max-width: 767.55px){
.is-breakdance-menu-open .breakdance header.bde-header-builder .bde-header-builder__container a > img{
    filter: invert(1) brightness(0);
    z-index: 9999;
}
}