@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import "https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,900,800italic,900italic";
@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "hover.css";
@import "jquery.fancybox.css";
@import "jquery.bxslider.css";
@import "owl.carousel.css";
@import "owl.theme.default.min.css";
@import "animate.min.css";
@import "../fonts/flaticon/flaticon.css";
@import "../revolution/css/settings.css";
@import "../js/jquery-ui-1.11.4/jquery-ui.css";
body {
    color: #9c9c9c;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway",sans-serif;
}
a, a:hover, a:active {
    text-decoration: none !important;
}
:active, *:focus {
    outline: medium none !important;
}
img {
    max-width: 100%;
}
.p0 {
    padding: 0 !important;
}
.full-width {
    width: 100% !important;
}
.text-thm {
    color: #eb5310;
}
.text-white {
    color: #fff !important;
}
.thm-btn {
    background: #f14b05 none repeat scroll 0 0;
    border: 2px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 35px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.thm-btn:hover, .thm-btn.inverse {
    background-color: #fff;
    border-color: #f14b05;
    color: #f14b05;
}
.thm-btn:active, .thm-btn:focus {
    background-color: #fff;
    border-color: #f14b05;
    color: #f14b05;
}
.thm-btn.inverse:hover {
    background: #f14b05 none repeat scroll 0 0;
    border-color: #f14b05;
    color: #fff;
}
.btn-xs {
    font-size: 11px !important;
    padding: 8px 15px !important;
}
.sec-padding {
    padding: 90px 0;
}
.sec-title {
    margin-bottom: 63px;
}
.sec-title h2 {
    color: #202a30;
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 15px;
    text-transform: capitalize;
}
.sec-title p {
    color: #747474;
    font-size: 16px;
    margin: 0 0 20px;
}
.sec-title span.decor {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #e6e6e6;
    border-radius: 50%;
    display: inline-block;
    height: 16px;
    position: relative;
    width: 16px;
    z-index: 1;
}
.sec-title span.inner {
    background: #eaeaea none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 6px;
    margin: 3px auto auto;
    width: 6px;
}
.sec-title span.decor::before, .sec-title span.decor::after {
    background: #e6e6e6 none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: absolute;
    top: 5px;
    width: 50px;
    z-index: -1;
}
.sec-title span.decor::before {
    left: 14px;
}
.sec-title span.decor::after {
    right: 14px;
}
.sec-title.text-left span.decor {
    margin-left: 50px;
}
.sec-title.style-two span.decor {
    border-color: #f14b05;
}
.sec-title.style-two span.decor .inner {
    background: #f14b05 none repeat scroll 0 0;
}
.sec-title.style-two span.decor::after {
    right: -94px;
}
.sec-title.style-two span.decor::before, .sec-title.style-two span.decor::after {
    background: #dcdcdc none repeat scroll 0 0;
}
.sec-title.colored span.decor {
    border-color: #eb5310;
}
.sec-title.colored span.decor span.inner {
    background: #eb5310 none repeat scroll 0 0;
}
.sec-title.colored span.decor::before, .sec-title.colored span.decor::after {
    background: #eb5310 none repeat scroll 0 0;
}
.sec-color {
    color: #202a30;
    font-weight: 700;
}
.double-line {
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
    position: relative;
}
.double-line::before, .double-line::after {
    border: 1px solid #eb5310;
    bottom: -7px;
    content: "";
    height: 1px;
    left: 0;
    margin: 1px auto auto;
    position: absolute;
    right: 0;
    width: 50px;
}
.double-line::before {
    bottom: -10px;
}
.double-line.line-left::before, .double-line.line-left::after {
    left: 0;
    right: auto;
}
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
    margin: 0;
}
.mb_0 {
    margin-bottom: 0 !important;
}
.mb_20 {
    margin-bottom: 20px !important;
}
.mb_30 {
    margin-bottom: 30px !important;
}
.mb_60 {
    margin-bottom: 60px !important;
}
.mt_5 {
    margin-top: 5px;
}
.mt_15 {
    margin-top: 15px !important;
}
.mt_30 {
    margin-top: 30px !important;
}
.p_0 {
    padding: 0 !important;
}
.p_20 {
    padding: 20px;
}
.p_30 {
    padding: 30px;
}
.p_40 {
    padding: 40px;
}
.pb_0 {
    padding-bottom: 0 !important;
}
.pb_2 {
    padding-bottom: 2px !important;
}
.pb_30 {
    padding-bottom: 30px !important;
}
.pb_60 {
    padding-bottom: 60px !important;
}
.pb_70 {
    padding-bottom: 70px !important;
}
.pl_0 {
    padding-left: 0;
}
.pr_0 {
    padding-right: 0 !important;
}
.pr_15 {
    padding-right: 15px !important;
}
.pt_0 {
    padding-top: 0 !important;
}
.pt_90 {
    padding-top: 90px !important;
}
.text-black {
    color: #454545 !important;
}
.font-13 {
    font-size: 13px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.border-1px {
    border: 1px solid #eee;
}
.brder-left-3 {
    border-left: 3px solid #ddd;
}
.top-bar {
    border-bottom: 1px solid #eaeaea;
}
.top-bar .left-text p {
    color: #b6b6b6;
    font-size: 13px;
    line-height: 48px;
    margin: 0;
}
.top-bar .left-text p span {
    color: #383838;
}
.social-icons ul, .social-icons ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.social-icons ul li:first-child a {
    border-left: 1px solid #eaeaea;
}
.social-icons ul li a {
    border-right: 1px solid #eaeaea;
    color: #a4a4a4;
    display: inline-block;
    font-size: 15px;
    line-height: 48px;
    margin-left: -5px;
    padding: 0 16px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.social-icons ul li a:hover {
    background: #f14b05 none repeat scroll 0 0;
    color: #fff;
}

  .header {
    padding: 35px 0;
    background-image: url("/img/header.png");
    background-position: center;
    background-repeat: no-repeat;
}

.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 {
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    height: 60px;
    line-height: 58px;
    margin-right: 15px;
    text-align: center;
    width: 60px;
}
.single-header-info .icon-box .inner-box i::before {
    color: #f14b05;
    font-size: 30px;
}
.single-header-info .content h3 {
    color: #2b2b2b;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.single-header-info .content p {
    color: #b6b6b6;
    font-size: 13px;
    margin: 0;
}
.single-header-info .content p b {
    color: #000000;
    font-size: 18px;
    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: #fcab0e none repeat scroll 0 0;
    border-bottom: 4px solid #f14b05;
}
.mainmenu-area.stricky-fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.navigation .nav-footer {
    display: none;
}
.navigation .nav-header > ul {
    margin: 0;
    padding: 0;
}
.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 > a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 23px 19px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.navigation .nav-header > ul > li:hover > a {
    color: #f14b05;
}
.navigation .nav-header > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
}
.navigation .nav-header > ul > li > ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 0 11px -3px rgba(0, 0, 0, 0.2);
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 240px;
    z-index: 999;
}
.navigation .nav-header > ul > li > ul > li {
    display: block;
    position: relative;
}
.navigation .nav-header > ul > li > ul > li:last-child > a {
    border-bottom: 0 none;
}
.navigation .nav-header > ul > li > ul > li > a {
    border-bottom: 1px solid #e9e9e9;
    color: #2b2b2b;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 19px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.navigation .nav-header > ul > li > ul > li:hover > a {
    background: #f14b05 none repeat scroll 0 0;
    color: #fff;
}
.navigation .nav-header > ul > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
}
.navigation .nav-header > ul > li > ul > li > ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 0 11px -3px rgba(0, 0, 0, 0.2);
    left: 100%;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 240px;
    z-index: 999;
}
.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 none;
}
.navigation .nav-header > ul > li > ul > li > ul > li > a {
    border-bottom: 1px solid #e9e9e9;
    color: #2b2b2b;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 19px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.navigation .nav-header > ul > li > ul > li > ul > li:hover > a {
    background: #f14b05 none repeat scroll 0 0;
    color: #fff;
}
.mainmenu-area .search-box {
    background: #2d373f none repeat scroll 0 0;
    height: 66px;
    padding: 0 25px;
    width: 280px;
}
.mainmenu-area .search-box input {
    background-color: transparent;
    border: medium none;
    color: #dad9d9;
    font-size: 13px;
    line-height: 65px;
    outline: medium none;
    width: calc(100% - 31px);
}
.mainmenu-area .search-box button {
    background-color: transparent;
    border: medium none;
    color: #dad9d9;
    font-size: 15px;
    line-height: 65px;
    outline: medium none;
}
.rev_slider_wrapper .thm-banner-h1 {
    color: #202a30;
    font-family: "Raleway";
    font-size: 55px;
    font-weight: 300;
    text-transform: uppercase;
}
.rev_slider_wrapper .thm-banner-h3 {
    background-color: #fff;
    color: #f14b05;
    font-family: "Raleway";
    font-size: 30px;
    font-weight: 600;
    padding: 0 10px !important;
    text-transform: capitalize;
}
.rev_slider_wrapper .thm-banner-p {
    color: #fbf7f7;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
}
.rev_slider_wrapper .thm-banner-h1.heavy {
    font-weight: 900;
}
.rev_slider_wrapper .thm-btn {
    transition: all 0.3s ease 0s !important;
}
.rev_slider_wrapper .thm-banner-h1.blue-bg {
    background: #f14b05 none repeat scroll 0 0;
    color: #fff;
    font-size: 42px;
    line-height: 55px;
    padding: 0 10px;
}
.rev_slider_wrapper .thm-banner-h1.black-bg {
    background: #262f36 none repeat scroll 0 0;
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    padding: 0 10px;
}
.overlay-white {
    background: rgba(0, 0, 0, 0) url("../img/resources/testi-bg.jpg") no-repeat scroll center center / cover ;
    position: relative;
}
.overlay-white::before {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
}
.call-to-action .container-fluid {
    padding: 0;
}
.call-to-action-corner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: all 0.3s ease 0s;
}
.call-to-action-corner::before {
    background-color: red;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.77;
    position: absolute;
    right: 0;
    top: 0;
}
.call-to-action-corner:hover::before {
}
.call-to-action-center {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: all 0.3s ease 0s;
}
.call-to-action-center::before {
    background-color: red;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.77;
    position: absolute;
    right: 0;
    top: 0;
}
.call-to-action-center:hover::before {
}
.single-call-to-action {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 250px;
    position: relative;
    text-align: center;
}
.single-call-to-action .icon-box, .single-call-to-action .content-box {
    display: inline-block;
    vertical-align: top;
}
.single-call-to-action .icon-box {
    bottom: 15px;
    position: relative;
    width: 50px;
}
.single-call-to-action .icon-box i.flaticon-circle {
    bottom: 25px;
    position: relative;
}
.single-call-to-action .icon-box i.flaticon-social {
    bottom: 25px;
    position: relative;
}
.single-call-to-action .icon-box i.flaticon-medical {
    bottom: 25px;
    position: relative;
}
.single-call-to-action .icon-box i::before {
    color: #fff;
    font-size: 50px;
}
.single-call-to-action .content-box {
    padding-left: 15px;
    text-align: left;
    width: 65%;
}
.single-call-to-action .content-box h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.single-call-to-action .content-box p {
    color: #fff;
    font-size: 13px;
    line-height: 24px;
}
.single-call-to-action .content-box ul {
    margin: 0;
    padding: 0;
}
.single-call-to-action .content-box ul li {
    -moz-box-pack: justify;
    color: #fff;
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    list-style: outside none none;
}
.single-call-to-action .content-box .thm-btn.inverse {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    padding: 7px 22px;
}
.single-call-to-action .content-box .thm-btn.inverse:hover {
    background: #fff none repeat scroll 0 0;
    color: #f14b05;
}
.call-to-action.boxed .single-call-to-action .content-box {
    width: 70%;
}
.event {
    margin-bottom: 15px;
}
.event .event-thumb {
    position: relative;
}
.event .event-title {
    margin-bottom: 10px;
    margin-top: 0;
}
.event .event-title a {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.event:hover .event-title a {
    color: #eb5310;
}
.event .event-content .event-held {
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.event .event-content .event-held li i {
    color: #eb5310;
}
.event .event-thumb .event-date {
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.event .event-thumb .date {
    background-color: #eb5310;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
    list-style: outside none none;
    padding: 15px 15px 10px;
}
.event .event-thumb .month {
    background-color: #333;
    color: #ddd;
    font-size: 12px;
    font-weight: 600;
    list-style: outside none none;
    padding: 7px 15px;
    text-transform: uppercase;
}
.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 none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    left: 0;
}
.bx-controls .bx-controls-direction > a {
    background: #eb5310 none repeat scroll 0 0;
    border: 2px solid #eb5310;
    color: #fff;
    height: auto;
    line-height: 26px;
    padding: 0 11px;
    text-indent: 0;
    top: -34px;
    width: auto;
    z-index: 0;
}
.bx-controls .bx-controls-direction > a:hover {
    background: #fff none repeat scroll 0 0;
    color: #eb5310;
}
.bx-controls .bx-controls-direction > a:hover i {
    color: #eb5310;
}
.bx-controls .bx-controls-direction > a i {
    color: #fff;
}
.bx-controls .bx-controls-direction .bx-prev {
    left: auto;
    right: 35px;
}
.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 {
    background: #fbfcfc none repeat scroll 0 0;
}
.full-sec .sec-title {
    margin: 0 0 30px;
}
.full-sec .full-image {
    max-width: none;
}
.full-sec h3 {
    color: #f14b05;
    font-family: "Poppins",sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px;
    margin: 0;
    text-transform: capitalize;
}
.full-sec p {
    color: #9c9c9c;
    line-height: 26px;
}
.full-sec .full-sec-content {
    padding-left: 70px;
    padding-top: 70px;
}
.full-sec .thm-btn {
    background-color: transparent;
    border-color: #d3d3d3;
    color: #202a30;
    font-size: 12px;
    padding: 7px 21px;
}
.full-sec .thm-btn:hover {
    background: #f14b05 none repeat scroll 0 0;
    border-color: #f14b05;
    color: #fff;
}
.home-serivce {
    padding-bottom: 10px;
}
.single-service-home {
    margin-bottom: 80px;
}
.single-service-home .icon-box, .single-service-home .content {
    display: table-cell;
    vertical-align: top;
}
.single-service-home .inner-box {
    background: #eb5310 none repeat scroll 0 0;
    border: 2px solid #eb5310;
    color: #fff;
    height: 65px;
    line-height: 63px;
    margin-right: 27px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 65px;
}
.single-service-home:hover .inner-box {
    background: #fff none repeat scroll 0 0;
    border-color: #eb5310;
    color: #eb5310;
}
.single-service-home .inner-box::before {
    background: #fff none repeat scroll 0 0;
    bottom: -17px;
    content: "";
    height: 30px;
    position: absolute;
    right: -17px;
    transform: rotate(45deg);
    width: 30px;
}
.single-service-home .inner-box i::before {
    font-size: 35px;
}
.single-service-home .content h3 {
    color: #202a30;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 15px;
    text-transform: capitalize;
}
.single-service-home .content p {
    color: #9c9c9c;
    line-height: 26px;
    margin: 0 0 15px;
}
.single-service-home .content a {
    color: #eb5310;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.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;
}
.faq-home {
    padding-top: 0;
}
.faq-home hr {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    height: 6px;
    margin: 0 0 90px;
}
.faq-home .sec-title {
    margin: 0 0 22px;
}
.faq-home .accrodion {
    padding-bottom: 31px;
    padding-right: 55px;
    position: relative;
}
.faq-home .accrodion:last-child {
    padding-bottom: 0;
}
.faq-home .accrodion:last-child::before {
    display: none;
}
.faq-home .accrodion.active:last-child::before {
    display: block;
}
.faq-home .accrodion.active::before, .faq-home .accrodion::before {
    background: #f1f1f1 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 6px;
    position: absolute;
    top: 5px;
    width: 1px;
}
.faq-home .accrodion .accrodion-content {
    padding-top: 21px;
}
.faq-home .accrodion .accrodion-title h4 {
    color: #202a30;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.faq-home .accrodion .accrodion-title h4 span.decor {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #f1f1f1;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    margin-right: 20px;
    position: relative;
    width: 14px;
    z-index: 1;
}
.faq-home .accrodion .accrodion-title h4 span.inner {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 4px;
    margin: 3px auto auto;
    width: 4px;
}
.faq-home .accrodion.active .accrodion-title h4 span.decor {
    border-color: #eb5310;
}
.faq-home .accrodion.active .accrodion-title h4 span.inner {
    background: #eb5310 none repeat scroll 0 0;
}
.faq-home .accrodion .accrodion-content {
    padding-left: 40px;
}
.faq-home .accrodion .accrodion-content p {
    color: #9c9c9c;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 21px;
}
.faq-home .accrodion .accrodion-content p:last-child {
    margin-bottom: 0;
}
.faq-home.faq-page .accrodion.active .accrodion-title h4 .text {
    color: #eb5310;
}
.faq-home.faq-page .accrodion-grp .accrodion {
    padding-right: 0 !important;
}
.fact-counter-wrapper {
    background-size: cover;
    position: relative;
}
.fact-counter-wrapper::before {
    background: #eb5310 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.95;
    position: absolute;
    right: 0;
    top: 0;
}
.fact-counter-wrapper h2 {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 27px;
}
.fact-counter-wrapper .thm-btn.inverse:hover {
    border-color: #fff;
    color: #fff;
}
.single-fact {
    display: inline-block;
    padding: 0 35px;
    text-align: center;
}
.single-fact .icon-box {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    height: 100px;
    line-height: 98px;
    margin-bottom: 14px;
    text-align: center;
    width: 100px;
}
.single-fact .icon-box i::before {
    font-size: 50px;
}
.single-fact span {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
}
.single-fact p {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
.meet-volunteers.gray-bg {
    background: #fbfcfc none repeat scroll 0 0;
}
.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 {
    background: rgba(235, 83, 16, 0.75) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.single-team-member:hover .img-box .overlay {
    transform: scale(1);
}
.single-team-member .img-box .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.single-team-member .img-box .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
}
.single-team-member .img-box .overlay .box .content ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.single-team-member .img-box .overlay .box .content ul li {
    display: inline-block;
    list-style: outside none none;
}
.single-team-member .img-box .overlay .box .content ul li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #f14b05;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    margin-right: 8px;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.single-team-member .img-box .overlay .box .content ul li a:hover {
    background: #f14b05 none repeat scroll 0 0;
    border-color: #fff;
    color: #fff;
}
.single-team-member h3 {
    color: #222e35;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin: 0 0 4px;
    text-transform: capitalize;
}
.single-team-member > span {
    border-bottom: 1px solid #e6e6e6;
    color: #eb5310;
    display: block;
    font-size: 13px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.single-team-member p {
    color: #9c9c9c;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}
.single-team-member a.thm-btn {
    background: #fff none repeat scroll 0 0;
    border-color: #e6e6e6;
    color: #222e35;
    margin-top: 13px;
    padding: 9px 24px;
}
.single-team-member a.thm-btn:hover {
    background: #eb5310 none repeat scroll 0 0;
    border-color: #eb5310;
    color: #fff;
}
.team-carousel .owl-controls {
    position: absolute;
    right: 0;
    top: -140px;
}
.owl-theme .owl-nav {
    margin: 0;
}
.owl-theme .owl-nav [class*="owl-"] {
    background: #eb5310 none repeat scroll 0 0;
    border: 2px solid #eb5310;
    border-radius: 0;
    color: #fff;
    font-size: 22px;
    height: 45px;
    line-height: 43px;
    margin: 0 0 0 15px;
    padding: 0;
    width: 45px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #fff none repeat scroll 0 0;
    color: #eb5310;
}
.testimonials-wrapper {
    background: rgba(0, 0, 0, 0) url("../img/resources/testi-bg.jpg") no-repeat scroll center center / cover ;
    position: relative;
}
.testimonials-wrapper::before {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
}
.testimonials-wrapper .container {
    position: relative;
}
.single-testimonaials {
    background: #fff none repeat scroll 0 0;
    margin-top: 30px;
    padding: 0 50px 40px;
    text-align: center;
}
.single-testimonaials .qoute-box {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 30px;
    box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.2);
    color: #eb5310;
    height: 60px;
    line-height: 60px;
    margin-bottom: -10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    width: 60px;
}
.single-testimonaials .qoute-box .qoute {
    font-size: 80px;
    line-height: 0;
    margin-right: 25px;
    text-align: center;
    vertical-align: bottom;
}
.single-testimonaials p {
    color: #383838;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
}
.single-testimonaials h3 {
    color: #202a30;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 6px;
    text-transform: uppercase;
}
.single-testimonaials span {
    color: #a4a4a4;
    font-size: 13px;
    text-transform: capitalize;
}
.testimonaials-carousel .owl-dots .owl-dot span {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #eb5310;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}
.testimonaials-carousel .owl-dots {
    margin-top: 60px;
}
.testimonaials-carousel .owl-dots .owl-dot:hover span, .testimonaials-carousel .owl-dots .owl-dot.active span {
    background: #eb5310 none repeat scroll 0 0;
}
.single-blog-post .content-box {
    margin-top: 27px;
}
.single-blog-post .img-box {
    position: relative;
}
.single-blog-post .img-box .overlay {
    background: rgba(235, 83, 16, 0.75) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.single-blog-post:hover .img-box .overlay {
    transform: scale(1);
}
.single-blog-post .img-box .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.single-blog-post .img-box .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
}
.single-blog-post .img-box .overlay .box .content ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.single-blog-post .img-box .overlay .box .content ul li {
    display: inline-block;
    list-style: outside none none;
}
.single-blog-post .img-box .overlay .box .content ul li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #f14b05;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    margin-right: 8px;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.single-blog-post .img-box .overlay .box .content ul li a:hover {
    background: #f14b05 none repeat scroll 0 0;
    border-color: #fff;
    color: #fff;
}
.single-blog-post .content-box .date-box, .single-blog-post .content-box .content {
    display: table-cell;
    vertical-align: top;
}
.single-blog-post .content-box .date-box {
    padding-right: 25px;
}
.single-blog-post .content-box .date-box .inner {
    text-align: center;
    width: 65px;
}
.single-blog-post .content-box .date-box .inner .date {
    background: #eb5310 none repeat scroll 0 0;
    padding: 15px 0;
}
.single-blog-post .content-box .date-box .inner .date b {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
}
.single-blog-post .content-box .date-box .inner .date {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}
.single-blog-post .content-box .date-box .comment {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #e6e6e6 #e6e6e6;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    color: #202a30;
    font-size: 20px;
    font-weight: 500;
    line-height: 17px;
    padding: 16px 0;
}
.single-blog-post .content-box .date-box .comment i::before {
    color: #374045;
    font-size: 16px;
}
.single-blog-post .content-box .content h3 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin: 0 0 12px;
    text-transform: capitalize;
}
.single-blog-post .content-box .content p {
    color: #9c9c9c;
    font-size: 14px;
    line-height: 26px;
}
.single-blog-post .content-box .content span {
    color: #222222;
    font-size: 13px;
}
.single-blog-post .content-box .content span a {
    color: #f3530f;
}
.single-blog-post .content-box .content .btn-details {
    color: #f3530f;
    font-size: 13px;
}
.single-blog-post .share {
    margin: 0;
    padding: 0;
}
.single-blog-post .share li {
    display: inline;
    list-style: outside none none;
}
.single-blog-post .share li a, .single-blog-post .share li span {
    color: #d5dadd;
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
}
.single-blog-post .share li a:hover {
    color: #eb5310;
}
.single-blog-post .share li span {
    color: #222222;
    font-size: 12px;
    text-transform: capitalize;
}
.single-blog-post .bottom-box {
    margin-top: 35px;
}
.blog-page .single-blog-post, .blog-details .admin-info, .blog-details .comment-box {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 60px;
    padding-bottom: 50px;
}
.blog-details .admin-info .img-box, .blog-details .admin-info .content {
    display: table-cell;
    vertical-align: top;
}
.blog-details .admin-info .inner-box {
    width: 100px;
}
.blog-details .admin-info .content {
    padding-left: 45px;
}
.blog-details .admin-info .content h3 {
    color: #222e35;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin: 0 0 10px;
    text-transform: capitalize;
}
.blog-details .admin-info .social {
    margin: 0;
    padding: 0;
}
.blog-details .admin-info .social li {
    display: inline-block;
    list-style: outside none none;
}
.blog-details .admin-info .social li a {
    color: #d5dadd;
    font-size: 16px;
    margin-right: 7px;
}
.blog-details .admin-info .social li a:hover {
    color: #eb5310;
}
.blog-details .comment-box .title {
    margin-bottom: 50px;
}
.blog-details .comment-box .title h2 {
    color: #272727;
    font-size: 32px;
    font-weight: bold;
    line-height: 25px;
    margin: 0;
    text-transform: capitalize;
}
.blog-details .comment-box .single-comment-box {
    margin-bottom: 34px;
}
.blog-details .comment-box .single-comment-box:last-child {
    margin-bottom: 0;
}
.blog-details .comment-box .single-comment-box .img-box, .blog-details .comment-box .single-comment-box .content-box {
    display: table-cell;
    vertical-align: top;
}
.blog-details .comment-box .single-comment-box .img-box .inner-box {
    margin-right: 30px;
    width: 70px;
}
.blog-details .comment-box .single-comment-box .content-box h3 {
    color: #272727;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    text-transform: capitalize;
}
.blog-details .comment-box .single-comment-box .content-box span {
    color: #272727;
    display: inline-block;
    font-weight: 500;
}
.blog-details .comment-box .single-comment-box .content-box p {
    color: #9c9c9c;
    line-height: 26px;
}
.blog-details .comment-box .single-comment-box .content-box a.reply {
    color: #262f36;
    font-family: "Raleway";
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.blog-details .comment-box .single-comment-box .content-box .meta-box {
    margin-bottom: 15px;
    margin-top: 8px;
}
.footer-call-to-action {
    background: #eb5310 none repeat scroll 0 0;
    padding: 55px 0;
}
.footer-call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 23px;
    margin: 0 0 16px;
}
.footer-call-to-action p {
    color: #d5e0ee;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}
.footer-call-to-action a.thm-btn {
    color: #202a30;
    margin: 7px 0;
    padding: 14px 24px;
}
.footer-call-to-action a.thm-btn.inverse:hover {
    border-color: #fff;
    color: #fff;
}
.footer {
    background: #262f36 none repeat scroll 0 0;
}
.footer-widget ul {
    margin: 0;
    padding: 0;
}
.footer-widget ul li {
    list-style: outside none none;
}
.footer-widget .contact {
    margin-top: 21px;
}
.footer-widget .contact li {
    color: #c9c9c9;
    font-size: 13px;
    margin-bottom: 18px;
}
.footer-widget .contact li i, .footer-widget .contact li span {
    display: table-cell;
    vertical-align: middle;
}
.footer-widget .contact li i {
    color: #ffffff;
    font-size: 16px;
    padding-right: 18px;
    text-align: center;
    width: 18px;
}
.footer-widget.about-widget img {
    margin-bottom: 20px;
}
.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 {
    border: 1px solid #cacfd3;
    border-radius: 50%;
    color: #cacfd3;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-right: 3px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.footer-widget .social li a:hover {
    background: #eb5310 none repeat scroll 0 0;
    border-color: #eb5310;
}
.footer-widget h3.title {
    color: #fef9f9;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 24px;
    text-transform: capitalize;
}
.footer-widget.quick-links ul li a {
    color: #c9c9c9;
    font-size: 14px;
    line-height: 38px;
}
.footer-widget.quick-links ul li a:hover {
    color: #eb5310;
}
.footer-widget.latest-post ul {
    margin-top: 42px;
}
.footer-widget.latest-post ul li {
    margin-bottom: 20px;
}
.footer-widget.latest-post ul li span.border {
    display: table-cell;
    vertical-align: top;
}
.footer-widget.latest-post ul li span.border::before {
    background: #ffffff none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 2px;
    width: 10px;
}
.footer-widget.latest-post ul li .content {
    display: table-cell;
    padding-left: 18px;
    position: relative;
    top: -8px;
    vertical-align: top;
}
.footer-widget.latest-post ul li a {
    color: #c9c9c9;
    display: block;
    font-size: 13px;
    line-height: 25px;
    transition: all 0.3s ease 0s;
}
.footer-widget.latest-post ul li a:hover {
    color: #eb5310;
}
.footer-widget.latest-post ul li span {
    color: #576673;
    display: block;
    font-size: 13px;
}
.footer-widget.contact-widget input, .footer-widget.contact-widget textarea {
    background: #2c353c none repeat scroll 0 0;
    border: medium none;
    color: #c9c9c9;
    font-size: 13px;
    height: 50px;
    margin-bottom: 10px;
    outline: medium none;
    padding: 0 20px;
    width: 100%;
}
.footer-widget.contact-widget textarea {
    height: 100px;
    margin-bottom: 5px;
    padding-top: 15px;
}
.footer-widget.contact-widget button {
    background: #eb5310 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    outline: medium none;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.footer-widget.contact-widget button:hover {
    background: #fff none repeat scroll 0 0;
    color: #f14b05;
}
.footer-bottom {
    background: #262f36 none repeat scroll 0 0;
    border-top: 1px solid #2d373f;
    padding: 22px 0;
}
.footer-bottom p {
    color: #fff;
    font-size: 13px;
    margin: 0;
}
.footer-bottom a {
    color: #eb5310;
}
.contact-form label.error {
    display: none !important;
}
.contact-form input.error, .contact-form textarea.error {
    background: rgba(255, 0, 0, 0.2) none repeat scroll 0 0 !important;
}
.home-appointment-form {
    margin-top: -191px;
    position: relative;
    z-index: 9999;
}
.home-appointment-form .heading {
    background: #fff none repeat scroll 0 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: inline-block;
}
.home-appointment-form .heading h3 {
    color: #262f36;
    font-size: 24px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
    padding: 0 35px;
    text-transform: capitalize;
}
.home-appointment-form .form-grp {
    background: #fff none repeat scroll 0 0;
    padding: 35px 30px;
}
.home-appointment-form .form-grp .single-form {
    float: left;
    margin-right: 20px;
}
.home-appointment-form .form-grp .single-form:last-child {
    margin-right: 0;
}
.home-appointment-form .form-grp .single-form input {
    border: 1px solid #edf0f3;
    height: 55px;
    outline: medium none;
    padding-left: 22px;
    width: 222px;
}
.home-appointment-form .form-grp .single-form button {
    background: #f14b05 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    height: 55px;
    outline: medium none;
    text-transform: uppercase;
    width: 152px;
}
.home-appointment-form .form-grp .select-input-wrapper {
    width: 222px;
}
.home-appointment-form .form-grp .select-input + .ui-selectmenu-button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #edf0f3;
    border-radius: 0;
    font-weight: normal;
    height: 55px;
    outline: medium none;
    width: 100% !important;
}
.home-appointment-form .form-grp .select-input + .ui-state-default .ui-icon {
    background-image: url("../img/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 {
    border-radius: 0;
    color: #bdbdbd;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 55px;
    line-height: 55px;
    margin: 0;
    outline: medium none;
    padding: 0 0 0 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-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    height: 6px;
    margin: 0 0 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 none repeat scroll 0 0;
}
.ui-selectmenu-menu {
    z-index: 999999;
}
.ui-widget-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none;
    border-width: medium medium 0;
}
.ui-menu .ui-menu-item {
    border-bottom: 1px solid #edf0f3;
    color: #bdbdbd;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    padding: 0 0 0 15px;
}
.ui-menu .ui-menu-item.ui-state-focus, .ui-menu .ui-menu-item:hover {
    background: #f14b05 none repeat scroll 0 0;
    border-bottom: 1px solid #f14b05;
    border-top: 1px solid #f14b05;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.ui-datepicker-header {
    background: #f14b05 none repeat scroll 0 0;
    border-color: #f14b05;
    border-radius: 0;
}
.ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #edf0f3;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: normal;
    padding: 7px;
}
.ui-datepicker .ui-state-highlight {
    background: #f14b05 none repeat scroll 0 0;
    color: #fff;
}
.inner-header {
    background: rgba(0, 0, 0, 0) url("../img/IMAGENQUIENESOMOS.jpg") no-repeat scroll center center / cover ;
    padding-bottom: 80px;
    padding-top: 60px;
    position: relative;
}
.inner-header::before {
    
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.85;
    position: absolute;
    right: 0;
    top: 0;
}
.inner-header .sec-title {
    margin-bottom: 0;
    position: relative;
}
.inner-header .sec-title span.decor::before, .inner-header .sec-title span.decor::after {
    background: #dadada none repeat scroll 0 0;
}
.inner-header .sec-title h2 {
    color: #000000;
    font-size: 40px;
    line-height: 58px;
    margin: 0;
    text-transform: uppercase;
}
.breadcumb {
    margin: 0 0 20px;
    padding: 0;
}
.breadcumb li {
    display: inline-block;
}
.breadcumb li a, .breadcumb li i, .breadcumb li span {
    display: block;
    font-size: 15px;
}
.breadcumb li a {
    color: #eb5310;
}
.breadcumb li span {
    color: #222e35;
}
.about-content.full-sec {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 0;
}
.about-content.full-sec .full-sec-content {
    padding: 0;
}
.about-content.full-sec h3 {
    font-size: 26px;
}
.volunteer-profile ul.infos {
    margin: 11px 0 0;
    padding: 0;
}
.volunteer-profile ul.infos li {
    line-height: 35px;
    list-style: outside none none;
}
.volunteer-profile ul.infos li span {
    display: table-cell;
    vertical-align: middle;
}
.volunteer-profile ul.infos li span:first-child {
    color: #222e35;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.volunteer-profile ul.infos li span:last-child {
    color: #9c9c9c;
    padding-left: 40px;
}
.volunteer-profile ul.social {
    margin-top: 15px;
    padding: 0;
}
.volunteer-profile ul.social li {
    display: inline-block;
}
.volunteer-profile ul.social li a {
    background: #3b3b3b none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 35px;
}
.volunteer-profile ul.social li:hover a {
    background: #eb5310 none repeat scroll 0 0;
}
.contact-content #contact-page-google-map {
    height: 400px;
    margin-bottom: 63px;
    width: 100%;
}
.contact-content h2 {
    color: #23282a;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 35px;
    text-transform: capitalize;
}
.contact-content .contact-form textarea, .contact-content .contact-form input {
    border: 1px solid #000;
    height: 60px;
    line-height: 58px;
    margin-bottom: 20px;
    outline: medium none;
    padding-left: 20px;
    width: 100%;
}
.contact-content .contact-form textarea {
    height: 221px;
}
.contact-content .contact-form .thm-btn {
    padding: 12px 42px;
}
.contact-content .contact-info {
    padding: 0;
}
.contact-content .contact-info li {
    list-style: outside none 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 {
    background: #fcab0e none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin-right: 25px;
    text-align: center;
    width: 70px;
}
.contact-content .contact-info li .content-box h4 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.contact-content .contact-info li .content-box p {
    color: #9c9c9c;
    line-height: 26px;
}
.appointment-content {
}
.appointment-content .select-input-wrapper {
    width: 100%;
}
.appointment-content .select-input + .ui-selectmenu-button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #edf0f3;
    border-radius: 0;
    font-weight: normal;
    height: 60px;
    outline: medium none;
    width: 100% !important;
}
.appointment-content .select-input + .ui-state-default .ui-icon {
    background-image: url("../img/resources/select-menu-bg.png");
    background-position: 0 0;
    margin: -3px;
    right: 15px;
}
.appointment-content .select-input + .ui-selectmenu-button span.ui-selectmenu-text {
    border-radius: 0;
    color: #bdbdbd;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 60px;
    line-height: 55px;
    margin: 0;
    outline: medium none;
    padding: 0 0 0 20px;
}
.appointment-content .half-wrapper {
    margin-left: -10px;
    margin-right: -10px;
}
.appointment-content.contact-content .contact-form textarea {
    height: 221px;
}
.appointment-content .half {
    margin-top: 15px;
    padding: 0 10px !important;
}
.appointment-content .title-box {
    margin-bottom: 50px;
    margin-top: 50px;
}
.appointment-content .title-box span {
    color: #7c7c7c;
    font-family: "Raleway";
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.appointment-content .title-box p {
    color: #9c9c9c;
    line-height: 26px;
}
.appointment-content .title-box h3 {
    color: #262f36;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    margin: 0 0 10px;
    text-transform: capitalize;
}
.pull-right .side-bar-widget {
    margin-left: 20px;
}
.single-sidebar-widget {
    margin-bottom: 38px;
}
.single-sidebar-widget.search input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    height: 55px;
    outline: medium none;
    padding-left: 20px;
    width: calc(100% - 66px);
}
.single-sidebar-widget.search button {
    background: #f14b05 none repeat scroll 0 0;
    border: 1px solid #f14b05;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    color: #fff;
    font-size: 17px;
    height: 55px;
    line-height: 53px;
    margin-left: -5px;
    outline: medium none;
    padding: 0;
    text-align: center;
    width: 66px;
}
.single-sidebar-widget .title {
    color: #3f3e3e;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}
.single-sidebar-widget.category .title {
    margin-bottom: 11px;
}
.single-sidebar-widget.category ul {
    margin: 0;
    padding: 0;
}
.single-sidebar-widget.category ul li {
    list-style: outside none none;
}
.single-sidebar-widget.category ul li a {
    color: #9c9c9c;
    line-height: 45px;
    padding-left: 26px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.single-sidebar-widget.category ul li a:hover {
    color: #eb5310;
}
.single-sidebar-widget.category ul li a::before {
    background: #e3e3e3 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 10px;
}
.single-sidebar-widget.archive .title {
    margin-bottom: 11px;
}
.single-sidebar-widget.archive ul {
    margin: 0;
    padding: 0;
}
.single-sidebar-widget.archive ul li {
    list-style: outside none none;
}
.single-sidebar-widget.archive ul li a {
    color: #9c9c9c;
    line-height: 45px;
    padding-left: 26px;
    position: relative;
}
.single-sidebar-widget.archive ul li a:hover {
    color: #eb5310;
}
.single-sidebar-widget.archive ul li a::before {
    background: #e3e3e3 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 10px;
}
.single-sidebar-widget.popular-post ul {
    margin: 25px 0 0;
    padding: 0;
}
.single-sidebar-widget.popular-post ul li {
    border-bottom: 1px solid #f5f5f5;
    list-style: outside none none;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.single-sidebar-widget.popular-post ul li:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.single-sidebar-widget.popular-post ul li .img-box, .single-sidebar-widget.popular-post ul li .content-box {
    display: table-cell;
    vertical-align: middle;
}
.single-sidebar-widget.popular-post ul li .img-box .inner-box {
    margin-right: 25px;
    width: 70px;
}
.single-sidebar-widget.popular-post ul li .img-box img {
    width: 70px;
}
.single-sidebar-widget.popular-post ul li .content-box h4 {
    color: #9c9c9c;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    transition: all 0.3s ease 0s;
}
.single-sidebar-widget.popular-post ul li .content-box h4:hover {
    color: #eb5310;
}
.single-sidebar-widget.popular-post ul li .content-box span {
    color: #eb5310;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
}
.single-sidebar-widget.tags ul {
    margin-top: 30px;
    padding: 0;
}
.single-sidebar-widget.tags ul li {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 12px;
    margin-right: 3px;
}
.single-sidebar-widget.tags ul li a {
    border: 1px solid #f1f1f1;
    border-radius: 30px;
    color: #bababa;
    display: inline-block;
    font-size: 14px;
    padding: 5px 23px;
    transition: all 0.3s ease 0s;
}
.single-sidebar-widget.tags ul li a:hover {
    background: #eb5310 none repeat scroll 0 0;
    border-color: #eb5310;
    color: #fff;
}
#single_Service .service_sideber {
}
#single_Service .service_sideber .services_lis {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f4f4f4 #f4f4f4 -moz-use-text-color;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0;
}
#single_Service .service_sideber .services_lis ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#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: #eb5310;
    font-size: 18px;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 20px;
}
#single_Service .service_sideber .services_lis ul li a {
    color: #262f36;
    display: block;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    padding-left: 20px;
    text-decoration: none;
}
#single_Service .service_sideber .services_lis ul li.active a, #single_Service .service_sideber .services_lis ul li a:hover {
    background: #eb5310 none repeat scroll 0 0;
    color: #fff;
    transition: all 300ms ease-in 0s;
}
#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 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #f4f4f4 #f4f4f4;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    margin-top: 40px;
}
#single_Service .service_sideber .appointment_side_form h2 {
    background: #eb5310 none repeat scroll 0 0;
    color: #fff;
    font-family: "Raleway";
    font-size: 20px;
    font-weight: 600;
    height: 55px;
    padding-top: 15px;
    text-align: center;
}
#single_Service .service_sideber .appointment_side_form .side_form {
    padding: 20px;
}
#single_Service .service_sideber .appointment_side_form .side_form input {
    background: #efefef none repeat scroll 0 0;
    border: 0 solid;
    color: #b7b3b3;
    font-family: "Raleway";
    font-size: 14px;
    height: 45px;
    margin-bottom: 10px;
    padding-left: 20px;
    width: 100%;
}
#single_Service .service_sideber .appointment_side_form .side_form .select-input + .ui-selectmenu-button span.ui-selectmenu-text {
    background: #efefef none repeat scroll 0 0;
    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 {
    background: #eb5310 none repeat scroll 0 0;
    border: 0 solid;
    color: #fff;
    font-family: "Raleway";
    font-size: 13px;
    font-weight: 600;
    height: 45px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}
#single_Service .service_sideber .question_Box {
    margin-top: 40px;
}
#single_Service .service_sideber .question_Box h2 {
    color: #404040;
    font-family: "Raleway";
    font-size: 20px;
    font-weight: 600;
}
#single_Service .service_sideber .question_Box .qustion_list {
    padding-top: 20px;
}
#single_Service .service_sideber .question_Box .qustion_list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#single_Service .service_sideber .question_Box .qustion_list ul li {
    padding: 10px 0 20px;
}
#single_Service .service_sideber .question_Box .qustion_list ul li i {
    color: #eb5310;
    float: left;
}
#single_Service .service_sideber .question_Box .qustion_list ul li a {
    color: #8e979f;
    float: left;
    padding-left: 15px;
    text-decoration: none;
}
.question_Box hr {
    margin-bottom: 5px;
    margin-top: 5px;
}
#single_Service .service_mainconetent .about_box h2 {
    color: #202a30;
    font-family: "Raleway";
    font-size: 20px;
    font-weight: 500;
}
#single_Service .service_mainconetent .about_box p {
    color: #8e979f;
    font-size: 14px;
    line-height: 30px;
}
#single_Service .service_mainconetent .about_promo_box h2 {
    color: #f14b05;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    padding: 10px 0;
}
#single_Service .service_mainconetent .about_promo_box .pormo_box_details p {
    color: #8e979f;
    font-size: 14px;
    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 {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#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 {
    border: 1px solid #eb5310;
    border-radius: 100%;
    color: #eb5310;
    font-size: 16px;
    height: 20px;
    text-align: center;
    width: 20px;
}
#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list li a {
    color: #646f79;
    font-weight: 600;
    padding-left: 15px;
    text-decoration: none;
}
#single_Service .service_mainconetent .about_promo_box .pormo_box_details .service_table {
    overflow: hidden;
}
.service_table {
    overflow: hidden;
    padding-top: 30px;
    width: 100%;
}
.service_table .table {
    border: 1px solid #efefef;
}
.service_table .thead-inverse {
    background: #efefef none repeat scroll 0 0;
    border: 0 solid;
}
.service_table .thead-inverse tr th {
    border-bottom: 0 solid !important;
    color: #eb5310;
    font-family: "Raleway";
    font-size: 20px;
    font-weight: 600;
}
.service_table .thead-inverse tbody tr td {
    color: #8e979f;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
}
.service_table tbody tr td i {
    border: 1px solid #eb5310;
    border-radius: 100%;
    color: #eb5310;
    font-size: 16px;
    height: 20px;
    margin-right: 10px;
    padding-left: 2px;
    padding-top: 1px;
    text-align: center;
    width: 20px;
}
.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 {
    border-top: 1px solid #ddd;
    color: #8e979f;
    font-size: 14px;
    line-height: 1.42857;
    padding: 15px;
    vertical-align: top;
}
.parallax-section {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}
.parallax-section::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.parallax-section .auto-container {
    position: relative;
    z-index: 5;
}
.gallery-section {
    background: #ffffff none repeat scroll 0 0;
    padding: 70px 0 50px;
    position: relative;
}
.gallery-section.full-width {
    padding-bottom: 0;
}
.gallery-section .filter-tabs {
    margin: 10px 0 40px;
    position: relative;
    text-align: center;
}
.gallery-section .filter-tabs li {
    border: 1px solid #dadada;
    color: #353535;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin: 0 7px 10px;
    min-width: 80px;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.gallery-section .filter-tabs li:hover, .gallery-section .filter-tabs li.active {
    background: #eb5310 none repeat scroll 0 0;
    border-color: #eb5310;
    color: #ffffff;
}
.gallery-section .images-container {
    position: relative;
}
.gallery-section .image-box {
    border: 2px solid #ffffff;
    display: block;
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 25%;
}
.gallery-section.slider-section {
    overflow: hidden;
    padding-bottom: 0;
}
.gallery-section.slider-section .slider-outer {
    margin-left: -2px;
    margin-right: -2px;
}
.gallery-section.slider-section .image-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ffffff;
    border-image: none;
    border-style: solid;
    border-width: 4px 2px 2px;
    display: block;
    margin-bottom: 0;
    width: 100%;
}
.gallery-section .filter-list .image-box {
    display: none;
}
.gallery-section.full-width .image-box {
    margin-bottom: 0;
    width: 25%;
}
.gallery-section .image-box .inner-box {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.gallery-section .image-box .image {
    display: block;
    position: relative;
    width: 100%;
}
.gallery-section .image-box .image img {
    display: block;
    height: auto;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.gallery-section .image-box:hover .image img {
    transform: scale(1.1, 1.1);
}
.gallery-section .image-box .zoom-btn {
    color: #92b201;
    display: block;
    font-size: 42px;
    height: 100%;
    left: 0;
    outline: 2px solid #92b201;
    outline-offset: -10px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scale(0, 0);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.gallery-section .image-box .zoom-btn .icon {
    display: inline-block;
    line-height: 50px;
    margin-top: -25px;
    position: relative;
    top: 50%;
}
.gallery-section .image-box .inner-box:hover .zoom-btn {
    background-color: rgba(255, 255, 255, 0.7);
    transform: scale(1, 1);
}
.gallery-section .image-box .btn-zoom {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: -100%;
    transition: all 500ms ease 0s;
    width: 100%;
}
.gallery-section .image-box:hover .btn-zoom {
    opacity: 1;
    top: 0;
}
.gallery-section .image-box .btn-zoom .icon {
    color: #eb5310;
    display: inline-block;
    font-size: 42px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    position: relative;
    top: 50%;
    width: 30px;
}
.carousel-slider .owl-controls {
    margin: 20px 0 30px;
    position: relative;
    text-align: center;
    z-index: 999;
}
.carousel-slider .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    display: inline-block;
    font-size: 0 !important;
    height: 30px;
    margin: 0 5px;
    position: relative;
    text-align: center;
    width: 80px;
}
.carousel-slider .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    display: inline-block;
    font-size: 0 !important;
    height: 30px;
    margin: 0 5px;
    position: relative;
    text-align: center;
    width: 80px;
}
.carousel-slider .owl-nav .owl-prev::after {
    border: 1px solid #cccccc;
    color: #db9d46;
    content: "";
    display: block;
    font-family: "Flaticon";
    font-size: 20px;
    height: 40px;
    left: 0;
    line-height: 40px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 80px;
}
.carousel-slider .owl-nav .owl-next::after {
    border: 1px solid #cccccc;
    color: #db9d46;
    content: "";
    display: block;
    font-family: "Flaticon";
    font-size: 20px;
    height: 40px;
    left: 0;
    line-height: 40px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 80px;
}
.carousel-slider .owl-nav .owl-prev:hover::after, .carousel-slider .owl-nav .owl-next:hover::after {
    background: #92b201 none repeat scroll 0 0;
    color: #ffffff;
    opacity: 1;
}
.carousel-slider .owl-dots {
    display: none !important;
}
.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 h3 {
    color: #454545;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 25px;
    margin-top: 40px;
}
.featured-causes .causes-details p {
    font-size: 13px;
}
.featured-causes .causes-details .p-title {
    color: #eb5310;
    font-weight: 600;
    margin-bottom: 20px;
}
.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 {
    border: 1px solid #cacfd3;
    border-radius: 50%;
    color: #eb5310;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-right: 3px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.featured-causes .social li a:hover {
    background: #eb5310 none repeat scroll 0 0;
    border-color: #eb5310;
    color: #fff;
}
.featured-causes .progress {
    height: 15px;
}
.featured-causes .progress-item {
    margin-top: 10px;
}
.featured-causes .progress-item .progress {
    background-color: #ddd;
    border-radius: 8px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4) inset;
    margin-bottom: 15px;
    overflow: visible;
}
.featured-causes .progress-item .progress-bar {
    background-color: #eb5310;
    border-radius: 8px 0 0 8px;
    font-size: 12px;
    height: 15px;
    line-height: 18px;
    padding-left: 10px;
    position: relative;
    text-align: left;
    transition: all 1s ease 0s;
    width: 0;
}
.featured-causes .progress-item .progress-bar .value-holder {
    background-color: #eb5310;
    color: #333;
    font-size: 10px;
    line-height: 8px;
    padding: 7px 2px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -3px;
    z-index: 9999;
}
.featured-causes .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;
}
.featured-causes .progress-item .progress-bar .value-holder .value {
    color: #fff;
    font-size: 10px;
    line-height: 10px;
}
.featured-causes .progress-item.progress-white .progress {
    padding: 2px;
}
.featured-causes .progress-item.style2 .progress {
    background-color: #717171;
    border-radius: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4) inset;
    height: 30px;
    margin-bottom: 15px;
    overflow: visible;
}
.featured-causes .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;
}
.pager-outer {
    margin-bottom: 20px;
    position: relative;
}
.pager-outer .pagination {
    margin-top: 0;
}
.pager-outer .pagination a {
    border: 1px solid #eb5310 !important;
    color: #505050;
    display: block;
    font-size: 14px;
    min-width: 40px;
    padding: 7px 15px;
    text-align: center;
}
.pager-outer .pagination li {
    border: medium none !important;
    float: left;
    margin: 3px;
    position: relative;
}
.pager-outer .pagination.centered li {
    display: inline-block !important;
    float: none !important;
}
.pager-outer .pagination a:hover, .pager-outer .pagination .active a {
    background: #eb5310 none repeat scroll 0 0;
    color: #ffffff;
}
.causes {
    border: 4px solid #eee;
}
.causes .thumb {
    position: relative;
}
.causes .thumb .donate-piechart {
    bottom: -25px;
    display: table;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}
.causes .thumb .donate-piechart .piechart-block {
    border-radius: 50%;
}
.causes .thumb .donate-piechart .piechart {
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.causes .thumb .donate-piechart .piechart canvas {
    left: 0;
    margin: 0 auto;
    max-height: 51px;
    position: absolute;
    right: 0;
}
.causes .thumb .donate-piechart .piechart-block .piechart {
    min-height: 50px;
    min-width: 50px;
}
.causes .thumb .donate-piechart .piechart-block .piechart span {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 51px;
}
.causes .thumb .donate-piechart .piechart-block .piechart span::after {
    color: #fff;
    content: "%";
    font-size: 13px;
    font-weight: 600;
}
.causes .causes-details {
    padding: 40px 20px 30px;
}
.causes .causes-details .title {
    margin: 0;
}
.causes .causes-details .title a {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin: 0 0 12px;
    text-transform: uppercase;
}
.causes .causes-details .about-causes {
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.causes .causes-details .causes-raised {
    float: left;
    font-weight: 600;
    padding-right: 10px;
}
.causes .causes-details .causes-goal {
    color: #eb5310;
    float: left;
    font-weight: 600;
    padding-right: 0;
}
.causes .causes-details .thm-btn {
    font-family: "Poppins",sans-serif;
    font-size: 10px !important;
    line-height: 16px;
    margin-right: 12px;
    margin-top: 12px;
    padding: 8px 11px !important;
}
.causes .thumb .donate-target {
    background-color: rgba(255, 255, 255, 0.75);
    bottom: 0;
    left: 0;
    padding-bottom: 20px;
    padding-left: 30px;
    position: absolute;
    right: -5px;
    transition: all 0.15s ease-in-out 0s;
}
.causes .thumb .donate-target .title {
    margin-bottom: 0;
}
.causes .thumb .overlay::after {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.15s ease-in-out 0s;
    width: 102%;
}
.causes.style-two .causes-details .title a {
    font-size: 16px;
}
.causes.style-two .causes-details .thm-btn {
    padding: 6px 13px !important;
}
.promote-project h3 {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 20px;
}
.promote-project h2 {
    color: #eb5310;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}
.promote-project .sec-title.colored {
    margin-bottom: 20px;
}
.promote-project p {
    margin-bottom: 30px;
}
.promote-project .thm-btn {
    margin-right: 15px;
}
.donation-section {
    position: relative;
}
.donation-form-outer {
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 2px;
    font-family: "Open Sans",sans-serif;
    padding: 25px 30px 40px;
    position: relative;
}
.donation-form-outer h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.donation-form-outer hr {
    border-color: #e0e0e0;
    margin-bottom: 40px;
}
.donation-form-outer .form-group {
    margin-bottom: 30px;
    position: relative;
}
.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 {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    display: block;
    height: 52px;
    line-height: 34px;
    padding: 8px 20px;
    position: relative;
    width: 100%;
}
.donation-form-outer select {
    cursor: pointer;
}
.donation-form-outer .field-label {
    color: #252525;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
    position: relative;
}
.donation-form-outer .field-label .required {
    color: #ff0000;
    font-size: 14px;
}
.donation-form-outer .radio-select {
    float: left;
    line-height: 50px;
    margin-bottom: 5px;
    margin-right: 30px;
    outline: medium none;
    position: relative;
}
.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: #eb5310;
}
.donation-form-outer button {
    padding: 9px 30px;
}
.slidercliente {  
    background-color: #f1d04c;
}



