 
/* 
==========================================
   1. Imported styles
==========================================
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url('https://fonts.googleapis.com/css?family=Playball');
 @import url(font-awesome.css);
@import url(flaticon.css);

/*Main css*/
@import url('header-style.css');
@import url('slider-style.css');
@import url('service-page-style.css');
@import url('team-page-style.css');
@import url('shop-page-style.css');
@import url('blog-page-style.css');
@import url('contact-page-style.css');
@import url('effect.css');
 @import url(owl.carousel.css);
@import url(jquery.fancybox.css);
@import url(animate.min.css);
/* 
============================================
   2. Global styles
============================================
*/

body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}
a, a:hover, a:active, a:focus {
  text-decoration: none;
}
input, textarea, button {
  outline: none;
}
p {
  color: #333;
  line-height: 26px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;/*margin-top: -7px;*/
}
img {
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
  background: none;
}
ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 26px;
}



#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top:0px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/*accordian-------------------------14-2-22----------------------*/
 
.dropdown-menu { 
    z-index: 10000000000000000000000;}

#whatsapp {
  position: fixed;
  left: 20px;
  text-align: center;
  height: 50px;
  width: 50px;
  font-size: 35px;
  background-color: #13a4e1;
  border-radius: 100%;
  bottom: 30px;
  z-index: 100000000000;
  -webkit-animation: mymove 3s;  /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation: mymove 3s;
  animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
 from {
bottom: 30px;
}
to {
  bottom: 20px;
  background-color: #01e675;
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
}
}
 @keyframes mymove {
 from {
bottom: 30px;
}
to {
  bottom: 20px;
  background-color: #01e675;
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
}
}
#scrollTopBtn {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 1000;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
  background-color: #0e2b5c;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
#scrollTopBtn:hover {
  background-color: #222
}
#scrollTopBtn.actived {
  right: 30px;
  opacity: 1
}


.scrollToTop {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  z-index: 999;
  bottom: 3px;
  right: 3px;
  position: fixed;
  border-radius: 5px;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  background: #ee463b;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 576px) {
  .scrollToTop {
    bottom: 30px;
    right: 30px;
  }
}

.scrollToTop.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  animation: bounceInDown 2s;
  -webkit-animation: bounceInDown 2s;
  -moz-animation: bounceInDown 2s;
}

.scrollToTop img {
  width: 100%;
}


/*-----------------------------acordian-css-open-----------------------------*/

.left-heading {
  margin: 0px 0px 0px 0px;
  background: #090841;
  padding: 15px 20px;
  border-radius: 6px 6px 0px 0px;
}
.left-heading h2 {
  color: #fff;
}
.mainNav {
  background: #fff;
  width: 100%;
  border: solid 1px #e5e5e5;
}
/* First Level */
.mainNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #451b21;
}
.mainNav ul li {
  border-top: 1px solid #e5e5e5;
}
.mainNav ul li a {
  color: #fff;
  display: block;
  font-size: 1.1em;
  line-height: normal;
  padding: 12px 20px;
  text-decoration: none;
}
.mainNav ul li a:hover {
  background: #a31c3a;
  text-decoration: none;
}
.selected {
  background: #f7d5dc;
  text-decoration: none;
}
/* Second Level */
.mainNav ul ul {
  border-bottom: none
}
.mainNav ul ul li {
  border-top: 1px solid #efd8dd;
  background: #fbebee;
}
.mainNav ul ul li a {
  color: #333;
  display: block;
  font-size: 1em;
  line-height: normal;
  padding: 0.5em 1em 0.5em 2.5em;
}
.mainNav ul ul li a:hover {
  background: #f7d5dc;
}
/* Third Level */
.mainNav ul ul ul {
  border-top: 1px solid #222;
}
.mainNav ul ul ul li {
  border: none;
}
.mainNav ul ul ul li a {
  padding-left: 3.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
/* Accordion Button */
ul li.has-subnav .accordion-btn {
  color: #fff;
  /*background:rgba(255,255,255, 0.15);*/ font-size: 11px;
}
 @media screen and (max-width: 1024px) {
.mainNav {
  width: 100%;
}
}
 @media screen and (max-width: 700px) {
.mainNav {
  width: 100%;
}
}
/*** 



/*acordian-----------------------------14-2-22-end------------------------*/




.btn-full {
  width: 100% !important;
  display: inline-block;
  text-align: center;
}
.btn-xlg {
  padding: 15px 50px
}
.btn-lg {
  padding: 12px 30px;
  display: inline-block;
}
.btn-md {
  padding: 11px 20px;
  display: inline-block;
}
.btn-xs {
  padding: 11px 15px 10px;
  display: inline-block;
}
.theme-btn {
  color: #FFF;
  background-color: #f19797;
  border-radius: 4px;
  font-size: 16px;
  margin-top: 10px;
  float: left;
  letter-spacing: 0.3px;
}
.theme-btn-more {
  color: #FFF;
  background-color: #a31c3a;
  border-radius: 4px;
  font-size: 15px;
  margin-top: 10px;
  transition: 300ms;
  letter-spacing: 0.3px;
  outline: 1px dashed white;
  outline-offset: -5px;
}
.theme-btn-more:hover {
  background: #cc8e12;
  color: #FFF;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.theme-btn:hover {
  background: #000;
  color: #FFF;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.theme-btn:focus {
  color: #FFF;
}
.theme-btn-second {
  color: #FFF;
  background-color: #4f5368;
  border-radius: 4px;
  font-size: 16px;
  margin-top: 10px;
  float: left;
  letter-spacing: 0.3px;
}
.theme-btn-second:hover {
  background: #000;
  color: #FFF;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.theme-btn-brd {
  color: #649a38;
  background-color: #FFF;
  border: 2px solid #649a38;
  border-radius: 0px;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 30px;
  letter-spacing: 0.3px;
}
.theme-btn-brd:hover {
  background: #649a38;
  border: 2px solid #649a38;
  color: #FFF;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
/*Form Style   ||-----------*/

button {
  outline: none;
  border: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  border: none;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  -webkit-border-radius: 0px;
  border-radius: 4px;
  color: #888;
  outline: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 13px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  display: inline-block;
  background-color: #FFF;
  width: 100%;
  padding: 8px 10px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #000;
  color: #323232;
}
.input-sm {
  padding: 12px 15px;
  height: auto;
}
textarea {
  height: 60px;
}
label {
  color: #323232;
  font-size: 16px;
  margin-bottom: 10px;
  padding-right: 3px;
  margin-top: 6px;
  font-weight: normal;
}
.form-full {
  width: 100%;
}
a:focus {
  outline: none;
}
.center {
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.border-none {
  border: none;
}
/* Spacer Style   ||-----------*/
.spacer-30 {
  width: 100%;
  height: 30px;
  float: left;
}
.fa-hand-o-right::before {
  margin-right: 10px;
  color: #7abd35;
}
.wd-50 {
  width: 50%;
  margin: auto;
}
.mr-20 {
  margin-right: 20px;
}
.mb-50 {
  margin-bottom: 45px;
}
.bg-color-gray {
  background-color: #f1f1f1;
}
figure.effect-bubba h2 {
  color: #fff;
  font-size: 24px;
}
.sec-pad {
  padding: 70px 0;
}
.padd-btm {
  padding-bottom: 0;
}
.plr-none {
  padding-left: 0;
  padding-right: 0;
}
/* Common css*/
.nopadding {
  padding: 0px;
}
.pinside60 {
  padding: 58px;
}
.bg-color-gray {
  background-color: #f2f2f2;
}
.bg-white {
  background-color: #fff;
}
.outline {
  border: 1px solid #dee4ee;
}
/* End Common css*/
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 31px;
}
/*Start section title heading css*/
.section-title {
  margin-bottom: 50px;
}
.section-title h1 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #000;
  text-align: center;
  /* font-size: 47px; */
  text-transform: uppercase;
  font-weight: bold;
}
.tel {
  color: white;
  transition: .2s ease-in-out;
  padding-left: 0px;
}
.tel:hover {
  color: rgb(199, 195, 195);
  transition: 1s ease;
}
.section-title p {
  text-align: center;
  color: #333;
}
/*End section title heading css*/

/* Start Top Header css*/
#topbar {
  background-color: #a31c3a;
}
#topbar .contact-info ul li {
  float: left;
}
#topbar .contact-info ul li {
  display: inline-block;
  font-size: 14px;
  color: white;
  font-weight: 600;
  line-height: 30px;
  padding: 0 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#topbar .contact-info ul li i.fa {
  font-size: 18px;
  margin-right: 5px;
}
#topbar .social {
  float: right;
}
#topbar .social ul {
}
#topbar .social li {
  float: left;
}
#topbar .social a {
  display: inline-block;
  font-size: 18px;
  float: left;
  padding: 0 15px;
  color: #FFF;
  line-height: 48px;
  border-left: 1px solid #ffffff;
  border-left: 1px solid #f05a4a;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
/* End Top Header css*/
@-webkit-keyframes ticker {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
}
@keyframes ticker {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
}
.ticker-wrap {
  /* position: fixed; */
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 120%;
  background-color: #a31c3a;
  padding-left: 100%;
}
.ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.ticker_item {
  display: inline-block;
  padding: 0 2rem;
  /* font-size: 2rem; */
  color: white;
}
.news {
  background: #a31c3a;
}
.breaking-news-title:before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 100%;
  top: 0;
  left: -12px;
  /* border-left: 12px solid transparent; */
  border-right: 0px solid transparent;
  border-bottom: 30px solid #FFEA00;
}
.breaking-news-title:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  right: -12px;
  top: 0;
  /* border-right: 12px solid transparent; */
  border-left: 0px solid transparent;
  border-top: 30px solid #FFEA00;
}
news {
  color: rgb(5, 5, 5);
  font-size: 18px;
  font-weight: 700;
  padding-left: 12px;
}
.breaking-news-title {
  background-color: #FFEA00;
  display: block;
  height: 40px;
  width: 120px;
  font-family: arial;
  font-size: 11px;
  position: absolute;
  top: 0px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-left: 10px;
  z-index: 3;
}
/* Start phone bar css*/

.promotional-text {
  background: url(../images/resource/bg-1.jpg) no-repeat;
  width: 100%;
  height: 120px;
  width: 100%;
}
.promotional-text-container {
  width: 1000px;
  margin: auto;
  padding-top: 36px;
}
.promo-head {
  float: left;
  margin-right: 20px;
}
.promotional-text h1 {
  font-size: 45px;
  /*font-family: "Playball";*/
  color: #b70b31;
  /*font-style: italic;*/
  margin: 0;
  padding: 0;
  text-align: right;
}
.promotional-text span {
  font-weight: 100;
}
.promotional-text .phn-info {
  float: left;
}
.promotional-text .icon {
  width: 50px;
  height: 50px;
  float: left;
  background-color: #cf244a;
  border: 5px solid #f5f2f2;
  outline: 1px dashed white;
  outline-offset: -7px;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  line-height: 42px;
  border-radius: 50px;
  margin-top: 5px;
}
.promotional-text .p-num {
  float: left;
  padding-left: 10px;
}
.promotional-text .p-num a {
  float: left;
  font-size: 35px;
  color: #000;
  font-weight: 600;
  line-height: 54px;
  margin-right: 10px;
}
/* End phone bar css*/

/* Start welcome section css*/
#welcome {
  background-color: #f9f9f7;
  height: 795px;
  z-index: 1;
  position: relative;
  margin-top: 14px;
}
#welcome .container {
  position: relative;
  z-index: 9999;
}
#welcome::before {
  content: '';
  width: 55%;
  height: 100%;
  position: absolute;
  background: url(../images/resource/welcome-img.jpg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  background-size: cover;
  background-position: left;
  /* background-attachment: fixed; */
  left: 0;
  z-index: 2;
  margin-top: 4px;
}
#welcome::after {
  content: '';
  /* width: 45%; */
  height: 100%;
  position: absolute;
  background-color: #f9f9f7;
  right: 0;
  z-index: -1;
  padding-left: 100px;
}
#welcome .pull-right {
  float: right !important;
}
#welcome .welcome-text {
  padding: 60px 0 0 0;
  position: absolute;
}
#welcome .welcome-text h1 {
  font-size: 46px;
  text-align: left;
  color: #000;
  /* text-transform: uppercase; */
  font-weight: bold;
  padding-left: 85px;
}
#welcome .welcome-text p {
  text-align: justify;
  padding-left: 87px;
  color: #000;
}
#welcome .theme-btn {
  margin-left: 87px;
}
/* End welcome section css*/

/* Start services section css*/
#services {
  background: url(../images/resource/pattern-bg1.jpg) no-repeat;
  padding-top: 110px;
  padding-bottom: 100px;
  background-attachment: fixed;
  background-size: cover;
}
.achieve {
  padding-top: 110px;
  padding-bottom: 100px;
  background-color: #5d4744;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}
.achieve-bg {
  background-color: #b27473;
}
#services .block {
  position: relative;
  background-color: #fff;
  padding: 50px 0;
}
#services .block .img-left {
  position: absolute;
  top: 70px;
  padding: 0px 6px 0px 12px;
}
#services .block .heading {
  margin-bottom: 50px;
}
#services .block .heading h1 {
  font-size: 44px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center !important;
  padding-top: 1px;
}
.color-pink {
  color: #ff0940;
}
.color-course {
  color: white;
}
.text-md-center {
  text-align: center!important;
}
.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey {
  color: #ffffff!important;
  background-color: #dd9332;
  border-color: #ffffff;
  outline-offset: -10px;
  margin-top: 40px;
  outline: 1px dashed rgb(255, 255, 254);
}
.icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background-color: #f19797;
}
.icon-1 {
  text-align: center;
  width: 100px;
  height: 100px;
  background: url(../images/icons/singing.png) no-repeat 13px;
  background-size: 25px;
  background-size: 60px;
  background-position-y: center;
  background-position-x: center;
}
.course {
  border-radius: 10px;
}
.icon-2 {
  text-align: center;
  width: 100px;
  height: 100px;
  background: url(../images/icons/dance.png) no-repeat 1px;
  background-size: 25px;
  background-size: 80px;
  background-position-y: center;
  background-position-x: center;
}
.icon-3 {
  text-align: center;
  width: 100px;
  height: 100px;
  background: url(../images/icons/language.png) no-repeat 13px;
  background-size: 25px;
  background-size: 60px;
  background-position-y: center;
  background-position-x: center;
}
.icon-4 {
  text-align: center;
  width: 100px;
  height: 100px;
  background: url(../images/icons/skills.png) no-repeat 13px;
  background-size: 25px;
  background-size: 60px;
  background-position-y: center;
  background-position-x: center;
}
.icon-5 {
  text-align: center;
  width: 100px;
  height: 100px;
  background: url(../images/icons/keyboard.png) no-repeat 13px;
  background-size: 25px;
  background-size: 60px;
  background-position-y: center;
  background-position-x: center;
}
.icon-6 {
  text-align: center;
  width: 100px;
  height: 100px;
  background: url(../images/icons/Yoga-Pilates-dance.png) no-repeat 13px;
  background-size: 25px;
  background-size: 60px;
  background-position-y: center;
  background-position-x: center;
}
.icon-7 {
  text-align: center;
  width: 100px;
  height: 100px;
  background: url(../images/icons/ballet-dance.png) no-repeat 20px;
  background-size: 25px;
  background-size: 70px;
  background-position-y: center;
  background-position-x: center;
}
.icon-8 {
  text-align: center;
  width: 100px;
  height: 100px;
  background: url(../images/icons/kidz-zumba-dance.png) no-repeat 13px;
  background-size: 25px;
  background-size: 85px;
  background-position-y: center;
  background-position-x: center;
}
.icon-9 {
  text-align: center;
  width: 100px;
  height: 100px;
  background: url(../images/icons/Chinese-dance.png) no-repeat 13px;
  background-size: 25px;
  background-size: 80px;
  background-position-y: center;
  background-position-x: center;
}
.icon-10 {
  text-align: center;
  width: 100px;
  height: 100px;
  background: url(../images/icons/jazz-dance.png) no-repeat 13px;
  background-size: 25px;
  background-size: 80px;
  background-position-y: center;
  background-position-x: center;
}
.icon-11 {
  text-align: center;
  width: 100px;
  height: 100px;
  background: url(../images/icons/Contemporary-dance.png) no-repeat 13px;
  background-size: 25px;
  background-size: 75px;
  background-position-y: center;
  background-position-x: center;
}
.icon-12 {
  text-align: center;
  width: 100px;
  height: 100px;
  background: url(../images/icons/hiphop-dance.png) no-repeat 13px;
  background-size: 25px;
  background-size: 80px;
  background-position-y: center;
  background-position-x: center;
}
#services .block span.achi-name {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  color: #000300;
  text-align: center;
  font-weight: bold;
  padding-left: 20px;
}
.more {
  color: white;
  padding-top: 8px;
}
.more:hover {
  color: white;
}
#services .block .achieve-list li {
  display: inline-block;
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 35px;
}
#services .block .achieve-list li:nth-child(3n+3) {
  margin-right: 0;
}
#services .block.kids {
  margin-top: 150px;
  /*margin-bottom: 90px;*/
  padding-left: 15px;
}
.video-bx {
  width: 770px;
  height: 405px;
  margin: auto;
}
.video-image-box {
  position: relative;
}
.video-image-box .image {
  position: relative;
}
.video-image-box img {
  display: block;
  width: 100%;
}
.video-image-box .image .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  /*background: rgba(0, 37, 74, 0.46);*/
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.video-image-box .image .overlay-link:hover {
  background: rgba(0, 0, 0, 0.5);
}
.video-image-box .image .overlay-link .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 100px;
  height: 100px;
  line-height: 94px;
  font-size: 50px;
  color: #000;
  background-color: transparent;
  border-radius: 50%;
  border: 4px solid #FFF;
  padding-left: 12px;
}
/* Start Testimonial section*/
#testimonials {
  background-image: url(../images/resource/tabla-t.png), url(../images/resource/Untitled-2.jpg);
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-attachment: fixed; padding: 80px 0px;
}
#testimonials .overlay {
  width: 100%;
  height: 100%;/* background-color: rgba(0,0,0,0.8); */
}
#testimonials .container {
  position: relative;
  z-index: 3
}
#testimonials h1 {
  color: rgb(0, 0, 0);
}
#testimonials .text-box {
  width: 100%;
  vertical-align: middle;
  display: table-cell !important;
  padding: 10px 100px 0px;
  box-shadow: -1px 0px 7px rgb(188 184 184 / 50%);
  padding: 0px 50px 20px;
  border-radius: 4px;
  float: left;
  background-color: rgba(255,255,255,0.7);
}
#testimonials .quote-icon {
  width: 68px;
  background-color: transparent;
  float: left;
  font-size: 30px;
  color: #FFF;
  position: relative;
  top: 30px;
  left: 60px;
  text-align: center;
  line-height: 45px;
  display: none;
}
#testimonials .quote-icon .fa {
}
#testimonials .text-box p {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-style: italic;
  padding: 0;
  letter-spacing: 1px;
  text-align: center;
  font-family: "PT Serif", sans-serif;
  position: relative;
}
#testimonials .client-info-box {
  width: 100%;
  margin: auto;
  display: table;
  padding-top: 30px;/* padding-left: 38%; */
}
#testimonials p.name {
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  padding-top: 0px;
  font-family: "PT Serif", serif;
  text-align: center;
  color: #FFF;
  /* float: left; */
  text-align: center;
}
#testimonials p.name span {
  font-size: 22px;
  line-height: 20px;
  font-style: italic;
  color: #FFC00B;
}
#testimonials .client-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid rgba(173, 165, 165, 0.3);
  float: left;
  margin-right: 20px;
}
.text-box:before {
  content: "\f10d";
  font-family: 'fontawesome';
  width: 50px;
  height: 50px;
  color: #FFF;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  background-color: #a31c3a;
  border-radius: 50%;
}
#testimonials .client-img img {
  border-radius: 50%;
}
#testimonials .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #dd115a;
  background: yellow;
  width: 12px;
  height: 12px;
}
#testimonials .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  border: 2px solid #01e675;
    background-color: #c71a42;
}
#testimonials .item {
  padding-bottom: 0px;
}
/* Start instructor css*/
#instructor {
  background: url(../images/resource/pattern-bg.jpg) repeat;
}
#instructor .container {
  position: relative;
  z-index: 3
}
#instructor .text-box {
  width: 100%;
  vertical-align: middle;
  display: table-cell !important;
  padding: 10px 0 0px 100px;
}
#instructor .text-box p {
  color: #000;
  font-size: 16px;
  padding: 0;
  line-height: 24px;
  text-align: left;
  position: relative;
}
#instructor .name {
}
#instructor .name p {
  font-size: 22px;
  line-height: 20px;
  padding-top: 20px;
  text-align: left;
  color: #000;
}
#instructor .name span {
  font-size: 16px;
  line-height: 35px;
  color: #000;
  font-weight: normal;
  letter-spacing: 1.5px;
}
#instructor .instructor-img {
  width: 273px;
  height: 273px;
  border-radius: 50%;
  background-color: #FFF;
  padding: 10px;
  overflow: hidden;
  /*border: 6px solid rgba(173, 165, 165, 0.3);*/
  float: left;
}
#instructor .instructor-img img {
  border-radius: 50%;
  border: 8px solid #fddbd1;
}
#instructor .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #FFF;
  background-color: transparent;
  width: 12px;
  height: 12px;
}
#instructor .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  border: 2px solid #FFF;
  background-color: #FFF;
}
#instructor .item {
  padding-bottom: 0px;
}
/* End */

#upcoming-events {
  background: url(../images/resource/events.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
}
#upcoming-events .section-title h1 {
  /* font-size: 50px; */
  text-transform: uppercase;
}
#upcoming-events .content {
  background: url(../images/resource/pattern-bg.jpg);
  padding: 40px 0 60px;
  min-height: 730px;
}
#upcoming-events .content .overlay {
  background: rgba(245, 245, 245, 0.88);
}
.main-img {
  margin-left: 10px;
}
.image-vent {
  border-radius: 5px;
}
#upcoming-events .events-list {
  padding-left: 80px;
  width: 90%;
  float: left;
}
#upcoming-events .events-list ul {
}
#upcoming-events .events-list li {
  margin-bottom: 60px;
  width: 100%;
  float: left;
}
#upcoming-events .events-date {
  float: left;
  padding: 10px 20px;
  /*background-color: #ead2c8;*/
  border: 1px solid #000;
  border-radius: 4px;
  margin-bottom: 20px;
}
#upcoming-events .events-date h2 {
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: bold
}
#upcoming-events .events-date span {
  font-size: 24px;
}
#upcoming-events .events-list .events-desc {
  float: left;
  width: 310px;
  margin-left: 20px;
}
#upcoming-events .events-list .events-desc p {
  margin-bottom: 5px;
  text-transform: uppercase;
}
#upcoming-events .events-list .events-desc span {
  margin-bottom: 5px;
}



/* Move it (define the animation) */
@-moz-keyframes marquee {
 0% {
-moz-transform: translateY(-100%);
}
 100% {
-moz-transform: translateY(100%);
}
}
@-webkit-keyframes marquee {
 0% {
-webkit-transform: translateY(-100%);
}
 100% {
-webkit-transform: translateY(100%);
}
}
@keyframes marquee {
 0% {
 -moz-transform: translateY(-100%); /* Firefox bug fix */
 -webkit-transform: translateY(-100%); /* Firefox bug fix */
 transform: translateY(-100%);
}
 100% {
 -moz-transform: translateY(100%); /* Firefox bug fix */
 -webkit-transform: translateY(100%); /* Firefox bug fix */
 transform: translateY(100%);
}
}
}
#upcoming-events a.event-btn {
  background-color: #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  float: right;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 52px;
  padding-left: 2px;
}
#upcoming-events a.event-btn:hover {
  background-color: #ebcfc4;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  float: right;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 52px;
  padding-left: 2px;
}
.news-full {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin: 7px 0 7px 0
}
/* start Blog css */
#blog {
  padding: 40px 0;
}
#blog h1 {
  font-size: 53px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
#blog .blog-main-holder {
  width: 100%; margin-bottom: 20px;
}
#blog .single-blog-post .date {
  width: 70px;
  padding: 15px;
  float: left;
  background-color: #f19797;
  margin: 10px 0 0 10px;
  position: absolute;
  bottom: 20px;
}
#blog .single-blog-post .date h3 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
}
#blog .single-blog-post .date span {
  font-weight: normal;
  font-size: 18px;
}
#blog .single-blog-post {
  width: 100%;
}
#blog .single-blog-post .img-holder {
  position: relative;
  overflow: hidden;
  margin-bottom: 0; text-align: center;
}

#blog .single-blog-post .img-holder img{ width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}


#blog .single-blog-post .blog-content {
  width: 100%;  
  padding: 20px 20px 10px;
  background-color: #FFF;
  border: 1px solid #eaeaea;
}
#blog .single-blog-post .blog-content > ul {
  border-bottom: 1px solid #E1E1E1;
  border-top: 1px solid #E1E1E1;
  padding: 10px 0px;
  margin-bottom: 30px;
}
#blog .single-blog-post .blog-content > ul li {
  display: inline;
  padding: 0 10px 0 0;
  font-weight: normal;
  font-size: 14px;
}
#blog .single-blog-post .blog-content > ul li .pull-right {
  float: right;
}
#blog .single-blog-post .blog-content > ul li span {
  color: #f19797;
}
#blog .single-blog-post .blog-content h3 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  letter-spacing: 0.30px;
}
#blog .single-blog-post p {
  margin: 0;
  padding: 0;
  color: #999999;
  text-align: left;
  letter-spacing: 0.3px;
}
#blog .single-blog-post a.readmore {
  padding: 5px 0;
  font-size: 15px;
  color: #f19797;
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
  display: table;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}
footer {
  background-color: #000000;
  padding: 100px 0 20px 0;
  float: left;
  width: 100%;
}
footer .quick-links {
  margin: 30px 20px;
  float: left;
}
footer .quick-links ul {
  margin: 0;
  padding: 0;
}
footer .quick-links li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
footer .quick-links li a {
  font-size: 16px;
  line-height: 12px;
  color: #FFF;
  margin-bottom: 15px;
  display: table;
  text-transform: capitalize;
  margin: 16px 0;
  padding: 3px 8px;
}
footer .footer-logo {
  margin-bottom: 50px;
  text-align: center;
}
section {
  text-align: justify;/* padding: 0 2em 2em; */
}
h1 {
  text-align: center;
  font-family: roboto;
  font-weight: 400;
  font-size: 35px;
  color: #656565;
}
.dummy-text {
  color: #3c3b3b;
  font-family: lato;
  font-size: 20px;
  line-height: 1.5;
}
.col-6 {
  width: 50%;
  display: inline-table;
}
footer {
  background-image: url(../images/resource/eventbg.jpg);
  padding: 2em 4em 0em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
#address {
  background-image: url(../images/world.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  top: 1px;
}
.btm {
  color: white;
  font-weight: 500;
}
.face {
   
  border: 1px solid #c40303;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  color: black;
  font-size: 15px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center; color: #fff;
}
.face:hover {
  color: white;
  border-color: #c40303;
  background: transparent;
}
footer .logo {
  color: #fff;
  font-size: 28px;
  font-family: roboto;
}
footer .row {
  margin: 1em 0;
  font-family: lato;
  color: #fff;
  position: relative;
  border-bottom: 1px solid #cecece;
}
.footer-toggle {
  display: none;
}
 
footer ul {
  padding: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 20px;
  margin-top: 10px;
}
footer ul li {
  list-style-type: none;
    position: relative;  
}

footer .footer-cat, #newsletter span {
  font-size: 20px; font-weight: 600;
}
.footer-cat-links a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
}

.footer-cat-links{ margin: 10px 0px 30px 2px;  
}

.footer-cat-links li { list-style: none; margin: 0px; padding: 0px;
}
.footer-cat-links li i{ margin-right: 8px;
}

.footer-cat-links.active > li a {
  pointer-events: auto; position: relative;
}
 
 


.footer-cat-links a:hover:after, .footer-cat-links a:focus:after {
   
  left: 0;
}
footer #subscribe {
  margin: 20px 0px 30px;
}
input#subscriber-email {
  outline: none;
  padding: 8px;
  background: #212121;
  border: 1px solid #cecece;
  color: #cecece;
  border-radius: 4px 0px 0px 4px;
}
 input#subscriber-email::-webkit-input-placeholder {
 color:rgb(202, 196, 196);
}
 input#subscriber-email:-ms-input-placeholder {
 color:#cecece;
}
 input#subscriber-email::-ms-input-placeholder {
 color:#cecece;
}
 input#subscriber-email::placeholder {
 color:#cecece;
}
.col-3 {
  display: inline-table;
  width: 25%;
}
.col-3#newsletter {
  width: 24%
}
.col-3#newsletter #btn-scribe {
  margin-left: -4px;
  border: 1px solid #cecece;
  border-radius: 0px 4px 4px 0;
  padding: 8px 5px;
  background-color: #e2e2e2;
  color: #212121;
  cursor: pointer;
}
.social-2 {
  display: none;
}
.social-links {
  bottom: 44px;
  position: absolute;
  left: 0;
}
.social-links a {
  color: #fff;
  font-size: 20px;
  border: 1px solid;
  border-radius: 20px;
  padding: 6px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.social-links a:not(:last-child) {
  margin-right: 10px;
}
.social-links a:hover, .social-links a:focus {
  background-color: #212121;
}
.social-links a i {
  width: 25px;
  height: 25px;
  text-align: center;
}
#newsletter #address li:not(:first-child) {
  padding: 20px 0;
}
#newsletter #address li i {
  font-size: 45px;
  width: auto;
  padding: 5px;
}
#newsletter #address li div {
  color: #cecece;
  font-size: 14px;
  width: 80%;
  text-align: left;
  float: right;
  line-height: 1.3;
}
#copyright {
  /* text-align: center; */
  color: #fff;
  font-family: lato;
  padding-bottom: 12px;
}
#owner {
  text-align: center;
  padding: 0px 0 0px;
  color: #fff;
  font-family: lato;
}
#owner a {
  color: #fff;
}

/* iPads to Smartphone for Common Elements ----------- */  
@media only screen and (max-width : 1024px) {
.col-3 {
  display: block;
  width: 100%;
  padding-bottom: 1em;
  position: relative;
}
.col-3#newsletter {
  width: 100%;
  position: relative;
  padding-bottom: 0;
  padding-top: 1em;
}
footer .footer-cat {
  margin-left: 0px;
}
.dnone{ display: none; }


.footer-toggle, .footer-toggle::after {
  background: #fff;
  height: 2px;
  width: 15px;
  position: absolute;
  display: block;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.footer-toggle {
  display: none;
}
.footer-toggle::after {
  content: '';
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btnActive .footer-toggle::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.footer-cat-links {
  margin: 0 0em 0px 1.6em;
}
.footer-cat-links a {
  pointer-events: none;
}
/* .footer-cat-links li {
      line-height: 0;
      opacity: 0;
  } */

.footer-cat-links.active > li {
  line-height: 2;
  opacity: 1;
}
.social-1 {
  display: none !important;
}
.social-2 {
  display: block;
  position: absolute;
  top: 7.5em;
  bottom: 0px;
  height: 20px;
  padding-bottom: 1.5em;
  width: 100%;
}
/* #address {
      margin-top: 6em;
  } */

#newsletter #address li i {
  width: auto;
}
#newsletter #address li div {
  font-size: 14px;
  width: auto;
  text-align: -webkit-auto;
  float: none;
  line-height: 2;
  display: inline-block;
  padding: 10px 0 15px;
}
#newsletter #address li div:last-child {
  padding-bottom: 0;
}
#newsletter #address li:not(:first-child) {
  padding: 20px 0 0;
}
}

/* iPads (portrait)----------- */  
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
footer {
  padding-right: 3em;
  padding-left: 3em;
}
.col-3 {
  display: block;
  width: 100%;
  padding-bottom: 1em;
}
}


/* iPads (landscape) ----------- */  
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
section {
  padding-bottom: 3em;
}
.sec-heading {
  padding: 1em 0;
}
.col-3 {
  display: block;
  width: 100%;
  padding-bottom: 1em;
}
}



/* Mini Tablet ----------- */  
@media only screen and (max-width : 600px) {
.col-3 {
  display: block;
  width: 100%;
  padding-bottom: 1em;
}
.col-6 {
  width: 100%;
  display: block;
}
footer {
  padding: 1em 2em 2em;
}
}

/* Smartphones (portrait and landscape) ----------- */  
@media only screen and (max-width : 480px) {
#testimonials {
  background-image: url(../images/resource/tabla-t.png);
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#addresss {
  position: relative;
  margin-top: 12px;
}
#testimonials .text-box {
  background-color: rgb(12 11 11 / 81%);
}
.newsrow {
  width: 100%;
}
footer {
  background-image: url(../images/resource/eventbg.jpg);
  padding: 2em 4em 0em;
  padding-left: 300px;
  /* background-size: 120% 1210%; */
  margin-left: 120;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto;
}
#testimonials .text-box p {
  color: white;
}
.col-6 {
  width: 100%;
  display: block;
}
footer {
  padding-right: 1em;
  padding-left: 1em;
}
}
.footer ul {
  margin-top: 8px;
}
footer .social-links-footer {
  width: 100%;
  float: left;
  margin-top: 50px;
  text-align: center;
}
footer .social-links-footer a {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 16px;
  line-height: 36px;
  margin: 9px 2px 0px;
  border-radius: 70px;
  transition: all 500ms ease-out 0s;
}
footer .social-links-footer a:hover {
  background: #000;
  border: 1px solid #000;
  color: #FFF;
  transition: all 500ms ease-out 0s;
}
.footer-btm {
  background-color: transparent;
  border-top: 1px solid #D28383;
  padding: 20px 0;
  width: 100%;
  float: left;
}
.copywrite {
  float: right;
  color: #FFF;
}
.create-by {
  float: left;
  color: #FFF;
}
.footer-element {
  width: 100%;
  background-color: #f19797;
  float: left;
  margin-top: 0px;
  z-index: 999;
  position: relative;
}
.footer-element [class*='col-']:not(:first-child), .footer-element [class*='col-']:not(:last-child) {
  padding-left: 0;
  padding-right: 0;
}
.footer-element .info-bx {
  background: #f19797;
  padding: 25px 15px;
  height: 190px;
  text-align: center;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10);
}
.footer-element .info-bx p {
  text-align: center;
  color: #FFF;
}
.footer-element p span {
  display: block;
}
.footer-element p span a {
  color: #FFF;
}
.footer-element .fa {
  font-size: 45px;
  color: #fff;
  margin-bottom: 15px;
}
/* Strat inner banner css*/
.section-title h2 {
  margin: 0px 0px;
  padding: 0px;
  color: #000;
  font-size: 30px;
  font-weight: bold;
}

.contact-banner {background: url(../images/contact-banner.jpg) center no-repeat !important;}
.gallery-banner{background: url(../images/social-activities.png) center no-repeat !important;}
.social-activities{background: url(../images/social-activities.jpg) center no-repeat !important;}
.faculty-banner{background: url(../images/faculty-banner.jpg) center no-repeat !important;}

.inner-baner {
  background: url(../images/music.jpg) center no-repeat; background-size: cover;
   min-height: 340px; position: relative;
}
.vocal-banner {
  background: url(../images/vocal-banner.jpg) center no-repeat; background-size: cover;
  min-height: 340px; position: relative;
}

.tabla-banner {
  background: url(../images/tabla-banner.jpg) center no-repeat; background-size: cover;
  min-height: 340px; position: relative;
}

.flute-banner{
  background: url(../images/flute-banner.jpg) center no-repeat; background-size: cover;
  min-height: 340px; position: relative;
}
.piano-banner{
  background: url(../images/piano-banner.jpg) center no-repeat; background-size: cover;
  min-height: 340px; position: relative;
}
.kathak-banner{
  background: url(../images/kathak-banner.jpg) center no-repeat; background-size: cover;
  min-height: 340px; position: relative;
}



.guitar-banner{
  background: url(../images/guitar-banner.jpg) center no-repeat; background-size: cover;
  min-height: 340px; position: relative;
}

.penting-banner{
  background: url(../images/penting-banner.jpg) center no-repeat; background-size: cover;
  min-height: 340px; position: relative;
}


.event-banner{
  background: url(../images/event-banner.jpg) center no-repeat; background-size: cover;
  min-height: 340px; position: relative;
}


.public-speaking-banner{
  background: url(../images/public-speaking-banner.jpg) center no-repeat; background-size: cover;
   min-height: 340px; position: relative;
}

.convincing-skills-banner{
  background: url(../images/convincing-skills-banner.jpg) center no-repeat; background-size: cover;
   min-height: 340px; position: relative;
}
.body-language-banner{
  background: url(../images/body-language-banner.jpg) center no-repeat; background-size: cover;
   min-height: 340px; position: relative;
}
.violin-banner{
  background: url(../images/violin-banner.jpg) center no-repeat; background-size: cover;
   min-height: 340px; position: relative;
}

.keyboard-banner{
  background: url(../images/keyboard-banner.jpg) center no-repeat; background-size: cover;
   min-height: 340px; position: relative;
}

.english-banner{
  background: url(../images/english-banner.jpg) center no-repeat; background-size: cover;
   min-height: 340px; position: relative;
}

.hindi-banner{
  background: url(../images/hindi-banner.jpg) center no-repeat; background-size: cover;
   min-height: 340px; position: relative;
}

.sanskrit-banner{
  background: url(../images/sanskrit-banner.jpg) center no-repeat; background-size: cover;
   min-height: 340px; position: relative;
}

.french-banner{
  background: url(../images/french-banner.jpg) center no-repeat; background-size: cover;
   min-height: 340px; position: relative;
}

.cultural-values-banner{
  background: url(../images/cultural-values-banner.jpg) center no-repeat; background-size: cover;
   min-height: 340px; position: relative;
}



.page-title { position: absolute; 
  top:0; 
  bottom:0; 
  align-items:center; 
  justify-content: center; 
  display:flex;
  position: relative;
  text-align: left;
  background-size: cover;
  background-repeat:no-repeat; 
  
}
.page-title:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.page-title h2 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  padding: 0px; margin: 0px;
  text-transform: uppercase;
  text-align: left;
}
.page-title .bread-crumb {
  position: relative;
  display: inline-block;
  padding: 9px 0px 6px;
  border-radius: 50px;
  top: 0px;
  z-index: 1;
  float: left;
  background-color: transparent;
  text-align: left;
}
.page-title .bread-crumb li {
  position: relative;
  display: inline-block;
  line-height: 1em;
  margin-right: 35px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-title .bread-crumb li:after {
  content: '\f101';
  position: absolute;
  right: -29px;
  top: -1px;
  font-weight: 400;
  width: 20px;
  text-align: center;
  line-height: 1em;
  font-family: 'FontAwesome';
}
.page-title .bread-crumb li:last-child {
  margin-right: 0px;
  color: #00a0e3;
}
.page-title .bread-crumb li:last-child:after {
  display: none;
}
.page-title .bread-crumb li a {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
/* End Inner banner css*/
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;600;700;800&display=swap');
.classes-box {
  padding: 20px 20px;
  border: 2px solid #f5f5f5;
  margin-bottom: 30px;
  border-radius: 0px 0px 0px 25px;
}
.classes-box:after {
  content: "";
  position: absolute;
  background: rgba(221,20,68,0.3);
  height: 10rem;
  width: 10rem;
  right: -1rem;
  z-index: -1;
  top: -2rem;
  border-radius: 20%;
}
.description {
  width: 100%;
}
.description p {
  font-family: "Sora", Sans-serif !important;
  font-size: 16px;
  line-height: 26px !important;
  letter-spacing: 0;
  margin: 0px 0px 20px 0px;
  color: #555555;
}
.title3 h3 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.title3 h4 {
  font-size: 18px;
  color: #049dde;
  font-weight: 600;
  margin-bottom: 0px;
}
.description h4 {
  font-size: 19px;
  color: #049dde;
  font-weight: 600;
  margin-bottom: 10px;
}
.description p img {
  border-style: solid;
  border-color: #fff;
  border-width: 0.75rem;
  box-shadow: 0 1rem 3rem -1rem rgb(0 0 0 / 50%);
  background-color: rgba(255,255,255,1);
  border-color: rgba(255,255,255,1);
  border-radius: 0px 25px 0px 25px;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}
.objectives {
  background: #a31c3a;
  margin: 20px 0px;
  padding: 20px;
  border-radius: 10px;
  min-height: 166px;
  text-align: center;
}
.objectives p {
  color: #fff;
  margin: 5px 0px 0px 0px;
  font-weight: 600;
  line-height: 20px !important;
}
.post-resource {
  margin: 10px 0px;
}
.services-b {
  width: 100%;
  margin-bottom: 20px;
}
.services-b ul {
  list-style: none;
  margin: 0px 0px 0px 20px;
  padding: 0px;
}
.services-b ul li {
  list-style: circle;
}
.img-frame-small {
  border-style: solid;
  border-color: #fff;
  border-width: 0.75rem;
  box-shadow: 0 1rem 3rem -1rem rgb(0 0 0 / 50%);
  background-color: rgba(255,255,255,1);
  border-color: rgba(255,255,255,1);
  border-radius: 0px 25px 0px 25px;
  margin-bottom: 20px;
}
.img-frame-small img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border-radius: 0px 25px 0px 25px;
}
.post-resource ul {
  margin: 0px;
  padding: 0;
  text-align: left;
}
.post-resource ul li {
  font-size: 16px;
  display: block;
  font-weight: 500;
  line-height: 24px;
   
}
.post-resource ul li a {
  color: #2e2e2e;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
}
.classes-container {
  width: 100%;
  float: left;
}
.classes-img-box {
  width: 50%;
  height: 470px;
  overflow: hidden;
  float: left;
}
.classes-img-box img {
  width: 100%;
}
.classes-content-box {
  width: 50%;
  height: 470px;
  padding: 50px;
  float: left;
}
/* Start Faqs Page css */
.faq-page {
  padding: 94px 0 80px;
}
#faq {
}
#faq .container-wrap {
  padding: 20px;
  background-color: rgba(255,255,255,0.5);
}
#faq .section-title-style {
  width: 100%;/*padding-bottom: 40px;*/
}
#faq .faq-search {
  background: #f9f9f9 none repeat scroll 0 0;
  width: 745px;
  padding: 20px;
  margin-top: 30px;
}
#faq .faq-search input[type="text"] {
  border: 1px solid #e9e9e9;
  color: #aeaeae;
  font-size: 14px;
  padding: 10px 20px;
  width: 79%;
  font-family: "Open Sans", sans-serif;
  outline: none;
}
#faq .faq-search input[type="button"] {
  background: #242424;
  border: medium none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-left: -4px;
  padding: 10px 40px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.general-question {
  margin-top: 50px;
}
.general-question .panel-group .panel {
  border-radius: 0;
  margin-top: 15px;
}
.general-question .panel-group .panel-default > .panel-heading {
  border-color: #e9e9e9;
  background-color: #ffffff;
}
.general-question .panel-group .panel-default .panel-title {
  color: #6F6F6F;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.general-question .panel-group .panel-default .panel-title a {
  display: block;
  position: relative;
}
.general-question .panel-group .panel-default .panel-title a:after {
  content: "\f106";
  font-family: fontawesome;
  background: #000 none repeat scroll 0 0;
  border-left: 1px solid #e9e9e9;
  color: #FFF;
  font-size: 24px;
  padding: 11px 15px;
  position: absolute;
  right: -15px;
  top: -15px;
}
.general-question .panel-group .panel-default .panel-title a.collapsed:after {
  content: "\f107";
  font-family: fontawesome;
  background: #f19797 none repeat scroll 0 0;
  border-left: 1px solid #e9e9e9;
  color: #FFF;
  font-size: 24px;
  padding: 11px 15px;
  position: absolute;
  right: -15px;
  top: -15px;
}
.general-question .panel-body {
  padding: 25px 15px 30px;
}
.general-question .panel-body .panel_body_up h2 {
  color: #1d72c9;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 300;
  padding: 10px 0;
  text-transform: none;
}
.general-question .panel-body .panel_body_up p {
  color: #898989;
  font-weight: 500;
}
.general-question .panel-body .panel_body_down .panel_down_text {
  color: #8e8d8d;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
}
/*End Faq Page css*/

/* Start Testimonial Page Css */
.testimonial-page {
}
.testimonial-page.sec-pad {
  padding: 126px 0 50px;
}
.testimonial-bx {
  border: 3px solid #e9e9e9;
  padding: 35px 15px 60px;
  margin-bottom: 50px;
}
.testimonial-bx p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: 'PT Serif', serif;
  font-style: italic;
}
.testimonial-bx:before {
  content: "\f10d";
  font-family: 'fontawesome';
  width: 50px;
  height: 50px;
  color: #FFF;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  background-color: #f19797;
  border-radius: 50%;
  position: absolute;
  top: -26px;
}
.testimonial-bx .in-fo-bx {
  width: 100%;
  border-top: 3px solid #e9e9e9;
  padding-top: 10px;
  margin-top: 30px;
}
.testimonial-bx .client-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  background-color: transparent;
}
.testimonial-bx .name-col {
  float: left;
  width: 35%;
}
.testimonial-bx .name-col h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #e23c2a;
}
.testimonial-bx .country {
  margin: 0;
}
/* End Testimonial Page css*/

/* Start Event Page*/

.event-page {
  padding: 100px 0;
}
#coming-event {
}
.single-event-bx {
  width: 80%;
  margin: auto;
  box-shadow: 0 5px 35px 0 rgba(0,0,0,.13);
  height: 500px;
}
.event-info {
  float: left;
  
   
}
.event-page .event-date-col {
  width: 100%;
}
.event-date {
  font-size: 35px;
  line-height: 50px;
  float: left;
  margin-right: 11px;
  border-radius: 50%;
  background-color:#a30f32;
  width: 50px;
  text-align: center;
  color: #FFF;
  float: left;
}
.event-month {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  padding-top: 4px;
  float: left;
}
.event-day {
  color: #00a0e3;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing:0px;
  float: right;
}
.event-location {
  float: left;
  width: 100%;
  font-size: 24px;
  margin-top: 35px;
  font-family: Roboto, sans-serif;
  margin-bottom: 35px;
}
.event-location .fa-map-marker {
  margin-right: 10px;
}
.event-info .text {
  width: 100%;
  float: left;
}
.event-img {
  float: right;
}
#coming-event .item {
  height: 540px;
}
.container-fluid .item img {
  transition: all 0.3s ease 0s;
  display: inline;
}
.owl-theme .owl-controls {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.owl-theme .owl-nav {
  margin: 0;
}
.owl-theme .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.owl-prev {
  left: 0px;
  position: absolute;
  top: 100px;
  line-height: 145px;
}
.owl-theme .owl-nav div .fa {
  color: #b9b9b9;
  font-size: 30px;
}
.owl-theme .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.owl-next {
  position: absolute;
  right: 0px;
  top: 100px;
  line-height: 145px;
}
.owl-theme .owl-nav div .fa {
  color: #b9b9b9;
  font-size: 30px;
  background-color: rgba(0,0,0,0.7);
  padding: 12px 20px;
}
/*
========================================================
  13. latest-gallery styles 
========================================================
*/

.latest-1 {
}
.latest-gallery {
  padding: 95px 0px 70px;
  background: url(../images/back.png);
  position: relative;
  text-align: center;
}
.latest-gallery:before {
  content: "";
  position: absolute;
  background: url(../images/border.png) no-repeat;
  width: 100%;
  height: 18px;
  bottom: 0;
  left: 0;
}
.gallery {
  padding: 95px 0px 70px;
  background: url(../images/back.png);
  position: relative;
  text-align: center;
}
.gallery:before {
  content: "";
  position: absolute;
  background: url(../images/border.png) no-repeat;
  width: 100%;
  height: 18px;
  bottom: 0;
  left: 0;
}
.latest-welcome:after {
  content: "";
  position: absolute;
  background: url(../images/border.png) no-repeat;
  width: 100%;
  height: 18px;
  bottom: 0;
  left: 0;
  top: -14px;
}
.latest-gallery:after {
  content: "";
  position: absolute;
  background: url(../images/border.png) no-repeat;
  width: 100%;
  height: 18px;
  bottom: 0;
  left: 0;
  top: 0;
}
.latest-gallery h1 {
  font-size: 53px;
  color: rgb(255, 255, 255);
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.latest-gallery .single-item {
  padding-bottom: 30px;
}
.latest-gallery .single-item .img-box {
  position: relative;
  overflow: hidden; background: #fff;  box-shadow: 0 1rem 2rem hsl(0deg 0% 0% / 20%);
    /*border: solid 5px #fff;*/
    border-radius: 0px 25px 0px 25px;
}
.latest-gallery .single-item .img-box img {
  width: 100%;
}
.latest-gallery .single-item .title h5 {
  color: #222;
  padding: 25px 0 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.latest-gallery .single-item:hover .title h5 {
  color: #48c7ec;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.latest-gallery .single-item .img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(241, 151, 151, 0.88);
  text-align: center;
  opacity: 0;
  transition: all .3s ease;
}
.latest-gallery .single-item .img-box .overlay .social {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.latest-gallery .single-item .img-box .overlay .inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.latest-gallery .single-item .social a i:before {
  font-size: 30px;
  color: #fff;
  margin: 0px;
}
.latest-gallery .single-item .social h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}
.latest-gallery .single-item .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.latest-gallery .single-item .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
}
.latest-gallery .single-item .img-box .overlay .top {
  text-align: center;
}
.latest-gallery .single-item .img-box .overlay .top ul {
  margin-bottom: 0;
  margin-bottom: 20%;
}
.latest-gallery .single-item .img-box .overlay .top li a {
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  background: #222;
  display: block;
  border-radius: 50%;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}
.latest-gallery .single-item .img-box .overlay .top li a:hover {
  background: #1f1f1f;
  color: #48c7ec;
}
.latest-gallery .single-item .img-box .overlay .bottom {
  padding: 10px 0px;
  padding-right: 0;
  text-align: center;
}
.latest-gallery .single-item .img-box .overlay .bottom .title h3 {
  margin: 0;
  color: #fff;
  font-family: "Roboto Slab", serif;
  line-height: 30px;
  font-size: 15px;
}
.latest-gallery .single-item:hover .img-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}





/*/////////////////////event-page/////////////////////*/
.event { border-radius:0 !important; border: dashed 2px #fff !important; padding: 5px; background: transparent !important;}
 
 
.single-item h5 { font-size: 16px; font-weight: bold; margin: 15px 0px 0px 0px; padding-bottom: 0px;
}
 



.post-filter {
  display: inline-block;
  margin: 0;
  margin-bottom: 50px;
}
.post-filter li {
  padding: 5px 5px;
}
.post-filter li span {
  padding: 7px 20px;
  color: #343434;
  font-size: 14px;
  border: 1px solid #f19797;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  display: block;
  padding-right: 16px;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.post-filter li:hover span, .post-filter li.active span {
  color: #fff;
  background: #f19797;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
/* ---------- Registration ---------- */

#register {
  padding-top: 50px;
  padding-bottom: 100px;
}
#register .heading {
  margin-bottom: 50px;
}
.register-option {
  padding-left: 15px;
  border-left: 2px solid;
}
.register-option span {
  display: block;
  font-family: 'museo_sans700';
  font-size: 24px;
  margin-bottom: 10px;
}
.register-option i {
  display: block;
}
.adults .register-option {
  border-color: #f19797;
  margin-bottom: 77px;
}
.kids .register-option {
  border-color: #9a6866;
  margin-bottom: 40px;
}
.registeration-page {
}
.registeration-page .section-title h1 {
  font-size: 35px;
}
.registeration {
  box-shadow: -1px 0px 7px rgba(188, 184, 184, 0.5);
  padding: 0px 50px 20px;
  border-radius: 4px;
  float: left;
  background-color: rgba(255,255,255,0.7);
}
.registeration .heading {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.registeration span {
  display: block;
}
.registeration .reg-head {
  text-align: center;
  font-family: 'museo_sans700';
  font-size: 18px;
}
.registeration .info {
  font-family: 'museo_sans300';
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
  margin-left: -16px;
  margin-right: -16px;
}
.registeration .reg-head-sub {
  font-size: 18px;
  margin-top: 60px;
  margin-bottom: 30px;
}
.input.md-none {
  margin-bottom: 0;
}
.registeration .gender {
  margin-top: 12px;
}
.registeration .gender span, .registeration .gender i.icon {
  display: inline-block;
}
.registeration .gender span {
  float: left;
}
.registeration .gender .options {
  display: inline-block;
  margin-left: 25px;
  float: left;
  margin-bottom: 0;
}
.registeration .gender .options .radio:first-child {
  margin-right: 10px;
}
.registeration .gender .options .radio {
  margin-top: 0;
  margin-bottom: 0;
}
.registeration .radio input[type="radio"]:hover:not(:checked) ~ label .lips,  .registeration .radio input[type="radio"]:checked ~ label .lips {
  background-position: -500px -220px;
}
.registeration .radio input[type="radio"]:hover:not(:checked) ~ label .moustache,  .registeration .radio input[type="radio"]:checked ~ label .moustache {
  background-position: -550px -220px;
}
.registeration input[type="submit"].button {
  height: 50px;
  width: 180px;
  text-transform: uppercase;
  line-height: 50px;
  font-size: 14px;
  margin: 50px auto 20px;
}
.butt-register a {
  float: left;
  display: inline-block;
}
.butt-register a:last-child {
  margin-left: 15px;
}
#touch input[type="text"], .input {
  height: 50px;
  padding: 0 20px;
  border: 1px solid #37322f;
  color: #37322f;
  margin-bottom: 30px;
}
#touch input[type="text"] {
  width: 280px;
}
.input {
  width: 100%;
}
 input::-moz-placeholder {
 color:#37322f;
 opacity:0.5;
}
 input:-ms-input-placeholder {
 color:#37322f;
 opacity: 0.5;
}
 input::-webkit-input-placeholder {
 color:#37322f;
 opacity: 0.5;
}
.checkbox label, .radio label {
  padding-left: 0;
}
.radio input[type="radio"]:empty,  .check-box input[type="checkbox"]:empty {
  display: none;
}
.radio input[type="radio"]:empty ~ label,  .check-box input[type="checkbox"]:empty ~ label {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio input[type="radio"]:empty ~ label:before,  .check-box input[type="checkbox"]:empty ~ label:before {
  position: relative;
  display: block;
  content: '';
  border: 1px solid #37322f;
}
.radio input[type="radio"]:empty ~ label:before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.check-box input[type="checkbox"]:empty ~ label:before {
  width: 28px;
  height: 28px;
}
.radio input[type="radio"]:hover:not(:checked) ~ label:after,  .radio input[type="radio"]:checked ~ label:after,  .check-box input[type="checkbox"]:hover:not(:checked) ~ label:after,  .check-box input[type="checkbox"]:checked ~ label:after {
  position: absolute;
  display: block;
  content: '';
  top: 6px;
  left: 6px;
}
.radio input[type="radio"]:hover:not(:checked) ~ label:after,  .radio input[type="radio"]:checked ~ label:after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.check-box input[type="checkbox"]:hover:not(:checked) ~ label:after,  .check-box input[type="checkbox"]:checked ~ label:after {
  width: 16px;
  height: 16px;
}
.radio input[type="radio"]:hover:not(:checked) ~ label:after,  .check-box input[type="checkbox"]:hover:not(:checked) ~ label:after {
  background: #fff;
}
.radio input[type="radio"]:checked ~ label:after,  .check-box input[type="checkbox"]:checked ~ label:after {
  background: #37322f;
}
.options {
  margin-bottom: 20px;
}
.options .check-box input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  top: 0;
  left: 0;
}
.options .check-box label {
  padding-left: 35px;
  position: relative;
}
.options .check-box {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.options .radio input[type="radio"]:empty ~ label:before {
  position: absolute;
  top: 0;
  left: 0;
}
.options .radio label {
  padding-left: 35px;
  position: relative;
  font-family: 'museo_sans500';
}
.options .radio {
  float: left;
}
.wrap-course {
  background-color: #a31c3a;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  height: 90px;
}
.our {
  color: white;
}
.wrap {
  padding: 10px;
  text-align: center;
  background-color: #a31c3a;
}
.wrap a {
  color: #fff;
}
.hover-fx {
  font-size: 36px;
  display: inline-block;
  cursor: pointer;
  margin: 9px;
  width: 80px;
  height: 80px;
  line-height: 72px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #fff;
  /* background-color: rgba(255, 255, 255, 0.1); */
  transition: 300ms;
}
.hover-fx:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  box-shadow: 0 0 0 3px #fff;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;
}
.event-btn {
  text-align: center;
}
.button-more {
  margin-top: 20px;
}
.hover-fx:hover {
  /* background-color: #fff; */
  color: #00989A;
}
.hover-fx:hover:after {
  opacity: 1;
  transform: scale(1.15);
}
.blog-card-image {
  text-align: center;
}
.img {
  text-align: center;
  border-radius: 12px;
  margin-top: 1px;
}
h2.Event.center {
  margin-top: 20px;
  color: rgb(0, 0, 0);
  font-size: 30px;
}
p.para-event {
  padding: 60px 60px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.12);
  margin: 40px 77px 0px 77px;
}


