.mistri-lets-talk-block {
  padding: 80px 0px;
}
.mistri-lets-talk-block .arrowBtnImg {
  display: none;
}
@media (max-width: 991px) {
  .mistri-lets-talk-block {
    padding: 30px 0px;
  }
}
.mistri-lets-talk-block .big-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 991px) {
  .mistri-lets-talk-block .big-wrap {
    height: 616px;
    margin-bottom: 20px;
  }
}
.mistri-lets-talk-block .big-wrap .background-Image {
  position: absolute;
  width: 690px;
  height: 616px;
}
.mistri-lets-talk-block .big-wrap .background-Image img {
  width: 100%;
  object-fit: cover;
}
.mistri-lets-talk-block .big-wrap .content {
  position: absolute;
  z-index: 2;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px 30px;
  height: 100%;
  width: 100%;
}
.mistri-lets-talk-block .big-wrap .content .heading-divider {
  position: relative;
  width: 90px;
  height: 10px;
  border: 3px solid var(--color-primary);
}
.mistri-lets-talk-block .big-wrap .content  .share {
  margin-top:20px;
  font-size: 0;
}


.mistri-lets-talk-block .big-wrap .content  .share a {
  display: inline-block;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  /* border: 2px solid #92959D; */
  border-radius: 5px;
  text-align: center;
}



.mistri-lets-talk-block .big-wrap .content .share  a:nth-child(1) {
  background: #367eaf;
}
.mistri-lets-talk-block .big-wrap .content .share  a:nth-child(2) {
  background: #d63f31;
}
.mistri-lets-talk-block .big-wrap .content .share  a:nth-child(3) {
  background: #5b7ab8;
}
.mistri-lets-talk-block .big-wrap .content .share  a:nth-child(4) {
  background: #000;
}
.mistri-lets-talk-block .big-wrap .content .share  a:nth-child(5) {
  background: #000;
}
.mistri-lets-talk-block .big-wrap .content .share a+a {
  margin-left: 20px;
}

.mistri-lets-talk-block .big-wrap .content .share a i {
  font-size: 18px;
  line-height: inherit;
}

.mistri-lets-talk-block .big-wrap .content .share a:hover {
opacity:.8
}






.mistri-lets-talk-block .big-wrap .content .heading-divider::After{
  content:'';
  position:absolute;
  width:15px;
  height:7px;
  left:0;
  top:-1px;
  background:var(--color-primary);
  animation: ttt infinite 5s linear;
}
@keyframes ttt {
    0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(72px);
  }
  100% {
    transform: translateX(-1px);
  }
}
@media (max-width: 1279px) {
  .mistri-lets-talk-block .big-wrap .content {
    padding: 15px 30px;
  }
}
@media (max-width: 1199px) {
  .mistri-lets-talk-block .big-wrap .content {
    padding: 5px 30px;
  }
}
@media (max-width: 991px) {
  .mistri-lets-talk-block .big-wrap .content {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .mistri-lets-talk-block .big-wrap .content {
    height: 616px;
    padding: 15px 30px;
  }
}
.mistri-lets-talk-block .big-wrap .content h2 {
  color: #fff;
  padding: 0;
  /* padding-bottom: 40px; */
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
@media (max-width: 767px) {
  .mistri-lets-talk-block .big-wrap .content h2 {
    font-size: 24px;
    line-height: 1.4;
    padding-bottom: 20px;
  }
}
.mistri-lets-talk-block .big-wrap .content p {
  margin: 0;
  padding: 0;
  line-height: 28px;
  font-size: 16px;
}
.mistri-lets-talk-block .big-wrap .content .arry {
  margin: 50px 0;
  width: 73px;
  height: 56px;
}
@media (max-width: 767px) {
  .mistri-lets-talk-block .big-wrap .content .arry {
    margin: 20px 0;
  }
}
.mistri-lets-talk-block .big-wrap .content .arry img {
  width: 100%;
  object-fit: cover;
}
.mistri-lets-talk-block .big-wrap .content ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.mistri-lets-talk-block .big-wrap .content ul li {
  margin-bottom: 20px;
  list-style: none;
}
.mistri-lets-talk-block .big-wrap .content ul li a {
  border: none;
  display: flex;
  align-items: center;
  color: white;
}
.mistri-lets-talk-block .big-wrap .content ul li a .icon-image {
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.mistri-lets-talk-block .big-wrap .content ul li a .icon-image .image {
  width: 14px;
  height: 22px;
}
.mistri-lets-talk-block .big-wrap .content ul li a .icon-image .roate {
  transform: rotate(45deg);
}
.mistri-lets-talk-block .bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
