/*    @import 'https://fonts.googleapis.com/css?family=Work+Sans';
*/   @import url('https://fonts.googleapis.com/css?family=Hind|Lobster|Righteous|Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700&display=swap');
/*@import 'https://fonts.googleapis.com/css?family=Philosopher';*/
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(hover.css);
@import url(jquery.fancybox.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(jquery.bxslider.css);
@import url(jquery.mCustomScrollbar.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(../revolution/css/settings.css);
body {
    overflow-x: hidden;
    font-size: 18px !important;
    /* font-family: 'Roboto Condensed', sans-serif; */
    font-family: 'Dosis', sans-serif;
    /* font-family:'Hind','Roboto Condensed', sans-serif; */
    line-height: 1.6;
    font-weight: 500;
    background-color:rgb(245 255 239) !important;
}
.fonthindi
{
      font-family:'Hind', sans-serif !important ;
      font-weight: bolder; 
}
/*font-family: 'Roboto Condensed', sans-serif;
font-family: 'Dosis', sans-serif;
font-family: 'Righteous', cursive;*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Dosis', sans-serif;
    line-height: 1.3em;
}

a,
a:hover,
a:active {
    text-decoration: none !important
}

:active,
:focus {
    outline: none !important
}

img {
    max-width: 100%
}

.p0 {
    padding: 0 !important
}

.full-width {
    width: 100% !important
}

.text-thm {
    color: #277648
}

.bg-thm {
    background: #277648
}

.text-white {
    color: #fff !important
}

.text-dark {
    color: #277648 !important
}

.text-777 {
    color: #777
}

.text-uppercase {
    text-transform: uppercase
}

.bold {
    font-weight: bold !important
}

.thm-btn {
    background: #277648;
    border-radius: 30px;
    display: inline-block;
    color: #fff !important;
    font-size: 12px;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 25px !important;
    border: 2px solid transparent;
    transition: all .3s ease;
    margin-bottom: -17px
}

.thm-btn:hover,
.thm-btn.inverse,
.thm-btn:active,
.thm-btn:focus {
    background-color: #fff;
    border-color: #277648;
    color: #277648 !important
}

.thm-btn.inverse:hover {
    background: #277648;
    border-color: #277648;
    color: #fff
}

.btn-xs {
    font-size: 11px !important;
    padding: 8px 15px !important
}

.btn-dark {
    background: #252525
}

.sec-padding {
    padding: 90px 0
}

.sec-title {
    margin-bottom: 60px
}

.sec-title p {
    font-size: 18px;
    color: #747474;
    margin: 0;
    margin-bottom: 20px
}

.sec-title {
    position: relative;
    text-align: center
}

.sec-title h2 {
    color: #277648;
    position: relative;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
    font-family: 'Dosis', sans-serif;
    /* font-family: 'Dosis', sans-serif; */
}

.sec-title .double-line,
.double-line {
    position: relative;
    top: -4px;
    display: inline-block;
    width: 30px;
    height: 6px;
    border-top: 1px solid #277648;
    border-bottom: 1px solid #277648
}

.single-line-bottom::after {
    background: #277648 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 121px;
    position: absolute;
    top: 115px;
    width: 80px
}

.double-line-bottom::before {
    background: #277648 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 37px;
    width: 50px
}

.double-line-bottom::after {
    background: #277648 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 40px;
    width: 50px
}

blockquote {
    border-left: 5px solid #c1c1c1
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin: 0
}

.logo {
    position: absolute;
    z-index: 99;
    border-radius: 2px;
/*    background: #fff;*/
    padding: 6px
}

.logo img {
    width: 270px
}

.mt_5 {
    margin-top: 5px
}

.mt_15 {
    margin-top: 15px !important
}

.pb_2 {
    padding-bottom: 2px !important
}

.p-9 {
    padding: 9px !important
}

.pr_15 {
    padding-right: 15px !important
}

.ml-6 {
    margin-left: -6px !important
}

.text-black {
    color: #277648 !important
}

.img-fullwidth {
    width: 100%
}

.font-13 {
    font-size: 13px !important
}

.font-16 {
    font-size: 18px !important
}

.font-18 {
    font-size: 18px !important
}

.font-20 {
    font-size: 20px !important
}

.font-22 {
    font-size: 22px !important
}

.font-24 {
    font-size: 24px !important
}

.font-32 {
    font-size: 32px !important
}

.font-50 {
    font-size: 50px
}

.font-64 {
    font-size: 64px
}

.font-72 {
    font-size: 72px !important
}

.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

.font-weight-800 {
    font-weight: 800
}

.bold {
    font-weight: bold
}

.no-border {
    border: none !important
}

.border-1px {
    border: 1px solid #eee
}

.border-bottom {
    border-bottom: 1px solid #eee
}

.border-top-none {
    border-top: none !important
}

.brder-left-3 {
    border-left: 3px solid #ddd
}

.bdrs-0 {
    border-radius: 0 !important
}

.border-thm {
    border: 1px solid #277648 !important
}

.line-height-1 {
    line-height: 1px
}

.line-height-10 {
    line-height: 10px !important
}

.line-height-20 {
    line-height: 20px !important
}

.line-height-30 {
    line-height: 30px !important
}

.top-bar {
    border-bottom: 1px solid #eaeaea;
    background-color: #277648
}

.social-icons ul,
.social-icons ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block
}

.social-icons ul li:first-child a {
    border-left: 1px solid #eaeaea
}

.demo-page .social-icons a {
    border: 1px solid #eaeaea;
    margin: 6px
}

.demo-img:hover img {
    transform: scale(1.1, 1.1)
}

.demo-img img {
    transition: all 500ms ease 0
}

.demo-img:hover img {
    box-shadow: 0 6px 6px 0 #277648;
    transition: all .3s ease
}

.social-icons ul li a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    border-right: 1px solid #eaeaea;
    line-height: 28px;
    text-align: center;
    padding: 0 8px;
    margin-left: -5px;
    transition: all .3s ease
}

.social-icons ul li a:hover {
    color: #fff;
    background: #277648
}

.header {
    padding: 7px 0 0 0
}

.single-header-info {
    float: left;
    padding-left: 35px
}

.single-header-info .icon-box,
.single-header-info .content {
    display: table-cell;
    vertical-align: middle
}

.single-header-info .icon-box .inner-box {
    width: 60px;
    height: 60px;
    border: 1px solid #e1e1e1;
    text-align: center;
    line-height: 58px;
    margin-right: 15px
}

.single-header-info .icon-box .inner-box i:before {
    font-size: 30px;
    color: #277648
}

.single-header-info .content h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #2b2b2b;
    font-family: 'Dosis', sans-serif;
    font-weight: 800;
    margin: 0;
    margin-bottom: 5px
}

.single-header-info .content p {
    font-size: 13px;
    margin: 0;
    color: #b6b6b6
}

.single-header-info .content p b {
    font-size: 18px;
    color: #277648;
    font-weight: 500
}

.single-header-info .thm-btn {
    margin: 7px 0
}

.single-header-info .modal-dialog.style-one {
    margin: 30px auto;
    width: 700px
}

.mainmenu-area {
    background: #f8f8f8;
    border-bottom: 4px solid #277648
}

.mainmenu-area.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999
}

.mainmenu-area.stricky-fixed .logo img {
    width: 270px
}

.navigation .nav-footer {
    display: none
}

.navigation .nav-header>ul {
    padding: 0;
    margin: 0;
    text-align: right
}

.navigation .nav-header>ul>li {
    display: inline-block;
    position: relative
}

.navigation .nav-header>ul>li:first-child>a {
    padding-left: 0
}

.navigation .nav-header>ul>li:last-child>a {
    padding-right: 0
}

.navigation .nav-header>ul>li>a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #5b5d5d;
    padding: 26px 10px;
    transition: all .3s ease
}

.navigation .nav-header>ul>li:hover>a {
    color: #277648
}

.navigation .nav-header>ul>li:hover>ul {
    opacity: 1;
    visibility: visible
}

.navigation .nav-header>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 240px;
    margin: 0;
    padding: 0;
    opacity: 0;
    text-align: left;
    visibility: hidden;
    box-shadow: 2px 0 11px -3px rgba(0, 0, 0, .2);
    transition: all .5s ease
}

.navigation .nav-header>ul>li>ul.right-align {
    left: auto;
    right: 0
}

.navigation .nav-header>ul>li>ul>li {
    display: block;
    position: relative
}

.navigation .nav-header>ul>li>ul>li:last-child>a {
    border-bottom: 0
}

.navigation .nav-header>ul>li>ul>li>a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #2b2b2b;
    padding: 18px 19px;
    border-bottom: 1px solid #e9e9e9;
    transition: all .3s ease
}

.navigation .nav-header>ul>li>ul>li:hover>a {
    background: #277648;
    color: #fff;
    border-color: 0
}

.navigation .nav-header>ul>li>ul>li:hover>a,
.navigation .nav-header>ul>li>ul>li>ul>li:hover>a {
    padding-left: 30px
}

.navigation .nav-header>ul>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible
}

.navigation .nav-header>ul>li>ul>li>ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 240px;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    background: #fff;
    box-shadow: 2px 0 11px -3px rgba(0, 0, 0, .2);
    transition: all .5s ease
}

.navigation .nav-header>ul>li>ul>li>ul>li {
    display: block;
    position: relative
}

.navigation .nav-header>ul>li>ul>li>ul>li:last-child>a {
    border-bottom: 0
}

.navigation .nav-header>ul>li>ul>li>ul>li>a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #2b2b2b;
    padding: 18px 19px;
    border-bottom: 1px solid #e9e9e9;
    transition: all .3s ease
}

.navigation .nav-header>ul>li>ul>li>ul>li:hover>a {
    background: #277648;
    color: #fff;
    border-color: 0
}

.submenu .dropdown>a::after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 10px
}

.mainmenu-area .search-box {
    width: 280px;
    height: 66px;
    background: #2d373f;
    padding: 0 25px
}

.mainmenu-area .search-box input {
    background-color: transparent;
    border: 0;
    outline: 0;
    color: #dad9d9;
    font-size: 13px;
    line-height: 65px;
    width: calc(100% - 31px)
}

.mainmenu-area .search-box button {
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 15px;
    line-height: 65px;
    color: #dad9d9
}

.donate-btn .thm-btn {
    background: #277648;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 34px;
    border: 2px solid rgba(0, 0, 0, 0);
    transition: all .3s ease;
    border-radius: 118px
}

.thm-btn:hover,
.thm-btn.inverse {
    background-color: #fff;
    border-color: #277648;
    color: #277648
}

.thm-btn:active,
.thm-btn:focus {
    background-color: #fff;
    border-color: #277648;
    color: #277648
}

.thm-btn.inverse:hover {
    background: #277648;
    border-color: #277648;
    color: #fff !important
}

.rev_slider_wrapper .thm-banner-h1 {
    font-size: 55px;
    font-weight: 300;
    color: #277648;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase
}

.rev_slider_wrapper .thm-banner-h3 {
    background-color: rgba(255, 255, 255, 0.49);
    font-size: 26px;
    font-weight: 600;
    color: #1a237e;
    font-family: 'Dosis', sans-serif;
    padding: 0 10px !important;
    text-transform: capitalize;
    min-width: 800px;
    font-style: italic
}

.rev_slider_wrapper .thm-banner-p {
    font-size: 15px;
    font-weight: 600;
    color: #fbf7f7;
    font-family: 'Poppins';
    line-height: 27px
}

.rev_slider_wrapper .thm-banner-h1.heavy {
    font-weight: 900
}

.rev_slider_wrapper .thm-btn {
    transition: all .3s ease !important
}

.rev_slider_wrapper .thm-banner-h1.blue-bg {
    background: rgba(252, 116, 55, 0.5);
    color: #fff;
    font-size: 42px;
    line-height: 55px;
    padding: 0 10px
}

.rev_slider_wrapper .thm-banner-h1.black-bg {
    background: rgba(38, 47, 54, 0.5);
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    padding: 0 10px
}

.overlay-white {
    -webkit-background-size: cover;
    background-size: cover;
    position: relative
}

.overlay-white:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: .9
}

.layer-overlay::before {
    background: rgba(15, 18, 20, 0.65) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.layer-overlay.overlay-dark-4::before {
    background: rgba(0, 0, 0, 0.4)
}

.layer-overlay.overlay-dark-6::before {
    background: rgba(0, 0, 0, 0.6)
}

.layer-overlay.overlay-dark-8::before {
    background: rgba(0, 0, 0, 0.8)
}

.layer-overlay.overlay-white-6::before {
    background: rgba(255, 255, 255, 0.6)
}

.layer-overlay.overlay-white-7::before {
    background: rgba(255, 255, 255, 0.7)
}

.layer-overlay.overlay-white-8::before {
    background: rgba(255, 255, 255, 0.8)
}

.layer-overlay.overlay-white-9::before {
    background: rgba(255, 255, 255, 0.9)
}

.layer-overlay.theme-overlay::before {
    background: rgba(252, 116, 55, 0.9)
}

.bg-img-cover {
    background-size: cover;
    background-position: 50% 20%;
    background-repeat: no-repeat
}

.bg-white {
    background: #fff
}

.bg-f7 {
    background: #f7f7f7
}

.bg-parallax {
    background: transparent;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important
}

.page-title {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 100px 0;
    position: relative;
    text-align: center
}

.inner-box {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all .3s ease
}

.featured-three-column .inner-box:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(0, 121, 107, 0.68)
}

.featured-three-column .inner-box:hover:before {
    background: rgba(0, 121, 107, 0.68)
}

.featured-three-column .inner-box.dark-overlay:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(37, 37, 37, .9)
}

.featured-three-column .inner-box.dark-overlay:hover:before {
    background: rgba(0, 121, 107, 0.68)
}

.featured-three-column {
    position: relative;
    z-index: 100
}

.featured-three-column.style-two {
    padding: 70px 0 0;
    margin-top: 0
}

.featured-three-column .column {
    position: relative;
    margin-bottom: 25px;
    text-align: center
}

.featured-three-column .inner-box {
    background-size: cover !important;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    color: #ccc;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-top: none !important
}

.featured-three-column .inner-box .content {
    position: relative;
    height: 130px
}

.featured-three-column .column:nth-child(even) .inner-box {
    background: #277648;
    color: #fff
}

.featured-three-column h3 {
    font-size: 24px !important;
    color: #fff !important;
    font-weight: 800;
    margin-top: 0 !important;
    text-transform: capitalize
}

.featured-three-column .link {
    position: relative;
    bottom: -38px
}

.featured-three-column .column:nth-child(even) .normal-btn {
    background: #252525
}

.featured-three-column .column .normal-btn:hover {
    background: #fff !important;
    color: #277648 !important;
    border-color: #277648 !important
}

.featured-three-column .inner-box .content .text {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center
}

.event {
    margin-bottom: 15px
}

.event .event-thumb {
    position: relative
}

.thumb img {
    object-fit: cover
}

.event .event-title {
    margin-bottom: 10px;
    margin-top: 0
}

.event .event-title {
    font-size: 18px;
    font-weight: 700
}

.event .event-title a {
    color: #277648;
    text-transform: uppercase;
    transition: all .3s ease
}

.event:hover .event-title a {
    color: #277648
}

.event .event-content .event-held {
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.event .event-content .event-held li {
    list-style-type: none
}

.event .event-content .event-held li i {
    color: #277648
}

.event .event-content .event-date {
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.event .event-content .event-date.style2 {
    top: -86px;
    text-transform: uppercase
}

.event .event-content .date {
    background-color: #277648;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    list-style: none;
    padding: 15px 15px
}

.dat {
    font-size: 24px
}

.event-content {
    position: relative
}

.event .event-thumb .event-date {
    position: absolute;
    left: 15px;
    text-align: center;
    top: 15px
}

.event .event-thumb .event-date.style3 {
    top: 0;
    text-transform: uppercase
}

.event .event-thumb .date {
    background-color: #277648;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    list-style: none;
    padding: 15px 15px
}

.event-date.style3.p-10.right-none {
    right: -25px
}

.event.style-two {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px
}

.event.style-two .event-thumb .event-date {
    left: 0;
    padding-left: 0
}

.event.style-two .event-thumb .date {
    font-size: 28px;
    padding: 20px 0
}

.bx-wrapper {
    margin: 0 auto 7px;
    padding: 0;
    position: relative
}

.bx-wrapper .bx-viewport {
    background: transparent;
    border: 0;
    box-shadow: none;
    left: 0
}

.bx-controls .bx-controls-direction>a {
    background: #ddd;
    background-image: none;
    color: #555;
    height: auto;
    line-height: 26px;
    padding: 0 11px;
    width: auto;
    text-indent: 0;
    top: -32px;
    z-index: 0
}

.bx-controls .bx-controls-direction>a:hover {
    background: #ddd;
    color: #565656
}

.bx-controls .bx-controls-direction>a:hover i {
    color: #555
}

.bx-controls .bx-controls-direction>a i {
    color: #555
}

.bx-controls .bx-controls-direction .bx-prev {
    right: 35px;
    left: auto
}

.bx-controls .bx-controls-direction .bx-next {
    right: 0
}

.img-masonary {
    margin-left: -3px;
    margin-right: -3px
}

.img-masonary .img-w1 {
    padding: 3px
}

.img-masonary .img-w1 img {
    width: 280px
}

.img-masonary .img-h1 img {
    height: 220px
}

.full-sec .sec-title {
    margin: 0;
    margin-bottom: 30px
}

.full-sec .full-image {
    max-width: none
}

.full-sec h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 300;
    line-height: 40px;
    margin: 0
}

.full-sec p {
    color: #353434;
    line-height: 26px
}

.full-sec .full-sec-content {
    padding-top: 70px;
    padding-left: 70px
}

.single-service-home {
    margin-bottom: 20px;
    height: 180px;
    padding: 6px;
    display: block
}

.single-service-home .icon-box,
.single-service-home .content {
    display: table-cell;
    vertical-align: top
}

.single-service-home .inner-box {
    width: 65px;
    height: 65px;
    border: 2px solid #277648;
    background: #fff;
    text-align: center;
    color: #277648;
    line-height: 63px;
    margin-right: 27px;
    position: relative;
    transition: all .3s ease
}

.single-service-home:hover .inner-box {
    background: #277648;
    border-color: #277648;
    color: #fff
}

.single-service-home .inner-box i:before {
    font-size: 35px
}

.single-service-home .content h3 {
    font-size: 24px;
    text-transform: capitalize;
    color: #277648;
    font-weight: 500;
    margin: 0;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: left
}

.single-service-home .content p {
    color: #9c9c9c;
    line-height: 24px;
    margin: 0;
    margin-bottom: 15px
}

.single-service-home .content a {
    color: #277648;
    font-size: 18px;
    position: absolute;
    text-transform: capitalize;
    font-weight: 600;
    transition: all .3s ease;
    bottom: 0;
    right: 0
}

.single-service-home:hover .content a {
    color: #5e2a30
}

.style-two .single-service-home .inner-box {
    border-radius: 50%
}

.style-two .single-service-home .inner-box:before {
    display: none
}

.charity-info {
    padding-top: 5px;
    padding-bottom: 10px
}

.single-charity-info {
    border-right: 1px solid #ccc
}

.single-charity-info.no-norder {
    border-right: medium none
}

.charity-count h1,
.charity-count-white h1 {
    color: #277648;
    font-family: "PT Serif", sans-serif;
    font-size: 65px;
    font-weight: 700;
    padding-left: 22px
}

.charity-text p {
    font-family: "Poppins", sans-serif;
    color: #277648;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px
}

.charity-count h1::before {
    background: #277648 none repeat scroll 0 0;
    content: "";
    height: 5px;
    left: 40px;
    position: absolute;
    top: 0;
    width: 32px
}

.charity-count-white h1::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 5px;
    position: absolute;
    top: 0;
    width: 32px
}

.charity-text {
    padding-left: 10px
}

.meet-volunteers.gray-bg {
    background: #fbfcfc
}

.meet-volunteers.team-page {
    padding-bottom: 30px
}

.meet-volunteers.team-page .single-team-member {
    margin-bottom: 60px
}

.single-team-member .img-box {
    margin-bottom: 25px;
    position: relative
}

.single-team-member .img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(235, 83, 16, .75);
    transform: scale(0);
    transition: all .5s ease
}

.single-team-member:hover .img-box .overlay {
    transform: scale(1)
}

.single-team-member .img-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%
}

.single-team-member .img-box .overlay .box .content {
    display: table-cell;
    vertical-align: middle
}

.single-team-member .img-box .overlay .box .content ul {
    text-align: center;
    margin: 0;
    padding: 0
}

.single-team-member .img-box .overlay .box .content ul li {
    display: inline-block;
    list-style: none
}

.single-team-member .img-box .overlay .box .content ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    background: #fff;
    color: #277648;
    border: 1px solid #fff;
    line-height: 38px;
    font-size: 18px;
    border-radius: 50%;
    transition: all .3s ease
}

.single-team-member .img-box .overlay .box .content ul li a:hover {
    background: #277648;
    border-color: #fff;
    color: #fff
}

.single-team-member h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
    color: #222e35;
    line-height: 25px;
    margin: 0;
    margin-bottom: 4px
}

.single-team-member>span {
    font-size: 13px;
    color: #277648;
    text-transform: capitalize;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6
}

.single-team-member p {
    font-size: 18px;
    color: #9c9c9c;
    line-height: 26px;
    margin: 0
}

.single-team-member a.thm-btn {
    padding: 9px 24px;
    background: #fff;
    border-color: #e6e6e6;
    color: #222e35;
    margin-top: 13px
}

.single-team-member a.thm-btn:hover {
    background: #277648;
    border-color: #277648;
    color: #fff
}

.team-carousel .owl-controls {
    position: absolute;
    top: -140px;
    right: 0
}

.owl-theme .owl-nav {
    margin: 0
}

.owl-theme .owl-nav [class*=owl-] {
    background: #277648;
    color: #fff;
    width: 45px;
    height: 45px;
    border: 2px solid #277648;
    font-size: 22px;
    line-height: 43px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    margin-left: 15px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #277648
}

.event-feature .owl-controls {
    top: 27px;
    position: absolute;
    right: 15px
}

.our-volenteer .owl-controls {
    top: -65px;
    position: absolute;
    right: 0
}

#our-volenteer-area {
    padding-bottom: 94px;
    padding-top: 95px
}

.volenteer-image-holder {
    position: relative;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    border-bottom: 0;
   height:270px;
}
.volenteer-image-holder >img
{    object-fit: cover;
    max-width: 100%;
    height: 274px;
    width: 274px;
}
.volenteer-plus-icon {
    position: absolute;
    right: 0;
    bottom: 0
}

.single-volenteer:hover .volenteer-overlay {
    opacity: 1
}

.volenteer-overlay {
    background:rgba(15, 13, 25, 0.28) none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all .5s ease
}

.volenteer-overlay .social-links {
    text-align: center;
    display: block;
    margin-top: 220px;
        margin-top: 50%;
}

.social-links i.mysocial_style {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    margin: 0 2px;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 9px;
    width: 30px
}

.social-links i.mysocial_style:hover {
    background: #277648;
    border: 1px solid #403859
}

.volenteer-minus-icon {
    bottom: 0;
    position: absolute;
    right: 0
}

.volenteer-name {
    background: #f0f0f0 none repeat scroll 0 0;
    padding-bottom: 12px;
    padding-top: 17px;
    transition: all .5s ease
}

.single-volenteer:hover .volenteer-name {
    background: #277648
}

.single-volenteer:hover .volenteer-name h5 {
    color: #fff
}

.single-volenteer:hover .volenteer-name p {
    color: #fff
}

.volenteer-name h5 {
    color: #3b3946;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
  
    transition: all .5s ease
}

.volenteer-name p {
    color: #3b3946;
   
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
    margin-top: 2px;
    transition: all .5s ease
}

.single-volenteer:hover .volenteer-image-holder .volenteer-plus-icon {
    display: none
}

.single-volenteer:hover .volenteer-image-holder .volenteer-overlay {
    display: block
}

.footer-call-to-action {
    background: #277648;
    padding: 15px 0
}

.footer-call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    line-height: 23px;
    margin-bottom: 18px;
    font-family: 'Dosis', sans-serif;
    /* font-family:'Hind','Roboto Condensed', sans-serif; */
  
    font-weight: 700;
}

.footer-call-to-action p {
    font-size: 18px;
    color: #eee;
    margin: 0;
    line-height: 25px
}

.footer-call-to-action a.thm-btn {
    padding: 18px 24px;
    color: #277648;
    margin: 7px 0
}

.footer-call-to-action a.thm-btn.inverse:hover {
    color: #fff !important;
    border-color: #fff
}

.footer {
    background: #262f36
}

.footer-widget ul {
    margin: 0;
    padding: 0
}

.footer-widget ul li {
    list-style: none
}

.footer-widget .contact {
    margin-top: 21px
}

.footer-widget .contact li {
    font-size: 13px;
    color: #c9c9c9;
    margin-bottom: 18px
}

.footer-widget .contact li i,
.footer-widget .contact li span {
    display: table-cell;
    vertical-align: middle
}

.footer-widget .contact li i {
    font-size: 18px;
    color: #fff;
    width: 18px;
    text-align: center;
    padding-right: 18px
}

.footer-widget.about-widget img {
    margin-bottom: 20px;
   /* background-color: #fff*/
}

.footer-widget.about-widget p {
    color: #c9c9c9;
    font-size: 13px;
    line-height: 27px;
    margin: 0
}

.footer-widget .social {
    margin-top: 30px
}

.footer-widget .social li {
    display: inline-block
}

.footer-widget .social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #cacfd3;
    border: 1px solid #cacfd3;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    margin-right: 3px;
    transition: all .3s ease
}

.footer-widget .social li a:hover {
    background: #277648;
    border-color: #277648;
    color: #fff
}

.footer-widget h3.title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    color: #fef9f9;
    margin: 0;
    margin-bottom: 24px
}

.footer-widget.quick-links ul li a {
    font-size: 18px;
    color: #c9c9c9;
    line-height: 38px;
    tranisition: all .3s ease
}

.footer-widget.quick-links ul li a:hover {
    color: #277648
}

.footer-widget.latest-post ul li {
    margin-bottom: 20px;
    margin-top: 6px !important
}

.footer-widget.latest-post ul li span.border {
    display: table-cell;
    vertical-align: top
}

.footer-widget.latest-post ul li span.border:before {
    content: ' ';
    width: 10px;
    height: 2px;
    background: #fff;
    display: block
}

.footer-widget.latest-post ul li .content {
    padding-left: 18px;
    display: table-cell;
    vertical-align: top;
    position: relative;
    top: -8px
}

.footer-widget.latest-post ul li a {
    display: block;
    color: #c9c9c9;
    font-size: 13px;
    line-height: 25px;
    transition: all .3s ease
}

.footer-widget.latest-post ul li a:hover {
    color: #277648
}

.footer-widget.latest-post ul li span {
    color: #576673;
    font-size: 13px;
    display: block
}

.footer-widget.contact-widget input,
.footer-widget.contact-widget textarea {
    width: 100%;
    height: 50px;
    background: #2c353c;
    color: #c9c9c9;
    font-size: 13px;
    margin-bottom: 10px;
    border: 0;
    outline: 0;
    padding: 0 20px
}

.footer-widget.contact-widget textarea {
    height: 100px;
    padding-top: 15px;
    margin-bottom: 5px
}

.footer-widget.contact-widget button {
    width: 100%;
    height: 50px;
    background: #277648;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border: 0;
    outline: 0;
    padding: 0;
    line-height: 50px;
    font-weight: bold;
    transition: all .3s ease
}

.footer-widget.contact-widget button:hover {
    background: #fff;
    color: #277648
}

.footer-bottom {
    background: #262f36;
    border-top: 1px solid #2d373f;
    padding: 22px 0
}

.footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: #fff
}

.footer-bottom a {
    color: #277648
}

.contact-form label.error {
    display: none !important
}

.contact-form input.error,
.contact-form textarea.error {
    background: rgba(255, 0, 0, .2) !important
}

.home-appointment-form {
    margin-top: -191px;
    position: relative;
    z-index: 9999
}

.home-appointment-form .heading {
    display: inline-block;
    background: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

.home-appointment-form .heading h3 {
    margin: 0;
    color: #262f36;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 60px;
    padding: 0 35px;
    font-weight: 600
}

.home-appointment-form .form-grp {
    background: #fff;
    padding: 35px 30px
}

.home-appointment-form .form-grp .single-form {
    margin-right: 20px;
    float: left
}

.home-appointment-form .form-grp .single-form:last-child {
    margin-right: 0
}

.home-appointment-form .form-grp .single-form input {
    width: 222px;
    height: 55px;
    border: 1px solid #edf0f3;
    padding-left: 22px;
    outline: 0
}

.home-appointment-form .form-grp .single-form button {
    width: 152px;
    height: 55px;
    background: #277648;
    border: 0;
    outline: 0;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    text-transform: uppercase
}

.home-appointment-form .form-grp .select-input-wrapper {
    width: 222px
}

.home-appointment-form .form-grp .select-input+.ui-selectmenu-button {
    border-radius: 0;
    width: 100% !important;
    background: 0;
    border: 0;
    font-weight: normal;
    border: 1px solid #edf0f3;
    height: 55px;
    outline: 0
}

.home-appointment-form .form-grp .select-input+.ui-state-default .ui-icon {
    background-image: url(../images/resources/select-menu-bg.png);
    background-position: 0 0;
    margin: -3px;
    right: 15px
}

.home-appointment-form .form-grp .select-input+.ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #bdbdbd;
    border-radius: 0;
    height: 55px;
    outline: 0;
    line-height: 55px;
    padding-left: 20px
}

.home-appointment-form.volunteer-profile {
    margin-top: 0;
    padding-bottom: 60px;
    padding-top: 0
}

.home-appointment-form.volunteer-profile .heading h3 {
    line-height: 35px
}

.home-appointment-form.volunteer-profile hr {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    height: 6px;
    margin: 0;
    margin-bottom: 60px
}

.home-appointment-form.volunteer-profile .form-grp .single-form input,
.home-appointment-form.volunteer-profile .form-grp .select-input+.ui-selectmenu-button span.ui-selectmenu-text {
    background: #efefef
}

.ui-selectmenu-menu {
    z-index: 999999
}

.ui-widget-content {
    background: 0;
    border: 0;
    background: #fff;
    border-bottom: 0
}

.ui-menu .ui-menu-item {
    padding: 0;
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px solid #edf0f3;
    padding-left: 15px;
    font-family: 'Poppins';
    font-weight: normal;
    color: #bdbdbd;
    font-size: 18px
}

.ui-menu .ui-menu-item.ui-state-focus,
.ui-menu .ui-menu-item:hover {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    background: #277648;
    border-bottom: 1px solid #277648;
    border-top: 1px solid #277648
}

.ui-datepicker-header {
    background: #277648;
    border-color: #277648;
    border-radius: 0
}

.ui-datepicker .ui-state-default {
    font-size: 18px;
    background: 0;
    font-weight: normal;
    border: 1px solid #edf0f3;
    padding: 7px;
    font-family: 'Poppins'
}

.ui-datepicker .ui-state-highlight {
    background: #277648;
    color: #fff
}

.inner-header {
    padding-top: 30px;
    position: relative;
    background: url(../images/resources/inner-header-bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.inner-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e2f5fd;
    opacity: .85
}

.inner-header .sec-title {
    position: relative;
    margin-bottom: 0
}

.inner-header .sec-title h2 {
    color: #277648;
    font-size: 40px;
    text-transform: capitalize;
    line-height: 58px;
    margin: 0;
    letter-spacing: 1px
}

.breadcumb {
    padding: 0;
    margin: 0;
    margin-bottom: 20px
}

.breadcumb li {
    display: inline-block
}

.breadcumb li a,
.breadcumb li i,
.breadcumb li span {
    display: block;
    font-size: 15px
}

.breadcumb li a {
    color: #277648
}

.breadcumb li span {
    color: #222e35
}

.full-sec-content h2 {
    color: #277648;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    text-transform: capitalize
}

.full-sec-content h3 {
    padding-top: 10px
}

.about-content.full-sec {
    padding-bottom: 0
}

.about-content.full-sec .full-sec-content {
    padding-top: 0;
    padding: 0
}

.about-content.full-sec h3 {
    font-size: 26px
}

.volunteer-profile ul.infos {
    margin: 0;
    padding: 0;
    margin-top: 11px
}

.volunteer-profile ul.infos li {
    list-style: none;
    line-height: 35px
}

.volunteer-profile ul.infos li span {
    display: table-cell;
    vertical-align: middle
}

.volunteer-profile ul.infos li span:first-child {
    text-transform: uppercase;
    color: #222e35;
    font-size: 13px;
    font-weight: 600
}

.volunteer-profile ul.infos li span:last-child {
    padding-left: 40px;
    color: #9c9c9c
}

.volunteer-profile ul.social {
    padding: 0;
    margin-top: 15px
}

.volunteer-profile ul.social li {
    display: inline-block
}

.volunteer-profile ul.social li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: #3b3b3b;
    color: #fff;
    text-align: center;
    line-height: 35px;
    transition: all .3s ease
}

.volunteer-profile ul.social li:hover a {
    background: #277648
}

.google-map {
    position: relative;
    padding-bottom: 30%; 
     height:0;overflow:hidden
 }
 .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.contact-content h2 {
    color: #626568;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    margin-bottom: 35px
}

.contact-content .contact-form textarea,
.contact-content .contact-form input {
    width: 100%;
    height: 60px;
    border: 1px solid #f0f0f0;
    outline: 0;
    padding-left: 20px;
    line-height: 58px;
    margin-bottom: 20px
}

.contact-content .contact-form textarea {
    height: 221px
}

.contact-content .contact-form input.thm-btn {
    padding: 12px 42px;
    line-height: 0;
    height: 40px
}

.contact-content .contact-info {
    padding: 0
}

.contact-content .contact-info li {
    list-style: none;
    margin-bottom: 23px
}

.contact-content .contact-info li .icon-box,
.contact-content .contact-info li .content-box {
    display: table-cell;
    vertical-align: top
}

.contact-content .contact-info li .icon-box .inner {
    width: 70px;
    height: 70px;
    background: #277648;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 30px;
    margin-right: 25px
}

.contact-content .contact-info li .content-box h4 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #277648;
    font-weight: bold;
    margin-bottom: 10px
}

.contact-content .contact-info li .content-box p {
    color: #9c9c9c;
    line-height: 26px
}

.pull-right .side-bar-widget {
    margin-left: 20px
}

.single-sidebar-widget {
    margin-bottom: 38px
}

.single-sidebar-widget.category .title {
    margin-bottom: 11px
}

.single-sidebar-widget.archive .title {
    margin-bottom: 11px
}

.single-sidebar-widget.archive ul li a:hover {
    color: #277648
}

#single_Service .service_sideber .services_lis {
    border: 1px solid #f4f4f4;
    border-bottom: 0 solid
}

#single_Service .service_sideber .services_lis ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#single_Service .service_sideber .services_lis ul li {
    border-bottom: 1px solid #f4f4f4;
    line-height: 60px
}

#single_Service .service_sideber .services_lis ul li i {
    color: #277648;
    font-size: 18px;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 20px
}

#single_Service .service_sideber .services_lis ul li a {
    text-decoration: none;
    overflow: hidden;
    display: block;
    color: #262f36;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;
    padding-left: 20px
}

#single_Service .service_sideber .services_lis ul li.active a,
#single_Service .service_sideber .services_lis ul li a:hover {
    background: #277648;
    color: #fff;
    transition: all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms
}

#single_Service .service_sideber .services_lis ul li.active a i,
#single_Service .service_sideber .services_lis ul li a:hover i {
    color: #fff
}

#single_Service .service_sideber .appointment_side_form {
    border: 1px solid #f4f4f4;
    border-top: 0 solid;
    margin-top: 40px
}

#single_Service .service_sideber .appointment_side_form h2 {
    font-family: ''Lobster', cursive;';
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #277648;
    height: 55px;
    padding-top: 15px
}

#single_Service .service_sideber .appointment_side_form .side_form {
    padding: 20px 20px
}

#single_Service .service_sideber .appointment_side_form .side_form input {
    font-family: ''Lobster', cursive;';
    font-size: 18px;
    color: #b7b3b3;
    background: #efefef;
    width: 100%;
    height: 45px;
    border: 0 solid;
    padding-left: 20px;
    margin-bottom: 10px
}

#single_Service .service_sideber .appointment_side_form .side_form .select-input+.ui-selectmenu-button span.ui-selectmenu-text {
    background: #efefef;
    height: 45px;
    line-height: 43px
}

#single_Service .service_sideber .appointment_side_form .side_form .select-input+.ui-selectmenu-button {
    height: 45px
}

#single_Service .service_sideber .appointment_side_form .side_form .appoin_button {
    font-family: ''Lobster', cursive;';
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #277648;
    width: 100%;
    height: 45px;
    border: 0 solid;
    margin-top: 5px
}

#single_Service .service_sideber .question_Box {
    margin-top: 40px
}

#single_Service .service_sideber .question_Box h2 {
    font-family: ''Lobster', cursive;';
    font-size: 20px;
    color: #404040;
    font-weight: 600
}

#single_Service .service_sideber .question_Box .qustion_list {
    padding-top: 20px
}

#single_Service .service_sideber .question_Box .qustion_list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#single_Service .service_sideber .question_Box .qustion_list ul li {
    padding: 10px 0 20px 0
}

#single_Service .service_sideber .question_Box .qustion_list ul li i {
    color: #277648;
    float: left
}

#single_Service .service_sideber .question_Box .qustion_list ul li a {
    text-decoration: none;
    color: #8e979f;
    float: left;
    padding-left: 15px
}

.question_Box hr {
    margin-top: 5px;
    margin-bottom: 5px
}

#single_Service .service_mainconetent .about_box h2 {
    font-family: ''Lobster', cursive;';
    font-size: 20px;
    font-weight: 500;
    color: #277648
}

#single_Service .service_mainconetent .about_box p {
    font-size: 18px;
    color: #8e979f;
    line-height: 30px
}

#single_Service .service_mainconetent .about_promo_box h2 {
    font-weight: 400;
    color: #277648;
    font-size: 28px;
    line-height: 40px;
    padding: 10px 0
}

#single_Service .service_mainconetent .about_promo_box .pormo_box_details p {
    font-size: 18px;
    color: #8e979f;
    line-height: 25px
}

#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list {
    overflow: hidden;
    padding-top: 10px
}

#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list li {
    line-height: 35px
}

#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list li i {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #277648;
    color: #277648;
    text-align: center;
    font-size: 18px
}

#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list li a {
    text-decoration: none;
    color: #646f79;
    font-style: 18px;
    font-weight: 600;
    padding-left: 15px
}

#single_Service .service_mainconetent .about_promo_box .pormo_box_details .service_table {
    overflow: hidden
}

.service_table {
    width: 100%;
    padding-top: 30px;
    overflow: hidden
}

.service_table .table {
    border: 1px solid #efefef
}

.service_table .thead-inverse {
    background: #efefef;
    border: 0 solid
}

.service_table .thead-inverse tr th {
    font-family: ''Lobster', cursive;';
    font-size: 20px;
    color: #277648;
    font-weight: 600;
    border-bottom: 0 solid !important
}

.service_table .thead-inverse tbody tr td {
    color: #8e979f;
    font-weight: 500;
    font-size: 18px;
    padding-left: 15px
}

.service_table tbody tr td i {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #277648;
    color: #277648;
    text-align: center;
    font-size: 18px;
    padding-left: 2px;
    padding-top: 1px;
    margin-right: 10px
}

.service_table .table thead>tr>th,
.service_table .table tbody>tr>th,
.service_table .table tfoot>tr>th,
.service_table .table thead>tr>td,
.service_table .table tbody>tr>td,
.service_table .table tfoot>tr>td {
    padding: 15px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 18px;
    color: #8e979f
}

.parallax-section {
    position: relative;
    padding: 80px 0;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat
}

.parallax-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.parallax-section .container {
    position: relative;
    z-index: 5
}

.gallery-section {
    position: relative;
    padding: 70px 0 50px
}

.gallery-section.full-width {
    padding-bottom: 0
}

.gallery-section .filter-tabs {
    position: relative;
    margin: 10px 0 40px;
    text-align: center
}

.gallery-section .filter-tabs li {
    position: relative;
    display: inline-block;
    line-height: 20px;
    padding: 10px 15px;
    min-width: 80px;
    text-align: center;
    color: #353535;
    /* font-size: 12px; */
    text-transform: uppercase;
    margin: 0 7px 10px;
    border: 1px solid #dadada;
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.gallery-section .filter-tabs li:hover,
.gallery-section .filter-tabs li.active {
    border-color: #277648;
    color: #fff;
    background: #277648
}

.gallery-section .images-container {
    position: relative
}

.gallery-section .image-box {
    position: relative;
    float: left;
    margin-bottom: 0;
    display: block;
    border: 2px solid #fff;
    width: 25%
}

.gallery-section.slider-section {
    padding-bottom: 0;
    overflow: hidden
}

.gallery-section.slider-section .slider-outer {
    margin-left: -2px;
    margin-right: -2px
}

.gallery-section.slider-section .image-box {
    margin-bottom: 0;
    width: 100%;
    display: block;
    border: 2px solid #fff;
    border-top-width: 4px
}

.gallery-section .filter-list .image-box {
    display: none
}

.gallery-section.full-width .image-box {
    width: 25%;
    margin-bottom: 0
}

.gallery-section .image-box .inner-box {
    position: relative;
    width: 100%;
    display: block;
    background: #fff;
    overflow: hidden;
    border-top: 0;
    padding: 0;
    border-radius: 0;
    border: 1px solid #f8efe6
}

.gallery-section .image-box .image {
    position: relative;
    display: block;
    width: 100%
}

.gallery-section .image-box .image img {
    object-fit: cover;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    min-height: 224px;
    height: 224px
}

.gallery-section .image-box:hover .image img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.gallery-section .image-box .zoom-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-size: 42px;
    color: #92b201;
    outline: 2px solid #92b201;
    outline-offset: -10px;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.gallery-section .image-box .zoom-btn .icon {
    position: relative;
    display: inline-block;
    line-height: 50px;
    top: 50%;
    margin-top: -25px
}

.gallery-section .image-box .inner-box:hover .zoom-btn {
    background-color: rgba(255, 255, 255, 0.70);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1)
}

.gallery-section .image-box .btn-zoom {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    text-align: center;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.70);
    opacity: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.gallery-section .image-box:hover .btn-zoom {
    top: 0;
    opacity: 1
}

.gallery-section .image-box .btn-zoom .icon {
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 42px;
    line-height: 30px;
    display: inline-block;
    top: 50%;
    margin-top: -15px;
    color: #277648
}

.carousel-slider .owl-controls {
    z-index: 999;
    position: relative;
    margin: 20px 0 30px;
    text-align: center
}

.carousel-slider .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 80px;
    height: 30px;
    text-align: center;
    background: none !important;
    font-size: 0 !important
}

.carousel-slider .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 80px;
    height: 30px;
    text-align: center;
    background: none !important;
    font-size: 0 !important
}

.carousel-slider .owl-nav .owl-prev:after {
    content: '\e06e';
    font-family: 'Flaticon';
    position: absolute;
    left: 0;
    top: 0;
    line-height: 40px;
    display: block;
    font-size: 20px;
    text-align: center;
    width: 80px;
    height: 40px;
    opacity: 1;
    color: #db9d46;
    border: 1px solid #ccc;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.carousel-slider .owl-nav .owl-next:after {
    content: '\e0b6';
    font-family: 'Flaticon';
    position: absolute;
    left: 0;
    top: 0;
    line-height: 40px;
    display: block;
    font-size: 20px;
    text-align: center;
    width: 80px;
    height: 40px;
    opacity: 1;
    color: #db9d46;
    border: 1px solid #ccc;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.carousel-slider .owl-nav .owl-prev:hover:after,
.carousel-slider .owl-nav .owl-next:hover:after {
    background: #92b201;
    color: #fff;
    opacity: 1
}

.carousel-slider .owl-dots {
    display: none !important
}

.sec-color {
    color: #277648
}

.urgent-cause {
    display: inline-block;
    margin-bottom: 10px
}

.urgent-cause .thumb {
    position: relative
}

.event-feature h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    font-family: 'Dosis', sans-serif;
}

.urgent-cause .causes-details h3,
.event-content h3 {
    color: #277648;
    font-size: 21px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 25px;
    margin-top: 0
}

/*.urgent-cause .causes-details .p-title {
    color: #277648;
    margin-bottom: 15px;
    text-transform: capitalize
}

.urgent-cause .causes-details h6 {
    color: #277648;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.urgent-cause .causes-details .thm-btn {
    margin-bottom: 20px;
    margin-top: 20px
}

.urgent-cause .social {
    padding-left: 0
}

.urgent-cause .social li {
    display: inline-block
}

.urgent-cause .cause-list li {
    font-size: 18px;
    color: #555;
    line-height: 28px;
    font-weight: 400;
    list-style-type: none
}

.urgent-cause .total-collected {
    position: relative;
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    color: #fb5e1c;
    font-weight: 700
}

.urgent-cause .total-collected sub {
    font-size: 18px;
    color: #25292f;
    font-weight: 600;
    bottom: 0
}

.urgent-cause .social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #277648;
    border: 1px solid #cacfd3;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    margin-right: 3px;
    transition: all .3s ease
}

.urgent-cause .social li a:hover {
    background: #277648;
    border-color: #277648;
    color: #fff
}

.urgent-cause .progress {
    height: 15px
}

.urgent-cause .progress-item {
    margin-top: 10px
}

.urgent-cause .progress-item .progress {
    background-color: #ddd;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4) inset;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: visible
}

.urgent-cause .progress-item .progress-bar {
    background-color: #277648;
    border-radius: 8px 0 0 8px;
    font-size: 12px;
    height: 15px;
    line-height: 18px;
    padding-left: 10px;
    position: relative;
    text-align: left;
    -webkit-transition: all 1s ease 0;
    -moz-transition: all 1s ease 0;
    -ms-transition: all 1s ease 0;
    -o-transition: all 1s ease 0;
    transition: all 1s ease 0;
    width: 0
}

.urgent-cause .progress-item .progress-bar .value-holder {
    background-color: #277648;
    color: #333;
    font-size: 10px;
    line-height: 8px;
    padding: 7px 2px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -3px;
    z-index: 9999
}

.urgent-cause .progress-item .progress-bar .value-holder {
    border: 2px solid #fcfcfc;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    padding: 10px 5px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -9px;
    z-index: 9999
}

.urgent-cause .progress-item .progress-bar .value-holder .value {
    color: #fff;
    font-size: 10px;
    line-height: 10px
}

.urgent-cause .progress-item.progress-white .progress {
    padding: 2px
}

.urgent-cause .progress-item.style2 .progress {
    background-color: #717171;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4) inset;
    border-radius: 0;
    height: 30px;
    margin-bottom: 15px;
    overflow: visible
}

.urgent-cause .progress-item.style2 .progress-bar .value-holder {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    right: 12px;
    top: 5px
}*/

.causes .progress-item .progress {
    background-color: #e5e5e5;
    border-bottom: 1px solid #ddd;
    box-shadow: none
}

.recent-causes {
    border-bottom: 3px solid #277648;
    border-radius: 0 0 2px 2px;
    margin-bottom: 30px;
    min-height: 200px;
    overflow: hidden;
    position: relative
}

.recent-causes .thumb {
    overflow: hidden;
    position: relative;
    border: 1px solid #277648;
    height: 270px;
    min-height: 270px;
}

/*.recent-causes .thumb .round-style {
    background-color: #fbf7f8;
    border-radius: 50%;
    bottom: 12px;
    height: 70px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    width: 70px
}*/

/*.recent-causes:hover .thumb .round-style {
    bottom: 76px;
}*/

.recent-causes .causes-details {
    background-color: #277648e6;
    padding: 15px;
    height: 30%;
    position: absolute;
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    width: 100%
}

.recent-causes .causes-details h4 {
    color: #fff;
    font-weight: 700
}

/*.causes-details .round-style {
    background: #fbf7f8 none repeat scroll 0 0;
    border-radius: 50%;
    height: 70px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -35px;
    width: 70px
}*/

.recent-causes:hover .causes-details {
   height: 100%; bottom:0; padding: 0px;
}

.recent-causes .causes-details .icon {
    color: #f68a15;
    display: inline-block;
    font-size: 30px
}

/*.recent-causes .donate-piechart {
    top: -25px;
    display: table;
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0
}

.recent-causes .donate-piechart .piechart-block {
    background-color: #277648;
    border-radius: 50%
}

.recent-causes .donate-piechart .piechart {
    position: relative;
    margin: 0 auto;
    text-align: center
}

.recent-causes .donate-piechart .piechart canvas {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-height: 51px
}

.recent-causes .donate-piechart .piechart-block .piechart {
    min-height: 50px;
    min-width: 50px
}

.recent-causes .donate-piechart .piechart-block .piechart span {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 51px
}

.recent-causes .donate-piechart .piechart-block .piechart span:after {
    color: #fff;
    content: "%";
    font-size: 13px;
    font-weight: 600
}*/

.recent-causes .causes-details .title {
    margin: 0px
}

.recent-causes .causes-details .details {
    font-size: 13px;
    padding-bottom: 8px;
    color: #fff;
}

.recent-causes .causes-details a.btn-thm {
    margin-top: 15px
}

.recent-causes:hover .causes-details a.btn-thm {
    margin-top: 10px
}

.recent-causes .causes-details .causes-raised,
.recent-causes .causes-details .causes-goal {
    font-weight: 600
}

.featured-causes {
    background-color: #fff;
    display: inline-block;
    margin-bottom: 10px
}

.featured-causes .thumb {
    position: relative
}

.featured-causes .thumb .causes-progress {
    background-color: rgba(255, 255, 255, 0.65);
    bottom: 0;
    padding: 20px 12px;
    position: absolute;
    width: 100%
}

.featured-causes .causes-details h4 {
    margin-top: 25px
}

.featured-causes .causes-details h3 {
    color: #454545;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 25px;
    margin-top: 10px
}

.featured-causes .causes-details p {
    font-size: 13px
}

.featured-causes .causes-details .p-title {
    color: #277648;
    font-weight: 600;
    margin-bottom: 15px
}

.featured-causes .causes-details h6 {
    color: #454545;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.featured-causes .causes-details .thm-btn {
    margin-bottom: 20px;
    margin-top: 20px
}

.featured-causes .social {
    padding-left: 0
}

.featured-causes .social li {
    display: inline-block
}

.featured-causes .social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #277648;
    border: 1px solid #cacfd3;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    margin-right: 3px;
    transition: all .3s ease
}

.featured-causes .social li a:hover {
    background: #277648;
    border-color: #277648;
    color: #fff
}

.promote-project h2 {
    color: #277648;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-top: 0
}

.promote-project h3 {
    line-height: 28px
}

.promote-project .sec-title.colored {
    margin-bottom: 20px
}

.promote-project .thm-btn {
    margin-right: 15px
}

.donation-form .form-group label {
    font-size: 18px;
    text-transform: uppercase
}

.donation-form .form-control {
    border-radius: 0;
    height: 45px
}

.donation-form-outer {
    position: relative;
    padding: 25px 30px 40px;
    background: #f6f6f6;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif
}

.donation-form-outer h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px
}

.donation-form-outer hr {
    margin-bottom: 40px;
    border-color: #e0e0e0
}

.donation-form-outer .form-group {
    position: relative;
    margin-bottom: 30px
}

.donation-form-outer input[type="text"],
.donation-form-outer input[type="email"],
.donation-form-outer input[type="tel"],
.donation-form-outer input[type="url"],
.donation-form-outer input[type="password"],
.donation-form-outer select,
.donation-form-outer textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 34px;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    height: 52px
}

.donation-form-outer select {
    cursor: pointer
}

.donation-form-outer .field-label {
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #252525;
    line-height: 28px;
    margin-bottom: 10px
}

.donation-form-outer .field-label .required {
    color: red;
    font-size: 18px
}

.donation-form-outer .radio-select {
    position: relative;
    float: left;
    margin-right: 30px;
    margin-bottom: 5px;
    line-height: 50px;
    outline: 0
}

.donation-form-outer .radio-select:last-child {
    margin-left: 25px
}

.donation-form-outer .radio-select label {
    color: #252525;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.donation-form-outer .radio-select input[type="radio"]:checked+label {
    color: #fc7437

}

.donation-form-outer button {
    padding: 9px 30px
}

.donation-section {
    position: relative;
      
      position: relative;
    background: url(../images/bgbanner.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.donation-form-outer button {
    padding: 9px 30px;
}

.blog-section {
    position: relative
}

.featured-blog-post {
    position: relative;
    margin-bottom: 40px
}

.featured-blog-post .inner-box {
    position: relative;
    margin: 0 auto;
    border-radius: 5px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease
}

.featured-blog-post .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.featured-blog-post .image img {
    position: relative;
    display: block;
    width: 100%;
    object-fit: cover
}

.featured-blog-post .post-lower {
    position: relative;
    padding: 0 20px 20px;
    border: 1px solid #dadada
}

.featured-blog-post .post-header {
    position: relative;
    padding: 10px 15px 10px 80px
}

.featured-blog-post .post-header .date {
    position: absolute;
    left: -20px;
    top: 0;
    padding: 7px 0;
    width: 80px;
    height: 80px;
    color: #fff;
    background: #277648;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-align: center
}

.featured-blog-post .post-header .day {
    position: relative;
    font-size: 30px
}

.featured-blog-post .post-header .title {
    position: relative;
    color: #277648;
    margin-top: 0
}

.featured-blog-post .post-header .title a {
    color: #353535;
    position: relative;
    text-transform: capitalize
}

.featured-blog-post .post-header .title a:hover {
    color: #277648
}

.featured-blog-post .post-header .post-info li {
    position: relative;
    display: inline-block
}

.featured-blog-post .post-header .post-info li a {
    color: #277648;
    font-family: "Open Sans", sans-serif;
    font-size: 13px
}

.featured-blog-post .post-header .post-info li .icon {
    color: #777
}

.featured-blog-post .post-desc {
    position: relative
}

.featured-blog-post .post-desc p {
    text-align: justify
}

.share li {
    display: inline-block;
    font-size: 18px;
    padding-right: 10px
}

.share li a {
    color: #d5dadd
}

.share li:hover a {
    color: #277648
}

.social li {
    display: inline-block;
    padding-right: 10px
}

.social li a {
    color: #d5dadd
}

.social li:hover a {
    color: #277648
}

.scroll-to-top-btn {
    display: block;
    position: fixed;
    width: 48px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    z-index: 1700;
    right: 18px;
    bottom: -96px;
    font-size: 24px;
    background-color: #277648;
    border: 0;
    padding-left: 1px;
    opacity: 0;
    -webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.28);
    -webkit-transition: bottom .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: bottom .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: bottom .4s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.scroll-to-top-btn i {
    color: #fff;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.scroll-to-top-btn:hover {
    background-color: #277648;
    border-color: #fff
}

.scroll-to-top-btn:hover i {
    color: #fff;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px)
}

.scroll-to-top-btn.visible {
    bottom: 18px;
    opacity: 1
}

.sidebar .widget {
    margin-bottom: 45px;
    position: relative
}

.sidebar .widget h3 {
    font-size: 22px;
    font-family: 'Dosis', sans-serif;
    font-weight: 800;
    margin-bottom: 5px
}

.links-widget li {
    margin-bottom: 7px;
    position: relative;
    padding-left: 15px
}

.links-widget li::before {
    color: #888;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    left: 0;
    line-height: 18px;
    position: absolute;
    top: 0;
    transition: all 500ms ease 0;
    color: #277648
}

.product-details-box {
    margin-bottom: 80px
}

.product-details-box h3 {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase
}

.product-details-box p {
    font-size: 18px;
    color: #999;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
    margin: 20px 0;
    font-weight: 600;
    font-size: 15px;
    font-weight: 400;
    color: #999;
    line-height: 2em
}

.product-details-box span {
    display: block;
    font-size: 18px;
    color: #999;
    font-weight: 600;
    margin-bottom: 20px
}

.product-details-box span b {
    font-size: 24px;
    color: #e22d2d;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-left: 10px
}

.product-details-box span input {
    width: 36px;
    height: 36px;
    border: 1px solid #eaeaea;
    color: #999;
    text-align: center;
    margin-left: 10px
}

.product-details-box a.add-to-cart {
    background: #277648;
    text-transform: uppercase;
    display: inline-block;
    line-height: 45px;
    font-weight: 700;
    color: #fff;
    padding: 0 30px;
    font-size: 18px;
    margin-top: 25px;
    border-radius: 20px;
    overflow: hidden
}

.product-details-box a.add-to-cart:before {
    background: #1a1a1a;
    border-radius: 20px
}

.product-details-box img {
    object-fit: cover;
    border: 5px solid #f4f4f4
}

.product-details-page-content .best-seller {
    margin-left: 0
}

.product-details-tab-title {
    margin: -15px
}

.product-details-tab-title .col-lg-12 {
    padding: 0
}

.product-details-tab-title ul li {
    display: inline
}

.product-details-tab-title ul li.active span {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-top: 2px solid #277648;
    border-bottom: 0;
    position: relative;
    top: 1px;
    z-index: 999
}

.product-details-tab-title ul li span {
    display: inline-block;
    background: #f4f4f4;
    font-size: 18px;
    color: #000;
    line-height: 45px;
    padding: 0 27px;
    margin-right: 5px;
    cursor: pointer
}

.product-details-tab-content {
    margin-bottom: 75px
}

.product-details-tab-content .col-lg-12 {
    padding: 40px
}

.product-details-tab-content .col-lg-12 p {
    font-size: 15px;
    font-weight: 400;
    color: #999;
    line-height: 2em
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: 0
}

.theme-btn {
    display: inline-block;
    transition: all .3s ease 0
}

.btn-theme-light {
    position: relative;
    padding: 12px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: 0;
    color: #fff !important;
    font-size: 18px;
    border: 1px solid #fff !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px
}

.btn-theme-light:hover {
    background: #277648;
    color: #fff !important;
    border-color: #277648 !important
}

.btn-theme-grey {
    position: relative;
    padding: 12px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: 0;
    color: #555 !important;
    font-size: 18px;
    border: 1px solid #999 !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px
}

.btn-theme-grey:hover {
    background: #999;
    color: #fff !important;
    border-color: #999 !important
}

.btn-theme-one {
    position: relative;
    padding: 12px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: #277648;
    color: #fff !important;
    font-size: 18px;
    border: 1px solid #277648 !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px
}

.btn-theme-one:hover {
    background: #fff;
    color: #277648 !important;
    border-color: #277648 !important
}

.btn-theme-two {
    position: relative;
    padding: 12px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: #fff;
    color: #277648 !important;
    font-size: 18px;
    border: 1px solid #277648 !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px
}

.btn-theme-two:hover {
    background: #277648;
    color: #fff !important;
    border-color: #277648 !important
}

.btn-theme-three {
    position: relative;
    padding: 12px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: #aa4fff;
    color: #fff !important;
    font-size: 18px;
    border: 1px solid #aa4fff !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px
}

.btn-theme-three:hover {
    background: #fff;
    color: #aa4fff !important;
    border-color: #aa4fff !important
}

.btn-theme-four {
    position: relative;
    padding: 12px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: #fff;
    color: #aa4fff !important;
    font-size: 18px;
    border: 1px solid #aa4fff !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px
}

.btn-theme-four:hover {
    background: #aa4fff;
    color: #fff !important;
    border-color: #aa4fff !important
}

.btn-theme-five {
    position: relative;
    padding: 12px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: #ff5412;
    color: #fff !important;
    font-size: 18px;
    border: 1px solid #ff5412 !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px
}

.btn-theme-five:hover {
    background: #fff;
    color: #ff5412 !important;
    border-color: #ff5412 !important
}

.btn-theme-six {
    position: relative;
    padding: 12px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: #fff;
    color: #ff5412 !important;
    font-size: 18px;
    border: 1px solid #ff5412 !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px
}

.btn-theme-six:hover {
    background: #ff5412;
    color: #fff !important;
    border-color: #ff5412 !important
}

.btn-theme-seven {
    position: relative;
    padding: 10px 25px 10px 15px;
    line-height: 24px;
    text-transform: capitalize;
    background: #6ad3ed;
    color: #fff !important;
    font-size: 18px;
    border: 1px solid #6ad3ed !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px
}

.btn-theme-seven:hover {
    background: #277648;
    color: #fff !important;
    border-color: #fff !important
}

.btn-theme-seven .fa {
    font-size: 20px
}

.btn-theme-eight {
    position: relative;
    padding: 12px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: #43d6d1;
    color: #fff !important;
    font-size: 18px;
    border: 1px solid #43d6d1 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0
}

.btn-theme-eight:hover {
    background: #fff;
    color: #43d6d1 !important;
    border-color: #43d6d1 !important
}

.btn-theme-nine {
    position: relative;
    padding: 12px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: #fff;
    color: #43d6d1 !important;
    font-size: 18px;
    border: 1px solid #43d6d1 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0
}

.btn-theme-nine:hover {
    background: #43d6d1;
    color: #fff !important;
    border-color: #43d6d1 !important
}

.btn-theme-ten {
    position: relative;
    padding: 12px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: #ffc925;
    color: #fff !important;
    font-size: 18px;
    border: 1px solid #ffc925 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0
}

.btn-theme-ten:hover {
    background: #fff;
    color: #ffc925 !important;
    border-color: #ffc925 !important
}

.rounded-btn {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    -moz-border-radius: 24px
}

.default-section {
    position: relative;
    padding: 80px 0 20px
}

.default-section .column {
    position: relative;
    margin-bottom: 50px
}

.progress-boxes {
    position: relative
}

.progress-column {
    position: relative
}

.no-grid .progress-column {
    float: left;
    padding: 0 15px;
    width: 20%
}

.progress-column .inner-box {
    position: relative;
    border: 1px solid #d0d0d0;
    border-top-width: 7px;
    padding: 15px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.progress-column.clr-blue .inner-box {
    border-top-color: #277648
}

.progress-column .inner-box .top-icon {
    position: absolute;
    right: 25px;
    top: -18px;
    width: 25px;
    height: 25px;
    background: #fff;
    color: #fff;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
    border: 3px solid #277648;
    z-index: 1
}

.progress-column.clr-blue .inner-box .top-icon {
    border-color: #277648;
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2)
}

.progress-column h3 {
    margin: 12px 0
}

.progress-column.clr-green .inner-box {
    border-top-color: #d0d0d0;
    border-top: 1px solid #d0d0d0
}

.progress-column.clr-blue h3,
.progress-column.clr-green h3 {
    color: #277648;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 22px;
    font-family: 'Dosis', sans-serif;
    font-weight: 800;
    margin-bottom: 5px
}

.progress-levels {
    position: relative
}

.progress-levels .progress-box {
    position: relative;
    margin-bottom: 20px
}

.progress-levels .progress-box .box-title {
    position: relative;
    font-size: 18px;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-bottom: 8px
}

.progress-levels .progress-box .bar {
    position: relative;
    padding-right: 50px;
    height: 8px
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 8px
}

.progress-levels .progress-box .bar .bar-fill {
    position: relative;
    width: 0;
    height: 7px;
    background: #277648;
    border-radius: 3px
}

.progress-levels .progress-box .percent {
    position: absolute;
    right: 0;
    width: 50px;
    top: -10px;
    letter-spacing: 1px;
    font-size: 18px;
    color: #277648
}

.default-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 1px
}

.default-line-left {
    width: 80px;
    height: 3px;
    margin: 10px 0 20px;
    background: #277648
}

.default-line-centered {
    width: 80px;
    height: 3px;
    margin: 10px auto 10px;
    background: #277648
}

.tabs-box {
    position: relative
}

.tabs-box .tab-buttons {
    position: relative;
    margin-bottom: 10px
}

.tabs-box .tab-buttons .tab-btn {
    position: relative;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    padding: 6px 18px;
    color: #5a5a5a;
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 3px;
    border-radius: 5px
}

.tabs-box .tab-buttons .tab-btn.active {
    background: #277648;
    color: #fff
}

.tabs-box .tab {
    position: relative;
    padding: 15px 0;
    display: none
}

.tabs-box .active-tab {
    display: block
}

.tabs-box .tab p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 2.2em
}

.tabs-box .tab img {
    position: relative;
    display: block;
    max-width: 100%;
    margin-bottom: 15px
}

.accordion-box {
    position: relative
}

.accordion-box .accordion {
    position: relative
}

.accordion-box .accordion .acc-btn {
    position: relative;
    font-size: 18px;
    padding: 4px 40px 4px 0;
    margin-bottom: 15px;
    line-height: 24px;
    color: #1a1a1a;
    cursor: pointer;
    text-transform: uppercase
}

.accordion-box .accordion .acc-btn .toggle-icon {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border: 2px solid #277648;
    color: #277648;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%
}

.accordion-box .accordion .acc-btn .toggle-icon .plus {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 26px;
    width: 100%;
    height: 26px;
    opacity: 1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
    opacity: 0
}

.accordion-box .accordion .acc-btn.active {
    color: #277648
}

.accordion-box .accordion .acc-btn .toggle-icon .minus {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 26px;
    width: 100%;
    height: 26px;
    opacity: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
    opacity: 1
}

.accordion-box .accordion .acc-content {
    position: relative;
    line-height: 2em;
    font-size: 18px;
    display: none;
    padding: 0 0 15px 20px
}

.accordion-box .accordion .acc-content.collapsed {
    display: block
}

.process-section {
    position: relative;
    overflow: hidden
}

.process-column {
    position: relative;
    text-align: center
}

.process-column:after {
    content: '';
    position: absolute;
    right: -50px;
    top: 0;
    width: 100px;
    height: 120px;
    background: url(../images/icons/icon-arrow.png) center center no-repeat
}

.process-section .process-column:last-child:after {
    display: none
}

.process-column .upper-part {
    position: relative;
    margin-bottom: 30px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.process-column .icon-outer {
    position: relative;
    max-width: 140px;
    max-height: 140px;
    margin: 0 auto;
    border: 3px solid #277648;
    color: #d0d0d0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.process-column:hover .icon-outer {
    background: #277648;
    color: #fff;
    border-color: #277648
}

.process-column .icon-outer .icon {
    position: relative;
    display: inline-block;
    line-height: 134px;
    font-size: 48px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.process-column .icon-outer .step-count {
    position: absolute;
    right: -20px;
    top: 20px;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    background: #277648;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.process-column:hover .icon-outer .step-count {
    background: #fff;
    color: #277648
}

.process-column h3 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 600
}

.process-column .text {
    font-size: 18px
}

.process-column .lower-part {
    position: relative;
    opacity: 1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.process-section .auto-container:hover .process-column .lower-part {
    opacity: 1 !important
}

.process-section .auto-container .process-column.active .lower-part {
    opacity: 1
}

.process-section .auto-container .process-column:hover .lower-part {
    opacity: 1 !important
}

.alert-box {
    position: relative;
    padding: 15px 20px;
    border: 1px solid;
    margin-bottom: 30px
}

.alert-box.alert-success {
    border-color: #65be3e;
    background: #dce9d6;
    color: #65be3e
}

.alert-box.alert-information {
    border-color: #22c0e8;
    background: #d3e9ef;
    color: #22c0e8
}

.alert-box.alert-warning {
    border-color: #e7bd13;
    background: #eee9d1;
    color: #e7bd13
}

.alert-box.alert-danger {
    border-color: #f7504c;
    background: #f1d9d8;
    color: #f7504c
}

.alert-box.rounded-box {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px
}

.alert-box .inner {
    position: relative;
    padding-left: 50px;
    font-size: 18px;
    line-height: 28px
}

.alert-box .inner .icon-alert {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 28px;
    height: 28px;
    font-size: 18px;
    line-height: 24px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%
}

.alert-box.alert-success .inner .icon-alert {
    border-color: #65be3e;
    color: #65be3e
}

.alert-box.alert-information .inner .icon-alert {
    border-color: #22c0e8;
    color: #22c0e8
}

.alert-box.alert-warning .inner .icon-alert {
    border-color: #e7bd13;
    color: #e7bd13
}

.alert-box.alert-danger .inner .icon-alert {
    border-color: #f7504c;
    color: #f7504c
}

.btns-row .theme-btn {
    margin: 0 5px 20px
}

.accordion-box {
    position: relative
}

.accordion-box .block {
    margin-bottom: 25px;
    position: relative
}

.accordion-box .block .acc-btn {
    border: 1px solid #277648;
    color: #1c1c1c;
    cursor: pointer;
    font-size: 18px;
    padding: 12px;
    position: relative
}

.accordion-box .block .acc-btn.active {
    border-bottom: 1px solid #ef173c;
    border-color: #ef173c;
    color: #1c1c1c;
    padding-bottom: 10px
}

.accordion-box .block .icon-outer {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: -10px
}

.accordion-box .block .icon-outer .icon {
    color: #ef173c;
    line-height: 52px;
    position: absolute;
    top: 8px;
    right: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 0
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 1
}

.accordion-box .block .active .icon-outer .icon-minus {
    opacity: 1
}

.accordion-box .block .active .icon-outer .icon-plus {
    opacity: 0
}

.accordion-box .block .acc-content {
    position: relative;
    display: none
}

.accordion-box .block .acc-content.current {
    display: block
}

.accordion-box .block .content {
    border: 1px solid #ef173c;
    border-top: 0;
    color: gray;
    font-size: 13px;
    padding: 7px 12px 8px;
    position: relative
}

.accordion-box.style-two .block .acc-btn {
    font-size: 20px
}

.accordion-box.style-two .block .content {
    font-size: 18px
}

.fc-day-number {
    color: #343434
}

.fc-day-number.fc-other-month {
    opacity: .4
}

.template-settings {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 9999;
    background-color: #fff;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    - o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    -webkit-transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s
}

.template-settings.active {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.template-settings .settings-inner {
    padding: 24px
}

.template-settings .title {
    color: #fff
}

.template-settings .settings-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #277648;
    padding: 12px 17px;
    color: #fff;
    cursor: pointer;
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    transform: translate(100%, -50%)
}

.template-settings .settings-toggle i.fa {
    width: 13px;
    text-align: center
}

.template-settings .settings-toggle i.fa:after {
    content: "\f073"
}

.template-settings.active .settings-toggle i.fa:after {
    content: "\f104"
}

@media screen and (max-width:768px) {
    .template-settings {
        display: none
    }
}
.footer-area {
    background: rgba(0, 0,0,0) url(../images/resources/footer_bottom_bkg.png) no-repeat scroll center top;
    color: #f8f8f8;
    min-height: 160px;
    position: relative;
    z-index: 10;
}