@font-face {
  font-family: 'Megrim';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Megrim.woff2') format('woff2');
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Arial';
  src: url('../fonts/arial.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.5px;
    overflow-x: hidden;
    font-family:'OpenSans-Regular';
    position: relative;
}
html,
body {
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.3;
    font-family:'OpenSans-Bold';
}
p {
    margin-bottom: 15px;
}
a {
    text-decoration: none;
    transition: all 0.5s ease;
}
ul{
	padding:0px;
	margin:0px;
}
ul li{
	list-style-type:none;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
.owl-carousel .owl-item img {
    width: auto;
}
.media-left img {
    max-width: inherit;
}
::-webkit-input-placeholder {
    color: inherit;
}
button {
    border: 0;
}
button:focus,
input:focus {
    outline: none;
}

.sec-overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	background-color:rgba(0, 0, 0, 0.14) !important;
}
.sec-title {
    border-left-width: 3px;
    border-left-style: solid;
    padding-left: 15px;
}
.sec-title h2 {
    text-transform: uppercase;
    font-weight: 900;
}
.sec-title p {
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 5px;
}


.tem-btn {
    display: inline-block;
    line-height: 50px;
    width: 180px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-width: 3px;
    border-style: solid;
    background-color: transparent;
	border-radius:5px;
}
.tem-btn:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.5s ease-out;
}
.tem-btn:hover:before {
    transform: scaleX(1);
}


.animated-04s {
    animation-delay: 0.4s;
}
.animated-08s {
    animation-delay: 0.8s;
}
.animated-12s {
    animation-delay: 1.2s;
}
.animated-16s {
    animation-delay: 1.6s;
}
.animated-20s {
    animation-delay: 2.0s;
}
.animated-24s {
    animation-delay: 2.4s;
}


#scrollUp {
    bottom: 50px;
    right: 3%;
    height: 40px;
    width: 40px;
    line-height: 39px;
    text-align: center;
    font-size: 30px;
    transition: all 1s ease;
    font-size: 18px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
}


.tem-preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
}
.spinner {
    position: relative;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px auto 0;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@keyframes sk-rotateplane {
    0% { 
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    } 50% { 
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    } 100% { 
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
/**********************header css starts here**********************/

.navbar-inverse {
    background: #fff;
    border-color: #fff;
    position:fixed;
}
.navbar-inverse.active {

}
.navbar-inverse:after{
    content: '';
    position: absolute;
    width: 50%;
    height: 10px;
    background: #26137e;
    right: -6px;
    bottom: -1px;
}
.navbar-right{
	margin-top: -4px;
}
.navbar-brand{
    height: 50px;
    width: 370px;
    float: left;
    position: relative;
	padding:10px 15px;
}
/*.navbar-brand:before{
	content: "";
    background-color: #fff;
    position: absolute;
    right: 70px;
    top: 0;
    bottom: 0;
    display: block;
    width: 1000%;
    transform: skewX(-45deg);
    z-index: 99;
    border-bottom: 10px solid #fff;
    border-right: 16px solid #fff;
}*/
.navbar-brand>img {
    display: block;
    position: relative;
    z-index: 1111;
}
.nav>li>a {
    font-size: 14px;
	color:#000 !important;
}
.nav>li>a span {
	font-size:20px;
}
.navbar-nav>li{
	margin-right:8px;
}
.logo-overlay{
    position: absolute;
    z-index: 999;
    top: 60px;
    right: 50px;
}
.logo-g{
    position: absolute;
    z-index: 999;
    top: 370px;
    right: 140px;
    border: 6px solid #fff;
    border-radius: 140px;
    box-shadow: 0px 6px 8px #00000059;
}
.logo-g img{
    width: 150px;
    border-radius: 140px;
}
.logo-g span{
    position: absolute;
    z-index: 999;
    font-family: 'OpenSans-Semibold';
    color:#fff;
    font-size: 18px;
    bottom: -40px;
    left:12px;
    text-shadow: 0px 4px 2px #000000e0;
}
.navbar-nav>li a i.extra{
    background: #68a700;
    border-radius: 3px;
    padding: 3px 15px;
    color: #fff;
    font-style: normal;
    font-family: 'OpenSans-Semibold';
    text-shadow: 0px 2px 15px #000000c9;
}
.single-banner {
    height: 100vh;
    background-size:cover !important;
}
.single-banner .itembg {
    display: none;
}
.gallery-carousel{
    overflow: hidden;
}
.gallery-item {
  position: relative;
  margin-right: 10px;
}
.gallery-item img {
  opacity: 1;
  transition: opacity 0.35s;
}

.gallery-item:hover img {
  opacity: 0.9;
  transition: opacity 0.35s;
}
.mfp-wrap{
    z-index: 9999 !important;
}
.banner-con {
    position: relative;
    z-index: 2;
}
.banner-con h3 {
    font-size: 50px;
    line-height: 70px;
	text-decoration:underline;
	color:#fff;
    font-family: 'Noto Sans', sans-serif;
    text-shadow:0px 8px 20px #000000e0;
}
.banner-con h1 {
    font-size: 40px;
	font-weight:700;
    margin: 20px 0 40px;
	color:#fff;
    text-shadow:0px 8px 20px #000000e0;
    font-family: 'Noto Sans', sans-serif;
}
.banner-con h4 {
    font-size: 20px;
	font-weight:700;
    margin: 20px 0 40px;
	color:#fff;
    text-shadow:0px 8px 20px #000000e0;
    font-family: 'Noto Sans', sans-serif;
}
.banner-con .tem-btn{
   border-color:#fff;
   font-size:16px;
   color:#fff;
}


.banner-area .owl-nav .owl-prev,
.banner-area .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    perspective: 1000px;
    text-align: center;
    overflow: hidden;
}
.banner-area .owl-nav .owl-prev {
    left: 0px;
}
.banner-area .owl-nav .owl-next {
    right: 0px;
}
.banner-area .owl-nav .owl-prev i,
.banner-area .owl-nav .owl-next i {
    line-height: 50px;
    width: 50px;
    font-size: 20px;
}
.banner-area .owl-nav .owl-prev i, .banner-area .owl-nav .owl-next i{
	color: #fff !important;
	background:#80ae0d;
    float: left;
    transition: all 0.5s ease-in-out;
}
.banner-area .owl-nav .owl-next .itemnextbg,
.banner-area .owl-nav .owl-prev .itemprebg {
    height: 50px;
    width: 85px;
    display: inline-block;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    transition: all 0.5s ease-in-out;
}
.banner-area .owl-nav .owl-next .itemnextbg {
    float: left;
    transform-origin: right;
    transform: rotateY(-91.5deg);
}
.banner-area .owl-nav .owl-prev .itemprebg {
    float: right;
    transform-origin: left;
    transform: rotateY(91.5deg);
}
.banner-area .owl-nav .owl-next:hover .itemnextbg,
.banner-area .owl-nav .owl-prev:hover .itemprebg {
    transform: rotateY(0);
}
.banner-area .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 15px;
    z-index: 2;
    text-align: center;
    transform: translateX(-50%);
}
.banner-area .owl-dot {
    padding: 15px;
    display: inline-block;
    font-size: 24px !important;
    margin: 0 10px;
	color:#fff !important;
    display: none;
}
.banner-area .owl-dot:hover,
.banner-area .owl-dot.active {
    border-top-width: 3px !important;
    border-top-style: solid !important;
	border-color: #560e35 !important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.schedule{
    background: linear-gradient(#ffffffd9, #ffffffd9), url(../img/ganapati.png) 0px 0px no-repeat;
    background-attachment: fixed;
    background-size:cover;
    padding:120px 0px 30px;
    color:#000;
    font-family: 'OpenSans-Regular';
}
.schedule h1{
    font-family: 'OpenSans-Semibold';
    font-size:30px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0px;
    color:#66a400;
}
.schedule h3{
    font-family: 'OpenSans-Semibold';
    font-size:25px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0px;
    color:#66a400;
}
hr{
    border-color:#26137e26;
}
.schedule strong{
    font-family: 'OpenSans-Semibold';
}
.schedule .table-responsive{
    background: #fff;
    border-radius: 5px;
    font-size:13px;
}
.schedule .table thead{
    background: #26137e;
    color: #fff;
    font-family: 'OpenSans-Semibold';
}
.highlight{
    font-family: 'OpenSans-Semibold';
    margin:10px 0px;
    font-size:14px;
    color: #e20804;
}
.schedule .events h4{
    color: #26137e;
    font-size: 16px;
}
.schedule .events h3 span{
    font-size: 15px;
    color:#6f0505;
}
.schedule .events ul{
    margin-bottom: 20px;
    margin-left:10px;
 }
.schedule .events ul li{
    margin:10px 0px;
 }
.schedule .events ul li .fa{
    color: #da6161;
 }
.schedule .events ul .sub-events{
    margin-bottom: 20px;
    margin-left:65px;
 }
 .schedule .events ul .sub-events li{
    margin:0px 0px 5px;
    list-style-type: circle;
 }
.schedule .events ul .sub-events li.p-left{
    margin-left: 17px;
    list-style-type: square;
 }
.sub-events li .fa{
    color: #da6161;
 }
@media (min-width: 992px){
.offset-lg-1 {
    margin-left: 8.333333%;
}
}
.slider-bottom {
    margin-top:-75px;
    margin-bottom: 30px;
    position: relative;
}
.slider-bottom img{
    border-radius: 5px;
}
.modal-backdrop{
    background: transparent;
}
.copyright{
    background: #7fad0a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(left, #7fad0a, #a1ca51);
    background: -o-linear-gradient(left, #7fad0a, #a1ca51);
    background: linear-gradient(to right, #7fad0a, #a1ca51);  /* Chrome 10-25, Safari 5.1-6 */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding:10px;
    color:#000;
    text-align: center;
}
.copyright a{
	color:#000;
}
.owl-carousel .owl-nav{
    display: none;
}
.pa{
    padding: 0px;
}
.pr{
    padding-right: 0px;
}
.feedback-form{
    margin: 15px auto;
    width: 700px;
    border: 1px solid #c7c7c7;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
}
.padding-tb{
    padding-bottom:10px;
}
.feedback-form h2{
    font-family: 'OpenSans-Regular';
    color:#7fad0a;
    padding-bottom: 15px;
    font-size: 25px;
}
.feedback-form .text-note{
    font-size: 12px;
    font-family: 'OpenSans-SemiBold';
}
.feedback-form p{
    font-size: 13px;
    text-align: justify;
}
.feedback-form label{
    text-transform: uppercase;
}
.feedback-form .form-control{
    height: 36px;
    border-radius:0px;
    color:#7d7d7d !important;
}
.feedback-form textarea.form-control{
    height: auto;
    border-radius:0px;
}
.feedback-form .file, .feedback-form .file:hover, .feedback-form .file:focus{
position: relative;
overflow: hidden;
color: #333;
position: relative;
overflow: hidden;
background: #ddd;
border: 0px;
padding: 10px 40px;
text-transform: uppercase;
 font-family: 'OpenSans-SemiBold';
}
.text-danger{font-size: 12px;}
.feedback-form .btn-success, .feedback-form .btn-success:hover, .feedback-form .btn-success:focus{
    background:#0765da;
    border-color:#0765da;
    padding: 10px 50px;
    margin:20px auto 10px;
    display: table;
}
.feedback-form input[type="file"] {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
  cursor: pointer;
}
.feedback-form .form-control:focus{
    outline:0px;
    box-shadow: none;
    border-color:#ddd;
}
@media(max-width:1280px){
    .logo-g {position: absolute;z-index: 999;top: initial;bottom: 120px;right: 200px;}
    .logo-g img {width: 90px;}
    .logo-g span {left: -22px;width: 168px;}
}
@media(max-width:1199px){
    .gallery-carousel .owl-item{width:195px !important;}
}
@media(max-width:991px){
    .banner-con h1{font-size:30px;}
    .banner-con h3{font-size:40px;}
    .logo-g {top: initial;right: 170px;}
    .logo-g span {font-size: 15px;bottom: -36px;left: -9px;width: 168px;}
    .logo-g img {width: 95px;}
}
@media(max-width:767px){
.navbar-toggle{display: none;}
.navbar-brand>img{width:180px;}
.logo-overlay{right:30px;}
.logo-overlay img{width:80px;}
.gallery-carousel .owl-item{width:150px !important;}
.feedback-form{width: 100%;}
.schedule h4{font-size: 14px;}
.logo-g {right: 135px;}
.logo-g span {font-size: 15px;bottom: -36px;left: -21px;width: 168px;}
.logo-g img {width: 75px;}

}
@media(max-width: 620px){
    .schedule h1{font-size: 25px;}
    .navbar-brand>img {width: 167px;}
}

@media(max-width:580px){
    .banner-con h1{font-size:25px;}
    .banner-con h3{font-size:30px;line-height: 30px;}
    .feedback-form .form-control{font-size: 13px;}
    .feedback-form h2{font-size: 18px;}
    .navbar-brand>img {width: 150px;}
}
@media(max-width: 480px){
    .schedule h1{font-size: 19px;}
    .schedule h3{font-size: 20px;}
    .schedule .events ul .sub-events {margin-left: 40px;}
    .schedule{padding:100px 0px 30px;}
    .logo-g span{width:130px;}
    .banner-con h1{font-size:21px;margin: 10px 0 20px;}
    .banner-con h3{font-size:22px;line-height: 30px;}
    .banner-con h4{font-size: 15px}
    .banner-con{top:-40px;}
}
@media(max-width:420px){
    .gallery-carousel .owl-item{width:100px !important;}
    .slider-bottom {margin-top: -45px;}
    .single-banner{height:85vh !important;}
    .navbar-brand>img {width: 140px;}
    .logo-overlay img{width:60px;}
    .feedback-form .form-control{font-size: 12px;}
   .logo-g {
    top: initial;
    right: 40px;
    bottom: 184px;
}
}