@charset "utf-8";
/*--
	Website: Parmeshwar Lal Saini
    ++++ Common ++++
	--- Header---
	--- Footer---

    ++++ Home Page +++
	++++ About Us ++++
	++++ Gallery ++++
	++++ News ++++
	++++ Constituencies ++++
	++++ Login/Register ++++
	
--*/ 
/*++++++ Common ++++++++++++++*/
/*------ Header------*/

.top-nav{
    margin-left: 0px;
    position:absolute; 
    z-index:19; 
    width: 100%;
    top: 0;
    font-size: 1.15em;
    padding-left: 70px;
}
.top-nav .row {
    margin-left: 0;
    margin-right: 0;
}
.top-nav .name-logo{
    float: left; 
    font-size: 45px; 
    margin: 30px 10px 10px 30px; 
    color: #2e3192; 
    font-weight: 900;
}
.top-nav .links {
    margin-top: 18px; 
    padding-right: 30px;
}
.top-nav ul {
    float: right;
    position: relative;
    top: 20px;
}
.top-nav ul li{
    margin-left: 4px;
    float: left;
}
.top-nav .nav a {
    background: none;
    color: #2e3192;
    font-weight: 600;
}
.top-nav ul li a {
    float: left;
    font-size: 14px;
    border-radius: 2rem;
    padding: 8px 10px 8px;
    background: #383838;
    margin-bottom: 3px;
    color: #fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.top-nav .bold-separator{
    width: 100%;
    margin-bottom: 10px;
    height: 2px;
    margin-top: -10px;
    box-shadow: 3px 1px #c9c7c7;
}


/*------ Mlinks ------*/
.mlinks {
    position: absolute;
    right: 64px;
    cursor: pointer;
    height: 30px;
    bottom: 18px;
}
.mlinks .links {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font-size: 15px;
    position: relative;
}
.mlinks ul {
    display: flex;
}
.mlinks ul li {
    padding: 5px 5px;
    border-radius: 3px;
    height: 28px;
    margin-left: 4px;
}
.mlinks ul li a {
    color: #fff;
}
.mlinks ul li.icon{
    margin-left: 0;
}
.mlinks ul li.button{
    padding: 5px 10px;
    background: #ffc815;
}
/*------ Flip Box ------*/
.flip-card {
    background-color: transparent;
    height: 250px;
    perspective: 1000px;
    margin: 20px 0;
    position: relative;
    text-align: center;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    border-radius: 5px;
    color: white;
    box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.flip-card-front {
    background-color: #eee;
    justify-content: center;
    font-size: 30px;
}
.flip-card-front .fa {
    font-size: 50px;
    color: #2e3192;
}
.flip-card-front h1 {
    margin-bottom: 0px;
    margin-top: 8px;
    font-size: 24px;
    color: #2e3192;
    font-weight: normal;
}

.flip-card-back {
    background-color: #2980b9;
    color: white;
    justify-content: center;
    font-size: 18px;
    padding: 10px;
    transform: rotateY(180deg);
}
.flip-card-back h1 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
}
.flip-card-back p {
    font-size: 14px;
    padding: 0;
    line-height: 17px;
    color: #c9c9c9;
    margin: 0 0 10px 0;
}

.flip-card-back a{
cursor:pointer;
  position:relative;
  padding:8px 16px;
  background:#ffffff42;
  font-size:15px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  transition:all 1s;
  &:after,&:before{
    content:" ";
    width:10px;
    height:10px;
    position:absolute;
    border :0px solid #fff;
    transition:all 1s;
    }
  &:after{
    top:-1px;
    left:-1px;
    border-top:4px solid #1e608c;
    border-left:4px solid #1e608c;
  }
  &:before{
    bottom:-1px;
    right:-1px;
    border-bottom:4px solid #1e608c;
    border-right:4px solid #1e608c;
  }
  &:hover{
    border-top-right-radius:0px;
  border-bottom-left-radius:0px;
    // background:rgba(0,0,0,.5);
    // color:white;
    &:before,&:after{
      
      width:100%;
      height:100%;
      // border-color:white;
    }
  }
}

/*------ Facts ------*/
.inline-facts:hover {
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}

/*------ Footer ------*/
footer {
    width: 100%;
    /*height: 250px;*/
    padding-top: 50px;
    float: left;
    background: #e3e3e3;
    font-size: 14px;
    color: #aaa
}
footer .centerAlign {
    height: auto;
    margin: 0 auto
}
footer .link {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0
}
footer .link ul {
    padding: 0 15px;
    margin: 0;
    width: fit-content;
    list-style: none;
    float: right;
    border-right: 1px dotted #000;
    height: 100px
}
footer .link ul li {
    overflow: hidden;
    color: #333;
    padding-top: 0;
	font-family: 'Raleway', sans-serif;
	line-height: 20px;
}
footer .link ul>li>a {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    color: #333;
    font-size: 15px;
    display: block;
}
footer .link ul>li>a span[data-hover] {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s
}
footer .link.hindi ul>li>a {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    color: #333;
    font-size: 14px!important;
    display: block;
    font-family: sans-serif!important;
}
footer .link ul>li>a span[data-hover]:before {
    position: absolute;
    top: 100%;
    color: #20b7cd;
    content: attr(data-hover);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: color .4s;
    transition: color .4s
}
footer .connectfooter p, footer .link ul .title {
    font-family: ek_muktaextrabold;
    color: #2e3192
}
footer .link ul>.active>a:hover span[data-hover], 
footer .link ul>.active>a span[data-hover], 
footer .link ul>.active>a:focus span[data-hover], 
footer .link ul>li>a:hover span[data-hover] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}
footer .link ul .title {
    font-size: 18px;
    text-transform: uppercase;
	font-family: monospace;
    color: #2e3192;
    font-weight: 800;
	margin-bottom: 4px;
}
footer .link ul.home {
    padding-left: 15px;
}
footer .link ul.space {
    padding-left: 15px;
}
footer .link ul.news {
}
footer .link ul.tunein {
	border-right: none!important;
}
footer .connectfooter {
    /*width: 620px;*/
    float: left;
    margin-top: 15px
}
footer .connectfooter p {
    width: 100px;
    float: left;
    font-size: 16px;
    margin: 0;
    padding-top: 4px
}
footer .connectfooter #social {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    /*width: 450px;*/
    font-size: 11px;
    position: relative
}
footer .connectfooter #social li {
    color: #999;
    float: left;
    width: 33px;
    height: 33px;
    margin-right: 10px;
    margin-bottom: 11px;
    background-position: 0 0;
    transition: All .4s ease;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease
}
#social li:hover {
    background-position: 0 -33px!important
}
footer .rightfooter p a {
    float: right;
    margin-top: 35px;
    color: #797979;    
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    font-size: 16px
}
footer .rightfooter p a:hover {
    color: #333;
}

/*++++++ Home Page +++++++++++*/
/*------Our Govt ------*/
ul.our-gov li {
	float: left;
    position: relative;
    padding: 4px;
    background-color: transparent;
    margin: 0 0 20px 0;
    position: relative;
    text-align: center;
    width: 33.33333333%;
    min-height: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
ul.our-gov li a {
	display: block;
    overflow: hidden;
    box-shadow: 0 27px 55px 0 rgb(0 0 0 / 0%), 0 17px 17px 0 rgb(0 0 0 / 37%);
}
.our-gov img {
	width:100%;
	height:160px;
}
ul.our-gov li a i {
	position: absolute;
	z-index: 100;
	font-size: 180%;
	color: #fff;
	top: 10px;
	left: 10px;
}
ul.our-gov li a img {
	transition:all 0.3s ease;
}
ul.our-gov li:hover img ,ul.our-gov li a:focus img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.gallery-box img {
	transition:all 0.3s ease;
}
.gallery-box:hover img , .gallery-box:focus img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
ul.our-gov li a h5 {
	bottom: 10px;
    color: #ffc815;
    font-size: 110%;
    font-weight: 700;
    left: 10px;
    position: absolute;
    z-index: 100;
    margin-right: 20px;
    text-shadow: rgb(3, 3, 3) 0px 0px 2px;
    background: #404040;
    padding: 5px 10px;
}
ul.our-gov li a h5:hover {
	color: #ffffff;
}


/*------ Tune In ------*/
.tune-in {
    background-color: #eee;
    height: 393px;
    margin-bottom: 10px;
}
.tune-in .mann-ki-baat{
    background: #eee;
}
.mann-ki-baat {
    width: fit-content;
}
.tune-in .watch-live{
    background: #eee;
}

/*------ Follow ------*/
#follow { background:#fff; padding:50px 0 70px }
#follow .bt { margin-bottom:35px }
#follow .social-box-main h3 { font-size:22px; color:#161b3e; font-family:anton, sans-serif; margin-bottom:16px }
#follow h3 img { margin-right:15px }
#follow h3 i { width: 40px; height: 40px; margin-right: 10px; color: white; cursor: pointer; padding: 11px; font-size: 20px; vertical-align: middle; border-radius: 100%; }
#follow h3.fb { color:#3d5a98 }
#follow h3.fb i { background-color: #4267b2; }
#follow h3.tt { color:#00aced }
#follow h3.tt i { background-color:#00aced }
#follow h3.ig { color:#3f729b }
#follow h3.ig i { background-color:#3f729b }
#follow .view-btn { display:inline-block; color:#1da0f1; font-size:15px; font-weight:700; text-decoration:underline; float:right }

	
.social-inn-box { border-radius:12px; /*padding:10px 0;*/ text-align:center; border:1px solid #ccc; min-height:500px; box-shadow:0 4px 4px rgba(0, 0, 0, .1) }
.social-inn-box iframe { height:500px!important; width:90%!important }
.social-inn-box iframe body { border:0!important }
.social-inn-box iframe {
width:100%!important
}
.soc-fp-box .social-inn-box iframe {
width:340px!important
}

.intagram-main-box .social-inn-box iframe {
height:927px!important;
width:100%!important
}

.intagram-main-box .social-box-main .social-inn-box {
	float: left;
	width: 100%;
	background: url(../assets/images/social/saini-insta.png)no-repeat;
	background-position: 0 0;
	background-size: cover;
	height: 500px;
	max-height: 500px;
	border-radius: 12px;
}
.page-node-351 .intagram-main-box .social-box-main .social-inn-box {background:url(../images/jpnadda-insta.jpg)no-repeat;position:relative;}
.page-node-346 .intagram-main-box .social-box-main .social-inn-box {background:url(../images/amit-insta.jpg)no-repeat;position:relative;}
.page-node-351 .intagram-main-box .social-box-main .social-inn-box a.view-btn {position: absolute;bottom: -30px;margin: 0;padding: 0;text-align: right;width: 100%;float: left;left: 0;}
.page-node-346 .intagram-main-box .social-box-main .social-inn-box a.view-btn {position: absolute;bottom: -30px;margin: 0;padding: 0;text-align: right;width: 100%;float: left;left: 0;}
.intagram-main-box .social-box-main .social-inn-box {
	background-size: 100% !important;
}		

/*------ Constituencies ------*/
.constituency{

}

.constituency table {
	background-color: transparent; 
	width: 100%;
	max-width: 100%;
	border: 1px solid #dddddd;
	width: 100% !important; 
	font-size: 20px; 
	margin-bottom: 20px; 
	border: 1px solid #dddddd;
}  
  
.constituency table > thead > tr > th,
.constituency table > tbody > tr > th,
.constituency table > tfoot > tr > th,
.constituency table > thead > tr > td,
.constituency table > tbody > tr > td,
.constituency table > tfoot > tr > td {
	padding: 10px 15px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #dddddd;
	}
  
.constituency table > tbody > tr > td {
	border-right: 1px solid #dddddd;
	padding: 10px 15px; }
  
.constituency table > thead > tr > th {
	vertical-align: bottom;
	border: 1px solid #c7c7c7;
	background: #dddddd;
	font-weight: 600;
	padding: 10px 15px;
	line-height: 1.42857143;
	}
  
.constituency table > tfoot > tr > td {
	border: 1px solid #ccc;
	background-color: #dedede; }

/*++++++ About Us ++++++++++++*/
/*++++++ Gallery +++++++++++++*/
/*++++++ News ++++++++++++++++*/
/*++++++ Constituencies ++++++*/
/*++++++ Login/Register ++++++*/


@media only screen and  (max-width: 1392px) {
/*++++++ Home Page +++++++++++*/
/*++++++ About Us ++++++++++++*/
/*++++++ Gallery +++++++++++++*/
/*++++++ News ++++++++++++++++*/
/*++++++ Constituencies ++++++*/
/*++++++ Login/Register ++++++*/

}
@media only screen and  (min-width: 1064px) {
    .hidden-desktop {
        display: none;
      }
}
@media only screen and  (max-width: 1064px) {
/*++++++ Home Page +++++++++++*/
.hidden-mobile {
    display: none;
  }
/*------ Flip Boxex ------*/
.flip-card {
    width: 50%;
}
/*------ Top Nav ------*/
.top-nav{
    margin-top: 70px;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.top-nav .name-logo{
    font-size: 35px; 
}
.top-nav .bold-separator{
    width: -webkit-fill-available;
    margin-bottom: 10px;
    height: 2px;
    margin-left: 16px;
    margin-top: -10px;
    box-shadow: 3px 1px #c9c7c7;
}

#follow .social-box-main h3 {
    margin: 30px 0 10px 0;
}

/*------ Our Govt. ------*/
ul.our-gov li {
    width: 50%;
    padding: 5px;
}
.tune .section-title {
    float: none; 
}
/*------ Footer ------*/
footer .link ul {
    width: auto;
    float: none;
    width: 25%;
    float: right;
    position: relative;
}
/*++++++ About Us ++++++++++++*/
/*++++++ Gallery +++++++++++++*/
/*++++++ News ++++++++++++++++*/
/*++++++ Constituencies ++++++*/
/*++++++ Login/Register ++++++*/    

}
@media only screen and  (max-width: 768px) {
/*++++++ Home Page +++++++++++*/
/*------ Flip Boxes ------*/
    .flip-card {
        width: 100%;
    }
    .our-gov li{
		width:100% !important;
        margin-bottom: 10px;
        padding: 0 !important;
	}
/*------ Our Govt ------*/

/*------ Footer ------*/  
footer .link ul {
    width: 50%;
    margin: 10px 0;
}  

footer .link ul.about {
    border-right: none;
}

/*++++++ About Us ++++++++++++*/
/*++++++ Gallery +++++++++++++*/
/*++++++ News ++++++++++++++++*/
/*++++++ Constituencies ++++++*/
/*++++++ Login/Register ++++++*/

}
@media only screen and  (max-width: 540px) {
/*++++++ Home Page +++++++++++*/
/*------Tune In ------*/
.tune-in {
    background-color: #eee;
    height: 393px;
}    


/*++++++ About Us ++++++++++++*/
/*++++++ Gallery +++++++++++++*/
/*++++++ News ++++++++++++++++*/
/*++++++ Constituencies ++++++*/
/*++++++ Login/Register ++++++*/

}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {

}
