:root {
    --Primary: #002c3f;
    --Secondary: #0fc264;
    --grey: #0f516d;
    --greenGradient: linear-gradient(180deg,
            rgba(0, 154, 73, 1) 0%,
            rgba(18, 219, 113, 1) 100%);
    --white: #fff;
    --darkGreen: #009A49;
    --yellowbg: #F2F6DD;
}

.Primarybg {
    background: var(--Primary);
}

.darkGreenbg {
    background: var(--darkGreen);
}

.topSec {
    background: var(--Primary);
}
.bgsecondary{
    background: var(--Secondary);
}
.greentxt{
    color: var(--Secondary);
}

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

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

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

.fs17 {
    font-size: 17px;
}

.headerSec {
    background: var(--greenGradient);
}

.headerSec .nav-link {
    color: var(--white);
    font-size: 16px;
    font-weight: 300;
}

.headerSec .nav-link.active {
    color: var(--white);
    font-weight: 700;
}

.sliderSec ul li {
    flex: 45%;
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
}

.sliderSec ul li img {
    margin-right: 6px;
}

.sliderSec {
    background: url("../../assets/images/headerLayer.png"), var(--grey);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fs47 {
    font-size: 47px;
}

.fs25 {
    font-size: 25px;
}

.headerForm {
    background: linear-gradient(180deg, rgba(18, 219, 113, 1) 0%, rgba(9, 115, 59, 1) 100%);
    border-radius: 20px;
}

.fs30 {
    font-size: 30px;
}

.lh33 {
    line-height: 33px;
}

.headerForm .form-control {
    background: var(--Primary);
    border-color: var(--Primary);
    color: var(--white);
    appearance: auto;
    padding: 8px 10px;
}

.headerForm .form-group {
    margin: 10px 0;
}

.headerForm button {
    background: var(--Primary);
    width: 100%;
    border: 1px solid var(--Primary);
    padding: 0.4rem 0;
    border-radius: 6px;
    box-shadow: 0px 0px 5px #3333;
    color: var(--white);
}

.unislider {
    background: var(--yellowbg);
}

.accountingtabs .nav-tabs .nav-link {
    width: 100%;
    background: var(--Secondary);
    border-radius: 40px;
    color: var(--white);
    padding: 5px 5px;
    font-size: 20px;
}

.accountingtabs .nav-tabs {
    gap: 17px;
}

.accountingtabs .nav-tabs .nav-link .iconaccount {
    width: 50px;
    height: 50px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.accountingtabs .nav-tabs .nav-link.active {
    background: var(--white);
    color: #000;
    border-color: var(--Secondary);
    font-weight: 600;
}

.accountingtabs .nav-tabs .nav-link.active .iconaccount {
    background: var(--Secondary);
}

.accountingtabs .nav-tabs .nav-link.active .iconaccount img {
    filter: brightness(0) invert(1);
}

.fs45 {
    font-size: 45px;
}

.contentSec {
    background: var(--yellowbg);
}

.actionInfo li a {
    background: var(--Primary);
    padding: 7px 2rem;
    text-decoration: none;
    color: var(--white);
    border-radius: 5px;
}

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

.fs50 {
    font-size: 50px;
}

.servItems {
    box-shadow: 0px 0px 10px #3333;
    padding: 1.6rem 14px;
    border-radius: 20px;
}

.fs14 {
    font-size: 14px;
}

.serviceSec {
    background: var(--yellowbg);
}

.servItems:hover {
    background: var(--Primary);
}

.servItems:hover p {
    color: var(--white);
}

.servItems:hover img {
    filter: brightness(0) invert(1);
}

.counterItems {
    margin: 10px 0;
    text-align: center;
}

.counterItems p {
    margin: 0;
}

.fs60 {
    font-size: 60px;
}

.lh64 {
    line-height: 64px;
}

.green {
    background: var(--darkGreen) !important;
}

.contentSc {
    background: var(--Primary);
}

.contentWrapper {
    background: var(--yellowbg);
    padding: 2rem 2rem;
    border-radius: 20px;
}

.contentWrapper .listitems li {
    flex: 40%;
}

.our-assignment {
    background: url("../../assets/images/our-assignment-Bg.webp")bottom/cover no-repeat;
}

.our-assignment span.name {
    font-size: 30px;
    font-weight: 600;
}

.our-assignment .stars i {
    color: #fdcf0a;
}

.our-assignment .country {
    font-size: 24px;
}
.our-assignment .content-area{
    padding: 30px 20px 10px;
}
img.qoutes-1 {
    position: absolute;
    left: 0px;
    top: 0px;
}

img.qoutes-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    transform: scaleX(-1);
}
.assignment-box .profile{
    width: 100px;
}
.linebar{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: fit-content;
    margin: auto;
}

.process-box {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .border-box {
      border: 10px solid white;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      width: 100px;
      border-radius: 50%;
    }

    .border-box div {
      background: #002C3F;
      padding: 10px;
      border-radius: 50%;
    }

    .border-box div img {
      width: 60px;
      height: auto;
    }

    .border-box div:hover {
      background: #00B040;
    }

    .process-box {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .process-box .no {
      font-size: 40px;
      font-weight: bold;
    }

    span.title {
      font-size: 20px;
      font-weight: 600;
    }

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

    .expert-assignment .left-content {
    padding: 32px 3rem;
    background: #fff;
    border-radius: 20px;
}

    .expert-assignment .student-girl {
      position: relative;
      left: -40px;
      width: 350px;

    }

    .expert-assignment .right-content ul {
      /* background: #002C3F; */
      padding: 40px 20px;
    }

    .expert-assignment .right-content ul li {
      /* padding: 20px; */
      text-align: center;
      text-decoration: none;
      list-style: none;
      /* margin: 10px 0; */

    }

    .expert-assignment .right-content ul li a {
      text-decoration: none;
      font-size: 20px;
      color: white;
      background: var(--Primary);
      display: block;
      padding: 0.6rem 0;
      border-radius: 5px;
    }

    .expert-assignment .right-content ul li a span {
      display: block;
    }

    .fs40 {
      font-size: 40px;
    }

    .faq-box span {
      font-size: 30px;
      color: var(--Secondary);
      font-weight: 700;
      line-height: 40px;
      display: block;
      margin-bottom: 10px;
    }

    .faq-box p {
      font-weight: 500;
      font-size: 20px;
    }

    .copy-right {
      background: var(--Secondary);
      padding: 10px;
    }

    footer {
      background: #002C3F;
      padding: 50px 0px;
    }

    footer span {
      font-size: 20px;
      font-weight: 700;
      display: block;
      margin-bottom: 10px;
      color: #fff;
    }

    footer ul li a {
      text-decoration: none;
      color: black;
      padding-bottom: 10px;
      display: block;
      color: #fff;
    }

    footer ::marker {
      color: #fff;
    }

    .overlay-box img {
    width: 100%;
}
.overlay-box{
    position: relative;
}
.overlay{
    background: var(--yellowbg);
}
.yellow{
    color: #fdcf0a;
}

.hoveroverlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--white);
    border-radius: 20px;
    padding: 2rem 26px;
    transform: translate(0px, 98px) rotate3d(1, 1, 1, -10deg);
    height: fit-content;
}
.overlay-box:hover .hoveroverlay{
    display: block;
}
.fs12{
    font-size: 12px;
}
.fs11{
    font-size: 11px;
}
.fs10{
    font-size: 10px;
}

    /* .overlay-box {
      position: relative;
      width: 50%;
    }

.overlay-box    .image {
      display: block;
      width: 100%;
      height: auto;
    }

    .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      transition: .5s ease;
      background-color: #008CBA;
    }

    .overlay-box:hover .overlay {
      opacity: 1;
    }

.overlay-box    .text {
      color: white;
      font-size: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
    } */

    .assignmentSwiper .swiper-pagination-bullet {
  width: 50px !important;
  height: 50px !important;
  background: none !important; /* remove default dot */
  opacity: 1 !important;
  margin: 0 5px;
  border-radius: 50% !important;
 
  overflow: hidden;
}

.assignmentSwiper .swiper-pagination-bullet img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  /* display: block; */
}
.assignmentSwiper .swiper-wrapper{
    padding-bottom: 3rem;
}
