.aws-section-with-boxes-widget{

    color:#E1E7EA;
}

.experise-box {
    padding: 20px;
    background: #0F0F2D;
    color: white;
    border: solid 1px #00FFFF;
    margin:  0;
    height: 100%;
}

h3.experise-box-title {
    color: #2396C6;
    text-align: center;
    font-weight: 400;
    font-size: 27px;
}

.experise-box p {
    font-size: 16px;
    text-align: center;
}

.aws-section-with-boxes-widget.layout-light .experise-box{
    border-color:#00FFFF;
    background-color: #2396C6;
}
.aws-section-with-boxes-widget.layout-light  h3.experise-box-title{
    color:white;
}

/* .aws-section-with-boxes-widget.layout-light  .section_title{
    color:#0F0F2D;
} */

.aws-section-with-boxes-widget.layout-with_links{
    background-color: #E9EFF2;
}
.aws-section-with-boxes-widget.layout-with_links  .experise-box{
    margin: 15px 0 ;
}

.aws-section-with-boxes-widget.layout-with_links .experise-box{
    border-color:#707070;
    background-color: white;
    color:#2396C6;
    height: 100%;;
}
.aws-section-with-boxes-widget.layout-with_links h3.experise-box-title{
    font-size: 20px;
}
.aws-section-with-boxes-widget.layout-with_links .row{
    display: flex;
    flex-wrap: wrap;
}

.aws-section-with-boxes-widget.layout-with_links .row > div{
    margin-bottom: 15px;
}

.experise-box.row {
    display: block !important;
}



.sectionBoxes .sideboximg {
    width: 100%;
    height: 250px;
}

.sectionBoxes .experise-box.row {
    display: block !important;
    padding: 0px !important;
}

.sectionBoxes .col-md-5.nomrg {
    padding: 0px;
    margin: 0px !important;
}

.sectionBoxes h3.experise-box-title {
    font-size: 16px !important;
    text-align: left;
}

.slidebox {
    padding-top: 20px;
}



.slidebox .mt-10.mb-20.d-flex.justify-content-center {
    justify-content: unset;
    position: absolute;
    bottom: 10px;
}

.sideboximg {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.swipeslides {
    overflow: hidden;
}

.swiper .experise-box.row {
    padding: 0px;
    margin: 0px !important;
}

.swiper .col-md-6.nomrg {
    padding: 0px;
    margin: 0px !important;
}




@media screen and (max-width: 769px) {
    .slidebox .mt-10.mb-20.d-flex.justify-content-center {
        position: inherit;
    }
    .swipeslides {
        margin-right: 15px;
    }
}