@media (min-width:992px) {
  .sszdaR {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (width:768px) {
  .szdar {
    margin-top: -20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .dgcvhtfjhbj {
    margin-top: -15px !important;
  }
}

.fsdzfgw {
  font-size: 16px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fdsdggvxc {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

@media (min-width:992px) {
  .fdsdggvxc {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width:992px) and (min-width:768px) {
  .fdsdggvxc {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.dfhhfch {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xfxdg {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xvxcfgtg {
  word-break: break-all;
}

h1 {
  text-align: center !important;
  font-weight: bold !important;
  font-size: 30px !important;
  line-height: 1.3 !important;
  color: #000 !important;
  padding-bottom: 20px !important;
}

h2 {
  font-weight: bold !important;
  font-size: 26px !important;
  line-height: 1.3 !important;
}

h3 {
  font-weight: bold !important;
  font-size: 23px !important;
  line-height: 1.3 !important;
}

h4 {
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
}

p {
  font-size: 18px !important;
}

.xvxcfgtg h2 {
  text-align: center !important;
  color: #000 !important;
}

.xvxcfgtg h3 {
  text-align: center !important;
  color: #000 !important;
}

.xvxcfgtg h4 {
  text-align: center !important;
  color: #000;
}

.xvxcfgtg h5,
.xvxcfgtg h6 {
  text-align: center !important;
  font-weight: bold !important;
  color: #000 !important;
}

.xvxcfgtg li,
.xvxcfgtg span,
.xvxcfgtg a {
  color: #000 !important;
}

.xvxcfgtg img {
  max-width: 100%;
  height: auto;
}

.xvxcfgtg p {
  line-height: 1.6 !important;
  text-align: left !important;
  color: #000 !important;
}

.xvxcfgtg table {
  word-break: break-all !important;
}

.xvxcfgtg td {
  font-size: 16px !important;
  color: #000 !important;
}

.xvxcfgtg li {
  font-size: 16px !important;
  text-align: left !important;
  color: #000 !important;
}

.view.test-btn {
  margin-bottom: 40px;
}

.temp {
  background: url({$theme_path}/static/picture/black-friday-21.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.temp-2 {
  background: url({$theme_path}/static/picture/black.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.carousel-fade .carousel-inner .item {
  height: 80vh !important;
}

.our-team .team-pic>img {

  height: 285px;

}

.our-team .team-profile {
  height: 125px !important;
}

.slide-1 {
  background: url({$theme_path}/static/picture/new-office.jpg);
}




.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("{$theme_path}/static/picture/player-icon.png") no-repeat;
  cursor: pointer;
}