@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Marko+One&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap");

html{scroll-behavior: smooth;}
.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body {
  /* font-family: 'Poppins', sans-serif; */
  background: #fff;
  font-family: "Inter", sans-serif;
}

/* Top banner slider starts */
/* ==== Main CSS === */
.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0 !important;
}

.slick-slide {
  float: left
    /* If RTL Make This Right */
  ;
  padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill {
  height: 100vh;
  background: #000;
}

.Modern-Slider .item .img-fill .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 100vh;
  text-align: center;
}

/* .Modern-Slider .item .img-fill img {
  filter: blur(5px);
} */

.Modern-Slider .item .info>div {
  display: inline-block !important;
  vertical-align: middle;
}

.bodytext {
  line-height: 25px;
  font-size: 15px;
  color: #51565e;
}

.bodytext2 {
  line-height: 25px;
  font-size: 16px;
  color: #51565e;
}

.bodytext3 {
  font-size: 17px;
  text-align: center;
  width: 550px;
  font-weight: 600;
  margin: 0 auto;
  color: #272c37;
}

.bodytext4 {
  font-size: 17px;
  text-align: left;
  width: 500px;
  margin: 0 auto;
  color: #77787a;
}

.Modern-Slider .NextArrow {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  color: #fff;
  z-index: 5;
}

.Modern-Slider .NextArrow:before {
  content: "\f105";
}

.Modern-Slider .PrevArrow {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  color: #fff;
  z-index: 5;
}

.Modern-Slider .PrevArrow:before {
  content: "\f104";
}

.Modern-Slider .slick-dots {
  position: absolute;
  height: 5px;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0px;
  width: 100%;
  left: 0px;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.Modern-Slider .slick-dots li button {
  display: none;
}

.Modern-Slider .slick-dots li {
  float: left;
  width: 0px;
  height: 5px;
  background: #ec720f;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.Modern-Slider .slick-dots li.slick-active {
  width: 100%;
  animation: ProgressDots 11s both;
}

.Modern-Slider .item h3 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #fff;
  animation: fadeOutRight 1s both;
  margin: 0;
  padding: 0;
  font-size: 65px;
}

.Modern-Slider .item h5 {
  margin: 0;
  padding: 0;
  font: "Poppins", sans-serif;
  color: #fff;
  max-width: 600px;
  overflow: hidden;
  height: 60px;
  animation: fadeOutLeft 1s both;
  font-size: 18px;
}

.Modern-Slider .item.slick-active h3 {
  animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5 {
  animation: fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active {
  animation: Slick-FastSwipeIn 1s both;
}

.Modern-Slider {
  background: #000;
}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn {
  0% {
    transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }

  100% {
    transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}

@-webkit-keyframes ProgressDots {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}

@keyframes ProgressDots {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}

/* ==== Slick Slider Css Ruls === */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left
    /* If RTL Make This Right */
  ;
  height: 100%;
  min-height: 1px;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Top banner slider ends */

/* Top Header Starts */
.navbar {
  /* background-color: #032d23;
  opacity: 0.9; */
  /* background-image: linear-gradient(to right, #032d23, #518b7d); */
  /* background-image: linear-gradient(
    to right,
    #032d23,
    #164338,
    #295a4e,
    #3d7265,
    #518b7d
  );
  background-image: linear-gradient(
    to right,
    #032d23,
    #164338,
    #295a4e,
    #518b7d,
    #518b7d
  ); */
  padding: 0px;
  /* opacity: 0.9; */
  /* background-color: #04473b; */
  background-color: transparent;
  opacity: 0.95;
  z-index: 2;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.navbarnegativetop {
  margin-top: -96px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

.toplogo {
  width: 150px;
}

.navbar-nav .dropdown-menu {
  background: #dfebe8;
}

/* .nav-tabs .nav-link {
  padding: 20px 20px;
  border-radius: 0px;
  font-size: 20px;
  background-color: #8eaf92;
}

.nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 10px;
} */

/* .nav-link:hover {
  background: #6c9772;
  color: #fff;
} */
.dropdown-item {
  font-size: 14px;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
  /* background: #04473b; */
  background: #18160f;
}

.topheader {
  padding: 0px 20px;
}

@media all and (min-width: 992px) {
  .ktm-mega-menu .dropdown-menu {
    width: 13rem;
  }

  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }

  .ktm-mega-menu {
    position: static;
  }

  .mega-menu {
    left: 40%;
    /* right: 0; */
    width: 100%;
    flex-direction: row !important;
  }

  .dropdown-menu li {
    position: relative;
  }

  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }

  .dropdown-menu>li:hover>.submenu,
  .dropdown:hover>.dropdown-menu {
    display: flex;
    width: max-content;
    justify-content: space-between;
    /* width: 100%; */
    flex-direction: column;
  }
}

.mega-menu ul {
  list-style: none;
  padding: 0px;
}

/* .navbar-expand-lg .navbar-nav .dropdown-menu {
  margin-top: 8px !important;
} */
/* Top Header Ends */

/* Top Banner Starts */

.slideshow {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 700px;
  margin: 50px auto;
}

.slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.item {
  height: 100%;
  position: relative;
  z-index: 1;
}

.slick-active img {
  transform: scale(1);
}

/* Top Banner Ends */

/* Our Courses starts */

.centertitle {
  font-size: 38px;
  color: #333d46;
  text-align: center;
  /* padding-bottom: 60px; */
  margin-top: 3px;
  margin-bottom: 60px;
  /* font-family: "Marko One", serif; */
  color: #363636;
  color: #000000;
  font-family: "Inter", sans-serif;
}

.centertitlealtinner {
  font-size: 24px;
  color: #333d46;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 60px;
  color: #363636;
  color: #000000;
  font-family: "Inter", sans-serif;
}

.centertitle2 {
  font-size: 50px;
  color: #333d46;
  text-align: center;
  /* padding-bottom: 60px; */
  margin-top: 3px;
  margin-bottom: 25px;
  /* font-family: "Marko One", serif; */
  color: #363636;
  color: #000000;
  line-height: 60px;
}

.centersub {
  font-family: "Alex Brush", cursive;
  text-align: center;
  font-size: 30px;
  color: #ff7703;
  display: block;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.centertitlealt {
  font-size: 38px;
  color: #fff;
  text-align: center;
  margin-top: 90px;
  font-family: "Marko One", serif;
}

.text-theme {
  /* color: #03b97c; */
  color: #fd6659;
}

.job-tab .nav-tabs .nav-item {
  padding: 10px 0px;
}

/* .nav-tabs .nav-link {
  width: 100%;
} */

.ourcourseslide {
  box-shadow: rgb(0 0 0 / 10%) 0 2px 10px;
}

.responsive .slick-slide {
  /* max-width: 360px; */
  margin: 10px;
}

/* .parentstestimonial-sliderbg {
  background-image: url('/img/testimonials/testimonialbg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
   
} */
.parentstestimonial-slider .slick-slide {
  /* max-width: 360px; */
  margin: 10px;
}

.imgsection {
  /* height: 216px; */
  /* height: 300px; */
  overflow: hidden;
  min-height: 260px;
}

.imgsection img {
  width: 100%;
  /* border-top-right-radius: 10px;
  border-top-left-radius: 10px; */
  /* min-height: 216px; */
  /* min-height: 300px; */
  /* border-radius: 10px; */
  object-fit: cover;
  /* border-radius: 10px; */
  min-height: 260px;
}

.contsection {
  padding: 16px;
  background: #fff;
}

.contsection h3 {
  font-size: 1.4rem;
  color: #000;
  font-weight: 700;
  font-family: "Marko One", serif;
  margin-bottom: 20px;
}

.contsection p {
  font-size: 0.8rem;
  color: #454545;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.viewcooursebtn {
  border: none;
  outline: none;
  background: #fff;
  color: #ff7703;
  font-size: 1rem;
  font-weight: 600;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 13px 25px;
  line-height: 1px;
  border-radius: 5px;
}

.viewcooursebtn:hover {
  /* background: #02875a; */
  color: #ff7703;
  font-weight: 600;
  border: 1px solid #ff7703;
  font-size: 1rem;
}

.callmebtn {
  border: 1px solid #03b97c;
  outline: none;
  background: #03b97c;
  color: #fff;
  font-size: 0.9rem;

  font-weight: 500;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;

  border: none;
  outline: none;
  padding: 13px;
  margin: 0 auto;
  display: block;
  width: 216px;
  border: 1px solid;
  border-radius: 0.3rem;
  margin-top: 20px;
}

.callmebtn:hover {
  background: #02875a;
  color: #fff;
  font-weight: 500;
}

/* Our Courses Ends */

/* Achievements starts */

.stat {
  margin: 20px auto;
  text-align: center;
  display: flex;
  border-radius: 10px;
  padding: 0px 50px;
}

.icon-box {
  width: 85px;
  height: 85px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  width: 50px;
}

.highlight {
  color: #fff;
  font-weight: 700;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 3.5rem;
  text-align: left;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}

.stat i {
  color: #f7c221;
}

.milestone-details {
  font-size: 22px;
  color: #f8f8f8;
  font-family: "Marko One", serif;
}

.milestone-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding-bottom: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 330px;
}

.milestoneinner {
  font-size: 3.6923em;
  font-family: Lora, sans-serif;
  font-weight: 400;
  width: 3.4em;
  height: 3.4em;
  border-radius: 50%;
  margin: auto;
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

/* .milestoneinner::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 9rem;
  height: 9rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
   
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  
} */

.music-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.music-icon img {
  width: 40px;
  height: 40px;
}

/* Achievements Ends */

.footer-area {
  padding-top: 30px;
  padding-bottom: 20px;
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1350' height='370' preserveAspectRatio='none' viewBox='0 0 1350 370'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1003%26quot%3b)' fill='none'%3e%3crect width='1350' height='370' x='0' y='0' fill='rgba(26%2c 72%2c 63%2c 1)'%3e%3c/rect%3e%3cpath d='M0%2c391.503C77.15%2c384.956%2c150.448%2c373.728%2c223.263%2c347.404C314.747%2c314.331%2c442.446%2c308.874%2c478.494%2c218.521C515.006%2c127.006%2c410.614%2c39.641%2c383.888%2c-55.195C361.724%2c-133.844%2c381.111%2c-222.836%2c335.087%2c-290.354C286.813%2c-361.172%2c211.04%2c-415.867%2c126.903%2c-432.193C45.436%2c-448.001%2c-29.235%2c-392.913%2c-110.652%2c-376.846C-202.71%2c-358.679%2c-317.377%2c-398.972%2c-382.716%2c-331.626C-447.584%2c-264.765%2c-403.178%2c-152.07%2c-417.963%2c-60.094C-433.081%2c33.956%2c-504.208%2c125.782%2c-470.569%2c214.902C-436.828%2c304.293%2c-338.476%2c353.913%2c-249.021%2c387.485C-169.69%2c417.258%2c-84.431%2c398.668%2c0%2c391.503' fill='%23153a32'%3e%3c/path%3e%3cpath d='M1350 707.85C1434.637 713.219 1527.217 802.273 1595.365 751.7950000000001 1665.245 700.034 1611.19 583.2529999999999 1632.152 498.855 1647.9769999999999 435.13800000000003 1705.065 384.891 1702.788 319.277 1700.4180000000001 250.964 1659.409 191.959 1619.575 136.412 1576.394 76.19799999999998 1529.647 17.466999999999985 1463.0529999999999-15.023000000000025 1389.144-51.081999999999994 1303.844-79.08499999999998 1224.868-56.160000000000025 1145.831-33.216999999999985 1098.454 43.149 1045.53 106.17500000000001 993.4110000000001 168.242 932.271 228.078 919.043 308.038 905.706 388.655 937.19 468.736 973.435 541.971 1008.825 613.479 1050.843 689.719 1123.859 721.883 1194.405 752.9590000000001 1273.068 702.969 1350 707.85' fill='%231f564c'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1003'%3e%3crect width='1350' height='370' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e"); */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/img/banner/footer_picsnew.png");
  /* background-color: #121212; */
  /* position: relative; */
}

.footerlogo {
  width: 200px;
  margin-left: -10px;
  margin-bottom: 20px;
}

.footeraddtext {
  font-size: 15px;
  margin-bottom: 5px !important;
  color: #ffffff;
}

.footerheadertxt {
  font-size: 20px;
  color: rgb(255, 255, 255);
  margin-top: 60px;
  margin-bottom: 20px !important;
}

.courseslink {
  list-style: none;
  padding: 0px;
}

.courseslink li {
  margin-bottom: 10px;
}

.courseslink a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.courseslink a:hover {
  color: #f8c135;
  font-weight: 500;
}

.responsive .slick-arrow {
  position: absolute;
  top: calc(50% - 43px) !important;
  transform: translateY(-50%) !important;
  left: -100px;
  background: transparent;
  border: none;
  padding: 0 0;
  font-size: 40px;
  color: #222222;
  z-index: 2;
  display: block;
  width: auto;
  line-height: 1;
  display: flex;
  align-items: center;
}

.responsive .slick-arrow::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  /* background: #0d9b4d; */
  /* opacity: 0.3; */
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
}

.leftarrow {
  position: relative;
  right: 50px;
  color: rgb(51, 61, 70) !important;
}

.responsive .slick-arrow {
  left: 0;
}

.rightarrow {
  position: relative;
  left: 25px;
  color: rgb(51, 61, 70) !important;
}

.responsive .slick-arrow.slick-next {
  left: auto;
  right: -20px;
}

.tg-btn {
  user-select: none;
  -moz-user-select: none;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 30px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 25px;
  position: relative;
  background-image: linear-gradient(to right,
      #94be26 0%,
      #65b021 50%,
      #94be26 100%);
  background-image: -webkit-linear-gradient(to right,
      #94be26 0%,
      #65b021 50%,
      #94be26 100%);
  background-image: -ms-linear-gradient(to right,
      #94be26 0%,
      #65b021 50%,
      #94be26 100%);
  box-shadow: 0px 8px 16px 0px rgb(148 190 38 / 40%);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-size: 200% auto;
}

.secgap {
  /* margin-top: 70px;
  margin-bottom: 120px; */
  padding-top: 100px;
}

.testimonial_container {
  /* background: #e7edeb; */
  border-radius: 15px;
  display: flex;
  margin-top: 40px;
}

.testimonial_innercontainer {
  padding: 0 25px;
  text-align: center;
}

.testimonial_innercontainer p {
  font-size: 1rem;
  padding-top: 10px;
  color: #222222;
  text-align: left;
  line-height: 22px;
  letter-spacing: 0.9px;
}

.testimonial_innercontainer h5 {
  margin-top: 25px;
  margin-bottom: 40px;
  font-size: 15px;
  text-align: left;
}

.testimonialpic {
  width: 134px;
  height: 134px;
  margin: -48px auto 0;
  display: block;
  border-style: solid;
  border-width: 10px;
  border-color: #ffffff;
}

.slick-disabled:before {
  display: none;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(203 241 234 / 10%);
  border-radius: 50%;
  color: #f8c135;
  text-decoration: none;
}

.review_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ourachievementssec {
  /* background: #6e6885;
  padding-bottom: 100px;
  background: #4883a0; */
  /* background-color: #f4fff8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23eefdf3' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23e9fbef' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23e5f7eb' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23e2f1e7' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23E1EBE4' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23e2f1e7' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23e5f7eb' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23e9fbef' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23eefdf3' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23F4FFF8' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover; */
  /* background-color: #04473b;
  background-image: url('/img/banner/numbg.jpg');
  background: linear-gradient(45deg, #009A96, #90F3AA); */
  /* background-color: #fd4a36; */
  margin-top: 50px;
  background-color: #ff8360;
}

.rating {
  color: #04473b;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  top: 5px;
  left: 5px;
}

.videocontenttxt {
  color: #fff;
  padding: 40px 40px 40px 40px;
  font-size: 30px;
  line-height: 50px;
  background-color: #04473b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23000' stroke-width='66.7' stroke-opacity='0.05' %3E%3Ccircle fill='%2304473B' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23064f3d' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%230d573f' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23175f3f' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%2321663f' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%232d6e3e' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%2339763c' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23467d39' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23548436' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23628b32' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%2372922e' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23829829' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23949e24' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%23a6a320' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23b9a81c' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%23cdac1a' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%23e2b01c' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%23F7B321' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  height: 450px;
  background-color: #055f4f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 60'%3E%3Cg fill-opacity='0.91'%3E%3Crect fill='%23055F4F' width='11' height='11'/%3E%3Crect fill='%23055f4f' x='10' width='11' height='11'/%3E%3Crect fill='%23055e4e' y='10' width='11' height='11'/%3E%3Crect fill='%23055e4e' x='20' width='11' height='11'/%3E%3Crect fill='%23055d4e' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%23055d4d' y='20' width='11' height='11'/%3E%3Crect fill='%23055d4d' x='30' width='11' height='11'/%3E%3Crect fill='%23055c4d' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%23055c4c' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%23055b4c' y='30' width='11' height='11'/%3E%3Crect fill='%23055b4c' x='40' width='11' height='11'/%3E%3Crect fill='%23055a4b' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%23055a4b' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%23055a4b' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%2305594a' y='40' width='11' height='11'/%3E%3Crect fill='%2305594a' x='50' width='11' height='11'/%3E%3Crect fill='%23055849' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%23055849' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%23055849' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%23055748' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%23055748' y='50' width='11' height='11'/%3E%3Crect fill='%23055648' x='60' width='11' height='11'/%3E%3Crect fill='%23055647' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%23055647' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%23055547' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%23055546' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%23055446' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%23055446' x='70' width='11' height='11'/%3E%3Crect fill='%23045345' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%23045345' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%23045345' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%23045244' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%23045244' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%23045144' x='80' width='11' height='11'/%3E%3Crect fill='%23045143' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%23045143' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%23045043' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%23045042' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%23044f42' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%23044f42' x='90' width='11' height='11'/%3E%3Crect fill='%23044f41' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%23044e41' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%23044e41' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%23044d40' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%23044d40' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%23044d40' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%23044c3f' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%23044c3f' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%23044b3f' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%23044b3e' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%23044b3e' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%23044a3e' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%23044a3d' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%2304493d' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%2304493d' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%2304493c' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%2304483c' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%2304483c' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%2304473b' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%2304473B' x='90' y='50' width='11' height='11'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

.course_details {
  /* background: #6c9772; */
  background: #fff;
  padding: 40px 20px;
  color: #fff;
  font-size: 15px;
  width: 411px;
  border-radius: 5px;
  font-weight: 500;
  background-image: url("/img/transbg.png");
  background-position: center center;
  border-radius: 15px;
  opacity: 1;
  margin-bottom: 20px;
  box-shadow: rgba(17, 121, 219, 0.35) 0px 5px 15px;
  background-image: url(/img/pattern.png);
}

.course_details a {
  color: #1967d2;
  font-size: 15px;

  text-decoration: none;
}

.course_details h2 {
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px;
  color: rgb(51, 61, 70);
}

.rowwithborder {
  border-bottom: 1px solid #dddcdf;
}

.sidehead {
  font-size: 30px;
  color: #222222;
  padding-bottom: 30px;
}

.coursecontenttitle {
  background: #3e3953;
  color: #fff;
  /* width: 160px; */
  padding: 10px;
}

.coursecontentinner {
  border: 1px solid #3e3953;
  padding: 20px;
}

.coursecontentinner ul li {
  margin-bottom: 10px;
}

.greview .slick-slide {
  margin: 10px;
}

.greview_parentsec {
  display: flex;
  gap: 8px;
  align-items: center;
}

.greview_parentsec img {
  width: 80px;
  height: 80px;
  /* border: 4px solid #03595f; */
  border-radius: 50%;
}

.reviewstar {
  color: #fbbc04;
  font-size: 11px;
}

.p-name {
  font-size: 15px;
  margin: 0px;
  font-weight: 600;
  color: #4b4b4b;
}

.rev {
  color: #324c4e;
  font-size: 13px;
}

.greview_contsec {
  font-size: 13px;
  padding: 20px;

  line-height: 22px;
  font-family: "Inter", sans-serif;
}

.greview_contsec p {
  font-size: 14px;
  line-height: 27px;
  font-family: "Inter", sans-serif;
  color: #7a7a7a;
}

.greview_cont {
  max-width: 750px;
  margin: 0 auto;
  padding: 44px;
  /* text-align: center; */
  border-radius: 14px;
  background: #f5eaad;
  /* padding: 20px 10px 10px 10px; */
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.greview_btn {
  background: #03b97c;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  display: block;
  width: 243px;
  margin: 0 auto;
  margin-top: 25px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  font-weight: 500;
  position: relative;
  text-align: center;
}

.greview_btn:hover {
  background: #02875a;
  color: #fff;
  font-weight: 500;
}

.tabs-to-dropdown .nav-wrapper {
  padding: 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12);
}

.tabs-to-dropdown .nav-wrapper a {
  color: var(--darkgreen);
}

.tabs-to-dropdown .nav-pills .nav-link.active {
  background-color: var(--darkgreen);
}

.tabs-to-dropdown .nav-pills li:not(:last-child) {
  margin-right: 30px;
}

.tabs-to-dropdown .tab-content .container-fluid {
  max-width: 1250px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.tabs-to-dropdown .dropdown-menu {
  border: none;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.08);
}

.tabs-to-dropdown .dropdown-item {
  padding: 14px 28px;
}

.tabs-to-dropdown .dropdown-item:active {
  color: var(--white);
}

@media (min-width: 1280px) {
  .tabs-to-dropdown .nav-wrapper {
    padding: 15px 30px;
  }
}

.border-grey {
  border: 1px solid;
  border-end-start-radius: 5px;
  border-end-end-radius: 5px;
  border-top: none;
  border-color: #dee2e6;
}

/* .active {
  background-color: white;
} */
/* #myTab {
  background-color: #dee2e6;
} */

/* .nav-fill .nav-link {
  padding: 20px;
  background: #6e6885;
  border-radius: 0px;
}

.nav-tabs .nav-link.active {
  background: #fd5f32;
  color: #fff;
  border: none;
}

.nav-tabs .nav-item .nav-link {
  background-color: #ff8360;
  padding: 15px 20px;
} */

/* .aboutusimg {
  width: 350px;
  margin-top: 75px;
} */
#myTabContent {
  width: 880px;
}

.highlightlist {
  position: relative;
  display: block;
  margin-bottom: 45px;
  padding: 0px;
}

.highlightlist li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #51565e;
  padding-left: 23px;
  margin-bottom: 15px;
}

.highlightlist li::before {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  color: #fd4a36;
  font-weight: 700;
  font-size: 14px;
  left: 0;
  top: 3px;
}

.aboutushead {
  font-size: 35px;
  color: #222222;
  /* text-align: center; */
  padding-bottom: 20px;
}

.about-banner {
  background: #c04848;
  /* fallback for old browsers */
  background: linear-gradient(rgb(0, 0, 0, 0.7), rgb(0, 0, 0, 0.8)) url("/img/banner/music-notes-bg.jpg");
  background: linear-gradient(rgb(0, 0, 0, 0.7), rgb(0, 0, 0, 0.8)),
    url("/img/banner/music-notes-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;

  position: relative;
}

.maincol {
  display: flex;
  width: 100%;
}

.about-banner::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.2); */
  background: rgba(0, 0, 0, 0.1);
}

.col1 {
  width: 50%;
}

.col1 .aboutusimg {
  width: 100%;
}

.col2 {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.col2 div {
  width: 500px;
  background: #fff;
  color: #000;
  padding: 30px;
  opacity: 0.7;
  font-size: 15px;
  border-radius: 16px;
  line-height: 30px;
}

.ourpresence {
  background: #d4deda;
  color: #0b0e0d;
  font-size: 31px;
  margin-bottom: 20px;
  display: flex;
  padding: 20px;
  width: 350px;
  justify-content: center;
}

.ourpresenceimg {
  display: flex;
}

.ourpresenceimg img {
  width: 75px;
}

.ourpresencetxt {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ourpresencetxt .numspn {
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  top: 9px;
}

.ourpresencetxt .txtspn {
  font-size: 1.3rem;
  font-weight: 500;
}

.ourpresencesec {
  background-color: rgba(248, 249, 250, 1);
  padding-top: 60px;
  padding-bottom: 120px;
}

.whyshreemusic {
  padding-top: 60px;
  padding-bottom: 120px;
  /* opacity: 0.9;
  background-color: #77aa77;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%2377aa77'/%3E%3Cstop offset='1' stop-color='%234fd'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23cf8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23cf8' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23cf8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23cf8' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.5'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover; */
}

.whyshreemusicinner {
  background: #f1ebeb;
  padding: 10px;
  box-shadow: rgb(0 0 0 / 11%) 0px 5px 15px;
  width: 300px;
  margin-bottom: 50px;
  height: 250px;
}

.whyshreemusicinnerimg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.whyshreemusicinnerimg img {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
}

.whyshreemusicinnertxt h3 {
  color: #292929;
  font-size: 1.1rem;
  text-align: center;
  line-height: 28px;
  font-weight: 700;
  margin-top: 15px;
}

.testimonial_innercontainer img {
  object-fit: cover;
}

.lightpink {
  background-color: #ffe8ed;
}

.lightsandal {
  background-color: #efe4c7;
}

.lightblue {
  background-color: #d1e7f3;
}

.lightyellow {
  background-color: #fdeebf;
}

.lightgreen {
  background-color: #cddad8;
}

.findmorebtn {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.4s linear 0s;
  background: #e9692f;
  padding: 3px;
  width: 210px;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin-top: 50px;
}

.findmorebtn:hover {
  background-color: #ef5109;
}

.videocontenttxt p {
  font-size: 1.2rem;
  line-height: 26px;
  font-weight: 500;
}

.banone {
  background-image: url("/img/banner/drums-main-banner.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
}

.whyshreemusicinnertxt p {
  font-size: 0.9rem;
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
  text-transform: capitalize;
}

.franchicsesec {
  background-color: #f1f8fb;
}

.franchisepic {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  display: block;
  border-width: 10px;
  border: 3px solid #ec720f;
  border-radius: 50%;
  object-fit: cover;
}

.frantestimonial_innercontainer {
  width: 900px;
  line-height: 2;
  font-size: 1.125rem;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.frantestimonial_innercontainer p {
  font-size: 1rem;

  line-height: 28px;
  margin-top: 20px;
  color: #454545;
}

.frantestimonial_innercontainer h5 {
  margin-top: 15px;
}

.frantestimonial_container {
  /* background: #e7edeb; */
  border-radius: 15px;
  display: flex;
}

.head {
  font-size: 22px;
  font-weight: 700;
  margin-top: 50px;
}

.subhead {
  font-size: 17px;
  font-weight: 500;
}

.accordion-button.collapsed {
  background: transparent;
}

.coursedetlist {
  list-style: none;
  display: flex;
  padding: 0px;
  margin: 5px 0px 5px 0px;
}

.coursedetlist .leftlist {
  width: 150px;
  font-size: 15px;
  font-weight: 500;
}

.coursedetlist li {
  font-size: 14px;
  font-weight: 500;
  color: #51565e;
  padding-top: 5px;
  padding-bottom: 5px;
}

.accordion {
  --bs-accordion-active-bg: #f6f3eb;
  --bs-accordin-btn-focus-box-shadow: none;
  --bs-accordin-bg: white;
}

.sideheadabt {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Parent testimonial buttons */

.parentstestimonial-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 43px) !important;
  transform: translateY(-50%) !important;
  left: -100px;
  background: transparent;
  border: none;
  padding: 0 0;
  font-size: 50px;
  color: #222222;
  z-index: 2;
  display: block;
  width: auto;
  line-height: 1;
  display: flex;
  align-items: center;
}

.parentstestimonial-slider .slick-arrow::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  /* background: #0d9b4d; */
  /* opacity: 0.3; */
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
}

.leftarrow {
  position: relative;
  right: 50px;
  color: #ec720f;
}

.parentstestimonial-slider .slick-arrow {
  left: 0;
}

.rightarrow {
  position: relative;
  left: 25px;
  color: #ec720f;
}

.parentstestimonial-slider .slick-arrow.slick-next {
  left: auto;
  right: -20px;
}

.testimonial_containerresp {
  width: 800px;
}

.eventwrapper {
  background-color: #f7f7f7;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;

  border-radius: 15px;
  background-color: #97ce9e;
  position: relative;
}

.eventwrapperinner {
  display: flex;
  padding: 50px;
}

.eventwrapperoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/img/transbg.png");
  background-position: center center;
}

.contentsection {
  /* background-image: url('/img/partycrack.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover; */
  padding: 60px 20px;
}

.contentsection p {
  line-height: 25px;
  font-size: 16px;
}

.videsection {
  z-index: 2;
}

.contentsection::before {
  background: rgba(0, 0, 0, 0.5);
}

.callme_btn {
  background: #a4031f;
  color: #fff;
  border: none;
  outline: none;
  padding: 13px;
  margin: 0 auto;
  display: block;
  width: 216px;
  border: 1px solid;
  border-radius: 0.3rem;
}

.crsdetflex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.accordion-item {
  background-color: transparent !important;
}

.accordion-flush .accordion-item {
  /* border-color: #e9ecef;
  border: 1px solid #d3d5d7 !important; */
  margin-bottom: 5px;
  border-radius: 0px;
}

.accordion-button {
  font-size: 15px;
  color: #343a40;
  font-weight: 500;
}

/* .accordion-button.collapsed {
  background-color: #fff;
}

.accordion-button:not(.collapsed) {
  color: #03b97c;
  box-shadow: none;
  background-color: #fff;
} */

.ifrw {
  width: 458px;
  height: 258px;
}

.contentsection h2 {
  margin-bottom: 60px;
  color: #fff;
  font-size: 25px;
  line-height: 1.3em;
}

.vieweventsbtn {
  background: #03b97c;
  color: #fff;
  border: none;
  outline: none;
  padding: 13px;
  cursor: pointer;
  width: 216px;
  border-radius: 0.3rem;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  font-weight: 500;
  text-align: center;
  display: block;
  cursor: pointer;
}

.vieweventsbtn:hover {
  background: #02875a;
  color: #fff;
  font-weight: 500;
}

.fullbg {
  background-image: url("../img/coming-soon.jpg");
  background-position: center center;
  background-size: cover;
  height: 100vh;
}

.fullbg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(242, 195, 120);
  background: linear-gradient(104deg, rgb(30 30 29) 0%, rgb(30 30 29) 35%);
  background-image: -moz-linear-gradient(104deg,
      rgba(242, 195, 120, 1) 0%,
      rgba(235, 159, 39, 1) 35%);
  background-image: -webkit-linear-gradient(104deg,
      rgb(46 46 45) 0%,
      rgb(38 38 37) 35%);
  background-image: -ms-linear-gradient(104deg,
      rgba(242, 195, 120, 1) 0%,
      rgba(235, 159, 39, 1) 35%);
  opacity: 0.87;
  z-index: -1;
}

.comingsooncon h1 {
  color: #fff;
  font-size: 50px;
  margin: 0px;
}

.comingsooncon p {
  color: #fff;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 0px;
}

.comingsooncon div {
  border-top: 2px solid #0d9b4d;
  width: 130px;
  margin-top: 10px;
}

.comingsooncon a {
  background: #0d9b4d;
  border: none;
  outline: none;
  width: 200px;
  margin-top: 20px;
  padding: 15px;
}

.comingsooncon a:hover {
  background: #0d9b4d;
  color: #fff;
}

/* 
Contact page design starts */
/* .text {
  margin-left: 100px;
} */

.card {
  display: flex;
}

.icontext {
  margin-left: 42px;
}

/* .text1 {
  margin-left: 100px;
} */
/* .box {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-radius: 30px;
} */

/* .bordersmall {
  background: linear-gradient(
    154deg,
    rgba(16, 80, 68, 1) 0%,
    rgba(16, 80, 68, 1) 99%
  );
  color: #fff;
  padding: 0px 30px 30px 30px;
} */

.button .btn {
  width: 50%;
  background: linear-gradient(to right, #042e24, #518b7d);
  color: black;
}

.login-form {
  max-width: 300px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 20px;
  margin-top: 50px;
}

.form-group .underline {
  width: 100%;
  height: 2px;
  background-color: black;
  margin-top: 5px;
}

.form-group input {
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  font-size: 16px;
}

.form-group textarea {
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  font-size: 16px;
}

:placeholder-shown {
  margin-bottom: 20px;
  margin-left: 5px;
}

a {
  text-decoration: none;
  color: #518b7d;
}

/* contact page design ends */
/* Parent testimonial buttons */

.franchiscetestimonial-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 43px) !important;
  transform: translateY(-50%) !important;
  left: -100px;
  background: transparent;
  border: none;
  padding: 0 0;
  font-size: 50px;
  color: #222222;
  z-index: 2;
  display: block;
  width: auto;
  line-height: 1;
  display: flex;
  align-items: center;
}

.franchiscetestimonial-slider .slick-arrow::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  /* background: #0d9b4d; */
  /* opacity: 0.3; */
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
}

.leftarrow {
  position: relative;
  right: 50px;
  color: #ec720f;
}

.franchiscetestimonial-slider .slick-arrow {
  left: 0;
}

.rightarrow {
  position: relative;
  left: 25px;
  color: #ec720f;
}

.franchiscetestimonial-slider .slick-arrow.slick-next {
  left: auto;
  right: -20px;
}

/* .nav-tabs {
  padding: 0px;
  margin: 0px;
  border-bottom-left-radius: 15px;
}

.nav-tabs .nav-item .nav-link.active {
  background-color: #fd4a36;
  padding: 15px 20px;
  border-radius: 0px;
  font-size: 20px;
}

.tab-content {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  padding: 30px;
  background: #dbfdff;
} */

/* .tab-content > .active {
  background: #dbfdff;
} */

.circle-tick {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}

.inner-box {
  position: relative;
  text-align: center;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 120px;
  background-image: url("/img/pattern.png");
  background-color: #fff;
  padding: 0px 25px 25px 25px;
}

.inner-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
}

.inner-box .icon {
  position: relative;
  height: 100px;
  width: 100px;
  line-height: 90px;
  text-align: center;
  color: #9ca6b6;
  font-size: 60px;
  transform: translateY(-40px);
  margin: 0 auto -40px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.5s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.text {
  color: #828282;
  font-size: 16px;
  line-height: 25px;
}

.image-block {
  position: relative;
  margin-bottom: 30px;
}

.image-one {
  position: relative;
  margin-left: 130px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.27);
  display: inline-block;
  border-radius: 6px;
}

.image-one .image-box {
  overflow: hidden;
  border-radius: 6px;
}

.image-one .image-box img {
  border-radius: 6px;
  transition: 1s;
}

.image-two {
  position: relative;
  margin-top: -206px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.27);
  display: inline-block;
  border-radius: 6px;
}

.image-two .image-box {
  position: relative;
  overflow: hidden;
}

.image-two .image-box img {
  border-radius: 6px;
  transition: 1s;
}

/* .course-top-header {
  --s: 2px;
  
  --c1: #d3c274;
  --c2: #f7e69a;

  --_g: radial-gradient(var(--c2) 49%, #0000 50%);
  background: var(--_g) calc(var(--s) / -2) calc(var(--s) / 2),
    repeating-conic-gradient(from 45deg, var(--c1) 0 25%, #0000 0 50%) calc(var(--s) / 2) calc(var(--s) / 2),
    var(--_g), var(--_g) var(--s) var(--s) var(--c1);
  background-size: calc(2 * var(--s)) calc(2 * var(--s));
} */

/* .course-top-headerinner-con {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 50px;
} */

.job-item {
  background-color: #fff;
}

.job-tab .nav-tabs {
  margin-bottom: 0px;
  border-bottom: 0;
}

.job-tab .nav-tabs>li {
  float: none;
  display: inline;
}

.job-tab .nav-tabs li {
  margin-right: 0px;
  flex: 1;
}

.job-tab .nav-tabs li:last-child {
  margin-right: 0;
}

.job-tab .nav-tabs {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.job-tab .nav-tabs .nav-link {
  border: none;
}

.course-content {
  padding: 30px;
}

.course-content p {
  font-size: 15px;
  color: #272c37;
  line-height: 24px;
  text-align: left;
}

.card-learn {
  width: 100%;
  max-width: 170px;
  display: inline-block;
  margin-right: 15px;
  padding: 10px 10px 10px 10px;
  text-align: center;
  border-radius: 6px;
  /* background: #fff; */
  box-shadow: 1px 4px 12px 0px rgba(17, 121, 239, 0.25);
  color: #fff;
  border: 1px solid #ffffff;
}

.learn-infos {
  margin-top: 30px;
}

.card-learn p {
  font-size: 14px;
  color: #fff;
  text-align: left;
  font-weight: 400;
  display: inline-block;
  margin: 0px;
}

.card-learn p img {
  width: 18px;
  height: 18px;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.card-learn p span,
.banner-rating p span {
  color: #d1d2d3;
  font-size: 17px;
  font-weight: 700;
}

.banner-rating p img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  position: relative;
  top: -2px;
}

.banner-rating {
  width: 100%;
  max-width: 170px;
  display: inline-block;
  margin-right: 15px;
  padding: 10px 10px 10px 10px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #ffffff;
  box-shadow: 1px 4px 12px 0px rgba(17, 121, 239, 0.25);
}

.banner-rating p {
  font-size: 14px;
  color: #fff;
  text-align: left;
  font-weight: 400;
  display: inline-block;
  margin: 0px;
}

.course-content h2 {
  color: #292929;
  text-align: left;
  margin-bottom: 15px;
  font-size: 20px;
}

/* .pattern2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .pattern2::before{position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, .65);
    background-repeat: no-repeat;} */

.eventsec {
  background-color: #f8efc4;
  margin-top: -100px;
  padding-top: 200px;
  padding-bottom: 50px;
  position: relative;
  z-index: -2;
}

.eventbg {
  background-image: url("/img/event-2.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  padding: 209px 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 10px;
  overflow: hidden;
}

.eventbg::before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0.3;
}

.video-btn a {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
}

.video-btn a::before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.9);
  animation: ripple 3s infinite;
  transition: all 0.4s ease;
}

.video-btn a::after {
  animation-delay: 0.6s;
}

.flaticon-play:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f04b";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 30px hsla(0, 0%, 100%, 0);
  }

  100% {
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
  }
}

.testimonial_containerg {
  /* background-image: url("/img/banner/notes.jpg"); */
  /* background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; */
  background-color: #ecf6fa;
}

/* .testimonial_containerg::before {
  position: absolute;
  content: "";
  background: #000;
  background-color: #ecf6fa;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0.8;
} */
.testimonial_containerg2 {
  background-image: url("/img/banner/reviews-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 100px;
}

.testimonial_containerg2::before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0.8;
}

.abtcontsec {
  padding-top: 60px;
  padding-left: 60px;
}

.bodytext2 {
  line-height: 28px;
  font-size: 17px;
  color: #51565e;
}

.faq-section {
  position: relative;
  padding: 0px 0 70px;
  background: #f5f8fd;
  /* margin-top: 100px; */
}

.faq-section .wrapper-box {
  position: relative;
  background: #fff;
  padding: 50px 50px 45px;
}

.faq-section .author-box {
  position: relative;
  padding-left: 90px;
  min-height: 70px;
  margin-bottom: 30px;
}

.faq-section .author-box .image {
  position: absolute;
  top: 0;
  left: 0;
}

.faq-section .author-box .image img {
  border-radius: 50%;
}

.faq-section .author-box h4 {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.faq-section .author-box .phone-number {
  position: relative;
  font-size: 30px;
  font-weight: 600;
}

.faq-section .mail {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.faq-section .list {
  margin-bottom: 18px;
  padding: 0px;
}

.faq-section .list li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  list-style: none;
}

.faq-section .read-more-link {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #9ca6b6;
  font-family: var(--fira-sans);
  text-transform: uppercase;
}

.faq-section .question-icon {
  position: absolute;
  right: 40px;
  bottom: 20px;
}

.faq-section .pattern {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}

.benefitcont {
  /* position: relative;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
    padding: 35px 30px; */
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.benefitcont .numcount {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #f7a400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.benefitcont .contsec {
  max-width: 430px;
}

.benefitcont h2 {
  font-size: 20px;
  color: #272c37;
  margin-bottom: 15px;
}

.benefitcont p {
  font-size: 15px;
  color: #272c37;
}

/* #iminterested .modal-body {
  padding-left: 50px;
  padding-right: 50px;
} */
#iminterested .modal-body h2 {
  margin-top: 0px;
  font-size: 25px;
  color: #3ca0a5;
}

#iminterested .modal-body button {
  border-radius: 1px;
  width: 180px;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: rgb(253, 74, 54);
  color: #fff;
  text-align: center;
  display: block;
}

.frminpt {
  border-radius: 3px;
  border-color: #b0b0b0;
  padding: 0.475rem 0.75rem;
  margin-bottom: 15px;
  margin-left: 0px;
}

.frminpt::placeholder {
  font-size: 14px;
}

.benefitsec {
  background-color: #f8efc4;
  /* margin-top: 100px; */
}

.franchbg {
  /* Here's the trick */
  /* Here's the trick */
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.5);

  /* Basic background styles */
  background: var(--image-url) center center no-repeat;
  background-size: cover;

  /* Here's the same styles we applied to our content-div earlier */
  color: white;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -90px;
  padding-bottom: 50px;
}

.whyshreemusic {
  background-color: #f8efc4;
  margin-top: -100px;
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
  z-index: -2;
}

.franchform {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 660px;
}

.franchbg h3 {
  font-size: 3em;
  color: #dfd9d9;
  margin: 0px;
}

.line {
  border-bottom: 2px solid #dfd9d9;
  width: 140px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 0px;
}

.franchbg ul {
  color: #dfd9d9;
  font-size: 1.2em;
  line-height: 35px;
  padding: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: disc;
}

.enqform {
  background: #03b97c;
  border: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  width: 200px;
  margin: 0 auto;
  border-radius: 0px;
}

.frform .form-group input {
  background: #fff;
  border-radius: 0px;
  padding: 10px 10px;
}

.contentarea {
  padding-top: 160px;
}

.actbtn {
  margin-top: 15px;
}

.actbtn h3 {
  font-size: 1.7em;
  color: #dfd9d9;
  margin: 0px 0px 5px 0px;
}

.actbtn p a {
  color: #dfd9d9;
  font-size: 1em;
  font-weight: bold;
}

.course-top-header {
  padding: 40px;
}

.navbar-toggler-icon {
  background-image: url("/img/menu.png");
}

.job-tab .nav-tabs .nav-item .nav-link {
  background: #54d6dc;
}

.job-tab .nav-tabs .nav-item .nav-link.active {
  background: #1b2626;
}

.card-image {
  transform: translateY(0);
  transition: 0.3s linear;
  border-radius: 5px;
}

.card-image img {
  width: 100%;
  /* margin-bottom: 25px; */
  height: 261px;
  object-fit: cover;
  border-radius: 5px;
}

/* gallery hover starts */

.card-image {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

/* gallery hover ends */

.accordion-button.collapsed {
  /* background-color: #154848; */
  color: #292929;
}

.accordion-button::after {
  background-image: url("/img/down.png");
}

.accordion-button::after {
  background-color: #363635 !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("/img/down.png");
}

.accordion-button:not(.collapsed) {
  background-color: #154848;
  color: #fff;
}

.faq-section .accordion {
  position: relative;
}

.accordion-body p {
  font-size: 15px;
  color: #363636;
}

.callcon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  margin: -100px auto 0;
}

.callcon img {
  width: 100%;
  border-radius: 50%;
}

.brdrconwhol {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0px;
}

.brdrcon {
  width: 33px;
  height: 33px;
  border: 1px solid #d1d1d1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  color: #535353;
}

.brdrcontop {
  content: "";
  border: 1px solid #d1d1d1;
  height: 70px;
  margin-top: 30px;
  border-top: 0px;
  border-left: 0px;
}

.brdrconbottom {
  content: "";
  border: 1px solid #d1d1d1;
  height: 70px;
  border-top: 0px;
  border-left: 0px;
}

.modal-body .form-control {
  font-size: 15px;
  color: #1077dd;
}

.photogallerysec {
  background-color: #262625 !important;
  padding-top: 75px;
}

.tr-job-posted .tab-content {
  margin-bottom: 60px;
}

.innerheader {
  background-image: url("/img/banner/drums-main-banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 240px 0px 0px 0px;
  position: relative;
  margin-bottom: 65px;
}

.innerheader_overlay {
  background-color: transparent;
  /* background-image: linear-gradient(150deg, #000000DE 5%, #FF9A442E 100%); */
  background-image: linear-gradient(150deg, #1f212bde 5%, #010e352e 100%);
  opacity: 1;

  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.innerheader .contentcon {
  position: relative;
  left: 100px;
  bottom: 116px;
}

.innerheader .contentcon h3 {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  letter-spacing: 1px;
}
.padleft{padding-left: 70px;}
@media only screen and (max-width: 479px) {
  .footer-info-list.footer-info-two{margin-bottom: 30px;}
  .padleft{padding-left: 20px;}
  .footer-widgetinsta{margin-top: 30px;}
  .coursetab h3 {
    margin-top: 15px;
  }

  .contacts {
    margin-bottom: 20px;
  }

  .coursecard {
    margin-bottom: 15px;
  }

  .cont {
    padding: 40px !important;
  }

  .ourcourse .nav-tabs .nav-item {
    max-width: 150px;
    flex: 1;
    flex-basis: 50% !important;
    margin-bottom: 5px;
  }

  .contwhole {
    flex-direction: column;
  }

  .ourcourse .nav-tabs .nav-link {
    font-size: 15px !important;
  }

  .greview_contsec {
    font-size: 13px;
    padding: 20px;
    line-height: 22px;
  }

  .innerheader .contentcon {
    left: 60px;
  }

  .greview_contsec p {
    font-size: 14px;
  }

  .chooseimg {
    width: 50px;
    height: 50px;
  }

  .childimage {
    width: 100%;
  }

  .choosewhole {
    gap: 10px;
  }

  .aboutsideinner {
    display: none;
  }

  .Modern-Slider .item .img-fill {
    height: 75vh;
  }

  .img-fill img {
    object-fit: cover;
  }

  .Modern-Slider .item .info>div {
    position: relative;
    top: -75px;
  }

  .eventwrapperinner {
    flex-direction: column;
    padding: 30px;
  }

  .ifrw {
    width: 100%;
  }

  .testimonial_containerresp {
    width: unset;
  }

  .course_details {
    width: 100%;
  }

  .frantestimonial_innercontainer {
    flex-direction: column;
  }

  .navbar {
    background-color: #04473b;
  }
}

@media only screen and (max-width: 320px) {
  .container {
    width: 100% !important;
  }
}

@media (max-width: 776px) {
  .footer-info-list.footer-info-two{margin-bottom: 30px;}
  .padleft{padding-left: 20px;}
  .footer-widgetinsta{margin-top: 30px;}
  .coursetab h3 {
    margin-top: 15px;
  }

  .contacts {
    margin-bottom: 20px;
  }

  .coursecard {
    margin-bottom: 15px;
  }

  .cont {
    padding: 40px !important;
  }

  .ourcourse .nav-tabs .nav-item {
    max-width: 150px;
    flex: 1;
    flex-basis: 50% !important;
    margin-bottom: 5px;
  }

  .contwhole {
    flex-direction: column;
  }

  .ourcourse .nav-tabs .nav-link {
    font-size: 15px !important;
  }

  .stat {
    flex-direction: column;
    padding: 0px 20px;
  }

  .milestone-counter {
    border-right: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .image-one {
    display: none !important;
  }

  .image-two {
    margin-top: 0px !important;
  }

  .image-two .image-box img {
    width: 100%;
  }

  .abtcontsec {
    padding: 0px;
  }

  .maincol {
    flex-direction: column;
  }

  .col1 {
    width: 100%;
  }

  .col2 {
    width: 100%;
    padding: 10px;
  }

  .aboutusimg {
    width: 100%;
  }

  .about-banner {
    padding-bottom: 30px;
  }

  .bodytext3 {
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
  }

  .course-top-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .course-top-headerinner-con {
    padding: 20px;
  }

  .learn-infos {
    display: flex;
    flex-direction: column;
    justify-content: center;

    gap: 20px;
  }

  .course_details {
    width: 100%;
    margin-top: 50px;
  }

  .coursedetlist .leftlist {
    width: 126px;
    font-size: 14px;
    font-weight: 500;
  }

  .coursedetlist li {
    font-size: 13px;
    font-weight: 500;
    color: #51565e;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 162px;
  }

  .course_details a {
    font-size: 13px;
  }

  .nav-tabs .nav-link {
    font-size: 15px;
  }

  .nav-tabs .nav-item .nav-link.active {
    font-size: 15px;
  }

  .course-content {
    padding: 0px;
  }

  .faq-section .wrapper-box {
    margin-top: 50px;
  }

  .faq-section .wrapper-box {
    padding: 30px 30px 50px;
  }

  .faq-section .author-box .phone-number {
    font-size: 20px;
  }

  .benefitcont {
    flex-direction: column;
    align-items: flex-start;
  }

  .brdrconwhol {
    flex-direction: row !important;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .brdrcontop {
    width: 70px;
    margin-top: 0px !important;
    height: unset !important;
  }

  .brdrconbottom {
    width: 70px;
    margin-top: 0px !important;
    height: unset !important;
  }
}
@media only screen and (min-width:777px) and (max-width:1199px){
  .footer-info-list.footer-info-two{margin-bottom: 30px;}
  .padleft{padding-left: 20px;}
  .footer-widgetinsta{margin-top: 30px;}
}

.card-image img {
  width: 100%;
  margin-bottom: 30px;
  height: 250px;
}
.locmap iframe{width: 100%;}
.card-image a {
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.card-image a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-image img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.card-image a:hover img {
  position: relative;
  width: 100%;
}

.card-image a:hover img {
  opacity: 0.2;
}

.card-image a:hover::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(https://i.ibb.co/3fMkjjF/Resize.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
}

.single-item .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
}

.inner-box .image-box {
  position: relative;
  margin: 0px !important;
  display: block;
  overflow: hidden;
}

.single-item .inner-box .image-box img {
  filter: blur(0.5);
}

.single-item .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.single-item .inner-box:hover .image-box:before {
  height: 100%;
}

.inner-box .image-box::before {
  position: absolute;
  content: "";
  background: #D1FCFF;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  opacity: .4;
  z-index: 1;
  transition: all .5s ease;
}

.single-item .inner-box .lower-content .text {
  position: relative;
  padding: 25px 20px 22px;

  border-top: 1px solid #d9e5e3;
  margin: 0;
}

.single-item .inner-box .lower-content .text h3 a {
  display: inline-block;
  color: #272c49;
  transition: all .5s ease;
}

.single-item .inner-box .lower-content .text h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 12px;
  margin-bottom: 11px;
  border-bottom: 1px solid #d9e5e3;
  text-align: left;
}

.single-item .inner-box .lower-content {
  position: relative;
  border-radius: 0 0 10px 10px;
  border: 1px solid #d9e5e3;
  border-top: none;

}

.single-item .inner-box .lower-content .text p {
  font-size: 16px;
  line-height: 28px;
  color: #717776;
  text-align: left;
}

.ourcourse .nav-tabs .nav-link.active {
  background-color: #ff7703;
  color: #fff;
}

.ourcourse .nav-tabs .nav-link {
  color: #333d46;
  font-weight: 500;
  padding: 13px 5px;
  text-align: center;
  font-size: 17px;
  border: 1px solid #ff7703;
  border-radius: 5px;
}

.ourcourse .nav-tabs {
  justify-content: space-between;
  border: none;
}

.ourcourse .nav-tabs .nav-item {
  max-width: 150px;
  flex: 1;
}

.nav-tabs .nav-link:hover {
  background-color: #ff7703;
  border-radius: 5px;
  color: #fff;
}

.contacts {
  margin-top: 20px;
}

.contacts img {
  width: 35px;
}

.contacts span a {
  font-size: 22px;
  font-weight: 600;
  margin-left: 5px;
  color: #3e4073;
}

.coursetab h3 {
  font-size: 23px;
  margin-bottom: 15px;
}

.coursetab p {
  font-size: 15px;
}

.coursetab ul li {
  list-style: none;
  font-size: 15px;
  line-height: 26px;
  color: #7a7a7a;
  display: flex;
}

.coursetab ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f192";
  color: #ff7703;
  font-size: 10px;
  margin-right: 5px;
  font-weight: 900;
}

.whychoose {
  background-image: url('../img/banner/why-choose.jpg');
  background-position: center center;
  background-size: cover;
  padding: 120px 0px 170px 0px;
  position: relative;
}

.whychooseoverlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #0000006E;
  opacity: 1;
}

.whychoose .contacts {
  display: flex;
  justify-content: center;
  align-items: center;
}

.whychoose .contacts img {
  width: 40px;
}

.whychoose .contacts span a {
  color: #fff;
  font-size: 33px;
}

.phn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.whychoosecon {
  margin-top: -85px;
  position: relative;
}

.coursecard {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.coursecard .choosetxt {
  text-align: center;
  margin-top: 20px;
}

.coursecard .choosetxt p{display:none;}

.cont {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  flex-direction: column;
  padding: 50px;
}

.cont h3 {
  font-size: 28px;
  margin-bottom: 25px;
}

.contwhole {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.conticon {
  background: #ff7703;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contwhole div h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.contwhole div p {
  font-size: 14px;
  margin-bottom: 2px;
  color: #292929;

}

.contwhole div p a {
  font-size: 14px;
  margin-bottom: 2px;
  color: #292929;

}

.conticon img {
  width: 25px;
}

#accordionFlushExample .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #292929;
  font-weight: bold;
}

#accordionFlushExample .accordion-collapse {
  background-color: #fff;
}

.services__tab-wrap .nav-link i {
  display: none;
}

.services__tab-wrap .nav-link {
  padding: 15px 55px 15px 55px;
}

.services__tab-wrap .nav-link::after {
  right: 45px;
}

 
        .filters {
  display: flex;
  gap: 5px;
    margin-bottom: 10px;
}

.filters button {
  cursor: pointer;
  background-color: #ff7703;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  display: block;
  text-align: center;
  border:none;
}

@media only screen and (max-width: 768px){
    .filters{margin-bottom: 15px;}
}

   