.textcolorppp
{
        text-align: inherit;
    color: #fff;
}
.dr {
     height: 250px;
    width: 200px;
    border-radius: 100px;
    margin-bottom: 15px;
}

.pfonttt
{
	margin-top: 21px;
}
.social-icons1:hover {
  animation: shake 2s;
  animation-iteration-count: infinite;
      height:35px;
	  width:35px;
}

@keyframes shake{
  0% { transform: translateX(0) }
 25% { transform: translateX(5px) }
 50% { transform: translateX(-5px) }
 75% { transform: translateX(5px) }
 100% { transform: translateX(0) }
}

.demoside
{
	padding: 8px;
	height: 450px; 
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #ccc;
}
.textfonth1
{
	font-size: 31px;
}


.smfont {
    font-size: 17px;
	color:#555555;
}

.marquus
{
	
   /* padding: 10px;*/
    margin-top: 10px;
    /*margin-bottom: 21px;*/
	}
.bgcolorrrrr
{
	background-color:#e4b69e;
}
.seotitle {
    font-size: 25px !important;
}
.dr {
   height: 250px;
    width: 200px;
    border-radius: 100px;
    margin-bottom: 15px;
}

.ptextttcolor
{
	color:#fff;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1060; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: -90px;
  width: 100%; /* Full width */
  height: 120%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
      top: 100px;
}

/* The Close Button */
.close {
  color: #070707;
  float: right;
  font-size: 28px;
  font-weight: bold;
 
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width:700px){
	/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 99px;
  padding: 20px;
  border: 1px solid #888;
  width: 78%;
  right:76px;
}
}

