:root {
    --blue: #337CCF;
    --black: #040D12;
 }
 /* .row{
    overflow: hidden;
 } */
.aboutPage {
    background: #ebf2fb;
  }

  .firstDetails {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    min-height: 300px;
    width: 50%;
    padding: 1rem;
  }

  @media screen and (max-width: 1440px) {
    .firstCards {
      margin-left: 80px !important;
    }
  }

  @media screen and (max-width: 1024px) and (min-width: 300px) {
    .firstDetails {
      display: flex;
      align-items: start;
      flex-direction: column;
      justify-content: center;
      gap: 1rem;
      min-height: 300px;
      width: 100%;
      padding: 2rem;
    }

    h2 {
      font-size: 35px !important;
      line-height: 45px !important;
    }

    .firstCards {
      /* padding: 2rem; */
      margin-left: 0 !important;
    }

    /* .bluePara .col1 {
      width: 100%;
    } */
    .bluePara .head {
      font-size: 35px !important;
      line-height: 45px !important;
    }
  }

  .firstDetails h2 {
    color: #337ccf;
    font-size: 48px;
    font-style: italic;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
  }

  .firstDetails p {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
  }

  .firstDetails .btns {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2rem;
  }

  .firstDetails .btns a.header-btn-theme.btn-theme {
    width: 145px !important;
    height: 50px !important;
    padding: 10px, 30px, 10px, 30px;
    gap: 10px;
  }

  .firstDetails .btns a {
    color: #337ccf;
  }

  .firstDetails .btns a:hover {
    border-bottom: 1px solid #337ccf;
    text-decoration: underline;
  }
  .topImgPara {
    padding-top: 80px;
  }

  .topImgPara .img {
    /* width: 440px; */
    /* min-height: 426px; */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .topImgPara img {
    background-repeat: no-repeat;
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-radius: 0px, 0px, 0px, 80px;
  }

  .firstCards {
    background: #fff;
    margin-top: 80px;
    padding: 2rem;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-left: 11.5%;
  }

  .firstCards .card {
    border: none;
    padding: 2rem;
    min-height: 308.04px;
    max-height: 100%;
    height: 100%;
    gap: 1rem;
  }

  .card .img {
    width: 90px;
    height: 90px;
  }

  .card h4 {
    font-size: 19px;
    font-weight: 800;
    line-height: 21px;
    letter-spacing: 0em;
  }

  .card p {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    color: rgba(93, 93, 93, 1);
    text-align: left;
  }
  .card .line {
    width: 100%;
    border-bottom: 2px solid #5d5d5d;
    opacity: 30%;
  }

  /* second heading......................................... */
  .middleHeading {
    margin-top: 67px;
    width: 85%;
    margin-bottom: 26px;
  }

  .middleHeading h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
  }

  .middleHeading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
  }

  .middleHeading .xito {
    cursor: pointer;
    color: #337ccf;
  }

  /* second card */
  .secondCards {
    min-height: 650px;
    width: 100%;
  }
  .row.fixHeight{
    gap: 27px 0;
  }
  .fixHeight {
    margin-bottom: 23px;
  }

  .secondCards .card {
    border-radius: 0;
    border: none;
    display: flex;
    padding: 3rem 2rem;
    overflow: hidden;
    max-width: 100%;
    min-height: 300px;
    height: 100%;
  }

  .secondCards .card h4 {
    color: #5d5d5d;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }

  .secondCards .card p {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .secondCards .bgColor .card {
    color: white !important;
    background: #337ccf;
  }

  .secondCards .bgColor .card h4 {
    color: white;
  }

  .secondCards .bgColor .card p {
    color: white;
  }

  .secondCards .img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  /* Third heading */
  .thirdHeading {
    width: 75%;
    margin-top: 50px;
  }
  .our-team-heading {
    width: 75%;
    margin-top: 80px;
  }
  .thirdHeading h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
  }

  .thirdHeading p {
    text-align: center;
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 16px;
  }

  .thirdHeading .xito {
    cursor: pointer;
    color: #337ccf;
  }

  /* Third cards starts from here */
  .thirdCards {
    margin-top: 26px;
    min-height: 800px;
  }

  .thirdCards .firstRow {
    gap: 30px 20px;
    align-items: center;
    justify-content: center;
    /* padding: 15px ; */
  }

  .thirdCards .cardTemp {
    background: #f7f6f3;
    border-radius: 10px;
    border: none;
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
    padding: 42px 32px;
    overflow: hidden;
    max-width: 414px;
    min-height: 300px;
  }

  .thirdCards .firstRow .cardTemp .heading h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(51, 51, 51, 1);
  }

  .thirdCards .firstRow .cardTemp .img {
    width: 100%;
    height: 250px;
    object-fit: fill;
  }
  .thirdCards .firstRow .cardTemp .img img {
    width: 100%;
    height: 100%;
  }

  .thirdCards .firstRow .cardTemp .imgMini {
    width: 100%;
    height: 54px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .thirdCards .firstRow .cardTemp .imgMini img {
    cursor: pointer;
    width: 23%;
    height: 100%;
  }

  /* second row client success cards */
  .toGiveSpace {
    margin-top: 20px;
  }

  .thirdCards .secondRow .cardTemp .heading {
    height: 55px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #333333;
  }

  .thirdCards .secondRow .cardTemp .img {
    width: 100%;
    height: 250px;
    object-fit: fill;
  }
  .thirdCards .secondRow .cardTemp .img img {
    width: 100%;
    height: 100%;
  }

  .thirdCards .secondRow .cardTemp .imgMini {
    width: 100%;
    height: 54px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .thirdCards .secondRow .cardTemp .imgMini img {
    cursor: pointer;
    width: 23%;
    height: 100%;
  }

  /* bluePara */

  .blueP {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
  }
  .bluePara {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #337ccf;
    background-image: url(../img/Global_network.png);
    background-size: cover;
    background-position: center center;
    min-height: 300px;
    width: 1280px;
    color: white;
  }

  .bluePara h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 49px;
  }

  .bluePara .head {
    font-size: 60px;
    font-weight: 700;
    line-height: 82px;
    letter-spacing: 0em;
  }

  .bluePara .col1 {
    text-align: center;
  }

  .akhriCard {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }

  .lastCards {
    width: 1312px;
  }

  .lastCards .card {
    border: none;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 0 4px;
    min-height: 455px;
  }

  .lastCards .card .img {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }
  .lastCards .card .img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .lastCards .card .heading p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: rgba(107, 114, 128, 1);
  }
  .lastCards .card .heading h4 {
    font-size: 20px;
    font-weight: 750;
    line-height: 30px;
    text-align: left;
    color: #337ccf;
  }

  .lastCards .card .para p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(107, 114, 128, 1);
  }

  .lastCards .card .icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }
  .lastCards .card .icons i {
    font-size: 17px;
    cursor: pointer;
    color: #6b7280;
  }

  .testimonals {
    margin-top: 68px;
  }

  .testimonial-card {
    background: #fff;
    border: none;
    min-height: 318px;
  }

  .testimonals .contentTitle {
    margin-bottom: 12px;
  }

  .lastHeading {
    margin-top: 80px;
  }
  .lastHeading h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
  }

  .lastHeading .xito {
    color: #337ccf;
  }
  input.form-control {
    position: relative;
    z-index: 1;
  }
  span.inputFormIcon{
    z-index: 4;
  }

  .customInput {
    z-index: 0;
}


  .contactSectionss {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 80px;
  }
  .customContact {
    background: #fff;
    overflow: hidden;
    max-width: 100%;
    /* width: 1280px;
    box-shadow: 1px 1px 8px 1px rgba(15, 15, 15, 0.2); */
    box-shadow: 0px 125.24px 177.64px -71.06px rgba(25, 58, 75, 0.3);;
  }

  .cardContainer {
    min-height: 600px;
  }
  .cardOne {
    padding: 3.5rem;
  }
  .cardTwo {
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cardTwoBody {
    right: 0;
    background: var(--blue);
    height: 100%;
    width: 60%;
    padding: 3rem;
  }

  i {
    color: #337ccf;
  }
  .secondRow.row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 45px;
}
.card.about-hover-card:hover {
    background-color: var(--blue);
    color: #fff;
}
.card.about-hover-card:hover  h4 {
    color: #fff;
}
.card.about-hover-card:hover  p {
    color: #fff;
}
.card.about-hover-card:hover  img {
   filter: brightness(3);
}

  @media only screen and (max-width: 600px) {
    .secondCards .card {
        margin: 10px 0;
    }
    .fixHeight{
        margin-bottom: 0px;
    }
    .secondRow.row{
        margin-top: 20px !important;
    }
    .thirdHeading {
        width: 100%;
        margin-top: 50px;
    }
    .blueP{
        max-width: 100%;
        overflow: hidden;
        padding: 0px;
    }
    .bluePara{
        padding: 50px 0;
    }
    .lastCards .card .img img{
        object-fit: cover;
    }
    .lastCards .card{
        margin: 10px 0;
    }
    .cardOne {
        padding: 30px 40px!important;
    }
    /* .form-control{
        line-height: 2.5;
    }
    span.inputFormIcon.position-absolute.pt-2{
        padding-top: 0.8rem !important;
    }
    span.position-absolute.pt-2{
        padding-top: 1rem !important;
    }
    .customInput{
        height: 2rem;
    } */
    /* .position-absolute {
        position: absolute!important;
        top: 5px;
    } */
  }
  @media only screen and (max-width: 786px) {
    .thirdCards .firstRow {
        gap: 20px 20px;
        align-items: center;
        justify-content: center;
        padding: 15px ;
      }
      .thirdCards .cardTemp {
        max-width: 345px;
        padding: 42px 15px;
    }
  }
