/* Testimonial */
.testimonial {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ecf4ff;
    color: #3d5a80;
    padding: 40px 0;
}

.testimonial-slide {
    padding: 40px 20px;
}

.testimonial_box-top {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
}

.testimonial_box-icon {
    padding: 10px 0;
}

.testimonial_box-icon i {
    font-size: 25px;
    color: #14213d;
}

.testimonial_box-text {
    padding: 10px 0;
}

.testimonial_box-text p {
    color: #293241;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.testimonial_box-img {
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
}

.testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}

.testimonial_box-name {
    padding-top: 10px;
}

.testimonial_box-name h4 {
    font-size: 20px;
    line-height: 25px;
    color: #293241;
    margin-bottom: 0;
}

.testimonial_box-job p {
    color: #293241;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
}


.partner__section{
    /*border-bottom:1px solid #e1e1e1;*/
}

/*********** features ***********/

.features__area{
    padding: 30px 0;
}

.features__area .features__row {
    display: flex;
    border: 1px solid gray;
    padding: 10px;
    border-radius: 20px;
    /*box-shadow: 10px 10px;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.features__area .features__row .iconBox{
    width: 50px;
    margin-right: 10px;
}

.features__area .features__row .iconBox img {
    width: 100%;
    height: auto;
}

.features__area .features__row h3.title {
    font-size: 19px;
    font-weight: 500;
}
.features__area .features__row p {
    font-size: 19px;
    font-weight: 400;
}

/*.d-flex {
    display: flex!important;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.home-fact-area {
    background: aliceblue!important;
    padding: 6px 0 !important;
    margin-bottom: -12px;
}*/

/*********** services ***********/

.service__area{
    padding: 30px 0;
}

.service__area .service__row {
    display: flex;
    padding: 10px;
    border-radius: 20px;
}

.service__area .service__row .iconBox{
    width: 50px;
    margin-right: 10px;
}

.service__area .service__row .iconBox img {
    width: 100%;
    height: auto;
}

.service__area .service__row h3.title {
    font-size: 19px;
    font-weight: 500;
}
.service__area .service__row p {
    font-size: 19px;
    font-weight: 400;
}

/******* training **************/

.training__area{
    padding: 30px 0;
}

.training__area .training__row {
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.training__area .training__row .iconBox{
    width: 50px;
    margin-right: 10px;
}

.training__area .training__row .iconBox img {
    width: 100%;
    height: auto;
}

.training__area .training__row h3.title {
    font-size: 19px;
    font-weight: 500;
}
.training__area .training__row p {
    font-size: 19px;
    font-weight: 400;
}

/* career-area */

.career-area {
    display: flex;
    padding: 40px 0;
}

.career-area>* {
    column-gap: 40px;
flex: 1;
}

.career-area .left-content {
    max-width: 45%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.career-area h3 {
    color: #413960;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.career-area h3 span {
    border-bottom: 4px solid #f3ce00;
}

.career-area h2 {
    font-size: 39px;
    color: #413960;
}

.career-area .img-box {
    font-size: 39px;
    color: #413960;
    text-align: right;
}

.career-area .img-box img{
    width: 90%;
    height: auto;
}


/* offerArea */


.offerArea {
    width: 100%;
    background-color: #e4ecf8;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 40px;
    margin: 50px 0 20px;
}

.offerArea img {
    max-width: 178px;
    height: auto;
    margin-top: -95px;
    width: 100%;
}

.offerArea h2 {
    max-width: 50%;
    width: 100%;
    height: auto;
    font-size: 31px;
    color: #413960;
}

.offerArea a {
    background-color: #0a51bf;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.offerArea a span {
    font-size: 34px;
}

.meet-area {
    margin-top: 25px;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-advance-right {
    position: absolute;
    top: 50%;
    right: -37px;
    transform: translate(-50%, -50%);
    padding: 7px;
    border-radius: 30px 4px 30px 0px;
}

.centered-right {
    position: absolute;
    top: 50%;
    right: -37px;
    transform: translate(-50%, -50%);
    padding: 7px;
    border-radius: 16px 0px 0px 16px;
    font-weight: 900;
}


/***** end *****/