/*fonts*/

@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&display=swap');
.loading_img{
	width:100% !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{background:#2F3192 !important}
.fa-arrow-circle-right{
    color: #40B8E8 !important;
}
.form_padding{
	padding:15px;
}
.navbar-brand{
    width: 15%;
}
.content_sections{
	margin-top:0px;
}
.box_img{
	margin-bottom: 10px;
}
.gal_box_page {
	height:220px;
	overflow:hidden;
}
#home_about_us{
	background:#fff;
	padding:15px ;
}
.navbar-light .navbar-toggler {
    color: #337BB9 !important;
    border-color: #337BB9 !important;
}

.carousel_item img {
    border: 3px solid gray;
    height: 90vh;
}


.dropdown-item {
    cursor: pointer !important;
}

.content_sections {
    padding-bottom: 30px;
}

.errormodal_close {
    background-color: #000 !important;
    color: #0ff !important;
}


/*navbar*/
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.login_btn_ul {
    margin-top: 40px !important;
}

.active_submenu {
    background-color: #F16E21;
    color: #fff;
    font-weight: bold;
}

.nav-link {
    color: #000;
    border-bottom: #fff;
    color: #fff;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #DB4029;
}
.nav-link {
    padding-bottom: 10px;
}



.last_section {
    margin-bottom: 30px;
}

#download {
    display: none!important;
}

.card_service:hover{
    transition: .3s;
    transform: scale(1.06);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5), 0 6px 15px 0 rgba(0, 0, 0, 0.30);
}
.card_service{
    transition: .5s;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.20);
}
#main-header {
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.20);
}

a.nav-link.active {
    color: #fff !important;
}

a.nav-link:hover {
    transition: .2s;
    color: #fff !important;
}


/*.dropdown-item{
	border-bottom: 1px solid gray !important;
}*/

.dropdown-item:focus,
.dropdown-item:hover {
    color: #000 !important;
    text-decoration: none;
    background-color: #40B8E8 !important;
    transition: .3s;
}


/*modal*/

#slideBoxModal {
    margin-top: 86px;
    margin-bottom: 100px;
}


/*breadcrumb*/

.hero_btn {
    padding: 8px 15px;
    background: #40B8E8;
    font-weight: bold;
    transition: .5s;
    color: #fff;
    text-decoration: none;
}

.hero_btn:hover {
    background: #000;
    color: #fff;
    border-radius: 30px;
    transition: .5s;
}

.hero_btn_readmore {
    display: inline-flex;
    float: right;
}

.hero_desc {
    text-align: justify;
}

.title h2 {
    font-family: 'Bakbak One', cursive;
    font-size: 2.6rem;
    line-height: .9;
}


.page_title h1 {
    font-family: 'Bakbak One', cursive;
    font-size: 3.6rem;
}




/*modal*/

.modal-backdrop {
    background-color: transparent !important;
}


/*social */

.social_icon_sec {
    padding: 30px 10px;
}

.social_title {
    padding: 15px;
}


/*slider*/

.carousel-control-prev,
.carousel-control-next {
    z-index: 0 !important;
}



.rotation {
    animation-duration: 1s;
    animation: rotation;
    animation-iteration-count: 1;
}

@keyframes unfoldIn {
    0% {
        transform: scaleY(.005) scaleX(0);
        opacity: 1;
    }
    50% {
        transform: scaleY(.005) scaleX(1);
        opacity: .5;
    }
    100% {
        opacity: 1;
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }
    50% {
        transform: scaleY(.005) scaleX(1);
    }
    100% {
        transform: scaleY(.005) scaleX(0);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}






/*contact us*/

.feel_free {
    font-size: 25px;
    font-weight: 900;
    color: #40B8E8;
}

label {
    color: #58585A;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
    outline: none;
    border: none;
    border: 1px solid #ccc !important;
    border-radius: 20px;
    padding: 15px 20px;
}

textarea {
    padding: 15px 20px;
    outline: none;
    border: none;
    border: 1px solid #ccc !important;
    border-radius: 0px;
    resize: none;
    border-radius: 30px;
}

textarea.form-control {
   /* border-radius: 20px !important;*/
}


input:focus {
    outline: none !important;
    border-color: #2E78B7;
    box-shadow: 0 0 10px #BF861C;
}

.sendMesagebtn:hover {
    transition: .5s;
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #2E3091;
}

.sendMesagebtn {
    transition: .5s;
    font-weight: bold;
    background-color: #40B8E8;
    color: #fff;
    margin-top: 15px;
}

label {
    padding: 10px 0;
}

.get_in_touch h2 {
    color: #40B8E8;
}



/*slider*/

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 2rem;
    padding: 20px;
    transition: .5s;
}

.carousel-control-next-icon:hover {
    height: 2rem;
    padding: 30px;
    transition: .5s;
}

.carousel-control-prev-icon:hover {
    height: 3rem;
    padding: 30px;
    transition: .5s;
}

.carousel-control-prev-icon {
    background-image: url('../images/icons/arrow_right.png') !important;
    transform: rotate(180deg);
}

.carousel-control-next-icon {
    background-image: url('../images/icons/arrow_right.png') !important;
}


/*donate page*/
.has-search .form-control {
    padding-left: 25px;
}

/*number field spin*/
    /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

