
.ui-112 .ui-112-cap {
    min-height: 131px !important;
}
 
 blink {
      -webkit-animation: 1s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
      animation: 1s linear infinite condemned_blink_effect;
    }
    blink img {
      height: 30px !important;
      margin-left: 5px !important;
      max-width: 100%;
    }
    /* for Safari 4.0 - 8.0 */
    @-webkit-keyframes condemned_blink_effect {
      0% {
        visibility: hidden;
      }
      50% {
        visibility: hidden;
      }
      100% {
        visibility: visible;
      }
    }

    @keyframes condemned_blink_effect {
      0% {
        visibility: hidden;
      }
      50% {
        visibility: hidden;
      }
      100% {
        visibility: visible;
      }
    }

    @media only screen and (max-width: 450px) {
      blink img {
        height: 25px !important;
        margin-left: 2px !important;
      }
    }



/*body{background-color: #e8e8e8;}*/
.container {background-color: #ffffff;}
footer .container {    background: transparent !important;}
  img {max-width: 100%;}

.bgcont-1{
    background: linear-gradient(180deg, #ffab0d 0%, white 51%, #69ff72 100%)!important;
}
         
.blog-masonry .blog-thumb {

     max-height: 240px; overflow: hidden;

}
#nDYS-DYyI-sIfB-ipCK.Text-Custom-Text-1-v1 {
    margin-bottom: 0;
    margin-top: 20px!important;
}



.blog-masonry .col-md-4:nth-child(3n +1) {clear: both;}
.blog-masonry .post-masonry {border:1px solid #cccccc; margin-bottom: 20px;}
.blog-masonry .box-content {padding: 10px;}


.wraper{

		border: 1px solid #d1d1d1;
		margin-bottom: 27px;
		 box-shadow: 5px 5px #f5f5f5;
		 padding: 14px;
	}
	
	.round img {

		width:100px;
		height:100px;
		border-radius: 50%;
		margin: auto;
    	display: block;
	}
	.wraper .content .name{

		font-size: 16px;
		text-align: center;
		color: #fd2a2a;
	}
	.wraper .content .designation{

		font-size: 15px;
		text-align: center;
		font-weight: bold;
	}
	.wraper .content .desc{

		font-size: 15px;
		text-align: center;
		
	}
	
	.ui-112 .ui-112-img {
    max-height: 137px;
	}
	
	.fa-search:before {
	    display: none;
	}
	
	


	
	