@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
  font-family: 'Ubuntu', sans-serif;
}
img.tickIcon {
    width: 5%;
}
span.textboldBlack {
    font-weight: 700;
}
.row {

    margin-right: 0 !important;
    margin-left: 0 !important;
}
.flickity-page-dots .dot {
    display: inline-block;

    height: 10px;
    margin: 0 8px;
    background: #333;
    /* border-radius: 50%; */
    opacity: .25;
    cursor: pointer;
    border-radius: 100px !important;
    background: #B9131A !important;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset, 4px 4px 10px 0px rgba(0, 0, 0, 0.08);
}

.dropdown-container {
    position: relative;
}

.row.footerSection {
    padding: 2% 0 0 0;
     margin: 2% 0 0 0;
  border-top: 2px dashed #362f2f;
}

.footerLink {
    color: #FFF !important;
}
span.BoldText {
    font-weight: 800;
}

section.mainFooterSection {
    background: #000;
    padding: 5% 7%;
  margin:4% 0 0 0;
}
      .NavigationWrapper.scrolled {
        background-color: #fff !important;
        transition: background-color 200ms linear;
        border-bottom:1px solid #e2e2e2;
      }
      .NavigationWrapper.scrolled a.menuLink{
        color:#000;
      }
   .NavigationWrapper.scrolled .dropdown{
        color:#000;
      }
      .NavigationWrapper.scrolled .menuItem.menuCta{
        background: #FFFFFF;
        border: 1px solid #000000;
        border-radius: 100px;
        color:#000;
      }
.form-columns-2{
max-width:100% !Important;
}
#Thumvideo1,
#Thumvideo2 {
  border-radius: 40px;
}
input {
  border-bottom: 1px solid rgba(76, 76, 76, 0.5);
  border-top: unset !important;
  border-left: unset !important;
  border-right: unset !important;
  background: 0 0 !important;
  padding: 10px !important;
  width: 90%;
}
select {
    word-wrap: normal;
  border-bottom: 1px solid rgba(76, 76, 76, 0.5) !important;
  border-top: unset !important;
  border-left: unset !important;
  border-right: unset !important;
    background: transparent;
    width: 56%!important;
    opacity: 0.8;
    padding: 10px 8px;
    color: #4C4C4C !Important;
}
input.hs-button.primary.large {
    border: unset !important;
    color: #FFF !important;
    font-size: 20px !important;
}
.hs_submit.hs-submit {
margin:20px 0;
    display: flex;
    width: 30%;
    height: 50px;
    padding: 20px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%) !important;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset, 4px 4px 10px 0px rgba(0, 0, 0, 0.08) !important;
}
img.rightArrow {
  width: 15%;
  padding: 0 10px;
}
img.rightBlackArrow {
    padding: 0 8px;
    width: 90%;
}
.indicatorWrapper {
  width: 100%;
  display: flex;
}

p.customerPara {
  color: rgba(9, 3, 6, 0.8);
  text-align: center;
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  padding: 2% 0 0 0;
}
p.tickParaBold {
  color: #000;
  font-family: Ubuntu;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  text-transform: capitalize;
}
p.tickparaRegular {
  color: #4c4c4c;
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}
p.textItalic {
  color: #4c4c4c;
  font-family: Ubuntu;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 148%;
}
p.textNormal {
  color: #4c4c4c;
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  padding: 2% 0;
}
img.Image001 {
  width: 60%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.textWrapperEthosh {
  padding: 0 15px 0 15px;
}
section.EthoshWrapper {
  padding: 5% 7% 0 7%;
}
.FlexDiv {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding:15px 0;
}
.companyLogoWrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
img.LogoImage {
  width: 70%;
}
.sectionLogo {
  border-top: 1px dashed #7c7c7c;
  border-bottom: 1px dashed #7c7c7c;
  padding: 5% 7%;
}

.FormSection {
  background: #efefef;
  padding: 5% 7%;
  margin: 5% 0 0 0;
}
.sectionCaseStudies {
  padding: 5% 7%;
}
.carousel-cell {
 
  border-radius: 30px;
  background: #efefef;
  padding: 1.5%;
 
  margin: 0 1%;
}
img.carouselcard {
  width: 100%;
  height:250px;
}
p.caroseulparabold {
  color: #000;
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  padding: 10px 0 8px 0;
}
p.carouselparaReg {
  color: #000;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  padding:8px 0;
}
a.knowMoreText {
  color: #000;
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: capitalize;
  text-decoration: none;
  padding: 10px 0;
      display: flex;
    align-items: center;
}
a {
  text-decoration: none;
}
section.sectionTwo {
  padding: 5% 7%;
}

section#Video {
  padding: 2% 7% 0 7%;
}
span.redText {
  color: #B9131A;
  font-weight: 700;
}

span.GreyText {
  color: #000;
  font-weight: 700;
  font-style: italic;
}
.learnMoreFooter1,
.learnMoreFooter2 {
  margin-top: 5px !important;
}
.container,
.container-fluid,
.container-lg,
.container-md {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: auto;
  margin-left: auto;
}
body {
  overflow-x: hidden;
}
p {
  margin: 0 !important;
}
a.menuLink {
  color: #fff;
}
.navCollapseEthosh {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 0 0 20px 20px;    
    position: fixed;
    right: 0;
    top: 9%;
    transform-origin: top left;
    width: 100%;
    z-index: 1;
   padding: 5% 5% 15% 5%!important;
}

label.footerLink {
    display: flex;
    align-items: center;
    justify-content: center;
}
img.footerIcon {
    padding: 0 15px 0 0;
}
  .OurVideo3D:hover .footerDivSec {
    animation: slide-in 0.9s;
  }
  .OurVideo2D:hover .footerDivSec {
    animation: slide-in 0.9s;
  }
@media (max-width: 600px) {
  .col-2.hamburgermenuWrapper.d-block.d-md-none {
    text-align: right;
}
  a.menuLink {
    font-size: 18px !important;
}
  a.menuLink002 {
    display: block !important;
}
    a.menuLink002 {
    font-size: 14px !important;
}
  p.dropdown {
    font-size: 18px !important;
}
  img.spanArrowRightImg {
    width: 3%;
}
  #Thumvideo1, #Thumvideo2 {
    border-radius: 20px;
}
  
  .row.footerSection {
    border-top: 2px dashed #362f2f;
    margin: 5% 0 0;
    padding: 5% 0 0;
}
  img.LogoImage {
    width: 100%;
}
  select {

    width: 100%!important;

}
  .flickity-page-dots .dot {
    width: 10% !important;
}
  .row.footerMenu {
    padding: 0 0 2% 0;
}
.FooterLogoWrapper {
    align-items: center;
    display: flex;
    justify-content: center;
}
.footerContact {
    align-items: center;
    color: #aaa!important;
    display: flex;
    justify-content: flex-start;
    text-align: left;
}
  input#phone-a544a1bf-62d1-4d03-a276-400c55ef3ecb {
    width: 100% !important;
}
  .footerContact{
  font-size:12px;
  }
  p.customerPara {
    font-size: 20px;
}
  section#Video {
    padding: 5% 7%;
}
  p.textItalic{ 
    font-size: 20px;   
}
   p.textNormal {

    font-size: 16px;
    
}
  img.Image001 {
    margin: 5% auto;    
}
  p.tickParaBold {

  font-size: 18px;

}
p.tickparaRegular {

  font-size: 16px;
 
}
  .dropdown-container {
    position: relative;
    display:flex;
    text-align:left;
}
.dropdown {
    display: block !Important;    
}
  a.menuLink, a.menulink002 {
    /* width: 100% !important; */
    display: block;
}
  section.mainFooterSection {
    background: #000;
    margin: 4% 0 0;
    padding: 5% 2%;
}
  .footerLink{
    font-size: 14px;
    padding:10px 0;
}
  p.footerContact {
    padding: 10px 0;
}
  img.footerLogo {
    width: 50%;
    padding: 5% 0;
    display: flex;
   
}
  .navCollapseEthosh{
  display:none;
  }
  .companyLogoWrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
}
  h2.sectionTwoText {
    color: #000;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
}
  a.menuLink, .dropdown, a.menuLink002 {
    color: #000 !important;
}
  .carousel-cell {
    background: #efefef;
    border-radius: 30px;
    margin: 0 1%;
    padding: 5%;
    width: 100%;
}
  .progressBarValue.ht.active {
    height: 4px;
      background-color: #B9131A !important;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0 4px 4px rgba(255, 255, 255, 0.25) !important;
    border-radius: 100px !important;
    transition: 1.5s ease-in-out forwards;
    background-position: left;
  }
  .carousel-indicators {
    margin-left: 3% !important;
    margin-right: 3% !important;
    position: absolute;
    right: 0;
    bottom: 10% !important;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between !important;
    padding: 0;
    align-items: center !important;
    margin-bottom: 1rem;
    list-style: none;
  }
  .carousel-indicators [data-bs-target] {
    width: 50% !important;
    height: 4px !important;
    text-indent: unset !important;
    border-top: unset;
    border-bottom: unset;
    background: rgba(255, 255, 255, 0.35) !important;
    border-radius: 100px !important;
  }
 p.captext {
    display: block;
    color: #FFF;
    font-size: 14px;
    text-align: left;
    padding: 10px 0;
}
  .VideoSectionOne {
    height: 100%;
    transition-timing-function: linear;
    position: relative;
    padding:25px 0 0 0;
  }
  .VideoSectionTwo {
    height: 100%;
    position: relative;
    transition-timing-function: linear;
    padding:15px 0 0 0;
  }
  .secondVideoWeb {
    display: block;  
    border-radius: 40px;
  }
  .bannerVideo {
    bottom: 0;
    color: #f1f1f1;
    width: 100%;
    padding: 20px 0;
    position: absolute;
    top: 25%;
  }
  #Thumvideo1 {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
  }
  #Thumvideo2 {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
  }
  .row.iconsDiv {
    justify-content: center;
  }
  img.ethoshLogo {
    width: 100%;
  }
  .NavigationWrapper.align-items-center {
    height: 60px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    padding: 0 3%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
  }
 .menuItem {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-bottom:1.5px dashed #7c7c7c;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
span.spanArrowRight {
    padding: 0 10px;
}

  .CardPadding {
    margin-top: 2%;
    margin-bottom: 10%;
    padding: 0;
  }
  .cardItem {
    background: #000;
    border-radius: 20px;
    padding: 30px 30px 0 30px;
    min-height: 100%;
    width: 90%;
    margin-right: 10px !important;
  }
  span.OurVideoHeadingLight {
    color: #000;
    font-weight: 500;
    font-style: italic;
  }
  .cardWeb {
    display: none;
  }
  .cardMob {
    display: block;
    margin:5% 0;
  }
  div#carousel1 {
    height: 400px;
}
  section.sectionTwo {
    padding: 7% 4%;
}
  .BannerSection {
    height: 100%;
    padding: 0;
  }
  .bannerTextWrapper {
    padding: 10% 0% 5% 0%;
    text-align: left;
  }
  h1.bannerMainText br {
    display: none;
  }
  .bannerMainText {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
  }
  .bannerMainTextItalic {
    color: #fff;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
  }
  .arrowNavigatorWrapper {
    display: none;
  }
  .circleIcon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 auto;
  }
  .downArrow {
    margin-top: -40%;
    width: 30%;
    animation: bounce 1.6s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .arrowNavigator {
    position: relative;
  }
  .videoText {
    color: #fff;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
     line-height:1.2;
    text-transform: capitalize;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .videoMainText {
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    text-transform: inherit;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .learnMoreText1 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: block;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .learnMoreText2 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: block;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .projectSection {
    margin: 10% 7% 0 7% !important;
    height: 100%;
    align-items: center;
    text-align: center;
  }
  .customerHeadingItalic {
    font-size: 32px;
    font-style: italic;
  
    font-weight: 500;
  }
  .customerHeadingItalic br {
    display: none;
  }
  .customerHeading {
    font-size: 32px;
    color: #7c7c7c;
    font-style: normal;
    font-weight: 300;
  }
  .count {
    color: #B9131A;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
  }
  .counterName {
    color: #090306;
    font-size: 16px;
    margin-top: -5px !important;
    padding-bottom: 0;
    opacity: 0.8;
    font-weight: 300;
  }
  .projectHeading {
    align-items: center;
    background: hsla(0, 0%, 100%, 0.09);
    border-radius: 0 0 16px 16px;
    color: #000;
    display: flex;
    font-size: 32px;
    height: 35px;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
      font-weight: 500;
  }
    .projectHeading002 {
    align-items: center;
    background: hsla(0, 0%, 100%, 0.09);
    border-radius: 0 0 16px 16px;
    color: #000;
    display: flex;
    font-size: 32px;
    height: 35px;
    justify-content: flex-start;
    margin: 5% auto;
    text-align: center;
        font-weight: 500;
  }
  .customerSection {
    padding: 10% 0 0 0;
  }
  .profileWrapper {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0 0 0;
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: 30px;
  }
  .profileWrapper img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .testimonialPara {
    color: #fff;
    padding: 15px 0;
    font-size: 16px;
  }
  .profileData {
    color: #fff;
    font-size: 12px;
  }
  h3.OurVideoHeading {
    font-size: 32px;
    color: #7c7c7c;
    font-weight: 300;
    padding-top: 10%;
    width: 90%;
  }
  .OurVideoSection {
    padding: 5% 7% 5% 7%;
    justify-content: space-between;
  }
  .OurVideo2D {
    position: relative;
    display: flex;
    height: auto;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    margin: 20px 0;
  }
  .OurVideo3D {
    position: relative;
    display: flex;
    height: auto;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    margin: 20px 0;
  }
  .ourVideoWrapper {
    display: block;
    position: relative;
  }
  .footerSection {
    align-items: center;
    text-align: center; 
  }
  .footerText {
    color: #fff;
    text-align: center;
    margin: 20px 0 !important;
    font-size:14px;
  }
  img.socilaIcons {
    width: 25%;
  }
  .learnMoreFooter1 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: block;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .learnMoreFooter2 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: block;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .countDiv {
    margin: 25px 0 !important;
  }
  img.QuoteIcons {
    width: 15%;
  }
  .countDiv.bordered {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .rightarrowIcon {
    padding-left: 10px;
    width: 10%;
  }
  img.rightarrowIconImg {
    width: 10%;
  }
  .cardItem.orangeQuote {
    background: radial-gradient(100% 100% at 24.36% 0, #311c10 0, #000 100%);
  }
  span.orangeHigh {
    color: #FFF;
    font-weight: 700;
  }
  .cardItem.greenQuote {
    background: radial-gradient(100% 100% at 24.36% 0, #0a201a 0, #000 100%);
  }
  span.greenHigh {
    color: #009688;
    font-weight: 700;
  }
  .cardItem.blueQuote {
    background: radial-gradient(100% 100% at 24.36% 0, #092634 0, #000 100%);
  }
  span.blueHigh {
    color: #03a9f4;
    font-weight: 700;
  }
  .cardItem.purpleQuote {
    background: radial-gradient(100% 100% at 24.36% 0, #2f1639 0, #000 100%);
  }
  span.purpleHigh {
    color: #a876ff;
    font-weight: 700;
  }
  #lastVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    width: 100%;
    border-radius: 20px;
  }

  .sectionWrapper {
    bottom: 0;
    color: #f1f1f1;
    width: 100%;
    transition: 0.7s;
    padding: 10%;
    position: absolute;
    
  }
  .videoMob {
    display: block;
  }
  .videoWeb {
    display: none;
  }
  img.rightarrowIconFooter {
    width: 15%;
  }
  div#carousel2 {
    padding: 3% 0;
}
    .footerDivSec {
    bottom: 0;
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    position: absolute;
    display: flex;
    align-items: flex-end;
  }
.LogoDiv {
    margin: 5px 15px;
}
  .sectionLogo{
  padding:5% 0;
  }
}
@media (min-width: 600px) {
  img.footerLogo {
    width: 100%;
}
  .carousel-cell {
    width: 31%;
  }
  .LogoDiv {
    margin: 15px;
}
    .flickity-page-dots .dot {
    width: 3% !important;
}
  .FooterLogoWrapper, label.footerLink {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
  .row.footerMenu {
    padding: 0 0 8% 0;
}
    .footerContact {
    color: #aaa!important;
    display: flex;
    align-items: center;
  justify-content: center;
}
  div#carousel2 {
    padding: 2% 0;
}
  input#phone-a544a1bf-62d1-4d03-a276-400c55ef3ecb {
    width: 57% !important;
}
    .footerContact{
  font-size:12px;
  }
  .secondVideoWeb {
  padding: 40px 20px !important;
}
    .navCollapseEthosh{
  display:none;
  }
  .footerDivSec {
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    position: absolute;
    display: flex;
    align-items: flex-end;
    bottom: 0;
  }
  p.captext {
    color: #fff;
    font-size: 9px;
    padding: 15px 5px;
    text-align: left;
  }
  .carousel-indicators [data-bs-target] {
    text-indent: unset !important;
    border-top: unset;
    border-bottom: unset;
    background: rgba(255, 255, 255, 0.35) !important;
    border-radius: 100px !important;
    width: 30% !important;
    height: 8px !important;
  }
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10% !important;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between !important;
    padding: 0;
    align-items: center !important;
    margin-bottom: 1rem;
    margin-left: 7% !important;
    list-style: none;
  }
  .videoMob {
    display: none;
  }
  .videoWeb {
    display: block;
  }
  #Thumvideo1 {
/*     filter: brightness(0.2); */
    position: relative;
    width: 100%;
  }
  #Thumvideo2 {
/*     filter: brightness(0.2); */
    position: relative;
    width: 100%;
  }
  .CardPadding.cardWeb {
    padding-top: 0;
  }
  .secondVideoWeb {
    display: block;
  }
   .rightarrowIconFooter {
    padding-left: 5px;
    width: 15%;
  }
  #lastVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    border-radius: 20px;
  }
  .bannerVideo {
    bottom: 0;
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    position: absolute;
    top: 5%;
  }
  img.rightarrowIconImg {
    width: 10%;
  }
  img.QuoteIcons {
    width: 15%;
  }
  .BannerSection {
    height: 100%;
  }
  .menuItem {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
  }
  img.ethoshLogo {
    width: 70%;
  }
  .bannerTextWrapper {
    padding: 10% 5% 0 5%;
  }
  .bannerMainText {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.1;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .bannerMainTextItalic {
    color: #fff;
    font-size: 40px;
    font-style: italic;
    line-height: 1.1;
    font-weight: 700;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .logo4 {
    width: 35% !important;
  }
  .logo5 {
    width: 60% !important;
  }
  img.Logo8 {
    width: 40%;
  }
  img.Logo15 {
    margin-top: -10px !important;
  }
  .NavigationWrapper.align-items-center {
    height: 85px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    padding: 0 5%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
  }
  .circleIcon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 auto;
  }
  .downArrow {
    margin-top: -35%;
    width: 27%;
    animation: bounce 1.6s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .arrowNavigator {
    position: relative;
  }
  .arrowNavigatorWrapper {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    position: relative;
  }
  .VideoSectionOne {
    height: 100%;
    overflow: hidden;
    position: relative;
    transition-timing-function: linear;
  }
  .VideoSectionTwo {
    height: 100%;
    overflow: hidden;
    position: relative;
    transition-timing-function: linear;
  }
  .OurVideo2D {
    position: relative;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 15px 0;
    margin: 0 10px;
    overflow: hidden;
    transition-timing-function: linear;
  }
  .OurVideo3D {
    position: relative;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin: 0 10px;
    padding: 15px 0;
    overflow: hidden;
    transition-timing-function: linear;
  }

  .videoText {
    color: #fff;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
     line-height:1.2;
    text-transform: capitalize;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .videoMainText {
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    text-transform: inherit;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .rightarrowIcon {
    padding-left: 10px;
    width: 10%;
  }

  .learnMoreText2 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: block;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .learnMoreFooter1 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: block;
  }
  .learnMoreText1 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: block;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .learnMoreFooter2 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: block;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .projectSection {
    margin: 6% 7% 0 6% !important;
    align-items: center;
    text-align: center;
  }
  .customerHeadingItalic {
    font-size: 40px;
    font-style: italic;
    font-weight: 500;
  
  }
  .customerHeadingItalic br {
    display: none;
  }
  .customerHeading {
    font-size: 40px;
    color: #7c7c7c;
    font-style: normal;
    font-weight: 300;
  }
  .countDiv.bordered {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .countDiv {
    margin: 35px 0 !important;
  }
  .count {
    color: #B9131A;
    font-size: 40px;
    font-style: italic;
    font-weight: 500;
  }
  .counterName {
    color: #090306;
    font-size: 16px;
    margin-top: -10px !important;
    padding-bottom: 25px;
    opacity: 0.8;
    font-weight: 300;
  }
  .projectHeading {
    align-items: center;
    background: hsla(0, 0%, 100%, 0.09);
    border-radius: 0 0 16px 16px;
    color: #000;
    display: flex;
    font-size: 40px;
    height: 52px;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
  }
    .projectHeading002 {
    align-items: center;
    background: hsla(0, 0%, 100%, 0.09);
    border-radius: 0 0 16px 16px;
    color: #000;
    display: flex;
    font-size: 40px;
    height: 52px;
    justify-content: flex-start;
    margin: 2% auto;
    text-align: center;
  }
  .customerSection {
    padding: 6% 7% 0 7%;
  }
  .cardItem {
    border-radius: 20px;
    padding: 30px 15px;
    height: max-content;
    margin: 10% 3% !important;
  }
  .cardItem.orangeQuote {
    background: radial-gradient(100% 100% at 24.36% 0, #311c10 0, #000 100%);
  }
  span.orangeHigh {
    color: #FFF;
    font-weight: 700;
  }
  .cardItem.greenQuote {
    background: radial-gradient(100% 100% at 24.36% 0, #0a201a 0, #000 100%);
  }
  span.greenHigh {
    color: #009688;
    font-weight: 700;
  }
  .cardItem.blueQuote {
    background: radial-gradient(100% 100% at 24.36% 0, #092634 0, #000 100%);
  }
  span.blueHigh {
    color: #03a9f4;
    font-weight: 700;
  }
  .cardItem.purpleQuote {
    background: radial-gradient(100% 100% at 24.36% 0, #2f1639 0, #000 100%);
  }
  span.purpleHigh {
    color: #a876ff;
    font-weight: 700;
  }
  .profileWrapper {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0 0 0;
  }
  .testimonialPara {
    color: #fff;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 300;
  }
  .profileData {
    color: #fff;
    font-size: 13px;
    opacity: 0.8;
    text-transform: uppercase;
  }
  h3.OurVideoHeading {
    font-size: 40px;
    color: #7c7c7c;
    padding: 0 0 1% 0;
    font-weight: 300;
  }
  .OurVideoHeadingLight {
    color: #000;
    font-weight: 500;
    font-style: italic;
  }
  .OurVideoSection {
    padding: 4% 7% 0 7%;
    justify-content: space-between;
  }
  .ourVideoWrapper {
    display: flex;
    align-items: center;
    position: relative;
  }
  .footerSection {
    background-color: #000;
    align-items: center;
   
  }
  .footerText {
    color: #fff;
    text-align: end;
    font-size: 10px;
  }
  img.socilaIcons {
    width: 70%;
  }
  .cardWeb {
    display: block;
  }
  .cardMob {
    display: none;
  }
  .profileWrapper img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .sectionWrapper {
    transition: 0.7s;
    bottom: 0;
    color: #f1f1f1;
    width: 100%;
    padding: 25% 10%;
    position: absolute;
    top: 25%;
  }
}
@media (min-width: 1024px) {
    .carousel-cell {
    width: 31%;
  }
    .carousel-indicators [data-bs-target] {
    text-indent: unset !important;
    border-top: unset;
    border-bottom: unset;
    background: rgba(255, 255, 255, 0.35) !important;
    border-radius: 100px !important;
    width: 30% !important;
    height: 8px !important;
  }
    .footerContact{
  font-size:14px;
  }
  p.captext {
    color: #fff;
    font-size: 16px;
    padding: 15px 5px;
    text-align: left;
  }
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10% !important;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between !important;
    padding: 0;
    align-items: center !important;
    margin-bottom: 1rem;
    margin-left: 7% !important;
    list-style: none;
  }
  .CardPadding.cardWeb {
    padding-top: 15%;
  }
  .rightarrowIconFooter {
    padding-left: 5px;
    width: 10%;
  }
  #lastVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    border-radius: 20px;
  }
  .footerDivSec {
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: flex-end;
  }
  img.QuoteIcons {
    width: 15%;
  }
  .BannerSection {
    height: 100%;
  }
  .menuItem {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
  img.ethoshLogo {
    width: 100%;
  }
  .bannerTextWrapper {
    padding: 10% 5% 0 5%;
  }
  .bannerMainText {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    line-height: 1.1;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .bannerMainTextItalic {
    color: #fff;
    font-size: 50px;
    font-style: italic;
    line-height: 1.1;
    font-weight: 700;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .logo4 {
    width: 35% !important;
  }
  .logo5 {
    width: 60% !important;
  }
  img.Logo8 {
    width: 40%;
  }
  img.Logo15 {
    margin-top: -10px !important;
  }
  .NavigationWrapper.align-items-center {
    height: 85px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    padding: 0 7%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
  }
  .circleIcon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 auto;
  }
  h2.sectionTwoText {
    color: #000;
    font-size: 35px;
    font-weight: 300;
    text-align: center;
}
  .downArrow {
    margin-top: -35%;
    width: 27%;
    animation: bounce 1.6s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .arrowNavigator {
    position: relative;
  }
  .arrowNavigatorWrapper {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    position: relative;
  }
  .VideoSectionOne {
    height: 100%;
    overflow: hidden;
    position: relative;
    transition-timing-function: linear;
  }
  .VideoSectionTwo {
    height: 100%;
    overflow: hidden;
    transition-timing-function: linear;
    position: relative;
  }
/*   .VideoSectionOne:hover .sectionWrapper {
    animation: slide-in 0.9s;
  }
  .VideoSectionTwo:hover .sectionWrapper {
    animation: slide-in 0.9s;
  } */
  .OurVideo2D {
    position: relative;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 15px 0;
    overflow: hidden;
    transition-timing-function: linear;
  }
  .OurVideo3D {
    position: relative;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 15px 0;
    overflow: hidden;
    margin-right: 2%;
    transition-timing-function: linear;
  }

  .videoText {
    color: #fff;
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
     line-height:1.2;
    text-transform: capitalize;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .videoMainText {
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    text-transform: inherit;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .learnMoreText1 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 0 0 15px 0;
    display: block;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .rightarrowIcon {
    padding-left: 10px;
    width: 10%;
  }
  .learnMoreText2 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 0 0 15px 0;
    display: block;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .learnMoreFooter1 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: block;
  }
  .learnMoreFooter2 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: block;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .projectSection {
    margin: 6% 7% 0 6% !important;
    align-items: center;
    text-align: center;
  }
  .customerHeadingItalic {
    font-size: 60px;
    font-style: italic;
    font-weight: 500;
  }
  customerHeadingItalic br {
    display: block;
  }
  .customerHeading {
    font-size: 60px;
    color: #7c7c7c;
    font-style: normal;
    font-weight: 300;
  }
  .countDiv.bordered {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .countDiv {
    margin: 35px 0 !important;
  }
  .count {
    color: #B9131A;
    font-size: 60px;
    font-style: italic;
    font-weight: 700;
  }
  .counterName {
    color: #090306;
    font-size: 30px;
    margin-top: -10px !important;
    padding-bottom: 30px;
    opacity: 0.8;
    font-weight: 300;
  }
  .projectHeading {
    align-items: center;
    background: hsla(0, 0%, 100%, 0.09);
    border-radius: 0 0 16px 16px;
    color: #000;
    display: flex;
    font-size: 46px;
    font-weight: 500;
    height: 52px;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
  }
    .projectHeading002 {
    align-items: center;
    background: hsla(0, 0%, 100%, 0.09);
    border-radius: 0 0 16px 16px;
    color: #000;
    display: flex;
    font-size: 46px;
    font-weight: 500;
    height: 52px;
    justify-content: flex-start;
    margin: 3% auto;
    text-align: center;
  }
  .customerSection {
    padding: 6% 7% 0 7%;
  }
  .cardItem {
    border-radius: 20px;
    padding: 40px 25px;
    height: max-content;
  }
  .cardItem.orangeQuote {
    background: radial-gradient(100% 100% at 24.36% 0, #311c10 0, #000 100%);
  }
  span.orangeHigh {
    color: #FFF;
    font-weight: 700;
  }
  .cardItem.greenQuote {
    background: radial-gradient(100% 100% at 24.36% 0, #0a201a 0, #000 100%);
  }
  span.greenHigh {
    color: #009688;
    font-weight: 700;
  }
  .cardItem.blueQuote {
    background: radial-gradient(100% 100% at 24.36% 0, #092634 0, #000 100%);
  }
  span.blueHigh {
    color: #03a9f4;
    font-weight: 700;
  }
  .cardItem.purpleQuote {
    background: radial-gradient(100% 100% at 24.36% 0, #2f1639 0, #000 100%);
  }
  span.purpleHigh {
    color: #a876ff;
    font-weight: 700;
  }
  .profileWrapper {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0 0 0;
  }
  .testimonialPara {
    color: #fff;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 300;
  }
  .profileData {
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
    text-transform: uppercase;
  }
  h3.OurVideoHeading {
    font-size: 60px;
    color: #7c7c7c;
    padding: 0 0 1% 0;
    font-weight: 300;
  }
  .OurVideoHeadingLight {
    color: #000;
    font-weight: 500;
    font-style: italic;
  }
  .OurVideoSection {
    padding: 4% 7% 0 7%;
    justify-content: space-between;
  }
  .ourVideoWrapper {
    display: flex;
    position: relative;
  }
  .footerSection {
    background-color: #000;
    align-items: center;
 
  }
  .footerText {
    color: #fff;
    text-align: end;
    font-size: 14px;
  }
  img.socilaIcons {
    width: 30%;
  }
  .cardWeb {
    display: block;
  }
  .cardMob {
    display: none;
  }
  .profileWrapper img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .sectionWrapper {
    transition: 0.7s;
    padding: 25% 12%;
    top: 15%;
  }
}
@media (min-width: 1200px) {
  img.footerLogo {
    width: 50%;
}
    .carousel-indicators [data-bs-target] {
    text-indent: unset !important;
    border-top: unset;
    border-bottom: unset;
    background: rgba(255, 255, 255, 0.35) !important;
    border-radius: 100px !important;
    width: 20% !important;
    height: 8px !important;
  }
  h2.sectionTwoText {
  color: #000;
  font-size: 40px;
  text-align: center;
  font-weight: 300;
}
    .footerContact{
  font-size:16px;
  }
  .carousel {
    height: 100vh;
    overflow: hidden;
  }
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 20% !important;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between !important;
    padding: 0;
    align-items: center !important;
    margin-bottom: 1rem;
    margin-left: 7% !important;
    list-style: none;
  }
  .CardPadding.cardWeb {
    padding-top: 8%;
  }
  .sectionWrapper {
    transition: 0.7s;
    bottom: 0;
    color: #f1f1f1;
    width: 100%;
    padding: 25% 12%;
    position: absolute;
    top: 30%;
  }
  img.rightarrowIconFooter {
    width: 10%;
    padding-left: 5px;
  }
  #lastVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    border-radius: 20px;
  }
  .footerDivSec {
    bottom: 25px;
    display: flex;
    align-items: flex-end;
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    position: absolute;
  }
  img.QuoteIcons {
    width: 15%;
  }
  .BannerSection {
    height: 100%;
  }
  .menuItem {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
  img.ethoshLogo {
    width: 70%;
  }
  .bannerTextWrapper {
    padding: 12% 5% 0 5%;
  }
  .bannerMainText {
    color: #fff;
    font-size: 70px;
    font-weight: 300;
    line-height: 1.1;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .bannerMainTextItalic {
    color: #fff;
    font-size: 70px;
    font-style: italic;
    line-height: 1.1;
    font-weight: 700;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .logo4 {
    width: 35% !important;
  }
  .logo5 {
    width: 60% !important;
  }
  img.Logo8 {
    width: 40%;
  }
  img.Logo15 {
    margin-top: -10px !important;
  }
  .NavigationWrapper.align-items-center {
    height: 85px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    padding: 0 7%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
  }
  .circleIcon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 auto;
  }
  .downArrow {
    margin-top: -35%;
    width: 27%;
    animation: bounce 1.6s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .arrowNavigator {
    position: relative;
  }
  .arrowNavigatorWrapper {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    position: relative;
    right: -13%;
  }
  .VideoSectionOne {
    height: 100%;
    overflow: hidden;
    position: relative;
    transition-timing-function: linear;
  }

  .VideoSectionTwo {
    height: 100%;
    overflow: hidden;
    transition-timing-function: linear;
    position: relative;
  }
  .OurVideo2D {
    position: relative;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 15px 0;
    overflow: hidden;
    transition-timing-function: linear;
  }
  .OurVideo3D {
    position: relative;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 15px 0;
    overflow: hidden;
    margin-right: 2%;
    transition-timing-function: linear;
  }

  .videoText {
    color: #fff;
    font-style: italic;
    font-weight: 700;
    font-size: 30px;
    line-height:1.2;
    text-transform: capitalize;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .videoMainText {
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    text-transform: inherit;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .learnMoreText1 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 0 0 15px 0;
    display: block;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .rightarrowIcon {
    padding-left: 10px;
    width: 10%;
  }
  .learnMoreText2 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    display: block;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .learnMoreFooter1 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: none;
  }
  .learnMoreFooter2 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 0 0 15px 0;
    display: none;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .projectSection {
    margin: 6% 7% 0 6% !important;
    align-items: center;
    text-align: center;
  }
  .customerHeadingItalic {
    font-size: 60px;
    font-style: italic;
    font-weight: 500;
  }
  customerHeadingItalic br {
    display: block;
  }
  .customerHeading {
    font-size: 60px;
    color: #7c7c7c;
    font-style: normal;
    font-weight: 300;
  }
  .countDiv.bordered {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .countDiv {
    margin: 35px 0 !important;
  }
  .count {
    color: #B9131A;
    font-size: 60px;
    font-style: italic;
    font-weight: 700;
  }
  .counterName {
    color: #090306;
    font-size: 30px;
    margin-top: -10px !important;
    padding-bottom: 30px;
    opacity: 0.8;
    font-weight: 300;
  }
  .projectHeading {
    align-items: center;
    background: hsla(0, 0%, 100%, 0.09);
    border-radius: 0 0 16px 16px;
    color: #000;
    display: flex;
    font-size: 60px;
    font-weight: 500;
    height: 52px;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
  }
    .projectHeading002 {
    align-items: center;
    background: hsla(0, 0%, 100%, 0.09);
    border-radius: 0 0 16px 16px;
    color: #000;
    display: flex;
    font-size: 60px;
    font-weight: 500;
    height: 52px;
    justify-content: flex-start;
    margin: 5% auto;
    text-align: center;
  }
  .customerSection {
    padding: 6% 7% 0 7%;
  }
  .cardItem {
    border-radius: 40px;
    padding: 40px 25px;
    height: max-content;
    margin: 12% 3% !important;
  }
  .cardItem.orangeQuote {
    background: radial-gradient(100% 100% at 24.36% 0, #311c10 0, #000 100%);
  }
  span.orangeHigh {
    color: #FFF;
    font-weight: 700;
  }
  .cardItem.greenQuote {
    background: radial-gradient(100% 100% at 24.36% 0, #0a201a 0, #000 100%);
  }
  span.greenHigh {
    color: #009688;
    font-weight: 700;
  }
  .cardItem.blueQuote {
    background: radial-gradient(100% 100% at 24.36% 0, #092634 0, #000 100%);
  }
  span.blueHigh {
    color: #03a9f4;
    font-weight: 700;
  }
  .cardItem.purpleQuote {
    background: radial-gradient(100% 100% at 24.36% 0, #2f1639 0, #000 100%);
  }
  span.purpleHigh {
    color: #a876ff;
    font-weight: 700;
  }
  .profileWrapper {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0 0 0;
  }
  .testimonialPara {
    color: #fff;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 300;
  }
  .profileData {
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
    text-transform: uppercase;
  }
  h3.OurVideoHeading {
    font-size: 60px;
    color: #7c7c7c;
    padding: 0 0 1% 0;
    font-weight: 300;
  }
  .OurVideoHeadingLight {
    color: #000;
    font-weight: 500;
    font-style: italic;
  }
  .OurVideoSection {
    padding: 4% 7% 0 7%;
    justify-content: space-between;
  }
  .ourVideoWrapper {
    display: flex;
    position: relative;
  }
  .footerSection {
    background-color: #000;
    align-items: center;

  }
  .footerText {
    color: #fff;
    text-align: end;
    font-size: 14px;
  }
  img.socilaIcons {
    width: 30%;
  }
  .cardWeb {
    display: block;
  }
  .cardMob {
    display: none;
  }
  .profileWrapper img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
}
@media(min-width: 1300px){
  .carousel-indicators {
    bottom: 5% !important;
}
@media (min-width: 1920px) {
    .sectionWrapper {
    top: 30%;
    transition: 0.7s;
    padding: 25% 10%;
  }
  #lastVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    border-radius: 20px;
  }
  .footerDivSec {
    bottom: 18px;
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: flex-end;
  }
  img.QuoteIcons {
    width: 15%;
  }
  .BannerSection {
    height: 100%;
  }
  .menuItem {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
  img.ethoshLogo {
    width: 70%;
  }
  .bannerTextWrapper {
    padding: 16% 5% 0 5%;
  }
  .bannerMainText {
    color: #fff;
    font-size: 96px;
    font-weight: 300;
    line-height: 1.1;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .bannerMainTextItalic {
    color: #fff;
    line-height: 1.1;
    font-size: 96px;
    font-style: italic;
    font-weight: 700;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .logo4 {
    width: 35% !important;
  }
  .logo5 {
    width: 60% !important;
  }
  img.Logo8 {
    width: 40%;
  }
  img.Logo15 {
    margin-top: -10px !important;
  }
  .NavigationWrapper.align-items-center {
    height: 85px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    padding: 0 7%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
  }
  .circleIcon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 auto;
  }
  .downArrow {
    margin-top: -35%;
    width: 27%;
    animation: bounce 1.6s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .arrowNavigator {
    position: relative;
  }
  .arrowNavigatorWrapper {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    position: relative;
    right: -13%;
  }
  .VideoSectionOne {
    height: 100%;
    overflow: hidden;
    position: relative;
    transition-timing-function: linear;
  }

  .VideoSectionTwo {
    height: 100%;
    overflow: hidden;
    transition-timing-function: linear;
    position: relative;
  }
  .OurVideo2D {
    position: relative;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 15px 0;
    overflow: hidden;
    transition-timing-function: linear;
  }
  .OurVideo3D {
    position: relative;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 15px 0;
    overflow: hidden;
    margin-right: 2%;
    transition-timing-function: linear;
  }

  .videoText {
    color: #fff;
    font-style: italic;
    font-weight: 700;
    font-size: 50px;
    text-transform: capitalize;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .videoMainText {
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    text-transform: inherit;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .learnMoreText1 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 0 0 15px 0;
    display: block;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .rightarrowIcon {
    padding-left: 10px;
    width: 10%;
  }
  .rightarrowIconFooter {
    padding-left: 5px;
    width: 20%;
  }
  .learnMoreText2 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    display: block;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .learnMoreFooter1 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: none;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .learnMoreFooter2 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 0 0 15px 0;
    display: none;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .projectSection {
    margin: 6% 7% 0 6% !important;
    align-items: center;
    text-align: center;
  }
  .customerHeadingItalic {
    font-size: 80px;
    font-style: italic;
    font-weight: 500;
  }
  .customerHeading {
    font-size: 80px;
    color: #7c7c7c;
    font-style: normal;
    font-weight: 300;
  }
  .countDiv.bordered {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .countDiv {
    margin: 35px 0 !important;
  }
  .count {
    color: #B9131A;
    font-size: 80px;
    font-style: italic;
    font-weight: 700;
  }
  .counterName {
    color: #090306;
    font-size: 48px;
    margin-top: -10px !important;
    padding-bottom: 30px;
    opacity: 0.8;
    font-weight: 300;
  }
  .projectHeading {
    align-items: center;
    background: hsla(0, 0%, 100%, 0.09);
    border-radius: 0 0 16px 16px;
    color: #000;
    display: flex;
    font-size: 22px;
    height: 52px;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
  }
    .projectHeading002 {
    align-items: center;
    background: hsla(0, 0%, 100%, 0.09);
    border-radius: 0 0 16px 16px;
    color: #000;
    display: flex;
    font-size: 22px;
    height: 52px;
   justify-content: flex-start;
    margin: 0 auto;
    text-align: center;
  }
  .customerSection {
    padding: 6% 7% 0 7%;
  }
  .cardItem {
    border-radius: 40px;
    padding: 40px 30px;
    height: max-content;
  }
  .cardItem.orangeQuote {
    background: radial-gradient(100% 100% at 24.36% 0, #311c10 0, #000 100%);
  }
  span.orangeHigh {
    color: #FFF;
    font-weight: 700;
  }
  .cardItem.greenQuote {
    background: radial-gradient(100% 100% at 24.36% 0, #0a201a 0, #000 100%);
  }
  span.greenHigh {
    color: #009688;
    font-weight: 700;
  }
  .cardItem.blueQuote {
    background: radial-gradient(100% 100% at 24.36% 0, #092634 0, #000 100%);
  }
  span.blueHigh {
    color: #03a9f4;
    font-weight: 700;
  }
  .cardItem.purpleQuote {
    background: radial-gradient(100% 100% at 24.36% 0, #2f1639 0, #000 100%);
  }
  span.purpleHigh {
    color: #a876ff;
    font-weight: 700;
  }
  .profileWrapper {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0 0 0;
  }
  .testimonialPara {
    color: #fff;
    padding: 20px 0;
    font-size: 32px;
    font-weight: 300;
  }
  .profileData {
    color: #fff;
    font-size: 20px;
    opacity: 0.8;
    text-transform: uppercase;
  }
  h3.OurVideoHeading {
    font-size: 80px;
    color: #7c7c7c;
    padding: 0 0 1% 0;
    font-weight: 300;
  }
  .OurVideoHeadingLight {
    color: #000;
    font-weight: 500;
    font-style: italic;
  }
  .OurVideoSection {
    padding: 4% 7% 0 7%;
    justify-content: space-between;
  }
  .ourVideoWrapper {
    display: flex;
    position: relative;
  }
  .footerSection {
    background-color: #000;
    align-items: center;

  }
  .footerText {
    color: #fff;
    text-align: end;
    font-size: 18px;
  }
  img.socilaIcons {
    width: 30%;
  }
  .cardWeb {
    display: block;
  }
  .cardMob {
    display: none;
  }
  .profileWrapper img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
}
@keyframes bounce {
  50% {
    transform: translateY(-15px);
  }
}
@keyframes progressDown {
  0% {
    height: 1%;
  }
  100% {
    height: 17%;
  }
}
i.fas.fa-angle-down {
  padding: 0 5px;
}

.dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.fa-angle-down {
  position: relative;
  transition: transform 0.3s ease;
}
.dropdown-menu {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 0 0 20px 20px;
  display: none;
  flex-direction: column;
  margin-top: 27px;
  padding: 0 !important;
  transform-origin: top left;
  width: 100%;
}
.dropdown-menu span{
  box-sizing: border-box;
  cursor: pointer;
  flex-grow: 1;
  transition: background 0.3s ease;
  width: 100%;
  padding: 10px;
}
.dropdown-menu span:not(:last-child) {
  border-bottom: 1px solid #d0d0d0;
}
.dropdown-menu > span:nth-child(2) {
  border-radius: 0 0 20px 20px;
}
.dropdown-menu span:hover {
  background: #eee;
}
#openDropdown:checked + .dropdown-menu {
  display: flex;
  animation: openDropDown 0.4s ease 0s 1 forwards;
}

@keyframes openDropDown {
  from {
    transform: rotateX(50deg);
  }
  to {
    transform: rotateX(0);
  }
}

@keyframes slide-in {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.progressBarValue {
  width: 0;
}
.progressBarValue.ht.active {
  height: 8px;
  background-color: #B9131A !important;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0 4px 4px rgba(255, 255, 255, 0.25) !important;
  border-radius: 100px !important;
  transition: 1.5s ease-in-out forwards;
  background-position: left;
}
a.dropLink {
  color: #000;
  font-size:14px;
}