@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Open+Sans:wght@400;700;800&display=swap');
*:focus{
	outline: none !important
}
body {
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #910045;
	cursor: pointer;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
a:hover{
	text-decoration: none
}
img{
	max-width: 100%;
	height: auto !important
}
.navbar{
    padding: 0rem 1rem;
}
.navbar-light .navbar-nav .nav-link{
    font-weight: 700;
    color: #707070;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0px 15px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav li.active .nav-link{
    color: #910045;
}
.navbar-light .navbar-nav li.show .nav-link{
	color: #00418c;
}
.navbar-nav .dropdown-menu{
	background-color: #910045;
    margin: 18px 0 0;
    padding: 0;
    min-width: 15rem;
    position: relative;
}
.navbar-nav .dropdown-menu::before{
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #910045;
    border-width: 10px;
    margin-left: 0;
}
.navbar-light .navbar-nav .dropdown-menu li a.nav-link{
    color: #fff;
    padding: 10px 15px;
    border-bottom: 1px #af0455 solid;
    font-weight: normal;
    text-transform: unset;
}
.navbar-light .navbar-nav .dropdown-menu li:last-child a.nav-link{
	border-bottom: 0
}
.navbar-light .navbar-nav .dropdown-menu li a.nav-link:hover, .navbar-light .navbar-nav .dropdown-menu li.active a.nav-link{
	background-color: #7b033c;
}
.logo{
	text-align: center;
    padding: 10px 0;
}
.button{
    background-color: #910045;
    color: #fff;
	font-size: 18px;
}
.button:hover{
	background-color: #6d0336;
	color: #fff
}
.language button.dropdown-toggle{
	background-color: transparent;
    border: none;
    padding: 0;
    margin: 0px 15px 0;
    display: flex;
    align-items: center;
}
.language button.dropdown-toggle::after{
	display: none
}
.language img{
    border: 2px #fff solid;
    box-shadow: 0 0 5px rgb(0 0 0 / 40%);
    border-radius: 3px;
	margin-right: 8px
}
.language button.dropdown-toggle:focus{
	box-shadow: none
}
.language .dropdown-menu{
    padding: 0;
}
.language .dropdown-menu a{
	padding: .25rem 0.8rem;
    display: flex;
    align-items: center;
}
.donate{
    border: 1px #910045 solid;
    color: #910045;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}
#carouselHome .carousel-item{
	height: 500px;
	background-size: cover;
	background-position: center
}
#carouselHome .carousel-item .caption .captionBg{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.61) 45%, rgba(0,0,0,0.82) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.61) 45%,rgba(0,0,0,0.82) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.61) 45%,rgba(0,0,0,0.82) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d1000000',GradientType=0 );
}
#carouselHome .carousel-item .caption .treeCaptionBg{
	background: none;
    margin-top: 40px;
}
#carouselHome .carousel-item .caption .treeCaptionBg h2{
	text-align: left
}
#carouselHome .carousel-item .caption h2{
	font-weight: bold;
    color: #fff;
}
#carouselHome .carousel-item .caption div.info{
	color: #d8d8d8;
}
#carouselHome .carousel-item .caption .btn{
    border: 1px #910045 solid;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    background-color: #910045;
}
.carousel-control{
	font-size: 48px;
    color: #c3a48c;
}
.headsearch button{
	font-size: 14px;
    padding-top: 3px;
    border-radius: 0 3px 3px 0;
}
.headsearch input{
    padding: 3px 15px;
    border-radius: 3px 0 0 3px;
    border-width: 1px;
    margin-right: -1px;
}
.adminbar{
    position: fixed;
    bottom: 20px;
    right: 30px;
    background-color: #910045;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.adminbar:hover{
	color: #fff;
	text-decoration: none
}
.box1{
	color: #666
}
.box1 h3{
	font-weight: bold;
    position: relative;
	color: #000
}
.box1 h3::before{
    content: '';
    width: 1px;
    background-color: #cecece;
    position: absolute;
    right: 0;
    height: 100%;
    top: 3px;
}
.counter{
	background-color: #F1F1F1
}
.box2 .number{
    color: #CFB9A6;
    font-size: 40px;
    font-weight: bold;
}
.box2 .text{
    font-weight: bold;
    font-size: 18px;
}
.box3 .stories{
	background-color: #E5EFFE
}
.box3 .stories h3, .box4 h3, .box5 h3{
	font-weight: bold
}
.box3 .stories p, .box4 p, .box5 p{
	color: #888
}
.box4{
	background-color: #FEFCFB	
}
.contact{
    font-size: 18px;
    border-top: 1px #f3e5de solid;
}
.contact h4{
	font-weight: bold
}
.contact span{
	color: #910045;
    font-weight: bold;
}
.contact .social a{
    font-size: 22px;
    margin: 0 5px;
    color: #666;
}
.alert-msg-member{
    font-size: 25px;
    font-weight: bold;
}
.alert-msg-member i{
    font-size: 66px;
}
.form-control{
	background-color: #f2f2f266;
    border: 1px #F2F2F2 solid;
	height: calc(1.5em + .75rem + 15px);
}
.contact textarea.form-control{
	height: 200px
}
.contact .button{
	height: calc(1.5em + .75rem + 12px);
}
.footer{
	background-color: #EEEEEE
}
.footermenu ul{
	flex-direction: row;
	margin: 0 -15px;
}
.footermenu ul li{
    padding: 0 15px;
}
.footermenu ul li a{
	color: #666
}
.footermenu ul li.active a{
	color: #000;
	font-weight: bold;
}
.copyright{
	background-color: #333333;
    color: #fff;
    padding: 7px 15px;
}
.sitemap{
	color: #910045
}
.header-simple-pages{
	background-color: rgb(245 210 229 / 0.28);
}
.header-simple-pages h1{
	font-weight: bold
}
.breadcrumb{
	background-color: transparent
}
.breadcrumb-item+.breadcrumb-item::before{
	display: none
}
.header-blogs{
	background-color: #E5EFFE
}
.header-project{
	background-color: #F6FAE8
}
.blogscontent ul h3{
	color: #333;
    font-size: 20px;
	font-weight: bold
}
.page-link{
    color: #910045;
}
.page-item.active .page-link{
    background-color: #910045;
    border-color: #910045;
}
.header-blogs-details h1{
    font-size: 20px;
}
.share-buttons{
    list-style: none;
    margin-left: -30px;
    margin-bottom: 0;
}
.share-buttons li{
	margin-bottom: 5px
}
.share-buttons i{
    border: 1px #ccc solid;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #910045;
    color: #fff;
}
.social-blog{
    position: absolute;
    height: 100%;
    left: 0;
}
.sidebar h4{
    font-weight: bold;
    margin-bottom: 20px;
}
.sidebar ul{
	list-style: none
}
.gallery{
	margin: 0 -5px
}
.gallery a{
	padding: 0 5px;
	margin-bottom: 10px
}
.gallery img{
    width: 200px !important;
    height: 170px !important;
    object-fit: cover;
}
#donation h2, #oauth h2{
    font-size: 20px;
    color: #910045;
	font-weight: bold;
}
.donor_name{
    height: calc(1.5em + .75rem + 4px);
	background-color: #fff;
	border-color: #ced4da;
}
.d-amount{
	margin:0 -3px
}
.d-amount .btn-amount label{
	border: 1px #ccc solid;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0 3px;
    padding: 6px 10px;
    border-radius: 3px;
}
.d-amount .btn-amount label::before, .d-amount .btn-amount label::after, #donation .payment-method label::after, #donation .payment-method label::before{
	display: none
}
.d-amount .btn-amount label:hover, .d-amount .btn-amount label.active, #donation .payment-method label:hover, #donation .payment-method label.active{
	background-color: #F5E2D2;
	border: 1px #F5E2D2 solid
}
.amount{
    height: calc(1.5em + .75rem + 2px);
    background-color: transparent;
    border: 1px solid #ced4da;
}
#donation .input-group-text{
    border-radius: 0 3px 3px 0;
    border-left: 0;
    background-color: #f5f5f5;
}
#donation form > div.row{
    border-bottom: 1px #ccc dashed;
}
#donation form > div.row:last-child{
	border-bottom: none
}
#donation .payment-method label{
	border: 1px #ccc solid;
    border-radius: 5px;
    padding: 5px 15px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
	width: 100%;
}
#donation .payment-method label img{
    display: block;
    margin: 0 auto;
}
.donatemessage{
	padding: 50px 0;
    font-size: 22px;
}
.donatemessage.success{
	background-color: #F6FAE8;
}
.donatemessage.errorclass{
	background-color: #fff0f0;
    color: #a20505;
    font-weight: bold;
}
.donatemessage h3{
	color: #910045;
	font-weight: bold;
    font-size: 30px;
}
.successicon{
	font-size: 90px;
    color: #6f8c0b;
}
.erroricon{
	font-size: 90px;
    color: #a20505;
}
.oauth{
	cursor: pointer
}
.typeorganization input{
	display: none
}
.typeorganization .btn{
	background-color: #9aa0a7;
    border: 0;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bdbdbd;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bdbdbd;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #bdbdbd;
}
#oauth .form-control{
	border-radius: 0;
    height: calc(1.5em + .75rem + 4px);
	box-shadow: none
}
#oauth textarea.form-control{
	height: auto
}
#signin, #register{
	cursor: pointer;
	color: #910045
}
.forgot-pass{
	cursor: pointer;
	color: #910045
}
.my-account .btn:focus{
	outline: none;
	box-shadow: none;
}
.my-account .dropdown-menu{
    padding: 0;
}
.my-account .dropdown-menu a{
    border-bottom: 1px #af0455 solid;
    background-color: #910045;
    color: #fff;
    padding: 9px 15px;
}
.my-account .dropdown-menu a:hover{
	background-color: #7b033c;
}
.list-group-item.active{
	background-color: #910045;
    border-color: #910045;
}
.user_name{
    padding: 10px 15px 10px;
    background-color: #61022f;
    color: #fff;
    font-size: 22px;
}