.imarkinfotech-logo{
    width: 160px;
}
.home-boxes article .text-holder{
    pointer-events: none;
}
.home-boxes article figure a, 
.home-boxes article video{
  position: relative;
  cursor: url(../images/cursor-plus-icon.png),auto;
}
.home-boxes article>a {
    display: none !important;
}
.figure-height-600 figure,
.figure-height-600 video{
  height: 600px !important;
}
.figure-height-700 figure,
.figure-height-700 video{
  height: 700px !important;
}
.home section {
    max-width: 2500px;
}
.contentImage-section video.config-video{
  height: 560px;
}

main .subscribe-section .container .card{
  background-color: #ffffffa1;
  height: 100%;
}

main .subscribe-section .container .card .card-body{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
}
main .subscribe-section .container .card .card-body a:hover{
  color: #000;
  text-decoration: underline;
}

main .subscribe-section .container .card .card-text{
  font-size: 18px;
  font-weight: 500;
}

.home-boxes article .text-holder h6,
.home-boxes article .text-holder a{
  text-transform: uppercase;
}