@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    font-family: 'Poppins', sans-serif !important;
}
.powerBI-frm input:focus{
    outline: none !important;
}
.Powerbi-form form{
    /* background-color: #fff; */
    border-radius: 20px;
    box-shadow: 0px 0px 13px rgba(0,0,0,.15);
    width: 70%;
    margin: 0px auto;
    padding: 30px 30px 10px;
    text-align: center;
    background: linear-gradient(45deg,#fff 50%, #fafaff 50%);
    background-size: 15px 15px;
}
.Powerbi-form .form-group{
    margin-bottom: 15px;
}
.Powerbi-form .form-control{
    font-size: 14px;
    color: #000;
    background-color: #EFEFEF;
    border-radius: 10px;
    height: 44px;
    border: 1px solid #ccc !important;
}
.Powerbi-form textarea{
    height: auto !important;
}
.Powerbi-form .form-control::placeholder{
    color: #000;
}
.Powerbi-form h3{
    color: #F37C23;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 26px;
}
.Powerbi-form p{
    color: #626262;
    margin-bottom: 20px;
}
.powerbi-main{
    background: url(../images/powerbibg.webp);
    background-repeat: no-repeat;
    padding: 130px 20px 70px;
    background-size: cover;
    margin-bottom:30px;
}
.Powerbi-form .powerbi-submit{
    background-color: #F37C23 !important;
    background-image: none !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 13px !important;
    padding: 14px !important;
    min-width: 153px;
    margin: 10px auto 20px;
    border: none;
    transition: .5s;
    outline: none;
    font-size: 16px !important;
    line-height: 20px !important;
}
.powerbi-submit:hover,
.powerbi-submit:focus{
    box-shadow: 0px 0px 14px rgba(243,124,35,.9);
    background-color: #f06700;
    color: #fff; 
    outline: none;
}
.Powerbi-txt{
    color: #fff;
    width: 80%;
    margin: 0px auto;
}
.Powerbi-txt h1{
    font-weight: 700;
    margin: 20px 0px;
    color: #fff;
    font-size: 46px;
}
.Powerbi-txt p{
    font-size: 16px !important;
    font-weight: 300;
    line-height: 27px;
    color: #fff;
}
.powerbi-tag{
    background-color: rgba(255,255,255,.1);
    max-width: 180px;
    padding: 10px 0px;
    border-radius: 50px;
    text-align: center;
    font-size: 14px !important;
    line-height: normal !important;
    color: #fff;
}
.Powerbi-txt a{
    background-color: #F37C23;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    display: flex;
    width: fit-content;
    font-weight: 700;
    margin: 20px 0px;
}
.Powerbi-txt a:focus{
    outline: none;
}
.Powerbi-txt a:hover{
    cursor: pointer;
}
.Powerbi-txt ul{
    padding-left: 0px;
    margin: 25px 0px;
}
.Powerbi-txt ul li{
    list-style: none;
    display: flex;
}
.Powerbi-txt ul li img{
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-top: 3px;
}
/* .Powerbi-txt ul li i{
    margin-top: 2px;
    font-size: 18px;
    margin-right: 10px;
} */
.Powerbi-txt ul li p{
    line-height: normal;
    font-size: 14px;
    font-style: italic;
    margin: 0px 0px 14px 0px;
    font-weight: 500;
}
.Powerbi-stats{
    padding: 40px 20px;
}
.Powerbi-stats-single{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.Powerbi-stats-single img{
    width: 100px;
    margin-right: 20px;
}
.Powerbi-stats h2{
    font-size: 40px;
    font-weight: 600;
    color: #f47c25;
}
.Powerbi-stats-single h1{
    font-size: 50px;
    font-weight: 700;
}
.Powerbi-stats-single p{
    color: #F37C23;
    font-size: 20px;
}
.Powerbi-info{
    display: flex;
    flex-wrap: wrap;
}
.Powerbi-info-center{
    text-align: center;
    margin-bottom: 30px;
}
.Powerbi-info-center h2{
    font-weight: 700;
}
.Powerbi-img img{
    width: 100%;
}
.Powerbi-accordion #accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
.Powerbi-accordion #accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 13px;
}
.Powerbi-accordion #accordion .panel-title a{
    display: block;
    padding: 20px 15px;
    background: #F7F7F7;
    font-size: 18px;
    /* font-weight: bold; */
    color: #F37C23 !important;
    border: 1px solid #E3E3E3;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    border-radius: 13px;
    font-weight: 600 !important;
}
.Powerbi-accordion #accordion .panel-title a:hover{
    text-decoration: none;
    cursor: pointer;
}
.Powerbi-accordion #accordion .panel-title a.collapsed{
    box-shadow: none;
    color: #F37C23 !important;
}
.Powerbi-accordion .collapsing{
    transition: height 0s ease !important;
}
.Powerbi-accordion #accordion .panel-title a:before,
.Powerbi-accordion #accordion .panel-title a.collapsed:before{
    content: "\f067";
    font-family: "FontAwesome";
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    color: #F37C23 !important;
    text-align: center;
    position: absolute;
    top: 16px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
.Powerbi-accordion #accordion .panel-title a.collapsed:before{
    color: #676767;
    transform: rotate(0);
}
.Powerbi-accordion #accordion .panel-body{
    padding: 30px 15px 15px;
    font-size: 14px;
    color: #000;
    line-height: 27px;
    border: 1px solid #e7e7e7;
    margin-top: -20px;
}
.Powerbi-info-main, .Powerbi-cta{
    padding: 40px 20px;
}
.Powerbi-cta{
    justify-content: center;
}
.Powerbi-cta ul{
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Powerbi-cta ul li{
    list-style: none;
}
.Powerbi-cta ul li h1{
   /* background: linear-gradient(30deg, rgba(187,141,214,1) 0%, rgba(84,101,241,1) 52%, rgba(60,167,229,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  font-weight: 700;
  margin: 0px;
  line-height: normal;
  font-size: 36px;
  padding-right: 40px;
  color: #000;
  /* word-break: break-word;
  width: 99%; */
}
.Powerbi-cta ul li a{
    background-color: #F37C23;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    display: flex;
    width: fit-content;
    font-weight: 700;
}
.powerbianaly-main{
    /* background: url(../images/bg-plainpowerbi.svg); */
    background: linear-gradient(45deg, rgba(24,12,170,1) 52%, rgba(18,10,111,1) 100%);
    background-repeat: no-repeat;
    padding: 40px 20px;
    color: #fff;
    text-align: center;
    background-size: cover;
}
.powerbianaly-info{
    display: flex;
    align-items: flex-start;
}
.powerbianaly-txt{
    text-align: left;
    margin-bottom: 30px;
}
.powerbianaly-txt h3{
    margin-top: 10px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
}
.powerbianaly-txt p{
    color: #fff !important;
    font-size: 14px;
}
.powerbianaly-info img{
    margin-right: 20px;
    width: 50px;
    display: flex;
}
.powerbi-analytics h1{
    margin-bottom: 50px;
    font-weight: 700;
    width: 100%;
    color: #fff;
    font-size: 40px;
    padding-top: 20px;
}
.powebi-testimonials{
    padding: 40px 20px;
}
.powebi-testimonials .testimonial{
    background: #F7F7F7;
    text-align: center;
    padding: 30px 30px 30px;
    margin: 50px 15px 50px;
    position: relative;
    border-radius: 20px;
}
.powebi-testimonials .testimonial:before,
.powebi-testimonials .testimonial:after{
    content: "";
    border-top: 40px solid #fff;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.powebi-testimonials .testimonial:after{
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}
.powebi-testimonials .testimonial .icon{
    display: inline-block;
    font-size: 80px;
    color: #bd986b;
    margin-bottom: 20px;
    opacity: 0.6;
}
.powebi-testimonials .testimonial .description{
    font-size: 14px;
    color: #00000C;
    text-align: left;
}
.powebi-testimonials .testimonial-name{
    text-align: left;
    border-left: 4px solid #F37C23;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 15px 0px;
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
}
.powebi-testimonials .testimonial .pic{
    display: inline-block;
    border: 4px solid #F37C23;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    left: -14px;
    top: -20px;
    width: 70px;
}
.powebi-testimonials .testimonial .pic img{
    width: 100%;
    height: auto;
}
.powebi-testimonials .testimonial .title{
    font-size: 18px;
    color: #00000C;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.powebi-testimonials .testimonial-content{
    padding-left: 40px;
}
.powebi-testimonials .testimonial .post{
    display: none;
    font-size: 14px;
    color: #F37C23;
    /* margin-bottom: 10px; */
}
.powebi-testimonials .owl-theme .owl-controls{
    margin-top: 0;
}
.powebi-testimonials .owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    margin: 5px;
    opacity: 1;
}
.powebi-testimonials .owl-theme .owl-controls .owl-page.active span,
.powebi-testimonials .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #F37C23;
}
.powebi-testimonials h1{
    text-align: center;
    font-weight: 700;
    margin: 0px auto 40px;
    font-size: 46px;
}
.powerbi-experts{
    background: url(../images/powerbi-vector.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 60px 20px;
}
.powerbi-experts h1{
    font-weight: 700;
    font-size: 50px;
}
.powerbi-experts h1,
.powerbi-experts h3{
    /* background: linear-gradient(30deg, rgba(187,141,214,1) 0%, rgba(84,101,241,1) 52%, rgba(60,167,229,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #000;
}
.powerbi-experts h3{
    font-weight: 400;
    margin-top: 10px;
}
.powerbi-experts a{
    background-color: #F37C23;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    display: flex;
    width: fit-content;
    font-weight: 700;
    display: block;
    text-align: center;
    margin: 40px auto;
}
.powerbi-btn{
    /* box-shadow: 0px 0px 14px rgba(0,87,255,.4); */
    transition: .5s;
    animation-name:glow;
    animation-duration:0.8s;
    animation-iteration-count:infinite;
    animation-direction:alternate;
}
.Powerbi-accordion .btn-link{
    display: block;
    padding: 17px 15px;
    background: #F7F7F7 !important;
    font-size: 18px;
    font-weight: 600 !important;
    color: #f47c25 !important;
    border: 1px solid #E3E3E3;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    border-radius: 13px;
    width: 100%;
    text-align: left;
    margin-bottom:10px !important;
    font-family: 'Poppins', sans-serif !important;
}
.Powerbi-accordion button:not(:hover):not(:active):not(.has-background){
    color: #f47c25 !important;
    border: 1px solid #E3E3E3 !important;
}
.Powerbi-accordion .btn-link i{
    color: #f47c25 !important;
    float: right;
    margin-right: 10px;
    font-size: 20px;
    font-size: 18px;
    margin-top: 4px;
    transform: rotate(135deg);
    transition: 0.5s;
}
.Powerbi-accordion .btn-link.collapsed i {
    transform: rotate(0deg);
}
.Powerbi-accordion .t-p{
    padding: 30px 15px 15px;
    font-size: 14px;
    color: #000;
    line-height: 27px;
    border: 1px solid #e7e7e7;
    margin-top: -10px;
    border-radius: 0px 0px 15px 15px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif !important;
    margin-top: -20px;
}
.powerbi-btn:hover,
.powerbi-btn:focus{
    cursor: pointer;
    box-shadow: none;
    color: #fff !important;
    background-color: #f06700 !important;
    text-decoration: none !important;
    /* border: 2px solid #0057FF; */
}
.powerbi-partners{
    width: 100%;
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 60px 0px;
}
/* .powerbi-partners img {
    display: block;
    width: 100%;
  }
  .powerbi-partners article {
    display: flex;
    width: 200%;
    animation: bannerlogo 20s linear infinite;
  }

  .powerbi-partners article.paused {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }

  .powerbi-partners div {
    width: 100%;
  }

  .powerbi-partners ul {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    height: 85px;
  }

  .powerbi-partners ul li {
    width: 100%;
    border-right: 2px solid #7a7a7a;
    padding: 20px;
    height: auto;
  }
  .powerbi-partners ul li img{
    width: 230px;
    margin: 0px auto;
  }

  @keyframes bannerlogo{
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  } */
.powerbi-partners .slider {
    height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}
.powerbi-partners .slider .slide-track {
    animation: scroll 20s linear infinite;
    display: flex;
    width: calc(250px * 14);
}
.powerbi-partners .slider .slide {
    height: auto;
    width: 499.99px;
    padding: 0px 3%;
    border-right: 2px solid #7A7A7A;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.powerbi-partners .slider .slide img{
    display: flex;
}
#powerBIForm .error {
    border: 1px solid red !important;
    color: #000 !important;
}
#powerBIForm .error input{
    color: #000;
}
@keyframes scroll {
    0% {transform: translateX(0);}
    100% {transform: translateX(calc(-250px * 10));}
}
@keyframes glow{
    from{box-shadow:0px 0px 5px rgba(243,124,35,.4);}
    to{box-shadow:0px 0px 14px rgba(243,124,35,.9);}
}


@media only screen and (max-width: 650px) and (min-width: 400px){
    .powebi-testimonials .testimonial:before{ border-right: 325px solid transparent; }
    .powebi-testimonials .testimonial:after{ border-left: 325px solid transparent; }
}
@media (max-width: 1200px){
    .Powerbi-cta ul{
        justify-content: center;
    }
    .Powerbi-cta ul li h1{
        margin-bottom: 20px;
        text-align: center;
        padding-right: 0px;
        font-size: 30px;
    }
    .Powerbi-cta ul li h1 {
        width: 100%;
    }
}
@media (max-width: 991px){
    .Powerbi-txt{
        text-align: center;
    }
    .Powerbi-txt p{
        margin: 0px auto;
    }
    .Powerbi-txt a{
        margin: 20px auto;
    }
    .Powerbi-stats-single{
        justify-content: center;
    }
    .Powerbi-txt ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .Powerbi-txt ul li p {
        text-align: left;
    }
    .Powerbi-accordion{
        margin-top: 20px;
    }
    .Powerbi-stats-single {
        flex: 100%;
        max-width: 100%;
    }
}
@media (max-width: 768px){
    .powerbi-page h2, .powerbi-main h2,
    .powerbi-experts h3{
        font-size: 20px;
        line-height: normal;
    }
    .powerbi-experts h3{
        margin-top: 5px;
    }
    .powerbi-page h1, .powerbi-main h1,
    .powerbi-experts h1, .powebi-testimonials h1,
    .powerbi-analytics h1{
        font-size: 30px;
        line-height: 32px;
    }
    .powebi-testimonials .testimonial{
        margin: 20px 15px;
    }
    .Powerbi-stats-single p {
        font-size: 16px;
    }
    .Powerbi-txt, .Powerbi-form form{
        width: 100%;
    }
}
@media (max-width: 600px){
    .Powerbi-form .powerbi-submit{
        background-color: #F37C23 !important;
        background-image: none !important;
        color: #fff !important;
        font-weight: 700 !important;
        border-radius: 13px !important;
        padding: 14px !important;
        min-width: 153px;
        margin: 10px auto 20px;
        border: none;
        transition: .5s;
        outline: none;
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .powerbi-submit:hover{
        box-shadow: 0px 0px 14px rgba(0,87,255,.4);
        background-color: #0057FF !important;
        background-image: none !important;
        color: #fff;        
    }
}
@media (max-width: 425px){
    .Powerbi-stats-single{
        margin-bottom: 10px;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    .Powerbi-stats-single img {
        width: 70px;
        margin-right: 10px;
    }
    .Powerbistats-txt h1{
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .Powerbi-accordion #accordion .panel-title a{
        font-size: 13px;
    }
}
