@import "../css/variable.css";
@import 'https://fonts.googleapis.com/css?family=Poppins:400,500';
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;200;300;400;500;700&display=swap');
@import url("https://fonts.googleapis.com/css?family=Mea Culpa");
@import url('https://fonts.googleapis.com/css2?family=Dancing Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Source+Code+Pro');
@import url('https://fonts.googleapis.com/css2?family=Beau Rivage&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin Sans&family=Source+Code+Pro');
@import url('https://fonts.googleapis.com/css2?family=Borel&family=Cormorant+Upright&display=swap');
@import url(//fonts.googleapis.com/css?family=Lato:300:400);




/*=================================================================== all page banner started */





/* ============================== banners  */

.banner-w {
  position: relative;
  text-align: center;
  background: url(/images/bg.jpg);
  color: #000;
  height: 300px;
  object-fit: cover;
  object-position: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 67px;
}


.banner-w .inner-header {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
}

.banner-w .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.banner-w .waves {
  position: absolute;
  width: 100%;
  height: 30% !important;
  min-height: 100px;
  max-height: 150px;
  left: 0px;
  bottom: 0px;
}

.banner-w .parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.banner-w .parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.banner-w .parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.banner-w .parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.banner-w .parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@media (max-width: 768px) {
  .banner-w .waves {
    height: 40px;
    min-height: 40px;
  }
}


.banner-w .breadcrumbs-nav {
  position: absolute;
  width: 60%;
  bottom: 2px;
  left: 8.4%;
}

.banner-w .breadcrumbs-nav ol li a {
  color: #444;
  font-size: 14px;
}

.banner-w .breadcrumbs-nav ol li a:hover {
  color: #000;
  font-size: 14px;
}

.banner-w .breadcrumbs-nav ol li a.active {
  color: #000;
  font-size: 14px;
}

/*============================================================================ banner end */




/* =============================================================================== Back to top button */

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #555;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #999;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*========================================================= Breadcrumbs */
.breadcrumbs {
  padding: 15px 0;
  background: #f6f9fd;
  min-height: 40px;
  margin-top: 82px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 74px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0b2341;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #ed502e;
  content: "/";
}























@media (max-width: 1200px) {}

@media (max-width: 1024px) {

  .banner-w {
    height: 200px;
    margin-top: 58px;
  }

}

@media (max-width: 962px) {}

@media (max-width: 768px) {}

@media (max-width: 425px) {

  .banner-w {
    height: 170px;
    margin-top: 58px;
  }

}

@media (max-width: 375px) {}





/* ============================================================ Event page styling  strat  */

#event-page {
  padding: 45px 0px 50px 0px;
}

#event-page .event-heading {
  padding-bottom: 30px;
}

#event-page .event-modal-1 {
  height: 100%;
}

#event-page .event-img {
  text-align: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 5px;
}

#event-page .event-img-box {
  overflow: hidden;
}

#event-page .event-img:hover {
  text-align: center;
  cursor: pointer;
  background-color: #f9f9f9;
}

#event-page .event-img:hover img {
  transform: scale(1.08);
}

#event-page .event-img:hover h2 {
  color: #e4252b;
}

#event-page .event-img h2 {
  font-size: 17px;
  padding: 20px 0px 10px 0px;
  text-align: center;
  font-weight: 300;
  font-family: 'Times New Roman';
}

#event-page .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#event-page .link-a {
  display: inline-block;
  background: crimson;
  color: #fff;
  padding: 3px 14px;
  border-radius: 5px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.3s ease-out;
}

#event-page .overlay .link-a:hover {
  background: #666;
}

#event-page .event-img:hover .overlay .link-a {
  opacity: 1;
  transform: translateY(0);
}


/* our events  */
#our_events {
  padding: 40px 0px 50px 0px;
}

.eih-box {
  padding: 5px;
  border: 1px solid #999;
  cursor: pointer;
}


.asyncGallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1000;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.95);
  transition: opacity 200ms, visibility 200ms;
}

.asyncGallery.is-visible {
  opacity: 1;
  visibility: visible;
}

.asyncGallery__Item {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translate(-50%, -50%);
  transition: opacity 200ms, visibility 200ms;
}

.asyncGallery__Item.is-visible {
  opacity: 1;
  visibility: visible;
}

.asyncGallery__ItemImage img {
  max-height: 80vh;
  display: block;
}

.asyncGallery__ItemDescription,
.asyncGallery__Loader {
  color: #fff;
}

.asyncGallery__Loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: #fff;
  z-index: 100;
}

.asyncGallery__Loader.is-visible {
  display: block;
}

.asyncGallery button {
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 10px;
  font-size: 0;
  cursor: pointer;
}

.asyncGallery__Close {
  position: absolute;
  top: 23px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 1000;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEycHgiIHZlcnNpb249IjEuMSIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDY0IDY0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2NCA2NCI+CiAgPGc+CiAgICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjguOTQxLDMxLjc4NkwwLjYxMyw2MC4xMTRjLTAuNzg3LDAuNzg3LTAuNzg3LDIuMDYyLDAsMi44NDljMC4zOTMsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5ICAgYzAuNTE2LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OWwyOC41NDEtMjguNTQxbDI4LjU0MSwyOC41NDFjMC4zOTQsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5YzAuNTE1LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OSAgIGMwLjc4Ny0wLjc4NywwLjc4Ny0yLjA2MiwwLTIuODQ5TDM1LjA2NCwzMS43ODZMNjMuNDEsMy40MzhjMC43ODctMC43ODcsMC43ODctMi4wNjIsMC0yLjg0OWMtMC43ODctMC43ODYtMi4wNjItMC43ODYtMi44NDgsMCAgIEwzMi4wMDMsMjkuMTVMMy40NDEsMC41OWMtMC43ODctMC43ODYtMi4wNjEtMC43ODYtMi44NDgsMGMtMC43ODcsMC43ODctMC43ODcsMi4wNjIsMCwyLjg0OUwyOC45NDEsMzEuNzg2eiIvPgogIDwvZz4KPC9zdmc+Cg==");
}

.asyncGallery__Counter {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  right: 65px;
  top: 17px;
  padding: 0px 10px;
}

.asyncGallery__Dots {
  position: absolute;
  left: 50%;
  bottom: 40px;
  display: flex;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
  list-style-type: none;
  z-index: 1000;
}

.asyncGallery__Dots button {
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 0;
  outline: 0;
  border-radius: 50%;
}

.asyncGallery__Dots li {
  opacity: 0.2;
  transition: opacity 200ms;
}

.asyncGallery__Dots li+li {
  margin-left: 10px;
}

.asyncGallery__Dots li.is-active {
  opacity: 1;
}

.asyncGallery__Next,
.asyncGallery__Prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  z-index: 1000;
  transition: transform 200ms, opacity 200ms;
  transform: translateY(-50%);
}

.asyncGallery__Next:disabled,
.asyncGallery__Prev:disabled {
  opacity: 0.2;
  cursor: default;
}

.asyncGallery__Next:before,
.asyncGallery__Prev:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E%3Cg%3E%3Cpath d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.asyncGallery__Next {
  right: 40px;
}

.asyncGallery__Next:hover {
  transform: translateX(2px) translateY(-50%);
}

.asyncGallery__Next:before {
  transform: translate3d(-50%, -50%, 0);
}

.asyncGallery__Prev {
  left: 40px;
}

.asyncGallery__Prev:hover {
  transform: translateX(-2px) translateY(-50%);
}

.asyncGallery__Prev:before {
  transform: translate3d(-50%, -50%, 0) scale(-1);
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.event-image-holder {
  overflow: hidden;
}

.gallery__Image {
  height: 100%;
  width: 100%;
}

.gallery__Image {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100% !important;
}

.gallery__Image:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.09);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}


@media screen and (max-width: 768px) {
  .asyncGallery__Close {
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }

  .asyncGallery__Dots {
    bottom: 15px;
  }

  .asyncGallery__Counter {
    right: 15px;
    bottom: 15px;
    font-size: 12px;
  }

  .asyncGallery__Item {
    width: 100%;
  }

  .asyncGallery__ItemImage img {
    max-height: none;
    max-width: 100%;
  }

  .asyncGallery__ItemDescription {
    padding: 0 20px;
  }

  .asyncGallery__Next,
  .asyncGallery__Prev {
    display: none;
  }

  /* DEMO */
  .gallery {
    display: block;
  }

  .gallery div {
    max-width: 100%;
    margin: 20px 0 0;
  }

  .gallery div img {
    max-width: 100%;
    min-width: 100%;
  }
}

/* ============================================================ Event page styling  strat  */

















/* careear pafe styling start  */
.br-line {
  border-top: 1px dashed #999;
}

#carrer-page .career-section-1 {
  padding: 60px 0px 30px 0px;
}


#carrer-page .career-section-2 {
  padding: 30px 0px 30px 0px;
}

#carrer-page .career-img {
  position: relative;
  width: 100%;
  z-index: -10;
  overflow: hidden;
}

#carrer-page .career-img::after {
  content: "";
  position: absolute;
  top: -10%;
  left: 29%;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #ddd;
  transform: rotate(30deg);
}

#carrer-page .career-img img {
  position: relative;
  width: 100%;
  padding: 20px;
  z-index: 20;
}

#carrer-page .career-info {
  display: flex;
  flex-direction: column;
}

#carrer-page .career-info h2 {
  font-size: 26px;
  padding-bottom: 20px;
}

#carrer-page .career-info p {
  font-size: 17px;
  color: #444;
  padding-bottom: 19px !important;
  font-family: Calibri;
}

#carrer-page .send-resume p {
  color: #000 !important;
  font-size: 18px !important;
  border: 1px solid #999;
  background-color: #fcfcfc;
  width: fit-content;
  padding: 8px 20px !important;
  margin-top: 20px;
  border-radius: 4px;
}

#carrer-page .send-resume p span a {
  color: var(--color-primary) !important;
  font-size: 18px !important;
}

#carrer-page .Career-1 h1 {
  font-size: 24px;
  padding-top: 7px;
  padding-bottom: 30px;
}

#carrer-page .Career-1-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px 20px;
  border: 1px solid #989898;
}

#carrer-page .Career-1-card .Career-1-img {
  width: 50%;
  margin: 10px 10px 5px 10px;
  border: 1px solid #fafafa;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}

#carrer-page .Career-1-card h2 {
  font-size: 16px;
  text-transform: uppercase;
}

#carrer-page .Career-1-card p {
  font-size: 15px;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

#carrer-page .resume {
  border: 1px solid #e31e24;
}

#carrer-page .resume a {
  padding: 5px 10px 5px 10px;
  color: #000;
}

.text-color {
  color: #e31e24;
  font-size: 20px;
}

#carrer-page .skill-role {
  padding: 30px 0px 0px 0px;
  list-style: square;
}

#carrer-page .skill-role ul {
  padding: 10px 13px;
  list-style: square;
  margin: 0px !important;
}

#carrer-page .skill-role ul li {
  list-style: square;
}

#carrer-page .skill-role h4 {
  padding-bottom: 2px;
}


.skill-box {
  padding: 10px 20px;
  background-color: #fafafa;
  border-radius: 5px;
  height: 100%;
}

@media (max-width:1024px) {
  #carrer-page .career-info h2 {
    font-size: 23px;
    padding-bottom: 15px;
  }

  #carrer-page .career-info p {
    font-size: 16px;
    color: #444;
    padding-bottom: 19px !important;
    font-family: Calibri;
  }

  #carrer-page .send-resume p {
    color: #111 !important;
    font-size: 17px !important;
    padding: 8px 20px !important;
    margin-top: 10px;
  }
}

@media (max-width:768px) {
  #carrer-page .career-img {
    margin: 20px 0px;
  }
}

@media (max-width:425px) {
  #carrer-page .career-section-1 {
    padding: 20px 0px 00px 0px;
  }

  #carrer-page .career-info h2 {
    font-size: 21px;
    padding-bottom: 15px;
  }

  #carrer-page .career-info p {
    text-align: justify;
    font-size: 15px;
  }

  #carrer-page .career-img img {
    padding: 12px 12px 12px 0px;
  }

  #carrer-page .career-section-2 {
    padding: 5px 0px 30px 0px;
  }

  .skill-box {
    padding: 10px 13px;
  }

  #carrer-page .skill-role ul li {
    list-style: square;
    font-size: 15px;
  }
}

@media (max-width:375px) {}

@media (max-width:325px) {}



/* award page  styling started  */

#award-page {
  padding: 50px 0px;
}

.awarad-dec {
  padding-right: 35px !important;
  text-align: justify;
  height: 100%;
  background-image: linear-gradient(#fff, #fff #fff #ddd);
}

.award-images-a {
  padding: 10px 0px 5px 0px;
}

.stand-awards {
  padding: 7px 0px;
}

.certificats {
  padding: 7px 0px;
}

.award-card {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1500px;
  border: 0px !important;
}

.award-card-a {
  height: 409px;
}

.award-card-b {
  height: 250px;
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapper-img {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  z-index: -1;
  border: 1px solid #999;
  padding: 8px;
}

.award-card:hover .wrapper-img {
  transform: perspective(900px) translateY(-4%) rotateX(25deg) translateZ(0);
  opacity: 0.5;
  filter: brightness(0) invert(0%);
}

.award-card:hover .wrapper-img::before,
.wrapper-img::after {
  opacity: 1;
}

.character {
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  z-index: -1;
}

.award-card:hover .character {
  opacity: 1;
  transform: translate3d(0%, -15%, 100px);
}

.i_stand_awards {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  padding: 8px;
  border: 1px solid #999;
  background-color: #f2f2f2;
}

.i_stand_awr-box {
  overflow: hidden;
}

.i_stand_awards img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
  transition: all 0.3s ease;
}

.i_stand_awards:hover {
  background-color: #f1f1f1;
  border: 1px solid #111;
}

.i_stand_awards:hover img {
  transform: scale(1);
}


.i_cer_awards img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #999;
}

.i_cer_awards {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  padding: 8px;
  border: 1px solid #999;
  background-color: #f2f2f2;
  cursor: pointer;
}

@media (max-width: 1900px) {

  .award-card-a {
    height: 670px !important;
  }

  .award-card-b {
    height: 350px;
  }
}


@media (max-width: 1600px) {

  .award-card-a {
    height: 516px !important;
  }

  .award-card-b {
    height: 283px;
  }
}





@media (max-width: 425px) {

  .award-card-a {
    height: 404px !important;
  }

  .award-card-b {
    height: 207px;
  }
  
  .awarad-dec {
    padding-right: 0px !important;
    margin-bottom: 20px !important;
  }

  .award-images-a {
    margin-top: 1px;
    padding: 30px 0px 10px 0px;
  }

  .award-images-a .col-sm-12 {
    display: flex;
    justify-content: center;
    margin: 25px 0px;
  }

  .award-card {
    width: 82%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1500px;
    height: 393px;
    border: 0px !important;
  }
}


/*===================== client page styling started  */
#clients-page {
  padding: 30px 0px 50px 0px;
}

.clients-heading {
  margin-bottom: 10px;
}

.clients-row {
  display: flex;
  align-items: center;
}

.clients-row .clients-box {
  width: 14%;
  margin: 15px 15px 15px 15px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.clients-row .clients-box:hover {
  border: 1px solid #999;
}

.clients-row .clients-box .client-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.7;
  transform: scale(0.9);

}

.clients-row .clients-box .client-img:hover {
  transform: scale(1);
}

@media (max-width:1024px) {
  .clients-row {
    justify-content: space-between;
  }

  .clients-row .clients-box {
    width: 21%;
    margin: 16px 16px 16px 16px;
    padding: 10px;
  }
}

@media (max-width:768px) {
  .clients-row {
    justify-content: space-between;
  }

  .clients-row .clients-box {
    width: 21%;
    margin: 1px 1px 30px 1px;
    padding: 10px;
  }
}

@media (max-width:425px) {
  .clients-row {
    justify-content: space-around;
  }

  .clients-row .clients-box {
    width: 42%;
    margin: 1px 1px 30px 1px;
    padding: 10px;
  }

  .clients-heading {
    margin-bottom: 20px;
  }
}

/*============================ teampage  styling started  */


#team {
  padding: 40px 0px;
}

#team .member {
  position: relative;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
  border: 1px solid #f1f1f1;
}

#team .member .pic {
  overflow: hidden;
  width: 120px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#team .member .pic img {
  transition: ease-in-out 0.3s;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#team .member:hover {
  transform: translateY(-10px);
}

#team .member .member-info {
  padding: 15px 15px 15px 40px !important;
  background-color: #fff !important;
}

#team .member h4 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 17px;
  color: #000;
  padding-bottom: 8px !important;
  padding-top: 3px;
}

#team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

#team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

#team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

#team .team-btn {
  padding: 4px 0px;
  border: 1px solid #999;
  color: #333;
  margin-top: 12px;
  width: 130px;
}

#team .team-btn:hover {
  border: 1px solid #999;
  color: #fff;
  background-color: #999;
  cursor: pointer;
}

#team .modal-team-pic {
  width: 100%;
  text-align: center;
}

#team .modal-team-pic img {
  width: 100%;
  border: 1px solid #ddd;
}

#team .team-modal ul li {
  list-style: square !important;
  padding-bottom: 0px;
  padding-left: 3px;
}

#team .team-modal .modal-header {
  background-color: #ddd;
}

#team .team-modal .modal-body {
  background-image: url(../images/t-m-mg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

#team .member-info h4 {
  font-size: 19px !important;
  padding-bottom: 5px;
}


.team-close-btn {
  position: absolute;
  right: -20px !important;
  top: -20px;
  width: 44px;
  height: 44px;
  z-index: 1000000000000;
  border: 3px solid #999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}

.team-modal {
  overflow: visible !important;
}

@media (max-width: 1024px) {
  #team .member {
    padding: 23px;
  }

  #team {
    padding: 35px 0px;
  }
}


@media (max-width: 768px) {}

@media (max-width: 425px) {
  #team {
    padding: 25px 15px;
  }

  #team-btn {
    padding: 2px 4px;
    border: 1px solid #999;
    color: #fff;
    background-color: #999;
    margin-top: 0px;
    width: 89px;
    font-size: 12px;
  }

  #team .member p {
    margin: 1px 0 0 0;
    font-size: 13px;
    line-height: 18px;
  }

  #team .member .member-info {
    padding-left: 20px;
  }

  #team .member span {
    display: block;
    font-size: 12px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
  }

  #team .modal-team-pic img {
    width: 80%;
    margin-bottom: 20px;
  }

  #team .heading {
    font-size: 20px;
    font-family: 'Times New Roman' !important;
    padding-bottom: 10px;
  }

  #team .member {
    padding: 17px;
  }

  #team img {
    border: 1px solid #ddd;
  }
}