/*
Theme Name: bolbumsewa
Theme URI: 
Author: the WordPress team
Author URI: https://wordpress.org/
Description: 
Version: 3.2
Tested up to: 6.5
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
.fund-section{
	position:relative;
}
.fund-section .fund-container{
	position:absolute;
	top:-60px;

	
}
.fund-section .fund-container > .e-con-inner
{
	padding:0 !important; 
	box-shadow:0px 10px 20px -6px #d9d9d9;;
}
.non-profit .elementskit-info-image-box .elementskit-box-header{
	height:250px;
}
.non-profit .elementskit-info-image-box .elementskit-box-header img{
	height:100%;
	width:100%;
	object-fit:cover;		
}
.service_section .elementskit-box-style-content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.events_img img.attachment-full.size-full {
    height: 300px;
    object-fit: cover;
}
.mission-section .bounce_animation {
    -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}



  @-webkit-keyframes ImgBounce {
    0% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
  
    100% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
    }
  }
  
  @keyframes ImgBounce {
    0% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
  
    100% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
    }
  }


.contact-us .form .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.contact-us .form p{
	margin:0;
}
.contact-us .form .col-lg-6 {
    width: 50%;
    padding: 0 10px;
	margin-bottom:10px;
}
.contact-us .form .col-lg-12 {
    width: 100%;
    padding: 0 10px;
	margin-bottom:10px;
}
/* .contact-us .form .form-group {
    margin-bottom: 22px;
} */
.contact-us .form .form-group .field-set {
    width: 100%;
    height: 50px;
    border: 1px solid #dddddd;
    text-transform: capitalize;
    padding: 10px 18px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
}
.contact-us .form .form-group .area-field {
    width: 100%;
    height: 100px;
    border: 1px solid #dddddd;
    text-transform: capitalize;
    padding: 10px 18px;
    color: #555;
    /* padding-top: 10px; */
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
}
.contact-us .form .form-group .area-field:focus { 
    outline: none !important;
    border-color: #1a3b5a;
 }
.contact-us .form .btn {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    line-height: 20px;
    width: 100%;
    padding: 10px 100px;
    border-radius: 20px;
	border: 1px solid #ed7d31;
    background-color:#ed7d31;
}

.contact-us .form .btn:hover {
    color: #ed7d31;
    border: 1px solid #ed7d31;
	background-color:transparent;
    width: 100%;
}
.banner-container .banner-img {
    -webkit-animation: bannerBounce 4s ease-in-out 0s infinite alternate;
    animation: bannerBounce 4s ease-in-out 0s infinite alternate;
}



  @-webkit-keyframes bannerBounce {
    0% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
    }
  
    100% {
      -webkit-transform: translateY(-25px);
      transform: translateY(-25px);
    }
  }
  
  @keyframes bannerBounce {
    0% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
    }
  
    100% {
      -webkit-transform: translateY(-25px);
      transform: translateY(-25px);
    }
  }
.banner-container .banner-img-2 {
    -webkit-animation: bannerBounce2 4s ease-in-out 0s infinite alternate;
    animation: bannerBounce2 4s ease-in-out 0s infinite alternate;
}



  @-webkit-keyframes bannerBounce2 {
    0% {
      -webkit-transform: translateY(10px);
      transform: translateX(10px);
    }
  
    100% {
      -webkit-transform: translateY(-25px);
      transform: translateX(-25px);
    }
  }
  
  @keyframes bannerBounce2 {
    0% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
  
    100% {
      -webkit-transform: translateY(-25px);
      transform: translateY(-25px);
    }
  }



.event_point .elementor-icon-box-content .elementor-icon-box-title {
    margin-top: 0px;
}


.event_point .elementor-icon-box-icon span.elementor-icon.elementor-animation- {
    width: 36px;
    height: 36px;
    background: #ed7d3138;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.our_gallery .elementor-tab-title.elementor-active {
    background: #3E7E31;
    color: #fff !important;
}

.elementor-tabs-wrapper {}

.our_gallery .elementor-tabs-wrapper {
    border-bottom: 1px solid #d8d8d8;
}

.our_gallery .elementor-tab-title {
    padding: 12px 20px;
}
.our_gallery .elementor-tab-content {
    padding: 0px;
}
.how_can_help_list .elementor-icon-box-title,
.contact-us_info .elementor-image-box-title{
    margin-top: 0px;
}
.footer_logo a {
    position: relative;
    z-index: 1;
}
.footer_logo a:after {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: -1;
    border-radius: 50%;
}
.header_logo {
    position: relative;
}

.header_logo a {
    position: absolute;
    top: -71px;
    background: #fff;
    z-index: 2;
    border-radius: 0  0 50% 50%;
    height: 135px;
}
.header_logo a img {
    margin-top: 12px;
}
//* Donate form *//

.form {
    background: #fff;
     border: 1px solid #00000052;
    padding: 30px 20px;
	padding-bottom:0px !important;
}
.form input[type="text"], .form input[type="tel"], .form input[type="email"] {
    width: 100%;
    border: 1px solid #00000052;
    height: 42px;
    padding: 10px;
    margin-bottom: 20px;
    font-family: 'jost';
    font-size: 14px;
}
.form input::placeholder{
    color:#000000;
    font-weight: 400;
}
.form textarea::placeholder{
	padding: 10px;
    color:#000000;
    font-weight: 400;
}
.wpcf7-list-item-label {
    color: #000000;
    font-family: 'jost';
    font-size: 14px;
}
.wpcf7-list-item {
    margin: 0;
}
input[type="checkbox"] {
    height: 11px;
}
.form-btn {
    background: #ED7D31 !important;
    border: 1px solid #ED7D31 !important;
    /* height: 45px; */
    color: #fff;
    width: 36%;
    font-family: 'jost';
    font-size: 20px;
    margin-left: 32%;
    margin-bottom: 20px !important;
    text-transform: uppercase;
    padding: 10px 10px 10px !important;
    padding-bottom: 10px !important;
    border-radius: 100px;
    margin-top: 5px;
    /* padding-bottom: 10px; */
}
.form-btn:hover {
     border: 1px solid #917358;
    color:#917358;
     background: #fff !important;
    border-width:2px;
}
span.wpcf7-spinner {
    display: none; 
}
textarea.wpcf7-form-control.wpcf7-textarea {width: 100%;border: 1px solid #00000052; margin-bottom:15px; height: 74px;padding: 10px;font-family: 'jost';font-size: 14px;font-weight:550;/* margin-top: 20px; */}
span.text {

    font-size: 20px;
    font-weight: 500;
    font-family: 'jost'
}
.cont-form input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
    width: 100%;
    border: 1px solid #00000052;
    height: 42px;
    padding: 10px;
    margin-bottom: 20px;
    font-family: 'jost';
    font-size: 14px;
}

.form {
    margin-top: 0px;
}
.form label{
    font-family:"Jost", Sans-serif
}
.form .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.form .col-lg-6 {
    width: 50%;
    padding: 0 10px;
    margin: 0 !important;
}
.form .col-lg-12 {
    width: 100%;
    padding: 0 10px;
}
.form .form-group {
    margin-bottom: 0px;
}

.form .btn {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    line-height: 20px;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #ed7d31;
    background-color: #ED7D33;
}
.form .btn:hover {
    background: #ed7d31ba;
    color: #fff;
    border: 1px solid #ed7d31ba;
    width: 100%;
}
.form .col-lg-6 p {
    margin: 0;
}
.form .col-lg-12 p {
    margin: 0;
}
.form select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    border: 1px solid #00000052;
    height: 42px;
    padding: 10px;
    margin-bottom: 20px;
    font-family: 'jost';
    font-size: 14px;
}

.form-group.login-btn {
    margin-top: 20px;
}
.error-page-area {
    text-align: center;
    margin-bottom:50px;
}
.error-bottom h2 {
    font-size: 27px;
    font-weight: 500;
    font-family: roboto;
    color: #000;
    margin-bottom: 20px;
}
.error-top img {
    border-radius: 5px;
    width: 300px;
}
.error-bottom p {
    font-family: roboto;
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    margin-bottom: 35px;
}

a.default-btn-error {
    font-family: roboto;
    font-weight: 600;
    background-color: transparent;
    background: #ed7d31;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 14px 25px 14px 25px;
    color:#fff;
    text-decoration:none;
}
a.default-btn-error:hover{
    background-image: linear-gradient(-90deg, #f58020cc 49%, #a75512cc 100%);
}

@media only screen and (min-width: 320px) and (max-width: 767px){
    .event_point .elementor-icon-box-icon span.elementor-icon.elementor-animation- {
        margin: 0 auto;
    }
    .header_logo a img {
        margin-top: 25px;
    }
    .error-page-area {
        padding: 0 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .elementor-843 .elementor-element.elementor-element-0ff549c .gallery-item {
        padding: 0px 10px 10px 0 !important;;
    }
    .gallery_tab .elementor-widget-tabs .elementor-tab-content {
        padding: 0px !important;
    }
    .error-page-area {
        padding: 0 10px;
    }
}

