.banner_back{
    min-height: 100%;
    background: linear-gradient(0deg, rgb(000 000 000 / 50%), rgb(000 000 000 / 40%)), url(../images/about/homeaboutback.jpg);
    background-size: contain;
}

.banner_back_rb{
    min-height: 100%;
    background: linear-gradient(0deg, rgb(000 000 000 / 80%), rgb(000 000 000 / 70%)), url(../images/expertize/rbbbb.jpg);
    background-size: cover;
}
.banner_back_bld{
	min-height: 100%;
    background: linear-gradient(0deg, rgb(000 000 000 / 80%), rgb(000 000 000 / 70%)), url(../images/expertize/buldingspage.jpg);
    background-size: cover;
}
.banner_back_land_infra{
	min-height: 100%;
    background: linear-gradient(0deg, rgb(000 000 000 / 80%), rgb(000 000 000 / 70%)), url(../images/expertize/land_and_infra_development.jpg);
    background-size: cover;
}

.banner_back_ind_construct{
	min-height: 100%;
    background: linear-gradient(0deg, rgb(000 000 000 / 80%), rgb(000 000 000 / 70%)), url(../images/expertize/land_and_infra_development.jpg);
    background-size: cover;
}
.safty_comp{
	min-height: 100%;
    background: linear-gradient(0deg, rgb(000 000 000 / 40%), rgb(000 000 000 / 50%)), url(../images/safety/safetyback.jpg);
    background-size: cover;
}
.career_baner{
	min-height: 100%;
    background: linear-gradient(0deg, rgb(000 000 000 / 80%), rgb(000 000 000 / 70%)), url(../images/contact/6.jpg);
    background-size: cover;
}
.career_down{
	min-height: 100%;
    background: linear-gradient(0deg, rgb(000 000 000 / 40%), rgb(000 000 000 / 40%)), url(../images/contact/1920x700-1.jpg);
    background-size: cover;
}
.safty_comp_baner{
	min-height: 100%;
    background: linear-gradient(0deg, rgb(000 000 000 / 60%), rgb(000 000 000 / 60%)), url(../images/safety/safety.jpg);
    background-size: cover;
}

.bg-grey{
	background-color:grey;
}
.banner_back_exp{
    min-height: 100%;
    background: linear-gradient(0deg, rgb(24 21 21 / 70%), rgb(24 18 18 / 70%)), url(../images/expertize/expertise.jpg);
    background-size: cover;
}

.banner_back_Project{
   
	min-height:100%;
      background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('../images/project/4.jpg');
      background-size:cover;
}
.banner_back_contact {
   
    background: linear-gradient(0deg, rgba(000, 000, 000, 0.9), rgba(000, 000, 000, 0.7)), url('../images/contact/contactback.jpg');
    background-size: cover;
}

.banner_back_safety  {
    min-height: 100%;
    background: linear-gradient(0deg, rgba(240, 240, 240, 0.5), rgba(240, 240, 240, 0.5)), url('../1926.jpg');
    background-size: cover;
}

.banner_back_csr  {
    min-height: 100%;
    background: linear-gradient(0deg, rgba(000, 000, 000, 0.8), rgba(000, 000, 000, 0.8)), url('../images/csr/1920x900.jpg');
    background-size: cover;
}
.banner_back_cultuer{
	min-height: 100%;
    background: linear-gradient(0deg, rgba(000, 000, 000, 0.7), rgba(000, 000, 000, 0.7)), url('../images/culter/cultban.jpg');
    background-size: cover;
}
.saftyimgroll .icon{
	width:117px;
	height:auto;
	margin: auto;
    display: block;
}




.main-nav>li>a {
    text-transform: uppercase;
	font-size: 17px;
    letter-spacing: 1px;
}

.my_icon_box {
	padding-top:30px;
	background:#f08121;
}
.my_icon_box img{
	width:60px;
	display:block;
	margin:auto;
}
.my_icon_box h1{
	text-align:center;
	color:white;
	font-weight:300;
}
.lqd-counter-element {
    line-height: 1em;
    color: var(--lqd-color-primary);;
}


.text_color{
	color:#f08121 !important; 
}
.heading_main{
	color:#f08121 !important;
	font-size:33px;
	font-weight:600 !important;	
	letter-spacing:1px;
	line-height:40px;
	font-family: "EuropaNuovaBold" !important;
}

.heading_main_white {
    color: #fff !important;
    font-size: 25px;
    font-weight: 600 !important;
    letter-spacing: 1px;
    line-height: 38px;
	font-family: 'EuropaNuovaBold' !important;
}
.heading_main_white_safety {
    color: #fff !important;
    font-size: 31px;
    font-weight: 600 !important;
    letter-spacing: 1px;
    line-height: 38px;
	font-family: 'EuropaNuovaBold' !important;
}
.founder_name{
	font-weight: 700 !important;
	float: inline-end !important;
}
.hero-section {
 padding:100px;
  background:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
    url("../images/about/road.jpeg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.content-block {
  margin-bottom: 50px;
}

.content-block .title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.content-block .title img {
  width: 45px;
}

.content-block h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
  color: white;
}

.content-block p {
  font-size: 20px;
  line-height: 1.7;
  color: #ffffffcc;
  max-width: 1050px;
  color: white;
}

.titleBox {
	padding: 10px 10px 10px 10px;
    background: var(--lqd-color-primary);
    position: absolute;
    margin-top: -54px;
	    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;

}

.titleBox p {
	font-size:14px;
	font-weight:400 !important;	letter-spacing:.7px;
	color:#fff;
	font-family: "EuropaNuovaRegular" !important;
	margin-bottom:0px !important;
}
.borer_right{
	border-right: 1.5px solid #f08121;
}
.borer_about_right{
	border-right: 1.5px solid #f08325;
}


.color_white{
	color:#fff !important;
}

/*Corner Border*/
.button1 {
  margin: 0px;
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #f08121;
  font-size: 20px;
  position: relative;
}
.button1:before,
.button1:after {
  width: 40px;
  height: 40px;
  content: '';
  position: absolute;
}
.button1:before {
  border-top: 2px solid #f08121;
  border-left: 2px solid #f08121;
  top: 0;
  left: 0;
}
.button1:after {
  border-right: 2px solid #f08121;
  border-bottom: 2px solid #f08121;
  bottom: 0;
  right: 0;
}
/*Corner Border*/

.lqd-tabs-nav .active {
	border : 1.5px solid #f08121;
}
.lqd-tabs-nav li a {
	border : 1.5px solid transparent;
}
.lqd-tabs-style-3 .lqd-tabs-nav li a:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: transparent;
    transform: none;
    transition: transform .3s;
}
.lqd-tabs-style-3 .lqd-tabs-nav a {
    padding: .6em 0.5em;
    display: block;
	letter-spacing:1px;
}
.lqd-tabs-style-3 .lqd-tabs-nav {
   
    border-color: transparent;
}
@media screen and (min-width: 992px) {
    .lqd-tabs-style-3 .lqd-tabs-nav.justify-center li {
        padding-inline-start: 0em;
        padding-inline-end: 2em;
		margin-bottom: 7px;
    }
}
.text-right{
text-align:right;	
}
.text-19 {
	font-size:19px;
	font-weight:100!important;
}

.theme_btn_black{
	background:transparent;
	color:#000 !important;
    border: 1px solid #f08121;
    padding: 5px 25px;
    letter-spacing: .5px;
    font-size: 19px;
    text-transform: capitalize;
	
	opacity:1 !important
}
.theme_btn_black:hover{
	background: #F27E3F;
    color: #000;
	border:1px solid #f08121;
}
.theme_btn{
	background:transparent;
	color:#fff !important;
    border: 1px solid #f08121;
    padding: 5px 25px;
    letter-spacing: .5px;
    font-size: 19px;
    text-transform: capitalize;
	
	opacity:1 !important
}
.theme_btn:hover{
	background: #F27E3F;
    color: #fff;
	border:1px solid #f08121;
}
#form_con input, textarea{
	width:100%;
	border:none;
	background:transparent;
	border-bottom:2px solid black;
	padding:15px 5px;
	margin-bottom:5px;
}
input:focus, textarea:focus {
	outline: none;
	border-color: #4CAF50;
}
#form_con input::placeholder, textarea::placeholder {
  color: Black;
  font-weight:600;
  letter-spacing:1px;
  font-size:20px;
}
.float-right {
	float:right;
}

.footerull span{
	color:#F27E3F;
	margin-right:10px;
}


.iconsecr p{
	text-align: center;
    font-size: 14px;
    color: #fff;
    margin-bottom: 2px;
    letter-spacing: .5px;
	font-family: 'Montserrat-Medium', sans-serif !important;
}
.color-black{
	color:black; 
}
.dsplay_block{
	display:block;
	width:100%;
}  
.triangle-right {
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-left: 50px solid #fff;
	border-bottom: 25px solid transparent;
	position:absolute;
	top:40%;
	right:-40px;
	
}

.bg-sky-blue{
	background:#d0dce0;
}
.text-blue-700 {
    color: #000;
}

#primary-nav li a{
	font-family: 'Montserrat-Medium', sans-serif !important;
}

.lqd-counter-text{
	font-family: 'Montserrat-Regular', sans-serif !important;
	font-size:30px;
}
body {
    margin: 0;
    font-family: GriftRegular !important;
    font-size: var(--lqd-body-font-size);
    font-weight: 200 !important;
    letter-spacing: .5px;;
    line-height: var(--lqd-body-line-height);
    color: var(--lqd-body-text-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

 .lqd-tabs-nav li a {
    font-family: 'Montserrat-bold', sans-serif !important; 
}

.h3, h3 {
	
}
.heading_main_grey{
	color: grey !important;
    font-size: 25px;
    font-weight: 600 !important;
    letter-spacing: 1px;
    line-height: 38px;
	font-family: 'Montserrat-Medium', sans-serif !important;
}
.fw-100{
	font-weight: 100;
}

.w20per {
	display: inline-block !important;
    width: 19.7% !important;
}

@media only screen and (max-width: 600px) {
  .banner .mt-100 {
    margin-top:0px !important;
  }
  .banner {
        padding: 70px 10px 0 !important;
    }
	.logo-default{
		width:77px;
	}
	.lqd-mobile-sec .navbar-brand {
    padding: 0px 0 !important;
    max-width: 75% !important;
	}
	.w20per{
		width:100% !important;
	}
	.paramob{
		margin-right:40px !important;
		margin-left:40px !important;
	}
	.lqd-tabs-style-3 .lqd-tabs-nav li {
        width: 100%;
        padding-inline-start: 10px;
        padding-inline-end: 10px;
        margin: 0;
        margin-bottom: 0em;
    }
	.padding_mobb{
		padding:20px !important;
	}
	.fottr .pl-40{
		padding:0px !important;
	}
	.fottr .pl-50{
		padding:0px !important;
	}
	.borer_right{
		border:none !important;
	}
}

.heading_RENEWABLE {
    color: white !important;
    font-size: 33px;
    font-weight: 600 !important;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: 'Montserrat-Medium', sans-serif !important;
}


 .img-info {
    margin-top: -20 !important;
    background-color: white !important;
    margin-left: 18px !important;
    margin-right: 56px !important;
    color: #f08121 !important;
    padding: 10px !important;
    font-size: 14px !important;
	    line-height: 14px;
 }
 
 .ptitle{
	color:#f08121 !important;
	margin-bottom:0px !important;
	font-size: 15px;
}
 .pdesc{ 
	color:#f08121 !important;
	margin-bottom:0px !important;
}
.btnabs{
	position: absolute;
    right: 5%;
    bottom: 5px;
    border: 1px solid #f08121;
    color: #f08121;
	border-radius:4px;
	font-size:14px;
	background:white;
}   

.btnabs:hover{
    color: white ;
	background:#f08121;
}  

.contactth h2{
	color:grey;
}
.white-color {
	color:#fff;
	letter-spacing: 1.7px;
    font-size: 29px;
	line-height:40px;
}
.color_orange{
	color:#f08121 !important
}
.imgg img{
	margin-bottom:30px;
}


.objfit-contain{
	object-fit: contain;
}
.img-responsive{
	width: 100%;
    height: auto;
}



.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.6); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  height: 100%;
  text-align: center;
}

.img_ovr_container .overlay {
  opacity: 1;
}
 .text-white-700{
	color:white; 
 }
 .is-stuck .text-white-700{
	color:black !important; 
 }
 
 .banner_hed{
	 float: left;
   margin-top: 300px;
  
    text-align: justify;
 }
 
 #homebanner .carousel-dots{
	 margin-top:-87px;
 }
 #homebanner .flickity-page-dots .dot.is-selected {
    background-color: #fff;
    color: #fff;
}
 #homebanner .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    position: relative;
    border-radius: 5em;
    background-color: rgb(193 178 178 / 25%);
    color: rgb(101 92 92 / 25%);
    transition: all .3s;
    cursor: pointer;
}.flickity-page-dots {
    width: 100%;
    padding: 30px;
    margin: 0;
    list-style: none;
    line-height: 1;
}
.flickity-page-dots {
  pointer-events: auto;
  z-index: 10;
}

.flickity-page-dots .dot {
  cursor: pointer;
}
.block100 {
	display:flex;

	background:#f0f0f0;
}
.block100 .col-xl-3{
	width:20% !important;
}
.lqd-fb-style-6 .lqd-fb-content h6 {
    font-size: 18px;
    letter-spacing: .1em;
    opacity: .7;
    transition: opacity .3s;
    text-align: center;
}

@media screen and (min-width: 1200px) {
   .block100 .lqd-fb-style-6 .lqd-fb-content {
         padding: 20px !important; 
    }
}
.lqd-fb-style-6 .lqd-fb-content h6 {
    font-size: 17px;
    letter-spacing: .5px;
    opacity: .7;
    font-weight: normal;
    background: #f08121;
    opacity: 1;
    width: max-content;
    display: block;
    margin: auto;
    bottom: 0;
    margin-bottom: 30px; 
    padding: 2px 11px;
    border-radius: 4px;
	font-family: 'EuropaNuovaRegular';
}
.block100 .h-pt-150{
	padding-top:200% !important;
}
.abt .ld-media-content {
	background: #f08121;
    width: 90%;
    padding: 20px;
}

.ex_read_bridge{
	padding: 30px 0px 0px 0px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/expertize/road_bridgess.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;

}
.ex_buildings{
	padding:30px 0px 0px 0px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/expertize/buildingss.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;

}

.ex_land_infra{
	padding: 30px 0px 0px 0px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/expertize/lndinfra.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;

}
.ex_ind_constr{
	padding: 30px 0px 0px 0px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/expertize/industrialcon.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;

}

.ex_fnl{
	padding: 100px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/expertize/solvprob.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;

}
.exppage img{
	
	width:90px !important;
	height:auto;
}

.input-group input, .input-group textarea{
	width:100%;
	background:transparent;
	border:none;
	border-bottom :1px solid white;
	margin-right:70px;
	padding:10px 0px;
	color:white;
}
.input-group input{
	margin-bottom:17px;
}
::placeholder {
  color: white;
  opacity: 1; /* Firefox */
  font-size:17px;
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: white !important;
}


.form input[type=file] {
    width: 93px;
    padding: 0px 0px;
    color: transparent;
    margin-bottom: 17px;
    border: none;
}
.custom-file-input::before {
    content: 'Choose File';
    color: #fff;
    display: inline-block;
    background: #f08121;
    border: 1px solid #999;
    padding: 2px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 10pt;
}

.filt .lqd-pf-details{
	position: absolute;
    bottom: 1px;
    width: 100%;
	background: rgb(000 000 000 / 70%);
	padding:10px;
} 
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 0px; 
    width: 100%;
     border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background: #fff;
}
.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 0px !important;
    background-color: #fff;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
	color:black !important;
}
.lb-number{
	color:black !important;
}
.filter-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    margin: auto;
    display: block;
}
@media screen and (min-width: 992px) {
    .filter-list-inline li+li {
        margin-inline-start: 0em;
    }
}
.filter-list-inline li {
    display: inline-block;
    margin: 0px 7px;
}
.filter-list li {
   margin-bottom: .5em;
    position: relative;
    color: #fff;
    cursor: pointer;
    transition: color .3s;
    padding: 2px 28px;
    border: 2px solid #f08121;
	font-family: 'Montserrat-Regular';
}
.filter-list li.active, .filter-list li:hover {
    color: #fff;
	background:#f08121;
}

.main-nav>li>a {
    /* z-index:1; */
    flex: 1 auto;
    position: relative;
    flex-direction: row;
    align-items: center;
    white-space: n;
    padding: 10px 25px 10px 10px;
}
#primary-nav li a {
    font-family: "EuropaNuovaRegular" !important;
}

.lineh {
	line-height : 69px;
}
.pd{
	border-bottom: 2px solid #fff;
    padding: 10px 1px;
}


span.txt-rotate-keyword{

   /* font-weight: 500;
    font-family: Montserrat_Regular !important;
	font-size:30px !important;*/
	
}
.h2, h2 {
    font-family: "EuropaNuovaExtraBold";
    font-size: var(--lqd-h2-font-size, var(--lqd-heading-font-size));
    line-height: var(--lqd-h2-line-height, var(--lqd-heading-line-height));
    font-weight: 900;
    text-transform: var(--lqd-h2-text-transform, var(--lqd-heading-text-transform));
    letter-spacing: -1px;
    color:#000;
}
[data-mobile-nav-scheme=dark] .lqd-mobile-sec .navbar-collapse {
    background-color: #f08121;
    color: #fff;
}

@media (max-width : 600px) {
	.block100 .col-xl-3 {
		width: 50% !important;
				margin: auto;
	}
	.min-h-100vh {
		min-height: 500px !important;
	}
	.mb-mt-f{
		margin-top:-167px;
	} 
	.impProj .pl-30{
		padding-left : 12px !important;
	} 
	.provInd .pl-20{
		padding-left : 0px !important;
		padding-top : 0px;
	}
	.prgHomed .pl-50{
		padding-left : 20px !important;
	}
	.hero-section {
		padding: 50px;
	}
	.jtimeline .jtimeline-scroll-right {
		right: 35px;
	}
	.legcyAbout .pr-30{
		padding-right:0px;
	}
	.legcyAbout .pr-20{
		padding-right:0px;
	}
	.banner_back {
		background-size: cover;
	}
	.ex_fnl {
		padding: 24px;
	}
	.ex_fnl .content-block {
		margin-bottom: 10px;
	}
}

.min-heightc{
	min-height:500px;
}
.d-larg-device{
	display :block;
}
.d-small-device{
	display :none;
}
@media screen and (max-width: 768px) {
	.d-larg-device{
		display :none;
	}
	.d-small-device{
		display :block;
	}
    .carousel-container {
        max-width: 100%; 
    }
	.block100{
		width:auto !important;
	}
	.banner .ld-fancy-heading h2 {
        font-size: 11vw !important;
    }
	.lqd-filter-dropdown .ui-selectmenu-button {
        min-width: 0;
        border: 3px solid #f08121;
        padding: 10px;
    }
	.carfrm .ml-30{
		margin-left:0px;
	}
	.cultimg{
		display : block;
		margin  : auto;
	}
	.min-heightc{
		min-height:300px;
	}
	.saftyimgroll p{
		text-align:center;
	}
	.banner_hed {
		float: none;
		margin-top: 367px;
		text-align: left;
	}
	.homebanntxt .text-60{
		font-size:20px;
	}
	.homebanntxt .ld-fh-element{
		margin-left:20px;
		letter-spacing: .5px;
	}
	span.txt-rotate-keyword {
		font-weight: 500;
		font-family: Montserrat_Regular !important;
		font-size: 20px !important;
	}
	.lqd-fb-style-6 .lqd-fb-content h6 {
		width:auto;

	}
}