.card{ border:none; }
    /*.container-1 {
    max-width: 1400px !important;
  }*/

  .owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
    padding: 0px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: hidden;
    overflow-x: hidden;
    padding-bottom: 40px;
}

.owl-carousel .owl-item img {
    /*height: 383px;*/
  object-fit: contain;
  border-radius: 6px;
  width: 100%;
    /*position:relative;
    left:95px;*/
}

.vpspatnerbox img {
  -webkit-filter: gray;
  filter: gray;
  -webkit-filter: grayscale(2);
  filter: grayscale(2);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  opacity: .2;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 33%;
    color: #101c81;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: aquamarine;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    box-shadow: 2px 3px 15px #3c405a;
}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    /*background: #2a6ba3 !important;*/
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
   /* background: #83b8e7 !important;*/
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}




.windowscreen{
  
  
}  
.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center !important;
}
.gtco-testimonials .owl-dots span {
  position: relative !important;
  height: 3px !important;
  width: 80px !important;
  border-radius: 20% !important;
  display: block !important;
  background: linear-gradient(to right, #E9773C 50%, #fff 50%) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: all .5s ease-out !important;
  /*border: 1px solid #fff !important;*/
  margin: 0 5px !important;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background-position: left bottom !important;
  box-shadow: none !important;
  height: 5px !important;
  width: 80px !important;
  /*margin-bottom: -1px !important;*/
}

.gtco-testimonials .card {
  
  box-shadow: 0 6px 0px -7px #c9dff0;
  margin: 0 -28px;
  padding: 0 5px;
  border-radius: 10px;
  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;
}