.heading-menu, #customers, #allFea {
    display: none;
}
.bannerflex {
    background: linear-gradient(101deg,#392a67,#603179);
    color: #fff;
}
.flexslider .flexBnrslides > li .flex {
    display: flex;
    min-height: 380px;
    align-items: center;
}

.flexslider .flexBnrslides > li .flex .caption {
    margin: 0 45px 0 15px;
    width: 62%;
}

.flexslider .flexBnrslides > li .flex .clip {
    width: 30%;
}

.flexslider .flexBnrslides > li .flex .caption h2 {
    font-size: 25px;
    font-weight: lighter;
    line-height: 50px;
    margin:0;
    margin-bottom:25px;
    color:#fff;
    font-weight: 100;  
}
.flexslider .flexBnrslides > li .flex .caption a{
    position: relative;
    display: block;
    max-width: 180px;
    text-align: center;
    color: #000;
    background-color: #ffd74d;
    padding: 12px;
    font-size: 21px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 25px;
    }
.flexslider .flexBnrslides > li .flex .caption h2 strong{
    font-size: 30px;
    color: #ffce26;
    font-weight: 600;  
}
.flexslider .flexBnrslides > li .flex .caption h2 .intro {
    font-size: 16px;
    font-weight: 600;
    background-color: #ffce26;
    padding: 2px 10px;
    line-height: normal;
    display: inline-block;
    border-radius: 0 10px;
}

.gartner-peer .box {
    display: flex;
    background-color: #5e32780d;
    border: 1px solid #5f32782e;
    padding: 25px;
    border-radius: 10px;
    justify-content: space-evenly;
    align-items: center;
}

.gartner-peer .box p {
    font-size: 16px;
    line-height: 30px;
    max-width: 70%;
    margin: 0;
}

.gartner-peer .box a {
    background-color: #ffd74d;
    padding: 15px 25px;
    color: #000;
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    text-decoration: none;
    border:1px solid transparent;
}
.gartner-peer .box a:hover{
    background-color:#fff;
    color: #5c3176;
    border: 1px solid #5d3177;
}
.gartner-peer.testimonial {
    background-color: #f2f2f2;
    padding: 40px;
    background-image: url(../images/quote-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.gartner-peer.testimonial blockquote {
    font-style: oblique;
    font-size: 20px;
    text-align: center;'
    text-shadow: 0 0 20px #fff;
}

.gartner-peer.testimonial blockquote strong {
    color: #8545a9;
}
.gartner-peer.desc{
    max-width:900px;
    padding:40px;
    margin:auto;
}
.gartner-peer.desc p{
    font-size:15px;
    line-height:30px;
    margin:0;
    margin-bottom:17px;
}
.gartner-peer.desc h3 {
    color: #8545a9 !important;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}

.gartner-peer.desc h4 {
    margin: 0;
    font-weight: 500;
    margin-bottom: 15px;
    max-width: 90%;
    line-height: 25px;
    font-size: 15px;
}
.gartner-peer.desc ul {
    list-style: decimal inside;
}

.gartner-peer.desc ul li {
    padding: 0 0 10px;
    line-height: normal;
    font-weight: 600;
}
.gartner-peer.experts {
    background-color: #5e32771a;
    padding: 40px;
    background-image: url(../images/testimonial-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.gartner-peer.experts h4 {
    font-size: 24px;
    text-align: center;
    margin: 0;
    margin-bottom: 25px;
}

.gartner-peer.experts .expert-comment {
    position: relative;
    max-width: 800px;
    margin: 0 auto 20px;
    color: #5b3176;
    padding: 15px 15px 30px;
    font-size: 16px;
    border-radius: 5px;
    line-height: 32px;
    background-color: #fff;
    box-shadow: 0px 2px 4px;
}
.gartner-peer.experts .expert-comment blockquote {
    font-style:oblique;
}
.gartner-peer.experts .expert-comment span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    background-color: #efeaf2;
    color: #8e44a9;
    font-weight: 600;
    padding: 3px 12px;
    line-height: normal;
    border-radius: 5px 0 5px;
}
.gartner-peer.experts .expert-comment .rating {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
}

.gartner-peer.experts .expert-comment .rating img {
    width: 25px;
    margin: 5px;
}
.gartner-peer.policy {
    max-width: 1000px;
    margin: auto;
    padding: 20px 20px 0;
}

.gartner-peer.policy p {
    font-style: italic;
    font-size:12px;
    line-height:normal;
    margin:0 0 10px;
    text-align:center;
    color:#999;
}

.gartner-peer.policy h3 {
    font-size: 19px;
    color: #8e44a9 !important;
}
.gartner-peer.experts h3 {
    max-width: 750px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #8e40bd !important;
    margin: auto !important;
}
.gartner-peer.experts .expert-comment blockquote a:hover {
    color: #0679b8;
}