* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
}

/* html {
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
} */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

/* footer part */

.footer {
  width: 100%;
  height: auto;
  background-color: #282828;
}

.footer-section {
  padding: 60px 50px;
  border-bottom: 1px solid #575656;
}

.footer-mane-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-title {
  width: 50%;
}

.footer-title h2 {
  font-size: 70px;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
}

.footer-btn a {
  background-color: #fff;
  text-decoration: none;
  color: #000;
  padding: 17px 29px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
}

.footer-btn a:hover {
  text-decoration: none;
  background-color: #dfdfdf;
}

.footer-sub-section {
  padding: 60px 50px;
}

.footer_logo {
  margin-bottom: 15px;
}

.footer_logo img {
  width: 100%;
  height: 100%;
}

.footer_logo_title h4 {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}

.sub-section {
  display: flex;
  justify-content: space-around;
}

.footer-sub-title {
  color: #fff;
}

.footer-sub-title h5 {
  color: #fff;
  font-size: 26px;
  line-height: 1.6;
  font-weight: 500;
}

.footer-sub-title a {
  font-size: 19px;
  text-decoration: none;
  color: #fff;
  line-height: 2;
}

.footer-sub-title a:hover {
  color: #abb8c3;
}

/* navbar */

.navbarEsg {
  width: 100%;
  height: auto;
  padding: 115px 50px 0 50px;
}

.nav-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.logo {
  width: 100%;
}

.logo-wrapper {
  width: 100%;
}

.logo-wrapper img {
  width: 100%;
  height: 100%;
}

.contactmenu {
  width: 20%;
}

.menu {
  width: 55%;
}

.menu ul {
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.menu ul li a {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.contactmenu {
  display: flex;
  justify-content: center;
}

.contactbtn {
  width: 140px;
  height: 50px;
  padding: 5px;
  background: transparent;
  border-radius: 25px;
  border: 2px solid #000;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toggle {
  display: none;
}

.toggle i {
  font-size: 25px;
}

.fracHeadLogo {
  font-size: 35px;
  color: #008e89;
  font-weight: bolder;
  display: inline-block;
  max-width: 280px;
}

.fracHeadLogo p {
    background-color: #008e89;
    display: inline-block;
    color: #fff;
    margin: 0;
    padding: 0px 10px;
    line-height: normal;
}

.fracHeadLogo:hover {
  color: #008e89;
}

/* header responsive site menu */

.responsiveSiteMenu {
  background-color: #ffffff;
  width: 300px;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 25px 15px;
  box-shadow: 0 0 5px 0 #464343;
  transform: translate(-350px, 0);
  transition-property: all;
  transition-duration: 1s;
}

.rensFigDiv {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 20px; */
}

.resLogoFig {
  width: 70%;
  height: 50px;
}

.resLogoFig img {
  width: 100%;
  height: 76%;
}

.resCancel {
  font-size: 30px;
  cursor: pointer;
}

.resInnerDiv {
  overflow-y: scroll;
  max-height: 85%;
}

.resInnerDiv::-webkit-scrollbar {
  width: 3px;
}

.resInnerDiv::-webkit-scrollbar-thumb {
  background: #000;
}

.resUl {
  width: 100%;
}

.resLi {
  padding: 20px 0px;
  font-size: 20px;
  font-weight: 600;
}

.rescontactbtn {
  margin-top: 20px;
  width: 140px;
  height: 50px;
  padding: 5px;
  background: transparent;
  border-radius: 25px;
  border: 2px solid #000;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resSitemenu {
  color: grey;
  font-size: 18px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* banner part */

.banner {
  width: 100%;
  height: auto;
  padding: 140px 50px 30px 50px;
}

.banner_body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bannerAnim {
  width: 45%;
}

.bannerbighead {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    margin-top: 15px;
}

.bannerbighead q {
  color: #008e89;
}

.bannerIcon {
  width: 55px;
  height: 55px;
}

.bannerIcon img {
  width: 100%;
  height: 100%;
}

.bannerSmallDiv {
  width: 20%;
}

.banHead {
  font-size: 22px;
  font-weight: 700;
  color: #008e89;
  margin: 15px 0 8px 0;
  text-transform: uppercase;
}

.banPara {
  font-size: 20px;
  line-height: 35px;
  color: #000;
}

.banParaIdea {
    font-size: 15px;
    line-height: 21px;
    color: #000;
    width: 195px;
    font-weight: 600;
    word-break: break-word;
}

.boldText {
  font-weight: 600;
}

.cursor {
  display: inline-block;
  background-color: #000;
  margin-left: 0.1rem;
  width: 6px;
  animation: blink 1s infinite;
}

.cursor.typing {
  animation: none;
}

@keyframes blink {
  0% {
    background-color: #000;
  }

  49% {
    background-color: #000;
  }

  50% {
    background-color: transparent;
  }

  99% {
    background-color: transparent;
  }

  100% {
    background-color: #000;
  }
}

.typed-text {
  text-decoration: underline;
}

/* index parallex image */

.indexParallex {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* index divider */

.divider {
  width: 100%;
  height: auto;
  padding-top: 40px;
}

.dividerbody {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line {
  width: 40%;
  height: 2px;
  background-color: rgb(88, 87, 87);
}

.middlediv {
  width: 20%;
}

.middledivimg {
  width: 50px;
  height: 50px;
  margin: 0px auto;
}

.middledivimg img {
  width: 100%;
  height: 100%;
}

/* index animation */

.animationDiv {
  width: 100%;
  height: 1100px;
  padding: 0px 50px;
}

.animTop {
  text-align: center;
}

.animimg {
  width: 35px;
  height: 35px;
  margin: 0px auto;
}

.animimg img {
  width: 100%;
  height: 100%;
}

.animTopHead {
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    width: 50%;
    margin: 0px auto;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.animTopPara {
  font-size: 22px;
  font-weight: 500;
}

.animBtm {
  padding-top: 15px;
}

.animPoint {
  padding-bottom: 30px;
}

.animpointHead h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 10px;
  color: #282828;
}

.animpointHead p {
  font-size: 18px;
  color: #282828;
  font-weight: 400;
  line-height: 26px;
}

.animIcon {
  width: 70px;
  height: 60px;
}

.animIcon img {
  width: 100%;
  height: 100%;
}

.animGif {
  width: 100%;
  height: 50%;
  margin: 115px auto 0 auto;
  position: relative;
}

.animGif img {
  width: 100%;
  height: 100%;
}

.animWheel {
  position: absolute;
  top: 0;
  left: 0;
}

.animWheel {
  width: 110px;
  height: 110px;
  animation: spin1 5s infinite linear;
}

@keyframes spin1 {
  0% {
    -moz-transform: rotate(320deg);
    -webkit-transform: rotate(320deg);
    -o-transform: rotate(320deg);
    -ms-transform: rotate(320deg);
  }

  100% {
    -moz-transform: rotate(680deg);
    -webkit-transform: rotate(680deg);
    -o-transform: rotate(680deg);
    -ms-transform: rotate(680deg);
  }
}

.animWheel img {
  width: 100%;
  height: 100%;
}

.animData {
  text-align: end;
}

.animData::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #464343;
  width: 60%;
  margin-left: auto;
  margin-top: 25px;
}

.animData:last-child::after {
  display: none;
}

.animLeftData {
  text-align: start;
}

.animLeftData::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #464343;
  width: 60%;
  margin-right: auto;
  margin-top: 25px;
}

.animLeftData:last-child::after {
  display: none;
}

.animNum {
  padding: 20px 0px;
}

.animNum h3 {
  font-size: 45px;
  font-weight: 700;
}

.animDataTxt p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 66px;
}

/* .blankDiv {
  height: 2px;
  background-color: #464343;
  width: 60%;
  margin-left: auto;
  margin-top: 25px;
} */

.animProfile {
  display: flex;
  justify-content: end;
  align-items: baseline;
  padding-top: 25px;
}

.animPrflDiv {
  width: 70px;
  height: 70px;
  background-color: white;
  padding: 5px;
  border-radius: 50%;
}

.animPrflDiv img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

#person1 {
  position: relative;
  left: 40px;
  top: 0;
}

#person2 {
  position: relative;
  left: 20px;
  top: 0;
  z-index: 1;
}

#person3 {
  position: relative;
  z-index: 2;
}

/* about_section */

.about_section {
  width: 100%;
  height: auto;
  padding: 40px 50px;
  background-color: #fffbec;
}

.right_section {
  border-right: 1px solid #282828;
}

.about_conten {
  padding: 30px 50px;
}

.about_title h2 {
    font-size: 45px;
    font-weight: 700;
    color: #282828;
    text-align: center;
}

.about_title h2 span{
    background-color: #008e89;
    color: #fff;
    line-height: normal;
    padding: 0 10px;
}

.about_dtls {
  padding: 0px 50px;
}

.about_dtls p {
  font-size: 23px;
  line-height: 1.6;
}

.about_dtls p span {
  background-color: #9ce9d0;
  font-weight: 500;
}

/* our_solution */

.our_solution {
  width: 100%;
  height: auto;
  padding: 0 50px;
}

.solution_img_section {
  padding: 20px;
}

.solution-img img {
  width: 100%;
  height: 100%;
}

.solution-main-conten {
  padding: 20px;
}

.solution-title {
  padding-bottom: 30px;
}

.solution-title p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.solution-title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  color: #282828;
}

.solution-dtls {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.colution-conten i {
  color: #1aad64bf;
  font-size: 25px;
  font-weight: 400;
  padding-right: 20px;
}

.dtls p {
  font-size: 18px;
  line-height: 1.6;
}

.dtls p span {
  background-color: #9ce9d0;
  font-weight: 500;
}

/* our_mission */

.our_mission {
  width: 100%;
  height: auto;
  padding: 40px 50px;
  background-color: #fffbec;
}

.mission_secTion {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mission_conten {
  padding: 20px;
  width: 100%;
}

.mission_title h2 {
  font-size: 60px;
  font-weight: 700;
}

.mission_details {
  padding: 30px 0px 63px;
}

.mission_details p {
  font-size: 26px;
  line-height: 1.4;
}

.mission_details p span {
  font-weight: 700;
}

.mission_btn a {
  text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    padding: 15px 30px;
    border-radius: 30px;
    background-color: #cc051c;
    color: #FFFFFF;
    transition: 0.6s;
}

.mission_btn a:hover {
    background-color: #ffc000;
    color: #000;
}

.mission_img_section {
  padding: 20px;
  position: relative;
}

.img_section img {
  width: 100%;
  height: 100%;
}

.cashier_dtls {
  position: absolute;
  left: 85px;
  bottom: 90px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  width: 65%;
}

.cashier_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cashier-img {
  width: 85px;
  padding-right: 20px;
}

.cashier-img img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.cashier_conten h5 {
  font-size: 25px;
  font-weight: 700;
}

.cashier_conten p {
  font-size: 20px;
  line-height: 1.6;
}

.abtSolFig {
  width: 75%;
  height: auto;
  margin: 0 auto;
}

.abtSolFig img {
  width: 100%;
  height: 100%;
}

.serviceOlDiv {
  margin: 20px 0 40px 0;
}

.servicesLi {
  color: rgb(192, 0, 0);
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.servicesOl {
  padding-left: 38px;
}

.serCarLastPara {
  color: #000;
  font-size: 20px;
  margin-left: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
}

/* visit-timing */

.visit-timing {
  width: 100%;
  height: auto;
  padding: 0 50px;
}

.visit-sub-title {
  color: #fff;
  /* padding: 50px 0px; */
  margin-bottom: 35px;
}

.visit-sub-title h4 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 20px;
}

.visit-sub-title h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

.visit-conten {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.mobile-conten {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #abb8c3;
  border-radius: 20px;
  padding: 10px;
  margin: 0px 18px;
}

.mobile-conten i {
  color: #abb8c3;
  font-size: 30px;
  padding-right: 15px;
}

.mobile-conten p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.valPrepHead {
  color: rgb(127, 127, 127);
  font-weight: bold;
}

.valPrepHead span {
  color: rgb(146, 208, 80);
}

.valPrepPara {
  font-size: 25px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  color: rgb(13, 13, 13);
  text-align: center;
  font-weight: 600;
}

.valPrepPara span {
  color: rgb(192, 0, 0);
}

.valPreNumSpan {
  background-color: rgb(146, 208, 80);
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  font-size: 35px;
  font-weight: bolder;
  display: flex;
  justify-content: center;
  align-items: center;
}

.valPrepAppeText {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    width: 80%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 85px;
    line-height: normal;
}

.valAftDivLeft {
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.valAftDivMiddle {
  width: 40%;
}

.valAftDivRight {
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.valAftMainDiv {
  display: flex;
  justify-content: space-between;
}

.valPrepTextsDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.valPrepTextsParentDiv {
  border-bottom: 4px solid rgb(146, 208, 80);
  padding-bottom: 30px;
}

.valAftDivMiddle figure {
  width: 75%;
  height: auto;
  margin: 0 auto;
}

.valAftDivMiddle figure img {
  width: 100%;
  height: 100%;
}

/* youtube video */

.youtube_video {
  width: 100%;
  height: auto;
  padding: 0px 50px;
  background-color: #fffbec;
}

.video {
  height: 500px;
}

.video iframe {
  width: 100%;
  height: 100%;
}

/* index page end */

/* team page start */

.team {
  width: 100%;
  height: auto;
  padding: 70px 50px;
  background-color: #fffbec;
}

.team_title {
  padding: 0px 0px 60px;
}

#typewriter {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  text-decoration: underline;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.team_conten {
  padding: 0px 100px;
}

.team_details p {
  font-size: 20px;
  padding-bottom: 20px;
  color: #1c1c1c;
  line-height: 1.6;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.team_member_card {
  padding: 50px 25px 20px;
}

.team_member_img {
  position: relative;
}

.team_member_img img {
  width: 100%;
  height: 100%;
}

.member_name p {
  position: absolute;
  background-color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 30px;
  bottom: 20px;
  left: 20px;
}

.member_dtls_title h4 {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.6;
  padding: 10px 0px;
}

.member_dtls p {
  font-size: 15px;
  font-weight: 500;
  color: #5c5c5c;
  line-height: 1.6;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* team page end */

/* investor page start */

.investor_section {
  width: 100%;
  height: auto;
  padding: 65px 50px;
  background-color: #fffbec;
}

.invester_title {
  padding: 40px 0px;
}

.invester_title h4 {
  font-size: 60px;
  font-weight: 700;
}

.invester_title p {
  padding-top: 20px;
  font-size: 25px;
  position: relative;
}

.invester_title p::after {
  content: "";
  position: absolute;
  background-color: #7c7c7c;
  width: 368px;
  height: 2px;
  bottom: -70px;
  left: 0;
}

.investor_img img {
  width: 100%;
  height: 100%;
}

/* investor page end */

/* News page start */

.news_section {
  width: 100%;
  height: auto;
  padding: 70px 50px;
  background-color: #fffbec;
}

.news-header {
  padding-bottom: 70px;
}

.news_title h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

.news_title h2:hover {
  color: #575656;
}

.news-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.news-title a {
  text-decoration: none;
  font-size: 25px;
  font-weight: 600;
  color: #282828;
}

.news-sub-dtls p {
  line-height: 1.6;
  padding-top: 10px;
  font-size: 15px;
}

.news-dtls p {
  padding-top: 10px;
  font-size: 16px;
}

/* News page end */

/* contact page start */

.contact_page {
  width: 100%;
  height: auto;
  padding: 70px 50px;
  background-color: #fffbec;
}

.contact_title h2 {
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.contact_dtls {
  padding: 28px;
  text-align: center;
  margin-top: 50px;
}

.contact_icon i {
  font-size: 46px;
  padding: 15px;
}

.contact-dtls-title h4 {
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.contact-dtls-title p {
  font-size: 20px;
}

.contact-dtls-title a {
  font-size: 20px;
  text-decoration: none;
  color: #000;
}

.contact-dtls-title a:hover {
  color: #7c7c7c;
  text-decoration: none;
}

.contact_map {
  width: 100%;
  height: auto;
  padding: 0px 50px 50px;
  background-color: #fffbec;
}

.map {
  width: 100%;
  height: 500px;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.ourSolFigDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.ourSolFig{
	width: 469px;
	height: 532px;
	margin: 0;
	position: relative;
}

.ourSolFig img{
	width: 100%;
	height: 100%;
}

.ourSolNum{
	font-size: 35px;
	font-weight: bold;
	color: rgb(192, 0, 0);
	line-height: 40px;
	margin-right: 6px;
}

.ourSolHead {
    color: rgb(192, 0, 0);
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 3px 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 21px;
    line-height: normal;
}

.ourSolPara{
	font-size: 15px;
	font-weight: 500;
	color: #000;
	margin: 0;
	line-height: normal;
	display: -webkit-box;
	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
	height: 65px;
}

.ourSolsDiv{
	display: flex;
	align-items: flex-start;
	width: 265px;
}

.ourSolsPosDiv1 {
    position: absolute;
    top: -68px;
    left: 110px;
}

.ourSolsPosDiv2 {
    position: absolute;
    top: 40px;
    right: -190px;
}

.ourSolsPosDiv3 {
    position: absolute;
    top: 258px;
    right: -270px;
}

.ourSolsPosDiv4 {
    position: absolute;
    bottom: 0;
    right: -210px;
}

.ourSolsPosDiv5 {
    position: absolute;
    bottom: -125px;
    right: 35px;
}

.ourSolsPosDiv6 {
    position: absolute;
    bottom: 5px;
    left: -160px;
}

.ourSolsPosDiv7 {
    position: absolute;
    top: 57px;
    left: -180px;
}

.ourSolResOl{
    display: none;
}

/* 4 Esg Priorities*/
.threeEsgPrio{
   padding: 0 50px;
}

.topFourDivs{
   width: 24%;
}

.topFourMainDiv{
   display: flex;
   justify-content: space-between;
}

.topFourHeadDivs{
   text-align: center;
   padding: 3px 5px;
}

.topFourInnSpan{
   font-size: 25px;
   font-weight: bolder;
   color: #fff;
   display: -webkit-box;
   -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 75px;
}

.topFourContDiv{
   padding: 5px 8px;
   height: 140px;
   display: flex;
}

.topFourNumHead{
   font-size: 50px;
   font-weight: 900;
   margin: 0 8px 12px 0;
   color: #fff;
   align-self: flex-end;
}

.topFourNumPara{
   font-size: 16px;
   font-weight: 500;
   display: -webkit-box;
   -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 95%;
}

.esgTopMarDiv{
  width: 30%;
  display: flex;
  align-items: center;
}

.esgTopMarMainDiv{
  display: flex;
  justify-content: space-around;
}

.esgPerRound{
  padding: 5px;
  border-radius: 50%;
  background: linear-gradient(to right, #4d9f5c, #90cb79);
  width: 100px;
  min-width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.esgPerSpan{
  font-size: 40px;
  font-weight: 900;
  color: #fff;
}

.esgPerSpan span{
  font-size: 18px;
}

.esgPerText{
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*operating section*/
.operateFigsDiv{
  width: 40%;
  display: flex;
  justify-content: space-between;
}

.operatingFigs{
  width: 45%;
  height: auto;
  margin: 0;
  position: relative;
}

.operatingFigs img{
  width: 100%;
  height: 100%;
}

.operateFigMainDiv{
  display: flex;
  justify-content: space-between;
}

.operatingFigHead {
    font-size: 21px;
    width: 100%;
    font-weight: 800;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    position: absolute;
    top: 40px;
    height: 63px;
}

.operatingFigText {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 111px;
    padding: 0 8px;
    text-align: center;
}

/* Potential part*/
.potentialText{
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px 0;
}

/* impact asset*/
.impAssetHead{
  font-size: 35px;
  font-weight: 800;
  margin: 0;
  line-height: normal;
}

.impAssetPara{
  font-size: 17px;
  font-weight: 600;
  margin: 0;
}

.imgAssetFig{
  width: 380px;
  height: 380px;
  margin: 0;
  padding: 35px;
}

.imgAssetFig img{
  width: 100%;
  height: 100%;
}

.impAssetColDiv{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.imgAssetFigColDiv{
  display: flex;
  justify-content: center;
}

/* responsive */

@media (max-width: 1499px){
  .topFourInnSpan {
    font-size: 22px;
    height: 65px;
}

  .operatingFigs {
    width: 48%;
}

  .operatingFigText {
    font-size: 15px;
}
}

@media (max-width: 1399px){
  .bannerSmallDiv {
    width: 22%;
}

.topFourNumHead {
    font-size: 40px;
}

.topFourInnSpan {
    font-size: 19px;
    height: 56px;
}
}

@media (max-width: 1365px){
  .operateFigsDiv {
    width: 47%;
}

.imgAssetFig {
    width: 400px;
    height: 360px;
    padding: 25px;
}
}

@media (max-width: 1199px) {
  /* index page start */

  /* navbar */

  .navbar {
    padding: 40px 30px;
  }

  /* banner */

  .banner {
    padding: 140px 30px 30px 30px;
  }

  .bannerAnim {
    width: 50%;
  }

  .fracHeadLogo {
    font-size: 26px;
    max-width: 210px;
}

.bannerbighead {
    font-size: 21px;
    line-height: 30px;
    margin-top: 5px;
}

  /* index page end */
.bannerIcon {
    width: 42px;
    height: 42px;
}

.banHead {
    font-size: 27px;
    margin: 15px 0px 5px 0;
}

.banPara {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 155px;
}

.animimg {
    margin-bottom: 10px;
}

.animTopHead {
    width: 100%;
    margin-bottom: 20px;
}

.animGif {
    height: 40%;
    margin: 220px auto 0 auto;
}

.about_conten {
    padding: 30px 20px;
}

.about_dtls p {
    font-size: 20px;
}

.right_section {
    display: flex;
    align-items: center;
}

.animationDiv {
    height: 960px;
}

.about_dtls {
    padding: 0px 20px;
}

.about_section {
    padding: 0 50px;
}

.mission_title h2 {
    font-size: 45px;
}

.indexParallex {
    height: 370px;
}

.mission_img_section {
    display: none;
}

.serCarLastPara {
    font-size: 18px;
    height: auto;
}

.our_mission {
    padding: 20px 50px;
}

.valPreNumSpan {
    width: 42px;
    height: 42px;
    font-size: 26px;
}

.valPrepAppeText {
    font-size: 17px;
    height: 71px;
}

.valPrepTextsParentDiv {
    margin-bottom: 20px;
}

.navbarEsg .container-fluid{
   padding-left: 0;
}

.topFourDivs {
    min-width: 262px;
    margin-right: 10px;
}

.topFourMainDiv {
    overflow-x: auto;
}

.topFourMainDiv ::-webkit-scrollbar {
  display: none;
}

.operatingFigs {
    width: 49%;
    height: 300px;
}

.operateFigsDiv {
    width: 49%;
}

.operatingFigHead {
    font-size: 18px;
    top: 30px;
    height: 52px;
}

.operatingFigText {
    font-size: 13px;
    top: 95px;
}

.potentialText {
    font-size: 18px;
}

.imgAssetFigColDiv {
    align-items: center;
}

.impAssetHead {
    font-size: 30px;
}

.impAssetPara {
    font-size: 14px;
}
}

@media (max-width: 991px) {
  /* index page start */

  /* footer */

  .footer-title h2 {
    font-size: 60px;
  }

  .footer-sub-title a {
    font-size: 15px;
  }

  .footer-sub-title h5 {
    font-size: 20px;
  }

  .footer_logo_title h4 {
    font-size: 15px;
  }

  .footer-section {
    padding: 60px 20px;
  }

  .footer-sub-section {
    padding: 60px 20px;
  }

  /* navbar */

  .menu,
  .contactmenu {
    display: none;
  }

  .toggle {
    display: block;
  }

  .navbar {
    padding: 30px 20px;
  }

  /* banner */

  .banner_body {
    flex-direction: column;
  }

  .bannerSmallDiv {
    width: 100%;
    padding: 30px 0px;
  }

  .bannerAnim {
    margin: 0px auto;
    width: 100%;
  }

  .bannerIcon {
    margin: 0px auto;
  }

  .banHead {
    text-align: center;
  }

  .banPara {
    text-align: center;
  }

  /* index parallex image */

  .indexParallex {
    height: 400px;
  }

  /* index animation */

  .animationDiv {
    padding: 0px 20px;
  }

  .animPoint {
    padding-bottom: 15px;
  }

  .animpointHead h4 {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 5px;
  }

  .animpointHead p {
    font-size: 15px;
    line-height: 30px;
  }

  .animIcon {
    width: 60px;
    height: 50px;
  }

  .animDataTxt p {
    font-size: 17px;
  }

  .animNum {
    padding: 15px 0px;
  }

  .animNum h3 {
    font-size: 35px;
  }

  /* about_section */

  .about_section {
    padding: 30px 20px;
  }

  .about_dtls p {
    font-size: 18px;
  }

  .about_title h2 {
    font-size: 62px;
  }

  .about_conten {
    padding: 50px 30px;
  }

  /* .our_solution */

  .our_solution {
    padding: 0 20px;
  }

  .solution-title h2 {
    font-size: 30px;
  }

  .solution-title p {
    font-size: 20px;
  }

  .solution-title {
    padding-bottom: 10px;
  }

  .solution-title p {
    font-size: 22px;
  }

  .solution-dtls {
    margin-bottom: 8px;
  }

  .dtls p {
    font-size: 14px;
  }

  /* our_mission */

  .our_mission {
    padding: 30px 20px;
  }

  .cashier_dtls {
    left: 75px;
  }

  .mission_title h2 {
    font-size: 40px;
  }

  .mission_details p {
    font-size: 20px;
  }

  .cashier-img {
    width: 85px;
    padding-right: 11px;
  }

  .cashier_conten h5 {
    font-size: 18px;
  }

  .cashier_conten p {
    font-size: 15px;
  }

  .mission_details {
    padding: 17px 0px 40px;
  }

  /* visit-timing */

  .visit-sub-title h2 {
    font-size: 44px;
  }

  .visit-sub-title h4 {
    font-size: 30px;
  }

  .mobile-conten i {
    font-size: 25px;
  }

  .mobile-conten p {
    font-size: 15px;
  }

  .mobile-conten {
    margin: 0px 10px;
  }

  /* .youtube video */

  .youtube_video {
    padding: 0px 20px;
  }

  .video {
    height: 450px;
  }

  /* index page end */

  /* team page start */

  .team {
    padding: 50px 20px;
  }

  .team_details p {
    font-size: 17px;
  }

  .member_dtls_title h4 {
    font-size: 15px;
  }

  .member_dtls p {
    font-size: 12px;
  }

  .member_name p {
    font-size: 12px;
    bottom: 12px;
    left: 12px;
    padding: 8px 15px;
  }

  /* team page end */

  /* investor page start */

  .investor_section {
    padding: 50px 20px;
  }

  .invester_title {
    padding: 20px 0px;
  }

  .invester_title h4 {
    font-size: 53px;
  }

  .invester_title p {
    padding-top: 20px;
    font-size: 22px;
  }

  .invester_title p::after {
    width: 325px;
  }

  /* investor page end */

  /* news page start */

  .news_section {
    padding: 50px 20px;
  }

  .news-title a {
    font-size: 20px;
  }

  .news-dtls p {
    padding-top: 8px;
    font-size: 13px;
  }

  .news-sub-dtls p {
    line-height: 1.6;
    font-size: 12px;
  }

  .news-header {
    padding-bottom: 60px;
  }

  /* news page end */

  /* contact page start */

  .contact_map {
    padding: 50px 20px;
  }

  .contact_page {
    padding: 50px 20px;
  }

  .contact_title h2 {
    font-size: 45px;
  }

  .contact_icon i {
    font-size: 35px;
  }

  .contact-dtls-title h4 {
    font-size: 25px;
  }

  .contact-dtls-title p {
    font-size: 15px;
  }

  .contact-dtls-title a {
    font-size: 15px;
  }

  .map {
    width: 100%;
    height: 450px;
  }

  .ourSolsDiv {
    width: 210px;
}

.ourSolFig {
    width: 310px;
    height: 365px;
}

.ourSolNum {
    font-size: 30px;
    line-height: normal;
}

.ourSolHead {
    font-size: 15px;
    margin: 0;
}

.ourSolPara {
    font-size: 12px;
    height: 51px;
}

.ourSolsPosDiv1 {
    top: -63px;
    left: 68px;
}

.ourSolsPosDiv2 {
    top: 30px;
    right: -180px;
}

.ourSolsPosDiv3 {
    top: 170px;
    right: -213px;
}

.ourSolsPosDiv4 {
    right: -162px;
}

.ourSolsPosDiv5 {
    bottom: -75px;
    right: 16px;
}

.banParaIdea {
    width: 80%;
    margin: 0 auto;
    height: auto;
    text-align: center;
}

.bannerSmallDiv {
    padding: 15px 0px;
}

.banPara {
    height: auto;
}

.indexParallex {
    height: 320px;
}

.animimg {
    margin-bottom: 1px;
}

.animTopHead {
    font-size: 35px;
}

.animationDiv {
    height: 800px;
}

.about_title h2 {
    font-size: 33px;
}

.mission_title h2 {
    font-size: 33px;
}

.serviceOlDiv {
    margin: 12px 0 40px 0;
}

.servicesLi {
    font-size: 20px;
}

.serCarLastPara {
    font-size: 17px;
    margin-left: 40px;
    overflow: revert;
    text-overflow: initial;
    height: auto;
    -webkit-line-clamp: initial;
}

.mission_btn a {
    font-size: 17px;
    padding: 10px 20px;
}

.serviceOlDiv {
    margin: 12px 0 25px 0;
}

.our_solution {
    padding: 0 20px 0 20px;
}

.our_mission {
    padding: 10px 20px;
}

.visit-sub-title h4 {
    font-size: 27px;
    margin-bottom: 10px;
}

.valPrepPara {
    font-size: 20px;
}

.valPreNumSpan {
    width: 35px;
    height: 35px;
    font-size: 20px;
    margin-right: 5px;
}

.valPrepAppeText {
    font-size: 14px;
    height: 59px;
}

.valPrepTextsParentDiv {
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.banner {
    padding: 115px 30px 30px 30px;
}

.fracHeadLogo {
    max-width: 100%;
}

.threeEsgPrio{
   padding: 0 20px;
}

.esgPerRound {
    width: 80px;
    min-width: 80px;
    height: 80px;
}

.esgPerSpan {
    font-size: 30px;
}

.esgPerText {
    font-size: 14px;
}

.potentialText {
    font-size: 16px;
    margin: 0 0 15px 0;
}

.imgAssetFig {
    width: 385px;
    height: 340px;
    padding: 15px;
}
}

@media (max-width: 767px) {

  /* index page start */

  /* footer */

  .footer-title h2 {
    font-size: 39px;
  }

  .footer-section {
    padding: 60px 10px;
  }

  .footer-sub-section {
    padding: 60px 10px 0px;
  }

  .footer_logo {
    margin-bottom: 15px;
    width: 220px;
    margin: 0 auto;
  }

  .footer-btn a {
    padding: 16px 27px;
    font-size: 16px;
  }

  .sub-section {
    display: block;
  }

  .footer-sub-title {
    margin-bottom: 20px;
  }

  .footer_logo_title h4 {
    font-size: 20px;
    margin-top: 30px;
  }

  /* navbar */

  .navbar {
    padding: 20px 10px;
  }

  .responsiveSiteMenu {
    padding: 15px 10px;
  }

  .resLi {
    padding: 15px 0px;
    font-size: 17px;
  }

  .resLogoFig {
    width: 50%;
    height: 40px;
  }

  .rescontactbtn {
    width: 130px;
    height: 40px;
    font-size: 15px;
  }

  .resCancel {
    font-size: 22px;
  }

  /* banner */

  .banner {
    padding: 115px 10px 20px 10px;
}

  .banPara {
    font-size: 16px;
    line-height: 26px;
  }

  .bannerSmallDiv {
    padding: 15px 0px;
  }

  /* index parallex image */

  .indexParallex {
    height: 300px;
  }

  /* divider part */

  .divider {
    padding-top: 20px;
  }

  /* index animation */

  .animationDiv {
    padding: 0px 10px;
  }

  .animimg {
    margin-bottom: 10px;
  }

  .animTopHead {
    line-height: 55px;
    margin-bottom: 15px;
  }

  .animTopPara {
    font-size: 18px;
  }

  .animBtm {
    padding-top: 20px;
  }

  .animPoint {
    text-align: center;
  }

  .animIcon {
    margin: 0px auto;
  }

  .animGif {
    width: 70%;
    height: 100%;
  }

  .animData {
    text-align: center;
  }

  .blankDiv {
    margin: 0px auto;
    width: 40%;
    margin-top: 20px;
  }

  .animProfile {
    justify-content: center;
  }

  /* about_section */

  .right_section {
    border-right: none;
  }

  .about_section {
    padding: 20px 10px;
  }

  .about_conten {
    padding: 20px 0px;
  }

  .about_dtls {
    padding: 0px;
  }

  .about_dtls p {
    font-size: 18px;
  }

  .about_title h2 {
    font-size: 40px;
  }

  /* .our_solution */

  .solution-main-conten {
    padding: 0px;
  }

  .our_solution {
    padding: 0 10px;
  }

  .solution-title p {
    font-size: 24px;
  }

  .solution-title h2 {
    font-size: 40px;
  }

  .dtls p {
    font-size: 18px;
  }

  /* our_mission */

  .our_mission {
    padding: 20px 10px;
  }

  .mission_img_section {
    padding: 0px;
  }

  .mission_conten {
    padding: 0px;
    padding-bottom: 25px;
  }

  .mission_secTion {
    display: block;
  }

  .cashier_conten h5 {
    font-size: 25px;
  }

  .cashier_conten p {
    font-size: 20px;
  }

  .mission_title h2 {
    font-size: 50px;
  }

  .mission_details p {
    font-size: 23px;
  }

  /* visit-timing */

  .visit-timing {
    padding: 0 10px;
  }

  .visit-sub-title h2 {
    font-size: 31px;
  }

  .visit-sub-title h4 {
    font-size: 20px;
  }

  .visit-conten {
    display: block;
    align-items: center;
    justify-content: center;
  }

  .mobile-conten {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    padding: 15px;
  }

  .mobile-conten p {
    font-size: 19px;
  }

  .mobile-conten i {
    font-size: 28px;
  }

  /* .youtube video */

  .youtube_video {
    padding: 0px 10px;
  }

  .video {
    height: 399px;
  }

  /* index page end */

  /* team page start */

  .team {
    padding: 20px 10px;
  }

  .team_conten {
    padding: 0px 50px;
  }

  .team_details p {
    font-size: 14px;
  }

  .member_dtls_title h4 {
    font-size: 23px;
  }

  .member_dtls p {
    font-size: 15px;
  }

  .member_name p {
    font-size: 19px;
    bottom: 20px;
    left: 20px;
    padding: 10px 22px;
  }

  /* team page end */

  /* investor page start */

  .investor_section {
    padding: 20px 10px;
  }

  .invester_title p::after {
    bottom: -30px;
  }

  .invester_title {
    padding: 0px;
    padding-bottom: 50px;
  }

  /* investor page end */

  /* news page start */

  .news_title h2 {
    font-size: 35px;
  }

  .news-header {
    padding-bottom: 27px;
  }

  .news_section {
    padding: 20px 10px;
  }

  .news_section {
    padding: 50px 10px;
  }

  .new-dtls-responsibe {
    order: 2;
  }

  .news-sub-dtls p {
    font-size: 15px;
  }

  .news-dtls p {
    font-size: 17px;
  }

  .news-title a {
    font-size: 25px;
  }

  .news-conten {
    margin-bottom: 30px;
  }

  /* news page end */

  /* contact page start */

  .contact_page {
    padding: 20px 10px;
  }

  .contact_title h2 {
    font-size: 39px;
  }

  .contact_icon i {
    font-size: 44px;
  }

  .contact-dtls-title p {
    font-size: 22px;
  }

  .contact-dtls-title a {
    font-size: 22px;
  }

  .contact_map {
    padding: 20px 10px;
  }

  .map {
    width: 100%;
    height: 420px;
  }

  .animGif{
   display: none;
}

.ourSolFig {
    width: 220px;
    height: 260px;
}

.ourSolsDiv {
    width: 160px;
}

.ourSolsPosDiv1 {
    left: 33px;
}

.ourSolsPosDiv2 {
    top: 22px;
    right: -140px;
}

.ourSolsPosDiv3 {
    top: 116px;
    right: -165px;
}

.ourSolsPosDiv4 {
    right: -130px;
    bottom: -22px;
}

.ourSolsPosDiv6 {
    position: absolute;
    bottom: -8px;
    left: -115px;
}

.ourSolsPosDiv7 {
    position: absolute;
    top: 10px;
    left: -148px;
}

.about_title h2 {
    font-size: 30px;
}

.mission_title h2 {
    font-size: 30px;
}

.servicesLi {
    font-size: 18px;
}

.serCarLastPara {
    font-size: 16px;
}

.animationDiv {
    height: auto;
}

.animData {
    text-align: left;
}

.animData::after {
    margin-left: 0;
    margin-right: auto;
    margin-top: 25px;
}

.animDataTxt p {
    height: auto;
}

.animLeftData:last-child::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #464343;
    width: 60%;
    margin-right: auto;
    margin-top: 25px;
}

.indexParallex {
    height: 235px;
}

.threeEsgPrio {
    padding: 0 10px;
}

.operateFigMainDiv{
  display: block;
}

.operateFigsDiv {
    width: 100%;
}

.operatingFigs {
    width: 48%;
    height: 290px;
}

.operatingFigHead {
    font-size: 20px;
    top: 30px;
    height: 30px;
    -webkit-line-clamp: 1;
}

.potentialText {
    font-size: 14px;
}

.imgAssetFigColDiv{
  display: none;
}
}

@media (max-width: 575px) {
  /* index page start */

  /* footer */

  .footer-title h2 {
    font-size: 30px;
  }

  /* navbar */

  .navbar {
    padding: 15px 5px;
  }

  .toggle i {
    font-size: 20px;
  }

  /* banner */
  .banHead {
    font-size: 24px;
    margin: 10px 0px;
  }

  .bannerIcon {
    width: 40px;
    height: 40px;
  }

  /* index animation */

  .animationDiv {
    padding: 0px 10px;
  }

  .animTopHead {
    font-size: 30px;
    line-height: 45px;
  }

  .animGif {
    width: 100%;
  }

  /* about_section */

  .about_section {
    padding: 15px 5px;
  }

  .about_title h2 {
    font-size: 50px;
  }

  .about_dtls p {
    font-size: 17px;
  }

  /* .our_solution */

  .our_solution {
    padding: 0 5px;
  }

  .solution-title h2 {
    font-size: 35px;
  }

  .dtls p {
    font-size: 16px;
  }

  /* our_mission */

  .cashier_conten h5 {
    font-size: 20px;
  }

  .cashier_conten p {
    font-size: 15px;
  }

  .mission_details p {
    font-size: 20px;
  }

  .our_mission {
    padding: 15px 5px;
  }

  .solution-title p {
    font-size: 21px;
  }

  /* visit-timing */

  .visit-timing {
    padding: 0 5px;
  }

  .visit-sub-title h2 {
    font-size: 25px;
  }

  .mobile-conten p {
    font-size: 15px;
  }

  .mobile-conten i {
    font-size: 25px;
  }

  .visit-sub-title h4 {
    font-size: 20px;
  }

  /* .youtube video */

  .video {
    height: 290px;
  }

  /* index page end */

  /* team page start*/

  .team {
    padding: 20px 5px;
  }

  .team_title {
    padding: 0px 0px 30px;
  }

  #typewriter {
    font-size: 45px;
  }

  /* team page end*/

  /* investor page start */

  .investor_section {
    padding: 15px 5px;
  }

  /* investor page end */

  /* news page start */

  .news_section {
    padding: 15px 5px;
  }

  .news-title a {
    font-size: 21px;
  }

  .news-dtls p {
    font-size: 15px;
  }

  /* news page end */

  /* contact page start */

  .contact_map {
    padding: 20px 5px;
  }

  .contact_page {
    padding: 20px 5px;
  }

  .contact_title h2 {
    font-size: 32px;
  }

  .contact_dtls {
    padding: 20px;
  }

  .contact-dtls-title p {
    font-size: 15px;
  }

  .contact-dtls-title a {
    font-size: 15px;
  }

  .contact_icon i {
    font-size: 37px;
  }

  .contact_dtls {
    margin-top: 20px;
  }

  .map {
    width: 100%;
    height: 310px;
  }

  .navbarEsg {
    padding: 105px 50px 0 15px;
}

.bannerAnim {
    width: 100%;
}

.ourSolsPosDiv1 {
    position: static;
}

.ourSolsPosDiv2 {
    position: static;
}

.ourSolsPosDiv3 {
    position: static;
}

.ourSolsPosDiv4 {
    position: static;
}

.ourSolsPosDiv5 {
    position: static;
}

.ourSolsPosDiv6 {
    position: static;
}

.ourSolsPosDiv7 {
    position: static;
}

.ourSolFig{
    display: none;
}

.ourSolFigDiv {
    padding: 0;
}

.about_title h2 {
    font-size: 30px;
}

.our_solution {
    padding: 0;
}

.animBtm {
    padding-top: 0;
}

.animTopHead {
    line-height: normal;
    margin-bottom: 0;
}

.animNum h3 {
    font-size: 30px;
}

.ourSolResOl{
   display: block;
   padding: 0 16px;
   margin-left: 5px;
}

.ourSolResLi{
   font-size:17px;
   font-weight: 500;
   color: rgb(192, 0, 0);
}

.ourSolResLiInnerP{
   font-size: 15px;
   color: #000;
   padding-left: 12px;
}

.serCarLastPara {
    font-size: 15px;
    margin-left: 12px;
}

.servicesLi {
    font-size: 17px;
}

.esgTopMarMainDiv{
  display: block;
}

.esgTopMarDiv {
    width: 100%;
    margin-bottom: 20px;
}

.operatingFigHead {
    font-size: 16px;
}

.operatingFigText {
    top: 65px;
}

.operatingFigs {
    height: 250px;
}

.potentialText {
    font-size: 12px;
}
}

@media (max-width: 479px) {
  /* index page start */

  /* footer */

  .footer-section {
    padding: 35px 0px;
  }

  .footer-title h2 {
    font-size: 20px;
  }

  .footer-btn a {
    padding: 13px 21px;
    font-size: 13px;
  }

  .footer_logo {
    width: 182px;
  }

  .footer-sub-section {
    padding: 30px 5px 0px;
  }

  .footer-sub-title a {
    font-size: 14px;
  }

  .footer-sub-title h5 {
    color: #fff;
    font-size: 20px;
  }

  .footer_logo_title h4 {
    font-size: 15px;
    margin-top: 19px;
  }

  /* banner */

  .bannerAnim {
    width: 100%;
  }

  /* index parallex image */

  .indexParallex {
    height: 250px;
  }

  /* divider part */

  .middledivimg {
    width: 40px;
    height: 40px;
  }

  .middlediv {
    width: 30%;
  }

  .line {
    width: 35%;
  }

  /* index animation part */

  .animDataTxt p {
    font-size: 15px;
  }

  .animNum {
    padding: 10px 0px;
  }

  .animNum h3 {
    font-size: 30px;
  }

  /* about_section */

  .about_conten {
    padding: 15px 0px;
  }

  .about_title h2 {
    font-size: 36px;
  }

  .about_dtls p {
    font-size: 15px;
  }

  /* our_solution */

  .solution-title p {
    font-size: 16px;
  }

  .solution-title h2 {
    font-size: 25px;
  }

  .dtls p {
    font-size: 14px;
  }

  .colution-conten i {
    font-size: 20px;
  }

  /* visit-timing */

  .visit-sub-title h2 {
    font-size: 19px;
  }

  .mission_title h2 {
    font-size: 25px;
  }

  .mission_details p {
    font-size: 17px;
  }

  .cashier_dtls {
    left: 55px;
    padding: 10px;
    bottom: 45px;
  }

  .cashier_conten h5 {
    font-size: 15px;
  }

  .mission_btn a {
    font-size: 16px;
  }

  .visit-sub-title h4 {
    margin-bottom: 10px;
  }

  .cashier_conten p {
    font-size: 13px;
  }

  /* youtube video */

  .youtube_video {
    padding: 0px 5px;
  }

  .video {
    height: 220px;
  }

  /* index page end */

  /* team page start */

  #typewriter {
    font-size: 36px;
  }

  .team_conten {
    padding: 0px;
  }

  .member_dtls_title h4 {
    font-size: 19px;
  }

  .team_details p {
    font-size: 13px;
  }

  .member_name p {
    font-size: 15px;
    bottom: 15px;
    left: 15px;
    padding: 8px 15px;
  }

  .member_dtls p {
    font-size: 13px;
  }

  .team_member_card {
    padding: 20px 0px 20px;
  }

  /* team page end */

  /* investor page start */

  .invester_title h4 {
    font-size: 45px;
  }

  .invester_title p {
    padding-top: 20px;
    font-size: 16px;
  }

  .invester_title p::after {
    width: 238px;
  }

  /* investor page end */

  /* News page start */

  .news-dtls p {
    font-size: 13px;
  }

  .news-sub-dtls p {
    font-size: 13px;
  }

  .news-dtls p {
    font-size: 13px;
  }

  .news-title a {
    font-size: 19px;
  }

  /* News page end */

  /* contact page start */

  .contact_title h2 {
    font-size: 25px;
  }

  .contact_dtls {
    margin-top: 0px;
  }

  .map {
    width: 100%;
    height: 249px;
  }

  .contact-dtls-title h4 {
    font-size: 21px;
  }

  .contact_icon i {
    font-size: 31px;
  }

  .contact_dtls {
    padding: 10px;
  }

.fracHeadLogo {
    font-size: 24px;
    line-height: normal;
}

  .bannerbighead {
    font-size: 16px;
    line-height: 25px;
}

.animimg {
    width: 25px;
    height: 25px;
    margin-bottom: 0;
}

.animNum h3 {
    font-size: 28px;
}

.animNum {
    padding: 10px 0px 5px 0;
}

.animLeftData::after {
    margin-top: 15px;
}

.about_title h2 {
    font-size: 25px;
}

.about_conten {
    padding: 10px 0px;
}

.our_mission {
    padding: 0px 5px;
}

.valPrepPara {
    font-size: 16px;
    line-height: normal;
}

.mission_conten {
    padding-bottom: 10px;
}

.valAftMainDiv{
    display: block;
}

.valAftDivLeft {
    width: 100%;
}

.valAftDivRight {
    width: 100%;
}

.valAftDivMiddle {
    width: 100%;
    margin: 15px 0;
}

.valPrepAppeText {
    -webkit-line-clamp: initial;
    overflow: revert;
    text-overflow: initial;
    height: auto;
}

.mission_btn a {
    font-size: 14px;
    padding: 7px 15px;
}

.fracHeadLogo {
    font-size: 18px;
}

.banner {
    padding: 105px 10px 20px 10px;
}

.operatingFigHead {
    font-size: 12px;
    height: 37px;
    -webkit-line-clamp: 2;
}

.operatingFigText {
    font-size: 11px;
    top: 75px;
}

.operatingFigs {
    height: 230px;
}
}

@media (max-width: 420px) {
  /* index page start */
  .threeEsgPrio {
    padding: 0;
}

  /* banner */

  .bannerAnim {
    padding: 5px 0px;
  }

  .banHead {
    font-size: 20px;
    margin: 8px 0px;
  }

  .banPara {
    font-size: 14px;
    line-height: 24px;
  }

  /* index parallex image */

  .indexParallex {
    height: 200px;
  }

  /* index animation */
  .animTopHead {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .animTopPara {
    font-size: 15px;
  }

  /* index page end */
}