body {
    font-family: 'Oswald', sans-serif;
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
    background-color: #eff7fa;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0px;
    padding: 0px
}

a:hover,
a:focus {

    text-decoration: none;
}

ul {
    list-style: none;
}


section#top-header {
    background: #fff;
    padding: 4px 0px;
    border-bottom: 1px solid #ccc;
    -webkit-transition: position 10s;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: position 10s;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}


.text-increase-wrapper ul li,
.social-icon ul li {
    display: inline-block;
}

.text-increase-wrapper ul {
    text-align: right;
}

.social-icon ul {
    text-align: center;
}


.text-increase-wrapper ul li a {
    display: block;
    text-decoration: none;
}

.social-icon ul li a {
    font-size: 20px;
    margin-right: 14px;
    color: #059ce7;
    display: block;
}

.social-icon ul li:last-child a {

    margin: 0px;
}


#logo-header img {

    width: 100%;
}

section#logo-header {
    border-bottom: 1px solid #ccc;
}

.top-link-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.text-increase-wrapper {
    margin-right: 30px;
}

.header-align {

    display: flex;
    align-items: center;
}

/*------------------------------------------------------Start-nav-----------------------------*/

section#main-header {
    background: #038da7;
    /*padding: 4px 0px;*/
}

section#main-header .navbar-nav li a {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    display: block;
    margin-right: 40px;
    padding: 0px;
    position: relative;
}

section#main-header .navbar-nav li a:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    background: #fff;
    bottom: 0px;
    transition: .5s;
}

section#main-header .navbar-nav li:hover a:before {

    width: 100%;
}

section#main-header .navbar-nav li:last-child a {
    margin: 0px;
}

.fixed-top {
    background: #038da7;
    transition: .5s;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

/*section#main-header .navbar-nav li.active a:before {
    width: 100%;
}*/

/*-----------------------------------------------------------------------------------------------------*/

.image-slider,
.image-slider .carousel,
.image-slider .carousel-item {
    /*height: 550px;*/
    overflow: hidden;
}

.image-slider .carousel-item img {
    width: 100%;
    /*height: 550px;*/
    object-fit: cover;
}


/*-------------------------------------------------------------------------------------*/

section#about-us {
    background: #ccc;
    padding: 30px 0px;
    background-image: url(../img/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
}

.maine-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
}

.left-wrapper {
    width: 50%;
    background: #038da7;
    text-align: center;
    padding: 30px;
}

.image-side h2,
.image-side p {
    color: #fff;
}

.profile-box h6 {

    color: #fff;
}

.profile-box {
    margin: 20px 0px;
}

.profile-box img {
    border-radius: 100%;
    border: 6px solid #FFF;
    margin-bottom: 10px;
}

.right-wrapper {
    width: 50%;
    background: #fff;
    text-align: center;
    padding: 30px;
}

.heading-about {
    margin-bottom: 10px;
}

.heading-about h2 {
    color: #038da7;
}

.brif-box p {
    text-align: justify;
}

/*-----------------------------------------------------------------------------vision-------------------------------------------------------------------------------------------------*/
section#vision {
    background: #ccc;
    padding: 30px;
    background-image: url('../img/dark-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
}

section#vision .border-heading-1 {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(3, 141, 167, 1) 100%);
}


section#imp-links {
    margin: 30px 0px;
    background: #ccc;
    padding: 50px;
    background-image: url('../img/cbg1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
}

.vision-text {
    margin-bottom: 50px;
}

p.visin-subheading {
    color: #fff;
    margin-bottom: 20px;
}

.vision-heading h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.vision-heading h1 {
    color: #ffc045;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 4px;
    font-weight: bold;
}

.vision-box {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    padding: 0px 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    min-height: 70px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 50px;
}

.side-color {
    position: absolute;
    width: 100%;
    top: 0px;
    background-color: #ff766e;
    bottom: 0px;
    left: 0px;
    transform: translateX(0px);
    transition: .5s;
}

.side-color1 {
    background-color: #ffe1ad;
}

.side-color2 {
    background-color: #038da7;
}

.side-color3 {
    background-color: #ffc045;
}

.side-color4 {
    background-color: #123d6a;
}

.side-color5 {
    background-color: #5ab8eb;
}

.side-color6 {
    background-color: #13a76b;
}

.side-color7 {
    background-color: #da62cf;
}

.side-color8 {
    background-color: #ef970b;
}

.side-color9 {
    background-color: #8143f1;
}

.side-color10 {
    background-color: #00deec;
}

.vision-box:hover .side-color {


    transform: translateX(98%);
}

.vision-box:hover .color-change {

    color: #000;
    font-weight: 600;
}

.vision-box p {
    letter-spacing: 1px;
    position: relative;
    z-index: 99;
    transition: .5s;
    color: #fff;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.data-list {
    height: 470px;
    padding: 2rem;
    overflow-y: hidden;
    border: 2px solid #222;
    border-radius: 0px;
}

.data-list li {

    margin-bottom: 30px;
}

.marqueeElement p {
    color: #fff;
}

.marqueeElement .date-time {

    color: red;
}

.marqueeElement .place {

    color: red;
}

.text-heading h1 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.mar-top {
    margin-top: 90px;
}

/*-------------------------------------------------------Map----------------------------------------------------------------------------*/

section#india-map {
    margin: 20px 0px;
}

.for-centermap {
    display: flex;
    justify-content: center;
}

.state-project ul li {
    font-size: 12px;
    margin-bottom: 6px;
    font-style: italic;
    list-style: disc;
}

.align-map {
    display: flex;
    align-items: center;
}


/*
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

div#carouselExampleControls {
    height: 480px;
    background: #000;
}

div#carouselExampleControls .carousel-item p{
    
    color: #fff;
}
*/
.v-slider-frame {
    border: 1px solid #4BB3FD;
    height: 50px;
    overflow: hidden;
    text-align: center;
}

ul.v-slides {
    list-style-type: none;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    padding: 0;
}

.v-slide {
    font-size: 24px;
    line-height: 50px;
    color: #4BB3FD;
}


/*---------------------------------------------------------------------------------counter----------------------------------------------------------------------------------------------*/

section#counter {
    background: #ccc;
    padding: 40px 0PX;
    background-image: url('../img/counter-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
}

/*.for-background {
    background: #fff;
    padding: 60px 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}*/
.counter {
    color: #5ab8eb;
    width: 200px;
    height: 200px;
    text-align: center;
    border-radius: 100%;
    padding: 77px 32px 40px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.counter:before,
.counter:after {
    content: "";
    background: #fff;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.counter:after {
    background: linear-gradient(45deg, #5ab8eb 49%, #84ceeb 50%);
    width: 100%;
    height: 100%;
    box-shadow: none;
    transform: translate(0);
    top: 0;
    left: 0;
    z-index: -2;
    clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
}

.counter .counter-icon {
    color: #fff;
    background: linear-gradient(45deg, #5ab8eb 49%, #84ceeb 50%);
    font-size: 33px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
}

.counter .counter-icon i.fa {
    transform: rotateX(0deg);
    transition: all 0.3s ease 0s;
}

.counter:hover .counter-icon i.fa {
    transform: rotateX(360deg);
}

.counter h3 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px;
}

.counter .counter-value {
    font-size: 30px;
    font-weight: 700;
}

.counter.orange {
    color: #F38631;
}

.counter.orange:after,
.counter.orange .counter-icon {
    background: linear-gradient(45deg, #F38631 49%, #F8A059 50%);
}

.counter.green {
    color: #88BA1B;
}

.counter.green:after,
.counter.green .counter-icon {
    background: linear-gradient(45deg, #88BA1B 49%, #ACD352 50%);
}

.counter.blue {
    color: #2193b0;
}

.counter.blue:after,
.counter.blue .counter-icon {
    background: linear-gradient(45deg, #5ab8eb 49%, #84ceeb 50%);
}

.counter.purpal {
    color: #c93741;
}

.counter.purpal:after,
.counter.purpal .counter-icon {
    background: linear-gradient(45deg, #c93741 49%, #dc2430 50%);
}

.counter.gray {
    color: #2c3e50;
}

.counter.gray:after,
.counter.gray .counter-icon {
    background: linear-gradient(45deg, #2c3e50 49%, #40556a 50%);
}

.counter.black {
    color: #48b1bf;
}

.counter.black:after,
.counter.black .counter-icon {
    background: linear-gradient(45deg, #48b1bf 49%, #06beb6 50%);
}

.counter.red {
    color: #000428;
}

.counter.red:after,
.counter.red .counter-icon {
    background: linear-gradient(45deg, #000428 49%, #004e92 50%);
}


.counter.graydiant {
    color: #feb900;
}

.counter.graydiant:after,
.counter.graydiant .counter-icon {
    background: linear-gradient(45deg, #feb900 49%, #d3a21c 50%);
}

div#counter .col-lg-3.col-md-4.col-sm-6.col-12:first-child {
    margin-bottom: 50px;
}

/*--------------------------------------------------major highlights----------------------------------------*/
.major-heading {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.major-heading h1 {
    text-transform: uppercase;
}

section#major-highlights {
    margin: 30px 0px;
}

.major-heading h1 span {
    color: #038da7;
    font-weight: bold;
}

.border-heading {
    position: absolute;
    width: 28%;
    height: 6px;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(3, 141, 167, 1) 100%);
    margin: 10px auto 0px;
    left: 0;
    right: 0;
}

.face {
    position: relative;
    transition: .5s;
    border-radius: 30px;
}

.face img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    border-radius: 30px;
}

.effect-back {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    left: 0;
    right: 0px;
    flex-direction: column;
    justify-content: center;
    background: rgb(19, 106, 138);
    background: linear-gradient(90deg, rgba(19, 106, 138, 1) 0%, rgba(38, 120, 113, 0.7) 100%);
    opacity: 0;
    transition: .5s;
    padding: 30px;
    text-align: center;
    border-radius: 30px;
}

.card {

    border-radius: 30px;
}

.bg-change-1 {
    background: rgb(123, 67, 151);
    background: linear-gradient(90deg, rgba(123, 67, 151, 1) 0%, rgba(220, 36, 48, 0.7) 100%);
}

.bg-change-2 {
    background: rgb(67, 206, 162);
    background: linear-gradient(90deg, rgba(67, 206, 162, 1) 0%, rgba(24, 90, 157, 0.7) 100%);
}

.bg-change-3 {
    background: rgb(115, 200, 169);
    background: linear-gradient(90deg, rgba(115, 200, 169, 1) 0%, rgba(55, 59, 68, 0.7) 100%);
}


.bg-change-4 {
    background: rgb(72, 85, 99);
    background: linear-gradient(90deg, rgba(72, 85, 99, 1) 0%, rgba(41, 50, 60, 0.7) 100%);
}


.bg-change-5 {
    background: rgb(96, 108, 136);
    background: linear-gradient(90deg, rgba(96, 108, 136, 1) 0%, rgba(63, 76, 107, 0.7) 100%);
}


.face:hover .effect-back {

    opacity: 1;
    transition: .5s;
}

.face:hover {

    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    transition: .5s;
}

.effect-back h3 {
    font-size: 17px;
    text-align: center;
    color: #fff;
}

.effect-back p {
    margin: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.effect-back a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #000;
    padding: 2px 8px;
}

/*--------------------------------------------------box-modle----------------------------------------*/
#box-model-hover {

    background-image: url('../img/background-box.png');
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px;
    min-height: 500px;
}


.managetooltip button {

    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(227, 227, 229, 1) 100%);
    border: 0px;
    padding: 37px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    color: #000;
}

.sikkem-brif {
    background: #006f3e;
    padding: 20px;
    transition: .5s;
    position: absolute;
    display: none;
    z-index: 9;
    white-space: nowrap;
    top: -80px;
}

.sikkem_syle {
    top: -100px;
}

.sikkem-brif p {

    color: #fff;
}

.sikkem-brif:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

.haryana-state:before {
    content: "";
    right: 0px;
    left: auto;
}

.managetooltip {
    position: absolute;
    align-items: center;
    justify-content: center;

}

.tool-tip-1-wrapper {
    left: 250px;
    top: 30px;
}

.tool-tip-2-wrapper {
    top: 0px;
    left: 0px;

}

.tool-tip-3-wrapper {
    top: 30px;
    right: 0px;
}

.tool-tip-4-wrapper {
    top: 100;
    right: 250px;
}

.tool-tip-5-wrapper {
    top: 150px;
    right: 180px;
}

.tool-tip-6-wrapper {
    top: 160px;
    left: 100px;
}

.tool-tip-7-wrapper {
    top: -20px;
    right: 550px;
}

.tool-tip-8-wrapper {
    top: 270px;
    left: 230px;
}

.tool-tip-9-wrapper {
    top: 300px;
    right: 270px;
}

.tool-tip-10-wrapper {
    top: 280px;
    right: 500px;
}

.tool-tip-11-wrapper {
    top: 280px;
    right: 0px;
}

.tool-tip-12-wrapper {
    top: 130px;
    left: 400px;
}

.sikkem-brif p {
    font-weight: bold;
}

.tool-tip-1-wrapper:hover .gujrat {

    display: block;
    background: #e68920;
}


.tool-tip-2-wrapper:hover .sikkem-brif {

    display: block;
    transition: .5s;
}

.tool-tip-3-wrapper:hover .tripura {

    display: block;
    background: #da8b6e;
}

.tool-tip-4-wrapper:hover .rajasthan {
    display: block;
    background: #976c97;
    top: -100px;
}

.tool-tip-5-wrapper:hover .uttarakhand {

    display: block;
    background: #976c97;
}

.tool-tip-6-wrapper:hover .mp-state {

    display: block;
    background: #006c37;
    top: -100px;
}

.tool-tip-7-wrapper:hover .goa-state {

    display: block;
    background: #7ea955;
}

.tool-tip-8-wrapper:hover .manipur-state {
    display: block;
    background: #6ebacf;
    top: -100px;
}

.tool-tip-9-wrapper:hover .karnatka-state {
    display: block;
    background: #d5d452;
    top: -150px;
}

.tool-tip-10-wrapper:hover .meghalaya-state {
    display: block;
    background: #2e7bb7;
    top: -130px;
}

.tool-tip-11-wrapper:hover .haryana-state {
    display: block;
    background: #d6552c;
    right: 0px;
    top: -100px;
}

.tool-tip-12-wrapper:hover .maharashtra-state {

    display: block;
    background: #bf6586;
}


/*--------------------------------------------------imp-links----------------------------------------*/




section#imp-links {
    margin: 30px 0px;
    background: #ccc;
    padding: 50px 0px 60px;
    background-image: url('../img/cbg1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
}

.major-heading1 {
    color: #fff;
    margin-bottom: 80px;
}

section#imp-links .border-heading {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(3, 141, 167, 1) 100%);
}

section#imp-links .owl-carousel.owl-drag .owl-item {

    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

section#imp-links .owl-carousel .owl-stage-outer {

    padding: 10px 0px;
}

/*--------------------------------------------pressand media------------------------------------------------*/

section#social-media {
    margin-bottom: 30px;
}

.twitter-box a {
    display: inline-block;
    font-size: 40px;
    color: #fff;
    background: #000;
    padding: 50px 100px;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: underline;
    transition: .5s;
}

.twitter-box a:hover {

    color: #038da7;
}

.manage-content {
    background: #000;
    justify-content: center;
    align-items: center;
    padding: 50px 0px 30px;
}

section#social-media .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 100%;
    border: 2px solid #038da7;
}

section#social-media button.owl-dot:focus {

    outline: none;
}

section#social-media .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #038da7;
}


/*----------------------------------------------------------state-council----------------------------------------------------------------*/

section#state-council {
    margin: 0px;
    background: #ccc;
    padding: 50px;
    background-image: url('../img/dark-bg2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
}


section#state-council .owl-carousel.owl-drag .owl-item {

    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

section#state-council .owl-carousel .owl-stage-outer {

    padding: 10px 0px;
}

/*----------------------------------------------------------------------footer------------------------------------------------------------*/

.footer-logo img {

    width: 100%;
}

.footer-text p {

    color: #888;
}

footer {
    background: #fff;
    padding: 40px 0px;
}

.manage-footer {
    display: flex;
    align-items: center;
}

.devlop-name p {
    color: #888;
}

/*-------------------------------------------------contact-page-----------------------------------------------------------------*/

section#contact-details {
    background: #fff;
    padding: 50px 0px;
}

.contact-detail-first span {
    font-size: 20px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

.contact-detail-first i {
    text-align: right;
    display: block;
    font-size: 20px;
    margin-top: 30px;
}

.contact-detail-first {
    padding: 30px;
    background: #038da7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 380px;
    color: #fff;
}

.first-cont-box,
.second-cont-box,
.third-cont-box {

    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    background: #038da7;
}



.contact-detail-second,
.second-cont-box {
    background-color: #ff766e;
}

.contact-detail-third,
.third-cont-box {
    background-color: #5ab8eb;
}

.contact-detail-first h6 {
    margin: 4px 0px 10px;
}

.mail {
    margin: 10px 0px;
    color: #fff;
    font-weight: bold;
}

.phone {
    color: #fff;
    font-weight: bold;
}

section#google-map {
    margin: 50px 0px;
}

.contact-us-heading {
    text-align: center;
    padding: 0px 0px 50px;
}

.contact-us-heading h1 {
    text-transform: uppercase;
}

.contact-image img {
    border-radius: 100%;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: block;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    background: #fff;
    border: 10px solid #fff;
}

.contact-image {

    padding: 20px 0px;
}

/*------------------------------------------------------------------pop-up----------------------------------------------------------------------*/

a#myBtn {
    color: red;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    margin: auto;
    border: 1px solid #888;
    width: 80%;
    position: relative;
    border-radius: 0px;
}

.close {
    color: #fff;
    font-size: 48px;
    font-weight: 100;
    margin-left: auto;
    line-height: 1;
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 0px;
}

.modal-content p {
    line-height: 30px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.sikken-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #041819;
    padding: 40px 0px;
    position: fixed;
    top: 50px;
    width: calc((100% - 20.8%));
    padding: 26px;
}

.sikken-wrapper h2 {
    color: red;
    margin-left: 20px;
}

.object {
    color: #23add4;
    margin-bottom: 20px;
}

.achivment-ansobjective p {
    font-weight: 600;
    font-size: 20px;
}

.for-ul-style {
    list-style-type: decimal;
    margin-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.for-ul-style li {
    margin-bottom: 10px;
}

/*.achievements {
    color: #f39c12;
    margin: 20px 0px;
}

.programs {
    margin: 20px 0px;
    color: #77933c;
}*/

.pop-contatc {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 0px 0px;
    margin: 20px 0px 0px;
}

.contact-detail-popup {
    margin-right: 60px;
}

.second-address {
    margin-top: 20px;
}

.first-address li,
.second-address li {
    font-weight: 500;
    margin-bottom: 4px;
}

.office-image img {
    width: 78%;
}

.site-inke a {
    text-decoration: underline;
}

.site-inke {
    text-align: center;
}

.site-inke p {
    font-size: 20px;
    font-weight: bold;
}

.site-inke a {
    display: inline-block;
    margin-top: 10px;
    color: red;
}

/*----------------------------------------------------for tab--------------------------------------*/


ul#myTabs {}

ul#myTabs li a {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    display: block;
    padding: 20px 0px;
    font-weight: bold;
}

ul#myTabs li {
    width: 25%;
}

ul#myTabs li:nth-child(1) {
    background: #f2d14e;
}

ul#myTabs li:nth-child(2) {
    background: #92cdf5;
}

ul#myTabs li:nth-child(3) {
    background: #fa8a89;
}






div#Commentary {
    background: #f2d14e;
    padding: 60px;

}

div#Videos {
    background: #92cdf5;
    padding: 60px;
    height: 100%;
}

div#Events {
    background: #fa8a89;
    padding: 60px;
    height: 550px;
}

div#upcoming {
    padding: 60px;
    background: #fff;
    height: 100%;
}




div#Commentary1 {
    background: #f2d14e;
    padding: 60px;
    height: 550px;
}

div#Videos1 {
    background: #92cdf5;
    padding: 60px;
    height: 100%;
}

div#Events1 {
    background: #fa8a89;
    padding: 60px;
    height: 100%;
}

div#upcoming1 {
    padding: 60px;
    background: #fff;
    height: 100%;
}


div#Commentary2 {

    background: #f2d14e;
    padding: 60px;
    height: 100%;
}

div#Videos2 {
    background: #92cdf5;
    padding: 60px;
    height: 100%;
}

div#Events2 {
    background: #fa8a89;
    padding: 60px;
    height: 100%;
}

div#upcoming2 {
    padding: 60px;
    background: #fff;
    height: 100%;
}


div#Commentary3 {

    background: #f2d14e;
    padding: 60px;
    height: 100%;
}

div#Videos3 {
    background: #92cdf5;
    padding: 60px;
    height: 100%;
}

div#Events3 {
    background: #fa8a89;
    padding: 60px;
    height: 100%;
}

div#upcoming3 {
    padding: 60px;
    background: #fff;
    height: 100%;
}



div#Commentary4 {

    background: #f2d14e;
    padding: 60px;
    height: 550px;
}

div#Videos4 {
    background: #92cdf5;
    padding: 60px;
    height: 100%;
}

div#Events4 {
    background: #fa8a89;
    padding: 60px;
    height: 100%;
}

div#upcoming4 {
    padding: 60px;
    background: #fff;
    height: 100%;
}


div#Commentary5 {

    background: #f2d14e;
    padding: 60px;
    height: 550px;

}

div#Videos5 {
    background: #92cdf5;
    padding: 60px;
    height: 100%;
}

div#Events5 {
    background: #fa8a89;
    padding: 60px;
    height: 100%;
}

div#upcoming5 {
    padding: 60px;
    background: #fff;
    height: 617px;
}


div#Commentary6 {

    background: #f2d14e;
    padding: 60px;
    height: 100%;
}

div#Videos6 {
    background: #92cdf5;
    padding: 60px;
    height: 100%;
}

div#Events6 {
    background: #fa8a89;
    padding: 60px;
    height: 100%;
}

div#upcoming6 {
    padding: 60px;
    background: #fff;
    height: 100%;
}



div#Commentary7 {

    background: #f2d14e;
    padding: 60px;
    height: 100%;
}

div#Videos7 {
    background: #92cdf5;
    padding: 60px;
    height: 100%;
}

div#Events7 {
    background: #fa8a89;
    padding: 60px;
    height: 100%;
}

div#upcoming7 {
    padding: 60px;
    background: #fff;
    height: 100%;
}


div#Commentary8 {

    background: #f2d14e;
    padding: 60px;

}

div#Videos8 {
    background: #92cdf5;
    padding: 60px;
    height: 100%;
}

div#Events8 {
    background: #fa8a89;
    padding: 60px;
    height: 100%;
}

div#upcoming8 {
    padding: 60px;
    background: #fff;
    height: 100%;
}

div#Commentary9 {

    background: #f2d14e;
    padding: 60px;

}

div#Videos9 {
    background: #92cdf5;
    padding: 60px;
    height: 100%;
}

div#Events9 {
    background: #fa8a89;
    padding: 60px;
    height: 100%;
}

div#upcoming9 {
    padding: 60px;
    background: #fff;
    height: 100%;
}



.for-margin {
    margin: 80px 0px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
}

.tab-content {
    height: 550px;
    overflow-y: auto;
    background: #92cdf5;
}

/*--------------------------------------------------------------------------------Events ----------------------------------------------------------------------*/
section#events-wrapper {
    background: #fff;
}

.top-event-heading {
    padding: 20px 0px;
    text-align: center;
}

.top-event-heading h1 {
    text-shadow: 2px 1px 1px rgba(150, 150, 150, 1);
    font-weight: bold;
    transition: .5s;
    text-transform: uppercase;
    font-size: 34px;
}

.top-event-heading h4 {
    font-size: 16px;
}

.top-event-heading h2 {
    font-weight: bold;
    color: #038da7;
    border-bottom: 4px solid;
    display: inline-block;
    text-shadow: 2px 3px 4px rgba(150, 150, 150, 1);
}

.top-event-heading h1 span {

    color: #038da7;
}

section#gujrat-event {
    padding: 50px 0px;
    background-color: #eff7fa;
}

.gujrat-event-heading h4,
.gujrat-event-heading p {
    font-weight: bold;
}

.gujrat-event-heading {
    margin-bottom: 20px;
}

.text-content-gujrat p {
    text-align: justify;
}

.gujrat-eventcontent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-content-gujrat {
    width: 48%;
}

.image-content-gujrat {
    width: 48%;
    margin-right: 40px;
}

.image-content-gujrat-2 {

    margin-right: 0px;
    margin-left: 40px;
}

section#mp-event {
    background: #fff;
    padding: 50px 0px;
}

.image-content-gujrat img {
    width: 100%;
}

.gujrat-eventcontent-2 {
    margin-top: 20px;
}

.image-content-mp img {
    width: 100%;
}

.text-content-mp {
    margin-top: 40px;
}

section#assam-events,
section#haryana-events {
    padding: 50px 0px;
}

section#panjab-events {
    background: #fff;
    padding: 50px 0px;
}


section#uttrakhand-events {
    background: #fff;
    padding: 50px 0px;
}

section#himachal-events {

    padding: 50px 0px;
}

section#mizoram-events {

    background: #fff;
    padding: 50px 0px;

}

/*---------------------------------------------------------------------------report------------------------------------------------------------------------------*/
section#annual-report {
    padding-bottom: 50px;
}

.annualreport-heading h1 {
    text-shadow: 2px 3px 4px rgba(150, 150, 150, 1);
    font-weight: bold;
    transition: .5s;
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0px;
}

section#keyaccordian h1 {
    text-shadow: 2px 3px 4px rgba(150, 150, 150, 1);
    font-weight: bold;
    transition: .5s;
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0px;

}

.pdf-reportwrapper {
    display: block;
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 40px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: .5s;
    border-radius: 10px;
}

.pdf-icon span {
    font-size: 60px;
    color: #24a3b5;
}

.year-div {
    position: absolute;
    left: -20px;
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    top: 0px;
    bottom: 0px;
    z-index: 99;
}

.compemdium-year {
    left: -5px;
}

.download-iconfile span {
    font-size: 40px;
    color: #fff;
}

.download-iconfile {
    position: absolute;
    background: #24a3b5;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-85%);
    transition: .5s;
    border-top: 11px solid #fff;
    border-right: 11px solid #fff;
    border-bottom: 11px solid #fff;
}

.pdf-reportwrapper:hover .download-iconfile {

    transform: translateX(0%);
    transition: .5s;
}

.pdf-reportwrapper:hover .year-div p {

    color: #fff;
}

.pdf-reportwrapper:hover {

    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

.year-div p {
    color: #000;
    transition: .5s;
    font-weight: bold;
}



.annuallist-heading h1 {
    text-shadow: 2px 3px 4px rgba(150, 150, 150, 1);
    font-weight: bold;
    transition: .5s;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0px;
}

section#annuallist-report {
    background: #fff;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

section#annuallist-report .download-iconfile {
    position: absolute;
    background: #ff766e;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-85%);
    transition: .5s;
}

section#annuallist-report .pdf-icon span {
    font-size: 60px;
    color: #ff766e;
}

section#annuallist-report .pdf-reportwrapper {
    display: block;
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 40px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: .5s;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

section#annuallist-report .pdf-reportwrapper:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);

}

section#annuallist-report a.manage-reportpadding,
section#annual-report a.manage-reportpadding {
    padding: 10px;
}

.pdf-icon img {
    width: 100%;
}

section#annuallist-report .pdf-reportwrapper:hover .download-iconfile {

    transform: translateX(0%);
    transition: .5s;
}

section#annuallist-report .pdf-reportwrapper:hover .year-div p {

    color: #fff;
}


/*--------------------------------------------------------------------------------06-november--------------------------------------------------------------*/

div#myModal10 .tab-content > .tab-pane,
div#myModal12 .tab-content > .tab-pane {
    height: 100%;
}

div#myModal10 .tab-content > .tab-pane:nth-child(1),
div#myModal11 .tab-content > .tab-pane:nth-child(1),
div#myModal12 .tab-content > .tab-pane:nth-child(1),
div#myModal13 .tab-content > .tab-pane:nth-child(1),
div#myModal14 .tab-content > .tab-pane:nth-child(1) {
    background-color: #f2d14e;
}

div#myModal10 .tab-content > .tab-pane:nth-child(2),
div#myModal11 .tab-content > .tab-pane:nth-child(2),
div#myModal12 .tab-content > .tab-pane:nth-child(2),
div#myModal13 .tab-content > .tab-pane:nth-child(2),
div#myModal14 .tab-content > .tab-pane:nth-child(2) {
    background-color: #92cdf5;

}

div#myModal10 .tab-content > .tab-pane:nth-child(3),
div#myModal11 .tab-content > .tab-pane:nth-child(3),
div#myModal12 .tab-content > .tab-pane:nth-child(3),
div#myModal13 .tab-content > .tab-pane:nth-child(3),
div#myModal14 .tab-content > .tab-pane:nth-child(3) {
    background-color: #fa8a89;
    height: 100%;
}

div#myModal10 .tab-content > .tab-pane:nth-child(4),
div#myModal11 .tab-content > .tab-pane:nth-child(4),
div#myModal12 .tab-content > .tab-pane:nth-child(4),
div#myModal13 .tab-content > .tab-pane:nth-child(4),
div#myModal14 .tab-content > .tab-pane:nth-child(4) {
    background-color: #fff;
}

div#myModal13 .tab-content > .tab-pane:nth-child(1),
div#myModal14 .tab-content > .tab-pane:nth-child(4) {

    height: 100%;
}

.achivment-ansobjective p {
    padding-left: 20px;
    padding-top: 20px;
}

/*--------------------------------------------------------------------------------Accordian image----------------------------------------------------------------------*/



.accordianImagegallery {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10vmin;
    overflow: hidden;
    transform: skew(5deg);
}

.accordianImagegallery .card1 {
    flex: 1;
    transition: all 1s ease-in-out;
    height: 40vmin;
    position: relative;
}

.accordianImagegallery .card1 .card__head {
    color: black;
    background: #038da7;
    padding: 0.5em;
    transform: rotate(-90deg);
    transform-origin: 0% 0%;
    transition: all 0.5s ease-in-out;
    min-width: 100%;
    text-align: center;
    position: absolute;
    /*bottom: 0;*/
    left: 0;
    font-size: 1em;
    white-space: nowrap;
}

.accordianImagegallery .card1:hover {
    flex-grow: 10;
}

.accordianImagegallery .card1:hover img {
    filter: blur(0);
}

.accordianImagegallery .card1:hover .card__head {
    text-align: center;
    /*top: calc(100% - 2em);*/
    color: white;
    background: rgba(0, 0, 0, 0.5);
    font-size: 1.3em;
    transform: rotate(0deg) skew(-5deg);
    bottom: 0;
}

.accordianImagegallery .card1:hover .card__head .detail-para {

    display: block;
    transition: .5s;
}

.accordianImagegallery .card1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.accordianImagegallery .card:not(:nth-child(5)) {
    margin-right: 1em;
}

.detail-para {
    display: none;
    transition: .5s;
}

/*
.detail-para {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
}
*/


/*--------------------------------------------------------------------------------combind-slider---------------------------------------------------------------------*/

section#major-highlights .owl-carousel .owl-item img {
    height: 270px;
    object-fit: cover;
}

.image-box {
    position: relative;
    overflow: hidden;
    transition: .5s;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.owl-combind .image-box {

    padding: 10px;
    margin: 10px;

}

.owl-combind1 .image-box {

    padding: 10px;
    margin: 0px 10px 10px;

}

.image-discription {
    padding: 4px 20px;
    background: #038da7;
    color: #fff;
    display: inline-block;
}

.displus-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.dis-text h4 {
    font-size: 14px;
    color: #7f0000;
}

.dis-text h4 span {
    margin-right: 10px;
}

.dis-text {
    width: 80%;
}

.image-discription h4 {

    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.image-discription p {

    margin-top: 50px;
    transition: .5s;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

/*
.image-box:hover .image-discription {
    opacity: 1;
    transition: .5s;

}

.image-box:hover .image-discription p {

    margin: 0px;
    transition: 1s;

}*/


/*----------------------------------------------Event-page----------------------------------------------------------------------------------*/



/*----------------------------------------------Event-page----------------------------------------------------------------------------------*/


section#events-page {

    background: #fff;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.box5 .icon li a {
    text-align: center;
}

.box5:after,
.box5:before {
    content: "";
}

.box5,
.box5 .icon li a,
.box8 {
    overflow: hidden;
}

.box5 .post {
    font-style: italic;
}


/*********************** Demo - 5 *******************/
.box5 {
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    height: 200px;
}

.box5:after,
.box5:before {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #10a5b8;
    position: absolute;
    top: -80px;
    left: 15px;
    opacity: 0;
    z-index: 1;
    transition: all 0.35s ease;
}

.box5:after {
    top: auto;
    left: auto;
    bottom: -80px;
    right: 15px;
}

/*.box5:hover:after,
.box5:hover:before {
    opacity: 0.75;
    transform: scale(10);
    transition-delay: 0.15s;
}

.box5:hover .icon {
    transform: scale(1);
    transition-delay: 0.15s;
}
.box5 .icon li a:hover {
    background: #444;
    color: #fff;
}

.box5:hover .title {
    opacity: 1;
    transform: translate(0, 0);
    transition-delay: 0.15s;
}

.box5:hover .post {
    opacity: 1;
    transform: translate(0, 0);
    transition-delay: 0.15s;
}
*/

.box5 img {
    width: 100%;
    /*height: 400px;*/
    transition: all 0.35s ease-out 0s;
    object-fit: cover;
}

.box5:hover img {
    opacity: 0.4;
}

.box5 .icon {
    margin: 0;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    transform: scale(0);
    transition: all 0.35s ease-out;
}


.box5 .icon li a {
    display: block;
    line-height: 35px;
    background: #fff;
    font-size: 18px;
    color: #444;
    position: relative;
    transition: all 0.5s ease 0s;
    padding: 2px 40px;
}



.box5 .box-content {
    padding: 20px 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.box5 .title {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 5px;
    opacity: 0;
    transform: translate(-20px, -20px);
    transition: all 0.35s ease-out;
}



.box5 .post {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    transform: translate(-20px, -20px);
    transition: all 0.35s ease-out;
}



.box6 .title,
.box6 img,
.box6:after {
    transition: all 0.35s ease 0s;
}

@media only screen and (max-width: 990px) {
    .box5 {
        margin-bottom: 30px;
    }
}



.content-name {
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: 0;
    right: 0;
    font-weight: bold;
    background: #10a5b8;
    transition: 1s;
}

.content-name p {
    margin: 0px;
    color: #fff;
    padding: 14px 0px;
    text-transform: uppercase;
}



.dbox p {
    font-weight: bold;
}

.center-btnfeedback {
    text-align: center;
    margin: 20px 0px;
}

.center-btnfeedback a {
    color: #fff !important;
    border-radius: 6px;
    padding: 10px 50px;
    display: inline-block;
    background: #87602b;
}

.right-side-wrapper {
    border: 1px solid #ccc;
    padding: 20px;
}

form.subscribe-form a {
    background: #87602b;
    padding: 10px 40px;
    display: inline-block;
    color: #fff;
}



/*--------------------------------------------------------------------------------Keyword----------------------------------------------------------------------*/
.mpwrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    padding: 60px 0px;
    background: #038da7;
}

.state-namekeyword,
.scheme-name,
.scheme-discription {
    text-align: center;
    color: #fff;
}

.scheme-discription {
    width: 28%;
}

.date-scheme {
    color: #000;
    width: 12%;
    text-align: center;
}

.date-scheme h4 {

    font-size: 16px;
}

.scheme-binaficry {
    width: 28%;
    text-align: center;
    color: #fff;
}

.state-namekeyword {
    width: 22%;
}

.state-namekeyword h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.scheme-name {

    width: 18%;
}

.scheme-name h4 {
    font-size: 16px;
}

section#mp-dtails {
    margin: 50px 0px;
    background: #fff;
    padding: 50px;
}

section#keyprogram-table {
    margin: 50px 0px;
    background: #fff;
    padding: 50px 0px;
}

/*td.state-namekey {
    width: 16%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}*/

td.scheme-namekey {
    width: 25%;
    color: #fff;
}

td.scheme-datekey {
    width: 15%;
    font-weight: bold;
}

td.scheme-discriptionkey {
    width: 37%;
    color: #fff;
    text-align: justify;
    text-justify: inter-word;
}

td.scheme-binaficrykey {

    width: 23%;
    color: #fff;
    text-align: justify;
    text-justify: inter-word;
}

.change-responsivebg {

    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    padding: 0px 0px;
    background: #038da7;
}

thead tr th {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

/*-------------------------------------------------------------------------------Success story----------------------------------------------------------------------*/
td.success-namekey {
    width: 25%;
    color: #fff;
}

td.success-datekey {
    width: 10%;
    font-weight: bold;
}

td.success-discriptionkey {
    color: #fff;
}

.date-wrapper p {
    font-weight: bold;
}

.place-wrapper p {

    font-weight: bold;
}

.sikkim-imgtextwrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sikkim-wrapper {
    width: 48%;
}

.sikkim-textwrapper {
    width: 48%;
}

.sikkim-textwrapper p {
    text-align: justify;
    line-height: 38px;
}

.sikkim-imgtextwrapper {
    margin: 40px 0px;
}


.sikkim-wrapper {
    position: relative;
    overflow: hidden;
}

.sikkim-wrapper p {
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: 0px;
    right: 0px;
    padding: 14px;
    font-weight: bold;
    transform: translateY(100%);
    transition: .5s;
    background: #038da7;
    color: #fff;

}

.sikkim-imgtextwrapper:hover .sikkim-wrapper p {
    transform: translateY(0);
}

.fac-img-1 img {
    width: 100%;
}

.faciliti-wrapper {
    margin: 20px 0px;
    font-weight: bold;
    font-size: 18px;
}

.date-wrapper {
    margin-top: 40px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------*/

.sikkim-event img {
    width: 100%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    height: 263px;
}

.sikkim-event {
    margin-top: 40px;
}

.wrap-event {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.img-event {
    width: 48%;
}

.text-event {
    width: 48%;
    line-height: 30px;
}

.img-event img {
    width: 100%;
}

.text-event p {
    text-align: justify;
}

.sikkim-wrapper img {
    width: 100%;
}

section#sikkim-event {
    background: #fff;
    padding: 50px 0px;
}

.oriantation img {
    width: 100%;
}

.oriantation {
    margin: 20px 0px;
}

section#oriantation-tk {
    background: #fff;
    padding: 40px 0px;
    margin: 40px 0px;
}

.cmrt img {
    width: 100%;
    height: 355px;
    object-fit: cover;
}

.cmrt p {

    text-align: justify;
}

.cmrt p {
    text-align: justify;
    margin-top: 20px;
}

.cdrpq .table thead th {
    color: #000;
}

.call-image img {
    width: 100%;
}

.call-image p {
    margin-top: 20px;
    font-weight: 700;
}


.tamil-image img {
    width: 100%;
    margin-top: 10px;
}

.tamil-image h4 {
    font-weight: 700;
    margin: 10px 0px;
    font-size: 18px;
}

.tamil-image p {
    text-align: justify;
    margin-bottom: 10px;
}

section#tamilnaidu {
    padding: 40px 0px;
}

.tamil-imageheight img {
    height: 386px;
}

div#megnetrow {
    padding: 40px 0px;
    background: #fff;
    margin: 40px 0px;
}

section#sikkim-wrapper {
    background: #fff;
    padding: 40px 0px;
}

.events-wrapper1 {

    background-color: transparent;
}

div#sk-suss {
    background: #fff;
}

.glaciations-title h3 {
    font-weight: bold;
    font-size: 24px;
}

.glaciations-title h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px 20px;
}

.sikkim-textwrapper-ice p {
    letter-spacing: 2px;
    line-height: 46px;
}

section#protation {
    background: #fff;
    padding: 40px 0px;
}

.hr-imagewrapper img {
    width: 100%;
}

.hr-textwrapper h4 {
    font-weight: bold;
}

.hr-textwrapper p {
    text-align: justify;
    margin-top: 20px;
    line-height: 30px;
}

section#hr-media-1 {
    padding: 40px 0px;
}

section#hr-media-2 {
    background: #fff;
    padding: 40px 0px;
}

.hr-textwrapper-line p {

    line-height: normal;
}

section#hr-media-3 {

    padding: 40px 0px;
}


.tam-imagewrapper img {

    width: 100%;
}

section#tam-media {
    background: #fff;
    padding: 40px 0px;
}

/*--------------------------------------------------------------------------------22-12-2020----------------------------------------------------------------------*/
section#hr-media-4 {
    background: #fff;
    padding: 40px 0px;
    margin-bottom: 40px;
}

.pan-imag img,
.raj-image img {
    width: 100%;
}

.mizevent-image img {
    width: 100%;
}

section#rajadu {
    padding: 40px 0px 0px;
    margin-bottom: 40px;
}

.hp-imagecover img {
    width: 100%;
}

section#hp-success {
    padding: 40px;
    margin-bottom: 40px;
}

.hp-sucess-heading {
    margin-bottom: 10px;
}

div#myModal15 .tab-content .tab-pane {
    height: 100%;
}

div#myModal15 .tab-content .tab-pane:nth-child(1) {
    background: #f2d14e;
}

div#myModal15 .tab-content .tab-pane:nth-child(2) {
    background: #92cdf5;
}

div#myModal15 .tab-content .tab-pane:nth-child(3) {
    background: #fa8a89;
}

div#myModal15 .tab-content .tab-pane:nth-child(4) {
    background: #fff;
}



div#myModal16 .tab-content .tab-pane {
    height: 100%;
}

div#myModal16 .tab-content .tab-pane:nth-child(1) {
    background: #f2d14e;
}

div#myModal16 .tab-content .tab-pane:nth-child(2) {
    background: #92cdf5;
}

div#myModal16 .tab-content .tab-pane:nth-child(3) {
    background: #fa8a89;
}

div#myModal16 .tab-content .tab-pane:nth-child(4) {
    background: #fff;
}

div#myModal17 .tab-content .tab-pane {
    height: 100%;
}

div#myModal17 .tab-content .tab-pane:nth-child(1) {
    background: #f2d14e;
}

div#myModal17 .tab-content .tab-pane:nth-child(2) {
    background: #92cdf5;
}

div#myModal17 .tab-content .tab-pane:nth-child(3) {
    background: #fa8a89;
}

div#myModal17 .tab-content .tab-pane:nth-child(4) {
    background: #fff;
}


div#myModal18 .tab-content .tab-pane {
    height: 100%;
    padding: 0px 30px;
}

div#myModal18 .tab-content .tab-pane:nth-child(1) {
    background: #f2d14e;
}

div#myModal18 .tab-content .tab-pane:nth-child(2) {
    background: #92cdf5;
}

div#myModal18 .tab-content .tab-pane:nth-child(3) {
    background: #fa8a89;
}

div#myModal18 .tab-content .tab-pane:nth-child(4) {
    background: #fff;
}


div#myModal19 .tab-content .tab-pane {
    height: 100%;
}

div#myModal19 .tab-content .tab-pane:nth-child(1) {
    background: #f2d14e;
}

div#myModal19 .tab-content .tab-pane:nth-child(2) {
    background: #92cdf5;
}

div#myModal19 .tab-content .tab-pane:nth-child(3) {
    background: #fa8a89;
}

div#myModal20 .tab-content .tab-pane:nth-child(4) {
    background: #fff;
}


div#myModal20 .tab-content .tab-pane {
    height: 100%;
}

div#myModal20 .tab-content .tab-pane:nth-child(1) {
    background: #f2d14e;
}

div#myModal20 .tab-content .tab-pane:nth-child(2) {
    background: #92cdf5;
}

div#myModal20 .tab-content .tab-pane:nth-child(3) {
    background: #fa8a89;
}

div#myModal20 .tab-content .tab-pane:nth-child(4) {
    background: #fff;
}

div#myModal21 .tab-content .tab-pane {
    height: 100%;
    padding: 0px 30px;
}

div#myModal21 .tab-content .tab-pane:nth-child(1) {
    background: #f2d14e;
}

div#myModal21 .tab-content .tab-pane:nth-child(2) {
    background: #92cdf5;
}

div#myModal21 .tab-content .tab-pane:nth-child(3) {
    background: #fa8a89;
}

div#myModal21 .tab-content .tab-pane:nth-child(4) {
    background: #fff;
}

section#partnership-tabs ul li {
    display: block;
    transition: .5s;
    padding: 4px 10px;
    margin-right: 30px;
}

section#partnership-tabs ul li.active {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    background-color: #038da7;
    border-radius: 50px;
}

section#partnership-tabs ul.nav.nav-tabs {
    display: flex;
    align-items: center;
    color: #fff;
    border: 0px;
    cursor: pointer;
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
    background: #fff;
    margin-bottom: 20px;
}

section#partnership-tabs ul.nav.nav-tabs li a {
    color: #000;
    display: block;
    padding: 10px 26px;
    text-transform: uppercase;
}

section#partnership-tabs ul.nav.nav-tabs li:last-child {
    margin: 0px;
}


section#partnership-tabs ul.nav.nav-tabs li.active a {
    color: #fff;
}

section#partnership-tabs .tab-content {

    background: #fff;
    height: 600px;
}

section#partnership-tabs thead tr th {

    color: #000;
}

td.inter-td {
    width: 11%;
}

td.inter-discriptionkey {
    width: 39%;
}

td.inter-binaficrykey {
    width: 30%;
}

td.inter-datekey {
    width: 20%;
}

.coll-heading h2 {
    text-shadow: 2px 3px 4px rgba(150, 150, 150, 1);
    font-weight: bold;
    transition: .5s;
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0px;
    font-size: 34px;
}

.coll-heading {
    text-align: center;
}

section#partnership-tabs {
    margin-bottom: 20px;
}

section#keyaccordian a {
    color: #007b5e;
}

section#keyaccordian .btn-link {
    font-weight: 400;
    color: #007b5e;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
}

section#keyaccordian .card-body {
    border-top: 2px solid #007b5e;
}

section#keyaccordian .card-header .btn.collapsed .fa.main {
    display: none;
}


#keyaccordian .card-body {

    text-align: justify;
}

#keyaccordian .card-body span {
    font-weight: bold;
    text-transform: capitalize;
}

#keyaccordian .card {
    margin-bottom: 10px;
}

#keyaccordian .card-header {
    background: #fff;
    border-radius: 30px;
}

.fixed-top {
    transition: .5s;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    background: rgb(255, 153, 51);
    background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(18, 136, 7, 1) 100%);
}

.fixed-top .navbar-nav li a {
    color: #000;
}


div#myModal22 .tab-content .tab-pane {
    height: 125%;
    padding: 0px 30px;
}

div#myModal22 .tab-content .tab-pane:nth-child(1) {
    background: #f2d14e;
}

div#myModal22 .tab-content .tab-pane:nth-child(2) {
    background: #92cdf5;
}

div#myModal22 .tab-content .tab-pane:nth-child(3) {
    background: #fa8a89;
}

div#myModal22 .tab-content .tab-pane:nth-child(4) {
    background: #fff;
}

.image-box iframe {
    width: 100%;
    height: 220px;
}

.video-livestreming-wrapper iframe {
    min-height: 300px;
}

.india-imagemap iframe {

    min-height: 300px;

}

/*--------------------------------------------------------------------------------media-query----------------------------------------------------------------------*/



@media screen and (max-width:1580px) and (min-width:1199px) {

    .image-slider,
    .image-slider .carousel,
    .image-slider .carousel-item {
        /*height: 500px;*/
        overflow: hidden;
    }

    .image-slider .carousel-item img {
        width: 100%;
        /*        height: 500px;
        object-fit: cover;*/
    }


    section#main-header .navbar-nav li a {
        font-size: 18px;
        margin-right: 30px;
    }
}

@media screen and (max-width:1198px) and (min-width:992px) {

    .image-slider,
    .image-slider .carousel,
    .image-slider .carousel-item {
        /* height: 400px;*/
        overflow: hidden;
    }

    .image-slider .carousel-item img {
        width: 100%;
        /*        height: 400px;
        object-fit: cover;*/
    }


    .hamburger {
        padding: 0px 0px;
    }

    section#main-header .navbar-nav li a {
        font-size: 18px;
        margin-right: 20px;
    }

    nav#navbar_top {
        border-bottom: 1px solid #fff;
        padding: 12px 10px 10px;
        z-index: 999;
    }

    button.navbar-toggler {
        background-color: rgba(0, 0, 0, .3);
        padding: 10px 10px 5px;
    }

    div#collapsibleNavbar {
        position: absolute;
        top: 64px;
        width: 100%;
        background: #038da7;
        left: 0;
        right: 0;
        padding: 20px 0px;
    }

    section#main-header .navbar-nav li {
        padding: 0px 10px;
    }


    section#main-header .navbar-nav li a {
        background: #fbfbfb2e;
        margin-bottom: 10px;
        padding: 6px 0px 4px;
        text-align: center;
        margin-right: 0px;
    }

    section#main-header .navbar-nav li a:before {

        display: none;
    }


}

@media screen and (max-width:991px) and (min-width:768px) {

    .image-slider,
    .image-slider .carousel,
    .image-slider .carousel-item {
        /*height: 350px;*/
        overflow: hidden;
    }

    .image-slider .carousel-item img {
        width: 100%;
        /*height: 350px;
        object-fit: cover;*/
    }

    .hamburger {
        padding: 0px 0px;
    }

    nav#navbar_top {
        border-bottom: 1px solid #fff;
        padding: 12px 10px 10px;
        z-index: 999;
    }

    button.navbar-toggler {
        background-color: rgba(0, 0, 0, .3);
        padding: 10px 10px 5px;
    }

    div#collapsibleNavbar {
        position: absolute;
        top: 64px;
        width: 100%;
        background: #038da7;
        left: 0;
        right: 0;
        padding: 20px 0px;
    }

    section#main-header .navbar-nav li {
        padding: 0px 10px;
    }


    section#main-header .navbar-nav li a {
        background: #fbfbfb2e;
        margin-bottom: 10px;
        padding: 6px 0px 4px;
        text-align: center;
        margin-right: 0px;
    }

    section#main-header .navbar-nav li a:before {

        display: none;
    }

    .live-heading {
        width: 100%;
        margin-right: 0px;
    }

    .live-eventwrapper {
        display: block;
    }

    .video-livestreming-wrapper {
        width: 100%;
    }

    .video-livestreming-wrapper iframe {
        min-height: 400px;
        margin-top: 30px;
    }


}

@media screen and (max-width:767px) and (min-width:576px) {

    div#counter .col-lg-3.col-md-4.col-sm-6.col-12:first-child {
        margin-bottom: 0px;
    }

    .image-slider,
    .image-slider .carousel,
    .image-slider .carousel-item {
        height: 280px;
        overflow: hidden;
    }

    .image-slider .carousel-item img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }

    .hamburger {
        padding: 0px 0px;
    }

    .right-wrapper,
    .left-wrapper {
        width: 100%;
    }

    .maine-wrapper {
        display: block;
    }

    nav#navbar_top {
        border-bottom: 1px solid #fff;
        padding: 12px 10px 10px;
        z-index: 999;
    }

    button.navbar-toggler {
        background-color: rgba(0, 0, 0, .3);
        padding: 10px 10px 5px;
    }

    div#collapsibleNavbar {
        position: absolute;
        top: 64px;
        width: 100%;
        background: #038da7;
        left: 0;
        right: 0;
        padding: 20px 0px;
    }

    section#main-header .navbar-nav li {
        padding: 0px 10px;
    }


    section#main-header .navbar-nav li a {
        background: #fbfbfb2e;
        margin-bottom: 10px;
        padding: 6px 0px 4px;
        text-align: center;
        margin-right: 0px;
    }

    section#main-header .navbar-nav li a:before {

        display: none;
    }

    .manage-owl {
        margin-top: 50px;
    }


    .live-heading {
        width: 100%;
        margin-right: 0px;
    }

    .live-eventwrapper {
        display: block;
    }

    .video-livestreming-wrapper {
        width: 100%;
    }

    .video-livestreming-wrapper iframe {
        min-height: 400px;
        margin-top: 30px;
    }



}

@media screen and (max-width:575px) and (min-width:320px) {


    div#counter .col-lg-3.col-md-4.col-sm-6.col-12:first-child {
        margin-bottom: 0px;
    }

    .image-slider,
    .image-slider .carousel,
    .image-slider .carousel-item {
        height: 200px;
        overflow: hidden;
    }

    .image-slider .carousel-item img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .hamburger {
        padding: 0px 0px;
    }

    .right-wrapper,
    .left-wrapper {
        width: 100%;
    }

    .maine-wrapper {
        display: block;
    }

    .twitter-box a {
        padding: 0px 14px 50px;
    }

    .vision-box {
        padding: 10px;
        /* min-height: 150px;*/
    }

    .brif-box p {

        font-size: 14px;
        text-align: justify;
    }

    .profile-box img {
        border: 4px solid #FFF;
        height: 150px;
        width: 150px;
    }

    .vision-box p {
        letter-spacing: 0px;
    }

    .text-increase-wrapper {
        margin-right: 20px;
    }

    .social-icon ul li a {
        font-size: 14px;
        margin-right: 6px;
    }

    .text-increase-wrapper ul li a {
        font-size: 14px;
        margin-right: 6px;
    }

    .text-increase-wrapper ul li:last-child a {
        margin: 0px;
    }

    .openbtn span {
        height: 3px;
        width: 30px;
    }

    .sidebar .closebtn {
        top: 10px;
        font-size: 56px;
        margin-left: 10px;
    }

    .sidebar a {
        font-size: 24px;
        margin: 0px auto 10px;
    }

    section#about-us,
    section#vision,
    section#counter {
        padding: 50px 0px;
    }

    section#india-map {
        margin: 50px 0px;
    }

    section#major-highlights,
    section#imp-links {
        margin: 50px 0px;
    }

    h1 {

        font-size: 30px;
    }

    .major-heading {
        margin-bottom: 50px;
    }

    .footer-text p {
        color: #888;
        margin: 20px;
    }

    .devlop-name p {
        text-align: center;
    }

    .image-side h2 {
        font-size: 18px;
        font-weight: bold;
    }

    .image-side p {
        font-size: 14px;
    }

    nav#navbar_top {
        border-bottom: 1px solid #fff;
        padding: 12px 10px 10px;
        z-index: 999;
    }

    button.navbar-toggler {
        background-color: rgba(0, 0, 0, .3);
        padding: 10px 10px 5px;
    }

    div#collapsibleNavbar {
        position: absolute;
        top: 64px;
        width: 100%;
        background: #038da7;
        left: 0;
        right: 0;
        padding: 20px 0px;
    }

    section#main-header .navbar-nav li {
        padding: 0px 10px;
    }


    section#main-header .navbar-nav li a {
        background: #fbfbfb2e;
        margin-bottom: 10px;
        padding: 6px 0px 4px;
        text-align: center;
        margin-right: 0px;
    }

    section#main-header .navbar-nav li a:before {

        display: none;
    }

    .manage-owl {
        margin-top: 50px;
    }

    .live-heading {
        width: 100%;
        margin-right: 0px;
    }

    .live-eventwrapper {
        display: block;
    }

    .video-livestreming-wrapper {
        width: 100%;
    }

    .video-livestreming-wrapper iframe {
        min-height: 400px;
        margin-top: 30px;
    }


}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }

    nav#navbar_top {
        border-bottom: 1px solid #fff;
        padding: 12px 10px 10px;
        z-index: 999;
    }

    button.navbar-toggler {
        background-color: rgba(0, 0, 0, .3);
        padding: 10px 10px 5px;
    }

    div#collapsibleNavbar {
        position: absolute;
        top: 64px;
        width: 100%;
        background: #038da7;
        left: 0;
        right: 0;
        padding: 20px 0px;
    }

    section#main-header .navbar-nav li {
        padding: 0px 10px;
    }


    section#main-header .navbar-nav li a {
        background: #fbfbfb2e;
        margin-bottom: 10px;
        padding: 6px 0px 4px;
        text-align: center;
        margin-right: 0px;
    }

    section#main-header .navbar-nav li a:before {

        display: none;
    }

}



section#major-highlights .image-box {
    border-radius: 10px;
}

section#imp-links .image-box {}

section#imp-links .image-box {
    border-radius: 40px 0px;
}

p.rishabh {
    padding: 0px 15px;
}