.achievements {
  padding: 50px 0;
}
.achievements .srv-satisfy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.achievements .srv-satisfy .srv-box {
  padding: 15px 30px;
  margin: 20px;
  width: 190px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 22px 23px 40px rgba(0, 0, 0, 0.02);
  box-shadow: 22px 23px 40px rgba(0, 0, 0, 0.02);
  border-top: 1px solid #014051;
  border-bottom: 1px solid #424242;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#014051),
      to(#424242)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#014051), to(#424242));
  background-image: linear-gradient(#014051, #424242),
    linear-gradient(#014051, #424242);
  background-size: 1px 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  height: 178px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.achievements .srv-satisfy .srv-box img {
  width: 50px;
  height: 50px;
}
.achievements .srv-satisfy .srv-box .sub-hdg-md {
  font-size: 20px;
  margin: 0;
}
.achievements .srv-satisfy .srv-box .sub-hdg-sm {
  line-height: 20px;
  margin: 0;
  font-size: 18px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .achievements .srv-satisfy {
    overflow-x: scroll;
    margin-top: 0;
  }
  .achievements .srv-satisfy .srv-box {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sub-hdg-sm {
    font-size: 20px;
    line-height: 30px;
  }
  .achievements .srv-satisfy {
    margin-top: -75px;
  }
  .achievements .srv-satisfy .srv-box {
    padding: 10px;
    margin: 10px;
    max-width: 155px;
  }
  .achievements .srv-satisfy .srv-box .md-icon {
    max-width: 35px;
  }
  .achievements .srv-satisfy .srv-box .sub-hdg-sm {
    line-height: 18px;
    font-size: 18px;
  }
}

.contact-section {
  padding: 70px 0;
}
.contact-section .cntct-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-section .cntct-sec .ctc-head {
  padding-bottom: 20px;
}
.contact-section .cntct-sec .ctc-head img {
  display: none;
}
.contact-section .cntct-sec .ctc-sec .ctc-form .form-example .f-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-section .cntct-sec .ctc-sec .ctc-form .form-example .f-name input {
  border: none;
  border-bottom: 1px solid #8a8a8a;
  width: 299px;
  height: 59px;
  background: transparent;
}
.contact-section
  .cntct-sec
  .ctc-sec
  .ctc-form
  .form-example
  .f-name
  input:focus-visible {
  outline: none;
}
.contact-section
  .cntct-sec
  .ctc-sec
  .ctc-form
  .form-example
  .form-f-w
  textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #8a8a8a;
  background: transparent;
  padding: 18px 10px;
}
.contact-section
  .cntct-sec
  .ctc-sec
  .ctc-form
  .form-example
  .form-f-w
  textarea:focus-visible {
  outline: none;
}
.contact-section .cntct-sec .ctc-img {
  display: block;
}
@media (min-width: 320px) and (max-width: 359px) {
  .contact-section {
    padding: 40px 0;
  }
  .contact-section .cntct-sec .ctc-head {
    width: 100%;
    padding-bottom: 20px;
  }
  .contact-section .cntct-sec .ctc-head img {
    display: block;
    margin: 0 auto;
  }
  .contact-section .cntct-sec .ctc-sec .ctc-form .form-example .f-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-section .cntct-sec .ctc-sec .ctc-form .form-example .f-name input {
    width: 100%;
    height: 50px;
  }
  .contact-section
    .cntct-sec
    .ctc-sec
    .ctc-form
    .form-example
    .f-name
    input:focus-visible {
    outline: none;
  }
  .contact-section
    .cntct-sec
    .ctc-sec
    .ctc-form
    .form-example
    .form-f-w
    textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #8a8a8a;
  }
  .contact-section
    .cntct-sec
    .ctc-sec
    .ctc-form
    .form-example
    .form-f-w
    textarea:focus-visible {
    outline: none;
  }
  .contact-section .cntct-sec .ctc-img {
    display: none;
  }
}
@media (min-width: 360px) and (max-width: 480px) {
  .contact-section {
    padding: 40px 0;
  }
  .contact-section .cntct-sec .ctc-head {
    width: 100%;
    padding-bottom: 20px;
  }
  .contact-section .cntct-sec .ctc-head img {
    display: block;
    margin: 0 auto;
  }
  .contact-section .cntct-sec .ctc-sec .ctc-form .form-example .f-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-section .cntct-sec .ctc-sec .ctc-form .form-example .f-name input {
    width: 100%;
    height: 50px;
  }
  .contact-section
    .cntct-sec
    .ctc-sec
    .ctc-form
    .form-example
    .f-name
    input:focus-visible {
    outline: none;
  }
  .contact-section
    .cntct-sec
    .ctc-sec
    .ctc-form
    .form-example
    .form-f-w
    textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #8a8a8a;
  }
  .contact-section
    .cntct-sec
    .ctc-sec
    .ctc-form
    .form-example
    .form-f-w
    textarea:focus-visible {
    outline: none;
  }
  .contact-section .cntct-sec .ctc-img {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .contact-section {
    padding: 40px 0;
  }
  .contact-section .cntct-sec .ctc-head {
    width: 100%;
    padding-bottom: 20px;
  }
  .contact-section .cntct-sec .ctc-head img {
    display: block;
    margin: 0 auto;
  }
  .contact-section .cntct-sec .ctc-sec .ctc-form .form-example .f-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-section .cntct-sec .ctc-sec .ctc-form .form-example .f-name input {
    width: 100%;
    height: 50px;
  }
  .contact-section
    .cntct-sec
    .ctc-sec
    .ctc-form
    .form-example
    .f-name
    input:focus-visible {
    outline: none;
  }
  .contact-section
    .cntct-sec
    .ctc-sec
    .ctc-form
    .form-example
    .form-f-w
    textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #8a8a8a;
  }
  .contact-section
    .cntct-sec
    .ctc-sec
    .ctc-form
    .form-example
    .form-f-w
    textarea:focus-visible {
    outline: none;
  }
  .contact-section .cntct-sec .ctc-img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-section .cntct-sec .ctc-sec .ctc-form .form-example .f-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-section .cntct-sec .ctc-sec .ctc-form .form-example .f-name input {
    width: 100%;
  }
}

.testiSection {
  background: #161324;
  padding: 50px 50px 131px;
  min-height: 545px;
}
.testiSection .testsec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testiSection .testsec .testSecForm {
  padding: 0 30px;
}
.testiSection .testsec .testSecForm .btnDark {
  margin: 37px 0;
}
.testiSection .testsec .testSecCrd {
  padding: 0 30px;
}
.testiSection .testsec .testSecCrd .testtext {
  color: #fff;
  font-size: 22px;
  margin-bottom: 24px;
}
.testiSection .testsec .testSecCrd .ftTestiItem .fttti {
  padding: 35px 16px 27px 76px;
  background-color: #fff;
  color: #374046;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 210px;
}
.testiSection .testsec .testSecCrd .ftTestiItem .fttti .card-icon {
  color: #6adfd7;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 24px;
  position: absolute;
  left: 26px;
  top: 21px;
}
.testiSection .testsec .testSecCrd .ftTestiItem .fttti .cardText {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.17px;
  margin-bottom: 12px;
  color: #374046;
}
.testiSection .testsec .testSecCrd .ftTestiItem .fttti .card-category {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #4c74b9;
  margin-bottom: 0;
}
.testiSection .testsec .testSecCrd .ftTestiItem .fttti .card-by {
  font-weight: 500;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  color: #869298;
}
.fCtaSec {
  margin-left: auto;
  margin-right: auto;
}
.fCtaSec .footer-cta {
  background: url(../../assets/images/new-images/bg-footer-cta.png) no-repeat 0
    #1c2d47;
  padding: 40px;
  background-size: auto 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 4px;
  margin-top: -80px;
}
.fCtaSec .footer-cta .cardIcon {
  line-height: 1;
  color: #ffd12d;
  font-size: 62px;
  margin-right: 30px;
}
.fCtaSec .footer-cta .cardIcon i {
  color: #3c73e9;
  font-size: 73px;
  padding-right: 31px;
}
.fCtaSec .footer-cta .card-body .card-title {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}
.fCtaSec .footer-cta .card-body a {
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.024em;
  color: #fff;
  text-decoration: none;
  float: left;
}
.fCtaSec .footer-cta .card-counter .cct {
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
  margin: 0 0 4px;
  color: #fff !important;
}
.fCtaSec .footer-cta .card-counter p {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.0045em;
  color: #abb9c2;
}

.awd-part {
  overflow: hidden;
  width: 100%;
  padding: 50px 0;
  text-align: center;
}
.awd-part .top-heading {
  padding: 0;
}
.awd-part .top-heading .sub-hdg-md {
  color: #014051;
  margin-bottom: 0;
}
.awd-part .top-heading .hdg-lg-d {
  color: #014051;
  margin-bottom: 10px;
}
.awd-part .marquee {
  height: 140px;
  overflow: hidden;
}
.awd-part .marquee.noscroll .awd-imgs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.awd-part .marquee .awd-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0;
}
.awd-part .marquee .awd-imgs img {
  height: 110px;
  max-width: 180px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto 50px;
  float: left;
}
@media (min-width: 320px) and (max-width: 479px) {
  .awd-part {
    padding: 30px 0;
  }
  .awd-part .marquee .awd-imgs {
    min-height: 96px;
  }
  .awd-part .marquee .awd-imgs img {
    width: 60%;
    min-height: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .awd-part {
    padding: 20px 0 0;
  }
  .awd-part .marquee .awd-imgs {
    min-height: 96px;
  }
  .awd-part .marquee .awd-imgs img {
    width: 60%;
    min-height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .awd-part {
    padding: 20px 0 0;
  }
  .awd-part .marquee .awd-imgs {
    min-height: 96px;
  }
  .awd-part .marquee .awd-imgs img {
    width: 60%;
    min-height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .awd-part {
    padding: 40px 20px;
  }
  .awd-part .marquee .awd-imgs {
    min-height: 96px;
  }
  .awd-part .marquee .awd-imgs img {
    width: 60%;
    min-height: 100%;
  }
}

.site-content {
  background-repeat: no-repeat;
  background-size: cover;
}

.classic-content {
  padding: 50px 0;
}
.classic-content .content-post-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.classic-content .content-post-area .hdg-lg-d {
  font-size: 31px;
  line-height: 43px;
  margin-right: 10px;
  margin-top: -65px;
}
.classic-content .content-post-area .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 55px 0;
}
.classic-content .content-post-area .content .ctn,
.classic-content .content-post-area .content .lt-hd {
  width: 50%;
}
.classic-content .content-post-area .content .dtl {
  max-height: 160px;
  overflow: hidden;
}
.classic-content .content-post-area .content .cntrm .cntrm-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.classic-content .content-post-area .content .cntrm .cntrm-btn .d-btn2 {
  color: #343434;
  font-size: 23px;
  text-decoration: underline !important;
  -webkit-text-decoration-color: #666;
  text-decoration-color: #666;
  padding-right: 8px;
}
.classic-content .content-post-area .content .cntrm .cntrm-btn .fa {
  border: 2px solid #000;
  border-radius: 33px;
  padding: 2px 4px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}
.classic-content .content-post-area .content .get-touch {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  -webkit-text-decoration-color: #525252;
  text-decoration-color: #525252;
  color: #000;
}
.classic-content .content-post-area .content .bttn-top {
  position: relative;
  bottom: 102px;
  -webkit-box-shadow: 0 12px 28px #fff;
  box-shadow: 0 12px 28px #fff;
  background: #fff;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    to(hsla(0, 0%, 100%, 0.220906))
  );
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0.220906));
  height: 102px;
}
.classic-content .content-post-area .content .bttn-top .content-bttn {
  top: 81px;
}
.classic-content .content-post-area .content .content-bttn {
  background: transparent;
  border: 2px solid transparent;
  height: 40px;
  line-height: 41px;
  font-size: 19px;
  color: #000;
  font-weight: 600;
  padding: 0;
  position: relative;
}
.classic-content .content-post-area .content .content-bttn i {
  padding-left: 5px;
}
.classic-content .content-post-area .content .intro {
  background: linear-gradient(183deg, #ffffff9e, #fff);
  height: auto !important;
}
.classic-content .rsdhd .rt-hd {
  width: 50%;
  text-align: right;
}
@media (min-width: 320px) and (max-width: 992px) {
  .classic-content {
    padding: 30px 0;
  }
  .classic-content .content-post-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .classic-content .content-post-area .hdg-lg-d {
    text-align: left;
    margin-top: 0;
  }
  .classic-content .content-post-area .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .classic-content .content-post-area .content .bttn-top {
    bottom: 69px;
  }
  .classic-content .content-post-area .content .ctn,
  .classic-content .content-post-area .content .lt-hd {
    width: 100%;
  }
  .classic-content .rsdhd .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .classic-content .rsdhd .content .rt-hd {
    width: 100%;
  }
}

.stats-section {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  padding: 0 !important;
}
.stats-section,
.stats-section .cta-container .cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.stats-section .cta-container .cta-button {
  border-radius: 6px;
  padding: 12px 30px;
}
.stats-section .stats-container {
  border-radius: 20px;
  padding: 50px 0;
  width: 100%;
  max-width: 1200px;
}
.stats-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.stats-section .stat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}
.stats-section .stat-number {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 10px;
  background: linear-gradient(45deg, #000, #050505);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stats-section .stat-label {
  color: #000;
  font-size: 0.95em;
  line-height: 1.4;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.stats-section .cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.stats-section .cta-button {
  background-color: #014051;
  color: #fff;
  padding: 12px;
  border: 2px solid #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.stats-section .cta-button:hover {
  background-color: #014051;
  color: #fff;
}
.stats-section .cta-button.cta-v-sc {
  width: 80%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 20px;
}
.stats-section .cta-button .arrow-icon-cta {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 50%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .stats-section .stats-grid {
    grid-template-columns: 1fr;
  }
  .stats-section .stats-container {
    padding: 40px 20px;
  }
  .stats-section .stat-number {
    font-size: 2em;
  }
  .stats-section .cta-container .cta-button {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .stats-section .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
