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

:root {
  --theme-font: "Mulish", sans-serif;
  --menu-font: "Mulish", sans-serif;
  --cursive-font: "Yellowtail";
  --sky-color: #219bf1;
  --text-color: red;
  /*  --theme-color:#ae510d; */
  --theme-color: #ffff33;
  --theme-red: red;
  --theme-orange: #ffa500;
  --color-light: #eee;
  --color-white: #fff;
  /* --color-hover:#60180b; */
  --color-hover: #340062;
  --color-anchorhover: #bd5140;
  --background-color: #ffe5db;
  --slick-dot-width: 20px;
  --slick-dot-height: 20px;
  --slick-dot-color: white;
  --slick-dot-color-active: @slick-dot-color;
  --slick-opacity-default: 0.75;
  --slick-opacity-on-hover: 1;
  --slick-opacity-not-active: 0.25;
}

ul,
li {
  list-style: none;
  font-family: inherit;
  padding: 0;
  margin: 0;
}

body {
  font-family: var(--theme-font);
  font-size: 16px;
  line-height: 1.6;
}

p {
  font-family: inherit;
  color: var(--text-color);
}

a {
  font-weight: inherit;
  font-family: var(--theme-font);
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #000;
}

h2 {
  font-size: 2em;
  font-weight: 600;
  font-family: var(--theme-font);
  line-height: 30px;
}

h3 {
  font-weight: 600;
  font-family: var(--theme-font);
}

h4 {
  font-size: 1.5em;
  font-weight: 600;
  font-family: var(--theme-font);
}

.topbar {
  display: none;
}

.toggle-btn {
  display: none;
}

.close-icons {
  display: none;
}
.close-icons i {
  position: absolute;
  right: 6px;
  color: #fff;
  font-size: 27px;
  top: 4px;
  z-index: 10;
  cursor: pointer;
}

header {
  background: var(--theme-color);
  padding: 0rem 0;
  color: var(--theme-red);
  position: relative;
  box-shadow: 40px 25px 50px -62px;
}
header:hover::before {
  background-color: var(--color-hover);
}

.ab-guru-ma {
  background-color: var(--background-color);
}
.ab-guru-ma .section_heading {
  text-align: left;
}
.ab-guru-ma .section_heading h2 {
  color: var(--theme-red);
  font-size: 52px;
  margin-bottom: 3rem;
  font-weight: 400;
  position: relative;
}
.ab-guru-ma .section_heading h2::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  margin: auto;
  width: 230px;
  height: 1px;
  background-color: var(--theme-red);
}
.ab-guru-ma .section_heading h2::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 128px;
  FONT-VARIANT: JIS04;
  margin: auto;
  width: 22px;
  height: 6px;
  border-radius: 5px;
  background-color: var(--theme-red);
  transform: translateX(-50%);
}

iframe.youtube-vid {
  width: 100%;
  height: 230px;
}

.search-section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: scale(0);
  z-index: 9999;
  transition: 0.5s all ease-in-out;
  width: 100%;
  height: 100%;
}
.search-section .search-box {
  background: rgba(0, 0, 0, 0.9490196078);
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-section .search-box .search-input {
  width: 70%;
  border: none;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.search-section .search-box .search-input .input-textarea {
  position: relative;
  background: rgba(193, 144, 144, 0);
  width: 100%;
  height: 50px;
  padding: 10px;
  color: #eee;
  z-index: 2;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.4196078431);
}
.search-section .search-box .search-input .input-textarea:focus-visible {
  border: 1px solid rgba(255, 255, 255, 0.4196078431);
  box-shadow: none !important;
  outline: none;
}
.search-section .search-box .search-input button.btn.btn-primary {
  line-height: 36px;
  width: 120px;
  border-radius: 0px 5px 5px 0px;
  background-color: #2850aa !important;
}
.search-section .search-box .search-input button.btn.btn-primary:focus-visible {
  outline: none;
  box-shadow: none !important;
}
.search-section .closeBtn {
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 2rem;
  cursor: pointer;
  color: #fff;
}

.openBox {
  opacity: 1;
  transform: scale(1);
}

.navbar-light .navbar-nav .nav-link {
  font-family: var(--theme-font);
  color: var(--theme-red);
  font-weight: 600 !important;
  padding: 5px 15px;
  font-size: 16px;
  position: relative;
  transition: all 0.5s;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--theme-color) !important;
}

.heroBg {
  width: 100%;
  height: 83vh;
  position: relative;
  overflow: hidden;
}
.heroBg .heroCaption {
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  width: 85%;
  margin: auto;
}
.heroBg .heroCaption .heroPanel {
  width: 100%;
  height: auto;
  padding: 2rem 2rem;
  background: var(--theme-red);
}
.heroBg .heroCaption .heroPanel ul {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.heroBg .heroCaption .heroPanel ul li {
  list-style: none;
}
.heroBg .heroCaption .heroPanel ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2.5px;
  font-size: 16px;
  margin-right: 15px;
}
.heroBg .heroCaption .title h1 {
  text-transform: uppercase;
  visibility: visible;
  text-align: left;
  line-height: 46px;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 38px;
  margin: 1rem 0;
  filter: drop-shadow(0px 0px 6px black);
  color: #fff;
}
.heroBg .heroCaption .title p {
  font-family: "Dancing Script", cursive;
  font-size: 27px;
  font-style: italic;
  margin-bottom: 0;
  color: var(--theme-red);
}
.heroBg .heroCaption .atmbImg {
  position: absolute;
  top: -252px;
  margin: auto;
  width: auto;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.heroBg .cloud-1 {
  position: absolute;
  top: 13%;
  left: 0%;
}
.heroBg .cloud-1 img {
  max-width: 55%;
}
.heroBg .cloud-2 {
  position: absolute;
  top: 10%;
  left: 20%;
}
.heroBg .cloud-2 img {
  max-width: 55%;
}
.heroBg .cloud-3 {
  position: absolute;
  top: 52%;
  left: 0%;
}
.heroBg .cloud-3 img {
  max-width: 55%;
}
.heroBg .cloud-4 {
  position: absolute;
  top: 38%;
  left: 12%;
}
.heroBg .cloud-4 img {
  max-width: 46%;
}
.heroBg .cloud-5 {
  position: absolute;
  top: 42%;
  left: -30%;
}
.heroBg .cloud-5 img {
  max-width: 40%;
}
.heroBg .cloud-6 {
  position: absolute;
  top: 34%;
  left: -20%;
}
.heroBg .cloud-6 img {
  max-width: 40%;
}
.heroBg .cloud-7 {
  position: absolute;
  top: 30%;
  left: -10%;
}
.heroBg .cloud-7 img {
  max-width: 40%;
}
.heroBg .cloud-8 {
  position: absolute;
  top: 78%;
  left: 0%;
}
.heroBg .cloud-8 img {
  max-width: 40%;
}
.heroBg .cloud-9 {
  position: absolute;
  top: 85%;
  left: 0%;
}
.heroBg .cloud-9 img {
  max-width: 40%;
}
.heroBg .cloud-10 {
  position: absolute;
  top: 82%;
  left: 20%;
}
.heroBg .cloud-10 img {
  max-width: 40%;
}
.heroBg .cloud-11 {
  position: absolute;
  top: 34%;
  left: -40%;
}
.heroBg .cloud-11 img {
  max-width: 39%;
}
.heroBg .cloud-12 {
  position: absolute;
  top: 30%;
  left: -60%;
}
.heroBg .cloud-12 img {
  max-width: 40%;
}
.heroBg .cloud-13 {
  position: absolute;
  top: 78%;
  left: -10%;
}
.heroBg .cloud-13 img {
  max-width: 38%;
}
.heroBg .cloud-14 {
  position: absolute;
  top: 74%;
  left: -20%;
}
.heroBg .cloud-14 img {
  max-width: 40%;
}
.heroBg .cloud-15 {
  position: absolute;
  top: 84%;
  left: -70%;
}
.heroBg .cloud-15 img {
  max-width: 40%;
}

.headerStrip {
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--theme-red);
}
.headerStrip .appnBtn {
  padding-left: 1.5rem;
}
.headerStrip .appnBtn a {
  text-decoration: none;
  padding: 0.3rem 1rem;
  border-radius: 0.2rem;
  color: #fff;
  text-transform: uppercase;
  background-color: red;
  font-weight: 700;
  transition: all 0.3s linear;
}
.headerStrip .appnBtn a:hover {
  background-color: #0d2e1b;
  color: #fff;
  border: 1px solid #0d2e1b;
}
.headerStrip .topInfo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 1rem;
}
.headerStrip .topInfo .phnInfo {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.headerStrip .topInfo .phnInfo li {
  list-style: none;
  margin: 0 1rem;
}
.headerStrip .topInfo .phnInfo li span .fa {
  background: var(--theme-red);
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 10px;
  color: #fff;
  border-radius: 50%;
  font-size: 1rem;
}
.headerStrip .topInfo .phnInfo li a {
  text-decoration: none;
}
.headerStrip .topInfo ul.smedia {
  margin-bottom: 0;
  display: flex;
}
.headerStrip .topInfo ul.smedia li {
  list-style: none;
  margin-right: 1rem;
}
.headerStrip .topInfo ul.smedia li a {
  color: #333;
}

.topheader {
  position: relative;
  background-color: var(--theme-color);
  color: var(--theme-red);
}
.topheader .navbar-nav li a {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  color: inherit;
  padding: 20px 10px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  overflow: hidden;
}
.topheader .navbar {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
.topheader .navbar li {
  display: inline-block;
}
.topheader .navbar li:hover .sub-menu {
  display: grid;
}
.topheader .navbar li .sub-menu {
  position: absolute;
  top: 50px;
  z-index: 1000;
  display: none;
  min-width: 14rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  padding: 0;
  border-top: 3px solid var(--theme-color);
  background-color: var(--theme-color);
  border-radius: 0;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.0901960784);
}
.topheader .navbar li .sub-menu li {
  display: block;
  line-height: 28px;
  border-bottom: 1px solid #340062;
  padding: 0;
}
.topheader .navbar li .sub-menu li a {
  transition: all 0.3s linear;
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  color: var(--theme-red);
  padding: 4px 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow: hidden;
}
.topheader .navbar li .sub-menu li a:hover {
  color: #fff;
  background-color: var(--theme-red) !important;
}
.topheader .navbar a.navbar-brand {
  position: absolute;
  top: 2%;
  z-index: 1;
}
.topheader .dropdown:hover ul.dropdown-menu {
  display: block !important;
}

.topheader .navbar-nav li:nth-child(2) a {
  position: relative;
}

.topheader .navbar-nav li:nth-child(2) a::before {
  content: "\f0d7";
  font-family: "fontawesome";
  position: absolute;
  top: 22px;
  right: 0;
}

.topheader .navbar-nav li:nth-child(3) a {
  position: relative;
}

.topheader .navbar-nav li:nth-child(3) a::before {
  content: "\f0d7";
  font-family: "fontawesome";
  position: absolute;
  top: 22px;
  right: 0;
}

.topheader .navbar-nav li:nth-child(4) a {
  position: relative;
}

li#menu-item-49 .sub-menu {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

li#menu-item-49:hover .sub-menu {
  display: grid;
}

/* .topheader .navbar-nav li:nth-child(4) a::before{
    content: '\f0d7 ';
    font-family: 'fontawesome';
    position: absolute;
    top: 22px;
    right: 0;
} */
.topheader .navbar li .sub-menu li a::before {
  display: none;
}

.ab-guru-ma:hover .abtImg:hover img {
  filter: drop-shadow(-25px -8px 4px rgba(0, 0, 0, 0.2509803922));
}

.abtImg {
  position: relative;
  text-align: center;
}

.abtText h2 {
  font-size: 52px;
  line-height: 67px;
  letter-spacing: -0.5px;
  color: var(--theme-red);
  text-transform: none;
  font-weight: 500;
  font-style: normal;
}
.abtText p {
  color: var(--text-color);
}
.abtText h6 {
  color: var(--theme-color);
  margin-bottom: 0;
  text-transform: uppercase;
}
.abtText .rdmr {
  margin-top: 2rem;
}
.abtText .rdmr a {
  color: #fff;
  padding: 10px 28px;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s linear;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  background-image: linear-gradient(45deg, var(--theme-red), var(--theme-color));
  transition: all 0.3s;
}
.abtText .rdmr a:hover {
  background-image: linear-gradient(45deg, var(--theme-color), var(--theme-red));
}

#services {
  overflow: hidden;
  width: 100%;
  height: auto;
  background-image: linear-gradient(90deg, var(--theme-red), var(--theme-color)), url(./img/section-bg1.jpg);
  background-attachment: fixed;
  color: #fff;
}
#services .section_heading p {
  color: var(--color-white);
  font-size: 20px;
}
#services .section_heading h2 {
  color: var(--color-white);
  font-family: var(--menu-font);
  font-size: 52px;
  margin-bottom: 3rem;
  font-weight: 400;
  position: relative;
}
#services .section_heading h2::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 230px;
  height: 1px;
  background-color: #fff;
}
#services .section_heading h2::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 6px;
  border-radius: 5px;
  background-color: #fff;
}
#services .card-body {
  background-color: #fff;
}
#services .srvcLeft {
  padding: 3rem;
}
#services .srvcLeft h2 {
  font-size: 52px;
  line-height: 50px;
  letter-spacing: -0.5px;
  font-family: var(--menu-font);
  text-transform: none;
  font-weight: 500;
  font-style: normal;
}
#services .srvcLeft p {
  color: inherit;
}
#services .srvcLeft .subTitle {
  font-size: 20px;
  color: #fff !important;
  position: relative;
  margin-bottom: 5px;
}
#services .srvcLeft .subTitle::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 98px;
  width: 80px;
  height: 1px;
  background-color: #fff;
}
#services .srvcLeft .subTitle::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 96px;
  width: 22px;
  height: 6px;
  border-radius: 5px;
  background-color: #fff;
}
#services .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #0c1023;
  background-clip: border-box;
  border: none;
  border-radius: 0;
  margin: 0.5rem;
}
#services .card img {
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
#services .card h5 {
  color: #000;
  font-weight: 700;
}
#services .card .card-body .rdmr a {
  color: var(--theme-red);
  border-radius: 40px;
  padding: 14px 28px;
  font-weight: 700;
}
#services .card .card-body .rdmr a .fa {
  margin-left: 8px;
  color: var(--theme-red);
}
#services .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 82%;
  left: -42%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
#services .slick-next::before {
  content: "\f178";
  font-family: "fontawesome";
}
#services .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 82%;
  left: -46%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
#services .slick-prev::before {
  content: "\f177";
  font-family: "fontawesome";
}

#products {
  background: #fff;
}
#products .section_heading p {
  color: var(--text-color);
  font-size: 20px;
}
#products .section_heading h2 {
  color: var(--theme-red);
  font-family: var(--menu-font);
  font-size: 52px;
  margin-bottom: 3rem;
  font-weight: 400;
  position: relative;
}
#products .section_heading h2::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 230px;
  height: 1px;
  background-color: var(--theme-red);
}
#products .section_heading h2::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 6px;
  border-radius: 5px;
  background-color: var(--theme-red);
}
#products .srvcLeft {
  padding: 0rem 3rem 0 0.5rem;
}
#products .srvcLeft .subTitle {
  font-size: 20px;
  color: var(--theme-red);
  position: relative;
  margin-bottom: 5px;
}
#products .srvcLeft .subTitle::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 70px;
  width: 80px;
  height: 1px;
  background-color: var(--theme-red);
}
#products .srvcLeft .subTitle::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 68px;
  width: 22px;
  height: 6px;
  border-radius: 5px;
  background-color: var(--theme-red);
}
#products .prdRight .rdmr {
  margin-top: 2rem;
}
#products .prdRight .rdmr a {
  color: #fff;
  background-color: transparent;
  border-radius: 40px;
  padding: 14px 28px;
  transition: all 0.3s linear;
  font-weight: 900;
  background-image: linear-gradient(45deg, var(--theme-red), var(--theme-color));
}
#products .prdRight .rdmr a:hover {
  background-image: linear-gradient(45deg, var(--theme-color), var(--theme-red));
}
#products .prdtSlider .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #0c1023;
  background-clip: border-box;
  border: none;
  border-radius: 0;
  margin: 1rem;
  background-image: linear-gradient(45deg, var(--theme-red), var(--theme-color));
  transition: all 0.3s;
}
#products .prdtSlider .card:hover {
  box-shadow: 0px 0px 18px 1px rgba(6, 6, 6, 0.4392156863);
}
#products .prdtSlider .card img {
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
#products .prdtSlider .card h5 {
  font-size: 1.1rem;
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 1.5rem;
}
#products .prdtSlider .card .card-body {
  padding: 2rem 0rem 4rem 0rem;
  position: relative;
}
#products .prdtSlider .card .card-body .rdmr {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}
#products .prdtSlider .card .card-body .rdmr a {
  color: #fff;
  border-radius: 40px;
  padding: 14px 11px 14px 26px;
  background-color: #000;
  border: 1px solid var(--theme-red);
  position: relative;
  background-image: linear-gradient(45deg, var(--theme-color), var(--theme-red));
}
#products .prdtSlider .card .card-body .rdmr a:hover {
  color: #fff !important;
}
#products .prdtSlider .card .card-body .rdmr a:hover .fa {
  background-color: var(--theme-red);
}
#products .prdtSlider .card .card-body .rdmr a .fa {
  margin-left: 8px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: red;
  border-radius: 50%;
  transition: all 0.3s linear;
  box-shadow: 0px 1px 10px -3px #000;
}
#products .prdtSlider .card .card-body h3 {
  margin-bottom: 1.5rem;
}
#products .prdtSlider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: -3%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 1px solid #fff;
  outline: none;
  background: transparent;
  border-radius: 50%;
}
#products .prdtSlider .slick-next::before {
  content: "\f178";
  font-family: "fontawesome";
}
#products .prdtSlider .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: -35px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 1px solid #fff;
  outline: none;
  background: transparent;
  border-radius: 50%;
}
#products .prdtSlider .slick-prev::before {
  content: "\f177";
  font-family: "fontawesome";
}

.openBox .video {
  padding: 0%;
}

.video {
  width: 100%;
  height: auto;
  background-image: linear-gradient(90deg, transparent, transparent), url(./img/section-bg1.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding: 2rem 0;
}
.video .section_heading {
  text-align: center;
}
.video .section_heading h2 {
  color: var(--theme-color);
  font-family: var(--menu-font);
  font-size: 52px;
  margin-bottom: 3rem;
  font-weight: 400;
  position: relative;
  filter: drop-shadow(0px 0px 4px black);
}
.video .section_heading h2::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 230px;
  height: 1px;
  background-color: var(--theme-color);
  filter: drop-shadow(0px 0px 4px black);
}
.video .section_heading h2::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 6px;
  border-radius: 5px;
  background-color: var(--theme-color);
  filter: drop-shadow(0px 0px 4px black);
}
.video .section_heading p {
  color: var(--theme-color);
  font-size: 20px;
  filter: drop-shadow(0px 0px 4px #000);
}
.video .popupvideo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 190px;
  position: relative;
}

#courses {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(255, 250, 198, 0.2784313725), rgba(255, 244, 196, 0.168627451)), url(./img/pattern-new-01.png);
}
#courses .courseContainer {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
#courses .courseContainer .courseBox {
  background-color: var(--theme-color);
  border: 0.5px solid #e3e327;
  transition: all 0.2s ease-in-out;
  padding: 1rem 1rem;
  transition: all 0.5s linear;
}
#courses .courseContainer .courseBox:hover {
  background-color: var(--theme-orange);
}
#courses .courseContainer .courseBox:hover h5 {
  color: #fff;
  transition: all 0.5s linear;
}
#courses .courseContainer .courseBox:hover .fa {
  color: #fff;
  transition: all 0.5s linear;
}
#courses .courseContainer .courseBox:hover p {
  color: #fff;
  transition: all 0.5s linear;
}
#courses .courseContainer .courseBox:hover .rdmr a {
  color: #fff !important;
}
#courses .courseContainer .courseBox:hover .icon img {
  filter: brightness(0) invert(1);
}
#courses .courseContainer .courseBox a {
  transition: all 0.5s linear;
}
#courses .courseContainer .courseBox a h5 {
  color: var(--theme-red);
  margin: 1.5rem 0;
  font-weight: 700;
  transition: all 0.5s linear;
}
#courses .courseContainer .courseBox .rdmr a {
  color: #fff;
  position: relative;
  border-radius: 40px;
  font-weight: bold;
}
#courses .courseContainer .courseBox .rdmr a .fa {
  color: inherit;
  margin-left: 6px;
}
#courses .courseContainer .courseBox .icon {
  margin-bottom: 0rem;
}
#courses .courseContainer .courseBox .icon img {
  max-width: 55%;
  padding: 12px;
  border-radius: 56px;
  box-shadow: 0px 0px 17px -11px;
}
#courses .courseContainer .courseBox p {
  color: var(--text-color);
  transition: all 0.5s linear;
}

.sction_heading {
  text-align: center;
}
.sction_heading p {
  margin-bottom: 0;
  font-style: var(--menu-font);
  color: var(--theme-color);
}
.sction_heading h2 {
  font-size: 42px;
  font-weight: 600;
}

.space {
  padding: 2em 0;
}

#svideo {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(255, 250, 198, 0.2784313725), rgba(255, 244, 196, 0.168627451)), url(./img/pattern-new-01.png);
}
#svideo .sprtVideo .items {
  margin: 0.8rem;
}
#svideo .slick-next,
#svideo .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 32px;
  height: 30px;
  line-height: 15px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: var(--theme-color);
  border-radius: 4px;
}

#events {
  width: 100%;
  height: auto;
  background-image: linear-gradient(90deg, #ffa500, #ffff33), url(./img/bg-pattern-img.png);
  /*    background: #270446; */
  background-attachment: fixed;
  padding: 3rem 0;
}
#events .section_heading {
  text-align: center;
}
#events .section_heading h2 {
  color: var(--theme-red);
  font-family: var(--menu-font);
  font-size: 52px;
  margin-bottom: 3rem;
  font-weight: 400;
  position: relative;
}
#events .section_heading h2::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 230px;
  height: 1px;
  background-color: var(--theme-red);
}
#events .section_heading h2::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 6px;
  border-radius: 5px;
  background-color: var(--theme-red);
}
#events .section_heading p {
  color: var(--text-color);
  font-size: 20px;
}
#events .eventContainer .eventBox {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;
}
#events .eventContainer .eventBox .eventImg {
  position: relative;
  background-color: red;
}
#events .eventContainer .eventBox .eventImg img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#events .eventContainer .eventBox .eventImg .overlay {
  padding: 1rem 1rem;
}
#events .eventContainer .eventBox .eventImg .overlay h5 {
  color: #fff;
}
#events .eventContainer .eventBox .eventImg .overlay h5:hover {
  color: var(--theme-red);
}
#events .eventContainer .eventBox .eventImg .overlay h5 b {
  margin-right: 10px;
  color: #fff;
}
#events .eventContainer .eventBox .eventImg .overlay h4 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
}
#events .eventContainer .eventBox .eventImg .overlay h4 b {
  margin-right: 10px;
  color: #eee;
}
#events .eventContainer .eventBox .eventImg .overlay h3 {
  color: #fff;
  font-weight: 400;
  transition: all 0.3s linear;
}
#events .eventContainer .eventBox .eventImg .overlay h3 b {
  margin-right: 10px;
  color: #c7406c;
}
#events .eventContainer .eventBox .eventImg .overlay h3:hover {
  color: #fffd32;
}
#events .eventContainer .eventBox .eventImg .overlay h2 {
  color: #eee;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
}
#events .eventContainer .eventBox .eventImg .overlay h2 p {
  margin-bottom: 0;
  color: #eee;
  margin-left: 0.5rem;
  font-weight: 300;
  font-size: 1rem;
}
#events .eventContainer .eventBox .eventImg .overlay h2 b {
  margin-right: 10px;
  color: #eee;
}
#events .eventContainer .eventBox .eventImg .overlay h2 .fa {
  margin-bottom: -3px;
  font-size: 1.5rem;
  margin-right: 5px;
  color: #eee;
}
#events .eventContainer .eventBox .eventInfo {
  padding: 2rem 2rem;
  background: #fff;
}
#events .eventContainer .eventBox .eventInfo h3 {
  color: var(--theme-red);
  margin-bottom: 1rem;
  font-weight: 800;
  position: relative;
  transition: all 0.3s linear;
}
#events .eventContainer .eventBox .eventInfo h3::before {
  content: "";
  position: absolute;
  top: 19px;
  right: 34%;
  width: 80px;
  height: 1px;
  background-color: #fff;
}
#events .eventContainer .eventBox .eventInfo h3::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 46%;
  width: 22px;
  height: 6px;
  border-radius: 5px;
  background-color: #fff;
}
#events .eventContainer .eventBox .eventInfo ul li h5 {
  color: var(--theme-orange);
  transition: all 0.3s linear;
}
#events .eventContainer .eventBox .eventInfo ul li h5:hover {
  color: var(--theme-red);
}
#events .eventContainer .eventBox .eventInfo .bmmr {
  margin-top: 3rem;
}
#events .eventContainer .eventBox .eventInfo .bmmr a {
  color: #fff;
  background-color: var(--theme-red);
  padding: 14px 28px;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s linear;
  border-radius: 40px;
  background-image: linear-gradient(45deg, var(--theme-red), var(--theme-color));
}
#events .eventContainer .eventBox .eventInfo .bmmr a:hover {
  background-image: linear-gradient(45deg, var(--theme-color), var(--theme-red));
}

#testimonial {
  background-color: var(--background-color);
}
#testimonial .section_heading {
  text-align: center;
}
#testimonial .section_heading h2 {
  color: var(--theme-red);
  font-family: var(--menu-font);
  font-size: 52px;
  margin-bottom: 3rem;
  font-weight: 400;
  position: relative;
}
#testimonial .section_heading h2::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 230px;
  height: 1px;
  background-color: var(--theme-red);
}
#testimonial .section_heading h2::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 6px;
  border-radius: 5px;
  background-color: var(--theme-red);
}
#testimonial .section_heading p {
  color: var(--text-color);
  font-size: 20px;
}
#testimonial .testiContainer .items .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 45px;
  transition: all 0.3s ease-in-out;
  border-top: 14px solid var(--theme-red);
  margin: 1rem;
}
#testimonial .testiContainer .items .card h5 {
  color: var(--theme-red);
  transition: all 0.3s ease-in-out;
}
#testimonial .testiContainer .items .card p {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
#testimonial .testiContainer .items .card .rdmr a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#testimonial .testiContainer .items .card .rdmr a .fa {
  color: var(--theme-red);
}
#testimonial .testiContainer .items .card img {
  max-width: 20%;
  margin: 2rem auto;
  text-align: center;
  display: none;
}
#testimonial .testiContainer .items .card:hover {
  background-color: var(--theme-red);
  border-top-color: #fff;
}
#testimonial .testiContainer .items .card:hover h5 {
  color: #fff;
}
#testimonial .testiContainer .items .card:hover p {
  color: #fff;
}
#testimonial .testiContainer .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: -2%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 1px solid var(--theme-red);
  outline: none;
  background: transparent;
  border-radius: 50%;
}
#testimonial .testiContainer .slick-next::before {
  content: "\f178";
  font-family: "fontawesome";
}
#testimonial .testiContainer .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: -24px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 1px solid var(--theme-red);
  outline: none;
  background: transparent;
  border-radius: 50%;
}
#testimonial .testiContainer .slick-prev::before {
  content: "\f177";
  font-family: "fontawesome";
}
#testimonial .testiContainer .slick-prev:before,
#testimonial .testiContainer .slick-next:before {
  color: var(--theme-red);
}

.modal-section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: scale(0);
  z-index: 9999;
  transition: 0.5s all ease-in-out;
  width: 100%;
  height: 100%;
  display: none;
}
.modal-section .modal-box {
  background: rgba(0, 0, 0, 0.9490196078);
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-section .modal-box .video {
  width: 54%;
  height: auto;
  margin: auto;
}
.modal-section .closeBtn {
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 2rem;
  cursor: pointer;
  color: #fff;
}

.openBox {
  opacity: 1;
  transform: scale(1);
  display: block;
}

.c-section {
  background-image: url(./img/pattern-new-01.png);
}
.c-section .about-pg-img-wrappe {
  display: flex;
  justify-content: end;
}
.c-section .about-pg-img-wrappe img {
  border-radius: 5px;
  transition: all 0.3s;
  box-shadow: 0px 0px 16px -2px #000;
}
.c-section .about-pg-img-wrappe-left {
  display: flex;
  justify-content: flex-start;
}
.c-section .about-pg-img-wrappe-left img {
  border-radius: 5px;
  transition: all 0.3s;
  box-shadow: 0px 0px 16px -2px #000;
}
.c-section h5 {
  margin: 1rem 0px;
  font-weight: 600;
  color: #ff0000;
}
.c-section h2 {
  color: var(--theme-red);
  margin-bottom: 1.5rem;
}
.c-section p {
  color: #252525;
}
.c-section ul li {
  line-height: 28px;
  color: #000;
  font-size: 16px;
  margin: 0.5rem 0;
  list-style: none;
  position: relative;
}
.c-section ul li::before {
  content: "\f101";
  font-family: "fontawesome";
  top: 0;
  left: 0;
  margin-right: 0;
  color: #ff0000;
  width: 25px;
  font-weight: 600;
  font-size: 1.5rem;
  float: left;
}
.c-section .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: none;
  border-radius: 0;
  background-color: rgba(255, 247, 46, 0.1607843137);
  transition: all 0.3s;
  overflow: hidden;
  box-shadow: 0px 20px 50px #D9DBDF;
  transition: all 0.3s ease;
}
.c-section .card .Img {
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.c-section .card .Img img {
  height: 230px;
  -o-object-fit: cover;
  object-fit: contain;
  border-radius: 0;
  transform: scale(1);
  overflow: hidden;
  transition: all 0.5s linear;
}
.c-section .card .Img .price {
  position: absolute;
  top: 0;
  background: #ff0000;
  color: #fff;
  font-size: 1rem;
  padding: 0.2rem 0.3rem 0.2rem 0.2rem;
}
.c-section .card .card-body {
  padding: 0rem 0.5rem 1.5rem 0.5rem;
  position: relative;
}
.c-section .card .card-body h5 {
  font-size: 1rem;
  color: var(--theme-red);
  font-weight: 700;
  margin-bottom: 1rem;
}
.c-section .card .card-body h3 {
  margin-bottom: 1rem;
  color: var(--theme-red);
  font-size: 1.5rem;
}
.c-section .card .card-body h4 {
  margin: 0.5rem 0;
  color: #ff0000;
  line-height: 36px;
}
.c-section .card .card-body .rdmr {
  margin-top: 2rem;
}
.c-section .card .card-body .rdmr a {
  color: #fff;
  border-radius: 40px;
  padding: 8px 16px;
  position: relative;
  background-color: #ff0000;
  font-weight: 500;
  transition: all 0.3s linear;
}
.c-section .card .card-body .rdmr a:hover {
  background-color: #a30000;
}
.c-section .card .card-body .btn-primary {
  color: #fff;
  border-radius: 40px;
  padding: 8px 16px;
  position: relative;
  background-color: #ff0000;
  font-weight: 500;
  border: none;
  transition: all 0.3s linear;
}
.c-section .card .card-body .btn-primary:hover {
  background-color: #a30000;
}
.c-section .card:hover {
  box-shadow: 0px 8px 60px -38px;
}
.c-section .card:hover img {
  transform: scale(1.2);
}
.c-section .card p {
  color: #ff0000;
}
.c-section .addrs {
  background-color: rgba(255, 247, 46, 0.1607843137);
  padding: 1rem;
}
.c-section .addrs h3 {
  color: #ff0000;
}
.c-section .contacts {
  background-color: rgba(255, 247, 46, 0.1607843137);
  padding: 1rem;
  margin: 1rem 0;
}
.c-section .form-wrapper {
  background: #fffedd;
  padding: 1rem;
}
.c-section .form-wrapper h2 {
  position: relative;
}
.c-section .form-wrapper h2::before {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 35%;
  margin: auto;
  width: 122px;
  height: 1px;
  background-color: var(--theme-red);
}
.c-section .form-wrapper h2::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 47%;
  margin: auto;
  width: 22px;
  height: 6px;
  border-radius: 5px;
  background-color: var(--theme-red);
}
.c-section .form-wrapper input {
  width: 100%;
  margin-bottom: 25px;
  border: solid 1px #ddd;
  padding: 5px;
  line-height: 40px;
  height: 40px;
}
.c-section .form-wrapper input:focus-visible {
  outline: 0;
}
.c-section .form-wrapper textarea {
  margin-bottom: 9px;
  width: 100%;
  border: solid 1px #ddd;
  padding: 5px;
  line-height: 30px;
  height: 150px;
}
.c-section .form-wrapper textarea:focus-visible {
  outline: 0;
}
.c-section .form-wrapper button[type=submit],
.c-section .form-wrapper input[type=submit] {
  margin-bottom: 0;
  border: solid 1px #ddd;
  padding: 0px 25px;
  background-color: var(--theme-red);
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 0;
}
.c-section .clinfo-contact {
  padding-left: 0;
}
.c-section .clinfo-contact li {
  margin-bottom: 1.5rem;
}
.c-section .clinfo-contact li::before {
  display: none;
}
.c-section .clinfo-contact li a {
  color: var(--theme-red);
  transition: all 0.3s linear;
  font-weight: 600;
  font-size: 1.1rem;
}
.c-section .clinfo-contact li a:hover {
  color: var(--theme-orange);
}
.c-section .clinfo-contact li .fa {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background: var(--theme-red);
  text-align: center;
  border-radius: 5px;
  margin-right: 0.5rem;
}

.section-gallry-page img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.5rem;
}

.section-gallry-page iframe {
  margin-bottom: 1rem;
}

.publish-wrapper {
  padding: 1rem 0.5rem 1rem 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #ff0000;
}

span.date-blog {
  margin-right: 1rem;
  font-size: 14px;
  font-weight: 500;
}

span.date-blog .fa {
  color: #ff0000;
  margin-right: 5px;
}

.authorName .fa {
  color: #ff0000;
  margin-right: 5px;
}

.tnp-subscription {
  margin-left: 0 !important;
  position: relative;
}

.tnp-subscription input.tnp-submit {
  position: absolute !important;
  top: 45%;
  right: 6px;
}

.texti-box {
  padding: 1rem;
  box-shadow: 0px 0px 30px -19px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.profile-name-wrapper {
  font-weight: 600;
}

.dtable table,
th,
td {
  border: 1px solid #ff9600;
}

.dtable table,
th {
  font-weight: 700;
  padding: 0.5rem;
  font-size: 1.2rem;
  color: #ff0000;
}

.dtable table,
td {
  font-weight: 500;
  padding: 0.5rem 0.5rem;
  font-size: 1rem;
  color: #ff0000;
}

.dtable tr:nth-child(even) {
  background-color: rgba(255, 235, 40, 0.3098039216);
}

.entryAuthor {
  display: flex;
  align-items: center;
  padding: 1rem 0.5rem 1rem 0.5rem;
  border-bottom: 1px solid #ff0000;
}

.entryAuthor p {
  margin-bottom: 0;
  margin-right: 1rem;
}

.entryAuthor p .fa {
  margin-right: 5px;
}

.beautypress-blog-post-wraper h2 {
  margin-top: 1rem;
  font-weight: 600;
  color: #ff0000;
  margin-bottom: 1rem;
}

.side_content {
  box-shadow: 0px 0px 31px -20px;
  padding: 1rem;
  background-color: #ffff33;
  border: 1px solid #ff0000;
  margin-bottom: 1rem;
}

.side_content li.categories ul {
  padding-left: 0.5rem;
}

.side_content li.categories ul li {
  border-bottom: 1px dotted #ff0000;
  padding: 0.5rem;
  color: #ff0000;
}

.side_content li.listItems {
  border-bottom: 1px dotted #ff0000;
  padding: 0.5rem;
  color: #ff0000;
}

.sideListings h3 {
  color: #ff0000;
  font-weight: 700;
}

.rdmr {
  margin-top: 2rem;
  text-align: right;
}
.rdmr a {
  color: #fff;
  border-radius: 40px;
  padding: 8px 16px;
  position: relative;
  background-color: #ff0000;
  font-weight: 500;
  transition: all 0.3s linear;
}
.rdmr a:hover {
  background-color: #a30000;
}

footer {
  padding: 3rem 0 0rem 0;
  background: #000;
  background-image: linear-gradient(45deg, var(--theme-red), var(--theme-orange), var(--theme-color));
  color: #fff;
}
footer p {
  color: #fff;
}
footer .fcontainer {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 30px;
}
footer .fcontainer .fbox h4 {
  color: var(--color-white);
}
footer .fcontainer .fbox .clinfo {
  padding-left: 0;
}
footer .fcontainer .fbox .clinfo li {
  margin-bottom: 0.5rem;
  display: flex;
}
footer .fcontainer .fbox .clinfo li a {
  color: #fff;
  transition: all 0.3s linear;
}
footer .fcontainer .fbox .clinfo li a:hover {
  color: var(--theme-red);
}
footer .fcontainer .fbox .clinfo li .fa {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background: var(--theme-red);
  text-align: center;
  border-radius: 5px;
  margin-right: 0.5rem;
}
footer .fcontainer .fbox .newsletter {
  width: 100%;
  height: auto;
}
footer .fcontainer .fbox .newsletter h5 {
  color: #eee;
}
footer .fcontainer .fbox .newsletter .info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .fcontainer .fbox .newsletter .info input[type=email] {
  width: 50%;
  height: 46px;
  line-height: 46px;
  padding: 0.5rem;
  background: #0c1023;
  border: 1px solid var(--theme-red);
  border-radius: 0px;
  color: #eee;
  position: relative;
}
footer .fcontainer .fbox .newsletter .info input[type=email]:focus {
  outline: none;
}
footer .fcontainer .fbox .newsletter .info input[type=submit] {
  line-height: 46px;
  background: var(--theme-red);
  border: none;
  color: #fff;
  padding: 0px 10px;
}
footer .fcontainer .fbox .socila-list ul {
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
}
footer .fcontainer .fbox .socila-list ul li a {
  margin-right: 11px;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: var(--theme-color);
}
footer .fcontainer .fbox .socila-list ul li:nth-child(1) a {
  background-color: #4267b2;
}
footer .fcontainer .fbox .socila-list ul li:nth-child(2) a {
  background-color: #00acee;
}
footer .fcontainer .fbox .socila-list ul li:nth-child(3) a {
  background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
footer .fcontainer .fbox .socila-list ul li:nth-child(4) a {
  background-color: #0077b5;
}
footer .flinks_container {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
}
footer .flinks_container .flinks h4 {
  color: var(--color-white);
}
footer .flinks_container .flinks ul li a {
  color: inherit;
  text-transform: capitalize;
  font-size: 14px;
  transition: all 0.3s linear;
}
footer .flinks_container .flinks ul li a:hover {
  color: #fffd32;
}
footer .footerbottom {
  text-align: center;
  border-top: 1px solid;
  padding: 0.5rem;
}
footer .footerbottom .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footerbottom .copyright p {
  margin-bottom: 0;
  font-size: 14px;
}

#breadcrumbBG {
  width: 100%;
  background-image: linear-gradient(45deg, rgba(255, 252, 49, 0.7490196078), rgba(255, 15, 0, 0.631372549), rgba(255, 251, 49, 0.768627451)), url(./img/brd.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
}
#breadcrumbBG .brdlists {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#breadcrumbBG .brdlists h1 {
  color: #fff;
}
#breadcrumbBG .brdlists ul {
  padding-left: 0;
}
#breadcrumbBG .brdlists ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
  color: #fff;
}
#breadcrumbBG .brdlists ul li a {
  color: #fff;
  text-decoration: none;
}
#breadcrumbBG .brdlists ul .fa {
  color: #fff;
}

.p-black p {
  color: #252525;
}

.about-page {
  background-color: var(--background-color);
  padding: 6rem 0 2rem;
}
.about-page h2 {
  color: var(--theme-red);
  font-family: var(--menu-font);
  font-size: 28px;
  margin-bottom: 1rem;
  font-weight: 400;
  position: relative;
  line-height: 1.5;
}
.about-page .about-pg-img-wrappe {
  display: flex;
  justify-content: end;
}
.about-page .about-pg-img-wrappe img {
  border-radius: 5px;
  transition: all 0.3s;
  box-shadow: 0px 0px 16px -2px #000;
}
.about-page .about-pg-img-wrappe img:hover {
  box-shadow: 0px 0px 26px -3px var(--theme-orange);
  border-radius: 5px;
}
.about-page p {
  font-size: 16px;
}

.section-title {
  color: var(--theme-red);
  font-family: var(--menu-font);
  font-size: 28px;
  margin-bottom: 1rem;
  font-weight: 400;
  position: relative;
  line-height: 1.5;
}

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

.about-guru-maa-page .about-dec {
  border-bottom: solid 2px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 30px;
  line-height: 13px;
}
.about-guru-maa-page p {
  font-size: 16px;
}
.about-guru-maa-page .sec-ab-img img {
  max-width: 150px;
  border-radius: 150px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px -2px #000;
}

.language-tabs-sections .lang-all-wrappers .tbs-lang ul {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 1.5rem;
}
.language-tabs-sections .lang-all-wrappers .tbs-lang ul li {
  padding: 10px 25px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
.language-tabs-sections .lang-all-wrappers .tbs-lang ul li.active {
  background-color: var(--theme-orange);
}
.language-tabs-sections .lang-all-wrappers .tbs-content-w2rapper .tab-conbox {
  display: none;
}
.language-tabs-sections .lang-all-wrappers .tbs-content-w2rapper .tab-conbox.active {
  display: block;
}
.language-tabs-sections .lang-all-wrappers .accordian-wrappers .accordian-boxx {
  margin-bottom: 0.5rem;
}
.language-tabs-sections .lang-all-wrappers .accordian-wrappers .accordian-boxx .accod-btns {
  background-color: #000;
  padding: 12px 19px;
  padding-right: 55px;
  cursor: pointer;
  position: relative;
  color: #fff;
}
.language-tabs-sections .lang-all-wrappers .accordian-wrappers .accordian-boxx .accod-btns::before {
  content: "\f067";
  font-family: "FontAwesome";
  position: absolute;
  right: 22px;
}
.language-tabs-sections .lang-all-wrappers .accordian-wrappers .accordian-boxx .accod-btns p {
  display: none;
}
.language-tabs-sections .lang-all-wrappers .accordian-wrappers .accordian-boxx .accod-btns h3 {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 0;
}
.language-tabs-sections .lang-all-wrappers .accordian-wrappers .accordian-boxx .accodian-cont {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s;
  padding: 0px;
  background-color: rgba(255, 229, 220, 0.3215686275);
}
.language-tabs-sections .lang-all-wrappers .accordian-wrappers .accordian-boxx.active .accodian-cont {
  max-height: 4000px;
  padding: 15px;
}
.language-tabs-sections .lang-all-wrappers .accordian-wrappers .accordian-boxx.active .accod-btns::before {
  content: "\f068";
}/*# sourceMappingURL=style.css.map */