/*
Theme Name: Indian National Congress
Theme URI: http://inc.in/
Description: Indian National Congress Theme
Tags: 
Author: 7EDGE
Author URI: https://7edge.com/
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500');
/*font-family: 'Montserrat', sans-serif;*/

/* reset */
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}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}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;}

body {
  background: #ffffff;
  font-family: 'proxima_novaregular';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; 
}
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
 opacity:0;  /* make things invisible upon start */
 -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
 -moz-animation:fadeIn ease-in 1;
 animation:fadeIn ease-in 1;

 -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
 -moz-animation-fill-mode:forwards;
 animation-fill-mode:forwards;

 -webkit-animation-duration:1s;
 -moz-animation-duration:1s;
 animation-duration:1s;
}

.fade-in.loading-animation {
 -webkit-animation-delay: 0.1s;
 -moz-animation-delay: 0.1s;
 animation-delay: 0.1s;
}

/*theme-styling*/
ul {
	padding-left: 0;
}
a:hover, a:focus {
	text-decoration: none;
}
@media (min-width: 1200px) {
	.container {
		width: 1150px;
	}
}
header {
  float: left;
  width: 100%;
}
.logo-area a img {
  float: left;
}
.head-section {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.social-share-list, .multi-language {
	display: inline-block;
	vertical-align: top;
}
.social-share-list ul li:first-child {
	padding-left: 0;
}
.social-share-list ul li {
	padding-left: 3px;
}
.social-share-list ul li, .multi-language ul li {
	display: inline-block;
}
.multi-language ul li:last-child {
  padding-right: 0;
}
.social-share-list ul li a {
	display: table;
	color: #ffffff;
	text-align: center;
}
.social-share-list ul li a:hover {
	text-decoration: none;
}
.social-share-list ul li a i {
	display: table-cell;
	background: #1d71a4;
	border-radius: 100%;
	width: 27px;
	height: 27px;
	vertical-align: middle;
	font-size: 13px;
}
.multi-language ul li:first-child {
	border-left: 0;
	padding-left: 0;
}
.multi-language ul li {
	border-left: 1px solid #e0e0e0;
	padding: 5px 10px;
  line-height: 16px;
}
.multi-language ul li a {
	text-transform: uppercase;
  font-size: 13px;
  font-family: 'proxima_novasemibold';
}
.multi-language ul li a:hover {
	text-decoration: underline;
}
.social-area {
	float: right;
	margin: 14px 0;
}
.social-share-list {
	margin-right: 20px;
}

/*main-menu*/
.main-menu {
  float: left;
  width: 100%;
  background: #12436d;
}
.menu-mobile {
  display: none;
  padding: 10px 20px;
  color: #fff;
}
a.menu-mobile:hover, a.menu-mobile:focus {
  color: #fff;
  outline: none;
}
.menu-mobile:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 20px;
  padding: 0;
  float: right;
  position: relative;
  top: 4px;
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%);
}
.menu-dropdown-icon:before {  
  content: "\f067";
  font-family: "FontAwesome";
  display: none;
  cursor: pointer;
  float: right;
  padding: 0 5px;
  color: #fff;
  margin-right: 5px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.menu-dropdown-icon.sub-active:before {
  content: "\f068";
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.menu > ul:before, .menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  margin: 0;
}
.menu > ul > li > a {
  padding: 15px 14px;
}
ul.account{
  background: #F3F3F3;
}
.account-dropdown{
  min-width: 190px !important;
}
ul.account li > a, ul.account li{
  padding: 5px 10px;
}
.dropdown-toggle span{
  color: #fff !important;
}
ul.account li  a{
  border: 0;
  padding-top: 10px;
  text-transform: capitalize;
  text-decoration: none;
  color: #12436d !important;
  font-size: 14px;
}
.menu > ul > li.sub-form-btn {
  background: #1d71a4;
}
.menu > ul > li.login-form-btn.form-cta:hover {
  background: #289fdb;
}
.menu > ul > li.sub-form-btn:hover {
  background: #1d71a4;
}
.menu > ul > li.login-form-btn {
  background: #289fdb;
}
.menu > ul > li.form-cta:hover a {
  color: #fff;
  text-decoration: none;
}
.menu > ul > li a {
  text-decoration: none;
  display: block;
  color: #fff;
  text-transform: uppercase;
}
.menu > ul > li:hover {
  /*background: #f0f0f0;*/
  /*color: #289fdb;*/
  cursor: pointer;
}
.menu > ul > li:hover > a {
  color: #1d71a4;
}
.menu > ul > li:hover {
  background: #f0f0f0;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 49px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul:before, .menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  background: none;
}
.menu > ul > li > ul > li > a {
  color: #12436d;
  width: 95%;
  display: block;
  padding-top: 10px;
  font-family: 'proxima_novasemibold';
  text-transform: uppercase;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before, .menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  margin: 0;  
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
  /*text-decoration: none !important;*/
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 15px;
  margin-left: -25px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li:hover a {
  color: #1d71a4;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding-top: 10px;
  text-transform: capitalize;
  text-decoration: none;
  color: #12436d;
  font-size: 14px;
}
li.nav-title > a {
  font-family: 'proxima_novasemibold' !important;
  text-transform: uppercase !important;
  cursor: default;
}
li.nav-title:hover > a {
  text-decoration: none !important;
}
li.active.menu-dropdown-icon {
  background: #f0f0f0;
}
li.active.menu-dropdown-icon a {
  color: #1d71a4;
}
b {
  font-weight: bold;
}

.nav-title > ul > li {
  padding-top: 10px;
  font-size: 14px;
}
.nav-title > ul > li > a {
  color: #12436d;
  font-family: 'proxima_novasemibold';
  text-transform: none;
}
.nav-title ul li > a:hover {
  color: #1d71a4;
}
li.inner-menu > a {
  font-family: 'proxima_novasemibold' !important;
  text-transform: uppercase !important;
  cursor: default;
  color: #1d71a4;
}
li.inner-menu ul li {
  padding-top: 10px;
}
.inner-menu-tag{
  text-decoration: none !important;
}
li.inner-menu ul li a {
  color: #12436d;
  font-family: 'proxima_novasemibold';
}
/*slider-section*/
#home-slider {
  float: left;
  width: 100%;
  margin: 35px 0;
}
.home-left-area {
  width: 780px;
  float: left;
}
.home-right-area {
  width: calc(100% - 780px);
  float: left;
}
.owl-dots {
  position: absolute;
  bottom: 10px;
  left: 46px;
}
.owl-dot {
  display: inline-block;
  cursor: pointer;
}
.owl-dot span {
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #6e6d71;
}
.owl-dot.active span, .owl-dot:hover span {
  background: #2684b4;
}
#home-top-latest-post .item {
  position: relative;
}
#home-top-latest-post .owl-nav.disabled {
  display: none;
}
.slid-content {
  position: absolute;
  bottom: 32px;
  left: 46px;
  color: #fff;
}
.slid-content h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'proxima_novabold';
}
.slid-content h4 {
  font-family: 'proxima_novasemibold';
  font-size: 20px;
}
.slid-content p {
  font-family: 'proxima_novaregular';
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 10px;
}
.read-more-cta {
  font-family: 'proxima_novasemibold';
  font-size: 12px;
  color: #fff;
  background: #289fdb;
  padding: 5px 15px;
  display: inline-block;
  text-transform: uppercase;
}

.inc-showcase-options {
  float: left;
  width: 100%;
}
.inc-showcase-options ul li {
  vertical-align: top;
  margin-bottom: 20px;
  display: table;
  float: left;
  margin-left: 20px;
}
.inc-showcase-options ul li:hover .border-style {
  width: 90px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.inc-showcase-options ul li:last-child .showcase-item h5 {
  padding-left: 15px;
}
.inc-showcase-options ul li:last-child .showcase-item .border-style {
  margin-left: 15px;
}
.showcase-item {
  width: 147px;
  height: 180px;
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.blue-bg {
  background: #289fdb;
}
.navy-blue-bg {
  background: #12436d;
}
.showcase-item h5 {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 15px;
  font-family: 'proxima_novabold';
  display: inline-block;
  width: 100%;
  min-height: 38px;
}
.showcase-img-area {
  width: 100%;
  float: left;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
}
.border-style {
  width: 70px;
  height: 3px;
  display: block;
  margin-top: 5px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.icon-image{
  float:left;
}
.voter-service-title{
   float: left;
   margin-left: 30px;
}
.voter-service-title h3{
  font-size: 18px;
  color: #ffffff;
  font-family: 'proxima_novabold';
  text-transform: uppercase;
  display: inline-block;
 
}
/*key-issues*/
#key-issues {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.issues-slider {
  float: left;
  width: 100%;
  background: #ebebeb;
}
.section-title {
  float: left;
  width: 100%;
  padding: 30px 0;
}
.section-title h1 {
  font-size: 24px;
  font-family: 'proxima_novabold';
  color: #12436d;
  text-align: center;
  text-transform: uppercase;
}
.slid-item {
  max-width: 247px;
  background: #ffffff;
  margin-bottom: 20px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
}
.key-issues-img {
  overflow: hidden;
}
.key-issues-img img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.key-issues-img:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#key-issues-slider {
  width: 94%;
  margin: 0 auto;
  position: relative;
}
#key-issues-slider .owl-prev .fa-angle-left:before {
  content: '';
  display: block;
  width: 16px;
  height: 31px;
  background: url(https://cdn.inc.in/images/left-arrow-img.png)no-repeat;
}
#key-issues-slider .owl-next .fa-angle-right:before {
  content: '';
  display: block;
  width: 16px;
  height: 31px;
  background: url(https://cdn.inc.in/images/right-arrow-img.png)no-repeat;
}
.key-issues-content {
  padding: 20px 25px;
}
.key-issues-content h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'proxima_novasemibold';
  color: #12436d;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.owl-carousel .owl-nav .owl-prev {
  display: inline;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}
.owl-carousel .owl-nav .owl-next {
  display: inline;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
}
.issue-heading-border-style {
  width: 70px;
  height: 3px;
  background: #bee2f4;
  margin-top: 5px;
}
.key-issues-content p {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
  height: 30px;
}
a.issues-more-cta {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'proxima_novasemibold';
  color: #37a7df;
  border: 1px solid #37a7df;
  display: inline-block;
  padding: 5px 15px;
  text-transform: uppercase;
}
.view-more-cta {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.view-more-cta a {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  background: #289fdb;
  padding: 10px 25px;
  font-family: 'proxima_novasemibold';
  font-size: 14px;
}

/*video-section*/
#video-section {
  background: #ebebeb;
  float: left;
  width: 100%;
  padding: 40px 0;
}
.rg-video-slider {
  float: left;
  width: 700px;
  background: #fff;
  padding: 20px 30px;
  margin-right: 40px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
}
.rg-right-option {
  float: left;
  width: calc(100% - 740px);
}
.rg-video-slider .nav-tabs {
  background: transparent;
}
.rg-video-slider .nav-tabs>li.active>a, .rg-video-slider .nav-tabs>li.active>a:focus, .rg-video-slider .nav-tabs>li.active>a:hover {
  border: none;
}
.rg-video-slider .nav-tabs>li>a:hover, .rg-video-slider .nav-tabs>li>a:focus {
  background: transparent;
}
.rg-video-slider .nav-tabs>li>a {
  color: #999;
  font-family: 'proxima_novabold';
  text-transform: uppercase;
  font-size: 20px;
  border: 0;
}
.rg-video-slider .nav-tabs>li:first-child>a {
  padding-left: 0;
}
.rg-video-slider .nav-tabs>li:hover>a {
  color: #999;
}
.rg-video-slider .nav-tabs>li.active>a {
  color: #289fdb;
}
.rg-video-slider .nav-tabs>li>a:after {
  content: '';
  display: block;
  background: #999;
  width: 60px;
  height: 3px;
}
.rg-video-slider .nav-tabs>li.active a:after {
  content: '';
  display: block;
  background: #37a7df;
  width: 60px;
  height: 3px;
}
img.streaming-icon {
  float: right;
  margin-top: 5px;
  margin-left: 5px;
}

/*re-speaks-area*/
#myCarousel .carousel-caption {
    left:0;
  right:0;
  bottom:0;
  text-align:left;
  padding:10px;
  background:rgba(0,0,0,0.6);
  text-shadow:none;
}
#myCarousel .list-group {
  position: absolute;
  top: -10px;
  right: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 0;
}
#myCarousel .list-group h4 {
  font-size: 13px;
  margin-top: 10px;
}
.mCSB_inside>.mCSB_container {
  margin-right: 15px;
}
.image-list-video {
  float: left;
  width: 100%;
  position: relative;
}
.overlay-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  color: #fff;
  text-transform: uppercase;
  background: rgba(11, 79, 138, 0.75);
}
.overlay-btn a {
  padding-top: 20px;
  display: block;
  font-size: 13px;
  color: #fff;
}
.mCSB_scrollTools {
  opacity: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  opacity: 1;
  background-color: #d5d5d5 !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d5d5d5 !important;
  border-radius: 0;
}
/*#myCarousel .list-group::-webkit-scrollbar {
  height: 0;
  width: 0;
}*/
#myCarousel .list-group-item {
  border-radius: 0px;
  cursor: pointer;
  height: auto !important;
  border: 0;
  padding: 10px 10px;
}
#myCarousel .list-group-item img {
  width: 100%;
}
#myCarousel .list-group .active {
  background-color: #eee;
  color: #333;
}

@media (min-width: 992px) { 
  #myCarousel {
    padding-right: 30%;
  }
  #myCarousel .carousel-controls {
    display: none;
  }
  .rg-video-slider {
    height: 494px;
  }
}
@media (max-width: 991px) { 
  .carousel-caption p,
  #myCarousel .list-group {display:none;}
}
/*scroll-style*/


/*voters-list*/
ul.voters-list {
  float: left;
  width: 100%;
}
ul.voters-list li {
  float: left;
  width: 100%;
  background: #12436d;
  padding: 20px;
  /*margin: 15px 0;  */
  margin-bottom: 13px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
ul.voters-list li:last-child{
  margin-bottom: 0;
}
ul.voters-list li:hover {
  padding: 20px 30px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
hr{
  margin-top: auto;
  margin-bottom: auto;
  border: 0;
  border-top: none;
}
.sandesh-icon {
  float: left;
  margin-right: 5%;
  min-width: 25%;
  vertical-align: middle;
}
.sandesh-icon img {
  max-width: 80px;
}
.voter-option img {
  display: inline-block;
  vertical-align: middle;  
}
.showcase-item-title {
  float: left;
  width: 60%;
}
.title-margin {
  margin-top: 15px;
}
.voter-option h3 {
  font-size: 18px;
  color: #ffffff;
  font-family: 'proxima_novabold';
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.voter-option h3:after {
  content: '';
  width: 70px;
  height: 3px;
  display: inline-block;
  margin-top: 5px;
  background: #289fdb;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.arrow-icon-img {
  float: right;
  line-height: 73px;
  width: 10%;
  text-align: right;
}

/*upa-tenure*/
.upa-tenure {
  float: left;
  width: 100%;
  background: #fff;
  padding: 35px 45px;
  margin-top: 40px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
}
.upa-tenure h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  font-family: 'proxima_novabold';
  color: #12436d;
  margin-bottom: 23px;
}
.upa-tabs-area {
  float: left;
  width: 100%;
}
.nav-tabs {
  border: 0;
  background: #e5e5e5;
}
.nav-tabs>li {
  margin-bottom: 0;
}
.upa-tabs-area .nav-tabs>li>a {
  text-transform: capitalize;
  font-family: 'proxima_novasemibold';
  color: #12436d;
  line-height: normal;
  font-size: 16px;
  border: 0;
  margin-right: 0;
  padding: 10px 19.55px;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
  border: 0;
  border-radius: 0;
  background-color: #289fdb;
  color: #fff;
  outline: 0;
}
.upa-tabs-area .nav-tabs>li.active>a {
  color: #fff;
  cursor: default;
  background-color: #289fdb;
  border: 0;
  border-bottom-color: transparent;
  border-radius: 0;
}
.upa-tabs-area .tab-content {
  float: left;
  width: 100%;
  background: #fafafa;
  padding: 20px;
}
.upa-tabs-area .content-area {
  float: left;
  width: 100%;
  padding-top: 50px;
}
.upa-tabs-area .content-area p {
  font-size: 16px;
  color: #333;
  line-height: 20px;
}
.tab-slideing .owl-nav.disabled, .tab-slideing .owl-dots {
  display: none !important;
}

/*achievements*/
#achievements {
  float: left;
  width: 100%;
  background: url(https://cdn.inc.in/images/our-achievements.jpg)no-repeat;
  background-size: cover;
  background-position: center, center;
  padding-bottom: 30px;
}
.section-title h2 {
  text-align: center;
  text-transform: uppercase;
  color: #37a7df;
  font-family: 'proxima_novabold';
  font-size: 24px;
}
#achievements-slider {
  width: 91%;
  margin: 0 auto;
  position: relative;
}
.achievement-slid-item {
  background: #fff;
  margin-bottom: 20px;
  padding-top: 30px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  min-height: 266px;
}
.achievement-slid-item h2 {
  font-size: 18px;
  color: #fff;
  font-family: 'proxima_novasemibold';
  text-transform: uppercase;
  background-color: #37a7df;
  padding: 15px 35px;
  margin-right: 15px;
}
.achievement-slid-item p {
  padding: 20px 35px;
  font-size: 18px;
  color: #4c7185;
  min-height: 150px;
}
a.achievement-more-cta {
  margin-left: 35px;
  text-transform: uppercase;
  padding: 5px 20px;
  border: 1px solid #37a7df;
  color: #12436d;
  font-size: 12px;
  font-family: 'proxima_novasemibold';
  display: inline-block;
  margin-bottom: 35px;
}
.owl-carousel .owl-nav.disabled {
  display: block;
}
#achievements-slider .owl-nav .owl-prev {
  left: -50px;
}
#achievements-slider .owl-nav .owl-next {
  right: -50px;
}
#achievements-slider .owl-prev .fa-angle-left:before {
  content: '';
  display: block;
  width: 16px;
  height: 31px;
  background-color: rgba(40, 159, 219, .5);
  background-image: url(https://cdn.inc.in/images/achievements-left-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 15px;
}
#achievements-slider .owl-next .fa-angle-right:before {
  content: '';
  display: block;
  width: 16px;
  height: 31px;
  background-color: rgba(40, 159, 219, .5);
  background-image: url(https://cdn.inc.in/images/achievements-right-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 15px;
}

/*history-section*/
#history-section {
  float: left;
  width: 100%;
  background: #ebebeb;
  padding: 45px 0 15px 0;
}
#history-section h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #12436d;
  text-align: center;
  font-family: 'proxima_novabold';
}
.left-area {
  width: 540px;
  float: left;
  margin-right: 15px;
}
.right-area {
  width: calc(100% - 570px);
  float: left;
  margin-left: 15px;
}
.history-showcase, .in-focus {
  float: left;
  background: #fff;
  margin-bottom: 30px;
  padding: 30px 35px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
}
.history-img-area {
  margin-top: 20px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.history-img-area img {
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.history-img-area:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.history-img-area span {
  position: absolute;
  bottom: 0;
  left: 20px;
  background: #fff;
  padding: 5px 20px;
  font-size: 13px;
  color: #12436d;
  font-family: 'proxima_novasemibold';
}
.history-content, .focus-content {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.history-content h3, .focus-content h3 {
  font-size: 20px;
  color: #12436d;
  font-family: 'proxima_novabold';
}
.history-content p, .focus-content p {
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  line-height: 18px;
}
.history-content p a {
  color: #289fdb;
}
.history-content .view-more-cta {
  text-align: left;
  margin-bottom: 0;
  margin-top: 35px;
}
.focus-img-area {
  position: relative;
  margin-top: 20px;
  float: left;
  width: 100%;
  overflow: hidden;
}
#history-section .focus-img-area img {
  height: 270px;
}
.focus-img-area img {
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.focus-img-area:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.focus-img-area span {
  position: absolute;
  bottom: 0;
  left: 20px;
  background: #fff;
  padding: 5px 20px;
  font-size: 13px;
  color: #12436d;
  font-family: 'proxima_novasemibold';
}
.focus-content ul {
  margin-top: 20px;
}
.focus-content ul li {
  padding: 20px 0;
  border-top: 1px solid #c9c9c9;
  width: 100%;
  float: left;
}
.focus-post-image {
  float: left;
  margin-right: 20px;
  width: 130px;
}
.focus-post-content {
  float: left;
  width: calc(100% - 157px);
}
.focus-post-content h3 {
  font-size: 14px;
}
.focus-content .view-more-cta {
  text-align: left;
  margin-bottom: 0;
}

/*inspiration-slider*/
.inspiration-slider {
  float: left;
  width: 100%;
  background: #fff;  
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
}
.inspiration-slider h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.inspiration-item {
  float: left;
  width: 100%;
  background: #12436d;
  color: #fff;
}
.inspiration-img {
  float: left;
  width: 243px;
}
.inspiration-content {
  float: left;
  width: calc(100% - 243px);
  padding: 0px 20px 20px 20px;
}
.inspiration-content h3 {
  color: #fff;
  font-size: 20px;
  font-family: 'proxima_novabold';
  text-transform: uppercase;
  min-height: 60px;
  margin-top: 15px;
}
.inspiration-content p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 16px;
}
a.inspiration-more-cta {
  color: #289fdb;
  font-size: 16px;
  text-decoration: underline;
}
.inspiration-content .view-more-cta {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 0;
}
#inspiration-sliding-area .owl-dots {
  display: none
}
#inspiration-sliding-area .owl-nav .owl-prev {
  left: 0px;
}
#inspiration-sliding-area .owl-nav .owl-next {
  right: 0px;
}
#inspiration-sliding-area .owl-prev .fa-angle-left:before {
  content: '';
  display: block;
  width: 16px;
  height: 31px;
  background-color: rgba(40, 159, 219, .5);
  background-image: url(https://cdn.inc.in/images/achievements-left-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 15px;
}
#inspiration-sliding-area .owl-next .fa-angle-right:before {
  content: '';
  display: block;
  width: 16px;
  height: 31px;
  background-color: rgba(40, 159, 219, .5);
  background-image: url(https://cdn.inc.in/images/achievements-right-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 15px;
}

/*footer*/
footer {
  float: left;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 60px;
}
.contact-info {
  float: left;
  width: 100%;
  text-align: center;
}
.contact-info h4 {
  font-size: 18px;
  color: #12436d;
  margin-bottom: 17px;
  font-family: 'proxima_novasemibold';
}
ul.app-download {
  float: left;
  width: 100%;
}
ul.app-download li:first-child {
  margin-left: 0px;
}
ul.app-download li {
  display: inline-block;
  margin-left: 5px;
}
ul.app-download li a {
  display: table;
  color: #fff;
  font-size: 35px;
}
ul.app-download li a i {
  width: 48px;
  height: 48px;
  background: #12436d;
  display: table-cell;
  border-radius: 100%;
  vertical-align: middle;
  text-align: center;
}
.info-border-style {
  float: left;
  width: 100%;
}
.info-border-style span {
  width: 65px;
  height: 5px;
  background: #a3c5d8;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}
.address-info {
  float: left;
  width: 100%;
  margin-top: 60px;
  text-align: center;
}
.address-info h3 {
  font-size: 18px;
  color: #333;
  text-transform: capitalize;
  font-family: 'proxima_novabold';
}
.address-info p {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
}
.getin-touch-info {
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.getin-touch-info ul li {
  margin-top: 5px;
  font-size: 14px;
  color: #333;
}
.getin-touch-info ul li a {
  color: #333;
  text-decoration: underline;
}
.getin-touch-info ul {
  width: 165px;
  margin: 0 auto;
  text-align: left;
}
.getin-touch-info .info-border-style {
  margin-top: 10px;
}
.copyright-text {
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}
.policy-menu {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.policy-menu li {
  display: inline-block;
  margin-bottom: 10px;
}
.policy-menu li:first-child a {
  border-left: 0;
  padding-left: 0px;
  padding-right: 10px;
}
.policy-menu li a {
  padding-left: 10px;
  padding-right: 10px;
  color: #333;
  font-size: 14px;
  border-left: 1px solid #44c7a9;
}
/*footer-menu*/
.footer-menu {
  width: 100%;
  float: left;
  min-height: 230px;
}
.footer-menu h3 {
  text-transform: uppercase;
  color: #12436d;
  font-size: 14px;
  font-family: 'proxima_novabold';
}
.footer-menu ul {
  margin-top: 10px;
}
.footer-menu ul li a {
  font-size: 13px;
  color: #333;
  line-height: 20px;
}
.footer-menu ul li:hover a {
  text-decoration: underline;
  color: #12436d;
}
.footer-title-border {
  width: 65px;
  height: 5px;
  background: #a3c5d8;
  margin-top: 5px;
}

/*inner-page-styling*/
.breadcrumb-area {
  float: left;
  width: 100%;
  background: #f3f3f3;
}
.breadcrumb {
  background: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
ul.breadcrumb li a {
  color: #666;
  text-transform: uppercase;
  font-size: 10px;
  font-family: 'proxima_novaregular';
}
ul.breadcrumb li:hover a {
  text-decoration: underline;
}
ul.breadcrumb li.active a {
  color: #289fdb;
}
.breadcrumb>li+li:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
}
#general-secretaries {
  background: #f3f3f3;
  float: left;
  width: 100%;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.general-secretaries-left {
  position: relative;
  background: #fff;
  float: left;
  width: 925px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
}
.general-secretaries-right {
  float: right;
  width: 353px;
  margin-top: 20px;
  position: absolute;
  top: 0;
  right: 15px;
}
.general-secretaries-left  {
  padding: 25px;
}
.general-secretaries-left h1 {
  font-size: 30px;
  color: #12436d;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  font-family: 'proxima_novasemibold';
}
.about-secretaries {
  float: left;
  width: 100%;
  background: #f2f2f2;
}
ul.secretaries-list {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.secretaries-list li {
  float: left;
  width: 49%;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
ul.secretaries-list li:nth-child(2n) {
  margin-left: 2%;
}
/*.full-width ul.secretaries-list li:nth-child(2n) {
  margin-left: 0px;
  margin: 10px;
}
.full-width ul.secretaries-list {
  display: block;
  flex-wrap: inherit;
  -webkit-flex-wrap: inherit;
  -moz-flex-wrap: inherit;
}
.full-width ul.secretaries-list li {
  display: inline-block;
  margin: 10px;
}*/

.secretaries-content {
  float: left;
  width: 100%;
  padding: 25px;
  height: 290px;
}
.secretaries-content h3 {
  font-size: 20px;
  color: #12436d;
  text-transform: capitalize;
  font-family: 'proxima_novasemibold';
}
.secretaries-content h5 {
  color: #333;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: 'proxima_novasemibold';
}
.secretaries-content h5:after {
  content: '';
  display: block;
  width: 62px;
  height: 3px;
  background: #a1d1e9;
  margin-top: 5px;
}
.add-info p {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 18px;
}
.add-info p a {
  color: #333;
  text-decoration: underline;
}
p.contact-no {
  margin-top: 20px;
}
.office-bearers-area {
  float: left;
  width: 100%;
  background: #12436d;
  padding: 25px 25px 40px 25px;
  color: #fff;
}
.general-secretaries-right h2 {
  font-size: 24px;
  font-family: 'proxima_novasemibold';
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
ul.office-bearers-list {
  float: left;
  width: 100%;
}
ul.office-bearers-list li {
  float: left;
  width: 100%;
  text-transform: uppercase;
  padding: 15px 40px;
}
ul.office-bearers-list li:after {
  content: '';
  width: 80px;
  height: 3px;
  background: #2994c3;
  display: block;
  margin-top: 5px;
}
ul.office-bearers-list li a {
  color: #fff;
  font-family: 'proxima_novasemibold';
}
ul.office-bearers-list li.active {
  background: #0b6ca7;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.10);
}
ul.office-bearers-list li:hover {
  background: #0b6ca7;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.10);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.full-width .secretaries-content {
  height: auto;
}
.full-width ul.secretaries-list li:nth-child(2n) {
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.full-width ul.secretaries-list li {
  width: 33.33% !important;
  margin-top: 15px;
  margin-bottom: 15px;
}

/*newsletter-area*/
.newsletter-area {
  float: left;
  width: 100%;
  background: #b1d3e3;
  padding: 25px 35px;
}
.newsletter-area h2 {
  font-size: 24px;
  font-family: 'proxima_novasemibold';
  color: #12436d;
  text-transform: uppercase;
  text-align: center;
}
form.newsletter-form {
  float: left;
  width: 100%;
  text-align: center;
}
form.newsletter-form input {
  float: left;
  width: 100%;
  background: none;
  border: 0;
  border-bottom: 1px solid #81a8bf;
  text-align: center;
  padding: 10px 0;
}
form.newsletter-form input:focus {
  outline: 0;
}
form.newsletter-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: uppercase;
  color: #12436d;
  font-size: 13px;
}
form.newsletter-form input::-moz-placeholder { /* Firefox 19+ */
  text-transform: uppercase;
  color: #12436d;
  font-size: 13px;
}
form.newsletter-form input:-ms-input-placeholder { /* IE 10+ */
  text-transform: uppercase;
  color: #12436d;
  font-size: 13px;
}
form.newsletter-form input:-moz-placeholder { /* Firefox 18- */
  text-transform: uppercase;
  color: #12436d;
  font-size: 13px;
}
.subscribe-btn {
  width: 150px;
  margin: 0 auto;
  background: #289fdb;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 15px;
  border: 0; 
}

/*leadership-aera*/
.leadership-aera {
  float: left;
  width: 100%;
  background: #12436d;
  padding: 25px 25px 40px 25px;
  color: #fff;
}
.leadership-history {
  float: left;
  width: 80%;
}
.leadership-history .nav-tabs {
  background: none;
}
.leadership-history .nav-tabs>li>a {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #12436d;
  border: 0;
  padding: 10px 46px;
}
.leadership-history .nav-tabs>li:hover>a {
  background: none;
  color: #289fdb;
}
.leadership-history .nav-tabs>li.active>a {
  background: none;
  border: 0;
  color: #289fdb;
}
.leadership-history .nav-tabs>li.active>a:after {
  content: '';
  width: 100%;
  height: 11px;
  display: block;
  margin-top: 0px;
  background: #93cfed;
  position: absolute;
  left: 0;
}
.history-contents {
  float: left;
  width: 100%;
  background: #f2f2f2;
}
.leadership-history h3.title {
  float: left;
  width: 100%;
  background: #93cfed;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 24px;
}
ul.history-listing-area {
  float: left;
  width: 100%;
  padding: 60px 20px;
}
ul.history-listing-area.left-list {
  float: left;
  width: 50%;
}
ul.history-listing-area.right-list {
  float: left;
  width: 50%;
}
ul.history-listing-area li {
  /*width: 50%;*/
  float: left;
  padding-left: 60px;
  margin-bottom: 30px;
}
ul.history-listing-area li h4 {
  color: #12436d;
  font-size: 16px;
  font-family: 'proxima_novabold';
}
ul.history-listing-area li span {
  font-family: 'proxima_novasemibold';
  font-size: 14px;
  color: #12436d;
  display: block;
  min-height: 55px;
  line-height: 20px;
}
ul.history-listing-area li span:after {
  content: '';
  display: block;
  width: 46px;
  height: 6px;
  background: #a1d1e9;
  margin-top: 5px;
}
ul.leadership-lists li:first-child {
  border-top: 0;
}
ul.leadership-lists li {
  padding: 15px 40px;
  /*border-top: 1px solid #717f8c;*/
}
ul.leadership-lists li a h3 {
  text-transform: uppercase;
  color: #dae0e4;
}
ul.leadership-lists li a h3:after {
  content: '';
  width: 60px;
  height: 3px;
  background: #2994c3;
  display: block;
  margin-top: 5px;
}
ul.leadership-lists li a span {
  color: #5ac1f5;
  margin-top: 5px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
}
span.inc-name {
  color: #fff !important;
}
ul.leadership-lists li.active {
  background: #0b6ca7;
  border-color: transparent;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.10);
}
ul.leadership-lists li:hover{
  background: #19588c;
}
/*infocus-style*/
.infocus-area .general-secretaries-right {
  margin-top: 0;
}
.infocus-area .general-secretaries-right h2 {
  text-align: center;
}
.infocus-area .office-bearers-area {
  padding: 30px 30px;
}
.infocus-area ul.office-bearers-list li {
  padding-left: 10px;
  padding-right: 10px;
}
.infocus-area ul.office-bearers-list li:hover {
  background: none;
  box-shadow: none;
}
.infocus-area .general-secretaries-left {
  padding: 0;
}
.infocus-post {
  float: left;
  width: 81%;
  margin-left: 15px;
  position: relative;
}
.infocus-post-image > a > img {
  width: 100%;
}
.our-inspiration  img {
  width: auto !important;
}
.infocus-title {
  text-align: left;
  float: left;
  width: 100%;
}
.infocus-title h1 {
  text-align: left;
  font-family: 'proxima_novabold';
  font-size: 26px;
  color: #333;
  text-transform: none;
}
.infocus-title h1:after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: #a1d1e9;
  margin-top: 5px;
}
.infocus-title p {
  margin-top: 10px;
  color: #333;
  font-size: 14px;
  line-height: 18px;
}
.infocus-title p a {
  color: #289fdb;
  text-transform: capitalize;
}
.infocus-area ul.office-bearers-list li:first-child {
  border-top: 0;
}
.infocus-area ul.office-bearers-list li {
  border-top: 1px solid #717f8c;
}
.infocus-area ul.office-bearers-list li h4 {
  font-size: 16px;
  color: #dae0e4;
  line-height: 18px;
  text-transform: none;
}
.infocus-area ul.office-bearers-list li h4:after {
  content: '';
  width: 80px;
  height: 3px;
  background: #2994c3;
  display: block;
  margin-top: 5px;
}
.infocus-area ul.office-bearers-list li span {
  font-size: 10px;
  font-family: 'proxima_novaregular';
  display: block;
  margin-top: 5px;
}
.infocus-area ul.office-bearers-list li:after {
  display: none;
}
.infocus-posts {
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.post-of-infocus {
  float: left;
  width: 100%;
  background: #fff;
  padding: 22px;
  min-height: 330px;
  margin-bottom: 30px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
}
span.date-info {
  display: inline-block;
  background: #289fdb;
  color: #fff;
  padding: 5px 20px;
  text-transform: uppercase;
  position: relative;
  top: -10px;
  left: 20px;
  font-size: 12px;
  font-family: 'proxima_novasemibold';
}
.post-of-infocus span.date-info {
  left: 0;
}
.pagination-area {
  float: left;
  width: 100%;
}
.pagination-area .pagination {
  width: 100%;
  text-align: center;
  margin: 0;
}
.pagination-area .pagination>li {
  display: inline-block;
}
.pagination-area .pagination>li:first-child a {
  font-size: 25px;
  padding: 0 12px;
}
.pagination-area .pagination>li:last-child a {
  font-size: 25px;
  padding: 0 12px;
}
.pagination-area .pagination>li.active>a {
  background: transparent;
  color: #416586;
  border: 0;
}
.pagination-area .pagination>li>a:focus {
  border: 0;
  outline: 0;
}
.pagination-area .pagination>li>a {
  background: transparent;
  border: 0;
  color: #416586;
  font-size: 16px;
}
.post-share {
  float: right;
  position: relative;
  right: 20px;
  top: 20px;
}
.post-share ul {
  float: left;
  opacity: 0;
  visibility: hidden;
  width: 185px;
  display: none;
  margin-top: -5px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: absolute;
  right: 20px;
  z-index: 1;
}
.post-share ul li {
  display: table;
  background: rgba(18, 67, 109, 0.8);
  float: left;
  margin-left: 1px;
}
.post-share ul li:hover {
  display: block;
  background: rgba(18, 67, 109, 1);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.post-share ul li a {
  display: table-cell;
  width: 35px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.post-share:hover ul {
  display: block;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
}
.post-share .share-icon {
  position: relative;
  float: right;
}
.post-share .share-icon:hover {
  cursor: pointer; 
}
.post-share ul li {
  display: inline-block;
}
.infocus-post-content {
  float: left;
  width: 100%;
}
.post-of-infocus .post-share {
  top: 0;
  padding-bottom: 10px;
  right: 0;
}
.infocus-post-content h5 {
  font-size: 16px;
  font-family: 'proxima_novasemibold';
  color: #333;
  min-height: 50px;
}
.infocus-post-content h5:after {
  content: '';
  width: 60px;
  height: 3px;
  background: #a9d9f1;
  display: block;
  margin-top: 5px;
}
.infcous-page-template {
  padding-bottom: 40px !important;
}
span.tag-style a {
  font-size: 14px;
  color: #289fdb;
  text-transform: uppercase;
  font-family: 'proxima_novasemibold';
}
span.tag-style {
  position: relative;
  top: 0px;
}
.current-issues-post {
  float: left;
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
}
.current-issues-post-content {
  float: left;
  width: 100%;
  padding: 10px 25px 25px 25px;
}
.current-issues-post-content .sub-title h4 a {
  color: #289fdb;
  text-transform: uppercase;
  font-family: 'proxima_novasemibold';
}
.current-issues-post-content h2 {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
  font-family: 'proxima_novasemibold';
  min-height: 50px;
}
.current-issues-post-content h2:after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 5px;
  background: #a9d9f1;
}
.current-issues-img .post-share {
  top: 30px;
}

/*current-issues*/
#current-issues {
  float: left;
  width: 100%;
  padding: 20px 0 20px 0;
  background: #f3f3f3;
}
#current-issues h3.section-title, #prevailing-issues h3.section-title {
  text-align: center;
  text-transform: uppercase;
  color: #12436d;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding-top: 0;
}
#current-issues .view-more-cta {
  margin-top: 25px;
}

/*prevailing-issues*/
#prevailing-issues {
  float: left;
  width: 100%;
}
#prevailing-issues .current-issues-post {
  margin-bottom: 40px;
  min-height: 370px;
}
.key-issues-landing-page-template {
  padding-bottom: 25px !important;
}
.key-issues-landing-page-template .general-secretaries-right h2 {
  text-align: center;
}
.key-issues-landing-page-template .infocus-area ul.office-bearers-list li span {
  display: block;
}
.key-issues-landing-page-template ul.office-bearers-list li h6 {
  display: inline-block;
  margin-right: 30px;
  color: #2994c3;
}
.key-issues-landing-page-template .infocus-area ul.office-bearers-list li h4 {
  margin-bottom: 10px;
}
.key-issues-landing-page-template .infocus-area .office-bearers-area {
  padding: 40px 20px 40px 20px;
}
.key-issues-landing-page-template .infocus-area ul.office-bearers-list li.active {
  padding: 20px 20px 20px 35px;
}
.key-issues-landing-page-template .infocus-area ul.office-bearers-list li {
  border-top: 0;
  padding: 15px 20px 15px 35px;
  border-bottom: 1px solid #717f8c;
  border: 0;
}
.key-issues-landing-page-template .infocus-area ul.office-bearers-list li:first-child,
.key-issues-landing-page-template .infocus-area ul.office-bearers-list li:last-child {
  border-bottom: 0;
}
.key-issues-landing-page-template .infocus-area ul.office-bearers-list li.active:hover {
  background: #0b6ca7;
}
.key-issues-landing-page-template .infocus-area ul.office-bearers-list li:hover {
  background: #0b6ca7;
  border: 0;
}

/*leadership-template*/
.leadership-template {
  float: left;
  width: 100%;
}
.leadership-content {
  float: left;
  width: 82%;
  text-align: left;
  /*padding-left: 45px;*/
}
.leadership-content img {
  margin-bottom: 35px;
  width: 100%;
}
.leadership-content h1 {
  text-align: left;
  text-transform: capitalize;
  color: #333;
  font-size: 30px;
  font-family: 'proxima_novabold';
}
.leadership-content h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 30px;
}
.leadership-content h2:after {
  content: '';
  display: block;
  width: 100px;
  height: 6px;
  margin-top: 5px;
  background: #a9d9f1;
}
.leadership-content p {
  margin-bottom: 20px;
  font-size: 13px;
  color: #333;
  line-height: 18px;
  display: -webkit-inline-box;
}
.leader-info {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.leader-image {
  float: left;
  width: 270px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.leader-contact-details p a {
  color: #12436d;
  text-decoration: underline;
}
.leader-details {
  float: left;
  width: calc(100% - 250px);
  background: #bde1f1;
  padding: 65px;
  position: relative;
  z-index: 0;
  margin-left: -20px;
  color: #12436d;
}
.leader-details h3 {
  font-size: 20px;
  color: #12436d;
  font-family: 'proxima_novabold';
}
.leader-details p {
  color: #12436d;
  line-height: 18px;
}
.leadership-template ul.leadership-lists li {
  border: 0;
}

/*key-issues-details-page*/
.general-secretaries-left.spacing-class {
  padding: 25px;
}
.issues-content-text {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.issues-content-text h3 {
  font-size: 18px;
  color: #4c7185;
  font-family: 'proxima_novabold';
  line-height: 25px;
  display: block;
  padding: 20px 0px;
  position: relative;
}
.issues-content-text h3:before {
  content: '';
  display: block;
  width: 230px;
  height: 3px;
  background: #a1d1e9;
  position: absolute;
  top: 0;
}
.issues-content-text h3:after {
  content: '';
  display: block;
  width: 230px;
  height: 3px;
  background: #a1d1e9;
  position: absolute;
  bottom: 0;
}
.leadership-template.key-issues-landing-page-template {
  padding-bottom: 0 !important;
}

/*timeline-style*/
#timeline-page {
  float: left;
  width: 100%;
}
#timeline-page .breadcrumb-area {
  background: #fff;
}
#timeline-area {
  float: left;
  width: 100%;
  background: #d6e7f1;
}
.timeline-left-area {
  float: left;
  width: calc(100% - 151px);
}
.timeline-right-area {
  float: left;
  width: 151px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
}
.timeline-right-area ul {
  float: left;
  width: 100%;
  padding: 10px;  
}
ul.history-years li {
  text-align: center;
  padding: 15px;
}
ul.history-years li:hover a {
  color: #fff;
}
ul.history-years li:hover span.to-date {
  color: #fff;
}
ul.history-years li:hover {
  background: #289fdb;
}
ul.history-years li.active {
  background: #289fdb;
}
ul.history-years li.active a {
  color: #fff;
}
ul.history-years li.active span.to-date {
  color: #fff;
}
ul.history-years li a {
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
span.to-date {
  color: #999;
}
.leftside-timeline-post {
  width: 50%;
  float: left;
}
.leftside-timeline-post {
  width: 50%;
  float: left;
  border-right: 2px solid #fff;
}
.leftside-timeline-post ul li {
  width: 335px;
  float: right;
  padding-right: 70px;
  text-align: right;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.leftside-timeline-post ul li:nth-child(2n):after {
  content: '';
  display: block;
  background: url(https://cdn.inc.in/images/timeline-after-img.png)no-repeat;
  background-size: 80%;
  width: 204px;
  height: 27px;
  position: absolute;
  right: -104px;
  top: 22%;
  z-index: -1;
}
.leftside-timeline-post ul li:after {
  content: '';
  display: block;
  background: url(https://cdn.inc.in/images/timeline-after-img.png)no-repeat;
  background-size: 80%;
  width: 204px;
  height: 27px;
  position: absolute;
  right: -54px;
  top: 22%;
  z-index: -1;
}
.timeline-post-image-area {
  float: left;
  width: 100%;
  position: relative;
}
.timeline-post-image-area img {
  width: 100%;
}
.timeline-post-image-area span.date-info {
  position: absolute;
  right: 0;
  top: -15px;
  left: auto;
}
.rightside-timeline-post .timeline-post-image-area span.date-info {
  position: absolute;
  left: 0;
  top: -15px;
  right: auto;
}
.rightside-timeline-post ul li {
  width: 335px;
  float: left;
  padding-left: 70px;
  text-align: left;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.rightside-timeline-post ul li:nth-child(2n):after {
  content: '';
  display: block;
  background: url(https://cdn.inc.in/images/timeline-after-img.png)no-repeat;
  background-size: 80%;
  width: 204px;
  height: 27px;
  position: absolute;
  left: -104px;
  top: 22%;
  z-index: -1;
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.rightside-timeline-post ul li:after {
  content: '';
  display: block;
  background: url(https://cdn.inc.in/images/timeline-after-img.png)no-repeat;
  background-size: 80%;
  width: 204px;
  height: 27px;
  position: absolute;
  left: -54px;
  top: 22%;
  z-index: -1;
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.rightside-timeline-post ul {
  margin-top: 20%;
}
.rightside-timeline-post ul li:nth-child(2n) {
  margin-left: 50px;
  width: 335px;
}
.leftside-timeline-post ul li:nth-child(2n) {
  margin-right: 50px;
  width: 335px;
}
.leftside-timeline-post ul li:last-child {
  padding-bottom: 50px;
}
.rightside-timeline-post {
  float: left;
  width: 50%;
  border-left: 2px solid #fff;
  position: relative;
  margin-left: -2px;
}
.timeline-post-content {
  float: left;
  width: 100%;
}
.timeline-post-content h2 {
  font-size: 20px;
  font-weight: bold;
  color: #12436d;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.timeline-post-content p {
  font-size: 14px;
  color: #444;
  line-height: 18px;
}
.leftside-timeline-post .timeline-post-content h2:after {
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  background: #90cae8;
  position: absolute;
  right: 0;
  margin-top: 5px;
}
.rightside-timeline-post .timeline-post-content h2:after {
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  background: #90cae8;
  position: absolute;
  left: 0;
  margin-top: 5px;
}

/*achievements-template*/
.achievements-template {
  /*padding-top: 20px;*/
}
.achievement-tabs {
  float: left;
  width: 100%;
  background: #b9c8d6;
  margin-bottom: 20px;
}
.achievement-tabs .nav-tabs {
  background: none;
  text-align: center;
}
.achievement-tabs .nav-tabs>li>a {
  margin-right: 0;
  line-height: normal;
  border-radius: 0;
  border: 0;
  color: #12436d;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'proxima_novasemibold';
}
.achievement-tabs .nav-tabs>li.active>a, .achievement-tabs .nav-tabs>li.active>a:focus, .achievement-tabs .nav-tabs>li.active>a:hover {
  background: #f3f3f3;
  border: 0;
  color: #106ea7;
}
.achievement-tabs .nav-tabs>li>a:hover, .achievement-tabs .nav-tabs>li>a:focus {
  background: #f3f3f3;
  color: #106ea7;
}
.achievement-tabs .nav-tabs>li {
  float: none;
  display: inline-block;
}
.achievements-template h1 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 30px;
  margin-bottom: 20px;
}
.achievements-template h1:after {
  content: '';
  display: block;
  width: 100px;
  height: 6px;
  background: #a1d1e9;
  margin-top: 5px;
}
p.subparagraph-text {
  font-size: 16px;
  color: #1d71a4;
  line-height: 20px;
  position: relative;
  padding: 10px 0px 10px 20px;
}
p.subparagraph-text:before {
  content: '';
  display: block;
  width: 100px;
  height: 6px;
  background: #a1d1e9;
  position: absolute;
  top: 0;
  margin-bottom: 10px;
}
p.subparagraph-text:after {
  content: '';
  margin-top: 10px;
  display: block;
  width: 100px;
  height: 6px;
  background: #a1d1e9;
  position: absolute;
  bottom: 0;
}
.achievements-template .leadership-aera {
  padding: 50px 40px;
}
.achievements-template .leadership-content h2 {
  font-size: 24px;
  font-family: 'proxima_novabold';
  margin-bottom: 20px;
}
.achievements-template .leadership-content h3 {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 20px;
}
.achievements-template .leadership-content h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.achievements-template .leadership-content p {
  margin-bottom: 15px;
}
.achievements-template .leadership-content ul li {
  font-size: 15px;
  font-weight: 300;
  display: block;
  margin-top: 5px;
  line-height: 18px;
}
.inside-tab li a h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.nav.inside-tab>li>a {
  color: #fff;
  padding: 10px 0px 10px 35px;
  position: relative;
}
.nav.inside-tab>li.active>a {
  background: #0b6ca7;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.10);
  color: #fff;
}
.nav.inside-tab>li>a:focus, .nav.inside-tab>li>a:hover {
  background: #0b6ca7;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.10);
  color: #fff;
}
.inside-tab li a:hover:before {
  left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;  
}
.inside-tab li a:before {
  content: "";
  display: inline-block;
  background: url(https://cdn.inc.in/images/listing-arrow-icon.png)no-repeat;
  width: 13px;
  height: 7px;
  position: absolute;
  left: 10px;
  top: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav.inside-tab>li>a>i {
  margin-right: 10px;
}

.page-social-icons {
  position: sticky;
  top: 20px;
  float: left;
  margin-left: -55px;
}
.page-social-icons ul li {
  margin-bottom: 5px;
  display: table;
}
.page-social-icons ul li a {
  display: table-cell;
  width: 40px;
  height: 40px;
  background: #7fbedd;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-social-icons ul li a:hover {
  background: #52bdf1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
  
/*constitution-template*/
.constitution-template {
  float: left;
  width: 100%;
  margin-top: 60px;
  background: #1d71a4;
}
.constitution-img-area {
  float: left;
  width: 700px;
}
.constitution-content {
  float: left;
  width: calc(100% - 700px);
  padding: 75px 40px 0 40px;
}
.constitution-content h1 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'proxima_novasemibold';
  margin-bottom: 20px;
}
.constitution-content p {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
}
.constitution-content a.read-more-cta:hover {
  color: #fff;
}
.constitution-content a.read-more-cta:focus {
  outline: 0;
  color: #fff;
}
.constitution-content a.read-more-cta:active {
  color: #fff;
}

/*press-releases*/
.inner-left-side-content {
  width: calc(100% - 155px);
}
ul.releases-list {
  float: left;
  width: 100%;
  padding: 0 0px;
  margin-top: 10px;
}
ul.releases-list li {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.releases-list li .press-date-info {
  background: #1d71a4;
  float: left;
  color: #fff;
  padding: 15px;
  text-align: center;
  line-height: 20px;
  width: 100px;
  font-size: 17px;
}
.releases-list li .press-date-info span {
  font-size: 18px;
  display: block;
}
.releases-list li .press-date-info {
  width: 130px;
  line-height: normal;
  font-size: 13px;
  padding: 5px;
}
.press-content {
  float: left;
  width: calc(100% - 100px);
  background: #f2f2f2;
  padding: 10px 50px;
}
.press-content {
  float: left;
  width: 100%;
  padding: 15px;
}
.press-content p {
  font-size: 13px;
  width: 100%;
  float: left;
  line-height: normal;
}
.press-content span {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.releases-list li .press-date-info span {
  display: inline-block;
  font-size: 13px;
}
.press-date-info br {
  display: none;
}

/*mobile-hamburger*/
.mobile-hamburger-menu {
  float: left;
  width: 100%;
}
.mobile-hamburger-title {
  float: left;
  width: 100%;
  background: #12436d;
  padding: 10px 20px;
  color: #ffffff;
}
.mobile-hamburger-title span a:focus {
  outline: 0;
}
.mobile-hamburger-title h3 {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mobile-hamburger-title span {
  float: right;
}
.mobile-hamburger-title span a {
  color: #fff;
  font-size: 18px;
  width: 10px;
  display: block;
  text-align: center;
  height: 20px;
}
.mobile-hamburger-menu{
    display: none;
    margin-bottom: 15px;
  }


  /*table-style*/
  .evnttable {
    font-family: 'proxima_novaregular';
  }
  .content-infocus-text table {
    width: 100%;
  }
  .evnttable .tr {
    background: #f5f5f5;
}
#content-session h2 {
    font-size: 1.4em;
    font-family: 'proxima_novaregular';
    text-align: center;
    padding-left: 20px;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 10px 0px 0px 0px;
    background: #17507B;
    margin-bottom: 15px;
}
.evnttable td {
    color: #333;
    padding: 5px;
    color: #000;
    height: 35px;
    font-family: 'proxima_novaregular';
    font-size: 14px;
}
.evnttable th {
    background: #17507B;
    color: #fff;
    height: 35px;
    padding-left: 5px;
    vertical-align: middle;
}
.tab-content {
  float: left;
  width: 100%;
}
.our_value_template .infocus-post {
  margin-left: 0;
}
.inspiration-template .infocus-post-image img {
  float: left;
  width: 300px;
}
.infocus-landing-template .infocus-post {
  margin-left: 0;
}
.video-post {
  padding: 0;
  box-shadow: none;
  border-bottom: 1px solid #12436d;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
#modal-gallery .modal-content {
  border-radius: 0;
}
#modal-gallery .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
#modal-gallery .thumbnail {
  padding: 0;
  border: 0;
  width: 100%;
}
#modal-gallery h3.modal-title {
  width: 80%;
  float: left;
}
#modal-gallery button.close {
  width: 40px;
  height: 30px;
  background: #949494;
  text-shadow: none;
  color: #fff;
  opacity: 1;
  font-size: 30px;
  outline: none !important;
}
#modal-gallery .carousel-control i {
  background: rgba(44, 113, 164, 1);
}
#modal-gallery .glyphicon-chevron-left:before {
  content: "\f104";
  font-family: FontAwesome;
  text-shadow: none;
}
#modal-gallery .glyphicon-chevron-right:before {
  content: "\f105";
  font-family: FontAwesome;
  text-shadow: none;
}
#modal-gallery .carousel-control .glyphicon-chevron-left {
  width: 30px;
  height: 40px;
  margin-left: 0;
  margin-top: 0;
  left: 0;
}
#modal-gallery .carousel-control .glyphicon-chevron-right { 
  width: 30px;
  height: 40px;
  margin-right: 0;
  margin-top: 0;
  right: 0;
}
#modal-gallery .carousel-control.left, .carousel-control.right {
  margin-top: 0;
}
#modal-gallery .carousel-control {
  opacity: 1;
  margin-left: 0;
  margin-top: 0;
}
.video-template iframe {
  width: 98% !important;
}
#YouTubeModalBody iframe {
  width: 98% !important;
}
#YouTubeModalDialog .modal-header .close {
  width: 40px;
  height: 30px;
  background: #949494;
  text-shadow: none;
  color: #fff;
  opacity: 1;
  font-size: 30px;
  outline: none !important;
}
#YouTubeModalDialog .modal-content {
  border-radius: 0;
}
.modal-title {
  width: 80%;
  float: left;
}
.infocus-post-image {
  float: left;
  width: 100%;
}
.infocus-post-image {
  float: left;
  width: 100%;
}
.infocus-post-image img {
  float: left;
  width: 100%;
}
#new_volunteer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: capitalize;
}
#new_volunteer ::-moz-placeholder { /* Firefox 19+ */
  text-transform: capitalize;
}
#new_volunteer :-ms-input-placeholder { /* IE 10+ */
  text-transform: capitalize;
}
#new_volunteer :-moz-placeholder { /* Firefox 18- */
  text-transform: capitalize;
}
#new_volunteer p, #new_career p {
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}
#new_volunteer p{
  margin-bottom: 0;
  margin-top: 15px;
}
#new_volunteer label, #new_career label {
  margin-bottom: 0px;
}
#new_volunteer input[type=checkbox], #new_volunteer input[type=radio] {
  margin-right: 10px;
  margin-top: 0;
}
.dropdown-menu {
  min-width: 300px;
  margin: 0;
  right: 0;
  left: auto;
  padding: 0;
  border-radius: 0;
  border: 0;
}

#office-locations .leadership-history {
  width: 97%;
}
#office-locations .leadership-history h3.title {
  padding: 10px 0;
  margin-top: 15px;
}
#office-locations ul.history-listing-area {
  padding: 20px 0;
}
#office-locations .history-contents {
  padding: 0 10px;
}
.pagination a {
  font-size: 20px;
  padding: 10px 10px;
}
.pagination em {
  font-size: 20px;
  padding: 10px 10px;
}
span.previous_page.disabled {
  font-size: 20px;
}

.custom-font-style p, 
.custom-font-style span, 
.custom-font-style strong, 
.custom-font-style span, 
.custom-font-style h1, 
.custom-font-style h2, 
.custom-font-style h3, 
.custom-font-style h4, 
.custom-font-style h5, 
.custom-font-style h6, 
.custom-font-style a, 
.custom-font-style b, 
.custom-font-style i, 
.custom-font-style div, 
.custom-font-style label, 
.custom-font-style ul, 
.custom-font-style li, 
.custom-font-style link, 
.custom-font-style ol, 
.custom-font-style q, 
.custom-font-style section, 
.custom-font-style small, 
.custom-font-style u, 
.custom-font-style table, 
.custom-font-style pre, 
.custom-font-style mark, 
.custom-font-style html
{
  font-family: 'proxima_novaregular' !important;
  width: auto !important;
}
.custom-font-style  em {
    font-style: italic !important;
}
.custom-font-style a{
  text-transform: unset !important;
}
.custom-font-style ol{
  list-style: decimal !important;
  padding-left: 24px !important;
}
.custom-font-style ul{
  list-style: unset !important;
  padding-left: 24px !important;
}
.watch-live{
  color: #999;
  font-family: 'proxima_novabold';
  text-transform: uppercase;
  font-size: 20px;
  border: 0;
}


/*lightbox-style*/
.lb-outerContainer {
  background: #E5E5EA !important;
}
.lb-dataContainer {
  background: #E5E5EA !important;
  border-radius: 0 !important;
  padding: 15px 6px !important;
}
.lb-dataContainer {
  width: 658px !important;
}
.lb-data .lb-caption {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  display: block !important;
}
.lightbox .lb-image {
  border-radius: 0 !important;
}
.lb-data .lb-number {
  font-weight: bold !important;
  color: #333 !important;
  font-size: 16px !important;
}
span.lb-number {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.lb-nav a.lb-prev, .lb-nav a.lb-next {
  opacity: 1 !important;
}
.lightbox .lb-image {
  border: 4px solid #E5E5EA !important;
}
.custom-font-style img{
  max-width: 100%; 
}

#new_contribution .has-error label {
    color: #F37022 !important;
}

#new_contribution label, #new_contribution input[type=text] {
    text-align: left !important;
}

#volunteers label {
    width: 100% !important;
    clear: both !important;
}
.current-issues-post h2 a{
  color: #000;
}
#new_contribution label {
    margin-bottom: 10px;
}
.PDF-Archives ul.history-listing-area li{
  width: 25%;
}
.PDF-Archives .history-contents{
  background: #FFF;
}
.PDF-Archives .general-secretaries-left{
  width: 100%;
}
.PDF-Archives .inner-left-side-content{
  width: 100%;
}
.PDF-Archives #office-locations .leadership-history{
  width: 100%;
}
.PDF-Archives ul.history-listing-area.left-list{
  width: 100%
}
.PDF-Archives .leadership-history h3.title{
  padding: 5px !important;
}
.coming-soon{
  font-size: 32px;
  text-align: center;
  margin-top: 150px !important;
}

.regional-language ul.history-listing-area li{
  width: 33.33%;
}
.regional-language .history-contents{
  background: #FFF;
}
.regional-language .general-secretaries-left{
  width: 100%;
}
.regional-language .inner-left-side-content{
  width: 100%;
}
.regional-language #office-locations .leadership-history{
  width: 100%;
}
.regional-language ul.history-listing-area.left-list{
  width: 100%
}
.regional-language .leadership-history h3.title{
  padding: 5px !important;
}
/*media-releases-form*/
form.search-spoken-person {
  float: left;
  width: 100%;
  background: #b1d3e3;
  padding: 30px;
  margin-bottom: 20px;
  color: #666;
}
.form-field {
  float: left;
  width: 100%;
  height: 34px;
  padding: 5px;
  border: 1px solid #e5e5e5;
  outline: none !important;
}
.btn-select {
  position: relative;
  padding: 0;
  min-width: 236px;
  width: 100%;
  border-radius: 0;
  margin-bottom: 20px;
}

.btn-select .btn-select-value {
  padding: 7px 12px;
  display: block;
  position: absolute;
  left: 0;
  right: 34px;
  height: 33px;
  top: 1px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
}

.btn-select .btn-select-arrow {
  float: right;
  padding: 0px 10px;
  top: 0;
  height: 34px;
}

.btn-select ul {
  display: none;
  background-color: white;
  color: black;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: none !important;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 33px;
  z-index: 999;
}

.btn-select ul li {
  padding: 3px 6px;
  text-align: left;
}

.btn-select ul li:hover {
  background-color: #f4f4f4;
}

.btn-select ul li.selected {
  color: white;
}

/* Default Start */
.btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
  border-color: #ccc;
}

.btn-select.btn-default ul li.selected {
  background-color: #ccc;
}

.btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
  background-color: white;
  border: #ccc 1px solid;
  border: 0;
}

.btn-select.btn-default:hover, .btn-select.btn-default.active {
  background-color: #fff;
}
.btn.active, .btn:active {
  box-shadow: none;
}
/* Default End */

/* Primary Start */
.btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
  border-color: #286090;
}

.btn-select.btn-primary ul li.selected {
  background-color: #2e6da4;
  color: white;
}

.btn-select.btn-primary ul {
  border: #2e6da4 1px solid;
}

.btn-select.btn-primary .btn-select-value {
  background-color: #428bca;
  border: #2e6da4 1px solid;
}

.btn-select.btn-primary:hover, .btn-select.btn-primary.active {
  background-color: #286090;
}
/* Primary End */

/* Success Start */
.btn-select.btn-success:hover, .btn-select.btn-success:active, .btn-select.btn-success.active {
  border-color: #4cae4c;
}

.btn-select.btn-success ul li.selected {
  background-color: #4cae4c;
  color: white;
}

.btn-select.btn-success ul {
  border: #4cae4c 1px solid;
}

.btn-select.btn-success .btn-select-value {
  background-color: #5cb85c;
  border: #4cae4c 1px solid;
}

.btn-select.btn-success:hover, .btn-select.btn-success.active {
  background-color: #449d44;
}
/* Success End */

/* info Start */
.btn-select.btn-info:hover, .btn-select.btn-info:active, .btn-select.btn-info.active {
  border-color: #46b8da;
}

.btn-select.btn-info ul li.selected {
  background-color: #46b8da;
  color: white;
}

.btn-select.btn-info ul {
  border: #46b8da 1px solid;
}

.btn-select.btn-info .btn-select-value {
  background-color: #5bc0de;
  border: #46b8da 1px solid;
}

.btn-select.btn-info:hover, .btn-select.btn-info.active {
  background-color: #269abc;
}
/* info End */

/* warning Start */
.btn-select.btn-warning:hover, .btn-select.btn-warning:active, .btn-select.btn-warning.active {
  border-color: #eea236;
}

.btn-select.btn-warning ul li.selected {
  background-color: #eea236;
  color: white;
}

.btn-select.btn-warning ul {
  border: #eea236 1px solid;
}

.btn-select.btn-warning .btn-select-value {
  background-color: #f0ad4e;
  border: #eea236 1px solid;
}

.btn-select.btn-warning:hover, .btn-select.btn-warning.active {
  background-color: #d58512;
}
/* warning End */

/* danger Start */
.btn-select.btn-danger:hover, .btn-select.btn-danger:active, .btn-select.btn-danger.active {
  border-color: #d43f3a;
}

.btn-select.btn-danger ul li.selected {
  background-color: #d43f3a;
  color: white;
}

.btn-select.btn-danger ul {
  border: #d43f3a 1px solid;
}

.btn-select.btn-danger .btn-select-value {
  background-color: #d9534f;
  border: #d43f3a 1px solid;
}

.btn-select.btn-danger:hover, .btn-select.btn-danger.active {
  background-color: #c9302c;
}
/* danger End */

.btn-select.btn-select-light .btn-select-value {
  background-color: white;
  color: black;
}
.glyphicon-chevron-down:before {
  content: '';
  display: block;
  width: 13px;
  height: 34px;
  background: url(https://cdn.inc.in/images/select-arrow.png) no-repeat;
  background-position: center;
}
a.btn.btn-default.btn-select {
  border: 1px solid #e5e5e5;
}
a.btn ul {
  height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  padding-left: 10px;
}
input::-moz-placeholder { /* Firefox 19+ */
  padding-left: 10px;
}
input:-ms-input-placeholder { /* IE 10+ */
  padding-left: 10px;
}
input:-moz-placeholder { /* Firefox 18- */
  padding-left: 10px;
}
.form-field-label {
  float: left;
  color: #1d2955;
  margin-top: 10px;
  margin-right: 10px;
}
.month-select.select-drop {
  float: left;
  width: 100px;
  margin-right: 10px;
}
.btn-select {
  min-width: 100%;
  margin-bottom: 0px;
}
.search-btn {
  background: #12436d;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  padding: 0px 23px;
  font-weight: bold;
  height: 34px;
}
.spoken-person-list {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.current-issues-img a img {
  float: left;
  width: 100%;
  height: 195px;
  overflow: hidden;
}
#key-issues-slider .key-issues-img img {
  float: left;
  width: 100%;
  height: 135px;
  overflow: hidden;
}
.infocus-posts .infocus-post-image a img {
  float: left;
  width: 100%;
  height: 195px;
  overflow: hidden;
}
.general-secretaries-left.members-template {
  padding-right: 185px;
}
.members-template h1{
  margin-bottom: 10px;
}
.menu > ul > li.active {
  background: #f0f0f0;
}
.menu > ul > li.active a{
  color: #1d71a4;
}
.join-the-party{
  padding: 30px;
  padding-right: 190px;
  padding-top: 10px;
  min-height: 400px;
}
.form-block{
  font-size: 13px;
}
.join-the-party h1{
  text-align: left;
  margin-bottom: 15px;
  margin-top: 15px;
}
.join-the-party h3.title {
  float: left;
  width: 100%;
  background: #93cfed;
  text-align: left;
  padding: 8px;
  padding-left: 20px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.join-the-party .form-block label{
  text-align: right;
  padding-top: 8px;
}
.join-the-party .form-group{
  width: 100%;
  float: left;
}
.join-the-party .padding-0{
  padding-left: 0;
  padding-right: 0;
}
.join-the-party .form-control{
  border-radius: 0;
  outline: none;
  height: 38px;
}
#MembershipSection{

}
#MembershipSection .office-bearers-area{
  padding: 15px;
}
#MembershipSection .office-bearers-area ul.office-bearers-list li{
  /*border-bottom: 1px solid #8FD0EA;*/
}
#MembershipSection .office-bearers-area ul.office-bearers-list li:last-child{
  border:none;
}
#CustomTextBoxes .city-field{
  width: 45%;
  float: left;
}
#CustomTextBoxes .pin-cde-label{
  width: 20%;
  text-align: right;
  float: left;
  padding-right: 5px;
}
#CustomTextBoxes .pin-code{
  width: 35%;
  float: left;
}
.join-the-party .float-right{
  float: right;
}
.join-the-party .submit-btn{
  border-radius: 0;
  outline: none;
  border:none;
  background: #289fdb;
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  padding-left: 25px;
  padding-right: 25px;
}
.join-the-party .validate-btn{
  border-radius: 0;
  outline: none;
  border:none;
  background: #93cfed;
  color: #FFF;
  font-weight: bold;
  width: 90%;
  height: 38px;
}
.mobile-number{
  width: 75%;
  float: left;
}
.validate{
  width: 25%;
  float: left;
}
.join-the-party hr{
  width: 100%;
  float: left;
  border: 0.4px solid #beb9b9;
  margin-bottom: 15px;
}
.join-the-party .declaration{
  text-align: left !important;
  padding-left: 10px;
  font-size: 14px;
  position: relative;
}
.declaration label{
  position: absolute;
  top: 55px;
  z-index: 999;
  left: 10px;
}
label.error{
  padding-top: 5px !important;
}
.input-group-addon{
  border-radius: 0;
}
#MembershipSection .office-bearers-area ul.office-bearers-list li.active{
 /* margin-left: -15px;
  border:none;
  width: 109%;*/
}
ul.office-bearers-list li:hover{
  background: #19588c !important;
}
#signupForm .error{
  color: #a51616;
  font-weight: bold;
  font-size: 14px;
}
.input-group:has(#mobile_number-error){
  margin-bottom: 12px !important;
}
select.error{
  color: #555 !important;
}
#MobileNumber label{
  position: absolute;
  height: 20px;
  left: 0;
  top: 35px;
  margin-bottom: 13px;
  z-index: 99;
}
.join-the-party .otp{
  /*width: 25%;*/
  float: left;
}
.join-the-party .otp input{
  width: 35%;
  float: left;
}
.spinner_div{width:220px; margin:20px auto;}
.spinner_div img{width:100%;}
@media (max-width: 992px) {
  form.search-spoken-person .row {
    margin: 0 !important;
  }
}

.secretaries-image {
  min-height: 255px;
  overflow: hidden;
}
#rc-imageselect {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
