
body {

      font:12px/1.7 Arial, Helvetica, sans-serif;
}
.container1 {
    width: 110%;
    max-width: 900px;
    margin: 10px auto;
    margin-left: 100px;
}
.toggleMenu1 {
    display:  none;
    background: #666;
    padding: 5px 10px;
    color: #fff;
	float:right;
	margin-top:-15px;
    margin-right: 10px;
}
.nav1 {
    list-style: none;
     *zoom: 1;
}
.cd-testimonials-wrapper {
  position: relative;
  width: 95%;
  margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding:20px 0px;
  margin-left:10px;
  z-index: 1;
  border:1px #2a356d solid;
}
.cd-testimonials-all .cd-testimonials-all-wrapper {
	
  height: 90%;
  background-color: #ffffff;
  overflow: auto;

}
.cd-testimonials-all .cd-author {
  text-align: left;
  margin-left: 1.5em;
}

.cd-testimonials-all {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2a356d;
  z-index: 9999999;
  visibility: hidden;
}
.cd-testimonials-all {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2a356d;
  z-index: 9999999;
  visibility: hidden;
}
.cd-testimonials-item p {
    font-family: "Georgia", serif;
    font-style: italic;
    position: relative;
    background: #2a356d;
    color: #ffffff;
    padding: 2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    border-radius: 1em;
    margin-bottom: 1em;
}
.cd-author-info 
{
    font-family: "Georgia", serif;
    font-weight:bold;
  font-style: italic;
  line-height: 1.4;
  vertical-align: middle;
  float: right;
  text-align:center;
  padding-right:30px;

}
.cd-testimonials-item p::after {
  /* creating the triangle in css */
  content: '';
  position: absolute;
  top: 100%;
  left: 42em;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #2a356d;
}
.cd-testimonials-all .cd-author {
  text-align: left;
  margin-left: 1.5em;
}
.cd-testimonials-all .cd-author img {
  box-shadow: 0 0 0 transparent;
}
.cd-testimonials-all.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-testimonials-item {
  margin-bottom: 9em;
  font-size:15px;
  /*opacity: 0;*/
 /*-webkit-transform: translate3d(0, 0, 0) scale(0.4);*/
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s, opacity .3s;

}

.nav1:before,
.nav1:after {
    content: " "; 
    display: table; 
}
.nav1:after {
    clear: both;
}
.nav1 ul {
    list-style: none;
    width: 19em;
}
.nav1 a {
    padding: 10px 15px;
    color:#2e2e2e;
}
.nav1 li {
    position: relative;
}
.nav1 > li {
    float: left;
}
.nav1 > li > .parent {
    background-image: url("../images/downArrow1.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav1 > li > a {
    display: block;
}
.nav1 li  ul {
    position: absolute;
    left: -9999px;
}
.nav1 > li.hover > ul {
    left: 0;
}
.nav1 li li.hover ul {
    left: 100%;
    top: 0;
}
.nav1 li li a:hover {
    display: block;
    background: #ad0905;
    position: relative;
    z-index:100;
	color: #fff;
}

.lisst li a:hover {
    background: #ad0905;
}


.nav1 li li a {
    display: block;
    background: #ffffff;
    position: relative;
    z-index:100;
	color: #2e2e2e;
}

.nav1 li li li a {
    background:#ffffff;
    z-index:200;
    border-top: 1px solid #1d7a62;
    border-bottom: 1px solid #1d7a62;
}

.BoothBooking {
    display:block;
    width:100%;
    background-color:#ad0905;  
    height:50px;
    width:263px;
    line-height:50px;
    color:#fff;
    font-weight:600;
    font-size:21px;
    text-align:center;
    cursor:pointer;
    letter-spacing:0px;
}
    .BoothBooking:hover {
        border:solid #ad0905 1px;
        color: #ad0905;
        background-color:#fff;
    }
@media screen and (max-width: 782px) {
    .container1 {
    width: 110%;
    max-width: 900px;
    margin: 10px auto;
}
    .nav1 {
        background: #232323;
        margin-left: -100px;
        width:200px;
    }

    #ullist {
        background: #ffffff;
        margin-left: -100px;
        width:200px;
    }

    #ullist li a:hover {
         display: block;
         background: #ad0905;
         position: relative;
         z-index:100;
	     color: #fff;
    }



   .ulli{
        background-color:black;

    }

    .active {
        display: block;
    }
    .nav1 > li {
        float: none;
		clear:both;
    }
    .nav1 a {
    padding: 10px 15px;
    color:#bfbfbf;
}
    .nav1 > li > .parent {
        background-position: 95% 50%;
    }
    .nav1 li li .parent {
        background-image: url("../images/downArrow1.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav1 ul {
        display: block;
        width: 100%;
    }
   .nav1 > li.hover > ul , .nav1 li li.hover ul {
        position: static;
    }
	.nav1 li li a {

	border-left: 0px solid #175e4c;
	border-right: 0px solid #175e4c;
    padding-bottom: 5px;
    padding-top: 5px;
}

}

.linkbuttons {
    display:block;
    width:35px;
    height:35px;
    float:left;
    margin:6px;
    text-align:center;
    line-height:35px;
    border:solid 1px #0090a5;
    color:#0090a5;
    border-radius:10px;
}

    .linkbuttons:hover {
         border:solid 1px #0090a5;
          color:#fff;
          background-color:#0090a5;
    }


    .linkbuttons1 {
    display:block;
    width:90px;
    height:35px;
    float:left;
    margin:6px;
    text-align:center;
    line-height:35px;
    border:solid 1px #0090a5;
    color:#0090a5;
    border-radius:10px;
}

    .linkbuttons1:hover {
         border:solid 1px #0090a5;
          color:#fff;
          background-color:#0090a5;
    }


    .linkbuttons2 {
    display:block;
    width:35px;
    height:35px;
    float:left;
    margin:6px;
    text-align:center;
    line-height:35px;
    color:#0090a5;
}

.logoarrange div {
    float:left;
    width:138px;
    box-shadow:#2e2e2e 0px 1px;
    margin:10px;
    box-shadow: 0px 0px 10px #888888;
    padding:10px;
    border-radius:10px;
}
    .logoarrange div:hover {
         box-shadow: 0px 0px 15px #999999;
    }
.logoarrange div a img{
    max-height:68px;
    max-width:112px;
}
/*.exhibitorSearhc {
    display:block;
    width:200px;
    height:33px;
    position:relative;
    z-index:9999;
    top:112px;
    position:fixed;
    right:0px;
    text-align:center;
    line-height:33px;
    border-top-left-radius:25px;
    border-bottom-left-radius:25px;
    font-size:14px;
    color:#fff;
    font-weight:bold;
    text-transform: uppercase;
    background: #be0000;   
    background: -webkit-linear-gradient(90deg, #be0000, #000000);
    background: -o-linear-gradient(90deg, #be0000, #000000);
    background: -moz-linear-gradient(90deg, #be0000, #000000); 
    background: linear-gradient(90deg, #be0000, #000000);
}*/