.containerdst {
width:100%;
}

.rowdst {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

.coldst, .coldst-lg-6, .coldst-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

.coldst-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.rutvithead {
padding-top: 50px; 	
}

.rutvithead2 {
padding-top: 150px; 	
}

@media (min-width: 992px) {
.coldst-lg-6{
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.containerdst-left {
  width: 40%;
  flex: 0 0 40%;
  padding-left: 10%;
}

.containerdst-right {
  width: 40%;
  flex: 0 0 40%;
  padding-right: 10%;
}

}

@media (max-width: 992px) { 
.rutvithead {
padding-top: 100px;	
}	
}	
  
.section-img-dst {
 width:100%; 
 cursor: pointer;
  transition: all 0.6s ease 0s;
  }

.section-img-dst:hover{
 filter: grayscale(50%);
  transition: all 0.6s ease 0s;
  }
  
.box-dst-intro{
  display: block;
    width: 100%;
   position: relative;
 height: 100%;
  min-height: 170px;
}

.block-rutvithead{
  display: block;
 padding-bottom: 30px;
  margin-bottom: 30px;
}

.nametag{
  position: absolute;
  line-height: 80px;
  color: #000;
}


.nametag:nth-child(1){
  animation-name: fade;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-duration: 7s;
  animation-direction: alternate-reverse;  
}

.nametag:nth-child(2){
  animation-name: fade;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-duration: 7s;
  animation-direction: alternate;
  position: relative;
}

@keyframes fade{
    0%,45% {
      opacity: 0;
}
    100%{
      opacity: 1;
  }
}

@media only screen and (min-width: 735px) and (max-width: 1420px)  {
.title-dst-heading {
    font-size: 4rem;
} 
}

@media only screen and (min-width: 735px) and (max-width: 1420px)  {
.nametag {
    font-size: 4.5rem;
    line-height: 54px !important;
} 
}

@media screen and (max-width: 735px) {
.nametag {
    font-size: 3rem;
    line-height: 42px !important;
} 
}

@media screen and (max-width: 767px) {
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}


@media only screen and (min-width: 300px) and (max-width: 735px) {
.title-dst-heading {
    font-size: 3.7rem;
} 

}