.offering-box {
    box-shadow: 0px 20px 40px #0000000F;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px 0;
    height: auto;
    margin-bottom: 10px;
}

.partners-txt {
    padding: 0px 0 20px 0;
    margin: 0px 0 0px 0;
}

.partners-txt li {
    padding: 0px 20px;
    text-align: left;
    line-height: 26px;
    font-size: 14px;
    color: #333333;
}

.partners-txt li span {
    margin-top: -2px;
    margin-right: 5px;
    float: left;
}

.g-txt {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0 20px 0px 20px;
    border-radius: 5px;
    width: 100%;
    margin: -35px auto 0 0px;
    margin-bottom: 30px!important;
}

.partner-img {
    /* border: 1px solid #ccc; */
    border-radius: 50%;
    /* width: 70px;
    margin: auto;
    height: 70px; */
    padding-top: 10px;
    margin-bottom: 50px!important;
}

.web_button_eoi {
    color: #ffffff;
    font-size: 14px;
    padding: 10px 26px;
    border: none;
    border-radius: 40px;
    background-image: linear-gradient(to right, #0e90c0, #0e90c0);
    box-shadow: 2px 4px 5px #858585bf;
    background-size: 300% 100%;
    moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    cursor: pointer
}

.web_button_eoi:hover,
.web_button_eoi.active {
    color: #0e90c0;
    background-position: 100% 0;
    moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    background-image: linear-gradient(to right, #ffffff, #ffffff);
}

.blue-color{
    color: #2dacdb;
    font-style: italic;
    padding-right: 100px;
}
/* 
.partner-img img{
    height:100px;
} */
.offering-box-partner{
    border-top: 5px solid #2dacdb;
    background: url(../images/back-bg3.png) no-repeat;
    background-position: bottom right;
}

.offering-box-partner1{
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 1s;
    position: relative;
    left: -1300px;
}

.offering-box-partner2{
    -webkit-animation: slide1 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide1 0.5s forwards;
    animation-delay: 1s;
    position: relative;
    right: -1300px;
}

.aws-tandc{
    color: #989898;
}


@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}


@-webkit-keyframes slide1 {
    100% { right: 0; }
}

@keyframes slide1 {
    100% { right: 0; }
}