.banner {
  position: relative;
  width: 100%;
  min-height: 91vh;
  overflow: hidden;
  background-image: url(../img/banner.png);
  background-size: cover;
  color: #fff;
}

@media (max-width: 992px) {
.banner .m-img img{width: 65%;}
}

.banner .banner-content {
  height: 450px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .banner .banner-content{height: auto;}
}

.banner .banner-content h1 {
  text-transform: uppercase;
  font-weight: 700;
}
.banner .banner-content p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.banner .banner-content p.booth {
  background: #fff;
  border-radius: 70px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 15px;
}
.banner .banner-content .location {
  background: #ffffff3b;
  border-radius: 15px;
  display: flex;
  width: 70%;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  min-height: 178px;
  position: relative;
}


@media (max-width: 992px) {
.banner .banner-content .location  {
width:100%;
flex-direction:column;
  min-height:auto
  }
}
.banner .banner-content .location .l-main::after{
content:'';
  display: inline-block;
  border-right: 1px solid #fff;
  position:absolute;
  left: 19rem;
    top: 35px;
    height: 115px;
}
@media (max-width: 1397px) {
.banner .banner-content .location .l-main::after {
  left: 33rem;
  }
}
@media (max-width: 1200px) {
.banner .banner-content .location .l-main::after {
  left: 0;
  display:none;
  }
}

.banner .banner-content .location .l-main2::after{
content:'';
  display: inline-block;
  border-right: 1px solid #fff;
  position:absolute;
  right: 19rem;
    top: 35px;
    height: 115px;
}
@media (max-width: 1397px) {
.banner .banner-content .location .l-main2::after {
  right: 33rem;
  }
}
@media (max-width: 1200px) {
.banner .banner-content .location .l-main2::after {
  right: 0;
  display:none;
  }
}
.banner .banner-content .location p {
  font-size: 16px;
}
/* banner-sec end */
.product-content{
  background:#F8F9FF;
}
.product-content h2 {
    color: #000;
    font-weight: 700;
    margin: 15px 0;
}
.product-content p.sub-title{
  padding:0 12rem;
}
@media (max-width: 992px) {
.product-content p.sub-title{ padding:0;}
}
.product-content .toolkit {
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 25px;
}

/* --product-sec end- */
section.invite .ver1 {
    background:#EFF0FF;
    border-radius: 20px;
    min-height: auto;
    margin-bottom: 1rem;
    text-align:center;
     color:#414141;
}
@media (min-width: 1400px) {
section.invite .ver1 {
    margin-bottom: 0;
    min-height: 311px;
  }
}
section.invite h2{
      margin: 15px 0;
}
section.invite .ver1.ver2 {
    background:#FFEBF6;
}
section.invite .ver1.ver3 {
    background:#E3FFF2;
}
/* --invite-sec end- */

.founder{
  position: relative;
  width: 100%;
  min-height: 87vh;
  overflow: hidden;
  background-image: url(../img/bg.png);
  background-size: cover;
  color: #fff;
}
.founder .title{
  font-size:30px;
  font-weight:700;
}
@media (max-width: 992px) {
.founder .title{ padding:0;text-align:center;margin-top: 20px;}
}
.founder p{
  padding-right:8rem;
}
@media (max-width: 992px) {
.founder p{ padding:0;text-align:center;}
}

/* --testimonial-- */
.product-content .toolkit.toolkit2 {
    flex-direction:column;
    justify-content:center;
}
.testimonial{
  width:490px;
}
.product-content .toolkit.toolkit2 .img-box{
background: #F7F8FC;
border-radius:10px;
text-align: center;
}
.outline-btn{
  border:1px solid #21202D;
  color:#21202D;
  font-size:16px;
  font-weight:600;
  padding:14px 25px;
}
.outline-btn:hover{
   border:1px solid #21202D;
  color:#21202D;
}

.primary-btn{
  background:#21202D;
  color:#fff;
    font-size:16px;
  font-weight:600;
   padding:14px 25px;
}
.primary-btn:hover{
  background:#21202D;
  color:#fff;
}
footer{
  background:#21202D;
}
