.custom-exhibition-ban {
  background: url(../images/countrybanner.webp);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  padding: 90px 0px;
}

.custom-exhibition-ban::before {
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.84;
  position: absolute;
}

.custom-exhibition-ban h1 {
  font-size: 4rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  font-weight: bold;
}

.custom-exhibition-ban p {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  line-height: 30px;
  padding: 30px 90px;
}

.btn-ban {
  display: block;
text-align: center; margin-top: 10px;}

.btn-ban a {
  color: #fff;
  background: #b60101;
  padding: 15px 60px;
  border-radius: 50px;
  display: inline-block;
  font-size: 20px;
}

.what-we-do-sec {
  padding: 70px 0px;
}
.what-we-do-sec .workflow {
  width: 100%;
  margin: 20px 0px;
}
.what-we-do-sec .workflow ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.what-we-do-sec .workflow ul li {
  flex: 0 0 24%;
  text-align: center;
  margin-top: 30px;
}
.what-we-do-sec .workflow ul li .figure {
  display: inline-block;
  text-align: center;
}
.what-we-do-sec .workflow ul li .figure img {
  width: 40%;
  height: auto;
}
.what-we-do-sec .workflow ul li h3 {
  font-size: 24px;
  color: #000000;
  line-height: 30px;
  font-weight: 500;
  padding: 20px 0px;
}
.what-we-do-sec .workflow ul li p {
  font-size: 16px;
  text-align: center;
  color: #404040;
  line-height: 28px;
  font-weight: 400;
}

.benefits-custom {
  padding: 80px 0px;
  background: #f8f9fb;
}
.benefits-custom .benefits-inner {
  width: 100;
}
.benefits-custom .benefits-inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.benefits-custom .benefits-inner ul li {
  flex: 0 0 50%;
}
.benefits-custom .benefits-inner ul li .figure {
  width: 100%;
}
.benefits-custom .benefits-inner ul li .figure img {
  width: 100%;
  height: auto;
}
.benefits-custom .benefits-inner ul li .contentarea {
  padding: 0px 60px;
  transform: translate(5%, -0%);
}

.benefits-custom .benefits-inner ul li .contentarea h3 {
  font-size: 40px;
  color: #222;
  line-height: 45px;
  font-weight: 500;
  padding: 20px 0px;
}
.benefits-custom .benefits-inner ul li .contentarea p {
  font-size: 16px;
  text-align: left;
  color: #404040;
  line-height: 28px;
  font-weight: 400;
  padding-bottom: 20px;
}

.custom-built-exhibtton-stand {
  padding: 80px 0px;
  background: #fff;
}



.custom-built-exhibtton-stand .figure {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%
}

.custom-built-exhibtton-stand .figure a {
  display: block;
  position: relative;
  z-index: 2
}

.custom-built-exhibtton-stand .figure img {
  cursor: pointer;
  display: block;
  opacity: 1;
  width: 100%;
  height: auto
}

.fancy-list-img {
  opacity: 1;
  overflow: hidden;
  transition: .3s
}

.custom-built-exhibtton-stand .figure .fancy-list-img {
  background-color: #000
}

.custom-built-exhibtton-stand .figure:hover img {
  cursor: url(../images/icon-zoom-white.png), pointer;
  opacity: .15;
  transform: scale(1.1, 1.1);
  transition: .3s
}


.custom-built-exhibtton-stand [class*="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin: 7.5px 0;
}

.requirent-sec{ background:#000; padding:60px 0px; }
.requirent-sec h3 {
  display: block;
  font-size:30px;
  line-height:40px;
  color: #fff;
  font-weight: 600;
}

.requirent-sec .req-btn {
  display: inline-block;
}

.requirent-sec .req-btn a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.2;
  padding: 13px 35px;
  background-color: transparent;
  border: 2px solid #B60101;
  border-radius: 30px;
  color: #fff;
}


.faq-sec{ padding:60px 0px;}
.faq-sec .faq-content { margin:0px; padding:0px;  border-bottom: 1px solid rgba(0,0,0,.10); padding: 20px 0px; margin: 10px 0px;}
.faq-sec .faq-content h3{ display: block;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 1rem;
} 

.faq-sec .faq-content p{ display: block;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.6;
  color: #707070; }


@media screen and (max-width:767px){
  .custom-exhibition-ban{
    padding: 120px 0 90px 0px;
  }
  .custom-exhibition-ban h1 {
    font-size: 2.5rem;
  }
  .custom-exhibition-ban p{
    padding:30px 0;
  }
  .what-we-do-sec .workflow ul li{
    flex: 0 0 50%;
  }
  .benefits-custom .benefits-inner ul li{
    flex: 0 0 100%;
  }
  .benefits-custom .benefits-inner ul li .contentarea{
    padding:0;
    transform: translate(0%, -0%);
  }
  .requirent-sec{
    text-align: center;
  }
}

@media screen and (max-width:600px){
  
  .what-we-do-sec .workflow ul li{
    flex: 0 0 100%;
  }
}


