/* 
--------------------------------------------
 Theme Name:   Child Theme - 2022
 Theme URI:    
 Description:  child theme of twenty twenty one
 Author:       fsm
 Author URI:   
 Template:     twentytwentyone
 Version:      1.0
--------------------------------------------*/

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

body {
  font-family: "Montserrat", sans-serif !important;
  background-color: #f5f5f5 !important;
  overflow-x: hidden;
  font-size:1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
input, ul, ol, li {
  font-family: "Montserrat", sans-serif !important;
}

li{
	padding-bottom:8px!important;
}
ol,ul{
	padding-left:0!important;
}
.modal-body ul {
	padding-left:20px !important;
}
a:hover {
    text-decoration: none!important;
}

.why-learn-at-home-section P, .instrument-tabs-section p {
	text-align:justify;
}
img, video { max-width:100%; object-fit:cover; }
:not(.wpcf7-form) p:last-child {
/* 	margin-bottom:0;
	padding-bottom:0; */
}
/*--------- Common Use Cases ---------*/
.margin-bottom-0{
	margin-bottom:0!important;
}
.margin-top-0{
	margin-top:0!important;
}
/*--------- End of Common Use Cases ---------*/

/* ------------- Header & Footer ------------- */
/*Header */
.navbar {
  padding: 0 !important;
  transition: 0.5s ease;
}

.top-header {
  background: #242424;
  padding: 10px 5% !important;
  border-bottom: 1px solid #fff;
}

.top-header ul li a {
  margin-right: 28px !important;
  padding-left: 0 !important;
  font-weight: 400;
  font-size: 14px;
  color: #fff !important;
}

.main-header {
/*   padding: 0 5% !important; */
  background: #242424;
}

.nav-link.fsm-logo:focus,
.nav-link.fsm-logo:active {
  outline: none !important;
  text-decoration: none;
  text-decoration-skip-ink: none;
}
.nav-link.active {
  border-bottom: 2px solid #d60000;
  font-weight: 500;
}

.fsm-logo img {
  width: 150px;
  margin: 10px 0;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.fsm-logo img:hover {
  transform: scale(1.08);
}

.main-header li a.nav-link {
  margin-right: 24px !important;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff !important;
  border-bottom: 2px solid transparent;
}

.main-header li a:hover {
  /* color: #d60000 !important; */
  border-bottom: 2px solid #d60000;
/*   font-weight: 500; */
  font-weight: 400;
}
.main-header li .dropdown-menu a.dropdown-item {
	font-size:14px;
	font-size:0.875rem;
  	border-bottom: 2px solid transparent;
}
.main-header li .dropdown-menu a.dropdown-item:hover {
  	border-bottom: 2px solid #d60000;
}

.top-header li a {
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
}
.top-header li a:hover {
  /* color: #d60000 !important; */
  border-bottom: 2px solid #d60000;
/*   font-weight: 500; */
  font-weight: 400;
}

.main-header li a.nav-link.book-demo {
  color: #ffffff !important;
  background: #d60000;
  padding: 11px 35px !important;
  padding-right: 35px !important;
  border-radius: 4px;
  font-weight: 500;
}

.main-header li a.nav-link.book-demo:focus {
  outline: none;
  text-decoration: none;
  text-decoration-skip-ink: none;
  background: #d60000;
}

.main-header li a.nav-link.book-demo:hover {
  box-shadow: 0.5em 0.5em 0.5em -0.4em #fff;
  transition: all 300ms ease;
}

.main-header li a.nav-link.book-demo:hover,
.main-header li a.nav-link.fsm-logo:hover {
  border-bottom: none;
}

.navbar-nav > .active > a {
  color: #d60000 !important;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: none !important;
  text-decoration: none !important;
  text-decoration-skip-ink: none !important;
  background: transparent !important;
}

#topNavBar .navbar-nav.mobile {
  display: none;
}

.nav-fsm-logo {
  display: none !important;
}

.banner .slick-slider {
  margin-bottom: 0;
}

.navbar #dropdown-menu-link:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/*Footer*/
.site-footer {
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 5%;
}

.bottom-footer .footer-newsletter {
  background: #fff;
  border-radius: 30px;
  display: flex;
  padding: 5px 5px 5px 25px;
  position: relative;
  width: fit-content;
}
.bottom-footer .footer-newsletter input[type="email"] {
  border: none;
  background: none;
  outline: none;
  width: 180px;
}
.bottom-footer .footer-newsletter input[type="submit"] {
  font-size: 10px;
  background: #414141 !important;
  color: #fff;
  border-radius: 26px;
  outline: none;
  padding: 15px;
}
.bottom-footer .footer-newsletter p {
  margin-bottom: 0;
}
.bottom-footer .fsm-desc {
  margin-bottom: 20px;
  text-align: left;
}
.bottom-footer .footer-newsletter .wpcf7-spinner {
  position: absolute;
  right: 25px;
  bottom: -25px;
  border: 1px solid #fff;
}
.bottom-footer .wpcf7 form.failed .wpcf7-response-output,
.bottom-footer .wpcf7 form.aborted .wpcf7-response-output {
  border: 1px solid red !important;
  color: white !important;
  margin-top: 10px !important;
}
.bottom-footer .wpcf7 form.sent .wpcf7-response-output,
.bottom-footer .wpcf7 form.invalid .wpcf7-response-output {
  color: #fff;
}

.visit-us-section {
  width: 100vw;
  padding: 0 0 0 5%;
  margin: 0 !important;
}

.visit-us-section .visit-us-content {
  padding: 5% 0;
}

.visit-us-section .visit-us-content .footer-music-note {
  position: absolute;
  top: 0;
  right: 20%;
}

.visit-us-section .visit-us-content,
.visit-us-section .visit-us-map {
  width: 50%;
  position: relative;
}

.visit-us-content .visit-us-today {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 0;
  padding-bottom: 28px;
}

.visit-us-content .visit-us-today span {
  color: #d60000;
}

.visit-us-content .visit-us-title {
  font-weight: 700;
  font-size: 22px;
  color: #414141;
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.visit-us-content .visit-us-desc {
  font-weight: 400;
  font-size: 1rem;
  color: #474747;
}

.visit-us-content .call-us-section > div {
  align-items: flex-start;
}

.visit-us-content .call-us-section > div img {
  margin-right: 18px;
  margin-top: 7px;
}

.visit-us-content .call-us-section.one {
  width: 220px;
  margin-right: 5%;
}

.visit-us-content .footer-details {
  margin-right: 85px;
}

.visit-us-content .footer-details.one {
  margin-bottom: 20px;
}

.visit-us-section .visit-us-map iframe {
  width: 100%;
  height: 100%;
}



/*Bottom Footer*/
.bottom-footer {
  padding: 50px 5% 14px;
  background: #242424;
  margin: 0 !important;
  width: 100vw;
  position: relative;
}

.bottom-footer .fsm-desc {
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  padding-right: 10%;
}
.mainsnow{
display:none !important;
height:0px;
}

.bottom-footer .bolder-text {
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0 !important;
}

.bottom-footer .call-us-title {
  font-weight: 400;
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff;
  margin-bottom: 0;
}

.bottom-footer .call-us-desc {
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}

.bottom-footer .footer-col-1 img {
  margin-right: 10px;
  margin-top: -15px;
  object-fit:contain;
}

.bottom-footer #fsm-white-logo {
  margin-bottom: 12px;
  width: 180px;
}

.bottom-footer .relevant-links,
.bottom-footer .sm-links {
  list-style: none;
  padding-bottom: 5px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 15px;
}

.bottom-footer .relevant-links a,
.bottom-footer .sm-links a {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

.bottom-footer .sm-links a i {
  margin-right: 15px;
  font-size: 18px;
}

.bottom-footer #last-music-note {
  position: absolute;
  right: 10%;
  bottom: 5%;
}

.bottom-footer .copyright-section {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  padding-top: 5%;
}
/* ------------- End of  Header & Footer ------------- */

/* ------------- Homepage ------------- */
/*Banner*/
.banner {
	position: relative;
	margin-bottom: 0 !important;
	align-items: center;
	display: flex;
	flex-flow: column;
}
.banner .slick-dots {
  bottom: 0;
}
.banner .slick-dots li button:before {
  color: #fdbd10 !important;
}
.banner > video {
	object-fit:cover;
	max-width:100%;
	max-height:100%;
	height:100%;
}

.single-item img {
  width: 100%;
  height: 80vh;
}

#main {
  padding-top: 0;
}

#quick-enquiry-btn {
  position: absolute;
  right: 10%;
  bottom: 10vh;
  background: #fdbd10 !important;
  padding: 17px 42px;
  color: #414141;
  font-weight: 500;
  font-size: 1rem;
  box-shadow: 0px 4px 14px rgba(253, 189, 16, 0.2);
  border-radius: 4px;
  text-decoration: none;
}

#quick-enquiry-btn:hover {
  box-shadow: 0.3em 0.3em 0 0 #fdbd1080, inset 0.3em 0.3em 0 0 #fdbd1080;
  transition: all 300ms ease;
}

.banner-cta {
  position: fixed;
  bottom: 10%;
  right: 20px;
  z-index: 99;
}

.banner-cta-icons:hover {
  text-decoration: none;
}

.banner-cta-icons {
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.25);
}

.banner-cta-icons i {
  background: #d60000;
  padding: 15px;
  margin-bottom: 5px;
  display: block;
  border-radius: 5px;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.25);
  filter: grayscale(100);
}
.banner-cta-icons:hover i { filter: grayscale(0); }
.banner-cta-icons i.fa-brands.fa-whatsapp {
  color: #4fce5d;
  background: #fff;
  font-size: 28px;
}
.banner-cta-icons i.fa-solid.fa-phone {
  color: dodgerblue;
  background: #fff;
}
.banner-cta-icons i.fa-solid.fa-envelope {
  color: orange;
  background: #fff;
}

.banner-cta-icons i:hover {
  transform: scale(1.2);
  transition: all ease-in-out 300ms;
}

#quick-enquiry-modal .modal-dialog {
/*   position: absolute;
  right: 5%;
  bottom: 15vh; */
  box-shadow: 0px 4px 14px rgb(253 189 16 / 20%);
  border-radius: 4px;
}
#quick-enquiry-modal .modal-dialog .close { 
position: absolute;
	opacity:1;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 40px;
    padding: 0 !important;
    margin: 0 !important;
}

#quick-enquiry-modal .modal-dialog input[type="submit"] {
  background: #d60000;
  color: #ffffff;
  padding: 8px 36px;
	margin:0 auto;
}

#quick-enquiry-modal .modal-dialog button {
  background: #d60000;
  color: #ffffff;
}

#quick-enquiry-modal .modal-dialog input[type="text"],
#quick-enquiry-modal .modal-dialog input[type="email"],
#quick-enquiry-modal .modal-dialog input[type="tel"] {
  border: 1px solid #c2c2c2 !important;
}

#quick-enquiry-modal .modal-dialog input[type="text"]:focus,
#quick-enquiry-modal .modal-dialog input[type="email"]:focus,
#quick-enquiry-modal .modal-dialog input[type="tel"]:focus {
  outline: none;
}

.banner-tag {
  position: absolute;
  top: 40%;
  font-size: 60px;
  font-size:3.75rem;
  text-transform: uppercase;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 600;
	z-index:2
}
.banner-tag span {
  color: #d60000;
}

/*Slick Slider*/
.slick-dots li button {
  background: transparent !important;
}

.slick-dots li button:before {
  font-size: 14px !important;
  color: #d60000 !important;
}

.slick-next:before,
.slick-prev:before {
  color: #d60000 !important;
}

.slick-next,
.slick-prev {
  background: transparent !important;
}

/*Instruments Slider*/
.we-teach-text {
  font-weight: 800;
  font-size: 38px;
  color: #000000;
  text-align: center;
/*   margin-top: 5% !important; */
/*   margin-bottom: 0 !important; */
}

.we-teach-text span {
  color: #d60000;
}

.instruments {
/*   margin: 20px 10% 5% !important; */
/*   margin: 0 10% 0% !important; */
/*   margin: 0 calc(53px + 10px) 0% !important; */
  margin: 0 8%!important;
}

.instrument-cards {
  background: #ffffff;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 12px;
  padding-bottom: 27px;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.1);
}

.instruments .slick-slide {
  margin: 0 8px;
/*   height: 450px; */
	height:auto;
}

.instruments .slick-list {
  margin: 0 -8px;
}

.instrument-cards img {
  width: 100%;
  height:150px;
}

.instrument-cards .instrument-name {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #414141;
  padding: 12px 0;
  margin-bottom: 0;
}

.instrument-cards .instrument-desc {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #414141;
  margin-bottom: 10px;
  padding-bottom: 12px;
  padding-right: 5px;
  height: 150px;
}

.site .instrument-cards a.instrument-cta, .btn-primary-red {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  border-radius: 6px;
  background: #d60000;
}
.site .instrument-cards a.instrument-cta:hover,
.site .instrument-cards a.instrument-cta:focus,
.site .instrument-cards a.instrument-cta:active, 
.btn-primary-red:hover,.btn-primary-red:focus,.btn-primary-red:active {
  color: #fff !important;
  background: #d60000 !important;
  text-decoration:none;
}

.instruments .slick-next:before,
.instruments .slick-prev:before {
  background: #414141;
  padding: 10px 12px;
  border-radius: 4px;
}

.instruments .slick-next:before {
  content: url(/wp-content/uploads/2022/08/arrow-icon.svg);
  margin-left: 30px;
}

.instruments .slick-prev:before {
  content: url(/wp-content/uploads/2022/08/arrow-icon.svg);
  margin-left: 30px;
}
.instruments .slick-prev {
  transform: rotate(180deg);
}

/*About us*/
.about-us-section {
  padding: 5%;
  margin: 0 !important;
  position: relative;
  background: url("/wp-content/uploads/2022/11/BG-Image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -10px !important;
}

.about-us-section .about-us-left {
  z-index: 1;
}

.about-us-section .about-us-left img {
  text-align: center;
  padding-bottom: 70px;
}

.about-us-text {
  font-weight: 700;
  font-size: 82px;
  color: #fff;
}

.fsm-text {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
}

.fsm-text span {
  color: #d60000;
}

.about-section .about-count {
  font-weight: 700;
  font-size: 36px;
  font-size: 2.25rem;
  color: #d60000;
  margin-bottom: 0;
}

.about-section .about-desc {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 0;
  text-transform:capitalize;
}

.about-us-section .about-section {
  margin-left: 2.5%;
  margin-right: 2.5%;
}

.about-section .fa-solid {
  font-size: 50px;
  margin-right: 30px;
  color: #fff;
  margin-top: 15px;
}

.about-us-section #drum-sticks {
  width: 270px;
  position: absolute;
  left: 0;
  top: 10%;
}

#music-courses-section {
  position: absolute;
  top: 1200px;
}

#learn-music-sections {
  position: absolute;
  top: 830px;
}

/*b2b banner*/
.b2b-banner {
  margin: 0 !important;
  position: relative;
}

.b2b-banner .b2b-heading span,  .explore-music-programs-section .explore-music-heading span{
 color:#d60000;
}

.b2b-banner .b2b-para, 
.explore-music-programs-section .explore-music-para {
	text-align:center;
	color:#000;
	padding:0 10%;
}
.b2b-banner picture, 
.b2b-banner source, 
.b2b-banner img { max-width:100%; }


.explore-music-programs-section .container{
/* 	margin-top:40px; */
}
.explore-music-programs-section .explore-music-para {
	text-align:justify;
}
.explore-music-programs-section .container .fsmxbuddy-img{
	padding:0 30px;
	border-left:1px solid #9a9a9a;
	border-right:1px solid #9a9a9a;
}
.explore-music-programs-section .container .high-furtados-img{
	margin-left:30px;
/* 	margin-top:-30px; */
}
.explore-music-programs-section .container .fsm-center-text{
	margin-right:30px;
}
.explore-music-programs-section .download-fsm-text{
	font-size:18px;
	color:#000;
	font-weight:600;
	text-align:center;
}
.explore-music-programs-section .explore-music-bg-image{
	position:absolute;
	right:0;
	top:30%;
	width:150px;
	display:none;
}
.explore-music-programs-section {
	position:relative;
}

.explore-music-programs-section .ios-download-img, .explore-music-programs-section .android-download-img{
	width:
}

.learn-events-section{
	background: url("/wp-content/uploads/2023/01/EventsBG.jpg") center center no-repeat;
    background-size: cover;
/* 	padding:5% 10%; 
	padding-left: 10%;
	padding-right: 10%; 
	margin-bottom: 10px!important;
	*/
	color:#fff;
}
.learn-events-section .cadence-logo{
	height:100px;
}
.learn-events-section .bandit-logo{
	height:180px;
}
.learn-events-section p{
	margin-left:20px;
	font-size:14px;
	font-size:0.875rem;
}
.learn-events-section a{
	margin-left:20px;
}
.b2b-banner .hidden-image-desktop{
		display:none;
}

/*Get in touch banner*/
.get-in-touch-banner {
  background: #d60000;
  padding: 54px 5%;
  margin: 0 !important;
}

.get-in-touch-banner p {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
}

.get-in-touch-banner a {
  font-weight: 500;
  font-size: 20px;
  background: #ffffff;
  border-radius: 4px;
  padding: 17px 90px;
  transition: all 300ms ease;
  color: #414141;
  text-decoration: none;
  height: 100%;
}

.get-in-touch-banner a:hover {
  color: #d60000;
  text-decoration: none;
  transition: all ease-in-out 300ms;
  font-weight: 600;
  box-shadow: 0px 15px 20px #41414170;
}

.site
  .get-in-touch-banner
  a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: #fff !important;
}

/*At center & home section*/
.at-home-center-section-home-page {
  margin: 0 !important;
  margin-top: -7px !important;
}

.at-home-center-section,
.at-home-center-section > .d-flex {
	gap:0 10px
}
.at-home-center-section .at-home,
.at-home-center-section .at-center,
.at-home-center-section .at-online {
  position: relative;
  width: 33.33%;
}

.at-home-center-section .at-home-img,
.at-home-center-section .at-center-img,
.at-home-center-section .at-online-img {
  width: 100%;
  height: 100%;
}
.at-home-center-section .at-home-img,
.at-home-center-section .at-center-img,
.at-home-center-section .at-online-img,
.slick-slide img {
	filter: grayscale(100%);
}

.at-home-center-section .at-home:hover .at-home-img,
.at-home-center-section .at-center:hover .at-center-img,
.at-home-center-section .at-online:hover .at-online-img,
.slick-slide:hover img {
	filter: grayscale(0%);
}
.at-home-center-section .at-home p + img,
.at-home-center-section .at-center p + img,
.at-home-center-section .at-online p + img{
	object-fit:contain;
}

.at-home-center-section .at-home-center-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(214 0 0 / 50%);
  right: 0;
  padding: 30px 10%;
  text-decoration: none;
  align-items: center;
}

.at-home-center-section .at-home-center-cta p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 26px;
}

.at-home-center-section .at-home-center-cta span {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}

.at-home-center-section .at-home-center-cta:hover {
  background: #d6000080;
  transition: all 300ms ease;
}


/*Testimonials*/
.testimonials-section {
  padding: 0 5% 0;
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 10% !important;
}

.testimonial-slider {
/*   padding-top: 30px; */
  width: 1200px;
  max-width: 60vw;
  z-index: 1;
}

.testimonials-section .testimonial-text {
  font-size: 1.5em;
/*   font-style: italic; */
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1em;
  color: #fff;
	text-align:center;
}

.testimonials-section .student-name {
  font-weight: 600;
  font-size: 0.8rem;
  margin: 0;
  color: #fff;
}

.testimonials-section .student-designation {
  font-weight: 300;
  font-size: 1rem;
  margin: 0;
  color: #fff;
}

.testimonials-section .student-img {
  margin-right: 20px;
}

.testimonials-section .slick-dots {
  text-align: left;
  bottom: -60px;
}

.testimonials-section #testimonial-bg-quote {
  position: absolute;
  top: 5%;
  left: 10%;
}

.testimonials-section #headphones {
  position: absolute;
  top: 10%;
  right: -20px;
}

.testimonials-section.testimonials-home-page .slick-dots li button:before {
  font-size: 14px !important;
  color: #fdbd10 !important;
}

.slick-dots li {
     margin: 0 2px!important;;
}
/*Events Slider*/
.instrument-cards .events-desc {
  font-weight: 400;
  font-size: 14px;
  color: #414141;
  margin-bottom: 0;
  padding-right: 5px;
}
.instrument-cards .events-desc2 {
  margin-bottom: 10px;
}
.instrument-cards .events-cta {
  line-height: 40px;
}
.instrument-cards .event-name {
  line-height: 20px;
}

/*Our Partners Slider*/

.home-our-partners-slider .slick-next:before {
  content: url(/wp-content/uploads/2022/08/arrow-icon.svg);
  background: #d60000;
  padding: 15px 20px;
  border-radius: 4px;
  margin-left: 30px;
}

.home-our-partners-slider .slick-prev {
  transform: rotate(180deg);
}

.home-our-partners-slider .slick-prev:before {
  content: url(/wp-content/uploads/2022/08/arrow-icon.svg);
  background: #414141;
  padding: 15px 20px;
  border-radius: 4px;
  margin-left: 30px;
}
.home-our-partners-slider .slick-prev:before {
  margin-left: 30px !important;
  font-size: 20px !important;
}
.home-our-partners-slider .slick-next:before {
  font-size: 20px !important;
}

/* ------------- End of Homepage ------------- */

/* ------------- Instrument Page ------------- */

/*Instrument hero section*/
.instrument-hero-section, .banner-section {
  width: 100%;
  height: 50vh;
  background: #d9d9d9;
  position: relative;
  margin-bottom: 5% !important;
}

.instrument-hero-section .instrument-hero-heading, .banner-section .heading{
	font-weight:700;
	color:#fff;
	text-shadow: 1px 1px 3px #000;
}
.banner-section h1.heading {
	font-size: 3.5rem;
    line-height: 1.2;
	color: #fff;
}
.instrument-hero-section .instrument-hero-heading span, .banner-section .heading > span {
	color:#d60000;
}
.instrument-hero-section.mfs-hero-section {
  background-image: url("/wp-content/uploads/2022/12/For-Schools-Banner-Image-2.png");
}

.instrument-hero-section.drum-instrument {
  background-image: url("https://vinitpatil.in/wp-content/uploads/2023/02/Home-Tuition.jpg");
}

.instrument-hero-section.flute-instrument {
  background-image: url("/wp-content/uploads/2022/09/flute-banner.jpg");
}

.instrument-hero-section.guitar-instrument {
  background-image: url("/wp-content/uploads/2022/09/banner-3.jpg"), linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6));
    background-blend-mode: multiply;
}

.instrument-hero-section.indian-vocal-instrument {
  background-image: url("/wp-content/uploads/2022/09/indian-vocal-banner.jpg");
}

.instrument-hero-section.keyboard-instrument {
  background-image: url("/wp-content/uploads/2023/01/Keyboard.jpg");
}

.instrument-hero-section.piano-instrument {
  background-image: url("/wp-content/uploads/2022/09/piano-banner.jpg");
}

.instrument-hero-section.saxophone-instrument {
  background-image: url("/wp-content/uploads/2022/09/saxophone-banner.jpg");
}

.instrument-hero-section.ukulele-instrument {
  background-image: url("/wp-content/uploads/2022/09/ukulele-banner.jpg");
}

.instrument-hero-section.violin-instrument {
  background-image: url("/wp-content/uploads/2022/09/violin-banner.jpg");
}

.instrument-hero-section {
  background-repeat: no-repeat;
  background-size: cover;
}

.instrument-hero-section .banner-cta, .banner-section .banner-cta {
  top: 20%;
}

.instrument-hero-section .banner-cta-icons, .banner-section .banner-cta-icons {
  margin-bottom: 20px;
}

.instrument-hero-section .instrument-contact-form, 
.banner-section .contact-form {
/*   position: absolute;
  right: 10%;
  top: 15%; */
  background: #b5b5b5;
  padding: 20px 20px 0;
  border-radius: 4px;
  margin-left:auto;
max-width:350px;
}

.instrument-hero-section .instrument-contact-form input[type="submit"], 
.banner-section .contact-form input[type="submit"] {
  background-color: #d60000 !important;
  color: #ffffff !important;
  padding: 8px 20px;
  font-size: 14px;
}

.instrument-hero-section .instrument-contact-form input[type="submit"]:hover, 
.banner-section .contact-form input[type="submit"]:hover {
  border: none;
}

.instrument-hero-section .instrument-contact-form input[type="text"],
.instrument-hero-section .instrument-contact-form input[type="email"],
.instrument-hero-section .instrument-contact-form input[type="tel"],
.banner-section .contact-form input[type="text"],
.banner-section .contact-form input[type="email"],
.select-common-instrument select,
.banner-section .contact-form input[type="tel"]{
  border: 1px solid #c2c2c2;
  font-size: 14px;
  outline:none !important;
  font-size: inherit;
  width: 100%;
}

.instrument-hero-section .instrument-contact-form input:focus,
.banner-section .contact-form input:focus {
  outline: none;
}

.instrument-hero-section .wpcf7 form.failed .wpcf7-response-output,
.instrument-hero-section .wpcf7 form.aborted .wpcf7-response-output,
.banner-section .wpcf7 form.failed .wpcf7-response-output,
.banner-section .wpcf7 form.aborted .wpcf7-response-output {
  font-size: 14px;
  width: 300px;
}

/*Instrument tabs section*/
.instrument-tabs-section {
/*   padding: 0 5%; */
  padding: 0 0%;
  margin: 0 !important;
}
.instrument-tabs-section ul.nav.nav-pills {
	display:flex;
	justify-content:center;
	align-items:center
}

.instrument-tabs-section .nav-item .nav-link.active {
  background: #d60000 !important;
  color: #ffffff !important;
}

.instrument-tabs-section .nav-item .nav-link:hover {
  background: #d60000 !important;
  border-color: #d60000;
  color: #ffffff !important;
}

.instrument-tabs-section .nav-item .nav-link {
  font-weight: 400;
  font-size: 1rem;
  color: #d60000 !important;
  background: transparent !important;
  border-radius: 0;
  margin-right: 5px;
}

.instrument-tabs-section p {
  font-size: 1rem;
}

.instrument-tabs-section h4 {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 20px 0 0 0;
}

.instrument-tabs-section .instrument-price-tag {
  font-weight: 700;
  font-size: 1.5rem;
  color: #000000;
}

.instrument-tabs-section .instrument-price-tag span {
  font-weight: 300;
  font-size: 1rem;
  display: block;
}

.instrument-tabs-section .enroll-now-btn {
  background: #d60000;
  border-radius: 4px;
  color: #ffffff;
  width: 100%;
  padding: 13px 50px;
  margin-bottom: 10px;
  text-decoration: none;
}

.site
  .instrument-tabs-section
  a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: #d60000 !important;
}

.instrument-tabs-section .enroll-now-form {
  margin-top: 30px;
}

.instrument-tabs-section form {
  display: flex;
  flex-wrap: wrap;
}

.instrument-tabs-section .wpcf7 input[type="email"] {
  border: 1px solid #000;
  margin-right: 20px;
  width: 300px;
  font-size: 0.875rem;
}

.instrument-tabs-section .wpcf7 input[type="email"]:focus {
  outline: none;
}

.instrument-tabs-section .wpcf7 input[type="submit"] {
  border: none;
  background: #fdbd10 !important;
  color: #000 !important;
  font-size: 0.875rem;
  padding: 12px 30px;
  border: none !important;
}

.instrument-tabs-section .wpcf7 input[type="submit"]:focus {
  outline: none;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  margin: 0;
  border: 1px solid #000;
}

/*Instrument testimonials*/
.testimonials-bg-section {
  background-image: url(/wp-content/uploads/2022/08/testimonial-bg-image.jpg);
  padding: 5% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.instrument-testimonial-section .testimonial-slider,
.instrument-testimonial-section .testimonial-slider .student-img {
  margin: 0 auto;
}



.instrument-testimonial-section {
/*   padding: 0 0 5% 0; */
  background-image: url("/wp-content/uploads/2022/08/testimonial-bg-image.jpg");
/*   margin-top: 5% !important; */
  background-repeat: no-repeat;
  background-size: cover;
}

.instrument-testimonial-section .testimonial-text {
  padding: 0 10%;
  font-size: 1.125rem;
  font-size: 1.125rem;
  color: #fff;
}

.instrument-testimonial-section .student-name {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  padding-top: 10px;
}

.instrument-testimonial-section .slick-dots li button:before {
  color: #fdbd10 !important;
}

/*Instrument FAQs*/
.instrument-faq-section {
/*   padding-bottom: 5%; */
/*   margin-top: 5% !important; */
  margin-bottom: 0 !important;
}

.instrument-faq-section #FAQsAccordion .card {
  border: none;
  background: none;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
  background: #fff;
  box-shadow: 0px 11px 25px 0px #00000011;
}

.instrument-faq-section #FAQsAccordion .card-mix {
  border-radius: 4px;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
  background: #fff;
  box-shadow: 0px 11px 25px 0px #00000011;
}

.instrument-faq-section #FAQsAccordion .card-header {
  border: none;
  background: none;
  padding: 18px;
  border-radius: unset !important;
 cursor:pointer;
}

.instrument-faq-section #FAQsAccordion .card-body {
  padding: 0 18px 18px;
}

.instrument-faq-section #FAQsAccordion h2 {
  background: none;
  border: none;
  color: #444;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  text-decoration: none;
  padding: 0;
}

.instrument-faq-section #FAQsAccordion h2:focus {
  box-shadow: none;
}

.instrument-faq-section #FAQsAccordion .card-header h2:after {
  content: url("/wp-content/uploads/2022/10/arrow-down-image.png");
  position: absolute;
  right: 20px;
  transition: all 0.3s ease-in-out;
  top: 20px;
  transform: rotate(180deg);
}

.instrument-faq-section #FAQsAccordion .card.collapsed .card-header h2:after {
  transform: unset;
}
.instrument-faq-section .moreless { cursor:pointer; }

/*Blog card section*/
.blog-slider-section {
  margin: 0 10% 5% !important;
}

.blog-slider-section .slick-slide {
  margin: 0 27px;
}

.blog-slider-section .blog-card {
  /* width: 33.333333%; */
  border-radius: 4px;
  height: 600px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-slider-section .blog-card .blog-card-img img {
  width: 100% !important;
  height: 280px !important;
}

.blog-slider-section .post-categories {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.blog-slider-section .post-categories li {
  color: #d60000;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  margin-right: 15px;
}

.blog-slider-section .blog-card-content {
  padding: 1.5em 2em 2em;
  background: #fff;
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  overflow: hidden;
}

.blog-slider-section .blog-card-post-title a {
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  color: #000;
}

.blog-slider-section .blog-card-post-title a:hover {
  color: #d60000;
}

.blog-slider-section .blog-card-post-excerpt {
  font-size: 0.875rem;
  padding-top: 10px;
}

.blog-slider-section .blog-card-post-excerpt .more-link {
  display: none;
}

.blog-slider-section .blog-card-post-share {
  display: flex;
  padding-top: 20px;
}

.blog-slider-section .blog-card-post-share a {
  color: #d60000;
  margin-right: 15px;
}

.blog-slider-section .slick-next:before,
.blog-slider-section .slick-prev:before {
  font-size: 2.188rem;
}
/* ------------- End of Instrument Page ------------- */

/* ------------- Music for schools  ------------- */

/*Hero Section*/
.mfs-hero-section {
  height: 70vh;
  margin-bottom: 0 !important;
}

.mfs-hero-section .mfs-hero-content {
/*   position: absolute;
  padding: 5%;
  left: 0;
  top: 10%; */
}

.mfs-hero-section .mfs-hero-content h1 {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 25px;
  line-height: 60px;
}
.mfs-hero-section .mfs-hero-content p {
  color: #fff;
  font-weight: 300;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 45px;
}

.instrument-hero-section .instrument-contact-form .two-column-inputs input[type="text"],
.instrument-hero-section .instrument-contact-form .two-column-inputs input[type="email"],
.instrument-hero-section .instrument-contact-form  .two-column-inputs input[type="tel"],
.instrument-hero-section .instrument-contact-form .two-column-inputs select {
  width: 150px;
}

/* .d-flex.two-column-inputs {
  align-items: end;
} */

.instrument-hero-section .instrument-contact-form input[type="text"],
.instrument-hero-section .instrument-contact-form input[type="email"],
.instrument-hero-section .instrument-contact-form input[type="tel"] {
  width: 305px;
}

.instrument-hero-section .instrument-contact-form select {
  border: none;
  outline: none;
  width: 300px;
  height: 45px;
  margin-left: 4px;
}

/*Our Program section*/
.our-program-section {
  padding: 0 5%;
  margin: 30px !important;
}

.our-program-section .our-program-text {
  font-weight: 800;
  font-size: 38px;
  font-size: 2.375rem;
  color: #d60000;
  text-align: center;
  padding-bottom: 30px;
}

.our-program-section img {
  width: 100%;
}

.our-program-section .d-flex {
  justify-content: center;
}

.our-program-section .d-flex.our-program-div {
  justify-content: space-around;
}

.our-program-section .our-program-desc {
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  color: #000000;
  padding-top: 20px;
}

.our-program-section .our-program-circles-text {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height:1.5;
  color: #000000;
  padding-top: 20px;
}

.our-program-section .our-program-circles-text > span {
  font-size: 12px;
  font-size: 0.75rem;
}

.our-program-section .our-program-circles img {
  height: auto;
  width: 70%;
  max-width: 70px;
}

.our-program-section .our-program-circles {
  text-align: center;
  padding-top: 30px;
	width: 20%;
	max-width: none;
	flex: auto;
	padding-left: 5px;
	padding-right: 5px;
}

/*Music learning section*/
.music-learning-section .music-learning-title,
.what-we-offer-section .what-we-offer-title,
.why-choose-us-section .why-choose-us-title,
.fsm-curriculam-section .fsm-curriculam-title,
.mfs-testimonials-text,
.our-partners-section .our-partners-title,
.mfs-faqs-title, 
.our-affiliations-section h2,
.main-title {
  font-weight: 800!important;
  font-size: 38px;
  font-size: 2.375rem;
  color: #d60000;
  text-align: center;
  padding: 0;
}
.our-affiliations-section h2 span, .our-partners-title span,.our-program-section .our-program-text span, .what-we-offer-section .what-we-offer-title span, .why-choose-us-section .why-choose-us-title span, .fsm-curriculam-section .fsm-curriculam-title span, .our-partners-section .our-partners-title span,
.main-title > span {
	color:#000;
}
.main-title.bk {
  color: #fff;
}
.main-title.bk > span {
  color: #d60000;
}

.music-learning-section .music-learning-desc {
  font-weight: 700;
  font-size: 32px;
  color: #000000;
  text-align: center;
  padding: 0;
}

.music-learning-section .music-learning-name {
  font-weight: 700;
  font-size: 24px;
  color: #d60000;
  padding-top: 30px;
	text-align:center
}

.music-learning-section .music-learning-options .col-lg-6 {
  text-align: center;
}

.music-learning-section .music-learning-options img {
  width: 100%;
}

.music-learning-section .music-learning-options div:first-child {
  border-right: 3px solid #d60000;
}

.music-learning-section .music-learning-option-desc {
  font-size: 18px;
  text-align:center;
}
.our-partners-title.we-teach-text,
.mfs-faqs-title.home-page-faqs {
  margin-top: 0 !important;
}

/*what we offer section*/
.what-we-offer-section {
  background-image: url("/wp-content/uploads/2022/08/bg2.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  overflow: hidden;
  margin: 0 !important;
  background-color: #fff;
  padding-top: 30px;
}

.what-we-offer-section .guitar-guy {
  height: 60vh;
  padding-top: 5%;
}

.what-we-offer-section iframe {
  margin-left: 5%;
  margin-top: 10%;
}

.what-we-offer-section .d-flex {
  justify-content: space-between;
}

.what-we-offer-section .col-lg-6 img {
  width: 100%;
  margin: auto 5%;
}

.what-we-offer-section .col-lg-6 {
  display: inherit;
  text-align: right;
}

/*Why choose us section*/
.why-choose-us-section {
  margin-top: 0 !important;
  padding-top: 30px;
}

.why-choose-us-section .d-flex {
  justify-content: center;
  padding-top: 30px;
}

.why-choose-us-section .choose-us-div img {
  width: 50%;
  max-width:70px;
}

.why-choose-us-section .choose-us-div .wcs-desc {
/*   font-weight: 500;
  font-size: 18px;
  color: #000000;
  padding-top: 20px; */
}

/*FSM Curriculum section*/
.fsm-curriculam-section {
/*   margin: 0 5%; */
}
.fsm-curriculam-section .d-flex {
  justify-content: center;
  padding-top: 30px;
}

/* .fsm-curriculam-section .d-flex img {
  width: 30%;
} */

.fsm-curriculam-section .curriculam-title {
  font-weight: 700;
  font-size: 24px;
  padding-top: 15px;
  color: #000000;
}

.fsm-curriculam-section .curriculam-desc {
  text-align: justify;
  padding: 0 20px;
  font-size: 18px;
}
.fsm-curriculam-section .instrument-cards {
  height: 380px;
}

/*Testimonials section*/
.mfs-testimonials-text {
  margin-bottom: 0 !important;
}

.mfs-testimonial-section {
  margin: 0 !important;
  background: none;
}

.mfs-testimonial-section .student-name,
.mfs-testimonial-section .testimonial-text {
  color: #fff;
	text-align:center;
}

.mfs-testimonial-section .slick-dots li button:before {
  color: #d60000 !important;
}

.mfs-testimonial-bottom {
  justify-content: center;
  margin: 2% 0;
}
.mfs-testimonial-bottom video {
	max-width:100%;
	object-position:top;
}

.mfs-testimonial-bottom .testimonial-bottom-text {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  padding-top: 20px;
}
.mfs-testimonial-bottom .testimonial-bottom-text:last-child {
	margin-bottom
}
.testimonials-section.testimonials-home-page {
/*   margin-bottom: 5% !important; */
  background-image: url(/wp-content/uploads/2022/08/testimonial-bg-image.jpg);
/*   padding: 2% 5% 2% 5%; */
}

/*Our partners section*/
.our-partners-section {
/*   margin-top: 5% !important; */
}
.our-partners-section .our-partners-title span {
  color: #000000;
}

.our-partners-section .our-partners-slider {
/*   margin: 30px 10%; 
  margin: 0 10%;*/
	margin:0 8%;
}

.our-partners-section .our-partners-slider .slick-slide { }

.our-partners-section .our-partners-slider .slick-next:before,
.our-partners-section .our-partners-slider .slick-prev:before {
  font-size: 30px;
}

.our-partners-section .our-partners-slider .slick-prev:before {
/*   margin-left: -40px; */
}

.our-partners-slider .slick-slide img {
  width: 150px;
	margin:0 auto;
}

/*FAQs section*/
.mfs-faqs-section {
  margin-top: 0 !important;
}

.mfs-faqs-title {
  	margin-bottom: 30px !important;
  	margin-top: 5% !important;
	margin:0 !important;
	padding:0 !
}
/* ------------- End of Music for schools  ------------- */

/* ------------- At Center Page  ------------- */

.at-center-page .instrument-faq-section {
  margin-bottom: 0;
}

.at-center-page .city-list-section {
  margin: 5%;
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
}

.at-center-page .city-list-section a {
  margin-right: 30px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}

.at-center-page .city-list-section a:hover {
  color: #d60000;
  border-bottom: 2px solid #d60000;
}

.at-center-page .center-journey,
.at-center-page .advantages-of-learning {
  text-align: center;
  margin-bottom: 5%;
}
.advantages-of-learning p { text-align:center; }

.at-center-page .at-center-h3,
.at-center-page .centers-near-h3 {
  font-weight: 800;
  font-size: 38px;
  text-transform: uppercase;
  color: #d60000;
  margin-bottom: 40px;
}

.at-center-page .center-journey img {
     width: fit-content;
    height: auto;
}

.at-center-page .advantages-of-learning .learning-list {
  text-align: left;
  margin: 0 10%;
  background: #ebeaea;
  border-radius: 10px;
  padding: 15px 32px;
}

.at-center-page .advantages-of-learning .learning-list li {
  font-size: 20px;
}
.at-center-page .search-map-section {
  margin: 2% 10% 5%;
}
.at-center-page .search-map-section .center-map iframe {
  width: 30vw;
  height: 50vh;
}
.at-center-page .search-map-section {
  display: flex;
}
.at-center-page .search-map-section .search-section {
  margin-left: 5%;
  width: 100%;
}
.at-center-page .search-map-section .search-section select {
  width: 100%;
  border: 1px solid #000;
}
.at-center-page .search-map-section .search-section select:focus {
  outline: unset;
}
.at-center-page .search-map-section .search-section .location-div {
  margin: 20px 0;
/*   height: 60vh; */
	height:auto;
  overflow-y: auto;
}
.at-center-page .search-map-section .search-section .location-div img {
  width: 45%;
  margin-top: 30px;
  margin-right: 5%;
}
.at-center-page
  .search-map-section
  .search-section
  .location-div
  .location-title {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.at-center-page
  .search-map-section
  .search-section
  .location-div
  .location-address {
  font-size: 16px;
  color: #000;
}
.at-center-page
  .search-map-section
  .search-section
  .location-div
  .location-know-more {
  color: #000;
  border: 1px solid black;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 8px;
  text-decoration: none;
}
.at-center-page.center-internal .city-list-section {
  margin-top: 0;
}
.at-centre-blog-title {
  margin-top: 0 !important;
}
/* ------------- End of At Center Page  ------------- */

/* ------------- Internal Center Page  ------------- */
.center-internal .internal-center-map {
	display: flex;
	margin: 0;
	justify-content:space-between;
	gap:0 50px
}
.internal-center-map .internal-map iframe {
  width: 25vw;
  height:100%;
  min-height: 300px;
}
.internal-center-map .internal-center-images {
	margin: 10px 0;
	display:flex;
	justify-content:center;
	gap:10px;
	/* 	overflow-x:scroll */
}
.internal-center-map .internal-center-images img {
      min-height: 300px;
      max-height: 300px;
      object-fit: cover;
      /*max-width: 300px; */
    /* min-width: 300px; */
    width: calc(25% - 8px);
}
.center-internal .center-internal-banner {
  width: 100%;
  height: 50vh;
  background: #d9d9d9;
  position: relative;
}
.btn-primary-red {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background: #d60000;
  border-radius: 4px;
  padding: 15px 60px;
  width: auto;
  display: flex;
  justify-content: center;
  max-width: 300px;
  margin: 0 auto;
  text-decoration: none;
}
/* ------------- End of Internal Center Page  ------------- */

/* ------------- Book free demo - Landing Page  ------------- */

.book-free-demo-section {
  padding: 5%;
}
.book-free-demo-section .form-tabs-ul {
  border: 2px solid #d60000;
  border-radius: 10px;
}
.book-free-demo-section .form-tabs-ul button {
  font-weight: 700;
  font-size: 24px;
  color: #000000 !important;
  background: none !important;
  width: 100%;
  border: none;
}
.book-free-demo-section .form-tabs-ul button:hover,
.book-free-demo-section .form-tabs-ul button.active {
  background: #d60000 !important;
  color: #fff !important;
  border-radius: 0;
}
.book-free-demo-section .form-tabs-ul li {
  width: 33.33%;
  border-radius: 10px;
}
.book-free-demo-section .book-demo-heading {
  font-weight: 800;
  font-size: 38px;
  color: #d60000;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.book-free-demo-section .book-demo-heading span{
	color:#000;
}
.book-free-demo-section .free-demo-list p {
  font-size: 24px;
}
.book-free-demo-section img {
  width: 36px;
  height: 29px;
  margin-right: 23px;
}
.book-free-demo-section .free-demo-list {
  padding-left: 5%;
  margin-bottom: 10px;
}
.demo-form-div .two-column-inputs input[type="text"],
.demo-form-div .two-column-inputs input[type="email"],
.demo-form-div .two-column-inputs input[type="tel"],
.demo-form-div .two-column-inputs select,
.demo-form-div .two-column-inputs input[type="time"],
.demo-form-div .two-column-inputs input[type="date"] {
  width: 15vw;
  margin-right: 1vw;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #000 !important;
  outline: none;
  border-radius: 10px;
}
#wpcf7-f1647-p1022-o1 .demo-form-div .cf7sr-g-recaptcha,
#wpcf7-f1647-p1022-o1 .demo-form-div input[type="text"],
#wpcf7-f1647-p1022-o1 .demo-form-div input[type="email"],
#wpcf7-f1647-p1022-o1 .demo-form-div input[type="tel"],
#wpcf7-f1647-p1022-o1 .demo-form-div select,
#wpcf7-f1647-p1022-o1 .demo-form-div textarea {
    display: flex;
    width: 31vw;
    margin:auto;
}
.demo-form-div input[type="text"],
.demo-form-div input[type="email"],
.demo-form-div input[type="tel"],
.demo-form-div select,
.demo-form-div textarea {
  width: 31.1vw;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #000 !important;
  outline: none !important;
  border-radius: 10px !important;
}
select-common-instrument select option:first-child{
    display: none !important;
}

.book-free-demo-section .tab-content {
  margin: 0 10%;
}
.demo-form-div input[type="submit"] {
  width: 31.1vw;
  background: #d60000 !important;
  border: none;
  color: #fff !important;
  outline: none !important;
  border-radius: 10px;
}
.book-free-demo-section .free-demo-list p {
  margin-top: -5px;
}
/* ------------- End of Book free demo - Landing Page  ------------- */

/* ------------- Blog Page ------------- */

.blog-page.blog-slider-section {
  margin: 2% 5% !important;
}
.blog-page-section.book-free-demo-section .tab-content {
  margin: 0;
}
.blog-page-section {
  margin: 0 !important;
}
.blog-page-section.book-free-demo-section.blogpage-section1 {
  padding-bottom: 0;
}
.instrument-blog-section {
  padding: 0 5%;
}
.instrument-blog-section .form-tabs-ul {
  overflow-x: scroll;
  flex-wrap: nowrap;
}
.instrument-blog-section .form-tabs-ul::-webkit-scrollbar {
  height: 8px;
}
.instrument-blog-section .form-tabs-ul::-webkit-scrollbar-thumb {
  background: #d60000;
}

.instrument-blog-section .form-tabs-ul li {
  width: auto;
}
.instrument-blog-section .form-tabs-ul button {
  padding: 10px 40px;
  white-space: nowrap;
}
/* ------------- End of Blog Page ------------- */

/* ------------- Media Page ------------- */
.site-main > div.media-page-section,
.media-page-section {
}
.media-page-section + .media-page-section { 
	margin-top:50px;
}
.media-page-section .media-card {
  box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  display: flex;
  padding: 20px;
  background:#fff;
}
.media-page-section .media-image {
  margin-right: 28px;
}
.media-page-section .media-image img {
  height:250px; 
 width:300px;
}

.media-page-section .media-title {
  font-weight: 700;
  font-size: 24px;
  padding: 5px 10px 10px 0;
}
.media-page-section .published-date,
.media-page-section .published-location {
  font-size: 16px;
  margin-bottom: 5px;
}
.media-page-section .media-content {
  position: relative;
}
.media-page-section .know-more-button {
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  background: #d60000 !important;
  padding: 16px 75px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
}
.site
  a.know-more-button:focus:not(.wp-block-button__link):not(
    .wp-block-file__button
  ) {
  background: #d60000 !important;
}
/* ------------- End of Media Page ------------- */

/* ------------- Contact us Page ------------- */
.contactus-page.site-main {
/*   margin: 5% 10% !important; */
	background:#fff!important;
}
.contact-us-page-wrap {
	display: flex;
	justify-content: space-between;
	gap : 0 50px;
}
.contact-us-page textarea {
  height: 100px;
  border-radius: 10px !important;
}
.contact-map-section {
/*   background: #d9d9d9; */
    /* width: 100%; */
    /* margin-left: 5%; */
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}
.contact-map-section {
	max-height:none !important;
	height:100%;
	min-height:500px;
}
.contactus-page.site-main .about-us-hero-section.static-banner {
	background-image: url(https://fsm.vinitpatil.in//wp-content/uploads/2023/02/about-us-1.jpg)!important;
	background-repeat: no-repeat;
    background-size: cover;
}
.contactus-page .about-us-hero-section h1{
	text-align:center;
	padding-top:5%;
}

/* ------------- End of Contact us Page ------------- */

/* ------------- About us Page ------------- */

.about-us-page .about-us-bg-section {
/*   background: url("/wp-content/uploads/2022/11/BG-Image.jpg");
  background-repeat: no-repeat;
  background-size: cover; */
/*   padding: 5% 20% 2%; */
}
.about-us-section.about-us-page-about-us-section{
	background:none;
}
/* .about-us-white-bg-section {
  padding: 5% 10%;
} */

.about-us-page .about-us-red-text {
  color: #d60000;
  font-size: 28px;
  font-weight: 700;
  line-height: 39px;
  text-align:center;
}
.about-us-page .about-us-white-text {
  color: #fff;
  font-size: 18px;
  line-height: 24.38px;
}
.about-us-page .fsm-investors {
 font-size: 38px;
    color: #000;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 5%;
    text-align: center;
}

.about-us-page .list-of-investors {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #000;
}
.about-us-page .list-of-investors p {
  line-height: 38px;
}

.about-us-image-section div:first-child {
	margin-right:5%;
}
.size-24{
	font-size:24px!important;
}
.size-28{
	font-size:28px!important;
}
.size-38{
	font-size:38px!important;
}
.about-us-bg-section .furtados-online-logo{
	margin-top:5%;
}
.about-us-bg-section .furtados-online-section {
	text-align:center;
}
.about-us-bg-section .furtados-online-section p{
	font-size:16px;
	font-size:1rem;
	text-align: justify;
}
.margin-top-5{
	margin-top:5%!important;
}
.about-us-page .our-founders-text{
	font-size:38px;
	font-size:2.375rem;
	font-weight:800;
}
.about-us-page .our-founders-text span{
	color:#d60000;
}

.member-card-wrap {
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	margin:-15px;
}
.member-card-wrap .member-card { 
	max-width:33.33%;
	padding:15px;
}
.member-card-wrap .member-card p:last-child { 
	margin-bottom:0; 
}
.member-card-wrap.two-card-in-row .member-card { 
	max-width:50%;
}
.member-card-wrap .member-card:hover .member-picture {
	filter: grayscale(0%);
}
.member-card .member-name {
	text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0;
    padding-top: 10px;
    font-weight: 700;
}
.member-card .member-designation{
	text-align: center;
/*     font-size: 14px; */
/*     font-size: 0.875rem; */
    font-weight: 500;
}
.member-card .member-picture{
	width:100%;
	object-fit: cover;
    object-position: top;
	filter: grayscale(100%);
}

.about-us-page .join-our-team-link{
	font-size:18px;
	font-size:1.125rem;
	margin-top:5%;
	text-align:center;
	color:#fff;
	font-weight:700;
	background:#d60000;
	padding:10px 50px;
}
.about-us-page .about-us-hero-section,
.static-banner {
	padding:0;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: left;
	height:auto;
	position:relative;
}
.static-banner .banner-wrap {
	display:flex;
}

.static-banner .banner-wrap.full {
	flex-direction:column;
}
.static-banner .mfs-hero-content {
	text-align:left;
	position:relative;
}
.static-banner:before, 
.has-bg-banner .banner-image:before, 
.our-center-sec .card-wrap > .card > .card-body:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
/* 	background:rgba(0,0,0,0.5); */
	z-index:1;
}
.our-center-sec .card-wrap > .card > .card-body:before {
	z-index:2;
}
.static-banner .container, 
.static-banner > h1, 
.our-center-sec .card-wrap > .card > .card-body > p, 
.our-center-sec .card-wrap > .card > .card-body > a {
	z-index:2;
	position:relative;
}
.our-center-sec .card-wrap > .card > .card-body > p, 
.our-center-sec .card-wrap > .card > .card-body > a {
	z-index:3;
}
.about-us-page .about-us-hero-section h1,
.static-banner h1 {
	font-weight:700;
	text-shadow: 2px 2px #000000;
}

.about-us-page .who-we-are-text span{
	color:#d60000;
}
.about-us-page .investor-logo{
	height:80px;
}
.about-us-page .list-of-investors div:first-child{
	margin-right:5%;
}
.about-us-page .our-founders-section{
/* 	padding:0 10%; */
}
.m-size-18{
	font-size:1.125rem!important;
}
/* ------------- End of About us Page ------------- */

/* ------------- Careers Page ------------- */
.careers-page .mfs-faqs-title {
/*   margin-top: 20px !important; */
}
.careers-page {
/*   padding: 5%; */
}
.careers-page .questions-section {
/*   margin-bottom: 5%;
  margin-top: 5%; */
}
.careers-page .questions-section h4 {
  font-weight: 800;
  font-size: 38px;
  line-height: 39px;
  color: #000000;
  margin-bottom: 20px;
}
.careers-page .questions-section h4 span {
  color: #d60000;
}
.careers-page .questions-section p {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
}
.careers-page .careers-features-section img {
  width: 90px;
  margin-right: 30px;
}
.careers-page .careers-features-section p {
  margin-top: 15px;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
.careers-page .careers-features-section .feature-1 {
  margin-right: 5%;
}
.careers-page .careers-features-section .feature-2 {
  margin-left: 5%;
}
.careers-page .careers-opening-section h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 44px;
  color: #000000;
}
.careers-page .careers-opening-section h3 span{
	color:#d60000;
}
.careers-page .careers-opening-section .opening-card .opening-designation {
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 29px;
  margin-bottom: 0;
  color: #000000;
}
.careers-page .careers-opening-section .opening-card .opening-address{
	font-size:16px;
	font-size:1rem;
	margin-bottom: 0;
}
.careers-page .careers-opening-section .opening-card .opening-know-more{
	color:#d60000;
	font-weight:500;
	text-decoration:none;
}

.careers-page .careers-opening-section .opening-card .opening-know-more:hover,
.careers-page .careers-opening-section .opening-card .opening-know-more:focus,
.careers-page .careers-opening-section .opening-card .opening-know-more:visited {
	color:#d60000;
}
.careers-page .careers-opening-section .opening-card {
  background: #ffffff;
  border: 1px solid #000000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 20px;
  margin: 15px 0;
	clear:both;
	width:100%;
	float:left;
}
.careers-wrap { 
	margin:0 -15px; 
}
.careers-page .careers-opening-section {
  width: 40%;
/*   margin-top: -30px; */
  margin-bottom: 20px;
	padding:0 15px;
}
.careers-page .careers-opening-section + .careers-form-section { 
	width:60%; 
	padding:0 15px;
}
.careers-page .careers-apply-section {
  margin-bottom: 5%;
}
.careers-page .opening-scroll-section {
/*   height: 400px;
  overflow-x: hidden;
  overflow-y: scroll; */
	margin:-15px 0;
}
.careers-form-section .form-group p, 
.form-container .form-group p,
.form-group p {
	display:flex;
	align-content:flex-start;
	width:100%;
}

.contact-form-section .form-group p, 
.careers-form-section .form-group p {
	gap:0 20px;
}

.careers-form-section .form-group p span,
.form-container .form-group p span { width:50%; }
.careers-form-section .form-group p span:first-child:last-child,
.form-container .form-group p span:first-child:last-child{ width:100%; }

.careers-form-section .form-group p input,
.careers-form-section .form-group p textarea,
.form-container .form-group p input,
.form-container .form-group p textarea { 
/* 	margin-bottom:30px;  */
	width:100% !important;
	margin:0 !important;
}
.form-container .wpcf7-submit {
	margin-bottom:0
}
.form-container .form-group:last-child {
	margin-bottom:0;
}


/* ------------- End of Careers Page ------------- */

/* ------------- Menu Hamberger ------------- */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  right: 0;
  z-index: 1040;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
/*   font-size: 18px; */
   font-size:0.875rem; /*Global header font */
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover,
.offcanvas a:focus {
  color: #d60000;
  font-weight: 600;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 40px;
  margin-left: 50px;
  color: #fff;
  cursor: pointer;
}
#main {
  transition: margin-left 0.5s;
}

.nav-link.hamburger i {
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
}
/* ------------- End of Menu Hamberger ------------- */

/* ------------- Dropdown menu ------------- */
.dropdown-menu {
  background-color: #242424 !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff !important;
  background-color: transparent !important;
}
.dropdown-item {
  color: #fff !important;
}
/* ------------- End of Dropdown menu ------------- */

/* ------------- About us page read more ------------- */
.about-us-bg-section p.collapse:not(.show),
.instrument-testimonial-section p.collapse:not(.show), .learn-events-section p.collapse:not(.show) {
  height: 300px !important;
  overflow: hidden;
  display: -webkit-box;
  /* -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
}
.learn-events-section p.collapse:not(.show){
  height: 142px !important;
  overflow: hidden;
  display: -webkit-box;
}
.about-us-bg-section p.collapsing,
.instrument-testimonial-section p.collapsing, .learn-events-section  p.collapsing {
  min-height: 295px !important;
}
.about-us-bg-section a,
.about-us-bg-section a:hover, .learn-events-section a, .learn-events-section a:hover {
  color: #d60000;
}

.instrument-testimonial-section #collapseAboutusPara, .learn-events-section #collapseLearnEventsPara  {
  padding: 0;
  font-size: 16px;
  text-align: justify;
}

.instrument-testimonial-section a,
.instrument-testimonial-section a:hover {
  color: #d60000;
  font-weight: 600;
}

.about-us-bg-section a.collapsed:after,
.instrument-testimonial-section a.collapsed:after, .learn-events-section a.collapsed:after  {
  content: "Read More";
}

.about-us-bg-section a:not(.collapsed):after,
.instrument-testimonial-section a:not(.collapsed):after, .learn-events-section a:not(.collapsed):after {
  content: "Read Less";
}

/* ------------- End of About us page read more ------------- */

/* -------- Single Blog Page ----------- */
 .single-post .entry-title {
  font-size: 36px !important;
  font-weight: 600;
  margin-top: 5% !important;
  text-align: center;
  line-height: 1.093em;
  color: #000;
}
 .single-post  .post-thumbnail .wp-post-image {
  margin: 0 auto !important;
  max-width: 100% !important;
}
.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width{
	    max-width: 50%!important;
}

.single-post ul,  .single-post ol{
	padding-left:15px!important;
}

.single-post li{
   padding-bottom: 5px!important;
}

.single .navigation .nav-links .nav-next a:hover,
.single .navigation .nav-links .nav-previous a:hover,
.single .post-navigation .meta-nav:hover {
  text-decoration: none;
}
.single #comments .comment-reply-title {
  font-size: 30px;
}
.comment-form > p label,
.comment-form > p input[type="email"],
.comment-form > p input[type="text"],
.comment-form > p input[type="url"],
.comment-form > p textarea {
  font-size: 16px !important;
}
.single #comments input#submit {
  background: #d60000;
  font-size: 16px;
  border: none;
}
.single #comments a {
  color: #d60000;
} 
.single .entry-footer a:hover {
  color: #d60000;
  text-decoration: none;
}
.single #comments input#submit:hover{
	color:#FFF;
}
.single .comments-area,
.single .navigation.post-navigation {
  max-width: 70%;
}
.single .entry-footer {
  border-top: 1px solid #d60000 !important;
  max-width: 70%;
  padding-top:20px;
}

.single .navigation.post-navigation {
    max-width: 50%;
    padding: 2% 0 5% 0;
}
.single .post-navigation .meta-nav{
	margin-bottom:10px;
}
.single .post-navigation .post-title{
	font-size:16px;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea, input[type=checkbox], input[type=radio]{
	 border: 1px solid #000!important;
}
/* -------- End of Single Blog Page ----------- */


/* -------- Blog Category Page ----------- */

.category h1.page-title{
	font-size: 38px;
    text-align: center;
    margin-top: 5%;
	color:#000;
	font-weight:600;
}

.category .page-header{
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	margin-bottom:5%;
}

.category .entry-title{
	font-size: 32px;
}

.category .entry-header .post-thumbnail{
	    margin-top: -40px;
}

.category .entry-title a:hover{
	color:#d60000;
	text-decoration: none;
}

.category .post-thumbnail .wp-post-image{
	margin-left:0;
}

.category article{
	margin-bottom:5%;
}

.category .more-link{
	color:#d60000;
}

.category .pagination{
	justify-content: center;
}

.category .navigation .nav-links>*{
	text-decoration: none;
	font-size: 20px;
    text-transform: uppercase;
	margin-left: 40px!important;
	margin-right:40px!important;
}

.category .pagination .nav-links>*.current{
	color:#d60000;
	text-decoration:none;
	font-weight:600;
}

.category .pagination{
	border-top:1px solid #000;
}

/* -------- End of Blog Category Page ----------- */



/* -------- Home Tuitions Page ----------- */
.why-learn-at-home-section .home-tuition-pointer-img {
  width: 110px;
}
.banditwinner a:after{
content:'' !important;
}
.advantages-of-learning .home-tution-pointer-div{
	width:20vw;
}
.advantages-of-learning .home-tuition-pointer-img{
	width:100px;
}
.why-learn-at-home-section .container .d-flex:first-child {
  margin-bottom: 37px;
}
.why-learn-at-home-section span{
	color:#000;
}
.high-plans-section {
  padding: 0 10%;
}
.high-plans-section .high-plans-div {
  margin: 0 50px;
}
.high-plans-section .high-plans-title {
  background: #d60000;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.high-plans-section h3 span{
	color:#000;
}
.high-plans-section .high-plans-desc {
  text-align: justify;
  color: #000;
}
.why-learn-at-home-section .home-tution-pointer-div{
/* 	margin-right:5%; */
	text-align:center;
/* 	width:30vw; */
}
.why-learn-at-home-section .home-pointer-para{
	font-weight:500;
	padding-top:10px;
	line-height: 20px
}
/* -------- End of Home Tuitions Page ----------- */

/* -------- Meet our partner section ----------- */
.our-affiliations-section{
/* 	padding:5% 10%; */
	background:#fff;
	margin:0!important;
}
.our-affiliations-section h2{
	text-align:center;
	font-size: 38px;
    font-weight: 600;
	padding-bottom:20px;
}
.our-affiliations-section .d-flex{
	justify-content:center;
}
.our-affiliations-section .affiliation-logos > a, 
.our-affiliations-section .affiliation-logos > span { 
	display:inline-block;
	margin:0 15px;
}
.our-affiliations-section img {
	height:70px;
}
.our-affiliations-section.our-partners img {
	height:200px;
	margin: 15px;
  width: auto;
}
.our-affiliations-section .our-affiliations-img-2{
	margin:0 5%;
}
/* -------- End of Meet our partner section ----------- */

/* -------- Internal center banner section ----------- */
.center-internal-banner.akola-internal-banner{
	background-image: url("/wp-content/uploads/2023/01/Web-banner-18.jpg");
}

/* -------- End of Internal center banner section ----------- */

/* -------- Fun at work section ----------- */
.fun-at-work-slider.slick-slider {
	margin:0;
}
.fun-at-work-slider .fun-at-work-div{
/* 	margin-right:50px; */
}
.fun-at-work-slider .fun-at-work-img{
    width: 100%;
	height:350px;
/*     height: 45vh; */
	padding:0 10px;
	object-fit:cover;
	object-position:top;
}
.fun-at-work-slider .slick-next:before,.fun-at-work-slider .slick-prev:before{
 font-size: 30px;
}
.fun-at-work-slider .slick-next{
	margin-top:5px;
}
.fun-at-work-slider.slick-slider .slick-list{
	margin:0 5%;
}
/* -------- End of Fun at work section ----------- */

/*Privacy Policy Page*/
.page-id-684 .site-content{
	background: #242424;
}
.page-id-684.singular .entry-header{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.page-id-684.singular .entry-content{
	color:#fff;
}
.page-id-684.singular .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator){
	margin:0 10%;
	text-align:justify;
	max-width:100%;
}
/* -------- New Changes -----*/
.instrument-cards {
    box-shadow: 0px 4px 0px rgb(0 0 0 / 20%)!important;
}
.instruments .slick-slide {
    margin: 4px 8px!important;
}
.instruments.slick-slider .slick-prev { left:0; }
.instruments.slick-slider .slick-next { right:0; }

.sm-links:hover {
    color:#d60000;
}

.testimonials-section.testimonials-home-page h3 {
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-weight: 800;
}

.instrument-testimonial-section .testi-heading-school{
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-weight: 800;
	padding-top:35px;
	
}
.instrument-testimonial-section {
/*     padding-top: 40px; */
}

.instrument-testimonial-section .testimonial-slider {
    padding-top: 0px;
    width: 1200px;
    max-width: 60vw;
    z-index: 1;
}
.bandit-logo {
    margin-top: -35px!important;
    margin-top: -15px!important;
}

.our-center-sec .card-wrap {
	display:flex; 
	flex-wrap: wrap; 
	justify-content:center;
	gap:15px
}
.our-center-sec .card-wrap > .card {
	width:calc(25% - 12px);
}
.our-center-sec .card-wrap > .card > .card-body {
	position:relative;
}
.our-center-sec .card-wrap > .card > .card-body > * {
	position:relative;
	z-index:2;
}
.our-center-sec .card-wrap > .card .bg-image + .card-header {
	color:#fff;
}
.our-center-sec .card-wrap > .card > .card-header,
.our-center-sec .card-wrap > .card > .card-footer{
	position:relative;
	z-index:2;
}
.our-center-sec .card-wrap > .card > .card-footer > a { text-decoration:none; color:#6c757d }
.our-center-sec .card-wrap > .card > .card-footer > a:hover { text-decoration:none; color:#d60000; }
.our-center-sec .card-wrap > .card > .card-header {
	font-weight:500;
}
.our-center-sec .card-wrap > .card > .card-body { 
	color:#fff; 
	position:relative;
	padding-bottom:calc(1.25rem + 38px + 1.25rem)
}
.our-center-sec .card-wrap > .card > .card-body p { text-align:center; }
.our-center-sec .card-wrap > .card .bg-image {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	object-fit:cover;
	object-position:center top;
	width:100%;
	height:100%;
	z-index:1;
	filter: grayscale(100%);
}

.our-center-sec .card-wrap > .card .card-body .btn-primary { 
	background-color:#d60000; 
	border-color:#d60000; 
	position:absolute;
	left:calc(50% - 75px);
	width:150px;
	bottom:1.25rem;
}
.our-center-sec .card-wrap > .card:hover .bg-image {
	filter: grayscale(0%);
}

.icon-sec-wrap {
	display:flex;
	flex-wrap:wrap;
	padding:0;
	margin:-15px;
}
.icon-sec-wrap .icon-sec { 
	
}
.icon-sec-wrap .icon-sec + .icon-sec {
	
}
.icon-sec-wrap .icon-sec > .icon {
	width: 70%;
    max-width: 70px;
	object-fit:contain;
}
.icon-sec-wrap .icon-sec .icon + p {
	margin-top:20px;
}
.icon-sec-wrap .icon-sec > p { 
	font-weight: 600;
    font-size: 15px;
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 0;
	padding-top:0;
	text-align:center;
}
.icon-sec-wrap .icon-sec {
	width:33.33%;
	flex:auto;
	max-width:33.33%;
	padding:15px 15px;
}

/* Global CSS for Spacing */
.site-main > div, 
.site-main > div.about-us-page > div {
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-top:100px;
	padding-bottom:100px;
	position:relative;
}
.site-main > div .container {
	position:relative;
	z-index:2;
}
.site-main > div:nth-child(odd), 
.site-main > div.about-us-page > div:nth-child(odd) {
	background-color:rgba(0,0,0,0.01);
}

.site-main > div:nth-child(even), 
.site-main > div.about-us-page > div:nth-child(even) {
	background-color:#fff;
	
}
.site-main,
.site-main > div.banner,
/* .site-main > div.b2b-banner, */
.site-main > div.pro-step-page,
.site-main > div.about-us-page,
.site-main > div.testimonial-section,
.site-main>div.at-home-center-section.has-no-title {
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.site-main > div.b2b-banner,
.site-main > div.at-home-center-section {
	padding-bottom:0 !important;
}
.site-main > div > h2, 
.site-main > div > h3,
.site-main > div .main-title,
.site-main > div.about-us-page > div > h2,
.site-main > div.about-us-page > div > h3 {
	padding:0 0 20px 0 !important;
	margin:0 0 0.5rem 0 !important;
}
/* Global CSS for Spacing */

/* KeyBoard Instrument */
.instrument-hero-section .banner-wrap,
.banner-section .banner-wrap { flex-direction:row-reverse; align-items: center; justify-content: space-between; }
.has-spinner + .wpcf7-spinner { position:absolute; margin:10px; }
/*  */

/* from new-enquiry page */
.new-enquiry-page{
	margin:0!important;
}
	
section {
	position: relative;
	padding: 20px 0;
}
.experience-icon-group { gap:30px 0;}
.services-block-three{
	margin-bottom: 0px;
	padding: 2rem;
  }
  .services-block-three i {
	  font-size: 32px;
  }
  .services-block-three>a {
	  display: block;
	  border-radius: 4px;
	  text-align: center;
	  background: #fff;
	  padding: 20px;
	  position: relative;
	margin-bottom:30px;
  
  }
  
  .padding-15px-bottom {
	  padding-bottom: 15px;
  }
  .services-block-three h4 {
	color: #000;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    font-family: Montserrat;
    line-height: 24px;
  }
  .services-block-three p {
	  margin-bottom: 0;
	color: #757575;
  }
 
  img.img-responsive.service {
    display: block;
    float: none;
    margin: auto;
}

.sec-col { gap:30px 0; }
.wedo {
  	display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
	
    border: 2px solid #000!important;
    box-shadow: 5px 5px 0 0 #000;
    border-radius: 0!important;
    background: transparent;
	
	border: 0 !important;
    box-shadow: none;
    height: 100%;
    margin: 0 !important;
}
.wedo:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.wedo .img-card {
	width: 100%;
	height:200px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	display:block;
	overflow: hidden;

	width: 100%;
	height: 200px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	display: block;
	overflow: hidden;
	margin-left: -22px;
	padding: 25px 0 0px 0;
	
	margin:0;
	padding:0;
}
.wedo .img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.wedo .card-content {
    padding: 20px;
    text-align: center;
}
.wedo .card-title {
    margin-top: 6px;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    font-family: Montserrat;
}
.wedo .card-title a {
  color: #000;
  text-decoration: none !important;
}
	
.display-4 {
    font-size: 55px;
    font-size: 3.438rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.banner-head {
    color: #fff;
    font-weight: 700;
    line-height: 65px;
    font-size: 50px;
    font-size: 3.125rem;
	font-family: Montserrat;
}
	
.banner-span {
    color: #fdbd10;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 65px;
    font-weight: 700;
    padding-bottom: 10px;
	font-family: Montserrat;	 
}
	
	.hero-desc{
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 25px;
    line-height: 35px;
    font-weight: 400;
	font-family: Montserrat;
	}

/* from new-enquiry page */

/*  */
.pro-step h4 { text-align:center }
.pro-step h4 > span { color: #dd0000; font-weight: 500; font-size: 30px; }
.pro-step h4 + .team-thumb-wrap { margin-top:40px; }
.team-thumb-wrap { display:flex; justify-content:center; align-items:center; gap:30px; flex-wrap:wrap;}
.team-thumb-wrap .team-thumb {background: #fff; border-radius: 5px; }
.team-thumb-wrap .team-thumb > img { background: #fff; box-shadow: 3px 4px 6px 0px #0a0a0a52; border-radius: 5px; transition: margin 1s; }
.team-thumb-wrap .team-thumb:focus,
.team-thumb-wrap .team-thumb:focus img { border:0 !important; outline: 0 !important; }
.team-thumb-wrap .team-thumb:hover img{ 
	margin-top:-50px;
	-webkit-transition: margin 1s;
	-moz-transition: margin 1s;
}
/*  */

/**/
.has-bg-banner { position:relative; background:none;}
.site-main> .has-bg-banner .container,
.has-bg-banner >.container { position:static;}
.has-bg-banner .banner-image { position:absolute; left:0; right:0; bottom:0; top:0; z-index:1  }
.has-bg-banner .banner-image:before { z-index:2; }
.has-bg-banner .banner-image > img { width:100%; height:100%; position:relative; z-index:1; object-fit: cover; object-position: left top; }
.has-bg-banner .banner-wrap { position:relative; z-index:2; }
.has-bg-banner .banner-wrap > h1,
.has-bg-banner .banner-wrap > h2 { width:50%; line-height:1.5;}
.has-bg-banner .banner-wrap > .full {width:100%;}
.has-bg-banner .banner-wrap h2 { text-align:left;}
/**/

.logo-list-wrap { gap: 0 20px; align-items:center; }
.logo-list-wrap .fsm-center-text { font-size:1.5rem; margin:0 }
.logo-list { list-style:none; display:flex; justify-content:center; flex-wrap:wrap; gap:0 20px; padding:0; margin:0}
.logo-list li { border-left:1px solid #ccc; }
.logo-list a { display:flex; justify-content:center; }
.logo-list a img { height:70px; }


.modal-dialog .wpcf7-form-control-wrap { display:block; width:100%; }
.modal-dialog .wpcf7-form-control-wrap > input[type="text"],
.modal-dialog .wpcf7-form-control-wrap > input[type="email"],
.modal-dialog .wpcf7-form-control-wrap > input[type="tel"],
.modal-dialog .wpcf7-form-control-wrap > input[type="password"] { display:block; width:100%; }
/* -------- Blog page ----------- */

/* .page-id-777.singular .entry-title{
	color:#000;
}
.page-id-777.singular .entry-header {
    margin-bottom: 5%;
    padding-bottom: 20px;
} */
.bdp-post-title a {
    color:#000;
	font-size:18px;
	display:block;
}
.bdp-post-title a:hover {
    color:#d60000;
	font-weight:600;
}
.bdp-post-short-content{
	font-size:14px;
}

.blogs-sidebar.elementor-widget{
	position: sticky;
    top: 20%;
}   

.blogs-sidebar.elementor-widget h5{
	margin-bottom:20px;
	font-weight:600;
}

.blogs-sidebar.elementor-widget ul{
	padding-left:0;
	line-height: 35px;
    list-style: none;
}

.blogs-sidebar.elementor-widget ul a{
	color:#808080;
	text-decoration: none;
}
.blogs-sidebar.elementor-widget ul a:hover{
	color:#000;
	font-weight:500;
}
/*
.data-sec p { display:flex; justify-content:flex-start; font-size:1.25rem; }
.data-sec p > b  { min-width:250px; }
.data-sec p > span { display:flex; justify-content:flex-start; } */
/* -------- End of Blog page ----------- */

@keyframes float { 
    0% { transform: translatey(0px); } 
    50% { transform: translatey(-1.333em); } 
    100% { transform: translatey(0px); }
}
.animated-image { position:absolute; transform: translatey(0px); animation: float 6s ease-in-out infinite; max-width:250px; max-height:300px; z-index:1; display:none;}
.animated-image.no-anim { animation:none; }
.animated-image.bt { bottom:0; }
.animated-image.rt { right:0; }
.animated-image.lt { left:0; }
.animated-image.tp { top:0; }
.animated-image img { width: 100%; height: 100%; object-fit:contain;}
.piano-image{}


.grecaptcha-badge{
  opacity: 0 !important;
}

 
.select-common-instrument.w-100 select,.w-common-instrument input[type="submit"]{
 width: 100% !important;;
}
.select-common-instrument select option:first-child {
    display: none !important;
}


.tittlebanner {
  position: absolute;
  left: 0;
  top: 20vw;
  z-index: 2;
  right: 0;
  color: #fff;
  font-weight: bold;
  text-shadow: -4px 3px 3px #000;
}


@media screen and (max-width:1024px){
 
.logo-list a img {
    height: 40px;
}
.explore-music-programs-section .container .fsm-center-text{
	margin-right:10px;
}
.logo-list {
      gap: 0 5px;}

.internal-center-map .internal-center-images {
 flex-wrap:wrap;
 }
 .internal-center-map .internal-center-images img {
        width: 98% !important;
    }
}