/* .header .header-container{
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #000;
} */
.hero{
    
    background-image: url(../../assets/img/vkbg-home.webp);
    background-size: cover;
    min-height: 60rem;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #F1F5FF;
}
.hero .hero-content h1{
    color: #191E24;
    font-family: "Merriweather";
    font-size: 4.42857rem;
    font-style: normal;
    font-weight: 700;
}

.hero .hero-content h1 .accent-text{
    display: block;
}

.hero-content p {
   color: #666;
font-family: "Open Sans";
font-size: 1.57rem;
font-weight: 400;
line-height: 172.73%;
}

.btngetstarted{
    margin-left: 2rem;
}

.keycount {
    background: linear-gradient(90deg, #002855 0%, #1A5FB2 49.52%, #05336A 100%);
}

.keycount-wrapper {
    display: flex;
    justify-content: center;
}

.keycount-itemicon{
    width: 6rem;
    height: 6rem;
    border-radius: 100%;
    background: linear-gradient(146deg, #007BC4 12.48%, #0B4387 90.06%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.keycount-itemicon img{
    min-width: 3.71rem;
}


.keycount-box {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
}


.keycount-item p{
    margin-bottom: 0px;
    color: #D7D7D7;
    font-family: "Open Sans";
    font-size: 1.14rem;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.keycount-item h3{    
    color: #FFF;
    font-family: "Merriweather", serif;
    font-size: 2.43rem;
    font-weight: 700;
    line-height: 1.2;
}

.keycount-item h3 span{
    font-size: 2.21rem;
}

.about .image-wrapper .small-image{
    position: absolute;
        bottom: -11%;
    right: -5%;
    width: 68%;
}

.about {
    background: #EDF1FC;    
}

.section-padding{
padding: 7.14rem 0px;
}

.section-heading{
    color: #191E24 !important;
    font-family: "Merriweather" !important;
    font-size: 2.43rem !important;
    font-style: normal;
    font-weight: 700;
}
.section-txt{
    color: #666;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.section-heading span{ 
    display: block;
}

.feature-content h3 {
    color: #191E24;
    font-family: "Merriweather";
    font-size: 1.14rem;
    font-weight: 700;
}

.feature-icon {
    width: 6rem;
    height: 6rem;
    aspect-ratio: 1 / 1;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.about .about-title span{
    display: block;
}


.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
.accordion-button:focus{
  border-color: none;
  box-shadow: none;
}

.accordion_item_tray {
    background-color: #fff;
    border: none;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
}

.accordion-item:first-of-type .accordion-button{
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.accordion-item:first-of-type>.accordion-header .accordion-button{
    border-radius: 0.85714rem 0.85714rem 0 0;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #0B4387;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    border-radius: 0.85714rem 0.85714rem 0 0;
}

.accordion-body {
    padding: 1rem 1.25rem;
    background: #edf1fc;
    margin-bottom: 1rem;
    border-radius: 0.85714rem 0.85714rem 0 0;
}

.accordion-body-text{
  color: #7A7A7A;
  font-size: 16px;
  font-weight: 400;
}

.accordion-body-heading{
  color: #444444;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  text-decoration: underline;
}

.accordion-body-list li{
 color: #7A7A7A;
  font-size: 16px;
  font-weight: 400;
}

.accordion_buttonwrapp{
  font-size: 1.43rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.accordion-button-icon{
  max-width: 1.43rem;
  max-height: 1.43rem;
  margin-right: 15px;
  margin-top: -10px;
}

.accordion-button-icon img{
  max-width: 1.43rem;
  max-height: 1.43rem;
  object-fit: cover;
}

.accordion_buttonwrapp span{
  font-weight: 200;
  margin-left: 10px;
  font-size: 12px;
}

.faq .faq-description{
    color: #666;
    font-size: 17px;
}

.accordion-item:last-of-type{
    border-bottom: none;
}
.about .about-meta{
    line-height: 1.4;
}
.about-meta{
    color: #0B4387;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.about .about-meta::after {
    position: absolute;
    content: '';
    width: 3.21rem;
    height: 2px;
    background: #0B4387;
    bottom: -3px;
    left: 0;
}

.about-meta::after {
    position: absolute;
    content: '';
    width: 3.21rem;
    height: 2px;
    background: #0B4387;
    bottom: -3px;
    left: 0;
}

.features-2{
    background-image: url(../../assets/img/features-secbg.jpg);
}


.features-2 .section-heading::after{
    display: none;
}

.about-meta.expertxt::after {
    left: 50%;
    transform: translate(-34%, 0%);
    width: 4rem;
}

.features-2 .feature-item .feature-icon{
    background: linear-gradient(146deg, #007BC4 12.48%, #0B4387 90.06%);
    width: 6.35rem;
    height: 6.35rem;
}

.features-2 .feature-item .feature-content p {
    color: #656565;
}

.w-90{
    max-width: 95%;
}

.techskill-row {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6rem;
}

.techskill-left {
    width: 100%;
    max-width: 40%;
    flex: 0 0 40%;
}

.techskill-right {
    width: 100%;
    max-width: 57%;
    flex: 0 0 57%;
}

.techskill-name {
    border-radius: 0.42857rem;
    border: 1px solid #002855;
    background: #FFF;
    color: #002855;
    font-family: "Open Sans";
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    padding: 0.75rem 1.5rem;
    text-align: center;
    max-width: 19rem;
}

.techskill-wrapp {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.techskill-name:hover,.techskill-name.active {
    border-color: #FFF;
    background: var(--new, linear-gradient(127deg, #007BC4 0%, #003B5E 99.81%));
    transition: all 0.3s ease;
    color: #FFF;
}

.key-strengths-wrapp {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.key-strengths-box {
    border-radius: 0.85714rem;
    background: #FFF;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.10);
    width: 100%;
    max-width: 19%;
    flex: 0 0 19%;
    padding: 2rem;
    height: 100%;
    text-align: center;
    transition: all 0.5s ease;
    
}

.key-strengths-name{
    color: #002855;
    text-align: center;
    font-family: "Merriweather", serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 0.85rem;
}

.key-strengths-box:hover,.key-strengths-box.active{
    background: linear-gradient(133deg, #007BC4 0%, #0B4387 98.84%);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.10);
    color: #fff;
}

.key-strengths-box:hover .key-strengths-name,.key-strengths-box.active .key-strengths-name{
    color: #fff;
}

.key-strengths-box:hover .key-strengths-boxicon svg path{
    fill: #fff;
}


.keystrengths-sec{
    background: #EDF1FC;
    background-image: url(../../assets/img/keystrengths-secbg.svg);
    background-repeat: no-repeat;
    background-position: top left;
}

.scrolled .header.fixed-top{
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 0px;
}
.contact .info-box{
    padding: 3rem 2rem;
}
.contact .info-box h3{
    font-family: "Merriweather" !important;
    font-size: 2.43rem !important;
    font-style: normal;
    font-weight: 700;
}

.contact{
    background-image: url(../img/contact-leftsvg.svg), url(../img/contact-rightsvg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom 55px left 220px, top 75px right 227px;
    padding-top: 11rem;
}

.contact-row {
    border-radius: 1.28571rem;
    background:linear-gradient(127deg, #007BC4 0%, #003B5E 99.81%);
}



.contact .info-box,.contact .contact-form{
    background-color: transparent;
    box-shadow: none;
}

.contact .info-item{
    margin-bottom: 0.5rem;
        align-items: center;
}

.php-email-form label{
    color: #BDBDBD;
font-family: "Open Sans";
font-size: 1rem;
font-style: normal;
font-weight: 400;
margin-bottom: 0.5rem;
}

.info-box .about-meta{
    color: #FFF;
}

.info-box .about-meta::after{
    background: #FFF;
}

.info-hr {
    width: 100%;
    height: 1px;
    background: #A7A7A7;
    margin: 1rem 0px;
}

.contact .info-item .icon-box{
    width: auto;
    height: auto;
    background: transparent;
    border-radius: none;

}

.contact .info-item:hover .icon-box{
    background-color: transparent;

}

.contact .contact-form .btn {
    color: var(--contrast-color);
    padding: 1rem 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: 0.3s;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: auto;
    border-radius: 0.42857rem;
    background: #007BC4;
}

.contact .info-box p{
    margin-bottom: 4rem;
}


.footer {
    background-color: #E2E6F1;
    background-image: url(../img/footer-bgimg.svg), radial-gradient(213.81% 50% at 50% 50%, #EDF1FC 107%, #B9D9FF 221%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.footer .footer-links ul a {
    display: flex;
    align-items: center;
}

.footicon {
    width: 1.43rem;
    height: 1.43rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    margin-right: 10px;
    margin-top: -1px;
    line-height: 1;
}
.footer .footer-about .logo{
    margin-bottom: 20px;
    max-width: 6rem;
    height: auto;
}

.footer .footer-contact p {
    margin-bottom: 5px;
    color: #333;
    font-family: "Open Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 80%;
}
