* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

h5 {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  padding-top: 20px;

  /* gr1 */

  background: linear-gradient(96.97deg, #f79e0e 7.82%, #eebd23 103.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;

  color: #0b132a;
}

/* toggle  */
button.navbar-toggler {
    background: #fdc221;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
/* header section start  */
header .container-fluid {
  --bs-gutter-x: 0 !important;
}
header {
  font-family: "Poppins", sans-serif;
  background-color: #0f124d;
}
.navbar-toggler {
  color: #fdc221;
}
.menu li a {
  color: #fff;
}
.active {
  color: #fdc221 !important;
}
 header .nav-link:hover,
header.nav-link:focus {
  color: #fdc221 !important;
}
/* header section end  */

/* banner section start  */
.banner {
  background-image: url("/img/banner/bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0f124d;
}
.banner-left h1 {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 2.5%;
}
.item {
  padding: 30px 0;
}
.c-btn {
  padding: 10px 60px;
  background: linear-gradient(96.97deg, #f79e0e 7.82%, #eebd23 103.98%);
  border-radius: 70px;
  color: #fff;
  font-weight: 500;
  font-size: 21px;
  line-height: 24.61px;
  transition: all 0.3s ease-in-out;
  border: none;
}
.c-btn:hover {
  background: linear-gradient(95deg, rgb(247 158 14 / 85%) 7.82%, rgb(238 189 35 / 85%) 103.98%);
}
.c-btn:hover,
.c-btn:focus {
  color: #fff !important;
}
/* banner section end  */

/* expert section start  */
.expert {
  background-image: url("/img/expert/bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Nunito Sans", sans-serif;
  padding-bottom: 100px;
}

.expert-right h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}
.expert-right h2 {
  color: #404041;
  font-weight: 700;

  font-size: 30px;
  line-height: 40.92px;
}
.expert-right p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;

  color: #979797;
}
.expert-right .item li {
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  padding: 5px 0;
  color: #262626;
}
.nd-btn {
  background: linear-gradient(96.97deg, #f79e0e 7.82%, #eebd23 103.98%);
  border-radius: 4px;
  color: #fff;
  padding: 10px 40px;
  transition: all 0.3s ease-in-out;
  border: none;
}
.nd-btn:hover {
  background: linear-gradient(95deg, rgb(247 158 14 / 85%) 7.82%, rgb(238 189 35 / 85%) 103.98%);
}
.nd-btn:hover,
.nd-btn:focus {
  color: #fff !important;
}
/* expert section end  */

/* worth section start  */
.worth {
}
.worth-wrapper h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;

  /* gr1 */

  background: linear-gradient(96.97deg, #f79e0e 7.82%, #eebd23 103.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.worth-wrapper h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;

  color: #0b132a;
}
.worth-wrapper p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: center;

  color: #979797;
}
.worth-item {
  padding: 20px;
  box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
}
.worth-item h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.03em;

  color: #616161;
  padding: 10px 0;
}
.worth-item p {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  
  color: #949494;
}
.item-height img {
  height: 30px;
  width: 30px;
  margin-top: 15px;
}
.worth-item .item-height {
  width: 60px;
  height: 60px;
  background: linear-gradient(96.97deg, #f79e0e 7.82%, #eebd23 103.98%);
  border-radius: 110px;
  margin: 0 auto;
}
.worth .nav-tabs .nav-link.active,
.nav-link:focus,
.nav-tabs .nav-item.show .nav-link {
  color: #fdc221 !important;
}
/* worth section end  */

/* latest-work section start  */
.latest-work {
  padding: 100px 0;
}
.nav-tabs {
  border: none;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #e0e0e0;
}
.nav-tabs .nav-link.active {
  background: unset;
  border: none !important;
  border-bottom: 3px solid #fdc221 !important;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
 border: none;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  border-color: unset !important;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: unset !important;
}
.latest-work .nav-link:hover, .latest-work.nav-link:focus {
    /* color: #fdc221 !important; */
    border: none;
}
.nav-tabs .nav-link{
  margin-bottom: unset !important;
}
.nav-tabs .nav-link {
  background: none;
  border: none !important;
}
/* latest-work section end  */

/* testimonial section start  */
.testimonial {
  color: #646464;
  padding-bottom: 100px;
}
.testimonial-card {
  text-align: left;

  border-radius: 5px;
  margin: 0 15px;
  padding: 10px;
}
.testimonial-card .box-shadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 10px;
  border-radius: 5px;
}
.testimonial h5 {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;

  /* gr1 */

  background: linear-gradient(96.97deg, #f79e0e 7.82%, #eebd23 103.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.testimonial-card h4 {
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  /* identical to box height */

  color: #262626 !important;
  margin: 0;
}

.testimonial-card ul {
  margin-top: 1rem;
}
.testimonial-card ul li {
  color: #eebd23;
}
.testimonial h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;

  color: #0b132a;
}
.testimonial p {
  margin-bottom: 0;
}
.testimonial-card span {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;

  color: #686868;
}
/* testimonial section end  */

/* service section start  */
.pro-item {
  padding: 20px 0;
}
.pro-item h4 {
  clip-path: polygon(50% 0, 100% 28%, 100% 75%, 50% 100%, 0 75%, 0 28%);
  width: 45px;
  margin: auto;
  background-color: #294199;
  padding: 10px;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  padding-left: 3px !important;
}
.service .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background: #294199 !important;
}
.service .nav-tabs .nav-link.active h4 {
  background: white !important;
  color: #294199;
}

.service .nav-tabs .nav-link.active h6 span {
  color: #fff;
}

.pro-item h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #f79e0e;
  padding: 20px 0;
}
.pro-item h6 span {
  color: #294199;
}
.pro-item p {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-align: center;

  color: #bfbfbf;
}
.service .nav-tabs {
  border: none;
}
.service.nav-tabs .nav-link {
  border: none;
}

li.nav-item.pro-item {
  border: none;
}
.service {
  background-image: url("/img/expert/bg.svg");
  background-size: cover;
  background-position:  center;
  background-repeat: no-repeat;
  font-family: "Nunito Sans", sans-serif;
  padding-bottom: 100px;
}

.service .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom: none !important;
}
.service .nav-tabs .nav-link {
  padding: 30px;
  border-radius: 10px;
}
.service .tab-content {
  padding-top: 100px !important;
}
.service-left h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 41px;
  text-transform: capitalize;

  color: #404041;
}
.service-left p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;

  color: #979797;
}

.service-left h2 span {
  color: #f79e0e;
}
.service-left .normal {
  font-weight: 500;
  font-size: 33px;
  line-height: 39px;
  /* identical to box height */

  /* gr1 */

  background: linear-gradient(96.97deg, #f79e0e 7.82%, #eebd23 103.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.service-left .cross {
  color: #646464 !important;
}
/* service section end  */

/* faq section start  */
.faq {
  padding-bottom: 100px;
}
.faq-wrapper p {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  /* or 153% */

  text-align: center;

  color: #979797;
}
.faq-left,
.faq-right,
.faq-left p,
.faq-right p {
  text-align: left;
}
/* faq section end  */
/* subscribe section start  */
.subscribe {
  background: #fafbfd;
  padding-bottom: 100px;
}
.sub-int {
  background: #ffffff;
  border: 1px solid #cecece;
  border-radius: 6px;
  padding: 10px 20px;
}
form.w-100 input {
  width: 500px;
}
.sub-int:focus {
  border-color: #f79e0e !important;
}

.subscribe-wrapper p {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  /* or 153% */

  text-align: center;

  color: #979797;
}
/* subscribe section end   */

/* footer section start  */
.footer {
  background-image: url("/img/banner/bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  background-color: #0f124d;
  font-family: "Roboto", sans-serif;
}
.footer h5 {
  text-decoration: underline;
  text-decoration-color: #f79e0e;
}
.footer li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  /* or 200% */

  color: #dadada;
}
.footer li a i {
  height: 32px;
  width: 32px;
  text-align: center;
}
.footer li {
  transition: all 0.3s ease-in-out;
}
.footer ul {
  text-decoration: none !important;
}
.footer-left li a {
  border: 1px solid #f79e0e;
  color: #f79e0e;
  padding: 10px;
  border-radius: 50%;
  font-size: 25px;
}
.footer-left li a:hover {
  background-color: #f79e0e;
  box-shadow: rgba(247, 158, 14, 0.25) 0px 54px 55px,
    rgba(247, 158, 14, 0.12) 0px -12px 30px,
    rgba(247, 158, 14, 0.12) 0px 4px 6px, rgba(247, 158, 14, 0.17) 0px 12px 13px,
    rgba(247, 158, 14, 0.09) 0px -3px 5px;
  color: #fff;
}