@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:700);
@import url('../lib/bootstrap/animated.css');
@import url('../lib/slick/slick.css');
@import url('../lib/slick/slick-theme.css');
body {
    font-family: 'Roboto', sans-serif;
}

#wrapper {
    margin: 0 auto;
    overflow: hidden;
}

a {
    color: #00bba6;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    outline: none;
}

a:hover {
    color: #8b59da;
    text-decoration: none;
}

.form-control:focus {
    box-shadow: none;
}

.fc {
    border-radius: 10px;
    border: 1px solid #2a2a2a
}

.iframe {
    margin-bottom: 30px;
}

.iframe:last-child {
    margin-bottom: 30px;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 2px;
    padding-left: 0;
}

.transition-ef {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

textarea {
    resize: none;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

img {
    width: 100%;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.wrapper {
    overflow: hidden;
}

.btn-sm {
    display: inline-block;
    background-color: #edb230;
    font-size: 1rem;
    color: #fff;
    padding: .625rem;
    border-radius: .3125rem;
    border-color: #fff;
}

.sm-heading {
    padding: 20px 0;
}

.sm-heading h2 {
    font-weight: normal;
    font-size: 25px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

.hover {
    color: #edb230;
}


/*********************************** Strat StyleSheet *****************************/

.main-header {
    background-color: #fff;
    overflow: hidden;
}

.main-header .bg-white {
    -webkit-box-shadow: 0px 12px 18px -7px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 12px 18px -7px rgba(0, 0, 0, 0.33);
}

.main-header .navbar-brand img {
    width: 35%;
    padding: 10px 0;
}

.main-header .navbar-nav {
    padding: 40px 0 0 0;
}

.main-header .nav-item .nav-link {
    font-weight: 500;
    font-size: 18px;
    padding: 5px 30px;
}

.main-header .nav-item .nav-link:hover {
    color: #edb230;
}

.banner-holder .carousel-caption {
    top: 35%;
    bottom: 0;
    right: 0;
    left: 0;
    width: 50%;
    margin: 0 auto;
}

.banner-holder .carousel-caption h5 {
    font-size: 40px;
    color: #fff;
    display: block;
    margin: .625rem 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .2px;
}

.banner-holder .carousel-caption p {
    font-size: 18px;
}

.bg-01 {
    position: relative;
    margin-top: -5rem;
    width: 100%;
}

.bg-01 .wrapper {
    background: #fff;
    position: relative;
    padding: 2.5rem 1.875rem;
    display: block;
    width: 100%;
    box-shadow: 0 16px 28px 0 rgb(0 0 0 / 15%);
    z-index: 9;
    border-radius: 0 50px 0 50px;
}

.bg-02 .wrapper:hover {
    -webkit-box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.39);
}

.bg-01 .wrapper .content {
    display: block;
    position: relative;
    transition: all ease-in-out 0.5s;
    margin: .625rem 0;
}

.bg-01 .wrapper .content ol .dashed {
    border-right: 1px dashed #ddd;
}

.bg-01 .wrapper .content ol li {
    display: inline-block;
    position: relative;
    padding: .625rem 0;
}

.bg-01 .wrapper .content ol li i {
    display: block;
    font-size: 2.5rem;
    color: #edb230;
}

.bg-01 .wrapper .content ol li h3 {
    font-size: 1.25rem;
    color: #222222;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    margin: .625rem 0;
}

.bg-01 .wrapper .content ol li p {
    display: block;
    font-size: 1rem;
    color: #373738;
    line-height: 1.5rem;
    margin: 0 0 .625rem 0;
}

.bg-02 {
    padding: 3.125rem 0;
    position: relative;
    overflow: hidden;
}

.read-more .btn {
    float: right;
    color: #edb230;
    font-size: 14px;
    padding: 0;
}

.heading {
    margin: 20px 0px;
    text-align: left;
    position: relative;
    display: block;
    text-align: center;
}

.heading h2 {
    font-size: 25px;
    color: #222222;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid orange;
}

.heading.bd-white h2 {
    border-color: #fff;
}

.bg-02 .wrapper {
    margin: 1.25rem 0;
    position: relative;
    display: block;
}

.bg-02 .wrapper .bs {
    padding: 1.25rem;
    border: 1px dashed #ddd;
    position: relative;
    display: inline-block;
    margin: 7px;
}

.bg-02 .wrapper .bs h3 {
    font-size: 1.25rem;
    color: #222222;
    font-weight: 600;
}

.bg-02 .wrapper .bs p {
    font-size: .9375rem;
    color: #373738;
    line-height: 1.5rem;
    display: inline-block;
    margin: .625rem 0;
}

.bg-02 .wrapper .bs ol li {
    display: inline-block;
    font-size: .8125rem;
}

.bg-02 .wrapper .bs ol li i {
    margin: 0 .625rem 0 0;
    color: #edb230;
}

.bg-03 {
    position: relative;
    padding: 3.125rem 0;
    background: #fafafa;
    overflow: hidden;
}

.bg-03 .wrapper {
    position: relative;
    display: block;
    margin: 1.25rem 0;
    padding: 1.25rem;
}

.bg-03 .wrapper .content {
    text-align: center;
}

.bg-03 .wrapper .content ol li {
    display: block;
}

.bg-03 .wrapper .content ol li i {
    font-size: 1.875rem;
    color: #edb230;
    margin: .625rem 0;
    display: block;
}

.bg-03 .wrapper .content ol li h3 {
    font-size: 1.25rem;
    color: #222222;
    font-weight: 600;
}

.bg-03 .wrapper .content ol li p {
    display: block;
    margin: .625rem 0;
    color: #373738;
    font-size: 1rem;
}

.video-holder {
    background: #212121;
    padding: 30px 0;
}

.heading.bd-white h2 {
    color: #fff;
}

footer {
    position: relative;
    padding: 50px 0px 0px;
    background: #212121;
}

footer .footer-content {
    margin: 20px 0px;
    display: block;
    width: 100%;
    color: #84878a;
}

footer .footer-content h2 {
    font-size: 20px;
    position: relative;
    padding: 5px 0px;
    font-weight: 600;
    color: #fff;
}

footer .footer-content p {
    font-size: 16px;
    padding: 10px 0px;
    line-height: 27px;
    margin: 0px;
}

footer .footer-content ul li {
    float: left;
    list-style: none;
}

footer .footer-content ul li a {
    background: #edb230;
    color: #fff;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin: 5px 3px 0px 0px;
}

footer .footer-content ol li {
    padding: 10px 0px;
    position: relative;
    list-style: none;
}

footer .footer-content ol li a {
    color: #84878a;
    font-size: 16px;
}

footer .footer-content .form-group {
    position: relative;
}

footer .footer-content .form-group .form-control {
    height: 40px;
    padding-right: 40px;
    text-overflow: ellipsis;
}

footer .footer-content .form-group i {
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #fff;
    background: #edb230;
    text-align: center;
    top: 0;
    right: 0;
}

footer .copy-right {
    padding: 20px 0px;
    border-top: solid 1px #dfdfdf;
    font-size: 14px;
    color: #84878a;
    text-align: center;
}

footer .copy-right p a {
    color: #edb230;
    padding-left: 10px;
    font-weight: bold;
}

footer .footer-content ol li a i {
    padding-right: 10px;
    color: #edb230;
}


/******************* Start About Us ****************/

.abt-01 {
    padding: 3.125rem 0;
    background: #edb230;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.abt-01 .heading-wrapper {
    position: relative;
    margin: 1.25rem 0;
    display: block;
    text-align: center;
    z-index: 8;
}

.abt-01 .heading-wrapper h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
}

.abt-01::before {
    position: absolute;
    content: "";
    background: #fff;
    height: 9.375rem;
    width: 9.375rem;
    top: 0%;
    left: 48%;
    z-index: 1;
    opacity: 0.1;
    transform: translate3d(-23%, 17%, 0) rotate( -54deg);
}

.abt-01 .heading-wrapper ol li {
    display: inline-block;
    font-size: 1rem;
    color: #ddd;
}

.about-001 {
    padding: 3.125rem 0;
    position: relative;
    overflow: hidden;
    background: #edb230;
}

.about-001 .text-part,
.about-001 .image-part {
    position: relative;
    margin: 1.25rem 0;
}

.about-001 .text-part h2,
.about-001 .image-part h2 {
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #222222;
}

.about-001 .text-part p,
.about-001 .image-part p {
    text-indent: 20px;
    margin-bottom: 15px;
    line-height: 27px;
    font-size: .9rem;
}

.about-001 .image-part {
    position: relative;
    margin: 1.25rem 0;
}

.about-001 .image-part .about-qcard {
    padding: 50px 30px;
    background-color: #FFF;
    box-shadow: 0 2px 3px 0 rgb(218 218 253 / 35%), 0 0px 3px 0 rgb(206 206 238 / 35%);
    text-align: center;
    margin-bottom: 30px;
    border-radius: 20px;
}

.about-001 .image-part .about-qcard i {
    font-size: 3rem;
    margin-bottom: 30px;
    color: #edb230;
}

.about-001 .text-part .about-qcard p,
.about-001 .image-part .about-qcard p {
    font-weight: 600;
    font-size: 1.2rem;
}

.bg-0-b {
    padding: 50px 0px;
    position: relative;
    background: #e8f0f5;
    z-index: 2;
}

.bg-0-b .main-card-contact {
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0px;
    padding: 10px 15px;
    position: relative;
    z-index: 9;
}


/* .bg-0-b .main-card-contact .sup-card-contact {
    width: 40%;
    max-width: 40%;
    flex: 1 1 40%;
} */

.bg-0-b .main-card-contact .sup-card-contact .head-content {
    position: relative;
    display: block;
}

.bg-0-b .main-card-contact .sup-card-contact .head-content h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
    color: #222;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
}

.bg-0-b .main-card-contact .sup-card-contact .head-content p {
    font-size: 16px;
    line-height: 27px;
    display: block;
    padding: 20px 0px;
    margin: 0px;
}

.bg-0-b .main-card-contact .sup-card-contact .contact-title {
    position: relative;
}

.bg-0-b .main-card-contact .sup-card-contact .contact-title h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
    color: #222;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
}

.bg-0-b .main-card-contact .sup-card-contact .contact-title ol li {
    display: block;
    padding: 10px 0px;
    color: #606060;
    font-size: 16px;
    font-weight: 600;
}

.bg-0-b .main-card-contact .sup-card-contact .contact-title ol li i {
    color: #edb230;
    padding-right: 15px;
}


/* .bg-0-b .main-card-contact .sup-card-contact-0a {
    width: 60%;
    max-width: 60%;
    flex: 1 1 60%;
} */

.bg-0-b .main-card-contact .sup-card-contact-0a .dived {
    width: 100%;
    flex-wrap: wrap;
}

.bg-0-b .main-card-contact .sup-card-contact-0a .dived .form-group {
    width: 50%;
    /* max-width: 50%;
    flex: 1 1 50%; */
}

.bg-0-b .main-card-contact .sup-card-contact-0a .dived .form-group .form-sup {
    margin: 10px;
    position: relative;
}

.bg-0-b .main-card-contact .sup-card-contact-0a .dived .form-group .form-sup .cal-01 {
    position: relative;
}

.bg-0-b .main-card-contact .sup-card-contact-0a .dived .form-group .form-control {
    padding: 10px 15px;
    margin: 30px 0px;
    height: 45px;
    position: relative;
}

.bg-0-b .main-card-contact .sup-card-contact-0a .dived .form-group .form-sup i {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 45px;
    width: 45px;
    background: #edb230;
    text-align: center;
    line-height: 45px;
    color: #fff;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.bg-0-b .main-card-contact .sup-card-contact-0a .dived .ca-ool {
    padding: 0px 10px;
    width: 100%;
}

.bg-0-b .main-card-contact .sup-card-contact .head-content h2::before {
    position: absolute;
    content: "";
    background: #edb230;
    width: 100%;
    height: 3px;
    bottom: 0;
}

.bg-0-b .main-card-contact .sup-card-contact .contact-title h2::before {
    position: absolute;
    content: "";
    background: #edb230;
    width: 100%;
    height: 3px;
    bottom: 0;
}

.logos-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bg-06 {
    background-color: #edb230;
    padding: 30px 0;
}

.bg-06 .heading h2 {
    color: #fff;
}

.logos-list li {
    float: left;
    margin-left: 15px;
}

.logos-list li:first-child {
    margin: 0;
}

.comp-logos {
    margin-left: 10px;
}

.comp-logos img {
    width: 100%;
    margin: 0 auto;
}


/************************** Donate Form **********************/

.price-box {
    margin: 0 auto;
    background: #E9E9E9;
    border-radius: 10px;
    padding: 40px 15px;
    width: 500px;
}

.ui-widget-content {
    border: 1px solid #bdc3c7;
    background: #e1e1e1;
    color: #222222;
    margin-top: 4px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 15px;
}

.ui-slider .ui-slider-handle .glyphicon {
    color: #FFFFFF;
    margin: 0 3px;
    font-size: 11px;
    opacity: 0.5;
}

.ui-corner-all {
    border-radius: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.9em;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #f9f9f9;
    background: #3498db;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.5em;
}

.ui-slider .ui-slider-handle {
    cursor: pointer;
}

.ui-slider a,
.ui-slider a:focus {
    cursor: pointer;
    outline: none;
}

.price,
.lead p {
    font-weight: 600;
    font-size: 32px;
    display: inline-block;
    line-height: 60px;
}

h4.great {
    background: #00ac98;
    margin: 0 0 25px -60px;
    padding: 7px 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    -moz-box-shadow: 2px 4px 5px 0 #ccc;
    -webkit-box-shadow: 2px 4px 5px 0 #ccc;
    box-shadow: 2px 4px 5px 0 #ccc;
}

.total {
    border-bottom: 1px solid #7f8c8d;
    /*display: inline;
	padding: 10px 5px;*/
    position: relative;
    padding-bottom: 20px;
}

.total:before {
    content: "";
    display: inline;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 3px;
    background: #7f8c8d;
    opacity: 0.5;
}

.price-slider {
    margin-bottom: 70px;
}

.price-slider span {
    font-weight: 200;
    display: inline-block;
    color: #7f8c8d;
    font-size: 13px;
}

.form-pricing {
    background: #ffffff;
    padding: 20px;
    border-radius: 4px;
}

.price-form {
    background: #ffffff;
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    /*-moz-box-shadow:    0 5px 5px 0 #ccc;
  	-webkit-box-shadow: 0 5px 5px 0 #ccc;
  	box-shadow:         0 5px 5px 0 #ccc;*/
}

.form-group {
    margin-bottom: 0;
}

.form-group span.price {
    font-weight: 200;
    display: inline-block;
    color: #7f8c8d;
    font-size: 14px;
}

.help-text {
    display: block;
    margin-top: 32px;
    margin-bottom: 10px;
    color: #737373;
    position: absolute;
    /*margin-left: 20px;*/
    font-weight: 200;
    text-align: right;
    width: 188px;
}

.price-form label {
    font-weight: 200;
    font-size: 21px;
}

img.payment {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.ui-slider-range-min {
    background: #2980b9;
}


/* HR */

hr.style {
    margin-top: 0;
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}


/* Full-width input fields */

input[type=text],
input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f7f7f7;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

select {
    width: 20%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f7f7f7;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

input[type=phone] {
    margin: 5px 0 22px 0;
    border: none;
    background: #f7f7f7;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=phone]:focus,
select:focus {
    background-color: #ddd;
    outline: none;
}


/* Change styles for signup button on extra small screens */

@media screen and (max-width: 300px) {
    .signupbtn {
        width: 100%;
    }
}

.youtubeBtn {
    position: fixed;
    right: 20px;
    transform: translatex(-50%);
    top: 20px;
    cursor: pointer;
    transition: all .3s;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    background: #000;
    padding: 2px 10px;
    border-radius: 5px;
}

.youtubeBtn i {
    font-size: 20px;
    float: left;
}

.youtubeBtn a {
    color: #ff0000;
    animation: youtubeAnim 1000ms linear infinite;
    float: right;
}

.youtubeBtn a:hover {
    color: #c9110f;
    transition: all .3s ease-in-out;
}

.youtubeBtn i:active {
    transform: scale(.9);
    transition: all .3s ease-in-out;
}

.youtubeBtn span {
    font-family: 'Lato';
    font-weight: bold;
    color: #fff;
    display: block;
    font-size: 12px;
    float: right;
    line-height: 20px;
    padding-left: 5px;
}