/*Regular CSS*/
/* ----- Fonts CSS ----- */
@font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.eot');
    src: url('fonts/fontello.eot#iefix') format('embedded-opentype'), url('fonts/fontello.woff') format('woff'), url('fonts/fontello.ttf') format('truetype'), url('fonts/fontello.svg#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
video {
    display: block;
    -webkit-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    -ms-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
 
/*POP up*/
#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#26262c;
    display:none;
  }  
  #boxes .window {
    position:absolute;
    left:0;
    top:0;
    width:440px;
    height:850px;
    display:none;
    z-index:9999;
    padding:20px;
    border-radius: 5px;
    text-align: center;
  }
  #boxes #dialog {
    width:586px; 
    height:auto;
    padding: 10px 10px 10px 10px;
    background-color:#ffffff;
    font-size: 15pt;
  }
  
  .agree:hover{
    background-color: #D1D1D1;
  }
  .popupoption:hover{
   background-color:#D1D1D1;
   color: green;
  }
  .popupoption2:hover{
   color: red;
  }
 

  #boxes p {
    background-color:#D1D1D1;
    padding: 5px;
  }

  #boxes p a{
    color:green;
  }

/* ----- Global CSS ----- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li {
    margin: 0px;
    padding: 0px;
}
body {
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
}
ul li {
    list-style: none;
}
img {
    border: 0px;
    max-width: 100%;
    vertical-align: middle;
}
a,
a:hover {
    text-decoration: none;
    color: inherit;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
a:focus {
    outline: 1px dotted #000;
}
a:focus-within {
    outline: 1px dotted #000;
}
/* ----- Fixed CSS ----- */
.font-icon::before {
    content: attr(data-icon);
    font-family: "fontello";
}
.hr {
    padding: 10px 0px;
    background: url(../images/hr-b.gif) repeat-x left center;
}
.tel1,
.tel2,
.tel3,
.tel4,
.tel5,
.tel6,
.tel7,
.tel8,
.tel9 {
    display: inline-block;
}
.clear-float {
    clear: both;
}
.nodisplay {
    display: none;
}
.fluid-div,
.theme-L,
.theme-R {
    width: 100%;
    height: 100%;
}
.theme-L,
.theme-R {
    position: absolute;
    z-index: 1;
    padding: 0px;
    margin: 0px;
    top: 0px;
}
.theme-L {
    left: -100%;
}
.theme-R {
    right: -100%;
}
.table-div,
.form-table {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.table-row,
.form-row {
    display: table-row;
}
.table-cell,
.form-cell {
    display: table-cell;
    vertical-align: top;
}
.img-l {
    float: left;
}
.img-r {
    float: right;
}
.img-c,
.textCenter {
    text-align: center;
}
.videoBorder,
.multiBorder {
    position: relative;
    margin: 15px auto;
}
.videoBorder {
    width: 90%;
    padding: 50% 0px 0px 0px;
}
.videoBorder iframe,
.videoBorder embed {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: 4px solid #f38107;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.multiBorder {
    width: 100%;
}
.multiBorder iframe,
.multiBorder embed {
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
}







/* ----- Slider CSS ----- */
.rslides {
    width: 100%;
    height: 100%;
    position: relative;
}
.rslides .slider {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* ----- Banner CSS ----- */
#Banner-Container{
    background: #160c0b;
}

#Banner {
    position: relative;
    
}


#Banner h2 {
    padding: 20px 0;
    text-align: center;
    color: #f38107;
    line-height: 1.2;
}
.Banner-Tabs {
    position: absolute;
    z-index: 9;
}
.Banner-Tabs li a {
    display: block;
    width: 100%;
    height: 100%;
}
.Banner-Tabs li span {
    font: normal 10px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: 1;
    display: none;
    width: 100%;
    padding: 0px 3px;
    left: 0px;
    bottom: 100%;
}
.Banner-Tabs li a:hover span,
.Banner-Tabs li.Banner_here a span {
    display: block;
}
.Banner_auto,
.Banner_nav {
    position: absolute;
    z-index: 9;
    display: block;
    width: 20px;
    height: 20px;
    bottom: 5px;
    text-align: center;
}
.Banner_auto {
    left: 30px;
}
.Banner_auto span,
.Banner_nav span {
    position: absolute;
    z-index: 1;
    display: none;
    background: rgba(255, 255, 255, 0.7);
    bottom: 100%;
    font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    padding: 2px 5px 5px 5px;
}
.Banner_auto span {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.slidePrev::before,
.slideNext::before,
.slidePlay::before,
.slidePause::before {
    font-family: 'fontello';
}
.slidePlay::before {
    content: '\e815';
}
.slidePause::before {
    content: '\e814';
}
.slidePrev::before {
    content: '\e80e';
}
.slideNext::before {
    content: '\e810';
}
.Banner_auto:hover span,
.Banner_nav:hover span {
    display: block;
}
/* ----- Scrolling CSS ----- */
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}
.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    overflow: auto;
    display: none;
}
.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    width: 95%;
}
.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
}
.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
    margin: 10px 0px;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    position: absolute;
    z-index: 99;
    margin: 0px;
    padding: 0px;
    top: 0px;
    height: 100%;
    width: 20px;
    cursor: pointer;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-left::before {
    left: 0px;
}
.nbs-flexisel-nav-right,
.nbs-flexisel-nav-right::before {
    right: 0px;
}
.nbs-flexisel-nav-left::before,
.nbs-flexisel-nav-right::before {
    font: normal 20px/30px 'fontello';
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.nbs-flexisel-nav-left::before {
    content: '\e80e';
}
.nbs-flexisel-nav-right::before {
    content: '\e810';
}
.nbs-flexisel-nav-left.disabled,
.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
/* ----- Back to Top/Bottom CSS ----- */
#Scroller {
    cursor: pointer;
    right: 5px;
    position: fixed;
    z-index: 9999;
    width: 42px;
    height: 42px;
    text-align: center;
    bottom: 10px;
    display: none;
    opacity: 0.7;
}
#Scroller:hover {
    opacity: 1;
}
#Scroller span {
    font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    right: 95%;
    z-index: -1;
    padding: 0px 15px 0px 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: none;
}
#Scroller:hover span {
    display: block;
}
#Scroller a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
#Scroller a::before {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    font-family: 'fontello';
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
}
#Scroller.scrollUp a::before {
    content: '\e80f';
}
#Scroller.scrollDown a::before {
    content: '\e80d';
}
/*----- Default CSS -----*/
#Container,
header,
nav,
section,
footer,
#Content-Container,
#Footer-Container,
#Access-Container,
#Banner-Container,
#Banner-Container-S,
#Welcome,#Gallery,#Rangavittala,#Publication,#Map,#nivs,#VideoGallery
    {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}
#Container {
    overflow: hidden;
}
#Content,
#Sidebar {
    position: relative;
}
/*----- Sticky Header -----*/
header.stickyHeader {
    width: 100%;
    z-index: 999;
    position: absolute;
}
header.stickyHeader {
    top: 0px;
}
header.stickyHeader,
header.stickyHeader.stickyAnimate {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
header.stickyHeader.stickyAnimate {
    position: fixed;
}
/*---- Menu ----*/
#Main-Menu {
    display: block;
}
#Mobile-Menu {
    display: none;
}
.menu {
    font-size: 0px;
}
.menu li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    padding: 15px 0;
}
.menu li a {
    display: block;
}
.menu ul {
    position: absolute;
    z-index: 999;
    left: 0px;
    display: none;
}
.menu ul ul {
    left: 100%;
    top: 0px;
}
.menu ul li {
    height: auto;
    text-align: left;
    display: block;
    padding: 0px !important
}
.menu li:hover > ul,
.menu li:focus > ul {
    display: block;
}
.menu li:focus-within > ul {
    display: block;
}
.menu li:last-child ul {
    right: 0px;
    left: auto;
}
.menu li:last-child li ul,
.menu li:last-child li:last-child ul {
    right: 100%;
}
.menu li.menu-home {
    font-size: 0px;
}
.menu-home a {
    width: 100%;
    height: 100%;
}
.menu-home a::before {
    vertical-align: middle;
    margin: auto;
}
/* Mobile Menu */
.toggleMenu {
    text-align: center;
    padding: 2px;
}
.toggleMenu a {
    display: block;
    padding: 5px;
}
.toggleMenu span {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
    width: 40px;
    height: 30px;
    font-size: 26px;
    line-height: 30px;
}
.parentMenu li {
    position: relative;
    overflow: hidden;
}
.parentMenu li a {
    padding: 10px 5px 10px 10px;
    display: block;
    position: relative;
    z-index: 1;
}
.parentMenu li ul {
    display: none;
}
.parentMenu li ul li a {
    padding: 10px 5px 10px 20px;
}
.parentMenu li li ul li a {
    padding: 10px 5px 10px 40px;
}
.parentMenu li li li ul li a {
    padding: 10px 5px 10px 60px;
}
.parentMenu li li li li ul li a {
    padding: 10px 5px 10px 80px;
}
.dropMenu {
    width: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 0;
    display: block;
    cursor: pointer;
}
.dropMenu::after {
    font-family: 'fontello';
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.parentMenu li.parentList > a:first-child,
.parentMenu li li.subparentList > a:first-child {
    display: inline-block;
}
.parentList > .dropMenu::after,
.parentList .subparentList > .dropMenu::after {
    content: '\e810';
}
.parentList:hover > .dropMenu::after,
.parentList.actMenu > .dropMenu::after,
.parentList .subparentList:hover > .dropMenu::after,
.parentList .subparentList.actMenu > .dropMenu::after {
    content: '\e80d';
}
.Wrapper {
    z-index: 9999;
}
.Wrapper.mobileMenu {
    position: absolute;
    width: 100%;
    left: 0px;
    display: none;
}
.Wrapper.slideMenu {
    position: fixed;
    width: 90%;
    top: 0px;
    display: block;
    height: 100%;
    overflow-y: scroll;
}
#Container.slideLeft .Wrapper.slideMenu {
    left: -90%;
    -webkit-transition: left .90s ease-in-out;
    -moz-transition: left .90s ease-in-out;
    -ms-transition: left .90s ease-in-out;
    -o-transition: left .90s ease-in-out;
    transition: left .90s ease-in-out;
}
#Container.slideLeft .Wrapper.slideMenu.showMenu {
    left: 0px;
}
#Container.slideRight .Wrapper.slideMenu {
    right: -90%;
    -webkit-transition: right .90s ease-in-out;
    -moz-transition: right .90s ease-in-out;
    -ms-transition: right .90s ease-in-out;
    -o-transition: right .90s ease-in-out;
    transition: right .90s ease-in-out;
}
#Container.slideRight .Wrapper.slideMenu.showMenu {
    right: 0px;
}
#Container.slideLeft {
    left: 0px;
    -webkit-transition: left .90s ease-in-out;
    -moz-transition: left .90s ease-in-out;
    -ms-transition: left .90s ease-in-out;
    -o-transition: left .90s ease-in-out;
    transition: left .90s ease-in-out;
}
#Container.slideLeft.slideContainer {
    left: 90%;
    background: rgba(0, 0, 0, 0.4);
}
#Container.slideRight {
    right: 0px;
    -webkit-transition: right .90s ease-in-out;
    -moz-transition: right .90s ease-in-out;
    -ms-transition: right .90s ease-in-out;
    -o-transition: right .90s ease-in-out;
    transition: right .90s ease-in-out;
}
#Container.slideRight.slideContainer {
    right: 90%;
    background: rgba(0, 0, 0, 0.4);
}
.menuClose {
    position: absolute;
    z-index: 9;
    right: 0px;
    background: rgba(0, 0, 0);
    width: 70px;
}
.menuClose a {
    display: block;
    padding: 5px 20px 5px 10px;
    color: #fff;
}
.menuClose a span::before {
    font-family: 'fontello';
    content: '\e816';
    position: absolute;
    right: 5px;
    top: 5px;
}
.Wrapper .socialIcons,
.Wrapper .socialIcons ul,
.Wrapper .socialIcons li {
    margin: 0px;
    padding: 0px;
}
.Wrapper .socialIcons li {
    display: inline-block;
    vertical-align: top;
}
/* Navigation CSS */
.navigation {
    font-weight: bold;
}
.navigation a {
    font-weight: normal;
}
/* Text CSS */
.textMain a:hover {
    text-decoration: underline;
}
.textMain p {
    padding: 5px 15px;
}
.textMain ul {
    padding: 0px 0px 10px 0px;
}
.textMain ol {
    padding: 0px 0px 10px 30px;
}
.textMain ul li,
.textMain ol ul li {
    background: url(/images/bullet-b.gif) no-repeat 10px 15px;
    padding: 5px 5px 5px 30px;
}
.textMain ol li {
    padding: 5px 5px 5px 5px;
    list-style: decimal;
}
.textMain ul ul,
.textMain ol ol {
    padding: 0px 5px 5px 20px;
}
.textMain ul ul li {
    background: none;
    padding: 5px;
    list-style: circle;
}
.textMain ol ol li {
    padding: 5px;
    list-style-type: lower-alpha;
}
.textMain ol ul li {
    list-style: none;
}
.textMain ul ul ul li {
    list-style: square;
}
.textMain ol ol ol li {
    list-style: lower-roman;
}
.textMain li p {
    padding: 5px;
}
.textMain h1 {
    padding: 10px 0px 10px 0px;
}
.textMain h1 span,
.textMain h2 span {
    display: block;
}
.textMain h2,
.textMain h3,
.textMain h4,
.hTag2,
.hTag3,
.hTag4 {
    padding: 15px 0px 5px 0px;
}
.textMain h1 a,
.textMain h2 a,
.textMain h3 a,
.textMain h4 a,
.hTag2 a,
.hTag3 a,
.hTag4 a {
    text-decoration: none;
}
.textMainBold,
.textMain strong {
    font-weight: bold;
}
.textMain p.textMainBold {
    padding: 15px 0px 5px 0px;
}
.textMain em {
    font-style: italic;
}
.PDFtext {
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #999;
}
.mandatory {
    font: normal 14px Verdana, Arial, Helvetica, sans-serif;
    color: #F00;
}
/* YPO Showcase Page */
.ypo-showcase {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.showcase {
    padding: 5px;
    border: 1px solid #003263;
}
.ypo-l {
    padding: 10px;
    background: #fff;
    text-align: right;
}
.ypo-r {
    background: #efefef;
    padding: 10px;
    text-align: left;
}
.ypo-l img,
.ypo-r img {
    border: 1px solid #003263;
    padding: 2px;
}
.ypo-l img {
    margin: 0px 15px 10px 0px;
    float: left;
}
.ypo-r img {
    margin: 0px 0px 10px 15px;
    float: right;
}
/* Blog */
.textMain .blog-posts ul,
.textMain .blog-posts li,
.textMain .pagelet-posts ul,
.textMain .pagelet-posts li {
    margin: 0px;
    padding: 0px;
    background: none;
}
.textMain .blog-posts li,
.textMain .pagelet-posts li {
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
}
.textMain .blog-posts li h3 a,
.textMain .pagelet-posts li h3 a {
    text-decoration: none;
}
.textMain .blog-posts li p,
.textMain .pagelet-posts li p {
    padding: 10px 0px !important;
    margin: 0px !important;
}
.textMain .blog-posts li .read-more,
.textMain .pagelet-posts li .read-more {
    display: inline-block;
}
.textMain .blog-posts li .read-more a,
.textMain .pagelet-posts li .read-more a {
    display: block;
    padding: 10px 15px;
    border: 2px solid #333;
    border-radius: 10px;
    text-decoration: none;
}
/* Media CSS */
.mediaList {
    margin: 0px;
    padding: 10px 0px;
}
.textMain .mediaList ul {
    margin: 0px;
    padding: 0px;
}
.textMain .mediaList li {
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin: 5px 3px;
    border-radius: 5px;
    background: none;
    border: 2px solid #ccc;
}
.mediaList li a {
    display: block;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}
.mediaList li a::before {
    font-family: 'fontello';
    margin-right: 10px;
}
.info a::before {
    content: '\e80b';
}
.video a::before {
    content: '\e808';
}
/* Accordion CSS*/
.accordion {
    margin: 10px 0px;
}
.accordTitle,
.textMain .accordTitle {
    padding: 0px;
    margin: 2px 0px;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
    border: 2px solid #ccc;
}
.accordTitle::after,
.textMain .accordTitle::after {
    font-family: 'fontello';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.accordTitle::after,
.textMain .accordTitle::after {
    content: '\e80b';
}
.accordTitle.showAccord::after,
.textMain .accordTitle.showAccord::after {
    content: '\e80c';
}
.accordTitle a,
.textMain .accordTitle a {
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
}
.accordContent,
.textMain .accordContent {
    display: none;
    padding: 10px;
    border: 2px solid #ccc;
}
/* Sublist for textMain */
.subList {
    padding: 10px 0px;
}
.textMain .subList ul,
.textMain .subList li {
    padding: 0px;
    margin: 0px;
    background: none;
}
.textMain .subList li {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 2px;
    margin: 3px 0px;
    width: 48%;
    min-width: 200px;
    background: none;
    border: 2px solid #ccc;
}
.textMain .subList li a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
}
/* Relative list for textMain */
.relList {
    padding: 10px 0px;
}
.textMain .relList ul,
.textMain .relList li {
    padding: 0px;
    margin: 0px;
    background: none;
}
.textMain .relList li {
    display: inline-block;
    vertical-align: top;
    padding: 2px;
    margin: 3px 0px;
}
.textMain .relList li a {
    display: block;
    text-decoration: none;
}
.social-logo li {
    display: inline-block;
    vertical-align: top;
}
.social-logo li span {
    display: none;
}
/* Page Not Found */
.notImg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font: normal 60px/100px Verdana, Arial, Helvetica, sans-serif;
    margin: 0px auto;
    text-align: center;
}
.notImg::before {
    font-family: 'fontello';
    line-height: 100px;
    content: '\e817';
}
.textMain .notFound {
    font: normal 20px/30px Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 50px 0px;
}
.textMain .notFound h2 {
    font: normal 100px/120px Verdana, Arial, Helvetica, sans-serif;
}
.textMain .notFound h2 span {
    font: normal 50px/60px Verdana, Arial, Helvetica, sans-serif;
}
/* Thank You Page */
.thankImg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font: normal 60px/100px Verdana, Arial, Helvetica, sans-serif;
    background: #060;
    color: #fff;
    margin: 0px auto;
    text-align: center;
}
.dfw-whitemode .thankImg {
    background: #00e;
    color: #fff;
}
.dfw-blackmode .thankImg {
    background: #fc0;
    color: #000;
}
.thankImg::before {
    font-family: 'fontello';
    line-height: 100px;
    content: '\e813';
}
.textMain .thankYou {
    font: normal 16px/30px Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 50px 0px;
}
.textMain .thankYou h2 {
    font: normal 60px/100px Verdana, Arial, Helvetica, sans-serif;
}
.textMain .thankYou h2 span {
    font: normal 60px/100px Verdana, Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #060;
}
/*----- Icons -----*/
.pdf-icon::before {
    font-family: 'fontello';
}
.pdf-icon::before {
    content: '\f1c1';
    color: red;
    font-size: 20px;
    margin-right: 10px;
}
.adobe {
    background: url(/images/adobe.png) no-repeat 10px 10px #f8f8f8;
    border: 1px solid #d7d7d7;
    max-width: 450px;
    position: relative;
    font: 400 11px/14px Verdana, Arial, Helvetica, sans-serif;
    padding: 5px 10px 10px 50px;
    z-index: 99;
    margin: 30px 0px 10px 0px;
}
.adobe span {
    font-weight: 600;
    display: block;
}
.textMain .adobeMore {
    background: #e11c23;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font: 600 11px/14px Verdana, Arial, Helvetica, sans-serif;
}
.textMain .adobeMore a {
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.textMain .adobeMore a:hover {
    color: #fff;
}
.adobeRec {
    background: #e11c23;
    color: #fff;
    position: absolute;
    top: -26px;
    padding: 5px 15px 5px 25px;
    left: -10px;
}
.adobeRec::before {
    content: '';
    z-index: 2;
    position: absolute;
    bottom: -20px;
    left: 0px;
    border-top: 10px solid #e11c23;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
}



body {
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
body.home{
    background: #160c0b;
}

/* ---------- Theme CSS ---------- */
#Accessibility, #Header, #Banner, #Content-Main, #Footer, #Main-Menu, #Mobile-Menu, #Service, #Credibility,#WelcomeInner,#GalleryInner,#RangavittlaInner,#PublicationInner,#MapInner,#nivsInner,#VideoGalleryInner {
	max-width: 1170px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
    position: relative;
   
}
/* Default Custom CSS */
.img-l {
	margin: 0px 15px 10px 0px;
}
.img-r {
	margin: 0px 0px 10px 15px;
}
.img-c {
	margin: 10px;
	width: 30%;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #000;
}
/* Selection CSS */
#Container ::selection {
	background: #CCC;
	color: #000;
}
/* ADA Icon CSS */
.adaOn span {
	background: #003263;
	color: #fff;
	border-radius: 50%;
}
/* Scroller CSS */
#Scroller a {
	background: #fff;
	border: 2px solid #000;
	color: #000;
	border-radius: 50%;
}
/* Header CSS */
#Header {
    min-height: 150px;
}
#Header-Container {
    background: #160c0b;
}
/* Menu CSS */
#Menu-Container {
	border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background: #160c0b;
}


.menu li {
	font: 600 18px/20px 'Libre Franklin', sans-serif;

}

.menu li a {
	color: #ffffff;
}

.menu li a:hover {
	color: #ffffff;
}

.menu li span {
	padding: 10px 0px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.menu li span::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 0px;
	left: 50%;
	bottom: 0px;
	background: #cf363a;
	height: 6px;
	transition: all 0.3s ease-in-out;
}

.menu li:hover span::before,
.menu li:focus span::before,
.menu li:active span::before {
	left: 0px;
	width: 100%;
	transition: all 0.3s ease-in-out;
}

.menu ul li {
	font: 400 15px/20px 'Lato', sans-serif;
	background: rgba(42, 69, 112, 0.89);
	border-bottom: 1px solid #000;
	text-transform: none;
    padding: 0;
}

.menu ul li a {
	background: url(/images/website-sprite.png) no-repeat -11px -411px;
	padding: 15px 15px 15px 38px;
}

.menu ul {
	right: -22px;
}

.menu ul li:hover {
	background: rgba(207, 54, 58, 0.8);
}

.menu ul li a {
	color: #ffffff;
}

.menu ul li a:hover {
	color: #fff;
}

.menu li.menu-home {
	width: 50px;
	font-size: 0px !important;
}

.menu-home a::before {
	font-size: 20px;
}

.toggleMenu {
	font: 500 20px/30px 'Libre Franklin', sans-serif;
	text-transform: uppercase;
}

.toggleMenu a {
	border-radius: 5px;
	border: 2px solid #ccc;
}

.Wrapper {
	font: normal 14px/20px 'Libre Franklin', sans-serif;
	background: #003668;
	color: #fff;
}

.Wrapper li:hover {
	background: #00203C;
}

.menu-about {
	width: 15%;
}

.menu-parampara {
	width: 11%;
}

.menu-gallery {
	width: 11%;
}

.menu-patient ul {
	width: 575px;
	text-align: left;
	left: -115px;
}

.menu-patient ul li {
	display: inline-block;
	width: 48%;
}

.menu-patient ul ul {
	width: 100px;
}

.menu-publi {
	width: 11%;
}

.menu-events {
	width: 11%;
}

.menu-live {
	width: 10%;
}

.menu-songs {
	width: 10%;
}

.menu-contact {
	width: 11%;
}

.menu li:last-child ul {
	right: -22px;
	left: auto;
}

.parentMenu li.parentList li {
	background: #124598;
}

.parentMenu li.parentList li:hover {
	background: #cf353b;
}

/* Home Banner CSS */
#Banner-Container #Banner {
	height: 700px;
}

#Banner-Container .banner1 {
	background: url(../images/banner1-bg.jpg) no-repeat left top;
}

#Banner-Container .banner1 .theme-L {
	background: url(images/banner1-l-bg.jpg) no-repeat right top;
}

#Banner-Container .banner1 .theme-R {
	background: url(images/banner1-r-bg.jpg) no-repeat left top;
}

#Banner-Container .banner2 {
	background: url(../images/banner2-bg.jpg) no-repeat left top;
}

#Banner-Container .banner2 .theme-L {
	background: url(images/banner2-l-bg.jpg) no-repeat right top;
}

#Banner-Container .banner2 .theme-R {
	background: url(images/banner2-r-bg.jpg) no-repeat left top;
}

#Banner-Container .banner3 {
	background: url(../images/banner3-bg.jpg) no-repeat left top;
}

#Banner-Container .banner3 .theme-L {
	background: url(images/banner3-l-bg.jpg) no-repeat right top;
}

#Banner-Container .banner3 .theme-R {
	background: url(images/banner3-r-bg.jpg) no-repeat left top;
}

#Banner-Container .banner4 {
	background: url(../images/banner4-bg.jpg) no-repeat left top;
}

#Banner-Container .banner4 .theme-L {
	background: url(images/banner4-l-bg.jpg) no-repeat right top;
}

#Banner-Container .banner4 .theme-R {
	background: url(images/banner4-r-bg.jpg) no-repeat left top;
}

#Banner-Container .banner5 {
	background: url(../images/banner5-bg.jpg) no-repeat left top;
}

#Banner-Container .banner5 .theme-L {
	background: url(images/banner5-l-bg.jpg) no-repeat right top;
}

#Banner-Container .banner5 .theme-R {
	background: url(images/banner5-r-bg.jpg) no-repeat left top;
}

/* Banner Tabs CSS */
.Banner-Tabs {
	bottom: 5px;
	right: 5px;
}
.Banner-Tabs li {
	display: inline-block;
	position: relative;
	background: #003263;
	width: 20px;
	height: 5px;
}
.Banner-Tabs li.Banner_here {
	background: #fff;
}
/* Banner Navigation CSS */
.Banner_nav.slidePrev {
	left: 5px;
}
.Banner_nav.slideNext {
	left: 55px;
}
.Banner_nav.slidePrev span {
	left: 0px;
}
.Banner_nav.slideNext span {
	right: 0px;
}

#Banner  h1 {
    padding: 10px 0px 10px 0px;
    line-height:1.2;
}
/* Subpage Banner CSS */
#Banner-Container-S #Banner {
    text-align: center;
    padding: 20px 0px;
}
#Banner-Container-S {    
	background: #663731;
}
/* Navigation CSS */
.navigation {
	font: bold 14px/20px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
}
/* Text CSS */
.textMain {
	padding: 10px 10px 50px 10px;
	font: normal 16px/28px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
.textMain a {
	color: #663731;
}
.textMain a:hover {
	color: #0000AC; 
}
.navigation h1 {
	font: 600 30px/34px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.textMain h1 span {
	font: normal 20px/24px Verdana, Arial, Helvetica, sans-serif;
	color: #4d4d4d;
}
.textMain h2, .hTag2, .textMain h3.hTag2, .textMain h4.hTag2 {
	font: 500 24px/30px Verdana, Arial, Helvetica, sans-serif;
	color: #014cbe;
}
.textMain h2 span {
	font: normal 18px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.textMain h2 a, .hTag2 a, .textMain h3.hTag2 a, .textMain h4.hTag2 a {
	color: #014cbe;
}
.textMain h3, .hTag3, .textMain h2.hTag3, .textMain h4.hTag3 {
	font: 500 20px/30px Verdana, Arial, Helvetica, sans-serif;
	color: #353535;
}
.textMain h3 a, .hTag3 a, .textMain h2.hTag3 a, .textMain h4.hTag3 a {
	color: #353535;
}
.textMain h4, .hTag4, .textMain h2.hTag4, .textMain h3.hTag4 {
	font: normal 18px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #014cbe;
}
.textMain h4 a, .hTag4 a, .textMain h2.hTag4 a, .textMain h3.hTag4 a {
	color: #014cbe;
}


#VideoGallery {
    background: #160c0b;
    border-top:#ffffff ;
}

#VideoGallery h1{
    padding: 20px 0;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

#VideoGallery h2 {
    padding: 20px 0;
    color: #f38107;
    line-height: 1.2;
}

.VideoList li {
	display: inline-block;
	border: 2px solid #ffff;
    margin: 10px auto;
}

/*Home Page WElcome*/
#Welcome,#Rangavittala {
	background: #323433;
	padding: 60px;
    text-align: center;
    line-height: 1.2;
}
#Welcome h1 {
font-family: "Lato", sans-serif;
color: white;
font-size: 30px;
padding-bottom: 25px;
line-height: 1.2;
}

#WelcomeInner p {
    line-height: 1.6;
    font-size: 16px;
}

.Rdmore {
    margin: 50px auto;
    text-align: center;
}
.Rdmore a {
    /* display: block; */
    padding: 10px;
    border: 1px solid;
    width: 200px;
    text-align: center;
}

#GalleryInner{
	text-align: center;
	padding: 60px;
}

#GalleryInner h2{
	font-family: "Lato", sans-serif;
color: white;
font-size: 30px;
padding: 25px 0;
line-height: 1.2;
}

#RangavittalaInner{
	text-align: center;
}
#RangavittlaInner h2 {
	font-family: "Lato", sans-serif;
	color: white;
	font-size: 28px;
    padding-bottom: 25px;
    line-height: 1.2;
	}

	#RangavittlaInner img{
		padding: 15px;
	}

	#PublicationInner{
		padding: 40px;
	}

	#PublicationInner{
		text-align: center;
	}
	#PublicationInner h2 {
		font-family: "Lato", sans-serif;
		color: white;
		font-size: 28px;
        padding-bottom: 25px;
        line-height: 1.2;
		} 

        #nivs {
            background: #ca643e;
            padding: 15px;
        }
        #nivsInner {
            text-align: center;
           
            padding: 10px;
        }

        #nivsInner img{
            padding: 10px;
        }


/* Sidebar CSS */
#Sidebar {
	width: 300px;
	padding: 5px 0px 20px 0px;
}
/* Footer CSS */
#Footer-Container {
	background: #3c3c3c;
}


.copyrights {
	text-align: center;
}
.social-logo {
	text-align: center;
    padding: 15px 0;
}
.social-logo ul {
	font-size: 0px;
}
.social-logo li {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	font-size: 25px;
	border-radius: 100%;
	border: 1px solid #fff;
	line-height: 33px;
	margin: 0 10px;
}
.social-logo li a {
	width: 100%;
	height: 100%;
	display: block;
}
.ypo-logo {
	text-align: center;
}

    
#Map {
    height: auto;
    background-size: cover;
    background: #361d19;
    padding: 10px;
}

.footerList li {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #fff;
    margin: 10px 10px;
}
.footerList {
    padding: 15px 0;
    text-align: center;
}

div#Footer {
    padding: 30px 0;
}

.newsInfoL,.newsInfoR {
    display: inline-block;
    width: 45%;
}

.newsInfoL, .newsInfoR {
    display: inline-block;
    width: 45%;
    border: 5px solid #ccc;
    vertical-align: top;
    text-align: center;
    padding: 15PX;
}

.newsEventsInner {
    text-align: center;
    
}

.newsInfoL, .newsInfoR {
    display: inline-block;
    width: 45%;
    border: 5px solid #ccc;
    padding: 15px;
    text-align: center;
    min-height: 500px;
}

.newsEventsInner h2 {
    background: #ff7f00;
    min-height: 100px;
}
.newsEventsInner h2 a {
    color: #ffffff;
    font-size: 18px;
}

.newsEventsInner h2 a:hover {
  
    color: #ffffff;
text-decoration: none;
}

/* Contact Page */
.contactTable {
	border-spacing: 5px;
	border: 2px solid #ccc;
}
.contactTable:hover {
	-webkit-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
	-moz-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
	-ms-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
	-o-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
}
.contact-address {
	width: 300px;
	padding: 10px;
	position: relative;
}
.contact-address p.textMainBold {
	padding: 5px 0px;
}
.contact-address p {
	position: relative;
	padding: 5px 10px 5px 30px;
}
.contact-address p::before {
	position: absolute;
	left: 5px;
	top: 5px;
}
.contact-map {
	position: relative;
}
.contact-map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	border: 0px;
}
/* Submit Testimonials */
.textMain .write-review {
	font: normal 16px/20px Verdana, Arial, Helvetica, sans-serif;
	float: right;
	position: relative;
	border: 2px solid #ccc;
}
.textMain .write-review a {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
}
.textMain .write-review a::before {
	margin-right: 15px;
}
/* Usefull Links Page */
.textMain .useFul {
	margin: 15px 0px;
	padding: 0px;
}
.textMain .useFul ul {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	text-align: center;
}
.textMain .useFul li {
	margin: 1%;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	min-width: 290px;
	font: 400 16px/20px Verdana, Arial, Helvetica, sans-serif;
	background: none;
	border: 2px solid #ccc;
}
.textMain .useFul li span {
	display: block;
	padding: 15px 0px;
	background: #ccc;
	margin: 0px 0px 15px 0px;
}
.textMain .useFul li img {
	margin: 10px 0px;
}
.textMain .useFul li a {
	display: block;
	padding: 5px;
	text-decoration: none;
}
/* Relative List */
.textMain .relList li {
	border: 2px solid #ccc;
}
.textMain .relList li a {
	padding: 5px 15px;
}

.gridMain {
    display: table;
    padding: 10px;
}
.gridInner {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    font-size: 30px;
    text-align: center;
    display: inline-block;
    width: 33%;
    vertical-align: top;
    min-height: 400px;
}


  .gridInner span {
	display: block;
	background-color: #663731;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
}
.gridInner span:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }

  .speech {border: 1px solid #DDD; width: 300px; padding: 0; margin: 0}
.speech input {border: 0; width: 240px; display: inline-block; height: 30px;}
.speech img {float: right; width: 40px }

.mapAudio {

    margin: 10px 0;
    border: 5px solid #ccc;
    border-radius: 25px;
    padding: 10px;
}

.map {
    display: inline-block;
    vertical-align: middle;
}

.audio {
    display: inline-block;
    vertical-align: middle;
}

.SongsList li {
    width: 40%;
    background: #ff8900 !important;
    margin: 5px 0;
    display: inline-block;
    color: #fff;
    box-shadow: rgba(22, 31, 39, 0.42) 0px 60px 123px -25px,
    rgba(19, 26, 32, 0.08) 0px 35px 75px -35px;
    border-radius: 10px;
    border: 1px solid;
    border-color: rgb(213, 220, 226)
    rgb(213, 220, 226)
    rgb(184, 194, 204);
}

.SongsList li a {
    padding: 5px;
    color: #fff;
    display: block;
}

.SongsList {
    text-align: center;
}

.SongsList li:hover {
    background: #663731 !important;
}

.SongsList li a:hover {
   text-decoration: none !important;
   color: #ffffff !important;
}

.SongesInnerPage{
    text-align: center;
}

/*new styel*/
.wrapOut{  border: solid 10px transparent;  display: block;  height: 250px; position: fixed; right: 0; bottom: 100px; z-index: 999;  }
.smo-new-ul{ position: fixed; right: 2px; bottom: 144.5px; z-index: 999; display: none; }  
.smo-right{ display: none;  } 
.smo-no-disp{ display: none;  } 
.smo-right{
width: 40px;
height: 40px;
background:#cacaca url(/images/smo-more-two.png) no-repeat center center;
}  
.smo-left{
width: 40px;
height: 40px;
background:#cacaca url(/images/smo-more.png) no-repeat center center;
}

/*------------Social Links shtml CSS---------*/
.social-links-list {
    position: fixed;
    z-index: 999;
    right: 2px;
    bottom: 185px;transition: 0.7s all ease;
}
.social-links-list li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    transition: 0.7s all ease;
	text-decoration: none !important ;
}
.social-links-list li a::before {
    position: absolute;
    color: #000;
    font-size: 26px;
    right: 0;
    text-align: center;
    width: 40px;
    height: 40px;
    top: 0;
}
/*.social-links-list li {
    margin: 2px 0;
}*/
.social-links-list li::after {
    content: '';
    display: block;
    clear: both;
}
.social-links-list li a:hover {
    width: 150px;
}
.social-links-list .email-icon a:last-child:hover{
	width: 230px;
}
.social-links-list li span {
    opacity: 0;
    padding: 11px 0 10px 20px;
    display: block;
	font-size:16px;
}
.social-links-list li a:hover span {
    display: block;
    transition: 0.7s all ease;
    color: #fff;
/*    font: 400 17px/22px 'OPTIMA';*/
	opacity: 1;
	text-decoration: none !important;
}
.social-links-list li.gr a:hover span {
    color: #002395;
}
.social-links-list .facebook a {
	background: #3a559f;
}
.social-links-list .facebook a::before {
	content: '';
	background: url(/images/facebook-h.png) no-repeat center center;
}
.social-links-list .twitter a {
	background: #1b9ff1;
}
.social-links-list .twitter a::before {
	content: '';
	background: url(/images/twitter-h.png) no-repeat center center;
}
.social-links-list .youtube a {
	background: #cd1f21;
}
.social-links-list .youtube a::before {
	content: '';
	background: url(/images/youtube-h.png) no-repeat center center;
}

.social-links-list .instagram a {
	background: #d20059;
}
.social-links-list .instagram a::before {
	content: '';
	background: url(/images/instagram.png) no-repeat center center;
}





/*RWD Mobile Versions*/

@media screen and (max-width : 1170px) {
#VideoGallery {
    background: #160c0b;
    border-top: #ffffff;
    text-align: center;
}
}

@media screen and (max-width : 1023px) {

#Banner-Container .banner1,
#Banner-Container .banner2,
#Banner-Container .banner3,
#Banner-Container .banner4,#Banner-Container .banner5 {
    background-position: 35% 0px;
    background-size: cover;
}

.SongsList li {
    width: 96%;
    display: block;

}
}






@media screen and (max-width : 767px) {

.gridMain {
    display: block;
}
.newsInfoL, .newsInfoR {
    display: block;
    width: 98%;
    border: 5px solid #ccc;
    padding: 15px;
    text-align: center;
    min-height: auto;
    margin: 10px auto;
}
video {
    width: 300px;
    height: 300px;
}
#boxes #dialog {
    width: 300px;
    height: auto;
}
}


@media screen and (max-width : 640px) {
/* Menu CSS */
#Main-Menu {
	display: none;
}
#Mobile-Menu {
	display: block;
}
#Content, #Sidebar {
	display: block;
}
#Sidebar {
	margin: 0px auto;
}
.contactTable .table-cell {
	display: block;
	width: 100%;
}
.contact-address {
	border-radius: 10px 10px 0px 0px;
}
.contact-map {
	height: 250px;
	border-radius: 0px 0px 10px 10px;
}
.textMain .useFul li {
	width: 95%;
}
#Banner-Container #Banner {
    height: 300px;
}
#Welcome, #Rangavittala {
    padding: 10px;
}

.VideoList iframe {
	width: 300px;
}

}

@media screen and (max-width : 480px) {
    #Banner-Container #Banner {
        height: 250px;
    }
    }

@media screen and (max-width : 360px) {
#Banner-Container #Banner {
    height: 200px;
}
}