.citydetailbanner {
  background: url(../images/citybanner2.webp);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  padding: 120px 0px;
}


.citydetailbanner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.68) url(../images/pattern.png) repeat;
}

.citydetailbanner h1 {
  font-size: 4rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  font-weight: bold;
}

.citydetailbanner h1 span{color:#B60101;}  

.citydetailbanner p {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  line-height: 30px;
}
.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;
}
.ban-btnarea {
  width: 60%;
  display: block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto;
}
.ban-btnarea .quation-btn {
  background: #b60101;
  border-radius: 30px;
  padding: 15px 50px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}


.ban-btnarea .quation-btn:hover{ display:block; background:#000;}


.ban-btnarea .request-design-btn {
  background: #000000;
  border-radius: 30px;
  padding: 15px 50px;
  color: #fff;
  font-size: 18px;
  text-align:center;
}

.ban-btnarea .request-design-btn:hover{ display:block; background:#b60101; }

.top-graysec {
  background: #fafafa;
  border-bottom: 2px solid #dfe6ec;
  padding: 90px 0px;
}
.top-graysec .box-area {
  margin: 0px;
  padding: 0px;
}
.top-graysec .box-area ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-graysec .box-area ul li {
  flex: 0 0 23%; display: block;
  height: 100%;
  text-align: center;
  border-radius: 5px;
}

.top-graysec .box-area ul li .contentarea{ width:100%; }

.top-graysec .box-area ul li .contentarea .figure {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.top-graysec .box-area ul li .contentarea .figure img {
  width: 100%;
  height: auto;
  border-radius:4px;
}
.top-graysec .box-area ul li .contentarea h3 {
  font-size:18px;
  text-align: center;
  color: #807777;
  font-weight: 400;
  line-height: 32px;
  padding: 10px 0px;
}
.top-graysec .box-area ul li .contentarea:hover h3 {
  color: #000;
  display: block;
}



.top-graysec .box-area ul li .caption {
  display: block;
  width: 100%;
  border-radius: 0 0 5px 5px;
  padding: 30px 15px 15px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #efefef; background: #fff;
}

.top-graysec .box-area ul li .title {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #414141;
  font-family: "Bebas Neue",sans-serif;
}

.top-graysec .box-area ul li p {
  display: block;
  font-size: 1rem;
  line-height: 1.6;
  margin: .5rem 0 1rem;
  color: #3d3d3d;
}

.top-graysec .box-area ul li .readmore {
  display: block;
}

.top-graysec .box-area ul li .readmore a {
  display: inline-block;
  padding: 0 25px;
  border-radius: 6px;
  background: #c22c2b;
  line-height: 46px;
  color: #fff;
  font-size: 1rem;
  font-family: "Bebas Neue",sans-serif;
  letter-spacing: 1px;
}

/*.we-design-buld {
  padding: 70px 0px; background: #F8F9FB;
}
.we-design-buld .contentarea {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.we-design-buld .title{ font-size:16px; text-align:center; color:rgb(72, 92, 199);}
.we-design-buld  h2 {
  font-size: 32px;
  line-height: 40px;
  color: #252525;
  padding: 10px 0px;
  text-transform: uppercase;
  font-weight: 700; text-align: center;
}
.we-design-buld  p {
  font-size: 16px;
  line-height: 30px;
  color:#3d3d3d;
  padding: 10px 160px;
  text-align: center; 
}
.we-design-buld .vido-sec {
  padding: 0px;
 max-width: 800px; margin: 50px auto;
}

.we-design-buld .vido-sec iframe{ border-radius:10px; }*/
.wedesignbuld {
  display: block;
  padding: 90px 0px 60px; 
/*  background: #34343C;*/
background: #fff;
  position: relative;
}

.wedesignbuld .shrtdesc p{
  text-align: justify;
}
.wedesignbuld .iframbg{
  display: block;
  width: 100%;
  margin: 0rem auto 0 auto;
  position: relative;
}
.wedesignbuld .iframbg::after{
  content: '';
  display: block;
  clear: both;
}
.wedesignbuld .figure{
  display: block;
  width: 100%;
}
.wedesignbuld .figure img{
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.white-bg{ background:#fff !important; }

.portfolio-sec {
  padding:10px 0px; background:#000;
}

.portfolio-sec .figure-area {
  margin: 0px;
  padding: 0px;
}
.portfolio-sec .figure-area ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.portfolio-sec .figure-area ul li {
  flex: 0 0 32.5%;
}
.portfolio-sec .figure-area ul li .figure {
  margin: 8px 0px;
}


.portfolio-sec .figure-area ul li .figure img {
  width: 100%;
  height: auto;
  border: 1px solid #fff0;
}

.gray-content-sec {
  padding: 60px 0px;
  background: #fff;
}
.gray-content-sec .contentarea {
  margin: 20px 0px;
  padding: 0px;
}
.gray-content-sec .contentarea h2 {
  font-size: 32px;
  line-height: 40px;
  color: #252525;
  padding: 10px 0px;
  font-weight: 700;
  text-align: center;
}
.gray-content-sec .contentarea p {
  font-size: 16px;
  line-height: 30px;
  color: #4f4f4f;
  padding: 10px 0px;
  text-align: left;
}

.gray-content-sec ul,
.gray-content-sec ol{
    
}
.gray-content-sec ul li,
.gray-content-sec ol li{
    display: block;
    padding-left: 30px;
    color: #414141;
    position: relative;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: .5rem;
    text-align: justify;
}

.gray-content-sec ul li::after,
.gray-content-sec ol li::after{
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: 0 0;
    top: 7px;
    left: 0;
    border: 2px solid #c22c2b;
    border-radius: 50%;
    transition: 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    content: "";
}
.gray-content-sec h3{
    margin:1.5rem 0;
}
.faqbgs{
    display:block;
    text-align:left;
}


.tradee-show-listing-sec{ padding:60px 0px; }
.tradee-show-listing-sec h2{ display: block;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #414141;
  margin: 0 0 1rem;
  font-weight: 700;}

 
 .tradee-show-listing-sec  p{ display: block;
  font-size: 1rem;
  line-height: 1.7;
  color: #3d3d3d;
  margin-bottom: 1rem; } 


.tradee-show-listing {
  width: 100%;
  margin: 40px 0px 0px;
  padding: 0px;
}
.tradee-show-listing ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tradee-show-listing ul li {
  flex: 0 0 100%;
}


.tradee-show-listing ul li .box-inner{
 width: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
  position: relative;
  padding: 35px 15px;
  box-sizing: border-box; }


.tradee-show-listing ul li .box-inner::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid #fff;
  z-index: 1;
}

.tradee-show-listing ul li .box-inner::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 35px;
  width: calc(100% - 70px);
  height: calc(100% - 31px);
  background: #000;
  z-index: 2;
}

.tradee-show-listing ul li .box-inner .inner {
  position: relative;
  z-index: 111;
  text-align: center;
}

.tradee-show-listing ul li .box-inner  .figure {
  width: 70%;
  margin: 0 auto;
}

.tradee-show-listing ul li .box-inner  .figure img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}

.tradee-show-listing ul li .box-inner .caption {
  width: 100%;
  overflow: hidden;
  margin-top: 35px;
  text-align: center;
}

.tradee-show-listing ul li .box-inner .caption p{  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 5px;}


.tradee-show-listing ul li .gray-box {
  background: #e9e9e9;
  color: #fff;
  padding: 5% 0;
  text-align: center;
}


.tradee-show-listing ul li .gray-box p {
  font-size: 17px;
  color: #000; line-height: 30px; font-weight: 400;
}

.tradee-show-listing ul li .redbgbtn {
  margin:20px 0px;
}

.tradee-show-listing ul li .seemorebtn {
  background: #b60101;
  padding: 8px 20px;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
}

.map-sec{ width:100%; padding:40px 0px;}  

.custom-container{ max-height:1440px; margin:0px auto; width:85%; }

.partners{ width:100%; margin:60px 0px 30px; padding:0px;}
.partners ul{display:flex; justify-content:space-between; flex-wrap:wrap; }

.partners ul li{ flex:46%; background:#fafafa; padding:30px; display: flex; margin: 0px 20px;}
.partners ul li .figure{ width:120px; height:120px; }
.partners ul li .figure img{ border-radius:50%;}
.partners ul li .content{ width:80%; }
.partners ul li .content p{ font-size: 16px;
  color:#3d3d3d; line-height:28px; font-weight: 400; padding: 10px 0px; text-align:left;}  

.partners ul li .content .title{ font-size:16px;color: #000; line-height: 30px; font-weight:500; text-align:left;}
.trustedsection{
  display: block;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    position: relative;
    background: #f2f2f2;
}
.sectionservice {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 80px 0 60px;
  background: #34343C;
}
.sectionservice .maintitle,
.sectionservice .shrtdesc p{
  color: #fff;
}
.sectionservice .widthmedium{
  margin-bottom: 2rem;
}
.sectionservice .column {
    display: block;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding: 1.5rem;
    background: #fff;
}
.sectionservice .column .caption {
    display: block;
    padding: 15px 15px 0px;
    position: relative;
}
.sectionservice .column p{
    display: block;
    font-size: 1.0rem;
    line-height: 1.6;
    margin:0rem 0 1rem;
    color: #414141;
    font-weight: 500;
    text-align: center;
}
.sectionservice .column .readmore a{
    display: block;
    text-align: center;
    font-size: 1.1rem;
    line-height: 3rem;
    background: #b60101;
    color: #fff;
    position: relative;
    font-family: "Roboto Condensed", Arial, Helvetica,sans-serif;
}
.sectionservice .column .readmore a::after{
    content: '\f178';
    position: absolute;
    top: 0;
    right: 0.5rem;
    color: #fff;
    font-size: 1rem;
    line-height: 3rem;
    font-family: 'FontAwesome';
}

.sectionservice .owl-carousel{
    margin-top:0rem;
}
.owl-carousel .owl-dots {
    text-align: center;
    display: block;
    margin-top: 2rem;
}

.owl-carousel button.owl-dot {
    background: #000 !important;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
}
.owl-carousel button.owl-dot.active {
    background: #ca1f26 !important;
    width: 20px;
    height: 8px;
    border-radius: 5px;
}
.artsciencebg{
    width: 100%;
    margin:0;
    padding:60px 0;
    overflow: hidden;
    background: #fff  url(../images/map.png) no-repeat center center;
    position: relative;
    background-size: cover;
}
.artsciencebg::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
}
.artsciencebg .container{
    position: relative;
    z-index: 1;
}
.servicbxbg{
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
}
.servicebx{
    width: 33.33%;
    margin:0;
    padding:30px;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    min-height: 300px;
    float: left;
}
.servicebx:nth-child(3){
    border-right: 0;
}
.servicebx:nth-child(4){
    border-bottom: 0;
}
.servicebx:nth-child(5){
    border-bottom: 0;
}
.servicebx:nth-child(6){
    border-right: 0;
    border-bottom: 0;
}
.servicebx .icon{
    width: 47px;
    margin:0 auto;
}
.servicebx .icon img{
    width: 100%;
    height: auto;
}
.servicebx .caption{
    width: 100%;
    margin:1rem 0 0;
    padding:0;
    text-align: center;
}
.servicebx .caption .title{
    display: block;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: #000;
    font-weight: 600;
    font-family: "Roboto Condensed", Arial, Helvetica,sans-serif;
}
.servicebx .caption p{
    display: block;
    font-size: 1rem;
    line-height: 1.7;
    color: #414141;
}