.bannerbg{
  display: block;
  position: relative;
  width: 100%;
  background: url(../images/servicebanner.webp) no-repeat center center;
  background-size: cover;
  padding: 90px 0 10px;
}
.bannerbg::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.90);
}
.widthsmall{
  width: 700px;
  max-width: 100%;
  margin:0 auto;
  position: relative;
  margin-bottom: 7rem;
  position: relative;
  z-index: 1;
}
.widthsmall::after{
  content: '';
  display: block;
  clear: both;
}
.maintitle{
  color: #000000;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: -0.04em;
    margin-bottom: 1rem;
}
.subtitle{
  color: #000000;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -0.04em;
    display: block;
    margin-bottom: 1rem;
}
.subtitle span{
  color: #CBA969;
}
.widthsmall P{
  font-size: 17px;
    line-height: 1.4em;
    color: #000000CC;
}
.bannerbg .maintitle{
  color: #fff;
}
.bannerbg p{
  color: #fff;
}
.divider{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00000073;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    word-spacing: 0.1em;
    line-height: 1;
    position: relative;
    margin:1rem 0;
}
.divider::after{
  content: '';
  width: 100%;
  height: 1px;
  background: #efefef;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.divider span{
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.dividerblack{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    word-spacing: 0.1em;
    line-height: 1;
    position: relative;
    margin: 1rem 0;
}
.dividerblack::after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.6);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.dividerblack span {
    display: inline-block;
    padding: 0 10px;
    background: #000;
    position: relative;
    z-index: 1;
}

.topsection{
  display: block;
  width: 100%;
  position: relative;
  padding: 80px 0;
}
.innersection{
  width: 100%;
  display: block;
  background: #C7AA6C;
  border-radius: 20px;
  padding: 15px 25px;
  box-sizing: border-box;
  margin-bottom: 3rem;
}
.column{
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  padding: 15px;
  background: #0e729c;
  border-radius: 15px;
  margin:1rem 0;
}
.column .icons{
  background-color: #fff;
    padding: 3px 3px 3px 3px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.column .icons img{
  width: 100%;
  height: auto;
}
.column .calltitle{
  display: block;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  margin:0.3rem 0 0.7rem;
  line-height: 1.2;
  text-align: left;
}
.column p,
.column p a{
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  align-items: center;
  column-gap: 7px;
  line-height: 1.2;
}
.column p i,
.column p a i
{
  font-size: 1.4rem;
}
.column p i::before,
.column p a i::before{
  -webkit-text-stroke : 1px  #B08E3F;
}
.formbg{
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 60px 30px;
  background: #FBF9F7;
  border-radius: 20px;
}
.formbg .title{
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #000;
}
.formbg input[type='text']{
  display: block;
  background: #fff;
  color: #000;
  font-size: 1rem;
  line-height: 52px;
  border-radius: 48px;
  padding: 0 25px;
  width: 100%;
  box-sizing: border-box;
  border:1px solid rgb(40 70 78 / 18%);
  font-weight: 500;
  margin-bottom: 1rem;
}
.formbg textarea{
  display: block;
  background: #fff;
  color: #000;
  font-size: 1rem;
  line-height: 24px;
  border-radius: 20px;
  padding: 25px 25px;
  width: 100%;
  box-sizing: border-box;
  border:1px solid rgb(40 70 78 / 18%);
  font-weight: 500;
  margin-bottom: 1rem;
}
.formbg input[type='submit']{
  color: #000;
  display:block;
  background-color: #0e729c;
    border: 2px solid #0e729c;
    font-size: 18px;
    color: #fff;
    padding: 9px 33px;
    font-weight: 500;
    border-radius: 6px;
}
.checkboxbg {
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: flex-start;
}
.checkboxbg .check {
    width: 20px;
    display: flex;
    align-items: center;
}
.checkboxbg .check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 0;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  position: absolute;
  margin-left: -22px;
  top: 26px;
  left: 50px;
}
.checkboxbg .check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 0;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  position: initial;
  margin: 0;
}
.checkboxbg p {
    font-size: 16px;
    text-align: revert;
    color: #535353;
    font-weight: 400;
    padding-left: 15px;
}
.checkboxbg p a{
    color: #C3AB6E;
}
.submitbg{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.socailbg{
  display: flex;
  position: relative;
  padding: 30px;
  background: url(../images/service1.webp) no-repeat center center;
  border-radius: 20px;
  background-size: cover;
  /*top: 50%;
  transform: translateY(-50%);*/
  text-align: center;
  overflow: hidden;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.socailbg::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.82);
  border-radius: 20px;
}
.socailbg div{
  position: relative;
  z-index: 1;
}
.socailbg .title{
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #fff;
}
.topsocail{
    display: inline-block;
    position: relative;
    /*float: right;*/
}
.topsocail ul{}
.topsocail ul li{
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.topsocail ul li:last-child{
    margin-right: 0;
}
.topsocail ul li a{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    background: #0e729c;
    border: 2px solid #0e729c;
    border-radius: 50%;
    transition: all 500ms ease;
    text-align: center;
}
.topsocail ul li a:hover{
    background-color: #fff;
    border-color: #000;
}