/* Base CSS */

@import url('https://fonts.googleapis.com/css?family=Hind:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,600,600i,700,700i&display=swap');

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus 
{
    outline: 2px solid #000;
}
img {
    max-width: 100%;
    height: auto;
}
.fix {
    overflow: hidden
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

html,
body {
    height: 100%
}

body {
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    background: #fff;
    top: 0 !important;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333;
}

    a:hover {
        text-decoration: none
    }

.header-area {
    /* padding: 10px 0; */
    /* border-top: 2px solid #FF9B00; */
    /* background: #ffffffd9 url(../images/header.png); */
    background: #ffffffe0;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.logo img {
    width: 100%;
    /* padding-top: 5px; */
}


/* .topbar {
    background-color: #338805;
    float: left;
    padding: 3px 0px;
    width: 100%;
} */

ul.top-info {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    float: left;
    font-weight: bold;
    padding-top: 2px;
    text-align: center;
}

    ul.top-info > li {
        float: left;
        color: #222;
        padding: 0px 10px;
        font-family: 'Heebo', sans-serif;
        font-size: 12px;
        font-weight: 400;
        /* border-left: 1px solid #eeeeee; */
    }
    ul.top-info > li a
    {
        display: block;
    }



        ul.top-info > li i {
            margin-right: 3px;
        }

.topbar .social-btns1 {
    float: right;
}

.header-nav {
    /* position: absolute; */
    right: 0;
    left: 0;
    z-index: 1030;
}

.social-btns1 {
    display: inline-block;
}

.topbar-ul {
    float: right;
    margin-bottom: 0px;
    margin-top: 0px;
    display: flex;
}

    .topbar-ul li {
        /* margin: 10px 0px; */
        text-align: center;
        position: relative;
    }
.table-p table {
    border-collapse: collapse;
    width: 100%;
}

.table-p td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.table-p tr:nth-child(even) {
    background-color: #dddddd;
}


.topbar {
    /* background: #338805; */
    background: #f5f5f5;
    border-bottom: 1px solid #dfdfdf;
}

    .topbar a {
        /* color: #338805; */
        color: #222;
        font-size: 12px;
        padding: 0px 5px;
        border-right: 1px solid #dfdfdf;
    }

.topbar-rec {
    padding: 2px 5px;
}

.search_box input {
    height: 25px;
    padding: 1px 10px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.search_box button {
    background: #FF9B00;
    color: #fff;
    border: 0.3px solid #ffedde;
    margin-left: 10px;
    padding: 3px;
    line-height: 5px;
}

.logo a {
}


/*
.header-info {
    padding-top: 13px
} */

.header-info img {
    width: 80px;
    height: auto;
    /* padding-top: 5px; */
}

.single-header-info {
    position: relative;
    margin-top: 12px;
}

span.view a {
    padding: 8px 0;
    color: #fff;
    background: #8bc34a;
    width: 90px;
    display: block;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.single-header-info h2 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 8px;
    color: #e84709;
}

.single-header-info p,
.single-header-info a {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.mainmenu ul {
    margin: 0;
    padding: 0;
}

.mainmenu > ul > li {
    list-style: none;
    display: inline-block;
    position: relative
}

    .mainmenu > ul > li.last-menu ul.sub-menu {
        right: 0px !important;
        left: auto;
    }

.mainmenu ul li.megamenu {
    position: inherit
}

    .mainmenu ul li.megamenu .main-megamenu-wrapper {
        width: 100%;
        overflow: hidden;
    }

        .mainmenu ul li.megamenu .main-megamenu-wrapper ul {
            float: left;
            width: 30%
        }

.mainmenu ul li a 
{
    padding: 6px 6px;
    display: inline-block;
    /* font-size: 1.2vw; */
    color: #fff;
    /* text-transform: uppercase; */
    /* font-weight: 500; */
    border:2px solid transparent;
}
.mainmenu ul li a:hover 
{
    /* color: #222 */
    /* color: #ff9b00; */
    color: #FFEB3B;
}
.mainmenu ul li ul.sub-menu 
{
    left: 0px;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 60px;
    width: 250px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,.1);
}

.mainmenu ul li:focus-within ul.sub-menu
{    
    top: 38px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 9999;
}


/* .mainmenu ul ul.sub-menu li:hover:after {
    display: none;
} */

.mainmenu ul li:hover ul.sub-menu {
    top: 38px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 9999
}

.mainmenu ul ul.sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #ad0808;
}

.slider-area {
    position: relative;
    z-index: 1;
    padding-top: 10px;
}

.menu-area {
    background: #ff8100;
}

.slider-top-btn {
    text-transform: uppercase
}

.header-info {
    padding: 5px 0px;
}

.read-more-btn:hover {
    color: #1A1A1A
}


/* Video Box CSS Start Here */
.learning_kit {
    padding: 20px;
    /* background: #cb2026; */
    background: #795548;
    min-height: 360px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,.1);
    border-radius: 5px;
    color: #fff;
}

    .learning_kit ul.learning_list {
        padding-left: 15px;
    }

        .learning_kit ul.learning_list li {
            border-bottom: 1px dashed #fff;
            position: relative;
        }

    .learning_kit .accordion .link {
        cursor: pointer;
        display: block;
        padding: 5px 0px;
        position: relative;
        font-size: 18px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .learning_kit ul.learning_list li ul {
        background: #fff;
        border-radius: 5px;
        position: absolute;
        right: 0px;
        width: 100%;
        z-index: 999;
        color: #cb2026;
        display: none;
    }

   /* .learning_kit .accordion li i {
        right: 0px;
        left: auto;
    }*/

    .learning_kit .accordion li i {
        position: absolute;
        top: 10px;
        right: 0px;
        left: auto;
        color: #fff;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .learning_kit ul.learning_list li ul {
        background: #fff;
        border-radius: 5px;
        position: absolute;
        right: 0px;
        width: 100%;
        z-index: 999;
        color: #cb2026;
        display: none;
    }

        .learning_kit ul.learning_list li ul li a {
            font-size: 15px;
            color: #cb2026;
            transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }

    .learning_kit ul.learning_list li a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        padding: 5px 0px;
        display: block;
        position: relative;
        font-weight: 200;
    }

.video_gallery {
    z-index: 999;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
    /* border: 1px solid #c3c3c3; */
    margin-top: 20px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    border-radius: 5px;
}


/* .video_gallery:before {
    position: absolute;
    content: "";
    height: 234px;
    width: 85%;
    top: -25px;
    left: 60px;
    box-shadow: 0 0 40px rgba(0,0,0,.1);
    z-index: -1;
    margin: 0 auto;
} */

.video_box {
    /* padding: 25px; */
    position: relative;
    /* min-height: 320px; */
    z-index: 9999;
    /* margin-bottom: 20px; */
}


/* .video_box:before {
    content: "";
    background: #8BC34A;
    position: absolute;
    height: 58%;
    width: 87%;
    left: 5px;
    top: 15px;
    z-index: -1;
    border: 1px solid #64b900;
    border-radius: 3px;
} */

.video_head h5 {
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 5px 0px;
    padding: 0px 5px;
    padding: 10px;
    background: #ad2e00;
    color: #fff;
    border-radius: 3px;
}

.video_box video {
    width: 100%;
    position: relative;
}

.video_frame iframe {
    border-radius: 5px;
}

.video_gallery .owl-nav {
    display: flex;
    /* justify-content: center;
    align-items: center; */
}

.video_gallery .owl-prev {
    margin-right: 10px;
}

.video_gallery .owl-nav i {
    display: inline-block;
    background: #ad2e00;
    padding: 5px 15px;
    color: #fff;
    font-size: 24px;
}

.license_box {
    /* padding: 20px; */
    /* background: #00b0ad; */
    min-height: 360px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,.1);
}

    .license_box form {
        padding: 20px;
    }

    .license_box h3 {
        font-size: 19px;
        font-weight: 200;
        padding: 10px;
        margin-bottom: 0px;
        border-radius: 5px;
        text-align: center;
        background: #338805;
        color: #fff;
    }

    .license_box select {
        height: 40px !important;
        padding-left: 20px;
        -webkit-appearance: none;
        border: 1px solid #b4d4e4;
        position: relative;
        border-radius: 5px;
    }

    .license_box input {
        height: 40px !important;
        border-radius: 0;
        border: 1px solid #b4d4e4;
    }

.fee_btn {
    background: #960a00;
    border-color: #960a00;
    color: #fff;
}

    .fee_btn:hover {
        color: #fff;
    }


/* FAQ's CSS Start Here */


/* Tabbing Design CSS Start Here */


/* Tabs menu */

.tab {
    margin-top: 30px;
    margin-bottom: 20px;
}

    .tab .nav-tabs {
        border: none;
        border-bottom: 1px solid #e4e4e4;
    }

.nav-tabs li a {
    padding: 15px 40px;
    border: 1px solid #ededed;
    border-top: 2px solid #ededed;
    border-right: 0px none;
    background: #ff8100;
    color: #fff;
    border-radius: 0px;
    margin-right: 0px;
    font-weight: 400;
    transition: all 0.3s ease-in 0s;
}
.learning_kit ul.learning_list li ul li a i {
    color: #81877d;
    padding: 5px 10px;
    top: 8px;
}

.single-footer-item a {
    font-weight: bold;
    color: #ff8100;
}

.white-theme,
body.dark .black-theme {
    display: block;
}

.black-theme,
body.dark .white-theme {
    display: none;
}

    .nav-tabs li a:hover,
    .nav-tabs li a:focus {
        border-bottom-color: #ededed;
        border-right: 0px none;
        background: #ad2e00;
        color: #fff;
    }

    .nav-tabs li a i {
        display: inline-block;
        text-align: center;
        margin-right: 10px;
    }

.nav-tabs li:last-child {
    border-right: 1px solid #ededed;
}

.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
    border-top: 3px solid #ad2e00;
    border-right: 1px solid #d3d3d3;
    margin-top: -15px;
    color: #444;
    padding: 22px 40px;
}

.tab .tab-content {
    padding: 20px;
    line-height: 22px;
    /* box-shadow:0px 1px 0px #808080; */
    background: #fff;
    border: 1px solid #ddd;
}

    .tab .tab-content h3 {
        margin-top: 0;
    }

@media only screen and (max-width: 767px) {
    .nav-tabs li {
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-tabs li a {
            padding: 15px;
        }

        .nav-tabs li.active a,
        .nav-tabs li.active a:focus,
        .nav-tabs li.active a:hover {
            padding: 15px;
            margin-top: 0;
        }
}

.faqs_table thead th {
    background: #505153 !important;
    font-family: 'Hind', sans-serif;
    /* background: #7751cc; */
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.faqs_section table tr th {
    font-family: 'Hind', sans-serif;
    font-size: 15px;
    line-height: 25px;
}

.faqs_table.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #0080801a !important;
}

.single-slider-item {
    width: 100%;
    height: 550px;
    position: relative;
    z-index: 1;
}

    .single-slider-item:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #22222224;
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        z-index: -1
    }

    .single-slider-item.slider-bg1 {
        background: url(../images/slider1.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: inherit;
    }

    .single-slider-item.slider-bg2 {
        background: url(../images/slider2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: inherit;
    }

    .single-slider-item.slider-bg3 {
        background: url(../images/slide3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: inherit;
    }

    .single-slider-item.slider-bg4 {
        background: url(../images/slide4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: inherit;
    }

    .single-slider-item.slider-bg5 {
        background: url(../images/slide5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: inherit;
    }

.single-slider-item-table {
    display: table;
    width: 100%;
    height: 100%
}

.single-slider-item-tablecell {
    display: table-cell;
    width: 100%;
    vertical-align: middle
}

.single-slider-text h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px
}

.single-slider-text p {
    color: #d4d4d4;
    font-size: 17px;
    margin: 0;
    line-height: 30px
}

.single-slider-text a {
}

.join-with-us {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase
}

    .join-with-us:hover {
        color: #F87900;
        background: #fff
    }

.section_block {
    padding: 30px 0;
}

.home-page-sliders .owl-nav div {
    color: #222222;
    height: 65px;
    left: 0;
    line-height: 60px;
    margin-top: -32.5px;
    position: absolute;
    text-align: center;
    top: 50%;
    top: 50%;
    width: 45px;
    font-size: 30px;
    background: #f1f1f1;
}

    .home-page-sliders .owl-nav div:hover {
        background: #ffeaeb;
    }

    .home-page-sliders .owl-nav div.owl-next {
        left: auto;
        right: 0;
    }

.featured-text h2 {
    margin: 0;
    margin-bottom: 25px;
    font-size: 32px;
    color: #222222;
    font-weight: 700
}

p {
    line-height: 25px;
    color: #565656;
    /* font-size: 15px; */
    margin: 0;
    letter-spacing: 1px;
}

.featured-text a:hover {
    color: #fff;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.featured-text h3 {
    margin: 0;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 22px;
    color: #222222;
}

.rised {
    font-weight: 600;
    font-size: 16px;
    color: #222;
}

.goal {
    text-align: right;
    font-weight: 600;
    font-size: 16px;
    color: #222;
}

    .rised span,
    .goal span {
    }

.progress {
    margin-top: 20px
}

.sr-only {
}

.choose-area {
    padding-bottom: 40px;
}

.section-title {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 75px
}

    .section-title h2 {
        color: #222222;
        font-size: 32px;
        margin: 0;
        margin-bottom: 40px;
        position: relative
    }

        .section-title h2:after {
            bottom: -20px;
            content: "";
            height: 2px;
            left: 50%;
            margin-left: -30px;
            position: absolute;
            width: 60px;
            background: #F87900
        }

        .section-title h2:before {
            background: #1A1A1A none repeat scroll 0 0;
            bottom: -20px;
            content: "";
            height: 2px;
            left: 50%;
            margin-left: -10px;
            position: absolute;
            width: 20px;
            z-index: 1
        }

    .section-title p {
        color: #565656;
        font-size: 17px;
    }

.single-choose-item {
    text-align: center;
    margin-bottom: 60px
}

    .single-choose-item img {
    }

    .single-choose-item h2 {
        margin: 0;
        font-size: 22px;
        color: #222222;
        font-weight: 600;
        padding-top: 25px;
        padding-bottom: 20px
    }

    .single-choose-item p {
        margin: 0;
        color: #565656;
        font-size: 17px;
        line-height: 30px
    }

.read-more-btn:hover {
    color: #fff
}

.donation-area {
    padding: 45px 0;
    position: relative;
    z-index: 1
}

    .donation-area:after {
        position: absolute;
        right: 0;
        width: 50%;
        top: 0;
        height: 100%;
        background: #1A1A1A;
        content: "";
        z-index: -1
    }

.donation-left {
}

    .donation-left h2 {
        font-size: 32px;
        color: #fff;
        font-weight: 600;
        margin: 0;
        margin-bottom: 27px
    }

    .donation-left p {
        font-size: 17px;
        color: #f5f5f5;
        margin: 0;
        line-height: 25px
    }

    .donation-left a {
        margin-top: 30px
    }

.join-now {
}

.donation-right {
}

    .donation-right h2 {
        color: #ff8f17;
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 27px
    }

    .donation-right p {
        font-size: 17px;
        color: #f5f5f5;
        margin: 0;
        line-height: 25px
    }

    .donation-right a {
        margin-top: 30px
    }

.single-cause-item-img {
    position: relative
}

.single-cause-item h2,
.single-cause-item-2 h2 {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 30px
}

.single-cause-item-img h2 {
    bottom: -45px;
    color: #fff;
    font-size: 17px;
    height: 50px;
    line-height: 46px;
    position: absolute;
    right: 8px;
    text-align: center;
    width: 50px;
    z-index: 1;
}

.single-cause-item-img > h2:after {
    background: #f67800 none repeat scroll 0 0;
    border: 2px solid #fff;
    content: "";
    height: 50px;
    position: absolute;
    right: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 50px;
    z-index: -1;
}

.single-cause-item p,
.single-cause-item-2 p {
    font-size: 17px;
    color: #565656;
    margin: 0;
    line-height: 25px
}

.single-cause-item-2 a {
    margin-top: 30px;
}

.single-cause-item .progress,
.single-cause-item-2 .progress {
    height: 10px
}

.causes-hover-btn a:hover {
    color: #fff
}

.causes-hover-btn a {
    padding: 20px 30px;
    display: inline-block;
    background: #fff;
    color: #222222;
    border-radius: 5px
}

.causes-left-wrap > p {
    padding-bottom: 15px;
}

.single-cause-item a {
    margin-top: 20px
}

.donate-now {
    width: 130px;
}

.cause-details-btn .donate-now {
    width: 160px;
}

.read-more-btn {
    width: 130px;
}

.causes-left {
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.causes-left-wrap {
    background: #338805;
    padding: 30px;
    top: 0;
    z-index: 1;
}

.causes-left h2 {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    padding: 5px;
    margin-bottom: 0px;
    position: relative;
    background: #338805;
    text-align: center;
    /* border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; */
}

.featured-text h2 {
    color: #333;
    /* font-size: 2vw; */
    font-weight: 500;
}


/* .causes-left h2:after {
    bottom: -25px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 60px;
    background: #e84709
} */

.news_slider {
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,.1);
    /* border: 1px solid #c3c3c3; */
    margin-bottom: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .news_slider h3 {
        font-size: 19px;
        font-weight: 200;
        padding: 10px;
        margin-bottom: 0px;
        text-align: center;
        background: #505153;
        color: #fff;
    }

    .news_slider .causes-left-wrap h2:before {
        background: #338805 none repeat scroll 0 0;
        bottom: -25px;
        content: "";
        height: 2px;
        left: 22px;
        position: absolute;
        width: 4px;
        z-index: 1;
    }

    .news_slider .causes-left-wrap h2 {
        color: #fff;
        position: relative;
        margin-bottom: 60px;
    }

        .news_slider .causes-left-wrap h2:after {
            bottom: -25px;
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            width: 60px;
            background: #d9f110
        }


/* .causes-left h2:before {
    background: #8bc34a  none repeat scroll 0 0;
    bottom: -25px;
    content: "";
    height: 2px;
    left: 22px;
    position: absolute;
    width: 4px;
    z-index: 1;
} */

.causes-list {
}

.single-cause-item {
}

.causes-list .owl-nav div {
    border: 1px solid #f87900;
    display: inline-block;
    font-size: 30px;
    height: 40px;
    line-height: 35px;
    margin-right: 10px;
    margin-top: 20px;
    text-align: center;
    width: 40px;
}

    .causes-list .owl-nav div:hover {
        background: #f87900;
        border-color: #f87900;
        color: #fff
    }

.causes-list .owl-nav {
    text-align: right;
}

.arrow-right {
    margin-left: 5px;
}

.volunteer-area {
    padding-bottom: 100px;
}

.single-volunteer-item img {
    width: 100%;
}

.single-volunteer-item {
    position: relative;
    border: 2px solid #F87900
}

.volunteer-hover {
    height: 70px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

    .volunteer-hover h2 {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        padding-bottom: 5px;
        padding-top: 10px;
    }

    .volunteer-hover p {
        font-size: 14px;
        color: #fff;
        font-weight: 600
    }

.single-volunteer-item:hover .volunteer-hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-volunteer-item:hover {
    border: 2px solid #222;
}

.event-area {
    padding-bottom: 100px
}

.single-event-img {
    background-image: url("images/event-img-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 40%;
}

.single-event-img-2 {
    background-image: url("images/event-img-2.jpg");
}

.single-event-img-3 {
    background-image: url("images/event-img-3.jpg");
}

.single-event-img-4 {
    background-image: url("images/event-img-4.jpg");
}

.single-event-img-5 {
    background-image: url("images/event-img-5.jpg");
}

.single-event-img-6 {
    background-image: url("images/event-img-6.jpg");
}

.single-volinteer-item img {
    width: 100%
}

.single-event-img h2 {
    background: #f67800 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-top: 15px;
    position: relative;
    text-align: right;
    z-index: 1;
}

    .single-event-img h2:before {
        background: rgba(0, 0, 0, 0) url("images/bg-img-3.jpg") repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 35%;
        z-index: -1;
    }

.single-event-img span {
    float: left;
    left: 25px;
    position: relative;
}

.single-event-text > h3 {
    color: #565656;
    display: inline-block;
    font-size: 14px;
    padding-right: 10px
}

.single-event-text > h2 {
    color: #222;
    font-size: 20px;
    line-height: 28px;
}

.single-event-text > p {
    color: #565656;
    font-size: 17px;
}

.single-event-item {
    position: relative;
}

.single-event-text {
    padding-left: 45%;
    border: 1px solid #F67800;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.people-area {
    padding-bottom: 100px;
}

.single-people-items {
}

.single-people-item {
    color: #fff;
    padding: 30px;
    text-align: center;
    background: #222;
    position: relative
}

    .single-people-item span {
        background: #ef7500 none repeat scroll 0 0;
        border: 1px solid #fff;
        border-radius: 50px;
        color: #fff;
        font-size: 25px;
        height: 50px;
        left: 50%;
        line-height: 50px;
        margin-left: -25px;
        position: absolute;
        top: -24px;
        width: 50px;
    }

    .single-people-item p {
        color: #ededed;
        font-size: 14px;
        font-style: italic;
        line-height: 28px;
        margin: 0;
        padding-bottom: 25px;
    }

    .single-people-item h3 {
        color: #ef7500;
        font-size: 17px;
        font-weight: 700;
        margin: 0;
        padding-bottom: 10px;
    }

    .single-people-item:hover h3 {
        color: #222
    }

    .single-people-item h4 {
        font-size: 13px;
        color: #f2f2f2
    }

.about_sec .single-people-item-padding a {
    color: #fff;
    font-size: 17px;
}

.single-people-items .owl-dots div {
    background: #1A1A1A;
    display: inline-block;
    height: 5px;
    margin-right: 6px;
    margin-top: 50px;
    width: 20px;
}

.single-people-items .owl-dots {
    text-align: center;
}

    .single-people-items .owl-dots div.active {
        background: #F87900;
    }

.event-items .owl-nav div {
    color: #fff;
    height: 65px;
    left: -50px;
    line-height: 60px;
    margin-top: -32.5px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 25px;
    font-size: 16px;
}

.single-event-text h3 i.fa {
    color: #F67800;
}

.event-items .owl-nav div.owl-next {
    left: auto;
    right: -50px;
}

.news-area {
    padding-bottom: 95px
}

.single-news-item-bottom h2 {
    color: #222;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 25px;
}

.single-news-item-bottom p {
    color: #565656;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.news-info span {
    font-size: 14px;
    padding-left: 0;
    margin-right: 6px
}

    .news-info span i.fa {
        font-size: 16px;
        padding-right: 12px;
    }

.footer-top-area {
    background: #232323;
    padding: 30px 0px;
}

.single-footer-item.footer-info h2 {
    padding-bottom: 25px;
}

.single-news-item-bottom {
    border: 2px solid #e2e2e2;
    padding: 30px;
}

.footer-logo {
    margin-bottom: 25px;
}

.single-footer-item p {
    color: #cfcfcf;
    margin: 0;
    line-height: 28px;
}

.footer-social-icon {
    color: #fff;
    font-size: 13px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.social-icon-border {
    border: 1px solid #bababa;
    color: #bababa;
    margin-right: 5px;
    padding: 7px;
    text-align: center;
    /* font-size: 1vw; */
}

.single-footer-item {
    position: relative
}

    .single-footer-item h2 {
        color: #e7e7e7;
        font-size: 18px;
        font-weight: 500;
        margin: 0;
        padding-bottom: 25px;
    }

    .single-footer-item a {
        color: #d1d1d1;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 14px;
    }

    .single-footer-item p a i.fa {
        margin-right: 20px;
        margin-top: 8px;
    }

.footer-news-text > h2 {
    color: #cfcfcf;
    /* font-size: 1vw; */
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.footer-recent-news {
    margin-bottom: 10px;
    overflow: hidden;
}

.footer-news-img {
    float: left
}

.footer-news-text p {
    color: #989898;
    font-size: 15px;
}

.footer-news-text a {
    font-size: 18px;
    color: #d1d1d1;
}

.single-footer-item-padding-left {
    padding-left: 60px
}

.footer-info p {
    /* margin-bottom: 10px; */
    padding-left: 25px;
    position: relative;
}

    .footer-info p i.fa {
        left: 0;
        position: absolute;
        top: 8px;
        color: #fff;
    }

.footer-bottom-area {
    background: #cb2026; 
    padding: 6px 0;
}

    .footer-bottom-area p {
        margin-bottom: 0;
    }

.footer-bottom-left p {
    color: #ffffff;
    padding: 0;
}

.footer-bottom-left a {
    color: #fff;
}

.footer-bottom-right {
    text-align: right
}

    .footer-bottom-right p {
        font-size: 16px;
        color: #9a9a9a;
        padding: 0
    }

.footer-bottom-left .fa.fa-heart {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 2px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}


/* About page start */

.people-area.people-area-2 .section-title {
    padding-top: 0;
}


/* About page End */

.single-featured-img > img {
    width: 100%;
}

.single-featured-img {
    position: relative;
    z-index: 1
}

    .single-featured-img:after {
        border: 8px solid #f87900;
        content: "";
        height: 114%;
        left: -7%;
        position: absolute;
        top: -7%;
        width: 40%;
        z-index: -1;
        opacity: .57;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=56)";
    }

.people-area-2 {
    background: none
}

.about-area {
    padding: 95px 0;
}

.about-img {
    border: 8px solid #e5e5e5;
    box-shadow: 0 0px 6px #999;
}

    .about-img img {
        width: 100%
    }

.about-text h2 {
    color: #222222;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin: 0;
    padding-bottom: 10px;
}

.about-text p {
    color: #565656;
    font-size: 17px;
    margin: 0;
    line-height: 28px;
}

.about-area-margin {
    margin-bottom: 66px
}

.slider-text-2 {
    color: #fff;
    padding-top: 140px;
    padding-bottom: 60px;
}

    .slider-text-2 a {
        color: #fff
    }

        .slider-text-2 a:hover {
            color: #F87900
        }

.causes-area-2 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.single-cause-item-2 {
    margin-bottom: 50px
}

.cta-area {
    padding: 60px 0;
}

.cta-text {
}

    .cta-text h2 {
        color: #fff;
        font-size: 35px;
        font-weight: 700;
        font-style: italic;
    }

.cta-btn {
    margin-top: -10px;
    text-align: right
}

    .cta-btn a {
        text-decoration: none;
    }

.slider-area-2 {
    background: url(../images/slider1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 1
}

    .slider-area-2:after {
        background: #1f1a17 none repeat scroll 0 0;
        height: 100%;
        left: 0;
        opacity: .6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
        content: "";
    }

.events-area-2 {
    padding: 100px 0;
}

.single-event2-item {
    padding-bottom: 45px;
}

.single-event2-item-left > h2 {
    padding: 29px 52px;
    top: -88px;
}

.single-event2-item-right {
    margin-left: 34px;
    padding: 29px
}

.event-page ul {
}

    .event-page ul li {
    }

        .event-page ul li a {
            border-color: #bebebe;
            color: #222;
            font-size: 15px;
            margin-left: 10px;
            padding: 10px 13px;
            background: none;
        }

            .event-page ul li a:hover {
                background: #F87900;
            }

.pagination li a:hover {
    color: #ffffff;
}

.event-page ul li a span {
}

.event-details-area {
    padding: 100px 0;
}

.event-details-banner {
    border: 8px solid #fff;
    box-shadow: 0 0 4px 1px;
    margin-bottom: 70px
}

    .event-details-banner img {
    }

.event-details-info {
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 35px;
    border-left: 1px solid #F87900;
    border-right: 1px solid #F87900
}

.event-details-info-left {
    color: #222;
    font-size: 17px;
    font-weight: 600;
}

    .event-details-info-left p {
        margin: 0;
        padding-bottom: 20px
    }

.event-details-info-right {
    text-align: right;
    color: #222;
    font-size: 17px;
    font-weight: 300
}

    .event-details-info-right p {
        margin: 0;
        padding-bottom: 20px
    }

.event-details-text {
    color: #565656;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    padding: 70px 0;
}

    .event-details-text h2,
    .event-key h2 {
        font-size: 32px;
        color: #222;
        font-weight: 700;
    }

    .event-details-text p {
        margin: 0
    }

.para-separator-38 {
    margin-bottom: 30px
}

.event-details-info-text h2 {
    color: #222;
    font-size: 24px;
    margin: 0;
    padding-bottom: 20px;
}

.event-details-btn {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 20px
}

    .event-details-btn a {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }

.buy-ticket {
    padding: 20px 42px;
    border-radius: 5px
}

    .buy-ticket:hover {
        background: #222
    }

.event-details-map {
}

    .event-details-map iframe {
        width: 100%;
        height: 400px
    }

.single-key-people-img {
    float: left;
}

.single-key-people-text {
    border: 1px solid #f67800;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 14px;
    padding-left: 47%;
}

.single-key-people-img img {
    height: 100%;
    position: absolute;
    width: 40%
}

.single-key-people-text h2 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
}

.single-key-people-text p {
    color: #797979;
    font-size: 14px;
}

.single-key-people {
    position: relative;
}

.single-key-people-icon {
}

    .single-key-people-icon a {
        font-size: 13px;
        color: #636363;
        padding-left: 5px;
    }

        .single-key-people-icon a:hover {
            color: #F67800
        }

.causes-details-img img {
    height: 330px;
    width: 100%;
}

.single-event-people-info {
}

    .single-event-people-info h2 {
        color: #222;
        font-size: 18px;
        font-weight: 600;
    }

    .single-event-people-info p {
        color: #797979;
        font-size: 14px;
    }

.cause-details-info-padding {
    margin-top: 9px
}

.single-event-social-icon {
    margin-top: 17px
}

    .single-event-social-icon a {
        color: #636363;
        font-size: 13px;
        padding-right: 16px;
    }

.single-event-people-img {
    float: left;
}

    .single-event-people-img > img {
        left: 0;
        position: absolute;
        top: 0;
        width: 40%;
        height: 100%
    }

.single-event-people-info {
    border: 1px solid #f67800;
    padding: 19px 15px 20px 45%;
}

.single-event-people {
    overflow: hidden;
    position: relative
}

.single-event-margin-bottom {
    margin-bottom: 50px
}

.blog-area {
    padding: 100px 0;
}

.single-blog-item {
    margin-bottom: 55px
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-left: 0;
}

.pagination > li a:hover {
    color: #fff
}

.volunteer-area-2 {
    padding-top: 100px;
    padding-bottom: 45px;
}

.single-volunteer2-item {
    margin-bottom: 55px
}

.testimonial-area {
    padding-top: 100px;
    padding-bottom: 0;
}

.testimonial-area {
    padding-bottom: 50px;
    padding-top: 100px;
}

.single-testimonial-item {
    margin-bottom: 50px
}

.faq-area {
    padding: 100px 0;
}

.single-faq-item {
    font-size: 17px;
    color: #565656;
    margin-left: 50px;
    position: relative;
    margin-bottom: 46px
}

    .single-faq-item:last-child {
        margin-bottom: 0;
    }

    .single-faq-item h2 {
        color: #222222;
        font-size: 22px;
        font-weight: 700;
        line-height: 28px;
        margin: 0;
        padding-bottom: 30px;
        position: relative;
    }

        .single-faq-item h2:before {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            border: 4px solid #f87900;
            content: "";
            display: inline-block;
            height: 10px;
            left: -40px;
            padding: 3px;
            position: absolute;
            top: 9px;
            width: 10px;
        }

    .single-faq-item p {
        line-height: 30px;
        margin: 0;
    }

.single-faq-item-left {
    left: -50px;
    position: relative;
    top: 7px;
}

    .single-faq-item-left > a {
        color: #fff;
        font-size: 7px;
        left: 0;
        padding: 6px 8px;
        position: absolute;
        text-align: center;
        top: 0;
    }

.categeory h2,
.archives h2,
.tags h2 {
    border-bottom: 1px solid #f87900;
    color: #222;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 15px;
    margin-bottom: 18px
}

.categeory {
    position: relative
}

    .categeory ul {
        margin: 0;
        padding: 0
    }

        .categeory ul li {
            border-bottom: 1px solid #cacaca;
            list-style: outside none none;
            padding: 18px 0;
        }

            .categeory ul li a {
                font-size: 17px;
                color: #222;
                font-weight: 600;
            }

                .categeory ul li a span {
                    position: absolute;
                    right: 0;
                }

.categeory-icon {
    font-size: 15px;
    margin-right: 12px;
}

.categeory ul li:hover a {
    margin-left: 22px
}

.archives {
    margin-top: 47px
}

    .archives h2 {
        margin: 0;
        margin-bottom: 30px;
    }

.single-archives {
    border-bottom: 1px solid #CACACA;
    padding-bottom: 20px;
    margin-bottom: 20px
}

    .single-archives p {
        font-size: 17px;
        color: #222;
        font-weight: 600;
        margin: 0
    }

    .single-archives h3 {
        font-size: 14px;
        color: #666666;
        font-weight: 300;
        margin: 0;
        padding-top: 15px
    }

.join-volunteer-area,
.donation-two-area {
    padding: 100px 0;
}

.join-volunteer-text > h2,
.donation-two-text h2 {
    color: #222;
    font-size: 27px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 25px;
}

.join-volunteer-text > p,
.donation-two-text p {
    color: #767676;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
}

.join-volunteer-text,
.donation-form {
    margin-bottom: 70px;
}

    .new-volunteer-area > h2,
    .donation-form h2,
    .contact-form h2 {
        border-bottom: 1px solid #d6d6d6;
        color: #222;
        font-size: 22px;
        font-weight: 600;
        margin: 0 0 40px;
        padding-bottom: 20px;
        padding-top: 25px
    }

.contact-form h2 {
    padding-top: 0
}

.single-volunteer-info input[type="text"],
.single-volunteer-info input[type="email"],
.single-volunteer-info input[type="number"],
.single-contact-info input[type="text"],
.single-contact-info input[type="email"] {
    border: 1px solid #d3d3d3;
    color: #8a8a8a;
    font-size: 15px;
    margin-bottom: 18px;
    padding: 12px;
    width: 100%;
}

input:focus {
    outline: none
}

textarea:focus {
    outline: none
}

.new-volunteer-bg {
    background-color: #F7F7F7;
    position: relative
}

    .new-volunteer-bg:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 48%;
        height: 100%;
        background: url(../images/Join_Volunteer-img-1.png);
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        background-position: center;
    }

.new-volunteer-area {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 30px
}

.donation-two-bg {
    position: relative;
    background-color: #F7F7F7
}

    .donation-two-bg:after {
        position: absolute;
        right: 0;
        top: 0;
        width: 48%;
        height: 100%;
        background: url(../images/donation-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        background-position: center;
    }

.donation-form {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-top: 30px;
}

.submit {
    text-align: right;
}


/* 
input[type="submit"] {
    border: medium none;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-top: 30px;
    padding: 20px 30px;
    text-transform: uppercase;
    background-color: #F87900;
    color: #fff
}

input[type="submit"]:hover {
    background: #1A1A1A;
    color: #fff
} */

.donation-two-text {
    margin-bottom: 60px;
}

.donation-submit input[type="submit"] {
    border: medium none;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-top: 30px;
    padding: 20px 30px;
    text-transform: uppercase;
}

.donation-amount input[type=text] {
    border: 0;
    border: 1px solid #D6D6D6;
    padding: 10px;
}

.progress-amount p {
    margin: 0 0 -2px;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
}

.payment-method {
    margin-top: 30px
}

    .payment-method p {
        color: #222;
        font-size: 18px;
        font-weight: 600
    }

    .payment-method ul {
        margin: 0;
        padding: 0;
    }

        .payment-method ul li {
            list-style: none;
            display: inline-block
        }

            .payment-method ul li a {
                color: #D6D6D6;
                font-size: 14px;
                font-weight: 600;
                padding-right: 10px
            }

                .payment-method ul li a .fa-check {
                    font-size: 8px;
                    background: #D6D6D6;
                    padding: 3px 3px;
                    border-radius: 3px;
                    margin-right: 10px;
                }

                .payment-method ul li a:hover .fa-check {
                    color: #fff;
                }

.progress-amount .progress {
    height: 10px
}

.contact-area {
    padding: 100px 0;
}

.contact-map {
}

    .contact-map iframe {
        width: 100%;
        height: 450px
    }

.contact-info {
}

.single-contact-info {
}

    .single-contact-info input[type=text] {
    }

.single-contact-btn {
    text-align: right
}

    .single-contact-btn input[type=submit] {
    }

.single-contact-info textarea {
    width: 100%;
    height: 184px;
    padding: 15px;
    border: 1px solid #d3d3d3;
    color: #8a8a8a;
    font-size: 15px;
    font-weight: 300px
}

.contact-info i.fa {
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px
}

.contact-map-bottom {
}

.contact-info {
    text-align: center;
    padding: 20px 0;
}

    .contact-info a {
        color: #fff;
        font-size: 15px;
        font-weight: 300;
        margin: 0;
        margin-top: 10px
    }

    .contact-info > a:hover {
        color: #1A1A1A;
    }

.contact-info-border {
    border-right: 1px solid #fff
}

.error-area {
    padding: 115px 0;
}

.error-text {
}

    .error-text img {
        margin-bottom: 30px
    }

    .error-text p {
    }

.margin-30 {
    margin-bottom: 30px
}

.error-text a {
    font-size: 17px;
    color: #222;
}

.error-text input[type="text"] {
    border: 1px solid #c8c8c8;
    color: #787878;
    font-size: 15px;
    height: 50px;
    padding-left: 15px;
    padding-right: 65px;
}

.error-text input[type="submit"] {
    height: 50px;
    border: none;
    background: #1A1A1A;
    padding: 18px 20px;
    color: #fff;
    margin-left: -3px;
}

.back-to-home {
    margin-top: 30px;
    display: inline-block
}

    .back-to-home .fa-long-arrow-right {
        font-size: 15px;
        margin-left: 10px;
    }

.cause-details-text-style h2 {
    font-size: 32px;
    color: #222;
    font-weight: 700
}

.cause-details-text-style p {
    color: #565656;
    font-size: 17px;
    line-height: 28px;
}

.causes-details-img {
    border: 8px solid #fff;
    box-shadow: 0 0 3px 2px;
}

.recent-donors h2 {
    margin: 0 0 45px;
    padding-top: 70px;
}

.recent-causes h2 {
    margin: 70px 0 55px;
}

.cause-details-text .progress {
    height: 10px
}

.cause-details-text a {
    text-decoration: none
}

.cause-discription {
    margin-top: 40px;
}

.cause-details-info p span {
    margin-top: 20px
}

.cause-details-padding-10 {
    margin-top: 10px
}

.single-blog-details-item-img {
    background: rgba(0, 0, 0, 0) url("images/Blog_Details-img-1.jpg") no-repeat scroll 0 0 / cover;
    height: 345px;
    max-width: 750px;
    border: 1px solid #F87900;
}

.single-blog-details-sidebar-img {
    float: left;
    padding-right: 22px
}

.single-blog-details-sidebar-text {
}

.categeory-bottom {
    border: 2px solid #F87900
}

.tags,
.categeory-2,
.categeory-bottom {
    margin-top: 65px;
}

    .tags h2,
    .categeory-2 h2,
    .archives-2 h2 {
        margin-bottom: 30px;
    }

    .tags ul {
        margin: 0;
        padding: 0;
    }

        .tags ul li {
            list-style: none;
            display: inline-block
        }

            .tags ul li a {
                border: 2px solid #cacaca;
                display: inline-block;
                margin-bottom: 10px;
                margin-right: 10px;
                padding: 14px;
                font-size: 17px;
                color: #222;
            }

.single-blog-details-item h2 {
    color: #222;
    font-size: 32px;
    margin: 0;
    padding-top: 45px;
    padding-bottom: 20px;
}

.single-blog-details-item p {
    color: 565656;
    font-size: 17px;
    line-height: 28px;
    margin-top: 20px
}

.single-blog-details-icon {
    text-align: right;
}

    .single-blog-details-icon strong {
        color: #222;
        font-weight: 700;
        font-size: 15px;
    }

    .single-blog-details-icon a {
        color: #777777;
        font-size: 13px;
        padding-left: 10px
    }

.blog-details-tags {
    text-align: center;
    border-top: 1px solid #CFCFCF;
    padding-top: 20px
}

.single-blog-details-item p strong {
    color: #000;
    font-size: 17px;
    font-weight: 700
}

.single-blog-details-item p a {
    color: #797979;
    font-size: 16px
}

    .single-blog-details-item p a:hover {
        color: #F98D37
    }

.comment-text {
    margin-bottom: 40px;
}

    .comment-text h2 {
        font-size: 25px;
        color: #222;
        font-weight: 600;
        margin: 0
    }

        .comment-text h2 span {
            color: #F98D37;
        }

.single-comment-img img {
    border-radius: 500px;
    max-width: 114px;
    border: 2px solid #F98D37;
}

.single-comment-item h2 {
    font-size: 17px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 0px;
}

.single-comment-item h3 {
    color: #565656;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 22px
}

.single-comment-item p {
    border-bottom: 1px solid #d6d6d6;
    color: #565656;
    font-size: 17px;
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.comment-replay {
    text-align: right;
}

    .comment-replay .fa-reply {
        font-size: 17px;
        color: #fff;
        padding: 10px 20px;
    }

        .comment-replay .fa-reply:hover {
            background: #1A1A1A
        }

.leave-comments-form form input[type="text"],
.leave-comments-form form input[type="email"] {
    width: 100%;
    padding: 18px;
    background: #FFFAF3;
    border: 1px solid #D0D0D0;
    color: #787878;
    font-size: 16px
}

.leave-comments-form form textarea {
    width: 100%;
    padding: 18px;
    background: #FFFAF3;
    border: 1px solid #D0D0D0;
    color: #787878;
    font-size: 16px;
    margin-top: 20px
}

.leave-comments-form form input[type="submit"] {
}

.leave-comments-form {
    margin-top: 25px;
}

.faq-search {
    border: 1px solid #CACACA;
    position: relative;
    padding: 20px;
    margin-bottom: 40px
}

    .faq-search form input[type="text"] {
        border: none
    }

    .faq-search form button {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        position: absolute;
        right: 20px;
        top: 20px;
        border-left: 1px solid #D0D0D0;
        color: #CACACA;
    }

.gallery-area {
    padding: 100px 0;
}

.gallery-option ul {
    margin: 0;
    padding: 0;
}

    .gallery-option ul li {
        display: inline-block;
        padding: 0px 20px;
    }

        .gallery-option ul li a {
            color: #222;
            font-size: 16px;
            font-weight: 700;
            text-decoration: none
        }

.gallery-option {
    margin-bottom: 20px;
}

.single-gallery-item {
    background-image: url(../images/gallery-img-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    background-size: cover;
    background-color: #ddd;
    position: relative;
    margin-top: 20px
}

.single-gallery-item-2 {
    background-image: url(../images/gallery-img-2.jpg);
}

.single-gallery-item-3 {
    background-image: url(../images/gallery-img-3.jpg);
}

.single-gallery-item-4 {
    background-image: url(../images/gallery-img-4.jpg);
}

.single-gallery-item-5 {
    background-image: url(../images/gallery-img-5.jpg);
}

.single-gallery-item-6 {
    background-image: url(../images/gallery-img-6.jpg);
}

.single-gallery-item-7 {
    background-image: url(../images/gallery-img-7.jpg);
}

.single-gallery-item-8 {
    background-image: url(../images/gallery-img-8.jpg);
}

.single-gallery-item-9 {
    background-image: url(../images/gallery-img-5.jpg);
}

.gallery-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    transition: .5s
}

.gallery-hover-table {
    display: table;
    height: 100%;
    width: 100%
}

.gallery-hover-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.single-gallery-item a {
    background: #EB7300;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    margin-bottom: 15px;
}

.gallery-hover h2 {
    font-size: 24px;
    color: #222;
    font-weight: 600;
}

.gallery-hover p {
    color: #ff8f17;
    font-size: 18px;
    font-weight: 600;
    font-style: italic
}

.single-gallery-item-wrapper {
    padding: 10px
}

.single-gallery-item-inner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: 1;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    transition: .5s
}

.single-gallery-item:hover .single-gallery-item-inner:after {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s
}

.single-gallery-item:hover .gallery-hover {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s
}

li.navbar-right a {
    background: #ff9b00;
}

.slicknav_menu {
    display: none
}

.mainmenu-wrap {
    background: #ad0808;
    background: #ff8100;
}


/* logo texts start */

.logo {
    display: flex;
    padding: 5px 0px;
}

    .logo img {
        width: 500px !important;
    }

.loogo_texts span {
    display: block;
}

.logo_name {
    font-size: 25px;
    color: #222;
    font-weight: 500;
    /* margin-top: 10px; */
}

.logo_tagline {
    font-size: 25px;
    /* color: #f37204; */
    color: #222;
    font-weight: 500;
    line-height: 20px;
    margin-top: 10px;
}

.loogo_texts {
    margin: 0px 0px 0px 10px;
}

.section_donation {
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: center top;
    background-image: url(../images/donation_banner.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.apoorva_btn {
    background: #FF9B00;
    padding: 8px 15px;
    display: inline-table;
    color: #ccc;
    color: #ffffff;
    line-height: 15px;
    margin: 6px 0px;
}

.apoorva_content_element h1 {
    margin-bottom: 20px;
    color: #ffffff;
}

.apoorva_content_element p {
    color: #cde400;
}

.news_slider .owl-nav {
    margin-top: 5px;
}

    .news_slider .owl-nav div:hover {
        background: #FF9B00;
        border-color: #FF9B00;
        color: #fff;
    }

    .news_slider .owl-nav div {
        border: 1px solid #d9f110;
        display: inline-block;
        font-size: 30px;
        height: 40px;
        line-height: 35px;
        margin-right: 10px;
        margin-top: 20px;
        text-align: center;
        width: 40px;
        color: #fff;
    }

.left_sidebar {
    margin-bottom: 30px;
}


/* .footer-recent-news a {
    border-bottom: 1px solid #ccc;
} */

.footer-recent-news a:hover h2 {
    color: #fff;
}

.program_img {
    width: 100%;
}

    .program_img img,
    .causes-list img {
        width: 100%;
        height: 260px;
        padding: 4px;
        border: 1.4px dashed #e84709;
        object-fit: cover;
        object-position: top;
    }


/*===================== Sidebar CSS Start Here =====================*/

.causes-area {
    background: #71ab2e;
}

.sidebar {
    background: #fff;
    margin-bottom: 0px;
}

    .sidebar li {
        position: relative;
    }


        /* 
ul.list-unstyled.sidebar.imp_peiyojana li a{
    padding: 13px 30px;
} */

        .sidebar li a {
            padding: 7.7px 30px;
            display: block;
            font-size: 14px;
            color: #000000;
            text-decoration: none;
            transition: all 0.5s ease-in-out;
            position: relative;
            border-bottom: 1px solid #e6e6e6;
        }

            .sidebar li a:before {
                content: "\f101";
                font-family: fontawesome;
                position: absolute;
                left: 13px;
            }

            .sidebar li a:hover {
                /* background: #338805;
    color: #fff; */
                color: #338805;
            }

.another_link {
    padding: 15px 0px;
}


/* .filling_boxes {
    background: #338805;
    box-shadow: 0px 0px 20px rgba(0,0,0,.05);
    border-radius: 5px;
    padding: 18px 5px;
    height: 60px;
    position: relative;
    margin: 5px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
} */

.filling_boxes {
    /* box-shadow: 0px 0px 20px 0px rgba(0,0,0,.15); */
    border-radius: 5px;
    padding: 10px 5px;
    min-height: 125px;
    position: relative;
    margin: 5px 0px 0px 0px;
    text-align: center;
    /* border: 1px solid #c3c3c3; */
}

.box_bg i {
    font-size: 5vw;
    color: #338805;
}

.box_bg {
    /* background: #e8f5e1; */
    /* border-radius: 50%; */
    /* height: 120px; */
    /* width: 70px; */
    /* margin: 0 auto; */
    /* padding: 5px;
    display: inline-block; */
    margin-bottom: 10px;
}

    .box_bg img {
        width: 30px;
        /* width: 50px; */
    }

.filling_boxes h4 {
    font-size: 15px;
    /* color: #fff; */
    font-weight: 600;
    /* display: inline; */
    margin: 0;
    line-height: 20px;
    /* padding-left: 11px; */
}

.licensy_login, .officers_login {
    padding: 20px;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,.1);
    margin-bottom: 20px;
    min-height: 185px;
    background: #ff8100;
    border-radius: 5px;
    display: block;
}

.login_con {
    background: #ededed;
    border-radius: 50%;
    padding: 17px;
    width: 90px;
    height: 90px;
    text-align: center;
    margin: 0 auto;
}

    .login_con img {
        width: 100%;
        margin-bottom: 10px;
    }

.login_wrapper h3 {
    font-family: Poppins;
    font-weight: 400;
    text-align: center;
    margin-top: 25px;
    font-size: 22px;
    line-height: 25px;
    color: #fff;
}

/*=================== Footer Government Logo CSS Start Here ===================*/

.imp_links img {
    border: 1px solid #dcdcdc;
}

.imp_links .owl-carousel {
    position: relative;
}

.imp_links .owl-controls .owl-prev {
    position: absolute;
    left: 0;
    width: 100px;
    height: 100px;
}

.imp_links .owl-controls .owl-prev {
    position: absolute;
    right: 65px;
    left: auto;
    bottom: -45px;
    width: 60px;
    height: 35px;
    background: #338805;
    text-align: center;
    padding: 8px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 17px 0px #00000020;
}

.imp_links .owl-controls .owl-next {
    position: absolute;
    right: 0;
    bottom: -45px;
    width: 60px;
    height: 35px;
    background: #338805;
    text-align: center;
    padding: 8px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 17px 0px #00000020;
}

.marquee_section {
    display: flex;
    background: #e6e6e6;
    color: #000;
    font-weight: 600;
    /* padding: 12px 0px; */
    font-size: 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .08);
    border-radius: 5px;
    /* font-size: 1vw; */
}

    .marquee_section .spot {
        background: #ff9b00;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        padding: 8px 15px;
        color: #fff;
        position: relative;
        font-weight: 600;
    }

        .marquee_section .spot:before {
            content: "";
            position: absolute;
            right: -10px;
            border-left: 12px solid #ff9b00;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            z-index: 9;
            top: 7px;
        }



    .marquee_section marquee {
        padding: 8px 12px;
    }


/*========================== Media Query CSS Start Here ==========================*/

@media only screen and (min-width:320px) and (max-width:640px) {
    .logo_name {
        font-size: 14px;
        margin-top: 0px;
    }

    .logo_tagline {
        font-size: 14px;
        line-height: 15px;
    }

    .header-area {
        background: none;
    }

    .logo img {
        padding-top: 0px !important;
    }

    .slicknav_menu > a {
        background: #338805;
        top: 17px;
    }

    .slicknav_nav {
        top: 18px;
    }

    .slicknav_menu .slicknav_icon {
        margin: 0;
    }

    .home-sliders .carousel-inner .carousel-caption h1 {
        font-size: 18px;
    }

    .home-sliders .carousel-inner .carousel-caption {
        bottom: 0;
    }

    .carousel-indicators {
        bottom: 0;
    }

    .news_div p > a {
        bottom: 0px !important;
        position: relative;
    }

    .marquee_section .spot {
        padding: 6px;
        font-size: 12px;
    }

    .marquee_section marquee {
        padding: 6px;
    }

    span.view a {
        padding: 8px 0;
        width: 70px;
        font-size: 12px;
    }
}

ul#mainmenu ul.sub-menu li ul.sub-menu {
    position: absolute;
    top: 0;
    left: 251px;
    display: none;
}

ul#mainmenu ul.sub-menu li {
    position: relative;
    /* border-bottom: .5px solid #ff9b00d6;     */
    /*border-bottom: .5px solid #FFEB3B;*/
}

    ul#mainmenu ul.sub-menu li.item-child:after {
        content: "\f0da";
        font-family: fontAwesome;
        position: absolute;
        top: 8px;
        right: 10px;
        color: #fff;
        ;
    }

    ul#mainmenu ul.sub-menu li .fa-caret-right {
        position: absolute;
        right: 0;
        top: 20px;
    }

    ul#mainmenu ul.sub-menu li:hover ul.sub-menu {
        display: block;
    }

ul.topbar-ul {
    /* z-index: 9; */
    /* position: fixed; */
    /* right: 0; */
    /* top: 40%; */
    /* background: #fff; 
    padding: 2px;*/
    /* border-top-left-radius: 10px; */
    /* border-bottom-left-radius: 10px; */
    /* box-shadow: 0px 10px 20px rgba(0,0,0,.1); */
}

.search_box {
    text-align: center;
}

.banner_content {
    display: flex;
}

.carousel-control.left {
    right: 55px;
    left: auto;
    bottom: 10px !important;
    background: #fff;
    background-repeat: repeat-x;
    height: 34px;
    width: 30px;
    top: 88%;
    opacity: 1;
    color: #000;
    border: 1px solid #fff;
}

.carousel-control.right {
    right: 15px;
    left: auto;
    bottom: 10px !important;
    background: #fff;
    background-repeat: repeat-x;
    height: 34px;
    width: 30px;
    top: 88%;
    opacity: 1;
    color: #000;
    border: 1px solid #fff;
}

.carousel-control:hover {
    background: #cb2026;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.banner_content .flex-box {
    flex: 1;
    padding: 5px;
    position: relative;
}

    .banner_content .flex-box:nth-child(2) {
        flex-grow: 2.5;
    }

li.navbar-right a:hover {
    color: #000 !important;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        transform: translate3d(0, 0, 0);
    }

.details h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 3px;
}

.details .back-link {
    text-align: center;
}

    .details .back-link a {
        display: inline-block;
        margin: 20px 0;
        padding: 15px 30px;
        background: #333;
        color: #fff;
        border-radius: 24px;
    }

        .details .back-link a svg {
            margin-right: 10px;
            vertical-align: text-top;
            display: inline-block;
        }

.home-sliders .carousel-inner > .item > img {
    max-height: 550px;
    object-fit: cover;
    object-position: center;
}

.box_shad_imp {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.15);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}

.box_shad_imp a
{
    display: block;
    border: 2px solid transparent;
}

/*=============== About Us Page CSS Start Here ===============*/

section.feature_box {
    background: #24c5064a;
}

    section.feature_box .page_name {
        font-size: 20px;
    }

.sec_padding {
    padding: 20px 0px;
}


/* .about_bg{
    position: relative;
    margin-bottom: 50px;
    z-index: 9;
    border: 10px solid #338805;
} */

.merge_text_img img {
    shape-outside: url(../images/about_bg.jpg);
    float: left;
    shape-image-threshold: 0.5;
}

span.merge_text_img {
    position: relative;
    width: auto;
    height: auto;
    float: left;
    /* position: relative; */
    /* margin-bottom: 50px; */
    z-index: 9;
    border: 10px solid #338805;
    margin-right: 20px;
}

.merge_text_img:before {
    content: "";
    /* background: #ffecec; */
    height: 90%;
    width: 80%;
    position: absolute;
    bottom: -10px;
    left: -10px;
    z-index: -1;
    border: 10px solid #e8f2e3;
}

.section_content p {
    margin-bottom: 20px;
}

.service_list {
    padding: 20px;
    background: #3388051c;
}

    .service_list li {
        padding: 10px 0px;
        border-bottom: 1px solid #6e8d6f30;
    }

        .service_list li:last-child {
            border-bottom: 0;
        }

        .service_list li .fa {
            color: #338805;
        }


/* Data Table CSS Start Here */

.table {
    border-spacing: 0 0.85rem !important;
}

    .table .dropdown {
        display: inline-block;
    }

    .table td,
    .table th {
        vertical-align: middle;
        margin-bottom: 10px;
        border: none;
    }

    .table thead tr,
    .table thead th {
        border: none;
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
        background: transparent;
    }

    .table td {
        background: #fff;
    }

        .table td:first-child {
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        .table td:last-child {
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }

.avatar {
    width: 2.75rem;
    height: 2.75rem;
    line-height: 3rem;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    position: relative;
    text-align: center;
    color: #868e96;
    font-weight: 700;
    vertical-align: bottom;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.83333rem;
    line-height: 1.5;
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar-blue {
    background-color: #c8d9f1;
    color: #467fcf;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 28px;
    left: 14px;
    border: none;
    box-shadow: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
    padding-left: 48px;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}

table.dataTable > tbody > tr.child span.dtr-title {
    min-width: 50%;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
    padding: 0.75rem 1rem 0.125rem;
}

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-top: 1rem;
    }
}

.btn-icon {
    background: #fff;
}

    .btn-icon .bx {
        font-size: 20px;
    }

.btn .bx {
    vertical-align: middle;
    font-size: 20px;
}

.dropdown-menu {
    padding: 0.25rem 0;
}

.dropdown-item {
    padding: 0.5rem 1rem;
}

.badge {
    padding: 0.5em 0.75em;
}

.badge-success-alt {
    background-color: #d7f2c2;
    color: #7bd235;
}

.table a {
    color: #212529;
}

    .table a:hover,
    .table a:focus {
        text-decoration: none;
    }

table.dataTable {
    margin-top: 12px !important;
}

.icon > .bx {
    display: block;
    min-width: 1.5em;
    min-height: 1.5em;
    text-align: center;
    font-size: 1.0625rem;
}

.avatar-blue {
    background-color: #c8d9f1;
    color: #467fcf;
}

.avatar-pink {
    background-color: #fcd3e1;
    color: #f66d9b;
}

@media (min-width:1100px) and (max-width:1200px) {
    .news_div .demo2.demof.gallery_box {
        height: 198px !important;
    }

    .news_div .demo-wrapper {
        height: 198px;
        /* background: #f6f6f6; */
    }

    .flex-box .list-unstyled.sidebar.imp_peiyojana li a {
        padding: 11px 30px;
    }

    .box_bg img {
        width: 17px;
    }

    .filling_boxes h4 {
        font-size: 14px;
    }
}


/* responsive for 1900 resolution */

@media (min-width:1400px) and (max-width:2000px) {
    .news_div .demo2.demof.gallery_box {
        height: 274px !important;
    }

    .news_div .demo-wrapper {
        height: 274px;
        /* background: #f6f6f6; */
    }

    ul.list-unstyled.sidebar.imp_peiyojana li a {
        padding: 15px 30px;
    }

    .demof li a {
        font-size: 18px !important;
    }

    .sidebar li a {
        font-size: 18px;
    }

    .filling_boxes h4,
    .featured-text p {
        font-size: 1.1vw;
    }
}


/*============= Minister Box CSS Start Here =============*/

.minister_box {
    /* background: #fff8ec; */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
    margin-bottom: 20px;
}

.box_content {
    display: flex;
    padding: 8px 0px;
    border-bottom: 1px solid #ad080875;
}

.minister_img img {
    width: 110px;
    border-radius: 5px;
    border: 1px solid #795548;
}

.minister_position {
    padding: 10px 0px 0px 10px;
}

    .minister_position h4 {
        font-size: 20px;
        margin-bottom: 0px;
        color: #ff9b00;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .minister_position p {
        margin-bottom: 0px;
        color: #42ad08;
        font-size: 15px;
        line-height: 21px;
    }

.box_content:last-child {
    border-bottom: 0;
}


/* License Points Page CSS Start Here */

.login_wrap {
    padding: 50px 0px !important;
    z-index: 9;
}

.login_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.box-login {
    padding: 30px;
    background: #ffe5d2;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.box-login-1 {
    padding: 30px;
    background: #ffe5d2;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.box-login-2 {
    padding: 30px;
    background: #ffe5d2;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.form-content {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
}

.box-heading h5 {
    color: #ad2e00;
    text-align: center;
    font-size: 25px;
    margin-bottom: 25px;
}

form.form-horizontal {
    width: 50%;
}

form.form-width {
    width: 100%;
}

.reset-password {
    margin-top: 30px;
}

ul.password-points {
    padding-left: 20px;
    font-size: 14px;
}

    ul.password-points li p {
        display: inline-block;
    }

    ul.password-points li img {
        width: 18px;
    }
/* .login_box:before {
    content: "";
    background: #ff8100;
    height: 90%;
    width: 90%;
    position: absolute;
    bottom: -20px;
    left: -20px;
    z-index: -1;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
} */

.login_box label {
    font-weight: 400;
    color: #ad2e00;
}

.login_box-2 label {
    font-weight: 400;
    color: #ad2e00;
}

.align-center {
    display: flex;
    justify-content: center;
}

.capt_box {
    display: flex;
    align-items: center;
}

    .capt_box img {
        width: 120px;
        margin-right: 10px;
    }

    .capt_box a {
        color: #fff;
    }

.checkbox label {
    padding-left: 0px;
}

.checkbox a {
    color: #ff8100;
}

.login_green {
    background: #F44336;
    color: #fff;
}


/*Renewal License*/

.renew-form {
    padding: 20px;
}

.renew-box fieldset {
    padding: .35em .625em .75em !important;
    margin: 0 2px !important;
    border: 1px solid silver !important;
    background-color: #fff7ee;
}

legend {
    display: block;
    width: auto;
    padding: 0 10px;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
    line-height: inherit;
    color: #333;
    border: 0;
    /* border-bottom: 1px solid #e5e5e5; */
}

.radio-btn {
    font-size: 20px;
}

.second-section {
    margin-top: 20px;
}

.last-section {
    margin-top: 20px;
}

textarea {
    resize: none;
}

.section-text {
    background: #fdb813;
    color: white;
    padding: 12px;
    border-radius: 5px;
}

.license-renew-btn-class {
    display: flex;
    justify-content: center;
    padding: 40px 0 30px;
}

.license-renew-btn {
    background: #01a85a;
    padding: 5px 35px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    margin-right: 25px;
    color: #fff;
    border: 1px solid;
}

    .license-renew-btn:hover {
        background: #037c44;
        padding: 5px 35px;
        border-radius: 5px;
        font-size: 20px;
        font-weight: 500;
        margin-right: 25px;
        color: #fff;
        border: 1px solid;
    }


/*Pre loder Css*/

.pre-wrap {
    position: fixed;
    content: "";
    transform: translate(-100%, -240%);
    font-size: 62px;
}

.preloader-inner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgb(255 255 255 / 0.6);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    margin: 0px auto;
    position: relative;
    text-align: center;
    animation: sk-rotate 2s infinite linear;
}

    .spinner img {
        width: 50%;
        max-width: 400px;
    }


/*Pre loder Css*/

.main-content {
    min-height: 60%;
}

.conatent {
    padding: 30px;
    text-align: center;
}

.errorMessage {
    color: red;
}

@media print {
    @page {
        size: auto; /* auto is the initial value */
        margin: 0mm; /* this affects the margin in the printer settings */
        margin-top: 5mm;
    }
}


/*============= Minister Box CSS Start Here =============*/
.minister_box {
    /* background: #fff8ec; */
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    padding: 5px 10px;
    margin-bottom: 20px;
    height: 59vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_content {
    display: flex;
    padding: 40px 0px;
    border-bottom: 1px solid #ad080875;
    align-items: center;
}

.minister_img img {
    width: 120px;
    padding: 2px;
    border: 1px solid #505153;
}

.minister_position {
    padding: 10px 0px 0px 10px;
}

    .minister_position h4 {
        font-size: 20px;
        margin-bottom: 0px;
        color: #cb2026;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .minister_position p {
        margin-bottom: 0px;
        color: #338805;
        font-size: 15px;
        line-height: 21px;
    }

.box_content:last-child {
    border-bottom: 0;
}

/* License Points Page CSS Start Here */
.sec_block {
    padding: 30px 0;
}

.license_points {
    padding: 30px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    margin-bottom: 25px;
}

.license_content li {
    position: relative;
    padding-left: 20px;
}

    .license_content li:before {
        content: "";
        border: 5px solid #ff8100;
        /* border-radius: 50%; */
        height: 2px;
        width: 2px;
        position: absolute;
        left: 0;
        top: 7px;
        transform: rotate(45deg);
    }


.center_mandi {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95px;
}

    .center_mandi img {
        width: 130px;
    }

.mainmenu ul li:last-child ul.sub-menu {
    left: auto;
    right: 0;
}

.important-link {
    margin: 0;
    padding: 0;
    text-align: center;
}

    .important-link li {
        display: inline-block;
        background-color: #eee;
    }

        .important-link li a {
            display: block;
            padding: 10px;
        }

.owl-carousel.important-link .owl-item li a img {
    width: 200px;
}

.owl-carousel.important-link .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
}

    .owl-carousel.important-link .owl-nav button {
        width: 26px;
        height: 26px;
        line-height: 26px;
        background-color: #ff8100;
        color: #fff;
        font-size: 14px;
        position: absolute;
        border-radius: 50%;
        border: 0;
    }

        .owl-carousel.important-link .owl-nav button span {
            line-height: 10px;
            display: block;
        }

        .owl-carousel.important-link .owl-nav button.owl-prev {
            left: 0;
        }

        .owl-carousel.important-link .owl-nav button.owl-next {
            right: 0;
        }


.owl-carousel.important-link .owl-dots {
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    text-align: center;
}

    .owl-carousel.important-link .owl-dots .owl-dot {
        width: 10px !important;
        height: 10px !important;
        background: #e6e6e6;
        border: 1px solid #ddd;
        border-radius: 50%;
        display: inline-block;
        margin-right: 6px;
        padding: 0;
    }

        .owl-carousel.important-link .owl-dots .owl-dot.active {
            background: #01a85a;
            border: 1px solid #01a85a;
        }

.theme_change {
    padding-left: 2px;
    padding-top: 3px;
    margin-right: auto;
}

.high-contrast.dark, .high-contrast.light {
    padding-right: 10px;
    padding-left: 10px;
    height: 19px;
}

.filling_boxes h4 {
    color: #000;
}

iframe.skiptranslate,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
}


.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    z-index: 9724790009779 !important;
    top: 0;
    left: unset;
    right: -5px;
    display: none !important;
    border-radius: 50%;
    border: 2px solid gold;
}

.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
    width: 80px;
    height: 80px;
}

#google_translate_element select {
    background: transparent;
    color: #000;
    border: none;
    padding: 0;
    border-left: 1px solid #dfdfdf;
    margin-left: 6px;
    padding-left: 3px;
}

    #google_translate_element select:focus {
        outline: 0;
        border: 0;
        box-shadow: none;
    }

.goog-logo-link, .gskiptranslate, .goog-te-gadget span, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, div#goog-gt- {
    display: none !important;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

.panel-default.file-tutorial {
    position: relative;
    border: 1px solid red;
    margin-top: 40px;
    background: linear-gradient(to bottom, #ffcc99 0%, #ffffff 100%);
}

    .panel-default.file-tutorial .panel-heading {
        position: relative;
        font-size: 20px;
        font-weight: bold;
        color: white;
        background: #f68100;
    }

    .panel-default.file-tutorial .panel-footer {
        font-size: 20px;
        font-weight: bold;
        color: white;
    }

    .panel-default.file-tutorial .panel-heading h4 {
        margin-bottom: 0;
    }

        .panel-default.file-tutorial .panel-heading h4 span {
            font-size: 13px;
            display: block;
            margin-top: 5px;
        }

    .panel-default.file-tutorial .panel-heading .v-size {
        position: absolute;
        bottom: 10px;
        right: 15px;
        font-size: 12px;
        padding: 0 0 0 5px;
        letter-spacing: normal;
        border-radius: 4px;
        line-height: normal;
        border: 0;
        font-weight: bold;
        overflow: hidden;
        color: #f68100;
    }

        .panel-default.file-tutorial .panel-heading .v-size span.badge {
            padding: 6px 6px;
            border-radius: 1px;
            top: 0;
            display: inline-block;
        }
        .file-tutorial
        {
            margin-top: 40px;
        }
   .file-tutorial p 
    {
        font-size: 14px;
        font-weight: 500;
    }
    .file-tutorial a 
    {
        font-size: 14px;
        padding: 4px 10px;
        color: #fff;
    }
    .file-tutorial a i {
        margin-right: 10px;
    }
    .pdf-size {
        color: #2d2d2d;
        font-size: 0.9em;
        font-weight: normal;
        display: block;
        position: relative;
    }
    .pdf-size:before {
        font-family: 'FontAwesome';
        content: "\f1c1";
        color: #2d2d2d;
        margin: 0px 5px;
    }
    .search_box {
        display: flex;
        align-items: center;
        height: 100%;
    }
    .search-section {
        position: absolute;
        opacity: 0;
        z-index: -1;
        transition: 0.5s all ease-in-out;
        right: 0px;
        width: 185px;
        background: rgba(0, 0, 0, 0.8);
        height: 75px;
    }
    .search-section.open 
    {
        opacity: 1;
        z-index: 11;
        transition: 0.5s all ease-in-out;
    }
    .search-label {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background: #000;
        transition: 0.5s all ease;
        z-index: 2;
        cursor: pointer;
    }
    .search-label:hover {
        background: red;
    }
    .exit-icon {
        display: none;
    }
    .search-box {
        background: #ffffff;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        box-shadow: -1px 4px 6px 0px #cdcdcd;
        border-radius: 2px;
    }
    .search-input .input-textarea {
        position: relative;
        background: transparent;
        width: 100%;
        height: 100%;
        padding: 10px 3px 10px 10px;
        color: #000;
        z-index: 2;
        border: none;
    }
    .search-input {
        width: 80%;
        border: 2px solid #ff8100;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    input.input-textarea::placeholder {
        color: #000;
    }
    .search-input .search-icon {
        color: #000;
        padding-right: 6px;
    }
    .help-text h2 {
        font-size: 22px;
    }
    .help-text .license_content {
        margin-bottom: 20px;
    }
    .help-text .license_content a {
        color: #ff8100;
    }

/* sitemap */
.site_map {
    position: relative;
}

.tree ul {
    padding-left: 40px
}

.tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    position: relative
}

    .tree li::before, .tree li::after {
        content: '';
        left: -20px;
        position: absolute;
        right: auto
    }

    .tree li::before {
        border-left: 2px solid #000000;
        bottom: 50px;
        height: 100%;
        top: 0;
        width: 1px
    }

    .tree li::after {
        border-top: 2px solid #000000;
        height: 20px;
        top: 25px;
        width: 25px
    }

    .tree li a {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background: #ff8100;
        border: 1px solid #ff8100;
        border-radius: 3px;
        display: inline-block;
        padding: 3px 8px;
        text-decoration: none;
        cursor: pointer;
        color: #000
    }

.tree > ul > li > ul > li > a {
    background: #186d12;
    color: #fff;
    border-color: #186d12
}

.tree ul li ul li ul li ul li a {
    background: #e9f5ff
}

.tree > ul > li::before, .tree > ul > li::after {
    border: 0
}

.tree li:last-child::before {
    height: 27px
}

.tree li a:hover {
    background: #fff;
    border: 1px solid #94a0b4
}

.tree > ul > li > ul > li > a:hover {
    color: #000;
}
.card-web-info {
    position: relative;
    width: 256px;
    /* background-color: #000; */
    border-radius: 1.5rem;
    text-align: center;
    /* box-shadow: 0 4px 16px hsla(29, 75%, 8%, 0.2); */
    display: flex;
    width: 100%;
    /* justify-content: space-between; */
    align-items: center;
}

.card__img {
    width: 96px;
    border-radius: 50%;
}

.card__border {
    width: 110px;
    height: 110px;
    border: 2px solid #000;
    border-radius: 50%;
    display: grid;
    place-items: center;
    /* margin: 0 auto 0.75rem; */
    margin-right: 30px;
}

.card__name {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.card__profession {
    color: #ff8100;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
}

.card__social {
    width: 200px;
    background-color: #ff8100;
    padding: 0.75rem;
    border-radius: 3rem;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2.75rem;
    margin: 0 auto;
    overflow: hidden;
}

.card__social-toggle {
    display: inline-block;
    background-color: #fff;
    font-size: 18px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    position: relative;
    z-index: 10;
    color: #000;
}

.card__social-text {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}

.card_address {
    display: block;
    margin-bottom: 7px;
}

    .card_address i {
        margin-right: 10px;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: #ff8100;
        line-height: 26px;
        text-align: center;
        color: #fff;
    }
.theme_mode {
    padding: 0px;
}

    .theme_mode .checkbox {
        opacity: 0;
        position: absolute;
    }

li.theme_mode input {
    display: none;
}

.theme_mode .label {
    margin-top: 4px;
    margin-left: 0px;
    margin-bottom: 0;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #000;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: relative;
    cursor: pointer;
    transform: scale(1.3);
    /* box-shadow: inset 1px 1px 7px rgb(0 0 0 / 20%); */
    overflow: hidden;
}

.theme_mode .ball {
    width: 8px;
    height: 16px;
    background-color: #020202;
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 18px 1px 1px 18px;
    transition: transform 0.2s linear;
}

.theme_mode .checkbox:checked + .label .ball {
    transform: translateX(0px);
    background: #fff;
}

.theme_mode .checkbox:checked + .label {
    background: #000;
    /* border: 1px solid #fff; */
    color: #000;
}





@media print {


    body {
        font-size: 16px;
        -webkit-print-color-adjust: exact;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
        display: flex;
    }

        .row > * {
            padding-right: 15px;
            padding-left: 15px;
        }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .filling_boxes {
        border-radius: 5px;
        padding: 10px 5px;
        min-height: 125px;
        position: relative;
        margin: 5px 0px 0px 0px;
        text-align: center;
    }

    a[href]:after {
        display: none;
    }

    .login_wrapper {
        display: flex;
    }

    .login_wrapper a {
        width: 50%;
    }

    .print-full {
        width: 100%;
    }

    .print-half {
        width: 50%;
    }
}
