
/*homepage styles by Dip*/
/*---------Top section style start here----------*/
.top-section {
	position:absolute;
	width:100%;
	height:100%;
	min-height:650px;
	left:0px;
	top:0px;
}
.bottom-section {
	position:absolute;
	width:100%;
	left:0px;
	top:100%;
	z-index:2
}
.disable {
	cursor:not-allowed;
	opacity:.4;
}



/*---------Header style start here---------*/
.header {
	width:100%;
	height:100px;
	position:absolute;
	z-index:99;
	background:url(../images/header-top-bg.png) repeat-x left top;
}
/*header.sticky {
	position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    transition: all ease 0.6s;
}*/
.logo {
	padding-top:20px;
	padding-bottom:3px;
	min-height:100px;
}
.floot-nav {
	background:url(../images/floot-bg.jpg) repeat-x left top;
	margin-top:71px;
	position:relative;
}
.floot-nav::after {
	content:"";
	position:absolute;
	width:137px;
	height:51px;
	background:url(../images/floot-right.png) no-repeat right top;
	left:100%;
	top:0px;
	z-index:-1;
}
.floot-nav::before {
	content:"";
	position:absolute;
	width:469px;
	height:51px;
	background:url(../images/floot-left.png) no-repeat right top;
	right:100%;
	top:0px;
	z-index:-1;
}
.logo a {
	position:relative;
}
.logo a::after {
	content:"";
	position:absolute;
	width:173px;
	height:443px;
	background:url(../images/logo-ribon.png) no-repeat center top;
	left:0px;
	top:50px;
	z-index:-1;
	pointer-events:none;
}
/*---------Header style start here---------*/

.banner {
	width:100%;
	overflow-x:hidden;
}
.slideshow {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
	min-height:650px;
  }

  .holder {
    position: relative;
    top: 0;
    left: 0;
    width: 10000vw;
    height: 100vh;
    transition: left 1s;
  }

  .holder div {
    float: left;
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:0;
	position:relative;
  }
.bottom-mask {
	position:absolute;
	width:100%;
	height:224px;
	background:url(../images/banner-bottom-mask.png) no-repeat center bottom;
	left:0px;
	bottom:0px;
	z-index:1;
}
.bottom-mask-2 {
    position: absolute;
    width: 100%;
    height: 224px;
    background: url(../images/banner-bottom-mask-2.png) no-repeat center bottom;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}
/*---------Top section style start here----------*/


/*-----------Center style start here-----------*/
.center-content {
	width:100%;
}
.welcome-cont {
	width:100%;
	padding-bottom:35px;
	background:#fdebcc url(../images/flower-bg.png) repeat;
}
.wel-cont-txt {
	padding-left:50px;
}
.heading-primary {
	font-size:24px;
	color:var(--black);
	margin-bottom:20px;
	text-transform:uppercase;
}
.heading-primary span {
	color:var(--red);
	font-size:24px;
	font-family:'RobotoBold', Arial, Helvetica, sans-serif;
}
.heading-primary-white {
	font-size:24px;
	color:var(--white);
	margin-bottom:30px;
	text-transform:uppercase;
}
.heading-secondary {
	font-size:20px;
	color:var(--black);
	margin-bottom:20px;
}
.wel-txt {
	font-size:17px;
}
.strp-head {
	padding-left:15px;
	position:relative;
}
.strp-head::after {
	position:absolute;
	content:"";
	width:6px;
	background:var(--red);
	height:100%;
	left:0px;
	top:0px;
}
.readMore-btn {
	height:38px;
	padding:5px 15px 5px 20px;
	border-radius:5px;
	background:var(--red);
	color:var(--white);
	border:none;
}
.welcome-thumb {
	margin-top:-30px;
}
.thumb-inner {
	position:relative;
	max-width:326px;
	border-radius:160px;
	box-shadow:1px 1px 21px rgba(0, 0, 0, .28);
}
.thumb-inner img {
	width:100%;
	max-width:326px;
	border-radius:160px;
}
.thumb-inner .secondary-thumb {
	position:absolute;
	bottom:-70px;
	right:-70px;
	max-width:230px;
	background:var(--white);
	border-radius:40px;
	padding:12px;
}
.pageCont-boxes {
	width:100%;
	padding:40px 0px;
}
.mission-objectives {
	background:#f4f4f4 url(../images/flower-bg.png) repeat;
}
.objective-box {
	width:100%;
	background:var(--white);
	border-radius:15px;
	box-shadow:1px 1px 20px rgba(0, 0, 0, .1);
	padding:20px;
}
.objective-box .obj-thumb {
	border-radius:5px;
	width:100%;
}
.testimonial-box {
	width:100%;
	position:relative;
}
.testimonial-inner {
	width:100%;
	background:#90181b;
	border-radius:15px;
	position:relative;
	padding:20px;
}
.heading-center {
	width:100%;
}
.testi-corrousel {
	width:100%;
	padding:20px 80px 0px;
}
.testimonialList {
	width:100%;
	border-radius:10px;
	padding:5px 30px 0px;
	text-align:center;
}
.testi-icon {
	position:absolute;
	width:182px;
	height:143px;
    left: 20px;
    top: 20px;
	z-index:0;
	background:url(../images/testimonial-icon.png) no-repeat center top;
}
.testi-thumb {
	width:100px !important;
	height:100px;
	border-radius:50%;
	margin:0px 0px 15px 0px;
	display:inline-block !important;
}
.testi-name {
	font-size:17px;
	color:var(--white);
	margin-bottom:5px;
}
.lag-mal {
	font-family:'Karthika';
	font-size:18px;
}
.testimonialList p {
	color:var(--white);
}
.testimonialList p span {
	color:var(--white);
}
.news {
	width:100%;
}
.new-box {
	width:100%;
	position:relative;
	background:#fdebcc;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	min-height:300px;
	padding:20px;
}
.new-box::after {
	content:"";
	position:absolute;
	height:100%;
	width:100%;
	left:100%;
	top:0px;
	z-index:-1;
	background:#fdebcc;
}
.new-box.news-thumb {
	border-radius:5px;
}
.trusteeBox {
	width:100%;
	padding:0px 15px;
}
.trusteeBox .trustee-thumb {
	width:100%;
	border-radius:15px;
	border:solid 1px #ccc;
	overflow:hidden;
}
.trusteeBox h5 {
	font-size:15px;
}
.trusteeBox p {
	color:var(--red);
}
	
/*-----------Center style end here------------*/



/*-----------Footer style start here-----------*/
.footer {
	width:100%;
	background:#1a1a1a;
	margin-top:60px;
	color:#afafaf;
	position:relative;
}
.footer::after {
	content:"";
	width:100%;
	height:21px;
	background:url(../images/footer-top-bg.jpg) repeat left bottom;
	position:absolute;
	left:0px;
	top:-21px;
	z-index:-1;
}
.footer-top {
	width:100%;
}
.footer-box {
	width:100%;
	padding:50px 0px;
}
.footer-social {
	width:100%;
	margin-top:5px;
}
.footer-social .foot-socialLinks {
	width:30px;
	height:30px;
	margin-right:10px;
	cursor:pointer;
}
.footer-links {
	list-style:none;
	padding:0px;
	margin:0px;
	width:100%;
}
.footer-links li {
	width:100%;
	margin-bottom:10px;
}
.footer-links li a {
	width:100%;
	padding:7px 0px 7px 15px;
	color:#afafaf;
	background:url(../images/bullet.png) no-repeat left 12px;
}
.footer h3 {
	font-size:20px;
	color:#fdebcc;
}
.footer .address {
	width:100%;
	padding-left:23px;
	background:url(../images/address-icon.png) no-repeat left top;
}
.footer .eMail {
	width:100%;
	padding-left:23px;
	background:url(../images/mail-icon.png) no-repeat left 6px;
}
.footer .pHone {
	width:100%;
	padding-left:23px;
	background:url(../images/phone-icon.png) no-repeat left top;
}
.footer .footGalleryLink {
}
.footer-bottom {
	width:100%;
	padding:30px;
	background:url(../images/footer-bottom-bg.png) no-repeat center bottom;
	color:#afafaf;
	text-align:center;
	border-top:solid 1px #393939;
}
.footer-bottom p {
	font-size:15px;
	line-height:19px;
	margin:0px;
	padding:0px;
}

/*-----------Footer style end here------------*/


.banner-inner {
	width:100%;
	overflow-x:hidden;
	min-height:300px;
}
section.about_banner {
    width: 100%;
    height: 500px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 90px 0;
    z-index: 0;
}
.inerBanner_head {
	background:var(--red);
	padding:10px 10px;
	font-family:'RobotoBold', Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:36px;
	text-transform:uppercase;
	z-index:999;
}
.subthumb-img {
	width:100%;
	border-radius:15px;
	margin-bottom:20px;
}
.divider {
	border-bottom:solid 1px #ccc;
}
.trusteeTop {
	width:100%;
}
.pRed {
	color:var(--red);
}
strong, bold {
	font-family:'RobotoBold', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.gallery-thumb {
	margin-bottom:20px;
}
.gallery-thumb img {
	width:100%;
	border-radius:15px;
}
.video-gallery {
	position:absolute;
	width:283px;
	height:180px;
	right:17%;
	border:solid 2px #fff;
	border-radius:10px;
	overflow:hidden;
	top:190px;
	background:#fff;
	z-index:5;
	cursor:pointer;
}
.feedback-row {
	border-bottom: solid 1px #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.feedback-row:last-child {
	border-bottom: none;
}
.feedback-row .feedbackInner {
	width: 100%;
	padding-left: 180px;
	position: relative;
	min-height: 160px;
}
.feedback-row .testi-img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border:solid 1px #ccc;
}
.letterBox {
	width: 100%;
	border-radius: 10px;
	padding: 8px;
	background: url(../images/letterBox-bg.jpg) repeat left top;
	border:solid 1px #ccc;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
}
.letterBox .letterBox-inner {
	width: 100%;
	min-height: 350px;
	border-radius: 8px;
	padding: 50px;
	background: url(../images/envelop-bg.jpg) repeat center top;
	background-size: cover;
	position: relative;
}
.letterBox .letterBox-inner .leftTop {
	position: absolute;
	width: 147px;
	height: 147px;
	left: 12px;
	top: 12px;
	background: url(../images/env-leftTop.png) no-repeat left top;
	pointer-events:none;
	z-index: 1;
}
.letterBox .letterBox-inner .leftBottom {
	position: absolute;
	width: 147px;
	height: 147px;
	left: 12px;
	bottom: 12px;
	background: url(../images/env-leftBottom.png) no-repeat left top;
	pointer-events:none;
	z-index: 1;
}
.letterBox .letterBox-inner .rightBottom {
	position: absolute;
	width: 147px;
	height: 147px;
	right: 12px;
	bottom: 12px;
	background: url(../images/env-rightBottom.png) no-repeat left top;
	pointer-events:none;
	z-index: 1;
}
.letterBox .letterBox-inner .seal {
	position: absolute;
	width: 59px;
	height: 162px;
	right: 12px;
	top: 12px;
	background: url(../images/seal.png) no-repeat left top;
	pointer-events:none;
	z-index: 1;
}
.letterBox .form-row {
	width: 100%;
	margin-bottom: 15px;
}
.letterBox .form-row .form-input {
	width: 100%;
	height: 40px;
	border-radius: 0px;
	border:solid 1px #000;
}
.letterBox .form-row label {
	margin-bottom: 2px;
}
.letterBox .form-row .form-input-comments {
	width: 100%;
	border-radius: 0px;
	border:solid 1px #000;
}
.letterBox .submit-btn {
	width: 100%;
	height: 40px;
	background: #b4904b;
	border-radius: 0px;
	color: #FFF;
	border:none;
}
.addr-row {
	width: 100%;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}
.addr-row i {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0px;
	top: 0px;
}
.bannerThumb-krishna {
	position:absolute;
	width:193px;
	height:274px;
	right:17%;
	border:solid 3px #b4904b;
	border-radius:100px;
	overflow:hidden;
	top:145px;
	z-index:5;
}

@media (max-width:1400px) {

}
@media (max-width:1300px) {

}
@media (max-width:1200px) {

}
@media (max-width:991px) {
.footer-box {
	padding:15px 0px;
}
.wel-cont-txt {
    padding-left:0px;
}
.video-gallery {
    right: 15px;
}
.bannerThumb-krishna {
    right: 15px;
}
}
@media (max-width:767px) {
.testi-corrousel {
    padding: 20px 0px 0px;
}
.testimonialList {
    padding: 5px 0px 0px;
}
.thumb-inner img {
    width: 100%;
    max-width: 225px;
}
.thumb-inner {
    max-width: 225px;
    border-radius: 160px;
	margin-bottom:20px;
}
.logo a::after {
	display: none;
}
.video-gallery {
    top: 328px;
    right:50%;
    margin-right: -141px;
}
.feedback-row .feedbackInner {
	width: 100%;
	padding-left: 0px;
	padding-top: 180px;
	position: relative;
	min-height: 160px;
}
.bannerThumb-krishna {
	width:143px;
	height:199px;
	right:50%;
	top:305px;
	margin-right:-72px;
}

}
@media (max-width:420px) {


	
}





