@import url(https://fonts.googleapis.com/css?family=Oswald);


/* Reset CSS
 * --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

body {
    background-attachment: fixed !important;
    background-clip: border-box !important;
    /*background-image: url("../images/bg.jpg") !important;*/
    background-origin: padding-box !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin: 0 !important;
    position: relative !important;
    font-size: 1.50em;
}








p {
    font-size: 1.1em;
    margin: 0 0 10px;
       
    text-align: justify;
}

.welcome li {
    font-size: 1.1em;
  
    line-height: 1.7em;
}

.dropdown > a::after {
    color: #000 !important;
}

#main-content {
    margin-top: 105px;
}

.homebody {
    overflow-y: hidden !important;
}


.blinking{
   
	animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
	0%{		color: #000;	}
	49%{	color: #ffffff;	}
	50%{	color: #E74747;	}
	99%{	color:#f5e418;	}
	100%{	color: #000;	}
}


a {
    text-decoration: none;
}

table {
    border-spacing: 0;
        width: 100%;
}

 td, th {
  border: 1px solid #ddd;
  padding: 8px;
}



#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}
fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #444;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body {
    font-family: arial,helvetica;
    color: #333;
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}

/*.section{
	text-align:center;
}*/
.pagination {
    background: #197ab5;
    color: white;
}

#menu li {
    display: inline-block;
    margin: 10px;
    color: #000;
    background: #fff;
    background: rgba(255,255,255, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    #menu li.active {
        background: #666;
        background: rgba(0,0,0, 0.5);
        color: #fff;
    }

    #menu li a {
        text-decoration: none;
        color: #000;
    }

    #menu li.active a:hover {
        color: #000;
    }

    #menu li:hover {
        background: rgba(255,255,255, 0.8);
    }

    #menu li a,
    #menu li.active a {
        padding: 9px 18px;
        display: block;
    }

    #menu li.active a {
        color: #fff;
    }

#menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
}

.twitter-share-button {
    position: fixed;
    z-index: 99;
    right: 149px;
    top: 9px;
}

#download {
    margin: 10px 0 0 0;
    padding: 15px 10px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

    #download a {
        text-decoration: none;
        color: #fff;
    }

    #download:hover {
        text-shadow: 0 -1px 0 rgba(0,0,0,.25);
        background-color: #2F96B4;
        background-position: 0 -15px;
        -webkit-transition: background-position .1s linear;
        -moz-transition: background-position .1s linear;
        -ms-transition: background-position .1s linear;
        -o-transition: background-position .1s linear;
        transition: background-position .1s linear;
    }

#infoMenu {
    height: 20px;
    color: #f2f2f2;
    position: fixed;
    z-index: 70;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 0.9em;
    padding: 8px 0 8px 0;
}

    #infoMenu ul {
        padding: 0 40px;
    }

    #infoMenu li a {
        display: block;
        margin: 0 22px 0 0;
        color: #333;
    }

        #infoMenu li a:hover {
            text-decoration: underline;
        }

    #infoMenu li {
        display: inline-block;
        position: relative;
    }

#examplesList {
    display: none;
    background: #282828;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    float: left;
    position: absolute;
    bottom: 29px;
    right: 0;
    width: 638px;
    text-align: left;
}

    #examplesList ul {
        padding: 0;
    }

        #examplesList ul li {
            display: block;
            margin: 5px 0;
        }

            #examplesList ul li a {
                color: #BDBDBD;
                margin: 0;
            }

                #examplesList ul li a:hover {
                    color: #f2f2f2;
                }

    #examplesList .column {
        float: left;
        margin: 0 20px 0 0;
    }

    #examplesList h3 {
        color: #f2f2f2;
        font-size: 1.2em;
        margin: 0 0 15px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
        -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
        padding: 0 0 5px 0;
    }



/* Demos Menu
 * --------------------------------------- */
#demosMenu {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

.header {
    position: fixed;
    top: 0px;
    z-index: 99999;
}

.slide {
    background-size: cover !important;
}

.fp-viewing-secondPage-0 .header, .fp-viewing-secondPage-1 .header, .fp-viewing-secondPage-2 .header {
    background: rgba(204, 37, 37, 0.84);
    border-bottom: 1px solid black;
}

.fp-viewing-firstPage-0 .header, .fp-viewing-firstPage-1 .header, .fp-viewing-firstPage-2 .header {
    background: rgba(21, 61, 146, 0.72);
    border-bottom: 1px solid black;
}


#section1 {
    background-color: #fff;
}

#slide1 .b-ball {
    right: 200px;
}

#slide1 .f-player {
    left: 0px;
}

#slide1 .f-player-1 {
    right: 350px;
}

#slide1 .f-player-2 {
    right: 30px;
    -vendor-animation-duration: 5s;
    -vendor-animation-delay: 5s;
    -vendor-animation-iteration-count: infinite;
}


#section0 #slide1 {
    background: url(../images/banner-3.jpg);
}

#section0 #slide2 {
    background: url(../images/badminton-pic.jpg);
}

#section0 #slide4 {
    background: url(../images/green-park.jpg);
}

#section0 #slide3 {
    background: url(../images/banner-1.jpg);
}

#section0 #slide5 {
    background: url(../images/plantation.jpg);
}

#section0 #slide6 {
    background: url(../images/fotball-p.jpg);
}

#section0 #slide7 {
    background: url(../images/cycle-p.jpg);
}

#section0 .content-area {
    width: 100%;
    background: rgba(0, 0, 0, 0.39);
    color: #FFF;
}

    #section0 .content-area h1 {
        font-size: 25pt;
        color: #FC0;
        text-shadow: 1px 1px 1px #000000;
    }

#section0 .fp-tableCell {
    vertical-align: bottom !important;
}

#section0 .fp-tableCell {
    vertical-align: bottom !important;
}

#section0 > h1 {
    /*background: rgba(0, 0, 0, 0.36) none repeat scroll 0 0;
    width: -moz-available;*/
    color: #0EFBC0;
    font-size: 35pt;
    padding: 10px 0 10px 80px;
    position: absolute;
    text-shadow: 1px 1px 1px #000000;
    z-index: 2147483647;
    bottom: 0px;
    right: 20px;
    display: none;
}

.abt-dept {
    margin-top: 52px;
}

    .abt-dept .well {
        padding: 0px 10px !important;
        border-radius: 0px !important;
        height: auto;
        overflow: hidden;
        min-height: 205px;
    }

        .abt-dept .well img {
            margin-bottom: 10px;
        }

    .abt-dept h1 {
        margin: 10px 0px !important;
        padding: 0px;
        font-size: 22px;
    }

    .abt-dept .fa {
        color: #FFF;
    }

    .abt-dept .well h4 {
        margin-top: 0px;
    }



.tab .btn {
    border: 2px solid rgba(255,255,255,.7);
    background-color: transparent;
    color: #FFF;
    margin-top: 15px;
}

    .tab .btn:hover {
        background-color: #ffd54f;
        color: #000;
    }

.cyan {
    background-color: #26c6da !important;
}

.red {
    background-color: #b90300 !important;
}

.green {
    background-color: #8bc34a !important;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.orange {
    background-color: #9a3900 !important;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.teal {
    background-color: #1a635c !important;
}

.purple {
    background-color: #491b9a !important;
}

.btn-info {
    color: #fff;
    background-color: #007a9e;
    border-color: #054c61;
}

.tab h3 {
}


.top-nav {
    background-color: #e06100;
    border-top: 0px solid transparent;
    border-image: url(../images/top-border.png) 30 30 30 30 round round;
    /*box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.45), 0px 1px 6px 0px rgba(0, 0, 0, 0.12) !important;*/
    padding: 2px 0px;
    z-index: 999999 !important;
    position: relative;
    border-bottom: 0px;
}

    .top-nav .time {
            margin-top: 5px;
        float: left;
        font-size: 0.8em;
        color: #ffffff;
        text-decoration: none;
       
    }

        .top-nav .time i {
            font-size: 14px;
        }

    .top-nav ul {
        margin: 0px;
        padding: 0px;
    }

    .top-nav li {
        list-style-type: none;
        font-size: 0.8em;
        text-align: right;
        padding-right: 11px;
        padding-left: 11px;
        display: inline-block;
    }

        .top-nav li:nth-child(1) {
            border-right: solid 1px #FFFFFF;
        }

        .top-nav li:nth-child(2) {
            border-right: solid 1px #FFFFFF;
        }

        .top-nav li:nth-child(3) {
            border-right: solid 1px #FFFFFF;
        }

        .top-nav li:nth-child(4) {
            padding-left: 2px;
            padding-right: 2px;
        }

        .top-nav li:nth-child(5) {
            padding-left: 2px;
            padding-right: 2px;
        }

        .top-nav li:nth-child(6) {
            padding-left: 2px;
            padding-right: 2px;
        }

        .top-nav li:nth-child(7) {
            padding-left: 2px;
            padding-right: 2px;
        }

        .top-nav li:nth-child(8) {
            padding-left: 2px;
            padding-right: 2px;
        }

        .top-nav li:nth-child(9) {
            padding-left: 2px;
            padding-right: 2px;
        }

        .top-nav li:nth-child(10) {
            padding-left: 0px;
            padding-right: 2px;
        }

        .top-nav li a {
           
            color: #EAEAEA;
        }

            .top-nav li a:hover {
                text-decoration: none;
            }

    .top-nav .btn-xs {
        padding: 2px 4px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 0px;
        border: solid 1px;
        background-color: #fff;
        color: #000;
    }

    .top-nav .btn-block {
        padding: 0px 4px;
        font-size: 12px;
        border-radius: 0px;
        border: solid 1px;
        background-color: #000;
        color: #fff;
    }

    .top-nav .btn-yellow {
        padding: 2px 4px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 0px;
        border: solid 1px;
        background-color: #f6d20a;
        color: #000;
    }

    .top-nav .input-sm {
        height: 25px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 0px;
        display: inline-block !important;
    }
/*LOGO SECTION*/
.logo-section {
    /*background-image: url('../images/logo-bg.png');*/
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: right 0px top 7px;
    height: 82px;
    position: relative;
    overflow: hidden;
}

.logo {
    padding: 1px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar {
    position: fixed !important;
    top: 26px;
    width: 100%;
    z-index: 999;
    background: #fff;
    border: 0px !important;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.inner-con .pwdFxd {
    position: fixed !important;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(224, 222, 222, 1) 100%) repeat scroll 0 0;
}


.inner-con .navbar {
    position: relative;
    top: 40px;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(224, 222, 222, 1) 100%) repeat scroll 0 0;
    border: 0px !important;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: none !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: #e06100 none repeat scroll 0 0 !important;
    color: #FFF;
    /*	line-height: 30px;*/
}

.mylst {
    color: #FFF;
    font-size: 14pt;
    margin-left: 50px;
}

.nav span {
    margin-bottom: 10px;
}

.fp-viewing-secondPage-0 .navbar, .fp-viewing-secondPage-1 .navbar {
    background: rgb(255, 208, 113) !important;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    padding: 10px 13px !important;
    font-size: 1.20em;
    font-weight: 400;
    border-right: 1px solid #dcd6d6;
}

.fa-2x {
    font-size: 2em !important;
}

.fp-viewing-firstPage-0 .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
   background: #e06100 !important;
    /*	line-height: 30px;*/
    color: #FFF;
}





.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  color:#EB6841;
  cursor: pointer;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
  color:#EB6841;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.sideways {
  margin-top:50px;
  border: none;
  position: relative;
}
.sideways>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.sideways>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.sideways.tabs-left {
  left: -50px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

















.nav > li {
    display: inline-block !important;
}

.center-block {
    display: block !important;
}

.dropdown-menu li:last-child a {
    border: 0px !important;
}


.border {
    border:2px solid #ff0000;
}
h2.profileheading  {
    margin: 0px 0px 10px 0px !important;
    padding: 0px;
    color: #E74747;
    font-weight:800;
    font-size: 1.60em !important;
}


 h3.profileheading-subheading {
    margin: 0px 0px 10px 0px !important;
    padding: 0px;
    color: #000;
    font-size: 1.1em !important;
}




.navbar .dropdown-menu {
        width: 250px !important;
    border-radius: 0px;
    background-color: rgba(255,255,255,1);
    padding: 0px;
    border-bottom: 3px solid #15569A;
}

    .navbar .dropdown-menu li {
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    .navbar .dropdown-menu > li > a {
        color: #000;
        /* padding: 10px !important; */
    }

        .navbar .dropdown-menu > li > a:focus {
            background-color: #eee;
            color: #000;
            text-decoration: none;
        }

.lb-logo {
    width: 584px;
    /* padding: 2px 0; */
    margin-top: 4px;
}


@media (max-width :800px) {

    	.lb-logo {
    width: 292px!important;
}


}

#section0 .intro {
    padding: 10px;
}

.intro h1 {
    margin: 0px;
    padding: 0px;
}



#fullpage .navbar {
    transition: all 0.3s ease-in-out 0s;
}
/* Sectrion 2*/

#section2 > h1 {
    background: rgba(0, 0, 0, 0.36) none repeat scroll 0 0;
    color: #ffffff;
    font-size: 35pt;
    margin-top: 112px;
    padding: 10px 0 10px 80px;
    position: absolute;
    text-shadow: 1px 1px 1px #000000;
    width: 100%;
    z-index: 2147483647;
    display: none;
}

#section2 #slide1 {
    background: url(../images/green-park-players.jpg);
}

#section2 #slide2 {
    background: url(../images/running-track.jpg);
}

    #section2 #slide2 .intro {
    }

#section2 #slide3 {
    background: url(../images/college-lucknow.jpg);
}

#section2 #slide4 {
    background: url(../images/saifai-college.jpg);
}

#section2 #slide5 {
    background: url(../images/college-gorakhpur.jpg);
}

#section2 #slide6 {
    background: url(../images/hockey-stadium.jpg);
}

#section2 #slide7 {
    background: url(../images/swimming-pool.jpg);
}

#section2 #slide8 {
    background: url(../images/athletic-p.jpg);
}

#section2 #slide9 {
    background: url(../images/swimming-pool-banner.jpg);
}

#section2 #slide10 {
    background: url(../images/swimming-pool-banner2.jpg);
}

#section2 .intro {
    background: rgba(0, 0, 0, 0.34) none repeat scroll 0 0;
    border: 0px solid rgba(0, 0, 0, 0.23);
    margin-left: 0px;
    margin-top: 92px;
    padding: 14px;
}

    #section2 .intro h1 {
        font-size: 25pt;
        color: #F2C100;
        text-shadow: 1px 1px 1px #000000;
    }

    #section2 .intro h3 {
        font-size: 20pt;
        color: #FFF;
        text-shadow: 1px 1px 1px #000000;
    }

    #section2 .intro p {
        font-size: 14pt;
        color: #FFF;
        text-shadow: 1px 1px 1px #000000;
    }

/* Sectrion 3*/
#section3 {
    background: url(../images/cal-bg.jpg);
    padding-top: 50px;
}

    #section3 .fp-tableCell {
        display: table-cell;
        height: 100%;
        vertical-align: bottom !important;
        width: 100%;
    }

    #section3 .intro {
        bottom: 0 !important;
        width: -moz-available;
    }

        #section3 .intro h1 {
            font-size: 25pt;
            color: #FF8801;
            text-shadow: 1px 1px 1px #000000;
            margin-bottom: 30px;
        }

        #section3 .intro h3 {
            font-size: 20pt;
            color: #FFF;
            text-shadow: 1px 1px 1px #000000;
        }

        #section3 .intro li {
            background: rgba(0, 0, 0, 0) url("../images/fball.png") no-repeat scroll 0 12px;
            color: #000;
            font-size: 12pt;
            padding: 10px 0 10px 32px;
        }

        #section3 .intro .pastevent li, #section3 .intro .lresult li {
            background: rgba(0, 0, 0, 0) url("../images/beye.png") no-repeat scroll 0 12px !important;
        }

        #section3 .intro li span {
            display: block;
        }

        #section3 .intro li .dte {
            color: #2060c6;
        }

        #section3 .intro li .ven {
            color: #8947A9;
        }

    #section3 .schedule-btn {
        margin-top: 10px;
    }

    #section3 .cal-head {
        background: none !important;
        text-align: center;
        font-size: 30pt !important;
        color: #FFFFFF !important;
    }

.slctsports > .dropdown-menu {
    left: -80px !important;
}

.slctsports > .dropdown-submenu > .dropdown-menu {
    left: -399px !important;
}

/* Section 4*/
.fp-viewing-6 .navbar {
    background: #FFFFFF;
}

#section4 {
    background: url(../images/bg/footer.jpg);
    text-align: center;
}

    #section4 .fp-tableCell {
        display: table-cell;
        height: 100%;
        vertical-align: top !important;
        width: 100%;
        padding-top: 125px;
    }

    #section4 .intro h1 {
        font-family: 'Oswald', sans-serif;
        font-size: 30pt;
        color: #333;
        margin-bottom: 30px;
    }

    #section4 .intro h2 {
        font-family: 'Oswald', sans-serif;
        font-size: 20pt;
        color: #930;
    }

    #section4 .intro p {
        font-family: 'Oswald', sans-serif;
        font-size: 14pt;
        color: #FFF;
        text-shadow: 1px 1px 1px #000000;
    }

    #section4 .intro {
        bottom: 0 !important;
        width: -moz-available;
    }

    #section4 .plc-sec {
        background: rgba(0, 0, 0, 0.68);
        position: absolute;
        bottom: 0px;
    }

.plc-sec a {
    color: #FC0;
}

.plc-sec {
    color: #FFF;
}

    .plc-sec a:hover {
        color: #3CC;
    }

#section4 .well {
    padding: 0px 19px;
}

.bottm-nav {
    background: #000;
    width: 100%;
    padding: 5px;
}

.schedule-slide {
    background: url(../images/home-bg.png);
}

.social-login-btn {
    margin: 5px;
    width: 20%;
    font-size: 250%;
    padding: 10px;
    color: #FFF;
}

.social-login-more {
    width: 45%;
}

.social-google {
    background-color: #9e1f01;
    border-color: #be5238;
}

    .social-google:hover {
        background-color: #be5238;
        border-color: #9b4631;
        color: #FFF !important;
    }

.social-twitter {
    background-color: #0078a5;
    border-color: #3997ba;
}

    .social-twitter:hover {
        background-color: #3997ba;
        border-color: #347b95;
        color: #FFF !important;
    }

.social-facebook {
    background-color: #4c699e;
    border-color: #47618d;
}

    .social-facebook:hover {
        background-color: #47618d;
        border-color: #3c5173;
        color: #FFF !important;
    }

.social-linkedin {
    background-color: #4875B4;
    border-color: #466b99;
}

    .social-linkedin:hover {
        background-color: #466b99;
        border-color: #3b5a7c;
        color: #FFF !important;
    }

#section1 #slide2 {
    text-align: center;
    background: url(../images/cal-bg.jpg);
}

    #section1 #slide2 h2 {
        font-size: 17pt;
        margin: 5px;
        color: #c44747;
    }

    #section1 #slide2 h3 {
        font-size: 14pt;
        margin: 5px;
        color: #1D8122;
    }

    #section1 #slide2 h4 {
        font-size: 11pt;
        margin: 5px;
        line-height: 20px;
    }

div#\#section5 #slide1 {
    text-align: center;
    background-image: linear-gradient( rgba(0,0,0,0.8), rgba(0,0,0,0.8) ), url(../images/bg/1.jpg) !important;
    /*background: url(../images/bg/1.jpg);*/
}

.about-icon > a:before {
    font-family: 'FontAwesome';
    content: "\f1ad";
    display: block;
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
}

.e-citizen-icon > a:before {
    font-family: 'FontAwesome';
    content: "\f1cd";
    display: block;
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
}

.affiliated-icon > a:before {
    font-family: 'FontAwesome';
    content: "\f02b";
    display: block;
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
}

.profiles-icon > a:before {
    font-family: 'FontAwesome';
    content: "\f0c0";
    display: block;
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
}

.employee-corner-icon > a:before {
    font-family: 'FontAwesome';
    content: "\f0b1";
    display: block;
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
}

.contact-icon > a:before {
    font-family: 'FontAwesome';
    content: "\f11c";
    display: block;
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
}

.gallery-icon > a:before {
    font-family: 'FontAwesome';
    content: "\f03e";
    display: block;
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
}

.sports-icon > a:before {
    font-family: 'FontAwesome';
    content: "\f12e";
    display: block;
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
}

.hostel-icon > a:before {
    font-family: 'FontAwesome';
    content: "\f236";
    display: block;
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
}

.stadium-icon > a:before {
    font-family: 'FontAwesome';
    content: "\f1e3";
    display: block;
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
}


.rightbar .panel-success > .panel-heading {
    background: linear-gradient(to bottom, #ec5218 0%,#e06100 0%,#c87b0d 19%,#aa6e00 74%,#d66b05 100%);
    /* background-color: #ec5218; */
    font-family: 'Oswald', sans-serif;
    text-align: left;
    font-weight: normal;
    border-color: #fdfdfd;
    color: #fff;
    font-size: 21px;
    padding: 7px 15px;
}

.rightbar .panel-success {
    border: 0px;
}

    .rightbar .panel-success > .panel-body {
        padding: 0px;
    }

.other-link {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

    .other-link li a {
        display: block;
        /* background-color: #ededed; */
        margin: 5px 0px;
        padding: 7px 10px 10px 0px;
        color: #000;
        text-decoration: none;
        transition-duration: .3s;
    }

        .other-link li a:before {
            font-family: 'FontAwesome';
            content: "\f054";
            font-size: 17px;
            padding: 4px;
            background-color: #ff0000;
            margin: 3px 4px 2px 6px;
            color: #ffffff;
        }

        .other-link li a:hover {
            background-color: #ffffff;
        }

            .other-link li a:hover::before {
                background-color: #BCC213;
                color: #FFF;
            }

.middle {
    text-align: left;
}

    .middle .panel-danger > .panel-heading {
        background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 0%,#8eb92a 19%,#72aa00 74%,#9ecb2d 100%);
        /* background-color: #ec5218; */
        font-family: 'Oswald', sans-serif;
        text-align: left;
        font-weight: normal;
        border-color: #ffffff;
        color: #fff;
        font-size: 21px;
        padding: 7px 15px;
        text-align: center;
        /* font-weight: bold; */
    }

    .middle .panel-danger {
        border-color: #ffffff;
        min-height: 415px;
    }

        .middle .panel-danger h4 {
            color: #F60;
        }

.col-lg-15 {
    width: 20% !important;
}


.abt-dept2 .panel-info > .panel-heading {
    background: linear-gradient(to bottom, rgba(0,183,234,1) 0%,rgba(0,139,178,1) 100%);
    /* background-color: #ec5218; */
    /* border-color: #ffbf0a; */
    color: #fff;
    font-size: 21px;
    padding: 7px 15px;
    height: auto;
    overflow: hidden;
    height: auto;
    overflow: hidden;
}

.abt-dept2 .panel-info {
    border-color: #ffffff;
    height: 415px;
    overflow: hidden !important;
}

    .abt-dept2 .panel-info .panel-footer {
        display: none;
    }

    .abt-dept2 .panel-info > .panel-heading .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 2px 5px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #fff;
        text-decoration: none;
        background-color: rgba(255,255,255,.0);
        border: 1px solid #ddd;
        font-size: 15px;
    }

    .abt-dept2 .panel-info .panel-body ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        min-height: 500px;
    }

.news-item {
    padding: 4px 4px 4px 4px;
    margin: 0px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

    .news-item a {
        padding-left: 6px;
        color: #333;
    }

        .news-item a:before {
            font-family: 'FontAwesome';
            content: "\f054";
            font-size: 12px;
            margin-left: -10px;
            position: absolute;
            margin-top: 2px;
            color: #ed5b24;
        }

.sd-content-thumb {
    padding: 0px 10px !important;
}

.fp-viewing-secondPage .navbar {
    background-color: #ffb300;
}

.fp-viewing-secondPage .navbar-nav > li > a {
    color: #fff;
}

.fp-viewing-5-0 .navbar {
    background-color: #7cb342;
}

.fp-viewing-5-0 .navbar-nav > li > a {
    color: #fff;
}

.fp-viewing-6-0 .navbar {
    background-color: #ba68c8;
}

.fp-viewing-6-0 .navbar-nav > li > a {
    color: #fff;
}

.fp-viewing-6-1 .navbar {
    background-color: #ba68c8;
}

.fp-viewing-6-1 .navbar-nav > li > a {
    color: #fff;
}

.fp-viewing-6-2 .navbar {
    background-color: #ba68c8;
}

.fp-viewing-6-2 .navbar-nav > li > a {
    color: #fff;
}

.fp-viewing-6-3 .navbar {
    background-color: #ba68c8;
}

.fp-viewing-6-3 .navbar-nav > li > a {
    color: #fff;
}

.fp-viewing-6-4 .navbar {
    background-color: #ba68c8;
}

.fp-viewing-6-4 .navbar-nav > li > a {
    color: #fff;
}

.fp-viewing-6-5 .navbar {
    background-color: #ba68c8;
}

.fp-viewing-6-5 .navbar-nav > li > a {
    color: #fff;
}

.fp-viewing-6-6 .navbar {
    background-color: #ba68c8;
}

.fp-viewing-6-6 .navbar-nav > li > a {
    color: #fff;
}

.fp-viewing-6-7 .navbar {
    background-color: #ba68c8;
}

.fp-viewing-6-7 .navbar-nav > li > a {
    color: #fff;
}

.fp-viewing-3rdPage-0 .navbar {
    background-color: #039be5;
}

.fp-viewing-3rdPage-0 .navbar-nav > li > a {
    color: #fff;
}

.fp-viewing-7 .navbar {
    background-color: #fff;
}

.abt-dept2 {
    margin-top: 135px;
}

    .abt-dept2 .well {
        padding: 10px !important;
        border-radius: 0px !important;
        min-height: 450px;
    }

    .abt-dept2 h1 {
        margin: 10px 0px !important;
        padding: 0px;
    }

.abt-dept3 h1 {
    margin: 0px 0px 10px 0px !important;
    padding: 0px;
    color: #E74747;
    font-size: 1.60em !important;
}

.abt-dept3 .welcome {
    padding-top: 54px;
    /* background-color: #f0e1be; */
    /* min-height: 700px; */
}

.abt-dept3 .leaders {
    padding-top: 110px;
    background-color: #eee;
    min-height: 10px;
}

.leaders .well {
    border-radius: 0px;
    padding: 8px 6px;
    border: 0px;
    text-align: center;
    min-height: 232px;
}

.cm {
    height: 222px;
}

.leaders .cm {
    background-color: #9a3900;
    color: #FFF;
}

    .leaders .cm h4 {
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        margin-top: 10px;
    }

    .leaders .cm h5 {
        margin: 5px 0px;
        padding: 0px;
        color: #fff;
    }

.ps {
    height: 222px;
}

.leaders .ps {
    background-color: #013a34;
    color: #FFF;
}

    .leaders .ps h4 {
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        margin-top: 10px;
    }

    .leaders .ps h5 {
        margin: 5px 0px;
        padding: 0px;
        color: #fff;
    }


.leaders p {
    color: rgba(255,255,255,.8);
    font-size: 15px;
}

.leaders .img-circle {
    width: 90px;
    border: 3px solid rgba(255,255,255,.5);
}

.leaders .btn {
    border: 2px solid rgba(255,255,255,.7);
    background-color: transparent;
    color: #FFF;
}

    .leaders .btn:hover {
        background-color: #ffd54f;
        color: #000;
    }

.leader-readmore a {
    color: #fff;
    text-decoration: none;
}

.abt-dept3 .leaders21 {
    /* padding-top: 150px; */
    /* background-color: #eee; */
    /* min-height: 338px; */
}



.leaders21 .well {
    border-radius: 0px;
    padding: 10px 6px;
    border: 0px;
    text-align: center;
    min-height: 232px;
}


.leaders21 .minister1 {
    background-color: #536300;
    color: #FFF;
}

    .leaders21 .minister1 h4 {
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        margin-top: 10px;
    }

    .leaders21 .minister1 h5 {
        margin: 5px 0px;
        padding: 0px;
        color: #fff;
    }



.leaders21 .minister2 {
    background-color: #e06100;
    color: #FFF;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

    .leaders21 .minister2 h4 {
        font-size: 1.3em;
        text-transform: uppercase;
        color: #fff;
        margin-top: 10px;
    }

    .leaders21 .minister2 h5 {
        margin: 5px 0px;
        padding: 0px;
        color: #fff;
    }

.leaders21 p {
    color: rgba(255,255,255,.8);
    font-size: 15px;
}

.leaders21 .img-circle {
    width: 100px;
    border: 3px solid rgb(255, 255, 255);
}

.leaders21 .btn {
    border: 2px solid rgba(255,255,255,.7);
    background-color: transparent;
    color: #FFF;
}

    .leaders21 .btn:hover {
        background-color: #ffd54f;
        color: #000;
    }





















.abt-dept3 .leaders2 {
    /* padding-top: 0px; */
    /* background-color: #eee; */
    min-height: 338px;
}

.leaders2 .well {
    border-radius: 0px;
    padding: 10px 6px;
    border: 0px;
    text-align: center;
    min-height: 232px;
}

.minister1 {
    height: 222px;
}

.leaders2 .minister1 {
    background-color: #536300;
    color: #FFF;
}

    .leaders2 .minister1 h4 {
        font-size: 1.3em;
        text-transform: uppercase;
        color: #fff;
        margin-top: 10px;
    }

    .leaders2 .minister1 h5 {
        margin: 5px 0px;
        padding: 0px;
        color: #fff;
    }

.minister2 {
    height: 222px;
}

.leaders2 .minister2 {
    background-color: #1a5c95;
    color: #FFF;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

    .leaders2 .minister2 h4 {
        font-size: 1.3em;
        text-transform: uppercase;
        color: #fff;
        margin-top: 10px;
    }

    .leaders2 .minister2 h5 {
        margin: 5px 0px;
        padding: 0px;
        color: #fff;
    }

.leaders2 p {
    color: rgba(255,255,255,.8);
    font-size: 15px;
}

.leaders2 .img-circle {
    width: 100px;
    border: 3px solid rgb(255, 255, 255);
}

.leaders2 .btn {
    border: 2px solid rgba(255,255,255,.7);
    background-color: transparent;
    color: #FFF;
}

    .leaders2 .btn:hover {
        background-color: #ffd54f;
        color: #000;
    }

.btn-success {
    background-color: #0b5f06;
}

.lider-box {
    height: 235px;
}

    .lider-box .img-circle {
        width: 50%;
    }

    .lider-box h4 {
        font-size: 15px;
        text-transform: uppercase;
        color: #FFF;
    }

    .lider-box h5 {
        margin: 5px 0px;
        padding: 0px;
        font-size: 13px;
        color: #000;
    }

    .lider-box .btn {
        margin-top: 10px;
    }

.dropdown > a:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    margin-left: 3px;
}

.pagebody .plc-sec {
    background: rgba(0, 0, 0, 0.68);
    position: static !important;
    bottom: 0px;
    margin-top: 15px !important;
}

.inner-page {
    background-color: #fff;
    padding-top: 8px;
}

.breadcrumb {
    padding: 20px 15px 0px 15px;
    margin-top: 7%;
}

@media(max-width:799px) {
    .breadcrumb {
        font-size: 15px;
        padding: 30px 19px 8px 19px;
        margin-top: 27% !important;
    }
}

.pagetitle h3 {
    color: #FFF;
    margin: 0px;
    padding: 0px;
    font-size: 23px;
}

h3.title-breadcrumb {
    color: #000;
}

.breadcrumb1 > li {
    display: inline-block;
}

.breadcrumb {
    font-size: 15px;
    padding: 30px 19px 8px 19px;
       margin-top: 8%;
}

    .breadcrumb a {
        color: #000;
    }

    .breadcrumb > li + li::before {
        padding: 0 5px;
        color: #fff !important;
        content: close-quote;
    }

    .breadcrumb > li {
        color: #fff !important;
    }

    .breadcrumb > .active {
        color: #fff !important;
    }

.arrow-border {
    background-image: url(../images/arrowborder.png);
    background-repeat: no-repeat;
    min-height: 20px;
    background-size: 101% 100%;
    margin-top: 15px;
}

.important-link .item {
    border: 1px solid #fff;
    float: left;
    margin: 0 6px;
    padding: 0px 0;
    overflow: hidden;
    width: 195px;
    min-height: 67px;
    background-color: rgba(255,255,255,1);
    transition-duration: .2s;
}

    .important-link .item:hover {
        background-color: rgba(255,255,255,1);
    }

.important-link .left-nav-btn, .right-nav-btn {
    cursor: pointer;
    height: 37px;
    opacity: 0.8;
    position: absolute;
    top: 27px;
    transition: opacity 0.2s linear 0s;
    width: 37px;
}

.important-link .left-nav-btn {
    background-image: url("../images/rightarrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
}

.important-link .right-nav-btn {
    background-image: url("../images/leftarrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    right: 0;
}

.important-link .left-nav-btn:hover, .right-nav-btn:hover {
    opacity: 1;
}

.important-link .outerWrapper {
    margin: 25px auto 10px auto;
    padding: 2px 31px;
    position: relative;
    text-align: left;
    min-height: 65px;
}

.form-border {
    background:#ebebeb;
    padding:10px;
    border:1px solid #ddd;
}

.efforts .item {
    box-sizing: content-box;
    float: left;
    margin: 0 0px;
    padding: 0px 0px;
    width: 100%;
    min-height: 250px;
}

    .efforts .item h3 {
        margin: 0px 0px 15px 0px;
        padding: 0px;
        color: #000;
        font-size: 21px;
    }

    .efforts .item h4 {
        margin: 0px 0px 15px 0px;
        padding: 0px;
        font-size: 19px;
    }

.effort-image {
    height: auto;
    overflow: hidden;
}

    .effort-image img {
        min-height: 321px;
    }

.efforts .left-nav-btn2, .right-nav-btn2 {
    cursor: pointer;
    height: 22px;
    opacity: 0.8;
    position: absolute;
    top: 40%;
    transition: opacity 0.2s linear 0s;
    width: 22px;
}

.efforts .left-nav-btn2 {
    background-image: url("../images/rightarrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    left: -15px;
}

.efforts .right-nav-btn2 {
    background-image: url("../images/leftarrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    right: -15px;
}

.efforts .left-nav-btn2:hover, .right-nav-btn2:hover {
    opacity: 1;
}

.efforts .outerWrapper {
    margin: 0px auto 0px auto;
    padding: 0px 0px;
    position: relative;
    text-align: left;
}

#section7 {
    background: url(../images/home-bg.png);
    text-align: center;
}

    #section7 .fp-tableCell {
        display: table-cell;
        height: 100%;
        vertical-align: top !important;
        width: 100%;
        padding-top: 120px;
    }

    #section7 .intro h1 {
        font-family: 'Oswald', sans-serif;
        font-size: 30pt;
        color: #FFF;
        text-shadow: 1px 1px 1px #000000;
        margin-bottom: 10px;
    }

    #section7 .intro h2 {
        font-family: 'Oswald', sans-serif;
        font-size: 20pt;
        color: #930;
    }

    #section7 .intro p {
        font-family: 'Oswald', sans-serif;
        font-size: 14pt;
        color: #FFF;
        text-shadow: 1px 1px 1px #000000;
    }

    #section7 .intro {
        bottom: 0 !important;
        width: -moz-available;
    }

.add-box .well {
    padding: 10px;
    border-radius: 0px;
    background-color: rgba(255,255,255,.7);
    min-height: 196px;
    border: 1px solid #fff;
}

    .add-box .well h2 {
        margin-top: 0px;
        font-size: 18pt;
    }

    .add-box .well address {
        margin-bottom: 10px;
        color: #000 !important;
    }

.add-box2 .well {
    padding: 10px;
    border-radius: 0px;
    background-color: rgba(0,0,0,.8);
    min-height: 150px;
    border-color: #333 !important;
    color: rgba(255,255,255,.8);
}

    .add-box2 .well h2 {
        margin-top: 0px;
        font-size: 18pt;
        color: #F90 !important;
    }

    .add-box2 .well address {
        margin-bottom: 10px;
    }

.fp-viewing-8 .navbar {
    background-color: #da573b !important;
}

.fp-viewing-8 .navbar-nav > li > a {
    color: #fff;
}

.demo1 .arw {
    display: none;
    padding-right: 10px;
    color: #0C085F;
}

.demo1 .adtext {
    display: inline-block;
    color: #333;
}

.demo1 .ndate {
    display: block;
    color: #256E05;
}

.demo1 .dtype {
    display: none;
    padding-left: 10px;
    color: #C00;
}

.demo1 .fa-file-pdf-o {
    display: none;
}

.demo1 .dsize {
    display: block;
}

    .demo1.dsize:before {
        font-family: 'FontAwesome';
        content: "\f1c1";
        color: #C00;
        padding-right: 10px;
    }

.demo1 li::before {
    position: absolute;
}

.list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .list li {
        margin-bottom: 8px;
        padding-left: 15px;
    }

        .list li::before {
            color: #d9534f;
            content: "\f054";
            font-family: "FontAwesome";
            font-size: 12px;
            margin-left: -15px;
            margin-right: 6px;
        }

.sitemap {
    margin: 0px 15px;
}

    .sitemap ul {
        margin: 0px !important;
        padding: 0px 5px 4px 6px !important;
        background: transparent url("../images/site_map_ul.gif") repeat-y scroll 0px -5px !important;
        position: relative !important;
        list-style-type: none !important;
    }

        .sitemap ul li {
            background: transparent url("../images/site_map_list.gif") no-repeat scroll -5px -5px !important;
            line-height: 16px !important;
            padding: 0px 0px 0px 10px !important;
        }

    .sitemap ul {
        margin: 0;
        padding: 0 5px 4px 10px;
        background: url(../images/site_map_ul.gif) repeat-y 10px -5px;
        position: relative;
        list-style-type: none;
    }

        .sitemap ul li {
            line-height: 16px;
            font: bold 10pt arial;
            margin: 10px 0px;
        }

            .sitemap ul li a {
                color: #0c3156;
                display: inline-block;
                transition-duration: .3s;
            }

                .sitemap ul li a:hover {
                    color: #b62614;
                    padding-left: 5px;
                }

            .sitemap ul li ul {
                padding-bottom: 1px;
            }

                .sitemap ul li ul li {
                    font: normal 10pt arial;
                }

.imp-notice {
    position: absolute;
    top: 96px;
    background-color: rgba(0,0,0,.6);
    width: 100%;
    color: #fff;
    z-index: 10;
    display: flex;
}

.imp-notice-heading {
    padding: 8px;
    background-color: #C00;
    color: #FFF;
    font-weight: bold;
    width: 100px;
    text-align: center;
}

.imp-notice-content {
    padding: 8px;
    flex: 1;
}

    .imp-notice-content a {
        color: #fff;
    }

        .imp-notice-content a:hover {
            color: #F30;
        }

.margin-right-10 {
    margin-right: 10px;
}

.inner-page h1 {
    margin: 0px 0px 10px 0px !important;
    padding: 0px;
    color: #E74747;
    font-size: 1.60em !important;
}

.inner-page .image {
    margin: 5px 0px;
    border: 3px solid #dfdfdf;
}

.inner-page h4 {
    background-color: #8BC34A;
    padding: 6px 10px;
    color: #fff;
    text-transform: uppercase;
    margin: 5px 0px;
}

.inner-page p {
    margin-bottom: 18px;
    text-align: justify;
    font-size: 1.0em;
}

.search-result {
    margin: 15px;
    padding: 0px;
    list-style: none;
}

    .search-result li {
        padding: 10px 0px;
        border-bottom: 1px solid #eee;
        transition: .2s;
    }

        .search-result li:hover {
            background-color: #f7f7f7;
        }

    .search-result .local {
        display: block;
        color: #950000;
        font-size: 1.18em;
    }

        .search-result .local:hover {
            color: #271def;
        }

    .search-result span {
        display: block;
        font-size: 0.85em;
        color: #985000;
    }

    .search-result p {
        margin: 5px 0px;
    }

@media (max-width:1280px) {
    .navbar-default .navbar-nav > li > a {
        padding: 10px 3px !important;
        font-size: 1.02em;
    }
}

@media (max-width:991px) {
    .akhilesh {
        height: auto !important;
    }

    .lider-box {
        height: auto !important;
    }
}


.s-heading {
    font-size: 1.9em !important;
    color: #1a5d9f;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px !important;
}

.dropdown-menu > li > a:hover {
    background-color: #ec971f;
    color: #fff;
}

.archivebox {
    display: block;
    padding: 15px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 1.2em;
    transition-duration: .3s;
    color: #000;
    margin-bottom: 30px;
}

    .archivebox .fa {
        display: block;
        font-size: 1.5em;
        margin-bottom: 10px;
        color: #E74747;
    }

    .archivebox:hover {
        background-color: #efefef;
        color: #E74747;
        text-decoration: none;
    }

.footer-web {
    display: block;
    background: #000000;
}

.connect-us ul li a {
    color: #fff;
}

.connect-us ul li {
    text-align: left;
}

.connect-us h3 {
    margin-bottom: 2px;
    text-align: left;
    color: #fff;
    font-size: 1.3em;
}

.subscribe h3 {
    margin-bottom: 5px;
    text-align: left;
    color: #fff;
    font-size: 1.3em;
}


.subscribe p {
    color: #fff;
    text-align: left;
    font-size: 1em;
}

.follow-us clearfix li {
}


.follow-us li {
    margin-top: 10px;
    text-align: left;
    width: 30px;
    padding: 10px;
    float: left;
    color: #fff;
}


    .follow-us li a {
        color: #fff;
    }



.connect-us1 h3 {
    margin-top: 20px;
    text-align: left;
    color: #fff;
    font-size: 1.3em;
}

.text-white {
    color: #fff;
}





.form-box {
	padding-top: 40px;
	padding-bottom: 40px;
}

.form-wizard {
	padding: 25px; 
	background: #fff;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}



/** Form Body Classic **/

.form-body-classic .form-control {
	height: 44px;
    margin: 0;
    padding: 0 20px;
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #eee;
	border-radius: 0px;
    font-family: 'Roboto', FontAwesome;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #333;
    -moz-border-radius: none; -webkit-border-radius: none; border-radius: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-body-classic .form-control:focus {
	outline: 0;
	background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #eee;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-body-classic.form-wizard .btn {
	min-width: 105px;
	height: 40px;
    margin: 0;
    padding: 0 20px;
    border: 2px solid #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

/** Form Body Classic **/



/** Form Body Stylist **/

.form-body-stylist .form-control {
	height: 44px;
    margin: 0;
    padding: 0 20px;
	background: #e1e1e1; /* Old browsers */
	background: -moz-linear-gradient(top, #e1e1e1 0%, #f1f1f1 50%, #e1e1e1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e1e1e1 0%,#f1f1f1 50%,#e1e1e1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e1e1e1 0%,#f1f1f1 50%,#e1e1e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
    border: 1px solid #ddd;
    font-family: 'Roboto', FontAwesome;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-body-stylist .form-control:focus {
	outline: 0;
	background: #e1e1e1; /* Old browsers */
	background: -moz-linear-gradient(top, #e1e1e1 0%, #f1f1f1 50%, #e1e1e1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e1e1e1 0%,#f1f1f1 50%,#e1e1e1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e1e1e1 0%,#f1f1f1 50%,#e1e1e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
    border: 1px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-body-stylist.form-wizard .btn {
	margin: 0;
    padding: 3px 15px;
    border: 2px solid #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 25px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

/** Form Body Stylist **/



/** Form Body Material **/

.form-body-material .form-control {
	height: 44px;
    margin: 0;
    padding: 0 20px;
    background: #f8f8f8 none repeat scroll 0 0;
	border: 0px;
	border-bottom: 2px solid #ddd;
    font-family: 'Roboto', FontAwesome;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-body-material .form-control:focus {
	outline: 0;
	background: #f8f8f8 none repeat scroll 0 0;
    border: 0px;
	border-bottom: 2px solid #6753D8;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-body-material.form-wizard .btn {
	min-width: 105px;
	height: 40px;
    margin: 0;
    padding: 0 20px;
    border: 2px solid #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

/** Form Body Material **/




/** Form header Classic **/

.form-header-classic .form-wizard-step-icon {
	display: inline-block;
	width: 40px; 
	height: 40px; 
	margin-top: 4px; 
	background: #ddd;
	font-size: 16px; 
	color: #fff; 
	line-height: 40px;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
}
.form-header-classic .form-wizard-step.activated .form-wizard-step-icon {
	background: #fff; 
	border: 1px solid #6753D8; 
	color: #6753D8; 
	line-height: 38px;
}
.form-header-classic .form-wizard-step.active .form-wizard-step-icon {
	width: 48px; 
	height: 48px; 
	margin-top: 0; 
	background: #6753D8; 
	font-size: 22px; 
	line-height: 48px;
}

.form-header-classic .form-wizard-step p { color: #ccc; }
.form-header-classic .form-wizard-step.activated p { color: #6753D8; }
.form-header-classic .form-wizard-step.active p { color: #6753D8; }

/** Form header Classic **/



/** Form header Modarn **/

.form-header-modarn .form-wizard-step{
	padding-top:10px !important;
	border:2px solid #fff;
	background:#ccc;
}
.form-header-modarn .form-wizard-step.active{
	background:#6753D8;
}
.form-header-modarn .form-wizard-step.activated{
	background:#6753D8;
}
.form-header-modarn .form-wizard-progress { 
	height: 0px; 
	display:none;
}
.form-header-modarn .form-wizard-step-icon {
	display: inline-block;
	width: 40px; 
	height: 40px; 
	margin-top: 4px; 
	background: #ddd;
	font-size: 16px; 
	color: #777; 
	line-height: 40px;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
}
.form-header-modarn .form-wizard-step.activated .form-wizard-step-icon {
	background: #6753D8; 
	border: 1px solid #fff; 
	color: #fff; 
	line-height: 38px;
}
.form-header-modarn .form-wizard-step.active .form-wizard-step-icon {
	background: #fff; 
	border: 1px solid #fff; 
	color: #6753D8; 
	line-height: 38px;
}

.form-header-modarn .form-wizard-step p { color: #fff; }
.form-header-modarn .form-wizard-step.activated p { color: #fff; }
.form-header-modarn .form-wizard-step.active p { color: #fff; }

/** Form header Modarn **/



/** Form header Stylist **/

.form-header-stylist .form-wizard-step{
	position:relative;
	padding-top:10px !important;
	border:0px solid #fff;
	background:#ccc;
}
.form-header-stylist .form-wizard-step::before {
	content: '';
	position: absolute;
	left: 0%;
	top: -2%;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 20px solid #ccc;
	clear: both;
	z-index: 999;
}
.form-header-stylist .form-wizard-step.active::after {
	content: '';
	position: absolute;
	right: -20px;
	top: -2%;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 20px solid #6753D8;
	clear: both;
	z-index: 9999;
}
.form-header-stylist .form-wizard-step.activated::after {
	content: '';
	position: absolute;
	right: -20px;
	top: -2%;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 20px solid #6753D8;
	clear: both;
	z-index: 9999;
}
.form-header-stylist .form-wizard-step.active{
	background:#6753D8;
}
.form-header-stylist .form-wizard-step.activated{
	background:#6753D8;
}
.form-header-stylist .form-wizard-progress { 
	height: 0px; 
	display:none;
}
.form-header-stylist .form-wizard-step-icon {
	display: inline-block;
	width: 40px; 
	height: 40px; 
	margin-top: 4px; 
	background: #ddd;
	font-size: 16px; 
	color: #777; 
	line-height: 40px;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
}
.form-header-stylist .form-wizard-step.activated .form-wizard-step-icon {
	background: #6753D8; 
	border: 1px solid #fff; 
	color: #fff; 
	line-height: 38px;
}
.form-header-stylist .form-wizard-step.active .form-wizard-step-icon {
	background: #fff; 
	border: 1px solid #fff; 
	color: #6753D8; 
	line-height: 38px;
}

.form-header-stylist .form-wizard-step p { color: #fff; }
.form-header-stylist .form-wizard-step.activated p { color: #fff; }
.form-header-stylist .form-wizard-step.active p { color: #fff; }

/** Form header Stylist **/




	
.form-wizard strong { font-weight: 500; }

.form-wizard a, .form-wizard a:hover, .form-wizard a:focus {
	color: #6753D8;
	text-decoration: none;
}

.form-wizard h1, .form-wizard h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

.form-wizard h3 {
	font-size: 25px;
    font-weight: 300;
    color: #6753D8;
    line-height: 30px;
	margin-top: 0; 
	margin-bottom: 5px; 
	text-transform: uppercase; 
}

.form-wizard h4 {
	float:left;
	font-size: 20px;
    font-weight: 300;
    color: #6753D8;
    line-height: 26px;
	width:100%;
}
.form-wizard h4  span{
	float:right;
	font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

.form-wizard table tr th{font-weight:normal;}

.form-wizard img { max-width: 100%; }

.form-wizard ::-moz-selection { background: #6753D8; color: #fff; text-shadow: none; }
.form-wizard ::selection { background: #6753D8; color: #fff; text-shadow: none; }

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	position: absolute;
	margin-top: 9px;
	margin-left: -20px;
}

.form-control option:hover, .form-control option:checked  {
    box-shadow: 0 0 10px 100px #6753D8 inset;
}

.form-control:-moz-placeholder { color: #888; }
.form-control:-ms-input-placeholder { color: #888; }
.form-control::-webkit-input-placeholder { color: #888; }

.form-wizard label { font-weight: 300; }
.form-wizard label span { color:#6753D8; }

.form-wizard .btn:hover {
	background:#f34727; 
	color: #fff; 
	}
.form-wizard .btn:active { 
	outline: 0; 
	background:#f34727; 
	color: #fff; 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none; 
	}
.form-wizard .btn:focus,
.form-wizard .btn:active:focus,
.form-wizard .btn.active:focus { 
	outline: 0; 
	background:#f34727; 
	color: #fff; 
}

.form-wizard .btn.btn-next,
.form-wizard .btn.btn-next:focus,
.form-wizard .btn.btn-next:active:focus, 
.form-wizard .btn.btn-next.active:focus { 
background: #6753D8; 
}

.form-wizard .btn.btn-submit,
.form-wizard .btn.btn-submit:focus,
.form-wizard .btn.btn-submit:active:focus, 
.form-wizard .btn.btn-submit.active:focus { 
background: #6753D8; 
}

.form-wizard .btn.btn-previous,
.form-wizard .btn.btn-previous:focus,
.form-wizard .btn.btn-previous:active:focus, 
.form-wizard .btn.btn-previous.active:focus { 
background: #bbb;
}

.form-wizard .success h3{
	color: #6753D8;
	text-align: center;
	margin: 20px auto !important;
}
.form-wizard .success .success-icon {
	color: #6753D8;
	font-size: 100px;
	border: 5px solid #6753D8;
	border-radius: 100px;
	text-align: center !important;
	width: 110px;
	margin: 25px auto;
}
.form-wizard .progress-bar {
	background-color: #6753D8;
}

.form-wizard-steps{ 
	margin:auto; 
	overflow: hidden; 
	position: relative; 
	margin-top: 20px;
}

.form-wizard-progress { 
	position: absolute; 
	top: 24px; 
	left: 0; 
	width: 100%; 
	height: 1px; 
	background: #ddd;
}
.form-wizard-progress-line { 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 1px; 
	background: #6753D8; 
}

.form-wizard-tolal-steps-2 .form-wizard-step { 
	position: relative;
	float: left;
	width: 50%;
	padding: 0 5px;
}
.form-wizard-tolal-steps-3 .form-wizard-step { 
	position: relative;
	float: left; 
	width: 33.33%; 
	padding: 0 5px; 
}
.form-wizard-tolal-steps-4 .form-wizard-step { 
	position: relative; 
	float: left; 
	width: 20%; 
	padding: 0 5px; 
}
.form-wizard-tolal-steps-5 .form-wizard-step { 
	position: relative;
	float: left;
	width: 20%;
	padding: 0 5px;
}
.form-wizard-tolal-steps-6 .form-wizard-step { 
	position: relative;
	float: left;
	width: 16.66%;
	padding: 0 5px;
}
.form-wizard-tolal-steps-7 .form-wizard-step { 
	position: relative;
	float: left;
	width: 14.285%;
	padding: 0 5px;
}

.form-wizard fieldset { 
	display: none; 
	text-align: left; 
	border:0px !important
}

.form-wizard-buttons { text-align: right; }

.form-wizard .input-error { border-color: #6753D8;}

/** image uploader **/
.image-upload a[data-action] {
  cursor: pointer;
  color: #555;
  font-size: 18px;
  line-height: 24px;
  transition: color 0.2s;
}
.image-upload a[data-action] i {
  width: 1.25em;
  text-align: center;
}
.image-upload a[data-action]:hover {
  color: #6753D8;
}
.image-upload a[data-action].disabled {
  opacity: 0.35;
  cursor: default;
}
.image-upload a[data-action].disabled:hover {
  color: #555;
}
.settings_wrap{
	margin-top:20px;
}
.image_picker .settings_wrap {
  overflow: hidden;
  position: relative;
}
.image_picker .settings_wrap .drop_target,
.image_picker .settings_wrap .settings_actions {
  float: left;
}
.image_picker .settings_wrap .drop_target {
  margin-right: 18px;
}
.image_picker .settings_wrap .settings_actions {
	float: left;
	margin-top: 100px;
	margin-left: 20px;
}
.settings_actions.vertical a {
  display: block;
}
.drop_target {
	position: relative;
	cursor: pointer;
	transition: all 0.2s;
    width: 250px;
    height: 250px;
    background: #f2f2f2;
    border-radius: 100%;
    margin: 0 auto 25px auto;
    overflow: hidden;
    border: 8px solid #E0E0E0;
}
.drop_target input[type="file"] {
  visibility: hidden;
}
.drop_target::before {
	content: 'Drop Hear';
	font-family: FontAwesome;
	position: absolute;
	display: block;
	width: 100%;
	line-height: 220px;
	text-align: center;
	font-size: 40px;
	color: rgba(0, 0, 0, 0.3);
	transition: color 0.2s;
}
.drop_target:hover,
.drop_target.dropping {
  background: #f80;
  border-top-color: #cc6d00;
}
.drop_target:hover:before,
.drop_target.dropping:before {
  color: rgba(0, 0, 0, 0.6);
}
.drop_target .image_preview {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  position: relative;
  z-index: 2;
}










@media (max-width :1024px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 9.5pt;
        padding: 10px 4px !important;
    }
}

@media (max-width :980px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 9.5pt;
        padding: 10px 4px !important;
    }

    .lider-box {
        min-height: 230px !important;
    }
}

@media (max-width :800px) {
    .homebody {
        overflow: scroll !important;
    }

    .navbar {
        top: 28px !important;
    }

    .abt-dept3 .leaders21 {
    padding-top: 1px;
    background-color: #eee;
    min-height: 272px;
}

    .leaders21 .well {
    border-radius: 0px;
    padding: 10px 6px;
    border: 0px;
    text-align: center;
    min-height: 249px;
}

    .abt-dept2 {
    margin-top: 8px;
}

	
	.lb-logo {
    width: 292px!important;
}

    .pull-right {
        float: none !important;
    }

    .nav > li {
        display: block !important;
        border-bottom: 1px solid #ccc;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 9.3pt !important;
        line-height: 25px !important;
        text-align: left;
    }

    .imp-notice {
        top: 86px !important;
    }

    .demo .item {
        margin-bottom: -25px !important;
    }

    .glry-caption h1 {
        font-size: 14pt !important;
    }

    .glry-caption {
        bottom: 1px !important;
        height: auto !important;
    }

    .dropdown > a::after {
        float: right;
    }

    .lSSlideOuter .lSPager.lSpg {
        top: 81px !important;
    }

    #section0 {
        padding-top: 60px;
    }

    .abt-dept3 .welcome {
        padding-top: 21px;
        min-height: 100px;
    }

    .lider-box .img-circle, .akhilesh .img-circle {
        width: 28% !important;
    }

    .abt-dept {
        margin-top: 0px;
    }

    .slide {
        padding: 15px;
    }

    #section4 .plc-sec {
        position: relative;
    }

    .abt-dept3 .leaders {
        padding-top: 15px;
    }

    .purple {
        margin-bottom: 30px;
    }

    .teal {
        margin-bottom: 30px;
    }

    .orange {
        margin-bottom: 30px;
    }

    .sd-content-thumb .img-responsive {
        width: 100%;
        margin-bottom: 20px;
    }

    .well .img-responsive {
        width: 100%;
    }

    .feedback-bg .text-right {
        text-align: left !important;
    }

    #main-content {
        margin-top: 35px;
    }

    .effort-image img {
        min-height: auto;
        width: 100%;
    }

    .lSAction > a {
        bottom: 20px;
    }
}

@media (max-width:767px) {
    .navbar .dropdown-menu {
        width: 100% !important;
    }

    .abt-dept3 .leaders2 {
        min-height: auto;
    }

    #section1 {
        background-color: #fff;
        height: auto;
        overflow: hidden;
    }

    .pagination {
        margin-right: -113px !important;
    }
}

@media (max-width :360px) {

    .logo img {
        width: 100%;
    }

    .logo {
        width: 260px;
    }

    .navbar {
        top: 20px;
        position: relative !important;
    }

    .imp-notice {
        margin-top: 20px;
        position: relative;
        top: auto;
    }

    .demo .item {
        margin-bottom: 0px;
    }

    .imp-notice-heading {
        width: 70px;
    }

    .glry-caption {
        height: auto;
        bottom: 0px !important;
    }

        .glry-caption > h1 {
            font-size: 12pt;
        }

    #image-gallery img {
        height: 100%;
    }

    .lSSlideWrapper {
        margin-top: -15px;
    }

    .lSSlideOuter .lSPager.lSpg {
        top: -3px;
    }

    .abt-dept3 .leaders, .abt-dept3 .welcome {
        padding-top: 10px;
        min-height: inherit;
    }

    .abt-dept, .abt-dept2 {
        margin-top: 5px;
    }

    #section2 .slide {
        height: 150px;
        width: 100%;
    }

    #section2 .intro h1 {
        font-size: 12pt;
    }

    #section2 .intro {
        margin: 10px 0px;
    }

    #section4 .plc-sec {
        position: relative;
    }

    .imp-notice {
        top: 1px !important;
    }

    #section0 {
        padding-top: 1px;
    }

    .lider-box .img-circle, .akhilesh .img-circle {
        width: 45% !important;
    }
}





































@import url('https://fonts.googleapis.com/css?family=Abel');

.magnific-img img {
    width: 100%;
    height: auto;
}
.mfp-bottom-bar,*{
   font-family: 'Abel', sans-serif;
}
.magnific-img {
    display: inline-block;
    width: 32.3%;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


div#skiper {
    margin-top: 24px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000000 !important;
    background: #000000 !important;
    width: 100% !important;
}
.well.CL11 {
    background-color: #9d0404;
    color: #FFF;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.well.CL11 h4, h5 {
    margin: 5px 0px;
    padding: 0px;
    color: #fff;
}
.well.CL12 {
    background-color: #FF9900;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.well.CL12 h4, h5 {
    margin: 5px 0px;
    padding: 0px;
    color: #fff;
}

.well.CL21{
     background-color: #1a5c95;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.well.CL21 h4, h5 {
    margin: 5px 0px;
    padding: 0px;
    color: #fff;
}
.well.CL22 {
     background-color: #449d44;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.well.CL22 h4, h5 {
    margin: 5px 0px;
    padding: 0px;
    color: #fff;
}

.hb{
  background-color: #d9edf7 !important;
}
.hb1{
  background-color: #fcf8e3 !important;
}
.hb2{
  background-color: #ebcccc; 
}

.SUCHNA1{
  background-color: #d9edf7;
}
.SUCHNA2{
  background-color: #fcf8e3;
}
.SUCHNA3{
  background-color: #ebcccc; 
   
}

.SUCHNA4{
   background-color: #dff0d8;
}


.SUCHNA5{
background-color: #d9edf7;
}
.SUCHNA6{
  background-color: #fcf8e3;
}
.SUCHNA7{
  background-color: #ebcccc; 
   
}
.SUCHNA8{
   background-color: #dff0d8;
}
.SUCHNA9{
  background-color: #d9edf7;
}
.SUCHNA10{
  background-color: #fcf8e3;
}

.IL1{
    background-color: #d9edf7;
}
.IL2{
   background-color: #dff0d8;
}
.pyp{
    padding: 45px !important;
    background-color: #7baf0e;
}

.wp{
    background-color: black;
}

