
/* .side_btn {
    width: auto;
    position: fixed;
    z-index: 10;
    right: -48px;
    top: 50%;
    transform: rotateZ(90deg);
}
.side_btn a {
    width: auto;
    height: auto;
    background: #587132;
    border: 1px solid #2d4b00;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 11px 16px;
    border-radius: 0 0 5px 5px;
    display: block;
    font-weight: 600;
}
.side_btn a:hover {background:#0e0e0c; color:#fff;} */

/*Banner css*/
.banner {
    position: relative;
	margin-top: 95px;
}
.inner_pages_scn {
    margin-top: 130px;
}
.banner img {
    object-fit: cover;
    height: calc(100vh - 95px);
}
.banner_in{position: relative;}
.banner_tx{
	position: relative;
	z-index: 1;
}
.banner h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    text-align: left;
    margin: 0 0 10px;
    transition: all 500ms ease;
    text-transform: uppercase;
}
.banner p {
    font-size: 30px;
    color: #fff;
    line-height: 38px;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
}
.banner_menu a {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    position: relative;
    padding: 5px 15px;
    font-family: 'Avenir LT Std';
}
.banner_menu a:before {
    content: "";
    height: 17px;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 10px;
    right: -4px;
}
.banner_menu a:last-child:before{
    opacity: 0;
}
.bnr_tx {
    position: absolute;
    text-align: left;
    left: 0;
    top: 50%;
    display: block;
    z-index: 1;
    width: 100%;
	transform:translateY(-50%)
}
.bnr_tx_in {
    max-width: 530px;
    width: 100%;
    padding: 0 0 0 60px;
}
.about_banner img {
    border-radius: 20px;
}
.about_tx{
    padding-right: 30px;
}

.create_tx{
    background: #f5f5f5;
    padding: 60px 100px;
	border-radius: 15px;
}

.create_tx h3{
    
}

.Infrastructure_scn{
    background: #202020;
}

.Infrastructurerow{display: flex; flex-wrap: wrap;}
.Infrastructure_in {
    margin-top: 40px;
    padding-bottom: 30px;
}
.Infrastructure_tx {
    width: 50%;
    padding-right: 50px;
}
.nfrastructure_img{
    width: 50%;
}
.nfrastructure_img img{
    border-radius: 20px;
}
.Infrastructure_in:nth-child(odd) .Infrastructure_tx {
    padding-right: 0;
    padding-left: 50px;
}


.box_scroll {
    height: 425px;
    overflow: hidden;
    overflow-y: scroll;
	padding-right:15px;
}
/* width */
.box_scroll::-webkit-scrollbar {
   width:6px;
}
  
  /* Track */
.box_scroll::-webkit-scrollbar-track {
   background: #494949;
}
  
  /* Handle */
.box_scroll::-webkit-scrollbar-thumb {
   background: #b5b5b5;
}
  
  /* Handle on hover */
.box_scroll::-webkit-scrollbar-thumb:hover {
    background: #b5b5b5;
}


.Infrastructure_tx p {
    color: #9e9e9e;
    margin-bottom: 25px;
}
.Infrastructure_scn .h2, .Infrastructure_scn .h3 {
    color: #fff;
}

.Infrastructure_scn .h3 {
    font-weight: 300;
}
.Infrastructure_scn h4 {
    font-size: 22px;
    line-height: 24px;
    color: #9e9e9e;
    font-weight: 300;
    margin-bottom: 10px;
    transition: all 500ms ease;
}
.Infrastructure_tx ul li {
    color: #9e9e9e;
    font-size: 15px;
    position: relative;
    padding: 3px 0 4px 20px;
    font-weight: 300;
    line-height: 20px;
}
.Infrastructure_tx ul li:before{
	content: "";
	position: absolute;
	top: 9px;
	left: 0px;
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
}
.Infrastructure_tx ul {
    margin: 0 0 15px 0;
}
.Process_tx {
    padding-right: 20px;
}
.Process_video{
	position: relative;
}
.border-radius15{
	border-radius:15px;
}
.border-radius14{
	border-radius:14px;
}
.border-radius13{
	border-radius:13px;
}
.border-radius6{
	border-radius:6px;
}
.border-radius12{
	border-radius:12px;
}
.border-radius10{
	border-radius:10px;
}
.border-radius8{
	border-radius:8px;
}
.video_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    max-width: 80px;
}

.Product_Range_scn{
	background: #202020;
}
.Product_Range_scn .h2 {
    color: #fff;
    margin: 0 0 35px;
	position: relative;
	padding-right: 100px;
}
.View_All {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    text-decoration: underline;
    transition: 0.5s all ease;
}
.View_All:hover {
    color: #e11f26;
    text-decoration: underline;
    transition: 0.5s all ease;
}
.Product_Range_in {
    display: flex;
    margin-bottom: 30px;
    overflow-x: scroll;
    padding-bottom: 35px;
}

/* width */
.Product_Range_in::-webkit-scrollbar {
    height: 5px;
  }
  
  /* Track */
.Product_Range_in::-webkit-scrollbar-track {
    background: transparent;
  }
  
  /* Handle */
.Product_Range_in::-webkit-scrollbar-thumb {
    background: #DADFFD;
    cursor: pointer;
  }
  
  /* Handle on hover */
.Product_Range_in::-webkit-scrollbar-thumb:hover {
    background: #2C2C2C;
  }

.Product_Range_bx {
    padding: 0 10px;
}
.Product_Range_in .item {
    width: 336px;
    white-space: nowrap;
}
.Product_Range_a {
    background: #fff;
    padding: 10px 20px 30px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Product_img img {
    width: 100%;
    height: 100%;
}
.Product_img {
    display: inline-block;
    height: 100%;
}
.Product_Range_title {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 5px;
    transition: all 500ms ease;
    text-align: center;
    display: block;
    text-transform: uppercase;
}
.Product_Range_title:hover {
    color: #e11f26;
    transition: all 500ms ease;
}
.Product_Range_des {
    color: #8c8c8c;
    text-align: center;
}


.Social_Responsibility_scn {
    background: url("../images/Social_Responsibility_bg.jpg") no-repeat fixed left top;
    background-size: cover;
}
.ocial_Responsibility_in {
    max-width: 585px;
    padding: 50px 0 50px 30px;
}
.Social_Responsibility_scn p {
    font-weight: 300;
}
.Social_Responsibility_scn .h2 {
    margin: 0 0 10px;
}
.white{
	color:#fff !important;
}
.Compliances_in {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    display: flex;
    flex-wrap: wrap;
}

.Compliances_bx {
    height: 186px;
    border-radius: 12px;
    border: 1px solid #E7E7E7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    width: 23%;
}

.Renewable {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    display: flex;
    flex-wrap: wrap;
}
.Renewable_bx {
    height: 250px;
    border-radius: 12px;
    border: 1px solid #E7E7E7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    width: 48%;
	flex-direction:column;
	text-align: center;
}
.Compliances_scn .h2 {
    margin: 0px 0 30px;
}

.Our_Clients_scn{
	background: #f6f6f6;
}

.Our_Clients_in {
}



/*Right to Left scroll only css Start*/
.reg-srp-wdgt-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
}

.top-slider {
    -webkit-transform: translateX(170px);
    -ms-transform: translateX(170px);
    transform: translateX(170px);
    display: inline-block;
    -webkit-animation: scrolltop 20s linear forwards, scrollupperslider 20s linear 20s infinite normal;
    animation: scrolltop 20s linear forwards, scrollupperslider 20s linear 20s infinite normal;
    margin-left: 0;
    display: flex;
    grid-gap: 20px;
}

/*
.top-slider img {
    margin-bottom: 8px;
    height: 40px;
    width: 40px;
    display: inline-block;
    border: 1px solid #E7E7F1;
    border-radius: 10px;
    background: #FFFFFF;
}
*/
@-webkit-keyframes scrolltop {
	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@keyframes scrolltop {
	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@-webkit-keyframes scrollupperslider {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@keyframes scrollupperslider {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

/*Right to Left scroll only css end*/









.Our_Clients_Img img {
    max-width: 160px;
    height: 80px;
}
.Our_Clients_bx {
    height: 140px;
    width: 15%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #fff;
}
.Our_Clients_bx .h2 {
    margin: 0 0 30px;
}


.descover_tx {
    background: #202020;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 60px 20px 70px;
    border-radius: 20px 0 0 20px;
}

.descover_tx .h2 {
    color: #000;
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    margin: 0 0 20px;
    transition: all 500ms ease;
    text-align: left;
}
.descover_tx .sub_btn {
    background: #ffffff;
    color: #202020;
    text-transform: capitalize;
}
.descover_tx .sub_btn:after{
	display: none;
}
.descover_tx .sub_btn:hover {
    background: #eb1e25;
    color: #fff;
}
.descover_img img {
    border-radius: 0 20px 20px 0;
	height: 100%;
	object-fit: cover;
}
.descover_img {
    height: 100%;
}
.get_intuch_scn p {
    text-align: center;
    font-size: 22px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
}
.get_intuchrow {
    max-width: 924px;
    width: 100%;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
}

.form-group {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 25px;
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 10px 10px 60px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #626262;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c5c5c5;
    border-radius: 7px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none !important;
    box-shadow: none !important;
    background: url("../images/name.png") no-repeat 20px 0px;
    background-size: 22px;
    background-position-y: center;
}

.email {
    background: url("../images/email.png") no-repeat 20px 0px;
    background-size: 27px;
    background-position-y: center;
}

.number {
    background: url("../images/number.png") no-repeat 20px 0px;
    background-size: 21px;
    background-position-y: center;
}

.intersted {
    background: url("../images/intersted.png") no-repeat 23px 0px;
    background-size: 21px;
    background-position-y: center;
}

textarea.message {
    background: url("../images/message.png") no-repeat 20px 11px;
    background-size: 26px;
    height: 130px;
}


.get_intuchrow .form_btn {
    text-align: center;
    padding-top: 5px;
}
.get_intuchrow .sub_btn {
    padding: 12px 60px 12px 60px;
}




footer {
    padding: 50px 0px 0px 0px;
    background: #f6f6f6;
}
.social_bx_rt {
	text-align: center
}
.social_bx_rt ul li {
    display: inline-block;
    margin: 5px 20px;
    text-align: center;
}
.social_bx_rt ul li a {
    display: block;
    font-size: 22px;
    color: #333333;
    line-height: 22px;
    transition: 0.5s all ease;
}
.social_bx_rt ul li a:hover {
    color: #587132;
    transition: 0.5s all ease;
}

.footer_add {
    background: url(../images/Amenities_bg.jpg) no-repeat center center;
    background-size: cover;
	padding: 40px 0;
}
.ftr_add ul {
    display: block;
    width: 50%;
	float: left;
}
.ftr_add ul li {
    font-size: 16px;
    color: #4f4f4f;
    font-weight: 300;
    position: relative;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 2px;
    display: block;
    transition: 0.5s all ease;
}
.ftr_add ul li a{
    font-size: 15px;
    color: #4f4f4f;
    font-weight: 300;
    display: inline-block;
    transition: 0.5s all ease;
}
.ftr_add ul li a:hover, .top_menu a:hover{
    color: #e11f26;
    transition: 0.5s all ease;
}
.ftr_add ul li span {
    position: absolute;
    top: 0;
    left: 0;
}
.ftr_add p, .ftr_add p a {
    font-size: 16px;
    color: #4f4f4f;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0;
}
.ftr_add h4 {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all 500ms ease;
    text-transform: uppercase;
}
.MAPS a {
    margin: 15px 0 0 0;
    font-size: 14px;
    padding: 14px 30px 12px 30px;
}

.MAPS a img {
    margin: -5px 0 0 7px;
    max-width: 22px;
}
p.FashionNew a, .ftr_add a:hover {
    transition: .5s all ease;
    color: #e11f26 !important;
}
p.FashionNew {
    margin: 10px 0 0 0;
}
.ftr_add.ftr_add3 {
    text-align: left;
    width: 100%;
    margin-left: auto;
}
.btn_ftr {
    padding: 20px 0;
    background: #587132;
}
.btn_ftr p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 0;
}
.row.capyright p, .row.capyright p a {
    color: #202020;
    margin: 0;
	font-size: 15px;
}
.capyright {
    margin-top: 25px;
}
.btn_ftr p a {
    color: #fff;
}
#banner_sl .owl-dots {
    display: none !important;
}
.ftr_social a{
	display: inline-block;
	margin: 5px;
}
.footer-logo {
    margin-bottom: 25px;
    max-width: 180px;
}


.range_tab {
    padding: 9px 20px 9px 20px;
    text-align: center;
    color: #202020;
    border-radius: 8px;
    display: inline-block;
    transition: 0.5s all ease;
    overflow: hidden;
    position: relative;
    outline: none !important;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    z-index: 1;
    background: transparent;
    border: 1px solid #c5c5c5;
    margin: 5px 10px;
    font-weight: 400;
    margin-left: 0;
    min-width: 116px;
}
.range_tab:hover, .range_tab.active {
    color: #fff;
    transition: 0.5s all ease;
    background: #202020;
    border: 1px solid #202020;
}
.range_tabs2 {
    margin: 24px 0 30px 0;
}
.range_tab2 {
    display: inline-block;
    font-size: 18px;
    color: #9b9b9b;
    line-height: 24px;
    font-weight: 400;
    margin: 0 15px 0 0;
    padding-right: 15px;
    position: relative;
    border-right: 1px solid #9b9b9b;
    transition: 0.5s all ease;
}

.range_tab2:hover, .range_tab2.active {
    color: #202020;
    transition: 0.5s all ease;
}
.range_tab2:last-child{
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px;
}
.Product_list_Range_in .Product_Range_a {
    border: 1px solid #c5c5c5;
}

.Product_list_Range_in .Product_Range_bx {
    padding: 0 0;
    width: 25%;
    padding: 10px;
}
.Product_list_Range_in {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.Product_list_Range_in .Product_Range_a {
    height: 460px;
}
.viewer-title, 
.viewer-navbar, 
li.viewer-one-to-one, 
li.viewer-reset, 
li.viewer-rotate-left, 
li.viewer-rotate-right, 
li.viewer-flip-horizontal, 
li.viewer-flip-vertical {
    display: none !important;
}
.viewer-toolbar {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.viewer-button {
    width: 100px!important;
    height: 100px!important;
    background-color: #e11f26!important;
}
.viewer-button:before {
    position: absolute!important;
    bottom: 27px!important;
    left: 26px!important;
}
.MAPS a:hover{
    transition: .5s all ease;
    color: #fff !important;
}
.row.capyright a:hover {
    color: #e11f26;
}
.lg-sub-html {
    display: none !important;
}

