@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Nexa Light */
@font-face {
  font-family: "Nexa";
  src:
    url("../fonts/NEXA-EXTRALIGHT.TTF") format("truetype"),
    url("../fonts/NEXA-EXTRALIGHT.TTF") format("truetype");
  font-weight: 300;
  font-style: normal;
}

/* Nexa Bold */
@font-face {
  font-family: "Nexa";
  src:
    url("../fonts/NEXA-HEAVY.TTF") format("truetype"),
    url("../fonts/NEXA-HEAVY.TTF") format("truetype");
  font-weight: 700;
  font-style: normal;
}

:root {
  --blurGradient: linear-gradient(58deg, rgba(0, 0, 142, 1) 0%, rgba(2, 2, 27, 1) 100%);
  --primary: #e17744;
  --black: #000;
  --white: #fff;
  --secondary: #150150;
  --grey: #d9d9d9;
  --secondaryBg: #495099;
  --Blue: #091054;
  --Orange: #f5773a;
}

.star {
  color: #ffa929;
}

.black {
  color: var(--black);
}

.txtprimary {
  color: var(--primary);
}

.bgprimary {
  background-color: var(--primary);
}

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nexa", sans-serif;
}

.Nexa {
  font-family: "Nexa", sans-serif;
}

.fs-1 {
  font-size: 0.75rem !important;
}

/* 12px */
.fs-2 {
  font-size: 0.875rem !important;
}

/* 14px */
.fs-3 {
  font-size: 1rem !important;
}

/* 16px */
.fs-4 {
  font-size: 1.25rem !important;
}

/* 20px */
.fs-5 {
  font-size: 1.5rem !important;
}

/* 24px */
.fs-6 {
  font-size: 2rem !important;
}

/* 32px */
.fs-7 {
  font-size: 2.5rem !important;
}

/* 40px */
.fs-8 {
  font-size: 3rem !important;
}

/* 48px */
.fs-9 {
  font-size: 3.5rem !important;
}

/* 56px */
.fs-10 {
  font-size: 4rem !important;
}

/* 64px */
.fs50 {
  font-size: 50px;
}

.fs48 {
  font-size: 48px;
}


.fs40 {
  font-size: 40px;
}

.fs64 {
  font-size: 64px;
}

.fs35 {
  font-size: 35px;
}

section.slider ul li img {
  width: 20px;
  height: 20px;
}

.navigation nav.navbar ul.navbar-nav li.nav-item a.nav-link {
  font-size: 16px;
  font-weight: 400;
}

.navigation nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover {
  color: var(--primary);
}

.navigation nav.navbar ul.navbar-nav li.nav-item a.nav-link.active {
  color: var(--primary);
  font-weight: 600;
}

.slider {
  background: url("../../assets/images/headerBg.webp") no-repeat center center/cover;
}

.slider ul li {
  flex: 45%;
  font-size: 15px;
  color: var(--white);
  margin-bottom: 10px;
}

ul.actionbtn {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.actionbtn li {
  flex: none;
}

ul.actionbtn li a {
  padding: 10px 30px;
  border-radius: 20px;
  font-weight: 600;

  width: fit-content;
  background: var(--primary);
  color: var(--white);
  text-decoration: none;
  display: block;
  text-align: center;
}

ul.actionbtn li a.active {
  background: var(--secondary);
}

.hirewriter .form-group {
  margin-bottom: 12px;
}

.hirewriter .form-control {
  padding: 8px 15px;
  appearance: auto;
  font-size: 14px;
}

.hirewriter select.form-control {
  border-radius: 40px;
  background: var(--grey);
}

.hirewriter textarea.form-control {
  border-radius: 15px;
  background: var(--grey);
}

.hirewriter textarea.form-control::placeholder {
  color: #212529;
}

.hirewriter button {
  padding: 10px 30px;
  border-radius: 20px;
  font-weight: 600;
  background: var(--primary);
  color: var(--white);
  border: none;
}

.whytrustedbox {
  background: #f9f9f9;
  padding: 20px 30px;
  border-radius: 15px;
  height: 100%;
  margin: 3px 3px 16px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.printing {
  background: url("../../assets/images/printingBg.webp") no-repeat center center/cover;
}

.printing ul.actionbtn li a {
  padding: 8px 60px;
}

.printingcta {
  background: var(--grey);
}

.printingcta ul.actionbtn li a {
  padding: 10px 50px;
  border-radius: 20px;

}

.pritingbox a {
  background: var(--blurGradient);
  padding: 15px 60px;
  border-radius: 15px;
  text-decoration: none;
  color: var(--white);
  font-size: 18px;
}

.writingservices .swiper-slide-active {
  min-width: 600px;
}

.writingservices .swiper-slide {
  min-width: auto;
}

.serviceboxinner {
  padding: 20px 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 20px;
  height: 100%;
  background: #fff;
}

.writingservices .swiper-wrapper {
  padding: 20px 0;
  padding-bottom: 40px;
}

.writingservices .swiper-slide-active .servicesBox {
  background: linear-gradient(90deg,
      rgba(174, 207, 243, 1) 0%,
      rgba(57, 116, 220, 1) 100%);
  color: var(--white);
}

.servicesBox {
  background: linear-gradient(90deg,
      rgba(250, 249, 249, 1) 0%,
      rgba(199, 219, 254, 1) 100%);

  padding: 20px;
  border-radius: 15px;
  color: var(--black);
  background-color: var(--white);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.serviceicon {
  width: 70px;
  height: 70px;
  background: var(--white);
  border-radius: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contentarea {
  background: url("../../assets/images/contentareaBg.webp") no-repeat center center/cover;
}

.acrossinner {
  padding: 30px 20px;
  background: #f3f3f3;
  border-radius: 25px;
  border: 1px solid #706e6e;
}

.writerbox {
  background: linear-gradient(90deg,
      rgba(250, 249, 249, 1) 0%,
      rgba(199, 219, 254, 1) 100%);
  padding: 20px 15px;
  border-radius: 20px;
}

.writerInner {
  padding: 12px 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 20px;
  height: 100%;
  background: #fff;
  margin: 7px;
}

.writerInner.active .writerbox {
  background: linear-gradient(90deg,
      rgba(174, 207, 243, 1) 0%,
      rgba(57, 116, 220, 1) 100%);
  color: var(--white);
}

.writerInner:hover .writerbox {
  background: linear-gradient(90deg,
      rgba(174, 207, 243, 1) 0%,
      rgba(57, 116, 220, 1) 100%);
  color: var(--white);
}

.process {
  background: url("../../assets/images/processWorkbg.webp") no-repeat center center/cover;
}

.processitems {}

.processitems li {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #bcbcbc6b;
  padding: 15px 0;
}

.processitems li .processcount {
     padding: 14px 20px;
  background: linear-gradient(90deg,
      rgba(174, 207, 243, 1) 0%,
      rgba(57, 116, 220, 1) 100%);
  color: var(--white);
  border-radius: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 600;
}

.academicitems li {
  flex: 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;

}

.quickexpress li a {
  background: linear-gradient(90deg,
      rgba(250, 249, 249, 1) 0%,
      rgba(199, 219, 254, 1) 100%);
  padding: 30px 30px;
  border-radius: 20px;
  font-weight: 600;
  color: var(--white);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.quickexpress li a:hover {
  background: linear-gradient(90deg,
      rgba(174, 207, 243, 1) 0%,
      rgba(57, 116, 220, 1) 100%);
}

.quickexpress li a.active {
  background: linear-gradient(90deg,
      rgba(174, 207, 243, 1) 0%,
      rgba(57, 116, 220, 1) 100%);
}

.confidential {
  background: var(--grey);
}

.confidential hr {
  opacity: 1;
}

.students {
  background: url("../../assets/images/studentBg.webp") no-repeat center center/cover;
}
.students  .swiper-slide{
      height: auto;
}
.students  .swiper-slide .studentBox {
      height: 97%;
}
.faq-section {
  padding: 80px 0;
}


.faq-subtitle {
  color: #6c757d;
  font-size: 14px;
  margin-top: 10px;
}

.faq-card {
  background: #e4e3e37b;
  border-radius: 10px;
  padding: 22px;
  border: 1px solid #e5e7eb;
  transition: 0.3s;
}

.faq-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.faq-question {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.faq-answer {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
}

.footer-section {
  background: url("../../assets/images/footerBg.webp") no-repeat center center/cover;
}

.footer-section h5 {
  font-size: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
}

.footer-links li {
  flex: 45%;
  margin-bottom: 8px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #fff;
  padding-left: 5px;
}

.footer-section p {
  font-size: 14px;
  color: #ccc;
}

.footer-section hr {
  opacity: 0.2;
}

.BreadCrumbs {
  background: url("../../assets/images/serviceHeader.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 0rem;
  position: relative;
}

img.img-fluid.Inner-Right-Img {
  width: 400px;
  height: auto;
}

.Satisfied {
  background: var(--secondaryBg);
}

.Satisfied .satisfyBox {
  padding: 2rem 1.5rem;
}

.Satisfied .satisfyBox.active {
  background: var(--blurGradient);
}

.Consultant {
  background: url("../../assets/images/consultantShape.png"), var(--Blue);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: relative;
  z-index: 0;
}

.wrapConsultant {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  position: relative;
  left: 40px;
  bottom: 30px;
}

.getconsultant {
  background: #d9d9d9a1;
  width: 100%;
  padding: 3.3rem 0;
  text-align: center;
  border-radius: 10px;
}

.getconsultant a {
  background: var(--blurGradient);
  color: #fff;
  padding: 25px 3rem;
  border-radius: 30px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}

.consultantGirl {
  position: absolute;
  height: auto;
  bottom: 0;
  width: 100%;
  max-width: 320px;
  margin: auto;
  left: 5rem;
  right: 0;
  z-index: -1;
}

.Processsec {
  background: url("../../assets/images/processBgx.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.circleCoun {
  width: 50px;
  height: 50px;
  background: #FE78B1;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  margin: auto;
  margin-top: -10px;
  margin-bottom: 20px;
}

.Counter {
  background: #D9BFA8;
}

.countBox {
  background: linear-gradient(58deg, rgba(254, 94, 162, 1) 0%, rgba(211, 18, 100, 1) 50%, rgba(205, 3, 89, 1) 100%);
  padding: 2rem 0;
  text-align: center;
  border-radius: 20px;
  border: 3px solid #fff;
}

.Mycta {
  background: url("../../assets/images/myCtaBg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btnGradient {
  background: var(--blurGradient) !important;
}

.Homeform {
  height: auto;
  background: #fff;
  padding: 2rem 1rem;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

.Homeform .form-group {
  margin-bottom: 15px;
}

.Homeform .form-group label {
  font-weight: 600;
}

.Homeform .form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  border-color: #000;
  font-size: 13px;
  padding: 10px 0.6rem;
}

.Homeform button {
  background: var(--secondaryBg);
  padding: 8px 1rem;
  font-size: 14px;
  color: #fff;
  border-color: var(--secondaryBg);
  border-radius: 5px;
}

.Slider img.headerGirl {
  max-width: 406px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.Slider {

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.Cta {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.Homecontent {
  background: linear-gradient(58deg, rgba(0, 122, 119, 1) 0%, rgba(36, 171, 165, 1) 50%, rgba(0, 146, 137, 1) 100%);
  color: #fff;
}

.Homecontent .row {
  height: 675px;
  overflow-x: auto;
}

.Homecontent .row::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.Homecontent .row::-webkit-scrollbar-thumb {
  background: #000F0F;
  border-radius: 10px;
}

.Homecontent .row::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.Companies {
  background: url("../../assets/images/CompaniesBg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.companiesBox {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.companiesBox .comItems {
  background: #fff;
  display: flex;
  align-items: center;
  height: 150px;
  margin-bottom: 0px;
  border: 3px solid var(--blurGradient);
  width: 25%;
  justify-content: center;
  padding: 0 20px;
  border: 2px solid #C91561;
}

.companiesBox .comItems img {
  height: 100px;
  width: -moz-fit-content;
  width: fit-content;
  object-fit: cover;
}

.Faq {
  background: url("../../assets/images/FaqBg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Pricingboxes {
  background: url('../../assets/images/pricingBoxBg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.headingPricing {
  background: linear-gradient(58deg, rgba(0, 80, 185, 1) 0%, rgba(88, 141, 255, 1) 100%);
  padding: 15px 30px;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  color: #Fff;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.borderPricing p {
  border: 1px solid #fff;
  padding: 10px 30px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.Orderforms {
  background: url('../../assets/images/orderBg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Orderforms label {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.Orderforms .form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  background: transparent;
  color: #fff;
}

.file-upload {
  border: 2px dashed var(--primary-color);
  border-radius: 8px;
  padding: 20px 20px;
  text-align: center;
  background: var(--blurGradient) !important;
  cursor: pointer;
  transition: background-color 0.2s;
}

[hidden] {
  display: none !important;
}

.Orderforms label {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.upload-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 18px !important;
  justify-content: center;
  /* font-weight: 800; */
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}

.Orderforms button {
  background: #Fff;
  color: #000;
  padding: 10px 10px;
  width: 100%;
  border-color: #Fff;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
}

.Orderforms .form-group {
  margin-bottom: 10px;
}

.heading1 {
  background: var(--Orange);
  padding: 1rem 1rem;
  border-radius: 12px;
  color: #fff;
  font-size: 28px;
  margin-bottom: 0.6rem;
}

.Sitemapbox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  text-align: center;
  margin: 15px 0;
}

.Sitemapbox ul li {
  width: 32%;
  padding: 0.4rem 0;
  background: #e2e0e033;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.Sitemapbox ul li a {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
}

.heading2 {
  background: var(--Blue);
  padding: 1rem 1rem;
  border-radius: 12px;
  color: #fff;
  font-size: 28px;
  margin-bottom: 0.6rem;
}

section.privacy-policy span {
  font-size: 22px;
  font-weight: 600;
}

.Faq {
  background: url('../../assets/images/FaqBg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Faq .accordion-button {
  background: #fff;
  font-weight: 700;
}

.Faq .accordion-item {
  margin-bottom: 15px;
}

.customerBox {
  margin-bottom: 25px;
}

.customerBox .fa-star {
  color: #FF7F00;
}

.navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--white);
  z-index: 999;
}

.fixedbtnwhatsapp {
  position: fixed;
  bottom: 1em;
  left: 2em;
  z-index: 999999;
}

.swiper-pagination-bullet {
  background: linear-gradient(90deg,
      rgba(174, 207, 243, 1) 0%,
      rgba(57, 116, 220, 1) 100%);
  padding: 8px;
}

.swiper-scrollbar-drag {
  background: var(--Orange);
}
.customerBox .m-0 {
    font-size: 14px;
}
.acrossnursing .swiper-slide{
  height: auto;
}
.acrossnursing .swiper-slide .whytrustedbox{
  height: 47%;
}