/* body{ */
/* padding:0px; */

/* } */
.main img {
    max-width: 100%;
}

.inner {
    max-width: 1140px;
    margin: 0px auto;
}

.header {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 26px;
    font-weight: 500;
    color: #2e4571;
}

.header span {
    color: #ff7135;
}

.header .row {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.banner {
    position: relative;
}

.banner .quickbtn {
    background-color: #ff7135;
    position: absolute;
    color: #fff;
    right: -48px;
    top: 35%;
    transform: rotate(-90deg);
    padding: 10px;
    text-decoration: none;
    border-radius: 5px 5px 0px 0px;
}

.d-ff {
    display: flex;
    justify-content: end;
    align-items: center;
}
.rightt .nav-link {
    background: #265391;
    border-radius: 10px;
    color: #fff;
    margin-left: 30px;
}

.banner .text {
    padding-top: 35px;
    padding-bottom: 25px;
    color: #295a94;
    font-size: 19px;
    padding-top: 0px;
    margin: 0px;
}

.banner .img {
    background-color: #ffffff;
    color: #fff;
    padding-top: 35px;
    min-height: 400px;
    background-image: url(images/home_bck.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center -85px;

}

.banner .img img {
    padding-top: 20px;
}

.service {
    background-color: #295a94;
    padding-top: 35px;
    padding-bottom: 35px
}

.service .item {
    color: #fff;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.service .item img {
    padding-bottom: 15px;
}

.section1 {
    padding: 35px 5px;
}

.section1 p {
    font-size: 15px;
}

.section1 .line {
    margin-bottom: 10px;
}

.section1 h6 {
    color: #1f5480;
    padding-bottom: 10px;
    font-size: 19px;
}

.design {
    background-color: #000;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 35px;
}

.design .line {
    border-color: #fff;
    padding-top: 10px;
    width: 70px;
}

.team {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #000;
    color: #fff;
    background-image: url('images/team-bck.jpg');
}

.team p {
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 20px;
    margin-bottom: 0;
}

.team .line {
    border-color: #fff;
    padding-top: 10px;
    width: 70px;
}

.tab {}

.tab button {
    background-color: inherit;
    outline: none;
    position: relative;
    display: inline-block;
    padding: 10px 20px 10px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}

.tab button:hover {
    color: #1a76bf;
}

.tab button.active {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    color: #1a76bf;
}

.tabcontent {
    display: none;
    padding: 25px 20px;
    border: 1px solid #ccc;
}

.line {
    display: inline-block;
    border-bottom: 3px solid #000;
    width: 85px;
    height: 1px;
}

.process {
    padding-top: 30px;
    padding-bottom: 30px;
}

.process .inner {
    max-width: 850px;
    margin: 0px auto;
}

.process .text h1 {
    color: #1474c1;
}

.process .text p {
    font-size: 20px;
}

.process .box {
    margin: 0px;
    padding: 0;
}

.process .box .content {
    background-color: #1575c2;
    color: #fff;
    padding: 10px 5px;
    min-height: 145px;
    border-radius: 5px;
    font-size: 14px;
}

.process .box .content ul {
    margin-left: -10px;
    margin-top: 10px;
}

.process .box .title {
    border: 1px solid #1575c2;
    padding: 10px;
    background-color: #f1f1f1;
    text-align: center;
    margin: 10px;
    margin-top: -15px;
    color: #000;
}

.arrow {
    width: 105px;
    padding-top: 55px;
}

.footer {
    background-color: #0c4a7d;
    padding: 10px 5px;
    color: #fff;
    font-size: 12px;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    text-decoration: none;
}

.tabs {
    margin: 30px 10px;
}




/* ----tabs */
.fluent-lang {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px 0px 20px 0;
}

.section1 ul {
    padding-left: 0;
}

.section1 ul li {
    font-size: 14px;
}

.section1 .row {
    align-items: center;
}

.banner h1 {
    font-size: 32px;
}

.tabss {
    display: flex;
    justify-content: center;
    background-color: #f1f1f1;
}

.tab {
    padding: 10px 11px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #f1f1f1;
    font-size: 14px;
    font-weight: 700;
}

.tab:last-child {
    border-right: 1px solid #ccc;
}

.tab.active {
    background-color: white;
    border-bottom: 2px solid #333;
}

.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
    background-color: white;
}

.tab-content.active {
    display: block;
}

/* ----tabs */

@media only screen and (max-width: 767px) {
    .service .item {
        flex-direction: column;
        align-items: center;
    }

    .banner .quickbtn {
        position: unset;
        right: 0;
        top: 0;
        display: block;
        transform: inherit;
        text-align: center;
        margin: 10px;
        border-radius: 5px;
    }

    .process .box {
        padding: 5px 15px;
    }

    .footer .col-sm-6 {
        text-align: center !important;
        padding-top: 5px;
    }

    .arrowimg,
    .arrow {
        display: none;
    }

    .header {
        font-size: 16px;
    }

    .header .row {
        text-align: center;
    }

    .design {
        padding: 35px 10px;
    }

    .banner .img {
        background-size: auto;
    }

    .main {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .inner {
        padding-right: 15px;
        padding-left: 15px;
    }

    .banner h1 {
        font-size: 22px;
    }

    .banner .text {
        padding-top: 35px;
    }

}


.heading-cards h2 {
    color: #000066;
    font-size: 32px;
    padding: 0px 40px 0px 40px;
  }
  
  .features-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 40px;
  }
  
  .feature-card {
    background: #f9f5ff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    flex: 1 1 calc(33.33% - 20px);
    max-width: calc(29.89% - 20px);  
    transition: transform 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
  }
  
  .feature-card:hover {
    transform: translateY(-10px);
  }
  
  .feature-icon img {
    max-width: 80%;
    width: 100%;
  }
  
  .feature-title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    color: #1575c2;
    text-align: left;
  }
  .feature-card:hover .feature-title {
    color: #000066;
  }
  
  .feature-icon img:hover {
    transform: scale(1.1);
  }
  .feature-icon{
    overflow: hidden;
  }
  .feature-icon img {
      max-width: 30%;
  }
  
  .feature-icon img {
  
  
    transition: 0.5s;
  }
  .para-d {
    text-align: left;
  }
  @media (max-width:900px){
    .sant{
        margin-left: 186px;
    }
  }
    
  
  /* Responsive styles for smaller screens */
  @media (max-width: 768px) {
    .feature-card {
      flex: 1 1 calc(33% - 20px);
      max-width: calc(50% - 20px);
  
    }
  }
  
  @media (max-width: 480px) {
    .feature-card {
      flex: 1 1 100%;
      max-width: 100%;
    }
    .feature-icon img:hover {
      transform: scale(1);
    }
    .heading-cards h2 {
      font-size: 20px;
  }
   .sant{
        margin-left: -10px;
    }
  }
  
   
  
  
  
  