@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primaryColor: #007FFF;
    --seconderColor: #9747FF;
    --backgroundColor: #F5F7FF;
    --whiteColor: #f7f6fb;
    --blackColor: #000000;
    --primaryFont: "Poppins", sans-serif;
    --seconderFont: "Inter", sans-serif;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    background-color: #fff;
    
    font-family: "Poppins", sans-serif !important;
}

p {
    font-size: 16px;
    line-height: 26px;
    

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif !important;
}

.btn {
    border: 1px solid var(--primaryColor) !important;
    padding: 10px 20px !important;
}

.btn-primary {
    background-color: var(--primaryColor);
    font-size: 15px !important;
    font-weight: 600 !important;
}

.btn-primary:hover {
    background-color: #fff !important;
    color: var(--primaryColor) !important;
    border: 1px solid var(var(--primaryColor)) !important;
}





h1{
  font-size: 50px !important;
}
h2 {
    font-size: 48px !important;
     
}

h6 {
    font-size: 17px !important;
}

.paddingT {
    padding: 80px 0px;

}

.padding-50{
  padding: 50px;
}

.paddingLR {
    padding: 0px 200px;
}

.paddingLR p {
    margin-top: 20px;
}

.greybg {
    background-color: #F5F7FF;
}

/* Hero slider */
.font-white {
  color: #fff;
  font-weight: 700;
}

.heroSlider .carousel-indicators [data-bs-target] {
  width: 50px !important;
  height: 10px !important;
}

.heroSlider .carousel-indicators{
  bottom: 45px !important;
}

.heroSlider .carousel-item {
  height: 600px;
}

.btn-dark{
  border: 2px solid #000 !important;
  background-color: #000 !important;
  padding: 10px 30px !important;
}



.btn-dark:hover{
  background-color: transparent !important;
  color: var(--whiteColor) !important;
  border: 2px solid var(--whiteColor) !important;
}

.btn-light{
  border: 2px solid #000 !important;
  background-color: #000 !important;
  padding: 10px 30px !important;
  color: #fff !important;
  margin-top: 20px;
}

.highlight-para{
  font-size: 20px;
  color: var(--primaryColor);
  font-weight: 700;
}

.sm-head{
  font-size: 40px;
  font-weight: 300;
}


.btn-light:hover{
  background-color: #fff !important;
  color: var(--blackColor) !important;
  border: 2px solid var(--blackColor) !important;
}
.heroSlider .home-slider-1 {
  padding: 70px 0px 80px 0px;

  background-image: url("../images/home-silder1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.heroSlider .home-slider-2 {
  padding: 70px 0px 80px 0px;
  background-image: url("../images/agiledev-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.heroSlider .home-slider-3 {
  padding: 70px 0px 80px 0px;
  background-image: url("../images/aI-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.heroSlider .home-slider-4 {
  padding: 70px 0px 80px 0px;
  background-image: url("../images/banking-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.sliderheading {
  /* color: rgb(255, 255, 255); */
  border-radius: 10px;
  font-weight: 700;
  background-color: rgba(19, 41, 117, 0.38);
  padding: 20px;
  margin-bottom: 30px;
  
 
 
}

.slider-para{
  margin: 30px 0px;

}
.sliderBtn {
  background-color: var(--blackColor);
  color: var(--whiteColor);
  padding: 15px 25px;
  border-radius: 7px;
  text-decoration: none;
  margin-top: 20px !important;
  border: 2px solid #282828;
}

.sliderBtn:hover {
  background-color: transparent;
  color: var(--whiteColor);
  border: 2px solid var(--whiteColor);
}

.slider-icons {
  width: 50px;
}

.heroSlider .carousel-control-next-icon {
  position: absolute;
  padding: 20px;
  right: 0px;
  background-image: url("../images/icons/right-arrow.svg") !important;
}

.heroSlider .carousel-control-prev-icon {
  position: absolute;
  padding: 20px;
  left: 0px;
  background-image: url("../images/icons/left-arrow.svg") !important;
}

section .tabRow {
  margin-top: 50px;
}

/* second Heading section */

.secondHeading {
    background-image: url("../images/secondHeadingBgImg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /* padding: 40px; */
    /* background-color: #000; */
    
}

.headingText{
  padding: 40px !important;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.headingText h2 {
    font-weight: 400 !important;
}

.headingText p {
    font-weight: 400 !important;
    line-height: normal;
    padding: 20px 0px;
    
   
}

.headingWrapper {
    display: flex;
    justify-content: start;
    align-items: baseline;
    flex-wrap: wrap;
    padding-left:50px ;
    
}

.heading-card {
  height: 270px;
    background-color: #191A2D !important;
    padding: 20px;
    border-radius: 5px;
    border: none !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.heading-card i {
    font-size: 25px;
    color: var(--seconderColor);
    margin-right: 20px;
}

.heading-card .card-title {
    font-size: 25px;
    color: var(--whiteColor);
    padding-bottom: 15px;
}

.heading-card .card-text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

/* .heading-card:hover {
    background-color: var(--seconderColor);
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #fafafa;
    color: var(--whiteColor);
}

.heading-card:hover .card-title,
.heading-card:hover i {
    background-color: var(--seconderColor);
    color: var(--whiteColor);
} */

/* cloud Service  */

.cloudServiceWrapper {
    background-image: linear-gradient(#0B0C1B 70%, #fff 30%);
}

.cloudServiceText {
    padding: 20px;
}

.cloudServiceText p {
    text-align: center;
    color: var(--primaryColor);
    font-size: 20px;
}

.cloudServiceText h2 {
    text-align: center;
    color: var(--whiteColor);
    font-weight: 300 !important;
    
    
}

.cloudServiceWrapper .card {
    position: relative;
}
 
.cloudServiceWrapper .card-title {
  position: absolute;
  width: 55%;
  bottom: 20px;
  left: 20px;
  font-size: 22px;
  font-weight: 600;
  padding: 5px;
}
.cloudServiceWrapper .Vbox1{
  background-image: url("../img/protech-endpoint.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cloudServiceWrapper .Vbox2{
  background-image: url("../img/Secure.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cloudServiceWrapper .Vbox3{
  background-image: url("../img/fortify-identities.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cloudServiceWrapper .verity-Box{
  height: 300px;
  border-radius: 10px;
  display: flex;
  align-items: end;
  padding: 0px 80px 15px 35px;


}
.cloudServiceWrapper .verity-Box:hover{
  transform: translate(0, -10px);
  transition: transform .3s ease-out;


}
.cloudServiceWrapper .verity-Box h5{
  font-weight: 700 !important;
}


.dashboardImgWrapper{
    margin-top: 80px;
    text-align: center;
    padding: 20px;
}


/* ValuePlatform */

.ValuePlatformWrapper{
    background-image: url("../img/valuePlatform.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color:var(--whiteColor);
}

.counter::after{
  content: "%";
}

.ValuePlatformText{
    padding: 50px 70px;
}

.ValuePlatformText .box-5{
  padding-right: 50px;
}

.ValuePlatformText h2{

    padding-bottom: 20px;
    padding-right: 114px;

}

.ValuePlatformText p{
    font-weight: 300 !important;

    padding-bottom: 16px;
    margin-bottom: 40px;
}

.ValuePlatformText .demoBtn{
    border: 1px solid var(--whiteColor);
    border-radius: 5px;
    padding: 15px 20px;
    color: var(--whiteColor);
    text-decoration: none;
    margin-top: 20px;
}

.ValuePlatformText .demoBtn:hover{ 
    background-color: var(--whiteColor); 
    color: var(--blackColor);
    text-decoration: none; 
}

.ValuePlatformInfo{ 
    padding: 0px 30px !important; 
}

.ValuePlatformInfo h2{ 
    font-weight: 300 !important;
    padding-bottom: 20px;

    font-size: 35px !important;
}

.ValuePlatformInfo h3{ 
    font-weight: 600 !important;
    padding-bottom: 20px;

    font-size: 40px !important;
}


.ValuePlatformInfo .progress{
    height: 10px !important;
    margin-bottom: 30px;
}

.ValuePlatformInfo .progress-bar { 
    background-color: var(--seconderColor);
    transition: var(--bs-progress-bar-transition);
    height: 10px !important;
}

.ValuePlatformInfo p { 
    font-size: 14px;
    font-weight: 200;
}

/* Services Section */

.ServicesSection{
    margin: 50px 0px 0px;
    background-image: url("../img/servicesBG.png");
    background-repeat: no-repeat;
    background-size: cover; 
    color:var(--whiteColor);
    position: relative;
}

.ServicesSection h2{
    font-weight: 800;
    background-color: rgba(19, 41, 117, 0.38);
    padding: 0px 20px;
}

.ServicesSection p{
    /* font-size: 16px !important; */
    font-weight: 500 !important;  
    
}

.ServicesSection .viewAllBtn{
    position: absolute;
    bottom: 65px;
    right: 115px;
    color: var(--whiteColor);
    font-size: 18px !important;
    padding: 13px 7px;
    border-radius: 3px;
    text-decoration: none;
}

.ServicesSection .viewAllBtn i{
    margin: 0px 15px ;
}

.serviceCardWrapper{
    margin: 40px 0px;
}
.serviceCard{
    position: relative;
    background-color: transparent !important;
    padding: 0px;
    margin: 0px;
    border: none !important;
}


.card-img-overlay{
  padding: 30px !important;
  color: #fff;
}
.card-img-overlay:hover{
  transform: translate(10px, 0px);
  transition: transform .3s ease-out;
 
}

.ServicesSection .serviceCard .card-title{
  width: 100%;
}

/* .serviceCard .card-title{ 
    color: var(--whiteColor);
    font-size: 25px !important;
    font-weight: 600 !important;
    padding: 0px 30px;
    line-height: 40px;
} */

/* .serviceCard .card-text{ 
    position: absolute;
    bottom: 20px;
    left: 40px;
    color: var(--whiteColor);
    font-size: 20px !important;
    font-weight: 300 !important; 
} */
.serviceCard i{ 
    margin:5px!important;
}


.owl-prev span{
    position: absolute;
    bottom: -55px;
    left: 7px;
    padding: 0px 20px;
    background-color: #f7f6fb38;
    font-size: 35px;
    color: var(--whiteColor);
    margin: 0px 0px;
    border-radius: 2px;
}

.owl-next span{
    position: absolute;
    bottom: -55px;
    left: 80px;
    padding: 0px 20px;
    background-color: #f7f6fb38;
    font-size: 35px;
    color: var(--whiteColor);
    margin: 0px 0px;
    border-radius: 2px;
}

.owl-prev span:hover, .owl-next span:hover{
    background-color: var(--whiteColor);
    color: var(--blackColor);
}


/* aboutSection */

.aboutSection{
    background-color: #191A2D;
    color: var(--whiteColor);
}

/* .aboutSectionText {
    
} */

.aboutSectionText h2 {
    font-weight: 300 !important;


}

.aboutSectionText p {
    color: #d6d5d5;
    margin-top: 30px;

}

.cultureSection span i{
  font-size: 15px;
  padding-top: 5px;

}

.cultureSection{
  height: 425px;
    background-color: #23273C;
    padding: 25px;
    margin-top: 30px;
}

.cultureSection i{
    font-size: 35px;
    color: #9747FF;
}

.cultureSection h3{
    font-size: 25px;
    
    padding: 10px 0px;
    font-weight: 600;
}


.cultureSection p{
    color: var(--whiteColor);
    padding: 10px 0px;
    font-weight: 200;
}

.cultureSection small{
    font-weight: 700;
}













.automateSec {
    background-image: url("../images/automate-img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 500px;
  }

  .automateBox{
    background-color: rgba(0, 0, 0, 0.4);
    padding: 30px;
    
  }

  .automateBox h3{
    font-weight: 700;
  }


  /* tech section */

  .techBG{
    background-color: #1E002D;
  }

  .techSec h2{
    font-size: 48px;
    font-weight: 100 !important;
  }

  .techBox{
    margin-top: 40px;
  }

  .techSec .uiDesBoxCont{
    background-color: rgba(15, 23, 94, 1);
    padding: 30px;
  }
  .techSec .javadevBoxBoxCont{
    background-color: rgba(34, 95, 167, 1);
    padding: 30px;
  }
  .techSec .testerBoxCont{
    background-color: rgba(82, 149, 228, 1);
    padding: 30px;
  }

  .techSec .testerBox {
    background-image: url("../images/testertech-img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding:  20px 0px;
  }

  .techSec .javadevBox {
    background-image: url("../images/javadev-img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding:  20px 0px;
  }
  .techSec .uiDesBox {
    background-image: url("../images/uiDesigner-img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding:  20px 0px;
  }

.techboxOverlay h4{
    background-color: rgba(21, 27, 58, 0.5);
    padding: 10px;
    
  }


  /* health section */

.healthSec h2{
    font-size: 58px;
    
}

.healthSec {
    background-image: url("../images/health-sector.png");
    background-size: fill;
    background-position: right;
    background-repeat: no-repeat;
   
}

.healthSec .healthbox p{
    padding: 20px 0px;
}



/* client section */

.clientSec {
  background-color: #fff;
}

.clientSec h2{
  font-weight: 300;
  padding: 0px 100px;
}

.clientSec p{
  font-weight: 400;
  padding: 20px 0px;
}

/* contact section */

.contactSec h2{
  font-size: 48px;
  font-weight: 600;
}

.contactSec .contactContent{
  padding-left: 30px;
  
}
.contactSec .contactSupport {
  padding-top: 30px;
  
}
.contactSec .contactSupport i{
  color: #9747FF ;
}
.contactSec .contactSupport .contacticonmargin{
  margin-left: 10px;
}
.contactSec .contactSupport .contacticonmargin h5{
  font-weight: 700;
  font-size: 16px !important;
}
.contactSec .contactSupport .contacticonmargin p{
  font-size: 13px !important;
  line-height: 19px !important;
}
.contactSec .contactSupport .contacticonmargin h5{
  font-weight: 700;
  font-size: 16px !important;
}
.contactSec .contactSupport i{
  font-size: 20px;
}


.contact2ndrow{
  padding-top: 80px;
}
.contact2ndrow .contactHeading{
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  padding: 50px 80px;

}

.contactBGimg{
  background-image: url("../images/contact-img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contactForm{
  background-color: #3B76B2;
  padding: 30px;
}

.contactFormBox{
  padding: 40px;

}

.contactFormBox h2{
  font-size: 40px;
  font-weight: 400;
}
.contactSec .contactForm .formDiv input {
  height: 50px;
}

.contactSec .contactForm .formDiv input::placeholder {
  font-size: 15px;
  color: #CDCDCD;
}

.contactSec .contactForm .formDiv textarea::placeholder {
  font-size: 15px;
  color: #CDCDCD;
}

.contactSec .contactForm .formDiv textarea {
  height: 80px;
}

.contactSec .contactForm .formDiv {
  margin-bottom: 20px;
}
.contact2ndrow img{
  padding-top: 15px;
}


/* footer */

.footerSec {
  background-color: #191A2D;
  color: #fff;
}


/* .footerSec .col4 {
padding-left: 30px;
} */


.footerSec ul li {
  list-style: none;
  margin-top: 10px;
}


.footerSec a {
  font-size: 15px;
  font-weight: 500px;
  color: #CDCDCD !important;
  padding: 0px;
  text-decoration: none;

}


.footerSec a:hover {
  color: #f0f0f0 !important;

}

.footerSec .partition {
  margin: 20px 0px;
}



/* industry section */

.industrySection .indusImagehead{
  background-image: url("../images/industryheadingImage.png");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.industrySection .tab-content{
  margin-top: 80px;
}
.industrySection .tabsection{
  margin-top: 80px;
}

.industrySection .tabsection button i{
  margin-bottom: 10px;
}

.industrySection .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color: #2E21F3 !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-bottom: 2px solid #2E21F3 !important;
  border: none;
}

.industrySection .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.industrySection .nav-link{
  color: #000 !important;

}

.industrySection .nav-tabs .nav-link{
  padding: 10px;
  border-radius: 0px !important;
  border: 0px !important;
}

.industrySection .tabContentBox{
  padding: 30px 0px 0px 100px;
}
.industrySection .tabContentBox i{
  color: #2E21F3;
}
.industrySection .tabContentBox h5{
  color: #2E21F3;
}

.industrySection .tabsection h6{
  font-size: 13px !important;
}

.industrySection .indusContPara{
  margin: 30px 0px;
}
.industrySection .indusContPara p{
  font-size: 15px;
}
.industrySection .indusContPara a{
  margin-top: 20px;
}

.techBox a {
    list-style: none;
    text-decoration: none;
    color: #fff;
}



/* about us page */

.hightlight-color{
  color: #6C6CFF;
}


.about-page .aboutPeople{
  background-image: url("../images/aboutPeople.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.aboutPeople h2{
  font-size:68px !important;
  color: #fff;
  text-transform: capitalize;

}
.aboutPeople .aboutPeoplebox{
  margin-left: 100px;
}

.aboutSection .ourBrand h3{
  font-weight: 400;  
}
.aboutSection .ourBrand p{
  font-weight: 300; 
  color: #a0a0a0; 
  margin-top: 20px;
}
.aboutSection .ourExpertisesec{
  padding-top: 80px;
}
.aboutSection .ourExpertise {
  padding-left: 35px;  
}
.aboutSection .ourExpertise h3{
  font-weight: 400;  
}
.aboutSection .ourExpertise p{
  font-weight: 300; 
  color: #a0a0a0; 
  margin-top: 20px;
  
}

.about-page .clientSec{
  background-color: #0B0C1B !important;
}

.teamSec h2{
  font-weight: 300;
}

.flip-box {
  background-color: transparent;
  height: 200px;
  perspective: 1000px;
  text-align: center;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #fff;
  color: black;
  padding: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;

}
.flip-box-front h3{
  font-weight: 200;
  margin-top: 30px;

}

.flip-box-back {
  border-radius: 10px;
  padding: 30px;
  background-color: #225FA7;
  color: white;
  transform: rotateY(180deg);
}

.paddingTop{
  padding-top: 50px;
}

.paddingY{
  padding: 100px 50px;
}

.about-page .marginTop{
  margin-top: 50px;
}



/* testimonial section */

.about-page .testimonialsection{
  background-image: url("../images/testimonial-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-page .testimonialsection .testiOne{
  background-color: #191A2D;

}
.about-page .testimonialsection .marginTop{
  margin-top: 50px;
}

.about-page .testimonialsection .testiContent{
  padding: 30px;
}
.about-page .testimonialsection .testiContent h6{
  color: #2E21F3;
  margin-top: 20px;
}
.about-page .font14{
  font-size: 14px;

}
.about-page .testimonialsection .testiContent h6{
  color: #2E21F3;
}


/* partner section */

.partnerSec h2{
  font-size: 52px;
  font-weight: 700;
  
}


/* CEO */

.about-page .Ceosec{
  background-image: url("../img/valuePlatform.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

}

.about-page .Ceosec .CeoCard{
  height: 790px;
  padding: 20px;
  border-radius: 10px;
}
.profile-desg p{
  line-height: 20px !important;  
}




/* Application Development */


.app-development .app-devPeople{
  background-image: url("../images/app-dev.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  height: 550px;
}

 .app-devPeoplebox h1{
  font-size:68px !important;
  color: #000048;
  text-transform: capitalize;

}
/* .app-devPeople .app-devPeoplebox{
  margin-left: 100px;
} */

.dev-overview{
  background-color: #0B0C1B;
  color:#fff;
}

.dev-overview small{
  font-size: 17px;
  font-weight: bold;
  color: #3C85CE;
}

.dev-overview h2{
  padding: 40px 0px 25px; 
  font-weight: 300; 
}

.dev-overview{
  background-color: #0B0C1B;
}

.AppServices{
  background-image: url("../images/AppServices.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.AppServicesCard{
  background-color: #191A2D;
  padding: 30px 50px;
  border-radius: 10px;
  color:#fff;
}

.AppServicesCard p{
  font-size: 25px;
  font-weight: 200;
  padding: 30px 0px 35px;
}

.addDev-service-box{
  text-align: left;
  background-color: #191A2D;
  color: #ffffff;
}

.addDev-service-box h3{
  font-size: 24px;
}

.aglie-img{
  padding: 25px;
  text-align: center;
}

.agileHeading{
    font-weight: 300;
}

.agileHeading span{
  color: #6C6CFF;
}

.agile-info-wrapper{
  position: relative;
  padding: 0px 20px; 
}

.vertical-line{
  position: absolute;
    height: 84%;
    width: 4px;
    border-radius: 10px;
    background-color: #225FA7;
    left: 66px;
    top: 15px;
}

.agile-info{
  padding: 10px 50px;   
  display: flex;
  justify-content: start;
  align-items: start;
}

.agile-info h5{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-left: 20px;
}

.agile-info p{
  font-size: 15px;
  font-weight: 300; 
  margin-left: 20px;
}



.addDev-testimonialsec{
  background-image: url("../images/appDev-Testimonials-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.addDev-testimonialsec .carousel-inner{
  background-color: #191A2D;
}

.addDev-testimonialsec .testiContent h6{
  font-size: 24px !important;
  color: #2E21F3;
}

.addDev-testimonialsec .testiContent p{
  font-size: 16px;
  color: #ffffff;
}


.CommitmentInfo-Wrapper{
  background-color: #E1E1E1;
}

.CommitmentInfo{
  padding: 50px 70px;
}

.CommitmentInfo h3{
  font-size: 32px;
  color: #3C85CE;
  font-weight: 500;
  padding-bottom: 20px;
}

.CommitmentInfo h2{  
  font-weight: 300;
  padding-bottom: 20px;
}

.CommitmentInfo p{
  font-size: 16px; 
  font-weight: 300;
}

.CommitmentBulletWrapper{
  background-color: #225FA7;
}
.CommitmentBullet{
  padding: 50px 30px;
  color: #ffffff;
}
.CommitmentBullet i{
  margin: 0px 20px 0px 0px;
  font-size: 18px;
  font-weight: 400;
}

.CommitmentBullet p{
  margin: 30px 0px;
  font-size: 16px;
  font-weight: 300;
}

/* banking */


.bankbanner {
  background-image: url("../images/banking-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  height: 550px;
}


.bannerBox h1{
  font-size:60px !important;
  color: #fff;
  text-transform: capitalize;

}

.overviewCommenSec{
  background-color: #fff;
  color:#000;
}

.overviewCommenSec small{
  font-size: 17px;
  font-weight: bold;
  color: #3C85CE;
}

.overviewCommenSec h2{
  padding: 40px 0px 25px; 
  font-weight: 300; 
}

.induserviceBox{
  margin-top: 50px;
}
.induserviceBox .indusbox1{
  padding: 30px;
  background-color: #0F175E;
}
.induserviceBox .indusbox2{
  padding: 30px;
  background-color: #225FA7;
}
.induserviceBox .indusbox3{
  padding: 30px;
  background-color: #5295E4;
}
.induserviceBox .indusbox4{
  padding: 30px;
  background-color: #0F175E;
}

.induserviceBox .indusServiceheading{
  border-right: 2px solid #fff;
}
.induserviceBox .indusServicecontent{
  padding-left: 40px;
}

.induschooseUs .accordion-button{
  font-weight: 600;
}

.induschooseUs .accordion-button:focus{
  box-shadow: none;
}

.industry-halfbanner h2{
  color: #fff;
  
}

.halfBannerimg {
  background-image: url("../images/bank-halfbanner.png");
  background-size: fill;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #2947B1;
 
}

.industry-halfbanner .healthbox p{
  padding: 20px 0px;
  color: #fff;
}

/* BPO page */

.bpo-People{
  background-image: url("../images/bg-bpo-img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
    align-items: center;
    height: 550px;
}
.bpo-People h2{
  font-size: 68px !important;
  color: #000048;
  text-transform: capitalize;
}


.BusinessValueSec{
  background-image: url("https://veracity-us.com/images/bpo-img.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.CustomerServiceSec{
  background-image: url("../images/customer-service-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.BusinessValueHeading{
  width: 50%;
}

.BusinessValueHeading h2{
  font-size: 48px; 
  font-weight: 300;
  padding-bottom: 40px;
}

.BusinessValueHeading span{
  font-size: 48px; 
  color: #225FA7;
}

.BusinessValueHeading p{
  font-size: 16px; 
  color: #282828;
}

 
.promisesSec img{
   width: 80%;
   margin: 0px auto;
}

.promisesSecText{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.promisesSecText h2{
  font-size: 48px;
  font-weight: 300;
  padding-bottom: 20px;
  margin-right: 30px;
}

.promisesSecText .bpo-text-info{
  display: flex;
  justify-content: start;
  align-items: baseline;
  margin: 10px 0px;
}

.promisesSecText .bpo-text-info i{
  margin: 0px 20px;
  color: #225FA7;
  }

.promisesSecText .bpo-text-info p{
width: 70%;
}
 
/* hospital */

.hospitalbanner{
  background-image: url("../images/bankingIndus-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 550px;
  display: flex;
  align-items: center;
}

.industry_medical .halfBannerimg {
  background-image: url("../images/medical-halfbanner.png");
  background-size: fill;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #2947B1;
}


.insurance-page .heroBanner{
  background-image: url("../images/financeIndus-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 550px;
  display: flex;
  align-items: center;
}

.insurance-page .halfBannerimg {
  background-image: url("../images/finance-halfbanner.png");
  background-size: fill;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #dfdff8;
}
.halfBannerimg .healthbox p{
  padding: 20px 0px;
}

/* manufacturing */

.manufacturing-page .heroBanner{
  background-image: url("../images/manufacturing-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  height: 550px;
}

.manufacturing-page .halfBannerimg {
  background-image: url("../images/manu-halfbanner.png");
  background-size: fill;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #2947B1;
}

/* life science */

.life-page .heroBanner{
  background-image: url("../images/life-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  height: 550px;
}

.life-page .halfBannerimg {
  background-image: url("../images/life-halfbanner.png");
  background-size: fill;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #2947B1;
}

.could-service-wrapper{
  background-image: url("../images/colud-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
    align-items: center;
    height: 550px;
}


/* life science */

.media-page .heroBanner{
  background-image: url("../images/media-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  height: 550px;
}

.media-page .halfBannerimg {
  background-image: url("../images/media-halfbanner.png");
  background-size: fill;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #2947B1;
}

.ai-ml-wrapper{
  background-image: url("../images/ai-bg-img-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
    align-items: center;
    height: 550px;
}


/* public sector */

.public-page .heroBanner{
  background-image: url("../images/public-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  height: 550px;
}

.public-page .halfBannerimg {
  background-image: url("../images/public-halfbanner.png");
  background-size: fill;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #2947B1;
}


/* retail */

.retail-page .heroBanner{
  background-image: url("../images/retail-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  height: 550px;
}

.retail-page .halfBannerimg {
  background-image: url("../images/retail-halfbanner.png");
  background-size: fill;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #e2e7f8;
}


/* telecom */

.telecom-page .heroBanner{
  background-image: url("../images/telecom-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  height: 550px;
}

.telecom-page .halfBannerimg {
  background-image: url("../images/telecom-halfbanner.png");
  background-size: fill;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #e2e7f8;
}

.veritySecText h2{
  font-size: 48px;
  font-weight: 300;
  padding-bottom: 20px;
  margin-right: 30px;
}

.veritySecText .bpo-text-info{
  display: flex;
  justify-content: start;
  align-items: baseline;
  margin: 10px 0px;
}

.veritySecText .bpo-text-info i{
  margin: 0px 20px;
  color: #225FA7;
  }

.veritySecText .bpo-text-info p{
width: 70%;
}

.veritySec img{
  width: 100%;
  margin: 0px auto;
}

/* cyber Security */
.cyberSecurity-hero{
  background-image: url("../images/cybersecurity.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
    align-items: center;
    height: 550px;
}

.cyberInfo h2 , .cyberInfo p{
  color: #282828 !important;
}

.cyberTitleWrapper{
  background-color: #f8f8f8;
  padding: 30px 0px 50px; 
}

.cyberTitleWrapper h4{ 
  padding-bottom: 20px; 
  font-size: 36px;
  font-weight: 500;
}

.cyberTitleWrapper p{ 
  padding: 10px 40px 10px; 
  font-size: 16px;
  font-weight: 300;
}

  .cyberTitle{  
    padding: 30px 50px;
}  

.cyberInfo .tab-content{
  background-color: #fff;
  padding: 30px 50px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.cyberTitle .nav-link{ 
   background-color: transparent !important;
  padding: 25px 10px ;
  font-size: 20px !important;
  color: #7d7d7d !important;
  border-radius: 0px !important;
  border-left: 5px solid #225fa7;
  cursor: pointer;
}

.cyberTitle .active{  
  background-color: #225fa7 !important;
  border-left: 5px solid #225fa7 !important;
  padding: 25px 10px ;
 color: #ffffff !important;
 font-weight: 600;
}

/* Testing & Automation */
.testing-hero{
  background-image: url("../images/testing.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
    align-items: center;
    height: 550px;
}

/* consulting */

.consulting-hero{
  background-image: url("../images/consulting-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
    align-items: center;
    height: 550px;
}

/* engineering */
.engineering-hero{
  background-image: url("../images/engineering-hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
    align-items: center;
    height: 550px;
}

/* partners */
.partners-hero{
  background-image: url("../images/partners-hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
    align-items: center;
    height: 550px;
}


.contactbox{
  background-color: #23273C;
  height: 200px;
  /* perspective: 1000px; */
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  padding: 30px;
  border-radius: 10px;
  
}
.contactbox h3 {
  font-weight: 400;
  margin-left: 20px;
  
}
.contactbox p {
  margin-top: 20px;
  
}
.contactbox i{
  color: #9747FF;
}


.contact3box{
  background-color: #191A2D;
    color: var(--whiteColor);
    margin-top: 30px !important;
}

.officeSec .verity-Box {
  height: 400px;
  border-radius: 10px;

  /* display: flex;
  align-items: end; */
  
}
.verity-Box .verityofficecontent{
  padding: 20px;
  
}
.officeSec .Vbox1 {
  background-color: #dae8fc;
  /* padding: 20px; */
}

.officeSec {
  background-image: url("../images/pune-city.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.officeSec .Vbox2{
 background-color: #dae8fc;
}

.officeSec .highlight-para {
  font-size: 40px;
  color: var(--whiteColor);
  font-weight: 400;
margin-bottom: 40px;
}


.verityofficecontent h5{
  font-size: 20px;
  /* color: #2E21F3; */
  font-weight: 600;
}
.verityofficecontent i{
  color: #2E21F3;
  font-size: 25px;
}


/* career */
.career-page .halfBannerimg {
  background-image: url("../images/career-halfbanner.png");
  background-size: fill;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #2947B1;
}

.career-page .heroBanner{
  background-image: url("../images/contactHeroImg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 550px;
  display: flex;
  align-items: center;
}

.contactSec2 h2{
  /* padding: 20px 0px 10px; */
  font-weight: 300;
}

.jobOpeningimg {
  background-color: #0b0c1b;
  padding: 40px 20px;
 
}

.jobOpeningimg h2 , .jobOpeningimg p{
  color: #fff !important;
}

.autometion-hero{
  background-image: url("../images/autometion-hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 550px;
  display: flex;
  align-items: center;
}

.featureSection{ 
  background-image: linear-gradient(24deg, rgba(204, 243, 252, .6), rgba(217, 217, 217, 0) 80%);
}

.featureCard{ 
  background-color: #fff;
  border-radius: 10px;  
  margin: 30px; 
  padding: 40px; 
  box-shadow: 0 -4px 30px rgba(101,119,131,.1);
}


.featureCard-info{
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eeeeee;
}

.featureCard-info i{
  background-color: #2780cd;
    color: #fff;
    padding: 15px;
    border-radius: 50px;
    margin: 10px 20px;
    font-size: 28px;
}

.featureCard-info small{
  font-size: 16px;
  font-weight: bold;
  color: #3C85CE;
  padding: 0px;
  margin: 0px;
}

.featureCard-info h3{
  font-size: 36px;
  font-weight: bold;
  color: #23273c;
  padding: 0px;
  margin: 0px;
}


.keyPoint{
  background-image: url("../images/autometion-bg-img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* height: 550px; */
  display: flex;
  align-items: center;
}

 .automation-registration-text{
  display: flex;
 }

.automation-registration-text p{
  background-color: #191A2D;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-top: 30px;  
}

.softwareInfo{
  background-image: url("../images/softwareSec.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat; 
padding: 50px;
  color: #fff;
  border-radius: 10px;
}

.softwareInfo h4{
  font-size: 42px;
  font-weight: 300;
  line-height: 45px;
}

.cardWrapper{
  display: flex;
  justify-content: start;
  align-items: baseline;
  text-align: start;
  margin-top: 30px;
}
 
.cardWrapper i{
  margin: 10px 20px;
  color: #225FA7;
}

.padding-50 h2{
  font-size: 35px !important;
  margin-bottom: 30px;
}

.hlghtbenifits{
  padding: 10px 20px;
  background-color: #bfbfff;
  margin-top: 10px;
  border-radius: 20px 20px 0px 20px;
 
}

.hlghtbenifits p{
  font-size: 15px;
  padding: 0px;
  margin: 0px;
  color: #000 !important;
}

.padding-0{
  padding: 0px !important;
}

.techUsed{
  background-image: url("../images/techUsed.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 20px;
  padding: 50px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
 }
  100% {
    transform: translateX(calc(-250px * 10));
 }
}
.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
  margin-top: 30px !important;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.slider .slide-track:hover {
  animation-play-state: paused
}

.sent-notification{
  color: rgb(0, 255, 13) !important;
  font-size: 20px !important;
}


.fa-circle{
  color:#225FA7;
  margin-top: 5px;
}
.teamCard{
  margin-top: 30px;
}
.teamCard .teamPic::after{
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  right: -25px;
  bottom: -25px;
  background: #fff;
}

.teamCard .teamCont h5{
  font-weight: 600;
  margin-bottom: 0px !important;
  margin-top: 15px;
}

.teamCard .teamCont{
  display: flex;
  justify-content: space-between;
}

.teamCard .teamCont p{
  font-size: 14px;
  color: #7c7b7b;
  line-height: 20px !important;

}
.teamCard .teamCont .linkedinpro{
  padding: 17px 35px;

}

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

.data-analyst-info{
  font-weight: 400 !important;
  margin: 10px;
  padding: 0px !important;
}


.training-placement-hero{
  background-image: url("../images/training-placement-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 550px;
  display: flex;
  align-items: center;
}

.training-about{
  background-color: #f8f9fa;
}

.training-about-text{
  padding: 0px 40px;
}