@charset "utf-8";
.nav-up {
    width: 100%;
    height: auto;
    background: #bd1a1b;
    padding: 3px 0;
    text-align: center;
}
.nav-up i, .nav-up a{
    color:#fff;
}
/* CSS Document */
body{
    font-family: 'Noto Sans', sans-serif;/* hindi fonts */
    font-family: 'Open Sans', sans-serif;/* english fonts */
    font-size: 100%;
}
#myVideo {
    position: absolute;
    right: 0;
    /* width: 100%; */
    bottom: 0;
    min-width: 100%;
    height: 878px;
    background-size: cover;
    background-attachment: fixed;
}
.pr{margin-top: 20px;}
.menu-btn {
    background: #ffffff00;
    /* width: 100%; */
    position: absolute;
    z-index: 99999;
    margin-left: 20px;
    margin-top: 60px;
    font-size:15px;
    cursor:pointer;
    color: white;
}
.menu-btn span {
    background: #bd1a1b7a;
    border-radius: 37px;
    padding: 8px;
    box-shadow: 0px -2px 16px 15px #bd1a1b;
}
.bg-dark {
    background-color: #ffffff00!important;
}
/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
}

.team .team-img {
    position: relative;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
    margin-top: 15px;
    transform: scale(1.1);
    transition: .3s;
}

.team .team-item:hover img {
    margin-top: 0;
    margin-bottom: 15px;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #ffffff;
    background:#c8322b;
    opacity: 0;
}

.team .team-social a:hover {
    color: #ffffff;
    background: #719a0a;
}

.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team .team-text {
    position: relative;
    padding: 25px 15px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.team .team-text h2 {
    font-size: 20px;
    font-weight: bolder;
}

.team .team-text p {
    margin: 0;
    font-size: 16px;
    text-align: center;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255);
}
.testimonial{
    padding:100px 0;
    text-align:center;
    background: url(../images/img/bg-testimonials.jpg);
}
.testi-content{
    margin:0 auto;
    max-width:800px;
    text-align: center;
}
.testi-content h3{
    padding:10px 0;
    font-size:20px;
    color:#5e1646;
}
.testi-content p{
    text-align: center;
}
.details{
    width:100%;
    height:auto;
    padding: 80px 0;
    background: white;
    color: black;

}
.details i{
    font-size: 40px;
    color: black;
}
.details p{
    font-size: 17px;
    padding-top: 30px;
    font-weight: bold;
}
.details span{
    font-size: 30px;
    font-weight: bold;
}.adj-details{
    margin-left: 25px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #f30707;
    padding: 20px;
}
/*==============================================================================*/
/*******************************/
/********** Menu CSS ***********/
/*******************************/
.food {
    position: relative;
    width: 100%;
    padding: 90px 0 60px 0;
    /* margin: 45
px
 0; */
    background: url(../images/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    /*background: url("https://www.youtube.com/watch?v=c5JB4AQ8Wp0");*/
}

.food .food-item {  
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 50px 30px 30px;
    text-align: center;
    background: #fffffff0;
    border-radius: 35px;
    box-shadow: 15px 15px 27px -4px rgb(228 94 70);
    transition: .3s;
}

.food .food-item:hover {
    box-shadow: none;
    font-size: 17px;
    background: #ffffff;
    color: black;
}

.food .food-item i {
   /* position: relative;*/
    display: inline-block;
    color: #fbaf32;
    font-size: 60px;
   /* line-height: 60px;*/
    margin-bottom: 20px;
    transition: .3s;
}

.food .food-item:hover i {
    color: #719a0a;
}

.food .food-item i::after {
    position: absolute;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -20px;
    left: -15px;
    /*border: 3px dotted #fbaf32;
    border-right: transparent;
    border-bottom: transparent;
    border-radius: 100px;*/
    transition: .3s;
}

.food .food-item:hover i::after {
    border: 1px dotted #719a0a;
    border-right: transparent;
    border-bottom: transparent;
}

.food .food-item h2 {
    font-size: 30px;
    font-weight: 700;
}

.food .food-item a {
    position: relative;
    font-size: 16px;
}

.food .food-item a::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    bottom: 0;
    left: calc(50% - 25px);
    background: #fbaf32;
    transition: .3s;
}

.food .food-item a:hover::after {
    width: 100%;
    left: 0;
    background: #719a0a;
}


/*==============================================================================*/
.top{
    width:100%;
    height:15px;
    background: #ff9933;
}
.header-logo{
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.header-logo a{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}
.logo-img{
    max-width: 100%;
    height: auto;
}
.header-logo a h1{
    color:#0505e7;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    /*text-shadow: 0 2px 5px #4c2600;*/
    text-transform: uppercase;
    font-size: 34px;
    text-align: left;
    margin-top: 42px;
}
.upcomingBg{
    background-color: #c36100;
}
.upcomming h6{
    color: #ffff0f;
    padding: 5px 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}
.upcomming hr{
    margin: 0;
    border-color:#d29252;
}
.upcomming marquee{
    width:100%;
    height: 60px;
}
.upcomming marquee p{
    font-family: 'Noto Sans', sans-serif;/* hindi fonts */
    color: #ffffff;
    margin: 0;
    font-size: 13px;
    text-align: center;
}
.abc img {
    vertical-align: middle;
    border-style: none;
    margin-top: 20px;
}
.news-banner{
    position: absolute;
    top: 196px;
    right: -15px;
    width: 436px;
    height: 520px;
    background-color: #d07c7ca6;
    color: #000;
    padding: 31px;
    z-index: 999;
}
.my-nav-bg{
    background-color:#008b99;
}
.navbar-light .navbar-nav .nav-link {
    color: white;
    padding: .6rem 1.5rem;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.dropdown-item {
    color: #000000;
    padding: .6rem 1.5rem;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border-bottom: 1px solid #de8226;
}
.dropdown-menu {
    background-color: #f93;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    transition:all 0.6s;
    background-color: #ffd4a8;
}

.news{
	/*padding:10px 0;*/
	background-color:#cb382c;
}
.news h3{
	color:#ffffff;
	background-color:#cb382c;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.news marquee{
    font-family: 'Noto Sans', sans-serif;/* hindi fonts */
    padding: 16px 0;
    height: 40px;
    color:#ffffff;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.social-media{
    /*background-color:#efefef;*/
    margin-top: 34px;
}
.social-media a{
    margin-top: 8px;
    font-size: 15px;
}

.social-media a i{
    padding: 20px 3px;
    font size: 50px;
}
.fab {
    font-family: "Font Awesome 5 Brands";
    font-size:14px;
}


.intro-content{
	padding:80px 0;
}
.intro-content .card  marquee{
	height:250px;
}
.intro-content .card  marquee p{
	border-bottom:1px dashed #8C8C8C;
	margin:0;
	padding:10px;
}
.intro-content .card  marquee i{
	color:#4f7300;
}
.intro-content h2{
    color: #0505e7;
    font-weight: 700;
}
.intro-content p{
	text-align: justify;
    line-height: 30px;
}
/*.intro-content{
    background:url("../images/img/tex1.jpg");
}*/

/*
.videos{
    background:url("../images/img/maxresdefault.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
}
*/.videos h2{
    color:#cb382c;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.donate{
    background-color: #F7F7F7;
    padding: 60px 0;
}
.donate h3{
    color: #000;
    font-weight: 700;
}
.donate .donate-right{
    padding: 60px 0;
}
.donate-right p{
        color: #000;
    font-size: 16px;
}

.subscribe{
    background:url("../images/bhagwan-shri-ram.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.subscribe h2{
    color:#ED7003;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}
.subscribe h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
}
.subscribe form input{
    margin-bottom: 15px;
    padding: 24px 10px;
}

.login-form1{
    height: auto;
    width: 100%;
    background-color: #d49e68;
    padding: 50px 0;
}
.start-news p{
    font-size: 22px;
    border-bottom:1px dashed black;

}
/*--------------Contact-us Start--------------*/
#contact-us{
	padding:80px 0;
	
	}
#contact-us h1,h2,h3,h4,h5{
	color:#0505e7;
	}	
/*.about h5{
	line-height:2rem;
	}	
.about ul p{
	font-size:20px;
	}*/
#contact-us h1:hover,#contact-us h2:hover,#contact-us h3:hover,#contact-us h4:hover,#contact-us h5:hover{
	transition:0.7s;
	color: #e29816;
	}
#contact-us hr{
	width:65%;
	border:0.5px solid #ca6705;
	}
#contact-us .hr-2{
	width:35%;
	border:0.5px solid #ca6705;
	}
/* ----------- Start Footer ----------------*/
.footer{
	padding: 50px 0;
    background:#c8322b;
}
.footer hr{
	border-color:#BFBFBE;
}
.footer h3, footer h3 a,.footer h4,.footer h4 a{
    color: #fbbe0c;
    font-weight: 700;
    font-size: 21px;
}
.footer h3:hover, footer h3 a:hover,.footer h4:hover,.footer h4 a:hover{
	transition:0.7s;
	color:#ffffff;
}
.footer p,.footer p a{
	color:#F8F8F8;
}
.footer ul{
	list-style:none;
	padding:0;
	text-align:left;
	font-weight: 300;
}
.footer ul li, .footer ul li a{
	color:#e6e6e6;
    line-height:30px;
}
.footer ul li i, .footer ul li a i{
	color:#FCC370;
}
.footer form{
	color:#F6F6F6;
}
.footer form input{
	margin-bottom:10px;
}
.footer form label{
	color:#F6F6F6;
	font-weight:400;
}
.copyrights {
    background-color:#c8322b;
    padding: 10px;
}
.copyrights p{
	color:#ffffff;
	margin:0;
}
.copyrights a{
	color:#ffffff;
}
.copyrights span{
	color:#ffffff;
	font-size:15px;
}
/* ----------- End Footer ----------------*/
#login{
    background: url("../images/bg-img.jpg") no-repeat scroll center/cover;
}





/* --- sponsors slider ---*/ 
.dealers{
	padding:50px 0 80px 0;
	background:#D5D5D5;
}
.dealers h2 {
    text-align: center;
    color: #c93d04;
    font-weight: 700;
    font-size: 35px;
}
.slick-slide {
    margin: 0px 10px;
}
.slide.slick-slide{
	/*width:200px !important;*/
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.videos{
    width: 100%;
    height: auto;
}

.adj-iframe{
    margin:0 auto;
    max-width: 300px;
}
.login-frm{
    width:400px;
    margin:100px auto;
    background: #efefef;
    padding: 20px;
    border:1px solid #000;
    border-radius: 5px;
}
.register{
    border:1px solid #000;
    border-radius: 5px;
    padding: 20px;
    background:#ffffff52;
}
.video{
    width:100%;
    height:auto;
    padding:80px 0;

}
.member{
    text-align: center;
}
.after-login{
    padding:80px 0;
}
/* --- //sponsors slider --- */


/* -- Start media Queries --*/
@media(max-width: 2560px){
    #myVideo {
    position: absolute;
    right: 0;
    /* width: 100%; */
    bottom: 0;
    /*min-width: 100%;*/
    height: 950px;
    background-size: cover;
   /* background-attachment: fixed;*/
}
    }
@media(max-width: 1440px){
    .news-banner {
    position: absolute;
    top: 196px;
    right: 0px;
    width: 430px;
    height: 445px;
    background-color: #d07c7ca6;
    color: #000;
    padding: 31px;
}
.start-news p{
    font-size: 16px;
}
.reg-form .btn-success {
    margin-top: 50px;
}
}
@media(max-width: 1280px){
    .news-banner {
    position: absolute;
    top: 196px;
    right: 0px;
    width: 430px;
    height: 390px;
    background-color: #d07c7ca6;
    color: #000;
    padding: 31px;
}
.start-news p{
    font-size: 14px;
}
}
@media(max-width:1200px){
.header-logo a h1 {
    font-size: 28px;
}
.navbar-light .navbar-nav .nav-link {

    padding: .6rem 0.8rem;
    font-size: 12px;
}
.dropdown-item {
    padding: .6rem 0.8rem;
    font-size: 12px;
}
.news h3 {
    font-size: 20px;
}
.news marquee {
    padding: 10px 0;
    height: 38px;
}
.social-media a i {
    padding: 14.5px 4px;
}
}
@media(max-width:1024px){
    .news-banner {
           position: absolute;
    top: 210px;
    right: 0px;
    width: 357px;
    height: 320px;
    background-color: #d07c7ca6;
    color: #000;
    padding: 31px;
}
.startnews marquee{
    height:150px;
}
.start-news p{
    font-size: 13px;
}
.reg-form .btn-success {
    margin-top: 0px;
}

}
@media(max-width:992px){
.header-logo {
    text-align: center;
}
.logo-img {
    padding: 0;
    max-width: 110px;
}
.news-banner{
    position: relative;
}
.header-logo a h1 {
    /*margin:28px 0 0 0;*/
    text-align: center;
    font-size:25px;
}
.upcomingBg {
    margin-bottom: 10px;
}
.upcomming marquee {
    height: 75px;
}
.upcomming marquee p {
    font-size: 16px;
}
.social-media {
    margin-top: 20px;
}
.social-media a {
    font-size: 12px;
}
.social-media a i {
    padding: 16px 0;
    font-size:16px;
}
/*.intro-content{background: url(./images/img/tex2.jpg);}*/
.intro-content h2 {
    text-align: center;
}
.intro-img{
    text-align: center;
    }
.videos{
    padding: 100px 0;
}
.videos iframe{
    margin-bottom: 30px;
}
.donate {
    text-align: center;
    padding: 50px 0;
}
.donate img{
    margin-top: 30px;
}
.donate .donate-right {
    padding: 30px 0;
}
.subscribe{
    text-align: center;
}
.subscribe form{
    margin-bottom: 30px;
    padding: 45px;
}
.news-banner {
    width: 100%;
    position: relative;
    top: 0;
    right: 0px;
    /* width: 357px; */
    height: 320px;
    background-color: #d07c7ca6;
    color: #000;
    padding: 31px;
    
}
.start-news p{
    font-size: 15px;
}
.reg-form .btn-success {
    margin-top: 50px;
}

}
@media(max-width:700px){
.header-logo a h1 {
    font-size: 22px;
}
.social-media {
    text-align: center;
}
.social-media a {
    font-size: 16px;
}
.social-media a i {
    padding: 16px 16px;
}
.intro-content h2 {
    font-size: 25px;
}
}
/* -- End of media Queries --*/
/*.my-img{
	margin:0.75rem 0rem 0.75rem 0rem;
	}*/
.my-img a {
    display: inline-block;
    margin: 10px;
    border: 2px solid #ffffff;
    padding: 0.5rem 0.5rem;
    border-radius: 8%;
}
.my-img a:hover {
    border: 2px solid #ff9933;
}    
.modal-lg {
    width: 100%;
}
.modal-body {
    overflow: auto;
	margin:auto;
    max-height: auto;
}
@media(max-width: 425px){
    .menu-btn {
    background: #ffffff00;
    /* width: 100%; */
    position: absolute;
    z-index: 99999;
    margin-left: 20px;
    margin-top: 20px;
}
    .news-banner {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    /*display:none;*/
    /* height: 320px; */
     /*background-color: #d07c7ca6; */
    /* color: #000; */
    /* padding: 31px; */
}
.start-news p{
    font-size: 13px;
}
.reg-form .btn-success {
    margin-top: 0px;
}

}
@media(max-width: 375px){
    
}
@media(max-width: 320px){
    .start-news p{
    font-size: 11px;
}
}


