@import url('https://fonts.googleapis.com/css?family=Cormorant+Upright|Great+Vibes');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    font-family: 'proxima_nova_rgregular';
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    font-family: 'proxima_nova_rgregular';
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
    font-family: 'proxima_nova_rgregular';
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'proxima_nova_rgregular';
    -ms-overflow-style: scrollbar;
}

.consti_pg_left {
    width: 49%;
    float: left;
    background: #b7d1e2;
}

.consti_pg_right {
    width: 49%;
    float: left;
    margin-left: 2%;
    background: #b7d1e2;
}

.pg_left_wrapper {
    width: 100%;
}

.pg_left_img {
    width: 100%;
    padding: 30px;
    margin: 0px;
}

.pg_left_img img {
    width: 100%;
}

.pg_left_txt {
    width: 100%;
    text-align: center;
    padding: 10px;
    margin: 0px;
}

.headingrne {
    padding-bottom: 20px;
    font-size: 55px;
    font-weight: 700;
    font-family: 'Great Vibes', cursive;
    color: #1e6aa3;
}

.breadcrumb {
    margin-top: 10px;
}

.breadcrumb ul {
    padding: 10px;
    list-style: none;
}

.breadcrumb ul li {
    display: inline;
    font-size: 18px;
}

.breadcrumb ul li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

.breadcrumb ul li a {
    color: #0275d8;
    text-decoration: none;
}

.breadcrumb ul li a:hover {
    color: #01447e;
    text-decoration: underline;
}

#amethi-rg-video {
    float: left;
    width: 100%;
    padding: 0px 0px 20px 0px
}

.about-rg p {}

.Social_MediaN {
    height: 60px;
    padding: 20px 0px 10px 0px;
    float: right;
}

.Social_MediaN ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.Social_MediaN ul li {
    padding: 0px;
    margin: 0px 5px 0px 5px;
    float: left;
}

.Social_MediaN ul li a {
    display: table-cell;
    width: 37px;
    height: 37px;
    font-size: 18px;
    background: #4f9dd8;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}

.btnvideo {
    width: 40px;
    position: absolute;
    margin-top: -80px;
    margin-left: 100px;
    opacity: .8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
}


/* NAVIGATION */

.navigation {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 50px 0;
}

.navigation ul {
    list-style: none;
    text-align: left;
}

.navigation ul li {
    display: block;
    list-style: none;
    border-top: 1px solid #19628e;
}

.navigation ul li a {
    display: block;
    font-weight: normal;
    padding: 15px;
    text-decoration: none;
    color: #19628e;
    text-transform: uppercase;
    margin: 0 0px;
}

.navigation ul li a,
.navigation ul li a:after,
.navigation ul li a:before {
    transition: all .5s;
}

.navigation ul li a:hover {
    color: #555;
}


/* Circle */

.shift ul li a {
    position: relative;
    z-index: 1;
}

.shift ul li a:hover {
    color: #fff;
}

.shift ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #289fdb;
    visibility: none;
    opacity: 0;
    z-index: -1;
}

.shift ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}


/* Keyframes */

@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}


/* Keyframes */

@-webkit-keyframes shift {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

#aboutus-area {
    float: left;
    width: 100%;
    background: #dee8f0;
    padding: 20px 0;
}

.aboutus-summary p {
    font-size: 17px;
    text-align: justify;
    line-height: 24px;
    margin-bottom: 18px;
}

.dropdowndr .dropbtndr {
    padding: 8px 8px;
    font-size: 10px;
}

#amethi-rg-video {
    float: left;
    background: #fff;
    width: 100%;
    padding: 0px 0px 20px 0px;
}

.videorowgr {
    width: 100%;
    padding: 0px
}

.videorowgr {
    width: 100%;
    padding: 0px
}

.videorowgr ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.videorowgr ul li {
    float: left !important;
    position: relative;
    font-family: 'proxima_nova_rgregular';
    width: 300px;
    height: 260px;
    display: inline-block;
    border-radius: 6px;
    padding: 10px;
    margin: 30px 10px 10px 0px;
}

.videorowgr ul li p {
    padding-top: 10px;
}


/*.videorowgr ul li:last-child{margin: 10px 0px 10px 0px;}*/

.videorowgr ul li img {
    width: 100%;
    opacity: 1;
    -webkit-transition: width 2s;
    /* Safari */
    transition: opacity 2s;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}

.videorowgr ul li img:hover {
    width: 100%;
    opacity: .5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */
}

.videorowgr ul li a {}

.videorowgr ul li h2 {
    font-size: 17px;
    line-height: 130%;
    margin-top: 10px;
    color: #333;
    display: inline-block;
}

.btnvideo {
    width: 40px;
    position: absolute;
    margin-top: -80px;
    margin-left: 100px;
    opacity: .8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
}

iframe {
    max-width: 100%!important;
}

.navbardrop {
    overflow: hidden;
    display: none;
    background-color: #3679b6;
    font-size: 12px;
    float: left;
    margin-left: 30px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100px;
}

.navbardrop a {
    float: left;
    font-size: 12px;
    color: white;
    text-align: center;
    padding: 12px 14px;
    text-decoration: none;
}

.dropdowndr {
    float: left;
    overflow: hidden;
}

.dropdowndr .dropbtndr {
    font-size: 15px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 10px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbardrop a:hover,
.dropdowndr:hover .dropbtndr {
    background-color: #3679b6;
}

.dropdowndr-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100px;
    z-index: 1;
}

.dropdowndr-content a {
    float: none;
    color: black;
    padding: 14px 14px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdowndr-content a:hover {
    background-color: #ddd;
}

.dropdowndr:hover .dropdowndr-content {
    display: block;
}

@media (min-width: 1200px) {
    .container {
        width: 1130px;
    }
}

.has-error {
    border-bottom: 1px solid #ec1515 !important;
}

input.has-error::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ec1515 !important;
}

input.has-error::-moz-placeholder {
    /* Firefox 19+ */
    color: #ec1515 !important;
}

input.has-error:-ms-input-placeholder {
    /* IE 10+ */
    color: #ec1515 !important;
}

input.has-error:-moz-placeholder {
    /* Firefox 18- */
    color: #ec1515 !important;
}

#PageContent ul,
#PageContent ol {
    list-style: decimal;
    font-size: 15px;
    line-height: 24px;
    padding-left: 20px;
}

#PageContent p {
    font-size: 15px;
    line-height: 24px;
}

#PageContent h1 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #032b5b;
}

#PageContent h2 {
    font-size: 25px;
    text-decoration: underline;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #032b5b;
}

#PageContent h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0px;
    color: #032b5b;
}

#PageContent .fr-strong {
    padding: 10px;
    border: 1px solid #337ab7;
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
}

#SupportForm h3 {
    text-align: center;
    font-size: 28px;
}

.status-message {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 18px;
    display: none;
}

.Error {
    color: #ec1515;
}

.Success {
    color: #000;
}

#SubscribeNow h3 {
    text-align: center;
    font-size: 22px;
}


/*header-styling*/

header {
    float: left;
    width: 100%;
    padding: 15px 0 0 0;
}


/*menu-styling*/

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    min-height: auto;
    border: 0;
}

ul.nav.navbar-nav.navbar-right {
    margin-top: 15px;
}

.navbar-brand {
    padding: 0;
    height: auto;
}

.navbar-nav>li {
    margin-left: 15px;
    margin-right: 15px;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 15px;
}

.navbar-default .navbar-nav li a {
    color: #666;
}

.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover {
    color: #666;
}

.navbar-default .navbar-nav .active a,
.navbar-default .navbar-nav .active a:focus,
.navbar-default .navbar-nav .active a:hover {
    background: transparent;
}

.navbar-default .navbar-nav .active a:before,
.navbar-default .navbar-nav .active a:focus:before,
.navbar-default .navbar-nav .active a:hover:before {
    left: 0;
    right: 0;
    background: #3789c6;
    height: 4px;
}

.navbar-nav>li a {
    padding: 10px 0;
}

.navbar-default .navbar-nav>li:hover>a {
    border-color: #3789c6;
}

ul.dropdown-menu li a {
    padding-top: 0;
    padding: 5px 10px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: transparent;
}

.navbar-right .dropdown-menu {
    top: 50px;
    border: 0;
}

.dropdown-menu>li a {
    border-top: none;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0;
}

.navbar-toggle {
    background: #2f7cb7;
    border-radius: 0px;
    border: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 29px 20px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: #2f7cb7;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}


/*menu-hover-effect*/

.hvr-overline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #3789c6;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-overline-from-center:hover:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:active:before {
    left: 0;
    right: 0;
}


/*footer-styling*/

footer {
    float: left;
    width: 100%;
    background: #2f7cb7;
    padding: 30px 0;
    text-align: center;
}

footer a {
    color: #fff;
}

ul.social-share {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

ul.social-share li {
    display: inline-block;
    margin-left: -5px;
}

ul.social-share li a {
    color: #fff;
    display: table;
    font-size: 24px;
}

ul.social-share li a:hover,
ul.social-share li a:focus {
    text-decoration: none;
}

ul.social-share li a i {
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-right: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

ul.social-share li:last-child a i {
    border-right: 1px solid #fff;
}

footer p {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    line-height: 20px;
    font-family: 'proxima_novalight';
    font-size: 13px;
}

ul.footer-links {
    float: left;
    width: 100%;
}

ul.footer-links li {
    display: inline-block;
}

ul.footer-links li a {
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #fff;
    font-family: 'proxima_novalight';
    font-size: 13px;
}

ul.footer-links li:first-child a {
    border-left: 0;
}

ul.footer-links li a:hover {
    color: #fff;
}


/*footer-social-icon-hover-effect*/

.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dee8f0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
    color: #000;
}

.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*rg-banner-styling*/

#rg-banner {
    float: left;
    width: 100%;
    margin-top: 12px;
}

.slid {
    position: relative;
}

.slid img {
    width: 100%;
}

.slid-content {
    position: absolute;
    float: left;
    width: 100%;
    background: rgba(4, 44, 90, 0.7);
    padding: 18px 10px;
    bottom: 0;
    min-height: 60px;
}

.slid-content h2 {
    font-family: 'proxima_novalight';
    font-size: 20px;
    color: #fff;
    line-height: normal;
    text-align: center;
}


/*about-rg-styling*/

#about-rg {
    float: left;
    width: 100%;
    background: #fff;
}

.rg-content-area {
    background: #fff;
    margin-top: -50px;
    text-align: center;
    padding: 3% 7%;
}

.rg-content-area h1 {
    font-family: 'proxima_novasemibold';
    font-size: 30px;
    color: #032b5b;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.rg-content-area p {
    line-height: 22px;
    font-size: 16px;
}

strong {
    font-weight: bold;
    color: #000;
}

.rg-showcase {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
}

.issues-img {
    float: left;
    width: 49%;
    margin-right: 2%;
    position: relative;
    background: #2f7cb7;
}

.issues-img>a>img,
.about-rg>a>img,
.events-rg>a>img {
    float: left;
    width: 100%;
    opacity: 1;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.issues-img:hover>a>img,
.about-rg:hover>a>img,
.events-rg:hover>a>img {
    opacity: .5;
}

.showcase-title {
    position: absolute;
    top: 0;
    background: #032b5b;
    color: #fff;
    height: 65px;
    width: 260px;
    display: table;
}

span.issue-icon {
    background: #2f7cb7;
    width: 70px;
    height: 65px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

span.issue-icon img {
    display: table-cell;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.about-rg,
.events-rg {
    float: left;
    width: 49%;
    position: relative;
    background: #2f7cb7;
}

.events-rg {
    margin-top: 20px;
}

.events-rg .showcase-title {
    background: #043a77;
}

.showcase-title h3,
.showcase-title h1,
.showcase-title h1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
}

.rahul-gandhi-content .title h6 {
    margin-bottom: 10px;
}


/*rg-form-area*/

#rg-form-area {
    float: left;
    width: 100%;
    background: #dee8f0;
    padding: 50px 0;
}

.rg-form {
    width: 700px;
    margin: 0 auto;
}

.rg-form-heading {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.rg-form-heading h2 {
    font-size: 30px;
    color: #032b5b;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.rg-form-heading p {
    font-size: 19px;
    color: #333;
}

input.form-control {
    background: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #7089a5;
    color: #000;
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    outline: 0;
}

.rg-form-input label {
    display: inline;
    font-size: 14px;
}

.checkbox {
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    left: 0;
    border: 1px solid #6a85a3;
    background-color: #d2e0eb;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    left: 0;
    top: 0;
    padding-left: 2px;
    padding-top: 2px;
    font-size: 10px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    margin-left: 0;
}

.checkbox input[type="checkbox"]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.common-btn {
    background: #ddd;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    text-transform: uppercase;
    background: #327db7;
}

button.common-btn:focus {
    outline: none;
}


/*btn-hover-effect*/


/* Ripple Out */

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}

.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #327db7 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}


/*video-area*/

#video-area {
    float: left;
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

.video-content h2 {
    font-size: 30px;
    color: #032b5b;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'proxima_novasemibold';
}

.video-content p {
    font-size: 19px;
    font-weight: bold;
    font-family: 'proxima_novalight';
}

.video-content img {
    margin: 0 auto;
}


/*video-slider-styling*/

.youtube-player {
    position: relative;
    padding-bottom: 43.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 5px;
    width: 845px;
    margin: 0 auto;
    margin-top: 40px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 82px;
    width: 82px;
    right: 0%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("../../../d129flpgfyol5n.cloudfront.net/images/video-play-btn.png") no-repeat;
    cursor: pointer;
}


/*social-media-styling*/

#social-media {
    float: left;
    width: 100%;
    background: url(001.jpg);
    height: 90vh;
    padding: 50px 0;
}

.twitter-widget {
    float: right;
    width: 45%;
    margin-right: 10%;
    background: #fff;
}

.facebook-widget {
    float: left;
    width: 45%;
    margin-left: 5%;
    background: #fff;
}


/*stay-area-styling*/

#stay-area {
    float: left;
    width: 100%;
    background: #dee8f0;
    padding: 50px 0;
}

form.stay-form {
    width: 900px;
    margin: 0 auto;
}

.stay-form h2 {
    text-transform: uppercase;
    display: inline-block;
    font-size: 24px;
    color: #032b5b;
}

.stay-email {
    display: inline-block;
    width: 300px;
    margin-left: 20px;
}

.stay-pincode {
    display: inline-block;
    width: 170px;
    margin-left: 20px;
}


/*about-page-template-styling*/

.about-page-template {
    background: #fff;
    float: left;
    width: 100%;
}

.about-title-area {
    background: #fff;
    margin-top: -65px;
}

.about-title-area .showcase-title {
    position: relative;
}

.rahul-gandhi-content {
    width: 85%;
    margin: 0 auto;
    padding: 30px 0;
}

.rahul-gandhi-content .title h1 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #032b5b;
}

.rahul-gandhi-content .title h6 {
    font-size: 16px;
    color: #032b5b;
    text-transform: uppercase;
}

.rahul-gandhi-content p {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 5px;
    padding-top: 0px;
    margin-bottom: 0px;
}

.rahul-gandhi-content p strong>span {
    font-size: 20px;
}

figure {
    font-size: 15px;
    font-style: italic;
    color: #032b5b;
    padding: 0px;
    margin-top: 20px;
    line-height: 20px;
    text-align: left;
}


/*
figure:after {
  content: '';
  display: block;
  width: 370px;
  height: 5px;
  background: #2f7cb7;
  margin: 0 auto;
  margin-top: 30px;
}*/


/*issues-page-template-styling*/

.issues-image-content h5 {
    font-size: 20px;
    color: #032b5b;
    line-height: 28px;
}

.btn-more {
    border: 1px solid #4087bd;
    width: 120px;
    display: block;
    padding: 8px 15px;
    font-size: 16px;
    color: #4087bd;
    text-transform: capitalize;
    margin-top: 20px;
}

.btn-more:hover,
.btn-more:focus {
    text-decoration: none;
}

.issues-image-content {
    border-bottom: 5px solid #2f7cb7;
    padding-bottom: 30px;
}

.btn-less {
    border: 1px solid #4087bd;
    width: 120px;
    display: block;
    padding: 8px 15px;
    font-size: 16px;
    color: #4087bd;
    text-transform: capitalize;
    margin-top: 20px;
    background: #cfe5f6;
}

.btn-less:hover,
.btn-less:focus {
    text-decoration: none;
}

.btn-less:after {
    content: '';
    background: url(../../../d129flpgfyol5n.cloudfront.net/images/less-arrow.png)no-repeat;
    display: inline-block;
    width: 13px;
    height: 8px;
    float: right;
    margin-top: 5px;
}

.issues-post {
    margin-bottom: 20px;
}

.issues-post.open-issue-post {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #4087bd;
}

.show-more-content {
    margin-top: 30px;
    height: 100%;
}

.show-more-content.hide {
    height: 0px;
}


/*newsroom-styling*/

#about-rg .rahul-gandhi-content {
    padding: 20px 0;
}

.news-post {
    margin-top: 50px;
}

.newspost-content {
    border-bottom: 5px solid #2f7cb7;
    padding-bottom: 10px;
}

.newspost-content h2 {
    font-size: 24px;
    color: #032b5b;
    text-transform: capitalize;
}

span.newspost-date {
    background: #d5e5f2;
    display: inline-block;
    padding: 5px 20px;
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 14px;
}

.newspost-content p {
    font-size: 14px;
    line-height: 18px;
}

.left-spacing {
    margin-left: 30px;
}

.right-spacing {
    margin-right: 30px;
}

.btn-more {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.btn-more:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d5e5f2;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-more:hover:before,
.btn-more:focus:before,
.btn-more:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn-more:after {
    content: '';
    background: url(../../../d129flpgfyol5n.cloudfront.net/images/right-more-arrow.png)no-repeat;
    width: 8px;
    height: 13px;
    margin-top: 2px;
    float: right;
}


/*pagination-area*/

.pagination {
    float: left;
    width: 100%;
    margin: 50px 0;
}

ul.pagination-area {
    margin: 0 auto;
    text-align: center;
    width: 300px;
}

ul.pagination-area li {
    display: table;
    float: left;
    background: #f2f2f2;
}

ul.pagination-area li a {
    display: table-cell;
    width: 50px;
    height: 40px;
    background: #f2f2f2;
    vertical-align: middle;
    text-align: center;
    color: #999;
}

ul.pagination-area li a:hover,
ul.pagination-area li a:focus {
    text-decoration: none;
    background: #dedede;
}

ul.pagination-area li.active a {
    background: #dedede;
}


/*PressReleases-styling*/

ul.press-release-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

ul.press-release-list li {
    width: 47%;
    float: left;
    margin-right: 3%;
    margin-bottom: 5%;
    display: flex;
}

ul.press-release-list li:nth-child(2n) {
    width: 47%;
    float: left;
    margin-left: 3%;
    margin-right: 0px;
}

.press-release-post {
    border-bottom: 5px solid #2f7cb7;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

.press-release-post h2 {
    font-size: 24px;
    text-transform: capitalize;
    color: #032b5b;
}


/*events-styling*/

ul.event-lists {
    float: left;
    width: 100%;
    margin-bottom: 5%;
}

.event-date {
    float: left;
    background: #dee8f1;
    width: 18%;
    margin-right: 2%;
    text-align: center;
    padding: 25px 20px;
    font-family: 'proxima_novalight';
}

ul.event-lists li {
    float: left;
    width: 100%;
    padding-right: 10%;
    margin-bottom: 20px;
    margin-top: 20px;
}

ul.event-lists li:last-child .event-content p {
    border-bottom: 0;
}

.event-content {
    float: left;
    width: 78%;
    margin-left: 2%;
}

.date {
    float: left;
    font-size: 40px;
    color: #2e7db6;
    font-family: 'proxima_novalight';
}

.month-year {
    float: left;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 5px;
}

.event-content h3 {
    font-size: 18px;
    color: #4087bd;
}

.event-content p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    border-bottom: 1px solid #022c5d;
    padding-bottom: 15px;
}


/*news-details-page*/

.news-title-bar-bg {
    float: left;
    width: 100%;
    height: 110px;
    background: #dee8f0;
}

.back-btn {
    background: #2f7cb7;
    width: 80px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    float: left;
    display: table;
}

.back-btn i {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.back-btn i.fa-angle-left:before {
    content: '';
    background: url(../../../d129flpgfyol5n.cloudfront.net/images/back-arrow-icon.png);
    width: 13px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
}

.news-detail-content {
    float: left;
    width: 100%;
    margin-top: -79px;
    margin-bottom: 80px;
    background: #fff;
}

.news-detail-content>a {
    float: left;
    position: relative;
    z-index: 1;
}

.news-detail-content p {
    font-size: 16px;
    line-height: 24px;
}

.title-area {
    float: left;
    width: 97.7%;
    background: #fff;
    padding-left: 5%;
    padding-right: 1%;
    position: relative;
}

.title-area h1 {
    font-size: 30px;
    padding-top: 30px;
    padding-botom: 30px;
    color: #032b5b;
}

.social-media {
    width: 37px;
    display: none;
    position: sticky;
    margin-left: -55px;
    float: left;
    top: 6.5%;
}

ul.news-details {
    margin-top: 165px;
}

ul.news-details li {
    display: table;
    margin-bottom: 1px;
}

ul.news-details li a {
    display: table-cell;
    width: 37px;
    height: 37px;
    font-size: 18px;
    background: #4f9dd8;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}


/*gallery-styling*/

.rg-image-wrapper {
    position: relative;
    padding: 20px 30px;
    /*background:transparent url(black.png) repeat top left;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    min-height: 20px;
    padding-top: 0;
}

.rg-image {
    position: relative;
    text-align: center;
    line-height: 0px;
}

.rg-image img {
    max-height: 100%;
    max-width: 100%;
}

.rg-image-nav a {
    position: absolute;
    width: 28px;
    height: 100%;
    text-indent: -9000px;
    cursor: pointer;
    z-index: 1;
    outline: none;
}

.rg-image-nav a.rg-image-nav-prev {
    left: 17%;
    background: url(../../../d129flpgfyol5n.cloudfront.net/images/big-img-left-arrow.png) no-repeat;
    background-position: 115% 50%;
}

.rg-image-nav a.rg-image-nav-next {
    right: 17%;
    background: url(../../../d129flpgfyol5n.cloudfront.net/images/big-img-right-arrow.png) no-repeat;
    left: auto;
    background-position: 115% 50%;
}

.rg-image-nav a:hover {
    opacity: 0.8;
}

.rg-caption {
    text-align: center;
    margin-top: 15px;
    position: relative;
}

.rg-caption p {
    font-size: 15px;
    font-family: 'proxima_nova_rgregular';
    line-height: 16px;
    padding: 0 15px;
}

.rg-view {
    height: 30px;
}

.rg-view a {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    background: #464646 url(../../../d129flpgfyol5n.cloudfront.net/images/views.png) no-repeat top left;
    border: 3px solid #464646;
    opacity: 0.8;
}

.rg-view a:hover {
    opacity: 1.0;
}

.rg-view a.rg-view-full {
    background-position: 0px 0px;
}

.rg-view a.rg-view-selected {
    background-color: #6f6f6f;
    border-color: #6f6f6f;
}

.rg-view a.rg-view-thumbs {
    background-position: 0px -16px;
}

.rg-loading {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000 url(../../../d129flpgfyol5n.cloudfront.net/images/ajax-loader.gif) no-repeat center center;
    margin: -23px 0px 0px -23px;
    z-index: 100;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    opacity: 0.7;
}


/* Elastislide Style */

.es-carousel-wrapper {
    /*background: #101010;*/
    padding: 10px 50px;
    position: relative;
    margin-bottom: 20px;
}

.es-carousel {
    overflow: hidden;
}

.es-carousel ul {
    display: none;
}

.es-carousel ul li {
    height: 100%;
    float: left;
    display: block;
}

.es-carousel ul li a {
    display: block;
    border-style: solid;
    border-color: #222;
    border: 0;
    -webkit-touch-callout: none;
    /* option */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.es-carousel ul li.selected a {
    border-color: #fff;
    opacity: 1.0;
}

.es-carousel ul li.selected a:after {
    content: '';
    display: block;
    width: 94%;
    height: 5px;
    background: #3789c6;
    margin-top: 5px;
}

.es-carousel ul li a img {
    display: block;
    border: none;
    max-height: 100%;
    max-width: 100%;
}

.es-nav span {
    position: absolute;
    top: 50%;
    left: 8px;
    /*background:transparent url(nav_thumbs.png) no-repeat top left;*/
    width: 16px;
    height: 29px;
    margin-top: -13px;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 1;
}

.es-nav span.es-nav-prev {
    background: url(../../../d129flpgfyol5n.cloudfront.net/images/small-img-left-arrow.png)no-repeat;
}

.es-nav span.es-nav-next {
    right: 8px;
    background: url(../../../d129flpgfyol5n.cloudfront.net/images/small-img-right-arrow.png)no-repeat;
    left: auto;
    background-position: top right;
}

.es-nav span:hover {
    opacity: 1.0;
}

.rg-image-gallery {
    margin-top: 5%;
    margin-bottom: 5%;
}

.rg-image-gallery h3 {
    font-size: 20px;
    text-align: center;
}

.rg-image-gallery p {
    text-align: center;
}

span.gallery-date {
    text-transform: uppercase;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

#PageContent {
    margin-top: 30px;
}


/*video-slider*/

#video-slider {
    background: #dee8f1;
    float: left;
    width: 100%;
    margin-top: 5%;
}

#video-slider .about-title-area {
    background: #dee8f1;
}

#myCarousel {
    width: 65%;
    margin: 0 auto;
    margin-top: 30px;
}

#myCarousel .item p {
    margin-top: 10px;
    text-align: center;
    line-height: 20px;
}

#PageContent ul,
#PageContent ol {
    list-style: decimal;
    font-size: 15px;
    line-height: 24px;
}

#PageContent p {
    font-size: 15px;
    text-align: justify;
    line-height: 24px;
    margin-bottom: 10px;
}

#PageContent h1 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #032b5b;
}

.FAQS h4 {
    color: #337ab7;
    font-weight: bold;
}

#myCarousel .list-group {
    height: 325px;
    width: 23%;
    float: right;
    overflow-x: hidden;
    overflow-y: hidden;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    border: 5px solid #317db7;
    background: none;
}

.list-group-item {
    padding: 0px;
}

.list-group-item:first-child {
    border-radius: 0;
}

.list-group-item {
    border: 5px solid transparent;
}

.list-group-item {
    background: transparent;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(47, 124, 183, 0.2);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 9px;
    border-radius: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 3px;
    background: rgba(47, 124, 183, 0.2);
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(47, 124, 183, 0.2);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: #317db7;
}

.mCSB_scrollTools {
    opacity: 1;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #317db7;
}

.fb_iframe_widget {
    width: 100%;
}

.fb_iframe_widget span {
    width: 100% !important;
}

#events-template {
    float: left;
    width: 100%;
}

#press-releases-template {
    float: left;
    width: 100%;
}

#news-details {
    float: left;
    width: 100%;
}

.carousel-inner {
    float: left;
    position: inherit;
}

span.fr-video.fr-fvc.fr-dvb.fr-draggable iframe {
    margin-top: 15px;
}

.FAQs h3 {
    font-size: 18px;
    color: #4087bd;
    margin-bottom: 10px;
}


/*responsive-style*/

@media (max-width: 1200px) {
    .slid-content h2 {
        font-size: 28px;
    }
    .issues-img,
    .about-rg,
    .events-rg {
        width: 49%;
    }
    .issues-img {
        margin-right: 2%;
    }
    form.stay-form {
        width: 100%;
    }
    #stay-area {
        padding: 30px 0;
    }
    .title-area {
        width: 91.4%;
    }
    .title-area h1 {
        font-size: 30px;
    }
    .social-media {
        margin-left: -40px;
    }
    .title-area h1 br {
        display: none;
    }
    .rahul-gandhi-content {
        width: 100%;
        padding: 20px 0;
    }
    .event-date {
        width: 16%;
    }
    ul.event-lists {
        margin-bottom: 20px;
    }
    ul.event-lists li {
        padding-right: 0px;
    }
    .event-content {
        margin-left: 0px;
        width: 82%;
    }
    .title-area h1 {
        padding-top: 15px;
        font-size: 25px;
    }
    #myCarousel {
        width: 80%;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .container {
        width: 95%;
    }
    .navbar-nav>li {
        margin-left: 10px;
        margin-right: 10px;
    }
    ul.nav.navbar-nav.navbar-right {
        margin-top: 10px;
    }
    .slid-content h2 {
        font-size: 25px;
    }
    .rg-content-area h1 {
        font-size: 25px;
    }
    #social-media {
        padding: 30px 0;
    }
    .stay-form h2 {
        display: block;
    }
    .stay-email {
        width: 40%;
        margin-left: 0px;
    }
    .stay-pincode {
        width: 34%;
    }
    footer {
        padding: 20px 0;
    }
    .title-area {
        width: 88%;
    }
    .title-area h1 {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 30px;
    }
    .news-detail-content {
        margin-bottom: 30px;
    }
    .event-date {
        width: 20%;
    }
    .event-content {
        margin-left: 0px;
        width: 78%;
    }
    .rahul-gandhi-content .title h1 {
        font-size: 25px;
    }
    .issues-image-content {
        margin-top: 0px;
    }
    .about-title-area {
        float: left;
        width: 100%;
        margin-top: 0px;
    }
    #news-details .about-title-area {
        margin-top: -65px;
    }
    .rg-image-gallery {
        float: left;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0px;
    }
    #video-slider {
        margin-top: 15px;
    }
    #myCarousel {
        width: 100%;
        float: left;
    }
    .issues-image-content h5 {
        font-size: 16px;
        line-height: 20px;
    }
    .rahul-gandhi-content {
        float: left;
        width: 100%;
    }
    span.fr-video.fr-fvc.fr-dvb.fr-draggable iframe {
        width: 100% !important;
    }
    .showcase-title {
        margin-top: 20px;
        width: 220px;
    }
    .issues-img .showcase-title,
    .events-rg .showcase-title,
    .about-rg .showcase-title {
        margin-top: 0px;
    }
    .image-gallery .showcase-title {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .navbarhder {
        width: 100% !important;
    }
    header {
        padding: 0px;
    }
    ul.nav.navbar-nav.navbar-right {
        margin-top: 0px;
    }
    .navbar-default .navbar-nav .active a:before,
    .navbar-default .navbar-nav .active a:focus:before,
    .navbar-default .navbar-nav .active a:hover:before {
        display: none;
    }
    .videorowgr ul li {
        width: 334px;
        height: auto;
    }
    .hvr-overline-from-center:before {
        display: none;
    }
    .navbar-brand {
        margin-left: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .navbar-nav>li a {
        padding: 10px 0;
    }
    .navbar-nav>li {
        margin-left: 0px;
        margin-right: 0px;
        padding: 0 10px;
    }
    .navbar-default .navbar-nav li:hover,
    .navbar-default .navbar-nav li.active,
    li.dropdown.open {
        background: #2f7cb7;
    }
    .navbar-default .navbar-nav li:hover a,
    .navbar-default .navbar-nav li.active a {
        color: #fff;
    }
    .navbar-default .navbar-nav li.active:hover a {
        color: #fff;
    }
    .navbar-nav {
        margin-bottom: 0px;
    }
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
        color: #fff;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #042c5a;
        margin-left: -15px;
        margin-right: -15px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li:hover>a {
        color: #fff;
    }
    .navbar-toggle .icon-bar {
        border-radius: 0px;
        transition: all .2s;
        width: 25px;
    }
    .navbar-default .navbar-toggle.collapsed span.icon-bar.middle-bar {
        opacity: 1;
    }
    .navbar-toggle.collapsed .icon-bar.top-bar,
    .navbar-toggle.collapsed .icon-bar.bottom-bar {
        transform: rotate(0);
    }
    .navbar-toggle .icon-bar.top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }
    .navbar-toggle .icon-bar.bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 20% 100%;
    }
    .navbar-default .navbar-toggle span.icon-bar.middle-bar {
        opacity: 0;
    }
    .rg-content-area {
        margin-top: 0px;
        padding: 5% 0;
    }
    .slid-content {
        height: 90px;
        position: inherit;
        background: #042c5a;
    }
    .slid-content h2 {
        font-size: 20px;
    }
    .rg-content-area h1 {
        margin-bottom: 10px;
    }
    .rg-content-area h1 {
        font-size: 22px;
    }
    .issues-img {
        width: 100%;
        float: left;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .about-rg,
    .events-rg {
        width: 100%;
    }
    .rg-form {
        width: 100%;
    }
    .video-content h2 {
        font-size: 25px;
    }
    .video-content p {
        font-size: 16px;
    }
    .twitter-widget {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .facebook-widget {
        width: 100%;
        margin-left: 0px;
    }
    .fb_iframe_widget iframe {
        width: 100% !important;
    }
    .stay-email {
        width: 100%;
    }
    .stay-pincode {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    #stay-area {
        padding: 20px 0;
    }
    /*about-page*/
    .about-title-area {
        margin-top: 0px;
    }
    .rahul-gandhi-content {
        width: 100%;
    }
    .rg-form-heading h2 {
        font-size: 25px;
    }
    figure {
        padding: 0px;
        font-size: 18px;
        line-height: 24px;
    }
    span.issue-icon {
        height: 55px;
    }
    .showcase-title {
        height: 55px;
    }
    .back-btn {
        width: 50px;
        height: 50px;
    }
    .news-detail-content {
        margin-top: -50px;
    }
    .event-date {
        width: 32%;
    }
    .event-content {
        width: 66%;
    }
    .issues-image img {
        margin: 0 auto;
    }
    .issues-image-content {
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .issues-image-content h5 {
        line-height: normal;
    }
    .show-more-content {
        margin-top: 15px;
    }
    .news-post {
        margin-top: 25px;
    }
    .left-spacing {
        margin-left: 0px;
    }
    .newspost-content {
        margin-top: 15px;
    }
    .newspost-image img {
        margin: 0 auto;
    }
    ul.press-release-list li {
        width: 100%;
        float: left;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    ul.press-release-list li:nth-child(2n) {
        width: 100%;
        margin-left: 0px;
    }
    .list-group-item:first-child {
        border-top: 0px;
    }
    #news-details .about-title-area {
        margin-top: -50px;
    }
    .news-detail-content {
        margin-top: 20px;
    }
    /*.navbar-nav>li:last-child { display:none;
  
}*/
    .navbardrop {
        display: inline-block;
        float: right;
        margin-right: 20px;
        margin-top: 15px
    }
    #gdpr-cookie-message p {
        padding: 0px!important;
        margin: 0px!important;
    }
    #gdpr-cookie-message button,
    button#ihavecookiesBtn {
        float: none!important;
        margin-right: 0px!important;
    }
    #gdpr-cookie-message p:last-child {
        display: inline-block;
        float: none!important;
    }
}

@media (max-width: 767px) {
    .navbardrop {
        display: inline-block;
        float: none;
        margin-left: 100px;
    }
    .videorowgr ul li {
        width: 290px;
        height: auto;
    }
    .navbar-toggle {
        margin-top: 16px;
        margin-right: 15px;
        margin-bottom: 0px;
        padding: 15px 11px;
    }
    figure {
        font-size: 12px;
        line-height: normal;
    }
}

@media (max-width: 568px) {
    .Social_MediaN {
        height: 40px;
        padding: 0px 0px 20px 0px;
        float: none;
        margin: auto;
    }
    .Social_MediaN ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }
    .Social_MediaN ul li {
        padding: 0px;
        margin: 0px 5px 0px 5px;
        float: left;
    }
    .Social_MediaN ul li a {
        display: table-cell;
        width: 37px;
        height: 37px;
        font-size: 18px;
        background: #4f9dd8;
        color: #fff;
        vertical-align: middle;
        text-align: center;
    }
    .videorowgr ul li {
        width: 254px;
        height: auto;
    }
}

@media (max-width: 480px) {
    .headingrne {
        font-size: 28px;
        padding-bottom: 15px;
        padding-top: 18px;
    }
    .rg-content-area h1 {
        font-size: 24px;
    }
    .navbar-toggle {
        padding: 16px 13px 15px 13px;
        margin-top: 15px;
        margin-right: 15px;
    }
    .navbardrop {
        width: 100px;
        margin-left: 60px;
        font-size: 10px;
    }
    .rg-content-area p {
        line-height: 20px;
        font-size: 14px;
    }
    .slid-content {
        min-height: auto;
    }
    .slid-content h2 {
        font-size: 16px;
    }
    .rg-form-heading h2 {
        font-size: 22px;
    }
    ul.footer-links li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    figure:after {
        width: 100%;
    }
    .title-area {
        width: 100%;
    }
    .event-date {
        width: 35%;
        margin-right: 0px;
        margin-bottom: 10px;
        padding: 10px;
    }
    .event-content {
        width: 100%;
    }
    .month-year {
        font-size: 18px;
    }
    .date {
        font-size: 18px;
    }
    .month-year br {
        display: none;
    }
    .rahul-gandhi-content .title h1 {
        font-size: 22px;
    }
    .showcase-title {
        height: 50px;
    }
    span.issue-icon {
        height: 50px;
    }
    .rg-showcase {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #rg-form-area,
    #video-area,
    #social-media {
        padding: 20px 0;
    }
    span.issue-icon img {
        height: 30px;
    }
    #myCarousel .list-group {
        width: 33%;
    }
    .videorowgr ul li {
        float: none;
        width: 100%;
        height: auto;
    }
    .videorowgr ul li img {
        width: 100%;
    }
}

@media (max-width:428px) {
    .navbar-toggle {
        padding: 16px 13px 15px 13px;
        margin-top: 15px;
        margin-right: 4px;
    }
    .navbardrop {
        width: 100px;
        margin-left: 22px;
        font-size: 10px;
    }
}

@media (max-width: 380px) {
    .navbardrop {
        width: 99px;
        margin-left: 5px;
        margin-right: 0px
    }
}

@media (max-width: 375px) {
    .navbardrop {
        width: 89px;
        margin-left: 17px;
    }
    .dropdowndr .dropbtndr {
        font-size: 13px;
    }
    .navbar-toggle {
        padding: 16px 13px 13px 13px;
    }
    .slid-content {
        height: 100px;
        position: inherit;
        background: #042c5a;
    }
}

@media (max-width: 360px) {
    .navbardrop {
        width: 89px;
        margin-right: 7px;
        margin-left: 17px;
    }
    .navbar-toggle {
        margin-right: 6px;
    }
    .rg-content-area h1 {
        font-size: 18px;
    }
    .rahul-gandhi-content .title h1 {
        font-size: 18px;
    }
    .newspost-content h2 {
        font-size: 16px;
    }
    .navbardrop {
        width: 80px;
        margin-left: 12px;
    }
    .dropdowndr .dropbtndr {
        font-size: 12px;
    }
    .navbar-toggle {
        padding: 14px 13px 13px 13px;
    }
    .dropdowndr .dropbtndr {
        padding: 9px 10px;
    }
    .rahul-gandhi-content .title h1 {
        font-size: 18px;
    }
    .rg-form-heading h2 {
        font-size: 18px;
    }
    .video-content h2 {
        font-size: 16px;
    }
    .issues-image-content h5 {
        font-size: 16px;
    }
    .slid-content {
        padding: 10px;
    }
}

@media (max-width: 320px) {
    .slid-content {
        font-size: 14px;
    }
    .navbardrop {
        width: 56px;
        display: inline-block;
        padding: 0px;
        margin: 15px 0px 0px 10px;
    }
    .headingrne {
        font-size: 24px;
    }
    .dropdowndr-content {
        width: 56px;
    }
    .dropdowndr-content a {
        padding: 14px 9px;
    }
    .dropdowndr .dropbtndr {
        font-size: 8px;
        padding: 11px 7px;
    }
    .navbar-toggle {
        padding: 8px 7px 10px 7px;
        margin-top: 15px;
        margin-right: 13px;
    }
}

@media (max-width: 300px) {
    .navbar-toggle {
        margin-right: 10px;
    }
    .navbardrop {
        width: 52px;
        display: inline-block;
        padding: 7px 0px;
        margin-left: 6px;
    }
    .dropdowndr .dropbtndr {
        font-size: 8px;
        padding: 4px 5px;
    }
}