@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('authority.css');
body{
margin:0;
font-size: 15px;
line-height: 1.42857143;
/*color: #fff;*/
color: #333;
font-family:roboto;
}
.topheader{
width : 100%;
height: 20px;
/*background-image:url(../img/top-header-bg.png);*/
background-color:currentColor;
}
.topheader .time {
    color: #ffffff;
	float:left;
	margin-right:10px;
	font-size:14px;
}
.header{
width : 100%;
height: 105px;
background-image: url(../img/pattern1.png);
background-color: rgba(255, 99, 0, 0.67);
background-position: bottom;
background-position-x: center;
background-position-x: right;
background-size: unset;
background-blend-mode: color-burn;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
.header img:first-child{
float:left;
/* margin:10px 10px 10px 30px; */
width: 96px;
}
.header img:nth-child(2){
float:left;
margin:4px;
height:85px;
display: none;
}

.header .heading{
    font-size: 3vw;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    font-family: kokila;
    text-shadow: 5px 2px 9px rgba(0, 0, 0, 0.44);
    text-align: center;
/*line-height: 1.1;*/
}

.span{
color:#333333;
font-size:18px;
}
.yogidiv{
    /* width: 300px; */
    width: auto;
    position: absolute;
    right: 0;
    height: 110px;
    margin-top: 24px;
	margin-right:8px;
}
.yogiimg{
    width: 98px;
    height: 100%;
    /* background-image: url(../img/yogi3.png); */
    background-size: contain;
    background-repeat: no-repeat;
    float: left;

}
.yogitext{
    padding: 15px 20px 0px 20px;
    height: auto;
    overflow: hidden;
    font-weight: 600;
    color: white;
    word-wrap: break-word;
    font-family: kokila;
    font-size: 20px;
    display: none;
}
.navbartrf{
width: 100%;
margin: auto;
border: 0;
/*border-radius: 20px;*/
background-color: #fb7a13;
-webkit-box-shadow: 3px 11px 12px 1px rgba(0,0,0,0.14);
box-shadow: 3px 11px 12px 1px rgba(0,0,0,0.14);
}
.navbar {
    overflow: hidden;
    /*background-color: #993202;*/
	background-color:#91151099;
    font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	width: 100%;
	/*border-radius: 20px;*/
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    /*background-color: #4f9902b3;*/
	background-color:#0b0c11d9;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #f48148;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.content-back{
width:100%;

/*background-image: linear-gradient(to bottom, #beecfc, #d4efff, #e7f3ff, #f6f8ff, #ffffff);*/
/* background-image: linear-gradient(to bottom, #ffffff, #f6f8ff, #e7f3ff, #d4efff, #beecfc); */
background-image: linear-gradient(to right top, #f9f9f9, #fafbfa, #fcfcfc, #fdfefd, #ffffff);
}
.content-wraper {
    width: 80%;
    margin: auto;
    color: #333333;
    margin-top: 30px;
    /*height: 926px;*/
    margin-bottom: 30px;
    min-height: 600px;
}

.dialogform
{
	margin:0;
}

.loginback{
margin-top:60px;
}

.loginpanel{
width:350px;
height:auto;
padding: 20px 25px;
background: radial-gradient(ellipse at center, #ffffff 59%, #f9eee3 100%);
/*background: radial-gradient(ellipse at center, #ffffff 59%, #e5e5e5 100%);*/
z-index: 900;
backface-visibility: hidden;
transition: all 0.4s cubic-bezier(0.25, 0.5, 0.5, 0.9);
color: #222;
visibility: visible;
	-webkit-box-shadow: 1px 0px 14px 8px rgba(0,0,0,0.33); 
box-shadow: 1px 0px 14px 8px rgba(0,0,0,0.1);
margin:auto;
margin-top:-40px;
}
.loginpanel fieldset {

    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.loginpanel legend{
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333;
border: 0;
margin-bottom: 40px;
font-size: 26px;
font-weight: 300;
color: #222;
border-bottom: none;
}

.loginpanel .form-group {

    margin-bottom: 20px;
    position: relative;
}

.loginpanel .form-group label {

    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;

}

.form-control {
	color: #222;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #222;
	border-radius: 0;
	box-shadow: none;
	background-image: none;
    display: block;
    width: 92%;
/*    height: 34px;*/
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

	}
.pad-top-20 {

    padding-top: 20px;

}
.text-center {

    text-align: center;

}
	

.loginpanel .link{
color: #337ab7;
text-decoration: none;
}
.loginpanel p{
margin: 0 0 10px;
}

.loginpanel .btn.btn-default {

    color: #fff;
    /*background-color: #fb7a13;*/
	background-color:#993202;
/*    margin: 0 -10%;
    width: 120%;*/
	margin: 0 -8%;
	width: 116%;
	outline: none;
	font-weight: 700;
	border-width: 0;
	border-radius: 0;
	text-transform: uppercase;
	transition: all 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	cursor:pointer;
}
.loginpanel .btn.btn-default:hover {
background-color:#fb7a13;
}
.btn-block {

    display: block;
	}
.btn-lg{
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

footer{
background-color:#333333;
}

/*Start Cards*/
.card-holder{
    width: 100%;
    overflow: hidden;
    min-height: 62.8vh;
    padding-top: 50px;
    
}
.card-container {
    /*  -webkit-perspective: 1000;
                        perspective: 1000;
        margin: 0 auto 50px;
        width: 400px;
        */
        width:100%;
        }
    
    .front, .back {
        -webkit-backface-visibility: hidden;
                        backface-visibility: hidden;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        padding: 30px;
        box-sizing: border-box;
        transition-delay: 0.15s;
        transition: 0;
    }
    
    .front {
        -webkit-transform: rotateY(0deg);
                        transform: rotateY(0deg);
    }
    
    .back {
        -webkit-transform: rotateY(180deg);
                        transform: rotateY(180deg);
        opacity: 0;
        padding-top: 60px;
        -webkit-backface-visibility: visible;
                        backface-visibility: visible;
        background: #333741;
        color: white;
        text-align:center;
    }
    
    .card {
        position: relative;
    /*  width: 400px;
        height: 450px;*/
        width: 230px;
        height: 300px;
        background: white;
        border-radius: 5px;
        /* box-shadow: 0 40px 110px rgba(0, 0, 0, 0.45); */
        box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.45);
        overflow: hidden;
        transition: 0.5s;
        -webkit-transform-style: preserve-3d;
                        transform-style: preserve-3d;
    /*new added*/
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
    }
    .card:hover {
        -webkit-transform: rotateY(180deg);
                        transform: rotateY(180deg);
                        box-shadow: 1px 1px 0px 10px rgba(236, 116, 65, 0.75);
                           

    }
    .card:hover .front {
        opacity: 0;
    }
    .card:hover .back {
        opacity: 1;
    }
    
    .sub-title {
        color: #DE6262;
        -webkit-animation: slide-in 0.75s;
                        animation: slide-in 0.75s;
        -webkit-animation: slide-in 0.75s cubic-bezier(0.625, 0.075, 0.11, 1.165);
                        animation: slide-in 0.75s cubic-bezier(0.625, 0.075, 0.11, 1.165);
        -webkit-animation-timing-function: cubic-bezier(0.625, 0.075, 0.11, 1.165);
                        animation-timing-function: cubic-bezier(0.625, 0.075, 0.11, 1.165);
        font-size: 18px;
        font-weight: 200;
        margin: 0 0 5px 0;
    
    }
    
    .title {
        color: #333741;
        -webkit-animation: slide-in-slow 0.75s;
                        animation: slide-in-slow 0.75s;
        -webkit-animation: slide-in-slow 0.75s cubic-bezier(0.625, 0.075, 0.11, 1.165);
                        animation: slide-in-slow 0.75s cubic-bezier(0.625, 0.075, 0.11, 1.165);
        -webkit-animation-timing-function: cubic-bezier(0.625, 0.075, 0.11, 1.165);
                        animation-timing-function: cubic-bezier(0.625, 0.075, 0.11, 1.165);
        font-size: 18.5px;
        font-weight: 600;
        margin: 0;
    }
    
    .synopsis {
        color: #DE6262;
        font-size: 20px;
        font-weight: 600;
        margin: -40px 0 0px;
        /*margin: 0 0 15px;*/
    }
    
    p {
        /*color: rgba(255, 255, 255, 0.85);*/
		Font-size: 16px;
		line-height: 1.5;
		margin: 8px 0 15px;
    }
    
    .btnf {
        border: 1px solid #FFB88C;
        border-radius: 5px;
        background: transparent;
        display: inline-block;
        font-size: 17px;
        padding: 8px 20px 9px 15px;
        color: #FFB88C;
        transition: 0.5s;
        margin: 0 2px 0;
        font-weight: 100;
    }
    .btnf.secondary {
        border-color: #DE6262;
        color: #DE6262;
    }
    .btnf.secondary:hover {
        background: #DE6262;
    }
    .btnf:hover {
        cursor: pointer;
        background: #FFB88C;
        color: white;
    }
    .btnf i {
        margin: 0 5px 0;
    }
    
    .image {
        position: absolute;
        bottom: 0;
        left: 14px;
        -webkit-animation: slide-in-right 1.25s;
                        animation: slide-in-right 1.25s;
        -webkit-animation: slide-in-right 1.25s cubic-bezier(0.625, 0.075, 0.11, 1.165);
                        animation: slide-in-right 1.25s cubic-bezier(0.625, 0.075, 0.11, 1.165);
        -webkit-animation-timing-function: cubic-bezier(0.625, 0.075, 0.11, 1.165);
                        animation-timing-function: cubic-bezier(0.625, 0.075, 0.11, 1.165);
        font-size: 35px;
        font-weight: 600;
        margin: 0;
        width: 200px;
    }
    
    @-webkit-keyframes slide-in {
        0% {
            -webkit-transform: translate3d(-300px, 0, 0);
                            transform: translate3d(-300px, 0, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
                            transform: translate3d(0, 0, 0);
        }
    }
    
    @keyframes slide-in {
        0% {
            -webkit-transform: translate3d(-300px, 0, 0);
                            transform: translate3d(-300px, 0, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
                            transform: translate3d(0, 0, 0);
        }
    }
    @-webkit-keyframes slide-in-slow {
        0% {
            -webkit-transform: translate3d(-300px, 0, 0);
                            transform: translate3d(-300px, 0, 0);
        }
        20% {
            -webkit-transform: translate3d(-300px, 0, 0);
                            transform: translate3d(-300px, 0, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
                            transform: translate3d(0, 0, 0);
        }
    }
    @keyframes slide-in-slow {
        0% {
            -webkit-transform: translate3d(-300px, 0, 0);
                            transform: translate3d(-300px, 0, 0);
        }
        20% {
            -webkit-transform: translate3d(-300px, 0, 0);
                            transform: translate3d(-300px, 0, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
                            transform: translate3d(0, 0, 0);
        }
    }
    @-webkit-keyframes slide-in-right {
        0% {
            -webkit-transform: translate3d(400px, 0, 0);
                            transform: translate3d(400px, 0, 0);
        }
        30% {
            -webkit-transform: translate3d(400px, 0, 0);
                            transform: translate3d(400px, 0, 0);
            opacity: 0;
        }
        40% {
            opacity: 0;
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
                            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
    }
    @keyframes slide-in-right {
        0% {
            -webkit-transform: translate3d(400px, 0, 0);
                            transform: translate3d(400px, 0, 0);
        }
        30% {
            -webkit-transform: translate3d(400px, 0, 0);
                            transform: translate3d(400px, 0, 0);
            opacity: 0;
        }
        40% {
            opacity: 0;
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
                            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
    }
.zoom:hover{
    transform: scale(2);
    transition-delay: 5;
}
/*End Cards*/

#showbutton{
    width:20px;
    height: 500px;
    transition-delay: 1.5ms;
    transition-duration: 1s;
    display: none;
}
#showbutton input{
    width:20px;
    height: 500px;
    border-style: none;
    box-shadow: 2px 1px 1px -1px rgb(132, 132, 132);
}

#showbutton input:hover{
    border-style:double;
    transition: all .3s ease;
}

#authority{
    width: 90%;
    margin: auto;
    display: none;
}
.displayblock
{
	/*display: flex !important;*/
	flex-wrap: wrap;
    flex-basis: unset;
    display: block !important;

}

.displaynone
{display: none !important;}

.authority-wrapper{
    width: 100%;
    display: flex;
}
