/*-------------------------------------
Author: Webstrot Cruis Ship
Copyright Â© 2019-20
---------------------------------------
CSS INDEX
===================
1. BODY
2. CUSTOM CSS / A
3. PRELOADER
4. header_btn
5. slider-area
6. about_us_wrapper
7. calculator_wrapper
8. global_community_wrapper
9. transaction_wrapper
10. work_banner_wrapper
11. our_services_wrapper
12. testimonial_wrapper
13. investors_wrapper
14. refreal_commison_section
15. our_blog_wrapper
16. faq_wrapper
17. payments_wrapper
18. footer_main_wrapper
---------------------------------------*/

/*--------------
1.Theme default CSS
--------------------------*/

body,
html {
    font-family: 'Lato';
    font-size: 16px;
    line-height: 24px;
    color: #797979;
    overflow-x: hidden;
    padding-right: 0 !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

a {
    color: #dba622;
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins';
    line-height: 1.1;
    text-transform: capitalize;
    font-weight: 400;
    color: #f00;
    margin: 0;
    padding: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}
p {
    font-family: 'Francois One', sans-serif;
    color: #fff;
    text-align: justify
}
ul {
    list-style: none;
    margin: 0;
    padding: 0
}
#return-to-top {
    position: fixed;
    bottom: 43px;
    right: 30px;
    display: block;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    line-height: 50px;
    font-size: 24px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1000;
    color: #dba622;
    -webkit-animation: jump 1s ease-in alternate infinite;
    animation: jump 1s ease-in alternate infinite
}

.cp_logo_wrapper {
    float: left;
    width: 19%
}

.cp_navi_main_wrapper {
    position: relative;
    padding: 25px 15px 0 15px;
    z-index: 1
}
.cp_navigation_wrapper {
    float: left;
    width: 56%
}

.cp_navigation_wrapper {
    float: left;
    width: 56%
}
.top_header_right_wrapper {
    float: right;
    width: 25%
}

.float_left {
    float: left;
    width: 100%
}

.header_btn {
    float: right;
    margin-top: 5px
}

.header_btn ul li {
    float: left
}

.header_btn li:first-child a {
    width: 130px;
    height: 45px;
    background: #dba622;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    color: #111;
    border: 2px solid transparent;
    line-height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition: background-color .6s, color .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.header_btn li:first-child a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #dba622;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform .6s, opacity .6s;
    transition: transform .6s, opacity .6s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1)
}

.header_btn li:first-child a:hover {
    background-color: transparent;
    color: #dba622;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.header_btn li:first-child a:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.header_btn li:last-child a {
    width: 130px;
    height: 45px;
    background: #000;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    border: 2px solid transparent;
    line-height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-weight: 500;
    text-transform: capitalize;
    z-index: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition: background-color .6s, color .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.header_btn li:last-child a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #dba622;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform .6s, opacity .6s;
    transition: transform .6s, opacity .6s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1)
}

.header_btn li:last-child a:hover {
    background-color: transparent;
    color: #dba622;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.header_btn li:last-child a:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.cp_logo_wrapper {
    float: left;
    width: 19%
}

.cp_navi_main_wrapper {
    position: relative;
    padding: 25px 15px 0 15px;
    z-index: 1
}

.kv_logo_wrapper a {
    float: left;
    padding: 32px 0
}

.menu-bar {
    cursor: pointer;
    position: relative;
    right: 15px;
    z-index: 9;
    height: 42px;
    display: block;
    float: right;
    margin-top: 15px
}

.menu-bar span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 6px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 30px
}

.mainmenu.menu-open {
    position: relative;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    right: 15px;
    visibility: visible
}

.mainmenu ul li {
    display: inline-block
}

.mainmenu ul li a {
    color: #fff;
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.gc_main_navigation a i {
    color: #fff;
    margin-left: 5px;
    margin-right: 0;
    font-size: 12px
}

.navi_2_dropdown li a i {
    color: #dba622;
    font-size: 14px;
    margin-right: 10px
}

.navi_2_dropdown {
    padding: 15px 0
}

.gc_main_navigation .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
    position: relative
}

.mainmenu ul li:hover .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
    opacity: 1;
    color: #fff !important
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent
}

.menu-bar:after,
.menu-bar:before {
    background-color: #fff;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 8px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 30px
}

.menu-bar.menu-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-bar.menu-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-bar.menu-close span {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
}

.mainmenu ul ul,
.mainmenu ul li .mega-menu {
    width: 220px;
    position: absolute;
    text-align: left;
    top: calc(100%+30px);
    z-index: 9999999;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.mainmenu ul li:hover>ul,
.mainmenu ul li:hover>.mega-menu {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    visibility: visible;
    top: 110%;
    -ms-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05)
}

.mainmenu ul ul li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding-right: 10px
}

.mainmenu ul ul li a,
.mainmenu ul li.has-mega .mega-menu span a {
    text-transform: capitalize;
    padding: 5px 0 5px 0;
    border-bottom: 0;
    margin: 0
}

.mainmenu ul li.has-mega .mega-menu span a:hover {
    background-color: #00468c;
    color: #fff !important
}

.mainmenu ul ul li:last-child>a {
    border-bottom: 0
}

.mainmenu ul ul li a:after {
    content: ""
}

.mainmenu ul ul li>ul {
    left: -100%;
    top: 50%;
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0
}

.mainmenu ul ul li:hover>ul {
    top: 20%
}

.mainmenu ul li.has-mega {
    position: relative
}

.mainmenu ul li.has-mega .mega-menu {
    width: 100%;
    left: 0;
    padding: 20px 0
}

.mainmenu ul li.has-mega .mega-menu span {
    width: 25%;
    float: left;
    border-left: 1px solid #eee
}

.mainmenu ul li.has-mega .mega-menu span a {
    padding-left: 20px;
    padding-right: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.mainmenu ul li.has-mega .mega-menu span a:last-child {
    border-bottom: 0
}

.mainmenu ul li.has-mega .mega-menu span a:hover {
    padding-left: 3px;
    padding-left: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.mainmenu ul li span a.active {
    font-weight: 600
}

.mainmenu ul ul li.active>a {
    background-color: #eee;
    font-weight: 600
}

.main_nav_ul {
    float: left
}

.mainmenu ul li:hover>.navi_2_dropdown {
    top: 100%;
    background: #000;
    border-top: 2px solid #000;
    border-radius: 30px
}

.navi_2_dropdown:after {
    content: '';
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
    border-left: 10px solid transparent;
    position: absolute;
    left: 43px;
    top: -8px
}

.hidden-menu-bar .mainmenu {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    right: 0;
    visibility: visible;
    padding-right: 0;
    position: relative;
    z-index: 10;
    float: right
}

.top_header_right_wrapper p {
    color: #fff;
    float: left;
    font-size: 18px;
    margin-left: -65px;
    margin-top: 17px
}

.top_header_right_wrapper p i:before {
    margin-right: 5px;
    font-size: 24px;
    position: relative;
    top: 3px
}

.left-side-wrapper {
    background-color: #222;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 15%;
    z-index: 99
}

.left-side-wrapper .logo {
    text-align: center
}

.left-side-wrapper .mainmenu ul li {
    display: block
}

.left-side-wrapper .mainmenu {
    margin-top: 50px;
    position: relative
}

.left-side-wrapper .mainmenu ul li>a:after,
.left-side-wrapper .mainmenu ul li.active>a:after {
    bottom: -5px;
    left: 20px;
    right: auto
}

.right-side-wrapper {
    margin-left: 15%;
    width: 85%
}

.right-side-wrapper .container-fluid {
    padding: 0 10%
}

.right-side-wrapper .container-fluid .single-project-item {
    height: 370px
}

.right-side-wrapper .container-fluid .single-project-item.large {
    height: 460px
}

.mainmenu.one-page-menu ul li a {
    padding-right: 10px;
    padding-left: 10px
}

.mainmenu.one-page-menu ul li:hover a:after,
.mainmenu.one-page-menu ul li.active a:after {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    width: 90%
}

.mainmenu.one-page-menu ul li a:after {
    width: 0;
    height: 1px;
    content: "";
    background-color: #fff;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
}

.stick .mainmenu.one-page-menu ul li a:after {
    background-color: #222
}

.rp_mobail_menu_main_wrapper {
    float: none;
    width: 100%
}

.kv_sub_menu {
    position: unset !important
}

.kv_mega_menu {
    width: 100% !important;
    left: 0
}

.kv_mega_menu_width {
    float: left;
    width: 100%
}

.jn_menu_partion_div {
    padding: 30px;
    position: relative;
    background: #fff;
    border-top: 2px solid #dba622
}

.jn_menu_partion_div li {
    float: left;
    width: 100%
}

.jn_menu_partion_div ul {
    position: unset !important
}

.mainmenu ul li:hover>ul .jn_menu_partion_div ul,
.mainmenu ul li:hover>.mega-menu .jn_menu_partion_div ul {
    opacity: 1 !important;
    visibility: visible !important
}

.jn_menu_tabs_cont li a {
    font-weight: 500 !important;
    text-transform: uppercase !important;
    background: transparent !important;
    color: #004165 !important;
    padding-left: 30px !important;
    font-size: 14px !important
}

.jn_menu_partion_div:after {
    content: '';
    border-right: 13px solid transparent;
    border-bottom: 13px solid #dba622;
    border-left: 13px solid transparent;
    position: absolute;
    right: 30%;
    top: -13px
}

.jn_menu_tabs_cont ul {
    width: 100% !important;
    border-bottom: 0
}

.jen_tabs_conent_list ul {
    width: 100% !important
}

.jen_tabs_conent_list li a {
    border: 0 !important
}

.jen_tabs_conent_list li a:hover {
    color: #dba622
}

.jn_menu_img_blog {
    text-align: center;
    margin-top: 20px
}

.jn_menu_img_blog h5 {
    padding-top: 10px;
    line-height: 26px
}

.navi_btn {
    float: left;
    width: 180px;
    height: 30px;
    background: #9c1111;
    color: #fff !important;
    text-align: center;
    line-height: 28px;
    padding: 0 !important;
    margin-left: 20px !important;
    margin-top: 15px !important
}

.jen_tabs_conent_list ul {
    padding-top: 40px
}

.mainmenu ul li:hover .gc_main_navigation i,
.mainmenu ul li.active>.gc_main_navigation i {
    color: #fff
}

.cp_navigation_wrapper {
    float: left;
    width: 56%
}

.active {
    color: #dba622 !important
}

.parent a:hover {
    color: #dba622
}

.jen_tabs_conent_list h1 {
    font-size: 22px;
    text-transform: capitalize;
    color: #2d3a4b;
    font-weight: 600;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.jen_tabs_conent_list h1:after {
    content: '';
    border: 2px solid #29abff;
    width: 45px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 35px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.mainmenu ul li a span {
    float: right
}

.mainmenu ul li:hover>.dropdown-menu-right {
    display: block
}

.mainmenu ul li .dropdown-menu-right {
    position: absolute;
    display: block;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .100);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .100);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .100);
    left: 100%;
    right: auto;
    min-width: 210px
}

.mainmenu ul li .dropdown-menu-right li a {
    padding: 10px 5px;
    font-size: 16px;
    font-weight: 400
}

.mainmenu ul li:hover>.dropdown-menu-right {
    display: block;
    padding: 10px 0;
    margin-left: 10px;
    background: #000;
    border-radius: 30px
}

.navi_2_dropdown li {
    padding: 0 0 0 25px
}

.dropdown-menu-right li {
    padding-right: 0
}

.top_header_right_wrapper {
    float: right;
    width: 25%
}
/*****--------- footer wrapper css -----*********/

.footer_main_wrapper {
    background: #dba622;
    position: relative;
    padding-top: 100px
}
.wrapper_second_about p {
    color: #fff;
    padding-right: 20px
}
.wrapper_second_about,
.wrapper_second_useful,
.wrapper_second_blog {
    float: left;
    width: 100%
}

.ft_about_icon {
    margin-top: 30px
}

.wrapper_second_links {
    padding-top: 75px;
    float: left
}

.wrapper_second_useful h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    padding-bottom: 45px;
    position: relative
}

.ft_about_icon i {
    float: left;
    width: 40px;
    text-align: center;
    color: #fff;
    font-size: 40px
}

.ft_abt_text_wrapper {
    width: calc(100% - 40px);
    float: left;
    padding-left: 20px
}

.wrapper_second_useful h4:after {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 60px;
    height: 1px;
    /*background:#fff*/
}

.wrapper_first_image a img {
    margin-top: -15px
}

.wrapper_second_useful ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.wrapper_second_useful ul li {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9)
}

.wrapper_second_useful ul li i {
    color: rgba(255, 255, 255, 0.9);
    margin-right: 10px;
    font-size: 14px
}
.wrapper_second_useful ul li a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.wrapper_second_useful_2 ul li {
    margin-bottom: 20px
}

.wrapper_second_useful_2 ul li a {
    text-transform: lowercase
}
.wrapper_first_image {
    padding-bottom: 30px
}

.timer {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 7px
}


.inner_header_wrapper {
    padding-bottom: 10px;
    background: #03202b;
    z-index: 50;
    position: initial;
}


.inner_header_wrapper .cp_logo_wrapper {
    margin-top: -5px
}

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


.index2_newsletter .global_comm_wraper h1,
.index2_newsletter .global_comm_wraper p,
.wrapper_second_about p,
.index2_footer_wrapper .ft_abt_text_wrapper h4,
.ft_about_icon i,
.index2_footer_wrapper .wrapper_second_useful h4,
.wrapper_second_useful ul li a,
.wrapper_second_useful ul li i,
.index2_footer_wrapper .wrapper_second_useful_2 li h1,
.wrapper_second_useful ul li,
.copyright p,
.copyright p a,
.social_link_foter li a {
    color: #fff
}

.index2_footer_wrapper p,
.index2_footer_wrapper ul li a,
.index2_footer_wrapper .wrapper_second_useful ul li,
.index2_footer_wrapper p,
.index2_footer_wrapper p a,
.index2_footer_wrapper li a {
    color: #fff
}

.index2_footer_wrapper i,
.index2_footer_wrapper ul li i {
    color: #dba622
}

p.timer {
    color: #fff
}


/*.index2_footer_wrapper .wrapper_second_useful h4:after{background:#dba622}*/

.index2_footer_wrapper {
    background: #222
}
img {
    display: inline-block;
    max-width: 100%;
}
/*** 

====================================================================
    profile css Causes Section
====================================================================

***/

.causes-section {
    position: relative;
    /*padding:80px 0px 80px;*/
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.causes-section .sec-title {
    margin-bottom: 55px;
}

.default-cause-box {
    position: relative;
    display: block;
}

.default-cause-box .inner-box {
    position: relative;
    background: #0b475e;
    display: block;
    border: 1px solid #e8e8e8;
    border-radius: 3px 3px 0px 0px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 2px solid #ff0000;
}

.default-cause-box .inner-box .image-box {
    position: relative;
    display: block;
    text-align: center;
    border-radius: 3px 3px 0px 0px;
}

.default-cause-box .inner-box .image-box img {
    display: block;
    width: 100%;
    border-radius: 3px 3px 0px 0px;
}

.default-cause-box .inner-box .image-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.80);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.default-cause-box .inner-box:hover .image .overlay-box {
    opacity: 1;
}

.default-cause-box .inner-box .image .overlay-box .btn-style-one {
    top: 45%;
    margin-top: -40px;
}

.default-cause-box .donate-box {
    position: relative;
}

.default-cause-box .donate-box .donate-bar {
    position: relative;
    width: 100%;
    height: 10px;
    margin-bottom: 5px;
}

.default-cause-box .donate-box .donate-bar .bar-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 6px;
    background: #e8e8e8;
}

.default-cause-box .donate-box .donate-bar .bar-inner .bar {
    position: absolute;
    left: -1px;
    top: 3px;
    height: 3px;
    margin-left: 3px;
    background: #eb5310;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.default-cause-box .donate-box .donate-bar.with-animation .bar-inner .bar {
    left: -100%;
}

.default-cause-box .donate-box .donate-bar.with-animation.animated .bar-inner .bar {
    left: -1px;
}

.default-cause-box .donate-box .donate-info {
    position: relative;
}

.default-cause-box .donate-box .donate-info .amount {
    position: relative;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    padding: 12px 0px;
    text-transform: capitalize;
    font-family: 'Roboto Slab', serif;
}

.default-cause-box .donate-box .donate-info .amount span {
    font-weight: 700;
    color: #45ae52;
}

.default-cause-box .donate-box .donate-info .raised {
    float: left;
    color: #fff;
    width: 50%;
    border-right: 1px solid #e8e8e8;
}

.default-cause-box .donate-box .donate-info .goal {
    float: right;
    width: 50%;
}

.default-cause-box .donate-box .percentage {
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -25px;
}

.default-cause-box .donate-box .percentage .count-box {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    line-height: 44px;
    background: #45ae52;
    border-radius: 50%;
    margin: 0 auto;
    border: 3px solid #0f0119;
    font-family: 'Roboto Slab', serif;
}

.default-cause-box .donate-box .percentage .count-value {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    line-height: 44px;
    background: #d633a3;
    border-radius: 50%;
    margin: 0 auto;
    border: 3px solid #fff;
    font-family: 'Roboto Slab', serif;
}

.default-cause-box .upper-content {
    position: relative;
    text-align: center;
    padding: 8px 8px 8px 8px;
}

.default-cause-box .upper-content h3 {
    position: relative;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.default-cause-box .upper-content h3:before {
    position: absolute;
    content: '';
    left: 50%;
    width: 36px;
    height: 1px;
    bottom: 0px;
    margin-left: -15px;
    background-color: #eb5310;
}

.default-cause-box .upper-content h3:after {
    position: absolute;
    content: '';
    left: 50%;
    width: 36px;
    height: 2px;
    bottom: -3px;
    margin-left: -15px;
    background-color: #eb5310;
}

.default-cause-box .upper-content h3 a {
    color: #ff0000;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.default-cause-box .upper-content h3 a:hover {
    color: #eb5310;
}

.default-cause-box .upper-content .text {
    line-height: 1.8em;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
}

.default-cause-box .lower-content {
    position: relative;
    text-align: center;
}

.causes-section .owl-dots {
    display: none;
}

.causes-section .owl-next,
.causes-section .owl-prev {
    position: absolute;
    width: 45px;
    height: 45px;
    margin: 0px;
    top: 50%;
    margin-top: -30px;
    text-align: center;
    background: none;
    color: #000000;
    font-size: 20px;
    line-height: 44px;
    padding: 0px;
    border-radius: 50%;
    transition: all 500ms ease 0s;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20);
    -ms-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20);
    -o-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20);
}

.causes-section .owl-next:hover,
.causes-section .owl-prev:hover {
    color: #252936;
    background-color: rgba(0, 0, 0, 0.04);
}

.causes-section .owl-prev {
    left: -80px;
}

.causes-section .owl-next {
    right: -80px;
}
/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section {
    position: relative;
}

.causes-page .default-cause-box {
    margin-bottom: 50px;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
    position: relative;
    padding: 50px 0px 40px;
}

.services-style-one {
    position: relative;
    margin-bottom: 40px;
}

.services-style-one .inner-box {
    position: relative;
    text-align: center;
    padding: 35px 15px 0px;
    background-size: cover;
    border-radius: 3px;
    background-repeat: no-repeat;
}

.services-style-one .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.70);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-style-one .inner-box .icon-box {
    position: relative;
    font-size: 42px;
    color: #fe5acb;
    line-height: 1em;
    margin-bottom: 15px;
}

.services-style-one .inner-box h3 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 22px;
    text-transform: capitalize;
}

.services-style-one .inner-box h3 a {
    color: #2ec86f;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-style-one .inner-box h3:before {
    position: absolute;
    content: '';
    left: 50%;
    width: 60px;
    height: 1px;
    bottom: 0px;
    margin-left: -13px;
    background-color: #f8a717;
}

.services-style-one .inner-box h3:after {
    position: absolute;
    content: '';
    left: 50%;
    width: 60px;
    height: 2px;
    bottom: -3px;
    margin-left: -13px;
    background-color: #f8a717;
}

.services-style-one .inner-box .text {
    position: relative;
    color: #dfdfdf;
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
}

.services-style-one .inner-box .arrow-box {
    position: relative;
    top: 24px;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    line-height: 44px;
    background-color: #ffffff;
}