/*-------------common css-------------------*/
.p-l-5 {
    padding-left: 5px;
}
.p-r-5 {
    padding-right: 5px;
}

.pd-0 {
    padding: 0px !important;
}
.pd-10 {
    padding: 10px !important;
}
.pd-15 {
    padding: 15px !important;
}

.pt-0 {
    padding-top: 0px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-50 {
    padding-top: 50px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}

.mt-0 {
    margin-top: 0px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-8 {
    margin-top: 8px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}

.mr-0 {
    margin-right: 0px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mr-50 {
    margin-right: 50px !important;
}

.ml-0 {
    margin-left: 0px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.ml-50 {
    margin-left: 50px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}
.p-r-5 {
    padding-right: 5px !important;
}
/*-------------common css-------------------*/

.logoImg{
	height:80px !important;
	width: 100% !important;
	object-fit: contain;
}
.gradient-overly-right-color:before {
	background: linear-gradient(to right, #222 30%, rgba(26, 44, 121, 0.18) 100%);
}
.navbar-theme-primary.affix {
    background-color: #222;
}

.serviceIcon{
	height: 80px;
    margin-bottom: 10px;
    width: 100%;
    object-fit: contain;
}

.txtHeading{
	text-align: center;
}

.single-promo-block::after {
  z-index: 1;
  top: 100%;
  background-image: linear-gradient(75deg, rgba(34, 34, 34, 0.65), rgba(238, 131, 34, 0.55));
}

.promo-hover-bg-1::before {
  background-image: url("../newimages/residential.png");
}
.promo-hover-bg-2::before {
  background-image: url("../newimages/commercial.png");
}
.promo-hover-bg-3::before {
  background-image: url("../newimages/industrial.png");
}
.promo-hover-bg-4::before {
  background-image: url("../newimages/rental.png");
}
.promo-hover-bg-5::before {
  background-image: url("../newimages/loan.jpg");
}
.promo-hover-bg-6::before {
  background-image: url("../newimages/investment.jpg");
}

.bg-gradient-primary {
  background: linear-gradient(85deg, rgba(34, 34, 34, 0.8) 30%, rgba(221, 172, 98, 0.9) 100%) !important;
}
.teamImages {
    height: 150px;
    width: 150px;
}
.profile-card .profile-image-small {
    width: 158px;
    height: 158px;
}
.contactHeight {
    height: 150px;
}
.lead {
    font-size: 16px;
}
.serviceImage {
    height: 350px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}
.txtHeading  {
    font-size: 16px;
}
ul.social-icons {
  position: fixed;
  bottom: 85px;
  display: grid;
  z-index: 2500;
  left: 24px;
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons {
  text-align: right;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.socialIcon {
  height: 50px;
}
