.mainbanner {
    display: block;
    width: 100%;
    padding: 70px 0 150px;
    background: #000 url(../images/homebanner.webp) no-repeat center center;
    position: relative;
    background-size: cover;
    text-align: center;
}

.mainbanner::after {
    content: '';
    display: block;
    clear: both;
}

.mainbanner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.mainbanner .container {
    position: relative;
    z-index: 1;
}

.mainbanner .hometitle {
    display: block;
    font-size: 3rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 800;
    margin-bottom: 1rem;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}

.mainbanner p {
    display: block;
    font-size: 1.2rem;
    line-height: 1.7;
    color: #fff;
    font-weight: 500;
    margin-bottom: 1rem;
    ;
}


.sub-banner {
    margin-top: -110px;
    padding-bottom: 80px;
}


.city-box {
    background: #fff;
    padding: 25px;
    margin: 20px 0px;
    text-align: center;
}
.city-box span{
    color: #B51F33;
    font-weight: 600;
}

.city-box ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.city-box ul li {
    margin: 0px;
    flex: 0 0 18%;
    margin: 15px 0px;
}

.city-box ul li a {
    border: 1px solid #989899;
    border-radius: 4px;
    font-size: 16px;
    color: #000;
    padding: 10px;
}

.city-box ul li a:hover {
    background: #004063;
    color: #fff;
}

.short-bio {
    background: #f8f8f8;
    border-radius: 6px;
    padding: 20px;
}

.short-bio h3 {
    font-size: 22px;
    text-align: left;
    color: #000;
    line-break: 30px;
    border-bottom: 1px solid #cfcecc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.short-bio .title {
    font-size: 18px;
    text-align: left;
    color: #000;
    line-break: 30px;
    width: 100%
}

.short-bio p {
    font-size: 16px;
    text-align: left;
    color: #000;
    line-break: 30px;
    padding-top: 15px;
    line-height: 32px;
}

/* Restore list styling inside admin-managed rich text blocks */
/* Use !important to override global reset in common.css */
.short-bio ul,
.short-bio ol {
    list-style: disc !important;
    margin-left: 20px !important;
    padding-left: 20px !important;
}

.short-bio ol {
    list-style: decimal !important;
}

.short-bio ul li,
.short-bio ol li {
    list-style: inherit !important;
    margin-bottom: 8px;
    display: list-item !important;
}
.standbuildercountry .listing {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid rgba(66, 59, 61, 0.28);
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    position: relative;
    margin: 1rem 0;
}

.standbuildercountry .listing::after {
    content: '';
    display: block;
    clear: both;
}

.standbuildercountry .figure {
    display: block;
    max-width: 200px;
    flex: 0 0 200px;
    border: 1px solid rgba(66, 59, 61, 0.28);
    border-radius: 10px;
    margin-right: 30px;
    float: left;
    height: 200px;
}

.standbuildercountry .figure img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}

.standbuildercountry .content {
    display: block;
    flex: 1;
    float: left;
    margin-right: 14px;

}

.standbuildercountry .content .title {
    display: block;
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    color: #414141;
    font-weight: 700;
}

.standbuildercountry .content p {
    display: block;
    font-size: 1rem;
    line-height: 1.7;
    color: #3d3d3d;
    margin-bottom: 0.5rem;
}

.standbuildercountry .content .location {
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    color: #414141;
    margin-bottom: 1rem;
    font-weight: 700;
}

.standbuildercountry .content .ratingbg {
    display: block;
    font-size: 1rem;
    line-height: 1;
}

.standbuildercountry .content .ratingbg .fa {
    color: #ffc107;
}

.clientlogo {
    display: block;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    position: relative;
    background: #F9FAFB;
}

.newformbg{
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 60px;
    background: #fff url(../images/homebanner.webp) no-repeat center center;
    background: #ddd ;
    background-size: cover;
    border-radius: 12px;
}
.newformbg::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 99%);
/*    background: rgba(0, 0, 0, 0.7);*/
    border-radius: 12px;
}
.fom-right .card-bx {
    padding: 1rem;
    background-color: #f7f7f7;
    border-radius: 8px;
    margin-top: 0.5rem;
}
.fom-right {
    background: #fff;
    border-radius: 6px;
    padding: 20px 30px;
    position: relative;
    z-index: 1;
}

.newformbg h2 {
    font-size: 28px;
    color: #fff;
    line-height: 38px;
    padding-bottom:20px;
    text-transform: uppercase;
    padding: 0 22px;
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
}

.fom-right h3 {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    border-bottom: 1px solid #cfcecc;
    padding-bottom: 10px;
    text-transform: uppercase; padding-left: 22px; margin-bottom: 10px;
}

/*.fom-right input {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px 0px 15px 20px;
    border: none;
    outline: none;
    margin: 7px 0px;
    width: 100%;
}*/
.newformbg .form-inner {
  max-width: 880px;
  margin: 0px auto 0;
  border-radius: 10px;
  background: #fff;
  padding: 0 0px;
  display: block;
  position: relative;
}
.newformbg .form-inner::after{
  content: '';
  display: block;
  clear: both;
}
.newformbg .form-inner .event-details {
  width: 100%;
  margin: 0px;
  padding: 30px;
  border: 1px solid #E9ECEF;
  margin: 50px 0px;  
}
.event-details .row{
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.event-details [class*='col-']{
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.newformbg .form-inner .event-details h3{
  font-size:20px;
  text-align: left;
  color: #ce3052;
  line-height: 40px;
  font-weight: 500;
  margin-top: -50px;
  background: #fff;
  display: inline-block;
  position: absolute;
  padding: 0px 10px;
  border-bottom: 0;
}
.newformbg input[type='text']{
  display: block;
  width: 100%;
  padding: 10px 25px;
  margin-top: 10px;
  font-size: 16px;
  outline: none;
  color: #535353;
  border-radius:8px;
  border: 1px solid #E9ECEF;
  background: #f3f3f3;
  height: 60px;
}
.newformbg select{
  display: block;
  width: 100%;
  padding: 10px 25px;
  margin-top: 10px;
  font-size: 16px;
  outline: none;
  color: #535353;
  border-radius:8px;
  border: 1px solid #E9ECEF;
  background: #f3f3f3;
  height: 60px;
}
.d-flex .input-outer{
    flex: 1;
}
.d-flex select{
  width: 100px;
  padding: 10px 15px;
  border-radius: 0 8px 8px 0;
}
.d-flex input[type='text']{
  border-radius: 8px 0 0 8px;
}

.newformbg .custom-drop-file {
  position: relative;
  padding: 10px 25px;
  cursor: pointer;
  height: 60px;
  margin: 10px 0 0px 0px;
  background: #f3f3f3;
  border-radius:8px;
  border: 1px solid #E9ECEF;
}

.newformbg input[type="file"] {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  top: 0;
  left: 0;
  background: #f3f3f3;
}

.newformbg  .custom-drop-file p {
  margin: 0;
  color: #414141;
  font-size: 0.65rem;
  position: relative;
}

.newformbg .custom-drop-file p span {
  display: inline-block;
  background: #343536;
  padding: 9px 10px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
}

.newformbg textarea {
  display: block;
  font-size: 1rem;
  line-height: 24px;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  color: #3d3d3d;
  margin: 15px 0px 0px 0px;
  text-shadow: none;
  border: 1px solid #E9ECEF;
  outline: none;
  background: #f3f3f3;
  border-radius:8px;
}

.newformbg input[type="submit"] {
  margin-bottom: 10px;
  width: 200px;
  background: #b50728;
  border-radius: 30px;
  padding: 8px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  outline: none;
  border: none;
  line-height: 40px;
}

.services-area{
  border-radius: 12px;
  background: #f3f3f3;
  padding: 20px 20px;
  margin:20px 0px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  }


.services-area h3{font-size: 20px;color: #000;line-height: 30px;text-transform: uppercase;border-bottom: 1px solid #989899;padding-bottom: 0.5rem}

.services-area ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px -5px 0;
    }

.services-area ul li {
    list-style: none;
    display: block;
    margin: 0 5px 10px;
    }

.services-area ul li a {
    border-radius: 100px;
    font-size: 16px;
    color: #000;
    padding: 10px 30px;
    background: #eaeaea;
    display: block;
}

.services-area ul li a:hover {
    color: #fff;
    background: #be0c30;
}
  .ribbon-wrap {
    position: absolute;
    top: 16px;
    right: 18px;
    pointer-events: none;
    }
    .ribbon {
        width:120px;
        font-size: 12px;
        text-align: center;
        padding: 5px 0;
        background: #2A6466;
        color: #fff;
        position: absolute;
        transform: rotate(0deg);
        right: -18px;
        top: -17px;
        border-radius: 5px 10px 0px 0px; padding:8px 10px;
    }

    .select2-container .select2-selection--single{
     border: 1px solid #E9ECEF;
     background: #fff;
     height: 60px;
     margin: 5px 0;
     padding: 10px 15px;
     border-radius: 8px;
   }
   .select2-container--default .select2-selection--single .select2-selection__rendered{ 
      line-height:44px !important; 
      color: #757585 !important;
   }
   .select2-container--default .select2-selection--single .select2-selection__arrow {
     height: 26px;
     position: absolute;
     top: 25px !important;
     right: 10px ;
     width: 20px;
   }
   @media screen and (max-width:767px){
    .newformbg{
        padding: 40px 0 0;
    }
    .fom-right{
        padding: 20px 0;
    }
    .standbuildercountry .listing{
        display: block;
        text-align: center;
    }
    .standbuildercountry .figure{
        position: relative;
        width: 200px;
        float: none;
        margin: 0 auto;
    }
   }