/*
Theme Name: Bizberg Child
Theme URI: #
Author: #
Author URI: #
Description: #
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: bizberg

*/


@keyframes animate-fade {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  .myHerodiv img {
    height: auto;
    width: 100%;
    animation-duration: 0.5s;
    animation-name: animate-fade;
    animation-delay: 0.5s;
    animation-fill-mode: backwards;
}
.myHerodiv h1 {
    font-weight: bolder;
    font-size: 72px;
    color: #fff !important;
}
.myHerodiv p {
    color:#fff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
}


.breadcrumb-wrapper.homepage_banner {
    display: none;
}

.myHerodiv {
    min-height: 500px;
    
   
}
.myHerodiv img{
   height: auto;
   width: 100%;
    
}
.myHerodiv {
    background: #426E92;
}
.mfull {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.m6col {
    width: 50%;
}
.cta .container {
    width: 560px;
}
.cta  h2 {
    font-size: 62px;
    color: #000;
}
a.bredBtns {
    font-weight: bolder;
    font-size: 18px;
}
.cta p {
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.cta .container {
    width: 560px;
    background: white;
    padding: 44px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin: 0 auto;
}
a.bredBtns {
    font-weight: bolder;
    font-size: 18px;
    background: #426e92;
    padding: 13px 38px;
    color: #fff;
   
}
.cta {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    animation-duration: 0.5s;
    animation-name: animate-fade;
    animation-delay: 0.5s;
    animation-fill-mode: backwards;
    background: black;
    padding-top: 80px;
}

.myfull {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:50px;

}
.mhalf {
    width: 50%;
}

.ctent {
    margin-bottom: 20px;
}
.myfull h3 {
    font-weight: bolder;
    color: #000;
    font-size: 25px;
    padding-bottom: 10px;
}
@media only screen and (max-width: 600px) {
    .mhalf {
        width: 100%;
        padding-top: 20px;
    }
    .myfull {
        display: block;}
    .mfull {
        display: block;
    }
    .m6col {
        width: 100%;
    }
    h1 {
        font-size: 42px !important;
    }
    p {
        font-size: 14px !important;
    }
    .myHerodiv {
        text-align: center;
    }
    .myHerodiv img {
        height: 50%;
        margin-bottom: -80px;
        margin-top: -20px;
    }
    .myHerodiv {
        padding-top: 20px;
        padding-bottom: 20px;
    }
  }