@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;900&display=swap");

:root {
  --blue: #1b549c;
  --white: #fff;
  --black: #000;
  --yellow: #f9a500;
  --lightyellow:#f9a500;
  /* --lightyellow: #d39f04; */
  --weborange:#db6c29;
  --darkgreen:   #002561;
  --purple: #1b549c;
  --grey: #747373;
  --red: #e27d60;
  --orange: #fc654c;
  --green: #00c1a1;
  --skyblue: #00bfe7;
}
.heading {
  position: relative;
}

.heading::after {
  content: "";
  width: 33%;
  height: 27%;
  position: absolute;
  background: linear-gradient(to right, #f9a500, rgba(255, 0, 0, 0), #00144d);
  left: 16%;
  bottom: -12px;
  transform: skew(247deg) translateX(-50%);
}

.space {
  padding: 50px 0px;
}

body {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0 !important;
}

ul li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
  text-decoration-color: none;
}

/* icons */
i {
  padding: 0px 5px 0px 0px !important;
}

.fa-brands.fa-facebook {
  color: #3b5998;
}
.fa-brands.fa-facebook:hover {
  color: #3b5998 !important;
}
/* side-bar  */
.sidebar {
  height: auto;
  width: 0;
  position: fixed;
  text-align: center;
  top: 35vh;
  z-index: 999;
  padding: 10px;
}

.sidebar p {
  text-align: end !important;
  margin-bottom: 0 !important;
}
.sidebar p {
  text-transform: uppercase;
}
.sidebar p i {
  display: inline;
  vertical-align: middle;
  padding: 0px 5px 0px 10px !important;
  font-size: 24px !important;
}
.social-side {
  margin-left: -200px;
  padding: 10px;
  width: 230px;

  text-align: end !important;
  display: inline-table;
  height: 0px;
  background-color: rgba(128, 128, 128, 0.73);
  -moz-transition-property: margin-left;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-property: margin-left;
  -ms-transition-duration: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-property: margin-left;
  -o-transition-duration: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-property: margin-left;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  box-shadow: 0px 0px 6px 0px #3e3d3d;
  cursor: pointer;
}

.social-side:hover {
  margin-left: -10px;
  text-align: center;
  width: 230px;
}
.side-bar-fix-links {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 70%;
  height: 100%;
  padding: 0px 10px 0px 0px;
}
.facebook {
  background-color: #3b5998;
}

.twitter {
  background-color: #4099ff;
}

.google {
  background-color: #dd4b39;
}

.linkedin p i {
  left: 20px;
}

.google p i {
  left: 35px;
}

.youtube p i {
  left: 18px;
}

.youtube:hover {
  background-color: #e52d27 !important;
}

.linkedin:hover {
  background-color: #0976b4 !important;
}

/* side bar end  */

footer {
  position: relative;
}

.btn.btn-outline-success.footer-search {
  color: #fff !important;
  border-color: #fff !important;
}

.btn.btn-outline-success.footer-search i {
  padding: 0px !important;
}
.btn.btn-outline-success.footer-search:hover {
  background:var(--lightyellow) !important;
  color: #000 !important;
}
a.p-white-bold.footer-link {
  position: relative !important;
  transition: all 0.3s;
  align-items: baseline !important;
  display: inline-flex !important;

  line-height: 26px !important;
}
a.p-white-bold.footer-link:hover {
  color: var(--lightyellow) !important;
}
a.p-white-bold.footer-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background-color: #ffcc29;
  bottom: -2px;
  left: 0;

  transform-origin: center;
  transform: scaleX(0);
  transition: transform 0.4s ease-in;
}

a.p-white-bold.footer-link:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.fa-brands.fa-google:hover {
  background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg)
    73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.fa-brands.fa-youtube:hover {
  color: #ff0000;
}
.fa-brands.fa-youtube {
  color: #ff0000;
}

.fa-brands.fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  -webkit-background-clip: text;
  /* Also define standard property for compatibility */
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fa-brands.fa-instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  -webkit-background-clip: text;
  /* Also define standard property for compatibility */
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fa-brands.fa-linkedin-in {
  color: #0a66c2;
}

.fa-brands.fa-linkedin-in:hover {
  color: #0a66c2 !important;
}
.fa-brands.fa-twitter {
  color: #00aff0;
}

.fa-brands.fa-twitter:hover {
  color: #00aff0 !important;
}
.fa-brands.fa-whatsapp:hover {
  color: #075e54;
}

/* icons  end*/

/* paragraph tags  */
.p-grey {
  font-size: 11px;

  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: var(--grey);
  /* text-transform: capitalize; */
  word-spacing: 1px;
  letter-spacing: 0.03em;
  text-align: start;
  word-wrap: break-word;
}
.p-grey-bold {
  font-size: 13px !important;

  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: var(--grey);

  word-spacing: 1px;
  letter-spacing: 0.03em;
  text-align: start;
  word-wrap: break-word;
}

.p-yellow {
  font-size: 11px;
  word-wrap: break-word;
  text-align: start;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: var(--yellow);
  word-spacing: 1px;
  letter-spacing: 0.03em;

}

.p-black-bold {
  font-size: 13px !important;
  color: var(--black);
  font-weight: 600;
  word-wrap: break-word;
  font-family: "Poppins", sans-serif;

  word-spacing: 1px;
  text-align: start;
  letter-spacing: 0.03em;
  word-spacing: 1px;
}
.p-black {
  font-size: 11px !important;
  color: var(--black);
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  /* text-transform: capitalize; */
  word-spacing: 1px;
  word-wrap: break-word;
  text-align: start;
  letter-spacing: 0.03em;
  word-spacing: 1px;
}
.p-black-sub {
  font-size: 11px !important;
  color: var(--black);
  font-weight: 400;
  font-family: "Poppins", sans-serif;

  word-spacing: 1px;
  word-wrap: break-word;
  text-align: start;
  letter-spacing: 0.03em;
  word-spacing: 1px;
}
.p-black-sub-w {
  font-size: 11px !important;
  color: #fff;
  font-weight: 400;
  font-family: "Poppins", sans-serif;

  word-spacing: 1px;
  word-wrap: break-word;
  text-align: start;
  letter-spacing: 0.03em;
  word-spacing: 1px;
}

.p-white {
  font-size: 11px !important;
  text-align: start !important;
  color: var(--white) !important;
  word-spacing: 2px !important;
  word-wrap: break-word !important;
  letter-spacing: 0.03em !important;
  font-family: "Poppins", sans-serif !important;
  text-transform: capitalize !important;
}

.p-white p {
  font-size: 11px !important;
  text-align: start !important;
  color: var(--white) !important;
  word-spacing: 2px !important;
  word-wrap: break-word !important;
  letter-spacing: 0.03em !important;
  font-family: "Poppins", sans-serif !important;
  text-transform: capitalize !important;
}
.p-white-bold {
  font-size: 14px;
  text-align: start;
  word-wrap: break-word;
  font-weight: 600;
  color: var(--white);
  word-spacing: 1px;
  letter-spacing: 0.03em;
  font-family: "Poppins", sans-serif;

}

.p-blue {
  word-spacing: 1px;
  letter-spacing: 0.03em;
  font-size: 11px;
  word-wrap: break-word;
  color: var(--blue);
  text-align: start;
  font-weight: 600;
  font-family: "Poppins", sans-serif;

}
.p-blue-bold {
  word-spacing: 1px;
  word-wrap: break-word;
  letter-spacing: 0.03em;
  font-size: 13px !important;
  font-weight: 600;
  color: var(--blue);
  text-align: start;
  font-weight: 600;
  font-family: "Poppins", sans-serif;

}

.p-red {
  font-size: 11px;
  word-wrap: break-word;
  word-spacing: 1px;
  letter-spacing: 0.03em;

  color: var(--red);
  font-weight: 600;
  font-family: "Poppins", sans-serif;

  text-align: start;
}
.p-red-bold {
  font-size: 13px !important;
  word-wrap: break-word;
  font-weight: 600;
  word-spacing: 1px;
  letter-spacing: 0.03em;

  color: var(--red);
  font-weight: 600;
  font-family: "Poppins", sans-serif;

  text-align: start;
}

/* paragraph tags  end */
.banner-heading-white {
  font-size: 35px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: var(--white);
  word-wrap: break-word;
  word-spacing: 1px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.banner-heading-blue {
  font-size: 35px;
  word-wrap: break-word;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: var(--blue);
  word-spacing: 1px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.banner-heading-yellow {
  font-size: 35px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  word-spacing: 1px;
  letter-spacing: 0.03em;
  word-wrap: break-word;
  color: var(--yellow);
  text-transform: uppercase;
}
.banner-heading-black {
  font-size: 35px;
  word-wrap: break-word;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  word-spacing: 1px;
  letter-spacing: 0.03em;
  color: var(--black);
  text-transform: uppercase;
}

/* section headings  */
.section-heading-red {
  font-size: 30px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: var(--red);
  word-wrap: break-word;
  word-spacing: 1px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.section-heading-blue {
  font-size: 30px;
  word-wrap: break-word;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: var(--blue);
  word-spacing: 1px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.section-heading-yellow {
  font-size: 30px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: var(--yellow);
  word-spacing: 1px;
  word-wrap: break-word;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.section-heading-whitew {
  font-size: 20px;
  font-weight: 800;
  word-wrap: break-word;
  word-spacing: 1px;
  letter-spacing: 0.03em;
  font-family: "Poppins", sans-serif;
  color: var(--white);

  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
}
.section-heading-whitew::after {
  content: "";
  width: 5%;
  height: 6px;
  position: absolute;
  background: #fff;
  left: 0;

  bottom: -6px;
}

.section-heading-white {
  font-size: 20px;
  font-weight: 800;
  word-wrap: break-word;
  word-spacing: 1px;
  letter-spacing: 0.03em;
  font-family: "Poppins", sans-serif;
  color: var(--white);
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.section-heading-white::after {
  content: "";
  width: 60%;
  height: 6px;
  position: absolute;
  background: linear-gradient(to right, #ffcc29, rgba(255, 0, 0, 0));
  left: 0;

  bottom: -6px;
}
.section-heading-blackw {
  font-size: 20px;
  font-weight: 800;
  word-spacing: 1px;
  letter-spacing: 0.03em;
  font-family: "Poppins", sans-serif;
  color: var(--black);
  margin-bottom: 10px;
  word-wrap: break-word;
  text-transform: uppercase;
  
  position: relative;
}

.section-heading-blackw::after {
  content: "";
  width: 5%;
  height: 6px;
  position: absolute;
  background: #000;
  left: 0;

  bottom: -6px;
}

.section-heading-black {
  font-size: 20px;
  font-weight: 800;
  word-spacing: 1px;
  letter-spacing: 0.03em;
  font-family: "Poppins", sans-serif;
  color: var(--black);
  margin-bottom: 25px !important;
  word-wrap: break-word;
  text-transform: uppercase;
  display: inline-block !important;
  position: relative;
}
.section-heading-black::after {
  content: "";
  width: 60%;
  height: 6px;
  position: absolute;
  background: linear-gradient(to right, #ffcc29, rgba(255, 0, 0, 0));
  left: 0;
  bottom: -6px;
}

.section-sub-heading-white {
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: var(--white);
  word-spacing: 1px;
  display: block;
  word-wrap: break-word;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
}
.section-sub-heading-white::after {
  content: "";
  width: 10%;
  height: 3px;
  position: absolute;
  background: #ef4e38;
  left: 0;
  bottom: -6px;
}

.section-sub-heading-black {
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: var(--black);
  word-spacing: 1px;
  display: block;
  word-wrap: break-word;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
}
.section-sub-heading-black::after {
  content: "";
  width: 10%;
  height: 3px;
  position: absolute;
  background: #ef4e38;
  left: 0;
  bottom: -6px;
}

/* section headings  */

.sub-heading-white {
  font-size: 24px;
  margin-bottom: 10px;
  word-spacing: 1px;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: var(--white);
  word-wrap: break-word;

}

.sub-heading-yellow {
  font-size: 24px;
  font-weight: 600;
  word-spacing: 1px;
  letter-spacing: 0.03em;
  font-family: "Poppins", sans-serif;
  color: var(--yellow);
  word-wrap: break-word;

}

.sub-heading-black {
  font-size: 24px;
  word-spacing: 1px;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: var(--black);
  word-wrap: break-word;

}

.sub-heading-grey {
  font-size: 24px;
  word-wrap: break-word;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: var(--grey);

  word-spacing: 1px;
  letter-spacing: 0.03em;
}

.sub-heading-blue {
  font-size: 24px;
  font-weight: 600;
  word-spacing: 1px;
  word-wrap: break-word;
  letter-spacing: 0.03em;
  font-family: "Poppins", sans-serif;
  color: var(--blue);

}

.sub-heading-red {
  font-size: 24px;
  word-wrap: break-word;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: var(--red);

  word-spacing: 1px;
  letter-spacing: 0.03em;
}

.p-heading-blue {
  font-size: 18px;
  word-spacing: 1px;
  letter-spacing: 0.03em;

  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: var(--blue);

  word-wrap: break-word;
}

.p-heading-black {
  font-size: 18px;
  word-wrap: break-word;
  word-spacing: 1px;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: var(--black);


}

.p-heading-white {
  font-size: 18px;
  font-weight: 600;
  word-wrap: break-word;
  font-family: "Poppins", sans-serif;
  color: var(--white);


  word-spacing: 1px;
  letter-spacing: 0.03em;
}

.p-heading-grey {
  font-size: 18px;
  word-wrap: break-word;
  word-spacing: 1px;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: var(--grey);


}

.p-heading-red {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: var(--red);
  word-wrap: break-word;
  word-spacing: 1px;
  letter-spacing: 0.03em;

}
.p-heading-yellow {
  font-size: 18px;
  word-wrap: break-word;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: var(--yellow);
  word-spacing: 1px;
  letter-spacing: 0.03em;


}

.dropdown-item:focus,
.dropdown-item:hover {
  background: none !important;
}
