/* Home Page CSS */

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    transition: all 0.5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
    text-decoration: none;
    outline-offset: inherit;
}

body {
    font-family: 'Nunito', sans-serif;
    color: #262523;
    font-size: 16px;
}

.logoWrap {
    display: flex;
    align-items: center;
}

.logoWrap img {
    width: 90px;
}

.logoWrap span {
    display: inline-block;
    color: #ee9118;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 21px;
}

.rightTop {
    text-align: right;
    padding-top: 24px;
}

.rightTop ul li {
    display: inline-block;
    font-size: 15px;
    margin-left: 15px;
}

.donateBtn {
    display: block;
    background: rgb(238, 134, 3);
    background: linear-gradient(45deg, rgba(238, 134, 3, 1) 0%, rgba(244, 134, 9, 1) 100%);
    color: #fff;
    padding: 6px 27px;
    border-radius: 38px;
    font-weight: 600;
    font-size: 16px;
    border: #e17700 solid 1px
}
.donateBtn:hover{
    color: #000;
} 

.rightTop select {
    border: none;
}

.bg-light {
    border-bottom: #e6d7c2 solid 1px;
    padding-bottom: 0;
}

.navbar-light .navbar-nav .nav-item {
    margin-right: 30px;
}

.navbar-light .navbar-nav .nav-link {
    color: #262523;
    border-bottom: #fff solid 2px;
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ee9118;
    border-bottom: #e68814 solid 2px;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #ee9118;
    border-bottom: #e68814 solid 2px;
}

.navbar-light .navbar-nav.rightMenu .nav-link {
    color: #ee9118;
}

.homeBanner {
    margin-top: 20px;
}

.homeBanner .carousel-caption {
    left: 9%;
    right: inherit;
    text-align: left;
    bottom: inherit;
    top: 20%;
    color: #fff;
}

.homeBanner .carousel-caption h5 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.homeBanner .carousel-caption h6 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.homeBanner .carousel-caption p {
    font-size: 18px;
}

.homeBanner .carousel-caption a {
    display: inline-block;
    background: #fff;
    color: #ee9118;
    padding: 8px 27px;
    border-radius: 38px;
    font-weight: 600;
    font-size: 16px;
    border: #e17700 solid 1px;
    box-shadow: 0 0 20px rgb(0 0 0 / 12%);
}

.homeBanner .carousel-item img {
    border-radius: 10px;
}

.homeBanner .carousel-control-prev {
    top: inherit;
    bottom: 40%;
    width: inherit;
    opacity: 1;
    background: rgba(0, 0, 0, 0.18);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.14);
    width: 45px;
    height: 45px;
    border-radius: 50px;
    left: 2%;
    font-size: 22px;
}

.homeBanner .carousel-control-next {
    top: inherit;
    bottom: 40%;
    width: inherit;
    opacity: 1;
    background: rgba(0, 0, 0, 0.18);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.14);
    width: 45px;
    height: 45px;
    border-radius: 50px;
    right: 2%;
    font-size: 22px;
}

.headStyle {
    color: #ee9118;
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 800;
    position: relative;
}

.headStyle span {
    display: block;
    color: #262523;
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
}

.headStyle a {
    position: absolute;
    right: 0;
    font-size: 15px;
    font-weight: 500;
    color: #ee9118;
}

.home_explore_area {
    padding-top: 60px;
    padding-bottom: 60px;
}

.home_explore_area_tab {
    box-shadow: 0 1px 20px rgb(34 34 34 / 20%);
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 15px;
}

.home_explore_area_tab h2 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    text-transform: capitalize;
}

.home_explore_area_tab a {
    color: #ee9118;
}

.home_explore_area_tab img {
    width: 100%;
}

.home_services_area {
    padding-top: 60px;
    padding-bottom: 60px;
}

.home_services_area_tab {
    text-align: center;
}

.home_services_area_tab h2 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}

.home_services_area_tab_icon {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #ffefdf;
    border: #fff solid 1px;
    box-shadow: 0 1px 20px rgb(34 34 34 / 20%);
    text-align: center;
    margin: 0 auto;
    padding-top: 21px;
}

.home_donate_area {
    padding-top: 40px;
    padding-bottom: 60px;
}

.home_donate_area_tab {
    text-align: center;
}

.donateWrap .home_donate_area_tab {
    margin-bottom: 40px;
}

.home_donate_area_tab h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.home_donate_area_tab img {
    width: 100%;
    border-radius: 10px;
}

.home_donate_area_tab a {
    display: inline-block;
    background: rgb(238, 134, 3);
    background: linear-gradient(45deg, rgba(238, 134, 3, 1) 0%, rgba(244, 134, 9, 1) 100%);
    color: #fff;
    padding: 6px 27px;
    border-radius: 38px;
    font-weight: 600;
    font-size: 16px;
    border: #e17700 solid 1px;
    position: relative;
    top: -14px;
}

.home_donate_area_tab h5 {
    color: #ee9118;
    font-size: 14px;
    margin-top: 4px;
}

.blogWrap {
    padding-top: 40px;
    padding-bottom: 60px;
}

.blogBox {
    border: #e5e5e5 solid 1px;
    border-radius: 10px;
    overflow: hidden;
}

.blogBox img {
    width: 255px;
    height: 269px;
}

.blogBox a {
    color: #ee9118;
    display: inline-block;
}

.blogBox .media-body {
    padding: 26px 20px;
}

.footerLinks h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.footerLinks h4{
    font-size: 14px;
    font-weight: 700;
}
.footerLinks ul li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #585858;
}

.footerLinks ul li a {
    color: #585858;
}

.footerDiv {
    padding-right: 116px;
}

.footerLinks ul li .bi {
    color: #ee9118;
    margin-right: 5px;
}

footer {
    padding-top: 40px;
    padding-bottom: 20px;
}
.social_media_icons{
    margin: 10px 0;
}
.social_media_icons ul li{
        display: inline-block;
    font-size: 16px;
    padding: 0 4px;
}
.social_media_icons ul li a i{
    color: #f08605;
    font-size: 25px;
}
.threads_icon{
    width: 25px;
}

.termLink {
    text-align: right;
}

.termLink ul li {
    display: inline-block;
    color: #585858;
    margin-right: 5px;
    padding-right: 10px;
}

.termLink ul li a {
    color: #585858;
}

.termLink ul li:first-child {
    border-right: #ccc solid 1px;
}

.allRighttext {
    margin: 0;
}

.allrightWrap {
    padding-top: 30px;
}

.aboutWrap {
    background: #f9f3e5;
    padding: 40px 0;
}

.headStyleTow {
    color: #ee9118;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 40px;
}

.headStyleTow span {
    display: block;
    color: #262523;
    font-size: 18px;
    font-weight: 400;
    padding-top: 5px;
}

.aboutImgWrap img {
    width: 100%;
    border-radius: 15px;
    height: 310px;
}

.aboutTextImg {
    text-align: center;
    padding-top: 200px;
}

.aboutText {
    padding-top: 40px;
}

.aboutText h3 {
    font-size: 20px;
    font-weight: 800;
    color: #ee9118;
    text-transform: uppercase;
}

.aboutText h4 {
    font-size: 17px;
    font-weight: 500;
    color: #262523;
    margin-bottom: 15px;
}

.paddingLeft {
    padding-left: 0;
}

.paddingRight {
    padding-right: 0;
}

.eventImg {
    width: 100%;
    height: 250px;
}

.eventBox {
    background: #fcf3ec;
    height: 250px;
    text-align: center;
    padding-top: 65px;
}

.eventBox h3 {
    color: #999490;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.eventBox h4 {
    color: #39312e;
    font-size: 25px;
    font-weight: 700;
    margin: 18px 0;
}
.eventBox h5 {
    color: #b99478;
    font-size: 16px;
}
.eventBox h6 a{
 color: #ee9118;
    font-size: 16px;
}

.internalWrap {
    padding: 40px 0;
}

.festiveBox {
    border: #e5e5e5 solid 1px;
    border-radius: 8px;
    overflow: hidden;
    background: #fdf8f4;
    margin-bottom: 30px;
}

.festiveBox img {
    width: 100%;
    height: 200px;  
}

.festiveText {
    padding: 15px 10px;
}

.festiveText h6 {
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
}

.festiveText span {
    color: #b99478;
    font-size: 14px;
}

.danBox {
    border: #e5e5e5 solid 1px;
    align-items: center;
    padding: 14px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.danBox a {
    display: inline-block;
    background: rgb(238, 134, 3);
    background: linear-gradient(45deg, rgba(238, 134, 3, 1) 0%, rgba(244, 134, 9, 1) 100%);
    color: #fff;
    padding: 6px 27px;
    border-radius: 38px;
    font-weight: 600;
    font-size: 16px;
    border: #e17700 solid 1px;
    position: relative;
}

.danBox h5 {
    color: #b99478;
    font-size: 16px;
    margin-bottom: 18px;
}

.danBox h6 {
    font-size: 17px;
    margin: 0;
    font-weight: 600;
}

.donationBox {
    border: #e5e5e5 solid 1px;
    padding: 14px;
    border-radius: 8px;
}

.donationBox .btn {
    background: rgb(238, 134, 3);
    background: linear-gradient(45deg, rgba(238, 134, 3, 1) 0%, rgba(244, 134, 9, 1) 100%);
    color: #fff;
    padding: 6px 27px;
    border-radius: 38px;
    font-weight: 600;
    font-size: 16px;
    border: #e17700 solid 1px;
    position: relative;
}

.donationBox .form-inline .form-control {
    width: 80%;
    border-radius: 8px;
}

.dropdown-menu {
    min-width: 30rem;
    box-shadow: 0 1px 20px rgb(34 34 34 / 20%);
    border: none;
}

.dropdown-menu ul li {
    display: inline-block;
    margin-right: 30px;
}

.dropdown-menu ul li:nth-child(2n) {
    margin-right: 0;
}

.dropdown-menu .media {
    align-items: center;
    padding: 20px 0;
}

.dropdown-menu .media h5 {
    font-size: 16px;
    margin: 0;
}

.dropdown-menu .media h5 span {
    display: block;
    font-size: 14px;
    color: #a3a3a3;
}

.dropdown-item {
    padding: 0;
}

.servicesWrap .home_donate_area_tab img{
    height: 200px;
}

.contact_wrap {
    background: #fbfbfb;
    padding: 15px;
    border-radius: 6px;
    height: 190px;
    border: 1px solid #ef8604;
}
.contact_wrap h2{
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 12px;
    color: #f08605;
}
.contact_wrap h3{
    font-size: 14px;
    color: #3b3c3e;
}
.contact_wrap a{
    font-size: 14px;
    color: #f08605;
}
.contact_wrap h4{
    font-size: 14px;
}
.map_area{
    margin-top: 30px;
}
.img-area img{
    width: 100%;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        margin-top: 0;
    }
    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }
    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }
    .navbar .nav-item:hover .dropdown-menu {
        transition: 0.3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
        background: #ffffff;
        padding: 10px 20px;
    }
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    
}

@media (max-width: 991px) { 
.headStyle a{
            position: relative;
            display: block;
    }
    .rightTop{
        padding-top: 0;
    }
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... }
