.viewdesk{
	display: block !important;
}
.viewmobile{
	display: none !important;
}

@media screen and (max-width:800px) {
	.viewdesk{
	    display: none !important;
	}
	.viewmobile{
	    display: block !important;
	}
	.contergeneral {
	  width: 90%;
	  display: block;
	  max-width: 1400px;
	  margin: 0 auto;
	  position: relative;
	  padding: 0px 0px;
	}
	.conter80center{
		width: 100%;
	}
	.conterflex{
		display: block;
	}
	.conter50{
		width: 100%;
	}
	
	.padtop50px{
		padding-top: 20px;
	}
	.padtop20mobile{
		padding-top: 20px;
	}
	.conter95right{
		margin: 0 auto;
		float: 	inherit;	;
	}
	.contactfoo {
	  width: 100%;
	  display: block;
	  float: left;
	  max-width: 300px;
	}
	.logohome{
	  width: 130px;
	  display: block;
	  position: relative;
	  left: inherit;
	  z-index: 2;
	  bottom: inherit;
	  padding-top: 30px;
	}
	.conterimg1{
	  width: 100%;
	  display: block;
	  height: auto;
	  min-height:auto;
	  position: relative;
	  background-image: url('../img/2a.jpg');
	  background-size: cover;
	  /*background-attachment: fixed;*/
	  background-repeat: no-repeat;
	  background-position-y: top;
	  overflow: hidden;
	  padding: 20px;
	  border-radius: 20px;
	  align-items: inherit;
	  align-content: inherit;
	}
	.textbannerbold {
	  font-family: montserrat, sans-serif;
	  font-weight: 700 !important;
	  font-style: normal;
	  font-size: 20px;
	}
	.textbanner {
	  font-family: montserrat, sans-serif;
	  font-weight: 400;
	  font-style: normal;
	  color: #ffffff;
	  font-size: 16px;
	}

	/* menu */
	.container {
    max-width: 720px;
  }
  /* navbar css for mobile start */
  .nav-toggler{
    display: block;
  }
  .site-navbar {
    min-height: 60px;
  }
  .site-navbar ul {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0;
    top: 60px;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0,0,0,.75);
    max-height: 0;
    overflow: hidden;
    transition: .3s;
    z-index: 99;
  }
  .site-navbar ul li a:hover {
  color: #ffffff;
}
  .site-navbar ul li {
    width: 100%;
    text-align: center;
  }
  .site-navbar ul li a {
    padding: 15px;
    color: #ffffff;
    display: block;
  }
  .site-navbar ul li a:hover {
    background-color: rgba(255,255,255,.1);
  }
  .site-navbar ul.open {
    max-height: 100vh;
    overflow: visible;
  }
  .intro-area h2 {
    font-size: 36px;
    margin-bottom: 15px;
  } 
  .header-area {
	  padding: 0px 0px 20px 0px;
	}
	.hero {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  z-index: 3;
	  transform: translate3d(-50%,-50%,0);
	  width: 90%;
	}
	.overlay {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  z-index: 2;
	  background-color: #080d15;
	  opacity: .7;
	  border-radius: 20px;
	}
	.fade-carousel {
	  position: relative;
	  height: auto;
	  min-height: inherit !important;
	}
	ul.open{
		padding-left: 0px !important;
	}
	.conterinfohome {
	  width: 100%;
	  max-width: inherit;
	  display: block;
	  position: relative;
	  text-align: left;
	  margin-right: inherit;
	  margin-left: inherit;
	}
	.tablarespo{
		overflow-x:auto;
	}










































































}