body {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    -webkit-font-smoothing:antialiased;
	padding-top:0px;
	overflow:hidden;
	color:#333333;
}

.temp-fixed{
    position:fixed;
}


html,body {
	overflow-x:hidden;	
	}
	
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    line-height: 23px;
	font-size:14px;
}
a{
	text-decoration:none;	
	}
.btn-theme {
    color: #5d0000;
    background-color: #ffa800;
    border-color: #ffa800;
	border-radius:40px;
	font-weight:bold;
	font-size:16px;
	padding: 0.375rem 1rem;
}
.animate-bottom {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: slideIn;
}
@keyframes slideIn {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform(2rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(2rem);
        -webkit-opacity: 0;
    }
}

@media (max-width: 991.98px) {
    .animate-bottom {
        -webkit-animation-fill-mode: inherit;
        animation-name: inherit;
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(3rem);
        opacity: 0;
    }

    100% {
        transform: translateX(0rem);
        opacity: 1;
    }

    0% {
        transform: translateX(3rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: transform(3rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateX(3rem);
        -webkit-opacity: 0;
    }
}
/*=============main Banner=================*/
.banner-carousel {
    position: relative;
}


    .banner-carousel .carousel-control-prev,
    .banner-carousel .carousel-control-next {
    width: 40px;
    height: 40px;
    top:50%;
    margin-right: 0px;
    margin-left: 0px;
    transition: .3s;
    z-index: 1;
	background: #f29600;
	opacity:0.7;
	margin-bottom: 2px;
    }
    .banner-carousel .carousel-control-prev:hover,
    .banner-carousel .carousel-control-next:hover{
		opacity:1;	
		}
.banner-carousel .carousel-caption {
position: absolute;
    right:4%;
    left:4%;
    top: 20%;
    bottom: inherit;
	z-index:2;
	text-align:left;
    }

        .banner-carousel .carousel-caption a {
            animation-duration: .4s;
            -webkit-animation-duration: .4s;
            animation-fill-mode: both;
            -webkit-animation-fill-mode: both;
            animation-name: slideRight;
            -webkit-animation-delay: .9s;
            animation-delay: .9s;
        }

.banner-carousel .carousel-caption h3 {
	position:relative;
	font-size:65px;
    color: #1f212c;
    font-weight: bold;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.banner-carousel .carousel-caption h3:after {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:53px;
	height:6px;
	background:#e3b706;	
	}
 .banner-carousel .carousel-caption h5 {
    font-size:20px;
	color:#434855;
	animation-duration: 0.9s;
    -webkit-animation-duration: 0.9s;
	animation-delay: .9s;
	-webkit-animation-delay: .9s;
}


        .banner-carousel .carousel-caption h3,
        .banner-carousel .carousel-caption h5 {
			font-family:'Montserrat', sans-serif;
            animation-fill-mode: both;
            -webkit-animation-fill-mode: both;
            animation-name: slideIn;
            
        }

@keyframes slideIn {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform(2rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(2rem);
        -webkit-opacity: 0;
    }
}

@media (max-width: 991.98px) {
    .animate-bottom {
        -webkit-animation-fill-mode: inherit;
        animation-name: inherit;
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(3rem);
        opacity: 0;
    }

    100% {
        transform: translateX(0rem);
        opacity: 1;
    }

    0% {
        transform: translateX(3rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: transform(3rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateX(3rem);
        -webkit-opacity: 0;
    }
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.banner-carousel .slides .img{
  height: 700px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-carousel .slides .img.img-1 {
  background-image: url(../Images/banner-1.jpg);
}

.banner-carousel .slides .img.img-2 {
  background-image: url(../Images/banner-2.jpg);
}

.banner-carousel .slides .img.img-3 {
  background-image: url(../Images/banner-3.gif);
}

.banner-carousel .slides .img.img-4 {
  background-image: url(../Images/banner-4.jpg);
}

/*------------main banner-----------------*/
.main-banner{
	position: relative;
    background: #214876 url(../images/lottus2.png) no-repeat left bottom;
    padding: 50px 0px 150px 0px;
	
	}
.main-banner .b-content{}
.main-banner h3{
	font-family: 'Anek Kannada', sans-serif;
	font-weight:600;
	color:#fff;	
	}
.main-banner p{
	font-family: 'Baloo Tamma 2', cursive;
	color:#fff;	
	}
.main-banner .btn-box{
    border: 1px solid #f4a900;
    border-radius: 20px;
    display: block;
	text-align:center;
}
.main-banner .btn-box h5{
	font-weight:600;
	color:#fff;
	margin-bottom:10px;
	margin-top:10px;
	}
.main-banner .btn-box .btn-theme {
    border-color: #2b4777;
}
/*------------progress-----------------*/
.work-progress{
	position: relative;
    background: #fcfaee;
    padding: 100px 0;
    z-index: 1;
	}
.title{
	background: url(../images/elephant-strip-dark.png) no-repeat center bottom;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 20px;
	}
.title h3{
	font-family: 'Anek Kannada', sans-serif;
	}
.work-progress .item{
	padding:5px;	
	}
.work-progress .box {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 3px 9px #071C551F;
    border: 1px solid #eaeaea;
    padding: 10px;
}
.work-progress .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
		margin-top:-20px;
        right: 0;
		left:0;
		z-index:1;
    }

.work-progress .owl-carousel .owl-nav button.owl-next,
.work-progress .owl-carousel .owl-nav button.owl-prev {
         position: absolute;
         width: 40px;
         height: 40px;
         outline: none;
        }
.work-progress .owl-carousel .owl-nav button.owl-next {
        right: 0;
        }

.work-progress .owl-carousel .owl-nav button.owl-prev {
        left: 0;
        }

.work-progress .owl-carousel .owl-nav button.owl-next i,
.work-progress .owl-carousel .owl-nav button.owl-prev i {
         width: 100%;
         height: 100%;
         line-height:40px;
         background: none;
         color: #fff;
		 background:#fe9600;
         font-size: 25px;
         border-radius: 50%;
       }
/*------------main-links-----------------*/
.main-links{
	position:relative;
	background:#fcfaee url(../images/px-2.jpg) repeat-x bottom;	
	padding:100px 0;
	z-index: 1;	
	}
.sky-move {
    position: absolute;
    left: 0;
    top: -146px;
    width: 100%;
    height: 146px;
	background:url(../images/cloud.png) repeat-x;
    animation: slide 200s linear infinite;
    -webkit-animation: slide 200s linear infinite;
}

@keyframes slide{
    from{background-position:0 0}
    to{background-position:1920px 0}
 }

@-webkit-keyframes slide{
    from{background-position:0 0}
    to{background-position:1920px 0}
}

.main-links .left h2{
	color:#000000;
	font-weight:700;
	text-transform:uppercase;
	font-size:45px;	
	}
.main-links .left h4{
	color:#bd861d;
	font-family: 'Caveat', cursive;
	font-size:34px;
	font-weight: 600;	
	}
.main-links .left p{
	text-align:justify;	
	}
.main-links .right .box{
	position:relative;
	transition:.3s;	
	}
.main-links .right .box a{
	display:block;
	position: relative;
    border-radius:140px;
    overflow: hidden;
	}
.main-links .right .box .img{
	position:relative;
	transition:1s;	
	}
.main-links .right .box:hover .img {
            transform: scale(1.2);
        }
.main-links .right .box .c-box{
	text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    padding: 20px;
	transition:.3s;
	}
.main-links .right .box:hover .c-box{
    transform: translateY(-10px);	
	}
.main-links .right .box .c-box h4{
	font-size:30px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	}
.main-links .right .box .c-box p{
	font-size:16px;
	color:#fff;	
	}
	
/*===================News and Events=============*/
.news-events {
    padding: 70px 0;
    position: relative;
}
.news-events:after {
	content: '';
    position: absolute;
    top: 0;
    right: 40%;
    bottom: 0;
    height: 100%;
    background: #ffa800;
    width: 30px;
    z-index: -1;
    }

    .news-events:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 40%;
        height: 100%;
    }

    
    .news-events:before {
        background: url(../images/slider-bg.jpg) no-repeat;
        background-size: cover;
    }

    .news-events .left-box {
        padding-top: 115px;
        color: #000;
		z-index: 1;
    }

        .news-events .left-box h2 {
            margin-bottom: 30px;
            font-size: 40px;
        }
 .news-events .left-box p {
	 font-weight:500;
        }
 .news-events .right-box {
	 position:relative;
	z-index: 2;
    }
    .news-events .owl-carousel .owl-stage-outer {
        border-radius: 8px;
    }

    .news-events .item {
        padding: 5px 5px 10px 5px;
    }

    .news-events .owl-carousel .owl-nav {
        position: absolute;
        top: 30px;
        right: -245px;
		z-index:1;
    }

        .news-events .owl-carousel .owl-nav button.owl-next,
        .news-events .owl-carousel .owl-nav button.owl-prev {
            position: relative;
            width: 64px;
            height: 64px;
            outline: none;
        }

        .news-events .owl-carousel .owl-nav button.owl-next {
            right: 0;
            margin: 0 4px;
        }

        .news-events .owl-carousel .owl-nav button.owl-prev {
            left: 0;
        }

            .news-events .owl-carousel .owl-nav button.owl-next i,
            .news-events .owl-carousel .owl-nav button.owl-prev i {
                width: 100%;
                height: 100%;
                line-height: 64px;
                background: none;
                color: #ffa800;
                font-size: 25px;
                border: 1px solid #ffa800;
                border-radius: 50%;
            }
.news-events .owl-carousel .owl-nav button.owl-next i{
	background:#ffa800;
	color:#fff;
	margin-left:10px;	
	}
.news-events .box {
    padding: 0;
    padding-bottom: 20px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 3px 9px #071C551F;
    border: 1px solid #eaeaea;
	padding: 10px;
    border-radius: 20px;
    }

        .news-events .box:after {
            content: '';
            position: absolute;
            left: auto;
            right: 0;
            bottom: 0px;
            width: 0%;
            height: 5px;
            background-color: #d2a904;
            background: -webkit-gradient(linear,left top,right top,from(#d2a904),to(#e1b812));
            background: linear-gradient(90deg,#d2a904,#e1b812);
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.9s ease;
            -moz-transition: all 0.9s ease;
            -o-transition: all 0.9s ease;
            transition: all 0.9s ease;
        }

        .news-events .box:hover:after,
        .news-events .box:active:after,
        .news-events .box:focus:after {
            visibility: visible;
            opacity: 1;
            right: auto;
            left: 0;
            width: 100%;
        }

        .news-events .box a {
            display: block;
            overflow: hidden;
            position: relative;
            text-decoration: none;
        }

    .news-events .slid-img {
        position: relative;
        overflow: hidden;
        max-height: 225px;
		border-radius: 20px;
		
    }

        .news-events .slid-img img {
            width: 100%;
            transition: .4s;
            position: relative;
            min-height: 180px;
            width: 100%;
        }

    .news-events a:hover .slid-img img {
        transform: scale(1.15);
    }

    .news-events .box a .contents {
        position: relative;
        z-index: 2;
        left: 0;
        bottom: 0;
        width: 100%;
        color: #333;
        text-align: center;
		padding:10px;
    }

        .news-events .box a .contents h4 {
            color: #333;
    font-size: 16px;
    padding-top: 20px;
    font-family: 'Baloo Tamma 2', cursive;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
        }
/*-----------------how-to-reach----------------------*/
.how-to-reach{
	position:relative;
	padding:80px 0;
	background:#12171e;
	text-align:center;
	color: #fff;
	}
.how-to-reach:after{
	position:absolute;
	content:'';
	top:0;
	right:0;
	left:0;
	height:53px;
	background:url(../images/px-split-white.png) no-repeat top;
	background-size: cover;
	}
.how-to-reach:before{
	position:absolute;
	content:'';
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:url(../images/reach-bg.png) no-repeat center fixed;
	opacity:0.25;	
	}
.how-to-reach .container{
	position:relative;	
	}
.how-to-reach h2{
	color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 38px;	
	}
.how-to-reach h3{
	color: #ffa800;
    font-family: 'Caveat', cursive;
    font-size: 34px;
    font-weight: 600;	
	}
.how-to-reach .box > div {
	padding:20px;	
	}
.how-to-reach .box h4{}
.how-to-reach .box p{
	font-size:16px;
	font-weight:500;	
	}
.how-to-reach .box i{}
/*----------------donate-link-----------------*/
.donate-link{
	position:relative;
	padding:20px 0;
	background:#ffa800;
	z-index:1;
	}
.donate-link:after{
	position:absolute;
	content:'';
	top:-53px;
	right:0;
	left:0;
	height:53px;
	background:url(../images/px-split-orange-top.png) no-repeat top;
	background-size: cover;
	}
.donate-link:before{
	position:absolute;
	content:'';
	bottom:-53px;
	right:0;
	left:0;
	height:53px;
	background:url(../images/px-split-orange-bottom.png) no-repeat top;
	background-size: cover;
	}
.donate-link h3 {
    color: #5a0000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 38px;
}
.donate-link p{
	font-size:16px;
	font-weight:500;	
	}
.donate-link .btn{
	color: #fff;
    background-color: #5a0000;
    border-color: #5a0000;
	border-radius: 40px;
    font-weight: bold;
    font-size: 16px;	
	}
/*=============================Pages=====================*/
.page-head {
    position: relative;
    padding: 100px 0 60px 0;
    text-align: center;
    background: #333 url(../images/red-ston.jpg) repeat fixed;
	z-index:1;
}
.page-head:before, .page-head:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
		right:0;
        z-index: 1;
}
    .page-head:after {
        height: 50px;
        background: url(../images/elephant.png) no-repeat center;
		margin-bottom: -6px;
    }

    .page-head:before {
        height: 31px;
        background: url(../Images/px-3.jpg) repeat-x bottom;
    }

    .page-head .container {
        z-index: 1;
        position: relative;
    }

    .page-head h2 {
        color: #fff;
        font-family: 'Anek Kannada', sans-serif;
        font-size: 2.5rem;
    }
    .page-head h2 strong {
color: #ff9600;
	}
    .page-head h1 {
        font-weight: bold;
        letter-spacing: 1px;
        color: #fff;
    }
.kannada, .page-head h2.kannada{
	font-family: 'Baloo Tamma 2', cursive;	
	}
.pages.about{
	padding:40px 0 80px 0;
	background:#f7f6ef url(../images/lottus.png) no-repeat left bottom;
	}
.pages p{
	text-align:justify;
}
.img-hover {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.img-hover:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.img-hover:hover:before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
	opacity:1;
}
@-webkit-keyframes circle{
	0%{opacity:1}
	40%{opacity:1}
	100%{width:200%;height:200%;opacity:0}
	}
@keyframes circle{
	0%{opacity:1}
	40%{opacity:1}
	100%{width:200%;height:200%;opacity:0}
	}
/*----------------News & Events--------------*/
.news{
	padding:40px 0 80px 0;
	background:#f7f6ef url(../images/lottus.png) no-repeat left bottom;
	font-family: 'Baloo Tamma 2', cursive;	
}
.news .box{
	padding-right: 15px;
	margin-bottom: 20px;
	position: relative;
	}
.news .box > div{
	height:100%;
	background:#fff;
	border-radius:20px 20px 0px 0px;	
	}

.news .box img{
border-radius: 20px;
max-width:100%;
}

.news .box .c-box{
	background: #fff;
    position: relative;
    border-radius: 36px;
    padding: 25px;
    margin-top: -50px;
	}
.news .box .c-box .hd-txt{
	position:relative;	
	}
.news .box .c-box .hd-txt:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 4px;
    background: #ff9600;
    border-radius: 10px;
    left: 0;
    bottom: -10px;
}
.news .box .c-box h5{
    text-transform: uppercase;
	color: #0a3050;
	position:relative;
	font-size:18px;
	font-weight:700;
	margin-bottom: 20px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;	
	}

.news .box .c-box p{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;	
	}
.news .event-date{
	position: absolute;
    z-index: 1;
    background: #3a3a3ae8;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    left: -10px;
    top: 18px;
    text-align: center;
    font-size: 11px;
	}
.news .event-date i{
	margin-right:7px;
	font-size:12px;	
	}
.news .box .c-box .btn{
    color: #fff;
    background-color: #30273f;
    border-color: #30273f;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 0.7rem 1.2rem;
    border-radius: 40px;
	transition:0.3s;
}
.news .box .c-box .btn:hover{
    background-color: #ff9600;
    border-color: #ff9600;	
	}
/*----------------new details------------------*/
.news-details{
	position:relative;
	padding: 40px 0 0px 0;
	background: #f7f6ef url(../images/lottus.png) no-repeat left bottom;
	font-family: 'Baloo Tamma 2', cursive;		
	}
.event-gallery .item {
    background: #343434;
    color: #fff;
    border-radius: 14px;
    text-align: center;
    max-height: 500px;
    overflow: hidden;
}

.event-gallery .item img {
        display: block;
        width: auto;
        max-height: 500px;
        min-height: 500px;
        margin: 0 auto;
    }
.events-content{	 
	}

.events-content h3{
	text-transform: uppercase;
    color: #0a3050;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
	}
.events-content h3:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 4px;
    background: #ff9600;
    border-radius: 10px;
    left: 0;
    bottom: -10px;
}
.events-content p{
	font-size:16px;	
	}
.other-events{
	padding: 40px 0;
    background: #30273fe3;
	margin-top:30px;	
	}
.event-thumblist ul li {
        margin-bottom: 10px;
        display: block;
    }

        .event-thumblist ul li a {
            color: #333;
            display: flex;
            flex-wrap: nowrap;
            text-decoration: none;
            transition: 0.3s;
			background: #fff;
    padding: 10px;
        }

            .event-thumblist ul li a:hover {
                background: #f7eaf7;
            }

        .event-thumblist ul li img {
            width: 120px;
    height: 100px;
    margin-right: 10px;
        }
 .event-thumblist ul li h5 {
           overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 5px;
        }

        .event-thumblist ul li p {
            overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 0.8rem;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 0;
        }
.event-thumblist ul li small{
	color:#ccc;	
	}
/*-------------Gallery Temp------------------*/
.photo-gallery{
	padding:30px 0;
	background: #f7f6ef url(../images/lottus.png) no-repeat left bottom;	
	}
.lightGallery a {
    padding: 10px;
    transition: .3s;
    background: url(../images/loading.gif) no-repeat center;
	max-height: 250px;
    min-height: 250px;
}

    .lightGallery a:hover {
        transform: translateY(-8px);
    }

    .lightGallery a .img-fluid {
        max-width: 100%;
        height: 100%;
		width: 100%;
        object-fit: cover;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
		border: 6px solid #FFF;
    }
.video-gallery{
	padding:40px 0;
	background: #f7f6ef url(../images/lottus.png) no-repeat left bottom;	
	}
.video-gallery a {
    padding: 10px;
    transition: .3s;
    background: url(../images/loading.gif) no-repeat center;
}
.video-gallery a:hover {
        transform: translateY(-8px);
    }
.video-gallery a .img-fluid {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border: 6px solid #FFF;
}
.rbox-close {
	background: #fff;
    border-radius: 50%;
    box-shadow: 0px 1px 10px #000;
}
.event-gallery .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
		margin-top:-20px;
        right: 0;
		left:0;
		z-index:1;
    }

.event-gallery .owl-carousel .owl-nav button.owl-next,
.event-gallery .owl-carousel .owl-nav button.owl-prev {
         position: absolute;
         width: 40px;
         height: 40px;
         outline: none;
        }
.event-gallery .owl-carousel .owl-nav button.owl-next {
        right: 0;
        }

.event-gallery .owl-carousel .owl-nav button.owl-prev {
        left: 0;
        }

.event-gallery .owl-carousel .owl-nav button.owl-next i,
.event-gallery .owl-carousel .owl-nav button.owl-prev i {
         width: 100%;
         height: 100%;
         line-height:40px;
         background: none;
         color: #fff;
		 background:#00000070;
         font-size: 25px;
         border-radius: 50%;
       }
/*---------------------------Contact Us----------------------------*/
.contact{
	position:relative;
	background: #fff;
	}
.contact .map{
	position:relative;
	height:650px;
	display:block;	
	}
.contact .contact-box{
	position: absolute;
    width: 100%;
    top: 40px;
	z-index:2;
	}
.contact .contact-box .contact-content{
	padding:15px;
	background: #30273f url(../images/px-2.jpg) repeat-x top;	
	}

.contact .contact-content article{
	margin-top: 20px;
	display: table;
    text-align: left;	
	}
.contact .contact-content h4{
	font-weight:600;
	color:#ff9600;	
	}
.contact .contact-content hr{
	border-top: 1px solid #e9bb78;	
	}	
.contact .contact-content article > * {
    display: table-cell;
    vertical-align: top;
    padding: 0 6px;
	color:#a8a8a8;
	font-size: 1.4rem;
}
.contact .contact-content article i{
	padding-top: 10px;
    font-size: 20px;
	color:#fff;	
	}
/*--------------donate-------------------*/
.donate {
    padding: 50px 0 50px 0;
    background: #f7f6ef;
}

.donate .box{
	padding:20px;
	border:2px solid #ff9600;
	border-radius:15px;	
	}
.donate .img{
	border-radius:15px;	
	}
.donate h4{
	font-size:20px;
	text-transform: uppercase;	
	}
.donate h5{
	font-weight:600;
	}
.donate p{
	font-weight:600;
	}
/*-----------committee----------------*/
.committee{
	position: relative;
    background: #fcfaee;
	padding-bottom:20px;	
	}
.committee .container{
	position:relative;
	z-index:1;	
	}
.committee .box {
    padding-top: 15px;
    padding-bottom: 15px;
	position:relative;
}
.committee .box > div {
    position: relative;
    box-shadow: 0px 0px 28px #d288d74a;
    padding: 20px 15px;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 100%;
    background: #ffffffd1;
    transition: 0.6s;
	z-index:1;
}
.committee .box > div::before {
    content: '';
    background: url(../images/bg.png) center no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    transition: .9s;
    opacity: 0.1;
}
.committee .box .img {
    border-radius: 50%;
    overflow: hidden;
    width: 200px;
    height: 200px;
    display: block;
    margin: 0px auto;
    position: relative;
    text-align: center;
    border: 4px solid #fff;
    box-shadow: 0px 0px 10px #0000004d;
}
.committee .box .img img {
    max-width: 100%;
    min-width: 100%;
}
.committee .box .content h5 {
    margin-bottom: 4px;
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.9rem;
}
/*===============Audio Control===================*/
.bg-music{
	position: absolute;
    right: 5px;
    top: 43px;
    z-index: 22;
    overflow: hidden;
    width: 36px;
    height: 36px;
    border-radius: 50%;
	}
.bg-music audio{
	margin-top: -8px;
    margin-left: -8px;
	}
.bg-music audio::-webkit-media-controls-panel {
  background-color: #fff;
}
.bg-music audio::-webkit-media-controls-volume-slider {
  background-color: #B1D4E0;
  border-radius: 25px;
  padding-left: 8px;
  padding-right: 8px;
  display:none;
}
.bg-music audio::-webkit-media-controls-current-time-display {
  color: #fff;
}
.bg-music audio::-webkit-media-controls-play-button {
  background-color: #ddd;
  border-radius: 50%;
  margin-left:20px;

}

.bg-music audio::-webkit-media-controls-play-button:hover {
  background-color: rgba(177,212,224, .7);
}
/*============================launching ===================================*/
.launch{
    position: fixed;
	left:0;
	right:0;
    top: 0;
	bottom:0;
	z-index:222;
	transition:2s;
	}
.launch:after{
	position:absolute;
	content:'';
	top:0;
	bottom:0;
	right:0;
	left:0;
	background:#000 url(../images/launch-banner.jpg) no-repeat center center fixed;
	background-size:cover;
	transition:2s;
	}
.launch:after{
	left:0;	
	}
.launch .container {
	position:relative;
	z-index:11;	
	}
.launch >div{
	}
.launch >div a{
	width: 405px;
    height: 376px;
    line-height: 376px;
    text-align: center;
    color: #fff;
    background: url(../images/launch-box.png) no-repeat center center;
   position: relative;
    margin: 0 auto;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
	text-shadow: 2px 3px 5px #0000007a;
	transition:0.3s;
	}

.flowers{
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow:hidden;
  z-index:1;
	}
.flowers:after, .flowers:before{
	content:"";
	position: absolute;
  width: 100%;
  height: 100%;
  background: url(../Images/background.png) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  opacity: 0;
   -moz-animation: stairs 9s linear infinite;
  -webkit-animation: stairs 9s linear infinite;
  animation: stairs 9s linear infinite;	
	}
.flowers:after{}
.flowers:before{
	-moz-animation-delay: 6s;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;	
	}

@-moz-keyframes stairs {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(3);
    transform: scale(3);
  }
}
@-webkit-keyframes stairs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
}
@keyframes stairs {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
  }
}
.launch.hide-launch{
	visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s linear;
  transform: scale(1.2);
  filter: blur(2px);
	}
.launch.hide-launch:after{
	transform: scale(2.2);
	opacity:0;	
	}
.launch.hide-launch >div a{
	opacity:0;
	transform: scale(-0.1);	
	}
/*-----------------------------*/
@media (max-width: 767px) {	

p {
    line-height: 18px;
    font-size: 12px;
}
.banner-carousel .slides .img {
    height: 165px;
}
			
.main-banner .contents .b-content{
overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.work-progress {
    padding: 30px 0;
}
.sky-move {
    top: -138px;
}
.main-links {
    padding: 40px 0;
}
.main-banner p {
    text-align: justify;
}
.main-links .left h2, .news-events .left-box h2, .how-to-reach h2, .donate-link h3{
    font-size: 32px;
}
.main-banner img{
	display:none;	
	}
.main-links .right .box {
    margin-bottom: 20px;
}
.main-banner .text-end {
    text-align: center !important;
}
.news-events {
    padding: 0px 0;
}
.news-events .left-box {
    padding-top: 25px;
}
.how-to-reach .box p {
    font-size: 14px;
}
.how-to-reach .box > div {
    padding: 10px;
}
.donate-link p {
    font-size: 14px;
    text-align: justify;
}
.page-head {
    padding: 30px 0 50px 0;
}
.news .event-date{
	left: 3px;	
	}
.event-gallery .item img {
    width: 100%;
    max-height:auto;
    min-height:auto;
}
.event-gallery .item{
	max-height: 250px;	
	}

.events-content p {
    font-size: 14px;
}
.event-thumblist ul li img {
    width: 95px;
    height: 80px;
}
.event-thumblist ul li p{
	font-size: 0.7rem;
	-webkit-line-clamp: 2;
	text-align:left;	
	}
.lightGallery a {
    padding: 2px;
    transition: .3s;
    background: url(../images/loading.gif) no-repeat center;
	background-size:20%;
    max-height: 94px;
    min-height: 94px;
}
.contact .contact-box {
    position: relative;
    top: 0px;
    z-index: 2;
}
.contact .contact-content article {
    margin-top: 10px;
}
.contact .contact-content article > * {
    font-size: 1rem;
}
.contact .contact-content article i {
    padding-top: 4px;
}
.rbox-close {
    right: 3px;
    top: -3px;
    font-size: 10px;
    padding: 6px;
}
.rbox-wrap {
    margin: 10px auto;
    max-width: 100%;
}
.banner-carousel .np-btn-set{
	display:none;	
	}
.banner-carousel .carousel-control-prev, .banner-carousel .carousel-control-next {
    width: 30px;
    height: 30px;
    top: 5%;
}
.banner-carousel .carousel-control-prev-icon, .banner-carousel .carousel-control-next-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
}
}
