@font-face {
    font-family: "Montserrat-Regular";
    src: url("../Styles/Fonts/Montserrat/Montserrat-Regular.ttf");
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("../Styles/Fonts/Montserrat/Montserrat-SemiBold.ttf");
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../Styles/Fonts/Montserrat/Montserrat-Bold.ttf");
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../Styles/Fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../Styles/Fonts/Roboto/Roboto-Bold.ttf");
}

video{
    width: 80%; 
    /* height: 100%; */
    object-fit: cover;
}

.HomeMenuList .flexnav{
    margin-top: 10vh;
    margin-left: 10vw;
}

.nav-menubgSection{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.12;
}

.nav-menubgimg{
    width: 100%;
}

.SubMenuListblock .flexnav li a span{
    text-align: right !important;
}

.SubMenuListblock .flexnav {
    margin-left: 0;
    margin-top: 0;
}

.HomeMenuList .inner{
    position: relative;
    vertical-align: top;
}

.SubMenuListSection {
    position: absolute;
    bottom: 10vw;
    right: 15vw;
}

.SubMenuListblock ul li a{
    font-family: UniversalSans-740-Headlines, Arial, sans-serif !important;
    font-size: 40px !important;
    line-height: 54px !important;
    text-align: right !important;
    text-transform: capitalize !important;
    opacity: 0.7 !important;
}

.SubMenuListblock ul li a:hover{
    opacity: 1 !important;
}

.navFooterSection{
    position: absolute;
    bottom: 40px;
    width: 100%;
}

.navFooterblock{
    width: auto;
    display: flex;
    padding: 0px 80px;
    justify-content: space-between;
}

.navFooterleft p{
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
}

.navFooterleft p:hover u{
    opacity: 1;
}

.navFooterleft p b{
    opacity: 0.5;
}

.navFooterleft p u{
    opacity: 0.5;
    text-decoration: none;
    margin-left: 5px;
}

.navFooterleft p:hover{
    opacity: 1;
}

.navFooterbottomtextMobile{
    display: none;
}

.navFooterright a{
    opacity: 0.5;
    font-size: 14px;
}

.navFooterright a:hover{
    opacity: 1;
}

.navFooterright p{
    opacity: 0.5;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    align-items: flex-end;
}

.hero_Banner{
    position: relative;
}

.hero-captionblock{
    width: 100%;
    display: flex;
    justify-content: center;
}

.hero-captionlevel{
    width: 85%;
    display: flex;
}

.hero-captionleft{
    width: 100%;
}

.hero-captionleft{
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    position: relative;
    z-index: 1;
}

.hero-captionlefttext{
    display: flex;
    justify-content: center;
}

.hero-captiontextmobile{
    display: none;
}

.hero-captionright{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
}

.Hompageboxblock{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 150px;
}

.Hompageboxlevel{
    width: 80%;
}

.section-title {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 100px;
  letter-spacing: 1px;
  line-height: 34px;
  font-family: "Montserrat-Regular";
}

.section-title b{
    font-family: "Montserrat-Bold";
    font-size: 34px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  /* max-width: 1000px; */
  margin: 0 auto;
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 30px;
    height: 280px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03); /* 8% white */
    border-radius: 20px;
    transition: background-color 0.3s ease;
}

.service-item:hover {
  /* background-color: rgba(255, 255, 255, 0.06);  */
  background-color: #E14466;
}

.service-item .service-itemimg {
  width: 60px;
  /* height: 60px; */
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.service-itemimg img {
  opacity: 0.3;
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.service-item:hover .service-itemimg img{
    opacity: 1;
    filter: brightness(0) invert(1);
}

.service-item span {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: left;
  opacity: 0.7;
  color:#fff;
  font-family: "Montserrat-Regular";
  font-weight: 400;
  transition: opacity 0.3s ease;
}

.service-item:hover span {
  opacity: 1;
}

.service-item span b{
    font-family: "Montserrat-SemiBold";
    font-size: 24px;
}

.HeroContactPages .hero-captionright{
    width: 100%;
    opacity: 0.2;
}

.HeroContactPages .hero-captionright video{
    width: 100%;
}

.height-title .hero-title{
    z-index: 1;
}

.HomeWorkbg .hero-captionright{
    width: 100%;
    opacity: 0.8;
}


.Ospectra_SecondImageSection{
    width: 100%;
    height: auto;
}

.Ospectra_SecondImageblock{
    width: 100%;
    height: auto;
}

.Ospectra_SecondImagelevel{
    width: 100%;
}

.Ospectra_SecondImage{
    width: 100%;
    height: 500px;
    background: #10033B 0% 0% no-repeat padding-box;
    border-radius: 20px;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}

.Ospectra_SecondImagecriclebgblock{
    width: 100%;
    height: 100%;
    background-image: url("../Assets/Images/ospectra_circle_pattern.svg");
    background-repeat: repeat;
    background-size: auto;
    opacity: 0.05;
}

.Ospectra_SecondImagelogoblock{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Ospectra_SecondImagelogo{
    width: 390px;
}

.Ospectra_SecondImagelogo img{
    width: 100%;
}

/* .Ospectra_ThirdImageSection{
    margin-bottom: 100px;
} */

.Ospectra_ThirdImageSection .Ospectra_SecondImage{
    background-color: unset;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.Ospectra_ThirdImageSection .Ospectra_SecondImagelogoblock{
    position: unset;
    transform: unset;
}

.Ospectra_ThirdImageSection .Ospectra_SecondImagelogo{
    width: 100%;
}

.Ospectra_Branding_Section_Mobile{
    display: none;
}

.Ospectra_HomepagetextSection{
    width: 100%;
    height: auto;
    margin-bottom: 120px;   
}

.Ospectra_Homepagetextblock{
    width: 100%;
    height: auto;
    padding-left: 100px;
}

.Ospectra_Homepagetextlevel{
    width: 52%;
    height: auto;
}

.Ospectra_Homepagetextlevel p{
    font-size: 26px;
    line-height: 40px;
    font-family: "Roboto-Regular";
    margin-bottom: 0;
}

.Ospectra_FourImageSection .Ospectra_SecondImage{
    margin-bottom: 100px;
}

.Ospectra_FourImageSection .Ospectra_SecondImagelogo{
    position: relative;
}

.Ospectra_FourImageSection .Ospectra_SecondImagelogo video{
    width: 100%;
}

.Ospectra_FourImageSection .Ospectra_SecondImagelogo .VideoHeader{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.OspectraFiveTextSection{
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}

.OspectraFiveTextblock{
    width: 100%;
    height: auto;
}

.OspectraFiveTextlevel{
    width: 62%;
    height: auto;
}

.OspectraFiveText{
    width: 100%;
    height: auto;
    display: flex;
}

.OspectraFiveTextleft{
    width: 30%;
}

.OspectraFiveTextleft h1{
    margin: 0;
    line-height: calc(1rem + 2.5vw);
}

.OspectraFiveTextright{
    width: 70%;
}

.OspectraFiveTextright p{
    font-family: "Roboto-Regular";
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
    font-weight: 500;
}

.OspectraFiveTextright p:last-child{
    margin-bottom: 0px;
}

.OspectraFiveTextright p span{
    font-family: "Roboto-Bold";
}

.OspectrasixTextSection{
    width: 100%;
    height: auto;
    margin-bottom: 180px;
}

.OspectrasixTextblock{
    width: 100%;
    height: auto;
}

.OspectrasixTextlevel{
    width: 100%;
    height: auto;
}

.OspectrasixTextSection .moving-gallery{
    width: 100%;
}

.OspectrasixTextSection .moving-gallery ul{
    margin: 0;
}

.OspectrasixTextSection .moving-gallery li {
    width: 100%;
    height: auto;
}

.AboutbannerSection{
    width: 100%;
    height: auto;
}


.AboutCapabilitiesSection{
    margin-top: 120px;
}

.Aboutbannerblock{
    width: 100%;
    height: auto;
    font-family: UniversalSans-740-Headlines, Arial, sans-serif;
}

.AboutbannerSection h2{
    margin-bottom: 150px;
    font-size: 64px;
    line-height: 74px;
    font-weight: 740;
    font-family: UniversalSans-740-Headlines, Arial, sans-serif;
    
}

.AboutbannerSection ul{
    margin: 0;
}

.AboutbannerSection ul li{
    width: 100%;
    display: flex;
    margin: 0;  
    margin-bottom: 50px;
}

.AboutbannerSection ul li:last-child{
    margin-bottom: 0;
}

.AboutbannerSection ul li h3{
    width: 40%;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 0;
    font-weight: 300;
}

.AboutbannerSection ul li ul{
    width: 60%;
}

.AboutbannerSection ul li ul li{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #fff;
    opacity: 0.3;
    font-weight: 500;
    width: auto;
}

.AboutbannerSection ul li ul li:hover{
    opacity: 1;   
}

.AboutbannerSection ul li ul li:last-child{
    margin-bottom: 0;
}

.Abouttotalcustomersection{
    width: 100%;
    height: auto;
    margin-top: 200px;
    margin-bottom: 200px;
}

.Abouttotalcustomerblock{
    width: 100%;
    height: auto;
}

.Abouttotalcustomerlevel{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.Abouttotalcustomerlevel h2{
    font-size: calc(1rem + 5vw);
    line-height: calc(1rem + 5vw);
    margin:20px 0;
}

.AboutTotalCustomerDatablock{
    width: 100%;
    display: flex;
}

.AboutTotalCustomerclientdata{
    width: 50%;
    height: auto;
}

.AboutTotalCustomerExpdata{
    width: 50%;
    height: auto;
}

.AboutTotalCustomerclientimg, .AboutTotalCustomerExpimg{
    height: 100%;
}

.AboutTotalCustomerclientimg img, .AboutTotalCustomerExpimg img{
    width:auto;
    height: 100%;
}

.AboutOurServiceheader{
    margin-bottom: 80px;
}

.AboutGoodUXLogoBlock{
    margin-top: 100px;
    margin-bottom: 0px;
}

.AboutGoodUXLogoBlock .hero_videoblock{
    width: 50%;
}

.AboutGoodUXLogoBlock .hero_GooUXImg {
  position: relative;
  width: 100%;
  height: 100%;
}

.AboutGoodUXLogoBlock .hero_videoimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* video behind */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.AboutGoodUXLogoBlock .hero_videoimg video {
  width: 95%;
  height: 95%;
  object-fit: cover; /* fills background */
}

.AboutGoodUXLogoBlock .hero_GooUXImg img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover; /* instead of contain */
  display: block;
}   

.AboutGoodUXLogoBlock .hero_videoblock .hero_GooUXImg img{
  filter: brightness(0) saturate(100%) invert(3%) sepia(5%) saturate(537%) hue-rotate(69deg) brightness(95%) contrast(102%);
}

.AboutThirdSection .OspectraFiveText{
    flex-direction: column;
}

.AboutThirdSection .OspectraFiveTextlevel {
    width: 50%;
}

.AboutThirdSection .OspectraFiveTextleft,.AboutThirdSection .OspectraFiveTextright{
    width:100%;
    text-align: center;
}

.AboutThirdSection .OspectraFiveTextleft h1{
    margin-bottom: 80px;
}

.AboutThirdSection .OspectraFiveTextright p{
    font-size: 24px;
    line-height: 38px;
}


.PitchdeskSection{
    margin-top: 80px;
    margin-bottom: 100px;
}

.PitchdeskSection .moving-gallery li {
    width: 600px;
}

.Pitchdeskclientlogosetion{
    margin-bottom: 180px;
}

.Poornakala_HomepagetextSection{
    margin-top: 80px;
    margin-bottom: 100px;
}

.PoornakalatextSection{
    margin-top: 100px;
}

.PoornakalatextSection .OspectraFiveTextlevel{
    width: 65%;
}

.PoornakalatextSection .OspectraFiveTextright p{
    padding-left: 50px;
}

.PayAgriThirdSection .Ospectra_SecondImage{
    margin-bottom: 0;
}

.Poornakala_ThirdImageSection{
    margin-bottom: 100px;
}

.EqubeSecondSection{
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.EqubeSecondblock{
    width: 100%;
    height: auto;
}

.EqubeSecondlevel{
    width: 100%;
    height: auto;
}

.EqubeSecondimageblock{
    width: 100%;
    height: auto;
    background: #10033B 0% 0% no-repeat padding-box;
}

.EqubeSecondimageMobile{
    display: none;
}

.EqubepagetextSection{
    margin-top: 0px !important;
    margin-bottom: 150px;
}

.EqubeWesiteImagessection{
    margin-top: 150px;
}

.EqubeCricleSection{
    width: 100%;
    height: auto;
}

.EqubeCricleblock{
    width: 100%;
    height: auto;
}

.EqubeCriclelevel{
    width: 100%;
    height: auto;
}

.EqubeCriclebgblock{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
}

.EqubeCriclebgblock img{
    width: auto;
}

.EqubeCriclebglevel{
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.NeotruThirdVideoSection{
    margin-top: 100px;
    margin-bottom: 0;
}

.NeotruThirdVideoSection video{
    width: 100%;
}

.NeotruThirdVideoMobiles{
    display: none;
}

.NeoTru_FourImageSection{
    margin-top: 100px;
    margin-bottom: 200px;
}

.NeoTruFiveTextSection{
    margin-top: 100px;
}

.NeoTruSevenTextSection{
    margin-bottom: 200px;
}

.YouthAidSecondASection .Ospectra_SecondImage {
    height: 450px;
    background: #043836 0% 0% no-repeat padding-box;
    margin-bottom: 0;
}

.bj-HomeFooterimgleftimg{
    width: 100%;
    height: 100%;
    display: flex;
}

.bj-HomeFooterimgleftlogblock{
    width:28%;
    height: 100%;
    /* margin-right: 12px; */
    position: relative;
}

.bj-HomeFooterimglefttoplogo{
    width: 100%;
    height: 100%;
    /* left: 0; */
}

.bj-HomeFooterimgleftbottomlogo{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    /* left: 0; */
}

.bj-HomeFooterimgrightblock{
    width: 72%;
}

.bj-HomeFooterimgrightlogo{
    width: 100%;
    height: 90px;
}

/* .bj-HomeFooterimglefttoplogo img{
    filter: invert(23%) sepia(50%) saturate(900%) hue-rotate(130deg) brightness(90%) contrast(95%);
} */

.PayAgriThirdSection{
    margin-top: 100px;
}

.YouthAidSecondASection .Ospectra_SecondImagelogo {
    width: 500px;
}

.YouthAidSecondASection.Ospectra_SecondImagelogoblock{
    width: 100%;
    height: 100%;
}

.YouthAidVideoSection video{
    opacity: 0.3;
}

.YouthAidVideoSection h2{
    font-size: 60px;
    font-family: "Roboto-Regular";   
    font-weight: 400;
    display: flex;
    justify-content: center;
}

.YouthAid_WaterText{
    width:65%;
}

.YouthAidTextSection{
    margin-top: 100px;
    margin-bottom: 100px;
}

.YouthAidTextSection .primary-font-title{
    margin-bottom: 25px;
}

.YouthAidVideoSection .YouthAid_VideoText span{
    font-family: "Roboto-Bold" !important;
    font-weight: 640 !important;
}

.YouthAidVideoLogoSection{

}

.YouthAidTestimonial{
    margin-top: 250px;
}

.YouthAidSecondASection .bj-HomeFooterimgrightlogo{
    height: auto;
}

.GetSku_Secondsection .Ospectra_SecondImage{
    height: 450px;
    display: flex;
    gap: 20px;
    background: unset;
}

.GetSku_Secondsection .Ospectra_SecondImageleft{
    width: 930px;
    height: 100%;
}

.GetSku_Secondsection .Ospectra_SecondImageleft .Ospectra_SecondImageleftimg{
    height: 100%;
}

.GetSku_Secondsection .Ospectra_SecondImageleft .Ospectra_SecondImageleftimg img{
    width: auto;
    max-width: auto;
    height: 100%;
}

.GetSku_Secondsection .Ospectra_SecondImageright{
    width: 450px;
}

.GetSku_Secondsection .Ospectra_SecondImagerightimg{
    height: 100%;
}

.GetSku_Secondsection .Ospectra_SecondImagerightimg img{
    width: auto;
    height: 100%;
}

.GetSkuFiveSection{
    width:100%;
    height: 100%;
    position: relative;
}

.GetSkuFiveblock{
    width:100%;
    height: auto;
    padding: 50px 0;
}


.GetSkuFivelevel{
    width:100%;
    height: auto;
    
}

.GetSkuFiveblock .has-parallax{
    margin: auto;
}

.GetSkuFivelevel .has-parallax-content > img, .has-parallax > img{
    object-position: top;
}

.GetskuFourSectionimgblock{
    width:100%;
    height: 100%;
    position: relative;
}

.GetskuFourSectionimg{
    height: 105%;
}

.GetskuFourSectionimg img{
    width: unset;
    max-width:unset;
    height: 100%;
}

/* .GetSkuFiveSection .GetSkuImg{
    filter: brightness(0) invert(1);
    mix-blend-mode: multiply;
} */

.GetskuFourSectionimgblock{
    height: 100%;
    position: absolute;
    top:0;
    z-index: 99;
}

.GetSkusixSection{
    margin-top: 150px;
    margin-bottom: 150px;
    position: relative;
    z-index: 99;
}

.GetSKUlogSection{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.GetSKUlogSection .YouthAid_WaterText{
    width: auto;
    height: 101%;
}

.GetSKUlogSection .YouthAid_WaterText img{
    width: unset;
    max-width: unset;
    height: 100%;
}

.WhyMediaFourSectionimg{
    height: 101%;
}

.RegComply_SecondSection .Ospectra_SecondImage {
    margin-bottom: 0px;
}

.AboutTextSection{
    margin-top: 100px;
    margin-bottom: 80px;
}

.WhyMediaSection .Ospectra_SecondImage{
    margin-bottom: 0;
}

.YouthAid_FourImageSection .Ospectra_SecondImage{
    margin-bottom: 0;
}

.WhyMediaTestmonial{
    margin-top: 200px;
}

.WhyMediaParallaxSection{
    margin-top: 100px !important;
}

.CareerMentorzVideoSection{
    margin-bottom: 100px;
}

.CareerMentorz_WebsiteTextSection{
    margin-top:100px;
}

.CareerMentorz_parallaxblock{
    margin-top: 100px !important;
}

.CareerMentorzSection{
    margin-bottom: 100px;
}

.Brand_IdentityLogoSection{
    margin-bottom: 100px;
}

.Brand_IdentityLogoSection .d-flex, .Brand_WhyMediaSection .d-flex{
    width: 1100px;
}

.Brand_IdentityLogoblock{
    width: 100%;
}

.Brand_IdentityLogoimgblock{
    width: calc(100% - 60px);
    /* display: flex;
    justify-content: center; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* space between items */
    justify-content: center;
    align-items: center;
}

.Brand_IdentityLogoimg{
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    position: relative;
    transition: all 0.3s ease-in-out
    
}

.Brand_IdentityLogoimgMobile{
    display: none;
}


.Brand_IdentityLogoimgWhite {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* Show overlay on hover */
.Brand_IdentityLogoimg:hover .Brand_IdentityLogoimgWhite {
    opacity: 1;
}

.nameErr,.emailErr,.phoneErr,.messageErr,.serviceErr {
    width: 100%;
    height: 25px;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #fff;
    /* padding-left: 20px; */
    /* display: none; */
    font-family: "Roboto-Regular";
    font-weight: 400;
}

.bj-Suceesboxblock{
    width: 100%;
    height: 100%;
    background-color: rgba(3, 56, 54, 0.8);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    /* border-radius: 25px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#bj-Suceesboxblock{
    display: none;
}

.bj-Suceesboxlevel{
    width: 688px;
    height: 808px;
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: center;
    position: relative;
}

.bj-Suceesbox{
    width:100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    transform: rotateY(180deg);
}

.bj-Suceesbox svg{
    width: 100%;
    height: 100%;
}

/* .bj-Suceesboxlevel::after{
    content: '';
  position: absolute;
  bottom: -20px; 
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #fff;
} */

.bj-Suceesboxmail{
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
}

lottie-player{
    width: 100%;
    height: 50%;
}

.bj-Suceesboxmail h3, h5{
    /* width: 100%; */
    font-size: 40px;
    line-height: 50px;
    font-family: "Outfit-SemiBold";
    color: #033836;
    text-align: center;
}

.bj-Suceesboxmail h3{
    margin-bottom: 10px;
}

.bj-Suceesboxmail h5{
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    padding: 0px 20px;
    color: #043836;
    font-family: "Roboto-Regular";
    margin-right: 0;
}

.CapabilitiesGap{
    margin-top: 100px;
}

.BrandSecondSection{
    width:100%;
    height: auto;
}

.BrandSecondblock video{
    width: 70%;
    margin-bottom: 80px;
}

.Brand_WhyMediaSection{
    margin-top: 120px;
    margin-bottom: 30px;
}

.Brand_GoodUXLogoSection{
    margin-top: 200px;
    margin-bottom: 200px;
}

.YouthAid_GlobeSection{
    width: 100%;
    height: auto;
}

.YouthAid_Globeblock{
    width: 100%;
    height: auto;
}

.YouthAid_Globelevel{
    width: 50%;
    height: auto;   
}

.hero-header {
  transition: transform 0.2s ease-out;
  transform: translate3d(
    calc(var(--movex, 0) * var(--movescale, 1)),
    calc(var(--movey, 0) * var(--movescale, 1)),
    0px
  ) scale3d(1, 1, 1)
    rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);

  transform-style: preserve-3d;
  will-change: transform;
  /* z-index: 100; */
  color: #fdfaf8;
  -webkit-text-stroke-width: 2px;
  text-transform: uppercase;
  /* width: 78.4722vw; */
  font-family: "Vcr Osd Mono 1", sans-serif;
  /* font-size: 11.1111vw; */
  /* line-height: 9.72222vw; */
  position: relative;
}

.MultimetaSecondSection{
    width: 100%;
    height: auto;
    margin-top: 120px;
    margin-bottom: 120px;
}

.MultimetaTextSection{
    margin-bottom: 100px;
}

.MultimetaVideoSection{
    width: 100%;
    height: auto;
}

.MultimetaVideo video{
    width: 100%;
}

.MultimetaTextSection .moving-gallery li img{
    border: none;
}


@media screen and (max-width:1660px) {
    

    .HomeMenuList .flexnav{
        margin-left: 8vw;
    }

    .SubMenuListSection {
        right: 10vw;
    }

    .SubMenuListblock ul li a{
        font-size: 34px !important;
        line-height: 58px !important;
    }
    
    .Hompageboxlevel {
        width: 90%;
    }

    .Ospectra_HomepagetextSection{
        margin-bottom: 100px;
    }

    .EqubepagetextSection{
        margin-bottom: 150px;
    }

    /* .Ospectra_Homepagetextlevel p{
        font-size: 28px;
        line-height: 38px;
    } */

    .OspectrasixTextSection{
        margin-bottom: 150px;
    }

    .AboutbannerSection h2{
        margin-bottom: 100px;
        font-size: 52px;
        line-height: 62px;
    }

    .AboutbannerSection ul li h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .Abouttotalcustomersection{
        margin-bottom: 80px;
        margin-top: 80px;
    }

    .AboutTotalCustomerclientimg, .AboutTotalCustomerExpimg {
        height: 85%;
    }

    .AboutGoodUXLogoBlock{
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .YouthAidTestimonial{
        margin-top: 150px;
    }

    .YouthAidVideoSection h2{
        font-size: 50px;
    }

    .EqubeWesiteImagessection {
        margin-top: 100px;
    }

    .NeoTruSevenTextSection{
        margin-bottom: 150px;
    }

    .GetSkusixSection{
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .WhyMediaTestmonial{    
        margin-top: 150px;
    }

    .bj-Suceesboxlevel {
        width: 580px;
        height: 680px;
    }

    .bj-Suceesboxmail h3 {
        font-size: 30px;
        line-height: 28px;
    }

    .bj-Suceesboxmail h5 {
        font-size: 22px;
        line-height: 30px;
    }

    .Brand_GoodUXLogoSection{
        margin-top: 150px;
        margin-bottom: 150px;
    }

}

@media screen and (max-width:1440px) {
    

    .HomeMenuList .flexnav{
        margin-left: 6vw;
    }

    .SubMenuListSection {
        right: 8vw;
        bottom: 25vw;
    }

    .SubMenuListblock ul li a{
        font-size: 30px !important;
        line-height: 50px !important;
    }

    .navFooterblock{
        padding: 0px 60px;
    }

    .navFooterleft p u{
        margin-left: 3px;
    }

    /* .navFooterleft p{
        font-size: 16px;
    } */

    /* .navFooterright a {
        font-size: 14px;
    } */

    .Hompageboxblock{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .Hompageboxlevel {
        width: 100%;
    }

    .section-title{
        font-size: 22px;
        margin-bottom: 80px;
    }

    .section-title b{
        font-size: 28px;
    }

    .service-item span {
        font-size: 18px;
        line-height: 24px;
    }

    .service-item span b {
        font-size: 20px;
        
    }

    .Ospectra_SecondImagelogo {
        width: 300px;
    }

    .Ospectra_HomepagetextSection{
        margin-bottom: 80px;
    }

    .Poornakala_ThirdImageSection{
        margin-bottom: 80px;
    }

    /* .Ospectra_Homepagetextlevel p{
        font-size: 26px;
        line-height: 36px;
    } */

    .Ospectra_FourImageSection{
        margin-bottom: 80px;
    }

    .OspectraFiveTextright p {
        font-size: 20px;
        line-height: 30px;
    }

    .EqubepagetextSection {
        margin-bottom: 120px;
    }

    .AboutCapabilitiesSection{
        margin-top: 100px;
    }

    .AboutbannerSection h2 {
        margin-bottom: 80px;
        font-size: 46px;
        line-height: 40px;
    }

    .AboutbannerSection ul li h3{
        width: 40%;
    }

    .AboutbannerSection ul li ul{
        width: 60%;
    }

    .AboutbannerSection ul li h3 {
        /* font-size: 32px; */
        /* line-height: 40px; */
    }

    /* .AboutbannerSection ul li ul li {
        font-size: 22px;
        line-height: 28px;
    } */

    /* .AboutTotalCustomerDatablock{
        width: 60%;
    } */

    /* .Ospectra_FourImageSection .Ospectra_SecondImage{
        margin-bottom: 150px;
    } */

    .AboutGoodUXLogoBlock .hero_videoblock{
        width: 65%;
    }

    .OspectraFiveTextSection{
        margin-bottom: 90px;
    }

    .PitchdeskSection .moving-gallery li{
        width: 600px;
    }

    .Pitchdeskclientlogosetion{
        margin-bottom: 150px;
    }

    .PoornakalatextSection{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .Poornakala_HomepagetextSection{
        margin-top: 60px;
    }

    .EqubeSecondSection {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .EqubeWesiteImagessection {
        margin-top: 80px;
    }

    .NeotruThirdVideoSection{
        margin-top: 80px;
    }

    .NeoTru_FourImageSection{
        margin-top: 80px;
        margin-bottom: 100px;
    }

    .NeoTruFiveTextSection{
        margin-top: 80px;
    }

    .YouthAidSecondASection .Ospectra_SecondImage{
        height: 385px;
    }

    .PayAgriThirdSection{
        margin-top: 80px;
    }

    /* .YouthAidTestimonial{
        margin-top: 80px;
    } */

    .YouthAidSecondASection .Ospectra_SecondImagelogo {
        width: 400px;
    }

    .YouthAidVideoSection h2{
        font-size: 50px;
        line-height: 60px;
    }

    .GetSkusixSection{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .GetSku_Secondsection .Ospectra_SecondImage {
        height: auto;
    }
    
    .GetSku_Secondsection .Ospectra_SecondImageleft{
        width: 68%;
        height: auto;
    }

    .GetSku_Secondsection .Ospectra_SecondImageright{
        width: 32.8%;
        height: auto;
    }

    .RegComplyParallaxSection .has-parallax-content > img, .has-parallax > img{
        width: 100%;
        height: 100%;
    }

    .AboutTextSection{
        margin-top: 100px;
        margin-bottom: 50px;
    }

    .WhyMediaTestmonial{
        margin-top: 100px;
    }

    .WhyMediaParallaxSection{
        margin-top: 80px !important;
    }

    .CareerMentorzVideoSection{
        margin-bottom: 80px;
    }

    .CareerMentorz_WebsiteTextSection{
        margin-top: 80px;
    }

    .CareerMentorz_parallaxblock{
        margin-top: 80px !important;
    }

    .CareerMentorzSection{
        margin-bottom: 80px;
    }

    .Brand_IdentityLogoSection{
        margin-bottom: 100px;
    }

    .bj-Suceesboxlevel {
        width: 520px;
        height: 620px;
    }

    .bj-Suceesboxmail h3 {
        font-size: 26px;
        line-height: 26px;
    }

    .bj-Suceesboxmail h5 {
        font-size: 18px;
        line-height: 26px;
    }

    .Brand_WhyMediaSection {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .Brand_GoodUXLogoSection{
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .MultimetaSecondSection{
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .MultimetaTextSection{
        margin-bottom: 80px;
    }

}

@media screen and (max-width:1250px) {

    .SubMenuListblock ul li a {
        font-size: 28px !important;
        line-height: 46px !important;
    }
    
    .AboutbannerSection h2{
        font-size: 40px;
        line-height: 50px;
    }

    .AboutbannerSection ul li h3{
        font-size:20px;
        line-height: 30px;
    }

    .AboutbannerSection ul li ul li{
        font-size: 15px;
        line-height: 20px;
    }

    .AboutTotalCustomerclientimg, .AboutTotalCustomerExpimg {
        height: 65%;
    }

    .AboutGoodUXLogoBlock {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .AboutGoodUXLogoBlock .hero_videoblock{
        width: 75%;
    }

    .Ospectra_SecondImagelevel {
        width: 100%;
    }

    .Ospectra_Homepagetextlevel p{
        font-size: 24px;
        line-height: 36px;
    }

    .OspectraFiveTextlevel {
        width: 75%;
    }

    .OspectrasixTextSection{
        margin-bottom: 100px;
    }
    

    .PitchdeskSection .moving-gallery li {
        width: 500px;
    }

    .Pitchdeskclientlogosetion{
        margin-bottom: 100px;
    }

    .Brand_IdentityLogoSection{
        margin-bottom:80px;
    }

    .AboutThirdSection .OspectraFiveTextlevel {
        width: 70%;
    }

    .AboutThirdSection .pb_1{
        padding: 0;
    }

    .Brand_IdentityLogoSection .d-flex, .Brand_WhyMediaSection .d-flex{
        width:100%;
    }
}

@media screen and (max-width:1200px){

    .services-grid {
        grid-template-columns: repeat(3, 1fr);
           gap: 20px;
    }

    .service-item{
        height: 200px;
    }

    .service-item .service-itemimg{
        width: 45px;
    }

    .Ospectra_SecondImage{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .EqubepagetextSection {
        margin-bottom: 100px;
    }

    .AboutbannerSection ul li h3 {
        width: 50%;
    }

    .AboutbannerSection ul li ul {
        width: 50%;
    }

    .Ospectra_FourImageSection .Ospectra_SecondImage{
        margin-bottom: 80px;
    }

    .YouthAidSecondASection .Ospectra_SecondImage{
        height: 350px;
    }

    .PayAgriThirdSection .Ospectra_SecondImage {
        margin-bottom: 0;
    }

    .OspectraFiveTextleft h1{
        font-size: 70px;
        /* line-height: 80px; */
    }

    .YouthAidVideoSection h2{
        font-size: 46px;
        line-height: 56px;
    }

    .NeoTruSevenTextSection{
        margin-bottom: 120px;
    }

    .bj-Suceesboxlevel {
        width: 480px;
        height: 480px;
    }

    .bj-Suceesboxmail h3 {
        font-size: 22px;
        line-height: 20px;
    }

    .bj-Suceesboxmail h5{
        font-size: 16px;
        line-height: 24px;
    }

    .GetskuFourSectionimg {
        height: 120%;
    }
}

@media screen and (max-width:1080px) {

    .navFooterblock{
        padding: 0px 40px;
    }
    
    video{
        width:  100%;
        height: 100%;
    }

    .AboutOurServiceheader {
        margin-bottom: 60px;
    }

    .AboutOurServicelevel .big-title{
        font-size: calc(1rem + 8vw);
        line-height: calc(1rem + 8.5vw);
    }

    .bj-Suceesboxlevel {
        width: 450px;
        height: 450px;
    }
}

@media (max-width: 990px) {
    

    .SubMenuListblock ul li a {
        font-size: 24px !important;
        line-height: 44px !important;
    }

    /* .navFooterleft p {
        font-size: 14px;
    } */


    .Hompageboxblock {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .section-title {
        margin-bottom: 50px;
    }

    /* .AboutTotalCustomerDatablock{
        width: 75%;
    } */

    .Ospectra_SecondImagelogo {
        width: 250px;
    }

    .Ospectra_HomepagetextSection{
        margin-top: 80px;
    }

    .Ospectra_Homepagetextblock{
        padding-left: 0;
    }

    .Ospectra_Homepagetextlevel{
        width: 100%;
    }

    .Ospectra_Homepagetextlevel p{
        font-size: 22px;
        line-height: 34px;
    }

    .OspectraFiveTextSection{
        margin-bottom: 80px;
    }
    
    .OspectraFiveTextlevel {
        width: 100%;
    }

    .OspectraFiveTextleft{
        display: flex;
        justify-content: center;
    }

    .OspectraFiveTextright p {
        font-size: 18px;
        line-height: 28px;
    }

    .OspectrasixTextSection{
        margin-bottom: 80px;
    }

    .EqubepagetextSection {
        margin-bottom: 60px;
    }

    .NeoTru_FourImageSection{
        margin-bottom: 80px;
    }

    .NeoTruSevenTextSection{
        margin-bottom: 90px;
    }

    .PitchdeskSection .moving-gallery li{
        width: 400px;
    }

    .Pitchdeskclientlogosetion{
        margin-bottom: 80px;
    }

    .PoornakalatextSection .OspectraFiveTextlevel{
        width: 100%;
    }

    .YouthAidProjectBannerSection{
        padding-top:100px;
    }

    .YouthAidTestimonial{
        margin-top: 80px;
    }

    .YouthAidSecondASection .Ospectra_SecondImage{
        height: 350px;
    }

    .YouthAidSecondASection .Ospectra_SecondImagelogo {
        width: 300px;
    }

    .YouthAidVideoSection h2{
        font-size: 40px;
        line-height: 50px;
        padding: 0px 50px;
    }

    .WhyMediaTestmonial{
        margin-top: 80px;
    }

    .AboutCapabilitiesSection{
        margin-top: 80px;
    }

    .AboutThirdSection .OspectraFiveTextlevel {
        width: 100%;
    }

    .Brand_IdentityLogoimgblock{
        width:calc(100% - 40px);
        gap: 10px;   
    }

    .Brand_WhyMediaSection {
        margin-top: 80px;
        /* margin-bottom: 100px; */
    }

    .GetSkuFiveblock {
        padding: 40px 0;
    }

    .MultimetaSecondSection{
        margin-top:80px;
        margin-bottom: 80px;
    }
    
}

@media screen and (max-width:820px) {
    .bj-Suceesboxmail h3 {
        font-size: 20px;
        /* margin-bottom: 5px; */
    }

    .bj-Suceesboxmail h5 {
        font-size: 14px;
        line-height: 18px;
    }
}


@media (max-width: 768px) {

    .SubMenuListSection{
        bottom: 50vw;
    }

    .SubMenuListblock ul li a{
        text-align: left;
        font-size: 22px !important;
        line-height: 42px !important;
    }

    .navFooterblock{
        flex-direction: column;
    }

    .SubMenuListblock .flexnav li a span {
        text-align: left;
    }

    .AboutbannerSection h2{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 50px;
    }

    .AboutbannerSection ul li{
        flex-direction: column;
        margin-bottom: 30px;
    }

    .AboutbannerSection ul li h3 {
        width: 100%;
        margin-bottom: 20px;
        /* font-size: 18px;
        line-height: 28px; */
    }

    .AboutOurServiceheader {
        margin-bottom: 50px;
    }

    .AboutOurServicelevel .big-title{
        font-size: calc(1rem + 10vw);
        line-height: calc(1rem + 10.5vw);
    }

    .AboutGoodUXLogoBlock {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .services-section {
        padding: 40px 15px;
    }

    .section-title {
        font-size: 20px;
        line-height: 28px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .service-item {
        padding: 16px;
    }

    .service-item img {
        width: 40px;
        height: 40px;
    }

    .service-item span {
        font-size: 14px;
        line-height: 20px;
    }

    .service-item span b {
    font-size: 18px;
    }

    .Ospectra_SecondImage {
        height: 450px;
    }

    .Ospectra_SecondImagelogo {
        width: 200px;
    }

    .Ospectra_Branding_Section_desk{
        display: none;
    }

    .Ospectra_Branding_Section_Mobile{
        display: flex;
    }

    .OspectraFiveTextright p {
        line-height: 26px;
    }

    .PoornakalatextSection .OspectraFiveTextright p {
        padding-left: 0px;
    }

    .PoornakalatextSection .OspectraFiveTextleft{
        width: 40%;
    }

    .PoornakalatextSection .OspectraFiveTextright{
        width: 60%;
    }

    .NeoTruSevenTextSection {
        margin-bottom: 60px;
    }

    .YouthAidSecondASection .Ospectra_SecondImagelogo {
        width: 250px;
    }

    .YouthAidVideoSection h2{
        font-size: 36px;
        line-height: 46px;
    }

    .YouthAidTextSection{
        margin-top: 0;
    }

    .YouthAidsixSection{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .AboutTextSection{
        margin-top: 80px;
    }

    .bj-Suceesboxmail h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .bj-Suceesboxmail h5 {
        font-size: 13px;
        line-height: 18px;
    }

    .bj-Suceesboxlevel{
        width: 420px;
        height: 420px;
    }

    .Brand_WhyMediaSection {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .GetSkuFiveblock {
        padding: 30px 0;
    }
    
}

@media screen and (max-width:660px) {

    .AboutGoodUXLogoBlock .hero_videoblock {
        width: 85%;
    }
    
    .OspectraFiveText{
        flex-direction: column;
    }

    .OspectraFiveTextleft, .OspectraFiveTextright{
        width: 100%;
    }

    .OspectraFiveTextleft{
        margin-bottom: 30px;
        justify-content: flex-start;
    }

    .OspectraFiveTextleft h1 {
        line-height: calc(1rem + 6.5vw);
    }

    .OspectraFiveTextright p {
        margin-bottom: 20px;
    }

    /* .has-parallax-content > img, .has-parallax > img{
        width: auto;
        height: 100%;
    } */


    .PitchdeskSection .moving-gallery li{
        width: 350px;
    }

    .PoornakalatextSection .OspectraFiveTextleft{
        width: 100%;
    }

    .PoornakalatextSection .OspectraFiveTextright{
        width: 100%;
    }

    /* .YouthAidSecondASection .Ospectra_SecondImagelogo {
        width: 200px;
    } */

    .YouthAidVideoSection h2{
        font-size: 30px;
        line-height: 40px;
        padding: 0px 30px;
    }

    .AboutThirdSection .OspectraFiveTextleft h1 {
        margin-bottom: 50px;
        width:100%;
    }

    .AboutThirdSection .OspectraFiveTextleft, .AboutThirdSection .OspectraFiveTextright {
        width: 100%;
        justify-content: center;
        margin-bottom: 0;
    }
}

@media screen and (max-width:600px) {

    .navFooterSection{
        bottom: 30px;
    }

    .AboutOurServicelevel .big-title{
        font-size: calc(1rem + 12vw);
        line-height: calc(1rem + 12.5vw);
    }

    /* .AboutTotalCustomerDatablock{
        width: 100%;
    } */

    .Ospectra_FourImageSection .Ospectra_SecondImage {
        margin-bottom: 80px;
    }

    .PayAgriThirdSection .Ospectra_SecondImage {
        margin-bottom: 0;
    }

    .EqubeSecondimagedesk{
        display: none;
    }

    .EqubeSecondimageMobile{
        display: block;
    }

    .EqubepagetextSection {
        margin-bottom: 50px;
    }

    .NeotruThirdVideodesk{
        display: none;
    }

    .NeotruThirdVideoMobiles{
        display: block;
        border-radius: 20px;
    }
    .NeoTruSevenTextSection .primary-font-title{
        font-size: 50px;
        margin-bottom: 20px;
    }

    .NeoTruSevenTextSection p {
        font-size: 16px;
        line-height: 24px;
    }

    .YouthAidTestimonial{
        margin-top: 50px;
    }

    .YouthAidTextSection .primary-font-title{
        margin-bottom: 30px;
    }

    .YouthAidTextSection p{
        margin-bottom: 0;
    }

    .GetSku_Secondsection .Ospectra_SecondImage {
        flex-direction: column-reverse;
    }
    
    .GetSku_Secondsection .Ospectra_SecondImageleft {
        width: 100%;
        height: auto;
    }

    .GetSku_Secondsection .Ospectra_SecondImageright{
        width: 100%;
        height: auto;
    }

    .GetSku_Secondsection .Ospectra_SecondImagerightimg img {
        width: 100%;
        height: auto;
    }

    .AboutTextSection .primary-font-title{
        margin-bottom: 20px;
    }
    
    .Brand_IdentityLogoimgdesk{
        display: none;
    }

    .Brand_IdentityLogoimgMobile{
        display: block;
    }

    .Brand_IdentityLogoimgblock{
        width:100%;
        grid-template-columns: repeat(2, 1fr);
    }   

    .Brand_WhyMediaSection {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .OspectraFiveTextleft h1 {
        font-size: 56px;
        /* line-height: 80px; */
    }

    .AboutThirdSection .OspectraFiveTextright p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width:580px) {
    .bj-Suceesboxlevel {
        width: 380px;
        height: 380px;
    }
}

@media screen and (max-width:540px){
    .YouthAidSecondASection .Ospectra_SecondImage{
        height: 300px;
    }

    .navFooterleft p {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        margin-bottom: 10px;
    }

    .navFooterright a {
        font-size: 12px;
    }
}


@media screen and (max-width:480px) {

    .SubMenuListblock ul li a {
        font-size: 20px !important;
        line-height: 38px !important;
    }

    .navFooterleft p{
        margin-bottom: 5px;
    }

    .navFooterbottomtextdesk{
        display: none;
    }

    .navFooterbottomtextMobile{
        display: block;
    }

    .hero-captiontextdesk{
        display: none;
    }

    .hero-captiontextmobile{
        display: block;
    }   

    .services-grid {
        gap:15px;
    }

    .Hompageboxblock {
        margin-top: 50px;
    }

    .Ospectra_SecondImage {
        height: 400px;
    }

    .Ospectra_SecondImagelogo {
        width: 180px;
    }

    .Ospectra_Homepagetextlevel p{
        font-size: 18px;
        line-height: 28px;
    }
    
    /* .Abouttotalcustomersection .one_third h2{
        font-size: calc(1.5rem + 8vw);
        line-height: calc(1.5rem + 8.5vw);
    } */

    .AboutbannerSection ul li h3{
        line-height: 26px;
    }

    .AboutbannerSection ul li ul {
        width: 100%;
    }

    .AboutGoodUXLogoBlock .hero_videoblock {
        width: 90%;
    }

    .Ospectra_FourImageSection .Ospectra_SecondImagelogo .VideoHeader h2{
        font-size: 24px;
    }
    
    .moving-gallery {
        margin-bottom: 10px;
    }

    .PitchdeskSection .moving-gallery li{
        width: 300px;
    }

    .NeoTruSevenTextSection .primary-font-title{
        font-size: 60px;
    }

    .YouthAidSecondASection .Ospectra_SecondImage{
        height:270px;
    }

    .nameErr, .emailErr, .phoneErr, .messageErr, .serviceErr{
        height: 20px;
    }

    .bj-Suceesboxlevel{
        width: 350px;
        height:350px;
    }

    .Abouttotalcustomerlevel h2 {
		margin: 15px 0;
	}

    .GetSkuFiveblock {
        padding: 30px 0;
    }

    .WhyMeediaFiveSection .GetSkuFiveblock {
        padding: 20px 0;
    }
}

@media screen and (max-width:370px) {

    /* .SubMenuListSection{
        bottom: 40vw;
    } */
    

    .SubMenuListblock ul li a {
        font-size: 18px !important;
        line-height: 36px !important;
    }


    .services-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .service-item {
        height: 150px;
    }

    .AboutbannerSection h2 {
        margin-bottom: 40px;
    }

    .Ospectra_FourImageSection .Ospectra_SecondImagelogo .VideoHeader h2{
        font-size: 22px;
    }

    .YouthAidSecondASection .Ospectra_SecondImagelogo {
        width: 220px;
    }

}

@media screen and (max-width:340px) {

    /* .SubMenuListSection {
        right: 5vw;
        bottom: 30vw;
    } */

    .Ospectra_FourImageSection .Ospectra_SecondImagelogo .VideoHeader h2{
        font-size: 20px;
    }

    .PitchdeskSection .moving-gallery li{
        width: 280px;
    }

    .bj-Suceesboxlevel{
        width: 320px;
        height:320px;
    }

    lottie-player {
        width: 100%;
        height: 50%;
    }

    .GetSkuFiveblock {
        padding: 0px 0;
    }
}