/*logos*/
/*
@media (min-width: 576px) { 
 .logos{
     width:100px;
     height: 80px;
   }
 }
@media (max-width: 768px) {
	.logos{
     width:100px;
     height: 80px;
   }
    }
@media (min-width: 768px) {
	.logos{
     width:100px;
     height: 80px;
   }
    }
@media (min-width: 992px) {
 .logos{
     width:150px;
     height: 130px;
   }
  }
@media (min-width: 1200px) { 
	.logos{
     width:200px;
     height:180px;
   }
    }*/
/*logos end*/
/*service description index*/
.service_dec{
   text-align: justify;
   height: 250px;
   position: inherit;
   padding: 5%;
   overflow-y: scroll;
  -ms-overflow-style: none;
   scrollbar-width: none;
}
.service_dec::-webkit-scrollbar { 
    display: none;
}
/*service description index end*/

/*contact form*/
 form #valid{ display:none; }
 form #recaptcha{
  width: 50%;
  font-size: 16px;
  font-family: verdana;
  border:1px inset #979797;
 }
 form #recaptcha img{
  width: 50px;
  height: 50px;
 }
/*contact form end*/
footer{padding:40px;}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {.logos{height:70px;}}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {.logos{height:90px;}}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {.logos{height:110px;}}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {.logos{height:130px;}}