@media screen and (min-width: 600px) {
.nkldsleft{
margin-left: -500px;
}
.descontainer{
margin-left: 100px !important;
}
} 
@media screen and (min-device-width: 0px) and (max-device-width : 480px) {
.pvbottom {
margin-bottom: -20px;
margin-right: -10px;
}
.hmgpvtitle {
color: #006699;
font-weight: 500;
margin-bottom: -30px; 
}
}   


.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }


@media screen and (min-device-width: 0px) and (max-device-width : 480px) {
.mobile-hide{ display: none  !important; }
} 
@media only screen and (min-width: 560px) {
.desktop-hide{display:none;}
}
.bclss{
  font-family: 'Average';
}

.icon_colour{
  color: #21416d !important;
}
.icon_coloured{
  color: #912931 !important;
}
.animated-icon1,
.animated-icon2,
.animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #912931;
}

.animated-icon2 span {
background: #e3f2fd;
}

.animated-icon3 span {
background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

.text-content{
  width: 100%;
  background-color: #fff;
  color: black; 
  border-radius: 5px; 
  padding: 15px 10px 15px 15px;
  text-align: justify; 
  margin-bottom: 10px;
 } 
 .head_title{
  font-weight: 600;
  font-size: 25px;
  color: #912931;   
 }
