*{
    stroke: currentColor;
    outline: 0 !important;
}

video {width: 100%;height: auto;}
.headingColor {color: #c62032;}
.grayColor {color: #848484;}
.lightGrayColor {color: #d5d5d5;}
.textUnderline {text-decoration: underline;color: #c62032;}
.darkBlueColor {color: #173962;}
.textOrange {color: #f89822;}
.fontsize22 {font-size: 22px;}
.fontsize20 {font-size: 20px;}
.font18 {font-size: 18px;}
.font15 {font-size: 15px;}
.font14 {font-size: 14px;}
.font12 {font-size: 12px;}
.paddingTb120 {padding: 120px 0;}
.radiusZero {border-radius: 0;}
.borderZero {border: 0;}
.fontWeight600 {font-weight: 600;}
.fontWeight800 {font-weight: 800;}
.dotedBorder {border: dotted 2px #c5ced5;}
.autoSection {margin: auto;}
.dividerBorder {border-left: dotted 2px #c5ced5; width: 2px; height: 60px;}
.blackText {color: #000000;}
.fontSize48 {font-size: 48px;}
.lightBackground {background-color: #fafbfc;}
.cursorPointer {cursor: pointer;}

/* .other_pages #header {
    height: 90px;
} */

.opacity-0{
opacity: 0;
}

    .announcement-bar {
        padding: 10px 5px;
        background-color: #c62032;
        color: #fff;
        width: 100%;
        overflow: hidden;
    }

    .announcement-container {
        display: flex;
        width: calc(250px * 10);
        animation: scroll 14s linear infinite;
        gap: 20px;
    }

    .marquee-text {
        font-size: 1.2rem;
        animation: fadeInOut 2s ease-in-out infinite;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    @keyframes fadeInOut {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

@media (min-width: 768px) {
    .bannerContent.bannerCenterBottom {
        position: absolute;
        inset: 0;
        width: 100% !important;
        height: 100vh !important;
        display: flex;
        justify-content: end;
        align-items: center;
        flex-direction: column;
        margin-top: 40px;
    }
}

/* home page  */

.content-holder img{
    margin-bottom: 30px;
}

.about_top_row_1 {
    background: #c62032;
    width: 200px;
    height: 206px;
    float: left;
    display: table;
    text-align: center;
}

.about_top_row_1 .content-holder {
    display: table-cell;
    height: 206px;
    vertical-align: bottom;
    padding-bottom: 20px;
}

.about_top_row_2 {
    background: #f89722;
    width: 200px;
    height: 206px;
    float: left;
    display: table;
    text-align: center;
    margin-left: 25px;
    margin-top: 40px;
}

.about_top_row_2 .content-holder {
    display: table-cell;
    height: 206px;
    vertical-align: bottom;
    padding-bottom: 20px;
}

.about_top_row_1 .count {
    font-size: 72px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
}

.about_top_row_1 .name {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 300;
}

.about_top_row_2 .count {
    font-size: 72px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
}

.about_top_row_2 .name {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 300;
}

.about_top_row_3 {
    background:#0e7a3e;
    width: 200px;
    height: 206px;
    float: left;
    display: table;
    text-align: center;
}

.about_top_row_4 {
    background: #153862;
    width: 200px;
    height: 206px;
    float: left;
    display: table;
    text-align: center;
    margin-left: 25px;
    margin-top: 40px;
}

.about_top_row_3 .content-holder {
    display: table-cell;
    height: 206px;
    vertical-align: bottom;
    padding-bottom: 20px;
}

.about_top_row_3 .count {
    font-size: 72px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
}

.about_top_row_3 .name {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 300;
    color: #fff;
}

.about_top_row_4 .content-holder {
    display: table-cell;
    height: 206px;
    vertical-align: bottom;
    padding-bottom: 20px;
}

.about_top_row_4 .count {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    color: #fff;
}

.about_top_row_4 .name {
    font-size: 20px;
    line-height: 30px;
    /*color: #000;*/
    font-weight: 300;
    /*color: #c62032;*/
    color: #fff;
}

/* ////// home page ////// */


ul.homePageNavigation>li:last-child a{
    padding: 0 0px 10px 8px
}

.section-header>h1>span.special {
    color: #c62032;
}
.social-links-top li a {
    font-size: 16px;
    display: inline-block;
    color: #c62032;
    line-height: 30px;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}

.other_pages .social-links-top li a:hover {
    color: #173962;
}

ul.homePageSocial li a:hover {
    color: #ffffff;
}

/*Banner Section Starts*/

.homePageSlider {
    position:relative;
    width: 100%;
    height: 100vh;
    background-color: #000000;
}

.top-banner {max-height: none; position:relative; width: 100%;  height: 100vh; background-color: #000000;}



.top-banner .owl-stage-outer {position:relative; z-index:99;}
.imgOverlay::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:url(../images/overlay-pattern.png);
    z-index: 1;
    height: 100%;
}

.bannerContent {
    position: relative;
    color: #fff;
    z-index: 9;
    margin-top: 320px;
    width: 60%;
}

.bannerContent > h1 {
    font-size: 55px;
}

.mainWebButton {
    background-color: #c62032;
    padding: 8px 30px;
    color: #fff;
}

.mainWebButton:hover {
    background-color: #173962;
    text-decoration: none;
    color: #ffffff;
}

/*Banner Section End*/


/* inner pages baner */

     #programme-slideshow {
         background: url(../images/programme_page_banner.jpg);
         background-size: cover;
         background-position: center;
         background-repeat: no-repeat;
    }

    #our-work {
        background: url(../images/our-work.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

     #our-work {
         background: url(../images/publication-header.jpg);
         background-size: cover;
         background-position: center;
         background-repeat: no-repeat;
     }

    #join-us {
        background: url(../images/joinus-header.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

     #associated {
           background: url(../images/associated-headerbg.jpg);
           background-size: cover;
           background-position: center;
           background-repeat: no-repeat;
       }

/* inner page banner end here */



#associates ul li a {
    color: #848484;
    text-decoration: none;
}

#associates ul li a:hover {
    text-decoration: underline;
}


/****** programme page start from here ******/

.whiteColor {color: white !important;}
.mainMobileNavigation {position: relative;}

.coustomWidth {
    width: 30.3333%; 
    float: left; 
    margin-right: 50px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 1);
    transition: all ease-in-out 0.5s;
}

.coustomWidth:hover{
    border: solid 2px #fff;
}

ul.listStyleDesgin {margin-left: 20px;padding: 0;}
ul.listStyleDesgin > li {
    list-style: none;
    position: relative;
    line-height: 26px;
    padding-left: 5px;
}
ul.listStyleDesgin>li::before {
    content: '';
    background: url(../images/bullet.png) no-repeat;
    position: absolute;
    width: 12px;
    height: 12px;
    left: -18px;
    top: 6.6px;
}

#aboutUsSection {
    background: url(../images/partners-bg-1.jpg);
    background-position:center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover; 
    position: relative;
}



#aboutUsSection::before {
    position: absolute;
    content: '';
    background: url(../images/programPage/dash-line.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 150px;
    top: 320px;
    z-index: 1;
}

#aboutUsSection > .container > .row > .col-sm-12 > h5{
    font-size: 18px;
    color: #f89822;
    text-decoration: underline;
    position: relative;
    z-index: 1;
}

#aboutUsSection>.container>.row>.col-sm-12>h1 {
    font-size: 36px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

#aboutUsSection>section>article.cmggaMandata>div:nth-child(2) {
    margin-top: 50px;
}

#aboutUsSection>section>article.cmggaMandata>div:nth-child(3) {
    margin-top: 80px;
}

#aboutUsSection>section>article.cmggaMandata>div:nth-child(4) {
    margin-top: 40px;
}

/* circleBox animation start from here  */

.cmggaMandata {
    position: relative;
    z-index: 1;
}

.circleBox {
    width: 185px;
    height: 185px;
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    color: #000000;
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 1);
   }

.animationBorder {
        border: 98px dotted #ffffff;
        position: absolute;
        top: 92px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 195px;
        height: 195px;
        transition: all .4s ease;
        border-radius: 50%;
}


.circleBoxAnimation:hover span.animationBorder {
    border: 5px dotted rgba(255, 255, 255, 1);
}

.circleBoxAnimation:hover .circleBox{
    background-color: rgba(223, 4, 11, 0.8);
    color: #ffffff;
}

/* ///==== circleBox animation end here  */


#ourUsp>div:nth-child(1),
#ourUsp>div:nth-child(2),
#ourUsp>div:nth-child(3) {
    padding-right: 35px;
}


.howOurClient .owl-nav>.owl-prev>.prev-slide,
.howOurClient .owl-nav>.owl-next>.next-slide {
    background-color: #edd2d3;
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    transition: all ease-in-out 0.3s;
}

.howOurClient .owl-nav>.owl-prev>.prev-slide:hover,
.howOurClient .owl-nav>.owl-next>.next-slide:hover {
    background-color: #c62032;
}

#testimonials .testimonial-item {
    text-align: center;
    width:80%;
    margin:auto;
}

.headingColor > span{
    color: #8c8c8c;
    font-style: italic;
    font-weight: normal !important;
}

.client-position {
    text-align: center;
}

.client-img {
        width: 100%;
        margin: auto;
}

.redBox {
    background-color: #c62032;
    padding: 20px;
    height: 200px;
    max-height: 400px;
    transition: all ease-in-out 0.3s;
    color: #fff;
    }

.redBox img {
    transition: transform .2s;
}


.redBox:hover {
    margin-top: -15px;
}

.yellowBox {
    background-color: #f89822;
}

.greenBox {
    background-color: #0f7a3e;
}

.blueBox {
    background-color: #173962;
}

/*=====// programme page start from here //=====*/



/************* our work page start form here *************/

/* tab section start from here */

.modulesAndDistrictTab .nav-link {
    border-radius: 0;
    border:solid 1px #c62032;
}


.modulesAndDistrictTab .nav-item {
    width: 50%;
}

.modulesAndDistrictTabContent {
    margin-top: 100px;
}

.modulesAndDistrictTab .nav-item.show .nav-link,
.modulesAndDistrictTab .nav-link.active {
        background-color: #c62032;
}

.modulesAndDistrictTab>.nav-item>.nav-link>h2 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.modulesAndDistrictTab>.nav-item>.nav-link>h2,
.modulesAndDistrictTab>.nav-item>.nav-link>p {
    color: #173962;
    margin-bottom: 0;
}

.modulesAndDistrictTab>.nav-item>.nav-link.active>h2,
.modulesAndDistrictTab>.nav-item>.nav-link.active>p {
    color: #ffffff; margin-bottom:0;
}

.modulesAndDistrictTab .nav-item.show .nav-link,
.modulesAndDistrictTab .nav-link.active {
    border-color: #c62032 #c62032 #c62032 #c62032;
}

.modulesAndDistrictTab .nav-link:focus,
.modulesAndDistrictTab .nav-link:hover {
    border-color: #c62032 #c62032 #c62032 #c62032;
}

.modulesAndDistrictTab>li.arrowBorderBottom {
    position: relative;
}

.modulesAndDistrictTab>li.arrowBorderBottom:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.modulesAndDistrictTab>li.arrowBorderBottom:after {
    border-top-color: #c62032;
    border-width: 15px;
}

.moduleSections {
    cursor: pointer;
}

.moduleSections:hover>h4 {
    color: #c62032;
}

.moduleSectionsBottom>div:nth-child(1),
.moduleSectionsBottom>div:nth-child(2),
.moduleSectionsBottom>div:nth-child(3) {
    margin-bottom: 100px;
}

.moduleSectionsBottom>div.moduleSections>h2 {
    color: #dddddd;
    font-size: 40px;
}

.moduleSectionsBottom>div.moduleSections>p {
    margin-bottom: 0;
    color: #bfbfbf;
}

.moduleSectionsBottom>div.moduleSections>h4 {
    margin-top: 25px;
}

.moduleSectionsBottom>div.moduleSections>span {
    display: inline-block;
    position: relative;
    background-color: #e12555;
    width: 10px;
    height: 10px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    margin-left: 15px;
}

.moduleSectionsBottom>div.moduleSections>span:after{
    width: 27px;
    height: 27px;
    opacity: 0.2;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    border-radius: 50%;
    background-color: #e12555;
    z-index: -1;
}

.moduleSectionsBottom>div.moduleSections>span:before {
    width: 40px;
    height: 40px;
    opacity: 0.2;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    border-radius: 50%;
    background-color: #e12555;
    z-index: -1;
}


.moduleSectionsBottom>div.moduleSections:hover>span:before,
.moduleSectionsBottom>div.moduleSections:hover>span:after {
    -webkit-animation: circle-2 1.05s infinite;
    -moz-animation: circle-2 1.05s infinite;
    -ms-animation: circle-2 1.05s infinite;
    -o-animation: circle-2 1.05s infinite;
    animation: circle-2 1.05s infinite
}


@-webkit-keyframes circle-2 {
    100% {
        width: 600%;
        height: 600%;
        opacity: 0
    }
}

@keyframes circle-2 {
    100% {
        width: 600%;
        height: 600%;
        opacity: 0
    }
}

.moduleSections::before {
    content: '';
    border-bottom: dotted 2px #d4d2d2;
    position: absolute;
    width: 100%;
    height: 1px;
    margin-top: 80px;
}

.moduleSections:nth-child(3)::before,
.moduleSections:nth-child(6)::before
 {
    content: '';
    border-bottom: dotted 2px #d4d2d2;
    position: absolute;
    width: 95%;
    height: 1px;
    margin-top: 80px;
}



.casestories {
    position: relative;
    overflow: hidden;
}

.casestories::before {
    position: absolute;
    content: '';
    background: url(../images/bg-circle.png) no-repeat;
    width: 375px;
    height: 375px;
    left: -150px;
    opacity: 0.1;
}

.casestories::after {
    position: absolute;
    content: '';
    background: url(../images/dotesbg.jpg) no-repeat;
    width: 80px;
    height: 370px;
    right: -20px;
    bottom: 100px;
    opacity: 1;
    z-index: -1;
}


/* heart animation  */

@-webkit-keyframes animateHeart {
    0% {
        -webkit-transform: scale(1)
    }

    5% {
        -webkit-transform: scale(1.2)
    }

    10% {
        -webkit-transform: scale(1.1)
    }

    15% {
        -webkit-transform: scale(1.25)
    }

    50% {
        -webkit-transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes animateHeart {
    0% {
        transform: scale(1)
    }

    5% {
        transform: scale(1.2)
    }

    10% {
        transform: scale(1.1)
    }

    15% {
        transform: scale(1.25)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(1)
    }
}

span.heart i{

    padding-left: 4px;
    margin-right: 9px;
    margin-left: 3px;
    -webkit-animation: animateHeart 2.5s infinite;
    -moz-animation: animateHeart 2.5s infinite;
    animation: animateHeart 2.5s infinite;
}

/* heart animation end */

.clients-carousel .owl-item{
    border-right: 1px dashed #c5bfd2;
}

.footer-contact a:hover {
    color: #173962;
}

.back-to-top:hover {
    background:#173962 ;   
}

.borderRightZero {
    border-radius: 0;
}

.header-scrolled #logo a img {
    height: 86px;
}

ul.homePageNavigation > li > a {
    color: #173962;
}

.paddingRightZero {
    padding-right: 0;
}

.customeWidthBlog {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    margin-left: 20px;
}





.workAnimationMainSection {
    position: relative;
    z-index: 1;
}

.workAnimationMainSection:hover p{
    color: #c62032;
}

.workSecroes {
    background: url(../images/work-sectors.jpg) repeat;
    position: relative;
    overflow: hidden;
}

.workSecroes::before {
    position: absolute;
    content: '';
    background: url(../images/map.png) no-repeat;
    width: 80%;
    height: 100%;
    top: 60px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 0;
}

#workSecroesSection {
    margin-top: 100px;
    
}

#workSecroesSection>.workAnimationInnerSection>div {
    display: block;
    text-decoration: none;
}

#workSecroesSection>div>.workAnimationInnerSection>p.iconCircle {
    background-color:#ffffff;
    width: 96px;
    height: 96px;
    display: block;
    margin: auto;
    border-radius: 50%;
    line-height: 96px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.workAnimationMainSection:hover .workAnimationInnerSection p.iconCircle {
    background-color:rgba(255, 255, 255, 0.10) !important;
}

#workSecroesSection>div {
    margin-bottom: 80px;
}


#workSecroesSection>div:nth-child(7),
#workSecroesSection>div:nth-child(8),
#workSecroesSection>div:nth-child(9) {
    margin-bottom: 0px;
}

.workAnimationBorder {
    border: 50px dotted #ffffff;
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96px;
    height: 96px;
    transition: all .4s ease;
    border-radius: 50%;
}


.workAnimationMainSection:hover span.workAnimationBorder {
    border: 5px dotted rgba(255, 255, 255, 1);
}


.overflowHidden {
    overflow: hidden;
    position: relative;
}

.workAnimationMainSection:hover .iconCircle img{
    filter: brightness(10);
}

.imgOverlayProject {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(000, 000, 000, 0.5);
    padding: 10px;
}

.projectInnerDiv {
    width:100%;
    height:100%;
    padding: 15px;
    transition: all ease-in-out 0.5s;
}

.borderRed {
    border: solid 1px #c62032;
}

.projectInnerDiv:hover {
    border: solid 1px transparent;
}

.projectInnerDiv h3{
    margin-bottom: 0;
}

.overflowHidden + a {
    text-decoration: underline;
}

.overflowHidden + a:hover {
    color: #173962;
}

.allCaseStories {
    margin-top: 100px;
}

.projectCoustemWidth {
   -ms-flex: 0 0 22.33333%;
   flex: 0 0 22.33333%;
   max-width: 22.33333%;
}

.projectCoustemWidth a:hover {
    color: #173962;
}

#partners {
    position: relative;
}

.section-header {
    position: relative;
    z-index: 1;
}

#partners::after,
#aboutUsSection::after {
    position: absolute;
    content: '';
    background: rgba(0, 67, 139, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.toolsSvgIcon>img.svgWidth50,
.researchSvgIcon>img
 {
    width: 70.5px;
    height: 70.5px;

}

.redBox:hover img{
    transform: scale(1.3);
}


.svgWidth50 {
    width: 40%;
}

.readTheJournal {
    position: absolute;
    bottom: 10px;
    font-weight: normal;
    font-style: italic;
    font-size: 15px; 
    text-decoration: underline;
    color: #c92033;
}

.ourJournals:hover .readTheJournal {
        animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        perspective: 1000px;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(0px, -1, 0);
    }

    20%,
    80% {
        transform: translate3d(0, 2px, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(0, -4px, 0);
    }

    40%,
    60% {
        transform: translate3d(0, 4px, 0);
    }
}

#ourJournalsSection .ourJournals h3 {
    line-height: 25px;
}

#ourJournalsSection .ourJournals:hover p{
    color: #ffffff;
}

.ourJournals {
    -ms-flex: 0 0 25.555%;
    flex: 0 0 25.555%;
    max-width: 25.555%;
    margin-bottom: 110px;
}


/* CMGGA Yearbook & Best Practices */

.bgLightColor {
    background-color: #e8f3fe;
}

.yearBookPracticesSection {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.yearBookPracticesSection::before {
    position: absolute;
    content: '';
    background: url(../images/bg-circle.png) no-repeat;
    width: 375px;
    height: 375px;
    left: -150px;
    opacity: 0.1;
    top: 140px;
}

.yearBookPracticesSection::after {
    position: absolute;
    content: '';
    background: url(../images/dotesbglight.jpg) no-repeat;
    width: 80px;
    height: 370px;
    right: -20px;
    bottom: 100px;
    opacity: 1;
    z-index: -1;
    top: 140px;
}

.publication-carouse {
    position: relative;
}


.publication-carousel .owl-nav {
    text-align: right;
    width: 7%;
    position: absolute;
    top:-100px;
    right: 0;
   
}


.publication-carousel .owl-nav .owl-next {
   float: right;
}

.publication-carousel .owl-nav .owl-prev {
    float: left;
}

.publication-carousel .owl-nav .owl-prev,
.publication-carousel .owl-nav .owl-next {
    width: 20px; height: 20px;
}

.publication-carousel .owl-nav,
.publication-carousel .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.publication-carousel .owl-dots {
    width: 5%;
    position: absolute;
    top: -101px;
    right: 11px;
}

.publication-carousel .owl-dot {
    display: inline-block;
    margin: 0 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #bac2cb;

}

.publication-carousel .owl-dot.active {
    background-color: #be3039;
}

.newsArticles>li {
    margin-bottom: 15px;
}

.newsArticles > li > a{
    color: #848484;
    font-size: 15px;
}

.publication-carousel .item a {
    text-decoration: none;
}

.publication-carousel .item p {
    color: #848484;
    text-decoration: none;
}

.sakshamHaryana .modal-header,
.antyodayaSaral .modal-header,
.WomenSafety .modal-header,
.higherEducation .modal-header,
.swachhSarvekshan .modal-header,
.propertyTax .modal-header {
    padding: 1.5rem;
}

.sakshamHaryana .modal-body,
.antyodayaSaral .modal-body,
.WomenSafety .modal-body,
.higherEducation .modal-body,
.swachhSarvekshan .modal-body,
.propertyTax .modal-body {
    padding: 1.6rem;
    min-height: 450px;
    max-height: 500px;
    overflow-x: auto;
}

.sakshamHaryana button.close,
.antyodayaSaral button.close,
.WomenSafety button.close,
.higherEducation button.close,
.swachhSarvekshan button.close,
.propertyTax button.close{
    position: absolute;
    right: 0;
    top: -30px;
    text-shadow: none;
    color: #fff;
    opacity: 1;
}

.sakshamHaryana button.close:focus {
    outline: 0;
}

/* join page */

.dashBorder {
    border:dashed 1px #ccc;
}

.blueHeaderBg {
    background-color: #173962;
    padding:15px 0;
}

.blueHeaderBg > img {
    padding-left: 20px;
    position: relative;
    top: 3px;
}

.blueHeaderBg div.col-sm-6 span {
    font-size: 20px;
    margin-left: 60px;
    position: relative;
    top: 5px;
}

ul.listMarginb15 {
    margin-top: 15px !important;
}

ul.listMarginb15 > li{
    margin-bottom: 15px;
}

.joinPageCircle {
    width: 150px;
    height: 150px;
}

.joinAnimationBorder {
    width: 156px;
    height: 156px;
    top: 75px;
    border: 78px solid #ef4b23;
}

.circleBoxAnimation:hover span.joinAnimationBorder {
    border: 4px solid #ffffff;
}

#aboutUsSection>section>article.applicationTimeline>div:nth-child(1) {
    margin-top:5px;
}

#aboutUsSection>section>article.applicationTimeline>div:nth-child(1) {
    margin-top: 15px;
}

#aboutUsSection>section>article.applicationTimeline>div:nth-child(4) {
    margin-top: 100px;
}

#aboutUsSection>section>article.applicationTimeline>div:nth-child(5) {
    margin-top: 60px;
}

.joinPageCircle>h3{
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
}

.joinPageCircle>span {
    font-size: 18px;
    margin-top: 10px;
    color: #ef4b23;
}

.circleBoxAnimation:hover .joinPageCircle {
    background-color: rgba(201, 32, 51, 0.9);
}

.activeCircle {
    background-color: rgba(201, 32, 51, 0.9);
}

.activeCircle span {
    color: #ffffff;
}

.circleBoxAnimation:hover .joinPageCircle h3{
    color: #000;
}

.circleBoxAnimation:hover .joinPageCircle span {
    color: #ffffff;
}

.showBoxShadowOnHover {
    transition: ease-in-out all 0.5s;
    position: relative;
    overflow: hidden;
}

.showBoxShadowOnHover h2,
.showBoxShadowOnHover span {
    z-index: 2;
}


.showBoxShadowOnHover {
    background-size: 200% 200%;
}

.showBoxShadowOnHover:hover {
       color: white;
       background-image: linear-gradient(to top, #143862 51%, transparent 50%);
       background-position: 0 100%;
       -webkit-transition: background-position 300ms,
       color 300ms ease;
       -moz-transition: background-position 300ms,
       color 300ms ease;
       -ms-transition: background-position 300ms,
       color 300ms ease;
       -o-transition: background-position 300ms,
       color 300ms ease;
       transition: background-position 300ms,
       color 300ms ease;
}

.showBoxShadowOnHover:hover h2 {
    color: #f89822;
}

.showBoxShadowOnHover:hover p {
    color: #ffffff;
}


.mt150 {
    margin-top: 150px;
}

.paddinLR50 {
    padding: 8px 50px;
}

/* associates page */

.diversityBoxMain {
    margin-right: 0;
    margin-left: 0;
}

.dashBorder {
   border: dashed 1px #c5bfd2;
}

.diversityBoxPaddinTop {
    padding-top: 38px;
}

.diversityBoxPaddinTop:hover img{
    filter: brightness(10);
}

.diversityBoxPaddinTop p {
    line-height: 18px;
    margin-top: 40px;
}

.diversityBoxPaddinTop p span {
    font-size: 14px;
    color: #949494;
    font-weight: normal;
}

.marginLeft1 {
    margin-left: -1px;
}

.associatesTabs .nav-item {
    width: 25%;
}

.associatesTabs .nav-item .nav-link h2 {
    font-size: 18px;
}

.associatesTabsContent {
    margin-top: 80px;
}

.select {
    display: none;
}

.dropdown {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40FFFFFF", endColorstr="#00FFFFFF", GradientType=0);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    outline: none;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.dropdown .list ul {
    margin: 0;
    padding: 0;
}

.dropdown .list ul li {
    list-style: none;
}


.dropdown:after {
    height: 0;
    width: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #ffffff;
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -1px;
    pointer-events: none;
    position: absolute;
    right: 13px;
    top: 50%;
}

.dropdown:before {
    height: 12px;
    width: 12px;
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    background-color: #d93a07;
    display: block;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

.dropdown.open:after {
    transform: rotate(-180deg);
}

.dropdown.open .list {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown.open .option {
    cursor: pointer;
}

.dropdown.wide {
    width: 100%;
}

.dropdown.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transform: scale(0.75);
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
}

.dropdown .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.dropdown .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}

.dropdown .option:hover,
.dropdown .option:focus {
    background-color: #f6f6f6 !important;
}

.dropdown .option.selected {
    font-weight: 600;
}

.dropdown .option.selected:focus {
    background: #f6f6f6;
}

.userDetails {
    bottom: -60px;
    background-color: #d05868;
    padding: 10px;
    width: 100%;
    transition: all ease-in-out 0.1s;
}



.userDetailsPlates h4{
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}

.userDetailsPlates p {
    color: #ffffff;
    font-size: 12px;
}

.userSocialIcons>ul {
    margin-top: 5px;
    padding: 0;
    margin-bottom: 0;
}

.userSocialIcons > ul > li{
    list-style: none;
    display: inline-block;
   
}

.userSocialIcons>ul>li:last-child {
     margin-left: 16px;
}

.userSocialIcons > ul > li > a {
    color: #ffffff;
}


.userBoxHoverEffect {
    overflow: hidden;
    cursor: pointer;
}

.userBoxHoverEffect:hover .userDetails {
    bottom: 0;
}

.assocatedBoxList {
    margin-bottom: 60px;
}

    .mapBottomText {
        margin-top: -50px;
    }

.numberOfAssociates1 {
    position: absolute;
    width: 200px;
    padding: 25px 0;
    background-color: #c62032;
    display: none;
    border-radius: 10px;
    top: 60px;
    left: 20%;
}

.numberOfAssociates1:after {
    top: 100%;
    left: 70%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.numberOfAssociates1:after {
    border-top-color: #c62032;
    border-width: 12px;
}

.numberOfAssociates2 {
    position: absolute;
    width: 200px;
    padding: 25px 0;
    background-color: #c62032;
    display: none;
    border-radius: 10px;
    top: 180px;
    right: 32%;
}

.numberOfAssociates2:after {
    top: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.numberOfAssociates2:after {
    border-top-color: #c62032;
    border-width: 12px;
}

.block {
    display: block;
}

.borderBottomRed {
    border-top: solid 1px #c62032;
}

ul.filedUi {
    margin-left: 20px;
    padding: 0;
}

ul.filedUi>li {
    color: #848484;
    list-style: none;
    margin-bottom: 15px;
}

.marginbottom16 {
    margin-bottom: 16px;
}

 .diversityBlock {
     background-image: linear-gradient(to left, transparent, transparent 50%, #dadada 50%, #dadada);
     background-position: 100% 0;
     background-size: 200% 50%;
     transition: all 0.25s ease-in;
 }

 .diversityBlock:hover {
     background-position: 0 0;
     color: #ffffff;
 }

 .circleWhiteBorder {
         border: 78px solid #ffffff;
 }

 .modal-backdrop {
     opacity: 0.8 !important;
 }

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


#myModal .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    margin: 0 auto;
}

.closeButtonTop button.close {
    position: absolute;
    right: 0;
    top: -30px;
    text-shadow: none;
    color: #fff;
    opacity: 1;
}

ul.associateDetails {
    margin: 0;
    padding: 0;
}

ul.associateDetails li{
    font-size: 14px;
    list-style: none;
    margin: 10px 0;
}

ul.associateDetails li span {
    font-weight: bold;
}

.modal-body {
        padding: 1.6rem;
        min-height: 450px;
        max-height: 500px;
        overflow-x: auto;
}

.selectYear .select, .selectNewspaper .select {
    float: right;
}