body {
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.section-title {
  text-align: center;
}

.course-price::before {
  content: 'Rs.';
  margin-right: 4px;
}
.course-price::after {
  content: 'PKR/-';
  margin-left: 4px;
}

.section-title h2 {
  font-size: 35px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.section-title hr {
  width: 100px;
  height: 6px;
  border-radius: 2px;
  margin: 0 auto;
  background-color: #feca0a;
}

.page-title {
  padding: 10px 0;
  background-color: #feca0a;
  font-family: heronsans_regular;
}

.page-title h2 {
  font-size: 35px;
  text-align: center;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

/* ---------------HEADER------------------*/

.TopHeader {
  font-family: 'Poppins', sans-serif;
  background-color: #231f20;
  padding: 10px 0;
  font-size: 17px;
  color: #ffffff;
}

.TopHeader .HeaderLinks {
  text-align: right;
}

.TopHeader a {
  margin: auto;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

.TopHeader img {
  max-width: 22px;
  vertical-align: middle;
}

.TopHeader a i {
  font-size: 20px;
  padding-right: 5px;
}

.navigation-bar {
  background-color: #000;
}
.navigation-bar .dropdown-item:not(:first-child) {
  border-top: 1px solid;
}
.navigation-bar .dropdown-item:hover {
  color: #fff;
  background: #f58220;
}
.navigation-bar .navbar-expand-lg {
  padding: 0;
}

.navigation-bar .nav-link {
  color: #fff !important;
  padding-bottom: 4px;
}
.navigation-bar .nav-item:not(:last-child) {
  margin-right: 10px;
}

.navigation-bar .nav-link:hover {
  color: #000000;
  border-bottom: #fff 6px solid;
}

.navigation-bar #contact_link {
  background-color: #f58220;
  border-radius: 10px;
  padding: 10px 10px;
  border: 1px dashed #000;
  margin-top: 5px;
}

.navigation-bar .navbar-toggler {
  background-color: #f58220;
}

.navigation-bar ol.carousel-indicators {
  bottom: -50px !important;
}

/* ---------------HERO SECTION------------------*/

.hero_section .carousel-indicators .active {
  background-color: #ffcc2a;
}

.hero_section .carousel-indicators li {
  width: 50px;
  height: 7px;
  background-color: #fff;
  margin-right: 8px;
}
.hero_section .carousel-indicators {
  bottom: -50px;
}
/* CONTACT QUERY */

.main_content {
  background-color: #000;
  padding: 60px 0;
}

.contact_query .content {
  background-color: #feca0a;
  border-radius: 80px;
  padding: 25px 30px;
}

.contact_query h1 {
  font-size: 27px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

.contact_query .reg-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 12px;
}

/*--------------------instruction-----------------------*/

.instruction ul li {
  font-size: 20px;
  list-style: none;
}
.instruction-text {
  background: #F0F1F5;
  margin-bottom: 10px;
  padding: 36px 0;
}

/*--------------------Product Details-----------------------*/

.product_details {
  color: #000;
}
.product_details marquee {
  background-color: #feca0a;
  font-size: 16px;
  letter-spacing: 2px;
}

.our_products {
  background-color: #000;
}
.our_products .card-body {
  text-align: center;
  padding: 0;
  background-color: black;
}
.products-order #course {
  font-size: 30px;
  color: #feca0a;
  font-weight: 800;
}
.our_products .card {
  padding: 10px;
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px 0.5px #888888;
          box-shadow: 0px 0px 0px 0.5px #888888;
  border-radius: 0;
}

.our_products .card-title {
  color: #feca0a;
  font-weight: 800;
  margin: 5px;
}

.our_products p.card-text {
  color: #fff;
  margin: 5px;
}

.our_products #price::before {
  content: "Rs.";
  margin-right: 4px;
}
.our_products #price::after {
  content: "PKR";
  margin-left: 4px;
}

.our_products .btn-warning {
  font-size: 20px;
  border-radius: 20px;
  padding: 2px 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.our_products .section-title img {
  width: 100%;
  max-width: 500px;
}

.our_products .card img {
  margin: 0 auto;
  max-width: 378px;
  border-radius: 0;
}

/*----------Courier Section---------*/

/*---------Testimonials--------------*/

.testimonials-section {
  background-color: #f58220;
  margin: 0 auto;
  text-align: -webkit-center;
}
.testimonial-box {
  background-color: transparent;
  color: #fff;
  max-width: 900px;
}
.testimonial-box .item_image {
  max-width: 150px;
  max-height: 150px;
  border-radius: 50%;
}
.testimonial-box .left {
  margin-right: 40px;
}
.testimonial-box .more_riview {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid;
}
.testimonial-box .comma i {
  font-size: 50px;
  color: #fff;
}
.testimonial-box .item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
}

/*--------------------ADVERTISEMENTS VIDEO ----------------------*/
.addvertisement_videos video{
  max-height: 620px;
}
/*--------------------FOOTER SECTION ----------------------*/

.FooterQuery {
  padding: 20px;
  color: #000;
  border-radius: 15px;
  text-align: center;
  background-color: #fff;
}
.FooterQuery h2 {
  font-size: 35px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.FooterQuery h4 a {
  font-size: 22px;
  color: #000;
  text-decoration: none;
}
.FooterQuery h4 a:hover {
  color: #f58220;
}

.FooterQuery {
  margin-top: 35px;
  margin-bottom: 15px;
}
.FooterQuery .reg-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.FooterQuery .reg-icon a {
  /* padding: 8px 50px 8px 50px; */
  font-size: 17px;
  color: #fff;
  text-decoration: none;
}
.FooterQuery .reg-icon .box {
  background: -webkit-gradient(linear, left top, right top, from(gold), to(darkorange));
  background: linear-gradient(to right, gold, darkorange);
  --width: 150px;
  --height: calc(var(--width) / 3.5);
  width: var(--width);
  height: var(--height);
  line-height: var(--height);
  letter-spacing: 0.2em;
  border: 1px solid darkgoldenrod;
  border-radius: 2em;
  -webkit-transform: perspective(500px) rotateY(-15deg);
          transform: perspective(500px) rotateY(-15deg);
  text-shadow: 6px 3px 2px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 2px 0 0 5px rgb(0 0 0 / 20%);
          box-shadow: 2px 0 0 5px rgb(0 0 0 / 20%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.FooterQuery .reg-icon .box:hover {
  -webkit-transform: perspective(500px) rotateY(15deg);
          transform: perspective(500px) rotateY(15deg);
  text-shadow: -6px 3px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -2px 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: -2px 0 0 5px rgba(0, 0, 0, 0.2);
}

.FooterQuery .reg-icon .box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(white), to(transparent));
  background: linear-gradient(to right, transparent, white, transparent);
  left: -100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.FooterQuery .reg-icon .box:hover::before {
  left: 100%;
}

.footer-section {
  background-color: #000;
  padding: 20px 0;
}

.footer-section .footer-social-icon li {
  list-style: none;
  margin-right: 15px;
}

.footer-section .footer-social-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-section .footer-social-icon li a i {
  color: #fff;
  font-size: 40px;
}
.footer-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}
.footer-social-icons a {
  margin: 0 20px;
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
}
.footer-social-icons a .layer {
  width: 55px;
  height: 55px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.footer-social-icons a:hover .layer {
  -webkit-transform: rotate(-35deg) skew(20deg);
          transform: rotate(-35deg) skew(20deg);
}
.footer-social-icons a .layer span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-social-icons a .layer span.fa {
  font-size: 30px;
  line-height: 55px;
  text-align: center;
}
.footer-social-icons a:hover .layer span:nth-child(1) {
  opacity: 0.2;
}
.footer-social-icons a:hover .layer span:nth-child(2) {
  opacity: 0.4;
  -webkit-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}
.footer-social-icons a:hover .layer span:nth-child(3) {
  opacity: 0.6;
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}
.footer-social-icons a:hover .layer span:nth-child(4) {
  opacity: 0.8;
  -webkit-transform: translate(15px, -15px);
          transform: translate(15px, -15px);
}
.footer-social-icons a:hover .layer span:nth-child(5) {
  opacity: 1;
  -webkit-transform: translate(20px, -20px);
          transform: translate(20px, -20px);
}
.footer-social-icons a:nth-child(1) .layer span,
.footer-social-icons a:nth-child(1) .text {
  color: #4267b2;
  border-color: #4267b2;
}
.footer-social-icons a:nth-child(2) .layer span,
.footer-social-icons a:nth-child(2) .text {
  color: #1da1f2;
  border-color: #1da1f2;
}
.footer-social-icons a:nth-child(3) .layer span,
.footer-social-icons a:nth-child(3) .text {
  color: #e1306c;
  border-color: #e1306c;
}
.footer-social-icons a:nth-child(4) .layer span,
.footer-social-icons a:nth-child(4) .text {
  color: #2867b2;
  border-color: #2867b2;
}
.footer-social-icons a:nth-child(5) .layer span,
.footer-social-icons a:nth-child(5) .text {
  color: #ff0000;
  border-color: #ff0000;
}
.footer-social-icons a:hover:nth-child(1) .layer span {
  -webkit-box-shadow: -1px 1px 3px #4267b2;
          box-shadow: -1px 1px 3px #4267b2;
}
.footer-social-icons a:hover:nth-child(2) .layer span {
  -webkit-box-shadow: -1px 1px 3px #1da1f2;
          box-shadow: -1px 1px 3px #1da1f2;
}
.footer-social-icons a:hover:nth-child(3) .layer span {
  -webkit-box-shadow: -1px 1px 3px #e1306c;
          box-shadow: -1px 1px 3px #e1306c;
}
.footer-social-icons a:hover:nth-child(4) .layer span {
  -webkit-box-shadow: -1px 1px 3px #2867b2;
          box-shadow: -1px 1px 3px #2867b2;
}
.footer-social-icons a:hover:nth-child(5) .layer span {
  -webkit-box-shadow: -1px 1px 3px #ff0000;
          box-shadow: -1px 1px 3px #ff0000;
}
.footer-social-icons a .text {
  position: absolute;
  left: 50%;
  bottom: -5px;
  opacity: 0;
  font-weight: 500;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: bottom 0.3s ease, opacity 0.3s ease;
  transition: bottom 0.3s ease, opacity 0.3s ease;
}
.footer-social-icons a:hover .text {
  bottom: -35px;
  opacity: 1;
}
.copy-right p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

/*----------------------------------PAGES ----------------------------------*/

/*----------About Us Page---------*/
.about-image {
  text-align: center;
}

.about-image img {
  width: 100%;
  max-width: 400px;
}
.about-text h2 {
  font-weight: 600;
}
.about-page-sec1 {
  background-color: #000;
  color: #fff;
}

/*----------How To Use Page---------*/
.how-to-use {
  background-color: #000;
  color: #fff;
}
.user-instruction ol {
  border-right: 1px solid;
  border-left: 1px solid;
  border-radius: 20px;
}
.user-instruction ol li {
  font-size: 17px;
  line-height: 40px;
}
.guidance-image img {
  width: 100%;
}
/*----------Order Now Page---------*/
.order-form img {
  width: 100%;
}
.products-order .order-form {
  /* box-shadow: #eeeeee 2px 5px 10px 10px; */
  background-color: #465d66;
  color: #fff;
  padding: 20px;
  height: 100%;
}
.products-order .product-image img{
  width: 100%;
}
.order-form h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.products-order .card-body {
  text-align: center;
  padding: 0;
}
.products-order .card-title {
  font-size: 35px;
  color: #feca0a;
  font-weight: 800;
}
.products-order .btn-warning {
  font-size: 20px;
  font-weight: 900;
  border-radius: 20px;
  padding: 2px 30px;
}
.products-order .card-text {
  font-size: 25px;
  font-weight: 700;
}
.products-order .text-order {
  display: -ms-grid;
  display: grid;
}
.products-order label {
  font-size: 15px;
}
.products-order button,
input,
optgroup,
select,
textarea {
  font-size: 15px;
  padding: 5px 5px;
  border: 1px solid #ced4da;
  outline: none;
}
.products-order input:focus,
.products-order textarea:focus {
  outline: none;
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.products-order #price::before {
  content: "Rs.";
  margin-right: 4px;
}
.products-order #price::after {
  content: "PKR";
  margin-left: 4px;
}
.products-order textarea {
  resize: none;
}
.products-order .contact-btn {
  text-align: end;
}

.products-order .btn-success {
  color: #000;
  font-size: 17px;
  background-color: #feca0a;
  border-color: #feca0a;
  padding: 10px 50px;
  border-radius: 0;
  font-weight: 600;
}

.products-order .btn-success:hover {
  color: #fff;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  border: 1px solid #000;
  background-color: #000;
}
.products-order .btn-success:focus-within {
  outline: none;
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.products-order .box {
  background-color: #FECA0A;
  border-radius: 5px;
  height: 4px;
  width: 100px;
  margin-top: -5px;
  margin-bottom: 20px;
}

/*----------Contact Us Page---------*/

.contact-us-page .container {
  -webkit-box-shadow: #eeeeee 5px 5px 10px 10px;
          box-shadow: #eeeeee 5px 5px 10px 10px;
}

.contact-us-page .box {
  background-color: #FECA0A;
  border-radius: 5px;
  height: 4px;
  width: 80px;
  margin-top: -5px;
  margin-bottom: 20px;
}

.contact-us-page .contact-form {
  height: 550px;
  padding: 60px 30px;
}

.contact-us-page .contact-form h1 {
  font-size: 37px;
}

.contact-us-page .contact-form input {
  padding: 10px;
  border: 1px solid #000;
  border-radius: 0;
}

.contact-us-page .contact-form input:focus,
.contact-us-page .contact-form textarea:focus {
  outline: none;
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-us-page .contact-form textarea {
  height: 100px;
  border: 1px solid #000;
  border-radius: 0;
  resize: none;
}
.contact-us-page .contact-form .contact-btn {
  text-align: end;
}

.contact-us-page .contact-form .btn-success {
  font-size: 18px;
  color: #fff;
  background-color: #feca0a;
  border-color: #feca0a;
  padding: 9px 70px;
  border-radius: 0;
  font-weight: 500;
}

.contact-us-page .contact-form .btn-success:hover {
  background-color: #feca0a;
}
.contact-us-page .contact-form .btn-success:focus-within {
  outline: none;
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-us-page .contactbg {
  color: #fff;
  background-color: #465d66;
}
.contact-us-page .contactbg ul {
  padding: 0;
}
.contact-us-page .contactbg ul li {
  list-style: none;
  margin-top: 15px;
}
.contact-us-page .contactbg ul li i {
  margin-right: 5px;
}

.mb30 {
  margin-bottom: 30px;
}

.navbar-nav {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 15px;
}

.dir {
  direction: rtl;
  text-align: right;
}

/*Button
-----------------*/
