*{
margin:0;
padding:0;
}
body{
	font-size:14px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 600;
}
p{
	font-family: 'Quicksand', sans-serif;
	margin-bottom:0;
}
a:focus, a:hover{
	text-decoration:none;
}
ul {
    margin: 0;
    padding: 0;
}
.top_header {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.header_email li {
    list-style-type: none;
    display: inline-block;
    padding-right: 5px;
    color: #000;
    font-size: 14px;
}
.header_email .fa-envelope {
	font-size: 18px;
}
.header_email a {
    color: #000;
    font-size: 16px;
}
.header_call p {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    text-align: right;
}
.header_call p a {
    color: #000;
}
.header_call p .fa-mobile {
    font-size: 25px;
    padding-right: 2px;
}
.desktop_menu ul {
    float: right;
}
.desktop_menu li {
    display: inline-block;
    list-style-type: none;
}
.desktop_menu a {
    padding: 30px 15px;
    display: block;
    font-size: 18px;
    color: #000;
}
.banner_text h1 {
    text-align: center;
    margin: 0;
    padding: 30px 0;
}
.banner_text p {
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #2c2c2c;
}
.banner_text {
    width: 80%;
    margin: auto;
}
.logo img {
    height: 85px;
    padding: 10px 0;
}
.bottom_header {
    box-shadow: 0px 2px 4px #eeee;
}


.top_footer {
    background: #242424;
    padding: 30px 0 10px;
}
.footer_logo a {
    color: #00bb00;
    font-size: 25px;
    font-weight: 700;
	text-align: center;
	display: block;
}
.footer_logo p {
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.bottom_footer {
    background: #000;
    padding: 10px 0;
}
.bottom_footer p {
    text-align: center;
    font-weight: 800;
    color: #ccc;
    font-size: 12px;
}
.details h2 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: 800;
}
.details h5 {
    text-align: center;
    color: #ccc;
    font-weight: 300;
    font-size: 18px;
	font-family: 'Quicksand', sans-serif;
}
.footer_email li {
    list-style-type: none;
    margin-left: 50px;
    color: #ccc;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'Quicksand', sans-serif;
}
.footer_email li a {
    color: #ccc;
	    font-family: 'Quicksand', sans-serif;
}
.footer_email li i {
    margin-right: 8px;
    display: inline-block;
    width: 15px;
    font-size: 20px;
    color: #9fc83b;
}
.footer_email li .fa-mobile {
    font-size: 30px;
    margin-left: 2px;
}
a.download_form {
    display: block;
    width: 175px;
    text-align: center;
    background: #fff;
    color: #000;
    padding: 5px;
    font-size: 13px;
    border: 2px solid #000;
    border-radius: 30px;
    margin-left: 15px;
}
.details {
    padding: 45px 0;
}
.footer_logo img {
    height: 85px;
    margin-top: 25px;
}
.images-gallary {
    padding-bottom: 60px;
}

.desktop_menu {
    display: none;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
    min-height: auto;
    border: none;
    margin: 0;
}
button.navbar-toggle {
    padding: 10px;
    margin-top: 30px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-default .navbar-toggle {
    border-color: #000;
}
/*======== Gallary =====*/
* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
.navbar-collapse {
    width: 100%;
    color: #000;
    margin: 0;
    padding: 0;
}
ul.nav.navbar-nav.navbar-left {
    color: #000;
    padding-left: 0;
    float: right !important;
    margin: 22px 0;
}
.navbar-nav>li>a {
    color: #000;
    font-size: 16px;
}
/*======== /Gallary =====*/
a.navbar-brand img {
    height: 70px;
}
a.navbar-brand {
    display: table;
    padding: 15px;
	padding-left: 0;
}
.contact_page h2 {
    text-align: center;
    margin-bottom: 45px;
    font-weight: 800;
    font-size: 34px;
    margin-top: 0;
}
.contact_page {
    padding: 60px 0;
}
.contact_form label {
    font-weight: 400;
    font-size: 14px;
    margin-left: 15px;
    color: #777;
}
.contact_form label i{
	color: #9fc83b;
}
.contact_form label .fa-mobile {
    font-size: 30px;
}
.contact_form .form-control {
    box-shadow: none;
    border-radius: 30px;
    height: 35px;
    font-size: 10px;
}
textarea.form-control {
    height: 140px !important;
    resize: none;
}
input.submitbtn {
    display: block;
    width: 110px;
    text-align: center;
    background: #fff;
    color: #000;
    margin-top: 36px;
    padding: 5px;
    font-size: 13px;
    border: 2px solid #000;
    border-radius: 30pc;
}
.contact_details li {
    list-style-type: none;
    margin-left: 50px;
    color: #000;
    margin-bottom: 20px;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.contact_details li a {
    color: #000;
    font-family: 'Quicksand', sans-serif;
}
.contact_details {
    padding-top: 50px;
}
.contact_details li .fa-mobile, .contact_details li .fa-location-arrow {
    font-size: 28px;
    margin-left: 2px;
}
.contact_details li i {
    margin-right: 8px;
    display: inline-block;
    width: 15px;
    font-size: 20px;
    color: #9fc83b;
}
.contact_form {
    background: #f0f0f0;
    padding: 60px;
}
.about-page {
    padding: 50px 0;
}
.about-page h2 {
    text-align: center;
    margin-bottom: 35px;
    font-weight: 800;
    font-size: 30px;
    margin-top: 0;
}



/****** Sticky Bar CSS **********/
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.home_tile {
    position: relative;
    padding: 15px 0;
}
.tile_img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 5px;
    max-width: 350px;
    height: 262px;
    box-shadow: 3px 3px 3px -1px #2c2c2c;
    margin:auto;
}
.tile-overlay {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.home_tile:hover .tile_img {
  opacity: 0.3;
}

.exh_detail:hover .tile_img {
  opacity: 1;
}

.exh_detail {
  cursor: pointer;
}

.home_tile:hover .tile-overlay {
  opacity: 1;
}

.tile-overlay {
    color: #242424;
    font-size: 23px;
    font-weight: 800;
    font-family: 'Quicksand', sans-serif;
}
.tile-section h2 {
    text-align: center;
    margin: 30px 0;
    font-weight: 800;
    margin: 0;
    padding-top: 80px;
    padding-bottom: 10px;
}
.services_category {
    text-align: center;
    padding: 30px 0;
}
.services_category img {
    height: 100px;
}

.services_category p {
    font-weight: 700;
    margin: 20px 0;
	font-size: 18px;
}
.events_video {
    width: auto;
    text-align: center;
}
.carousel {
    position: relative;
    clear: both;
}
.exhibition-services {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 50px 0 0;
}
.testimonial_content {
    background: #fff;
    padding: 40px 150px;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 35px;
    font-weight: 600;
    text-indent: 60px;
}
a.left.carousel-control,  a.right.carousel-control{
    color: #9fc83b;
    opacity: 1;
    text-shadow: none;
    height: 100px;
    width: 50px;
    margin: auto;
    background: none;
}
span.glyphicon {
    font-size: 70px;
}
.p-back {
    background: #f1f1f1;
    width: 140px;
    height: 140px;
    display: block;
    text-align: center;
    text-indent: initial;
    padding: 15px;
    font-size: 100px;
    color: #aaa;
    border-radius: 50%;
    margin: auto;
}
.p1 {
    text-align: center;
    text-indent: 0;
    margin-top: 25px;
}
.testimonial h2 {
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    margin-top: 0;
}
.exhibition-services h2 {
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 25px;
}
@media only screen and (max-width: 900px){
.contact_details li {
    list-style-type: none;
    margin-left: 0px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.contact_details {
    padding-top: 50px;
    width: 70%;
    margin: auto;
}
.contact_details li .fa-mobile, .contact_details li .fa-location-arrow {
    font-size: 20px;
    margin-left: 2px;
    
}
.contact_details li i {
    font-size: 15px;
}
.contact_form {
    background: #f0f0f0;
    padding: 30px;
    margin: 0 60px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px !important;
}
a.download_form {
   
    border-radius: 30px;
}
a.navbar-brand {
    padding-right: 0;
    padding-left: 15px;
}
.testimonial_content {
    padding: 40px 60px;
}
}
@media only screen and (max-width: 600px){
.contact_details li {
    list-style-type: none;
    margin-left: 0px;
    color: #000;
    margin-bottom: 20px;
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    font-weight: 500;
}
button.navbar-toggle {
    padding: 15px;
    margin-top: 30px;
    background: #fff !important;
}	
.navbar-toggle .icon-bar {
    position: static;
}
.navbar-left {
       width: 100%;
}
.navbar-nav>li>a {
    border-bottom: 1px solid #eee;
}
a.download_form {
    display: block;
    width: auto;
    text-align: left;
    background: #fff;
    color: #000;
    padding: 5px;
    font-size: 13px;
    border: none;
    border-radius: 0;
    margin-left: 0px;
}
}

.gallery {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 5vw);
  grid-gap: 1.5rem; 
}

.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; 
}

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;

  /** Alternative Syntax **/
  /* grid-column: 1 / span 2;  */
  /* grid-row: 1 / span 2; */
}

.gallery__item--2 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;

  /** Alternative Syntax **/
  /* grid-column: 3 / span 2;  */
  /* grid-row: 1 / span 2; */
}

.gallery__item--3 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 6;

  /** Alternative Syntax **/
  /* grid-column: 5 / span 4;
  grid-row: 1 / span 5; */
}

.gallery__item--4 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 6;

  /** Alternative Syntax **/
  /* grid-column: 1 / span 4;  */
  /* grid-row: 3 / span 3; */
}

.gallery__item--5 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 6;
  grid-row-end: 9;

  /** Alternative Syntax **/
  /* grid-column: 1 / span 4; */
  /* grid-row: 6 / span 3; */
}

.gallery__item--6 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 6;
  grid-row-end: 9;

  /** Alternative Syntax **/
  /* grid-column: 5 / span 4; */
  /* grid-row: 6 / span 3; */
}

.gallery__item {
  position: relative;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgb(0 140 186 / 37%);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.gallery__item:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.pagination>li>a, .pagination>li>span{
 color:#9fc83b !important;   
}
pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #9fc83b !important;
    border-color: #9fc83b !important;
}
}