
.img{
  width:100;
  height: auto;
}
.image_padding{
  margin: 14px 20px;
}
.training_design{
  box-shadow: 4px 4px 10px #dae1eb;
  width: 245px;
  height: 100%;
  position: absolute;
  /*background: #ffffff;*/
}
.title{
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #3f4a5b; 

}
.courepage-text{
  color: #023E53;
  font-size: 21px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin-bottom: 55px;
  text-align: center;
  margin-top: 5%;

}
/* -------------------------------------------------- */
/* Data Services */
/* -------------------------------------------------- */
.our_sevices{
    position: relative;
}
.our_sevices_content{
    /*background: #ececec;*/
    width: 100%;
    height: auto;
    padding: 6rem 3rem;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.our_sevices_content_items{
    text-align: center;
    color: #023E53;
    height: auto;
    position: relative;
    z-index: 1;
    padding: 1rem;
    width: 85%;
}
.our_sevices_content_items h5{
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 145%;

}
.our_sevices_content_items-list{
  margin-top: 5rem;  
}
.our_sevices_content_items-list ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 4rem;
            margin: 4rem auto;
}
.our_sevices_content_items-list ul li{
    background:#fff;
    border:1px solid #ccc;
    width: 33%;
    min-height: 20rem;
    text-align: left;
    position: relative;
    line-height: 165%;
    list-style-type: none;
    margin-right: 5rem;
    padding: 1.5rem;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.our_sevices_content_items-list ul li:hover{
            background: #f4f4f4;
            -webkit-box-shadow: #ccc 0px 0px 10px 5px;
            box-shadow: #ccc 0px 0px 10px 5px;
            transform: scale(15%) ;
            -webkit-transform: scale(15%) ;
            -moz-transform: scale(15%) ;
            -ms-transform: scale(15%) ;
            -o-transform: scale(15%) ;
}
.our_sevices_content_items-list ul li:last-child{
    margin-right: 0;
}
.our_sevices_content_items-list h6{
    text-align:  center;
    padding: .5rem;
    font-size: 1.6rem;
    margin: 1rem 0;
    font-weight: 500;
    color:#f9751c;
}
.our_sevices_content_items-list ul li p{
    
    padding: 2rem;
    color:#222;
    font-size: 1.2rem;
    opacity: 1;
    text-align: left;
}

.our_sevices_content_items-list .line{
    background: #000;
    width: 8rem;
    height: 1px;
    margin: 2rem auto 1rem;
    position: relative;
}
.level{
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 40px;
    padding-bottom: 0px;
    text-align: center;
}
.level-header{
    /*height: 119px;
    position: relative;*/
    background-color:#023E53;
    height: 117px;
    position: relative;
    color: white;
    margin-top: -20px;
} 
.level-header h3 {
  margin: 0;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 50px;
  display: inline-block;
}
.solutions{
  width: 90%;
}
.level-text{
  font-size: 14px;
    font-weight: normal;
    line-height: 1.57;
    color: #51565e;
    margin-bottom: 16px;
    text-align: left;
    list-style: disc;
    padding-left: 50px;
    margin-top: 54px;
}
.text-block {
  position: absolute;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -15%;
}

/*============ Start Corpararate Page css =========== */

.trainer-input{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;

}
.input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.input[type=submit]:hover {
  background-color: #45a049;
}
.corporate-pay{
  color: white;
  background-color: #f7951e!important;
  height: 37px;
  border-radius: 6px;
  border: none;
  width: 47%;

}
