/*-----------------    Default Css By Amit Silori   ----------------------------------*/
*{margin: 0px; padding: 0px; box-sizing:border-box;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

body{	margin:0;	font-weight:400;overflow-x:hidden;font-family: '   Sans', sans-serif; font-size:15px; color: #222;	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;}

article{overflow: hidden;}
body a{	transition: 0.5s all ease;-webkit-transition: 0.5s all ease;-moz-transition: 0.5s all ease;	-o-transition: 0.5s all ease;	-ms-transition: 0.5s all ease;font-family: 'Open Sans', sans-serif; color: #222;}

/* CSS TOP MARGINS * -------------------------- */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; 
}

h1,h2,h3,h4,h5,h6{margin:0; color: #000; }

h1{ font-size:36px;  font-family: 'Roboto', sans-serif;}
h2{ font-size:26px;  font-family: 'Roboto', sans-serif;}
h3{ font-size:20px;  font-family: 'Roboto', sans-serif;}
h4{ font-size:18px;  font-family: 'Roboto', sans-serif;}
h5{ font-size:15px;  font-family: 'Roboto', sans-serif;}

p{font-weight: 400;  color: #222; font-size: 15px;  line-height: 24px; margin: 0px 0 0 0; color:666;font-family: 'Open Sans', sans-serif; }

p a {color: #222;}
b.normal{font-weight: 400;}

ul,label{	margin:0;	padding:0;}

body a:hover{	text-decoration:none;}
html input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select {border-radius: 10px;  height: 42px;  padding: 0 10px; box-sizing: border-box;   width: 100%; color: #777;border:1px solid #ddd;	font-size: 13px;background:#fff;}
html select { padding: 0 11px;font-size:13px;}
html select option {font-size:14px;	font-weight:300;}
html textarea { padding:10px 10px; box-sizing: border-box;width: 100%; color: #999;border:1px solid #ddd;border-radius:0px;	font-size: 15px;}
html button, html input[type="button"]{  color: #fff;  display: inline-block;  padding: 13px 20px;  text-transform: uppercase;  font-size: 16px;
    border-radius:2px; border:none;	font-weight:600;height:50px;}
html button:hover, html input[type="button"]:hover{   color: #fff;}
html input:focus, select:focus, textarea:focus, button:focus {outline: none;}
.form-control:focus { color: #495057; background-color: #fff;   outline: 0; }
.form-control{font-size: 13px; height: 42px;border-radius: 10px; margin-bottom: 10px;}
textarea.form-control {
    height: 120px;
    border-radius: 10px;
}
.btn {font-size:13px;	padding: 12px 22px;	font-weight:400;	border-width:2px; border-radius:30px; line-height:normal;font-family: 'Open Sans', sans-serif; text-transform: uppercase; font-weight: 600; }
.btn-primary {   color:#e182a8;  background-color: transparent;  border-color: #e182a8;}
.btn-primary:hover, .btn-primary:focus {  color: #fff;  background-color: #e182a8;  border-color: #e182a8;}
.btn-primary2 {   color: #044871;  background-color:transparent;  border-color:#044871;  }
.btn-primary2:hover, .btn-primary2:focus {  color: #fff;  background-color:#044871;  border-color: #044871;}
.btn-primary-outline {  color: #fff; background-color: transparent; border-color: #0048a8;}
.btn-primary-outline:hover, .btn-primary-outline:focus { color: #fff; background-color: #333; border-color: #333;}
.btn-primary:focus, .btn-primary:focus { color: #fff; background-color: #333; border-color: #333;}
.btn-primary.focus, .btn-primary:focus { box-shadow: none;}
.text-uppercase{ text-transform:uppercase;}
.text-capitalize{ text-transform:capitalize;}

/*--HeaderS ection--*/
.container{ padding: 0px;}

/*--nav Section--*/
.img-fluid{width: 100%;}

/*--General CSS--*/
.section{ padding:4em 0;}
.title{font-size:30px; line-height:35px; color: #222; font-weight:600; font-family: 'Roboto', sans-serif; margin: 0 0 0 0; text-transform: uppercase; }
.title.white{color: #fff;}
p.sub-title{color: #fb4d05; font-size: 18px; font-family: 'Open Sans', sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; margin:5px 0;}
hr{width: 100px; margin: 1em 0px; background:#e182a8; height: 3px !important; opacity: 1; }
hr.hr-center{width: 100px; margin: 1em auto; height: 3px; }
img.hr{padding: 20px 0;}
ul.navbar-nav li.nav-item.dropdown{transition: .5s all;}
ul.navbar-nav li.nav-item.dropdown:hover .dropdown-menu{ display: block; left: -100px; padding: 0px; border-top: 5px solid #e182a8;}
.navbar-brand{width: 10%; }
.back-gry{background: #f5f5f5;}
/*-- end General CSS--*/

/*-----------------   End Default Css By Amit Silori   ----------------------------------*/


/*start header section css*/
.top-header{ background: #222; transition: .5s all;}
.left-header .call{margin-right: 15px; padding-right: 15px; border-right: 1px solid #aaa;}
.left-header span{display: inline-block; padding: 8px 0; color: #fff;font-size: 14px; }
.left-header span i{margin-right: 5px; color: #e182a8; }
.header-start {background: rgba(255, 255, 255, .5); transition: .5s all;}
.header-start .navbar{background: rgba(255, 255, 255, .7); padding: 0px; border-bottom: 1px solid #222;}
.header-start .navbar-light .navbar-nav .nav-link { color: #000; text-transform: capitalize; font-size: 14px; font-weight: 500;padding: 18px 13px;   }
.header-start .navbar-light .navbar-nav .nav-link:hover{color: #e182a8;}
.header-start.darkHeader{position: fixed;top: 0px;left: 0px; width: 100%;z-index: 999999; transition: .5s all;}
.header-start.darkHeader .top-header{display: none; transition: .5s all;}
ul.navbar-nav li.nav-item.dropdown .dropdown-menu li a.dropdown-item{font-size: 13px; padding: 10px 15px; border-bottom: 1px solid #ddd; }
/*end header css*/

/*start banner css*/
.main-banner .carousel-control-prev { left: -50px; top: 45%;}
.main-banner .carousel-control-next { right: -50px; top: 45%;}
.main-banner-overlay{background: rgba(0, 0, 0, .5); position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;}
.main-banner .carousel-caption{z-index: 999;    position: absolute; right: 15%; bottom: 32%; left: 15%;  padding-top: 1.25rem; padding-bottom: 1.25rem; color: #fff;}
.main-banner .carousel-caption .heading{ font-size: 75px; color: #fff; font-family: 'Roboto', sans-serif; font-weight: 700; line-height: 56px;  text-shadow: 2px 2px 2px #000;}
.main-banner .carousel-caption p{ font-size: 18px; color: #fff; margin: 15px 0; text-shadow: 2px 2px 2px #000;}
/*end banner css */

/*start  about section css*/
.about-section-text p i{color:#e182a8; }
.about-section-text ul{margin-top: 10px;}
.about-section-text ul li{list-style: none; padding: 20px 0; }
.about-section-text ul li i{color:#e182a8;  height: 30px; width: 30px; line-height: 30px; text-align: center; display: inline-block; border:1px solid #e182a8; vertical-align: top;  }
.about-section-text ul li span{display: inline-block; width: 93%; float: right; vertical-align: top;}
.about-section{background: url(../images/about-bg.jpg) repeat;}
.about-section-img{text-align: justify; margin-top: 2em;}
.start-classes{margin-top: 2em;}
.course-text{padding: 12px; background: #fff; border:1px solid #ddd; }
.classes .course-text p {margin:15px 0; color: #000}
.classes{position: relative;}
.classes .container{position: relative;z-index: 999;}
.classes p{color: #000;}
.course-text p a{color:#e0729e; font-weight: bold; }
.classes .owl-carousel .owl-nav .owl-next{position: absolute;top: 45%; right: -20px;}
.classes .owl-carousel .owl-nav .owl-prev{position: absolute;top: 45%; left: -20px;}
.classes .owl-carousel .owl-nav  i{height: 30px; width: 30px; background: #e182a8; text-align: center; line-height: 30px; color: #fff;}
/*end classes css*

/*start table css/*/
.start-table table th, .start-table table td{font-size: 12px; vertical-align: top;  }
.start-table{margin-top: 2em;}
.schedule{background: url(../images/about-bg.jpg) repeat;}
.teacher-text{text-align: justify; padding: 2em;}
.strat-teacher .col-md-4, .strat-teacher .col-md-8, .strat-teacher .col-lg-4, .strat-teacher .col-lg-8 {padding: 0px;}
.strat-teacher .row{border:1px solid #ddd; margin-top: 2em; box-shadow: 0px 0px 15px 0px rgb(50 50 50 / 30%);}
.teacher-text h5{font-size: 22px; margin-bottom: 12px;}
.offers-box i{ height: 100px; width: 100px; text-align: center; line-height: 100px; border:1px solid #ddd; font-size: 40px; margin-bottom: 20px; color: #fff;}
.offers-box p span{display: block; font-size: 50px; font-weight: 600; margin: 20px 0;}
.offers-box p {display: block; font-family: 'Roboto', sans-serif; margin-top: 12px; color: #fff; text-transform: uppercase;}
.offers{background: #f5f5f5; position: relative;}
.offers-overlay{position: absolute; top: 0px; left: 0px; width: 46%; height: 100%; background: #e182a8;}
.offers-box{position: relative;z-index: 999;}
.offers-right{text-align: right;}
.offers-right  h5{font-size: 42px; text-transform: uppercase; margin-top: 1em; font-weight: 600; }
.offers-right p{margin: 12px 0; font-size: 17px; }
/*end offers css*/

/*start karma yoga csss*/
.karma-text{text-align: justify;}
.karma-yoga{background:  url(../images/about-bg.jpg) repeat;}
.start-karma{margin-top: 2em;}
.karma-text p{margin-top: 12px;}
/*end karma yoga css*/

/*start contact details css*/
.contact-details-box i{display: inline-block; height: 60px; width: 60px; line-height: 60px; text-align: center; border:1px solid #ddd; font-size: 30px; margin-right: 5px; vertical-align: middle;}
.contact-details-box p{display: inline-block;width: 74%; vertical-align: middle; float: right;}
.contact-details-box{margin-top: 50px;margin-bottom: 10px;	}
.contact-form2, .contact-details{background: #fff; padding: 2em; border:1px solid #ddd;}
.contact-form{background: #f5f5f5}
.contact-form2 form textarea.form-control{height: 70px;}
.contact-form2 form .form-control{height: 40px;}
.contact-form .row{margin-top: 2em;}
.contact-form p strong{color: #e0729e;}
/*end contact details css*/


/*start footer css*/
.subscribe form{background: #fff; border-radius: 30px; padding: 5px; width: 48%; margin: 0 auto;}
.subscribe form input.form-control{display: inline-block; width: 75%; background: transparent; border:none; margin: 0px; vertical-align: middle; }
.subscribe form input.form-control:focus{box-shadow: none; outline: none;}
.main-footer{position: relative;z-index: 999;}
.footer-social{margin-top: 2em}
.footer-social i {height: 40px; width: 40px; line-height: 40px; text-align: center; border:1px solid #ddd; border-radius: 100%; font-size: 20px; color: #fff; margin:0 2px;}
.footer-menu{padding: 20px 0; margin: 0 auto; margin-top: 20px; border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; width: 62%; }
.footer-menu a{color: #fff; text-decoration: none; padding: 0px 10px; border-right: 1px solid #aaa; display: inline-block; font-size: 13px;}
.copy-footer{padding: 18px 0;background: rgba(0, 0, 0, 0.5); text-align: center; position: relative;z-index: 999;}
.copy-footer p{color: #aaa; font-size: 13px;}
.copy-footer a{color: #aaa;	}
.footer-overlay{position: absolute;top: 0px; width: 100%; left: 0px; height: 100%; background: rgba(0, 0, 0, .8); }
footer{position: relative;background: url(../images/footer-bg.jpg) center no-repeat; background-size: cover;}


.blog-highlight{padding: 12px 10px 16px 10px ; background: #e0729e;}
.blog-highlight span{display: inline-block; color: #fff; font-size: 13px;}
.blog-highlight span.blog-date{float: right;}
.blog-highlight span i{height: 30px; width: 30px; line-height: 30px; text-align: center; background: #d25c8b; margin-right: 5px;}
.blog-box{background: #f5f5f5; margin-top: 2em;}
.blog-box-text{background: #fff; padding: 15px; border:1px solid #ddd; transition: .5s all;    margin-top: -10px;margin-left: 10px; margin-right: -10px;    margin-bottom: 10px;}
.blog-box-text h4{text-transform: uppercase; font-size: 22px; }
.blog-box-text p{margin: 15px 0;}
.blog-box-text a{color:#e0729e; font-weight: bold; }
.blog-box:hover .blog-box-text{margin: 0px;}
.blog-box-img{overflow: hidden; transition: .5s all; position: relative;}
.blog-overlay{background:rgba(51, 51, 51, .7); position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; text-align: center; padding: 30%; transition: .5s all; opacity: 0;}
.blog-overlay i{ font-size: 50px ;  color: transparent; -webkit-text-stroke-width: 1px;  -webkit-text-stroke-color: white; transition: .5s all; transform: scale(0);}
.blog-box:hover .blog-overlay{opacity: 1;}
.blog-box:hover .blog-overlay i{transform: scale(1);}
a.blog-url{display: block;}

a.link {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.inner-banner{padding: 1em 0;}
.inner-banner p{font-size: 15px; }
.inner-banner p a{color: #e182a8;}
.inner-banner p i{margin: 0 10px;}

.review-text{text-align: justify; text-align-last: center;}
.review-box{padding: 4em; border:1px solid #ddd; box-shadow: 0px 0px 15px 0px rgb(50 50 50 / 30%); margin-top:
6em;}
.revew-img {width: 12%; border-radius: 100%; padding: 5px; overflow: hidden; margin: 0 auto; border:2px solid #e182a8; margin-top: -7em;}
.revew-img img{border-radius: 100%}
.review-text h3{margin:1em 0; color: #e182a8;}


/*-------------------------------------start image gallery lightbox css-------------------------------------------*/

.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1} .lb-nav a.lb-prev, .lb-nav a.lb-next{opacity: 1} .gallery-start .col-md-3, .gallery-start .col-lg-3{padding: 5px 5px;} .gallery-img{overflow: hidden; height: 200px;} .gallery-img img{transition: .5s all; height: 100%;} .gallery-img:hover img{ transform: scale(1.05); }

/*=======================================end image gallery lightbox css================================================*/
.director-box{margin: 0 12px; margin-top: 30px;}
.director-txt{background: #fff; padding: 20px; text-align: center; margin: 0 auto; border-radius: 10px; margin-top: -50px; position: relative; width: 90%;  z-index: 999; border:1px solid #ddd;}
.director-txt strong{display: block; font-size: 18px; color: #e0729e; }
.director-box img{border-radius: 10px;}

.director .owl-carousel .owl-nav .owl-next{position: absolute;top: 45%; right: -20px;}
.director .owl-carousel .owl-nav .owl-prev{position: absolute;top: 45%; left: -20px;}
.director .owl-carousel .owl-nav  i{height: 30px; width: 30px; background: #e182a8; text-align: center; line-height: 30px; color: #fff;}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (max-width: 1400px) { 
    
    
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) { ... }


/* Large devices (desktops, 992px and up)*/
@media (max-width: 992px) { 
.main-banner .carousel-caption .heading{font-size: 55px;}
.contact-details-box p {  width: 71%;  }
.contact-details-box { margin-top: 38px; margin-bottom: 10px;}

}


/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {

  .main-banner .carousel-caption .heading {
    font-size: 43px;
}
.main-banner .carousel-control-prev {
    left: -34px;
    top: 45%;
}
.main-banner .carousel-control-next {
    right: -34px;
    top: 45%;
}
.start-about .col-md-6{width: 100%; max-width: 100%; flex: 100%;}
.about-section-text{margin: 10px 0; overflow: hidden;}
.about-section .col-md-6{width: 100%; max-width: 100%; flex: 100%;}
.offers-right h5 { font-size: 32px;}
.start-karma .col-md-6{width: 100%; max-width: 100%; flex: 100%;}
.contact-form .col-md-4, .contact-form .col-md-8{width: 100%; max-width: 100%; flex: 100%;}
.contact-details-box p { width: 88%;}
.subscribe form {width: 78%;}
.footer-menu {
    padding: 20px 0;
    margin: 0 auto;
    margin-top: 20px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    width: 89%;
}
.header-start .navbar-light .navbar-nav .nav-link{ padding: 11px 10px;border-bottom: 1px dashed #e0739f;
}
.blog-highlight span.blog-date {
    float: none;
    margin-top: 5px;
}
}

@media (max-width: 667px) { 
  .main-banner .carousel-caption .heading {
    font-size: 38px;
    line-height: 38px;
}

}


 /*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) { 
.main-banner .carousel-caption .heading {
    font-size: 32px;
    line-height: 32px;
}
.main-banner .carousel-caption{bottom: 13%; left: 10%; right: 10%; }
.main-banner .carousel-control-prev {
    left: -24px;
    top: 45%;
}
.main-banner .carousel-control-next {
    right: -24px;
    top: 45%;
}
.offers-overlay{width: 100%; height: 70%;}
.offers-right {position: relative;z-index: 999; text-align: center;}
.offers-box i{margin-bottom: 0px;}
.offers-box{margin-bottom: 30px;}
.section {padding: 3em 0;}
.contact-details-box p {width: 78%;}
.subscribe form { width: 100%;}
.footer-menu{width: 100%}
.container{padding: 0 15px; }
.navbar-brand {
    width: 14%;
}
.blog-highlight span.blog-date {
    float: right;
    margin-top: 0px;
}
}

@media (max-width: 480px) { 
.main-banner .carousel-control-prev {
    left: -17px;
    top: 45%;
}
.main-banner .carousel-control-next {
    right: -17px;
    top: 45%;
}
.main-banner .carousel-item img{height: 250px;
  }
  .about-section-text ul li span{width: 88%;}
  .subscribe form input.form-control{width: 65%;}
  caption .heading {
    font-size: 27px;
    line-height: 27px;
}

}


