@font-face {
  font-family: "metropolis",sans-serif;
  src: url(../fonts/Metropolis-Thin.otf); }
.AboutMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 10px 0;
  background: linear-gradient(180deg, #292929 0%, rgba(38, 38, 38, 0) 20%); }

.stickyMenu {
  background: #1a4e70c4; }

.aboutSection {
  position: relative; }
  .aboutSection .overlay {
    background: linear-gradient(180deg, #292929 0%, rgba(38, 38, 38, 0) 40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .aboutSection .transText {
    position: absolute;
    right: 0;
    bottom: 17%;
    width: 35%;
    background: linear-gradient(99.23deg, #44a3cd 0%, #797e76 100%);
    padding: 20px; }
    .aboutSection .transText p {
      font-size: 30px;
      margin-bottom: 0;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 3px; }

.videoSection video {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  margin-bottom: -7px; }

.exprianceSection {
  background: url(../images/common-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 50px 0 0; }
  .exprianceSection .expriancemain {
    display: flex;
    flex-wrap: wrap; }
    .exprianceSection .expriancemain .text {
      width: 55%;
      background: linear-gradient(180deg, #1d4a52 0%, #294e42 100%);
      padding: 40px; }
      .exprianceSection .expriancemain .text p {
        font-size: 16px;
        color: #fff;
        margin-bottom: 0; }
    .exprianceSection .expriancemain .textLine {
      width: 44%;
      padding-top: 70px; }
      .exprianceSection .expriancemain .textLine .vertical-line-left {
        background: #3394e2;
        height: 2px;
        border-radius: 1px;
        margin-right: 0;
        text-align: left;
        width: 10px;
        margin-left: 50%; }
        .exprianceSection .expriancemain .textLine .vertical-line-left span {
          width: 30px;
          height: 30px;
          display: inline-block;
          border: 2px solid #6eb786;
          border-radius: 50%;
          margin: -14px -9px 8px -12px; }
      .exprianceSection .expriancemain .textLine [data-aos="lineExRight"].aos-animate {
        animation: exline2 4s forwards; }
@keyframes exline2 {
  0% {
    width: 10px; }
  100% {
    width: 100px; } }
  .exprianceSection .exprianceImg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -60px; }
    .exprianceSection .exprianceImg .eximgLine {
      width: 50%; }
      .exprianceSection .exprianceImg .eximgLine .vertical-line {
        background: #3394e2;
        height: 2px;
        border-radius: 1px;
        margin-left: auto;
        text-align: right;
        width: 10px;
        margin-right: 40%; }
        .exprianceSection .exprianceImg .eximgLine .vertical-line span {
          width: 30px;
          height: 30px;
          display: inline-block;
          border: 2px solid #6eb786;
          border-radius: 50%;
          margin: -14px -12px 8px 0px; }
      .exprianceSection .exprianceImg .eximgLine [data-aos="lineExleft"].aos-animate {
        animation: expriLine 4s forwards; }
@keyframes expriLine {
  0% {
    width: 10px; }
  100% {
    width: 100px; } }
    .exprianceSection .exprianceImg .img {
      width: 50%; }

.whyChooseAbhiyan {
  background: url(../images/common-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 70px 0 0; }
  .whyChooseAbhiyan .whyChooseAbhi {
    text-align: center; }
    .whyChooseAbhiyan .whyChooseAbhi h2 {
      font-size: 48px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 4px;
      margin: 60px 0;
      margin-bottom: 40px; }
      .whyChooseAbhiyan .whyChooseAbhi h2 span {
        background: linear-gradient(180deg, #2da1d6 0%, #79bb79 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  .whyChooseAbhiyan .choseBoxmain {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .whyChooseAbhiyan .choseBoxmain .box {
      width: 25%;
      text-align: center;
      margin-bottom: 50px;
      transform: scale(1);
      transition: all .2s ease-in-out; }
      .whyChooseAbhiyan .choseBoxmain .box p {
        padding: 10px 0;
        width: 80%;
        margin: 0 auto; }
      .whyChooseAbhiyan .choseBoxmain .box:hover {
        transform: scale(1.2); }
    .whyChooseAbhiyan .choseBoxmain .bgoption1 p {
      background: linear-gradient(90deg, #2da1d6 0%, #79bb79 100%);
      color: #000; }
    .whyChooseAbhiyan .choseBoxmain .bgoption2 p {
      background: linear-gradient(90deg, #1d4a52 0%, #294e43 100%);
      color: #fff; }
  .whyChooseAbhiyan .vertical-line-left {
    background: #fff;
    height: 2px;
    border-radius: 1px;
    margin-right: auto;
    text-align: left;
    width: 10px; }
    .whyChooseAbhiyan .vertical-line-left span {
      width: 30px;
      height: 30px;
      display: inline-block;
      border: 2px solid #fff;
      border-radius: 50%;
      margin: -14px 0 3px -12px; }
  .whyChooseAbhiyan [data-aos="lineExamplaboutAbhi"].aos-animate {
    animation: aboutabhiLine 4s forwards; }
  .whyChooseAbhiyan .ChoosebtmLine {
    margin: 50px 0 0; }
@keyframes aboutabhiLine {
  0% {
    width: 10px; }
  100% {
    width: 100px; } }
  .whyChooseAbhiyan .vertical-line {
    background: #fff;
    height: 2px;
    border-radius: 1px;
    margin-left: auto;
    text-align: right;
    width: 10px; }
    .whyChooseAbhiyan .vertical-line span {
      width: 30px;
      height: 30px;
      display: inline-block;
      border: 2px solid #fff;
      border-radius: 50%;
      margin: -14px -12px 8px 0px; }
  .whyChooseAbhiyan [data-aos="lineaboutabhi1"].aos-animate {
    animation: lineaboutabhi 4s forwards; }
@keyframes lineaboutabhi {
  0% {
    width: 10px; }
  100% {
    width: 100px; } }
  .whyChooseAbhiyan figure {
    width: 20%;
    margin-left: auto;
    margin-top: -100px; }

.qualitySection {
  background: url(../images/common-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 150px 0 0; }
  .qualitySection .aulityMain {
    display: flex;
    flex-wrap: wrap; }
    .qualitySection .aulityMain .text {
      width: 40%;
      padding-top: 150px; }
      .qualitySection .aulityMain .text h3 {
        color: #fff;
        font-size: 60px;
        width: 50%;
        margin-left: auto;
        text-align: right;
        padding-right: 60px;
        text-transform: uppercase; }
      .qualitySection .aulityMain .text p {
        color: #fff;
        font-size: 18px;
        width: 70%;
        margin-left: auto;
        text-align: right;
        padding-right: 60px; }
      .qualitySection .aulityMain .text figure {
        margin-right: -110px;
        padding-top: 10px; }
    .qualitySection .aulityMain .img {
      width: 60%;
      position: relative; }
      .qualitySection .aulityMain .img .one {
        width: 40%;
        position: relative; }
        .qualitySection .aulityMain .img .one .vertical-line {
          background: #fff;
          height: 2px;
          border-radius: 1px;
          width: 2px;
          margin: 30px auto 0;
          position: absolute;
          top: -80px;
          left: 50%; }
          .qualitySection .aulityMain .img .one .vertical-line span {
            width: 30px;
            height: 30px;
            display: inline-block;
            border: 2px solid #fff;
            border-radius: 50%;
            margin: -14px 0px 0px -14px; }
        .qualitySection .aulityMain .img .one [data-aos="aboutQuality"].aos-animate {
          animation: qualityLineline 4s forwards; }
@keyframes qualityLineline {
  0% {
    height: 10px; }
  100% {
    height: 70px; } }
      .qualitySection .aulityMain .img .tow {
        position: absolute;
        top: 30%;
        left: 35%; }
      .qualitySection .aulityMain .img .three {
        position: absolute;
        left: 60%;
        top: 15%; }

.innovationSection {
  background: url(../images/common-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 100px 0 50px; }
  .innovationSection .innovationBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .innovationSection .innovationBox .innovationLeft {
      width: 60%; }
    .innovationSection .innovationBox .innovationRight {
      width: 40%;
      padding: 100px 50px 0; }
      .innovationSection .innovationBox .innovationRight h3 {
        font-size: 60px;
        text-transform: uppercase;
        color: #fff;
        margin-top: 90px; }
      .innovationSection .innovationBox .innovationRight p {
        font-size: 18px;
        width: 80%;
        color: #fff; }
      .innovationSection .innovationBox .innovationRight figure {
        margin-left: auto;
        width: 20%; }
        .innovationSection .innovationBox .innovationRight figure img {
          margin-bottom: 0px; }
      .innovationSection .innovationBox .innovationRight .vertical-line-left {
        background: #fff;
        height: 2px;
        border-radius: 1px;
        margin-right: auto;
        text-align: left;
        width: 10px;
        margin-left: -40px; }
        .innovationSection .innovationBox .innovationRight .vertical-line-left span {
          width: 30px;
          height: 30px;
          display: inline-block;
          border: 2px solid #fff;
          border-radius: 50%;
          margin: -14px 0px 0px -12px; }
      .innovationSection .innovationBox .innovationRight [data-aos="lineinnovation"].aos-animate {
        animation: lineinnovatio 4s forwards; }
@keyframes lineinnovatio {
  0% {
    width: 10px; }
  100% {
    width: 140px; } }
.customerSatisfaction {
  background: url(../images/common-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 100px 0 0; }
  .customerSatisfaction .cusomerrow {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
    .customerSatisfaction .cusomerrow .satisfactionleft {
      width: 45%;
      text-align: right; }
      .customerSatisfaction .cusomerrow .satisfactionleft h3 {
        font-size: 60px;
        padding-right: 50px;
        color: #fff;
        text-transform: uppercase; }
      .customerSatisfaction .cusomerrow .satisfactionleft p {
        color: #fff;
        font-size: 18px;
        padding-right: 50px;
        width: 70%;
        margin-left: auto;
        margin-bottom: 100px; }
      .customerSatisfaction .cusomerrow .satisfactionleft .line {
        margin-left: auto;
        width: 15%;
        position: relative;
        z-index: 9; }
        .customerSatisfaction .cusomerrow .satisfactionleft .line .vertical-line-left {
          background: #fff;
          height: 2px;
          border-radius: 1px;
          text-align: left;
          width: 10px; }
          .customerSatisfaction .cusomerrow .satisfactionleft .line .vertical-line-left span {
            width: 30px;
            height: 30px;
            display: inline-block;
            border: 2px solid #fff;
            border-radius: 50%;
            margin: -14px -9px 8px -12px; }
      .customerSatisfaction .cusomerrow .satisfactionleft [data-aos="linecustomer"].aos-animate {
        animation: linecustomers 4s forwards; }
@keyframes linecustomers {
  0% {
    width: 10px; }
  100% {
    width: 200px; } }
    .customerSatisfaction .cusomerrow .satisfactionright {
      width: 55%; }

.sustainabilty {
  background: url(../images/common-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 70px 0 0;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap; }
  .sustainabilty .susImg {
    width: 55%; }
  .sustainabilty .susText {
    width: 45%; }
    .sustainabilty .susText h3 {
      font-size: 60px;
      padding-left: 30px;
      color: #fff;
      text-transform: uppercase; }
    .sustainabilty .susText p {
      font-size: 18px;
      padding-left: 30px;
      width: 80%;
      color: #fff; }
    .sustainabilty .susText .line {
      position: relative;
      margin: 70px 0 100px; }
      .sustainabilty .susText .line .vertical-line {
        background: #fff;
        height: 2px;
        border-radius: 1px;
        margin: 30px auto;
        text-align: right;
        position: absolute;
        top: 0;
        right: 85%; }
        .sustainabilty .susText .line .vertical-line span {
          width: 30px;
          height: 30px;
          display: inline-block;
          border: 2px solid #fff;
          border-radius: 50%;
          margin: -14px -12px 2px 0; }
      .sustainabilty .susText .line [data-aos="linesustanable"].aos-animate {
        animation: linesustanabl 4s forwards; }
@keyframes linesustanabl {
  0% {
    width: 1%; }
  100% {
    width: 30%; } }
    .sustainabilty .susText figure {
      margin-top: 160px; }

.intergrity {
  background: url(../images/common-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 50px 0 0;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap; }
  .intergrity .intext {
    width: 45%;
    text-align: right;
    padding-right: 50px; }
    .intergrity .intext h3 {
      font-size: 60px;
      color: #fff;
      text-transform: uppercase; }
    .intergrity .intext p {
      color: #fff;
      font-size: 18px;
      width: 70%;
      margin-left: auto; }
    .intergrity .intext figure {
      width: 60%;
      margin: 0 auto 20px 50px; }
    .intergrity .intext .line {
      transform: rotate(180deg);
      position: relative;
      height: 350px; }
      .intergrity .intext .line .vertical-line {
        background: #fff;
        height: 2px;
        border-radius: 1px;
        width: 2px;
        margin: 30px auto 0;
        position: absolute;
        top: 0;
        left: 0; }
        .intergrity .intext .line .vertical-line span {
          width: 30px;
          height: 30px;
          display: inline-block;
          border: 2px solid #fff;
          border-radius: 50%;
          margin: -14px 0px 0px -13px; }
      .intergrity .intext .line [data-aos="aboutintext"].aos-animate {
        animation: aboutintextLine 4s forwards; }
@keyframes aboutintextLine {
  0% {
    height: 10px; }
  100% {
    height: 310px; } }
  .intergrity .inimg {
    width: 55%; }
    .intergrity .inimg figure {
      width: 65%; }

.missionSection {
  background: url(../images/common-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 70px 0 0;
  overflow: hidden; }
  .missionSection .triangle {
    position: relative; }
    .missionSection .triangle .triangleBox {
      background: linear-gradient(180deg, #1F4646 0%, #224847 100%);
      width: 750px;
      height: 750px;
      border-radius: 50%;
      position: absolute;
      left: -82px;
      bottom: -220px; }
    .missionSection .triangle figure {
      position: relative;
      width: 50%; }
      .missionSection .triangle figure img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
    .missionSection .triangle .misstionBox {
      display: flex;
      flex-wrap: wrap;
      width: 40%; }
      .missionSection .triangle .misstionBox .line {
        width: 40%;
        padding-top: 60px; }
        .missionSection .triangle .misstionBox .line .vertical-line-left {
          background: #fff;
          height: 2px;
          border-radius: 1px;
          text-align: left;
          width: 10px; }
          .missionSection .triangle .misstionBox .line .vertical-line-left span {
            width: 30px;
            height: 30px;
            display: inline-block;
            border: 2px solid #fff;
            border-radius: 50%;
            margin: -14px 0px 1px -12px; }
      .missionSection .triangle .misstionBox .text {
        width: 60%; }
        .missionSection .triangle .misstionBox .text h4 {
          font-size: 36px;
          color: #fff;
          text-transform: uppercase; }
        .missionSection .triangle .misstionBox .text p {
          font-size: 14px;
          color: #fff; }
      .missionSection .triangle .misstionBox [data-aos="lineMisstion"].aos-animate {
        animation: lineMisstion1 4s forwards; }
@keyframes lineMisstion1 {
  0% {
    width: 10px; }
  100% {
    width: 217px; } }
    .missionSection .triangle .box-1 {
      position: absolute;
      top: 15%;
      left: 30%; }
    .missionSection .triangle .box-2 {
      position: absolute;
      top: 40%;
      left: 40%; }
    .missionSection .triangle .box-3 {
      position: absolute;
      top: 68%;
      left: 45%; }

.directorSection {
  background: url(../images/common-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 100px 0 0;
  position: relative; }
  .directorSection .title {
    text-align: center;
    margin-bottom: 60px; }
  .directorSection .line .vertical-line-left {
    background: #fff;
    height: 2px;
    border-radius: 1px;
    text-align: left;
    width: 10px; }
    .directorSection .line .vertical-line-left span {
      width: 30px;
      height: 30px;
      display: inline-block;
      border: 2px solid #fff;
      border-radius: 50%;
      margin: -14px 0px 1px -12px; }
  .directorSection .line [data-aos="directorLine"].aos-animate {
    animation: directorline 4s forwards; }
@keyframes directorline {
  0% {
    width: 10px; }
  100% {
    width: 100px; } }
  .directorSection .directorrow {
    align-items: flex-end; }
    .directorSection .directorrow .direactorMain {
      padding: 10px 0;
      text-align: center;
      position: relative;
      z-index: 9; }
      .directorSection .directorrow .direactorMain figure {
        max-width: 250px;
        overflow: hidden;
        margin: 0 auto -2px; }
      .directorSection .directorrow .direactorMain h5 {
        font-size: 18px;
        margin-top: 20px;
        color: #fff;
        text-transform: uppercase; }
      .directorSection .directorrow .direactorMain p {
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0; }
  .directorSection .director-bg {
    background: linear-gradient(180deg, #204A4F 0%, #2D4F3E 100%);
    height: 157px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30%; }
  .directorSection .director-bg1 {
    background: linear-gradient(180deg, #204A4F 0%, #2D4F3E 100%);
    height: 157px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30%;
    display: none; }
  .directorSection .bottom-line {
    padding: 50px 0 70px; }
    .directorSection .bottom-line .vertical-line {
      background: #fff;
      height: 2px;
      border-radius: 1px;
      margin-left: auto;
      text-align: right;
      width: 10px; }
      .directorSection .bottom-line .vertical-line span {
        width: 30px;
        height: 30px;
        display: inline-block;
        border: 2px solid #fff;
        border-radius: 50%;
        margin: -14px 0px 8px -6px; }
    .directorSection .bottom-line [data-aos="linedirectorbtm"].aos-animate {
      animation: linedirector 4s forwards; }
@keyframes linedirector {
  0% {
    width: 10px; }
  100% {
    width: 100px; } }
.directorMore {
  background: url(../images/common-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 100px 0 0; }
  .directorMore .vertical-line-left {
    background: #fff;
    height: 2px;
    border-radius: 1px;
    text-align: left;
    width: 10px; }
    .directorMore .vertical-line-left span {
      width: 20px;
      height: 20px;
      display: inline-block;
      border: 1px solid #fff;
      border-radius: 50%;
      margin: -8px -9px 8px -8px; }
  .directorMore [data-aos="directorLine"].aos-animate {
    animation: directorline 4s forwards; }
@keyframes directorline {
  0% {
    width: 10px; }
  100% {
    width: 100px; } }
  .directorMore .bottom-line {
    padding: 50px 0 100px; }
    .directorMore .bottom-line .vertical-line {
      background: #fff;
      height: 2px;
      border-radius: 1px;
      margin-left: auto;
      text-align: right;
      width: 10px; }
      .directorMore .bottom-line .vertical-line span {
        width: 20px;
        height: 20px;
        display: inline-block;
        border: 1px solid #fff;
        border-radius: 50%;
        margin: -8px -9px 8px 0px; }
    .directorMore .bottom-line [data-aos="linedirectorbtm"].aos-animate {
      animation: linedirector 4s forwards; }
@keyframes linedirector {
  0% {
    width: 10px; }
  100% {
    width: 100px; } }
  .directorMore .backBnt {
    margin-top: 20px;
    background: unset;
    border: unset; }
    .directorMore .backBnt svg {
      width: 30px; }
  .directorMore .directInfo .top h5 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 0; }
  .directorMore .directInfo .top p {
    font-size: 24px;
    color: #fff; }
  .directorMore .directInfo .mid {
    margin: 80px 0 40px;
    width: 80%; }
    .directorMore .directInfo .mid p {
      font-size: 18px;
      color: #fff; }
  .directorMore .directInfo .line {
    margin-bottom: 50px; }
  .directorMore .directimg {
    width: 70%;
    margin: 0 auto; }
    .directorMore .directimg figure {
      position: relative; }
      .directorMore .directimg figure .bgtheme {
        background: linear-gradient(180deg, #1C4956 0%, #2E503C 100%);
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        border-radius: 294px 294px 0 0; }
      .directorMore .directimg figure img {
        position: relative; }
  .directorMore .directinforight .line {
    margin-bottom: 70px; }
  .directorMore .directinforight .mid {
    margin: 80px 140px 80px auto; }
  .directorMore .directinforight .bottom-line {
    margin-right: 140px; }

.aboutSucess {
  padding: 50px 0; }
  .aboutSucess .subtitle {
    font-size: 47px; }
    .aboutSucess .subtitle span {
      background: linear-gradient(180deg, #2da1d6 0%, #79bb79 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .aboutSucess .vertical-line {
    background: #fff;
    height: 2px;
    border-radius: 1px;
    margin-left: auto;
    text-align: right;
    width: 10px; }
    .aboutSucess .vertical-line span {
      width: 30px;
      height: 30px;
      display: inline-block;
      border: 2px solid #fff;
      border-radius: 50%;
      margin: -14px -10px 8px 0px; }
  .aboutSucess [data-aos="lineaboutabhi3"].aos-animate {
    animation: lineaboutabhis 4s forwards; }
@keyframes lineaboutabhis {
  0% {
    width: 10px; }
  100% {
    width: 100px; } }
.abouttrust .vertical-line {
  background: #fff;
  height: 2px;
  border-radius: 1px;
  margin-left: auto;
  text-align: right;
  width: 10px; }
  .abouttrust .vertical-line span {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: -14px -10px 8px 0px; }
.abouttrust [data-aos="lineaboutabhi3"].aos-animate {
  animation: lineatrust 4s forwards; }
@keyframes lineatrust {
  0% {
    width: 10px; }
  100% {
    width: 100px; } }
.abouttrust {
  padding-bottom: 50px; }
  .abouttrust .title h3 {
    font-size: 60px; }
  .abouttrust .title p {
    font-size: 24px;
    color: #fff;
    font-style: italic; }
  .abouttrust .trustPart {
    display: flex;
    justify-content: center; }
    .abouttrust .trustPart figure {
      margin-bottom: 50px;
      padding: 0 20px; }
  .abouttrust .sucsess-line {
    bottom: 14%; }

@media (min-width: 1920px) and (max-width: 2560px) {
  .qualitySection .aulityMain .img .tow {
    top: 46%;
    left: 45%;
    width: 30%; }
  .qualitySection .aulityMain .img .three {
    left: 64%;
    top: 23%;
    width: 35%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .aboutSection {
    overflow-x: hidden; }
    .aboutSection .transText {
      width: 80%; }

  .videoSection {
    overflow-x: hidden; }

  .exprianceSection {
    padding: 100px 0 0;
    overflow-x: hidden; }
    .exprianceSection .expriancemain .text {
      padding: 50px; }

  .whyChooseAbhiyan {
    padding: 100px 0 0;
    overflow-x: hidden; }
    .whyChooseAbhiyan .whyChooseAbhi h2 {
      font-size: 32px; }
    .whyChooseAbhiyan .choseBoxmain .box {
      width: 33.33%; }

  .qualitySection {
    overflow-x: hidden;
    padding: 100px 0 0; }
    .qualitySection .aulityMain .text {
      padding-top: 0; }
      .qualitySection .aulityMain .text h3 {
        font-size: 30px;
        width: 100%; }
      .qualitySection .aulityMain .text p {
        font-size: 18px;
        width: 100%; }

  .innovationSection {
    overflow-x: hidden; }
    .innovationSection .innovationBox .innovationRight figure {
      width: 50%; }
    .innovationSection .innovationBox .innovationRight h3 {
      font-size: 30px;
      margin-top: 40px; }
    .innovationSection .innovationBox .innovationRight p {
      font-size: 15px;
      width: 100%; }

  .customerSatisfaction {
    overflow-x: hidden; }
    .customerSatisfaction .cusomerrow .satisfactionleft h3 {
      font-size: 30px; }
    .customerSatisfaction .cusomerrow .satisfactionleft p {
      width: 95%;
      font-size: 15px; }

  .sustainabilty {
    padding: 100px 0 0;
    overflow-x: hidden; }
    .sustainabilty .susText h3 {
      font-size: 30px; }
    .sustainabilty .susText p {
      font-size: 15px;
      padding-left: 30px;
      width: 90%; }
    .sustainabilty .susText figure {
      margin-top: 100px; }

  .intergrity {
    overflow-x: hidden;
    padding: 100px 0 0; }
    .intergrity .intext h3 {
      font-size: 25px; }
    .intergrity .intext p {
      font-size: 15px;
      width: 100%; }
    .intergrity .intext .line {
      height: 230px; }
  @keyframes aboutintextLine {
    0% {
      height: 10px; }
    100% {
      height: 200px; } }
    .intergrity .intext figure {
      width: 100%;
      margin: 0; }
    .intergrity .inimg figure {
      width: 100%; }

  .missionSection .triangle .triangleBox {
    width: 700px;
    height: 700px; }
  .missionSection .triangle .misstionBox {
    width: 100%; }
    .missionSection .triangle .misstionBox .text h4 {
      font-size: 22px; }
    .missionSection .triangle .misstionBox .line {
      width: 10%;
      padding-top: 43px; }
  @keyframes lineMisstion1 {
    0% {
      width: 10px; }
    100% {
      width: 70px; } }
  .missionSection .triangle .box-1 {
    top: 0%;
    left: 26%; }
  .missionSection .triangle .box-2 {
    top: 28%;
    left: 34%; }
  .missionSection .triangle .box-3 {
    left: 34%; }

  .directorSection {
    overflow-x: hidden; }
    .directorSection .title {
      margin-bottom: 40px; }
    .directorSection .line {
      margin-bottom: 30px; }

  .directorMore {
    overflow-x: hidden; }
    .directorMore .directInfo .top h5 {
      font-size: 22px; }
    .directorMore .directInfo .top p {
      font-size: 20px; }
    .directorMore .directInfo .mid {
      margin: 50px 0 40px;
      width: 100%; }

  .aboutSucess .subtitle {
    font-size: 22px; }
  .aboutSucess .storyMain .story-box p {
    font-size: 20px; }
    .aboutSucess .storyMain .story-box p span {
      font-size: 30px; }

  .abouttrust .title h3 {
    font-size: 22px; }
  .abouttrust .title p {
    font-size: 20px; }
  .abouttrust .trustPart {
    flex-wrap: wrap; }
    .abouttrust .trustPart figure {
      width: 20%; }
  .abouttrust .sucsess-line {
    position: unset !important;
    padding-left: 50px; } }
@media (max-width: 767px) {
  .aboutSection {
    overflow-x: hidden; }
    .aboutSection .figure img {
      height: 700px; }
    .aboutSection .transText {
      width: 80%;
      bottom: 10%; }
      .aboutSection .transText p {
        font-size: 15px; }

  .videoSection {
    overflow-x: hidden;
    background: #0f303f;
    padding: 150px 15px; }

  .exprianceSection {
    overflow-x: hidden;
    padding: 50px 0 30px; }
    .exprianceSection .expriancemain {
      padding: 0 20px;
      flex-wrap: wrap-reverse; }
      .exprianceSection .expriancemain .text {
        width: 100%;
        padding: 15px;
        margin: 0 10px; }
        .exprianceSection .expriancemain .text p {
          font-size: 12px; }
      .exprianceSection .expriancemain .textLine {
        padding-top: 0;
        padding-bottom: 50px; }
        .exprianceSection .expriancemain .textLine .vertical-line-left {
          margin-left: 20px; }
    .exprianceSection .exprianceImg {
      margin-top: 0px;
      flex-wrap: wrap-reverse; }
      .exprianceSection .exprianceImg .eximgLine {
        padding: 30px 0;
        width: 90%; }
        .exprianceSection .exprianceImg .eximgLine .vertical-line {
          margin-right: 0; }
      .exprianceSection .exprianceImg .img {
        width: 100%;
        margin-top: 0;
        padding: 0 20px; }

  .whyChooseAbhiyan {
    overflow-x: hidden;
    padding: 40px 0 0; }
    .whyChooseAbhiyan .choseLine {
      display: none; }
    .whyChooseAbhiyan .ChoosebtmLine {
      display: none; }
    .whyChooseAbhiyan .mobile-line-31 {
      margin-top: 30px; }
    .whyChooseAbhiyan .whyChooseAbhi h2 {
      font-size: 22px;
      margin: 30px 0 0; }
      .whyChooseAbhiyan .whyChooseAbhi h2 span {
        display: block; }
    .whyChooseAbhiyan .choseBoxmain {
      margin-top: 20px; }
      .whyChooseAbhiyan .choseBoxmain .box {
        width: 50%;
        margin-bottom: 15px;
        padding: 0 5px;
        margin-top: 15px; }
        .whyChooseAbhiyan .choseBoxmain .box p {
          font-size: 12px;
          width: 100%; }
    .whyChooseAbhiyan figure {
      width: 40%;
      margin-top: 0px; }

  .qualitySection {
    overflow-x: hidden;
    padding: 70px 0; }
    .qualitySection .aulityMain .text {
      width: 100%;
      padding: 0 20px; }
      .qualitySection .aulityMain .text h3 {
        font-size: 22px;
        width: 100%;
        margin-left: 15px;
        text-align: left;
        padding-right: 0; }
      .qualitySection .aulityMain .text p {
        font-size: 15px;
        width: 100%;
        margin-left: 15px;
        text-align: left;
        padding-right: 15px; }
    .qualitySection .aulityMain .img {
      width: 100%;
      padding: 0 20px;
      margin-top: 80px; }
      .qualitySection .aulityMain .img .tow {
        width: 30%; }
      .qualitySection .aulityMain .img .three {
        top: 0;
        width: 30%; }
    .qualitySection .aulityMain .text figure {
      margin-right: 0;
      padding-top: 10px;
      width: 40%;
      margin-left: auto;
      margin-bottom: -60px; }

  .innovationSection {
    overflow-x: hidden;
    padding: 50px 0 50px; }
    .innovationSection .innovationBox {
      flex-wrap: wrap-reverse; }
      .innovationSection .innovationBox .innovationLeft {
        width: 100%;
        padding: 0 20px;
        margin-top: 50px; }
      .innovationSection .innovationBox .innovationRight {
        width: 100%;
        padding: 0 20px; }
        .innovationSection .innovationBox .innovationRight figure {
          margin-left: 50px;
          width: 20%; }
        .innovationSection .innovationBox .innovationRight h3 {
          font-size: 22px;
          margin-top: 10px; }
        .innovationSection .innovationBox .innovationRight p {
          width: 100%;
          font-size: 15px; }
        .innovationSection .innovationBox .innovationRight .vertical-line-left span {
          width: 20px;
          height: 20px;
          margin: -14px 0px 6px -10px; }

  .customerSatisfaction {
    overflow-x: hidden;
    padding: 60px 0 0; }
    .customerSatisfaction .cusomerrow .satisfactionleft {
      width: 100%;
      text-align: left;
      padding: 0 20px; }
      .customerSatisfaction .cusomerrow .satisfactionleft h3 {
        font-size: 22px; }
      .customerSatisfaction .cusomerrow .satisfactionleft p {
        width: 100%;
        margin-bottom: 40px;
        font-size: 15px; }
      .customerSatisfaction .cusomerrow .satisfactionleft .line {
        margin-left: 10px;
        margin-bottom: 40px; }
    .customerSatisfaction .cusomerrow .satisfactionright {
      width: 100%;
      margin-top: 30px;
      padding: 0 20px; }

  .sustainabilty {
    overflow-x: hidden;
    padding: 70px 0 0;
    flex-wrap: wrap-reverse; }
    .sustainabilty .susImg {
      width: 100%;
      padding: 0 20px; }
    .sustainabilty .susText {
      width: 100%;
      padding: 0 20px; }
      .sustainabilty .susText h3 {
        font-size: 30px;
        padding-left: 0; }
      .sustainabilty .susText p {
        padding-left: 0;
        width: 95%; }
      .sustainabilty .susText .line {
        display: none; }
      .sustainabilty .susText figure {
        margin-top: 30px;
        margin-bottom: 20px;
        width: 60%; }

  .intergrity {
    overflow-x: hidden;
    padding: 70px 20px 0; }
    .intergrity .intext {
      width: 100%;
      text-align: left;
      padding-right: 0; }
      .intergrity .intext h3 {
        font-size: 30px; }
      .intergrity .intext p {
        width: 100%;
        margin-left: 0; }
      .intergrity .intext .line {
        display: none; }
      .intergrity .intext figure {
        width: 60%;
        margin: 0; }
    .intergrity .inimg {
      width: 100%;
      margin-top: 20px; }
      .intergrity .inimg figure {
        width: 100%; }

  .missionSection {
    overflow-x: hidden;
    padding: 0; }
    .missionSection .triangle .triangleBox {
      width: 310px;
      height: 310px;
      left: 20px;
      bottom: unset;
      top: 70px; }
    .missionSection .triangle .trrow figure {
      width: 100%; }
    .missionSection .triangle .trrow .textcol {
      padding: 30px 20px;
      background: #1B342E;
      position: relative; }
      .missionSection .triangle .trrow .textcol .misstionBox {
        width: 100%;
        position: unset; }
        .missionSection .triangle .trrow .textcol .misstionBox .line {
          width: 20%;
          padding-top: 34px; }
          .missionSection .triangle .trrow .textcol .misstionBox .line .vertical-line-left span {
            width: 20px;
            height: 20px;
            margin: -14px 0px 6px -12px; }
  @keyframes lineMisstion1 {
    0% {
      width: 10px; }
    100% {
      width: 50px; } }
        .missionSection .triangle .trrow .textcol .misstionBox .text {
          width: 80%; }
          .missionSection .triangle .trrow .textcol .misstionBox .text h4 {
            font-size: 15px; }
          .missionSection .triangle .trrow .textcol .misstionBox .text p {
            font-size: 10px; }

  .directorSection {
    overflow-x: hidden;
    padding: 50px 0; }
    .directorSection .horizonatal-line-left {
      margin-left: -10px; }
    .directorSection .horizonatal-line-right {
      margin-right: -10px; }
    .directorSection .title {
      margin: 30px 0; }
    .directorSection .line {
      display: none; }
    .directorSection .directorrow .direactorMain figure {
      max-width: 100%; }
    .directorSection .directorrow .direactorMain h5 {
      font-size: 11px;
      margin-top: 10px; }
    .directorSection .directorrow .direactorMain p {
      font-size: 10px; }
    .directorSection .director-bg {
      left: 0;
      bottom: 52%;
      height: 80px; }
    .directorSection .director-bg1 {
      display: block;
      height: 80px;
      bottom: 15.8%; }
    .directorSection .bottom-line {
      display: none; }

  .directorMore {
    overflow-x: hidden;
    padding: 100px 0; }
    .directorMore .directimg {
      margin-bottom: 30px;
      width: 100%; }
    .directorMore .bottom-line {
      display: none; }
    .directorMore .directInfo {
      padding: 0 15px; }
      .directorMore .directInfo .top h5 {
        font-size: 15px; }
      .directorMore .directInfo .top p {
        font-size: 18px; }
      .directorMore .directInfo .mid {
        margin: 30px 0 40px;
        width: 100%;
        text-align: left; }
    .directorMore .directinforight .line {
      display: none; }

  .aboutSucess {
    overflow-x: hidden;
    padding: 50px 0 100px; }
    .aboutSucess .choseLine {
      padding-right: 20px; }
      .aboutSucess .choseLine .vertical-line span {
        width: 20px;
        height: 20px;
        margin: -14px -10px 6px 0px; }
  @keyframes lineaboutabhis {
    0% {
      width: 10px; }
    100% {
      width: 50px; } }
    .aboutSucess .horizonatal-line-left {
      margin-left: -20px; }
    .aboutSucess .title {
      margin-top: 30px; }
    .aboutSucess .subtitle {
      font-size: 22px; }
    .aboutSucess .storyMain {
      padding: 0 10px; }
      .aboutSucess .storyMain .story-box p {
        font-size: 11px; }
        .aboutSucess .storyMain .story-box p span {
          font-size: 22px; }
      .aboutSucess .storyMain .sucsess-line {
        position: absolute !important;
        bottom: -8% !important;
        left: -120px !important; }

  .abouttrust {
    overflow-x: hidden;
    padding: 50px 0; }
    .abouttrust .choseLine {
      display: none; }
    .abouttrust .sucsess-line {
      display: none; }
    .abouttrust .title {
      margin-bottom: 40px;
      margin-top: 0; }
      .abouttrust .title h3 {
        font-size: 20px; }
      .abouttrust .title p {
        font-size: 20px; }
    .abouttrust .trustPart {
      flex-wrap: wrap; }
      .abouttrust .trustPart figure {
        width: 50%; }

  .mobileEffect {
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px; }
    .mobileEffect .bgtheme {
      background: linear-gradient(180deg, #1C4956 0%, #2E503C 100%);
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      border-radius: 294px 294px 0 0;
      z-index: -1; } }

/*# sourceMappingURL=about.css.map */
