@media (min-width: 992px){
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px; 
     padding-right: 0px;
}
.card {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    padding: 17px;
    text-align: center;
    background-color:#ffffff;
    border-radius: 20px;
    
  }
  .card:hover {
    border-bottom: 5px solid #19bfe7;
    overflow: hidden;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  /* @media (min-width: 768px) and (max-width: 1024px) {
    .first-box{
      padding-bottom: 50px;
    }
    } */




.margin-top{
    margin-top: 15px;
}
.img-responsive {
    display: inline-flex;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}
.qr-top1 {
    margin-top: -52px;
  
  }

.qr-top{
    margin-top: 95px;
}
.card .service-icon {
    color: #fff;
    background: linear-gradient(-45deg,#098bb4 49%,#1bbfe7 50%);
    font-size: 38px;
    line-height: 48px;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 100px;
    border: 8px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transform: translateY(-6px);
    transition: all 0.3s ease;
}
.card:hover .fa {
    transform: rotateX(360deg);
  transition: all 0.3s;
  /* color: #1bbfe7; */

}
.d-flex{
  display: flex;
  text-align: center;
  justify-content: center;
}
.d-flex .w-50{
  width: 50%;
}
.logo-protifolio1 {
  /* background-image: url('../../assets/images/Home/header-bg.png'); */
  overflow: hidden;
  height: 350px;
}
.content-height{
  height: 350px;
}
.what-do{
  align-content: center;
  position: relative;
  height: 350px;
  display: grid;
}
.what-do p{
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  word-spacing: normal;
  color: #1e1e1e;
}
.what-do .w-50 .sub-text {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  padding-left: 100px;
}
.web-proti .w-50 .sub-div{
  width: fit-content;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.what-do .w-50 .sub-text .fa{
  font-size: 12px;
  margin-right: 5px;
}
/* .what-do .w-50 .sub-text:last-child{
  padding-left: 60px;
} */
.web-proti .w-50{
  margin-bottom: 9px;
}
.web-text{
  margin-bottom:3px;
}
.mt-20{
  margin-top: 20px;
}
.content-height{
  animation-delay: 7s;
  z-index: 7;
  animation: sliding 3s backwards;
}
@keyframes sliding{
  0% {
    visibility: hidden;
    bottom: 50px;
    opacity: 0;
  }
  10% {
    visibility: visible;
    bottom: 50px;
    opacity: 0;
  }
  75% {
    visibility: visible;
    bottom: 0;
    opacity: 1;
  }
}
.sliding {
  position: absolute;
  width: 100%;
}
.ban1-content{
  margin-top: 50px;
}
.hh3{
  color:#098bb4 ;
}
.suthra-color{
  color:#1bbfe7;
}
@media screen and (max-width: 768px) {
    iframe {
      width: 100%;
    }
  }
  @media screen and (max-width: 768px) {
    .qr-top {
      margin-top: 40px;
    
    }
    
    .text-aligen{
        text-align: center;
    }
    .card{
       height: 30rem;
    }
    .banner1{
        height: auto !important;
        margin-bottom: 0px !important;
        
    }
    .ban1-content {
      margin-top: 0px;
  }
  .ban-content {
    margin-top: 70px;
}
}
.nav-color{
  background-color: white;
}
#masthead.navbar-stuck {
  
  background-color: white;
}
 
  @media screen  and (max-width: 320px) {
    .p-justify {
      text-align: justify !important;
    }
    .qr-top1 {
        margin-top: -35px;
      
      }
      .ban-content {
        margin-top: 10px;
    }
    .mt-20{
      margin-top: 0px;
    }
  }
  .banner1{
    height: 100px; 
    margin-bottom: 20px;
  }
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    width: 100%;
    height: auto;
    opacity: 0.3;
    text-align: center;
  }

.w-100{
  width: 100%;
}
.area {
  background: #7246dbb8;
  /* background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8); */
  width: 100%;
  height: 110vh;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
  border-radius: 50%;
}

.circles li:nth-child(1) {
  left: 25%;
   width: 20px;
   height: 20px;
  animation-delay: 0s;
}


.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 20px;
  height: 20px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
 width: 20px;
 height: 20px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
 width: 20px;
 height: 20px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
 width: 20px;
 height: 20px;
  animation-delay: 0s;
  animation-duration: 11s;
}



@keyframes animate {

  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 50%;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }

}
.text-white{
  color: #ccdbff !important;
}

@media screen and (min-width: 320px) and (max-width: 768px){
  .m-none{
    display: none;
  }
  /* .logo-protifolio1 {
    background-image: url('../../assets/images/Home/header-bg.png');
    overflow: hidden;
    height: 450px;
  } */
  .text-white{
    color: #000000 !important;
  }
  .sub-div .web-text{
    font-size: 22px !important;
  }
  .sub-div .sub-text{
    margin-bottom: 0px;
    display: none;
  }
  .web_row{
    margin: 0px !important;
  }
  .websitedesign{
    margin-bottom: 3%;
  }
  .websitedesign .hovereffect1 img{
    height: 150px !important;
  }
}
@media screen and (max-width:330px){
  .mobile{
    font-size: 35px;
  }
  /* .intern-box
  {
    margin-left: -30px !important;
    margin-right: -40px !important;
  } */
  .list-group-item{
    padding-right: 3px !important;
  }
}
@media (min-width: 992px) and (max-width:1200px)
{
  .box-content{
    margin-left:-60px !important;
  }
}
@media (min-width: 1201px) and (max-width :1438px)
{
  .box-content{
    margin-left:-40px !important;
  }
}
@media (min-width: 1439px) and (max-width :1440px)
{
  .box-content{
    margin-left:60px !important;
  }
}
#masthead .dropdown-menu>li>a
{
  padding-top: 4.5px;
  padding-bottom: 4.5px;
}
@media (min-width:340px) and (max-width:425px){
    

/* .list-group-item
    {
      margin-right: -21px !important;
    }     */
}
@media (min-width:320px)and(max-width:990px)
{
  .web-app-img img{
    margin-bottom: 18px;
    
  }
}

.blockchain-content
{
  margin-top: 33px !important;
  line-height: 18px !important;
}
@media (min-width:991px) and (max-width:1199px)
{
  .blockchain-content
{
  margin-top: 31px !important;
  line-height: 16px !important;
  padding-bottom: 16px !important;
}
.ts-content ,.csd-content
{
  margin-top: 31px !important;
  line-height: 16px !important;
}
.csd-title
{
  line-height: 20px !important;
}
.cs-content,
.wd-content
{
  margin-top: 35px !important ;
}
.bc-card
{
  line-height: 0.0;
}

}

@media (min-width:768px) and (max-width:1198px){
  .contact-box{
    height: 33rem;
    }
    .card-content-2
    {
      margin-top: 20px !important;
    }
    .app-dev
{
  padding: 30px 18px !important;
}
}

@media (min-width:1199px) and (max-width:2560px){
  .contact-box
{
  height: 34rem !important;
}
}
.career-header
{
  font-size: 14.5px !important;
}

/* Marquee */
.marquee {
    position: sticky;
    top: 0;
    width: 100%;
    background: #08BCD4;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px;
    z-index: 9999;
    overflow: hidden;
}

.marquee-content {
    display: flex;
    gap: 20px;
    white-space: nowrap;
    animation: marqueeScroll 15s linear infinite;
    font-size: large;
    font-weight: 200;
    margin: 0%;
}

.marquee:hover .marquee-content {
    animation-play-state: paused; 
}

.marquee-content p {
    margin: 0;
}

.marquee-btn {
    background: white;
    color: #08BCD4;
    padding: 2px 8px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #098bb4;  
    cursor: pointer;            
    transition: all 0.3s ease;  
}
.marquee .marquee-btn:hover {
  background: #098bb4 !important;
  color: white !important;
  z-index: 99 !important;
}

.marquee-close {
    background: transparent;
    color: #fff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: -7px;
    right: 0px;
}

.marquee-close:hover{
  color: red;
}


@keyframes marqueeScroll {
    0% { transform: translateX(155%); }
    100% { transform: translateX(-100%); }
}


#masthead {
    position: sticky;
    top: 48px; 
    z-index: 999;
    transition: top 0.3s;
}

@media (max-width: 768px) {
    .marquee-content {
        font-size: medium;
        gap: 15px;
        animation: marqueeScrollSmall 12s linear infinite;
    }

    .marquee-btn {
        font-size: 13px;
        padding: 4px 12px;
    }

    #masthead {
        top: 42px; 
    }
}


@media (max-width: 480px) {
    .marquee {
        padding: 6px 12px;
    }

    .marquee-content {
        font-size: small;
        gap: 10px;
        animation: marqueeScrollSmallest 10s linear infinite; 
    }

    .marquee-btn {
        font-size: 12px;
        padding: 3px 10px;
    }

    .marquee-close {
        font-size: 20px;
        top: -5px;
    }

    #masthead {
        top: 38px;
    }
}

@keyframes marqueeScrollSmall {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

@keyframes marqueeScrollSmallest {
    0% { transform: translateX(75%); }
    100% { transform: translateX(-100%); }
}

.marquee-btn:link,
.marquee-btn:visited,
.marquee-btn:active,
.marquee-btn:focus {
  color: #08BCD4;  
  background: white;
  text-decoration: none;
}


/* Navbar login button Employee Icon */
.employee-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.employee-icon img {
  width: 14px;
  height: 14px;
}
