.bodyClass {
  overflow: hidden;
  height: 100vh; }

.overXhidden {
  overflow-x: hidden; }

#index_page {
  overflow: hidden; }
  #index_page .winH {
    width: 100vw;
    height: 100vh; }
    @media screen and (max-width: 1199px) {
      #index_page .winH {
        display: none; } }
  #index_page .banner {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    overflow: hidden; }
    @media (max-width: 1199px) {
      #index_page .banner {
        position: relative; } }
    #index_page .banner.bannerAnim {
      position: relative; }
    #index_page .banner.InSession .imgBox,
    #index_page .banner.InSession .healthCare,
    #index_page .banner.InSession .people,
    #index_page .banner.InSession .striveText,
    #index_page .banner.InSession .svgImg1,
    #index_page .banner.InSession .svgImg2 {
      visibility: visible; }
    #index_page .banner .bannerDesktop {
      background: #292d28;
      height: 100vh;
      overflow: hidden; }
      @media (max-width: 1199px) {
        #index_page .banner .bannerDesktop {
          display: none; } }
      #index_page .banner .bannerDesktop .bannerMainbox {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100vh; }
        #index_page .banner .bannerDesktop .bannerMainbox .bgImg {
          width: 100%;
          position: relative; }
          #index_page .banner .bannerDesktop .bannerMainbox .bgImg svg {
            width: 100vw;
            height: 100vh;
            object-fit: cover; }
          #index_page .banner .bannerDesktop .bannerMainbox .bgImg .svgImg1 {
            opacity: 1;
            visibility: hidden; }
          #index_page .banner .bannerDesktop .bannerMainbox .bgImg .svgImg2 {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            visibility: hidden; }
            #index_page .banner .bannerDesktop .bannerMainbox .bgImg .svgImg2 #lineCurve {
              clip-path: inset(0 0 0 0);
              visibility: hidden; }
            #index_page .banner .bannerDesktop .bannerMainbox .bgImg .svgImg2 #lineCurve2 {
              clip-path: inset(0 0 0 0);
              visibility: hidden; }
        #index_page .banner .bannerDesktop .bannerMainbox .contentBox {
          position: absolute;
          width: 100%;
          height: 85%;
          top: 0;
          left: 0;
          display: flex;
          align-items: center;
          justify-content: center; }
          #index_page .banner .bannerDesktop .bannerMainbox .contentBox .textBox {
            display: flex;
            justify-content: center; }
            #index_page .banner .bannerDesktop .bannerMainbox .contentBox .textBox h2 {
              width: 70%;
              text-align: center; }
              @media (max-width: 1400px) {
                #index_page .banner .bannerDesktop .bannerMainbox .contentBox .textBox h2 {
                  font-size: 65px;
                  line-height: unset;
                  width: 55%; } }
              @media (max-width: 1199px) {
                #index_page .banner .bannerDesktop .bannerMainbox .contentBox .textBox h2 {
                  font-size: 55px; } }
              #index_page .banner .bannerDesktop .bannerMainbox .contentBox .textBox h2 .healthCare {
                position: relative;
                left: -27%;
                visibility: hidden; }
                @media (max-width: 1400px) {
                  #index_page .banner .bannerDesktop .bannerMainbox .contentBox .textBox h2 .healthCare {
                    left: -50%; } }
              #index_page .banner .bannerDesktop .bannerMainbox .contentBox .textBox h2 .text {
                opacity: 0; }
              #index_page .banner .bannerDesktop .bannerMainbox .contentBox .textBox h2 .people {
                position: relative;
                left: 23%;
                visibility: hidden; }
                @media (max-width: 1400px) {
                  #index_page .banner .bannerDesktop .bannerMainbox .contentBox .textBox h2 .people {
                    left: 45%; } }
        #index_page .banner .bannerDesktop .bannerMainbox .striveBox {
          width: 100%;
          height: 100%;
          position: absolute;
          bottom: 10%; }
          @media (max-width: 1400px) {
            #index_page .banner .bannerDesktop .bannerMainbox .striveBox {
              bottom: 10%; } }
          #index_page .banner .bannerDesktop .bannerMainbox .striveBox .striveText {
            width: 100%;
            font-weight: 500;
            z-index: 20;
            position: absolute;
            transform: translateY(-50%);
            opacity: 1;
            font-size: 54px;
            top: 50%;
            visibility: hidden; }
            @media (max-width: 1400px) {
              #index_page .banner .bannerDesktop .bannerMainbox .striveBox .striveText {
                font-size: 20px; } }
          #index_page .banner .bannerDesktop .bannerMainbox .striveBox .arrowBox {
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 1;
            z-index: 20;
            position: absolute;
            bottom: -5%;
            left: 49%; }
        #index_page .banner .bannerDesktop .bannerMainbox .imgBox {
          width: 100%;
          position: absolute;
          z-index: 10;
          height: 100%;
          top: 0;
          visibility: hidden; }
          #index_page .banner .bannerDesktop .bannerMainbox .imgBox img {
            width: 100%;
            height: 100vh;
            object-fit: cover; }
          #index_page .banner .bannerDesktop .bannerMainbox .imgBox.imgBoxAnim {
            bottom: 0; }
    #index_page .banner .bannerIpad {
      display: none;
      background: #292d28;
      width: 100%;
      position: relative; }
      @media (max-width: 1199px) {
        #index_page .banner .bannerIpad {
          display: block; } }
      #index_page .banner .bannerIpad .ipagBgImg img {
        width: 100%;
        height: 100vh;
        opacity: 30%;
        object-fit: cover; }
      #index_page .banner .bannerIpad .ipadTextBox {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(70vh); }
        #index_page .banner .bannerIpad .ipadTextBox .texBox {
          height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column; }
          #index_page .banner .bannerIpad .ipadTextBox .texBox h2 {
            width: 80%;
            font-size: 85px;
            color: var(--color_secondary);
            font-family: var(--font_primary);
            font-weight: 500;
            text-align: center; }
            @media (max-width: 991px) {
              #index_page .banner .bannerIpad .ipadTextBox .texBox h2 {
                width: 100%;
                font-size: 65px; } }
            @media (max-width: 767px) {
              #index_page .banner .bannerIpad .ipadTextBox .texBox h2 {
                font-size: 40px;
                width: 99%; } }
      #index_page .banner .bannerIpad .bannerMob {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        transform: translateY(100%);
        width: 100%;
        height: 100vh; }
        #index_page .banner .bannerIpad .bannerMob img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      #index_page .banner .bannerIpad .striveTextMobile {
        position: absolute;
        bottom: 60px;
        width: 100%;
        z-index: 12; }
        @media (max-width: 767px) {
          #index_page .banner .bannerIpad .striveTextMobile {
            bottom: 50px; } }
        #index_page .banner .bannerIpad .striveTextMobile p {
          opacity: 0;
          font-size: 18px;
          text-align: center;
          padding-bottom: 20px; }
          @media (max-width: 1199px) {
            #index_page .banner .bannerIpad .striveTextMobile p {
              font-size: 45px; } }
          @media (max-width: 767px) {
            #index_page .banner .bannerIpad .striveTextMobile p {
              font-size: 35px; } }
        #index_page .banner .bannerIpad .striveTextMobile .arrowBox {
          display: flex;
          align-items: center;
          justify-content: center; }
  #index_page .AboutSec {
    position: relative;
    padding: 80px 0 0;
    overflow: hidden;
    background-color: var(--color_secondary); }
    #index_page .AboutSec .AboutMainWrap {
      background: #292d28;
      background: linear-gradient(180deg, rgba(41, 45, 40, 0) 0%, rgba(41, 45, 40, 0) 50%, #292d28 100%); }
      @media screen and (max-width: 767px) {
        #index_page .AboutSec .AboutMainWrap {
          background: #292d28;
          background: linear-gradient(180deg, rgba(41, 45, 40, 0) 0%, rgba(41, 45, 40, 0) 40%, #292d28 100%); } }
      #index_page .AboutSec .AboutMainWrap .SecHead {
        position: relative;
        z-index: 5; }
      #index_page .AboutSec .AboutMainWrap .MainImg {
        transform: translateY(-20%) scale(1.2); }
        @media screen and (max-width: 767px) {
          #index_page .AboutSec .AboutMainWrap .MainImg {
            transform: unset; } }
        #index_page .AboutSec .AboutMainWrap .MainImg .ProfileImg {
          margin: auto; }
          @media screen and (max-width: 1280px) {
            #index_page .AboutSec .AboutMainWrap .MainImg .ProfileImg {
              width: 45%; } }
          @media screen and (max-width: 991px) {
            #index_page .AboutSec .AboutMainWrap .MainImg .ProfileImg {
              width: 70%; } }
          @media screen and (max-width: 767px) {
            #index_page .AboutSec .AboutMainWrap .MainImg .ProfileImg {
              width: 100%; } }
      #index_page .AboutSec .AboutMainWrap .AboutLogo {
        position: absolute;
        top: 0;
        right: 0; }
        @media screen and (max-width: 1199px) {
          #index_page .AboutSec .AboutMainWrap .AboutLogo {
            width: 50%; } }
        @media screen and (max-width: 991px) {
          #index_page .AboutSec .AboutMainWrap .AboutLogo {
            width: 60%; } }
        @media screen and (max-width: 767px) {
          #index_page .AboutSec .AboutMainWrap .AboutLogo {
            display: none; } }
      #index_page .AboutSec .AboutMainWrap .Para {
        position: absolute;
        width: 50%;
        bottom: 80px;
        right: 0; }
        @media screen and (max-width: 767px) {
          #index_page .AboutSec .AboutMainWrap .Para {
            width: 100%;
            padding: 0 15px;
            bottom: 50px; } }
        @media screen and (max-width: 767px) {
          #index_page .AboutSec .AboutMainWrap .Para p {
            font-size: 16px;
            line-height: 22px; } }
  #index_page .ExpertiseWorkSec {
    overflow: hidden;
    background-color: var(--color_primary); }
  #index_page .ExpertiseSec {
    overflow: hidden;
    padding: 120px 0;
    background-color: var(--color_primary); }
    @media screen and (max-width: 991px) {
      #index_page .ExpertiseSec {
        padding: 80px 0; } }
    @media screen and (max-width: 767px) {
      #index_page .ExpertiseSec {
        padding: 60px 0; } }
    #index_page .ExpertiseSec .ExpertiseWrap {
      display: flex;
      align-items: center;
      width: max-content;
      margin-left: calc(var(--container_left_space) + 15px); }
      @media screen and (max-width: 767px) {
        #index_page .ExpertiseSec .ExpertiseWrap {
          margin-left: 0;
          padding: 0 15px;
          flex-direction: column;
          width: 100%; } }
      #index_page .ExpertiseSec .ExpertiseWrap .SecHead {
        width: 500px;
        padding-right: 100px; }
        @media screen and (max-width: 767px) {
          #index_page .ExpertiseSec .ExpertiseWrap .SecHead {
            width: 100%;
            padding-right: 0; } }
      #index_page .ExpertiseSec .ExpertiseWrap .ExpertiseItem {
        width: 500px;
        height: 450px;
        padding: 0px 60px;
        margin-right: 0px;
        border-left: 1px solid rgba(162, 188, 155, 0.2); }
        @media screen and (max-width: 767px) {
          #index_page .ExpertiseSec .ExpertiseWrap .ExpertiseItem {
            width: 100%;
            height: auto;
            margin-right: 0;
            margin-bottom: 0px;
            padding: 30px 0px;
            border-left: 0; } }
        #index_page .ExpertiseSec .ExpertiseWrap .ExpertiseItem .title {
          padding: 30px 0 15px; }
  #index_page .WorkSec {
    padding: 0 0 120px;
    background-color: var(--color_primary); }
    @media screen and (max-width: 991px) {
      #index_page .WorkSec {
        padding: 0 0 80px; } }
    @media screen and (max-width: 767px) {
      #index_page .WorkSec {
        padding: 0 0 60px; } }
    @media screen and (max-width: 767px) {
      #index_page .WorkSec .MainBoxWrap {
        padding: 20px 0 0; } }
    #index_page .WorkSec .MainBoxWrap .Box {
      display: flex;
      align-items: center;
      gap: 35px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.07);
      padding: 50px 0; }
      @media screen and (max-width: 991px) {
        #index_page .WorkSec .MainBoxWrap .Box {
          flex-direction: column;
          gap: 20px; } }
      #index_page .WorkSec .MainBoxWrap .Box:first-child {
        padding-top: 0; }
      #index_page .WorkSec .MainBoxWrap .Box:last-child {
        padding-bottom: 0;
        border-bottom: 0; }
      #index_page .WorkSec .MainBoxWrap .Box .IconTitleWrap {
        display: flex;
        align-items: center;
        gap: 24px;
        width: 40%; }
        @media screen and (max-width: 991px) {
          #index_page .WorkSec .MainBoxWrap .Box .IconTitleWrap {
            width: 100%; } }
      #index_page .WorkSec .MainBoxWrap .Box .DescBx {
        width: 60%; }
        @media screen and (max-width: 991px) {
          #index_page .WorkSec .MainBoxWrap .Box .DescBx {
            width: 100%; } }
      #index_page .WorkSec .MainBoxWrap .Box .TitleDescWrap {
        display: flex;
        align-items: center;
        gap: 40px;
        width: calc(100% - 225px); }
        @media screen and (max-width: 991px) {
          #index_page .WorkSec .MainBoxWrap .Box .TitleDescWrap {
            flex-direction: column;
            gap: 20px;
            padding: 0; } }
        @media screen and (max-width: 767px) {
          #index_page .WorkSec .MainBoxWrap .Box .TitleDescWrap {
            width: 100%; } }
        #index_page .WorkSec .MainBoxWrap .Box .TitleDescWrap .TitleBx {
          width: 40%; }
          @media screen and (max-width: 991px) {
            #index_page .WorkSec .MainBoxWrap .Box .TitleDescWrap .TitleBx {
              width: 100%; } }
        #index_page .WorkSec .MainBoxWrap .Box .TitleDescWrap .DescBx {
          width: 60%; }
          @media screen and (max-width: 991px) {
            #index_page .WorkSec .MainBoxWrap .Box .TitleDescWrap .DescBx {
              width: 100%; } }
  #index_page .MilestoneSec {
    position: relative;
    padding: 120px 0 0;
    overflow: hidden; }
    @media screen and (max-width: 1280px) {
      #index_page .MilestoneSec {
        padding: 80px 0 0; } }
    @media screen and (max-width: 991px) {
      #index_page .MilestoneSec {
        padding: 60px 0 0; } }
    #index_page .MilestoneSec .HeadWrap .SecHead {
      padding-bottom: 0; }
    #index_page .MilestoneSec .HeadWrap .TitleDescWrap {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 991px) {
        #index_page .MilestoneSec .HeadWrap .TitleDescWrap {
          flex-direction: column; } }
      #index_page .MilestoneSec .HeadWrap .TitleDescWrap .SecTitle {
        width: 48%; }
        @media screen and (max-width: 1280px) {
          #index_page .MilestoneSec .HeadWrap .TitleDescWrap .SecTitle {
            padding-top: 10px; } }
        @media screen and (max-width: 991px) {
          #index_page .MilestoneSec .HeadWrap .TitleDescWrap .SecTitle {
            width: 100%; } }
      #index_page .MilestoneSec .HeadWrap .TitleDescWrap .SecDesc {
        width: 48%;
        padding-right: 50px; }
        @media screen and (max-width: 1280px) {
          #index_page .MilestoneSec .HeadWrap .TitleDescWrap .SecDesc {
            padding-top: 10px; } }
        @media screen and (max-width: 991px) {
          #index_page .MilestoneSec .HeadWrap .TitleDescWrap .SecDesc {
            width: 100%;
            padding-right: 0; } }
    #index_page .MilestoneSec .JourneyTrack {
      position: relative;
      width: max-content;
      display: flex;
      margin-left: calc(var(--container_left_space) + 15px);
      padding-top: 50px; }
      @media screen and (max-width: 1280px) {
        #index_page .MilestoneSec .JourneyTrack {
          padding-top: 00px; } }
      @media screen and (max-width: 1199px) {
        #index_page .MilestoneSec .JourneyTrack {
          display: none; } }
      #index_page .MilestoneSec .JourneyTrack .CurveImg {
        position: absolute;
        left: -30px;
        top: 100px; }
      #index_page .MilestoneSec .JourneyTrack .JourneyItem {
        position: relative;
        width: 450px;
        padding-right: 50px; }
        #index_page .MilestoneSec .JourneyTrack .JourneyItem:nth-child(even) {
          padding-top: 80px; }
        #index_page .MilestoneSec .JourneyTrack .JourneyItem:nth-child(odd) {
          padding-top: 30px; }
        #index_page .MilestoneSec .JourneyTrack .JourneyItem:last-child {
          width: 450px;
          padding-right: 50px;
          padding-top: 100px; }
        #index_page .MilestoneSec .JourneyTrack .JourneyItem .dot {
          position: absolute;
          left: -33px;
          top: 30px; }
        #index_page .MilestoneSec .JourneyTrack .JourneyItem .LogoBx {
          position: relative;
          border-radius: 10px;
          margin-bottom: 15px;
          position: relative;
          width: 120px; }
    #index_page .MilestoneSec .JourneySwiper {
      display: none; }
      @media screen and (max-width: 1199px) {
        #index_page .MilestoneSec .JourneySwiper {
          display: flex;
          padding: 30px 0 50px; } }
      @media screen and (max-width: 767px) {
        #index_page .MilestoneSec .JourneySwiper {
          margin-right: -15px; } }
      #index_page .MilestoneSec .JourneySwiper .swiper-wrapper .JourneyItem {
        position: relative; }
        #index_page .MilestoneSec .JourneySwiper .swiper-wrapper .JourneyItem .LogoBx {
          position: relative;
          border-radius: 10px;
          margin-bottom: 15px;
          position: relative; }
 #index_page .MilestoneSec .JourneySwiper .swiper-wrapper .JourneyItem .LogoBx {
          position: relative;
          border-radius: 10px;
          margin-bottom: 15px;
          position: relative;
          padding-left: 35px; }
          #index_page .MilestoneSec .JourneySwiper .swiper-wrapper .JourneyItem .LogoBx .DottedLine {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: calc(100% + 50px);
            border-bottom: 1px dashed #000;
            z-index: 1; }
          #index_page .MilestoneSec .JourneySwiper .swiper-wrapper .JourneyItem .LogoBx .MainSliderLogo {
            position: relative;
            width: 120px;
            z-index: 2; }
          #index_page .MilestoneSec .JourneySwiper .swiper-wrapper .JourneyItem .LogoBx .dot {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            z-index: 2; }
        @media screen and (max-width: 1199px) {
			#index_page .MilestoneSec .JourneySwiper .swiper-wrapper .JourneyItem .ContentBx{
				padding-left: 35px;
			}
          #index_page .MilestoneSec .JourneySwiper .swiper-wrapper .JourneyItem .ContentBx .Title {
            width: 70%; } }
		@media screen and (max-width: 991px) {
          #index_page .MilestoneSec .JourneySwiper .swiper-wrapper .JourneyItem .ContentBx .Title {
            width: 100%; } }
        @media screen and (max-width: 1199px) {
          #index_page .MilestoneSec .JourneySwiper .swiper-wrapper .JourneyItem .ContentBx .Title br {
            display: none; } }
        @media screen and (max-width: 1199px) {
          #index_page .MilestoneSec .JourneySwiper .swiper-wrapper .JourneyItem .ContentBx .Desc {
            width: 85%; } }
		@media screen and (max-width: 991px) {
          #index_page .MilestoneSec .JourneySwiper .swiper-wrapper .JourneyItem .ContentBx .Desc {
            width: 100%; } }
        @media screen and (max-width: 1199px) {
          #index_page .MilestoneSec .JourneySwiper .swiper-wrapper .JourneyItem .ContentBx .Desc br {
            display: none; } }
    #index_page .MilestoneSec .swiper-pagination .swiper-pagination-bullet {
      width: 12px;
      height: 5px;
      border-radius: 50px;
      transition: all 0.3s ease; }
      #index_page .MilestoneSec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 20px;
        height: 5px;
        background-color: var(--color_primary); }
  #index_page .CaseStudySec {
    position: relative;
    padding: 120px 0;
    height: auto;
    z-index: 2; }
    @media screen and (max-width: 1280px) {
      #index_page .CaseStudySec {
        padding: 80px 0; } }
    @media screen and (max-width: 1199px) {
      #index_page .CaseStudySec {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center; } }
    @media screen and (max-width: 991px) {
      #index_page .CaseStudySec {
        padding: 60px 0; } }
    @media screen and (max-width: 767px) {
      #index_page .CaseStudySec {
        height: auto;
        padding-bottom: 0; display:block;} }
    #index_page .CaseStudySec .SyncSliderBx {
      display: flex;
      justify-content: space-between; }
      @media (min-width: 1024px) and (max-width: 1199px) {
        #index_page .CaseStudySec .SyncSliderBx {
          gap: 20px; } }
      @media screen and (max-width: 1024px) {
        #index_page .CaseStudySec .SyncSliderBx {
          flex-direction: column;
          gap: 20px; } }
      @media screen and (max-width: 767px) {
        #index_page .CaseStudySec .SyncSliderBx {
          gap: 15px; } }
      #index_page .CaseStudySec .SyncSliderBx .Left {
        width: 60%;
        margin: 0; }
        @media screen and (max-width: 1024px) {
          #index_page .CaseStudySec .SyncSliderBx .Left {
            width: 100%; } }
      #index_page .CaseStudySec .SyncSliderBx .Right {
        position: relative;
        width: 35%;
        margin: 0; }
        @media screen and (max-width: 1024px) {
          #index_page .CaseStudySec .SyncSliderBx .Right {
            width: 100%; } }
        #index_page .CaseStudySec .SyncSliderBx .Right .TextSwiper .swiper-wrapper .swiper-slide .title {
          padding: 0 0 20px 0; }
          @media screen and (max-width: 767px) {
            #index_page .CaseStudySec .SyncSliderBx .Right .TextSwiper .swiper-wrapper .swiper-slide .title {
              padding: 0 0 15px 0; } }
        #index_page .CaseStudySec .SyncSliderBx .Right .ArrowBox {
          position: absolute;
          bottom: 0;
          z-index: 10;
          display: flex;
          gap: 20px;
          cursor: pointer;
          width: fit-content; }
          @media screen and (max-width: 1199px) {
            #index_page .CaseStudySec .SyncSliderBx .Right .ArrowBox {
              position: relative;
              margin-left: auto; } }
          @media screen and (max-width: 991px) {
            #index_page .CaseStudySec .SyncSliderBx .Right .ArrowBox {
              right: 0; } }
          @media screen and (max-width: 767px) {
            #index_page .CaseStudySec .SyncSliderBx .Right .ArrowBox {
              position: relative;
              left: 0;
              padding-top: 30px;
              margin-left: unset; } }
          @media screen and (max-width: 767px) {
            #index_page .CaseStudySec .SyncSliderBx .Right .ArrowBox .Arrows {
              width: 30px; } }
          #index_page .CaseStudySec .SyncSliderBx .Right .ArrowBox .disabled {
            opacity: 0.5; }
  #index_page .CaseBanner {
    width: 100%;
    height: 101vh;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(150vh);
    z-index: 10;
    text-align: center; }
    @media screen and (max-width: 1199px) {
      #index_page .CaseBanner {
        bottom: unset;
        top: 0;
        height: 100vh; } }
    @media screen and (max-width: 767px) {
      #index_page .CaseBanner {
        position: relative;
        transform: translate(0);
        padding-top: 60px;
        height: auto; } }
    #index_page .CaseBanner .BannerImg {
      height: 101vh;
      object-fit: cover; }
      @media screen and (max-width: 767px) {
        #index_page .CaseBanner .BannerImg {
          height: auto; } }
    #index_page .CaseBanner .title {
      position: absolute;
      width: max-content;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      overflow: hidden; }
      @media screen and (max-width: 991px) {
        #index_page .CaseBanner .title {
          width: 80%; } }
      @media screen and (max-width: 767px) {
        #index_page .CaseBanner .title {
          width: 100%;
          padding: 0 15px; top:70% } }
      #index_page .CaseBanner .title p {
        transform: translateY(100%); }
        @media screen and (max-width: 767px) {
          #index_page .CaseBanner .title p {
            transform: translate(0); } }
  #index_page .PresenceSec {
    padding: 120px 0; }
    @media screen and (max-width: 991px) {
      #index_page .PresenceSec {
        padding: 80px 0; } }
    @media screen and (max-width: 767px) {
      #index_page .PresenceSec {
        padding: 60px 0; } }
    #index_page .PresenceSec .BlogsMain {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      grid-template-rows: repeat(2, 1fr);
      gap: 30px; }
      @media screen and (max-width: 992px) {
        #index_page .PresenceSec .BlogsMain {
          grid-template-columns: repeat(4, 1fr);
          grid-template-rows: repeat(3, 1fr);
          gap: 20px; } }
      @media screen and (max-width: 767px) {
        #index_page .PresenceSec .BlogsMain {
          grid-template-columns: repeat(1, 1fr);
          grid-template-rows: repeat(1, 1fr);
          gap: 40px; } }
      #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(1) {
        grid-column: span 2 / span 2;
        grid-row: span 2 / span 2; }
        @media screen and (max-width: 992px) {
          #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(1) {
            grid-column: span 2 / span 2;
            grid-row: span 2 / span 2; } }
        @media screen and (max-width: 767px) {
          #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(1) {
            grid-column: unset;
            grid-row: unset; } }
      #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(2) {
        grid-column: span 2 / span 2;
        grid-row: span 2 / span 2;
        grid-column-start: 3; }
        @media screen and (max-width: 992px) {
          #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(2) {
            grid-column: span 2 / span 2;
            grid-row: span 2 / span 2;
            grid-column-start: 3; } }
        @media screen and (max-width: 767px) {
          #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(2) {
            grid-column: unset;
            grid-row: unset; } }
      #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(3) {
        grid-column: span 3 / span 3;
        grid-column-start: 5; }
        @media screen and (max-width: 992px) {
          #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(3) {
            grid-column: span 2 / span 2;
            grid-row-start: 3; } }
        @media screen and (max-width: 767px) {
          #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(3) {
            grid-column: unset;
            grid-row: unset; } }
      #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(4) {
        grid-column: span 3 / span 3;
        grid-column-start: 5;
        grid-row-start: 2; }
        @media screen and (max-width: 992px) {
          #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(4) {
            grid-column: span 2 / span 2;
            grid-column-start: 3;
            grid-row-start: 3; } }
        @media screen and (max-width: 767px) {
          #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(4) {
            grid-column: unset;
            grid-row: unset; } }
      #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(-n + 2) {
        position: relative;
        height: fit-content; }
        #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(-n + 2) .BlogImgBx {
          position: relative;
          z-index: 1; }
          #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(-n + 2) .BlogImgBx .ImgOverlay {
            position: absolute;
            width: 100%;
            height: 90%;
            background: #232723;
            background: linear-gradient(180deg, rgba(35, 39, 35, 0) 0%, #0d100d 100%);
            bottom: 0; }
          #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(-n + 2) .BlogImgBx .PlayIcon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
            @media screen and (max-width: 1199px) {
              #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(-n + 2) .BlogImgBx .PlayIcon {
                width: 40px;
                top: 40%; } }
            @media screen and (max-width: 992px) {
              #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(-n + 2) .BlogImgBx .PlayIcon {
                top: 50%; } }
        #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(-n + 2) .BlogTitleBx {
          position: absolute;
          bottom: 0;
          z-index: 5;
          padding: 15px;
          color: #fff !important; }
          #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(-n + 2) .BlogTitleBx button {
            color: var(--color_white); }
            #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(-n + 2) .BlogTitleBx button::after {
              content: "";
              background-color: var(--color_white); }
            #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(-n + 2) .BlogTitleBx button:hover {
              color: var(--color_tertiary); }
              #index_page .PresenceSec .BlogsMain .BlogItem:nth-child(-n + 2) .BlogTitleBx button:hover::after {
                background-color: var(--color_tertiary); }
      #index_page .PresenceSec .BlogsMain .BlogItem:nth-last-child(-n + 2) {
        display: flex;
        justify-content: space-between;
        gap: 20px; }
        @media screen and (max-width: 767px) {
          #index_page .PresenceSec .BlogsMain .BlogItem:nth-last-child(-n + 2) {
            flex-direction: column; } }
        #index_page .PresenceSec .BlogsMain .BlogItem:nth-last-child(-n + 2) .BlogImgBx {
          width: 35%; }
          @media screen and (max-width: 992px) {
            #index_page .PresenceSec .BlogsMain .BlogItem:nth-last-child(-n + 2) .BlogImgBx {
              width: 40%; } }
          @media screen and (max-width: 767px) {
            #index_page .PresenceSec .BlogsMain .BlogItem:nth-last-child(-n + 2) .BlogImgBx {
              width: 100%; } }
          #index_page .PresenceSec .BlogsMain .BlogItem:nth-last-child(-n + 2) .BlogImgBx .MainBlogImg {
            aspect-ratio: 1/1;
            object-fit: cover;
            height: 100%; }
          #index_page .PresenceSec .BlogsMain .BlogItem:nth-last-child(-n + 2) .BlogImgBx .ImgOverlay {
            display: none; }
          #index_page .PresenceSec .BlogsMain .BlogItem:nth-last-child(-n + 2) .BlogImgBx .PlayIcon {
            display: none; }
        #index_page .PresenceSec .BlogsMain .BlogItem:nth-last-child(-n + 2) .BlogTitleBx {
          width: 60%; }
          @media screen and (max-width: 767px) {
            #index_page .PresenceSec .BlogsMain .BlogItem:nth-last-child(-n + 2) .BlogTitleBx {
              width: 100%; } }
          #index_page .PresenceSec .BlogsMain .BlogItem:nth-last-child(-n + 2) .BlogTitleBx .title {
            padding: 5px 0 15px; }
          #index_page .PresenceSec .BlogsMain .BlogItem:nth-last-child(-n + 2) .BlogTitleBx .date {
            padding-top: 0 !important; }
      #index_page .PresenceSec .BlogsMain .BlogItem .BlogImgBx {
        position: relative; }
        #index_page .PresenceSec .BlogsMain .BlogItem .BlogImgBx .SocialIcon {
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          top: 20px;
          right: 20px;
          width: 44px;
          height: 44px;
          border-radius: 22px;
          background-color: #fff; }
      #index_page .PresenceSec .BlogsMain .BlogItem .BlogTitleBx .title {
        padding-bottom: 10px; }
      #index_page .PresenceSec .BlogsMain .BlogItem .BlogTitleBx .BtnDiv {
        color: var(--color_primary); }
  #index_page .JoinDiv {
    position: relative; }
    #index_page .JoinDiv .LeftDiv {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      z-index: 1;
      background-color: var(--color_secondary);
      width: calc(var(--container_left_space) + 15px); }
    #index_page .JoinDiv .RightDiv {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      z-index: 1;
      background-color: var(--color_secondary);
      width: calc(var(--container_left_space) + 15px); }
    #index_page .JoinDiv .JoinBx {
      position: relative;
      z-index: 3;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 60px;
      padding: 35px 0;
      background-color: var(--color_secondary); }

      @media screen and (max-width: 1199px) {
        #index_page .JoinDiv .JoinBx {
          gap: 40px; } }
      @media screen and (max-width: 991px) {
        #index_page .JoinDiv .JoinBx {
          flex-direction: column;
          gap: 30px; } }
      @media screen and (max-width: 767px) {
        #index_page .JoinDiv .JoinBx {
          padding: 30px;
          align-items: flex-start; }
#index_page .JoinDiv .JoinBx .text_xl{
	font-size:32px;
	line-height:40px;
}}
      #index_page .JoinDiv .JoinBx .FollowMain {
        display: flex;
        align-items: center;
        gap: 15px; }
        @media screen and (max-width: 767px) {
          #index_page .JoinDiv .JoinBx .FollowMain {
            flex-direction: column;
            align-items: flex-start; } }
        #index_page .JoinDiv .JoinBx .FollowMain .SocialBx {
          display: flex;
          gap: 10px; }
          #index_page .JoinDiv .JoinBx .FollowMain .SocialBx .SocialItem a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            border-radius: 22px;
            background-color: #fff; }
  #index_page .TestimonialSec {
    display: flex;
    max-width: 100vw;
    overflow: hidden;
    padding: 120px 0; }
    @media screen and (max-width: 991px) {
      #index_page .TestimonialSec {
        padding: 80px 0;
        flex-direction: column;
        gap: 50px; } }
    @media screen and (max-width: 767px) {
      #index_page .TestimonialSec {
        padding: 60px 0; gap:30px; } }
    #index_page .TestimonialSec .LeftBx {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      padding-left: calc(var(--container_left_space) + 15px);
      padding-right: 50px;
      width: calc(29vw + (65px + var(--container_left_space))); }
      @media screen and (max-width: 1199px) {
        #index_page .TestimonialSec .LeftBx {
          width: calc(40vw + (65px + var(--container_left_space))); } }
      @media screen and (max-width: 991px) {
        #index_page .TestimonialSec .LeftBx {
          padding-right: calc(var(--container_left_space) + 15px);
          width: 100%;
          flex-direction: row;
          align-items: flex-end;
          justify-content: space-between; } }
      @media screen and (max-width: 991px) {
        #index_page .TestimonialSec .LeftBx .SecHead {
          width: 75%;
          padding-bottom: 0; } }
      #index_page .TestimonialSec .LeftBx .ArrowBox {
        display: flex;
        gap: 20px;
        cursor: pointer;
        width: fit-content; }
        @media screen and (max-width: 767px) {
          #index_page .TestimonialSec .LeftBx .ArrowBox .Arrows {
            width: 30px; } }
    #index_page .TestimonialSec .RightBx {
      width: calc(71vw - (15px + var(--container_left_space))); }
      @media screen and (max-width: 1199px) {
        #index_page .TestimonialSec .RightBx {
          width: calc(60vw - (15px + var(--container_left_space))); } }
      @media screen and (max-width: 991px) {
        #index_page .TestimonialSec .RightBx {
          padding-left: calc(var(--container_left_space) + 15px);
          width: 100%; } }
      #index_page .TestimonialSec .RightBx .TestimonySwiper .swiper-wrapper .swiper-slide {
        position: relative;
        padding: 25px;
        width: 400px;
        height: 480px;
        background-color: var(--color_primary); }
        @media screen and (max-width: 767px) {
          #index_page .TestimonialSec .RightBx .TestimonySwiper .swiper-wrapper .swiper-slide {
            width: 310px;
            height: 580px;
            padding: 20px; } }
        #index_page .TestimonialSec .RightBx .TestimonySwiper .swiper-wrapper .swiper-slide .LogoBg {
          position: absolute;
          right: 0;
          bottom: 0; }
        #index_page .TestimonialSec .RightBx .TestimonySwiper .swiper-wrapper .swiper-slide .TestimonyTitleBx {
          display: flex;
          justify-content: space-between;
          flex-direction: column;
          height: 100%; }
          #index_page .TestimonialSec .RightBx .TestimonySwiper .swiper-wrapper .swiper-slide .TestimonyTitleBx .Details {
            width: 85%;
            min-height: 78px; }
  #index_page .ContactSec {
    padding: 80px 0;
    background-color: var(--color_primary);
    margin-bottom: -1px; }
    @media screen and (max-width: 767px) {
      #index_page .ContactSec {
        padding: 60px 0 40px; } }
    #index_page .ContactSec .ContactWrap {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 991px) {
        #index_page .ContactSec .ContactWrap {
          flex-direction: column;
          gap: 40px; } }
      #index_page .ContactSec .ContactWrap .LeftBox {
        width: 48%; }
        @media screen and (max-width: 991px) {
          #index_page .ContactSec .ContactWrap .LeftBox {
            width: 100%; } }
        #index_page .ContactSec .ContactWrap .LeftBox .ContactMainImg {
          height: 100%;
          object-fit: cover; }
      #index_page .ContactSec .ContactWrap .RightBox {
        width: 47%; }
        @media screen and (max-width: 991px) {
          #index_page .ContactSec .ContactWrap .RightBox {
            width: 100%; } }
        #index_page .ContactSec .ContactWrap .RightBox .FormBox .TwoInputs {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          @media screen and (max-width: 767px) {
            #index_page .ContactSec .ContactWrap .RightBox .FormBox .TwoInputs {
              flex-direction: column; } }
          #index_page .ContactSec .ContactWrap .RightBox .FormBox .TwoInputs .FormInput {
            width: 48%; }
            @media screen and (max-width: 767px) {
              #index_page .ContactSec .ContactWrap .RightBox .FormBox .TwoInputs .FormInput {
                width: 100%; } }
          #index_page .ContactSec .ContactWrap .RightBox .FormBox .TwoInputs .PhoneInput {
            width: 48%;
            display: flex;
            gap: 15px; }
            @media screen and (max-width: 767px) {
              #index_page .ContactSec .ContactWrap .RightBox .FormBox .TwoInputs .PhoneInput {
                width: 100%; } }
            #index_page .ContactSec .ContactWrap .RightBox .FormBox .TwoInputs .PhoneInput input {
              width: 80%; }
            #index_page .ContactSec .ContactWrap .RightBox .FormBox .TwoInputs .PhoneInput select {
              color: rgba(255, 255, 255, 0.6);
              padding: 6px 0;
              margin-bottom: 30px;
              outline: 0;
              border: 0;
              border-bottom: 1px solid rgba(255, 255, 255, 0.1);
              background-color: transparent; }
              #index_page .ContactSec .ContactWrap .RightBox .FormBox .TwoInputs .PhoneInput select::placeholder {
                font-family: var(--font_primary);
                color: #000; }
            #index_page .ContactSec .ContactWrap .RightBox .FormBox .TwoInputs .PhoneInput input {
              color: #fff;
              padding: 6px 0;
              margin-bottom: 30px;
              outline: 0;
              border: 0;
              border-bottom: 1px solid rgba(255, 255, 255, 0.1);
              background-color: transparent; }
              #index_page .ContactSec .ContactWrap .RightBox .FormBox .TwoInputs .PhoneInput input::placeholder {
                font-family: var(--font_primary);
                color: rgba(255, 255, 255, 0.6); }
        #index_page .ContactSec .ContactWrap .RightBox .FormBox .FormInput {
          margin-bottom: 30px; }
          #index_page .ContactSec .ContactWrap .RightBox .FormBox .FormInput input {
            font-size: 14px;
            font-weight: 300;
            line-height: 24px;
            font-family: var(--font_primary);
            color: #fff;
            padding: 6px 0;
            width: 100%;
            outline: 0;
            border: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            background-color: transparent; }
 @media screen and (max-width: 767px) {
	 #index_page .ContactSec .ContactWrap .RightBox .FormBox .FormInput input {
		 font-size:16px;
	 }
	 #index_page .ContactSec .ContactWrap .RightBox .FormBox .FormInput textarea {
		 font-size:16px !important;
	 }
}
            #index_page .ContactSec .ContactWrap .RightBox .FormBox .FormInput input::placeholder {
              font-family: var(--font_primary);
              color: rgba(255, 255, 255, 0.6); }
          #index_page .ContactSec .ContactWrap .RightBox .FormBox .FormInput textarea {
            font-size: 14px;
            font-weight: 300;
            line-height: 24px;
            font-family: var(--font_primary);
            resize: none;
            color: #fff;
            padding: 6px 0;
            width: 100%;
            outline: 0;
            border: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            background-color: transparent;
            overflow-y: hidden; }
            #index_page .ContactSec .ContactWrap .RightBox .FormBox .FormInput textarea::placeholder {
              font-family: var(--font_primary);
              color: rgba(255, 255, 255, 0.6); }
        #index_page .ContactSec .ContactWrap .RightBox .FormBox .BtnDiv {
          width: fit-content;
          border-bottom: 1px solid var(--color_secondary);
          transition: all 0.3s ease; }
          #index_page .ContactSec .ContactWrap .RightBox .FormBox .BtnDiv::after {
            display: none; }
          #index_page .ContactSec .ContactWrap .RightBox .FormBox .BtnDiv:hover {
            border-bottom: 1px solid var(--color_white); }
            #index_page .ContactSec .ContactWrap .RightBox .FormBox .BtnDiv:hover p input[type="submit"] {
              color: var(--color_white); }
          #index_page .ContactSec .ContactWrap .RightBox .FormBox .BtnDiv .wpcf7-spinner {
            display: none; }
          #index_page .ContactSec .ContactWrap .RightBox .FormBox .BtnDiv p input[type="submit"] {
            background-color: transparent;
            outline: none;
            border: none;
            position: relative;
            padding: 0;
            cursor: pointer;
            color: var(--color_secondary); }
  #index_page .SecHead {
    padding-bottom: 50px; }
    @media screen and (max-width: 767px) {
      #index_page .SecHead {
        padding-bottom: 30px; } }
    #index_page .SecHead.Light .SecName {
      background-color: #383e37; }
    #index_page .SecHead.White .SecName {
      background-color: #90a78a; }
    #index_page .SecHead.White .SecTitle {
      color: #fff; }
    #index_page .SecHead.Dark .SecName {
      background-color: rgba(162, 188, 155, 0.8); }
    #index_page .SecHead .SecName {
      width: fit-content;
      border-radius: 3px;
      padding: 8px 12px;
      background-color: #383e37; }
    #index_page .SecHead .SecTitle {
      padding-top: 20px; }
      @media screen and (max-width: 1280px) {
        #index_page .SecHead .SecTitle p {
          font-size: 45px;
          line-height: 48px; } }
    #index_page .SecHead .SecDesc {
      padding-top: 20px; }
  #index_page .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 999;
    overflow: hidden;
    max-height: 100vh;
    pointer-events: none; }
    #index_page .popup.active {
      pointer-events: all;
      opacity: 1; }
      #index_page .popup.active .popup_content {
        transform: translateX(0);
        transition: all 0.3s ease; }
        @media screen and (max-width: 767px) {
          #index_page .popup.active .popup_content {
            transform: translate(-50%, 0%); } }
    #index_page .popup .overlay {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
    #index_page .popup .popup_content {
      background-color: #fff;
      padding: 70px 35px 70px 70px;
      width: 60%;
      height: calc(100% - 76px);
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 10;
      transform: translateX(100%);
      transition: all 0.3s ease; }
      @media screen and (max-width: 1199px) {
        #index_page .popup .popup_content {
          height: calc(100% - 70px); } }
      @media screen and (max-width: 991px) {
        #index_page .popup .popup_content {
          padding: 50px 25px 50px 50px; } }
      @media screen and (max-width: 767px) {
        #index_page .popup .popup_content {
          padding: 40px 15px 40px 30px;
          width: 90%;
          height: calc(100vh - 100px);
          left: 50%;
          top: 80px;
          bottom: unset;
          right: unset;
          transform: translate(-50%, 0%); } }
      #index_page .popup .popup_content .BoxWrap {
        height: 100%;
        overflow: auto;
        padding-right: 35px; }
        @media screen and (max-width: 991px) {
          #index_page .popup .popup_content .BoxWrap {
            padding-right: 25px; } }
        @media screen and (max-width: 767px) {
          #index_page .popup .popup_content .BoxWrap {
            padding-right: 15px; } }
        #index_page .popup .popup_content .BoxWrap .Box {
          padding: 35px 0;
          border-bottom: 1px solid rgba(41, 45, 40, 0.1); }
          #index_page .popup .popup_content .BoxWrap .Box:first-child {
            padding-top: 0; }
          #index_page .popup .popup_content .BoxWrap .Box:last-child {
            padding-bottom: 0;
            border-bottom: 0; }
          #index_page .popup .popup_content .BoxWrap .Box .title {
            padding-bottom: 20px; }
  #index_page .close_btn {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    cursor: pointer; }

@media screen and (max-width: 767px) {
  .toTop[data-scroll] {
    transition: all 0.5s ease-out; }
  .toTop[data-scroll="in"] {
    opacity: 1;
    transform: translateY(0); }
  .toTop[data-scroll="out"] {
    opacity: 0;
    transform: translateY(100px); }

  .toBottom[data-scroll] {
    transition: all 0.5s ease-out; }
  .toBottom[data-scroll="in"] {
    opacity: 1;
    transform: translateY(0); }
  .toBottom[data-scroll="out"] {
    opacity: 0;
    transform: translateY(-100px); }

  .toLeft[data-scroll] {
    transition: all 0.5s ease-out; }
  .toLeft[data-scroll="in"] {
    opacity: 1;
    transform: translateX(0); }
  .toLeft[data-scroll="out"] {
    opacity: 0;
    transform: translateX(-100px); }

  .toRight[data-scroll] {
    transition: all 0.5s ease-out; }
  .toRight[data-scroll="in"] {
    opacity: 1;
    transform: translateX(0); }
  .toRight[data-scroll="out"] {
    opacity: 0;
    transform: translateX(100px); }

  .toFade[data-scroll] {
    transition: all 0.5s ease-out; }
  .toFade[data-scroll="in"] {
    opacity: 1; }
  .toFade[data-scroll="out"] {
    opacity: 0; } }
.FooterMain {
  padding: 25px 0;
  background-color: var(--color_primary); }
  @media screen and (max-width: 767px) {
    .FooterMain {
      padding: 30px 0; } }
  .FooterMain .FooterTop {
    display: flex;
    align-items: center;
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    @media screen and (max-width: 767px) {
      .FooterMain .FooterTop {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        padding: 35px 0; } }
    .FooterMain .FooterTop .LeftBox {
      width: 45%; }
      @media screen and (max-width: 767px) {
        .FooterMain .FooterTop .LeftBox {
          width: 100%; } }
      .FooterMain .FooterTop .LeftBox .LogoBx {
        padding-bottom: 30px; }
      .FooterMain .FooterTop .LeftBox .FollowBx {
        display: flex;
        align-items: center;
        gap: 20px; }
        .FooterMain .FooterTop .LeftBox .FollowBx .SocialBx {
          display: flex;
          gap: 10px; }
          .FooterMain .FooterTop .LeftBox .FollowBx .SocialBx .SocialItem a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            border-radius: 22px;
            background-color: rgba(255, 255, 255, 0.05); }
    .FooterMain .FooterTop .RightBox {
      width: 55%; }
      @media screen and (max-width: 767px) {
        .FooterMain .FooterTop .RightBox {
          width: 100%; } }
      .FooterMain .FooterTop .RightBox a {
        text-decoration: none;
        text-decoration: underline;
        text-decoration-thickness: 1px; }
  .FooterMain .FooterBtm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    @media screen and (max-width: 767px) {
      .FooterMain .FooterBtm {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px; } }

.header {
  background: #292d28;
  padding: 10px 0px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
  transform: translateY(-100%); }
  .header.HeaderAnim {
    transform: translateY(0) !important; }
  .header .headerMainBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    @media screen and (max-width: 1199px) {
      .header .headerMainBox .linkWrap {
        background: #292d28;
        display: block;
        position: absolute;
        width: 120%;
        height: 100vh;
        top: 50px;
        left: -15px;
        transform: translateX(100%);
        transition: 0.3s ease; } }
  @media screen and (max-width: 1199px) and (max-width: 1199px) {
    .header .headerMainBox .linkWrap {
      left: -60px;
      top: 59px; } }
  @media screen and (max-width: 1199px) and (max-width: 767px) {
    .header .headerMainBox .linkWrap {
      left: -45px; } }
    @media screen and (max-width: 1199px) {
        .header .headerMainBox .linkWrap.active {
          transform: translateX(0%); } }
    .header .headerMainBox .linkWrap .linkSection {
      list-style: none;
      display: flex;
      align-items: center;
      gap: 30px; }
      @media screen and (max-width: 1199px) {
        .header .headerMainBox .linkWrap .linkSection {
          padding-inline-start: 60px;
          padding-top: 50px;
          width: 100%;
          flex-direction: column;
          align-items: start;
          justify-content: center; } }
 @media screen and (max-width: 767px) {
	 .header .headerMainBox .linkWrap .linkSection li{
		 font-size:16px;
	 }
}
      .header .headerMainBox .linkWrap .linkSection li {
        cursor: pointer; }
        .header .headerMainBox .linkWrap .linkSection li:hover {
          transition: 0.3s ease;
          color: var(--color_secondary);
          text-decoration: underline;
          text-underline-offset: 10px; }
    .header .headerMainBox .hamburger {
      display: flex;
      gap: 8px;
      flex-direction: column;
      display: none; }
      @media screen and (max-width: 1199px) {
        .header .headerMainBox .hamburger {
          display: flex; } }
      @media screen and (max-width: 1199px) {
        .header .headerMainBox .hamburger.active {
          display: flex;
          transition: 0.3s ease; }
          .header .headerMainBox .hamburger.active .hamburgerLine:nth-child(1) {
            transform: rotate(45deg);
            transition: 0.3s ease;
            position: absolute; }
          .header .headerMainBox .hamburger.active .hamburgerLine:nth-child(2) {
            opacity: 0;
            transition: 0.3s ease; }
          .header .headerMainBox .hamburger.active .hamburgerLine:nth-child(3) {
            transform: rotate(-45deg);
            transition: 0.3s ease;
            position: absolute; } }
      .header .headerMainBox .hamburger .hamburgerLine {
        width: 30px;
        height: 2px;
        background-color: white; }

.intl-tel-input {
  display: flex;
  gap: 15px; }
  .intl-tel-input .flag-container {
    position: relative !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .intl-tel-input .flag-container .selected-flag {
      width: auto !important;
      padding: 0; }
    .intl-tel-input .flag-container .selected-dial-code {
      color: rgba(255, 255, 255, 0.6) !important;
      padding-left: 0 !important;
      padding-right: 10px; }
    .intl-tel-input .flag-container .iti-arrow {
      right: 0 !important; }
    .intl-tel-input .flag-container .iti-flag {
      display: none !important; }
.wpcf7 form.sent .wpcf7-response-output{
	border-color: transparent;
    color: white;
    margin: 20px 0 0 0;
    padding: 0;
    position: absolute;
	font-family:var(--font_primary);
	font-size:16px;
	line-height:1.2;
}
.wpcf7 form.spam .wpcf7-response-output{
	border-color: transparent;
    color: white;
    margin: 20px 0 0 0;
    padding: 0;
    position: absolute;
	font-family:var(--font_primary);
	font-size:16px;
	line-height:1.2;
}

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