html, body {
    /* background: url(../images/bg.jpg); */
    /* background: url(../images/bgg.jpg); */
    background: url(../images/bggg.webp);
    /* background: url(../images/bg4.webp); */
    background-size: contain !important;
}


a:hover {
    color: #342d1e !important;
}
header#masthead {
    position: fixed !important;
    left: 0 !important;
    width: 100%;
}
.homebannerArea {
    height: 100vh;
    overflow: hidden;
}
.buildersBannerContent {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
} 
.buildersBannerContent h4, .buildersBannerContent h5 {
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    font-family: 'Cabinet Grotesk', sans-serif;
    color: #FFFEF9;
    position: relative;
    text-transform: uppercase;
}
.buildersBannerContent .bulidertitle h4 {
    top: 0;
    left: 0;
    text-align: left;
    text-transform: uppercase;
}
.buildersBannerContent h4::after {
    position: absolute;
    content: " ";
    background: rgb(0,0,0);
    background: linear-gradient(92deg, rgba(0, 0, 0, 0) 29%, rgba(255, 255, 255, 1) 24%);
    background-repeat: no-repeat;
    width: 100%;
    height: 1px;
    bottom: 17px;
    right: 0rem;
}
.buildersBannerContent h5::before {
    position: absolute;
    content: " ";
    background: #fff;
    background-repeat: no-repeat;
    /* background-repeat: no-repeat; */
    width: 1px;
    height: 10px;
    bottom: 13px;
    left: 16.8rem;
}
.buildersBannerContent h5::after {
    position: absolute;
    content: " ";
    background: linear-gradient(268deg, rgba(0,0,0,0) 52%, rgba(255,255,255,1) 0%);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    width: 100%;
    height: 1px;
    bottom: 17px;
    left: 0rem;
}
.buildersBannerContent .bulidertitle h5 {
    bottom: 0;
    right: 0;
    text-align: right;
}
.buildersBannerContent p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    color: #FFFEF9;
    margin: 15px 0 40px 0;
}
.scrolldown img {
    width: 36px;
    height: 36px;
    top: 0px;
    transition: all 0.3s ease;
    position: relative;
}
#rmp_menu_trigger-108 {
    display: block !important;
    background: none !important;
}
.rmp-container .rmp-menu-wrap .rmp-menu {
    /* height: 100vh !Important; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
div#rmp-menu-wrap-108 {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#rmp-menu-wrap-108 .rmp-menu > .rmp-menu-item {
    width: auto;
    padding: 0 3% 0 3% !important;
    margin-bottom: 0rem;
    height: 100%;
    float: none !important;
    /* flex: 0 0 33%; */
}
#rmp-menu-wrap-108 .rmp-menu > .rmp-menu-item a {
    padding: 0 !important;
    text-transform: uppercase;
}
#rmp-menu-wrap-108 .rmp-menu-item-link {
    font-size: 75px!important;
    font-weight: 200!important;
    line-height: 80px!important;
    font-family: 'Cabinet Grotesk'!important;
    color: #FFFEF9!important;
    height: auto !important;
    margin-bottom: 0px!important;
    padding: 0 0 0 0px!important;
    position: relative!important;
    opacity: .8;
    margin-right: 0px !important;
    margin-bottom: 50px !important;
}
#rmp-menu-wrap-108 .rmp-menu-item-link:hover {
  border-bottom:#fff 1px solid;
    opacity: 1;
}

#rmp-menu-wrap-108 .rmp-menu-current-item .rmp-menu-item-link {
    color: #fff;
    border-color:none !important;
    background-color: #6fda4400 !important;

		border-bottom:#fff 1px solid !important;
}
/* Tabs */
.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
	gap:2%;
}
ul#tabs-nav li {
    /* border-bottom: #ccc  1px solid !important; */
    position: relative;
    padding: 10px 0px 10px 0;
    font-size: 16px;
    margin-left: 15px;
    cursor: pointer;
    opacity: .7;
    position: relative;
    background-image: linear-gradient(transparent calc(100% - 1px),#000 1px);
    background-repeat: no-repeat;
    /* padding-bottom: .1rem; */
}
ul#tabs-nav li:hover {
    animation: title-underline .75s cubic-bezier(.15,.85,.45,1) forwards;
}
@keyframes title-underline {
    0%,0.1% {
        background-position: 100%;
        background-size: 100% 100%
    }

    49.9% {
        background-position: 100%;
        background-size: 0 100%
    }

    50%,50.1% {
        background-position: 0;
        background-size: 0 100%
    }

    to {
        background-position: 0;
        background-size: 100% 100%
    }
}

ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
  flex:0 0 40%;
  
}
.inverimagarea img{
	object-fit:cover;
}
div#tabs-content {
    flex: 0 0 58%;height:360px;
}
.tab-content .inverimagarea {
    height: 500px;
    object-fit: cover !important;
	padding-left:6rem !important;
}
.tab-content .inverimagarea img {
    object-fit: cover;
    height: 500px;
    width: 100%;
}
ul#tabs-nav {
    margin: 5rem 0  0;
    padding: 0;
}
section.projwxtplace {
    padding: 10rem 0;
}
ul#tabs-nav li {
    float: none;
    font-weight: bold;
    margin-right: 0;
	margin-left:0;
    padding: 8px 0px;
    cursor: pointer;
}
#tabs-nav li a {
    text-decoration: none;
    color: #28303d;
    font-family: 'Cabinet Grotesk', sans-serif;
    font-size: 20px;
    font-weight: 400;
    
}
div#tabs-content1 {
    width: 70%;
    margin: 0 auto;
}
ul#tabs-nav1 {
    list-style: none;
    margin: 4rem auto 3rem;
    padding: 5px;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul#tabs-nav1 li {
  float: left;
  font-weight: bold;
  margin-right: 2px;
  padding: 0px 10px;
  cursor: pointer;
  opacity:.7;
   margin: 0 1rem;
}
ul#tabs-nav1 li:hover,
ul#tabs-nav1 li.active1 {
  opacity:1;
}
#tabs-nav1 li a {
  text-decoration: none;
     font-size: 25px;
    line-height: 30px;
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
	color:#231F20;
	
}
ul#tabs-nav1 li:hover a,
ul#tabs-nav1 li.active1 a {
  opacity:1;
  border-bottom:#231F20 1px solid;
}
.tanblkArea h4 {
    text-decoration: none;
    font-size: 27px;
    line-height: 30px;
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    color: #231F20;
}
.cafont,.cafont *{
	
	font-family: 'Cabinet Grotesk', sans-serif !important;
}
.tanblkArea h3 {
    text-decoration: none;
    font-size: 41px;
    line-height: 30px;
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    color: #231F20;
    text-transform: uppercase;
    display: none;
}
.tanblkArea p {
    font-size: 16px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    padding: 0 0rem 2rem;
    border-bottom: #f2ebeb 1px solid;
    margin-bottom: 2rem;
}

.tabinsidesection .tanblkArea:last-child p {
	display:none;
}
.tabinsidesection a{
	border:#000 1px solid;
}
.prSectorTitle {
    position: absolute;
    margin-bottom: 0;
}
h2.sectortitle {
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    font-family: 'Cabinet Grotesk', sans-serif;
    margin: 0px 0 6rem 0;
}
a.smalread {
    font-size: 12px !important;
    position: absolute;
    top: 21px;
    padding-left: 1.5rem;
    color: #000 !important;
}
#tabs-nav li:hover::after, #tabs-nav li.active::after ,#tabs-nav li:first-child::after{
    position: absolute;
    content: '';
    background: url('../images/rightarrow.png');
    width: 12px;
    height: 12px;
    right: 12px;
    top: 19px;
    background-size: cover;
}
#tabs-nav li:hover ,#tabs-nav li.active{
	
	opacity:1 !important;
}
#tabs-nav li:hover a,#tabs-nav li.active a{
	
	opacity:1 !important;
}
section.bannerinside img {
    width: 100%;
    max-width: 100%;
    height: 70vh;
    object-fit: cover;
}
section.bannerinside .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70vh;
    z-index: 999;
}
section.bannerinside{
	position:relative;
	margin-bottom:5rem;
}

section.bannerinside:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000085;
    top: 0;
    bottom: 0;
    /* z-index: 999; */
    left: 0;
}

h1.maintitle {
   
    padding: 2rem 3rem;
    color: #ffff;
    font-size: 4rem;
    text-transform: uppercase;
}
.bannertitle h1{
	 color: #fff !important;
    font-size: 6rem;
    
	    font-weight: 400 !important;
    line-height: 76px;
    font-family: 'Cabinet Grotesk', sans-serif !important;


}
.PropageDetails{
	text-align:center;
}
.PropageDetails h2{

    font-size: 60px;
    line-height: 60px;
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.PropageDetails p{

    font-size: 16px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    padding: 0 10rem;
}

.tabinsidesection a {
    border: #cdcdcd 1px solid;
    padding: 5px 12px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    color: #000;
    border-radius: 4px;
    line-height: 30px;
    box-shadow: #adabab 0px 4px 7px -1px;
    text-transform: uppercase;
	text-decoration:none !important;
 
}
.tabinsidesection a:hover{
  
    background: #232323;
	color:#fff !important;
}
.footertilte h2 {
    font-size: 55px;
    font-weight: 400 !important;
    line-height: 55px;
    font-family: 'Cabinet Grotesk', sans-serif !important;
    color: #231F20 !important;
    margin: 00px 0 20px 0;
}
.copsec {
    color: #231F20;
    opacity: .5;
	font-family:"Inter", sans-serif !important;
    font-size: 12px;
}
.copbtm {
    position: relative;
    padding: 0;
}
.copbtm:after {
    position: absolute;
    content: ''; 
    height: 3px;
    width: 100%;
    top: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 60%, rgba(204,204,204,1) 60%);
}
.er_ser_box{
  position: relative;
  padding: 20px 0;
  position: relative;
  text-align: center;
  margin: 20px auto 80px;
  border-radius: 20px;
}
.er_ser_box::before{
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transition: all .5s ease-in-out;
  background-image: url('../images/ser-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-height: 100%;
  min-height: 303px;
}
.er_ser_box::after{
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  transition: all .5s ease-in-out;
  background-image: url('../images/ser-bghover.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  max-height: 0%;
  min-height: 0px;
  visibility: hidden;
  opacity: 0;
}
.er_ser_box:hover::after{
  bottom: 0;
  max-height: 100%;
  height: 100%;
  min-height: 303px;
  visibility: visible;
  opacity: 1;
}
.er_ser_text {
  position: relative;
  top: 25px;
}
.er_ser_box:hover .er_ser_text h5{
  color: var(--er-white-color);
}
.er_ser_box:hover .er_ser_text p{
  color: var(--er-footertext-color);
}
.er_ser_box:hover .er_ser_text a{
  color: var(--er-white-color);
}
.er_ser_box:hover .er_ser_text {
  position: relative;
  z-index: 1;
}
.er_ser_icon{
  width: 98px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--er-primary-color);
  border-radius: 100%;
  border: 5px solid var(--er-bg-color);
  margin: -40px auto 30px;
  top: -20px;
}
.er_ser_text h5{
  font-size: 18px;
  font-weight: 600;
  color: var(--er-heading-color);
}
.er_ser_text p {
  font-size: 16px;
  font-weight: 400;
  color: var(--er-text-color);
  max-width: 300px;
  text-align: center;
  margin: 15px auto;
}
.er_ser_text a{
  font-size: 15px;
  font-weight: 500;
  color: var(--er-primary-color);
}
.empobanner {
    overflow: hidden !important;
}
@media(min-width:992px){
    .alerilogo {
    position: absolute;
    left: 0;
    top: 0;
}
    .mainlogohome{
        position:absolute;right:0;
    }
    .mainlogohome img{
       
       right:20px;
    }
}
@media(max-width:992px){
     .alerilogo{
         position:relative;
    }
     .mainlogohome{
        position:relative;
    }
}