
/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */
body {
   padding-top:76px;
  color: #000000;
  font-family: 'Alegreya', serif !important;
  font-weight:400;
  font-size: 17px;
  line-height: 28px;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  background-position: center top;
  background-image: url(../img/backround.jpg) !important;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background-size: 100% 100%;
  scroll-behavior: smooth;

  background-size: cover;
  height: 100%;
  display: block;
  width: 100%;
}

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}


a{
	text-decoration:none;
	cursor:pointer;
	color:#d55342;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}


::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}



ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}



.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.banner{
	/* width:100%; */
	min-height:670px;
	position:relative;
	/* background-repeat: repeat; */
	background-position: center top;
	background-image: url(../img/main.jpg);
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	background-size: 100% 100%;
	/* scroll-behavior: smooth; */
}
.banner-wrpr{
	
}
.banner a{
    position: absolute;
    top: 9%;
    left: 2%;
    display: inline-block;
    background: #532811;
    color: #fff;
    padding: 5px 14px;
    border-radius: 38px;
    border: 2px solid #fff;
    animation-name: example;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  0%   {background-color: #ca9936;}
  25%  {background-color: #e8da82;color: #5a2111;}
  50%  {background-color: #9a612d; color:#fff}
  100% {background-color: #5a2111; color:#fff}
}

/* Standard syntax */
@keyframes example {
  0%   {background-color: #ca9936;}
  25%  {background-color: #e8da82;color: #5a2111;}
  50%  {background-color: #9a612d; color:#fff}
  100% {background-color: #5a2111; color:#fff}
}
.banner a b{
	font-weight:600;
	letter-spacing: 5px;
	padding-left: 3px;
}
.banner a:hover{
    background: #ae7530;
	color: #fcfeff;
	text-decoration:none;

}
.sub-banner {
	/*padding-top: 74px;*/
	border-bottom: 1px solid #5a2111;
}
.main-pra p{
	border-left: 1px solid #5a2111;
	padding-left: 18px;
	color: #5a2111;
}
.main-detl p{
	text-align:justify;
	line-height: 30px;
	color: #5a2111;
	/* text-shadow: 1px 0px #5a2111; */
	/* letter-spacing: 0.6px; */
	/* font-weight: 500; */
}
.main-detl{
	padding: 43px 0px;
}
.main-det2 p{
	text-align:justify;
	line-height: 30px;
	color: #5a2111;
	/* text-shadow: 1px 0px #5a2111; */
	/* letter-spacing: 0.6px; */
	/* font-weight: 500; */
}
.main-det2{
	padding: 0px 0px;
}
footer{
    background: #5a2111;
    padding: 20px 0px 5px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.3px;
}



@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}







/*News Block Four*/

.news-block-four{
	position:relative;
	margin: 0px 0px;
}

.news-block-four .inner-box{
	position:relative;
	text-align: center;
	margin: 13px auto;
	margin-bottom: 0px;
}.news-block-four .evnt-detl{
	text-align:center;
	/* padding-top: 50px; */
}
.bg-main  .evnt-detl h4{
	color: #000;
	font-size: 30px;
	text-transform: capitalize;
	display: inline-block;
	line-height: 26px;
	padding-bottom: 4px;
	border-bottom: 1px solid #0b0b0b;
	margin-bottom: 24px;
	text-transform: uppercase;
	width: 306px;
}
.news-block-four .evnt-detl h5{
	color: #000;
	font-size: 21px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 26px;
	padding-bottom: 0px;
}
.news-block-four .evnt-detl h6{
	color: #000;
	font-size: 16px;
	text-transform: capitalize;
	display: inline-block;
	line-height: 26px;
	padding-bottom: 6px;
}
.news-block-four .evnt-detl p{
	text-align: center;
	color: #000;
	display: block;
	line-height: 24px;
}
.evnt-lnk p{
	text-align:left;
}
.evnt-lnk a{
	text-align: center;
	color: #5a2111;
	padding: 2px 4px;
	line-height: 24px;
	font-weight: 800;
	/* border: 2px solid #976938; */
	display: inline-block;
	float: right;
}
.evnt-lnk a:hover{
	color:#000;
}
.news-block-four .evnt-detl a:hover{
	text-align: center;
	color: #000000;
	padding: 5px 29px;
	line-height: 24px;
	border: 2px solid #000000;
	display: inline-block;
}

.news-block-four .inner-box .image{
    position: relative;
    border-radius: 0;
    overflow: hidden;
    /* float: left; */
    /* margin-right: 50px; */
    margin: 0px auto;
}

.news-block-four .image-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 110px;
	width: 110px;
	border-radius: 5px;
	overflow: hidden;
}

.news-block-four .inner-box .image::before {
    position: absolute;
    top: 0;
    left: -81%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.news-block-four .inner-box:hover .image:before {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}

.news-block-four .inner-box .image img{
	position:relative;
	/* width:100%; */
	display:block;
	margin: 0px auto;
}
.post-date sup {
    top: -.7em;
	font-size:0.6em;
}

.post-date{
	background: #000;
	font-weight: 500;
	color: #ffffff;
	font-size: 97px;
	font-family: 'Lora', serif;
	text-align: center;
	padding: 75px 60px 86px 60px;
	border-radius: 5px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	display: inline-block;
	margin: 50% auto;
	/* width: fit-content; */
	line-height: 30px;
	position: relative;
	width: -moz-fit-content;
	height: -moz-fit-content;
	width: -webkit-fit-content;
	height: -webkit-fit-content;
	  /* position the top  edge of the element at the middle of the parent */
	 /* position the left edge of the element at the middle of the parent */
	 /* This is a shorthand of                                           translateX(-50%) and translateY(-50%) */
	min-height: 338px;
}
.evn-dt{
	background:none !important;
}
.evnt-tm{
	 top: 209px;
	 /*
	right: 23%!important;*/
	 position: absolute !important;
	 top: 3.4em;
	 right: 0;
	/*! left: 0; */
	 margin-left: auto;
	 margin-right: auto;
	 width: 100%;
	   /* position the top  edge of the element at the middle of the parent */
	 left: 50%; /* position the left edge of the element at the middle of the parent */
	 transform: translate(-50%, -50%); /* This is a shorthand of                                           translateX(-50%) and translateY(-50%) */
	 display: inline-block;
	 height: fit-content;
}
.post-date span{
	display: block;
	font-size: 38px;
	font-weight: 500;
	margin: 42px 0px 1px;
	font-family: 'Lora', serif;
}
.post-date h6{
	display: block;
	font-size: 29px;
	font-weight: 500;
	margin: 7px 0px 9px;
	font-family: 'Lora', serif;
}
.post-date b{font-weight: 400;font-size: 42px;margin: 0px;font-family: 'Lora', serif;margin: 16px 0px 10px;display: block;}
.bg-main{
	/*background: #fff; */
	/* padding: 9px 0; */
	/* background-repeat: no-repeat; */
	/* background-position: center top; */
	/* background-image: url(../img/event-bg.png); */
	/* -webkit-font-smoothing: antialiased; */
	/* width: 100%; */
	/* background: #d2a562; */
	/* min-height: 222px; */
	/* background-size: 100% 100%; */
	/* margin-bottom: 47px; */
}
/*.main-bx{
	    position: relative;
    padding: 90px 0 60px;
}*/
.main-bx{
	padding:50px 0px;
}
.out-bx{
   padding: 0;
   margin-bottom: 30px;
   perspective: 700px;
   background: #976938;
   text-align: center;
   z-index: 1;
   box-shadow: -7px 1px 20px 0px #00000030;
   position: relative;
   transition: all 0.3s ease-in-out 0s;
}
.out-bx:hover{ color: #fff; }
.out-bx:hover a{ color: #000; }
.out-bx:after{
  content: "";
  width: 100%;
  height: 100%;
  background: #976938;
  position: absolute;
  top: 0;
  color: #fff;
  left: 0;
  opacity: 0;
  z-index: -1;
  transform: rotateY(70deg);
  transition: all 0.3s ease-in-out 0s;
}

.out-bx:hover:after{
  opacity: 1;
  transform: rotateY(0deg);
}
.out-bx h5{
	color: #ffffff;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 16px 0px 0px;
	letter-spacing: 0.5px;
	margin: 0px;
	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;
}
.bg-cncrt{
	    background: #ffffff;
	    margin: 0px 20px;
	    padding: 9px 25px 0px 26px;
	    border: 1px solid #5a2111;
	    display: flow-root;
}
.bg-cncrt p{
	 color: #5a2111;
	 word-spacing: 2px;
	 letter-spacing: 0.5px;
	 margin: 0px;
	 text-shadow: 1px 0px #878382;
	 line-height: 22px;
}
.prgrm-img{
	padding: 8px 2px;
	min-height: 210px;
}
.prgrm-img  img{
	    /* width: 100%; */
	    height: 195px;
	    margin: 0px auto;
}
.prgrm-txt{
	padding: 10px 28px;
	text-align: center;
	background: #fff;
	min-height: 436px;
}
.prgrm-txt h4{color: #000000;font-size: 19px;text-transform: uppercase;padding: 10px 0px;margin: 0px;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;}
.prgrm-txt h5{
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin-bottom: 12px;
    line-height: 1.4em;
}
.prgrm-txt p{
	text-align: justify;
	line-height: 25px;
	font-size: 17px;
	color: #5a2111;
}
.prgrm-txt p b a{
	color: #5a2111 !important;
	font-weight: 800;
}
.prgrm-txt p a{color: #000;font-weight: 700;}
.prgrm-txt p a:hover{color: #5a2111;}
.prgrm-txt button{background: transparent;border: 2px solid #8f542c !important;color: #3d3c3a;padding: 2px 20px;outline: none;box-shadow: none;cursor: pointer;}
.prgrm-txt a{
	color: #975f2c;
}
.testmnl-wrpr{
	padding:0px 0px 50px;
}
.testmnl {
  margin: 0 auto;
  background: #e6c181;
  padding: 20px 40px;
}
.testmnl  .carousel-item {
    height: 200px;
    margin-top: 90px;
}
.testmnl .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}
.testmnl .carousel-caption h3 {
  color: #3d3d3d;
}
.testmnl .carousel-caption p {
  line-height: 30px;
}
.testmnl .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.testmnl .carousel-caption .col-sm-9 {
  text-align: left;
}
.testmnl .navi a {
    text-decoration:none;
}
.testmnl a > .ico {
    background-color: grey;
    padding: 10px;
    
}
.testmnl a:hover > .ico {
    background-color: #666;
}
.tst-wrpr{
	padding:50px 0px;
}
.testmnl-list .avatar{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	
}
.testmnl-list {
	/* display:block; */
	font-size:14px;
	border-bottom: 3px dotted #975d2d;
	margin-bottom:20px;
}
.testmnl-list h4{padding: 20px 0px 5px;font-size: 28px;font-weight: 600;}
.testmnl-list h6{
	font-size: 20px;
	color: #804c29;
	font-weight: 700;
	letter-spacing: 0.6px;
}
.testmnl-list p{
	font-size: 18px;
}
.brdr0{
	border:none !important;
}
.white {
    background-color: #fff!important;
}
.testimonial-card .card-up {
    overflow: hidden;
    height: 120px;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: 0;
}
.testimonial-card .avatar {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin-top: -60px;
    overflow: hidden;
   /* border: 5px solid #fff;*/
}
.testimonial-card .avatar img {
    width: 100%;
}
.testimonial-card .card-body {
    text-align: center;
    /* overflow-x: hidden; */
    /* overflow-y: hidden; */
}
.testimonial-card .card-body h4{font-size: 16px;line-height: 20px;font-weight: 600;height: 30px;}
.testimonial-card .card-body h5{
      font-size: 15px;
    color: #91521c;
}
.testimonial-card .card-body p{
      font-size: 14px;
      color: #1a1613;
      height: 61px;
      overflow-x: hidden;
      overflow-y: hidden;
}
.testimonial-card .card-body a{
      font-size: 17px;
      color: #754021 !important;
      border: 1px solid #996229;
      padding: 4px 20px;
}
.testimonial-card .card-body a:hover{
      font-size: 17px;
      color: #ffffff !important;
      border: 1px solid #92551c;
      background: #92551c;
}
.testimonial-card{
	background: #e6c181;
    border: 0px;
}
.info-color {
    background-color: #92551c!important;
}

.testmnl-btn{
	
}






.contact-page .col-lg-12 {
    margin-top: 60px;
    margin-bottom: 40px;
    background: #d19f56;
    box-shadow: 0px 1px 17px -6px #000;
}

.contact-page form {
    padding: 50px 40px;
}

.contact-page form input {
    border: none;
    border-bottom: 1px solid #976938;
    outline: none;
    padding: 5px 5px 5px 0;
    width: 100%;
    margin-bottom: 40px;
    background: transparent;
}

.contact-page form textarea {
    background: none;
    border: none;
    border-bottom: 1px solid #976938;
    width: 100%;
    resize: none;
    padding: 5px 10px 0 0;
    height: 60px;
    color: #161616;
    margin-bottom: 30px;
}

.contact-page form a.submit-btn {
    display: inline-block;
    text-transform: capitalize;
    background: #ae6a23;
    border: 1px solid transparent;
    padding: 5px 40px;
    border-radius: 0;
    font-size: 17px;
    font-weight: 500;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: #ffffff;
    border: 2px solid #7f470d;
}

.contact-page form a.submit-btn:hover {
    color: #2b2b2b;
    border: 2px solid #0e0904;
    background: #ae6a23;
}

.beside-form {
    height: 100%;
    display: flex;
    align-items: center;
    background: #ae6a23;
    padding: 20px 30px;
}

.contact-page .col-lg-10.offset-lg-1 .col-lg-5 {
    padding: 0;
}

.contact-page .beside-form-content h4 {
    color: #fff8f8;
}
.cnct-ltr{
	letter-spacing:2px;
}
.bg-wt{
	border: 2px solid #5a2111;
    
    background: #fff;
}
.small-contact-detail {
    /* display: inline-block; */
    align-items: center;
    padding: 1px 0;
    text-align: center;
}
.small-contact-detail img{
	
}
.small-contact-detail h6 {
    color: #5a2111;
    padding-left: 15px;
    padding: 0px;
    line-height: 23px;
    margin: 7px 0px;
    font-size: 19px;
    font-weight: 600;
}

.small-contact-detail p {
    color: #ffffff;
    padding-left: 15px;
    margin: 2px 0px;
    line-height: 22px;
    padding: 0;
}







.services-block{
	position: relative;
	margin-bottom: 40px;
   float: left;
}

.services-block .inner-box{
	position: relative;
	padding-right: 20px;
}

.services-block .inner-box .image-outer{
	position: relative;
	padding-right: 30px;
	padding-bottom: 30px;
}

.services-block .inner-box .image-outer .image{
	position: relative;
}

.services-block .inner-box .image-outer .image img{
	position: relative;
	width: 100%;
	display: block;
}

.services-block .inner-box .image-outer:before{
	position: absolute;
	content: '';
	right: 0px;
	top: 30px;
	bottom: 0px;
	left: 30px;
	background: #90531a;
	border: 4px solid #90531a;
}

.services-block .inner-box .image .overlay-box{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	transition:all 900ms ease;
	-webkit-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-o-transform:scale(0,0);
	-moz-transform:scale(0,0);
	transform:scale(0,0);
	background-color: transparent;
    border: none;
}

.services-block .inner-box .image .overlay-box .plus{
	position: absolute;
	left: 50%;
	top: 50%;
	color: #ffffff;
	font-size: 34px;
	line-height: 1em;
	margin-left: -17px;
	margin-top: -17px;
}

.services-block .inner-box:hover .image .overlay-box{
	/* -webkit-transform:scale(1,1); */
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-moz-transform:scale(1,1);
	/* transform:scale(1,1); */
}
.pepl{
	padding: 20px 14px;
	/* margin: 30px 60px; */
	background: #fff;
	border: 1px solid #5a2111;
}
.pepl span{
	color: #7d4810;
	font-size: 21px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 21px;
	padding: 0px 0px 1px;
	display: block;
}
.pepl span b{font-size: 16px;font-weight: 400;}
.pepl h5{
	font-size: 14px;
	text-transform: capitalize;
	margin: 0px;
	letter-spacing: 0.2px;
	font-weight: 500;
	line-height: 23px;
	padding: 6px 0px 20px;
}



.meds{
	padding:80px 0px;
}

.meds  .thumb{
	margin-bottom:25px;
	text-align:center;
}
.meds .thumb img{
     box-shadow: 5px 7px 22px -6px #976938;
     border: 3px solid #e4d487;
     margin-bottom: 13px;
     /* height: 250px; */
     /* width: 100%; */
}
.meds .thumb h5{
	font-size: 16px;
	font-weight: 600;
}

.galry{
	padding:80px 0px;
}

.galry .thumb{
	margin-bottom:25px;
	text-align:center;
}
.galry .thumb img{
    box-shadow: 5px 7px 22px -6px #976938;
    border: 3px solid #e4d487;
    margin-bottom: 13px;
    height: 245px;
    width: 100%;
}
.galry .thumb h5{
	font-size: 16px;
	font-weight: 600;
}
.galry .modal-body{
	text-align:center;
}
.galry .modal-body h6{
	font-size: 20px;
	font-weight: 600;
}
.galry .modal-body p{
	text-align:justify;
	font-size: 14px;
}
.galry .modal-body img{
	border: none;
	box-shadow: none;
}

.prgrm{
	box-shadow: 5px 7px 22px -6px #976938;
	border: none;
	margin-bottom: 13px;
	background: #5a2111;
	padding: 15px 10px 0px;
	text-align: center;
}

.prgrm .prgrm-text{
	padding: 3px 0px 8px;
}
.prgrm .prgrm-text a h5{
	padding:0px;
	margin:0px;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}

.prgrm .prgrm-text a:hover h5{
	padding:0px;
	margin:0px;
	font-size: 16px;
    font-weight: 600;
    color:#815424
}






/*.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
       
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }

*/ 




.contact-map iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


.contact-page-social li {
    display: inline-block;
    margin-top: 30px;
    text-align: center;
}

.contact-page-social li a {
    padding: 5px 25px;
    color: #ae6a23;
    font-size: 22px;
    text-align: center;
    background: #fff;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.contact-page-social li a:hover {
    color: #d7940b;
}
.map iframe {
    border: 0;
    width: 100% !important;
    height: 500px;
    display: block;
    margin: 0px 0px;
    /*padding-top: 74px;*/
}


.prgrm-calndr {
	padding:40px 0px 45px;
}
.program img{
	margin-bottom: 10px;
}
.prgrm-calndr h5{
  color: #333;
  font-size: 26px;
  font-weight: 700;
  padding: 5px 0px 8px;
  margin: 0px;
}
.program-contnts{
	text-align:center;
	background: #ffffff;
	box-shadow: 5px 7px 22px -6px #976938;
	border: 6px solid #5a2111;
	margin-bottom: 13px;
	padding:25px 40px;
}

.program-contnts h6{
  color: #333;
  font-size: 16px;
  font-weight: 800;
  padding: 1px 0px 6px;
  margin: 0px;
}
.program-contnts h6 span{
  color: #5a2111;
  font-size: 16px;
  font-weight: 900;
  padding-right:5px;
}
.program-contnts ul li:before{
	    color: #000;
    display: inline-block;
    /* margin-left: -1.6em; */
    width: 1.8em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f001";
   font-size: 13px;
}
.program-contnts ul{
	/* margin: 10px 0px; */
}
.program-contnts ul li {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	padding: 1px 0px 6px;
	margin: 0px;
}
.program-contnts ul li span{
	 color: #7f4d18;
	 font-weight: 700;
	 padding-right:5px;
}

.trst-wrpr .sec-title {
	margin: 0px;
	}
.trst-wrpr .sec-title h5{

line-height: 53px;
} 
.sec-title {
    position: relative;
    margin: 5px auto 20px;
    text-align: center;
}

.sec-title h5 {
    position: relative;
    color: #222222;
    font-size: 29px;
    font-weight: 500;
    line-height: 68px;
}
.artcl-ml .sec-title h6{
	font-family: 'Baloo Chettan', cursive;
	font-size: 25px;
	padding-bottom: 15px;
}
.artcl-ml p {
	/* font-family: 'Alegreya Sans', sans-serif; */
	font-weight: 400;
	font-family: "Manjari",sans-serif;
	font-size: 16px !important;
	line-height: 25px !important;
}
.sec-title h6{
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
}
.sec-title span{
    font-weight: 700;
    font-size: 17px !important;
    padding-bottom: 4px;
    color: #5a2111;
    line-height: 20px !important;
    text-align: center !important;
}
.sec-title .seperater{
	position:relative;
	margin-top: 7px !important;
	width:60px;
}

.sec-title .seperater:before{
	position:absolute;
	content:'';
	left:0px;
	top: -16px;
	width:60px;
	height:2px;
	background-color: #8b5117;
}

.sec-title .seperater:after{
	position:absolute;
	content:'';
	left:10px;
	top: -9px;
	width:40px;
	height:2px;
	background-color: #8b5117;
}
.sec-title.centered .seperater{
	margin:0 auto;
}
.prgrm-galry-wrpr{
	padding:0px 0px 50px;
}
.prgrm-galry{
	box-shadow: 5px 7px 22px -6px #976938;
    border: 3px solid #e4d487;
    margin-bottom: 20px;
}
.prgrm-galry img {
    height:180px;
    width: 100%;
}
.light-bg{
    background: #d4b654;	
}
.dark-bg{
	    background: #bc7d3a;
}
.membrsp-detl{
	padding:20px 10px;
}
.membrsp-detl h6{
	font-size: 19px;
	font-weight: 600;
}
.membrsp-detl p{
	font-size: 15px;
	color: #fff;
}
.membrsp-detl p span{
	color: #955e23;
	font-weight:700;
}
.membrsp-frm{
	padding:20px 10px;
}
.membrsp-frm  form {
    padding: 50px 40px;
}

.membrsp-frm  form input {
    border: none;
    border-bottom: 1px solid #976938;
    outline: none;
    padding: 5px 5px 5px 0;
    width: 100%;
    margin-bottom: 40px;
    background: transparent;
}

.membrsp-frm  form textarea {
    background: none;
    border: none;
    border-bottom: 1px solid #976938;
    width: 100%;
    resize: none;
    padding: 5px 10px 0 0;
    height: 60px;
    color: #161616;
    margin-bottom: 30px;
}

.membrsp-frm  form a.submit-btn {
    display: inline-block;
    text-transform: capitalize;
    background: #ae6a23;
    border: 1px solid transparent;
    padding: 5px 40px;
    border-radius: 0;
    font-size: 17px;
    font-weight: 500;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: #ffffff;
    border: 2px solid #7f470d;
}

.membrsp-frm  form a.submit-btn:hover {
    color: #2b2b2b;
    border: 2px solid #0e0904;
    background: #ae6a23;
}
.concpt-imgs{
	text-align:center;
}
.concpt-imgs p{
	    font-size: 16px;
    font-weight: 600;
}
.concpt-imgs img{
	    padding: 25px 0px 6px;
}
.prgrm-opnn{
	margin:38px 0px 10px !important;
}
  .product_view .modal-dialog{max-width: 800px; width: 100%;}
        .pre-cost{text-decoration: line-through; color: #a5a5a5;}
        .space-ten{padding: 10px 0;}
.carousel-item {
  /*height: 42vh;*/
  min-height: 310px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.pd0{
	padding:0px !important;
}
.pb0{
	padding-bottom:0px !important;
}
.pt7{
	padding-top:70px !important;
}
.evts-wrpr{
	padding:10px 10px;
	background: #b67d36;
	text-align:center;
}
.evts-wrpr img{
 margin:0px auto;
 border-radius: 50%;
 border: 2px solid #cfa247;
}
.prgrm-banr{
	padding: 77px 0px 0px;
}
.fdbck{
	padding: 20px 15px;
	background: #ffffff;
	border: 5px solid #5a2111;
	min-height: 114px;
}
.fdbkml {
	padding: 20px 15px;
	background: #ffffff;
	border: 5px solid #5a2111;
	min-height: 114px;
}
.fdbkml p{
        font-size: 16px !important;
        line-height: 26px;
        letter-spacing: 0px;
        text-align: justify;
        font-family: "Manjari",sans-serif;
        font-weight: 300 !important;
}
.fdbkml p i{
	font-size:13px;
	color: #b37c2b;
}

.fdbck p{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	text-align: justify;
	font-family: 'Alegreya', serif !important;
}
.prgm-main-wrpr{
	padding:10px 0px;
}

.fdbck p i{
	font-size:13px;
	color: #b37c2b;
}



/* Tabs Card */

.tab-card {
  border: 7px solid #9d6226;
  background: #ffffff;
  border-radius: 0px;
}

.tab-card-header {
  background: #b27532;
  float: none;
  text-align: center;
  padding: 0px;
  margin: 0px;
  border: none;
  border-radius: 0px !important;
}
/* Default mode */
.tab-card-header > .nav-tabs {
  border: none;
  margin: 0px;
  float: none;
  display: inline-flex;
  text-align: center;
  padding: 0px;
}
.tab-card-header > .nav-tabs > li {
  margin-right: 3px;
  margin-bottom: 0px !important;
  padding: 0px !important;
  background: #5a2111;
}
.tab-card-header > .nav-tabs > li > a {
  border: 0;
  border-bottom:2px solid transparent;
  margin-right: 0;
  font-size: 17px;
  color: #fff2f2;
  padding: 2px 10px;
}

.tab-card-header > .nav-tabs > li > a.show {
    border-bottom: none !important;
    color: #ffffff;
    /* background: #000; */
    border-radius: 0px;
    border: none !important;
}
.tab-card-header > .nav-tabs > li > a:hover {
    color: #ffffff;
    background: #5a2111;
}

.tab-card-header > .tab-content {
  padding-bottom: 0;
}
.prgrm-pics{
	text-align:center;
}
.prgrm-pics .thumb{
	margin-bottom: 25px;
    text-align: center;
}
.prgrm-pics  .thumb img {
    box-shadow: 5px 7px 22px -6px #976938;
    border: 3px solid #e4d487;
    margin-bottom: 13px;
    /* height: 205px; */
    /* width: 100%; */
}
.main-bnr  {
	border: 1px solid #5a2111;
}
.vocal
{
font-family: fantasy;
}
.fondr-wrpr p{
	text-align:justify;
	line-height: 28px;
	color: #5a2111;
	margin-bottom: 7px;
}
.fondr-wrpr{
	padding: 43px 0px;
}
.services-block p{
	font-size: 14px;
	text-align: justify;
	line-height: 23px;
	color: #5a2111;
	padding: 10px 0px;
	background: #ffffff;
	padding: 20px 15px;
	border: 1px solid #90531a;
	word-spacing: -1px;
}
.trst-wrpr{
	
}
#our-trusties{
	margin: 157px -33px 0 175px;
	padding-top:0;
	border: 1px solid #5a2111;
}
#our-trusties > span{
	padding-bottom:0px;
	padding-top:10px;
}
.pbold{
	font-weight:bolder;
}
.topheader{
	    background: #5a2111;
	    padding-bottom: 0;
	    padding-top: 7px;
	    text-align: center;
	    border: none;
}
.top-menu ul{
	float:right;
}
.top-menu ul li{
	display: inline-block;
	padding: 0px 6px;
}
.top-menu ul li a{
	color:#fff;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #fffdfc !important;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 0.2px;
	text-transform: capitalize;
}

.top-menu ul li:hover>a, .top-menu ul li.active>a {
    color: #a57133 !important;
}

.top-menu ul li:after {
  padding: 0px 10px;
  color: white;
  content: "|";
  font-size: 13px;
}
.top-menu ul li:nth-child(5):after{
  content:none !important;
}
.top-menu ul li:nth-child(6):after{
  content:none !important;
}
.top-menu ul li:nth-child(7):after{
  content:none !important;
}
.top-menu ul li:last-child:after{
  content:none !important;
}









.top-menu ul .nav-link{
	padding: 0px 4px;
	color:#fff;
	font-size: 14px;
	text-transform: capitalize;
}
.scl-link  p {
	line-height: 29px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
	color: #ffffff;
}
.scl-link  p img{
	display:inline-block;
	padding: 0px  7px 0px;
	vertical-align: bottom;
	margin: 0px;
}
.pd0{
	padding:0px !important;
}
.main-bnr .carousel-item {
   /*height: 42vh;*/
   min-height: 356px;
   background-repeat: no-repeat;
   /* background-size: contain;*/
   background-size: 100% 100%;
}
.mb0{
	margin-bottom:0px !important;
}
.artcl-abt{
	    text-align: center;
}
.artcl-abt ul li:before {
    color: #5a2111;
    display: inline-block;
    /* margin-left: -1.6em; */
    width: 1.8em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* content: "\f001"; */
    font-size: 13px;
}
.artcl-abt ul li{
	margin-bottom:10px;
	text-align: left;
}
.artcl-abt ul li a{
	font-size:16px;
	color:#000;
}
.artcl-abt ul li a{
	font-size: 17px;
	color:#000;
	/* font-family: 'Alegreya Sans', sans-serif; */
	font-weight: 500;
	font-family: 'Manjari';
}
.artcl-abt ul li a:hover{
   color:#000;
}
.artcls-wrpr{
	    padding: 43px 0px;
}
.artcls-wrpr p{
	font-size: 13px;
	line-height: 30px;
	text-align: justify;

	display: block;
}
.artcls-wrpr a{
	font-size: 20px;
	line-height: 30px;
	text-align:left;
	display: inline-block;
	color: #5a2111;
	padding: 4px 26px;
	font-weight: 600;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #5a2111;
	position: relative;
	bottom: 9%;
	left: 2%;
	display: table-cell;
	background: #532811;
	color: #fff;
	letter-spacing: 1px;
	animation-name: example;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.artcls-wrpr a:hover{
   color: #5a2111;
   background: #e7d279;
   border: 2px solid #5a2111;
}
.artcls-wrpr b{
	font-size: 15px;
	line-height: 30px;
	text-align: right;
	display: block;
}
.b-lrgr{
	font-size: 20px;
}
.lctn-wrpr{
	    padding: 30px 0px;
}
.lctn{
	    /* border: 2px solid #5a2111; */
	    padding: 57px 22px;
	    text-align: justify;
	    /* background: #fff;;/* background: #fff; */
}
.lctn p{
	line-height: 32px;
	line-height: 36px;
	color: #5a2111;
	/* text-shadow: 1px 0px #8b8a8a; */
	/* letter-spacing: 0.6px; */
	font-size: 22px;
	margin-bottom: 0px;
}
.lctn p a{
  color: #5a2111;
}
.lctn p a:hover{
	color: #a66d2a;
}
.grtd h5{
	font-size: 15px;
	line-height: 23px;
	color: #5a2111;
	text-align: justify;
}

.trbt-wrpr{
	padding:80px 0px;
}
.mb2{
	margin-bottom:20px !important;
}
.trbt-wrpr img{
	float:left;
	width: 233px;
	margin-right: 16px;
}
.shry-bx{
	min-height: 819px !important;
}
.shry-bx p{
    line-height: 29px !important;
    padding: 0px 20px;
}
.trb-detl{
	background: #fff;
	padding: 10px 10px;
	text-align: justify;
	border: 1px solid #5a2111;
	min-height: 743px;
}
.trb-detl h6{
	line-height:24px;
	color: #5a2111;
	font-weight: 600;
	font-size: 16px;
}
.tr-fn p{
	    line-height: 28px !important;
	    word-spacing: 2px;
}
.trb-detl p{
	line-height: 25px;
	font-size: 15px;
	text-align: justify;
	letter-spacing: 0.2px;
}
.trb-detl-sectn{
	    min-height: 490px;
}

.space{
	padding-top:50px;
}		

.testmnl-bx{
	height:400px;
}

  
.tst-wrpr .modal-body{
	font-size:13px;
}
.tst-wrpr-ml{
	font-size: 16px !important;
	font-family: "Gayathri",sans-serif;
	line-height: 26px;
	text-align: left;
}
.pt1{
	padding-top: 10px !important;
}
.intr-bx{
	/*border: 1px solid #5a2111;
	padding: 20px 22px 10px;
	text-align: justify;
	background: #fff;*/
	padding: 108px 205px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/intro-bg.png) !important;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	min-height: 484px;
	background-size: 100% 100%;
}
.intr-bx p{background: #fff;padding: 10px 22px;border-radius: 43px;font-weight: 500;text-shadow: 1px 0px #878382;}
.intr-bx-prsn{
	padding: 108px 205px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/intro-bg.png);
	-webkit-font-smoothing: antialiased;
	width: 100%;
	min-height: 484px;
	background-size: 100% 100%;
	
}
.intr-bx-prsn p{background: #fff;padding: 10px 22px;border-radius: 43px;font-weight: 500;text-shadow: 1px 0px #878382;}


.news-block-four .evnt-detl  ul li {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	padding: 1px 0px 6px;
	margin: 0px;
}
.news-block-four .evnt-detl  ul{
	margin-bottom: 12px;
}
.news-block-four .evnt-detl ul li:before {
    color: #000;
    display: inline-block;
    /* margin-left: -1.6em; */
    width: 1.8em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f001";
    font-size: 13px;
}
.spacing
{
	letter-spacing:2px;
}


.artcl-abt p {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 10px;
  letter-spacing: 0.5px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 22px;
  text-align: center !important;
  /*padding: 5px 10px;*/
 padding: 5px 10px 20px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #b2000000; -webkit-box-shadow: 0 0 3px #878383; }
  50% { background-color: #ff000000; -webkit-box-shadow: 0 0 40px #878383; }
  100% { background-color: #b2000000; -webkit-box-shadow: 0 0 3px #878383; }
}

@-moz-keyframes glowing {
  0% { background-color: #b2000000; -moz-box-shadow: 0 0 3px #878383; }
  50% { background-color: #ff000000; -moz-box-shadow: 0 0 40px #878383; }
  100% { background-color: #b2000000; -moz-box-shadow: 0 0 3px #878383; }
}

@-o-keyframes glowing {
  0% { background-color: #b2000000; box-shadow: 0 0 3px #878383; }
  50% { background-color: #ff000000; box-shadow: 0 0 40px #878383; }
  100% { background-color: #b2000000; box-shadow: 0 0 3px #878383; }
}

@keyframes glowing {
  0% {color: #5a2111;text-shadow: 0 0 3px #5a2111;background: none !important;}
  50% {color: #c59238;text-shadow: 0 0 40px #5a2111;background: none !important;}
  100% {color: #5a2111;text-shadow: 0 0 3px #5a2111;background: none !important;}
}
.hall img{margin: 177px auto;}



/*------- header top start -------*/
.header-main{
	    background: #5a2111;
	    padding: 0px 0px 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.main-bnr {
   /* padding-top: 93px;*/
}
.intr-bx {
    padding: 108px 111px;
}
.intr-bx-prsn{
     padding: 108px 111px; 
}
}
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-main {
        padding: 5px 0;
    }

}
/*------- main menu start -------*/
@media only screen and (max-width: 767px) {
    .logo {
        max-width: 65%;
    }
}

@media only screen and (max-width: 479px) {
    .logo {
        max-width: 80%;
    }
}

.main-menu {
    position: relative;
    text-align: center;
}

.main-menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
   /* display: flex;*/
       display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-menu ul li {
    position: relative;
}

.main-menu ul li a {
    margin: 0px;
    color: #fffdfc !important;
    font-weight: 500;
    display: block;
    padding: 4px 24px;
    font-size: 17px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}

.main-menu ul li a i {
    font-size: 14px;
    padding: 0px 3px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .main-menu ul li a {
        /* padding: 21px 0px 0px 43px; */
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li a {
        padding: 15px 7px;
        font-size: 16px;
    }
}

.main-menu ul li:hover>a,
.main-menu ul li.active>a {
    color: #a57133 !important;
}

.main-menu ul li ul.dropdown {
    top: 100%;
    left: 0;
    width:370px;
    position: absolute;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    padding: 9px 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #e4c282;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
}

.main-menu ul li ul.dropdown li {
    margin-right: 0;
    border-right: none;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.main-menu ul li ul.dropdown li a {
    color: #5a2111 !important;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 10px;
    text-transform: capitalize;
}
.main-menu ul li ul.dropdown li a:hover{
    color: #ffffff !important;
    background: #5a2111;
}

.main-menu ul li ul.dropdown li a i {
    float: right;
    padding-top: 5px;
}

.main-menu ul li ul.dropdown li:hover>a {
    color: #5a2111;
}

.main-menu ul li ul.dropdown li ul.dropdown {
    top: 100%;
    left: 100%;
    position: absolute;
    width: 350px;
    opacity: 0;
    visibility: hidden;
    max-height: 325px;
    overflow-y:auto;
}

.main-menu ul li ul.dropdown li:hover ul.dropdown {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.main-menu ul li ul.megamenu {
    width: 800px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .main-menu ul li ul.megamenu {
        width: 740px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li ul.megamenu {
        width: 600px;
    }
}

.main-menu ul li ul.megamenu li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li ul.megamenu li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.main-menu ul li ul.megamenu li.mega-title>a {
    color: #333c4a;
    font-size: 18px;
    font-weight: 700;
}

.main-menu ul li ul.megamenu li ul li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.main-menu ul li ul.megamenu li:hover>a {
    color: #ff7e67;
}

.main-menu ul li:hover ul.dropdown,
.main-menu ul li:hover ul.megamenu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.main-menu ul li:last-child a {
    padding-right: 0;
}

.main-menu.white-text li>a {
    color: #ffffff;
}

.main-menu.white-text li>ul.dropdown li a {
    color: #606060;
}

.main-menu.white-text li>ul.dropdown li:hover>a {
    color: #ff7e67;
}

/*------- main menu end -------*/



/*------- menu responsive start --------*/
.mean-container .mean-bar {
    min-height: auto;
    padding: 0;
    margin-top: 0;
    z-index: auto;
}

.mean-container .mean-bar a {
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    top: -45px;
}

.mean-container .mean-bar a span {
    background: #222222;
}

.mean-container .mean-bar a.meanmenu-reveal {
    color: #f8f8f8;
}

@media only screen and (max-width: 767px) {
    .mean-container .mean-bar a.meanmenu-reveal {
        padding: 0px 0;
    }
}

.mean-container .mean-bar a:hover {
    color: #ff7e67 !important;
}

.mean-container .mean-bar .mean-nav {
    /*margin-top: 45px;*/
    margin-top: 27px;
    background-color: #dab464;
}

.mean-container .mean-bar .mean-nav ul {
    /*max-height: 250px;*/
        max-height: 335px;
    overflow-x: hidden;
}

.mean-container .mean-bar .mean-nav ul li {
    border-bottom: 1px solid #ccc;
}

.mean-container .mean-bar .mean-nav ul li:last-child {
    border-bottom: none;
}

.mean-container .mean-bar .mean-nav ul li a {
    color: #5a2111;
    text-transform: capitalize;
    /* opacity: 1; */
    padding: 6px 20px;
}

.mean-container .mean-bar .mean-nav ul li a.mean-expand {
    height: 34px;
    margin-top: 0;
    line-height: 34px;
    padding: 5px 12px !important;
}

.mean-container .mean-bar .mean-nav ul li a.mean-expand:hover {
    background-color: transparent;
}

.mean-container .mean-bar .mean-nav ul li a i {
    display: none;
}

.mean-container .mean-bar .mean-nav ul li ul.dropdown li a {
    text-transform: capitalize;
}



/*------- menu responsive end --------*/


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track  {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb  {
  background: #cb4036; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8d5323; 
}



/*
 For Future firefox scroll bar

*/

/* width */
::-moz-scrollbar {
  width: 10px;
}

/* Track */
::-moz-scrollbar-track  {
  background: #f1f1f1; 
}
 
/* Handle */
::-moz-scrollbar-thumb  {
  background: #cb4036; 
}

/* Handle on hover */
::-moz-scrollbar-thumb:hover {
  background: #8d5323; 
}









.mda-wrpr {
	padding:40px 0px 45px;
}
.mda-pc{
	text-align:center;
}
.mda-pc img{
	margin-bottom: 10px;
}
.englsh{
	font-size:16px !important;
}
.art-eng{
	font-size:16px !important;
	font-family: 'Alegreya', serif !important;
}

/*@media (min-width:991px){
 .intr-bx-prsn{
	padding: 108px 80px !important;
     
    }

}
@media (min-width:460px) and (max-width:767px) {
 .intr-bx-prsn{
	padding: 108px 80px !important;
	}

}
@media screen (min-width:330px) and (max-width:459px) {
 .intr-bx-prsn{
	padding: 108px 73px !important;
	}

}
@media screen (min-width:200px) and (max-width:329px) {
 .intr-bx-prsn{
	padding: 108px 50px !important;
	}

}
@media screen (min-width:200px) and (max-width:767px) {
 .intr-bx-prsn p{

	line-height: 25px;
	font-size: 15px;
}

}*/
@media only screen and (max-width:566px) and (min-width:500px){ 
.intr-bx-prsn{
	padding: 101px 81px !important;
		background-image: url(../img/intro-bg1.png);
	}
.intr-bx{
	padding: 101px 81px !important;
	background-image: url(../img/intro-bg1.png) !important;
	}
.intr-bx p {
     padding: 14px 13px;
 }
 .intr-bx-prsn p{
     padding: 14px 13px;
}
	.top-menu ul li {
		/* padding: 0px 34px; */
		}
	
	
}
@media only screen and (max-width:567px) and (min-width: 767px){ 
    .intr-bx-prsn{
	/*padding: 144px 86px !important;*/
	}
	.intr-bx{
	/* padding: 90px 95px !important; */
	}
	.news-block-four .inner-box{
		float:left;
	}
}

@media only screen and (max-width:767px) and (min-width: 568px){ 
.intr-bx-prsn{
	padding: 174px 93px !important;
}
.intr-bx{
	padding: 147px 93px !important;
}

.top-menu ul {
    float: none;
    display:inline-block;
}
	}


@media (min-width: 992px) { 
.intr-bx-prsn{
	padding: 108px 173px !important;
	}
.intr-bx{
	padding: 108px 173px !important;
	}
	.top-menu ul {
    float: right;
	}
.prgrm-img .embed-responsive {
	
height: 191px;
	
padding: 0px;
	
margin: 0px;
}
	}

@media (max-width: 991px) { 
.top-menu ul li:after {
    padding: 0px 4px 0px 5px;
   
    }
	.post-date {
  /*  margin-top: 27px !important;*/
}
.top-menu ul li a {
 /* font-size: 14px; */
}
}
@media (max-width:767px) { 
.evn-dt{
    /* float:right; */
}
.post-date{
	/*margin: 0% auto 16%;*/
	/* float: left; */
	    margin: 0% auto 4%;
}
}




.cmng-prgm-wrpr .services-block{margin:0px auto;}
.cmng-prgm-wrpr .services-block .inner-box {
  padding:0px !important;
} 
  
.cmng-prgm-wrpr   .services-block .inner-box .image-outer{
	padding: 0px 20px 0px;
}
  
  
.cmng-prgm-wrpr  .services-block .inner-box .image-outer:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0;
    bottom: 15px;
    left: 30px;
    background: #90531a;
    border: 4px solid #90531a;
}
 .evnt-bx {
	 padding:80px 0px;
 }
 .evnt-hd .sec-title {
    position: relative;
    margin: 6px auto 10px;
    text-align: center;
} 
 .evnt-hd  .sec-title h5 {
    position: relative;
    color: #fffefb;
    font-size: 29px;
    font-weight: 800;
    line-height: 3px;
    padding: 19px 0px 0px;
    margin: 0px;
    letter-spacing: 2px;
}
 .evnt-hd .sec-title .seperater {
    position: relative;
    margin-top:0px !important;
    width: 60px;
}
 .evnt-hd .sec-title .seperater:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 60px;
    height: 2px;
    background-color: #ffffff;
}
 .evnt-hd .sec-title .seperater:after {
    position: absolute;
    content: '';
    left: 10px;
    top: 6px;
    width: 40px;
    height: 2px;
    background-color: #fffdf9;
}
.evnt-hd  .sec-title b{
	color: #fff;
	padding: 0px;
	display: block;
	margin: 14px 0px 0px;
	font-family: 'Alegreya', serif !important;
	font-weight: 300;
}
 .testimonial-card .card-ml p{
    font-family: "Gayathri",sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    text-align: right;
 }
@media (min-width: 1200px){
.art-cntnr{
    max-width: 1260px;
}
}
.pt3{
padding-top:30px !important;
}


.scrollbar {
    background-color: #F5F5F5;
    float: left;
    height: 300px;
    margin-bottom: 25px;
    margin-left: 22px;
    margin-top: 40px;
    width: 65px;
    overflow-y: scroll;
}
.wht-bg{
	background:#fff;
    border-radius: 50px;
}
.fndr-detl{
 /*background: #fff;*/
 padding: 27px 28px 11px;
}

/*@media (max-width: 1224px){
	.container{
      max-width:1250px !important;
    }
.main-bnr .carousel-item {
  
    min-height:394px;
    
}
}*/

/*-----pastconcerts-----------------------*/
.main-sctn {
    padding: 50px 0px;
}
.main-sctn .Portfolio {
    position: relative;
    /* margin: 5px; */
    border: 2px solid #5a2111;
     /* float: left;
  width: 180px;*/
    transition-duration: 0.4s;
    border-radius: 0;
    margin: 0px;
    animation: winanim 0.5s;
    -webkit-backface-visibility:visible;
    /* backface-visibility:visible; */
    /* box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12); */
    margin-bottom: 15px;
}

.main-sctn .Portfolio img {
    width: 100%;
    height: auto;
    border-radius:0px;
    min-height: 160px;
}

.main-sctn .nav {
    /* padding:20px; */
    /* margin-left:340px; */
    /* margin-top:-30px; */
	display: inline-flex;
}

.main-sctn .nav li a {
    margin: 0px 5px;
    padding: 7px 36px;
    font-size:16px;
    color: white;
    background: #9f642b;
    transition-duration: 0.4s;
    border-radius: 0px !important;
}
.main-sctn .nav a:hover {
    background:#d1a83f;
}
.main-sctn .nav .active {
    background-color: #5a2111 !important;
    color:#fff;
}

@keyframes winanim {
    0%{opacity:0;transform:scale3d(.3,.3,.3)}
    50%{opacity:1}
    
}
/*-----pastconcerts-----------------------*/

.ps-txt{
    text-align:center;
    padding: 1px 0px;
    background:#fff;
}
.ps-txt a{
   color: #000;
   line-height: 20px !important;
   letter-spacing: 0px;
   font-size: 13px;
}
.blinking{
    animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
    0%{     color: #5a2111;    }
    49%{    color: #5a2111; }
    50%{    color: #ae6a23; }
    99%{    color:#f1d778;  }
    100%{   color: #000;    }
}


.mt30{
  margin-top: 30px;
}
.blg{
    
}

.blg-wrpr{
        padding-top: 74px;
}
.blg ul li{
    margin-bottom: 10px;
    text-align: center;
}
.blg ul li a{
	font-size:16px;
	color:#000;
}
.blg ul li a{
	font-size: 17px;
	color:#000;
font-family: 'Alegreya Sans', sans-serif; 
	font-weight: 500;

}
.blg ul li a:hover{
      color: #a06730 !important;
}

.blg ul li  img{
    display: block;
    margin: 0px auto 10px;
}

.blg{
    border: 4px solid #935626;
    margin-top: 50px;
    /* padding: 20px; */
    background: #fff;
}
.blg h5{
    padding: 0px;
    margin: 0px 0px 6px;
    font-weight: 600;
    font-family: "Manjari",sans-serif;
    font-size: 20px !important;
    line-height: 20px !important;
    text-align: center;
}
.blg-image img{
	margin-bottom:10px;
}

.blg-txt{
	padding:0px 10px 10px; 
	text-align:center;

}
.blg-txt p{
    /*text-align: justify; */
    /* line-height: 26px; */
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    font-family: "Manjari",sans-serif;
    font-size: 15px !important;
    line-height: 23px !important;
    text-align: left;
}

.blg-txt a{
	color: #c3922f;
}
.blg-txt a:hover{
	color: #5a2111;
}

.templ-wrpr{
	    padding: 43px 0px;
}.templ-wrpr .sec-title h6{font-size: 28px;padding-bottom: 12px;}
.templ-wrpr p{
	font-size: 16px;
	line-height: 27px;
	text-align: justify;
	display: block;
	color: #000;
}
.templ-wrpr h5{
	font-size: 23px;
	line-height: 27px;
	text-align:left;
	display: block;
	color: #000;
	font-weight:600;
}
.templ-wrpr h4{
	font-size: 22px;
	line-height: 21px;
	text-align:left;
	display: block;
	color: #000;
	font-weight: 400;
	padding: 0px;
	margin: 12px 0px;
}
.templ-bg{
        background-image: url(../img/raja-bg.jpg);
}
.tmple-bgclr{
    background-color: #fff;
    padding: 20px 15px
}
#descrip {
    /* text-align: justify; */
    /* line-height: 26px; */
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    font-family: "Manjari",sans-serif;
    font-size: 16px !important;
    line-height: 25px !important;
    text-align: justify;
}

@media (max-width:460px) and (min-width:297px) {
.tab-card-header > .nav-tabs > li > a {
    font-size: 13px !important;
    padding: 2px 10px !important;
}   
}
@media (max-width:296px) and (min-width:180px) {
.tab-card-header > .nav-tabs > li > a {
   font-size: 12px !important;
    padding: 2px 5px !important;
}   
}

@media (min-width:150px) and (max-width:360px) {
 .banner{
	    background-image: url(../img/mobile-screen.jpg);
	    min-height:716px;
	   }

}
@media (min-width:361px) and (max-width:459px) {
 .banner{
	    background-image: url(../img/mobile-screen.jpg);
	    min-height: 739px;
	   }

}
@media (min-width:411px) and (max-width:823px) {
 .banner{
	    background-image: url(../img/tab-screen.jpg);
	    min-height: 883px;
	   }

}
@media (min-width:375px) and (max-width:459px) {
 .banner{
	    background-image: url(../img/mobile-screen.jpg);
	    min-height: 868px;
	   }

}
@media (min-width:460px) and (max-width:768px) {
 .banner{
	    background-image: url(../img/tab-screen.jpg);
	    min-height: 1024px;
	   }

}
@media (min-width:1025px) and (max-width:1366px) {
 .banner{
	    /*background-image: url(../img/tab-screen.jpg);
	    min-height: 1371px;*/
	   }

}


@media (min-width:150px) and (max-width:459px) {
.banner a {
      top: 6%;
    }

}



@media (min-width:1440px) and (max-width:1600px) {
.container {
	max-width: 1430px
}
}

@media (min-width:1600px) and (max-width:1680px) {
.container {
	max-width: 1480px
}
.main-bnr .carousel-item {
  min-height: 430px;
}
}
@media (min-width:1680px) and (max-width:1920px) {
.container {
	max-width: 1580px
}
.main-bnr .carousel-item {
  min-height: 530px;
}
.intr-bx {
      padding: 135px 186px !important;
    background-image: url(../img/intro-bg-sub.png) !important;
}
}
@media (min-width:1920px) and (max-width:2000px) {
.container {
	max-width: 1685px;
}
.main-bnr .carousel-item {
  min-height: 556px;
}
.intr-bx {
    padding: 114px 331px !important;
    /* min-height: 430px; */
    padding: 150px 159px !important;
    background-image: url(../img/intro-bg-sub.png) !important;
}
.intr-bx-prsn{
    padding: 114px 331px !important;
    min-height: 430px;
}
}


@media (min-width:2000px) and (max-width:2560px) {
.container {
	max-width: 1880px;
}
.main-bnr .carousel-item {
  min-height:640px;
}
.intr-bx {
    padding: 151px 206px !important;
    background-image: url(../img/intro-bg-sub.png) !important;
}
.intr-bx-prsn{
    padding: 114px 331px !important;
    min-height: 430px;
}
}
  

@media (min-width:891px) and (max-width:990px) {
 .main-bnr .carousel-item{
	  min-height: 330px;
	  }

}


@media (min-width:790px) and (max-width:890px) {
 .main-bnr .carousel-item{
	  min-height:260px !important;
      
    }

}


@media (min-width:600px) and (max-width:789px) {
 .main-bnr .carousel-item{
	  min-height: 262px !important;
	  }
    .main-bnr {
    /*padding-top: 92px;*/
}
.intr-bx {
    padding: 165px 89px !important;
}
.intr-bx-prsn{
    padding: 157px 112px !important;
}
}

@media (min-width:500px) and (max-width:599px) {
 .main-bnr .carousel-item{
	  min-height: 192px !important;
	  }
.main-bnr {
   /* padding-top: 95px;*/
}
.intr-bx {
    padding: 81px 103px !important;
    background-image: url(../img/intro-bg2.png) !important;
}
.intr-bx-prsn{
     padding: 81px 103px !important;
    background-image: url(../img/intro-bg2.png) !important;
}
}
@media (min-width:300px) and (max-width:400px) {
	.intr-bx {
    padding: 102px 64px !important;
    background-image: url(../img/intro-bg2.png) !important;
}

}
@media (min-width:350px) and (max-width:400px) {
	.intr-bx-prsn{
   padding: 108px 74px 99px 64px !important;
   background-image: url(../img/intro-bg2.png) !important;
}
}
@media (min-width:300px) and (max-width:349px) {
	.intr-bx-prsn{
   padding: 113px 62px 112px 54px !important;
   background-image: url(../img/intro-bg2.png) !important;
}
}
@media (min-width:401px) and (max-width:470px) {
.intr-bx {
    padding: 72px 82px 72px 78px !important;
    background-image: url(../img/intro-bg2.png) !important;
}
.intr-bx-prsn{
   padding: 72px 82px 72px 78px !important;
    background-image: url(../img/intro-bg2.png) !important;
}
}
@media (min-width:471px) and (max-width:600px) {
.intr-bx {
    padding: 62px 110px 63px 104px !important;
    background-image: url(../img/intro-bg2.png) !important;
}
.intr-bx-prsn{
   padding: 111px 104px 109px 104px !important;
   background-image: url(../img/intro-bg2.png) !important;
}
}
@media (min-width:300px) and (max-width:499px) {
.main-bnr {
    /*padding-top: 99px;*/
}
.main-bnr .carousel-item{
	  /*min-height: 155px !important;*/
	      min-height: 122px !important;
}
.top-menu ul li a {
    font-size: 14px;
 }
.top-menu ul li{
   padding: 0px 0px;
}
.top-menu ul li:after {
    padding: 0px 4px;
    color: white;
    content: "|";
    font-size: 13px;
}

.intr-bx p{
    font-size: 12px;
    line-height: 20px;
}
.intr-bx-prsn p{
  font-size: 12px;
  line-height: 20px; 
}
}
@media (min-width:356px) and (max-width:428px) {
	.top-menu ul li:nth-child(4):after {
    content:none !important;
}
}
@media (min-width:300px) and (max-width:355px) {
	.top-menu ul li:nth-child(3):after {
    content:none !important;
}
}
@media (min-width:991px) and (max-width:1199px) {
.prgrm-txt {
  
min-height: 534px;
}
.trb-detl {
  
    min-height: 968px;
}
}
@media (min-width:280px) and (max-width:990px) {
.prgrm-txt {
  
    min-height:244px;
}

}

@media (min-width:280px) and (max-width:991px) {
.trb-detl {
    min-height:408px;
}

}
@media (max-width: 991px) and (min-width: 768px) {
  .sub-banner {
    /*padding-top: 100px;*/
  }
}
@media (max-width: 768px) and (min-width: 500px) {
  .sub-banner {
    /*padding-top: 100px;*/
  }
}

@media (max-width: 500px) and (min-width: 300px) {
  .sub-banner {
    /*padding-top: 100px;*/
  }
}

@media (max-width: 830px) and (min-width: 460px) {
.main-sctn .nav li a {
    margin: 0px 3px;
    padding: 4px 17px;
    font-size: 14px;
}
  .tab-card-header > .nav-tabs > li > a {
    border: 0;
    border-bottom: 2px solid transparent;
    margin-right: 0;
    font-size: 13px;
    color: #fff2f2;
    padding: 2px 10px;
}    
}
@media (max-width:460px) and (min-width:280px) {
.main-sctn .nav li a {
    margin: 0px 2px;
    padding: 1px 3px;
    font-size: 13px;
    line-height: 23px;
}
}
@media (max-width:460px) and (min-width:200px) {
.top-menu ul li {
    display: inline-block;
    padding: 0px 0px;
}
.top-menu ul li a {
   /* font-size: 14px; */
   /* letter-spacing: 0; */
}
}

@media (max-width:464px) and (min-width:200px){
    .evnt-hd .sec-title b{
        margin:14px 4px 0px 20px !important;
    }
}



@media (max-width: 786px) {
  body{
        background-image: url(../img/mobile-bg.jpg) !important;
        min-height: 699px;
        display: inline-table;
        padding-top:70px !important;
   }
}
@media (max-width: 767px){
    body {
       padding-top:98px !important;
    }
}
@media (max-width:568px) and (min-width:200px){
   .beside-form {
     padding: 20px 0px !important;
}
.lctn{
    padding:0px;
        
    }
.contact-page .col-lg-12{
        box-shadow:none;
}
.bg-wt{
    border:none;
}
}
@media (max-width:534px) and (min-width:500px){
    .top-menu ul li:nth-child(4):after{
 padding: 0px 2px 0px 15px;
}
}
@media (max-width:1199px) and (min-width:992px){
    .post-date {
            padding: 75px 35px 86px 35px;
    }
}

@media (max-width:991px) and (min-width:768px){
    .post-date {
            padding: 75px 13px 86px 14px;
            font-size: 71px;
            margin-top: 70%;
    }
    .post-date span{
    	margin: 33px 0px 1px;
    }
    .evnt-tm {
    top: 4.7em;
}
}
@media (max-width:1679px) and (min-width:1440px){
.intr-bx {
       padding: 135px 162px !important;
    background-image: url(../img/intro-bg-sub.png) !important;
}
}
/*iPad Pro 9.7"*/
/* Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .banner {
    background-image: url(../img/tab-screen.jpg);
    min-height:1366px;
}

}
@media (max-width: 1280px) and (min-width: 850px) {
 .banner{
	   background-image: url(../img/tab-screen.jpg);
	    min-height: 1630px;
	   }

}