*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}
body {
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}
#development .header-section {
  background: #01259d;
  position: relative;
  z-index: 1000;
}
#development .header-section::after {
  content: "";
  width: 200%;
  height: 40px;
  position: absolute;
  top: 75%;
  left: -50%;
  background: #01259d;
  filter: blur(10px);
  z-index: 11;
}

#development .nav-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
#development .navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#development .navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
}
#development .navigation ul li a {
  color: #fff;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0 20px;
}

#development .navigation ul li:nth-child(1) a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
/* #development .navigation ul li:nth-child(2) a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
} */

#development .navigation ul li:last-child a {
  margin-right: 0;
}

#development .navigation ul li a.border-link {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 8px 18px;
}
#development .navigation ul li a.border-link:hover {
  border: 1px solid #0b50ff;
  color: #fff;
  background: #0b50ff;
}
#development .navigation ul li a.fill-link {
  border: 1px solid #0b50ff;
  border-radius: 5px;
  background: #0b50ff;
  padding: 8px 18px;
}
#development .navigation ul li a.fill-link:hover {
  border: 1px solid #fff;
  background: transparent;
}

#development .header-content-section {
  background-image: url(../images/header/1.jpg);
  background-position: 250px 0;
  background-size: cover;
  padding: 150px 0;
  z-index: 10;
  position: relative;
}

#development .header-content-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to right,
    #01259d 40%,
    transparent 70% 100%
  );
  width: 100%;
  height: 100%;
  z-index: 100;
}

#development .header-content {
  z-index: 101;
  position: relative;
}
#development .header-content-heading {
  color: #fff;

  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

#development .header-content-para {
  max-width: 100%;
  margin: 0 auto;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

#development .header-content-btn {
  display: flex;
  justify-content: start;
}

#development .header-content-btn a {
  border: 1px solid #0b50ff;
  border-radius: 5px;
  background: #0b50ff;
  padding: 8px 18px;
  color: #fff;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 300;
}
#development .header-content-btn a:hover {
  border-color: #fff;
  background-color: transparent;
}

#development .header-img-container {
  position: absolute;
  top: 168%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -999;
  width: 80%;
}
#development .header-content-shape {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: linear-gradient(
    180deg,
    rgba(68, 133, 255, 0.8) 0%,
    #377dff 100%
  );
}

#development .header-content-shape.header-content-shape-one {
  position: absolute;
  top: 200px;
  left: 150px;
}

#development .header-content-shape.header-content-shape-two {
  position: absolute;
  top: 400px;
  right: 450px;
}

#development .header-content-shape.header-content-shape-three {
  position: absolute;
  top: 500px;
  left: 250px;
  background-image: linear-gradient(180deg, #ff8e8e 0%, #f62424 100%);
}

#development .header-img-shape-top {
  position: absolute;
  left: 50%;
  top: 582%;
  z-index: -9;
}
#development .header-img-shape-bottom {
  position: absolute;
  right: -167%;
  bottom: -418%;
  z-index: -9;
}
#development .section-title {
  max-width: 55%;
  margin: 0 auto;
}
#development .section-title h1 {
  text-align: center;
  font-size: 30px;
  color: #010821;
  line-height: 1.5;
  font-weight: 700;
  /* z-index: 9999; */
  position: relative;
}
#development .section-title p.section-title-para {
  text-align: center;
  font-size: 15px;
  max-width: 80%;
  margin: 0 auto;
}

/* feature section start */
#development .feature-section {
  margin-top: 80px;
}
#development .feature-box-container {
  display: flex;
  justify-content: space-around;
  padding: 0px 10%;
  margin-top: 50px;
  flex-wrap: wrap;
}
#development .feature-box-container .feature-box {
  width: 36%;
  margin-bottom: 80px;
}

#development .feature-box-icon {
  width: 50px;
  height: 50px;
  background-color: #00249c;
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin-bottom: 10px;
}

#development .feature-box-icon.feature-img-icon img {
  width: 20px;
  filter: brightness(0) invert(1);
}

#development .feature-box-container .feature-box .feature-box-title h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #010821;
  max-width: 80%;
}

#development .feature-box-container .feature-box .feature-box-para p {
  font-size: 14px;
  padding-right: 20px;
}
#development .feature-box-link {
  display: flex;
  align-items: center;
}
#development .feature-box-link a {
  font-size: 14px;
  font-weight: 500;
}
#development .feature-box-link a svg {
  width: 17px;
  height: 17px;
}

/* feature section end */

/* application section start */
#development .application-section {
  background-color: #f4f8ff;
  padding: 80px 0 0;
  position: relative;
}

#development .application-shape-one,
#development .application-shape-two {
  width: 50px;
}
#development .application-shape-one {
  position: absolute;
  top: 60%;
  left: 0;
}
#development .application-shape-two {
  position: absolute;
  top: 30%;
  right: 0;
}

#development .application-section .section-title {
  margin-bottom: 80px;
  max-width: 40% !important;
}
/* .application-box-container {
  display: flex;
  justify-content: space-around; 
  margin-top: 50px;
  flex-wrap: wrap;
} */

#development .application-box-container .application-box {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  padding: 30px;
  background-color: #ebf0ff;
  border-radius: 10px;
}

#development .application-box-container .application-box::after {
  content: "";
  width: 20px;
  height: 10px;
  background-color: #00249c;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
}
#development .application-box-container .application-box::before {
  content: "";
  width: 10px;
  height: 20px;
  background-color: #00249c;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
}

#development .application-box-container .application-box:hover {
  background-color: #00249c;
}

#development
  .application-box-container
  .application-box:hover
  .application-box-title
  h3 {
  color: #fff;
}

#development
  .application-box-container
  .application-box:hover
  .application-box-para
  p {
  color: #fff;
}

#development .application-box-container .application-box:hover::after,
#development .application-box-container .application-box:hover::before {
  background-color: #0b50ff;
}

#development
  .application-box-container
  .application-box
  .application-box-title
  h3 {
  color: #00249c;

  font-family: "Poppins";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  padding-right: 50px;
}

#development
  .application-box-container
  .application-box
  .application-box-para
  p {
  color: rgba(1, 8, 33, 0.8);
  font-family: "Poppins";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

#development .application-box1.heading {
  padding: 30px;
}

#development .application-box1.btn a {
  border: 1px solid #0b50ff;
  border-radius: 5px;
  background: #0b50ff;
  padding: 8px 18px;
  color: #fff;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 300;
  transition: all 0.3s ease;
  display: inline-block;
}

#development .application-box1.btn a:hover {
  border-color: #0b50ff;
  color: #0b50ff;
  background-color: transparent;
}

/* application section end */

/* partner section start */
#development .partner-section {
  margin-top: 50px;
}
#development .partner-section .partner-heading {
  font-size: 30px;
  color: #010821;
  line-height: 1.5;
  font-weight: 700;
  max-width: 52%;
  margin: 0 auto;
}
/* partner section end */

/* agency-section start  */

#development .agency-section {
  background-color: #f4f8ff;
  background-image: url(../images/agency/agency-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 350px;
  padding-bottom: 150px;
}

#development .agency-sub-heading {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

#development .agency-content h2.agency-heading {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
}
#development .agency-content p.agency-para {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Poppins";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}
#development .agency-content .agency-pointer {
  margin-bottom: 30px;
}
#development .agency-content .agency-pointer ul li {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

#development .agency-btn-box {
  margin-left: 20px;
}
#development .agency-btn-box a {
  border: 1px solid #0b50ff;
  border-radius: 5px;
  background: #0b50ff;
  padding: 8px 18px;
  color: #fff;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 300;
  transition: all 0.3s ease;
}

#development .agency-btn-box a:hover {
  border-color: #fff;
  background-color: transparent;
}

#development .agency-img-box-container {
  position: relative;
  isolation: isolate;
}

#development .agency-img-box {
  border-radius: 20px;
  overflow: hidden;
  z-index: 10;
  position: relative;
}
#development .agency-img-shape-top {
  position: absolute;
  top: -40px;
  left: -50px;
  z-index: 2;
}
#development .agency-img-shape-bottom {
  position: absolute;
  bottom: -40px;
  right: -50px;
  z-index: 2;
}
/* agency-section end  */

/* excellence-section start */
#development .excellence-section {
  padding: 0 0 80px 0;
}
#development .excellence-section .section-title .section-title-para {
  max-width: 100%;
}

#development .excellence-box-container {
  display: flex;
  justify-content: space-around;
  padding: 0px 10%;
  margin-top: 80px;
  flex-wrap: wrap;
  column-gap: 3%;
}
#development .excellence-box-container .excellence-box {
  width: 47%;
  padding: 20px;
  padding-top: 40px;
  margin-bottom: 50px;
  background-color: #ebf0ff;
  position: relative;
  border-radius: 15px;
}

#development .excellence-box-icon {
  position: absolute;
  top: -25px;
  width: 50px;
  height: 50px;
  background-color: #00249c;
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin-bottom: 10px;
}

#development
  .excellence-box-container
  .excellence-box
  .excellence-box-title
  h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #010821;
}

#development .excellence-box-container .excellence-box .excellence-box-para p {
  font-size: 14px;
}

/* excellence-section end */

/* testimonial section start */
#development .testimonial-section {
  position: relative;
  margin-bottom: 80px;
}

#development .testimonial-shape-one {
  position: absolute;
  top: -10px;
}
#development .testimonial-shape-two {
  position: absolute;
  top: 317px;
  right: 100px;
}

#development .testimonial-shape img {
  width: 80px;
}

#development #testimonial .item {
  padding: 20px;
}
#development .testimonial-box {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  padding: 20px;
  min-height: 335px;
}
#development .testimonial-box-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#development .testimonial-box-info .testimonial-box-pic {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  /* margin-right: 10px; */
}
#development .testimonial-box-info .testimonial-box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

#development .testimonial-box-info .testimonial-box-detail {
  width: 165px;
  margin-left: 10px;
}
#development .testimonial-box-info .testimonial-box-detail p.testimonial-name {
  font-size: 13px;
  color: #00249c;
  font-weight: 500;
  margin-bottom: 0;
}

#development .testimonial-box-info .testimonial-box-detail span {
  font-size: 12px;
  color: rgba(1, 8, 33, 0.8);
  line-height: 1.2;
  display: inline-block;
}

#development .testimonial-mgs p {
  color: #010821;
  font-size: 12px;
  margin-bottom: 0;
}

#development .testimonial-section .testimonial-heading {
  font-size: 30px;
  color: #010821;
  line-height: 1.5;
  font-weight: 700;
  max-width: 52%;
  margin: 0 auto;
}

#development #testimonial .owl-nav button.owl-next,
#development #testimonial .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
  color: #222;
  border-radius: 50%;
  border: 1px solid lightgray;
  font-size: 12px;
}

#development #testimonial .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}

#development #testimonial .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}

#development #testimonial .owl-nav button.owl-next:hover,
#development #testimonial .owl-nav button.owl-prev:hover {
  background-color: #00249c;
  border-color: #00249c;
  color: #fff;
}

/* testimonial section end */

/* contact section start */
#development .form-container {
  margin-top: 50px;
}
#development .contact-section {
  background-color: #f4f8ff;
  padding: 80px 0;
}

#development .contact-section .field-group {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
}
#development .contact-section .field-group {
  margin-bottom: 20px;
}
#development .contact-section input {
  width: 100%;
  padding: 10px 0px;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(1, 8, 33, 0.6);
}

#development .contact-section input:focus {
  box-shadow: none;

  outline: 0;
}

#development .contact-section .field-group input::placeholder {
  color: rgba(1, 8, 33, 0.6);
}
#development .contact-section .form-field-note {
  margin-top: 20px;
  color: rgba(1, 8, 33, 0.6);
  font-size: 15px;
  font-weight: 500;
}

#development .link {
  color: rgba(1, 8, 33, 0.6);
  text-decoration: underline;
}

#development .link:hover {
  text-decoration: none;
}
#development .form-field-btn .form-btn {
  border: 1px solid #0b50ff;
  border-radius: 5px;
  background: #0b50ff;
  padding: 8px 28px;
  color: #fff;
  margin-top: 20px;
  font-size: 11px;
  font-weight: 300;
}
#development .form-field-btn .form-btn:hover {
  border-color: #0b50ff;
  background-color: transparent;
  color: #0b50ff;
}
/* contact section end */

/* footer section start */
#development .footer-section {
  background-color: #001b74;
  padding-top: 50px;
}
#development .f-logo h2 {
  margin: 15px 0 5px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
#development .f-content p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 300;
}
#development .f-content p a {
  color: #fff;
}

#development .f-heading h4 {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
}

#development .f-link a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  margin-bottom: 10px;
}

#development .f-heading-two h1 {
  font-size: 16px;
  text-align: center;
  padding: 0px 50px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin-top: 40px;
}
#development .f-heading-two {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#development .f-heading-two a {
  color: #fff;
  text-align: center;
  font-size: 12px;
  width: 80%;
  font-weight: 400;
  line-height: normal;
  margin: 10px auto;
  border: 1px solid #0b50ff;
  border-radius: 5px;
  background: #0b50ff;
  padding: 8px 10px;
  display: inline-block;
}
#development .f-heading-two a:hover {
  border-color: #fff;
  background-color: transparent;
}

#development .f-bottom {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#development .f-bottom p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

#development .f-social-links ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: end;
}

#development .f-social-links ul li {
  margin-left: 15px;
}
#development .f-social-links ul li a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
#development .footer-section .f-link a,
#development .footer-section .f-content a,
#development .footer-section .f-social-links a {
  transition: all 0.3s ease;
}
#development .footer-section .f-link a:hover,
#development .footer-section .f-content a:hover,
#development .footer-section .f-social-links a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* footer section end */

#development .mobile-icon,
#development .mobile-menu-container {
  display: none;
}

#development .counter-box {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: start;
  max-width: 125px;
  margin-bottom: 50px;
}

#development .counter-box h1.counter {
  color: #fff;
  font-size: 40px;
}
#development .counter-box p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

/* toolset section start */
#development .toolset-section {
  margin: 80px 0;
  position: relative;
  z-index: 10;
  isolation: isolate;
}
#development .toolset-shape-box .toolset-shape-one,
#development .toolset-shape-box .toolset-shape-two {
  position: absolute;
  z-index: -8;
}
#development .toolset-shape-box .toolset-shape-one img,
#development .toolset-shape-box .toolset-shape-two img {
  width: 60px;
}

#development .toolset-shape-box .toolset-shape-one {
  left: 135px;
  top: 290px;
}
#development .toolset-shape-box .toolset-shape-two {
  right: 182px;
  top: 207px;
}

#development .toolset-section-title.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

#development .toolset-section-title h1 {
  margin-bottom: 0;
}

#development .toolset-box-heading h2 {
  color: #000;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
#development .toolset-box {
  padding: 20px;
  max-width: 80%;

  margin: 0 auto;
  margin-bottom: 30px;
}
#development .toolset-pointers ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#development .toolset-pointers ul li a {
  border-radius: 60px;
  background: #e3eaff;
  display: inline-block;
  z-index: 9999;
  position: static;
  padding: 8px 15px;
  color: #00249c;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* toolset section end */

/* project section  start */
#development .project-section {
  background-color: #f4f8ff;
  padding: 40px 0;
  position: relative;
  z-index: 9;
}

#development .project-shape-box .project-shape-one,
#development .project-shape-box .project-shape-two,
#development .project-shape-box .project-shape-three {
  position: absolute;
  z-index: -9;
}

#development .project-shape-box .project-shape-one {
  top: 122px;
  right: 259px;
}
#development .project-shape-box .project-shape-two {
  top: 391px;
  left: 242px;
}
#development .project-shape-box .project-shape-three {
  top: 0;
  left: 0;
}

#development .project-section .toolset-section-title {
  margin-bottom: 20px;
}

#development .project-carousel .project-slider {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  z-index: 99999;
}

#development .project-slider-content .subheading {
  color: #00249c;
  font-family: "Poppins";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
#development .project-slider-content .heading {
  color: #000;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#development .project-slider-content .para {
  color: #000;
  font-family: "Poppins";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#development .project-slider-content .project-link {
  color: #0b50ff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#development .project-links {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#development .project-links a {
  color: #0b50ff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
}

#development #project .owl-nav button.owl-next,
#development #project .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
  color: #222;
  border-radius: 50%;
  border: 1px solid lightgray;
  font-size: 12px;
}

#development #project .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}

#development #project .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}

#development #project .owl-nav button.owl-next:hover,
#development #project .owl-nav button.owl-prev:hover {
  background-color: #00249c;
  border-color: #00249c;
  color: #fff;
}
/* project section  end */

#hiring .curved-section {
  width: 100%;
  height: 950px;
  position: relative;
  overflow: hidden;
}

#hiring .curved-section::before {
  content: "";
  position: absolute;
  top: -83%;
  left: -25%;
  background-color: #00249c;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  z-index: -1;
}
#hiring .nav-container {
  margin-top: 30px;
}
#hiring .navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#hiring .navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
}
#hiring .navigation ul li a {
  color: #fff;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0 20px;
}

#hiring .navigation ul li:nth-child(1) a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
/* #hiring .navigation ul li:nth-child(2) a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
} */

#hiring .navigation ul li:last-child a {
  margin-right: 0;
}

#hiring .navigation ul li a.border-link {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 8px 18px;
}
#hiring .navigation ul li a.border-link:hover {
  border: 1px solid #0b50ff;
  color: #fff;
  background: #0b50ff;
}
#hiring .navigation ul li a.fill-link {
  border: 1px solid #0b50ff;
  border-radius: 5px;
  background: #0b50ff;
  padding: 8px 18px;
}
#hiring .navigation ul li a.fill-link:hover {
  border: 1px solid #fff;
  background: transparent;
}

#hiring .header-content-section {
  display: grid;
  place-content: center;
  max-width: 50%;
  margin: 0 auto;
  height: 400px;
}
#hiring .header-content-section .header-content {
  position: relative;
}

#hiring .header-content-heading {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

#hiring .header-content-para {
  max-width: 80%;
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

#hiring .header-content-btn {
  display: flex;
  justify-content: center;
}

#hiring .header-content-btn a {
  border: 1px solid #0b50ff;
  border-radius: 5px;
  background: #0b50ff;
  padding: 8px 18px;
  color: #fff;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 300;
}
#hiring .header-content-btn a:hover {
  border-color: #fff;
  background-color: transparent;
}

#hiring .header-img-container {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 80%;
}
#hiring .header-content-shape {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: linear-gradient(
    180deg,
    rgba(68, 133, 255, 0.8) 0%,
    #377dff 100%
  );
}

#hiring .header-content-shape.header-content-shape-one {
  position: absolute;
  top: 200px;
  left: 150px;
}

#hiring .header-content-shape.header-content-shape-two {
  position: absolute;
  top: 400px;
  right: 450px;
}

#hiring .header-content-shape.header-content-shape-three {
  position: absolute;
  top: 500px;
  left: 250px;
  background-image: linear-gradient(180deg, #ff8e8e 0%, #f62424 100%);
}

#hiring .header-img-shape-top {
  position: absolute;
  left: 3%;
  top: -10%;
  z-index: -9;
}
#hiring .header-img-shape-bottom {
  position: absolute;
  right: -10%;
  bottom: -5%;
  z-index: -9;
}

#hiring .section-title {
  max-width: 55%;
  margin: 0 auto;
}
#hiring .section-title h1 {
  text-align: center;
  font-size: 30px;
  color: #010821;
  line-height: 1.5;
  font-weight: 700;
}
#hiring .section-title p.section-title-para {
  text-align: center;
  font-size: 15px;
  max-width: 80%;
  margin: 0 auto;
}

/* feature section start */

#hiring .feature-box-container {
  display: flex;
  justify-content: space-around;
  padding: 0px 10%;
  margin-top: 50px;
  flex-wrap: wrap;
}
#hiring .feature-box-container .feature-box {
  width: 36%;
  margin-bottom: 80px;
}

#hiring .feature-box-icon {
  width: 50px;
  height: 50px;
  background-color: #00249c;
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin-bottom: 10px;
}

#hiring .feature-box-container .feature-box .feature-box-title h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #010821;
  max-width: 80%;
}

#hiring .feature-box-container .feature-box .feature-box-para p {
  font-size: 14px;
  padding-right: 20px;
}
/* feature section end */

/* application section start */
#hiring .application-section {
  background-color: #f4f8ff;
  padding: 80px 0 0;
  position: relative;
}

#hiring .application-shape-one,
#hiring .application-shape-two {
  width: 50px;
}
#hiring .application-shape-one {
  position: absolute;
  top: 60%;
  left: 0;
}
#hiring .application-shape-two {
  position: absolute;
  top: 30%;
  right: 0;
}

#hiring .application-section .section-title {
  margin-bottom: 120px;
}
#hiring .application-box-container {
  display: flex;
  justify-content: space-around;
  padding: 0px 10%;
  margin-top: 50px;
  flex-wrap: wrap;
}

#hiring .application-box-container .application-box {
  width: 36%;
  margin-bottom: 20px;
}

#hiring .application-box-icon {
  width: 50px;
  height: 50px;
  background-color: #00249c;
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin-bottom: 10px;
}

#hiring .application-box-container .application-box .application-box-title h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #010821;
  max-width: 80%;
  margin: 0;
}

#hiring .application-box-container .application-box .application-box-para p {
  font-size: 14px;
  padding-right: 20px;
}
#hiring .application-box-container .application-box.style-two {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

#hiring .application-box.style-two.bottom-line-box {
  position: relative;
}
#hiring .application-box.style-two.bottom-line-box::before {
  content: "";
  position: absolute;
  top: 136px;
  left: -59px;
  margin: 5px 0;
  width: 182px;
  rotate: 90deg;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    transparent,
    transparent 10px,
    #7888c3 10px,
    #7888c3 20px
  );
}

#hiring
  .application-box-container
  .application-box.style-two
  .application-box-icon {
  width: 15%;
}
#hiring
  .application-box-container
  .application-box.style-two
  .application-box-content {
  width: 80%;
}
#hiring .application-box-icon.mr-10 {
  margin-right: 10px;
}

/* application section end */

/* partner section start */
#hiring .partner-section {
  margin-top: 50px;
}
#hiring .partner-section .partner-heading {
  font-size: 30px;
  color: #010821;
  line-height: 1.5;
  font-weight: 700;
  max-width: 52%;
  margin: 0 auto;
}
/* partner section end */

/* agency-section start  */

#hiring .agency-section {
  background-color: #f4f8ff;
  background-image: url(../images/agency/agency-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 350px;
  padding-bottom: 150px;
}

#hiring .agency-content h2.agency-heading {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

#hiring .agency-content .agency-pointer {
  margin-bottom: 30px;
}
#hiring .agency-content .agency-pointer ul li {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

#hiring .agency-btn-box {
  margin-left: 20px;
}
#hiring .agency-btn-box a {
  border: 1px solid #0b50ff;
  border-radius: 5px;
  background: #0b50ff;
  padding: 8px 18px;
  color: #fff;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 300;
  transition: all 0.3s ease;
}

#hiring .agency-btn-box a:hover {
  border-color: #fff;
  background-color: transparent;
}

#hiring .agency-img-box-container {
  position: relative;
  isolation: isolate;
}

#hiring .agency-img-box {
  border-radius: 20px;
  overflow: hidden;
  z-index: 10;
  position: relative;
}
#hiring .agency-img-shape-top {
  position: absolute;
  top: -40px;
  left: -50px;
  z-index: 2;
}
#hiring .agency-img-shape-bottom {
  position: absolute;
  bottom: -40px;
  right: -50px;
  z-index: 2;
}
/* agency-section end  */

/* excellence-section start */
#hiring .excellence-section {
  padding: 80px 0;
}
#hiring .excellence-section .section-title .section-title-para {
  max-width: 100%;
}

#hiring .excellence-box-container {
  display: flex;
  justify-content: space-around;
  padding: 0px 10%;
  margin-top: 80px;
  flex-wrap: wrap;
  column-gap: 3%;
}
#hiring .excellence-box-container .excellence-box {
  width: 47%;
  padding: 20px;
  padding-top: 40px;
  margin-bottom: 50px;
  background-color: #ebf0ff;
  position: relative;
  border-radius: 15px;
}

#hiring .excellence-box-icon {
  position: absolute;
  top: -25px;
  width: 50px;
  height: 50px;
  background-color: #00249c;
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin-bottom: 10px;
}

#hiring .excellence-box-container .excellence-box .excellence-box-title h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #010821;
}

#hiring .excellence-box-container .excellence-box .excellence-box-para p {
  font-size: 14px;
}

/* excellence-section end */

/* testimonial section start */
#hiring .testimonial-section {
  position: relative;
  margin-bottom: 80px;
}

#hiring .testimonial-shape-one {
  position: absolute;
  top: -10px;
}
#hiring .testimonial-shape-two {
  position: absolute;
  top: 180px;
  right: 100px;
}

#hiring .testimonial-shape img {
  width: 80px;
}

#hiring #testimonial .item {
  padding: 20px;
}
#hiring .testimonial-box {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  padding: 20px;
}
#hiring .testimonial-box-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#hiring .testimonial-box-info .testimonial-box-pic {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  /* margin-right: 10px; */
}
#hiring .testimonial-box-info .testimonial-box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

#hiring .testimonial-box-info .testimonial-box-detail {
  width: 165px;
  margin-left: 10px;
}
#hiring .testimonial-box-info .testimonial-box-detail p.testimonial-name {
  font-size: 13px;
  color: #00249c;
  font-weight: 500;
  margin-bottom: 0;
}

#hiring .testimonial-box-info .testimonial-box-detail span {
  font-size: 12px;
  color: rgba(1, 8, 33, 0.8);
  line-height: 1.2;
  display: inline-block;
}

#hiring .testimonial-mgs p {
  color: #010821;
  font-size: 12px;
  margin-bottom: 0;
}

#hiring .testimonial-section .testimonial-heading {
  font-size: 30px;
  color: #010821;
  line-height: 1.5;
  font-weight: 700;
  max-width: 52%;
  margin: 0 auto;
}

#hiring #testimonial .owl-nav button.owl-next,
#hiring #testimonial .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
  color: #222;
  border-radius: 50%;
  border: 1px solid lightgray;
  font-size: 12px;
}

#hiring #testimonial .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}

#hiring #testimonial .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}

#hiring #testimonial .owl-nav button.owl-next:hover,
#hiring #testimonial .owl-nav button.owl-prev:hover {
  background-color: #00249c;
  border-color: #00249c;
  color: #fff;
}

/* testimonial section end */

/* contact section start */
#hiring .form-container {
  margin-top: 50px;
}
#hiring .contact-section {
  background-color: #f4f8ff;
  padding: 80px 0;
}

#hiring .contact-section .field-group {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
}
#hiring .contact-section .field-group {
  margin-bottom: 20px;
}
#hiring .contact-section input {
  width: 100%;
  padding: 10px 0px;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(1, 8, 33, 0.6);
}

#hiring .contact-section input:focus {
  box-shadow: none;

  outline: 0;
}

#hiring .contact-section .field-group input::placeholder {
  color: rgba(1, 8, 33, 0.6);
}
#hiring .contact-section .form-field-note {
  margin-top: 20px;
  color: rgba(1, 8, 33, 0.6);
  font-size: 15px;
  font-weight: 500;
}

#hiring .link {
  color: rgba(1, 8, 33, 0.6);
  text-decoration: underline;
}

#hiring .link:hover {
  text-decoration: none;
}
#hiring .form-field-btn .form-btn {
  border: 1px solid #0b50ff;
  border-radius: 5px;
  background: #0b50ff;
  padding: 8px 28px;
  color: #fff;
  margin-top: 20px;
  font-size: 11px;
  font-weight: 300;
}
#hiring .form-field-btn .form-btn:hover {
  border-color: #0b50ff;
  background-color: transparent;
  color: #0b50ff;
}
/* contact section end */

/* footer section start */
#hiring .footer-section {
  background-color: #001b74;
  padding-top: 50px;
}
#hiring .f-logo h2 {
  margin: 15px 0 5px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
#hiring .f-content p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 300;
}
#hiring .f-content p a {
  color: #fff;
}

#hiring .f-heading h4 {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
}

#hiring .f-link a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  margin-bottom: 10px;
}

#hiring .f-heading-two h1 {
  font-size: 16px;
  text-align: center;
  padding: 0px 50px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin-top: 40px;
}
#hiring .f-heading-two {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#hiring .f-heading-two a {
  color: #fff;
  text-align: center;
  font-size: 12px;
  width: 80%;
  font-weight: 400;
  line-height: normal;
  margin: 10px auto;
  border: 1px solid #0b50ff;
  border-radius: 5px;
  background: #0b50ff;
  padding: 8px 10px;
  display: inline-block;
}
#hiring .f-heading-two a:hover {
  border-color: #fff;
  background-color: transparent;
}

#hiring .f-bottom {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#hiring .f-bottom p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

#hiring .f-social-links ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: end;
}

#hiring .f-social-links ul li {
  margin-left: 15px;
}
#hiring .f-social-links ul li a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
#hiring .footer-section .f-link a,
#hiring .footer-section .f-content a,
#hiring .footer-section .f-social-links a {
  transition: all 0.3s ease;
}
#hiring .footer-section .f-link a:hover,
#hiring .footer-section .f-content a:hover,
#hiring .footer-section .f-social-links a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* footer section end */

#hiring .mobile-icon,
#hiring .mobile-menu-container {
  display: none;
}



/** Modal CSS **/

.modal#statusSuccessModal .modal-content, 
.modal#statusErrorsModal .modal-content {
	border-radius: 30px;
}
.modal#statusSuccessModal .modal-content svg, 
.modal#statusErrorsModal .modal-content svg {
	width: 100px; 
	display: block; 
	margin: 0 auto;
}
.modal#statusSuccessModal .modal-content .path, 
.modal#statusErrorsModal .modal-content .path {
	stroke-dasharray: 1000; 
	stroke-dashoffset: 0;
}
.modal#statusSuccessModal .modal-content .path.circle, 
.modal#statusErrorsModal .modal-content .path.circle {
	-webkit-animation: dash 0.9s ease-in-out; 
	animation: dash 0.9s ease-in-out;
}
.modal#statusSuccessModal .modal-content .path.line, 
.modal#statusErrorsModal .modal-content .path.line {
	stroke-dashoffset: 1000; 
	-webkit-animation: dash 0.95s 0.35s ease-in-out forwards; 
	animation: dash 0.95s 0.35s ease-in-out forwards;
}
.modal#statusSuccessModal .modal-content .path.check, 
.modal#statusErrorsModal .modal-content .path.check {
	stroke-dashoffset: -100; 
	-webkit-animation: dash-check 0.95s 0.35s ease-in-out forwards; 
	animation: dash-check 0.95s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash { 
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes dash { 
	0% {
		stroke-dashoffset: 1000;
	}
	100%{
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes dash { 
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes dash { 
	0% {
		stroke-dashoffset: 1000;}
	100% {
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes dash-check { 
	0% {
		stroke-dashoffset: -100;
	}
	100% {
		stroke-dashoffset: 900;
	}
}
@keyframes dash-check {
	0% {
		stroke-dashoffset: -100;
	}
	100% {
		stroke-dashoffset: 900;
	}
}
.box00{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}


.nav-container {
  background-color: #01259d;
}

.navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mobile-icon {
  display: none;
}

.navigation ul {
  display: flex;
  list-style: none;
  margin: 0px;
}