 /**/
.ccfsr__css{
    padding-top: 21px;
    padding-bottom: 23px;
    box-shadow: 0px 0px 2px 0px #000;
    border-radius: 5px;
}
 .sser{
    overflow: auto;
    height: 200px;
 }
.rrd__fsccs{

} 
.same__gscss{
    border-radius: 15px;
    border: 1px solid #000;
}
.circlesss:before {
        background-color: #2c3e62;
    content: '';
    height: 788px;
    width: 800px;
    position: absolute;
    top: -382px;
    left: -284px;
    /* border-radius: 100%; */
    opacity: 1.2;
    z-index: -1;
}

.circlesss, .shapesss {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
 .shapesss:after {
        background-color: #2c3e62;
    content: '';
    width: 50%;
    height: 400px;
    position: absolute;
    top: 0px;
    right: -150px; 
 
    opacity: 2.3;
    z-index: -1;
}



 /**/





.per-control {
    padding: 40px 0;
    max-width: 800px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.per-next {
    margin-left: 10px;
}

.per-prev {
    margin-left: 20px;
}

.per-arrow {
  display: flex;
}

.per-next:hover, .per-prev:hover {
    transform: scale(1.1);
}

.per-next, .per-prev{
    cursor: pointer;
    width: 45px;
    height: 45px;
    border: 1px solid #111111;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s
}

.per-carousel {
    position: relative;
    max-width: 250px;
    width: 100%;
    height: 350px;
    margin: 50px auto auto;
}

.per-carousel .item {
    max-width: 250px;
    height: 300px;
    width: 100%;
    background-color: white;
    transition: height 0.3s, left 0.3s, box-shadow 0.3s;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.before-item {
    left:-70%;
    cursor: pointer;
}

.center-item {
    height: 350px !important;
    left: 0;
}

.second-item, .last-item, .center-item {
    box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.1);
}

.after-item {
    left: 70%;
    cursor: pointer;
}

.per-line {
    width: 80%;
    background-color: #111111;
    height: 1px;
    position: relative;
}

.actual-line {
    transition: width 0.3s;
    background-color: #74D064;
    height: 3px;
    position: absolute;
    top: -1px;
    left: 0;
}

.per-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

.per-title {
    margin-top: 50px;
    font-size: 30px;
}











.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.sp-card{
  border: 1px #ddd !important;
    border-radius: inherit !important;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #01b0f8;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}
.owl-carousel button.owl-dot {
  outline: 0;
}


.shs-bor{
    box-shadow: 0px 2px 2px 2px #ddd;
    border: 1px solid #f8d541;
    padding: 14px;
}

.wellsss-gae {
    font-size: 42px;
    padding: 16px;
    margin-top: 2px;
    text-shadow: 2px 2px 2px #bfbfbf;
    color: #0c0c0c;
    text-decoration: underline;
    font-family: 'Roboto';
}

.mar-pad {
        margin-right: 15px;
    height: 400px;
}
.news-box {
    overflow-y: scroll;
    height: 85%;
    padding: 20px 10px;
}
.news-box ul {
    list-style: disc;
    padding-left: 10px;
    text-align: left;
}
.news-box ul li {
    list-style: disc;
    margin-bottom: 10px;
    text-align: left;
}