@charset "utf-8";
.list li {
  font-family: var(--font-dmsans);
}
.project-slider-page, .project-slider-page .project-slider-item {
  height: calc(100vh - 110px);
}
.pf-horizontal-slider {
  margin: 0 10px;
}
.breadcrumb-section .breadcrumb-img {
  height: calc(100vh - 280px);
}
.breadcrumb-border{
	border-bottom: 1px solid rgba(var(--black-color-opc), 0.08);
}
.breadcrumb-img img {
  height: 100%;
  max-height: 100%;
  object-position: center center;
}
.project-slider-page .project-slider-item .project-slider-content h1, .project-slider-page .project-slider-item .project-slider-content h2 {
  color: var(--white-color);
  font-family: var(--font-manrope);
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 700;
}
.project-slider-page .slider-btn-area {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  gap: 1px;
}
.project-slider-page .slider-btn {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  padding: 20px;
  bottom: 0 !important;
}
.project-slider-page .circular-text {
  position: absolute;
  right: 120px;
  bottom: 70px;
  z-index: 9;
}
.product-gallery h3 {
    text-align: center;
  margin: 0px !important;
  height: auto !important;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #111;
}
.product-gallery .project-img {
  position: relative;
}
.product-gallery .project-img:before {
  content: "\ebfe";
  font-family: "boxicons";
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  background: #25252550;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 35px;
  transition: opacity 0.4s ease-in-out;
  color: #fff;
}
.product-gallery .project-img:hover:before {
  opacity: 1;
  cursor: pointer;
}
.form-inner label {
  display: none;
}
.video-banner-sec {
  padding: 80px 15px 90px;
  background: #f9f9f9;
}
.video-block {
  position: relative;
  overflow: hidden;
}
.video-img {
  position: relative;
  transform: scale(1.6);
}
.video-img:before {
  content: "";
  position: absolute;
  background: #515151b0;
  height: 100%;
  width: 100%;
}
.video-block:hover {
  background: #ddd !important;
  cursor: pointer;
}
.video-block .video-and-content {
  padding: 0;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-bottom: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  cursor: pointer;
}
.video-circle {
  stroke: #ffffff;
  fill: none;
  transition: 0.5s;
}
.video-and-content .video-area .icon {
  position: relative;
  cursor: pointer !important;
}
.video-and-content .video-area .icon .play-icon {
  fill: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 2px;
}
.video-and-content .video-area .icon .video-circle {
  stroke: #ffffff;
  fill: none;
  transition: 0.5s;
}
.video-and-content .video-area:hover .icon .video-circle .top-half {
  stroke-dashoffset: 0;
}
.video-and-content .video-area .icon .video-circle .top-half {
  stroke-dasharray: 430;
  stroke-dashoffset: 320;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.project-card .project-content-wrap {
  position: relative !important;
}
.project-card .project-content-wrap .project-content h3 {
  height: 50px;
}
.sidebar-logo-wrap img {
  max-width: 115px
}
.single-menu-item img {
  height: 150px;
  object-fit: contain;
  background: #f2f2f2;
  width: 100%;
  padding: 10px;
}
header.style-1 .main-menu > ul > li .mega-menu .single-menu-item h4 {
  overflow: hidden;
  text-overflow: ellipsis;
}
header.style-1 .main-menu > ul > li .mega-menu .single-menu-item h4 a {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-card .project-content-wrap .project-content h3 a {
  font-size: 22px !important;
  letter-spacing: 0;
  line-height: 22px !important;
}
.single-menu-item h4 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: normal;
}
@font-face {
  font-family: avgardm;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/avgardm-webfont.eot);
  src: url(../fonts/avgardm-webfont.eot) format('embedded-opentype'), url(../fonts/avgardm-webfont.woff2) format('woff2'), url(../fonts/avgardm-webfont.woff) format('woff'), url(../fonts/avgardm-webfont.ttf) format('truetype'), url(../fonts/avgardm-webfont.svg?#boxicons) format('svg')
}
.footer-menu {
  padding: 50px 0px;
}
.single-menu-item h4, .home1-project-slider .project-content span {
  font-family: var(--font-avgardm) !important;
  font-weight: 300 !important;
}
.home1-project-slider .project-content em, .single-menu-item em, .prod-active a, .product-grid-page .project-content em, .product_name em {
  color: var(--primary-color1) !important;
}
img.cb {
    position: relative;
    top: -4px;
    width: 80px;
}
.mega-menu-wrap .col-lg-3 {
  width: 16.66%;
}
.single-countdown {
  text-align: center;
  width: 100%;
  line-height: normal;
}
.project-horizontal-page {
  background: #f9f9f9;
}
.product-gallery {
    padding-top: 100px;
    padding-bottom: 100px;
}
.product-gallery .project-card .project-content-wrap {
  background: transparent !important;
}
.home6-contact-section {
  padding-bottom: 100px;
  padding-top: 100px;
}
.home6-blog-section {
  background: #f2f2f2;
  padding: 100px 0px;
}
.app-content {
  padding: 0px !important;
  width: 100%;
  text-align: center;
}
.app-content h4 {
  margin-bottom: 0px !important;
}
.application-text h2 {
  margin-bottom: 30px;
}
.application-text ul {
  columns: 1 !important;
}
.product-text p {
  margin-bottom: 0;
  line-height: 26px;
  text-align: justify;
}
.hide {
  display: none;
}
.entry-box-country {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  gap: 10px;
}
.country-code-box {
  width: 100%;
  max-width: 100px;
}
.phone-no-box {
  width: 100%;
}
.h2-title {
  line-height: normal;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
  font-size: 36px !important;
  letter-spacing: 0px;
}
.h2-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 107px;
  height: 2px;
  border-radius: 10px;
  background: linear-gradient(90.01deg, rgb(203 0 0) 0.01%, rgb(195 109 109 / 0%) 102.8%);
}
.h2-title-center {
  text-align: center;
}
.h2-title-center:after {
  right: 0;
  margin: 0 auto;
  left: 0;
}
.contact-form-wrap hr {
  margin-bottom: 0;
  opacity: 0.1;
}
.blog-home-content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  max-width: 100%;
}
.blog-home-content h3 a {
  font-size: 20px !important;
  line-height: 27px !important;
  display: inline;
}
.blog-content-wrap-home {
  justify-content: space-between !important
}
/*
.blog-content-wrap-home h4 {
  line-height: 25px !important;
}
*/
.blog-content-wrap-home h4 a {
  font-size: 22px !important;
  line-height: 27px !important;
  display: inline;
}
.project-grid-page .project-card .project-content-wrap .project-content h3 {
  height: 50px;
}
.product-grid-page .project-content h3 {
    font-size: 18px !important;
    line-height: 25px !important;
    margin-bottom: 0px !important;
    font-weight: 400;
}
.product-grid-page .project-content h2 {
  font-size: 22px;
}
.product-grid-page .project-content-wrap {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.28%, rgb(247 247 247 / 80%) 91.5%);
}
.product-btn {
  position: absolute;
  top: 0;
  margin-top: -45px !important;
}
.product-btn li a {
  color: var(--dark-title-color) !important;
  font-weight: 500;
  font-size: 13px !important;
  padding: 6px 14px !important;
  border: 1px solid rgb(141 141 141 / 20%) !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
}
/*
.read-more-prod:hover {
	background: var(--primary-color1);
	color: #fff;
}
*/
/*
.product-grid-page .project-card:hover .product-btn li:first-child a {
  background: var(--primary-color1) !important;
  color: #fff !important;
}
*/
/*
.product-grid-page .project-content-wrap:hover .product-btn li:first-child a {
  background: var(--primary-color1) !important;
  color: #fff !important;
}
*/
.product-grid-page .product-btn li a:hover {
  background: var(--primary-color1) !important;
  color: #fff !important;
}
.label-show label {
  display: block;
}
.label-show .form-check-input {
  margin-top: 0px !important;
}
@media (max-width: 1025px) {
  .pf-horizontal-slider {
    margin: 0 0px;
  }
}
@media (max-width: 767px) {
    div#cb_popup_content {
    max-width: 80% !important;
}
    .press_notes_block p {
    display: table;
}
    .investor-left-side{
        display: none;
    }
    
    .single-menu-item h3 {
    margin-bottom: 5px;
}
    header.style-1 .main-menu > ul > li .mega-menu .single-menu-item h4 a {
    text-overflow: unset;
    white-space: unset;
}
 
    .footer-section .footer-bottom-wrap .footer-bottom .copyright-area p {
        line-height: 25px;}
    .footer-section .footer-wrapper .established h4 {
        font-size: 40px;}
  .mega-menu-wrap .col-lg-3 {
    width: 100%;
    padding: 0;
  }
    .single-menu-item h4 {
        margin-top: 0;
        margin-bottom: 10px;
    }
  header.style-1 .main-menu {
    padding: 20px 15px !important;
  }
  .footer-menu {
    padding: 0;
  }
  .footer-widget {
    margin-top: 45px;
  }
  .footer-section .footer-wrapper .address-area {
    padding: 0px;
  }
  .footer-section .footer-wrapper .address-area .address-list .single-address {
    max-width: 100%;
    line-height: normal;
  }
  .footer-section .footer-wrapper .address-area .address-list .single-address a {
    font-size: 15px;
    line-height: normal;
  }
  .footer-section .footer-bottom-wrap {
    text-align: center;
  }
  .h2-title {
    font-size: 28px !important;
  }
  .project-slider-page .circular-text {
    display: none;
  }
  .home1-counter-section .counter-wrap .divider::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -12px;
    height: 2px;
    width: 50px;
    display: block;
    background-color: rgba(var(--primary-color1-opc), 0.2);
    right: auto;
    left: 50%;
    transform: translate(-50%);
  }
  .product-grid-page .project-content h3 {
    height: auto !important;
  }
    .home6-blog-section {
    padding: 70px 0px;
}
.home6-contact-section {
    padding-bottom: 70px;
    padding-top: 70px;
}
.video-banner-sec {
    padding: 70px 15px 70px;
}
}
@media (min-width: 1199px) and (max-width: 1399px) {
  header.style-1, header.style-1.inner-page {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .home1-banner-section .banner-wrapper {
    min-height: calc(100vh - 110px);
    margin: 0 10px;
  }
  .pf-horizontal-slider {
    height: calc(100vh - 110px);
    margin: 0 10px;
  }
  header.style-1 .main-menu > ul > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  header.style-1 .nav-right {
    gap: 30px;
  }
}
@media (min-width: 1400px) and (max-width: 1601px) {
  header.style-1 .nav-right {
    gap: 30px;
  }
}
@media (min-width: 1400px) {
  header.style-1, header.style-1.inner-page {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .home1-banner-section .banner-wrapper {
    min-height: calc(100vh - 110px);
    margin: 0 50px;
  }
  .pf-horizontal-slider {
    margin: 0 50px;
  }
}
.regional-block {
  padding: 35px 15px;
  border-radius: 15px;
  border: 1px solid rgba(var(--black-color-opc), 0.1);
}
.regional-block .address-list {
  align-items: self-start;
}
.regional-block h5 {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.about-details-page {
  background: #f9f9f9;
}
/* .list li:before {
  content: "\f136";
  font-family: bootstrap-icons !important;
  left: 0;
  display: inherit;
  position: absolute;
} */


.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  background-image: url('../img/ul-icon.svg'); /* your image path */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}

.list li {
  list-style: none;
  padding-left: 25px;
  line-height: 25px;
  margin-bottom: 5px;
  color: var(--text-color);
  position: relative;
	
}
ul.list {
  padding-left: 0;
  position: relative;
}
.common-content p {
  font-size: inherit !important;
  line-height: 25px !important;
  font-family: var(--font-dmsans) !important;
  color: var(--text-color);
}
.team-block {
  justify-content: initial !important;
  align-items: flex-start !important;	
  width: 100%; /* full row */
	gap: 30px !important;

}
.team-block h2 {
    font-size: 26px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
h3.designation {
  font-size: 16px;
  color: var(--primary-color1);
}
.team-block .title-area {
  margin-bottom: 25px;
}
.team-block .service-img-and-title-area {
  flex: 0 0 30% !important;
  max-width: 30% !important;
}
/*
.team-block .service-content {
  flex: 0 0 70% !important;
  max-width: 70% !important;
}
*/
.team-block .service-img{
min-width: 100% !important;
}


.prod-list{
    columns: 1 !important;
}

.prod-list li {
    color: var(--text-color) !important;
    display: block !important;
    font-size: 17px !important;
    margin-bottom: 10px !important;
    line-height: 22px !important;
    font-family: var(--font-dmsans) !important;
    font-weight: 400 !important;
}

.prod-sub-title{
      font-size: 22px !important;
      margin-bottom: 15px !important;
}


.proex-icon-sec .feature-wrap .single-feature h5 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
        text-align: center;
        margin-top: 20px;
}

.proex-icon-sec .feature-wrap .single-feature .icon-img {
 height: 100px;
    width: 100px;
    display: block;
    margin: 0 auto;
}


.blog-card2 .blog-img::before {
    background: linear-gradient(to top, rgb(239 235 235 / 79%) 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
}

.blog-card2 .blog-content-wrap .blog-content {
    background-color: unset !important;
    backdrop-filter: none;
}

@-webkit-keyframes spinnerRotate{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes spinnerRotate{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@-ms-keyframes spinnerRotate{from{-ms-transform:rotate(0)}to{-ms-transform:rotate(360deg)}}#form_process{-webkit-animation-name:spinnerRotate;-webkit-animation-duration:1.1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:spinnerRotate;-moz-animation-duration:1.1s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:spinnerRotate;-ms-animation-duration:1.1s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;display:inline-block;margin-left:10px;position:relative;visibility:hidden}

#error_data{
	color: red;    
    font-size: 14px;
    margin: 10px 0;
    line-height: normal;
}
.sec-bpad{
    padding-bottom: 100px;
}
.sec-tpad{
    padding-top: 100px;
}

.acc-title{
   font-size: 18px !important;
      margin-bottom: 15px !important;
}

.cus-accordation .accordion .accordion-item .accordion-body{
padding-left: 0;
}

.cus-accordation  .accordion .accordion-item .accordion-header .accordion-button{
font-size: 18px;
}


.red-link{
    color: #da251d;
}

.form-inner select {
    width: 100%;
    background: transparent;
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    height: 46px;
    border: 1px solid rgba(var(--black-color-opc), 0.2);
    border-radius: 5px;
    appearance: unset !important;
    -webkit-appearance: auto !important;
}


.human-cap-sec .project-card-wrap h6 {
    font-size: 16px;
    margin-top: 5px;
}


.overseas-sec .client-card {
    background-color: #f2f2f2;
    height: 100%;
}

.overseas-sec .client-card h5:after{
      content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 107px;
    height: 2px;
    border-radius: 10px;
    background: linear-gradient(90.01deg, rgb(203 0 0) 0.01%, rgb(195 109 109 / 0%) 102.8%);
}

.overseas-sec .client-card h5{
          line-height: normal;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.application-page .project-content .product-btn{
    position: relative;
    margin-top: 20px !important
}


@media screen and (max-width: 767px) {

	.team-block .service-img-and-title-area {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
	
	
	.right-sidebar-menu .sidebar-content-wrap .address-area .single-address a, .right-sidebar-menu .sidebar-content-wrap .title-area p {
    font-size: 15px;
}

}

@media (min-width: 768px) and (max-width: 991px){
    span.year {
    padding-left: 22px;
}
    section#sec1 {
    padding-left: 30px !important;
}
    .investor-left-side {
        width: 40% !important;}
    .press_notes_block {
    display: flex !important;
}
      .press_notes_block .date {
        min-width: 92px;
        height: 72px;
    }
    
    body .annual_reports_block .date, body .corporate_governance_block .date{
        width: 47% !important;}
    body .shareholding_pattern-block .date {
        width: 45% !important;}
    body .shareholding_pattern-block .date {
    width: 30%;
}
    .flag > li {
        font-size: 10px !important;}
    
    .footer-section .footer-wrapper .established h4{
            font-size: 40px;
    }
    .product-details-top-area .product-img img{
        margin-bottom: 20px;
    }
	.blog-card2 .blog-content-wrap .blog-content h3 {
    font-size: 20px;
   }
}

@media screen and (min-width: 1025px) {
.investor-left-side {
  position: sticky !important;
  top: 90px;            /* distance from top of viewport when stuck */
  align-self: start;    /* ensure sticky relates to nearest scrolling container */
  max-height: calc(100vh - 40px); /* optional: prevent overflow */
  overflow: auto;       /* optional: allow left column scroll if its content is tall */
  z-index: 5;           /* ensure it sits above other content */
}
}

@media screen and (min-width: 1025px) {
	
.product-gallery .home1-project-slider .swiper-wrapper{
	justify-content: center;
}
.product-gallery .slider-btn-grp .slider-btn{
display: none;
}

.product-gallery .project-slider-area{
		margin-bottom: 0px;
	}
}


@media (max-width: 576px) {
  .prod-list li {
    font-size: 15px !important;
    margin-bottom: 8px !important;
    line-height: 22px !important;
}
}
.product-text h3{
    font-size: 20px;
}
.proex-icon-sec h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}
.prod-list strong{
    color: #333;
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
    color: unset;
}
.sidebar-content-wrap h4 {
    font-size: 18px;
}
.single-menu-item h3 {
    font-size: 18px;
    line-height: 20px;
}
.text_rel .blog-content-wrap {
    position: relative !important;
    background-color: #fff;
}
header.style-1 .main-menu > ul > li {
    padding:  10px 2px;}

.csr-details .resp-tab-content h4 {
    font-size: 16px;
}

.select-menu .select-btn {
    display: flex;
    justify-content: space-between;
}


#cb_popup_wrap {
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
}
#cb_popup_center {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cb_popup_content {
    min-width: 10%;
    max-width: 60%;
    min-height: 10%;
    overflow: hidden;
    position: relative;
/*    background: rgba(255, 255, 255, 1) url("cb_popup_loading.gif") no-repeat scroll center center;*/
}

#cb_popup_close {
    width: 40px;
    top: 5px;
    right: 5px;
    opacity: 1;
    z-index: 99999;
    cursor: pointer;
    position: absolute;
}
.social img {
    max-width: 18px;
    opacity: .6;
}
.trend_page .project-content-wrap {
    background: #fff;
}
.app_gal .project-content-wrap{
    justify-content: center;
}

.app_gal .slider-btn-grp {
    justify-content: center;
    margin-top: 20px;
}