﻿/*@charset "UTF-8";*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

::-moz-selection {
  color: #ffffff;
  background-color: #fb511c;
}

::selection {
  color: #ffffff;
  background-color: #fb511c;
}

::-moz-selection {
  color: #ffffff;
  background-color: #fb511c;
}

body {
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #31583af2;
}

  a:hover {
    color: #e44412
  }

  a:focus {
    color: #23527c;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }

p {
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #545454;
}

h1 {
  line-height: 0.8;
  font-size: 50px;
}

h2 {
  line-height: 0.8;
  font-size: 80px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 20px;
}

h6 {
  line-height: 1.3;
  font-size: 16px;
}

h3 {
  color: #333;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 800;
  margin-top: 0;
}

hr {
  border: none;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

blockquote {
  position: relative;
  margin: 30px 0;
  padding: 0 20px;
  border-left: 5px solid #fb511c;
  font-size: 16px;
  line-height: 30px;
}

  blockquote.without-border {
    border-left: none;
    padding: 3px 0 7px;
  }

  blockquote div {
    line-height: 20px;
  }

/*.blockquote-big {
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  color: #b3b3b3;
  text-align: center;
  line-height: 1.5;
  border: none;
}*/

.flexslider .blockquote-big {
  margin-top: 0;
}

.blockquote-big h3 {
  font-size: 16px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: inherit;
  margin-top: 30px;
}

.blockquote-big img {
  display: block;
  max-width: 100px;
  border-radius: 50%;
  margin: 10px auto 15px;
}

.blockquote-big .blockqoute-meta {
  font-style: normal;
  font-size: 14px;
  line-height: 1.3;
  color: #808080;
  text-transform: uppercase;
}

.blockquote-big .blockqoute-sign:after {
  display: block;
  font-family: 'Vidaloka', serif;
  font-size: 100px;
  line-height: 0.2;
  font-style: normal;
  font-weight: 400;
  content: "\“";
  color: #d8203b;
  margin-top: 25px;
  margin-bottom: 5px;
}

@media (max-width: 600px) {
  .blockquote-big {
    font-size: 18px;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

img, figure {
  /*max-width: 100%;*/
  height: auto;
}

figcaption, .entry-caption {
  padding: 3px 10px;
}

  figcaption p, .entry-caption p {
    margin-bottom: 0;
  }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

  a:hover {
    color: #31583a96;
    text-decoration: none;
    -webkit-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
  }

  a img {
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
  }

hr {
  border: none;
  height: 1px;
}

iframe {
  border: none;
  max-width: 100%;
}

button, input[type=button], input[type=reset], input[type=submit] {
  background-color: transparent;
  border: none;
}

  button:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
    outline: none;
  }

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='radio'], input[type='checkbox'] {
  position: relative;
  margin-top: 0;
  margin-left: 10px;
  width: 14px;
  height: 14px;
}

  input[type='radio']:focus, input[type='checkbox']:focus {
    outline: none;
  }

textarea {
  resize: none;
}

.select-group {
  position: relative;
  padding: 0 !important;
}

  .select-group select {
    padding-left: 20px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

.ds .select-group select option {
  background-color: #323232;
}

.select-group select:focus {
  outline: none;
}

.select-group select::-ms-expand {
  display: none;
}

.select-group i.form-button {
  left: auto;
  right: 15px;
  top: 11px;
  font-size: 18px;
  z-index: 0;
}

.select-group:hover i {
  opacity: 0.5;
}

.select-group .empty {
  color: #c8c8c8;
}

.select-group select {
  background-color: transparent !important;
}

  .select-group select option {
    color: #323232;
  }

    .select-group select option[data-default] {
      color: #808080;
    }

.ds .select-group select option {
  color: #ffffff;
}

  .ds .select-group select option[data-default] {
    color: #808080;
  }
/*

/*parallax*/
.parallax {
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: 50% 355px;
  background-repeat: no-repeat;
  position: relative;
}

.texture_bg {
  background-size: cover !important;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
}

.ds.transparent_section {
  background-color: rgba(50, 50, 50, 0.9);
}

.ds.ms.transparent_section {
  background-color: rgba(26, 26, 26, 0.9);
}

.muted_section:before {
  background-color: rgba(50, 50, 50, 0.1);
  opacity: 1;
}

.parallax.ls:after {
  background-color: #ffffff;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=92)";
  filter: alpha(opacity=92);
  opacity: 0.92;
}

.parallax.ls.ms:after {
  background-color: #f7f7f7;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=88)";
  filter: alpha(opacity=88);
  opacity: 0.88;
}

.parallax.cs:after {
  background: transparent, #d8203b;
  background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent), #d8203b;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent), #d8203b;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=95);
  opacity: 0.95;
}

.parallax.cs:before {
  display: none;
}

.parallax.cs.main_color2:after {
  background: transparent, #026f9f;
  background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent), #026f9f;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent), #026f9f;
}

.ds + .parallax.cs.main_color2:after {
  background: transparent, #026f9f;
  background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent), #d8203b;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent), #d8203b;
}

.parallax.ds:before {
  background-color: #323232;
  opacity: 0.9;
}

.parallax.ds.ms:after {
  display: none;
}

.parallax > *, .muted_section > *, .radial_gradient > *, .gradient > *, .vertical_gradient > *, .darken_gradient > *, .diagonal_section > * {
  z-index: 4;
  position: relative;
}

.radial_gradient {
  position: relative;
  overflow: hidden;
}

.gradient, .muted_section, .vertical_gradient, .darken_gradient {
  position: relative;
}

  .muted_section:before, .muted_section:after, .parallax:before, .parallax:after {
    opacity: 0.8;
  }

  .muted_section:before, .muted_section:after, .parallax:before, .parallax:after, .gradient:before, .gradient:after, .vertical_gradient:before, .vertical_gradient:after, .darken_gradient:before, .darken_gradient:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
  }

  .header_gradient, .gradient:before, .gallery-image-links:before, .blog-item:hover:before, .dark_gradient:before {
    background: #d8203b;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d8203b), color-stop(100%, #026f9f));
    background: -webkit-linear-gradient(left, #d8203b 0%, #026f9f 100%);
    background: linear-gradient(to right, #d8203b 0%, #026f9f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor', endColorstr='$mainColor2', GradientType=1 );
  }

  .vertical_gradient:before {
    background: #d8203b;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d8203b 0%, #026f9f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d8203b 0%, #026f9f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor', endColorstr='$mainColor2', GradientType=0 ); /* IE6-9 */
    ;
  }

  .darken_gradient:before {
    background: -webkit-linear-gradient(top, transparent 0%, rgba(55, 52, 47, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(55, 52, 47, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a637342f', GradientType=0 );
  }

.with_top_border, .with_bottom_border {
  position: relative;
}

  .with_top_border:before, .with_bottom_border:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .with_bottom_border:after {
    top: auto;
    bottom: 0;
  }
/* Hero text in sections */
.section_header {
  margin: 0 0 24px;
  font-size: 56px;
  position: relative;
  word-wrap: break-word;
  text-transform: uppercase;
  font-weight: 700;
}

  .section_header.big {
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 30px;
  }

  .section_header.small {
    font-size: 42px;
    text-transform: none;
    font-weight: 300;
  }

h3 + .section_header, .big + .section_header {
  margin-top: -17px;
}

.section_header + h3 {
  margin: -22px 0 44px;
  font-size: 30px;
}

.section_header + p {
  font-size: 22px;
  margin-bottom: 28px;
  line-height: 1.5em;
}

.section_header.big + p {
  margin-bottom: 30px;
}

.text-center .section_header + p, .section_header.text-center + p {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section_header + blockquote {
  font-weight: 100;
  font-style: normal;
  margin-bottom: 10px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .section_header {
    font-size: 30px;
    margin-top: 0;
  }

    .section_header + blockquote, .section_header + p {
      max-width: 100% !important;
    }

    .section_header + p {
      font-size: 1.1em;
      letter-spacing: 0;
    }
}

@media (max-width: 767px) {
  .section_header {
    font-size: 30px;
    margin-top: 0;
  }

    .section_header.big {
      font-size: 36px;
      margin-top: 0;
    }

    .section_header + blockquote, .section_header + p {
      max-width: 100% !important;
    }
}
/*page preloader*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fb511c;
  z-index: 13000;
  height: 100%;
}

.preloader_image {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/preloader.gif) no-repeat 50% 50% transparent;
  margin: -50px 0 0 -50px;
}



/*Preloader*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fb511c;
  z-index: 13000;
  height: 100%;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}

.object {
  width: 25px;
  height: 25px;
  background-color: #FFF;
  float: left;
}




#object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}

#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}

#object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}

#object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}


@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}

@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}



@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0,-50px) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}

@keyframes object_one {
  25% {
    transform: translate(0,-50px) rotate(-180deg);
    -webkit-transform: translate(0,-50px) rotate(-180deg);
  }

  100% {
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}


@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px,0) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}

@keyframes object_two {
  25% {
    transform: translate(50px,0) rotate(-180deg);
    -webkit-transform: translate(50px,0) rotate(-180deg);
  }

  100% {
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}

@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px,0) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}

@keyframes object_three {
  25% {
    transform: translate(-50px,0) rotate(-180deg);
    -webkit-transform: translate(-50px,0) rotate(-180deg);
  }

  100% {
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: rtranslate(0,0) rotate(-180deg);
  }
}


@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0,50px) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}

@keyframes object_four {
  25% {
    transform: translate(0,50px) rotate(-180deg);
    -webkit-transform: translate(0,50px) rotate(-180deg);
  }

  100% {
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}

/*End off Preloader*/


#box_wrapper, #canvas {
  overflow: visible;
  position: relative;
}

  #canvas.boxed {
    padding: 1px 0;
  }

  #box_wrapper.container {
    overflow: hidden;
  }

body.boxed {
  position: static;
  width: auto;
  height: auto;
}

.boxed .container {
  max-width: 100%;
}

@media (max-width: 500px) {
  .boxed .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.boxed #box_wrapper.container {
  margin-top: 59px;
}

  .boxed #box_wrapper.container.top-bottom-margins {
    margin-top: 80px;
    margin-bottom: 80px;
  }

@media (min-width: 1590px) {
  .boxed #box_wrapper.container {
    padding: 0 15px;
    width: 1560px;
  }
}
/**light section - .ls*/
.ls {
  background-color: #ffffff;
  color: #808080;
}

  .ls h1, .ls h2, .ls h3, .ls h4, .ls h5, .ls h6 {
    color: #323232;
  }

    .ls h1 a, .ls h2 a, .ls h3 a, .ls h4 a, .ls h5 a, .ls h6 a {
      color: inherit;
    }

      .ls h1 a:hover, .ls h2 a:hover, .ls h3 a:hover, .ls h4 a:hover, .ls h5 a:hover, .ls h6 a:hover {
        color: #d8203b;
      }

  .ls a {
    color: #323232;
  }

    .ls a:hover {
      color: #d8203b;
    }

  .ls .theme_buttons a, .ls .theme_button {
    color: #ffffff;
  }

    .ls .theme_buttons a:hover, .ls .theme_buttons a:focus, .ls .theme_button:hover, .ls .theme_button:focus {
      color: #ffffff;
      background-color: #026f9f;
    }

    .ls .theme_button.inverse a, .ls .theme_button.inverse {
      color: #323232;
    }

      .ls .theme_button.inverse a:hover, .ls .theme_button.inverse a:focus, .ls .theme_button.inverse:hover, .ls .theme_button.inverse:focus {
        color: #ffffff;
      }

  .ls .color-icon.bg-icon {
    background-color: #f5f5f5;
  }

    .ls .color-icon.bg-icon:hover {
      color: #ffffff !important;
    }

  .ls .highlight {
    color: #d8203b;
  }

  .ls .highlight2 {
    color: #026f9f;
  }

  .ls .greylinks a {
    color: #808080;
  }

    .ls .greylinks a:hover {
      color: #d8203b;
    }

  .ls .light {
    color: #ffffff;
  }

  .ls .grey2 {
    color: #323232;
  }

  .ls .darklinks a {
    color: #323232;
  }

    .ls .darklinks a:hover {
      color: #026f9f;
    }
  /**grey section - light section, muted section - .ls.ms*/
  .ls.ms {
    background-color: #f7f7f7;
  }

    .ls.ms .greylinks a:hover {
      color: #323232;
    }

    .ls.ms .with_background {
      background-color: #ffffff;
    }

    .ls.ms hr {
      background-color: #ffffff;
    }

    .ls.ms input[type="text"], .ls.ms input[type="email"], .ls.ms input[type="url"], .ls.ms input[type="password"], .ls.ms input[type="search"], .ls.ms input[type="tel"], .ls.ms textarea, .ls.ms select, .ls.ms .form-control {
      border-color: rgba(0, 0, 0, 0.1);
      background-color: #ffffff;
    }

    .ls.ms .panel-group .panel {
      background-color: #ffffff;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .ls.ms .panel-heading .panel-title > a.collapsed {
      color: #323232;
      background-color: #ffffff;
    }

    .ls.ms .pagination > li > a, .ls.ms .pagination > li > span {
      background-color: #ffffff;
    }

    .ls.ms .breadcrumb {
      color: #808080;
    }

      .ls.ms .breadcrumb a {
        color: #676767;
      }

        .ls.ms .breadcrumb a:hover {
          color: #d8203b;
        }
/**common dark and dark muted sections - .ds and .ds.ms*/
/**dark section - .ds*/
.ds {
  background-color: #323232;
  color: #fff;
}
  /**darkgrey section - .ds.ms*/
  .ds.ms {
    background-color: #1a1a1a;
  }

.page_topline {
  position: relative;
  background-color: #31583a96;
  padding: 7px 0;
}

  .page_topline h4 {
    margin: 0;
  }

  .page_topline .logo_image {
    margin: 2px 26px 2px;
  }

@media (max-width: 991px) {
  .page_topline .logo_image {
    margin: 0 0 -7px;
  }

    .page_topline .logo_image img {
      max-width: 73.333333px;
    }

  .page_topline h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .page_topline .logo_image {
    margin-bottom: 0;
  }
}

.page_social_icons {
  font-size: 14px;
}

  .page_social_icons a.social-icon + a.social-icon {
    margin-left: 25px;
  }

.top_meta .search_modal_button {
  margin: 0 -15px 0 9px;
  padding: 6px 8px;
  background: #f00;
  color: #fff;
}

.search_modal_button i {
  color: #333 !important;
}

.top_meta .fa-phone {
  padding-right: 3px;
}

.page_header .fluid-container, .page_topline .fluid-container {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .page_header .fluid-container, .page_topline .fluid-container {
    padding-right: 55px;
    padding-left: 55px;
  }
}

@media (max-width: 1599px) {
  .boxed .page_header .fluid-container, .boxed .page_topline .fluid-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.header_white {
  color: #808080;
  background-color: #ffffff;
}

  .header_white a.logo {
    color: #323232;
  }

.header_darkgrey {
  background-color: #323232;
}

  .header_darkgrey.page_header.affix {
    background-color: rgba(26, 26, 26, 0.9);
  }

  .header_darkgrey .sf-menu > li > ul {
    background-color: #1a1a1a;
  }

.boxed .header_darkgrey {
  background-color: #323232 !important;
}

.header_darkgrey a[class*='soc-'] {
  color: #ffffff;
}

@media (max-width: 992px) {
  .page_header_wrapper .col-sm-12 {
    min-height: 0;
  }
}

.about {
  background: #fff;
}

.myListingView ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

  .myListingView ul li {
    display: block;
    font-size: 15px;
    padding-left: 20px;
    margin: 10px 0px 10px 10px;
    padding-left: 17px;
    font-weight: 600;
    color: #333;
    background: url(/content/dam/rajbhawan/images/link.jpg) no-repeat 2px 8px;
    line-height: 20px;
  }





.raj_table table tr td ul li {
  font-weight: normal;
}



.vission ul li {
  width: 100%;
  float: left;
  margin: 7px 0px 7px 10px;
}

.vission-content {
  padding: 15px 0
}

  .vission-content h5 {
    font-size: 22px;
    color: #fb511c;
  }

  .vission-content blockquote {
    font-size: 18px;
    padding: 15px 20px;
    margin: 0;
  }

  .vission-content cite {
    display: block;
    text-align: right;
  }

    .vission-content cite strong {
      font-size: 20px;
    }

.myListingView ul li a {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

  .myListingView ul li a:hover {
    color: #fb511c;
    text-decoration: underline;
  }

.myListingView ul li ol li {
  display: list-item;
  padding-left: 0;
  background: none;
}

  .myListingView ul li ol li a {
    color: #1F1D1D;
    font-weight: 400;
    font-size: 15px;
  }

ol li {
  display: list-item;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  padding-left: 10px;
  line-height: 20px;
  text-align: justify;
  margin-bottom: 10px;
}

.page_header {
  -webkit-transition: background 0.2s ease-in-out 0s;
  transition: background 0.2s ease-in-out 0s;
  top: 0;
  left: 0;
  right: 0;
  position: static;
  z-index: 111;
}

  .page_header.mobile-active {
    z-index: 1002;
  }

  .page_header .page_social_icons, .page_header .top_meta {
    display: none;
  }

  .page_header.affix {
    position: fixed;
  }

    .page_header.affix .grey {
      color: #ffffff;
    }

    .page_header.affix .page_social_icons, .page_header.affix .top_meta {
      display: inline-block;
    }

  .page_header .display_table_cell_md {
    overflow: visible;
  }

  .page_header .donate {
    margin: 0 0 0 6px;
  }

@media (max-width: 991px) {
  .page_header .row.display_table_md {
    margin: 0;
  }

    .page_header .row.display_table_md > div {
      margin: 0 !important;
      height: 60px;
      line-height: 60px;
    }

      .page_header .row.display_table_md > div:first-child {
        z-index: 1;
      }

      .page_header .row.display_table_md > div > * {
        line-height: 1;
      }
}

.page_mainslider.parallax:before, .page_mainslider.parallax:after {
  display: none;
}

.page_mainslider .flex-custom-nav {
  opacity: 0;
}

.page_breadcrumbs {
  margin-top: -190px;
  padding-top: 180px;
  background-image: url("../images/breadcrumbs.jpg");
  background-size: cover;
  background-position: 50% 80% !important;
  /* styles for breadcrumbs style 3 */
  /* styles for breadcrumbs style 4 */;
}

  .page_breadcrumbs.parallax.ds:before {
    opacity: 0.85;
  }

@media (min-width:768px) {
  .modal-dialog {
    width: 500px;
    margin: 30px auto;
  }
}

@media (max-width: 991px) {
  .page_breadcrumbs {
    margin-top: -100px;
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .page_breadcrumbs {
    margin-top: -182px;
    padding-top: 182px;
  }
}

.page_breadcrumbs .breadcrumbs_logo {
  margin-bottom: -17px;
}

  .page_breadcrumbs .breadcrumbs_logo img {
    opacity: 0.2;
  }

.page_breadcrumbs h1 {
  margin-top: 10px;
  margin-bottom: 20px;
}

  .page_breadcrumbs h1.small {
    font-size: 32px;
  }

@media screen and (min-width: 992px) {
  .page_breadcrumbs .display_table_md {
    width: auto;
    min-width: 0;
  }

  .page_breadcrumbs h1.display_table_cell_md {
    padding-right: 20px;
  }

  .page_breadcrumbs .breadcrumb.display_table_cell_md {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 25px;
  }
}

.page_breadcrumbs .bottom_breadcrumbs {
  text-align: center;
  float: right;
  padding: 0 20px;
  margin: 0 0 -26px 0;
  background-color: rgba(26, 26, 26, 0.035);
}

.page_portfolio {
  overflow: hidden;
}

.page_testimonials {
  overflow: hidden;
}

.page_copyright p {
  margin: 0;
}

.page_copyright i.fa {
  opacity: 0.3;
}

.page_copyright.table_section .bottom_logo img {
  margin-bottom: 0;
}

.subscribe.parallax {
  background-image: url(/content/dam/rajbhawan/images/parallax/footer.jpg);
}

.page_footer.parallax {
  background-image: url(/content/dam/rajbhawan/images/parallax/footer.jpg);
}

.ds.ms + .page_footer.ds.ms {
  background-color: #1a1a1a;
}

#map {
  height: 500px;
}

  #map img {
    max-width: inherit;
  }

  #map h3 {
    margin-top: 0;
  }

  #map p {
    line-height: 1.3;
  }

.item-content.darken_gradient {
  padding-top: 50px !important;
}

section .intro_section .slide_description_wrapper {
  padding-left: 60px;
  padding-right: 60px;
  right: 30px;
}

@media (max-width: 600px) {
  section .intro_section .slide_description_wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.muted_background .pagination {
  margin: 40px 40px 20px;
}
/* Highlights in Intro section */
.highlights {
  position: relative;
  z-index: 6;
}

  .highlights .fluid-container {
    padding-right: 15px;
    padding-left: 15px;
  }

@media (min-width: 1300px) {
  .highlights {
    margin-top: -220px;
    margin-bottom: 80px;
    background-color: transparent !important;
  }

    .highlights .row > div {
      margin: 0 !important;
    }

    .highlights .fluid-container {
      padding: 0 30px;
    }
}

@media (min-width: 1590px) {
  .highlights {
    margin-top: -260px;
    margin-bottom: 120px;
  }

    .highlights .fluid-container {
      padding: 0 60px;
    }
}

.highlight-item {
  max-width: 580px;
  margin: auto;
  background-color: #ffffff;
  padding: 5px;
}

  .highlight-item .vertical-item {
    position: relative;
    background-position: center;
  }

  .highlight-item h4 {
    line-height: 0.95;
    margin-bottom: 23px;
    font-size: 22px;
  }

  .highlight-item .item-content {
    padding: 50px 60px;
  }

.boxed .highlight-item .item-content {
  padding: 38px 40px;
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .highlight-item .item-content {
    padding: 38px;
  }
}

@media (max-width: 460px) {
  .highlight-item .item-content {
    padding: 38px 20px;
  }
}

.highlight-item .item-content:after {
  z-index: 7;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.highlight-item .item-content a {
  position: relative;
  z-index: 8;
}

.highlight-item:hover .item-content:after {
  background-color: rgba(50, 50, 50, 0.5);
}
/* Banners */
.banners_section .slide_description_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  min-height: 100%;
  padding: 0 10%;
  background-size: cover;
}

  .banners_section .slide_description_wrapper:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
  }

.banners_section .slide_description {
  display: inline-block;
  vertical-align: middle;
}

.banners_section .slides li {
  overflow: hidden;
}

.banners_section .slides img {
  visibility: hidden;
}

@media (max-width: 991px) {
  .banners_section .slide_description_wrapper {
    position: static;
    padding: 40px 10%;
  }

  .banners_section .bottommargin_30 {
    margin-bottom: 20px;
  }

  .banners_section .bottommargin_50 {
    margin-bottom: 30px;
  }

  .banners_section .slides img {
    display: none !important;
  }
}

.banners_section .flex-direction-nav a {
  width: 24px;
  height: auto;
  top: 50% !important;
  right: 5% !important;
  left: auto !important;
  text-align: center;
  opacity: 1;
  margin: -72px -6px 0 0;
}

  .banners_section .flex-direction-nav a:before {
    font-family: FontAwesome;
    content: "\f106";
    position: static;
    font-size: 24px;
    left: auto;
  }

  .banners_section .flex-direction-nav a.flex-next {
    margin: 48px -6px 0 0;
  }

    .banners_section .flex-direction-nav a.flex-next:before {
      left: auto;
      content: "\f107";
    }
/* Countdown */
#election-countdown .countdown-section {
  font-size: 30px;
}

#election-countdown .countdown-period {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width: 500px) {
  #election-countdown .countdown-amount {
    font-size: 24px !important;
  }
}

@media (max-width: 380px) {
  #election-countdown .countdown-row {
    padding: 5px 0;
  }
}

.countdown-block .item-content {
  padding: 20px !important;
}

.countdown-block .small-teaser {
  margin-top: 18px;
  margin-bottom: 10px;
}

  .countdown-block .small-teaser > * {
    vertical-align: baseline;
  }

  .countdown-block .small-teaser .media-body {
    width: auto;
    color: #b3b3b3;
  }

  .countdown-block .small-teaser .media-left {
    padding-right: 10px;
  }

  .countdown-block .small-teaser + .small-teaser {
    margin-left: 15px;
  }

@media (max-width: 500px) {
  .countdown-block .small-teaser {
    margin-top: 0;
    margin-bottom: 0;
  }

  .countdown-block .item-content {
    padding: 5px !important;
  }

  .countdown-block h4 {
    font-size: 20px;
  }
}

@media (max-width: 380px) {
  .countdown-block .bottommargin_15 {
    margin-bottom: 5px;
  }

  .countdown-block.vertical-item.content-absolute .item-content {
    padding: 5px 15px !important;
  }
}

@media (max-width: 600px) {
  #election-countdown {
    display: none;
  }

  .countdown-block h4 {
    font-size: 22px;
    letter-spacing: 0.02em;
    margin-bottom: 7px !important;
  }

  .countdown-block h5 {
    font-size: 18px;
    letter-spacing: 0.02em;
  }
}

.intro_section {
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 991px) {
  .intro_section .container {
    background-color: #026f9f;
  }
}

.intro_section .slide_description_wrapper {
  position: absolute;
  top: 12%;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 5;
}

@media (min-width: 600px) {
  .boxed .intro_section .slide_description_wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.intro_section .slide_description_wrapper:before, .intro_section .slide_description {
  display: inline-block;
  vertical-align: middle;
}

.intro_section .slide_description_wrapper:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

@media (max-width: 1400px) {
  .intro_section {
    padding-top: 0px;
  }
}

@media (min-width: 1300px) and (max-width: 1589px) {
  .boxed .intro_section .slide_description {
    margin-top: -50px;
  }
}

@media (max-width: 1599px) {
  .boxed .intro_section {
    padding-top: 50px;
  }

    .boxed .intro_section h1 {
      font-size: 60px;
      margin-top: 0;
      margin-bottom: 15px;
    }

    .boxed .intro_section h4 {
      font-size: 30px;
      margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
  .intro_section {
    line-height: 1;
    text-align: center;
  }

    .intro_section .nav-container {
      padding: 0;
    }

    .intro_section .container {
      position: static;
      width: auto;
      max-width: 100%;
    }

    .intro_section .slide_description_wrapper:before {
      display: none;
    }

    .intro_section .slide_description {
      padding: 0 0 30px;
      display: block;
    }

      .intro_section .slide_description h1 {
        line-height: 1;
      }

    .intro_section .slide_description_wrapper {
      padding: 0;
      position: static;
    }
}

.sf-menu {
  /*font-family: 'Vidaloka', serif;*/
  font-weight: 400;
  font-size: 0;
}

  .sf-menu li {
    font-size: 14px;
  }

/*
**main menu (min 992px) styles
*/
@media (min-width: 992px) {
  /* menu layout */
  .sf-menu, .sf-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

    .sf-menu li {
      position: relative;
    }

      .sf-menu li > ul {
        position: absolute;
        display: none;
        top: 100%;
        z-index: 99;
      }

    .sf-menu > li > ul {
      background-color: #fb511c;
    }

    .sf-menu a {
      display: block;
      position: relative;
    }

    .sf-menu li > ul > li > ul {
      top: -20px;
      left: 100%;
      background-color: #c1c2c7;
    }
    /* menu skin */
    .sf-menu a {
      padding: 5px 10px;
      text-decoration: none;
      zoom: 1;
      /* IE7 */
      -webkit-transition-property: color, background-color, border-color;
      transition-property: color, background-color, border-color;
    }

    .sf-menu li {
      padding: 0 0px;
      white-space: nowrap;
      /* no need for Supersubs plugin */
      *white-space: normal;
      /* ...unless you support IE7 (let it wrap) */
      -webkit-transition: background .2s;
      transition: background .2s;
    }

    .sf-menu > li {
      padding: 0;
      display: inline-block;
      position: relative;
    }

      .sf-menu > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
      }

  .affix .sf-menu > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sf-menu > li > a:hover, .sf-menu > li.active > a {
    color: #d8203b;
  }

  .bordered_items .sf-menu {
    text-align: center;
  }

    .bordered_items .sf-menu > li {
      padding: 0;
    }

      .bordered_items .sf-menu > li + li:before {
        content: '';
        width: 1px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.1);
      }

  .header_white .sf-menu > li > a {
    color: #323232;
  }

  .header_white.affix .sf-menu > li > a {
    color: #ffffff;
  }

  .header_white .sf-menu > li > a:hover, .header_white .sf-menu > li.active > a {
    color: #d8203b;
  }

  .header_white .sf-menu > li + li:before {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .header_darkgrey .sf-menu > li > a {
    color: #ffffff;
  }

    .header_darkgrey .sf-menu > li > a:hover, .header_darkgrey .sf-menu > li.active > a {
      color: #d8203b;
    }

  .header_gradient .sf-menu > li > a {
    color: #ffffff;
  }

    .header_gradient .sf-menu > li > a:hover, .header_gradient .sf-menu > li.active > a {
      color: #323232;
    }

  .sf-menu li:hover, .sf-menu li.sfHover {
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
  }

  .sf-menu ul > li + li > a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  /* second and next levels */
  .sf-menu > li .mega-menu, .sf-menu li > ul {
    text-align: left;
    list-style: none;
    padding: 5px 0;
    min-width: 12.875em;
    /* allow long menu items to determine submenu width */
    *width: 16.875em; /* no auto sub width for IE7, see white-space comment below */
    ;
  }

  .sf-menu ul a {
    color: #ffffff;
  }

  .sf-menu .mega-menu ul {
    box-shadow: none;
    padding: 0;
  }

    .sf-menu .mega-menu ul a {
      padding-left: 0;
      padding-right: 0;
    }

  .sf-menu ul a:hover, .sf-menu ul li.active a {
    color: #fff;
  }
  /* third level */
  .sf-menu ul ul {
    margin-top: 0;
  }
  
}


@media (min-width: 992px) {
  .sf-menu > li > a {
    padding-left: 2px;
    padding-right: 0px;
  }

  .bordered_items .sf-menu > li > a {
    padding-right: 40px;
    padding-left: 44px;
  }
}

/* -md- paddings */
@media (min-width: 992px) and (max-width: 1199px) {
  .sf-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page_header .donate {
    margin-left: 16px;
  }
}

/* -lg- paddings */
@media (min-width: 1200px) {
  .sf-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1400px) {
  .sf-menu > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .boxed .sf-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page_header .donate {
    margin-left: 16px;
  }
}

@media (min-width: 1610px) {
  .sf-menu > li > a {
    padding-left: 30px;
    padding-right: 30px;
  }

  .boxed .sf-menu > li > a {
    padding-left: 27px;
    padding-right: 27px;
  }

  .page_header .donate {
    margin-left: 26px;
  }
}

.toggle_menu {
  position: absolute;
  top: 0;
  right: 10px;
  display: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1001;
  visibility: visible;
}

@media (max-width: 767px) {
  .intro_section .carousel-caption h3 {
    font-size: 13px !important;
  }

  .logo-image {
    width: 200px;
    margin: 0px auto;
  }

  .page-scroll, .page-scroll-up {
    display: none
  }

  .tabbable .tab-content {
    width: 100% !important
  }

  .myExpert .nav-tabs li a span {
    display: block
  }

  .close-me {
    display: none
  }

  .subTitle {
    font-size: 35px !important;
  }

  .myExpert .nav-tabs li {
    width: 50%;
  }

  .guideline ul {
    margin: 0 auto !important;
    display: table;
  }

  #abt-sec {
    padding: 60px 0 60px 0 !important
  }
}

@media (max-width:480px) {
  .home-programs {
    height: 784px !important
  }

  .welcome_rajbhawan .flexslider .slides img {
    height: 1380px !important;
  }
}

@media (min-width:481px) and (max-width:639px) {
  .home-programs {
    height: 800px !important
  }

  .welcome_rajbhawan .flexslider .slides img {
    height: 1200px !important;
  }
}

@media (min-width:500px) and (max-width:640px) {
  .home-programs {
    height: 804px !important
  }

  .welcome_rajbhawan .flexslider .slides img {
    height: 1400px !important;
  }

  .home-programs nav ul li {
    width: 70% !important
  }
}

@media (min-width:641px) and (max-width:768px) {
  .home-programs {
    height: 554px !important
  }

  .welcome_rajbhawan .flexslider .slides img {
    height: 1200px !important;
  }
}

@media (min-width:320px) and (max-width:480px) {
  .intro_section .carousel-caption {
    left: 13% !important;
    bottom: 8% !important;
  }

  .intro_section .carousel-control {
    width: 30px !important;
    height: 30px !important;
  }

    .intro_section .carousel-control i {
      padding-top: 0px !important;
    }

  .myExpert .nav-tabs li {
    width: 50% !important;
    margin-bottom: 10px !important;
  }

    .myExpert .nav-tabs li a span {
      display: block
    }
}

.header_white .toggle_menu span, .header_white .toggle_menu span:before, .header_white .toggle_menu span:after {
  background-color: #fff;
}

.affix.header_white .toggle_menu span, .affix.header_white .toggle_menu span:before, .affix.header_white .toggle_menu span:after {
  background-color: #ffffff;
}

.page_toplogo .toggle_menu {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  background-color: #323232;
  margin: 0;
}

.toggle_menu:hover span:before {
  top: -7px;
}

.toggle_menu:hover span:after {
  top: 7px;
}

.toggle_menu span, .toggle_menu span:before, .toggle_menu span:after {
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  background-color: #ffffff;
  content: '';
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.toggle_menu span {
  left: 18px;
  top: 50%;
  margin-top: -1px;
}

  .toggle_menu span:before {
    top: -6px;
  }

  .toggle_menu span:after {
    top: 6px;
  }


/*
**main menu mobile styles
*/
@media (max-width: 991px) {
  .mainmenu_wrapper {
    /*position: relative;*/
    position: fixed;
    visibility: hidden;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .mobile-active .mainmenu_wrapper {
    visibility: visible;
    opacity: 1;
    background-color: #111;
    background-color: rgba(0, 0, 0, 0.9);
  }

  .toggle_menu {
    display: block;
  }

    .toggle_menu.mobile-active {
      background-color: #323232 !important;
      border: none;
      left: auto;
      top: 0;
      right: 0;
      position: fixed;
      margin: 0;
      z-index: 3000;
    }

      .toggle_menu.mobile-active:after {
        position: absolute;
        top: 10px;
        left: 10px;
        font-family: 'rt-icons-2';
        content: "\e117";
        font-size: 40px;
        color: #ffffff;
      }

      .toggle_menu.mobile-active span {
        display: none;
      }

  .nav-justified > li > a {
    text-align: left;
  }

  .sf-menu {
    position: fixed;
    overflow: auto;
    background-color: #323232;
    padding: 10px 20px 10px 10px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 100%;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 400;
    word-wrap: break-word;
    text-align: left;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    opacity: 0;
  }

  .mobile-active .sf-menu {
    opacity: 1;
    right: 20px;
  }

  .sf-menu > li > a, .sf-menu a {
    color: #ffffff;
  }

  .sf-menu ul {
    list-style: none;
    padding-left: 10px;
  }

    .sf-menu ul li a {
      display: block;
      padding: 10px;
      font-weight: 300;
      font-size: 16px;
      text-transform: none;
    }

      .sf-menu ul li a:before {
        content: '-';
        padding-right: 5px;
      }

    .sf-menu ul ul li a:before {
      content: '--';
      padding-right: 5px;
    }
  /*** arrows (for all except IE7) **/
  .sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
    ;
  }
    /* styling for both css and generated arrows */
    .sf-arrows .sf-with-ul:after {
      font-family: 'fontello';
      content: '\e82e';
      position: absolute;
      right: 1.44em;
      height: 0;
      width: 0;
      font-size: 20px;
    }
  /*top menu level*/
  .sf-arrows .sfHover > a, .sf-arrows .sfHover > a:hover {
    color: #ffffff;
    background-color: #323232;
  }
}

@media (min-width: 992px) {
  .sf-menu .md-hidden {
    display: none;
  }
}

@media (max-width: 991px) {
  #more-li {
    display: none;
  }
}

.sf-menu i[class] {
  padding-right: 7px;
  font-size: 1.1em;
}

/* Mega Menu */
@media screen and (min-width: 992px) {
  .primary-navigation ul .mega-menu ul {
    position: static;
    float: none;
    width: 100%;
    display: table;
    table-layout: fixed;
  }

  .primary-navigation .menu-item-has-mega-menu {
    position: relative;
  }

  .primary-navigation .mega-menu {
    display: none;
    position: absolute;
    left: -500px;
    top: 100%;
    z-index: 10;
  }

  .primary-navigation .menu-item-has-mega-menu:hover .mega-menu {
    display: block;
  }
  /* row */
  .primary-navigation .mega-menu-row {
    position: static;
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  /* column */
  .primary-navigation .mega-menu-col {
    display: table-cell;
    width: 1px;
    padding: 0 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    /* overrides from settings / styling / mega-menu */;
  }

    .primary-navigation .mega-menu-col:first-child {
      border-left: none;
    }
}

@media screen and (max-width: 991px) {
  .primary-navigation .mega-menu {
    position: static;
  }
}

.demo-icon {
  display: inline-block;
  text-align: center;
  padding: 15px 20px 10px;
}

  .demo-icon span {
    display: block;
  }

  .demo-icon .name {
    font-size: 1.01em;
    font-weight: 700;
    color: #323232;
  }

  .demo-icon a[class*="soc-"] {
    color: #323232;
    font-size: 24px;
    margin: 10px 0 0;
  }

.social-icons-demo a[class*="soc-"] {
  margin: 10px !important;
}

.social-icons-demo a + a {
  margin: 0 !important;
}
/*-------- Latest News -------------*/
.post .post-meta h4 {
  font-size: 24px;
}

  .post .post-meta h4 a {
    color: #222;
  }

    .post .post-meta h4 a:hover {
      color: #d8203b;
    }

.post .post-meta ul li a {
  font-size: 12px;
  color: #777;
}

  .post .post-meta ul li a:hover {
    color: #d8203b;
  }

.subTitle {
  color: #111111;
  line-height: 1.3;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
/*
.subTitle:after {
    position: absolute;
    content: "";
    width: 68px;
    height: 2px;
    background-color:#fb511c;
    left: 50%;
    bottom:0px;
    margin-left: -34px;
}

*/

.search.active {
  display: block;
}

.search {
  display: none;
  position: absolute;
  top: 40px;
  right: 8%;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 15px;
  width: 300px;
  z-index: 9998;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #e1e1e1;
}

  .search .btn-primary .fa {
    line-height: 26px;
    padding: 0;
  }

  /*.search .input-group-btn:last-child > .btn {
    margin-top: 1px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 6px 12px;
    border-radius: 0px;
    box-shadow: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }*/

  .search .form-control {
    margin-top: 1px !important;
    height: 50px !important;
    border: 1px solid #EBEBEB;
  }

  /*.search .input-group-btn:last-child > .btn {
    margin-top: 1px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 6px 12px;
    border-radius: 0px;
    box-shadow: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }*/

.v-arrow-wrap {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 10px;
  margin-left: -10px;
  overflow: hidden;
}

.v-arrow-inner {
  top: 15px;
  background-color: #ffffff;
  color: #808080;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #e1e1e1;
}

.search .search-close {
  position: absolute;
  top: 58%;
  right: 25px;
  margin-top: -38px;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.space40 {
  margin: 40px 0
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 13000;
  height: 100%;
}

.preloader_image {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(/content/dam/rajbhawan/images/parallax/preloader.gif) no-repeat 50% 50% transparent;
  margin: -50px 0 0 -50px;
}

/*.logo {
}*/

.white-logo {
  position: absolute;
  z-index: 99;
  top: 1px;
}


.btn-primary {
  background-color: #31583af2 !important;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  padding: 0 25px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  border: none;
}

  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #fb511c;
    color: #fff;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  }


.contact-from .form-control {
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  color: #333;
  display: block;
  font-size: 15px;
  height: 45px;
  line-height: 1.42857;
  padding: 6px 12px;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}


.contact-from textarea.form-control {
  height: 150px;
  resize: none;
}

.contact-from button {
  background: #fb511c;
  border: medium none;
  box-shadow: 0 0 0;
  color: #fff;
  display: block;
  padding: 8px 12px;
  text-transform: uppercase;
  border: 1px solid #fb511c;
}

.icon-box i {
  color: #fb511c;
  float: left;
  margin-right: 20px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fb511c;
  display: block;
  text-align: center;
}

  .icon-box i:before {
    margin-left: 0px;
    font-size: 40px;
  }

.icon-box span {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  border-radius: 50%;
  display: block;
  border: 1px solid #fb511c;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

  .icon-box span.role_icon {
    background-image: url(/content/dam/rajbhawan/images/icon/icon7.png);
    background-position: center;
    background-repeat: no-repeat;
  }

.abt-media .content {
  overflow: hidden;
}

.abt-media h3 {
  margin: 10px 0;
}

.abt-media p {
  min-height: 50px
}

.former-governor {
  margin: 0 auto;
  width: 74%;
  padding: 0px;
  padding-bottom: 2px;
}

  .former-governor li {
    float: left;
    list-style: none;
    margin-right: 5px;
    margin-bottom: 5px;
  }

    .former-governor li a img {
      width: 60px;
      height: 60px;
      border: 2px solid #ddd;
      filter: gray;
      -webkit-filter: grayscale(1);
    }

      .former-governor li a img:hover {
        border: 2px solid #fb511c;
        filter: none;
        -webkit-filter: grayscale(0);
      }

.hovereffect img {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
}
/*
prettyPhoto
*/
div.facebook .pp_expand {
  background: url(/etc/designs/rajbhawan/clientlib/img/prettyPhoto/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

  div.facebook .pp_expand:hover {
    background: url(/etc/designs/rajbhawan/clientlib/img/prettyPhoto/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
  }

div.facebook .pp_contract {
  background: url(/etc/designs/rajbhawan/clientlib/img/prettyPhoto/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

  div.facebook .pp_contract:hover {
    background: url(/etc/designs/rajbhawan/clientlib/img/prettyPhoto/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
  }

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(/etc/designs/rajbhawan/clientlib/img/prettyPhoto/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  z-index: 3000;
}

div.facebook .pp_description {
  margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
  background: url(/etc/designs/rajbhawan/clientlib/img/prettyPhoto/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
  background: url(/etc/designs/rajbhawan/clientlib/img/prettyPhoto/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

  div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default;
  }

div.facebook .pp_arrow_next {
  background: url(/etc/designs/rajbhawan/clientlib/img/prettyPhoto/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

  div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default;
  }

div.facebook .pp_nav {
  margin-top: 0;
}

  div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px;
    margin-top: -2px;
  }

  div.facebook .pp_nav .pp_play {
    background: url(/etc/designs/rajbhawan/clientlib/img/prettyPhoto/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px;
  }

  div.facebook .pp_nav .pp_pause {
    background: url(/etc/designs/rajbhawan/clientlib/img/prettyPhoto/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px;
  }

div.facebook .pp_next:hover {
  background: url(/etc/designs/rajbhawan/clientlib/img/prettyPhoto/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.facebook .pp_previous:hover {
  background: url(/etc/designs/rajbhawan/clientlib/img/prettyPhoto/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_content {
  height: 40px;
  min-width: 40px;
  overflow: hidden;
}

* html .pp_content {
  width: 40px;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

  .pp_content_container .pp_left {
    padding-left: 20px;
  }

  .pp_content_container .pp_right {
    padding-right: 20px;
  }

  .pp_content_container .pp_details {
    float: left;
    /*margin:10px 0 2px;*/
    padding: 7px 10px;
    background-color: #ffffff;
  }

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

  .pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: auto;
    overflow: hidden;
  }

  .pp_social .twitter {
    float: left;
  }

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

  .pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px;
  }

  .pp_nav .pp_play, .pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
  }

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

  .pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
  }

  .pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0;
  }

    .pp_gallery ul a {
      border: 1px rgba(0, 0, 0, 0.5) solid;
      display: block;
      float: left;
      height: 33px;
      overflow: hidden;
    }

      .pp_gallery ul a img {
        border: 0;
      }

  .pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
  }

    .pp_gallery li.default a {
      background: url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
      display: block;
      height: 33px;
      width: 50px;
    }

  .pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
    margin-top: 7px !important;
  }

a.pp_next {
  background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
  -webkit-transition: none;
  transition: none;
}

a.pp_previous {
  background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
  -webkit-transition: none;
  transition: none;
}

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  position: absolute;
  right: 6px;
  top: -16px;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}

#pp_full_res {
  line-height: 1 !important;
}

  #pp_full_res .pp_inline {
    text-align: left;
  }

    #pp_full_res .pp_inline p {
      margin: 0 0 15px;
    }

div.ppt {
  color: #ffffff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}

.pp_top, .pp_bottom {
  height: 20px;
  position: relative;
}

* html .pp_top, * html .pp_bottom {
  padding: 0 20px;
}

  .pp_top .pp_left, .pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
  }

  .pp_top .pp_middle, .pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
  }

  * html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
    left: 0;
    position: static;
  }

  .pp_top .pp_right, .pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
  }

.pp_fade, .pp_gallery li.default a img {
  display: none;
}

.vertical-item.full-padding {
  padding: 30px 30px 30px 30px;
}

.vertical-item.content-padding .item-content {
  padding: 0 30px 20px;
}

.vertical-item.content-absolute {
  position: relative;
  margin-top: 5px;
}

  .vertical-item.content-absolute .item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 30px 10px;
  }

@media (max-width: 400px) {
  .vertical-item.content-absolute .item-content {
    padding: 10px 15px !important;
  }
}

.vertical-item.content-absolute.full-content .item-content {
  top: 0;
  padding: 10px 30px;
}

.vertical-item.content-absolute.vertical-center .item-content {
  top: 0;
  line-height: 1.1;
}

.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
  background: #fb511c;
  border-color: #fb511c;
}

.cbp-l-filters-text .cbp-filter-counter {
  background: none repeat scroll 0 0 #fb511c;
}

.links-wrap a {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 48px;
  top: -100px;
  display: inline-block;
  z-index: 5;
  font-size: 18px;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  border: 1px solid #d8203b;
  background-color: #d8203b;
  color: #ffffff;
}

  .links-wrap a:hover {
    color: rgba(255, 255, 255, 0.6);
  }

  .links-wrap a.p-link {
    background-color: transparent;
    border-color: #ffffff;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    -ms-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  }

  .links-wrap a:before {
    font-family: FontAwesome;
    content: "\f002";
  }

  .links-wrap a.p-link:before {
    content: "\f041";
  }

[class*="item"]:hover .links-wrap a {
  top: 0px;
  filter: alpha(opacity=100);
  opacity: 1;
}

[class*="item"]:hover .media-links div {
  filter: alpha(opacity=100);
  opacity: 1;
}

.btnColor {
  background: #fd4911;
  padding: 2px 5px;
  color: #fff;
}

.gallery-item {
  overflow: hidden;
  position: relative;
}

  .gallery-item .item-content {
    padding: 0 40px 5px;
  }

  .gallery-item h5.item-meta {
    z-index: 5;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  .gallery-item:hover h5.item-meta {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }

.gallery-extended-item .item-content {
  padding: 34px 50px 30px;
}

@media (max-width: 400px) {
  .gallery-extended-item .item-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.gallery-extended-item .item-content p:last-child {
  margin-bottom: 0;
}

.gallery-extended-item .item-title {
  font-size: 30px;
  margin: 0 0 25px;
}

.gallery-extended-item .categories-links {
  display: block;
  margin-bottom: 20px;
}

.gallery-extended-item .item-button {
  margin-top: 21px;
}

.gallery-item .post-adds {
  margin-bottom: 0;
}

.gallery-title-item + .item-title {
  position: relative;
}

  .gallery-title-item + .item-title h3 {
    font-size: 25px;
    margin-bottom: 25px;
  }



.table-data {
  width: 100%;
}

.myExpert .col-md-3 {
  width: 100%;
}

.myExpert .tab-content {
  display: none;
}

.myExpert .nav-tabs li {
  width: 33.33%;
  margin-bottom: 50px;
}

.myExpert .nav-tabs > li > a i {
  font-size: 35px;
  color: #fff;
  background: #fb511c;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  margin-right: 20px;
}

.myExpert .nav-tabs > li > a {
  font-size: 18px;
  color: #fff
}

.myExpert .nav > li > a:focus, .myExpert .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
  border-color: transparent !important;
  color: #fb511c !important;
}

.myExpert .nav-tabs > li.active > a, .myExpert .nav-tabs > li.active > a:focus, .myExpert .nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: pointer;
  background-color: transparent;
  border: transparent;
  border-bottom-color: transparent;
}

.tabbable .nav-tabs, .myExpert .nav-tabs {
  border-bottom: none;
  padding: 0;
}

  .tabbable .nav-tabs > li {
    width: 100%
  }

    .tabbable .nav-tabs > li > a i {
      color: #fff;
      text-align: center;
      margin-right: 20px;
    }

    .tabbable .nav-tabs > li > a {
      color: #fff;
      font-size: 16px;
      padding: 10px 20px;
      font-weight: 400;
      margin-right: 1px;
      margin-top: 0px;
      border: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.55);
      background-color: rgba(251, 81, 28, 0.85);
      border-radius: 0;
    }

  .tabbable .nav-tabs li:last-child a {
    border-bottom: none;
  }

.tabbable .tab-content {
  border-radius: 0 0 0 0;
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.82);
  min-height: 378px;
  width: 70%;
}

.tabbable .nav-tabs > li > a:hover, .tabbable .nav-tabs > li > a:focus, .tabbable .nav-tabs.nav-justified > .active > a {
  border-color: transparent;
  background-color: #962805;
  color: #fff;
  border: none;
}
/* .tabbable  .nav-tabs > li.active{display:none}*/


.tabbable .nav-tabs > li.active:after {
  content: '';
  position: absolute;
  left: 99%;
  top: 50%;
  z-index: 9;
  margin-top: -22px;
  border-left: 0;
  border-bottom: 22px solid transparent;
  border-top: 22px solid transparent;
  border-left-color: #bf3b12;
  border-left-width: 16px;
  border-left-style: solid;
}

.tabbable .nav-tabs li.active > a {
  color: #fff;
  background: #bf3b12;
}

.feature_bg .flexslider .slides img {
  height: 600px;
  -moz-user-select: none;
}

.feature table td, table th {
  padding: 5px 8px;
  border: 1px solid #9c9393
}

.viewmore {
  float: right;
  padding: 10px;
  text-decoration: underline;
}

.feature .tab-content h3 {
  text-align: center;
}

.tableHeight {
  max-height: 280px;
  overflow: hidden;
}

.close-me {
  position: absolute;
  right: -18px;
  top: -18px;
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #d64417;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
/*--- for side section  ---------*/
.cols__home {
  /*overflow: hidden;*/
  position: relative;
  z-index: 9;
  margin-top: 0;
  margin-right: -15px;
}

.cols__home-bottom {
  background: #1A1F2F
}

.home-programs {
  background: rgba(255, 255, 255, 0.8);
  border-left: 1px dashed #d4d4d6;
  padding: 10px 0 10px;
  position: relative;
  z-index: 2;
  height: 430px;
}

.home-programs--title {
  border-left: 3px solid #1A1F2F;
  font-size: 15px;
  line-height: 1;
  margin: 0 30px 20px;
  padding-left: 13px;
  text-transform: uppercase
}

.home-programs--program {
  display: block;
  height: 95px;
  margin-bottom: 10px;
  padding: 26px 0 10px 75px;
  position: relative;
  -moz-transition: padding .2s ease-in-out;
  -o-transition: padding .2s ease-in-out;
  -webkit-transition: padding .2s ease-in-out;
  transition: padding .2s ease-in-out
}

  .home-programs--program:hover, .home-programs--program.on {
    padding-left: 0;
    width: 340px
  }

    .home-programs--program:hover .home-programs--program--text, .home-programs--program.on .home-programs--program--text {
      margin-left: 40px
    }

    .home-programs--program:hover .home-programs--program--bg, .home-programs--program.on .home-programs--program--bg {
      left: -31px;
      width: 100%
    }

  .home-programs--program .program-icon {
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    left: 20px;
    position: absolute;
    top: 16px;
    width: 45px;
    border: 1px dashed;
    border-radius: 50%;
    text-align: center;
    z-index: 9;
    background: #fb511c
  }

.tribalwelfare_icon {
  display: block;
  width: 32px;
  height: 32px;
  margin: 5px 2px 2px 5px;
  background: url(/content/dam/rajbhawan/images/icon/tribalwelfare_icon.png) no-repeat;
}

.legislation_icon {
  display: block;
  width: 32px;
  height: 32px;
  margin: 5px 2px 2px 5px;
  background: url(/content/dam/rajbhawan/images/icon/legislation_icon.png) no-repeat;
}

.higherEducation_icon {
  display: block;
  width: 32px;
  height: 32px;
  margin: 5px 2px 2px 5px;
  background: url(/content/dam/rajbhawan/images/icon/university_icon.png) no-repeat;
}

.smartVillage_icon {
  display: block;
  width: 32px;
  height: 32px;
  margin: 5px 2px 2px 5px;
  background: url(/content/dam/rajbhawan/images/icon/smartVillage_icon.png) no-repeat;
}

.heritage_icon {
  display: block;
  width: 32px;
  height: 32px;
  margin: 5px 2px 2px 5px;
  background: url(/content/dam/rajbhawan/images/icon/heritage_icon.png) no-repeat;
}

.WZCC_icon {
  display: block;
  width: 32px;
  height: 32px;
  margin: 5px 2px 2px 5px;
  background: url(/content/dam/rajbhawan/images/icon/WZCC_icon.png) no-repeat;
}

.petitions_icon {
  display: block;
  width: 32px;
  height: 32px;
  margin: 5px 2px 2px 5px;
  background: url(/content/dam/rajbhawan/images/icon/petitions_icon.png) no-repeat;
}

.e2-bg {
  background: url(/content/dam/rajbhawan/images/icon/WZCC.jpg) no-repeat;
}

.home-programs--program:hover .program-icon {
  top: 10px;
  left: -20px;
  height: 45px;
  width: 45px;
  font-size: 20px;
}

.home-programs--program--text {
  position: relative;
  width: 200px;
  z-index: 2;
  -moz-transition: margin .2s ease-in-out;
  -o-transition: margin .2s ease-in-out;
  -webkit-transition: margin .2s ease-in-out;
  transition: margin .2s ease-in-out
}

.home-programs--program--title, .home-programs--program--featured, .home-programs--program--grantee {
  color: #1a202f;
  display: block;
  font-size: 12px;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out
}

.home-programs--program--title {
  font: 700 15px/18px "futura-pt", sans-serif;
  margin-bottom: 14px;
  text-transform: uppercase
}

.home-programs--program--featured {
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px
}

.home-programs--program--bg {
  display: block;
  height: 100%;
  left: -10px;
  position: absolute;
  top: 0;
  width: 15px;
  z-index: 1;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.home-programs--program:hover *, .home-programs--program.on * {
  color: #FFF !important;
}

.home-signature {
  background: #FFF url('/static/images/sig-main.png?1bdd0f6f4ae5') bottom right no-repeat;
  border-right: 1px dashed #b1b2b6;
  padding: 50px 75px 170px
}

.home-signature--title {
  font-size: 50px;
  line-height: 1;
  margin: 0 0 40px
}

.home-signature--text, .home-signature--text p {
  margin-bottom: 40px
}

  .home-signature--text :last-child {
    margin-bottom: 0
  }

.home-programs nav ul {
  margin: 0;
  padding: 0
}

  .home-programs nav ul li {
    background: none;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-table;
    width: 33%;
    POSITION: relative;
  }

    .home-programs nav ul li.hoverMeshow:hover .slide-out {
      display: block;
      left: -21px;
      top: 40px;
      height: 100px;
      padding: 5px;
      width: 450px
    }
/*---------------------------*/


.slide-out {
  background: #333;
  height: 180px;
  padding: 24px 10px 30px 40px;
  position: absolute;
  top: 0;
  display: none;
  width: 525px;
  z-index: 99;
  -moz-transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1)
}

  .slide-out li {
    width: 100% !important;
    margin-bottom: 5px !important;
    padding: 2px 20px !important;
  }

  .slide-out.university.on {
    left: -21px;
    top: 40px;
  }

  .slide-out.on {
    /*right: 316px;
	visibility: visible;*/
    display: block;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
  }

.slide-out--title {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 40px;
  text-transform: uppercase
}

  .slide-out--title .icon, .slide-out--title .lever--item:before {
    font-size: 30px
  }

.slide-out--heading {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase
}

.slide-out--see-all {
  display: block;
  font: 700 15px/15px "Open Sans", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase
}

  .slide-out--see-all .icon, .slide-out--see-all .lever--item:before {
    font-size: 12px
  }

.slide-out--list li {
  margin-bottom: 30px;
  list-style: none
}

.slide-out--news, .slide-out--grants {
  float: left;
  margin-right: 25px;
  position: relative;
  z-index: 2
}

.slide-out--news--byline {
  color: #808080;
  font: 700 10px/10px "Open Sans", sans-serif
}

.slide-out--news--category {
  font: italic 500 16px "Open Sans", sans-serif
}

.slide-out--news--title {
  color: #272d3f;
  font: 700 12px/18px "Open Sans", sans-serif
}

.slide-out--grants--title {
  color: #262626;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline
}

.slide-out--bg {
  display: block;
  height: 100%;
  left: -10px;
  position: absolute;
  top: 0px;
  width: 20px;
}

.slide-out--icon {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 1
}

.slideshow {
  clear: left;
  margin: 0 auto 55px;
  max-width: 100%;
  position: relative
}

.slideshow--slide-wrap {
  position: relative
}

.slideshow--slides {
  background: #1A1F2F;
  overflow: hidden;
  position: relative
}

.slideshow--slide {
  display: none
}

  .slideshow--slide:first-child {
    display: block
  }

.slideshow--nav {
  bottom: 0;
  left: 0;
  padding-left: 4px;
  position: absolute;
  width: 100%
}

  .slideshow--nav a {
    text-decoration: none
  }

.slideshow--nav--a {
  color: #FFF;
  display: inline-block;
  height: 54px;
  line-height: 54px;
  margin-right: 5px;
  text-align: center;
  width: 35px
}

  .slideshow--nav--a:hover {
    color: rgba(255, 255, 255, 0.5)
  }

  .slideshow--nav--a:first-child {
    margin-right: 1px
  }

.slideshow--nav--count {
  color: #FFF;
  display: inline-block;
  font: 700 15px/20px "futura-pt", sans-serif;
  height: 54px;
  line-height: 54px
}

  .slideshow--nav--count i {
    display: inline-block;
    font: italic 300 "futura-pt", sans-serif;
    margin: 0 5px 0 3px
  }

.program-title-container {
  margin: auto
}

.program-icon {
  font-size: 62px;
  height: 48px;
  position: relative;
  width: 48px
}

.program-icon--image, .program-icon--icon {
  left: 32%;
  position: absolute;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

.program-icon--image {
  width: 10px;
  font-size: 20px;
}

.program-menu .program-icon {
  font-size: 16px;
  height: 16px;
  left: -26px;
  position: absolute;
  top: 3px;
  width: 16px
}

.program-menu--list-item {
  position: relative
}

.program-nav {
  background: #272d3f;
  position: absolute;
  right: 30px;
  top: 115px
}

  .program-nav:hover .program-nav--list {
    display: block
  }

.program-nav--toggle {
  display: block;
  font: 700 12px "futura-pt", sans-serif;
  height: 27px;
  line-height: 27px;
  padding: 0 10px;
  text-transform: uppercase
}

  .program-nav--toggle .icon, .program-nav--toggle .lever--item:before {
    font-size: 8px;
    margin-left: 3px
  }

.program-nav--list {
  background: #272d3f url('/static/images/stripes-white-10.png?1bdd0f6f4ae5');
  display: none;
  padding: 20px 0;
  position: absolute;
  right: 0;
  top: 27px;
  width: 190px
}

.program-nav--list--list-item {
  font: 700 10px/13px "futura-pt", sans-serif;
  margin-top: 15px;
  text-transform: uppercase
}

  .program-nav--list--list-item:first-child {
    margin-top: 0
  }

.program-nav--list a {
  display: block;
  padding-left: 35px;
  position: relative
}

  .program-nav--list a:hover {
    text-decoration: underline
  }

.program-nav--list .program-icon {
  height: 24px;
  font-size: 32px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 24px;
  -moz-transition: left .2s ease-in-out;
  -o-transition: left .2s ease-in-out;
  -webkit-transition: left .2s ease-in-out;
  transition: left .2s ease-in-out
}

.main-header__program.taken-over .program-nav, .main-header__program.childless .program-nav {
  top: 105px
}

.program-additional-news {
  background: #1A1F2F;
  color: #E3E3E3;
  padding: 50px 70px
}

.program-additional-news--title {
  border-left: 3px solid #FFF;
  color: #E3E3E3;
  font-size: 15px;
  line-height: 1;
  margin: 0 0 40px;
  padding: 0 0 0 10px
}

.program-additional-news--list {
  margin: 0;
  padding: 0;
  *zoom: 1
}

  .program-additional-news--list:before, .program-additional-news--list:after {
    display: table;
    content: " "
  }

  .program-additional-news--list:after {
    clear: both
  }

  .program-additional-news--list li {
    background: none;
    float: left;
    margin: 0 0 40px;
    padding: 0;
    width: 46.42857%
  }

    .program-additional-news--list li:nth-child(2n) {
      padding-left: 10.71429%;
      width: 53.57143%
    }

    .program-additional-news--list li:nth-child(2n+1) {
      clear: left
    }

.program-additional-news--byline {
  font: italic 500 12px/12px "museo-slab", sans-serif;
  margin-bottom: 25px
}

  .program-additional-news--byline time {
    font: 700 12px/12px "futura-pt", sans-serif
  }

.program-additional-news--story-title {
  font: 700 15px/25px "futura-pt", sans-serif;
  display: block;
  margin-bottom: 20px
}

.program-additional-news--teaser {
  color: #E3E3E3;
  font-size: 15px;
  line-height: 1.66667;
  margin: 0 0 20px
}

.program-additional-news--author {
  font: 700 12px/12px "futura-pt", sans-serif;
  text-transform: uppercase
}

.program-additional-news--see-all {
  display: block;
  font: 700 20px/20px "futura-pt", sans-serif;
  text-transform: uppercase;
  text-decoration: none
}

  .program-additional-news--see-all .icon, .program-additional-news--see-all .lever--item:before {
    font-size: 15px
  }

.content a.program-additional-news--story-title, .content a.program-additional-news--see-all {
  text-decoration: none
}

.program-featured-story {
  border-bottom: 10px solid #1A1F2F;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

  .program-featured-story .cols__2-full--col-2 {
    padding: 70px
  }

.program-featured-story--byline {
  font: italic 15px/15px "museo-slab", sans-serif;
  margin-bottom: 50px
}

  .program-featured-story--byline time {
    font: 800 15px/15px "futura-pt", sans-serif
  }

.program-featured-story--title {
  margin: 0 0 40px
}

  .program-featured-story--title a {
    color: #1A1F2F
  }

  .program-featured-story--title .icon, .program-featured-story--title .lever--item:before {
    font-size: 40px
  }

.program-featured-story--title-small {
  font-size: 55px;
  line-height: 70px;
  margin: 0 0 40px
}

  .program-featured-story--title-small a {
    color: #1A1F2F
  }

  .program-featured-story--title-small .icon, .program-featured-story--title-small .lever--item:before {
    font-size: 40px
  }

.program-featured-story--author {
  font-size: 15px;
  line-height: 15px;
  margin: 0 0 40px
}

.program-featured-story--image {
  margin-bottom: 30px
}

.program-featured-story--read-on {
  font: 700 20px/20px "futura-pt", sans-serif;
  text-transform: uppercase
}

  .program-featured-story--read-on .icon, .program-featured-story--read-on .lever--item:before {
    font-size: 15px
  }

.program-featured-story--bg {
  bottom: 0;
  position: absolute;
  right: 0
}

.program-featured-additional {
  border-left: 1px dashed #c8c9ce !important;
  padding: 60px 0 0 30px;
  border-top: 10px solid transparent
}

.program-featured-additional--list li {
  line-height: 1.66667;
  margin-bottom: 40px
}

.program-featured-additional--title {
  border-left: 3px solid #1A1F2F;
  font-size: 15px;
  line-height: 1;
  margin: 0 0 40px;
  padding: 0 0 0 10px
}

.program-featured-additional--byline {
  color: #808080;
  display: block;
  font: 700 12px/12px "futura-pt", sans-serif;
  text-transform: uppercase
}

.program-featured-additional--category {
  font-style: italic;
  text-transform: none
}

.program-featured-additional--article-title {
  color: #272d3f;
  font: 700 15px "futura-pt", sans-serif
}

  .program-featured-additional--article-title:hover {
    color: #4AAAD4
  }

.program-featured-additional--see-all {
  font: 700 15px "futura-pt", sans-serif;
  line-height: 1;
  text-transform: uppercase
}

  .program-featured-additional--see-all .icon, .program-featured-additional--see-all .lever--item:before {
    font-size: 13px
  }

.program-field-note {
  background: #E3E3E3;
  padding: 50px 70px
}

.program-field-note--header {
  height: 32px;
  line-height: 32px;
  margin: 0 0 25px;
  *zoom: 1
}

  .program-field-note--header:before, .program-field-note--header:after {
    display: table;
    content: " "
  }

  .program-field-note--header:after {
    clear: both
  }

  .program-field-note--header a {
    color: #75695d;
    text-decoration: none
  }

    .program-field-note--header a:hover {
      color: #4AAAD4
    }

.program-field-note--header--icon {
  background: #75695d;
  color: #FFF;
  display: block;
  float: left;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  margin: 2px 10px 0 0;
  text-align: center;
  width: 32px
}

.program-field-note .field-note--related {
  margin-bottom: 0
}

.program-dark-box {
  background: #1A1F2F url('/static/images/stripes-white-10.png?1bdd0f6f4ae5');
  display: block
}

.program-dark-box--text {
  padding: 30px 30px 50px
}

.program-dark-box--title {
  display: block;
  color: #FFF;
  font: 700 20px/25px "futura-pt", sans-serif;
  margin-bottom: 16px;
  text-transform: uppercase
}

.program-dark-box--teaser {
  color: #FFF;
  display: block;
  font-size: 15px;
  line-height: 1.66667;
  margin-bottom: 36px
}

.program-dark-box--readon {
  display: block;
  font: 700 20px/20px "futura-pt", sans-serif;
  text-transform: uppercase
}

  .program-dark-box--readon .icon, .program-dark-box--readon .lever--item:before {
    font-size: 15px
  }

a.program-dark-box:hover {
  background-color: #394157
}

.program-light-box {
  background: #FFF;
  padding: 50px 30px 30px
}

.program-light-box--title {
  border-left: 3px solid #272a30;
  color: #272a30;
  font-size: 15px;
  line-height: 1;
  margin: 0 0 40px;
  padding: 0 0 0 10px
}

.program-light-box--text * {
  font-size: 15px;
  line-height: 1.66667
}

.program-light-box--text p {
  margin-bottom: 16px
}

.program-light-box--text a {
  text-decoration: underline
}

  .program-light-box--text a:hover {
    text-decoration: none
  }

.program-light-box--text:last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

.program-list {
  margin-bottom: 50px
}

.program-list--title {
  font-size: 50px;
  line-height: 1;
  margin: 0 0 35px;
  padding-left: 75px;
  position: relative;
  text-transform: uppercase
}

.program-list .program-icon {
  font-size: 55px;
  height: 55px;
  left: 0;
  position: absolute;
  top: 0;
  width: 55px
}

.program-list a {
  text-decoration: none
}

.program-color {
  background-image: url('/static/images/stripes-white-10.png?1bdd0f6f4ae5');
  color: #FFF;
  padding: 70px;
  *zoom: 1
}

  .program-color:before, .program-color:after {
    display: table;
    content: " "
  }

  .program-color:after {
    clear: both
  }

.program-color--title {
  color: #FFF;
  font: 700 75px/80px "futura-pt", sans-serif;
  margin: 0 0 20px
}

.program-color .program-icon {
  color: #272a30 !important;
  font-size: 60px;
  height: 60px;
  float: left;
  margin: 0 15px 0 0;
  width: 60px
}

  .program-color .program-icon svg {
    fill: #272a30 !important
  }

.program-color--teaser p {
  color: #FFF;
  margin-bottom: 50px
}

.program-color--grants-awarded {
  border-bottom: 1px dotted #FFF;
  border-top: 1px dotted #FFF;
  border-bottom-color: rgba(255, 255, 255, 0.5);
  border-top-color: rgba(255, 255, 255, 0.5);
  font: 700 50px/50px "futura-pt", sans-serif;
  margin-bottom: 50px;
  padding: 0 10px 20px 10px;
  width: 27.03704%
}

.program-color--grants-awarded--title {
  font-size: 12px;
  line-height: 15px;
  margin: 20px 0;
  padding: 0 0 0 20px;
  position: relative
}

.program-color--grants-awarded--icon {
  left: 0;
  position: absolute;
  top: 0
}

.program-color--recent-grants {
  margin-bottom: 50px;
  padding-left: 9.25926%;
  width: 72.96296%
}

.program-color--recent-grants--title {
  margin: 0 0 30px
}

.program-color--recent-grants--list {
  margin: 0;
  padding: 0
}

  .program-color--recent-grants--list li {
    background: none;
    margin: 16px 0 0;
    padding: 0
  }

    .program-color--recent-grants--list li:first-child {
      margin-top: 0
    }

  .program-color--recent-grants--list a {
    color: #FFF;
    text-decoration: underline
  }

    .program-color--recent-grants--list a:hover {
      text-decoration: none
    }

.program-color--all {
  clear: both
}

.program-color-support {
  padding: 50px 30px 30px 30px
}

.program-color-support--title {
  color: #FFF;
  margin: 0 0 20px
}

.program-color-support--teaser p {
  font-size: 15px;
  line-height: 1.66667;
  margin-bottom: 20px
}

.program-color-support--teaser ul {
  margin: 0;
  padding: 0
}

.program-color-support--teaser li {
  background: none;
  margin: 0 0 16px;
  padding: 0
}

.program-color-support--teaser a {
  color: #FFF;
  text-decoration: underline
}

  .program-color-support--teaser a:hover {
    text-decoration: none
  }

.program-takeover {
  height: 390px;
  margin-top: -100px;
  padding-top: 180px;
  position: relative;
  z-index: 1
}

  .program-takeover .cols {
    padding: 0 70px;
    position: relative;
    z-index: 2
  }

  .program-takeover .program-icon {
    float: left;
    margin-right: 35px;
    height: 132px;
    width: 122px
  }

  .program-takeover .program-icon--icon {
    display: none
  }

  .program-takeover .program-icon--image {
    height: 100%;
    width: 100%
  }

  .program-takeover svg {
    fill: #FFF !important
  }

.program-takeover--h1 {
  color: #FFF;
  font-size: 50px;
  line-height: 1;
  margin: 35px 0 0 0;
  text-transform: uppercase
}

.program-takeover--bg {
  background: center center no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover
}

.program-text {
  background: #EFF1F3;
  padding: 60px 70px 50px;
  position: relative
}

  .program-text h2 {
    margin: 0
  }

  .program-text:before {
    background: url('/static/images/stripes-dark-20.png?1bdd0f6f4ae5');
    content: ' ';
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
  }

  .program-text :last-child {
    margin-bottom: 0;
    padding-bottom: 0
  }

.program-text__aside {
  padding: 50px 30px 40px
}

  .program-text__aside p {
    font-size: 15px;
    line-height: 1.33333;
    margin-bottom: 30px
  }

.E-background, .E-background-hover:hover {
  background-color: #fb511c
}

.E-background-support {
  background-color: #A8C864
}

.E-border {
  border-color: #92BA3E
}

.E-border-support {
  border-color: #A8C864
}

.E-color, .E-hover:hover {
  color: #fb511c
}

.E-svg-fill svg {
  fill: #92BA3E
}

.E-svg-fill-support svg {
  fill: #A8C864
}

.page_header {
  width: 100%;
}

.intro_section .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

  .intro_section .carousel-inner > .item > img, .intro_section .carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
  }

.intro_section .carousel-caption {
  right: 0%;
  left: 48%;
  bottom: 8%;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
}

.intro_section .carousel-control i {
  padding-top: 15px;
}

.intro_section .carousel-caption h3 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}

.modal-open #toTop {
  display: none !important;
}

.welcome_rajbhawan {
  width: 100%;
  position: relative;
}

.mandateData {
  position: absolute;
  top: 35px;
  width: 100%;
}

  .mandateData .panel {
    background: rgba(255, 255, 255, 0.8);
  }

.welcome_rajbhawan .flexslider {
  border: 0;
  width: 100%;
}

  .welcome_rajbhawan .flexslider .slides img {
    -moz-user-select: none;
    width: 100%;
  }
/*-------------- write in inline ----------*/
a.social-icon {
  background-color: #fb511c;
  color: #FFF;
  padding: 4px 5px;
  margin-left: 0px !important;
}

.top_meta .search_modal_button {
  background: #fb511c;
}

.header_white {
  background: #fb511c;
}

  .header_white .sf-menu > li > a {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
  }

    .header_white .sf-menu > li > a:hover, .header_white .sf-menu > li.active > a {
      background-color: #de4110;
      color: #fff;
    }

.nav > li > a:focus, .nav > li > a:hover {
  background-color: #e04515;
}

.ds.transparent_section {
  background-color: rgba(255, 255, 255, 1);
}

.info-content a {
  color: #777777;
  line-height: 20px;
  padding-left: 10px;
}

  .info-content a i {
    margin-right: 5px
  }

.btn-skin {
  background-color: #fb511c;
}

.theme_buttons.color1 a, .theme_button.color1 {
  background-color: #fb511c !important;
}

.featured_section .icon-box i {
  background: #fb511c;
}

.ds .highlight {
  color: #fb511c;
}

.filters a:hover, .filters a.selected {
  background: #fb511c !important;
  border-color: #d8203b !important;
}

.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
  background: #fb511c !important;
  ;
  border-color: #fb511c !important;
  ;
}

.cbp-l-filters-text .cbp-filter-counter {
  background: none repeat scroll 0 0 #fb511c;
}

.links-wrap a {
  border: 1px solid #fb511c;
  background-color: #fb511c;
}

.western_box {
  background-color: #fb511c;
}

  .western_box h4 {
    margin: 100px 0;
  }

.theme_buttons.color1 a, .theme_button.color1 {
  background-color: #fb511c !important;
}

.featured_section .icon-box i {
  background: #fb511c;
}

.ds .highlight {
  color: #fb511c;
}

.filters a:hover, .filters a.selected {
  background: #fb511c !important;
  border-color: #d8203b !important;
}

.main-banner {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(/content/dam/rajbhawan/banner/banner-mid.jpg) no-repeat center center;
  background-size: cover;
}

  .main-banner .text-medium {
    font-size: 50px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
  }



  .raj_table table thead tr {
    background: #fff !important;
    color: #FFF;
  }

  .raj_table table tr:nth-child(even) {
    background: #E4E4E4 !important;
  }

  .raj_table table > tbody > tr > th {
    background: #827f7f;
    padding: 8px;
    color: #fff;
  }

  .raj_table table > thead > tr > th {
    background: #827f7f;
    padding: 8px;
    color: #fff;
  }

  .raj_table table tr td {
    padding: 8px;
    border: 1px solid #CCC;
    border-collapse: collapse;
    color: #333;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
  }

    .raj_table table > tbody > tr > th p, .raj_table table tr td p {
      margin: 0;
    }


.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #9c9393;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #9c9393;
}

.table {
  width: 100% !important;
}


.table-bordered {
  border: 1px solid #9c9393;
}

.goverImg {
  padding: 0 10px 10px 10px;
  margin-right: 20px
}

  .goverImg img {
    border: 1px dashed #e3e3e3;
    height: 250px;
    width: 250px;
  }

.text h4 {
  font-size: 15px;
  font-weight: 700
}

.quote blockquote {
  padding: 5px 10px;
  margin: 25px 0 10px;
}

  .quote blockquote .fa.fa-quote-left {
    padding: 0 10px 0 0;
  }

  .quote blockquote .fa.fa-quote-right {
    padding: 0 0 0 10px;
  }

#abt-sec blockquote p {
  font-size: 25px;
  line-height: 30px;
}

#abt-sec cite {
  line-height: 25px
}

.news-list {
  border: 1px solid #e1e1e1;
}

  .news-list li a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #e1e1e1;
  }

    .news-list li a h4 {
      margin: 0px;
      font-weight: 500;
      font-size: 16px;
      line-height: 27px;
      color: #333;
    }

      .news-list li a h4:hover {
        color: #e44412;
        text-decoration: underline
      }

    .news-list li a span {
      color: #777;
    }

.video-img-box {
  position: relative;
}

  .video-img-box .iconShow {
    position: absolute;
    top: 40%;
    left: 40%;
  }



  .guideline > ul {
    margin: 0;
  }

  .guideline ul li {
    float: left;
    list-style: none;
    padding: 7px 5px;
  }

    .guideline ul li a {
      color: #fff;
      line-height: 20px;
      font-size: 13px;
      text-decoration: none;
      font-weight: 600;
    }

    .guideline ul li.fontResizer a {
      width: 20px;
      height: 25px;
      line-height: 20px;
      text-align: center;
      float: left;
      background: 0;
      font-size: 14px;
      color: #fff
    }

    .guideline ul li a.color1 {
      background: #fb511c;
      width: 20px;
      height: 20px;
      float: left;
      padding: 4px;
      border: 1px solid #fff;
    }

    .guideline ul li a.color2 {
      background: #026f9f;
      width: 20px;
      height: 20px;
      float: left;
      padding: 4px;
      border: 1px solid #fff;
    }

    .guideline ul li a.color3 {
      background: #583b5d;
      width: 20px;
      height: 20px;
      float: left;
      padding: 4px;
      border: 1px solid #fff;
    }

    .guideline ul li a.color4 {
      background: #000;
      width: 20px;
      height: 20px;
      float: left;
      padding: 4px;
      border: 1px solid #fff;
      color: #fff;
      text-align: center;
      line-height: 10px;
    }

    .guideline ul li .searchIcon {
      width: 25px;
      height: 20px;
      float: left;
      text-align: center;
      line-height: 20px;
    }

.page-scroll {
  position: absolute;
  bottom: 5px;
  width: 60px;
  height: 40px;
  right: 0%;
  background: #fb511c;
  z-index: 1;
  font-size: 40px;
}

  .page-scroll:after {
    color: #ffffff;
    content: '\e832';
    font-size: 16px;
    line-height: 40px;
    font-family: 'fontello';
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

.page-scroll-up {
  bottom: 50px;
}

  .page-scroll-up:after {
    content: '\e835';
  }

.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-width: 2px;
  margin: 0 1px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.carousel-indicators .active {
  margin: 0 1px;
}

@media screen and (max-width: 768px) {
  .raj_table {
    width: 100%;
    overflow-y: hidden;
    overflow: auto;
  }

  .main-banner .text-medium {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .carousel-indicators {
    bottom: 0px;
  }
}

.intro_section .carousel-control {
  border: 1px solid #fb511c;
  color: #fb511c !important;
  border-radius: 0px;
  width: 50px;
  height: 50px;
  left: -50px;
  top: 50%;
  margin-top: -25px;
  text-shadow: none;
  opacity: 1;
  background-image: none !important;
  filter: alpha(opacity=100);
}

  .intro_section .carousel-control.right {
    right: -50px;
  }

.intro_section .carousel:hover .carousel-control {
  left: 50px;
}

.carousel:hover .carousel-control.right {
  left: auto;
  right: 50px;
}

.carousel-control span {
  width: 50px !important;
  height: 50px !important;
  margin: 0 !important;
  font-size: 16px !important;
  left: 0 !important;
  top: 0 !important;
  line-height: 50px !important;
}

.carousel-control .icon-prev:before {
  content: "\e7c4";
}

.carousel-control .icon-next:before {
  content: "\e7c5";
}

.pagination > li {
  display: inline !important;
  background: none !important;
  
  padding: 0 !important;
}

#abt-sec {
  position: relative;
  padding: 60px 0 0px 0;
}

#latest-news, #update {
  position: relative;
  padding: 50px 0 0px 0;
}

#Feature {
  position: relative;
  padding-top: 60px;
}

.feature {
  background: #E5E6E8 url(/content/dam/rajbhawan/images/bg.jpg);
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}

.home-programs nav ul li.slide-content {
  width: 100%;
}

.welcome_rajbhawan .slide-out--news--title {
  color: #fff;
}

.news-box {
  border: 1px solid #fb511c;
}

  .news-box ul {
    list-style: none;
    padding: 0;
    marign: 0
  }

  .news-box .panel-heading {
    color: #fff;
    background-color: #fb511c;
    border-color: #ddd;
  }

    .news-box .panel-heading .glyphicon {
      padding-right: 5px;
    }

.news-span {
  float: right;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 5px 0px 5px;
}

  .news-span a {
    color: #fff
  }

.news-item {
  color: #3c3533;
  position: relative;
  padding: 4px 4px 4px 25px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #555;
}

  .news-item .date {
    font-size: 12px;
    color: #000;
    margin-bottom: 5px;
  }

  .news-item a {
    color: #FB511C;
  }

    .news-item a:hover {
      color: #FB511C;
      text-decoration: underline;
    }

  .news-item:before {
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f073";
    color: #3c3533;
    position: absolute;
    left: 0px;
  }

.page_footer {
  padding: 5px 0;
}

  .page_footer p a {
    color: #fff
  }

    .page_footer p a:hover {
      color: #fb511c;
    }

  .page_footer h3 {
    font-size: 12px;
    color: #fb511c;
    margin: 3px 0;
    font-weight: 700;
  }

  .page_footer p {
    line-height: 16px;
    font-size: 10px;
    margin-bottom: 4px;
    font-weight: 400;
    color: #fff;
  }

  .page_footer .links a {
    color: #fff;
    padding: 2px 0;
    display: block;
    font-size: 10px;
    font-weight: 400;
  }

.privacy {
  padding-right: 0
}

  .privacy a {
    font-size: 10px;
    color: #fff;
    border-right: 1px solid #ddd;
    padding: 0 2px;
  }


    .privacy a:last-child {
      border-right: none;
    }

.page_footer .links a:hover {
  color: #fd4911;
}

.social_icon_f ul {
  padding: 0px;
}

.social_icon_f li {
  display: inline-table;
  margin-right: 10px;
}

  .social_icon_f li a {
    font-size: 14px;
    color: #fff
  }

.cross:before {
  content: "\f00d" !important;
}

.page_copyright {
  padding: 10px 0
}

.page {
  padding: 2em 0;
  min-height: 300px
}

  .page p {
    font-weight: 400;
    text-align: justify;
  }

.circular .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  width: auto;
}

.circular .tab-content {
  border-radius: 0 0 0 0;
  padding: 10px 15px;
  border: none;
  background: transparent;
  min-height: 300px;
  width: 100%;
}

.circular .nav-tabs > li.active:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  z-index: 9;
  margin-top: -22px;
  border-left: 0;
  border-bottom: 22px solid transparent;
  border-top: 22px solid transparent;
  border-left-color: transparent;
  border-left-width: 16px;
  border-left-style: solid;
}

.circular .nav-tabs > li > a {
  padding: 6px 20px;
  background: #79716e;
}

.circular .nav-tabs li.active > a {
  color: #333;
  background: #d9dadb;
  border-bottom: 2px solid #fb511c;
}

#map-canvas {
  height: 900px;
}

#iw_container .iw_title {
  font-size: 16px;
  font-weight: bold;
}

.iw_content {
  padding: 15px 15px 15px 0;
}


.r-form-1-top {
  overflow: hidden;
  text-align: left;
}

.r-form-1-top-left {
  width: 100%;
  padding-top: 25px;
  padding-left: 25px;
}

  .r-form-1-top-left h3 {
    margin-top: 0;
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
  }

.r-form-1-bottom {
  padding: 25px;
  text-align: left;
}

  .r-form-1-bottom .terms {
    margin: 15px 0 0 0;
    opacity: 0.8;
    color: #fff;
    text-align: center;
  }

    .r-form-1-bottom .terms a:hover,
    .r-form-1-bottom .terms a:focus {
      outline: 0;
      border-bottom: 1px dotted #e38f42;
    }

.r-form-1-box input[type="text"],
.r-form-1-box textarea,
.r-form-1-box textarea.form-control {
  height: 40px;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  color: #888;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

  .r-form-1-box textarea,
  .r-form-1-box textarea.form-control {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
  }

    .r-form-1-box input[type="text"]:focus,
    .r-form-1-box textarea:focus,
    .r-form-1-box textarea.form-control:focus {
      outline: 0;
      background: #fff;
      border: 1px solid #fb511c;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
    }


#writeussubmit {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  background: #fb511c;
  border: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

  #writeussubmit:hover {
    opacity: 0.6;
    color: #fff;
  }

  #writeussubmit:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #writeussubmit:focus {
    outline: 0;
    opacity: 0.6;
    background: #e38f42;
    color: #fff;
  }

  #writeussubmit:active:focus, #writeussubmit:focus {
    outline: 0;
    opacity: 0.6;
    background: #e38f42;
    color: #fff;
  }

.webcast {
  position: absolute;
  left: 20%;
  bottom: 1%;
}

/* site Map */



div.linkcontainer {
  padding: 0 0 5px 20px;
}

  

div.link {
  padding-bottom: 5px;
}

  /*div.link a {
  }*/

.cm-image-raj {
  position: absolute;
  bottom: 0;
}

  .cm-image-raj img {
    max-width: 250px;
  }


@media screen and (max-width: 768px) {
  .cm-image-raj img {
    max-width: 120px;
  }
}
