#teamComponent {
  /* margin: 3em; */ display: none;
}

*{
  padding: 0;
  margin: 0;
}

.menu-wrapper {
  position: relative;
  max-width: 71%;
  /* height: 356px; */
  margin: 1em auto;
  /*border: 1px solid black;*/
  overflow-x: hidden;
  overflow-y: hidden;
  
}
img#canvasImage {
    background: #fff; width: 100%;
}
.menu {
  /*height: 200px;*/
  background: transparent;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.menu .item {
  display: inline-block;
  width: 33%;
  /* height: 380px; */
  /*outline: 1px dotted gray;*/
  padding: 1em 2em;
  overflow: hidden;
  box-sizing: border-box; white-space: initial;
}
.paddle {
  position: absolute;
  /*top: 0;
  bottom: 0;*/
  /*width: 3em;*/
  background: transparent;
  border: none;
}

.left-paddle {
  margin-top: 9%;
  left: 10%;
}
.left-paddle:focus, .right-paddle:focus{outline: none;}

.right-paddle {
  margin-top: 9%;
  right: 10%;
}

.hidden {
  display: none;
}

.print {
  margin: auto;
  max-width: 500px;
}

.print span {
  display: inline-block;
  width: 100px;
}

.emp-name {
  /*margin-top:8%;
  margin-bottom: 15px;
  text-align: center;*/
  border-bottom: 1px solid #000;
    padding-bottom: 15px;
  
}
.designation {
    /*text-align: center !important;
    display: block;*/
    
	/*border-bottom: 1px solid #000;
    padding-bottom: 15px;
	margin-bottom: 20px;*/
	color: #bc905f !important; float: right; font-style: italic;
}
span.discription {
   font-size: 15px; 
    color: #000;
    font-weight: 500;
    line-height: 21px;
    text-align: center !important; 	display: block;
	
}
.full-story a:focus {
    color: #fff;
    text-decoration: none;
    /* border: none; */
    outline: none;
}

.categories-sec h2.categories-title {
    text-align: left;
   font-size: 15px !important;
    line-height: 25px !important;
    margin-bottom: 0; font-family: Futura-Medium; color:#000; font-weight:500; margin-top: 17px;
}
ul#myTab li span {
    /* padding-right: 15px !important; */
}
p.discription {
   padding-top: 20px;
    font-size: 14px;
    color: #000;
    line-height: 20px;
}
.designation {
 /* text-align: center;
  color: gray;*/
}

.arrows{
  /* width: 50px;height: 50px; */
}
.teamImage {
    width: 100%;
    height:auto;
  }
@media only screen and (min-width: 1961px){
  .menu{
    overflow-x: hidden;
  }
  .teamImage {
    width: 100%;
    height:auto;
  }
  .menu-wrapper{
    /* height: 700px; */
  }
  .item{
    /* height:500px; */
  }
  }
  
@media only screen and (min-width: 1600px) and (max-width: 1920px){
div#myTabContent{width: 100% !important;}


}	
  
  
@media only screen and (min-width: 1400px) and (max-width: 1960px) {
  #teamComponent{
    /* margin-top: 2em; */
  }
  .menu .item {
    /*display: inline-block;
    width: 33%;*/
   /* height: 380px; */
    /*outline: 1px dotted gray;*/
    /*padding: 1em;
    padding-left: 1%;
    
    box-sizing: border-box;*/
  }
  .menu{
    overflow-x: hidden;
  }
   .teamImage {
    width: 100%;
  }
  .menu-wrapper{
    /* height: 380px; */
  }
  .item{
    /* height:350px; */
  }
  }
  
 @media only screen and (min-width: 1701px) and (max-width: 1799px){
#aboutMain h2{
left: 22em;
}	
}


@media only screen and (min-width: 1601px) and (max-width: 1699px){
#aboutMain h2{
left: 21em;
}	
}

@media only screen and (min-width: 1501px) and (max-width: 1599px){
#aboutMain h2{
left: 19em;
}	
}


@media only screen and (min-width: 641px) and (max-width: 1024px) {
  #teamComponent{
    margin-top: 3em;
  }
  .menu-wrapper {
    max-width: 90%;
  }
  .menu{
    overflow-x: hidden;
  }
  /*#teamComponent {
    margin: 1em;
  }*/
  .left-paddle {
    margin-top:8%;
    left: 3%;
  }

  .right-paddle {
    margin-top: 8%;
    right: 3%;
  }
  .arrows{
    width: 25px;
    height: 25px;
  }
  .menu .item {
    display: inline-block;
    width: 33%;
	/* height: 356px; */
    padding: 1em;
    padding-left: 1%;
  }
  .emp-name {
   
    font-size: 14px;
}
  .teamImage {
  width: 100%;
  /*height: 150px;*/
}
.menu-wrapper{
  /* height: 297px !important; */
}
}
@media only screen and (min-width: 320px) and (max-width: 640px) {

  #teamComponent {
    margin: 1em;
    /* margin-top: 3em */
  }
  .left-paddle {
    margin-top: 27%;
    left: 5%;
  }

  .right-paddle {
    margin-top: 27%;
    right: 5%;
  }
  .arrows{
    width: 25px;
    height: 25px;
  }
  .menu .item {
    display: inline-block;
    width: 100%;
    /* height: 300px; */
    /*outline: 1px dotted gray;*/
    padding: 0px;
    padding-left: 0px;
    
    box-sizing: border-box;
  }
  .menu{
    overflow-x: hidden;
  }
  .menu-wrapper {
    /* margin-top: 2em; */ margin-top:0;
    /* height: 321px; */
    overflow-x:hidden;
    overflow-y: hidden;
  
}
.menu-wrapper{max-width: 80%;}

ul#myTab{/*margin-left: 6%;*/}

img#canvasImage {
    width: 100%;
}
.full-story a{width: 30% !important;	}
.teamImage {width: 100%; /*height: 150px;*/}
.section-header {width: auto !important; margin-left: 0 !important; margin-right: 0 !important;}

}

/*----- Landscape Phones -----*/
@media(max-width: 350px){
ul#myTab {margin-left: 0;}	
.nav>li>a{padding: 10px 7px !important;}

div#aboutMain h2{font-size: 21px !important; line-height: 33px !important;}	
.hr-line span{font-size: 21px !important;}


}
