* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    font-family: "Rubik", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #6c757d;
    line-height: 1.6666;
    font-weight: 400;
  }

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

.AboutContainerSubDiv {
    width: 100%;
    min-width: 1024px;
    max-width: 1400px;
    height: auto;
    padding: 0px 60px;
    display: flex;
    flex-direction: column;
}

.AboutContainerParentDiv1 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
    display: flex;
}

.AboutContainerSubDiv1 {
    margin-top: 75px;
}


.active-section {
    padding-top: 175px;
}

.TimeLineParentDiv {
    width: 100%;
    display: flex;
    padding: 7px 0px;
    background-color: #fff;
    z-index: 1000;
    position: fixed;
    opacity: 0.9;
    border-bottom: 1px solid #e7ebf0;
    justify-content: center;
    /* padding-left: -15px; */
}

.TimelineNewStyleForWidth{
    width: 1250px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}

.TimeLineSubDiv {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.TimeListLists {
    font-size: 1rem;
    font-weight: 400;
    color: #2c3e50;
    position: relative;
    letter-spacing: 0.5px;
    text-decoration: none;
    /* text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px; */
}

.activeTimeList {
    color: #0078E4;
    text-decoration: underline;
    text-underline-offset: 28.5px;
    text-decoration-thickness: 3px;
}

.TimeLineIndicator {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: #909090;
    transform: translateX(-50%);
}

.activeTimeList::before {
    background-color: #0078E4;
}

.ContentParentDiv {
    width: 100%;
    margin-top: 20px;
}

.ContentMainDiv {
    width: 100%;
    height: 100vh;
}

.ContentProfileDiv {
    width: 100%;
    height: auto;
    margin-top: 20px;
}


.ProfileHeadingDiv {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ProfileHeadingtext {
    font-size: 1.5rem;
    color: #595959;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.ProfileContentDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 15px;
}

.ProfileContentText {
    font-size: 0.95rem;
    font-family: 'Rubik', sans-serif;
    color: #6c757d;
    letter-spacing: 0.3px;
    line-height: 1.9;
    font-weight: 400;
    text-align: justify !important;
}


.ContentQuickDiv {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

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

.QuickFactsImgStyle {
    width: 1000px;
    height: 540px;
}

.ContentVisionDiv {
    width: 100%;
    height: auto;
    margin-top: 80px;
}

.VisionContentDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px 50px;
}

.VisionContentText {
    text-align: center;
    font-size: 1.1rem;
    font-family: 'Rubik', sans-serif;
    color: #6c757d;
    letter-spacing: 0.3px;
    line-height: 1.7;
    font-weight: 400;
}

.VisionSpltext {
    color: #474b4e;
    font-weight: 500;
}

.ContentServicesDiv {
    width: 100%;
    height: auto;
    margin-top: 80px;
}

.ServicesCardsParentDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin: 40px 0px;
}

.ServiceMainCard1Div {
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ServiceMainCard2Div {
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ServiceCardHeading {
    font-size: 1.1rem;
    color: #595959;
    font-weight: 500;
    padding: 16px 10px 5px 10px;

}

.ServiceCardContentLists {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 24px;
}

.SerCardConListText {
    font-size: 0.95rem;
    font-weight: 400;
}

.SerCardConListText::before {
    position: relative;
    top: 0px;
    margin-right: 10px;
    content: '\f105';
    font: 400 14px/24px 'FontAwesome';
    color: #3873BB;
}

.SerCardConListText1 {
    font-size: 0.95rem;
    font-weight: 400;
}

.SerCardConListText1::before {
    position: relative;
    top: 0px;
    margin-right: 10px;
    content: '\f105';
    font: 400 14px/24px 'FontAwesome';
    color: #41B152;
}

.ServiceCard1 {
    border-radius: 30px;
    width: 100%;
    padding: 16px;
    box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
    border: 1px solid #efefef;
}

.ServiceCard2 {
    border-radius: 30px;
    width: 100%;
    padding: 16px;
    box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
    border: 1px solid #efefef;
}

.ServiceCard3 {
    border-radius: 30px;
    width: 100%;
    padding: 16px;
    box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
    border: 1px solid #efefef;
}

.ServiceCard4 {
    border-radius: 30px;
    width: 100%;
    padding: 16px;
    box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
    border: 1px solid #efefef;
}


.ServiceCardLogoDiv {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 10px 0px 0px 5px;
}

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

.ContentPartnerDiv {
    width: 100%;
    height: auto;
    margin-top: 80px;
}

.PartnerImgMainDiv {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0px;
}

.ContentClientsDiv {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.client-section {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    background-color: #fff;
    padding: 30px 0px 20px 0px;
}

.client-slider {
    display: flex;
    align-items: center;
}

.client-slide {
    display: flex;
    gap: 20px;
    align-items: center;
    animation: scroll 160s linear infinite;
}

.client-slide img {
    margin: 0 15px;
    max-height: 90px;
    max-width: 160px;
}

.Image1Style {
    height: 70px;
}

.Image3Style {
    width: 160px;
    height: 90px;
}

.Image11Style {
    width: 160px;
    height: 90px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


.ClientsContentDiv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
    padding: 20px 0px;
    margin-bottom: 50px;
}

.ClientsListsDiv {
    min-width: 14%;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 14px;
}

.ClientImgDiv {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #fff;
    border-radius: 14px;
}

.ClientImg {
    max-width: 130px;
    max-height: 80px;
}

.ClientImg2 {
    max-width: 160px;
}

.AboutHeroImgParent{
    width: 100%;
    height: 300px;
    background: red;
}


.AboHeroImgParentContainer{
    width: 100%;
    margin-top: 73px;
}

.AboHeroImgParentSub{
    width: 100%;
    min-height: 420px;
    height: auto;
    background-image: url(../About_Images/profileLanding.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
}

.AbouHeroConParentDiv{
    width: 1250px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.AbouHeroConParentSubDiv{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.AboHeroConText1{
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
}

.AboHeroConText2{
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.6px;
    margin: 0px 0px 4px 0px;
}

.AboHeroConText3{
    color: #fff;
    font-size: 1.05rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 2.3rem;
    list-style: none !important;
    /* list-style: disc; */
}

.AboHeroConText3::before {
    position: relative;
    top: 0px;
    margin-right: 10px;
    content: '\f105';
    font: 400 14px/24px 'FontAwesome';
}

/* contact div  styles */

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

.ContactUsConDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px 50px;
}

.ContactUsConText {
    text-align: center;
    font-size: 1.6rem;
    font-family: 'Rubik', sans-serif;
    color: #6c757d;
    letter-spacing: 0.3px;
    line-height: 1.7;
    font-weight: 500;
}

.OfficeContactsParentDiv{
    display: none;
}

.OfficeContactSubDiv{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 40px;
    padding: 0px 200px;
}

.NanoTechnoParentDiv{
    width: 50%;
    border: 2px solid #d3e6ff;
    border-radius: 30px;
    padding: 15px 30px 25px 30px;
    display: flex;
    flex-direction: column;
}

.NanoTechnoParentDiv1{
    width: 50%;
    border: 2px solid #b1e5cf;
    border-radius: 30px;
    padding: 15px 30px 25px 30px;
    display: flex;
    flex-direction: column;
}


.FlagImgstyle{
    width: 70px;
    height: 70px;
}

.NanoTechnoText{
    font-size: 1.2rem;
    font-weight: 500;
    color: #595959;
    letter-spacing: 0.3px;
}

.NanoTechnoAddressDiv{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
}

.NanoAddressTexts{
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.2px;
}

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

.ContactUsPartnerSubDiv{
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.ContactUsPartnerText{
    font-size: 1.4rem;
    font-weight: 500;
    color: #595959;
    letter-spacing: 0.6px;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

.ContactUsPartnerText1{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.9;
}

.ContactUsCountriesParentDiv{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0px 0px 0px;
}

.ContactCountryList {
    font-size: 1.1rem;
    font-weight: 400;
    color: #595959;
    padding: 20px;
    position: relative; 
}

.ContactCountryList::after {
    content: '|'; 
    position: absolute;
    right: 0px; 
    /* color: #c4c4c4;  */
    color: #3973BC;
}

.ContactCountryList1 {
    font-size: 1.1rem;
    font-weight: 400;
    color: #595959;
    padding: 20px;
    position: relative; 
}

/* tech stack */
.techdiv {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 70px;
}

.techstack-divimg {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.TechStackImgForMobile{
    display: none;
}

.TechStackImg{
    display: block;
    width: 100%;
}

.ParenetrsSpiltMainDiv{
    width: 70%;
    display: flex;
    gap: 20px;
    margin-top: 16px;
}

.PartnerSplitDiv1{
    width: 50%;
    padding: 10px 10px 10px 0px;
    border-right: 2px solid #c4c4c4;
}

.PartnerSplitDiv2{
    width: 50%;
    padding-top: 10px;
}

#ui-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 35px;
    right: 25px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: 50% 48%;
    background: linear-gradient(to right, #00aafc, #00caad);
    transition: all 400ms ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    z-index: 20;
}

.ArrowColor {
    color: white;
    font-size: 18px;
}

#WhatsAppTop {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 110px;
    right: 25px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: 50% 48%;
    background: #3EAA51;
    transition: all 400ms ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    cursor: pointer;
    z-index: 20;
}

.WhatsAppLinkColor{
    color: white;
    font-size: 26px;
}

.QuickFactsImage{
    width: 1200px;
}

.WorldMapDiv{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0px 30px 0px;
}

.WorldMapDivMob{
    display: none;
}

.PartnershipText{
    font-size: 1.05rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-decoration: none;
}


.PartnershipText::after {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 12px;
}

.PartnershipBtnMainDiv {
    display: inline-block;
    padding: 14px 24px;
    border-radius: 40px;
    font-size: 0.9rem;
    letter-spacing: 0.6px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none !important;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
    width: 275px;
  }
  
  .PartnershipBtnMainDiv:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3973BC;
    color: #fff;
    border-radius: 40px;
    z-index: -2;
  }
  
  .PartnershipBtnMainDiv:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #41B152;
    color: #fff;
    transition: all 0.3s;
    border-radius: 40px;
    z-index: -1;
  }
  
  .PartnershipBtnMainDiv:hover {
    color: #fff;
  }
  
  .PartnershipBtnMainDiv:hover:before {
    width: 100%;
  }

  /* Integrated Solution section */

.IntegratedParentDiv {
    width: 100%;
    border-radius: 30px;
    margin-top: 80px;
    padding-bottom: 50px;
}

.IntegratedHeadingDiv {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

.IntegratedImage {
    width: 900px;
}

.SectionHeadingText {
    text-align: center;
    font-size: 1.5rem;
    color: #595959;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
}

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

.SectionHeadingContentText75 {
    width: 75%;
    text-align: center;
    font-size: 1.1rem;
    color: #595959;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin-top: 15px;
}

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

.CenterImgSubDiv {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0px;
}

.VisionImage{
    width: 810px;
}

.PartnerImage{
    width: 420px;
}

.WorldMapWebImg{
    width: 1200px;
}

/* ************************* Media Query Section *************************** */

/* For screens smaller than 768px (phones) */
@media only screen and (max-width: 767px) {

.AboutContainerSubDiv {
    width: 100%;
    min-width: 320px;
    /* max-width: 360px; */
    padding: 0px 20px;

}

.AbouHeroConParentDiv {
    width: 100%;
    min-width: 320px;
    /* max-width: 360px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0px;
    padding: 0px 20px;
}


.ProfileContentDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 5px;
}
 

.ProfileContentText {
    font-size: 0.9rem;
    letter-spacing: 0px;
}

.ProfileHeadingtext {
    font-size: 1.2rem;
    text-align: center;
}

.AbouHeroConParentSubDiv {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-left: 0px;
}

.AboHeroConText3 {
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    line-height: 2rem;
}

.AboHeroConText2 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0px 0px 5px 0px;
}

.VisionContentDiv {
    gap: 4px;
    padding: 6px 0px;
}

.VisionContentText {
    font-size: 0.9rem;
}

.VisionImgMainDiv {
    padding-top: 20px;
}

.VisionImage{
    width: 100%;
}

.ServicesCardsParentDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 30px 0px;
    gap: 20px;
}

.ServiceCardHeading {
    font-size: 1rem;
}

.SerCardConListText {
    font-size: 0.9rem;
}

.ServiceMainCard1Div {
    width: 100%;
    gap: 20px;
}

.ServiceMainCard2Div {
    width: 100%;
    gap: 20px;
}

.PartnerImage{
    /* max-width: 320px; */
    width: 100%;
}

.OfficeContactSubDiv {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding: 0px;
}

.OfficeContactSubDiv {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding: 0px;
}

.NanoTechnoText {
    font-size: 1rem;
}

.NanoAddressTexts {
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 2;
}

.NanoTechnoParentDiv, .NanoTechnoParentDiv1{
    width: 100%;
    padding: 15px 20px 25px 25px;
    display: flex;
    flex-direction: column;
}

.ContactUsPartnerSubDiv {
    width: 100%;
    gap: 14px;
}

.ParenetrsSpiltMainDiv {
    width: 100%;
    display: block;
    padding-bottom: 0px;
    margin-top: 0px;
}

.PartnerSplitDiv1 {
    width: 100%;
    border-right: none;
    padding: 0px;
}

.PartnerSplitDiv2 {
    width: 100%;
    padding-top: 0px;
}

.ContactUsPartnerText1 {
    font-size: 0.9rem;
    line-height: 1.9;
    font-weight: 400;
}

.ContactUsCountriesParentDiv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 10px;
}

.ContactCountryList, .ContactCountryList1{
    font-size: 0.9rem;
    font-weight: 400;
    color: #595959;
    padding: 5px 20px;
    position: relative;
}

.OfficeContactsParentDiv {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.TechStackImg{
    display: none;
}


.TechStackImgForMobile{
    display: block;
    min-width: 320px;
    width: 100%;
}

.mapImage{
    width: 100%;
}

.ContentServicesDiv {
    margin-top: 50px;
}

.ContentVisionDiv {
    margin-top: 50px;
}

.ContentPartnerDiv {
    margin-top: 50px;
}

.ClientsContentDiv {
    margin-bottom: 20px;
    gap: 20px;
}

.techdiv {
    margin-bottom: 40px;
}

.QuickImgMainDiv {
    overflow-x: auto;
    display: flex;
    justify-content: flex-start;
}

#ui-to-top {
    display: none !important;
}

#WhatsAppTop{
    display: none !important;
}

.ClientImg {
    max-width: 100px;
    max-height: 50px;
}

.ClientImg2 {
    max-width: 120px;
    max-height: 50px;
}

.ClientsListsDiv {
    min-width: 0%;
    min-height: 0px;
}

.TimeLineSubDiv{
    display: none;
}


.AboHeroImgParentSub {
    min-height: 300px;
}

.AboHeroImgParentContainer {
    width: 100%;
    margin-top: 63px;
}

.NanoSoftnavImage{
    height: 40px;
}

.AboutContainerSubDiv1 {
    margin-top: 70px;
}

.FlagImgstyle {
    width: 50px;
    height: 60px;
}

.WorldMapDiv{
    display: none;
}

.WorldMapDivMob{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}

.QuickFactsImage {
    width: 1200px;
}


.TimelineNewStyleForWidth {
    padding: 0px 20px;
}

.PartnershipBtnMainDiv {
    padding: 12px 20px;
    margin-top: 8px;
    width: 250px;
}

.PartnershipText {
    font-size: 0.95rem;
}

.IntegratedParentDiv {
    margin-top: 56px;
}

.IntegratedImage {
    max-width: 320px;
    width: 100%;
}

.SectionHeadingText {
    font-size: 1.2rem;
}

.SectionHeadingContentText75 {
    width: 100%;
    font-size: 0.95rem;
    margin-top: 8px;
}

.CenterImgMainDiv {
    margin-top: 0px;
    margin-bottom: 0px;
}

.CenterImgSubDiv {
    margin: 4px 0px;
}

}