input:focus, .custom-file-input:focus~.custom-file-label{
	box-shadow: none !important;
	outline: none !important;
    transition: box-shadow 0.3s ease-in-out;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
    color: #2f2f31;
    font-weight: 600;
}

input.form-control{
    border-radius: 3px !important;
    padding: 20px 10px !important;
    font-size: 18px !important;
}

.custom-control-label::before{
    top: 0.25rem;
}

.custom-control-label::after{
    top: 0.25rem;
}

.dashboard-header .navbar{
    padding: 0px 1rem 0rem 3rem;
}

.nav-user-info{
    padding: 12px 23px;
}

.alert{
    font-size: 16px;
    text-align: center;
}

.alert p{
    margin-bottom: 0;
}

/*active and focus style for input button*/
.btn-secondary:not(:disabled):not(.disabled).active:focus, 
.btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus{
    box-shadow: none;
}

/*confirmation message box style*/
.success-message{
    background: #28EC99;
    font-size: 16px;
    color: white;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-message p{
    margin-bottom: 0;
}

.form-control::placeholder{
    color: #afb0b9 !important;
}

.form-control::-webkit-input-placeholder, input::-webkit-input-placeholder { /* Edge */
  color: #afb0b9 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #afb0b9 !important;
}

::placeholder {
  color: #afb0b9 !important;
}

.anchor-link{
	color: #6d78f9;
}

/*.input-group-text{
	padding: 10px 12px;
	font-size: 18px;
}*/

h1, h2, h3, h4, h5, h6{
	margin: 0;
}

.password-reset-card{
    padding: 0 1.25rem;
}

.card-body.password-reset-card .alert {
    margin: 1rem 0 0 0;
}

.form-group.row {
    margin-bottom: 0;
    padding: 6px 0;
}

/*end of reset password form customs tyle*/

.card-header.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-header.page-header{
    border-bottom: 0;
}

.card-title{
    margin-bottom: 0;
}

.btn {
    padding: 10px 9px;
    margin-bottom: 0px; 
    margin-right: 0px; 
    transition: all 0.3s ease-in-out;
    position: relative;
    border-radius: 3px;
    font-size: 16px;
  /*  transition: color 0.15s ease 0s, background-color 0.15s ease 0s, 
    border-color 0.15s ease 0s, box-shadow 0.15s ease 0s;*/
}

.btn-sm{
    padding: 0.17rem 0.45rem;
    font-weight: 300;
}

.navbar-brand{
	padding-top: 0;
	padding-bottom: 0;
}

/*top section style*/
.top-section{
   /* height: 6rem;*/
}

.top-section div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-section div [class*="col-"]{
    padding: 5px;
}

.top-section .org-name{
    color: #0ebd66;
}


#logo img {
    height: 5rem;
}

#donate-btn {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 5px 1rem;
    background-color: #0ebd66;
    color: white;
}
/*end of top section style*/

/*nav bar style*/
.sticky-navbar{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10034;
}

.navbar {
    padding: 0.5rem 3rem;
    background-color: #2ac176 !important;
}

.navbar-dark .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    transition: 0.3s ease;
    font-size: 1.05rem;
    color: white;
    font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #ffffff80 !important;
}
/*end of navbar*/

/*carousel style*/
.carousel{
   /* margin-top: 55px;*/
}
.carousel-inner{
    height: 80vh;
}
.carousel-item{
    height: 125%;
}

.carousel-caption{
    bottom: 250px;
}

.carousel-caption h5{
    font-size: 3rem;
    margin-bottom: 1rem;
}

.carousel-caption p{
    font-size: 2rem;
    line-height: 1.1
}

ol.carousel-indicators{
    bottom: 30px;
}

a.carousel-control-next i {
    font-size: 3.2rem;
}

a.carousel-control-prev i {
    font-size: 3.2rem;
}

/*end carousel style*/
.sidebar-dark.nav-left-sidebar .navbar-nav .nav-link{
	display: flex;
}

.footer-link{
	color: #186cea;
}


/*footer design*/
#footer [class*="col-"]{
    padding: 0;
}

#footer .footer-top {
    padding: 4rem 5rem;
    background-color: #1e1e1e;
}

footer#footer .footer-top .col-md-3, #footer .footer-top .col-md-4, #footer .footer-top .col-md-2, #footer  .footer-top .col-sm-6 {
    display: flex;
}

#footer .platforms-footer{
    justify-content: left;
}

#footer .footer-top{
    font-weight: 300;
}

#footer .footer-top h4 {
    color: white;
    margin-bottom: 20px;
    font-size: 19px;
}

#footer #contacts-footer h3 {
    color: white;
    font-size: 24px;
    margin-bottom: 17px;
    margin-top: 0;
    padding-top: 0;
}

#footer .footer-top h4{
    color: white;
    margin-bottom: 20px;
}

#footer .footer-top a{
    display: block;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 300;
    color: #ffffff99;
    margin-bottom: 16px;
    transition: 0.4s;
}

#footer .footer-top a:hover{
    color: white;
    padding-left: 10px;
}

#contacts-footer p, #contacts-footer a {
    font-size: 16px;
    color: #ffffff99;
}
div#contacts-footer i{
    color: white;
}

#footer .footer-bottom{
    background-color: #111;
    padding: 1rem 5rem;
}

.footer-bottom .copyright{
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 13.5px;
    font-weight: 300;
}

.footer-bottom #copyright{
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

#footer #social-links {
    display: flex;
    justify-content: flex-end;
}

#footer .footer-bottom a {    
    display: inline-block;
    background-color: rgb(255, 255, 255, 0.08);
    width: 37px;
    height: 34px;
    border-radius: 3px;
    margin-right: 6px;
    text-align: center;
    transition: 0.3s;
}

#footer .footer-bottom a i{ 
    margin-top: 9px;
    font-size: 15px;
}

#footer .footer-bottom a i.fa-facebook-f{
    color: #3b5999;
}

#footer .footer-bottom a i.fa-twitter{
    color: #55acee;
}

#footer .footer-bottom a i.fa-linkedin-in{
    color: #0077B5;
}

#footer .footer-bottom a i.fa-skype{
    color: #00AFF0;
}


#footer .footer-bottom a:hover i{
    color: #fff;
}


#footer .footer-bottom a.facebook:hover{
    color: #fff;
    background-color: #3b5998;
}

#footer .footer-bottom a.twitter:hover{
    color: #fff;
    background-color: #1da1f2;
}

#footer .footer-bottom a.linkedin:hover{
    color: #fff;
    background-color: #007bb5; 
}

#footer .footer-bottom a.skype:hover{
    color: #fff;
    background-color: #00aff0;
}

#footer .arrow {
    border: solid #2ac176;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 1px;
    margin-right: 5px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}


/*social button design*/
.or-container {
    align-items: center;
    color: #ccc;
    display: flex;
    margin: 10px 0
}

.line-separator {
    background-color: #ccc;
    flex-grow: 5;
    height: 1px
}

.or-label {
    flex-grow: 1;
    margin: 0 15px;
    text-align: center
}

.btn-fb{
    background-color:  #1778f2;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.btn-google{
    background-color: #DB4437;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.btn-google:focus, .btn-google:active{
    box-shadow: 0 0 5px 0px #dc3545;
 }   

.btn-fb:hover{
    background-color: #0254bb;
    color: white;
}

.btn-google:hover{
    background-color: #B92619;
    color: white;
}

.btn-fb .fab{
    font-size: 1.5rem;
}

.btn-google .fab{
    font-size: 1.5rem;
}

@media only screen and (min-width: 200px) and (max-width: 575.98px) {
    .modal-dialog{
    margin: 10px 0 !important;
    }
}