.mobileLogo {
  width: 100%;
  float: left;
  height: auto;
  text-align: center;
  margin: 20px 0;
  display: none;
}

.mobileLogo img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

.bannerMainBox {
  width: 100%;
  float: left;
  height: auto;
  margin: 0 0 40px 0;
  position: relative;
  padding: 0 0 10px 0;
}

.bannerMainBox img {
  max-width: 100%;
  width: 100%
}

.bannerMainBox .bottomSaparatorBox {
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #f8f2e4, #f8f2e4, #f58220, #05569d, #22b24c, #f8f2e4, #f8f2e4);
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2)
}

.bannerMainBox .owl-controls {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 999999;
  -webkit-transform: translateY(calc(-50% - 10px));
  -moz-transform: translateY(calc(-50% - 10px));
  transform: translateY(calc(-50% - 10px))
}

.bannerMainBox .owl-controls .owl-prev {
  text-align: center;
  width: auto;
  height: auto;
  position: absolute;
  left: 30px
}

.bannerMainBox .owl-controls .owl-prev .fa {
  font-size: 42px
}

.bannerMainBox .owl-controls .owl-next {
  text-align: center;
  width: auto;
  height: auto;
  position: absolute;
  right: 30px
}

.bannerMainBox .owl-controls .owl-next .fa {
  font-size: 42px
}

.residencialSliderBox,
.commercialSliderBox {
  width: 100%;
  float: left;
  height: auto;
  position: relative
}

.residencialSliderBox .owl-controls,
.commercialSliderBox .owl-controls {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 999999;
  -webkit-transform: translateY(calc(-50% - 10px));
  -moz-transform: translateY(calc(-50% - 10px));
  transform: translateY(calc(-50% - 10px))
}

.residencialSliderBox .owl-controls .owl-prev,
.commercialSliderBox .owl-controls .owl-prev {
  text-align: center;
  width: 24px;
  height: 24px;
  background: #ffffff;
  position: absolute;
  left: 20px;
  line-height: 22px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px
}

.residencialSliderBox .owl-controls .owl-next,
.commercialSliderBox .owl-controls .owl-next {
  text-align: center;
  width: 24px;
  height: 24px;
  background: #ffffff;
  position: absolute;
  right: 20px;
  line-height: 22px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px
}

.sliderMainBox {
  width: 100%;
  float: left;
  height: auto
}

.sliderMainBox .bottomSaparatorBox {
  width: 100%;
  float: left;
  height: 10px;
  margin: 30px 0 0 0;
  background-image: linear-gradient(to right, #f8f2e4, #f8f2e4, #f58220, #05569d, #22b24c, #f8f2e4, #f8f2e4)
}

.sliderMainBox .propertyListBox {
  width: 100%;
  float: left;
  height: auto;
  margin: 0 20px 20px 0;
  padding: 0 0 10px 0;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px
}

.sliderMainBox .propertyListBox .proprtyImgBox {
  width: 100%;
  float: left;
  height: 300px;
  padding: 0;
  position: relative;
  margin: 0 0 0 0
}

.sliderMainBox .propertyListBox .proprtyImgBox:before {
  content: '';
  padding-top: 300px;
  display: block;
  width: 100%;
  height: auto
}

.sliderMainBox .propertyListBox .proprtyImgBox img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0
}

.sliderMainBox .propertyListBox .propertyDetailsBox {
  width: calc(100% - 30px);
  float: left;
  height: 230px;
  position: relative;
  margin: -50px 0 0 15px;
  background: #ffffff;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  padding: 8px 0 15px
}

.sliderMainBox .propertyListBox .propertyDetailsBox h5 {
  width: 100%;
  float: left;
  height: auto;
  font-family: 'opensanssemibold';
  font-size: 16px;
  color: #B12704;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  margin: 0
}

.sliderMainBox .propertyListBox .propertyDetailsBox h4 {
  margin: 10px 0 10px 0;
  padding: 0 10px;
  display: block;
  text-align: center
}

.sliderMainBox .propertyListBox .propertyDetailsBox h4 a {
  display: inline-block;
  font-family: 'opensanssemibold';
  font-size: 14px;
  color: #58595b;
  text-align: center;
  margin: 0 0 5px 0
}

.sliderMainBox .propertyListBox .propertyDetailsBox h4 span {
  display: block;
  font-family: 'opensansregular';
  font-size: 16px;
  color: #19519e;
  text-align: center
}

.sliderMainBox .propertyListBox .propertyDetailsBox .btn-primary {
  width: 60px;
  height: 60px;
  padding: 20px 0 0 0;
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px #ffffff
}

.sliderMainBox .owl-controls {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(calc(-50% - 10px));
  -moz-transform: translateY(calc(-50% - 10px));
  transform: translateY(calc(-50% - 10px))
}

.sliderMainBox .owl-controls .owl-prev {
  text-align: center;
  width: 24px;
  height: 24px;
  background: #ffffff;
  position: absolute;
  left: -30px;
  line-height: 22px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px
}

.sliderMainBox .owl-controls .owl-next {
  text-align: center;
  width: 24px;
  height: 24px;
  background: #ffffff;
  position: absolute;
  right: -30px;
  line-height: 22px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px
}

.pad-top {
  padding-top: 10px;
}

.pad-2 {
  padding: 2px;
}

.projectsSliderBox {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  padding: 0 0 0 0;
}

.projectsSliderBox .bottomSaparatorBox {
  width: 100%;
  float: left;
  height: 10px;
  margin: 30px 0 0 0;
  background-image: linear-gradient(to right, #f8f2e4, #f8f2e4, #f58220, #05569d, #22b24c, #f8f2e4, #f8f2e4)
}

.projectsSliderBox.commercialSliderBox {
  background: #f8f2e4;
}

.categoryListBox {
  width: 100%;
  float: left;
  height: auto;
  padding: 15px 15px 25px 15px;
  /*border: solid 1px #dddddd;*/
  text-align: center;
}

.categoryListBox .iconBox {

 
  display: inline-block;
 
}
.categoryListBox .iconBox img{
border-radius: 5px;
    box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
}
.categoryListBox a {
  display: block;
  font-family: 'opensanssemibold';
  font-size: 18px;
  color: #19519e;
  text-align: center
}
.titleheight {
  height: 44px !important;
}

@media only screen and (max-width: 767px) {
  .categoryListBox {
    margin: 0 0 10px 0;
  }
  .mobileLogo {
    display: block;
  }
}