@font-face {
  font-family: HelveticaNeueRoman;
  src: url(assets/fonts/HelveticaNeueRoman.otf);
}

@font-face {
  font-family: Graphite-Heavitas-Neue-Bold;
  src: url(assets/fonts/HelveticaNeueMedium.otf);
}

.font-regular {
  font-family: HelveticaNeueRoman;
}

.font-bold {
  font-family: HelveticaNeueMedium;
}

body {
  font-family: HelveticaNeueRoman;
  /* overflow: hidden; */
}

section {
  padding: 6.5rem 0px;
  overflow: hidden;
}

p {
  font-size: 16px;
  line-height: normal;
}

h1 {
  font-size: 54px;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

/* a:hover {
  color: #000;
} */
.logo img {
  width: 200px;
}

.blue-color {
  color: #022C54;
}

.red-color {
  color: #F2192A;
}

.light-blue {
  color: #2F85D7;
}

/* Navbar Start */
.nav-width {
  width: 95%;
}

.bg-color {
  background-color: #022C54;
}
.navbar {
  padding: 25px 0px 25px;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #F2192A;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #F2192A;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  font-weight: 400;
}

.nav-btn {
  padding: 8px 15px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.nav-btn a {
  color: #fff;
}

.nav-btn:hover {
  background-color: #F2192A;
  border-color: #F2192A;
  transition: .5s;
}
.banner-form {
  position: absolute;
  width: 36%;
}
.aximo-default-btn:hover{
  color: #fff;
}
/* Navbar End */

/* Banner Start */
.banner {
  color: #fff;
}

.banner h1 {
  font-size: 48px;
  font-weight: 600;
}

.form-headline {
  text-align: left;
  letter-spacing: -2px;
  line-height: 46px;
}

.banner h2 {
  font-size: 45px;
  font-weight: 500;
}

.banner-text {
  padding: 50px 0;
}

.banner-text p {
  font-size: 21px;
}

.yellow-btn {
  width: 100%;
  border: none;
  background-color: #F2192A;
  color: white;
  padding: 9px;
  border-radius: 8px;
}

/*form styles*/
.aximo-hero-thumb3-wrap {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 20px;
}
/* .banner-form {
  position: relative;
  width: auto;
  margin-bottom: 10px;
} */
#msform {
  /* width: 400px; */
  margin: 10px auto;
  text-align: center;
  position: relative;
}
#msform input {
  background-color: #EAEAEA;
  border: 1px solid #EAEAEA;
}

.form-btn {
  column-gap: 10px;
  display: flex;
}

.prev-btn {
  width: 40%;
}
.pre-1 {
  display: inline-block;
  width: 40% !important;
}
.nxt-1 {
  display: inline-block;
  width: 55% !important;
}
.nxt-btn {
  width: 60%;
  border: none;
  background-color: #F2192A;
  color: white;
  padding: 9px;
  border-radius: 8px;
}

#msform fieldset {
  /* background: white; */
  border: 0 none;
  border-radius: 3px;
  /* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); */
  /* padding: 30px; */
  box-sizing: border-box;
  /* width: 80%; */
  /* margin: 0 5% 5%; */

  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input,
#msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  /* font-family: montserrat; */
  color: #2C3E50;
  font-size: 13px;
  border-radius: 8px;
}

/*buttons*/
#msform .action-button {
  width: 100px;
  background: #ffe757;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px;
  margin: 10px 5px;
  text-decoration: none;
  font-size: 14px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #ffe757;
}

/*headings*/
.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
  margin-bottom: 60px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.step-label {
  text-transform: capitalize;
  font-size: 12px;
  color: #9A9A9A;
}

.step-line {
  background-color: #EAEAEA;
  height: 2px;
  width: 28%;
  margin-bottom: 22px;
}


#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  /* width: 33.33%; */
  float: left;
  position: relative;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  line-height: 20px;
  display: block;
  font-size: 16px;
  padding: 10px;
  color: #333;
  background: #EAEAEA;
  border-radius: 50%;
  margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
  /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #F2192A;
  color: white;
  border-radius: 50%;
  padding: 10px;
  width: 40px;
  font-size: 16px;
}

#progressbar li.active .step-label {
  text-transform: capitalize;
  font-size: 12px;
  color: #F2192A;
}

.form-inner-text input[type="checkbox"] {
  display: none;

}

.form-inner-text {
  /* color: #022c54; */
  border: 1px solid #022c54;
  border-radius: 11px;
  padding: 10px;
  font-size: 17px;
}

.form-inner-text {
  cursor: pointer;
}

.ser-checkbox-con {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.banner-img img{
  width: 100%;
  background-size: cover;
  background-position: center;

}
.form-inner-text:hover {
  background-color: #EFEFEF;
  transition: background 0.3s ease-in-out;
}

.form-inner-text.checked {
  background-color: #022c54;
  border-radius: 11px;
  color: white;
  transition: background 0.3s ease-in-out;
  /* Change to the desired background color */
}

/* Banner End */

/* Hero Start */
.hero {
  background-image: url(./assets/img/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
}

/* Expert Start */
.expert {
  padding-top: 4.5rem !important;
}

.expert-text {
  padding-top: 60px;
  padding-bottom: 40px;
}

.expert-text p {
  font-size: 22px;
  line-height: 1.8rem;
  opacity: 0.7;
}

.normal-btn .btn-red {
  color: #fff;
  background-color: #F2192A;
  border-color: #F2192A;
  padding: 15px 45px;
  border: 1px solid #fff;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 500;
}

.normal-btn .btn-red:hover {
  background-color: #022C54;
  border-color: #022C54;
  transition: .5s;
}

.normal-btn .btn-blue {
  color: #fff;
  background-color: #022C54;
  border-color: #022C54;
  padding: 15px 45px;
  border: 1px solid #fff;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 500;
}

.normal-btn .btn-blue:hover {
  background-color: #F2192A;
  border-color: #F2192A;
  transition: .5s;
}

.qj {

  display: flex;
  gap: 75px;
  padding: 80px 0px 0px 0px;
}

.count h2 {
  font-size: 45px;
}

.count p {
  font-size: 25px;
  text-align: center;
  opacity: 0.5;
}

/* Why Choose Start */
.set-card {
  border: 1px solid #F2F2F2;
  border-radius: 15px;
  background-color: #F2F2F2;
}

.body-set {
  padding: 2.5rem 1.5rem 0rem 1.5rem !important;
  padding-bottom: 0px;
}

.card-title p {
  font-size: 18px;
  opacity: 0.7;
}

.card-img {
  padding-top: 40px;
}
.card-img-first{
  padding-top: 53px;
}

.card-img .second-img {
  justify-content: end;
}

.card-img-1 img {
  width: 45%;
  position: relative;
  top: -15px;
  left: 180px;
}

.card-title-1 {
  padding-bottom: 13px;
}

/* Why Choose End */
/* Subjects Start */
.subject-text h1 {
  padding: 0px 300px 0px 300px;
}

.normal-btn-1 .btn-red {
  color: #fff;
  background-color: #F2192A;
  border-color: #F2192A;
  padding: 15px 67px;
  border: 1px solid #fff;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 500;
}

.normal-btn-1 .btn-red:hover {
  background-color: #022C54;
  border-color: #022C54;
  transition: .5s;
}

.sub-mar {
  display: flex;
  background-color: #022C54;
  color: #fff;
  padding: 25px 30px;
  border: 1px solid #022C54;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
}

.sub-mar h6 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}

.sub-mar i {
  font-size: 25px;
}

.sub-mar-1 {
  display: flex;
  background-color: #EAEAEA;
  color: #022C54ff;
  padding: 25px 30px;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
}

.sub-mar-1 h6 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}

.sub-mar-1 i {
  font-size: 25px;
}

.rotation {
  transform: rotate(10deg);
  padding-top: 135px;
  position: relative;
  top: 60px;
}

.rotation-1 {
  transform: rotate(-10deg);
  /* padding: 100px 0; */
  position: relative;
  top: -35px;
}

/* Subjects End */

/* Process Modal Start */
.process-text h1 {
  padding: 0px 250px 0px 250px;
}

.card-title-1 p {
  font-size: 18px;
  opacity: 0.7;
  /* padding: 0 80px 0 0; */
}
/* .card-img img{
  width: 215px;
} */
/* .card-img-first img{
  width: 300px;
} */
.card-title-2 p {
  font-size: 18px;
  opacity: 0.7;
  padding: 0 290px 0 0;
}

.body-set-1 {
  height: 400px;
  padding: 2.5rem 1.5rem 0rem 1.5rem !important;
  padding-bottom: 0px;
}

.process-img {
  position: absolute;
  top: 129px;
  right: 0px;
  display: none;
}

/* Process Modal End */

/* CTA Start */
.cta-bg {
  background-color: #EAEAEA;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
}

.cta-img img {
  width: 30vw;
  position: relative;
  margin-top: -45px;
}

/* Footer Start */
.bg-footer {
  background-color: #022C54;
  color: #fff;
}

.list-text a p {
  color: #fff;
}

.list-text a p:hover {
  color: #F2192A;
  transition: 0.5s;
}

.input-group .news-letter {
  border-radius: 11px;
  padding: 15px 16px;
  background: transparent;
  border: 1px solid #2F85D7;
  border-right: none !important;
}

.input-group .news-letter-btn {
  border-radius: 11px;
  border-left: none !important;
  background: transparent;
  border: 1px solid #2F85D7;
}
.footer-logo {
  position: relative;
  top: -140px;
  display: block;
  width: 175px;
}
.footer-line {
  height: 1px;
  background-color: #2F85D7;
  margin-top: 40px;
}
.since p {
  padding-top: 25px;
  color: #2F85D7;
  font-size: 20px;
}

/* Testimonials Start */
.home-demo {
  /* background: #ff3f4d; */
}
.home-demo h2 {
  /* color: #FFF;
  text-align: center;
  padding: 5rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300; */
}
.test-crd-img img {
  width: 100px !important;
  padding-bottom: 25px;
}
.test-card-text p {
  font-size: 22px;
  line-height: 1.8rem;
  opacity: 0.7;
}

/* Contact Form */
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  /* margin-top: 6px;  */
  /* margin-bottom: 16px; */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}
.form-set input {
  border: 1px solid #F2192A;
  border-radius: 11px;
  padding: 15px;
}
.hello {
  padding: 15px;
  border-radius: 11px;
  border: 1px solid #022C54;
  background-color: #022C54;
}
.hello:hover {
  border: 1px solid #F2192A;
  background-color: #F2192A;
  transition: 0.5s ease-in-out;
}
.form-set textarea {
  border: 1px solid #F2192A;
  border-radius: 11px;
  padding: 15px;
}
.icon-set {
  display: flex;
}
.icon-set i {
  color: #F2192A;
  font-size: 25px;
}
.icon-set p {
  font-size: 23px;
  color: #022C54;
}
.icon-set a {
  text-decoration: none;
  color: #022C54;
}

.thank-text {
  padding-bottom: 150px;
  text-align: center;
}
/* Add a background color and some padding around the form */
/* .container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
} */



@media screen and (max-width:767px) {
  h1 {
    font-size: 35px;
  }
  section {
    padding: 2.5rem 0px;
    overflow: hidden;
  }

  p {
    font-size: 18px;
    line-height: normal;
  }

  .banner h1 {
    font-size: 33px;
  }

  .banner-text p {
    font-size: 18px;
    line-height: 1.7rem;
  }

  .qj {
    gap: 30px;
    justify-content: center;
  }

  .count h2 {
    font-size: 40px;
  }

  .count p {
    font-size: 18px;
  }

  .rotation {
    padding: 20px 0;
  }

  .form-headline {
    letter-spacing: 0px;
    line-height: 38px;
    font-size: 26px !important;
  }
  .banner h2 {
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .banner-form{
    position: relative;
    width: 100%;
  }
  .expert-text h1{
    margin-top: 30px;
  }
  .nav-btn{
    display: none;
  }
  .cta-btn {
    padding-bottom: 90px !important;
  }
  .normal-btn .btn-red {
    padding: 15px 25px;
  }

  .why-choose {
    padding: 1.5px;
  }
  .expert-text-1 {
    padding-top: 0;
  }
  .expert-text p {
    font-size: 20px;
  }

  .expert {
    padding-top: 0px !important;
  }

  .rotation {
    transform: none;
  }

  .sub-mar {
    margin: 4px;
    justify-content: start;
  }

  .subject-text h1 {
    padding: 5px;
    font-size: 32px;
    margin-top: 30px;
  }

  .subject-text p {
    padding: 0 10px;
  }

  .card-img-1 img {
    top: -18px;
    left: 195px;
  }
  .card-title-2 p {
    font-size: 20px;
  }
  .hero {
    height: 30vh;
  }
  .process-text h1 {
    padding: 0;
  }
  .card-title-2 p {
    padding: 0;
  }
  .process-img {
    top: 150px;
  }
  .body-set-1 {
    height: 365px;
  }
  .rotation-1 {
    transform: none;
    padding-top: 85px;
  }
  .expert-text h1{
    font-size: 28px;
  }
  .footer-logo {
    position: relative;
    top: 0;
  }
  .sub-mar-1 {
    margin: 4px;
    justify-content: start;
  }
  .card-title-1 p {
    padding: 0;
  }
  .cta-img img {
    width: auto;
  }
  .footer-pdding {
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .banner h2 {
    font-size: 35px;
  }
  .sub-mar-1 h6 {
    font-size: 16px;
  }
  .sub-mar h6 {
    font-size: 15px;
  }
  .card-img img {
    width: auto;
  }
.process-img {
  top: 270px;
  }
  /* .res-body {
    height: 588px;
  } */
  .body-set-1 {
    height: 495px;
  }
  /* .banner-form {
    width: 115%;
  } */
}

.modal-content {
  background-color: #F2192A;
  border-radius: 10px;
}
.hello {
  font-size: 25px;
  padding: 15px 30px !important;
  font-weight: 500;
}



@media only screen and (min-width: 1400px) {
  

}