/* latin-ext */
@font-face
{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face
{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body
{
    font-family: 'Lato';
}
.body-wrap
{
    position: relative;
    z-index: 0;
    background: url("../../images/inner-boxbg.jpg") no-repeat top center fixed;
    background-size: cover;
    -webkit-background-size: cover;
}
/*body, html{height:100%;}*/
.pl-0
{
    padding-left: 0 !important;
}
.pr-0
{
    padding-right: 0 !important;
}
.pb-0
{
    padding-bottom:0 !important;    
}
html, body
{
    height: 100%;
    min-height: 100%;
    overflow: auto;
    border-top: 0px;
}
section
{
    padding-top: 35px;
    padding-bottom: 35px;
}
.bold
{
    font-weight: 700;
}
.section-title
{
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 40px;
}
@media (min-width:768px)
{
    section
    {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .section-title
    {
        font-size: 60px;
        margin-bottom: 80px;
    }
}
/* header */
#head1
{
    background-color: #fee69b;
    padding-top: 5px;
    padding-bottom: 5px;
}
#head1 .add-on input
{
    height: 26px;
    background: transparent;
    border: solid 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1) inset;
    font-size: 16px;
}
#head1 .add-on .input-group-btn button i
{
    font-size: 11px;
    vertical-align: super;
    top: 0px;
}
#head1 .add-on .input-group-btn button
{
    height: 26px;
    line-height: 26px;
    background: rgba(0,0,0,0.05);
    border: none;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2) inset;
}
.right img
{
    float: right;
    box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.2);
    width: 100px;
}
.theme-option
{
    text-align: right;
}
.font-setting, .color-setting
{
    display: inline-block;
    padding-left: 15px;
}
.font-setting
{
    padding-right: 15px;
}
.color-setting
{
    border-left: 1px solid #eadbab;
}
.font-setting a
{
    display: block;
    color: #737373;
    height: 19px;
    width: 19px;
    text-align: center;
    line-height: 19px;
    float: left;
}
.font-setting a:hover, .font-setting a:focus
{
    color: #000;
}
.font-setting a.active
{
    color: #000;
    text-decoration: underline;
}
.theme-option .font-dec
{
    font-size: 13px;
}
.theme-option .font-nor
{
    margin-left: 15px;
    margin-right: 15px;
}
.theme-option .font-inc
{
    font-size: 17px;
}
.theme-option .color-setting a
{
    border: 1px solid #bdbdbd;
    display: block;
    width: 19px;
    height: 19px;
    float: left;
    margin-top: 2px;
}
.theme-option .color-setting .theme-dark
{
    background: #000;
}
.theme-option .color-setting .theme-light
{
    background: #fff;
    margin-left: 15px;
}
.search form .btn, .search form .form-control
{
    height: 25px;
    padding: 2px 12px;
}
.user-area
{
    background: url(../images/login.png) no-repeat 15px 0;
    padding-left: 45px !important;
}
.user-area a
{
    color: #282828;
}
.user-area a:hover
{
    color: #000000;
}
#head2
{
    background-color: #fede7c;
    padding-top: 15px;
    height: 82px;
}
#head2 .navigation-bar
{
    margin-top: 16px;
}
#head2 .navigation-bar ul li h5
{
    margin: 0;
    color: #333;
    background: rgba(0,0,0,0.1);
    padding: 10px;
    display: none;
    position: absolute;
    top: -38px;
    font-size: 14px;
    font-weight: normal;
    border-radius: 5px;
}
#head2 .navigation-bar ul li:hover h5
{
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
#head2 .navigation-bar ul li
{
    text-align: center;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    width: 16%;
    display: inline-block;
    position: relative;
}
#head2 .navigation-bar ul li a
{
    width: 100%;
}
#head2 .navigation-bar ul
{
    margin-bottom: 0;
}
#head2 .navigation-bar img
{
    -webkit-transition: contrast(2%) brightness(30%);
    -moz-filter: contrast(2%) brightness(30%);
    -ms-filter: contrast(2%) brightness(30%);
    -o-filter: contrast(2%) brightness(30%);
    filter: contrast(2%) brightness(30%);
    width: 30px;
    height: 30px;
    transition: all 0.3s ease-in-out;
    display: block;
    margin: 0 auto;
}
#head2 .navigation-bar ul li:hover img
{
    display: none;
    transition: all 0.3s ease-in-out;
}
.logo img
{
    margin-bottom: -60px;
    position: relative;
    z-index: 2;
}
/* menu */
#main-navbar
{
    text-align: right;
}
#main-navbar button
{
    margin-top: 15px;
}
.main-sidebar
{
    position: fixed;
    top: 0;
    bottom: 0;
    background: #333;
    color: white;
    width: 300px;
    right: 0;
    z-index: 9999;
}
.main-sidebar button.close
{
    color: #fff;
    opacity: 1;
    font-weight: normal;
    text-shadow: none;
}
.side-top
{
    margin-bottom: 15px;
}
.main-sidebar-wrapper .theme-option
{
    text-align: left;
}
.main-sidebar-wrapper .user-area
{
    padding-left: 30px;
    background-position: 0 0;
}
.main-sidebar-wrapper .search
{
    padding: 10px 0;
}
.main-sidebar a
{
    color: #fff;
}
.main-sidebar a:hover, .main-sidebar a:focus, .main-sidebar a:active
{
    color: #fede7c;
}
.main-sidebar .section
{
    margin: 1em 0;
    margin-bottom: 2em !important;
}
[data-simplersidebar="sbwrapper"]
{
    padding: 10em;
}
.dynamic-right .main-navbar-content
{
    float: right;
}
.dynamic-left .main-navbar-content
{
    float: left;
}
.main-sidebar-wrapper
{
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1em;
}
.main-sidebar ul
{
    margin: 0;
    padding: 0;
}
.main-sidebar li
{
    list-style: none;
    padding-top: 7px;
    padding-bottom: 7px;
}
.main-sidebar li ul
{
    margin-left: 25px;
}
.main-sidebar li ul li
{
    list-style: disc;
}
/* slider*/
.minister-group
{
    position: absolute;
    right: 2%;
    top: 3%;
    z-index: 2;
}
.minister-group img
{
    width: 200px;
}
@media (min-width:768px)
{
    .minister-group img
    {
        width: 365px;
    }
}
.carousel, .item, .active
{
    height: 100%;
}
.fill
{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.carousel-inner
{
    height: 100%;
}
.carousel-control
{
    top: 49%;
    left: 5px;
    width: 50px;
    height: 50px;
    margin-top: -20px;
    font-size: 70px;
    font-weight: 100;
    line-height: 30px;
    color: #333;
    text-align: center;
    background: transparent;
    border: 0;
}
.light-color, .light-color a
{
    color: #f7f7f7;
    text-decoration: none;
}
.blocky
{
    position: absolute;
    top: 64%;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
}
.blocky h1, .blocky h2
{
    display: inline;
    text-transform: none;
}
.blocky h1 span, .blocky h2 span
{
    display: block;
    font-weight: 800;
    font-size: 42px;
    line-height: 42px;
    color: white;
    text-shadow: 1px 1px 5px #735f37;
}
@media (min-width:768px)
{
    .blocky h1 span, .blocky h2 span
    {
        line-height: 72px;
        font-size: 72px;
    }
}
/*contribute*/
#contribute
{
    background: #0f0c07;
    color: #fff;
    padding:30px 0;
}
#contribute .section-title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}
#contribute .contri-col, #donors .donor-col
{
    padding-top: 15px;
    padding-bottom: 15px;
}
#contribute .contri-col .cwrap
{
    background: #272520;
    border: 2px solid #272520;
    padding: 25px;
    position: relative;
    height: 100%;
}
#contribute .contri-col:hover .cwrap
{
    border-color: #feda6d;
}
#contribute .contri-col .cwrap img, #donors .donor-col .donor-img img
{
    margin: 0 auto;
}
#donors a
{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
#contribute a
{
}
#contribute .contri-col .cwrap h3 {
    margin-bottom: 0;
    font-size: 20px;
}
/*contribute flip CSS*/
/*.flip-container {
            -webkit-perspective: 1000;
            -moz-perspective: 1000;
            -o-perspective: 1000;
            perspective: 1000;
        }

        .flip-container:hover .flipper,
        .flip-container.hover .flipper {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        .flip-container, .front, .back {
            width: 100%;
            height: 235px;
        }
        
        
        .flipper {
            -webkit-transition: 0.6s;
            -webkit-transform-style: preserve-3d;

            -moz-transition: 0.6s;
            -moz-transform-style: preserve-3d;

            -o-transition: 0.6s;
            -o-transform-style: preserve-3d;

            transition: 0.6s;
            transform-style: preserve-3d;
            position: relative;
        }

        .front, .back {
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -o-backface-visibility: hidden;
            backface-visibility: hidden;
            position: absolute;
            top: 0;
            left: 0;
        }

        .front {
            z-index: 2;
        }

        .back {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            transform: rotateY(180deg);
            color: #333;
            background: #feda6d;
        }

        .back .btnn:hover,  .back .btnn:visited,  .back .btnn:focus,  .back .btnn:active{
            background: rgba(68, 68, 66,0.8);
            color: #fff;
            border-radius: 19px;
            outline: none;
        }
        .back .btnn{
            background: rgba(68, 68, 66,0.4);
            border: 4px;
            color: #2d2d2d;
            padding: 10px 60px;
            border-radius: 19px;
        }
        .back .back-logo img
        {
            margin-top: 10px;
            margin-bottom: 10px;
            -webkit-transition: contrast(2%) brightness(30%);
            -moz-filter:  contrast(2%) brightness(30%);
            -ms-filter:  contrast(2%) brightness(30%);
            -o-filter:  contrast(2%) brightness(30%);
            filter:  contrast(2%) brightness(30%);
        }

        .back p {
            text-align: justify;
            padding: 1px 7px 0px 7px;
            line-height: 1.1em;
            height: 115px;
            margin-bottom: 13px;
        }*/

/*flip changes CSS start*/
.flip-container
{
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

.flip-container:hover .flipper, .flip-container.hover .flipper
{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-container, .front, .back
{
    width: 100%;
    height: 255px;
}


.flipper
{
    position: relative;
}


.front
{
    display: block;
    clear: both;
    width: 100%;
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.flip-container:hover .front
{
    opacity: 0 !important;
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-container:hover .back
{
    opacity: 1;
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


.back
{
    position: absolute;
    height: 100%;
    top: 0px;
    display: block;
    clear: both;
    width: 100%;
    background: #feda6d;
    opacity: 0;
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}


.back .btnn:hover, .back .btnn:visited, .back .btnn:focus, .back .btnn:active
{
    background: rgba(68, 68, 66,0.8);
    color: #fff;
    border-radius: 19px;
    outline: none;
}
.back .btnn {
    background: rgba(68, 68, 66,0.4);
    border: 4px;
    color: #2d2d2d;
    padding: 10px 60px;
    border-radius: 19px;
    position: relative;
    top: 10px;
}
.back .back-logo img
{
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-transition: contrast(2%) brightness(30%);
    -moz-filter: contrast(2%) brightness(30%);
    -ms-filter: contrast(2%) brightness(30%);
    -o-filter: contrast(2%) brightness(30%);
    filter: contrast(2%) brightness(30%);
}

.back p
{
    text-align: center;
    padding: 1px 7px 0px 7px;
    line-height: 1.1em;
    height: 115px;
    margin-bottom: 30px;
    color: #333;
}
/*flip chnages CSS end*/

.pro_cat_gory
{
    height: 145px;
}
.pro_cat_gory .front
{
    height: 145px;
}
.pro_cat_gory .flipper .back
{
    text-align: center;
    width: 100%;
    height: 150px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 5px;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: none;
    line-height: 1.1em;
}

.pro_cat_gory .flipper .back a
{
    margin-top: 7px;
    font-size: 12px;
}
/*donors*/
#donors
{
    background: url(../images/donors-bg.jpg) no-repeat 0 0;
    background-size: cover;
    position: relative;
}
#donors .section-title
{
    color: #000;
}
#donors .donor-col .donor-col-wrap
{
    background-color: #fff;
    border-bottom: 17px solid #feda6d;
    box-shadow: 0 0 15px rgba(74,57,10,.75);
    padding-top: 30px;
    padding-bottom: 5px;
}
#donors .donor-col .donor-col-wrap:hover
{
    border-color: #333;
}
#donors .donor-col .donor-txt > h2
{
    margin-top: 20px;
    margin-bottom: 0;
}
@media (min-width:768px)
{
    #donors .donor-col .donor-txt > h2
    {
        margin-top: 40px;
    }
}
.donor-col-wrap br
{
    display: none;
}
/*Project Support*/
#project-support
{
    background: #fff;
}
#project-support .card-text
{
    font-size: 14px;
    text-align:justify;
}
.owl-carousel .owl-wrapper:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#owl-demo .item
{
    background: none !important;
}
/* display none until init */
.owl-carousel
{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper
{
    display: none;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer
{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight
{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item
{
    float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div
{
    cursor: pointer;
}
.owl-controls
{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-controls
{
    margin: 20px 0;
    text-align: center;
}
.owl-pagination .owl-page span
{
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-carousel .owl-page
{
    display: inline-block;
    zoom: 1;
}
.owl-carousel .owl-page.active span
{
    background: #2d2d2d;
}
.owl-carousel .owl-controls .owl-dot
{
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.item-wrap
{
    position: relative;
}
.item-txt
{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #101010;
    color: #fff;
    left: 0;
    padding: 5px 10px;
}
.view-all a
{
    background: #e4e4e4;
    color: #2d2d2d;
    padding: 10px 60px;
}
.view-all a:hover
{
    background: #feda6d;
}
/* Latest News */
#news
{
    background: url(../images/grey-bg.png) repeat 0 0;
}
.news-date
{
    background: #eee777;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    padding: 5px 10px;
    text-transform: uppercase;
    float: left;
}
.news-day, .news-month
{
    display: block;
}
.news-text
{
    padding-left: 60px;
}
.news-text h3
{
    margin: 0;
    color: #666;
    font-size: 18px;
}
.news-text h3 a
{
    color: #666;
    font-size: 24px !important;
}
.news-text h3 a:hover
{
    color: #000;
}
@media (min-width:768px)
{
    .news-text h3
    {
        font-size: 24px;
    }
    .news-date
    {
        font-size: 20px;
        line-height: 20px;
    }
    .news-text
    {
        padding-left: 80px;
    }
}
div[class*="col-"] .news-info
{
    border-top: 1px dotted #333;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
}
div[class*="col-"] .news-info:first-child
{
    border-top: 0;
}
#news .view-all
{
    padding-top: 70px;
}
/* #testimonial */
#testimonial
{
    background: #fff;
    background: url(../images/testimonial-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#testimonial .section-title
{
    color: #fff;
}
/* footer */
footer
{
    background: url(../images/dark-bg.png) repeat 0 0;
    padding-top: 10px;
    color: #a4a4a4;
}
.footer-nav
{
    padding: 0 !important;
    margin: 0;
}
.footer-nav li
{
    list-style: none;
    padding: 3px 0;
    display: block;
    line-height: 1em;
    margin-left: 10px;
}
.footer-nav li a
{
    color: rgba(254, 222, 124,1);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.footer-nav li a::before
{
    content: '\f054';
    font-family: FontAwesome;
    color: rgba(255,255,255,0.6);
    font-size: 9px;
    font-weight: lighter;
    position: relative;
    top: -1px;
    right: 9px;
}
.footer-nav li a:hover, .footer-nav li a:active, .footer-nav li a:focus
{
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
}
.foot-nav
{
    padding-top: 15px;
}
.foot-nav p
{
    margin-top: 10px;
    text-align: justify;
}
.foot-nav .footer-box-titile
{
    margin: 0 0 15px 0;
}
.nav-2
{
    font-size: 13px;
}
.social
{
    padding: 5px 0;
}
.social .sicon
{
    border: 1px solid rgba(255,255,255,.25);
    background: rgba(255,255,255,0.1);
    display: inline-block;
    padding: 5px 8px;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.social .webicon
{
    display: block;
    padding: 0;
}
.social .webicon img
{
    width: 90px;
    border: 1px solid rgba(255,255,255,.25);
    margin: 5px 0;
}
.social .sicon:hover
{
    border-color: #fff;
    text-decoration: none;
    box-shadow: 0px 2px 0px 2px rgba(0,0,0,0.5);
}
.social .sicon:hover i
{
    color: #fff;
}
.social .sicon i
{
    display: block;
    line-height: 20px;
    height: 20px;
    width: 15px;
    text-align: center;
    color: #fede7c;
}
.nodal-officer
{
    color: #a4a4a4;
    padding: 10px 0;
    border-top: solid 1px rgba(255,255,255,0.2);
    margin-top: 15px;
}
.nodal-officer p
{
    margin-bottom: 0;
}
.nodal-officer .ftel, .nodal-officer .femail
{
    display: block;
}
.nodal-officer .femail a
{
    color: #a4a4a4;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.nodal-officer .femail a:hover, .nodal-officer .femail a:active, .nodal-officer .femail a:visited, .nodal-officer .femail a:focus
{
    text-decoration: none;
    color: rgba(254, 222, 124,1);
}
.nodal-officer .seprator
{
    display: none;
}
@media (min-width:768px)
{
    .nodal-officer .seprator, .nodal-officer .ftel, .nodal-officer .femail
    {
        display: inline;
    }
}
.sponsers
{
    background-color: rgba(0,0,0,.25);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
}
.sponsers a
{
    margin: 0 auto;
}
.site-info
{
    background: rgba(0,0,0,0.5);
    color: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: -0.5px;
    font-size: 13px;
}
.site-info .badge
{
    background: transparent;
    color: #a4a4a4;
    display: inline-block;
    padding: 0 5px;
    letter-spacing: normal !important;
    margin: 0;
    font-weight: 200;
    border-right: 1px solid #fff;
    font-size: 14px;
    border-radius: 0;
}
.site-info .badge:last-child
{
    border-right: none;
}
.site-info .badge strong
{
    color: #fede7c;
    font-weight: normal;
}
.sponsers-title br, .donor-col-wrap br, #contribute .contri-col > .cwrap br
{
    display: none;
}
.sponsers-title
{
    font-size: 20px;
    margin-bottom: 15px;
}
@media (min-width:768px)
{
    .sponsers-title br, #contribute .contri-col > .cwrap br, .donor-col-wrap br
    {
        display: block;
    }
    .sponsers-title
    {
        margin-bottom: 0;
    }

}
@media (max-width:1290px)
{
    .right img
    {
        position: absolute;
        top: 0;
        right: 0;
        box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.2);
    }
}
/*Message popup CSS start*/
.message_pop
{
    text-align: center;
    color: #987d2b;
    font-weight: normal;
    font-size: 20px;
}
.message_pop p
{
    margin-bottom: 0;
}
.message_pop .modal-header, .message_pop .modal-footer
{
    background: rgba(254, 222, 124, 0.6);
    border: none;
}
/*Message popup CSS END*/
.btn-primary
{
     color: rgba(0,0,0,0.6) !important;
    font-weight: bold !important;
    background-color: #fede7c !important;
    border-color: #fede7c !important;
    box-shadow: 0px 3px 0px 0px rgba(93,81,54,0.7);
}

.panel.right-sidebar
{
    background: rgba(254, 222, 124,0.2);
}

#contact address h3
{
    color: #dabf6a;
}
#edu_login .form-signin .form-signin-heading
{
    color: #dabf6a;
}
.lblspan
{
    font-size: 14px;
}
#main-navbar .icon-bar
{
    background: #282828;
}
.testimonial_bg
{
    padding-top: 20px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
}
.tool-box a:hover
{
    text-decoration: none;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.3);
    color: rgba(0,0,0,0.5);
}
.tool-box a
{
    float: right;
    width: 30px;
    background-color: rgba(0,0,0,0.01);
    text-align: center;
    margin-right: 10px;
    line-height: 26px;
    text-decoration: none;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
    border: none;
    color: rgba(0,0,0,0.5);
    border-radius: 4px;
}

.etc_right
{
    text-align: right;
    padding: 0 !important;
    margin: 0 !important;
}
.etc_right sapn.grid-box-title
{
    background: transparent;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
    padding: 0 !important;
}
.etc_right sapn.grid-box-title .darkG
{
    background: rgba(0, 127, 0,0.3);
    color: rgba(0, 127, 0,0.3);
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: 4px;
}
.etc_right sapn.grid-box-title .lightG
{
    color: rgba(0, 127, 0,0.1);
    background: rgba(0, 127, 0,0.1);
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: 4px;
}

.home_card .radio
{
    padding-left: 10px;
}
.width100
{
    width: 100% !important;
}
.submit_btn
{
    height: 70px !important;
    background: #5da757 !important;
    color: #fff !important;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 100 !important;
}
.height300
{
    height: 300px !important;
}
.contct_blocks
{
    width: 100%;
    margin: 0 !important;
}
.contct_blocks a:hover
{
    box-shadow: 0 5px 22px 0 rgba(0, 0, 0, 0.2), 0 4px 7px 0 rgba(0, 0, 0, 0.2);
}

.contct_blocks a.facebook
{
    width: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    background: #2d4c97;
}
.contct_blocks a.facebook img
{
    width: 100%;
    height: 55px;
}
.contct_blocks a.whtsap
{
    width: 100%;
    background: #009c2c;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.contct_blocks a.twitter
{
    width: 100%;
    background: #00a2ee;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.contct_blocks a
{
    width: 100%;
    color: #fff;
    font-size: 1.4em;
    padding: 11px 5px;
    border-radius: 0 !important;
}
.card_toper
{
    width: 100%;
}
.card_toper a
{
    text-decoration: none;
    color: #333;
}
.card_toper a:hover
{
    text-decoration: none;
    color: #337ab7;
}
.fadeed
        {
            width:100%;
            background:rgba(0,0,0,0.5);
        }
        .modal-Schldetail .modal-header{
            background:rgba(254, 222, 124, 0.4);
        }    
@media (min-width: 768px)
{
    .ten-columns > .col-sm-2
    {
        width: 20%;
    }
}

