#inner-banner {
    background-color:#532e1b;
}
#inner-banner .banner-bg{
     height:calc(100vh - 150px);
     max-height:625px;
    background-repeat:no-repeat;
     background-position: center top;
     background-size: cover;
}
#inner-banner .row {
    height: calc(100vh - 150px);
     max-height: 625px;
}
h1 {
    font-size: 4.0625rem;
     font-weight: 700;
     color: #fff;
     margin: 0;
}
h1 span{
    font-size: 1.125rem;
     display: block;
     margin-bottom: 20px;
     text-transform: uppercase;
}
/* breadcrumb */
.breadcrumb{
    background-color: transparent;
     margin: 0;
     padding: 30px 0;
}
.breadcrumb li a{
    color: #999999;
     text-decoration: none;
}
.breadcrumb li a:hover{
    color: #c92f27;
}
.breadcrumb li.active{
    color: #c92f27;
}
#tabs-outer.inner{
    margin-bottom: 100px;
}
#tabs-outer.inner #nav-tab a{
    font-size: 1.0625rem;
     font-weight: 700;
     color: #000;
     background-color: #c92f27;
     border: none;
     border-radius: 0;
     text-decoration: none;
     border-left: 1px solid #fff;
     padding: 22px 0;
     position: relative;
}
#tabs-outer.inner #nav-tab a:first-child{
    border-left: none;
}
#tabs-outer.inner #nav-tab a:after{
    content: "";
     width: 16px;
     height: 16px;
     background-color: transparent;
     position: absolute;
     left: 0;
     right: 0;
     bottom: -25px;
     transform: rotate(45deg);
     margin: 0 auto;
     transition: all .3s linear;
}
#tabs-outer.inner #nav-tab a.active:after{
    background-color:#fff;
     bottom: -8px;
}
#tabs-outer.inner #nav-tab a.active{
    color: #fff;
}
.tab-content .item-wrap .img{
    background-color: #c92f27;
     max-width: 365px;
     max-height: 365px;
     overflow: hidden;
     border-radius: 50%;
     border: 10px solid #fff;
     position: relative;
     margin: 0 auto;
}
.tab-content .item-wrap .img img{
    opacity: 0.95;
     border-radius: 50%;
     overflow: hidden;
}
.tab-content .item-wrap .text{
    background-color: #1f1a17;
     padding: 45px 35px 30px;
     margin: -30px 0 30px;
}
.tab-content .item-wrap .text h4{
    text-transform: uppercase;
     color: #c92f27;
     font-size: 1.125rem;
     font-weight: 700;
     margin: 0 0 10px;
}
.tab-content .item-wrap .text p{
    color: #8c817b;
     font-size: 0.9375rem;
     margin: 0;
}
.tab-content p{
    font-size: 1.0625rem;
     color: #1f1a17;
}
.tab-content .about-pic{
     background-size: cover;
     min-height: 550px;
     background-position: right top;
     background-repeat: no-repeat;
     position: relative;
}
.tab-content .about-pic:after{
    content: "";
     background-color: rgba(0,0,0,0.5);
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
}
#nav-about .row:nth-child(2){
}
.tab-content .about-content{
    max-width: 555px;
     padding-left: 85px;
}
.tab-content .wedo-content{
    max-width: 555px;
     padding-right: 85px;
     float: right;
}
.tab-content .wedo-content p{
    font-size: 1.1875rem;
}
.tab-content .wedo-pic{
     background-size: cover;
     min-height: 550px;
     background-repeat: no-repeat;
     position: relative;
}
.tab-content .wedo-pic:before{
    content: "";
     background-color: #c92f27;
     width: 30px;
     position: absolute;
     left: -30px;
     height: 76%;
     top: 12%;
     bottom: 12%;
}
.tab-content .our-vision{
    background: url(../images/vision-bg.jpg) no-repeat center top;
     background-size: cover;
     min-height: 544px;
}
.tab-content .our-vision h2.title{
    color: #c92f27;
}
.tab-content .our-vision h3{
    color: #fff;
     text-transform: uppercase;
     font-size: 1.3125rem;
     margin: 0 0 30px;
}
.tab-content .our-vision p{
    color: #fff;
     margin-bottom: 0;
}
.tab-content .our-vision .pic{
    float: right;
     width: 365px;
     height: 365px;
     border-radius: 50%;
     position: relative;
     overflow: hidden;
     display: table;
}
.tab-content .our-vision .pic:after{
    content: "";
     background-color: rgba(201,47,39,0.8);
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     margin: auto;
     z-index: 1;
}
.tab-content .our-vision .pic .text{
    font-size: 2.0625rem;
     color: #fff;
     position: relative;
     z-index: 2;
     display: table-cell;
     vertical-align: middle;
     text-align: center;
}
.tab-content .our-vision .pic .text:before{
    content: "";
     border: 2px solid #000;
     position: absolute;
     margin: 15px;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     border-radius: 50%;
     z-index: 0;
}
.text-large{
    font-size: 1.25rem !important;
}
 .text-red{
    color: #c92f27 !important;
}
.founder-msg{
    min-height: 500px;
     position: relative;
     background-position: center center;
     background-size: cover;
     background-blend-mode: luminosity;
     background-color: rgba(201,47,39,0.9);
     margin-top: 50px;
}

#inner .founder-msg{margin-top: 100px;}

.founder-msg:before{
    content:"";
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     background-color: rgba(201,47,39,0.9);
     z-index: 1;
}
.founder-msg .founter-content{
    position: relative;
     z-index: 2;
}
.founder-msg .founter-content h2.title{
    color: #fff;
}
.founder-msg .founter-content p{
    color: #ffc6c3;
}
.founder-msg .img{
    position: relative;
     z-index: 2;
     border: 15px solid #fff;
     display: block;
     text-decoration: none;
     margin-top: -200px;
     margin-bottom: 35px;
}
.founder-msg .info{
    color: #fff;
     padding-left: 70px;
     position: relative;
     z-index: 4;
     margin-left: 15px;
     display: block;
     text-decoration: none;
}
.founder-msg .info .icon{
    background-position: -215px -5px;
     width: 47px;
     height: 46px;
     position: absolute;
     left: 0;
     top: 0;
}
.founder-msg .info span{
    display: block;
}
.founder-msg .info .name{
    font-size: 1.30rem;
     font-weight: 600;
}
.founder-msg .info .post{
    font-size: 0.94rem;
}
.directors .nav-tabs {
    border: none;
}
.directors .nav-tabs a{
    border: none;
     font-size: 1.125rem;
     font-weight: 600;
     color: #000;
     border: none;
     text-decoration: none;
     position: relative;
     padding:15px 15px 15px 35px;
     border-bottom: 1px solid #bfbfbf;
     margin-bottom: 0;
}
.directors .nav-tabs a:hover,.directors .nav-tabs a.active{
    border-bottom: 1px solid #bfbfbf;
     color: #c92f27;
}
.directors .nav-tabs a .person{
    background-position: -105px -119px;
     width: 18px;
     height: 18px;
     position: absolute;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
}
.directors .nav-tabs a:hover .person,.directors .nav-tabs a.active .person{
    background-position: -125px -120px;
}
.directors .tab-content .name{
    font-size: 1.3125rem;
     color: #c92f27;
     margin-bottom: 20px;
}
.social-share{
    padding-top: 30px;
     border-top: 1px solid #c7c6c5;
}
.social-share a{
    width: 40px;
     height: 40px;
     position: relative;
     display:inline-block;
     margin-right: 3px;
}
.social-share a .icon{
    position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     margin: auto;
}
.social-share .fb{
    background-color: #45619c;
}
.social-share .fb .icon{
    background-position: -3px -120px;
     width: 10px;
     height: 16px;
}
.social-share .tw{
    background-color: #00acee;
}
.social-share .tw .icon{
    background-position: -2px -161px;
     width: 18px;
     height: 14px;
}
.social-share .ld{
    background-color: #1d87bd;
}
.social-share .ld .icon{
    background-position: -3px -141px;
     width: 16px;
     height: 16px;
}
.gov-member{
    background-color: #e5e5e5;
}
.gov-member .person-info{
    position: relative;
     padding:20px 10px 10px 35px;
     border-bottom: 1px solid #cecece;
     display: flex;
     height: 100%;
}
.gov-member .person-info span{
    display: block;
}
.gov-member .person-info .icon{
    background-position: -105px -119px;
     width: 18px;
     height: 18px;
     position: absolute;
     left: 0;
     top: 25px;
}
.gov-member .person-info .name{
    font-size: 1.0625rem;
     font-weight: 700;
     display: inline-block;
}
.gov-member .person-info{
    position: relative;
}
.gov-member .person-info .person-popup{
    display: none;
     position: absolute;
     width: 200px;
     border-radius: 5px;
     background: #1f1a17;
     padding: 10px;
     z-index: 1;
     text-align: center;
     color: #fff;
}
.gov-member .person-info .person-popup:before{
    content: "";
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-bottom: 5px solid #1f1a17;
     position: absolute;
     top: -5px;
     left: 20px;
}
.gov-member .person-info .person-popup .img{
    max-width: 40px;
     margin: 0 auto 10px;
}
.gov-member .person-info .person-popup span{
    display: block;
    font-size: 0.72rem;
     line-height: 1.5;
}
.gov-member .person-info:hover .person-popup{
    display: block;
}
.gov-member .person-info .person-popup span:first-child{
    font-weight: 600;
    font-size: 0.92rem;
     margin-bottom: 5px;
}
.expert-team{
    background-image: url(../images/team-bg.jpg);
     background-repeat: no-repeat;
     background-position: center top;
     background-size: cover;
}
.expert-team h2.title{
    color: #fff;
}
.expert-team .nav-tabs {
    border: none;
}
.expert-team .nav-tabs a{
    border: none;
     font-size: 1.125rem;
     font-weight: 600;
     color: #fff;
     border: none;
     text-decoration: none;
     position: relative;
     padding:15px 15px 15px 50px;
     border-bottom: 1px solid #36312e;
     margin-bottom: 0;
     background-color: transparent;
     border-radius: 0;
}
.expert-team .nav-tabs a:hover,.expert-team .nav-tabs a.active{
    border-bottom: 1px solid #36312e;
     color: #c92f27;
     background-color: transparent;
}
.expert-team .nav-tabs a i{
     position: absolute;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
}
.expert-team .nav-tabs a .tm{
    background-position: -301px -140px;
     width: 22px;
     height: 26px;
}
.expert-team .nav-tabs a:hover .tm,.expert-team .nav-tabs a.active .tm{
    background-position: -261px -70px;
}
.expert-team .nav-tabs a .fd{
    background-position: -269px -142px;
     width: 26px;
     height: 26px;
}
.expert-team .nav-tabs a:hover .fd,.expert-team .nav-tabs a.active .fd{
    background-position: -229px -72px;
}
.expert-team .nav-tabs a .hr{
    background-position: -333px -143px;
     width: 25px;
     height: 23px;
}
.expert-team .nav-tabs a:hover .hr,.expert-team .nav-tabs a.active .hr{
    background-position: -293px -73px;
}
.expert-team .nav-tabs a .sw{
    background-position: -271px -173px;
     width: 26px;
     height: 26px;
}
.expert-team .nav-tabs a:hover .sw,.expert-team .nav-tabs a.active .sw{
    background-position: -231px -103px;
}
.expert-team .nav-tabs a .pm{
    background-position:-307px -176px;
     width: 26px;
     height: 26px;
}
.expert-team .nav-tabs a:hover .pm,.expert-team .nav-tabs a.active .pm{
    background-position: -267px -106px;
}
.expert-team .nav-tabs a .law{
    background-position: -339px -174px;
     width: 26px;
     height: 26px;
}
.expert-team .nav-tabs a:hover .law,.expert-team .nav-tabs a.active .law{
    background-position: -299px -104px;
}
.expert-team .nav-tabs a .con{
    background-position: -364px -142px;
     width: 26px;
     height: 26px;
}
.expert-team .nav-tabs a:hover .con,.expert-team .nav-tabs a.active .con{
    background-position: -324px -72px;
}
.expert-team .nav-tabs a .int{
    background-position:-372px -176px;
     width: 26px;
     height: 26px;
}
.expert-team .nav-tabs a:hover .int,.expert-team .nav-tabs a.active .int{
    background-position: -332px -106px;
}
.expert-team .tab-content{
    min-height: 370px;
     background-size: cover;
     background-image: url(../images/team-bg02.jpg);
     background-repeat: no-repeat;
     background-position: 0 0;
     padding: 50px;
     border-radius: 5px;
     position: relative;
}
.expert-team .tab-content p{
    font-weight: 700;
}
.expert-team .tab-content .tab-pane:before{
    content: "";
     width: 15px;
     height: 15px;
     background-color: transparent;
     position: absolute;
     left: -8px;
     top: 50px;
     transform: rotate(45deg);
}
.expert-team .tab-content .tab-pane.active:before{
    background-color: #eef2f1;
}
.expert-team .tab-content .tab-pane .text{
    font-size: 1.5rem;
     font-weight: 700;
     color: #c92f27;
     margin-bottom: 25px;
     position: relative;
     padding-left: 50px;
}
.expert-team .tab-content .tab-pane .text i{
    position: absolute;
     left: 0;
     top: 0;
}
.expert-team .tab-content .tab-pane .text .tm{
    background-position: -120px -150px;
     width: 34px;
     height: 38px;
}
.expert-team .tab-content .tab-pane .text .fd{
    background-position: -73px -157px;
     width: 38px;
     height: 38px;
}
.expert-team .tab-content .tab-pane .text .hr{
    background-position: -162px -151px;
     width: 42px;
     height: 38px;
}
.expert-team .tab-content .tab-pane .text .sw{
    background-position: -74px -201px;
     width: 39px;
     height: 38px;
}
.expert-team .tab-content .tab-pane .text .pm{
    background-position: -124px -201px;
     width: 38px;
     height: 38px;
}
.expert-team .tab-content .tab-pane .text .law{
    background-position: -168px -198px;
     width: 38px;
     height: 38px;
}
.expert-team .tab-content .tab-pane .text .con{
    background-position: -214px -153px;
     width: 38px;
     height: 38px;
}
.expert-team .tab-content .tab-pane .text .int{
    background-position: -216px -199px;
     width: 38px;
     height: 38px;
}
.link{
    padding: 14px 100px 35px 35px;
     min-height: 100px;
     position: relative;
     background-color: #f8f8f8;
     display: block;
     margin: 30px 0;
     text-decoration: none;
}
.link:before{
    content: "";
     position: absolute;
     left: 15px;
     top:-15px;
     bottom: 15px;
     right: 15px;
     border: 1px solid #e8e8e7;
     display: block;
     transition: all .3s linear;
}
.link .title{
    font-size: 1.125rem;
     font-weight: 700;
     color: #000;
     position: relative;
     padding-left: 25px;
     display: block;
}
.link .title:before{
    content: "";
     width: 8px;
     height: 8px;
     border-radius: 50%;
     position: absolute;
     left: 0;
     top: 10px;
     background-color: #000;
}
.link .date{
    font-size: 0.88rem;
     color: #999999;
     padding-left: 25px;
     position: relative;
     margin-bottom:15px;
     display: block;
}
.link .date .cal{
    position: absolute;
     left: 0;
     top: 0;
     background-position: -38px -83px;
     width: 17px;
     height: 16px;
}
.link:hover .date{
    color: #000;
}
.link:hover{
    background-color: #f9eae9;
}
.link:hover:before{
    border-color: #c92f27;
}
.link:hover .title{
    color: #c92f27;
     text-decoration: underline;
}
.link:hover .title:before{
    background-color: #c92f27;
}
.link.style02{
    min-height: 140px;
}
.link.style02 .title{
    padding-left: 0;
}
.link.style02 .title:before{
    display: none;
}
.what-we {
    background-repeat: no-repeat;
     background-size: cover;
     max-height: 500px;
}
.what-we .block .title{
    font-size: 1.125rem;
     font-weight: 700;
     color: #c92f27;
     position: relative;
     padding-left: 25px;
}
.what-we .block .title:before{
    content: "";
     width: 8px;
     height: 8px;
     border-radius: 50%;
     position: absolute;
     left: 0;
     top: 10px;
     background-color: #c92f27;
}
.what-we .block p{
    font-size: 1.0625rem;
     color: #ada6a2;
     padding-left: 25px;
}
.what-we .pic-outer {
    margin-top: -70px;
}
.what-we .pic-outer .pic{
    padding: 10px;
     background-color: #1f1a17;
     border-radius: 5px;
     margin-top: 20px;
}
.what-we .pic-outer .pic:first-child{
    margin-top: 0;
}
/* tab-stlye01 */
.tab-stlye01 .nav-item{
    margin: 0;
}
.tab-stlye01 .nav-link{
    font-size: 1.0625rem;
     color: #000;
     font-weight: 600;
     padding: 10px 0;
     border: none;
     border-bottom: 1px solid #bfbfbf;
     text-decoration: none;
}
.tab-stlye01 .nav-link.active,.tab-stlye01 .nav-link:hover{
    color: #c92f27;
     border: none;
     border-bottom:1px solid #c92f27;
}
/* img-overlay */
.img-overlay{
    display: block;
     text-decoration: none;
     position: relative;
}
.img-overlay .pic{
    border-radius: 5px;
     margin-bottom: 30px;
     position: relative;
     overflow: hidden;
}
.img-overlay .pic:after{
    content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     z-index: 0;
     width: 100%;
     height: 100%;
     background: transparent;
     background: -moz-linear-gradient(to bottom, transparent 30%, #000000 100%);
     background: -webkit-linear-gradient(to bottom, transparent 30%, #000000 100%);
     background: linear-gradient(to bottom, transparent 30%, #000000 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#000000',GradientType=0 );
}
.img-overlay.red-shadow .pic:after{
     background: transparent;
     background: -moz-linear-gradient(to bottom, transparent 30%, #c92f27 100%);
     background: -webkit-linear-gradient(to bottom, transparent 30%, #c92f27 100%);
     background: linear-gradient(to bottom, transparent 30%, #c92f27 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#c92f27',GradientType=0 );
}
.img-overlay img{
    border-radius: 5px;
     width: 100%;
}
.img-overlay .block{
     position: absolute;
     left: 30px;
     bottom: 30px;
     z-index: 2;
}
.img-overlay span{
    color: #fff;
     display: block;
}
.img-overlay .text{
    font-size: 1.875rem;
     font-weight: 600;
}
.img-overlay .location{
    padding-left: 20px;
     position: relative;
}
.img-overlay .pin{
    background-position: -146px -121px;
     width: 14px;
     height: 18px;
     position: absolute;
     left: 0;
     top: 3px;
}
.img-overlay.zoom .text{
    font-size: 1.3125rem;
}
.img-overlay.zoom:before{
    border-radius: 5px;
     content: "";
    position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     margin: auto;
     background-color: rgba(31,26,23,0.85);
     opacity: 0;
     visibility: hidden;
     transition: all .3s linear;
     z-index: 2;
}
.img-overlay.zoom:after{
    content: "";
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     margin: auto;
     transform: scale(0);
     background-image: url(../images/sprite.png);
     background-repeat: no-repeat;
     background-position: -270px -9px;
     width: 44px;
     height: 36px;
     transition: all .3s linear;
     z-index: 3;
}
.img-overlay.zoom:hover:before{
    opacity: 1;
     visibility: visible;
}
.img-overlay.zoom:hover:after{
    transform: scale(1);
}
.img-overlay.zoom:hover span{
    color: #c92f27;
}
.other-initiatives{
    background-color: #e5e5e5;
}
.other-initiatives .img-overlay span{
    font-size: 1.0625rem;
     margin: 0;
}
.company-list{
    margin: 0;
     padding: 0;
     list-style: none;
     display: flex;
     flex-wrap: wrap;
}
.company-list li{
     padding: 20px 25px;
     background-color: #e8e8e7;
     color: #000;
     width: calc(50% - 30px);
     margin: 0 30px 7px 0;
}
.sponsors-slider .item{
    background-color: #fff;
     height: 125px;
     position: relative;
}
.sponsors-slider .item img{
    position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     margin: auto;
     width: auto;
}
.bullet-style01{
    margin: 0;
     padding: 0;
     list-style: none;
     margin: 0 0 20px;
}
.bullet-style01 li{
    position: relative;
     font-size: 1.125rem;
     padding-left:40px;
     margin-bottom: 20px;
}
.bullet-style01 li:before{
    content: "";
     background-image: url(../images/sprite.png);
     background-repeat: no-repeat;
     background-position: -165px -117px;
     width: 24px;
     height: 24px;
     display: inline-block;
     position: absolute;
     left: 0;
     top: 5px;
}
.lr0{
    left:0 !important;
     right: 0 !important;
}
#volunteer-block{
    border-bottom: 1px solid #e8e8e7;
}
#volunteer-content{
    border-bottom: 1px solid #e8e8e7;
}
.form-style01 .form-group .form-control{
    background-color: #f1f1f1;
     border: 1px solid #e5e5e5;
     color: #000;
     border-radius: 5px;
     min-height: 50px;
}
.form-style01 .form-group .form-control::-webkit-input-placeholder {
    color: #999;
}
.form-style01 .form-group .form-control::-moz-placeholder {
    color: #999;
}
.form-style01 .form-group .form-control:-ms-input-placeholder {
    color: #999;
}
.form-style01 .form-group .form-control:-moz-placeholder {
    color: #999;
}
.form-style01 .form-group .form-control:focus{
    box-shadow: none;
}
.form-group.has-icon {
    position: relative;
}
.form-group.has-icon .ui-datepicker-trigger{
    border: none;
     position: absolute;
     right: 10px;
     top: 10px;
     background-color: transparent;
}
/* current-opening */
#current-opening{
    background-color: #e5e5e5;
}
/*accordion*/
#accordion .card-header{
    border: none;
     background-color: transparent;
     padding: 0;
}
#accordion .card-link{
    color: #c92f27;
     font-size: 1.125rem;
     font-weight: 700;
     border-radius: 5px;
     border: none;
     background-color: #f1f1f1;
     padding:20px 30px;
     text-decoration: none;
     display: block;
     position: relative;
}
#accordion .card {
    margin-top: 20px;
     background-color: transparent;
     border: none;
}
#accordion .card:first-child{
    margin-top: 0;
}
#accordion .card-header .card-link:after {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     content: '';
     background-image: url(../images/sprite.png);
     background-repeat: no-repeat;
     background-position: -345px -12px;
     width: 15px;
     height: 8px;
     right:30px;
}
#accordion .card-header .card-link.collapsed:after {
    content: '';
     background-position: -324px -12px;
}
#accordion .card-body{
    background-color: transparent;
     padding: 30px 30px 0;
}
#accordion .card-body p{
    margin-bottom: 10px;
     color: #999999
}
#accordion .card-body p strong{
    font-weight: 700;
     color: #000;
}
.apply-job{
    max-height: 440px;
     background-image: url(../images/opening-bg.png);
     background-repeat: no-repeat;
     background-position: center center;
     text-align: center;
     padding: 50px 0;
}
.apply-job .title{
    font-size: 1.875rem;
     margin-bottom: 30px;
}
.apply-job .email{
    font-size: 1.3125rem;
     margin-bottom: 15px;
     text-decoration: none;
     color: #c92f27;
     display: block;
}
 .apply-job .email:hover{
    color: #000;
}
.apply-job p{
    color: #505050;
}
 .apply-job .btn-cust{
    min-width: 200px;
}
.apply-job .btn-cust.bg-red:after{
    display: none;
}
.apply-job .btn-cust.bg-red:hover{
    background-color: #000;
}
.pdf-report{
     text-decoration: none;
     display: block;
     margin-bottom: 30px;
}
.pdf-report span{
    display: block;
}
.pdf-report .icon{
    background-color: #f0f0f0;
     border: 1px solid #e5e5e5;
     min-height: 150px;
     position: relative;
     transition: all .2s linear;
}
.pdf-report .icon i{
    background-position: -371px -3px;
     width: 49px;
     height: 64px;
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     margin: auto;
}
.pdf-report .text{
    margin-top: 18px;
     text-align: center;
     font-size: 0.9375rem;
     color: #000;
     font-weight: 600;
}
.pdf-report:hover .text{
    color: #c92f27;
}
.pdf-report:hover .icon{
    border-color:#c92f27;
     background-color: #c92f27;
}
.fcra-list{
    border-bottom: 1px solid #e8e8e7;
}
.fcra-list .col{
}
/* news-list */
 .news-list{
    margin-top: 80px;
}
.news-list .item {
    display: block;
     text-decoration: none;
     margin-bottom: 30px;
}
.news-list .item span{
    display: block;
}
 .news-list .item .img-wrap{
    position: relative;
     margin-bottom: 20px;
}
.news-list .item .img-wrap img{
    width: 100%;
     height: 250px;
     object-fit: cover;
}
.news-list .item .img-wrap:after{
    content: "";
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom:0;
     background-color: rgba(0,0,0,0);
     transition: all .3s linear;
}
.news-list .item:hover .img-wrap:after{
    background-color: rgba(0,0,0,0.5);
}
.news-list .item .date{
    font-size: 0.9375rem;
     color: #999999;
     padding-left: 25px;
     position: relative;
     margin-bottom:10px;
}
.news-list .item .cal{
    position: absolute;
     left: 0;
     top: 3px;
     background-position: -38px -101px;
     width: 17px;
     height: 16px;
}
.news-list .item .title{
    font-size: 1.25rem;
     font-weight: 600;
     color: #000;
     padding-bottom: 25px;
    min-height: 80px;
}
.news-list .item .read-more{
    padding:0;
     font-size: 0.88rem;
     font-weight: 600;
     color: #c92f27;
     text-transform: uppercase;
}
.news-list .item .read-more .arrow{
    margin-left: 10px;
     background-position: -69px -137px;
     width: 26px;
     height: 9px;
     position: relative;
     top: -2px;
     display:inline-block;
}
.news-list .item:hover .title{
    color: #c92f27;
}
.news-list .item:hover .date{
    color: #c92f27;
}
.news-list .item:hover .cal{
    background-position: -38px -83px;
}
/* gallery-view */
.gallery-view .item{
    display: block;
     text-decoration: none;
     padding: 12px;
     background-color: #fff;
     box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
     margin-bottom: 30px;
     height:calc(100% - 24px);
}
.gallery-view .item .pic{
    position: relative;
    margin-bottom: 15px;
}
.gallery-view .item .pic:before{
    content: "";
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     margin: auto;
     background-color: rgba(0,0,0,.8);
     opacity: 0;
     visibility: hidden;
     border-radius: 5px;
}
.gallery-view .item .pic i{
    position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     margin: auto;
     transform: scale(0);
     transition: all .3s linear;
}
.gallery-view .item .pic .icon{
     background-position: -331px -29px;
     width: 24px;
     height: 24px;
}
.gallery-view .item .pic .yt-icon{
    background-position: -411px -70px;
     width: 37px;
     height: 25px;
     transform: scale(1);
}
.gallery-view .item .pic img{
    border-radius: 5px;
     width: 100%;
     height: 155px;
     object-fit: cover;
}
.gallery-view .item span{
    display: block;
}
.gallery-view .item .name{
    font-size: 0.9375rem;
     font-weight: 600;
     color: #000;
     margin-bottom: 10px;
}
.gallery-view .item .total{
    position: relative;
     padding-left: 20px;
     color: #999999;
     font-size: 0.875rem;
}
.gallery-view .item .total .icon{
    background-position: -388px -77px;
     width: 13px;
     height: 13px;
     position: absolute;
     left: 0;
     top: 5px;
}
.gallery-view .item:hover .pic i{
    transform: scale(1);
}
.gallery-view .item:hover .name{
    color: #c92f27
}
.gallery-view .item:hover .total .icon{
    background-position: -369px -77px;
}
.gallery-view .item:hover .total .yt-icon{
    background-position: -411px -70px;
}
.gallery-view .item:hover .pic:before{
    opacity: 1;
     visibility: visible;
}
/* video-view */
.video-view{
    border-bottom: 1px solid #dedddc;
}
.video-view .item{
    display: block;
     text-decoration: none;
     background-color: #fff;
     margin-bottom: 30px;
}
.video-view .item .pic{
    position: relative;
    margin-bottom: 15px;
     box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
     padding: 12px;
}
.video-view .item .pic i{
    position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     margin: auto;
     background-position: -411px -70px;
     width: 37px;
     height: 25px;
}
.video-view .item .pic img{
    border-radius: 5px;
     width: 100%;
}
.video-view .item span{
    display: block;
}
.video-view .item .name{
    font-size: 0.9375rem;
     font-weight: 600;
     color: #000;
     margin: 12px 12px 10px;
}
.video-view .item .total{
    position: relative;
     padding-left: 20px;
     color: #999999;
     font-size: 0.875rem;
     margin:0 12px;
}
.video-view .item .total .icon{
    background-position: -388px -77px;
     width: 13px;
     height: 13px;
     position: absolute;
     left: 0;
     top: 5px;
}
.video-view .item:hover .name{
    color: #c92f27
}
/* pic-style01 */
.pic-style01{
    border-radius: 50%;
     box-shadow: 10px 0px 33px 0px rgba(0, 0, 0, 0.2);
}
.pic-style01 img{
    border: 10px solid #e5e5e5;
     border-radius: 50%;
}
.link.bg-none{
    margin-top: 60px;
     background-color: transparent;
}
.link.bg-none .title{
    color: #fff;
}
.link.bg-none .title:before{
    background-color: #fff;
}
.link.bg-none:hover{
    background-color:rgba(201,47,39,0.10);
}
.link.bg-none:hover .title{
    color: #c92f27;
     text-decoration: none;
}
.link.bg-none:hover .title:before{
    background-color: #c92f27;
}
/*address-block*/
.address-block ul{
    margin: 0;
     padding: 0;
     list-style: none;
}
.address-block ul li{
    margin-bottom: 25px;
     position: relative;
     padding-left: 60px;
}
.address-block ul li .icon{
    position: absolute;
     left: 0;
     top:3px;
     width: 38px;
     height: 38px;
     background-color: rgba(201,47,39,0.15);
     border-radius: 50%;
}
.address-block ul li .icon i{
    position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     margin: auto;
}
.address-block ul li .address{
    background-position: -3px -61px;
     width: 12px;
     height: 17px;
}
.address-block ul li .call{
    background-position: -2px -80px;
     width: 15px;
     height: 16px;
}
.address-block ul li .email{
    background-position: -2px -101px;
     width: 17px;
     height: 14px;
}
.address-block ul li .text h4{
    color: #c92f27;
     font-size: 1.125rem;
     font-weight: 700;
}
.address-block ul li .text a{
    color: #000;
     text-decoration: none;
}
.address-block ul li .text a:hover{
    color: #c92f27;
}
.address-block .map{
    border: 3px solid #e0e0e0;
}
.address-block .map iframe{
    display: block;
     border: none;
}
.contact-from input[type=submit].bg-red{
    min-width: 160px;
     border-radius: 2px;
}
/* prayas-contact */
.prayas-contact{
    background-color: #f1f1f1;
}
.prayas-contact h2.title span{
    color: #000;
}
.prayas-contact .block{
    margin-bottom: 50px;
}
.prayas-contact .block h4{
    font-size: 1.5rem;
     font-weight: 600;
     color: #c92f27;
     display: inline-block;
     padding-bottom: 5px;
     border-bottom: 1px solid rgba(201,47,39,0.5);
     margin: 0 0 15px;
}
.prayas-contact .block ul{
    margin: 0;
     padding: 0;
     list-style: none;
}
.prayas-contact .block ul li{
    margin-bottom: 12px;
     position: relative;
     padding-left: 25px;
}
.prayas-contact .block ul li i{
    position: absolute;
     left: 0;
     top: 0;
}
.prayas-contact .block ul li .call{
    background-position: -368px -99px;
     width: 17px;
     height: 18px;
}
.prayas-contact .block ul li .email{
    background-position: -389px -100px;
     width: 17px;
     height: 14px;
     top: 7px;
}
.prayas-contact .block ul li a{
    color: #000;
     text-decoration: none;
}
.prayas-contact .block ul li a:hover{
    color: #c92f27;
}
/* news details page */
#news-details-pg{
}
#news-details-pg .news-details{
}
#news-details-pg .news-details .date{
    font-size: 0.88rem;
     font-weight: 700;
     color: #c92f27;
     padding-left: 25px;
     position: relative;
     margin-bottom:10px;
}
#news-details-pg .news-details .date .cal{
    position: absolute;
     left: 0;
     top: 0;
     background-position: -38px -83px;
     width: 17px;
     height: 16px;
}
.news-slider{
    margin-bottom: 50px;
}
#sidebar h3{
     margin:0 0 50px;
     font-weight: 600;
    color: #000;
}
#sidebar .related-news .item{
    padding: 14px 35px 35px;
     position: relative;
     background-color: #f8f8f8;
     display: block;
     margin-top: 30px;
     text-decoration: none;
}
#sidebar .related-news .item:first-child{
    margin-top: 0;
}
#sidebar .related-news .item:before{
    content: "";
     position: absolute;
     left: 15px;
     top:-15px;
     bottom: 15px;
     right: 15px;
     border: 1px solid #e8e8e7;
     display: block;
     transition: all .3s linear;
}
#sidebar .related-news .item .date{
    font-size: 0.88rem;
     font-weight: 700;
     color: #c92f27;
     padding-left: 25px;
     position: relative;
     margin-bottom:10px;
}
#sidebar .related-news .item .cal{
    position: absolute;
     left: 0;
     top: 0;
     background-position: -38px -83px;
     width: 17px;
     height: 16px;
}
#sidebar .related-news .item .title{
    font-size: 1.12rem;
     font-weight: 700;
     color: #000;
}
#sidebar .related-news .item:hover{
    background-color: #f9eae9;
}
#sidebar .related-news .item:hover:before{
    border-color: #c92f27;
}
#sidebar .related-news .item:hover .title{
    color: #c92f27;
     text-decoration: underline;
}
.donation-block{
    padding: 14px 35px 35px;
     position: relative;
    background-color: #f8f8f8;
     margin-top: 30px;
     text-decoration: none;
     display: flex;
     height: calc(100% - 80px);
     flex-direction: column;
     margin-bottom: 50px;
}
.donation-block:before{
    content: "";
     position: absolute;
     left: 15px;
     top: -15px;
     bottom: 15px;
     right: 15px;
     border: 1px solid #e8e8e7;
     display: block;
     transition: all .3s linear;
}
.donation-block:hover{
    background-color: #f9eae9;
}
.donation-block:hover:before {
    border-color: #c92f27;
}
.donation-block .table{
    position: relative;
     z-index: 2;
}
.donation-block .table td,.donation-block .table th{
    border: none;
}
.donation-block .table td {
    font-size: 1.0625rem;
}
.donation-block ul li{
    color: #c92f27;
     font-weight: 700;
     font-size: 1.125rem;
}
#payu-money{
    background: #f1f1f1;
}
#payu-money h2.title span{
    font-size: inherit;
     font-weight: inherit;
     display: inline-block;
     margin-bottom: 0
}
#payu-money h5{
    font-size: 1.125rem;
     font-weight: 700;
     color: #000;
     margin: 20px 0;
}
.tab-content .tab-pane #payu-money h2.title{
    margin-bottom: 60px;
}
#payu-money form {
    font-family: 'Poppins', sans-serif;
}
#payu-money form .form-control{
    height: 55px;
     padding: 10px 30px;
}
#payu-money form .form-group{
    margin-bottom: 30px;
}
#payu-money form textarea.form-control{
    height: 100px
}
#payu-money form .custom-amount{
    display: inline-block;
     font-size: 1.3125rem;
     font-weight: 600;
}
#payu-money form p{
    font-weight: 600;
     margin-left: 30px;
     color: #999999;
}
#payu-money form .custom-radio{
    display: inline-block;
     vertical-align: middle;
}
#payu-money form .custom-radio input[type="radio"] {
    display:none;
}
#payu-money form .custom-radio label {
    padding: 15px;
     border: 1px solid #e5e5e5;
     color: #999999;
     background-color: #fff;
     border-radius: .25rem;
     display: inline-block;
     cursor: pointer;
     margin-right: 30px;
     min-width: 150px;
     text-align: center;
}
#payu-money form .custom-radio input[type="radio"]:checked + label {
    background:#000;
     color: #fff;
     border-color: #000;
}
#payu-money form .custom-checkbox{
    display: inline-block;
     margin-right: 10px;
     margin-left: 25px;
}
#payu-money form .custom-checkbox .custom-control-label{
    font-weight: 600;
     color: #999;
}
#payu-money form .btn-red {
     background-color: #c92f27;
}
#donate-contact-person{
}
#donate-contact-person h3{
    position: relative;
     font-size: 1.3125rem;
     font-weight: 600;
     padding-bottom: 5px;
     margin: 0 0 30px;
}
#donate-contact-person h3:after{
    content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     height: 1px;
     background: #000;
     width: 100px;
}
#donate-contact-person .contact-info{
    margin: 0;
     padding: 0;
     list-style: none;
}
#donate-contact-person .contact-info li{
    position: relative;
     padding-left: 25px;
     margin-bottom: 12px;
}
#donate-contact-person .contact-info li i{
    position: absolute;
     left: 0;
     top:5px;
}
#donate-contact-person .contact-info li a{
    color: #000;
     text-decoration: none;
}
#donate-contact-person .contact-info li a:hover{
    color: #ec3237;
}
#donate-contact-person .contact-info li .number-icon{
    background-position:-368px -99px;
     width: 17px;
     height: 18px;
}
#donate-contact-person .contact-info li .email-icon{
    background-position: -389px -100px;
     width: 17px;
     height: 14px;
}
#quick-pay-modal h2.title{
    color: #fff;
     margin: 0;
     text-align: center;
}
#quick-pay-modal .modal-header{
    background-color: #c92f27;
     color: #fff;
     text-align: center;
    display: block;
     width: 100%;
}
#quick-pay-modal .modal-header .close{
    color: #fff;
    opacity: 1;
     box-shadow: none;
    font-weight: 400;
     padding: 25px;
     position: absolute;
     top: 0;
     right: 0;
     margin: 0;
}
#quick-pay-modal .modal-body{
    background-color: #f1f1f1;
     padding: 40px 80px;
}
#quick-pay-modal form {
    font-family: 'Poppins', sans-serif;
}
#quick-pay-modal form p{
    font-weight: 700;
     text-align: center;
     font-size: 1.125rem;
}
#quick-pay-modal form .form-control{
    height: 55px;
     padding: 10px 30px;
}
#quick-pay-modal form .form-group{
    margin-bottom: 30px;
}
#quick-pay-modal form textarea.form-control{
    height: 100px
}
#quick-pay-modal form .btn-cust{
    background-color: #c92f27;
     display: block;
     margin: 0 auto;
     font-weight: 600;
}
#quick-pay-modal form .btn-cust .qr-code{
    margin-right: 15px;
     display: inline-block;
}

.founder-pic{max-width: 200px; margin: 0 15px 10px 0; float: left;}
.gov-member .person-info{text-align: left; display: block; padding: 15px 0 0; margin: 0 0 15px}
.gov-member .person-info .name{font-size: 1.24rem; font-weight: 700; color: #000;}
.gov-member .person-info .designation{color:#c92f27; font-size: 1.0625rem; font-weight: 600; margin-bottom: 15px;}
.gov-member .person-info .img{flex-shrink: 0;}
.gov-member .person-info img{max-width: 75px; }