*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 12px;
  padding-right: 12px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 12px;
}



.page-center,
.content-wrapper,
.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding-left: 12px;
  padding-right: 12px;
}

.banner-section .dnd-section {
  padding: 0;
}
.banner-section .dnd-section > .row-fluid {
  padding: 0;
}

@media (max-width: 767px) {

}
@font-face { font-family: "Font Awesome 5 Free"; 
  src:url(https://22737096.fs1.hubspotusercontent-na1.net/hubfs/22737096/raw_assets/public/Bhaatkhande_Sangit_Vidyalaya_Sep2022/fonts/FontAwesome5Free-Solid.woff2) format("woff2"),
    url(https://22737096.fs1.hubspotusercontent-na1.net/hubfs/22737096/raw_assets/public/Bhaatkhande_Sangit_Vidyalaya_Sep2022/fonts/FontAwesome5Free-Solid.woff) format("woff"), 
    url(https://22737096.fs1.hubspotusercontent-na1.net/hubfs/22737096/raw_assets/public/Bhaatkhande_Sangit_Vidyalaya_Sep2022/fonts/FontAwesome5Free-Solid.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 900;
  font-display: block;
}


@font-face { 
  font-family: "Font Awesome 5 Brands";
  src:  url(https://22737096.fs1.hubspotusercontent-na1.net/hubfs/22737096/raw_assets/public/Bhaatkhande_Sangit_Vidyalaya_Sep2022/fonts/fa-brands-400.woff2) format("woff2"),
    url(https://22737096.fs1.hubspotusercontent-na1.net/hubfs/22737096/raw_assets/public/Bhaatkhande_Sangit_Vidyalaya_Sep2022/fonts/fa-brands-400.woff) format("woff");
  font-style: normal;
  font-weight: 400; 
  font-display: block; 
}

@font-face { 
  font-family: "Font Awesome 5 Free";
  src:  url(https://22737096.fs1.hubspotusercontent-na1.net/hubfs/22737096/raw_assets/public/Bhaatkhande_Sangit_Vidyalaya_Sep2022/fonts/fa-solid-900.woff2) format("woff2"),
    url(https://22737096.fs1.hubspotusercontent-na1.net/hubfs/22737096/raw_assets/public/Bhaatkhande_Sangit_Vidyalaya_Sep2022/fonts/fa-solid-900.woff) format("woff");
  font-style: normal; 
  font-weight: 900;
  font-display: block;
}
.fa-youtube:before {
  content: "\f167";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fab, .far {
  font-weight: 400;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -0.0667em;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa, .fas {
  font-weight: 900;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

html { 
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background-color: #F7F7F7;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}


p {
  margin-bottom: 1rem;
  margin-top: 0;
}

/* Anchor Links */
a {
  text-decoration: none;
}

img{
  max-width:100%;
  vertical-align:middle;
  height:auto;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  padding-left: 2rem;
  margin-bottom: 1rem;
  margin-top: 0;
}

ul li,
ol li {
  line-height: inherit;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

/* Horizontal Rules */
hr {
  background-color: currentColor;
  border: 0;
  color: inherit;
  margin: 1rem 0;
  opacity: .25;
  height: 1px;
}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
button,
.button {
  min-width: 150px;
  border-style: solid;
  font-size: 13px;
  font-weight: 400;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
  display: inline-block;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 30px;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  border: 0px;
  background: transparent;
  border-bottom: 1px solid gray;
  border-radius: 0px;
  padding: 10px;
  width: 90%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  /*   border-color: #EF6B51; */
}

ul.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs-error-msg,
.hs-error-msgs label {
  margin-top: 0.35rem;
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block;
}


.hs_error_rollup .hs-error-msgs label {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #ffb900;
  color: #212529;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  min-width: 150px;
  border-style: solid;
  font-size: 13px;
  font-weight: 400;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
  display: inline-block;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 30px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width: 767px) {
  
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.inner_header {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
  background-color: rgba(255, 255, 255, 0);
}


header.header .content-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: inherit;
  width: 100%;
}

.header .logo {
  margin-right: 1rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  white-space: nowrap;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  height: 40px;
  margin: 0 auto;
  width: 335.67px!important;
}

.header .navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
  -webkit-transition: -webkit-box-shadow .15s ease-in-out;
  transition: -webkit-box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  cursor: pointer;
  border-color: rgba(0,0,0,.1);
  color: rgba(0,0,0,.55);
}

.header .navbar-toggler-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}

.header .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}

.header .navbar-collapse .hs-menu-wrapper>ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: auto;
}

.header .navbar-collapse .hs-menu-wrapper>ul .hs-item-has-children {
  position: relative;
}

.header .navbar-collapse .hs-menu-wrapper>ul ul {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
  color: #212529;
  display: none;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: static;
  text-align: left;
  z-index: 1000;
  border: 1px solid rgba(0,0,0,.15);
  margin-top: 0.125rem;
}

.header .navbar-collapse .hs-menu-wrapper>ul>li>a {
  display: block;
  padding: 0.5rem 1rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 30px;
}

.header .navbar-collapse .hs-menu-wrapper>ul>.hs-item-has-children>a:after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}

.header .navbar-collapse .hs-menu-wrapper>ul ul li a {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #212529;
  display: block;
  font-weight: 400;
  padding: 0.25rem 1rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
  line-height:30px;
}

.header .navbar-collapse>.inner{   
  margin-left: auto;
}



.header .navbar-toggler-icon{
  background-image: url("https://22737096.fs1.hubspotusercontent-na1.net/hubfs/22737096/raw_assets/public/Bhaatkhande_Sangit_Vidyalaya_Sep2022/images/mobile.svg");
    }

body.bg-color .inner_header {
  background-color: rgba(0,0,0,.6);
  transition: background-color 200ms linear;
}

.header_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
}

body.menu_close .header_overlay {
  display: block;
}

body.no-banner .inner_header {
  background-color: rgba(0,0,0,.6);
}


/* MEDIA QUERY */
@media (min-width: 768px){
  .inner_header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .header .navbar-toggler {
    display: none;
  }

  .header .navbar-collapse {
    -ms-flex-preferred-size: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex!important;
    flex-basis: auto;
  }

  .header .navbar-collapse .hs-menu-wrapper>ul{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .header .navbar-collapse .hs-menu-wrapper>ul ul {
    position: absolute;
  }
  .header .navbar-collapse .hs-menu-wrapper>ul>li>a{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

}  

@media (min-width: 768px) and (max-width:1399px){
  .header .navbar-collapse .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width:1200px){
  .header .navbar-collapse .hs-menu-wrapper>ul>li>a {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
  }
}

@media (min-width: 768px) and (max-width:991px){
  .header .navbar-collapse .hs-menu-wrapper>ul>li>a{
    white-space: nowrap;
  }
  header.header .content-wrapper{
    max-width: 800px;
  }
}

@media (min-width: 890px) and (max-width:991px){
  .header .logo a img {
    max-width: 231px !important;
  }

}

@media (min-width: 768px) and (max-width:899px){
  .header .navbar-collapse .hs-menu-wrapper>ul>li>a{
    font-size: 9px;
    padding-left: 4px;
    padding-right: 4px;
    letter-spacing: 0px;
  }

  .header .navbar-collapse .hs-menu-wrapper>ul>.hs-item-has-children>a:after {
    margin-left: 1px;
  }

  .header .logo a img{
    max-width: 230.67px;
    width: auto !important;
  }

}


@media (max-width: 767px){
  .header .logo a img {
    height: 33px;
    width: 276.94px!important;
  }
  .header .navbar-collapse{
    -ms-flex-preferred-size: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1;
    background-color: rgba(0,0,0,.9);
    position: relative;
    display:none;
    padding: 15px;
  }
  .header .navbar-toggler{
    background: transparent;
    border-color: rgba(255,255,255,1);
    color: rgba(255,255,255,1);
  }
  .header .navbar-toggler:focus {
    -webkit-box-shadow: 0 0 0 0.25rem;
    box-shadow: 0 0 0 0.25rem;
    outline: 0;
    text-decoration: none;
  }
  .header .navbar-collapse .hs-menu-wrapper>ul>.hs-item-has-children>a:after{
    position: relative;
    top: 1px;
  }

}
@media (max-width: 390px){
  .header .navbar-toggler{
    width: 42px;
    text-align: center;
    display: flex;
    padding: 0.25rem 7px;
    justify-content: center;
  }
  .header .logo {
    margin-right:0;
    padding-right: 1rem;
    width: calc(100% - 42px);
  }
}
.footer {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.footer .row>* {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}
.footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right:-12px;
}

.footer ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  line-height: 30px;
  display: flex;
  margin-top: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer ul li {
  background-color: transparent;
  border: 0;
  color: #fff;
  display: block;
  padding: 0.5rem 1rem;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
}

.footer .col-md-2 {
  text-align: right;
}
.footer hr {
  height: 1px;
  background-color: currentColor;
  border: 0;
  color: inherit;
  margin: 1rem 0;
  opacity: .25;
}
.footer .col-md-2 .inner {
  display: inline-block;
}

.footer .text-end {
  text-align: right;
}

.footer .col-md-6.copyright{
  font-size:12px;
  margin:0;
  line-height: 30px;
}
.footer .col-md-6 img{
  width:350px!important;
  max-width:100%;
}

.footer.lp-footer .col-md-6.copyright {
  width: 100%;
}

.footer.lp-footer .col-md-6.copyright p {
  margin: 0px;
}
.button-default-orange:hover {
  background-color: #fff;
  color: #828282;
  border-color: #fc9f62;
}
.button-default-orange{
  outline:none!important;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #212529;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  margin: 0;
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.button-default-orange {
  min-width: 150px;
  padding: 10px 20px;
  background-color: #FC9F62;
  border: 1px solid #FC9F62;
  font-size: 13px;
  font-weight: 400;
  border-radius: 20px;
  color: #fff;
  transition: color .5s linear,background-color .5s ease-in-out;
  text-transform: uppercase;
}

.btn-orange-reset {
  position: fixed;
  right: -20px;
  bottom: 100px;
  min-width: 70px;
}

@media (min-width: 992px) and (max-width:1200px){
  .footer ul li {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width:991px){
  .footer ul li {
    font-size: 11px;
    padding: 0.5rem 7px;
  }
}
@media (min-width: 768px){
  .footer .col-md-6,
  .footer .col-md-1, .footer .col-md-2,
  .footer .col-md-9,.footer .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer .col-md-6 {
    width: 50%;
  }
  .footer .col-md-10 {
    width: 83.3333333333%;
  }
  .footer  .col-md-2 {
    width: 16.6666666667%;
  }
}
@media (max-width: 767px){
  .footer .hs-menu-wrapper ul{
    display: block;
  }
  .footer .col-md-2 {
    text-align: left;
  }
}
.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}




.homepage .hs_cos_wrapper_type_module a.hs-button {
  min-width: 150px;
  padding: 10px 20px!important;
  background-color: #FC9F62;
  border: 1px solid #FC9F62;
  font-size: 13px;
  font-weight: 400;
  border-radius: 20px!important;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.homepage .hs_cos_wrapper_type_module a.hs-button:hover {
  background-color: #fff;
  color: #828282;
}

.homepage .hs_cos_wrapper_type_module a.hs-button:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  outline: 0;
}

.homepage .cm_content_wid_img_col_wrap .content h1 {
  margin-top: 1.5rem;
}
.homepage .cm_content_wid_img_col_wrap .content-col {
  margin: 0;
}


/* ======= guiding-light-page =============== */

.guiding-light-page .dnd-section .widget-type-linked_image img {
  width: 90%;
}


.guiding-light-page .dnd-section .widget-type-linked_image::before {
  width: 85%;
  min-height: 570px;
  height: 100%;
  background: #fff;
  border: 25px solid rgba(231,167,111,.53);
  position: absolute;
  right: 0;
  top: 30px;
  z-index: -1;
  content: '';
  /*   margin-top: 18px; */
}

.guiding-light-page .widget-type-linked_image {
  position: relative;
}

.guiding-light-page .hs_cos_wrapper_type_module a.hs-button {
  min-width: 150px;
  padding: 10px 20px!important;
  background-color: #FC9F62;
  border: 1px solid #FC9F62;
  font-size: 13px;
  font-weight: 400;
  border-radius: 20px!important;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  margin-top: 0.25rem;
}

.guiding-light-page .hs_cos_wrapper_type_module a.hs-button:hover {
  background-color: #fff;
  color: #828282;
}

.guiding-light-page .hs_cos_wrapper_type_module a.hs-button:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  outline: 0;
}






.faculty_page .cm_content_wid_img_col_wrap.left_img .content {
  width: calc(90% + 3rem);
  max-width: 100%;
}

@media (max-width: 767px) {

  .faculty_page .cm_content_wid_img_col_wrap.left_img .content {
    padding-right: 10px;
  }

}





.contact_page form .hs-form-field {
  margin: 0;
  padding: 4px;
}
.contact_page .hs-form-field > label {
  display: none;
}
.contact_page form fieldset .input {
  margin-right: 0 !important;
}
.contact_page form textarea.hs-input {
  resize: vertical;
  height: 141px;
}

.contact_page form .actions {
  padding: 4px;
}
.contact_page form .hs-button {
  margin: 0;
}




body .mfp-arrow-left:before,
body .mfp-arrow-left .mfp-b {
  margin-left: 25px;
}
body .mfp-arrow-left:after, 
body .mfp-arrow-left .mfp-a {
  margin-left: 31px;
}
body .mfp-arrow-right:after,
body .mfp-arrow-right .mfp-a {
  margin-left: 39px;
}

body .mfp-arrow.mfp-arrow:before,
body .mfp-arrow.mfp-arrow:after {
  border: none !important;
}
body .mfp-container button {
  min-width: unset;
}


body .mfp-arrow.mfp-arrow-left {
  min-width: auto;
  background: url(https://22737096.fs1.hubspotusercontent-na1.net/hubfs/22737096/raw_assets/public/Bhaatkhande_Sangit_Vidyalaya_Sep2022/images/icon-arrow-left.png) 50% 50% no-repeat !important;
}
body .mfp-arrow.mfp-arrow-right {
  min-width: auto;
  background: url(https://22737096.fs1.hubspotusercontent-na1.net/hubfs/22737096/raw_assets/public/Bhaatkhande_Sangit_Vidyalaya_Sep2022/images/icon-arrow-right.png) 50% 50% no-repeat !important;
}
body .mfp-image-holder .mfp-close {
  padding: 0 0 18px 10px;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  padding-right: 6px;
  font-size: 0;
  margin: 0;
  background: url(https://22737096.fs1.hubspotusercontent-na1.net/hubfs/22737096/raw_assets/public/Bhaatkhande_Sangit_Vidyalaya_Sep2022/images/icon-close.png) right no-repeat !important;
  cursor: pointer !important;
}

body .mfp-bottom-bar .mfp-counter {
  color: #f3f3f3;
  font-family: 'Open Sans';
}


@media (min-width: 768px) {
  .contact_page_top_sec .dnd-column.span4 {
    margin-right: 1px;
  }
  .contact_page form fieldset {
    width: calc(100% + 24px) !important;
    max-width: calc(100% + 24px) !important;
    margin: 0 -12px !important;
  }
  .contact_page form .hs-submit {
    margin: 0 -12px;
    max-width: calc(100% + 24px);
    width: calc(100% + 24px);
  }
}

@media (max-width: 767px) {
  .contact_page form fieldset .hs-form-field {
    float: none !important;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  } 
  .contact_page form .hs-input {
    width: 100% !important;
  }
  .contact_page form .actions {
    padding-left: 0;
    padding-right: 0;
  }
  .guiding-light-page .dnd-section .widget-type-linked_image:before {
    max-height: 570px;
    min-height: auto;
  }
}