@media (max-width:768px){
.menu .dropdown-menu {
  background-color: #92a5b4 !important;
  border: 0 none !important;;
  box-shadow: none !important;;
  position: relative !important;;
  right: 0 !important;
  width: 100% !important;;
}
.menu .dropdown-submenu > .dropdown-menu {
  border-radius: 0;
  left: 0% !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  top: 0;
  border: 1px solid #e6e6e6 !important;
}
/*.menu .dropdown-menu li a{*/
/*  color:#fff !important;*/
/*}*/
header {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.news::before {
  border-color: -moz-use-text-color transparent #7a95b2;
  border-right: 20px solid transparent;
  border-style: none solid solid;
  border-width: 0 20px 32px;
  content: "";
  left: 48%;
  position: absolute;
  top: -30px;
}
.services .corporate-ser{
	width:	45%;
	float:left;
}
.testimonail .test-text {
  padding: 0;
}
.corporate-heading {
    margin-top: 205px !important;
}
}
@media (max-width:480px){
	.services .corporate-ser{
	width:	100%;
	margin:10px 0;
}
.testimonail .test-text {
  padding: 0;
}
.portfolio .port-pics img{
	min-height:auto;
	max-height:none;
}
.comment .col-xs-2 {
  border-radius: 50%;
  left: -20px;
  padding: 0;
  position: absolute;
}
.top .search {
  float: none;
}
.top label {
  margin:0;
}
.top .social {
  margin-bottom:5px;
}
}