@font-face {
    font-family: 'arjun';
    src: url('../fonts/arjun/arjun.eot');
    src: url('../fonts/arjun/arjun.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arjun/arjun.woff') format('woff'),
         url('../fonts/arjun/arjun.ttf') format('truetype'),
         url('../fonts/arjun/arjun.svg#arjun') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Exo 2';
    src: url('../fonts/exo2/exo2.eot');
    src: url('../fonts/exo2/exo2.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2/exo2.woff') format('woff'),
         url('../fonts/exo2/exo2.ttf') format('truetype'),
         url('../fonts/exo2/exo2.svg#exo2') format('svg');
    font-weight: normal;
    font-style: normal;

}
ul,ol, li,h1,h2,h3,h4,h5,h6,a,p
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
a:hover{
    text-decoration: none;
}
a,a:focus{
    outline: none;
}
img
{
    border: none;
}
body
{
    font-family: sans-serif;
    background: url(../images/background.jpg) fixed no-repeat #f0cc96 top center;
    overflow-y:scroll!important; 
}
.container{
    max-width:1000px;
}

.header{
    width: 100%;
    float: left;
    padding: 0 0 6px 0;
    background: #E27822;
    text-align: center;
}
.header-inner{
    width: 100%;
    float: left;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
}
.social{
    width: auto;
    float: right;
}
.social li{
    width: auto;
    float: left;
    margin: 0 0 0 20px;
}
.social li a{
    width: auto;
}
.logo{
    width: 100%;
    float: left;
    text-align: center;
    margin: -30px 0 0 0;
}
.logo a{
    width: auto;
}
.logo a img{
    max-width: 100%;
    float: none;
}
.ananda-logo{
    width: 100%;
    float: left;
    text-align: center;
}
.ananda-logo a{
    width: auto;
}
.ananda-logo a img{
    max-width: 100%;
    float: none;
}
.menu{
    width: 100%;
    float: left;
    margin: 40px 0 0 0;
    text-align: center;
}
.menu ul{
    width: auto;
    float: right;
}
.menu ul li{
    width: auto;
    float: left;
    margin: 0 0 0 30px;
}
.menu ul li a{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    }
.menu ul li a:hover,.menu ul li a.active{
    color: #972000;
}
.header-lower{
    width: 100%;
    float: left;
    margin: -10px 0 0 0 ;
}

.banner{
    width: 100%;
    float: left;
    margin: -30px 0 0 0;
    position: relative;
    z-index: -10;
}
.banner-outer{
    width: 100%;
    float: left;
    border:3px solid #dddddd;
    visibility: hidden;
    position: relative;
}
.banner-outer ul{
    width: 100%;
    float: left;
}
.banner-outer ul li{
    width: 100%;
}
.banner-outer ul li img{
    width: 100%;
    float: left;
}
.banner-outer .bx-controls-direction {
    float: left;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 99;
}
.banner-outer .bx-controls-direction a.bx-prev {
    background: url("../images/left-arrow.png") no-repeat scroll 0 0;
    float: left;
    height: 54px;
    left: 6%;
    position: absolute;
    width: 54px;
}
.banner-outer .bx-controls-direction a.bx-next {
    background: url("../images/right-arrow.png") no-repeat scroll 0 0;
    float: left;
    height: 54px;
    position: absolute;
    right: 6%;
    width: 54px;
}
.banner-outer .bx-pager{
    width: 100%;
    float: left;
    position: absolute;
    bottom: 20px;
    text-align: center;
}
.banner-outer .bx-pager .bx-pager-item{
    width: auto;
    float: none;
    display: inline-block;
    margin: 0 6px 0 0;
}
.banner-outer .bx-pager .bx-pager-item .bx-pager-link{
    background: #fff;
    border-radius: 20px;
    display: inline-block;
    float: none;
    height: 14px;
    width: 14px;
    text-indent: -9999px;
}
.banner-outer .bx-pager .bx-pager-item .bx-pager-link.active{
    background: #ffec55;
}
.details-section{
    width: 100%;
    float: left;
    margin: 30px 0;
}
.details{
    width: 100%;
    float: left;
    background: url(../images/om-bg1.png) no-repeat;
    height: 378px;
    padding: 20px;
}
.details-bg{
    background: #f7e6c8!important;
    height: auto;
    border-radius: 8px;
}
.left-details{
    width: 30%;
    float: left;
    text-align: center;
    margin: 30px 0 0 0;
}
.left-details img{
    max-width: 100%;
    float: none;
}
.right-details{
    float: left;
    padding: 30px 20px 0 20px;
    text-align: center;
    width: 70%;
}
.right-details p{
    width: 100%;
    float: left;
    color: #9c300e;
    font-size: 20px;
    font-family: 'arjun';
    text-align: justify;
    margin: 0 0 10px 0;
}
.right-details a{
    width: auto;
    float: right;
    color: #9c300e;
    font-size: 17px;
    font-family: 'arjun';
    margin: 40px 0 0 0;
}
.right-details a i{
    background: url(../images/arrow.png) no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    margin: 2px 0 0 10px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition:  0.3s ease-out;
    transition:  0.3s ease-out;
}
.right-details a:hover i{
    -webkit-transform: rotateZ(180deg);
      -moz-transform: rotateZ(180deg);
      transform: rotateZ(180deg);
      margin: 0 0 0 10px;
}

.gallery-section{
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
}
.gal-header{
    width: 100%;
    float: left;
    border-bottom: 2px solid #b6332b;
    margin: 0 0 10px 0;
    padding: 0 0 6px 0;
}
.gal-header h3{
    color: #9c300e;
    float: left;
    font-family: "arjun";
    font-size: 24px;
    width: auto;
}
.gal-inner{
    width: 100%;
    float: left;
}
.gal-inner ul{
    width: 100%;
    float: left;
}
.gal-inner ul li{
    width: 100%;
    float: left;
}
.gal-pic{
    width: 33.33%;
    float: left;
    margin:0 0 20px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.gal-pic img{
    max-width: 100%;
    /*transition: all 0.2s linear 0s;*/
}
/*.gal-pic:hover img {
    transform: scale(1.1, 1.1);
}*/
.gal-pic .gal-pic-hover{
     background: url("../images/red-trans.png") repeat;
    bottom: 0;
    float: left;
    left: 6px;
    position: absolute;
    right: 6px;
    top: 0;
    width: auto;
    z-index: 999;
    text-align: center;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
    
}
.gal-pic:hover .gal-pic-hover{
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.gal-pic .gal-pic-hover a{
    background: url(../images/hover-serch.png) no-repeat;
    width: 66px;
    height: 56px;
    float: none;
    display: inline-block;
    margin: 50px 0 0 0;
    -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.gal-pic .gal-pic-hover:hover a {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.gal-header span {
    float: right;
    margin: 0 5px;
}
.gal-header span a.bx-next {
    background: url("../images/right-slider.png") no-repeat;
    float: left;
    height: 28px;
    width: 28px;
}
.gal-header span a.bx-prev {
    background: url("../images/left-slider.png") no-repeat;
    float: left;
    height: 28px;
    width: 28px;
}

.right-sec{
    background: url("../images/om-right-bg.png") no-repeat;
    float: left;
    height: 342px;
    padding: 20px;
    position: relative;
    width: 100%;
}
.right-sec i.top{
    background: url("../images/top-bg.png") no-repeat;
    float: left;
    height: 34px;
    left: -60px;
    position: absolute;
    top: 0;
    width: 280px;
}
.right-sec-inner{
    width: 100%;
    float: left;
    background: #f5dfb8;
    padding: 0;
}
.right-sec-inner h3{
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    float: left;
    font-family: "arjun";
    font-weight: bold;
    font-size: 24px;
    background: #801c01;
    padding: 15px 0 0 0;
    border-radius: 8px;
}
.right-padding{
    padding: 0;
    width: 30%;
}
.right-padding-top{
    padding-right: 0;
    width: 70%;
}
.video-slider{
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    position: relative;
}
.video-slider ul{
    width: 100%;
    float: left;
}
.video-slider ul li{
    width: 100%;
}
.video-slider .bx-controls-direction {
    float: left;
    position: absolute;
    bottom: -60px;
    right: 0;
    z-index: 99;
}
.video-slider .bx-controls-direction a.bx-prev{
    background: url("../images/left-slider.png") no-repeat scroll 0 0;
    float: left;
    height: 28px;
    right: 20px;
    position: absolute;
    width: 28px;
}
.video-slider .bx-controls-direction a.bx-next{
    background: url("../images/right-slider.png") no-repeat scroll 0 0;
    float: left;
    height: 28px;
    right: -18px;
    position: absolute;
    width: 28px;
}


.video-slider-lower{
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    position: relative;
}
.video-slider-lower ul{
    width: 100%;
    float: left;
}
.video-slider-lower ul li{
    width: 100%;
}
.video-slider-lower .bx-controls-direction {
    float: left;
    position: absolute;
    bottom: -60px;
    right: 0;
    z-index: 99;
}
.video-slider-lower .bx-controls-direction a.bx-prev{
    background: url("../images/left-slider.png") no-repeat scroll 0 0;
    float: left;
    height: 28px;
    right: 20px;
    position: absolute;
    width: 28px;
}
.video-slider-lower .bx-controls-direction a.bx-next{
    background: url("../images/right-slider.png") no-repeat scroll 0 0;
    float: left;
    height: 28px;
    right: -18px;
    position: absolute;
    width: 28px;
}
.right-sec-lower{
    margin: 60px 0 30px 0;
}
.footer{
    width: 100%;
    float: left;
    padding: 20px 0;
    background: #0b0200;
}
.left-footer{
    width: 30%;
    float: left;
}
.left-footer a{
    color: #fff;
    font-size: 16px;
    font-family: 'arjun';
}
.left-footer a b{
    color: #fedc53;
}
.right-footer{
    width: 70%;
    float: left;
}
.right-footer ul{
    width: auto;
    float: right;
}
.right-footer ul li{
    width: auto;
    float: left;
    margin: 0 0 0 30px;
}
.right-footer ul li a{
    font-family: 'arjun';
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}
.details-top{
    width: 100%;
    float: left;
    text-align: center;
}
.details-bottom{
    width: 100%;
    float: left;
}
.gal-pic-inner{
    width: 24%;
    float: left;
    text-align: center;
}

.contact-section{
    background: #f7e6c8 ;
    float: left;
    margin: 20px 0 0;
    padding: 20px;
    width: 100%;
}
.iframe-inner{
    float: left;
    padding: 0 10px;
    width: 50%;
}
/*  fancybox*/
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite.png");
}
.fancybox-overlay {
    background:url("../images/fancybox_overlay.png") repeat scroll 0 0;
    }

@media(max-width: 767px){
    .right-sec-lower {
    margin: 60px 0 40px;
}
    .right-sec{
        background: #f2d8a9;
    }
    .social {
    display: inline-block;
    float: none;
    width: auto;
}
.logo{
    margin: 20px 0;
}
.menu ul{
    float: none;
    display: inline-block;
    margin: 10px 0;
}
.right-padding-top{
    width: 100%;
    padding-right: 15px;
}
.right-padding{
    width: 100%;
}
.gal-pic{
    width: 50%;
}
}

@media(max-width: 480px){
    .gal-pic {
    width: 100%;
}
    .details{
        background: #f2d8a9;
        height: auto;
    }
    .banner-outer .bx-controls-direction{
        top: 30%;
    }
    .left-footer{
        width: 100%;
        float: left;
        text-align: center;
    }
    .right-footer{
        width: 100%;
        float: left;
        text-align: center;
    }
    .right-footer ul{
        width: auto;
        float: none;
        display: inline-block;
    }
    
}
@media(max-width: 360px){
    
}
@media(max-width: 320px){
    
}

