
/*Home Banner Section start*/

.c-homebanner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.c-homebanner::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  right:0;
  bottom:0;
  position: absolute;
  background: rgba(0,0,0,0.6);
  z-index: 1;
} 

.c-homebanner.imgview .homebannervideo {
  display:none;
}

.c-homebanner .u-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit:cover;
  display: none;
}

.c-homebanner.imgview  .u-img{
  display: block;
}

.c-homebanner .homebannervideo {
  position:absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100vh;
  width: 100%;
  object-fit: cover;
  
}
.c-homebanner .container {
  position: relative;
  z-index: 2;
}
.c-homebanner .c-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;

}

.c-homebanner .c-content .banner-title {
  font-size:42px;
  line-height:52px;
}

.c-homebanner .c-content .text {
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
  color:#fff;
}
  



/*Home Banner Section start*/
/*Form version start*/
.c-form-wrapper{
  width:100%;

}  

.c-form-wrapper .form-grider {
margin-bottom: 20px;
}

.c-form-wrapper .form-grider__container  {
  width: 100%;
} 
.c-form-wrapper .form-grider__container-field {
  margin-right:0px !important;
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid #FBFBFB;
  background: transparent;
  padding-bottom: 14px;
  font-size: 1rem;
  color: #FBFBFB;
  background-color: none;
  margin-bottom:0px;

}

.c-form-wrapper .form-grider__container-field::placeholder,
.c-form-wrapper .form-grider__container-field::-webkit-input-placeholder,
.c-form-wrapper .form-grider__container-field:-moz-placeholder,
.c-form-wrapper .form-grider__container-field::-moz-placeholder,
.c-form-wrapper .form-grider__container-field:-ms-input-placeholder
{
  color:#FBFBFB;
  opacity: 0;
}

.c-form-wrapper .form-grider__container-field:focus::-webkit-input-placeholder { color:transparent; }
.c-form-wrapper .form-grider__container-field:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.c-form-wrapper .form-grider__container-field:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.c-form-wrapper .form-grider__container-field:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.c-form-wrapper.label-none .form-grider__container .form-grider__container-label {
  display: none;
}

.c-form-wrapper .field-error {
  color:red;
  padding-top:10px;
  display: none;
}
.c-form-wrapper .field-error.show {
  display: block;
}

.c-form-wrapper .form-grider__container-field.mh-75 {
  min-height: 75px;
}
/*Form version start*/

/*button css start*/
.c-button {
  font-weight: 400;
  font-size: 1rem;
  display:inline-flex;
  transition: .3s ease-in-out;
  padding: 12px 24px;
  justify-content: space-between;
  align-items: center;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  border:0px solid transparent;
}

.c-button.w200 {
width: 200px;
}

.c-button span {
  font-weight: 400;
  font-size: 1rem;
}
.c-button .u-arrow-img {
  width: 19px !important;
}
.c-button.v1-white {
  background: transparent;
  border: 1px solid #fff !important;
}

.c-button.v2-black {
  border: 1px solid #000;
}
.c-button.v2-gray{
  border:1px solid #b5b5b5;
}

.c-button.v1-white span.btcontent {
  color: #fff;
  
}

.c-button.v2-black  span.btcontent  {
  color:#000;
}
.c-button.witharrow span.btcontent  {
  padding-right: 13px;
}

/* .c-button.v1-white:hover, .c-button.v1-white:focus, .c-button.v2-black:hover, .c-button.v1-black:focus {
  background-image: linear-gradient(270.73deg, #FF6C00 -26.35%, #FF9900 73.64%);
} */
.c-button:hover , .c-button:focus{
  background-image: linear-gradient(270.73deg, #FF6C00 -26.35%, #FF9900 73.64%);
  color:white
}

.c-button.w100 {
width: 100%;
}

/*button css End*/

/*Event slider Home page css start*/
.event-slider{
  background:#EBEBEB;
}   

.event-slider .blog-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.event-slider .blog-slide .topcontent {
  height: auto;
  flex: 1 1 0%;
  margin-bottom: 30px;
}


.event-slider .linksection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.event-slider .time-n-date {
  position: relative;
  bottom: 0;
}
.event-slider .link-img {
  width: 38px !important;
  height: auto !important;
}
/*Event slider Home page css start*/


/*testimonial section start */
.c-testimonial {
  background-image: linear-gradient(117.42deg, #F78C1E 30.73%, #F3771D 67.08%);
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}

.c-testimonial .right-img {
  position: absolute;
  right:0;
  top:0;
  z-index: 0;
  width: 46%;
  height: auto;

} 

.c-testimonial .container {
  position: relative;
  z-index: 1;
}

.c-testimonial .top-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}

.c-testimonial .top-content .headcontent {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 16px ;
  color:#fff;
  text-transform: uppercase 
}

.c-testimonial .top-content .text {
  font-size: 20px;
  line-height: 29px;
  color:#fff;
  font-weight: 600;
}

.c-testimonial .videobox {
  width: 100%;
  position: relative;
}

.c-testimonial .videobox .link::before {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom: 0;
  z-index: 0;
  content: "";
}

.c-testimonial .videobox .imgsection {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.c-testimonial .videobox .imgsection .u-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-testimonial .videobox .imgsection::after {
  content: "";
  width: 86px;
  height: 87px;
  background: url(../images/play-icon.svg);
  background-repeat: no-repeat;
  background-size: 86px 87px;
  
  position: absolute;
  left:50%;
  margin-left:-43px;
  top:50%;
  margin-top:-43px;
  z-index: 1;
}


.c-testimonial .videobox .contentwrap {
  width: 100%;
  padding-top:40px;
  display: flex;
  flex-direction: column;
  color:#fff;
}

.c-testimonial .videobox .contentwrap .name {
  font-size: 1.125rem;
  font-weight: 700;
  color:#fff;
}
.c-testimonial .videobox .contentwrap .disc{
  font-size: 1.125rem;
  font-weight: 400;
  color:#fff;
}


/*testimonial section End */


/*Home Services Section Start*/
.Homeservices, .homecountersection {
  overflow: hidden;
}
/*Home Services Section End*/

.grid-box {
  display: grid;
  grid-template-columns: 100%;
  gap: 2rem;

}

.grid-box .media-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  
}

.grid-box .media-box .media-header {
  margin-bottom:30px;
}

.grid-box .media-box .media-header img {
  height: 100%;
  object-fit: cover;
  max-height: 250px;
}

.grid-box .media-box .media-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: self-start;
}
.grid-box .media-box .media-body .info {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
}


.media-body .pills {

  margin-top:0px;
}

.panther-move{
  right: -12%;
} 



.iconic-project-update .owl-prev {
margin: 0px !important;
padding:0px !important;
 bottom:50% !important;
 margin-bottom: -17px !important;
 left:2%;
}

.iconic-project-update .owl-next {
margin: 0px !important;
padding:0px !important;
bottom:50% !important;
margin-bottom: -17px !important;
right:2%;
}


.iconic-project-item {
width: 100%;
height: 300px;
overflow: hidden;
position: relative;
}

.iconic-project-item:after{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(0deg, #000000 21%, #2c2c2c00 35%);
opacity: .7;
z-index: 1;
}

.iconic-project-item.productsgallery:after {
display: none;
}

.iconic-project-item .u-img {
width: 100%;
height: 100% !important;
object-fit: cover;
}

.iconic-project-item .text-wrap {
position:absolute;
bottom: 0;
width: 100%;
padding:20px;
padding-bottom: 30px;
z-index: 2;
font-size: 20px;
font-weight:500;
color:#fff;
text-align: left;
}

.navigation-thumbs .owl-prev { 
margin: 0px !important;
padding:0px !important;
bottom:60% !important;
margin-bottom: -17px !important;
left:-1% !important;

}

.navigation-thumbs .owl-next { 
margin: 0px !important;
padding:0px !important;
bottom:60% !important;
margin-bottom: -17px !important;
right:-2% !important;

}

.project-overlay.updatev2 {
width: 100%;
left:0%;
top:0%;
padding:50px 15px 15px 30px;
}

.enquiry-sec.updatelink .col-md-8  {
text-align: center;
}

.enquiry-sec.updatelink .col-md-8 a {
margin-left:8px;
margin-right:8px;
}
.enquiry-sec.updatelink .col-md-8 a:hover {
border-bottom: none;
  padding-bottom: 0px;
}

.enquiry-sec.updatelink .col-md-4 {
text-align: center;
}

.productsSection-bg {

 position: relative;
  

}

.productsSection-bg:after {
  content: "";
  background: url(../images/Group-00.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  width: 100%;
  height: 503px;
  position: absolute;
  z-index: -1;
  bottom:0;

}

.productsSection-bg.manufacturing:after {
 top: 5% !important;
}

.simiar-product.otherproductslider .item {
  position: relative;
}
.simiar-product.otherproductslider .item a {
font-size: 0 !important;
}

.simiar-product.otherproductslider .item a:after {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
content: "";

}

.simiar-product.otherproductslider .simiar-product-content {
height: 100%;
display: flex;
flex-direction: column;
justify-content: end;
align-items: start;
}

.price-tab.searchsection { 
padding-bottom: 0px;
background-color: #fff;
padding-left: 15px;
  padding-right: 15px;
}
.price-table .table-striped {
margin-bottom: 30px;
}
.price-table .table-striped td {
padding-top:14px;
padding-bottom: 14px;
}

.pink-note {
height:auto;
margin-top:20px;
overflow: hidden;
padding:10px;
}

.inner-banner {
width: 100%;
overflow: hidden;
}

.ison-icon {

height: auto !important;
width: 10% !important;

}
.ison-icon.with28{
width: 28% !important;
}

.c-office-location {
width:100%;
display: flex;
flex-direction: column;
padding:50px 0px;
}

.c-office-location .item {
width:100%;
margin-bottom: 30px;
position: relative;
display: flex;
flex-direction: column;
border: 1px solid #DBDBDB;
background:url(../images/group-13.png);
background-repeat: no-repeat !important;
background-size: 21% !important;
background-position: bottom right -7px !important;
transition: .3s ease-in-out;
-webkit-transition: .3s ease-in-out;
-ms-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
}


.c-office-location .item .topcontent {
display:flex;
flex-direction: column;
flex: 1;
padding-bottom: 50px;
}

.c-office-location .item .bottomcontent {
background-repeat: no-repeat !important;
background-position: right !important;
background-size: cover !important;
padding-left:12px;
padding-right:12px;
min-height: 120px;
}

.c-office-location .item .bottomcontent .othersection {
padding:0;
margin:0;

}

.c-office-location .item .bottomcontent .othersection li {
list-style:none;
margin:0px;
padding:0px;
margin-bottom: 10px;
font-size: 1rem;
line-height: 1.5;
display: flex;
width: 100%;
}

.c-office-location .item .bottomcontent .othersection li .label {
width:75px;
font-size: 15px;




}
.c-office-location .item .bottomcontent .othersection li .value {
font-size: 15px;
width: calc(100% - 75px);
}

.blog-list .blog-box img.u-arrow-img{
width: 19px;
height: auto;
}

.c-office-location .item .topcontent .name  {   
font-size: 24px;
line-height: 36px;
padding:12px 12px;
margin-bottom: 0;
font-weight: 600;
display: block;
color:#343a40;
border-bottom: 1px solid #DBDBDB;
background: #F8F8F8;
transition: .3s ease-in-out;
-webkit-transition: .3s ease-in-out;
-ms-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;

}



.c-office-location .item .topcontent .adress{
font-size: 16px;
font-weight: 400;
line-height: 26px;
font-family: "Inter";
font-weight: 400;
color: #1E2B3B;
padding:10px 12px;
}


.c-office-location .item:hover .name {
background: #FEF4E5 !important;
color: #F47A20 !important;
}

.c-office-location .item:hover {
background:url(../images/group-13.png) no-repeat #fffbf5;
}

.c-office-location .item .bottomcontent .mailid {
color: #F47A20;
font-weight: 400;
}

.journeycontent {
align-items: center;
}

.polygon-content.update{
 margin-top:0;
}

.gallerysection [class*="col-"] {
margin-bottom: 20px;
}

.gallery.newupdate {
height: 100%;
margin-bottom: 0;
}

.gallery.newupdate  img {
width: 100%;
height: 100%;
object-fit: cover;
position: center;
}

.journey-img {
width: 100%;
height: auto;
}


.journeryslider {
width: 100%;
position:relative;
margin-top:120px;
margin-bottom:120px;
}




.journeryslider:after {
position:absolute;
content: "";
right: 0;
width:50%;
height: 2px;
background-color: #999999;
top:50%;
margin-top: -1px;
}


.journeryslider .slidersection{
width: 100%;
position: relative;
height: 100%;
display: flex;
flex: 1;
background: url(../images/bl-panthar.png) no-repeat center center;
background-size: 494px 286px;
padding-left:10px;
padding-right:10px;
}

.journeryslider .slidersection-left img {
width:100%;
}

.slidersection-content {
padding-left:30px;
font-size: 26px;
  line-height: 34px;
}
.journeryslider .slidersection:after {
position:absolute;
content: "";
right: 0;
width:100% !important;
height: 2px;
background-color: #999999;
top:50%;
margin-top: -1px;
}
.journeryslider .slidersection:before {
position:absolute;
content: "";
 width: 2px;
 height: 96px;
 background-color: #999999;
 bottom:50%;
left: 0;
}

.journeryslider .slidersection .itemview {
position: relative;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.journeryslider .slidersection .itemview figure {
width: 350px;
height: auto;
}

.journeryslider .slidersection .itemview figure .u-img {
width: 100%;
height: auto;
}

.journeryslider .slidersection .itemview .contentwrap {
width: calc(100% - 0px);
font-size: 30px;
color:#000;
font-weight: 500;
text-align: center;
}
.journeryslider .slidersection .itemview .year {
position: absolute;
font-size: 90px;
color: #ff9901;
top:0;
left:0;
z-index: 1;
font-weight: 800;
}

.journeryslider  .owl-nav {
display: none !important;
}





/* ======================================07-09-2023======================================= */
.c-form-wrapper.border-gray .form-grider__container-field{
border-color: #dbdbdb;
color:black;
}
.btn-orange{
background:linear-gradient(270.73deg, #FF6C00 -26.35%, #FF9900 73.64%);
color:white;
}
.btn-orange:hover{
background: linear-gradient(270.73deg, #e54000 -26.35%, #ffaa31 73.64%) !important;
}
.about-container{
overflow: hidden;
}
.about-container .content {
width:100%;
max-width: 900px;

}

.form-grider__container .chosen-container{
width:100% !important;

}
.form-grider__container .chosen-single{
width: 100%;
/* border: 1px solid white !important; */
border-top: 1px solid transparent !important;
border-right: 1px solid transparent !important;
border-left: 1px solid transparent !important;
outline: none;
border-bottom: 2px solid #f0f0f0 !important;
background: transparent;
padding: 14px 10px !important;
font-size: 1rem;
color: #000000 !important;
background: none !important;
margin-bottom: 0px !important;
height: 100% !important;
box-shadow: unset !important;
border-radius: 0px !important;
font-weight: 500;
}
.form-grider__container  .chosen-container-single .chosen-single div{
top: 45%;
right: 10px;
display: flex;
width: 20px;
height: 100%;
vertical-align: middle;
align-items: center;
justify-content: center;
}
.form-grider__container .chosen-container-single .chosen-single div b{
background: url(../images/down-arrow.png) no-repeat;
background-size: contain;

}
.form-grider__container .chosen-results{
padding:0px !important;
margin: 0px !important;
}
.form-grider__container .active-result{
padding:10px 15px !important;
font-weight: 600 !important;
border-bottom:1px solid #dbdbdb !important;

}
.form-grider__container .active-result.highlighted{
background: #F47A20 !important;
color:white !important;
}
.chosen-container-single .chosen-search input[type=text]{
border:1px solid #dbdbdb !important;

}

.chosen-container .chosen-drop{
border:1px solid #dbdbdb !important;
}
.form-grider__container .chosen-container-active .chosen-single {
border:1px solid #dbdbdb !important;
padding-left: 10px !important;
}
.form-grider__container .radio{
width: 100%;
padding-left: 20px;
max-width: 100px;
}

.radio label {
display: flex;
cursor: pointer;
font-weight: 500;
position: relative;
width: 100%;

}
.radio label input {
position: absolute;
display: none;

}
.radio label input:checked + span {
background-color: #d6d6e5;
font-weight: 700;
}
.radio label input:checked + span:before {
box-shadow: inset 0 0 0 0.275em #F47A20;
}
.radio label span {
display: flex;
align-items: center;
padding: 0.375em 0.75em 0.375em 0.375em;
border-radius: 99em;
transition: 0.25s ease;
height: auto;
position: relative;
font-weight: 500;
width: 100%;
left: unset;
}
.radio label span:hover {
background-color: #d6d6e5;
}
.radio label span:before {
display: flex;
flex-shrink: 0;
content: "";
background-color: #fff;
width: 1em;
height: 1em;
border-radius: 50%;
margin-right: 0.375em;
transition: 0.25s ease;
box-shadow: inset 0 0 0 0.125em #F47A20;
}

.c-flex-box{
display: flex;
flex-direction: column;
}

.c-flex-box .block{
width:100%
}
.c-flex-box  .branding-div{
width: 100%;
max-width:600px;
margin: auto;
padding: 40px 20px;
}
.c-flex-box .owl-nav{
margin: 0px !important;
}
.c-obj-fit{
width: 100%;
height: 100%;
}
.c-obj-fit img{
object-fit: cover;
width: 100%;
height: 100%;
}
.overlay-image{
position: absolute;
left: -10%;
width: 300px;
top:0 ;
display: none;
}
.overlay-image.right{
left: unset !important;
right:-10%;
top:unset;
bottom: 0px !important;;
}
.bg-light-gray{
background: #F6F6F6;
}
.c-event-box{
display: flex;
flex-wrap: wrap;
width: 100%;

}
.c-event-box .blog-slide{
width: 100%;
height: auto;
min-height: 450px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.c-event-box .blog-slide .time-n-date{
position: relative;
bottom: unset;
}
/* .c-event-box .blog-slide.flex-2 {
 flex: 1 0 100%; 
}
.c-event-box .blog-slide {
 flex: 1;
flex-basis: calc(100% - 10px); 
} */



.c-flex-box .c-img-div{
width: 100%;
height: 350px;
}
.c-flex-box  .discription{
  height: calc(100% - 350px);
  display: flex;
  flex-direction: column;
  position: relative;
}

.discription > .topSection {
  /* flex: 1; */
  position: relative;
  display: flex;
  flex-direction: column;
}
.blog-list .blogSection .blog-box h3{
/* flex: 1; */
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
height: 50px;
}
.blog-box .blogSection .date-n-team {
flex: 1;
display: FLEX;
align-items: flex-end;
}
.discription > .info {
flex: 1;
/* //background: yellow; */
}

.c-flex-box.blogSection .block{
display: flex;
flex-direction: column;
position: relative;
}
.overlay-a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;

}


.mobtolfree {
float: right;
width: 100%;
padding:10px 20px;
box-sizing: border-box;
margin-top: 20px;
margin-bottom: 10px;
}
.mobtolfree .link {
transition: .3s ease-in-out;
-webkit-transition: .3s ease-in-out;
-ms-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
color:black;
font-size: 20px;
font-weight: 700;
}
.mobtolfree .link span {
font-size: 15px;
font-weight: 400;
}

.mobtolfree .link:hover {
color: orange;
}

.aslimobilelink {
width: 100%;
float: right;
padding:10px 20px;
}
.aslimobilelink .link {
display:flex;
align-items: center;
justify-content: center;
width: 100%;
padding:9px;
text-align: center;
color: white;
background-image: linear-gradient(270.73deg, #FF6C00 -26.35%, #FF9900 73.64%);
transition: .3s ease-in-out;
-webkit-transition: .3s ease-in-out;
-ms-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
}
.aslimobilelink .link img {
width: 20px;
display: inline-block;
margin-right:10px;
}
.aslimobilelink .link:hover {
background-image: linear-gradient(270.73deg, #e54000 -26.35%, #ffaa31 73.64%);
}

/* ======================================07-09-2023======================================= */

@media (min-width: 576px) { 


}


@media (min-width: 768px) { 
  .event-slidersection {
      padding-top: 3rem;
  }
  .grid-box {
      grid-template-columns: repeat(2, calc(50%));
  }

  .c-testimonial .top-content .text {
    font-size: 30px !important;
    line-height: 40px;
    letter-spacing: 1px;
  }

   /* ======================================07-09-2023======================================= */
   .c-flex-box{
    flex-direction: row;
  }
.c-flex-box .block{
    width:50%
}
.c-flex-box.reverse{
    flex-direction: row-reverse;
}
.overlay-image{
    display: block;
}
.c-event-box .blog-slide{
    flex-basis: calc(100% / 2 - 20px);
    flex-grow: 1; 
    margin: 0 10px 20px;
    max-width: calc(100% / 2 - 20px);
}
.c-event-box .blog-slide.flex-2 {
    flex-basis: calc(100% - 20px);
    max-width: calc(100%  - 20px);
}

.c-flex-box.blogSection .block{
width:calc(100% / 2 - 25px)
}


    /* ======================================07-09-2023======================================= */

    .iconic-project-item {
      height: 500px;
    }

    .iconic-project-item .text-wrap {
      font-size: 26px;
      font-weight:600;
    }

    .product-details .linklist .link {
      font-size: 20px !important;  
    margin-left:20px;
  margin-right: 20px;    
}

.c-office-location {
  width: calc(100% + 30px);
  flex-direction: row;
  flex-wrap: wrap;
  margin-left:-15px;
  margin-right:-15px;
}

.c-office-location .item {
  width: calc(100% / 2  - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.c-office-location .item .topcontent .name  {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

}


@media (min-width: 992px) {
  .social-icon {
      padding-bottom: 15px;
  }
  .c-homebanner .c-content {
      padding-right:30%;
  }
  .c-homebanner .c-content .banner-title {
      font-size: 76px;
      line-height: 82px;
  }
  .c-homebanner .c-content .text  {
      font-size: 1.125rem;
      margin-top: 18px;
      font-weight: 400;
  }

  .event-slider .owl-stage {
      display: flex;
  
  }


  
  .event-slider .owl-stage .owl-item {
      flex: 1 0 auto;
  }

  .event-slider .owl-stage .owl-item .item {
      height: 100%;
  }
 
  .event-slider .blog-slide .topcontent {
      min-height: 300px;
  }

  .grid-box {
      grid-template-columns: repeat(3, calc(31.5%));
  }

  .c-testimonial {
    padding: 70px 0px;
  }

  .c-testimonial .top-content .text {
    font-size: 40px !important;
    line-height: 47px;
  }


  .c-testimonial .right-img {
    width: 14%;
  }

  .project-overlay.updatev2 { 
    width: 960px;
    left:50%;
    margin-left: -480px;
    padding-left:15px;
    padding-right:15px;
  }

  .c-office-location .item {
    width: calc(100% / 3  - 30px);
  }
  
  

  /* ======================================07-09-2023======================================= */
  .c-event-box .blog-slide{
    flex-basis: calc(100% / 3 - 20px);
    flex-grow: 1; 
    margin: 0 10px 20px;
    max-width: calc(100% / 3 - 20px);
}
  .c-event-box .blog-slide.flex-2 {
    flex-basis: calc(100% / 3 * 2 - 20px);
    max-width: calc(100% / 3 * 2 - 20px);
 }
    /* ======================================07-09-2023======================================= */
 
    
}
@media (min-width: 1001px) { 
.enquiry-sec.updatelink .col-md-8 {
  text-align: left;
}
.enquiry-sec.updatelink .col-md-8 a {
  margin-left:10px;
  margin-right:10px;

}
.enquiry-sec.updatelink .col-md-8 a:first-child{
  margin-left:0px;
}
.enquiry-sec.updatelink .col-md-8 a:hover {
  border-bottom: 2px solid #FF5E14;
  padding-bottom: 32px;
}
.enquiry-sec.updatelink .col-md-4 {
  text-align: right;
}
.pink-note {
  height:83%;
  margin-top: 10%;
  overflow: hidden;

}
}

@media (min-width: 1200px) { 
  .c-homebanner .c-content {
      padding-right:40%;
  }
  .c-homebanner .c-content .banner-title {
      font-weight: 800;
      font-size: 68px;
      line-height: 72px;
  }
  .c-homebanner .c-content .text  {
  font-size: 1rem;
  margin-top: 17px;
 }

 .iconic-project-item {
  height: 650px;
}


.project-overlay.updatev2 { 
  width: 1140px;
  left:50%;
  margin-left: -570px;
  padding-top:6%;

}

.journey-img {
   margin-top:-180px;
}

 /* ======================================07-09-2023======================================= */

    /* ======================================07-09-2023======================================= */

  .journeryslider .slidersection .itemview {
    flex-direction: row;
    justify-content: flex-start;
    align-items: end;
  }
  .journeryslider .slidersection .itemview figure {
    width: 300px;
  }
  .journeryslider .slidersection .itemview .contentwrap {
    width: calc(100% - 300px);
    padding-left:20px;
    padding-right:20px;
    padding-bottom: 30px;
    text-align: left;
  }
  .journeryslider .slidersection .itemview .year {
    top:-30px;
  }

  .mobtolfree, .aslimobilelink {
    display: none;
  }

}


@media (min-width: 1400px) { 
.c-testimonial .top-content .text {
  font-size: 49px !important;
  line-height: 56px;
  letter-spacing: -1.44px;
  font-weight: 600;
}

.project-overlay.updatev2 { 
  width: 1320px;
  left:50%;
  margin-left: -660px;

}

.journeryslider .slidersection .itemview figure  {
  width: 350px;
}

.journeryslider .slidersection .itemview .contentwrap{
  width: calc(100% - 350px);
}

}


@media (min-width: 1600px) {
  .c-homebanner .c-content .banner-title {
      font-size: 80px;
      line-height: 80px;
      font-weight: 700;
  }
  .c-homebanner .c-content .text  {
      font-size: 1.25rem;
  }

  .project-overlay.updatev2 { 
    width: 1420px;
    left:50%;
    margin-left: -710px;

  }
 
  /* ======================================07-09-2023======================================= */

    /* ======================================07-09-2023======================================= */
}

@media (min-width: 1900px) {
  .c-homebanner .c-content {
      padding-right:20%;
  }
  .c-homebanner .c-content .banner-title {
  font-size: 96px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 92.5px !important;
  letter-spacing: -2.88px;
  text-transform: uppercase;
  }
  .c-homebanner .c-content .text  {
  font-size: 24px;
  margin-top: 12px;
  line-height: 32px;
  padding-right:120px;
  }

  /* ======================================07-09-2023======================================= */

    /* ======================================07-09-2023======================================= */
}


.header-section {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 80px;
}
.navigation {
  width: 100%;
  height:80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-family: inherit;
}

.header-left {
  margin-left:15px;
}



.header-right {
  margin-right:15px;
  display: flex;
  align-items: center;
  color:#ffff;
}

.header-right  img, .header-left img  {
  height: 60px !important;
  width: auto;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 80px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100vh;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.nav-menu > li {
  margin-bottom: 0px;
  margin-left:12px;
  margin-right:12px;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  padding: 26px 0px;
  display: inline-block;
  text-decoration: none;
  font-size: 1.125rem;
  color:#fff;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #ff6b00;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #fff #fff transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #ff6b00;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #343a40;
  background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #ff6b00;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait
  .nav-dropdown
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait
  .nav-dropdown
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape
  .nav-dropdown.nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(135deg);
}
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
  background: url(../images/dropdown-bg.png) no-repeat #fff;
  background-repeat: no-repeat;
  background-size: 22%;
  background-position: left bottom;
  border-top:1px #ccc solid;
  min-height: 400px;
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display:flex;
  padding-top:60px;
  padding-bottom:60px;
  position: relative;
 

}



.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 13px;
}

.megamenu-list > li > a:hover {
  background-color: #ff6b00;
  color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}


.nav-dropdown > li > a {
  color: #343a40;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: #ff6b00;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

.header-section.header-fixed {
  height: 80px;
}


.header-section.header-fixed .nav-menu > li > a {
  color: #000;

}
.header-section.header-fixed .submenu-indicator-chevron  {
  border-color: transparent #000 #000 transparent;
}


.header-section.header-fixed .nav-toggle:before {
  background-color: #000;
  box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000;
}

.aslilink {
   margin-right: 10px;
   display: none;
}
.aslilink .link {
    font-size: 16px;
    font-weight: 600;
    padding:8px;
    background-image: linear-gradient(270.73deg, #e54000 -26.35%, #ffaa31 73.64%);
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.aslilink .link img {
   width: 20px;
   height: auto !important;
   margin-right: 10px;
}

.megamenu-mainname {
  width:25%;
  text-align: right;
  font-size: 2rem;
  color:#000;
  font-weight: 700;

}

.megamenu-linksection {
  width:75%;

  padding-left:80px;
  padding-right:0px;
}

.megamenu-list.sub-menu  {
  position: relative;
  width: 100%;
}

.megamenu-list.sub-menu li {
  margin-bottom: 5px;
  width: 400px;
}

.megamenu-list.sub-menu li a {
  font-size: 1.25rem;
  font-weight: 500;
}
.megamenu-list.sub-menu li .imgsection {
  width:49%;
  position:absolute;
  top:0;
  right:50px;
  visibility: hidden;
  opacity: 0;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;

}
.megamenu-list.sub-menu li .imgsection .imgwrap {
  width: 100%;
  height: 200px;
  margin-bottom: 14px;
}
.megamenu-list.sub-menu li .imgsection .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.megamenu-list.sub-menu li .imgsection .text {
  font-size: 14px;
  font-weight: 700px;
  color: #000;
  text-align: right;
}
.megamenu-list.sub-menu li:hover  .imgsection {
    visibility:visible;
    opacity: 1;
}


@media (min-width: 1400px) { 
  .aslilink {
    display: block;

  }
  

}


@media only screen and (min-width: 1200px) and (max-width:1400px) {
  .megamenu-list.sub-menu li {
    width: 275px;
  }
  .aslilink .link {
    font-size: 14px;
  }
}



@media only screen and (min-width: 320px) and (max-width:1199px) {

  .header-right img, .header-left img {
    height: 45px !important;
    width: auto;
  }

  .nav-menu > li {
    margin-left:0px;
    margin-right:0px;
  }

  .nav-menu > li > a {
    color:#000;
  }
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 65%;
    
  }
  .navigation-portrait .nav-menus-wrapper, .nav-overlay-panel {
      height: 100vh;
  }
  .megamenu-list.sub-menu li .imgsection {
    display: none !important;
  }
  .navigation-portrait .megamenu-panel {
    padding:0px;
  }
  .megamenu-lists {
    padding:0px;
    display: block;
  }
  .megamenu-mainname {
    width: 100%;
    padding:12px 20px;

    font-size: 17px;
    text-align: left;
    padding-right:15px;
    font-weight: 500;
  }
  .megamenu-linksection {
    width: 100%;
    padding-left: 0px;
  }
  .megamenu-list.sub-menu li {
    width: 100%;
  }
  .megamenu-list > li > a {
      width: 100%;
  }
  .navigation-portrait .nav-menu > li > a{
    padding: 10px 10px 10px 20px;
    font-size: 20px !important;
    font-weight: 700;
  }
 
}


.accordion-button:not(.collapsed)::after {
  background-image: url('https://d3vvmt2ub6odwk.cloudfront.net/static/pantherv2/dist/images/frame-75.png') !important;
}
.bi-currency-rupee::before {
content: "\f7ec";
}
.coming-soon .content {
max-width:100%;
}
.megamenu-list.sub-menu li .imgsection .text {
font-weight: 700;
}
.gallery.newupdate:after {
top:0;	
}

.manufacturing-slider .owl-carousel .owl-nav.disabled {
display:block !important;	
}

.manufacturing-section .owl-item {
height:100%	
}

.manufacturing-section .owl-item .item {
height:100%;
}

.manufacturing-section .owl-item .item  {
overflow:hidden;
}
.manufacturing-section .owl-item .item img {
width:100%;
height:100%;
object-fit: cover;
}

.notificationwrap {
width: 100%;
}
.notificationwrap__item {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;	
    margin-bottom: 12px;
}

.notificationwrap__item .icon {
display:flex;
justify-content: center;
padding: 10px;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
background:orange;
text-align: center;
margin-right: 12px;
}

.notificationwrap__item .icon img {
width: auto;
height: 34px;
}

.otherproductslider	.simiar-product-content {
color: #fff;
font-size: 36px;
font-style: normal;
font-weight: 700;


}


@media only screen and (min-width: 320px) and (max-width:1199px) {
.submenu-indicator-chevron {
     border-color: transparent #000 #000 transparent;
}

.megamenu-mainname {
  display:none; 
}
.navigation-portrait .megamenu-panel {
  min-height:auto;
 
}
}

@media (min-width: 1200px) {
.aslilink {
  display: block;
}
.aslilink .link {
  padding:5px;
  font-size:14px;
}
}

@media (min-width: 1400px) {
.aslilink .link {
  padding:8px;
  font-size:14px;
}
}

@media (min-width: 1900px) and (max-width: 3000px){
.our-reach-rt span {
font-size: 30px;
}
}


.form-grider__container .chosen-container-single .chosen-single div b {
	background: url('https://d2lptvt2jijg6f.cloudfront.net/jindalpanther20/custom/1696593378down-arrow.png') no-repeat;
}
.form-grider__container .chosen-container-active .chosen-single {
 border:none !important;	
}

.pagination span {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: black;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination li.prev.disabled span {
    border-radius: 4px 0px 0px 4px;
    color: #ccc;
}

.pagination li.active a {
 background:orange;
 color:white;
}
.pagination li.prev.disabled {
 display:flex;
 align-items:center;
 justify-content:center;
}


.productsSection-bg:after {
    content: "";
    background: url('https://d3vvmt2ub6odwk.cloudfront.net/static/pantherv2/dist/images/group-00.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 100%;
    height: 503px;
    position: absolute;
    z-index: -1;
    bottom: 0;
}

@media (min-width: 1900px) and (max-width: 3000px) {
.our-reach-rt .countingupdate {
    font-size: 56px;
	display: inline-block;
    margin-bottom: 0;
    color: #535353;
}
}
.c-event-box .blog-slide {
 position: relative;
}
.c-event-box .blog-slide .time-n-dates .fullbox-link {
 font-size:0;	
}
.c-event-box .blog-slide .time-n-dates .fullbox-link:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    content: "";
}













