
#contact{
padding-top:40px;
padding-bottom:40px;  
  }
  .zzzz{
   animation: zhostSlideUp 0.8s ease-out forwards;
   }
    .zzzz::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 3px;
            background: #ff0000;
            animation: zzzzSlideBorder 2s ease-in-out infinite;
        }
		 @keyframes zzzzSlideUp {
            0% {
                opacity: 0;
                transform: translateY(30px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes zzzzPulse {
            0% {
                opacity: 0.6;
                width: 50px;
            }
            50% {
                opacity: 1;
                width: 80px;
            }
            100% {
                opacity: 0.6;
                width: 50px;
            }
        }

        @keyframes zhostShine {
            0% {
                left: -100%;
            }
            100% {
                left: 100%;
            }
        }

        @keyframes zzzzSlideBorder {
            0% {
                left: -100%;
            }
            50% {
                left: 100%;
            }
            100% {
                left: -100%;
            }
        }
		
		
.contact_1m p i{
margin-right:5px; 
 }
.contact_1m ul li a {
 background:#ff5917;
 border-radius:0;
}

.blog_1ln .form-control{
width:70%; 
 }
.blog_1ln .form_1{
width:100%; 
 }
.blog_1ln{
padding:30px 15px;
box-shadow: 0 0 5px #191c23;
margin-top:30px;
margin-left:15px;
margin-right:15px; 
 }
.contact_1r .form-control{
height:50px;
margin-bottom:20px;
border:none;
background:#111; 
box-shadow:none;
font-size:18px;
border-bottom:3px solid #ff5917;
 }
.contact_1r .form_1{
height:150px; 
 }

/*********************contact_end****************/

@media screen and (max-width : 767px){
#contact{
text-align:center; 
 }
.contact_1m {
margin-top:15px;
margin-bottom:15px; 
 }
.contact_1m hr{
margin-left:auto;
 }
.contact_1r .form-control{
margin-left:auto;
margin-right:auto; 
 }
}

@media (min-width:768px) and (max-width:991px) {
.contact_1m ul li{
margin-bottom:5px; 
 }
 }
@media (min-width:992px) and (max-width:1200px) {

 }
@media (min-width:1201px) and (max-width:1340px) {

 }




