﻿/*server 15 12 17*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,900,800italic,900italic);

body {
    font-family: 'Montserrat', sans-serif!important;
    letter-spacing: 0.8;
    font-weight: 400;
    font-size: 13px;
    min-height: 800px;
    padding-top: 110px;
}
.mobimenu {border-bottom:solid 1px #555;padding:6px 0px;background:#f2f2f2;}
.mobicontent{margin-top: 50px;}
iframe {
height:375px;
}
.header_right {
margin-top:40px;margin-right:10px;font-size:14px;}
.swcriti {
    position:absolute;top:90px;text-align:left;width:100%;color:#fff;left:10px;font-size:12px;
}

.single1 {
    font-size: 22px;
}
.dvnotificationheader {
    color:#fff;text-align:left;font-size:13px;padding:4px;
}
.dvnotificationcontent {
    border:solid 1px #e7e7e7;font-size:13px;overflow:hidden;
}

.dvnotificationmar {
    height:400px;
}

header.single2 {
    font-size: 10px;
    font-weight: 600;
}

.secmain {
    margin-top: 125px;
}
.secmain1 {
    margin-top: 140px;
}
.envtabmain {
}

.envtabmain:hover {
  
}

.title {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.maintabdivec {
    cursor:pointer;
    width:100%;text-align:center;/*background: linear-gradient(to bottom right,rgba(2,11,180, 0.5),rgba(72,182,251, 0.5) 90%),url(../../singlewindow_css/images/env1back.png);*/
  background-size: cover;
  height: 116px;
    padding: 6px 12px;
    font-size: 20px;
    text-align: center;
    /*background: linear-gradient(to bottom right, #026FB4,#69C3FC 90%);*/
    color: #fff;
    border: solid 1px #018DDD;
    transition: 0.7s;
    border-radius: 2px;
    margin-bottom:15px;
}

.maintabdivfc {
    cursor:pointer;
    width:100%;text-align:center;/*background: linear-gradient(rgba(0,139,42, 0.5),rgba(0,77,24, 0.5) 90%),url(../../singlewindow_css/images/forest1back.png);*/
  background-size: cover;
  height: 116px;
    padding: 6px 12px;
    font-size: 20px;
    text-align: center;
    /*background: linear-gradient(to bottom right, #007624,#16D550 90%);*/
    color: #fff;
    border: solid 1px #00A432;
    transition: 0.7s;
    border-radius: 2px;
    margin-bottom:15px;
}

.maintabdivwild {
    cursor:pointer;
    width:100%;text-align:center;/*background: linear-gradient(to bottom right,rgba(135,51,1, 0.5),rgba(232,100,21, 0.5) 90%),url(../../singlewindow_css/images/wild1back.png);*/
  background-size: cover;
  height: 116px;
    padding: 6px 12px;
    font-size: 20px;
    text-align: center;
    /*background: linear-gradient(to bottom right, #873301,#E86415 90%);*/
    color: #fff;
    border: solid 1px #B94701;
    transition: 0.7s;
    border-radius: 2px;
}

.maintabdivec:hover {
    /*background: linear-gradient(to bottom right,rgba(72,182,251, 0.5),rgba(2,11,180, 0.5) 90%),url(../../singlewindow_css/images/env1back.png);*/
  background-size: cover;
  height: 116px;
    /*background: linear-gradient(to bottom right, #69C3FC,#026FB4 90%);*/
    box-shadow: 0 0 10px #222;
    transition: 0.7s;
}

.maintabdivfc:hover {
    /*background: linear-gradient(to bottom right,rgba(0,118,36, 0.5)rgba(22,213,80, 0.5) 90%),url(../../singlewindow_css/images/forest1back.png);*/
  background-size: cover;
  height: 116px;
    /*background: linear-gradient(to bottom right, #16D550,#007624 90%);*/
    box-shadow: 0 0 10px #222;
    transition: 0.7s;
}

.maintabdivwild:hover {
     /*background: linear-gradient(to bottom right,rgba(232,100,21, 0.5),rgba(135,51,1, 0.5) 90%),url(../../singlewindow_css/images/wild1back.png);*/
  background-size: cover;
  height: 116px;
    /*background: linear-gradient(to bottom right, #E86415,#873301 90%);*/
    box-shadow: 0 0 10px #222;
    transition: 0.7s;
}


.maintabdivicon {
    display: block;
    top: 5px;
    width: 100px;
    height:100px;
    /*line-height: 52px;*/
    border-radius: 150px;
    font-size: 25px;
    padding: 2px;
    background: #fff;
    /*-moz-box-shadow: inset 0 0 5px #000;
    -webkit-box-shadow: inset 0 0 5px #000;*/
    border: solid 1px #999;overflow:hidden;
}

.maintabdivtext {
    top: 35px;left:15px;
    text-align: left;
    font-size: 17px;/*text-shadow:0 1px 2px rgba(0,0,0,0.7);*/
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(235,1,67,0.8);
    color: #fff;
    font-weight: 600;
    text-shadow: 0 1px 2px #555;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 10px;
    padding: 3px;
    -moz-box-shadow: 0 0 8px #000;
    -webkit-box-shadow: 0 0 8px #000;
    box-shadow: 0 0 8px #000;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;
    transition: 0.5s ease;
    border: solid 1px rgba(197,2,57,0.8);
    -moz-transform: scale(.9999);
    -webkit-transform: scale(.9999);
}

    #myBtn:hover {
        background-color: rgba(0,166,39,0.8);
        transition: 0.5s ease;
        border: solid 1px rgba(1,131,32,0.8);
        -moz-transform: scale(.9999);
        -webkit-transform: scale(.9999);
    }

#sidebar {
    display: none;
}

#new {
    /*position:relative;*/
}

    #new:hover #sidebar {
        display: block;
        width: 300%;
    }

#pendingatministrypartnew {
    display: none;
}

#new1 {
    /*position:relative;*/
}

    #new1:hover #pendingatministrypartnew {
        display: block;
        width: 300%;
    }

#recomndedecissuedyet {
    display: none;
}

#new3 {
    /*position:relative;*/
}

    #new3:hover #recomndedecissuedyet {
        display: block;
        width: 300%;
    }

.tog1 {
    display: none;
}
/*Textbox style*/
select.large option {
    color: #009;
}

.hov1:hover {
    box-shadow: 0 5px 20px #000;
}

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 1em 0 1em;
    max-width: 350px;
    width: calc(100% - 2em);
    vertical-align: top;
}

.mini {
    display: none;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: 400;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

    .input__field:focus {
        outline: none;
    }
/*.headerimg {
    border:solid 1px rgba(255,255,255,0.5);overflow:hidden;padding:6px;background-color:rgba(255,255,255,0.4);border-radius:100px;height:110px;width:110px;box-shadow:0px 2px 2px rgba(0,0,0,0.5);
}*/
.headerimg {
    border: solid 1px rgba(255,255,255,0.5);
    overflow: hidden;
    padding: 6px;
    background-color: rgba(255,255,255,0.4);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
    margin-top: -10px;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #f2f2f2;
    font-weight: 400;
    font-size: 90.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 0.5em 0;
    width: 100%;
}
/* Hoshi */
.input--hoshi {
    overflow: visible;
}

.input__field--hoshi {
    margin-top: 0;
    padding: 0.85em 0.15em;
    width: 100%;
    background: transparent;
    color: #fff;
}

.input__label--hoshi {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0.25em;
    width: 100%;
    height: calc(100% - 0.01em);
    text-align: left;
    pointer-events: none;
}

.input__label-content--hoshi {
    position: absolute;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 8px);
    border-bottom: 1px solid #B9C1CA;
}

.input__label--hoshi::after {
    margin-top: 0px;
    /*border-bottom: 1px solid red;*/
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    font-size: 7px;
}

.input__label--hoshi-color-1::after {
    border-color: transparent;
}

.input__label--hoshi-color-2::after {
    border-color: hsl(160, 100%, 50%);
}

.input__label--hoshi-color-3::after {
    border-color: hsl(20, 100%, 50%);
}

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
    -webkit-animation: anim-1 0.3s forwards;
    animation: anim-1 0.3s forwards;
    font-size: 10px;
}

@-webkit-keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

@keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

#accord {
    top: 0;
    min-height: 100vh;
    position: fixed;
    z-index: 10;
}

.accordsection {
    margin-top: 215px;
}

#rightcontent {
    left: 228px;
}

.headerback {
    height: 120px;
}

.afterhead {
    margin-top: 120px;
    z-index: 100;
    position: relative;
}

.headername {
    display: block;
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    margin-top: 36px;
    margin-left: 112px;
    line-height: 1.1;
}

.rightheadername {
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    margin-right: 1px;
    margin-top: 4px;
    color: #fff;
    text-transform: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
 header .single2 {
            font-size: 18px;
        }

.lstspn {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.s1 {
    display: none;
}

.firstmenu {
    padding: 6px 0;
    text-align: center;
    color: #fff;
    border-bottom: solid 1px #666;
}

    .firstmenu span i {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        line-height: 26px;
        border: solid 2px #fff;
        font-size: 16px;
        margin-right: 10px;
    }


.secondmenu {
    padding: 6px 0;
    text-align: center;
    font-weight: 400;
    background: #4B5457;
    color: #fff;
    transition: 0.7s ease-in;
    border: solid 1px rgba(63,71,74,0.5);
}

    .secondmenu:hover {
        background: #363D3F;
        text-shadow: 0 1px 2px #555;
        transition: 0.7s ease-out;
        border: solid 1px rgba(63,71,74,0.5);
    }


@media only screen and (max-width: 660px) {    
    
    .dvnotificationheader {
    font-size:12px;padding:8px;margin-top:15px;
}
.dvnotificationcontent {
    padding:5px;height:200px;font-size:10px;
}

.dvnotificationmar {
    height:200px;
}
    iframe {margin-top:20px;
height:280px;
}
    .maintabdivec {
        padding: 5px;
        font-size: 16px;
        text-align: center;
        margin-top: 8px;
    }

    .maintabdivfc {
        padding: 5px;
        font-size: 16px;
        text-align: center;
        margin-top: 8px;
    }

    .maintabdivwild {
        padding: 5px;
        font-size: 16px;
        text-align: center;
        margin-top: 8px;
    }

    .maintabdivicon {
        margin-left: auto;
        margin-right: auto;
        display: block;
        top: 5px;
        width: 72px;
        height: 72px;
        /*line-height: 70px;*/
        border-radius: 50px;
        color: #fff;
        font-size: 36px;
        padding: 1px;
        background: #fff;
        text-align: center;
    }

    .maintabdivtext {
        top: 5px;
        text-align: center;
        font-size: 13px;
    }

    .tog1 {
        display: block;
    }

    .mini {
        display: block;
    }

    .large {
        display: none;
    }

    #accord {
        min-height: 0;
        position: static;
        top: auto;
        height: auto;
    }

    .accordsection {
        margin-top: auto;
    }

    #rightcontent {
        left: 0;
    }

    
    /*.headerimg {
    border:solid 1px rgba(255,255,255,0.5);overflow:hidden;padding:4px;background-color:rgba(255,255,255,0.4);border-radius:50px;height:53px;width:53px;box-shadow:0px 2px 2px rgba(0,0,0,0.5);margin-top:-10px;
}*/
    .headerimg {
        border: solid 1px rgba(255,255,255,0.5);
        overflow: hidden;
        padding: 4px;
        background-color: rgba(255,255,255,0.4);
        box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
        margin-top: -10px;
    }

    .navbar-brand > img {
        margin-top: -8px;
    }

    .headerback {
        height: 66px;
    }

    .afterhead {
        margin-top: 66px;
        position: static;
    }

    .headername {
        font-size: 18px;
        font-weight: 600;
        width: 100%;
        margin-top: 5px;
        margin-left: 5px;
        text-align: center;
    }

    .s1 {
        font-size: 12px;
        display: block;
        color: #fff;
    }

    .rightheadername {
        display: none;
    }

    .lstspn {
        font-size: 12px;
    }

    .firstmenu {
        padding: 4px 0;
        text-align: justify;
    }

        .firstmenu span {
            font-size: 12px;
        }

            .firstmenu span i {
                width: 26px;
                height: 26px;
                border-radius: 26px;
                line-height: 23px;
                border: solid 2px #fff;
                font-size: 12px;
                margin-right: 8px;
                text-align: center;
                margin-left: 15px;
            }

    .secondmenu {
        padding: 4px 0;
        text-align: justify;
        color: #fff;
        font-size: 12px;
        padding-left: 18px;
    }
}



@media only screen and (max-width: 240px) {
    .navbar-brand .mini .img1{position: static !important;margin: 0px !important;width: 150px;height: auto !important;margin-left: -20px !important;}
    .navbar-brand .mini .img2{position: absolute !important;margin: 0px !important;width: 65px;height: auto !important;margin-left: -20px !important;}
     .dvnotificationheader {
    font-size:12px;padding:8px;margin-top:15px;
}
.dvnotificationcontent {
    padding:5px;height:200px;font-size:10px;
}

.dvnotificationmar {
    height:200px;
}
    iframe {
height:120px;
}
    .tog1 {
        display: block;
    }

    #accord {
        min-height: 0;
        position: static;
        top: auto;
        height: auto;
    }

    .accordsection {
        margin-top: auto;
    }

    #rightcontent {
        left: 0;
    }

    .navbar-brand {
        padding-right: 1px;
        padding-left: 2px;
    }

        .navbar-brand > img {
            width: 40px;
            margin-top: -8px;
        }

    .headerback {
        height: 60px;
    }

    .afterhead {
        margin-top: 59px;
        position: static;
    }

    .headername {
        font-size: 14px;
        font-weight: 600;
        width: 96%;
        margin-top: 5px;
    }

    .s1 {
        font-size: 12px;
        display: block;
    }

    .rightheadername {
        display: none;
    }

    .lstspn {
        font-size: 10px;
        text-shadow: 0 0 1px #000;
    }

    .firstmenu {
        padding: 3px 0;
        text-align: justify;
    }

        .firstmenu span {
            font-size: 10px;
        }

            .firstmenu span i {
                width: 24px;
                height: 24px;
                border-radius: 24px;
                line-height: 20px;
                border: solid 2px #fff;
                font-size: 10px;
                margin-right: 8px;
                text-align: center;
                margin-left: 12px;
            }

    .secondmenu {
        padding: 3px 0;
        text-align: justify;
        color: #fff;
        font-size: 10px;
        padding-left: 18px;
    }
}
/*PRELOADER START*/
/*.loading {
             position: fixed;
             z-index: 999;
             height: 2em;
             width: 2em;
             overflow: show;
             margin: auto;
             top: 0;
             left: 0;
             bottom: 0;
             right: 0;
         }

             
             .loading:before {
                 content: '';
                 display: block;
                 position: fixed;
                 top: 0;
                 left: 0;
                 width: 100%;
                 height: 100%;
                 background-color: rgba(0,0,0,0.8);
             }

             
             .loading:not(:required) {
                 
                 font: 0/0 a;
                 color: transparent;
                 text-shadow: none;
                 background-color: transparent;
                 border: 0;
             }

                 .loading:not(:required):after {
                     content: '';
                     display: block;
                     font-size: 10px;
                     width: 1em;
                     height: 1em;
                     margin-top: -0.5em;
                     -webkit-animation: spinner 1500ms infinite linear;
                     -moz-animation: spinner 1500ms infinite linear;
                     -ms-animation: spinner 1500ms infinite linear;
                     -o-animation: spinner 1500ms infinite linear;
                     animation: spinner 1500ms infinite linear;
                     border-radius: 0.5em;
                     -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
                     box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
                 }

         

         @-webkit-keyframes spinner {
             0% {
                 -webkit-transform: rotate(0deg);
                 -moz-transform: rotate(0deg);
                 -ms-transform: rotate(0deg);
                 -o-transform: rotate(0deg);
                 transform: rotate(0deg);
             }

             100% {
                 -webkit-transform: rotate(360deg);
                 -moz-transform: rotate(360deg);
                 -ms-transform: rotate(360deg);
                 -o-transform: rotate(360deg);
                 transform: rotate(360deg);
             }
         }

         @-moz-keyframes spinner {
             0% {
                 -webkit-transform: rotate(0deg);
                 -moz-transform: rotate(0deg);
                 -ms-transform: rotate(0deg);
                 -o-transform: rotate(0deg);
                 transform: rotate(0deg);
             }

             100% {
                 -webkit-transform: rotate(360deg);
                 -moz-transform: rotate(360deg);
                 -ms-transform: rotate(360deg);
                 -o-transform: rotate(360deg);
                 transform: rotate(360deg);
             }
         }

         @-o-keyframes spinner {
             0% {
                 -webkit-transform: rotate(0deg);
                 -moz-transform: rotate(0deg);
                 -ms-transform: rotate(0deg);
                 -o-transform: rotate(0deg);
                 transform: rotate(0deg);
             }

             100% {
                 -webkit-transform: rotate(360deg);
                 -moz-transform: rotate(360deg);
                 -ms-transform: rotate(360deg);
                 -o-transform: rotate(360deg);
                 transform: rotate(360deg);
             }
         }

         @keyframes spinner {
             0% {
                 -webkit-transform: rotate(0deg);
                 -moz-transform: rotate(0deg);
                 -ms-transform: rotate(0deg);
                 -o-transform: rotate(0deg);
                 transform: rotate(0deg);
             }

             100% {
                 -webkit-transform: rotate(360deg);
                 -moz-transform: rotate(360deg);
                 -ms-transform: rotate(360deg);
                 -o-transform: rotate(360deg);
                 transform: rotate(360deg);
             }
         }*/
/*PRELOADER END*/
.loading {
    position: fixed;
    z-index: 999;
    height: 4px;
    width: 4px;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
} 




#ballsWaveG{
	position:relative;
	width:150px;
	/*height:50px;*/
	margin:auto;
    background:rgba(0,0,0,0.5);
   
}

.ballsWaveG{
	position:absolute;
	top:0;
	background-color:rgb(0,0,0);
	width:16px;
	height:16px;
	animation-name:ballsWaveG;
		-o-animation-name:ballsWaveG;
		-ms-animation-name:ballsWaveG;
		-webkit-animation-name:ballsWaveG;
		-moz-animation-name:ballsWaveG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	border-radius:8px;
		-o-border-radius:8px;
		-ms-border-radius:8px;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
}

#ballsWaveG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#ballsWaveG_2{
	left:16px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#ballsWaveG_3{
	left:31px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#ballsWaveG_4{
	left:47px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#ballsWaveG_5{
	left:62px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#ballsWaveG_6{
	left:78px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#ballsWaveG_7{
	left:94px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#ballsWaveG_8{
	left:109px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}



@keyframes ballsWaveG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes ballsWaveG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes ballsWaveG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes ballsWaveG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes ballsWaveG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}
.outer {
    display: table;
    position: fixed;
    height: 100%;
    width: 100%;   
   background:rgba(0,0,0,0.8);
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width:160px;
    /*width: whatever width you want*/;
    
}
        .loaderback {
             padding:15px;border:solid 1px #999;border-radius:10px;height:80px;background:#fff;
        }
        .loaderback:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.2);
    }
.loaderback:not(:required) {
        color: #000;
        text-shadow: none;
        background-color: #fff;
        border: 0;
    }

/*FOOTER*/
.footer1 {
    background: #343035;
    /*background: linear-gradient(to right,#015B93,#016A21 25%,#702A00 50%);*/
    margin-top: 90px;
    color: #fff;
    padding-top: 18px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
}



.title-widget {
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    line-height: 1;
    /*position: relative;*/
    text-transform: uppercase;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-left: 0px;
}

/*.title-widget::before {
    background-color: #ccc;
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
}*/



.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0px;
}

.widget_archive ul li {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 3px;
    left: 0;
    /*position: absolute;*/
    top: 15px;
    width: 3px;
}


.widget_nav_menu ul li {
    font-size: 13px;
    font-weight: 400;
    line-height: 8px;
    /*position: relative;*/
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 5px;
    padding-bottom: 5px;
    letter-spacing: 0.8px;
    width: 95%;
    display: inline;
    padding-left: 15px;
}

    .widget_nav_menu ul li a {
        color: #9ca1ae;
    }



.title-median {
    color: #636363;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}

.footerp p {
    font-family: 'Gudea', sans-serif;
}


#social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
/* 
    Only Needed in Multi-Coloured Variation 
                                               */
.social-fb:hover {
    color: #3B5998;
}

.social-tw:hover {
    color: #4099FF;
}

.social-gp:hover {
    color: #d34836;
}

.social-em:hover {
    color: #f39c12;
}

.nomargin {
    margin: 0px;
    padding: 0px;
}





.footer-bottom {
    margin-top: 15px;
    background-color: #252226;
    padding: 9px 0px;
    width: 100%;
    color: #D4D5D6;
    font-size: 12px;
}


/* =Header
-------------------------------------------------------------- */
header {
    width: 100%;
    height: 120px;
    overflow: hidden;
    background: linear-gradient(to right,rgba(1,91,147,1),rgba(1,106,33,1) 60%,rgba(112,42,0,1) 90%);
    position: fixed;
    /*border-bottom: solid 1px rgba(0,0,0,0.9);*/
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

    header .mainheaderimg1 {
        display: inline-block;
        height: 70px;
        line-height: 110px;
        float: left;
        font-family: "Oswald", sans-serif;
        font-size: 60px;
        color: white;
        font-weight: 400;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        margin-top:-5px;
    }

    header .mainheaderimg2 {
height: 110px;
    }

    header nav {
        display: inline-block;
        float: right;
    }

        header nav a {
            margin-left: 12px;
            color: #fff;
            font-weight: 700;
            font-size: 18px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            header nav a:hover {
                color: white;
            }
          header.smaller  .headerback {
    height: 85px;
}

    header.smaller {
        /*background: linear-gradient(to right,rgba(1,91,147,1),rgba(1,106,33,1) 60%,rgba(112,42,0,1) 90%);*/
        height: 85px;
    }

        header.smaller .mainheaderimg1 {
            height: 60px;
            line-height: 75px;
            font-size: 30px;
        }

        header.smaller .mainheaderimg2 {
            height: 60px;
            font-size: 30px;
            
        }

        header.smaller .rightheadername {
            margin-top: 14px;
            font-size:12px;
        }
        header.smaller .swcriti {
    position:absolute;top:40px;text-align:center;width:75%;color:#fff;font-size:12px;
}
        header.smaller .header_right {
            margin-top: 15px;font-size:14px;
        }
        header.smaller .single2 {
            font-size: 16px;
        }

        /*header.smaller nav a {
            line-height: 15px;
        }*/

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 660px) {
    /* =Header
  -------------------------------------------------------------- */
    iframe {
height:240px;
}
    header {
        height: 67px;
    }

        header .mainheaderimg1 {
            display: block;
            float: none;
            margin: 0 auto;
            height: 60px;
            text-align: center;
        }
         header.smaller  .headerback {
    height: 67px;
}
        header.smaller {
            height: 67px;
        }

            header.smaller .mainheaderimg1 {
                height: 60px;
            }
    .loader {
       height:70px;
    }
            .showbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60px;
    right: 0;
    padding: 5%;box-shadow:0 0 10px #000;width:140px;background:rgba(239,238,238,0.95);height:80px;border-radius:10px;
}
}

@media screen and (min-width:787px) and (max-width:1020px) {
    iframe {
height:270px;
}
    header {
        height: 85px;
    }

        header .navbar-brand .large .mainheaderimg1 {
            height: 70px;
            margin-top: -7px;
        }

        header .mainheaderimg2 {
            height: 70px;
            margin-top: 3px;
        }

        header .rightheadername {
            font-size: 12px;
            font-weight: 400;
            text-align: right;
            margin-right: 5px;
            margin-top: 2px;
            color: #fff;
            text-transform: none;
            text-shadow: 0 1px 2px rgba(0,0,0,0.4);
        }

        header .single1 {
            font-size: 22px;
        }

        header .single2 {
            font-size: 14px;
            font-weight: 600;
        }
         .headerback {
    height: 85px;
}
        header.smaller {
            background: linear-gradient(to right,rgba(1,91,147,1),rgba(1,106,33,1) 60%,rgba(112,42,0,1) 90%);
            height: 85px;
        }

            header.smaller .mainheaderimg1 {
                height: 80px;
                margin-top: -10px;
            }

            header.smaller .mainheaderimg2 {
                height: 80px;
            }

            header.smaller .rightheadername {
                font-size: 14px;
            }

            header.smaller .single1 {
                font-size: 18px;
            }

            header.smaller .single2 {
                font-size: 12px;
                font-weight: 600;
            }

            header.smaller nav a {
                line-height: 75px;
            }

    .maintabdivtext {
        font-size: 13px;
    }

    .maintabdivicon {
        display: block;
        top: 5px;
        width: 50px;
        height: 50px;
        /*line-height: 42px;*/
        border-radius: 36px;
        font-size: 22px;
        padding: 1px;
        background: #fff;
        -moz-box-shadow: inset 0 0 7px #000;
        -webkit-box-shadow: inset 0 0 7px #000;
        box-shadow: inset 0 0 7px #000;
    }

    .maintabdivtext {
        top: 9px;
        text-align: left;
        font-size: 13px;
    }

    .footer-bottom {
        margin-top: 9px;
        background-color: #252226;
        padding: 5px 0px;
        width: 100%;
        color: #81848D;
        font-size: 9px;
    }
}





@media screen and (min-width:661px) and (max-width:787px) {
     .dvnotificationheader {
    font-size:14px;padding:10px;margin-top:20px;
}
.dvnotificationcontent {
    padding:10px;height:270px;font-size:12px;
}

.dvnotificationmar {
    height:260px;
}
    iframe {
height:300px;
}
    header {
        height: 65px;
    }

        header .navbar-brand .large .mainheaderimg1 {
            height: 52px;
            margin-top: -7px;
        }

        header .mainheaderimg2 {
            display: none;
        }

        header .rightheadername {
            margin-top: -25px;
            font-size: 10px;
            font-weight: 400;
            text-align: right;
            margin-right: 5px;
            margin-top: 2px;
            color: #fff;
            text-transform: none;
            text-shadow: 0 1px 2px rgba(0,0,0,0.4);
        }

    header .header_right {
        display: block;
        margin-top: 80px;
    }

    header .single1 {
        font-size: 20px;
    }

    header .single2 {
        font-size: 12px;
        font-weight: 600;
    }
     .headerback {
    height: 85px;
}
    header.smaller {
        background: linear-gradient(to right,rgba(1,91,147,1),rgba(1,106,33,1) 60%,rgba(112,42,0,1) 90%);
        height: 85px;
    }

        header.smaller .mainheaderimg1 {
            height: 80px;
        }

        header.smaller .mainheaderimg2 {
            height: 80px;
        }

        header.smaller .rightheadername {
        }

        header.smaller nav a {
            line-height: 75px;
        }

    .maintabdivtext {
        font-size: 13px;
    }

    .maintabdivicon {
        display: block;
        top: 5px;
        width: 50px;
        height: 50px;
        /*line-height: 42px;*/
        border-radius: 36px;
        font-size: 22px;
        padding: 1px;
        background: #fff;
        -moz-box-shadow: inset 0 0 7px #000;
        -webkit-box-shadow: inset 0 0 7px #000;
        box-shadow: inset 0 0 7px #000;
    }

    .maintabdivtext {
        top: 9px;
        text-align: left;
        font-size: 13px;
    }

    .footer-bottom {
        margin-top: 9px;
        background-color: #252226;
        padding: 5px 0px;
        width: 100%;
        color: #81848D;
        font-size: 9px;
    }
}
/*UNORDERED LIST*/
.list-group li {
    background: #f5f5f5;color:#555;
}
.list-group-item span {
    font-size:20px;position:relative;top:0px;padding-right:6px;font-weight:bold;color:#EF4B5E;
}
.list-group-item a {
    color: #555;
}
.list-group-item:hover
{
background: #E2E1E1;color:#225CFD;
}
.list-group-item:hover a
{
color:#225CFD;
}

/*ACCORDIAN*/
a.panel-heading {
    display: block;
}
.panel-primary .panel-heading[aria-expanded="true"], .panel-primary .panel-heading a:hover, .panel-primary .panel-heading a:focus, .panel-primary a.panel-heading:hover, .panel-primary a.panel-heading:focus {
	background-color: #286090;
}
.panel-danger .panel-heading[aria-expanded="true"], .panel-danger .panel-heading a:hover, .panel-danger .panel-heading a:focus, .panel-danger a.panel-heading:hover, .panel-danger a.panel-heading:focus {
	background-color: #c9302c;
}
.panel-default .panel-heading[aria-expanded="true"], .panel-default .panel-heading a:hover, .panel-default .panel-heading a:focus, .panel-default a.panel-heading:hover, .panel-default a.panel-heading:focus {
	background-color: #dcdcdc;
}
.panel-info .panel-heading[aria-expanded="true"], .panel-info .panel-heading a:hover, .panel-info .panel-heading a:focus, .panel-info a.panel-heading:hover, .panel-info a.panel-heading:focus {
	background-color: #31b0d5;
}
.panel-success .panel-heading[aria-expanded="true"], .panel-success .panel-heading a:hover, .panel-success .panel-heading a:focus, .panel-success a.panel-heading:hover, .panel-success a.panel-heading:focus {
	background-color: #449d44;
}
.panel-warning .panel-heading[aria-expanded="true"], .panel-warning .panel-heading a:hover, .panel-warning .panel-heading a:focus, .panel-warning a.panel-heading:hover, .panel-warning a.panel-heading:focus {
	background-color: #ec971f;
}
.panel-group .panel, .panel-group .panel-heading {
	border: none !important;
}
.panel-group .panel-body {
	border: 1px solid #ddd !important;
	border-width: 0 1px 1px 1px !important;
}
.panel-group .panel-heading a, .panel-group a.panel-heading {
	outline: 0;
}
.panel-group .panel-heading a:hover, .panel-group .panel-heading a:focus, .panel-group a.panel-heading:hover, .panel-group a.panel-heading:focus {
	text-decoration: none;
}
.panel-group .panel-heading .icon-indicator {
	margin-right: 10px;
}
.panel-group .panel-heading .icon-indicator:before {
	content: "\e114";
}
.panel-group .panel-heading.collapsed .icon-indicator:before {
	content: "\e080";
}

/*GRIDVIEW STYLES*/
/*.myGridClass {
  width: 100%;
  
  background-color: #fff;
  margin: 5px 0 10px 0;
  border: solid 1px #525252;
  border-collapse:collapse;
}


.myGridClass td {
  padding: 2px;
  border: solid 1px #c1c1c1;
  color: #555;
}


.myGridClass th {
  padding: 4px 2px;
  color: #fff;
  background: #555;
  border-left: solid 1px #525252;
  font-size: 0.9em;
}


.myGridClass .myAltRowClass { background: #fcfcfc repeat-x top; }


.myGridClass .myPagerClass { background: #424242; }

.myGridClass .myPagerClass table { margin: 5px 0; }

.myGridClass .myPagerClass td {
  border-width: 0;
  padding: 0 6px;
  border-left: solid 1px #666;
  font-weight: bold;
  color: #fff;
  line-height: 12px;
}

.myGridClass .myPagerClass a { color: #666; text-decoration: none; }

.myGridClass .myPagerClass a:hover { color: #000; text-decoration: none; }*/ 
.Grid1 {background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse; color: #555;}
.Grid1 td {
      padding: 3px 6px;
      border: solid 1px #c1c1c1; }
.Grid1 th  {
      padding : 4px 2px;
      color: #fff;
      background: #666;
      border-left: solid 1px #525252;
      font-size: 0.9em; }
.Grid1 .alt {
      background: #E9E9E9; }
.Grid1 .pgr {background: #363670; }
.Grid1 .pgr table { margin: 3px; }
.Grid1 .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }  
.Grid1 .pgr a { color: #555; text-decoration: none; }
.Grid1 .pgr a:hover { color: #1EAD49; text-decoration: none; }

/*LOGIN FOR*/
.login-form {
	background:#eee;
	width: 26%;
	margin:9% auto 4% auto;
 	position: relative;
 	-webkit-border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
 	box-shadow: rgba(243, 208, 39, 0.33) 1px 1px,
 rgba(243, 208, 39, 0.33) 2px 2px,
 rgba(243, 208, 39, 0.33) 3px 3px,
 rgba(243, 208, 39, 0.33) 4px 4px,
 rgba(243, 208, 39, 0.33) 5px 5px,
 rgba(243, 208, 39, 0.33) 6px 6px,
 rgba(243, 208, 39, 0.33) 7px 7px,
 rgba(243, 208, 39, 0.33) 8px 8px,
 rgba(243, 208, 39, 0.33) 9px 9px,
 rgba(243, 208, 39, 0.33) 10px 10px,
 rgba(243, 208, 39, 0.33) 11px 11px,
 rgba(243, 208, 39, 0.33) 12px 12px,
 rgba(243, 208, 39, 0.33) 13px 13px,
 rgba(243, 208, 39, 0.33) 14px 14px,
 rgba(243, 208, 39, 0.33) 15px 15px,
 rgba(243, 208, 39, 0.33) 16px 16px,
 rgba(243, 208, 39, 0.33) 17px 17px,
 rgba(243, 208, 39, 0.33) 18px 18px,
 rgba(243, 208, 39, 0.33) 19px 19px,
 rgba(243, 208, 39, 0.33) 20px 20px,
 rgba(243, 208, 39, 0.33) 21px 21px,
 rgba(243, 208, 39, 0.33) 22px 22px,
 rgba(243, 208, 39, 0.33) 23px 23px,
 rgba(243, 208, 39, 0.33) 24px 24px,
 rgba(243, 208, 39, 0.33) 25px 25px,
 rgba(243, 208, 39, 0.33) 26px 26px,
 rgba(243, 208, 39, 0.33) 27px 27px,
 rgba(243, 208, 39, 0.33) 28px 28px,
 rgba(243, 208, 39, 0.33) 29px 29px,
 rgba(243, 208, 39, 0.33) 30px 30px,
 rgba(243, 208, 39, 0.33) 31px 31px,
 rgba(243, 208, 39, 0.33) 32px 32px,
 rgba(243, 208, 39, 0.33) 33px 33px,
 rgba(243, 208, 39, 0.33) 34px 34px,
 rgba(243, 208, 39, 0.33) 35px 35px,
 rgba(243, 208, 39, 0.33) 36px 36px,
 rgba(243, 208, 39, 0.33) 37px 37px,
 rgba(243, 208, 39, 0.33) 38px 38px,
 rgba(243, 208, 39, 0.33) 39px 39px,
 rgba(243, 208, 39, 0.33) 40px 40px,
 rgba(243, 208, 39, 0.33) 41px 41px,
 rgba(243, 208, 39, 0.33) 42px 42px,
 rgba(243, 208, 39, 0.33) 43px 43px,
 rgba(243, 208, 39, 0.33) 44px 44px,
 rgba(243, 208, 39, 0.33) 45px 45px,
 rgba(243, 208, 39, 0.33) 46px 46px,
 rgba(243, 208, 39, 0.33) 47px 47px,
 rgba(243, 208, 39, 0.33) 48px 48px,
 rgba(243, 208, 39, 0.33) 49px 49px,
 rgba(243, 208, 39, 0.33) 50px 50px,
 rgba(243, 208, 39, 0.33) 51px 51px,
 rgba(243, 208, 39, 0.33) 52px 52px,
 rgba(243, 208, 39, 0.33) 53px 53px,
 rgba(243, 208, 39, 0.33) 54px 54px,
 rgba(243, 208, 39, 0.33) 55px 55px,
 rgba(243, 208, 39, 0.33) 56px 56px,
 rgba(243, 208, 39, 0.33) 57px 57px,
 rgba(243, 208, 39, 0.33) 58px 58px,
 rgba(243, 208, 39, 0.33) 59px 59px,
 rgba(243, 208, 39, 0.33) 60px 60px,
 rgba(243, 208, 39, 0.33) 61px 61px,
 rgba(243, 208, 39, 0.33) 62px 62px,
 rgba(243, 208, 39, 0.33) 63px 63px,
 rgba(243, 208, 39, 0.33) 64px 64px,
 rgba(243, 208, 39, 0.33) 65px 65px,
 rgba(243, 208, 39, 0.33) 66px 66px,
 rgba(243, 208, 39, 0.33) 67px 67px,
 rgba(243, 208, 39, 0.33) 68px 68px,
 rgba(243, 208, 39, 0.33) 69px 69px,
 rgba(243, 208, 39, 0.33) 70px 70px,
 rgba(243, 208, 39, 0.33) 71px 71px,
 rgba(243, 208, 39, 0.33) 72px 72px,
 rgba(243, 208, 39, 0.33) 73px 73px,
 rgba(243, 208, 39, 0.33) 74px 74px,
 rgba(243, 208, 39, 0.33) 75px 75px,
 rgba(243, 208, 39, 0.33) 76px 76px,
 rgba(243, 208, 39, 0.33) 77px 77px,
 rgba(243, 208, 39, 0.33) 78px 78px,
 rgba(243, 208, 39, 0.33) 79px 79px,
 rgba(243, 208, 39, 0.33) 80px 80px,
 rgba(243, 208, 39, 0.33) 81px 81px,
 rgba(243, 208, 39, 0.33) 82px 82px,
 rgba(243, 208, 39, 0.33) 83px 83px,
 rgba(243, 208, 39, 0.33) 84px 84px,
 rgba(243, 208, 39, 0.33) 85px 85px,
 rgba(243, 208, 39, 0.33) 86px 86px,
 rgba(243, 208, 39, 0.33) 87px 87px,
 rgba(243, 208, 39, 0.33) 88px 88px,
 rgba(243, 208, 39, 0.33) 89px 89px,
 rgba(243, 208, 39, 0.33)90px 90px,
 rgba(243, 208, 39, 0.33)91px 91px,
 rgba(243, 208, 39, 0.33)92px 92px,
 rgba(243, 208, 39, 0.33)93px 93px,
 rgba(243, 208, 39, 0.33)94px 94px,
 rgba(243, 208, 39, 0.33) 95px 95px,
 rgba(243, 208, 39, 0.33) 96px 96px,
 rgba(243, 208, 39, 0.33) 97px 97px,
 rgba(243, 208, 39, 0.33) 98px 98px,
 rgba(243, 208, 39, 0.33) 99px 99px,
 rgba(243, 208, 39, 0.33) 100px 100px,
 rgba(243, 208, 39, 0.33) 101px 101px,
 rgba(243, 208, 39, 0.33) 102px 102px,
 rgba(243, 208, 39, 0.33) 103px 103px,
 rgba(243, 208, 39, 0.33) 104px 104px,
 rgba(243, 208, 39, 0.33) 105px 105px,
 rgba(243, 208, 39, 0.33) 106px 106px,
 rgba(243, 208, 39, 0.33) 107px 107px,
 rgba(243, 208, 39, 0.33) 108px 108px,
 rgba(243, 208, 39, 0.33) 109px 109px,
 rgba(243, 208, 39, 0.33) 110px 110px,
 rgba(243, 208, 39, 0.33) 111px 111px,
 rgba(243, 208, 39, 0.33) 112px 112px,
 rgba(243, 208, 39, 0.33) 113px 113px,
 rgba(243, 208, 39, 0.33) 114px 114px,
 rgba(243, 208, 39, 0.33) 115px 115px,
 rgba(243, 208, 39, 0.33) 116px 116px,
 rgba(243, 208, 39, 0.33) 117px 117px,
 rgba(243, 208, 39, 0.33) 118px 118px,
 rgba(243, 208, 39, 0.33) 119px 119px,
 rgba(243, 208, 39, 0.33) 120px 120px,
 rgba(243, 208, 39, 0.33) 121px 121px,
 rgba(243, 208, 39, 0.33) 122px 122px,
 rgba(243, 208, 39, 0.33) 123px 123px,
 rgba(243, 208, 39, 0.33) 124px 124px,
 rgba(243, 208, 39, 0.33) 125px 125px,
 rgba(243, 208, 39, 0.33) 126px 126px,
 rgba(243, 208, 39, 0.33) 127px 127px,
 rgba(243, 208, 39, 0.33) 128px 128px,
 rgba(243, 208, 39, 0.33) 129px 129px,
 rgba(243, 208, 39, 0.33) 130px 130px,
 rgba(243, 208, 39, 0.33) 131px 131px,
 rgba(243, 208, 39, 0.33) 132px 132px,
 rgba(243, 208, 39, 0.33)133px 133px,
 rgba(243, 208, 39, 0.33)134px 134px,
 rgba(243, 208, 39, 0.33)135px 135px,
 rgba(243, 208, 39, 0.33) 136px 136px,
 rgba(243, 208, 39, 0.33) 137px 137px,
 rgba(243, 208, 39, 0.33) 138px 138px,
 rgba(243, 208, 39, 0.33) 139px 139px,
 rgba(243, 208, 39, 0.33) 140px 140px,
 rgba(243, 208, 39, 0.33) 141px 141px,
 rgba(243, 208, 39, 0.33) 142px 142px,
 rgba(243, 208, 39, 0.33) 143px 143px,
 rgba(243, 208, 39, 0.33) 144px 144px,
 rgba(243, 208, 39, 0.33) 145px 145px,
 rgba(243, 208, 39, 0.33) 146px 146px,
 rgba(243, 208, 39, 0.33) 147px 147px,
 rgba(243, 208, 39, 0.33) 148px 148px,
 rgba(243, 208, 39, 0.33) 149px 149px,
 rgba(243, 208, 39, 0.33) 150px 150px,
 rgba(243, 208, 39, 0.33) 151px 151px,
 rgba(243, 208, 39, 0.33) 152px 152px,
 rgba(243, 208, 39, 0.33) 153px 153px,
 rgba(243, 208, 39, 0.33) 154px 154px,
 rgba(243, 208, 39, 0.33) 155px 155px,
 rgba(243, 208, 39, 0.33) 156px 156px,
 rgba(243, 208, 39, 0.33) 157px 157px,
 rgba(243, 208, 39, 0.33) 158px 158px,
 rgba(243, 208, 39, 0.33) 159px 159px,
 rgba(243, 208, 39, 0.33) 160px 160px,
 rgba(243, 208, 39, 0.33) 161px 161px,
 rgba(243, 208, 39, 0.33) 162px 162px,
 rgba(243, 208, 39, 0.33) 163px 163px,
 rgba(243, 208, 39, 0.33) 164px 164px,
 rgba(243, 208, 39, 0.33) 165px 165px,
 rgba(243, 208, 39, 0.33) 166px 166px,
 rgba(243, 208, 39, 0.33) 167px 167px,
 rgba(243, 208, 39, 0.33) 168px 168px,
 rgba(243, 208, 39, 0.33) 169px 169px,
 rgba(243, 208, 39, 0.33) 170px 170px,
 rgba(243, 208, 39, 0.33) 171px 171px,
 rgba(243, 208, 39, 0.33) 172px 172px,
 rgba(243, 208, 39, 0.33) 173px 173px,
 rgba(243, 208, 39, 0.33) 174px 174px,
 rgba(243, 208, 39, 0.33) 175px 175px,
 rgba(243, 208, 39, 0.33) 176px 176px,
 rgba(243, 208, 39, 0.33) 177px 177px,
 rgba(243, 208, 39, 0.33) 178px 178px,
 rgba(243, 208, 39, 0.33) 179px 179px,
 rgba(243, 208, 39, 0.33) 180px 180px,
 rgba(243, 208, 39, 0.33) 181px 181px,
 rgba(243, 208, 39, 0.33) 182px 182px
}

.head {
	position: absolute;
	top:-15%;
	left: 35%;
}
.head img {
	border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	border:6px solid rgba(221, 218, 215, 0.23);
}
.main{
	position:relative;
}
.main h1{
	font-size:25px;
	color:#676767;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	padding-top: 19%;
	text-align: center;
}
.main form {
	width: 80%;
	margin: 0 auto;
	padding: 6% 0 9% 0;
}
.main p {
text-align: center;
}
.main form p a {
	color: #888;
	font-family: 'Open Sans', sans-serif;
}
form p a:hover {
	color:#21A957;
}
 input[type="text"], input[type="password"]{
	width:100%;
	padding:2%;
	background:#f8f8f8;
	/*margin-bottom: 3%;*/
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-weight:400;
	font-size: 14px;
	outline: none;
	border: none;
	border-radius: 5px;
	border:1px solid #BAB9B9;
	-webkit-appearance:none;
}
 
 input[type="text"]:hover, 
type="password"]:hover{
 	border:1px solid #888;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:	0.5s;
 	
 }
input[type="submit"]{
	width: 50%;
	padding: 1%;
		background: #21A957;
	font-family: 'Open Sans', sans-serif;
	color: #ECECEC;
	box-shadow: inset 0px 0px 10px #666464;
	-webkit-text-shadow: 0px 0px 3px #000;
	-moz-text-shadow: 0px 0px 3px #000;
	-o-text-shadow: 0px 0px 3px #000;
	-ms-text-shadow: 0px 0px 3px #000;
	font-size: 20px;
	outline: none;
	border: none;
	cursor: pointer;
	font-weight:500;
	border-radius: 5px;
	transition: 0.5s;
	-webkit-appearance:none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
input[type="submit"]:hover{
	background:#128A42;
	color:#fff;
}
/*//FQA*/
.fqa{
    margin-bottom: 40px;
    padding: 15px 0;
    background: #52c234;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #061700, #52c234);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #061700, #52c234); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.fqa .fqa-cols{
    margin-right: 60px;
    display: inline-block;
}

.fqa .fqa-cols .fqa--img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.fqa .fqa-cols .fqa--text{
    display: inline-block;
    vertical-align: middle;
}

.fqa .fqa-cols h4,
.fqa .fqa-cols h5{
    color: #fff;
}
.fqa .faq--info a img{
   transition: all 0.5s linear;
}



.fqa .faq--info a:hover img{
    transform: rotate(360deg);
}


@media(max-width:1100px){
    .fqa .fqa-cols{
    margin-right: 10px;
    }
}

@media(max-width:991px){
    header .header_right{
        margin-top: 10px !important;
    }
    body{
        padding-top: 85px;
    }
    .fqa .fqa-cols:first-child{display: block;margin-bottom: 15px;}
    header.smaller .rightheadername{margin-top: 4px;}
    header.smaller .swcriti{width: 100%;top: 30px;}
    .maintabcols .maintabcolsicon{
        width: 80px;
    height: 80px;
            margin-top: -45px
    }
    .headerback{height: 116px;}
}

@media(max-width:767px){
    /*MOBILE*/
    .maintabcolstext{padding:6px;font-size:12px;font-weight:600;}
    .navbar-nav .open .dropdown-menu li a {padding:8px;}
    .navbar-brand{margin-top: -10px;}
    .navbar-brand .mini ul{display: none;}
    .navbar-brand .mini .img1{position: static !important;margin: 0px !important;width: 150px;height: auto !important;margin-left: -20px !important;margin-top:-10px;}
    .navbar-brand .mini .img2{position: absolute !important;margin: 0px !important;width: 60px;height: auto !important;margin-left: -20px !important;top:0px;}
    .swcriti {
    position:absolute;top:68px;text-align:left;width:100%;color:#fff;left:2px;font-size:10px;line-height:1.1;letter-spacing:0.5px;width:90%;}
    .single1 {font-size: 0px;}
    header .single2 {font-size: 12px;font-weight:600;}
    .navbar-toggle {
    position:absolute;padding:8px 10px;right:-20px;top:55px;color:#f2f2f2;font-size:22px;font-weight:200;
    }
    .mobimenu {border-bottom:none;padding:0px;background:#ccc;}
    .loading {display:none;}
    .mobicontent{margin-top: 0px;}
    /*MOBILE*/




    .fqa .fqa-cols{display: block;margin-bottom: 15px;}
    .logintabs{padding: 13px 5px;}
    .logintabs .logintabs-img{width: 50px;
    height: 50px;margin-right: 7px;}
    .logintabs-text{font-size: 12px;}
    .dvnotificationcontent.dvnotificationcontent1{height: auto !important;}
    header .header_right{
           margin-top: -30px !important;
    }

    body {
    padding-top: 116px;
}
    .maintabcols .maintabcolsimg img{width: 100%;}
}
.dvnotificationheader {
            color: #fff;
            text-align: left;
            font-size: 11px;
            padding: 8px;
            padding-left: 20px;
        }
        .dvnotificationheader img{
            margin-right: 15px;
        }
        .dvnotificationcontent.dvnotificationcontent1{
            height: 260px;
            padding-top: 0;
            border-top: solid 1px #e7e7e7!important;
        }
        .dvnotificationcontent.dvnotificationcontent2{
            height: 260px;
        }

        .dvnotificationcontent.dvnotificationcontent3{
            height: auto!important;
        }
        .dvnotificationcontent.dvnotificationcontent4{
            height: auto!important;
            border: none;
            padding: 15px 0;
        }
.register-list{
            background-color: #f3f3f3;
        }
        .register-list li{
           display: block;
            width: 100%;
            border-bottom: solid 1px #e7e7e7;

        }

        .logintabs {
        transition:0.7s ease;display: block; color: #333;font-weight:600; padding: 8px;cursor: pointer; margin-left: auto; margin-right: auto; width: 100%; font-size: 14px;padding: 13px 40px;background-color: #fff;
        position: relative;z-index: 99;
        }
        .logintabs:after {
            content: "";
            position: absolute;
             width: 100%;
            height: 100%;
            background-color: #fff;
            top: 0;
            left: 0;
            z-index: -1;
        }
        .logintabs:hover:after {
            background-color: rgba(191, 255, 173, 0.3803921568627451);
        }
        .logintabs:hover .logintabs-img {
             transform: rotate(360deg);
        }

        .logintabs .logintabs-img{
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: #1A6106;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            margin-right: 15px;
            transition: all 0.5s linear;
        }
        .logintabs .logintabs-img1{
            background-color: #D33257;
        }
        .logintabs .logintabs-img2{
            background-color: #2C82C9;
        }
        .logintabs .logintabs-img3{
            background-color: #FF7416;
        }

        .logintabs .logintabs-img img{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .logintabs .logintabs-text{
            display: inline-block;
            vertical-align: middle;
        }



        .logintabs:hover,.logintabs:focus {
            transition:0.7s ease; color: #333;text-decoration:none;
        }

        /*// ARPIT CSS//*/



        .list-group li {
            background: #fff;
            color:#555;
            margin: 0;
            border: none;
        }

        #ulforestnotice li{
             border-bottom: 1px solid #e7e7e7;
            padding: 30px 15px;
        }
        #ulforestnotice li:last-child{
             border-bottom: none;
        }
        .maintabcols {
            cursor: pointer;
            padding: 15px;
            text-align: center;
            border: 1px solid #e7e7e7;
        }

        .maintabcols .maintabcolsicon{
            width: 120px;
            height: 120px;
            border-radius: 50%;
            padding: 30px;
            margin: 0 auto;
            text-align: center;
            position: relative;
            margin-top: -60px;
            background-color: #fff;
            transition: all 0.5s linear;
        }

        .maintabcols .maintabcolsicon img{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.5s linear;
        }
        .maintabcols .maintabcolsimg{
            overflow: hidden;
        }
        .maintabcols .maintabcolstext{
            padding: 15px 20px;
            padding-top: 0;
            font-weight: 500;
            font-size: 18px;
        }

        .maintabcols:hover .maintabcolsicon{
            transform: rotate(360deg);
        }


