body {
  font-family: "Ibarra Real Nova", serif;
  /* background-color: aliceblue; */
  font-size: 20px;
}
:root {
    --bs-dark-rgb: 242, 47, 51;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: #0089cd;
  border-color: var(--bs-btn-hover-border-color);
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: #f22f33 !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #0089cd !important;
}
.bg-red {
  background-color: #0089cd !important;
}
.text-primary {
  --bs-text-opacity: 1;
  /* color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; */
  color: #f22f33 !important;
}
a {
  /* color: var(--bs-link-color); */
  text-decoration: none;
}

/* socail icon */
.social-icon a {
  text-decoration: none;
  padding-right: 15px !important;
}
.social-icon a:not(:last-child):after {
     padding-right: 0px !important;
}
/* menu start */
.nav-item a {
  font-family: 700;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
  color: #0089cd;
  font-size: 21px;
  font-family: auto;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  background-color: rgba(000, 000, 000, 0.2);
}

/* Declare heights because of positioning of img element */
.carousel-item {
  /* height: 32rem; */
}
.carousel-item img {
  width: 100%;
  max-height: 77vh;
  min-height: 50vh;
  object-fit: fill;
  background-color: rgba(rgb(0, 0, 0), rgb(0, 0, 0), rgb(0, 0, 0));
}
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .heading-title {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .heading-title {
    /* margin-top: 7rem; */
  }
}

/* About
------------------------- */
.about img {
  /*width: 100%;*/
  /*height: 100%;*/
  /*object-fit: cover;*/
  width: 100%;
    max-height: 500px;
    min-height: 300px;
    object-fit: contain;
    align-items: center;
}
.about img:hove {
  background-color: black;
  z-index: 1;
}
.heading-title {
  font-weight: 700;
  color: #0089cd;
}

/* footer start */
footer .nav-item a {
  text-decoration: none;
  color: white !important;
}
footer h5 {
  font-weight: 700;
  color: #0089cd;
}

/* our salient feature */
.salient-features-item > div:first-child {
  background-color: transparent;
  padding: 30px 5px;
  border: solid 2px  #ccc;
  
}
.salient-features-icon .svg-inline--fa {
  background-color: transparent;
}

.salient-features-item div:hover {
  /* background-color: #ad0e16; */
  transform: scale(1.1);
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
  transition-duration: 1s;
  cursor: pointer;
  /* color: wheat; */
}
.salient-features-item img {
    width : 200px;
    height: 150px;
}

/* ==========testimonial====== */
/* body {
  background: aliceblue;
} */

.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: 0px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
  /* background-color: #f22f33 !important; */
}
.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
  height: 350px;
}
.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 {
  margin-bottom: -1px;
  color: #fff;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #ffffff;
}
.gtco-testimonials .card p {
  font-size: 18px;
  color: rgb(255, 255, 255);
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center .card {
  background-color: #f22f33;
}
.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;
}

/* our staffs start */
@keyframes background-color {
  0% {
    background: linear-gradient(to bottom, #000428, #004683);
  }

  25% {
    background: linear-gradient(135deg, #1a4223, #5ee95e);
  }

  50% {
    background: linear-gradient(to bottom, #421a31, #e95ed2);
  }

  100% {
    background: linear-gradient(-135deg, #fae37d, #881da8, #20668f);
  }
}
/* .container .col-lg-4 {
  display: flex;
  justify-content: center;
} */

.our-toper .card {
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  perspective: 500px;
  border: none;
  background-color: #f22f33;
}

.our-toper .card .face {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.06);
  transform-style: preserve-3d;
  transition: 0.5s;
  backface-visibility: hidden;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  /* border-right: 1px solid #999;
border-bottom: 1px solid #999; */
}

.our-toper .card .face.front-face,
.our-toper .card .face.back-face {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.our-toper .card .face.front-face .profile {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.our-toper .card .face.front-face .name {
  letter-spacing: 2px;
}

.our-toper .card .face.front-face .designation {
  font-size: 0.8rem;
  color: #ddd;
  letter-spacing: 0.8px;
}

/*.our-toper .card:hover .face.front-face {*/
/*  transform: rotateY(180deg);*/
/*}*/

.our-toper .card .face.back-face {
  position: absolute;
  background: rgba(255, 255, 255, 0.06);
  transform: rotateY(180deg);
  padding: 20px 30px;
  text-align: center;
  user-select: none;
}

.our-toper .card .face.back-face .fa-quote-left {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 1.2rem;
}

.our-toper .card .face.back-face .fa-quote-right {
  position: absolute;
  bottom: 35px;
  right: 25px;
  font-size: 1.2rem;
}

.our-toper .card:hover .face.back-face {
  transform: rotateY(360deg);
}

@media (max-width: 991.5px) {
  .col-lg-4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

/* our activities */
@media (max-width: 991.98px) {
  .activities .padding {
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .activities .padding {
    padding: 1rem;
  }
}

.activities .padding {
  padding: 5rem;
}

.activities .card {
  position: relative;
  display: flex;
  width: 600px;
  height: 460px;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d2d2dc;
  border-radius: 11px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
  box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

.activities .card .card-body {
  padding: 1rem 1rem;
}

.activities .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.activities .items {
  width: 90%;
  margin: 0px auto;
  margin-top: 100px;
}

.activities .slick-slide {
  margin: 10px;
}

.media iframe,
.media-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  border-radius: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(120, 120, 120, 0.1);
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.media-content:before {
  content: "";
  position: absolute;
  height: 10%;
  width: 90%;
  left: 5%;
  bottom: 0;
  background: inherit;
  background-position-y: 100%;
  filter: blur(10px);
}

.circle .media-content:before {
  width: 40%;
  left: 30%;
}

.activities .profile-image {
  width: 100%;
  height: 200px;
  border-top-left-radius: 11px !important;
  border-top-right-radius: 11px;
}

.activities .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #f22f33;
}

/* our courses  */

.hover-effect {
  --s: 250px;   /* the size of the image */
  --b: 8px;     /* the border thickness*/
  --g: 1px;    /* the gap */
  --c: #f22f33; /* the color */
  
  width: 100%;
  aspect-ratio: 1;
  /*outline: calc(var(--s)/2) solid #0009;*/
  outline-offset: calc(var(--s)/-2);
  cursor: pointer;
  transition: 0.3s;
  height:260px;
}
.hover-effect:hover {
  outline: var(--b) solid var(--c);
  outline-offset: var(--g);
}

img + img {
  border-radius: 50%;
}

.hover-4 {
  border: 8px solid;
  border-image: repeating-linear-gradient(
      135deg,
      #f22f33 0 10px,
      #e97f02 0 20px,
      #0089cd 0 30px
    )
    8;
  -webkit-mask: conic-gradient(
        from 180deg at top 8px right 8px,
        #0000 90deg,
        #000 0
      )
      var(--_i, 200%) 0 /200% var(--_i, 8px) border-box no-repeat,
    conic-gradient(at bottom 8px left 8px, #0000 90deg, #000 0) 0
      var(--_i, 200%) / var(--_i, 8px) 200% border-box no-repeat,
    linear-gradient(#000 0 0) padding-box no-repeat;
  transition: 0.2s, -webkit-mask-position 0.2s 0.2s;
}
.hover-4:hover {
  --_i: 100%;
  color: #f22f33;
  transition: 0.2s, -webkit-mask-size 0.2s 0.2s;
}

/*News & Announcements*/
.news-annou {
    height:250px;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 12em;
    line-height: 1.8em;
}
.news-annou-btn {
    height:56px;
}

/* our result  */

nav > .nav.nav-tabs {
  border: none;
  color: #fff;
  background: #272e38;
  border-radius: 0;
}
nav > div button.nav-link,
nav > div button.nav-link.active {
  border: none;
  padding: 18px 25px;
  color: #fff;
  background: #272e38;
  border-radius: 0;
}

nav > div button.nav-link.active:after {
  content: "";
  position: relative;
  bottom: -60px;
  left: -15%;
  border: 15px solid transparent;
  border-top-color: #e74c3c;
}
.tab-content {
  background: #fdfdfd;
  line-height: 25px;
  border: 1px solid #ddd;
  border-top: 5px solid #e74c3c;
  border-bottom: 5px solid #e74c3c;
  padding: 60px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
  border: none;
  background: #e74c3c;
  color: #fff;
  border-radius: 0;
  transition: background 0.2s linear;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #f22f33;
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

/* our result */
.results img {
  width: 100%;
  height: 350px;
  /*border-radius: 50%;*/
  /*border: solid 1px #000;*/
  /* margin: 30px 0px; */
}
.results div {
  margin-bottom: 20px;
  border: solid 1px #ccc;
  padding: 10px;
}
.results p {
  font-weight: 600;
  color: #0089cd;
}

/* our news section */
.news .owl-carousel .item {
  border: solid 1px rgb(139, 139, 139);
  text-align: center;
  background-color: #dbd9d9;

  --c: #f22f33; /* the color */

  color: #000;
  background: linear-gradient(90deg, rgb(235, 234, 234) 50%, var(--c) 0)
      calc(100% - var(--_p, 0%)) / 200% 100%,
    linear-gradient(var(--c) 0 0) 0% 100% / var(--_p, 0%) 100% no-repeat;
  -webkit-background-clip: text, padding-box;
  background-clip: text, padding-box;
  transition: 0.5s;
}
.news .owl-carousel .item:hover {
  --_p: 100%;
  color: #fff;
}

.news .owl-carousel .item:hover .btn {
  border-radius: 0px;
  width: 100%;
  background-color: #0089cd;
  color: white;
}

.news .owl-carousel .item p {
  padding: 30px 10px;
}
.news .owl-carousel .item .btn {
  border-radius: 0px;
  width: 100%;
  /* background-color: white; */
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  display: none !important;
}

.hover-news {
  --c: #1095c1; /* the color */

  color: #f22f33;
  background: linear-gradient(90deg, #fff 50%, var(--c) 0)
      calc(100% - var(--_p, 0%)) / 200% 100%,
    linear-gradient(var(--c) 0 0) 0% 100% / var(--_p, 0%) 100% no-repeat;
  -webkit-background-clip: text, padding-box;
  background-clip: text, padding-box;
  transition: 0.5s;
}
.hover-news:hover {
  --_p: 100%;
  color: #fff;
}

.side-bar a{
  text-decoration: none;
  /* background-color: #000; */
}
.side-bar .list-group-item:hover{
  background-color:  rgb(240, 238, 238) !important;
  /* color: rgb(211, 209, 209); */
}


/* Images Gallry gallery page
--------------------------------*/
/* #images-gallery {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 0px 0 40px 0;
  position: relative;
}

#images-gallery::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background: rgba(255, 255, 255, 0.92); */
  /* z-index: 9; */
/* } */

/*#images-gallery .container {
  position: relative;
  z-index: 10;
} */

#images-gallery .images-gallery-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#images-gallery .images-gallery-col .img {
  position: relative;
}
#images-gallery .images-gallery-col .img img:hover {
  opacity: 0.3;
  transition-duration: 1s;
}

#images-gallery .images-gallery-col .img img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 250px !important;
}

#images-gallery .images-gallery-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #d22d16;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#images-gallery .images-gallery-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#images-gallery .images-gallery-col:hover .icon {
  background-color: #fff;
}

#images-gallery .images-gallery-col:hover i {
  color: #d22d16;
}

#images-gallery .images-gallery-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 10px 0 30px 0;
}

#images-gallery .images-gallery-col h2 {
  color: #000;
}

#images-gallery .images-gallery-col h2:hover {
  color: #d22d16;
}

#images-gallery .images-gallery-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

#images-gallery .images-gallery-col a {
  text-decoration: none;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 0px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #ff6700;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 315px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  visibility: hidden;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #ff0f23;
}

#portfolio .portfolio-item figure .link-preview:hover i svg,
#portfolio .portfolio-item figure .link-details:hover i svg{
  color: #fff !important;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  visibility: visible;
  left: calc(50% - 10px);
}

#portfolio .portfolio-item figure:hover .link-details {
  visibility: visible;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #ff6700;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
#portfolio .portfolio-item figure img {
  width: 100% !important;
  height: 100% !important;
  /*height: 100vh !important;*/
  object-fit: cover !important;
}

.contacu-us {
  border: solid 1px red;
  padding: 30px;
  background-color: rgb(238, 238, 238);
}

.activities-img {
  width: 100%;
  max-height: 400px;
  margin-bottom: 30px;
}

.title-header-img {
    background-image : url("../images/book-library.jpg");
    width: 100%;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.title-header-img-about {
    background-image : url("../images/about-us-header.jpg");
    width: 100%;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.title-header-img-courses {
    background-image : url("../images/courses-header.jpg");
    width: 100%;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.title-header-img-results {
    background-image : url("../images/result-header.jpg");
    width: 100%;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.title-header-img-admission {
    background-image : url("../images/admision.jpg");
    width: 100%;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.title-header-img-faculty {
    background-image : url("../images/faculty.jpg");
    width: 100%;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.title-header-img-gallery {
    background-image : url("../images/gallery.jpg");
    width: 100%;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.title-header-img-contact-us {
    background-image : url("../images/contact-us.jpg");
    width: 100%;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.title-header-img-courses {
    background-image : url("../images/courses.jpg");
    width: 100%;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.title-header-img-activity-details {
    background-image : url("../images/activity-details-header.jpg");
    width: 100%;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
    color: #fff;
}

/*tastimonial start*/
.testimonial-slider .carousel-indicators button {
    width: 10px;
    height: 10px;
    background-color: #dc3545;
    border-radius: 100%;
    }
    .testimonial-slider {
        /*padding: 10px 0px 40px;*/
    }
    .testimonial-img {
        width: 200px !important;
        height: 200px !important;
    }
    
    /*our staffs*/
    .our-staffs .card {
    /*width: 300px;*/
    width: auto;
    height: 350px;
    transform-style: preserve-3d;
    perspective: 500px;
    border: none;
    background-color: #f22f33;
}


.our-staffs .card .face {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.06);
  transform-style: preserve-3d;
  transition: 0.2s;
  backface-visibility: hidden;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  /* border-right: 1px solid #999;
border-bottom: 1px solid #999; */
}

.our-staffs .card .face.front-face,
.our-staffs .card .face.back-face {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.our-staffs .profile {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.our-staffs .card .face.front-face .name {
  letter-spacing: 2px;
}

.our-staffs .card .face.front-face .designation {
  font-size: 0.8rem;
  color: #ddd;
  letter-spacing: 0.8px;
}

.our-staffs .card:hover .face.front-face {
  transform: rotateY(180deg);
}

.our-staffs .card .face.back-face {
  position: absolute;
  background: rgba(255, 255, 255, 0.06);
  transform: rotateY(180deg);
  padding: 20px 30px;
  text-align: center;
  user-select: none;
}

.our-staffs .card .face.back-face .fa-quote-left {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 1.2rem;
}

.our-staffs .card .face.back-face .fa-quote-right {
  position: absolute;
  bottom: 35px;
  right: 25px;
  font-size: 1.2rem;
}

.our-staffs .card:hover .face.back-face {
  transform: rotateY(360deg);
}
.our-staffs .carousel-item  img{
    width:100px;
    height:100px;
}
.our-staffs .carousel-item {
    width:auto;
    /*height:300px;*/
}


.text-limit-about {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 22em;
    line-height: 1.8em;
}
.text-limit {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 7em;
    line-height: 1.8em;
}
.callUs-button button {
    font-size:22px;
}
