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

:root {
  --blue: #078c9f;
  --orange: #ffb648;
  --grey: #807f7f;
  --heading: #323434;
  --bg: #06a3b3;
}

* {
  transition: all 0.4s linear;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo 2", sans-serif;
  color: var(--heading);
}

p,
a,
label,
input,
li,
select,
option,
::placeholder {
  font-family: "Poppins", sans-serif;
}

body {
  overflow-x: hidden;
}

p {
  line-height: 1.7;
  color: var(--grey);
}

.fa-check {
  color: var(--orange);
}

nav.navbar.navbar-expand-lg.head_top.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--bg);
  z-index: 2;
  padding: 1rem 0px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: var(--orange) !important;
}

.navbar-nav .dropdown-item.active, .dropdown-item:active{
  background-color: var(--orange);
}

.main-header {
  background-image: url(../../assets/images/header-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.main-header .col-lg-6 h1 {
  font-size: 3rem;
}

.main-header .col-lg-6 li {
  line-height: 2.8;
}

.main-header .col-md-2 img {
  position: relative;
  right: 77px;
  z-index: -1;
}

.navbar-nav .nav-link {
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-size: 17px;
}

.nav-cta {
  line-height: 1.2;
}

.navbar-nav .nav-link:hover {
  color: var(--orange);
}

.navbar-nav .nav-link:focus {
  color: var(--orange);
}

.nav-cta-content p {
  font-size: 12px;
}

.nav-cta-content p.fw-semibold {
  font-size: 18px;
}

.form-topic::before {
  content: "";
  background-image: url(../../assets/images/form-topic.svg);
  background-repeat: no-repeat;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 15px;
  left: 18px;
}

.form-course::before {
  content: "";
  background-image: url(../../assets/images/form-course.svg);
  background-repeat: no-repeat;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 15px;
  left: 18px;
}

.form-date::before {
  content: "";
  background-image: url(../../assets/images/form-calender.svg);
  background-repeat: no-repeat;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 15px;
  left: 18px;
}

.form-word::before {
  content: "";
  background-image: url(../../assets/images/form-pages.svg);
  background-repeat: no-repeat;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 15px;
  left: 18px;
}

.form-writer::before {
  content: "";
  background-image: url(../../assets/images/home-graduate.svg);
  background-repeat: no-repeat;
  position: absolute;
  height: 20px;
  width: 24px;
  top: 15px;
  left: 18px;
}

.button-1 {
  background-color: var(--orange);
  padding: 11px 25px;
  border: 1px solid var(--orange);
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.button-1:hover {
  background: #fff;
  border: 1px solid var(--orange);
  color: var(--orange) !important;
}

.login {
  background: #fff;
  padding: 11px 25px;
  color: var(--orange);
  border: 1px solid #fff;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.login:hover {
  background: var(--orange);
  border: 1px solid var(--orange);
  color: #fff;
}

.button-2 {
  background-color: var(--blue);
  padding: 11px 25px;
  border: 1px solid var(--bg);
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.button-2:hover {
  background: #fff;
  border: 1px solid var(--bg);
  color: var(--bg) !important;
}

.navbar li {
  line-height: 1.4;
}

.main-header li .fa-check {
  color: var(--orange);
  font-size: 19px;
}

.home-form {
  background: var(--orange);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 8px solid #fff;
  min-width: 400px;
}

input.form-control {
  background-clip: unset;
  color: var(--grey);
  font-size: 15px;
  padding: 8px 20px 8px 50px;
}

select.form-control {
  background-clip: unset;
  appearance: auto;
  font-family: "Poppins";
  color: var(--grey);
  font-size: 15px;
  padding: 8px 20px 8px 50px;
}

.form-total {
  margin-bottom: 20px;
}

.form-button {
  background-color: #016c77;
  padding: 6px 34px;
  border: 1px solid #016c77;
}

.home-info li {
  line-height: 2.1;
  color: var(--grey);
}

.service-content {
  padding: 3rem 1.5rem;
  border: 1px solid #f6f6f6;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  height: 100%;
}

.services {
  position: relative;
}

.services .swiper-slide {
  height: auto;
}

.element-1 {
  position: relative;
  top: -113px;
  right: -28px;
}

.service-head {
  padding: 3rem 1.5rem;
  border: 1px solid var;
  border-top-right-radius: 39px;
  background: var(--blue);
  position: relative;
  left: -145px;
  height: 328px;
  width: 457px;
  top: -7px;
}

.home-service {
  padding: 3rem 1.5rem;
  border: 1px solid var(--orange);
  border-top-right-radius: 39px;
  background: var(--orange);
  position: relative;
  height: 315px;
  width: 457px;
  top: 45px;
}

.service-head-content {
  float: right;
}

.writers {
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(6, 163, 179, 1) 37%,
    rgba(231, 231, 231, 1) 31%
  );
  z-index: 1;
}

/* .writers::before {
  content: "";
  position: absolute;
  height: 695px;
  width: 584px;
  background-color: var(--bg);
  z-index: -1;
} */

.writers .nav {
  padding-top: 5.4rem;
}

.writers .cipd-lvl-3 p.position-absolute {
  font-size: 12rem;
  left: 17px;
  top: -150px;
  font-family: "Exo 2", sans-serif;
  font-weight: bold;
  color: var(--orange);
}

.cipd-lvl-3 {
  padding-top: 0.9rem;
}

.cipd-lvl-5 {
  padding-top: 3.4rem;
}

.writers .cipd-lvl-5 p.position-absolute {
  font-size: 12rem;
  left: 16px;
  top: -109px;
  font-family: "Exo 2", sans-serif;
  font-weight: bold;
  color: var(--orange);
}

.cipd-lvl-7 {
  padding-top: 3.6rem;
}

.writers .cipd-lvl-7 p.position-absolute {
  font-size: 12rem;
  left: 15px;
  top: -105px;
  font-family: "Exo 2", sans-serif;
  font-weight: bold;
  color: var(--orange);
}

.writers-details a {
  display: inline-block;
  padding: 7px 20px;
  background: var(--bg);
  border: 1px solid var(--bg);
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.writers-details a:hover {
  background: #fff;
  border: 1px solid var(--bg);
  color: var(--bg) !important;
}

.writers .col-md-4 button {
  border-top-right-radius: 30px !important;
  padding: 17px 45px;
  font-weight: 700;
  font-size: 1.5rem;
}

.writers .col-md-4 .nav-pills .nav-link.active {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: var(--bg);
}

.writers .col-md-4 .nav-link:hover {
  color: var(--bg) !important;
  background-color: #fff;
  border: 1px solid #fff!important;
}

.writers-details li {
  flex: 33%;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.cipd-num {
  font-size: 12rem;
  left: -73px;
  top: -149px;
  font-family: "Exo 2", sans-serif;
  font-weight: bold;
  color: var(--orange);
}

.level .nav-item {
  padding-top: 1rem;
}

.level-cta{
  background: var(--blue);
}

.level .nav-pills .nav-link.active {
  background-color: var(--bg) !important;
  color: #fff;
  border: 1px solid var(--bg);
}

.level .nav-link:hover {
  color: #fff !important;
  background-color: var(--bg);
  border: 1px solid var(--bg) !important;
}

.level .nav-pills .nav-link {
  color: var(--bg);
  border: 1px solid #fff;
}

.level .nav {
  padding-top: 85px;
}

.level .nav-link {
  border: 1px solid #fff;
  border-top-right-radius: 30px !important;
  padding: 17px 45px;
  font-weight: 700;
  font-size: 1.5rem;
}

.home-cta {
  background-image: url(../../assets/images/home-Form.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
}

.cta select {
  padding: 18px;
  border: 1px solid #fff;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-family: "Poppins", sans-serif;
}

.cta input {
  padding: 18px;
  border: 1px solid #fff;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-family: "Poppins", sans-serif;
}

.cta button {
  background: var(--orange);
  border: 1px solid var(--orange);
  padding: 10px 90px;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
}

.counter {
  background: var(--orange);
  position: relative;
  z-index: 1;
}

.counter:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 517px;
  top: 0;
  right: 0;
  background-image: url(../../assets/images/uae.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.counter .counter-element {
  width: 5.5%;
  position: absolute;
  top: 0px;
  left: -15px;
}

/* .content p {
  color: var(--grey);
}

.content li p {
  color: var(--grey);
} */

.subjects button {
  width: 100%;
  background: var(--orange);
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #fff;
}

.subjects button:hover {
  background-color: var(--bg);
  color: #fff;
}

.topic {
  background: #dedede;
  z-index: 1;
  overflow: hidden;
}

.topic-element-1 {
  position: absolute;
  left: -22px;
  top: 0;
  width: 16.6%;
}

.topic-element-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 21%;
}

.topic li {
  line-height: 2.3;
}

.reviews {
  background-color: #fff;
  z-index: 1;
  overflow: hidden;
}

.reviews .nav-link{
  background-color: #fff;
}

.review-element-1 {
  position: absolute;
  z-index: -1;
}

.review-element-2 {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
}

.reviews .nav-pills .nav-link.active {
  background-color: var(--bg);
  border: 1px solid var(--bg);
}

.reviewSlider {
  height: 600px;
}

.review-1 img {
  left: -10px;
  border: 4px solid #f6f6f6;
  top: 30px;
  width: 110px;
  height: 110px;
}

.review-content {
  border-bottom-left-radius: 41px;
  border-top-right-radius: 41px;
  box-shadow: 1px -6px 7px #807f7f61;
  padding: 20px 20px 20px 65px;
  border: 2px solid #f6f6f6;
  background: #fff;
}

.review-content span {
  color: var(--orange);
  font-weight: 600;
}

.review-2 img {
  left: -10px;
  border: 4px solid #f6f6f6;
  top: 30px;
  width: 110px;
  height: 110px;
}

.cta-2 p {
  color: var(--grey);
}

.cta-2 h5 {
  color: var(--bg);
}

footer {
  background: #3d3d3d;
}

.footer-bottom {
  background: #00a6a6;
}

footer .col-lg-3 span {
  color: var(--orange);
}

.footer-links .fa-brands {
  color: #fff;
}

.footer-links .fa-brands:hover {
  color: var(--orange);
}

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

.fixedbtnwhatsapp li {
  list-style: none;
}

.fixedbtnwhatsapp img {
  width: 100%;
  max-width: 80px;
  display: block;
}

.writers .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.writers .swiper-pagination-bullet-active {
  background-color: var(--bg);
}

.writers .nav-pills .nav-link {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.topic .swiper-pagination {
  position: static;
  margin-top: 20px;
}

.topic .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.topic .swiper-pagination-bullet-active {
  background-color: var(--bg);
}

.reviews .swiper-pagination-bullet {
  background-color: var(--grey);
  opacity: 1;
  width: 11px;
  height: 11px;
}

.reviews .swiper-pagination-bullet-active {
  background-color: var(--bg);
}

.main-pricing .swiper-pagination {
  position: static;
  margin-top: 20px;
}

.main-pricing .swiper-pagination-bullet {
  background-color: var(--grey);
  opacity: 1;
  width: 11px;
  height: 11px;
}

.main-pricing .swiper-pagination-bullet-active {
  background-color: var(--bg);
}

.main-reviews .swiper-pagination {
  position: static;
  margin-top: 20px;
}

.main-reviews .swiper-pagination-bullet {
  background-color: var(--grey);
  opacity: 1;
  width: 11px;
  height: 11px;
}

.main-reviews .swiper-pagination-bullet-active {
  background-color: var(--bg);
}

.reviews .swiper-pagination {
  right: 0;
  bottom: 46px;
}

.myprev {
  font-size: 38px;
  display: block !important;
  font-weight: 600 !important;
  color: var(--orange);
}

.mynext {
  font-size: 38px;
  display: block !important;
  font-weight: 600 !important;
  color: var(--orange);
}

.services .swiper-pagination {
  position: static;
  margin-top: 20px;
}

.services .swiper-pagination-bullet {
  background-color: var(--grey);
  opacity: 1;
  width: 11px;
  height: 11px;
}

.services .swiper-pagination-bullet-active {
  background-color: var(--bg);
}

.level .swiper-pagination {
  position: static;
  margin-top: 20px;
}

.level .swiper-pagination-bullet {
  background-color: var(--grey);
  opacity: 1;
  width: 11px;
  height: 11px;
}

.level .swiper-pagination-bullet-active {
  background-color: var(--bg);
}

.reviews .reviewSlider {
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  height: 610px;
}

/* Order Now */
.order-bg {
  background: var(--bg);
  padding-bottom: 3.5rem;
}

.order-bg h1 {
  font-size: 3rem;
}

.main-order select {
  padding: 11px;
  border-radius: 10px;
  appearance: auto;
  font-family: "Poppins", sans-serif;
}

.main-order input {
  padding: 11px;
  border-radius: 10px;
}

.order-contact {
  border: 2px solid #f6f6f6;
  border-radius: 20px;
}

.order-summary {
  background: var(--orange);
  height: 100%;
  border-radius: 20px;
}

.order-contact button {
  background: var(--orange);
  border: 1px solid var(--orange);
  padding: 6px 25px;
  border-radius: 10px;
}

input:focus {
  box-shadow: unset !important;
  border-color: unset !important;
}

select:focus {
  box-shadow: unset !important;
  border-color: unset !important;
}

/* Price Page */
.price-plan {
  background: var(--orange);
  border-top-right-radius: 35px;
  padding: 0px 20px 5px 20px;
  border-bottom-left-radius: 35px;
}

.price-plan p.text-center {
  background: var(--bg);
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
}

.price-plan ul {
  border-left: 3px dashed var(--bg);
  border-right: 3px dashed var(--bg);
  border-bottom: 3px dashed var(--bg);
  border-bottom-left-radius: 35px;
}

.price-form {
  background-image: url(../../assets/images/home-Form.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.price-form input {
  padding: 18px;
  border: 1px solid #fff;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.price-form select {
  padding: 18px;
  border: 1px solid #fff;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-family: "Poppins", sans-serif;
}

.price-form button {
  background: var(--orange);
  border: 1px solid var(--orange);
  padding: 10px 90px;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
}

/* About Page */
.about-content {
  background: var(--orange);
}

/* Service Page */
.service-bg {
  background: url(../../assets/images/service-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-cta {
  background-color: var(--bg);
}

/* Reviews Page */
.main-reviews .nav-pills .nav-link.active {
  background-color: var(--bg);
  border: 1px solid var(--bg);
}

.review-cta-content {
  background: var(--bg);
}

.review-cta-content a {
  background: var(--orange);
  padding: 12px 29px;
  border: 1px solid var(--orange);
  border-top-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

.review-content-2 a {
  background: var(--orange);
  padding: 12px 29px;
  border: 1px solid var(--orange);
  border-top-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.7);
    z-index: 9999
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

#cover-spin::after {
    content: "";
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 170px;
    height: 170px;
    border-style: solid;
    border-color: transparent #112229 #112229;
    border-width: 8px;
    border-radius: 50%;
    -webkit-animation: .8s linear infinite spin;
    animation: .8s linear infinite spin
}

.summery .content {
    color: #fff;
    padding: 30px;
    border-radius: 40px;
}
.summery .content h5 {
    font-size: 25px;
    font-weight: 800;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}
.summery .content h4 {
    font-size: 20px;
    font-weight: 700;
}
.summery .content ul {
    padding: 0;
    list-style:none;
}
.summery .content ul li span {
    font-size: 14px;
    line-height: 32px;
}
.summery .content .page {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.order-payments img {
    margin: 47px auto auto;
    display: block;
}
.amount button, .summery .content, section.order-form h4:first-child {
    background-color: var(--orange);
}
.writer-hire i {
    color: var(--orange);
    margin-bottom: 13px;
}
.review-rating i , .reveiw-rating i {
color: var(--orange);
}