html {
    width: 100%;
    height: 100%;
}
@font-face {
    font-family: 'brownbold';
    src: url('../fonts/brown-bold-webfont.woff2') format('woff2'),
         url('../fonts/brown-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brownregular';
    src: url('../fonts/brown-regular-webfont.woff2') format('woff2'),
         url('../fonts/brown-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
    font-family: 'brownregular';
	font-weight:400;
	color: #000000;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2 { font-family: 'brownbold'; font-weight: normal; line-height:100%; margin-bottom:20px; margin-top:0; text-rendering: optimizelegibility; }
h3, h4, h5, h6 { font-family: 'brownbold'; font-weight: normal; line-height:100%; margin-bottom:20px; margin-top:0; text-rendering: optimizelegibility; }
h1 { font-size:30px; }
h2 { font-size:26px; }
h3 { font-size:20px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }

a, button{text-decoration:none;  transition: all 0.3s ease-in-out 0s;}
a:hover{ text-decoration:none !important;}
img{max-width:100%;}

h1, h2, h3, h4, h5, h6{
	color: #f19037;
}

.btn{
	background-color: #de632a;
	border: none;
	color: #fff;
	border-radius: 0px; 
	text-transform: uppercase;
}
.btn:hover{
	color: #fff;
	background-color: #f19037;
}
.main-banner{
	width: 100%;
	float: left;
	
	position: relative;
}
.main-banner .video-banner{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: center;
}

.overly-inner{
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.header{
	width: 100%;
	float: left;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	z-index: 9999;
}
.navbar-nav .nav-link{
	font-size: 18px;
	color: #f19037;
}
.navbar-nav .nav-link:hover{
	color: #de632a;
}
.navbar-nav .nav-item.active .nav-link{
	color: #de632a;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding-left: 0.7rem;
	padding-right:0.7rem;
}

.banner-btn{
	position: absolute;
	bottom: 80px;
	width: 100%;
	left: 0;
}
.donation-btn{
	width: 100%;
	float: left;
	padding: 23px 23px 23px 120px;
	border-radius: 8px;
	border: solid 2px #fff; 
	color: #fff;
	position: relative;
	background: rgb(246,151,82,0.8);
	background: -moz-linear-gradient(top, rgba(246,151,82,0.8) 50%, rgba(241,136,60,0.8) 50%);
	background: -webkit-linear-gradient(top, rgba(246,151,82,0.8) 50%,rgba(241,136,60,0.8) 50%);
	background: linear-gradient(to bottom, rgba(246,151,82,0.8) 50%,rgba(241,136,60,0.8) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69752', endColorstr='#f1883c',GradientType=0 );
	text-transform: uppercase;
}
.donation-btn .text{
	font-size: 36px;
	font-weight: 500;
	text-shadow: 0px 4px 4px rgba(15, 15, 15, 0.5);
}
.donation-btn .icon{
	width: 78px;
	height: 78px;
	position: absolute;
	left: 20px;
	top: 10px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
}
.donation-btn .icon i{
	line-height: 78px;
	color: #481e00;
	font-size: 40px;
}
.donation-btn:hover{
	color: #000;
}
.welcome-sec{
	width: 100%;
	float: left;
	padding: 80px 0 50px;
}
.welcome-text-left{
	width: calc(100% - 350px);
	float: left;
}
.welcome-text-left .title{
	font-size: 36px;
	color: #000;
	font-weight: 500;
}
.welcome-text-left .title span{
	color: #f19037;
}
.welcome-text-left .text{
	font-size: 15px;
	line-height: 30px;
	font-weight: 300;
	padding-right: 40px;
}
.welcome-right-img{
	width: 325px;
	float: right;
	margin-top: -40px;
	position: relative;
}
.welcome-right-img:before{
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	top: 20px;
	right: 20px;
	border: solid 5px #de632a;
}
.welcome-right-img img{
	position: relative;
	z-index: 999;
}
.how-work{
	width: 100%;
	float: left;
	padding: 70px 0;
	background-color: #333;
	background-image: url(../images/who-we-work.jpg);
	background-size: cover;
	background-position: center top;
	position: relative;
}
.how-work:after{
	background-color: rgb(31,31,31,0.9);
	width: 100%;
	height: 100%;
	content: '';
	left: 0;
	top: 0;
	position: absolute;
}
.how-work-inner{
	width: 100%;
	position: relative;
	z-index: 9;
}
.title-main{
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
}
.title-main:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 3px;
	background-color: #f19037;
	content: '';
}
.title-main span{
	color: #f19037;
}

.title-main-black{
	color: #000000;
}
.how-work-box{
	background-color: #fff;
	width: 100%;
	float: left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(93,93,93,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(93,93,93,1);
	box-shadow: 0px 0px 5px 0px rgba(93,93,93,1);
	margin: 10px 0;
}
.how-work-box:hover{
	background-color: #ff8733;
}
.how-work-box:hover h3, .how-work-box:hover .text{
	color: #fff;
}
.how-work-img{
	width: 100%;
	float: left;
}
.how-work-img img{
	width: 100%;
}
.how-work-content{
	width: 100%;
	float: left;
	padding: 15px;
	min-height: 170px;
}
.how-work-content h3{
	color: #f19037;
	font-size: 19px;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out 0s;
}
.how-work-content .text{
	font-size: 15px;
	color: #444444;
	font-weight: bold;
	transition: all 0.3s ease-in-out 0s;
	min-height: 90px;
}

.impact-sec{
	width: 100%;
	float: left;
	padding: 70px 0;
}
.impact-sec p{
	font-size: 20px;
}
.impact-box{
	width: 100%;
	text-align: center;
}
.impact-box:hover .icon img{
	/* Start the shake animation and make the animation last for 0.5 seconds */
    animation: bounce 0.5s; 
    /* When the animation is finished, start again */
    /*animation-iteration-count: infinite; */
}
.impact-box .icon{
	width: 112px;
	height: 112px;
	margin:0 auto 20px; 
	border: solid #f19037 2px;
	padding: 15px;
	position: relative;
}
.impact-box .icon:after{
	content: '';
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	border: solid #de632a 2px;
}
.impact-box .icon img{
	max-height: 100%;
}
.impact-box h3{
	margin-bottom: 10px;
}
.impact-box .text{
	color: #3b3b3b;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 0;
}
.impact-box .text p{
	color: #3b3b3b;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 0;
}
.impact-box .button-part{
	width: 100%;
	float: left;
}
.donation-sec{
	width: 100%;
	float: left;
	padding: 70px 0;
	background-color: #f5f5f5;
	position: relative;
	background-image: url(../images/pattern.png);
	background-position: center center;
	background-repeat: repeat;
}
.img-side{
	position: absolute;
	left: 0px;
	height: 100%;
	top: 0;
	padding-left: 0px;
}
.left-bg{
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
}
.donation-title{
	color: #000;
	font-size: 29px;
	font-weight: 500;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
.donation-title span{
	color: #f19037;
	margin-bottom: 30px;
}
.amount-text{
	width: 155px;
	height: 147px;
	float: left;
	
	font-weight: 500;
	margin-left: 15px;
	margin-top:15px;
	position: relative;
}
.amount-text-inner{
	width: 100%;
	height: 100%;
	background-color: #de632a;
	padding: 15px;
	line-height: 107px;
	color: #ffffff;
	font-size: 42px;
	position: relative;
	border: solid 3px #000;
	z-index: 99;
	float: left;
}
.amount-text-inner:hover{
	background-color: #f19037;
	color: #fff;
}
.amount-text:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	bottom: 15px;
	right: 15px;
	border: solid 3px #000;
}
.involed-sec{
	width: 100%;
	float: left;
	padding: 70px 0;
}

.involed-width a{
	width: 100%;
	float: left;
}

.involed-width a:hover .icon{
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: bounce 0.5s; 
    /* When the animation is finished, start again */
    /*animation-iteration-count: infinite;*/ 
}

/*@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}*/
.involed-width{
	width: 100%;
	float: left;
}
.involed-width .icon{
	width: 148px;
	height: 148px;
	display: inline-block;
	background-color: #de632a;
	position: relative;
	border-radius: 50%;
	margin-bottom: 20px;
}
.involed-width .icon:after{
	position: absolute;
	content: '';
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	border: solid 5px #fff;
	border-radius: 50%; 
}
.involed-width .icon i{
	line-height: 148px;
	font-size: 55px;
	 color: #fff;
}
.involed-width .title{
	font-size: 26px;
	font-weight: 500;
	color: #000;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.footer-sec{
	width: 100%;
	float: left;
	padding: 50px 0 0;
	background-color: #000;
}
.footer-top{
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.footer-logo{
	width: 100%;
	float: left;
}
.footer-link{
	padding: 0px;
	margin: 0px;
}
.footer-link li{
	list-style: none;

}
.footer-link li a{
	padding: 10px 0;
	color: #bfbfbf;
	line-height: 34px;
}
.footer-link li a:hover{
	color: #f19037;
}
.social-title{
	font-size: 24px;
	color: #fff;
}
.social-link{
	padding: 0;
	margin: 0px;
	width: 100%;
}
.social-link li{
	list-style: none;
	float: left;
	margin-right: 10px;
}
.social-link li a{
	width: 34px;
	height: 34px;
	border: solid 2px #fff; 
	color: #fff;
	line-height: 30px;
	float: left;
	text-align: center;
}
.social-link li a:hover{
	border-color: #f19037;
	color: #f19037;
}
.footer-bottom{
	width: 100%;
	float: left;
	background-color: #f19037;
	padding: 20px 0;
	text-align: center;
}
.footer-bottom p{
	margin-bottom: 0px;
	color: #fff;
}
.navbar-toggler{
	background-color: #ff8733;
}
.navbar-toggler-icon i{
	line-height: 30px;
	color: #fff;
}
.inner-banner{
	width: 100%;
	float: left;
	background-size: cover;
	background-position: center center; 
	position: relative;
	padding: 250px 0 100px;
}
.inner-page-title{
	position: relative;
	z-index: 99;
}

.inner-page-title h2{
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
}
.inner-page-title h2:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 3px;
	background-color: #f19037;
	content: '';
}
.inner-page-title h2 span{
	color: #f19037;
}
.inner-page-content{
	width: 100%;
	float: left;
	padding: 70px 0;
}
.goals-content{
	width: 100%;
	float: left;
	padding: 50px 0;
}
.goals-content h3{
	font-size: 32px;
	color: #de632a;
	font-weight: 500;
	line-height: normal;
}
.goals-content h5{
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	color: #000;
}
.goals-content p{
	font-weight: 300;
	font-size: 15px;
	line-height: 32px;
}
.goals-content-bg{
	background-color: #000000;
}
.goals-content-bg h5{
	color: #fff;
}
.goals-content-bg p{
	color: #fff;
}
.impact-sec{
	width: 100%;
	float: left;
	padding: 100px 0;
	position: relative;
}
.impact-img-left{
	position: absolute;
	left: 0px;
	height: 100%;
	top: 0;
	padding-left: 0px;
}
.impact-img-right{
	position: absolute;
	right: 0px;
	height: 100%;
	top: 0;
	padding-left: 0px;
}
.impact-bg{
	background-image: url(../images/donation-left-bg.jpg);
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	border: solid 5px #fff; 
}
.impact-title{
	font-size: 32px;
	color: #de632a;
	font-weight: 500;
	line-height: normal;
}
.from-custome{
	width: 100%;
	float: left;
	padding: 30px;
	background-color: #000000;
	color: #fff;
	position: relative;
}
.from-custome:after{
	content: '';
	position: absolute;
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
	border: solid 1px #fff; 
}
.from-custome form{
	position: relative;
	z-index: 99;
}
.from-custome p{
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
}
.from-custome p span{
	color: #f19037;
	font-weight: 600;
}
.from-custome .form-control{
	border-radius: 0px;
	background-color: transparent;
	border-color: #444444;
	font-size: 18px;
	line-height: 2.5;
	color: #fff;
}
.from-custome .form-control:focus{
	background-color: transparent;
	border-color: #ff8733;
	box-shadow: none;
}
.from-custome .btn{
	width: 100%;
	border-radius: 0px;
	background-color: #de632a;
	border: none;
	font-size: 24px;
    text-transform: uppercase;
}
.from-custome .btn:hover{
	background-color: #f19037;
}
.donate-box-get{
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 25px;
}
.donate-box-get .btn{
	width: 100%;
	border-radius: 0px;
	padding: 1rem;
	font-size: 26px;
	text-transform: uppercase;
	background-color: #b86b3e;
	border: none;
}
.donate-box-get .btn:hover{
	background-color: #b04434;
}
.address{
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.address i{
	position: absolute;
	left: 0;
	top: 5px;
	width: 40px;
	font-size: 28px;
}
.address p{
	padding-left: 40px;
	font-size: 22px;
}
.address p a{
	color: #333;
}
.map iframe{
	width: 100%;
	height: 350px;
}
.donate-page-amount{
	width: 100%;
	height: 190px;
	
}
.donate-page-amount a{
	font-size: 70px;
	line-height: 160px;
}
.donate-form{
	margin-top: 40px;
}
.donate-form h2{
	font-size: 18px;
	margin-left: 5px;
	width: 100%;
}
.donate-form .form-control{
	padding: 1rem;
	border-radius: 0px;
	min-width: 350px;
	font-size: 24px;
    font-weight: bold;
}
.donate-form .form-control:focus{
	box-shadow: none;
	border-color: inherit;
}
.donate-form .input-group-text{
	border-radius: 0px;
	background-color: #000;
	color: #fff;
	font-size: 24px;
}
.donate-form .btn{
	border-radius: 0px;
	background-color: #de632a;
	border: 0px;
	text-transform: uppercase;
	padding: 1.2rem 1rem;
}
.donate-form .btn:hover{
	background-color: #f19037;
}
.donate-form .btn:focus{
	box-shadow: none;
}
.blog-box{
	background-color: #eaeaea;
	padding: 20px;
	margin-bottom: 30px;
	transition: all 0.3s ease-in-out 0s;
}
.blog-box:hover{
	-webkit-box-shadow: 0px 0px 10px 2px rgba(145,145,145,0.5);
	-moz-box-shadow: 0px 0px 10px 2px rgba(145,145,145,0.5);
	box-shadow: 0px 0px 10px 2px rgba(145,145,145,0.5);
}
.blog-box .blog-img{
	width: 100%;
	margin-bottom: 20px;
}
.blog-box .blog-img img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.blog-box .title{
	margin-bottom: 10px;
}
.blog-box .text{
	font-size: 14px;
}
.pagination-blog{
	margin-top: 30px;
}
.pagination-blog .pagination{
	justify-content: center;
}
.pagination-blog .pagination .page-item .page-link{
	color: #000;
	font-size: 14px;
}
.pagination-blog .pagination .page-item.active .page-link{
	background-color: #f19037;
	color: #fff;
	border-color: #f19037;
}
.pagination-blog .pagination .page-item:first-child .page-link, .pagination-blog .pagination .page-item:last-child .page-link{
	border-radius: 0px;
}
.blog-detail-title{
	font-size: 28px;
	margin-bottom: 35px;
}
.blog-detail-img{
	float: left;
	width: 50%;
	max-width: 100%;
	margin-right: 30px;
	margin-bottom: 30px;
}
.blog-detail-img img{
	width: 100%;
}
.blog-detail-text{
	font-size: 14px;
}
.modal-video{
	width: 100%;
	height: 450px;
}
.background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  z-index: 999;
}
.background-image{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
	background-size: cover;
	background-position: center center;
}
/* PRE LOADER
/* ------------------------------ */

.no-js .preloader{
  display: none;
}

.preloader {
    position: fixed;
    background-color: #fff;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}

.ip-header {
  position: fixed;
  top: 0;
  z-index: 100;
  min-height: 480px;
  width: 100%;
  height: 100%;
  background: #fdfdfd;
}

.ip-header h1 {
  margin: 0;
}

.ip-loader {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.ip-loader {
  bottom: 50%;
}

.ip-header .ip-inner {
  display: block;
  margin: 0 auto;
}

.ip-header .ip-loader svg path {
  fill: none;
  stroke-width: 6;
}

.ip-header .ip-loader svg path.ip-loader-circlebg {
  stroke: #ddd;
}

.ip-header .ip-loader svg path.ip-loader-circle {
  -webkit-transition: stroke-dashoffset 0.2s;
  transition: stroke-dashoffset 0.2s;
}
#page-preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 100500;
}

#page-preloader .spinner {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	border: 3px solid transparent;
	border-top-color: #de632a;
	border-radius: 50%;
	z-index: 1001;
	-webkit-animation: spin 2.5s infinite linear;
	animation: spin 2.5s infinite linear;
}

#page-preloader .spinner:before,
#page-preloader .spinner:after {
	content: '';
	position: absolute;
	border-radius: 50%;
}

#page-preloader .spinner:before {
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 3px solid transparent;
	border-top-color: #f19037;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

#page-preloader .spinner:after {
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border: 3px solid transparent;
	border-top-color: #aa554d;
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


.owl-nav button{
	background-color: #f19037 !important;
	width: 30px;
	height: 30px;

}
.owl-nav button i{
	color: #fff;
}
.owl-prev {
    position: absolute;
    top: 40%;
    left: -30px !important;
    display: block!IMPORTANT;
    border:0px solid black;
}

.owl-next {
    position: absolute;
    top: 40%;
    right: -30px !important;
    display: block!IMPORTANT;
    border:0px solid black;
}