:root{
    --theme-color : #E48216;
    --second-color : #242526;
    --other-color :#D16C07 ;
    --font-one : 'Poppins', sans-serif;
}
body{
    font-family: 'Poppins', sans-serif;
    margin:0px;
    padding:0px;
    width: 100% !important;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
    font-size: 16px;
}



a{
    text-decoration: none;
    color:#252525;
    transition:all 0.7s ease-in-out;
}
p{
    margin-block-start: 0em;
    margin-block-end: 0em;
}
.list-group-item {
    position: relative;
    padding:0px;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px;
}

ul {
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
}




/* footer style start */
.footer{
    background-color: var(--second-color);
    background-image: url('../images/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.mainFooter{
    padding:40px 0px;
    /* box-shadow: 0px 5px 41.5px rgb(9 29 62 / 97%); */
}
.innerFooterDiv{
    padding:20px;
}
.innerFooterDiv .list-group-horizontal li{
    margin:5px 10px;
}
.innerFooterDiv h5{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.innerFooterDiv a{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transition: 0.8s;
}
.innerFooterDiv li{
    margin-bottom: 15px !important;
}
.innerFooterDiv p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 12px;
}

.downfooter{
    text-align: center;
    border-top: 1px solid rgba(3,18,32,.06);
    padding: 20px;
}
.downfooter p{
    color: var(--second-color);
    font-size: 14px;
    font-weight: 400;
}

.innerFooterDiv li a:hover{
    color:var(--theme-color);
}

.topbtn {
    background-color: var(--theme-color);
    position: fixed;
    right: 20px;
    bottom: 20px;
    border: none;
    color: var(--second-color);
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 50px;
    transition: 0.8s;
}


.whatsappBtn{
    background-color: #29a71a;
    color:#fff;
    padding:20px;
    font-size: 22px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    position: fixed;
    left:0px;
    bottom:30%;
    transition: 0.8s;
    z-index:9999;
}
.whatsappBtn:hover{
    color: #fff;
}

.copyrightfooter{
    background-color: var(--other-color);
    color: var(--second-color);
}
.downfooter a{
    font-size: 14px;
}
.downfooter a:hover{
    color: var(--second-color);
}
/* footer style end */



/* header css start */

.mainBoxHeader{
    position: fixed;
    width: 100%;
    top:0;
    z-index: 99999;
}

.header img{
    width: 180px;
}


.upperheader{
    background-color: var(--other-color);
    font-weight: 600;
    padding:10px 0px;
    font-size: 14px;
    color: var(--second-color);
}
.upperheader .container{
    display: flex;
    justify-content: space-between;
}
.upperheader li a{
    font-size: 14px;
    font-weight: 600;
    color:var(--second-color);
}
.upperheader li i{
    font-size: 8px;
}

.header{
    background-color: #f2f2f2;
    padding:5px 0px;
    border-bottom: 5px solid var(--theme-color);
}
.header .navbar-nav{
    display: flex;
    justify-content: end;
    width: 100%;
}
.navbar-nav li a{
    font-size: 16px;
    font-weight: 400;
    color:var(--second-color);
}
.header .requestBtn{
    background-color: var(--second-color);
    color: #fff;
    margin-left:25px;
    font-size: 15px;
    font-weight:400;
    border-radius: 4px;
    transition: all 0.8s ease-out;
}
.header .requestBtn:hover{
    background-color: var(--second-color);
}
.navbar-brand h4{
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    color: var(--second-color);
}
/* header css start end */


/* contact code css */
.contactPage{
    padding:40px 0px 20px;
}

.formContactDiv, .contactInfoPageDiv{
    padding:20px;
}
.formContactDiv h6, .contacAboutDiv h6{
    font-size: 18px;
    font-weight: 800;
    color: var(--second-color);
}
.formContactDiv h2 ,.contacAboutDiv h2{
    font-size: 32px;
    font-weight: 800;
    margin:15px 0px;
    color: var(--second-color);
}
.formContactDiv p , .contacAboutDiv p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}


.formContactDiv input, .formContactDiv select, .formContactDiv textarea{
    width: 100%;
    height:47px;
    padding:5px 20px;
    margin-bottom: 15px;
    background-color: #f5f5f56c;
    border-radius: 0px;
    color:#242628;
    font-size: 14px;
}
.formContactDiv textarea{
    height: 90px !important;
    margin-bottom: 30px !important;
}
.formContactDiv .submitbtn{
    font-size: 14px;
    font-weight: 600;
    padding:12px 30px;
    background-color: var(--theme-color);
    border:none;
    border-radius: 4px;
    color: var(--second-color);
    text-transform: uppercase;
    width: fit-content !important;
}
.formContactDiv label{
    font-size: 14px;
    font-weight: 600;
    margin:10px 0px 5px;
}

.InfoInnerDiv{
    padding:20px;
    background-color: #f5f5f5;
    margin-bottom: 25px;
    border-radius: 4px;
}
.InfoInnerDiv h2{
    font-size: 22px;
    font-weight: 800;
}
.InfoInnerDiv h2 i{
    margin-right: 10px;
}
.InfoInnerDiv p{
    font-size: 14px;
    font-weight: 400;
    margin:10px 0px;
}
.InfoInnerDiv h6 a{
    font-size: 14px;
    font-weight: 800;
    color: var(--second-color);
}
.InfoInnerDiv h6{
    color: var(--second-color);
}
.flexDivCont {
    display: flex;
    justify-content: space-evenly;
}

/* contact code css end */


/* braud css */

.braudMain{
    background-image: url('../images/braud.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}
.innerBraud{
    background-color:rgb(0 0 0 / 62%);
    padding:240px 20px 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.innerBraud li {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.innerBraud li a{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.innerBraud h4{
    font-size: 20px;
    margin-top:10px;
    font-weight: 800;
    color: #fff;
}
.pagename{
    font-weight: 800 !important;
    color: var(--theme-color) !important;
}
/* braud css end */

/* admin page css */


  
/* sign in page css */

.signInPage{
    background-color: var(--second-color);
    width: 100%;
    overflow: hidden;
    height: 100%;
    padding:70px 0px;
}
.signInPage .container{
    display: flex;
    justify-content: center;
}
.innerContentSign{
    border:1px solid #ddd;
    padding:20px;
    background-color: #fff;
    border-radius: 4px;
}
.innerContentSign .headerSign{
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.headerSign div i{
    font-size: 22px;
}
.backHome{
    display: flex;
}
.backHome a{
    font-size: 12px;
    text-align: center;
    color: var(--theme-color);
}

.innerContentSign h4{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 2px;
    color:var(--second-color);
}
.innerContentSign p{
    font-weight: 400;
    font-size: 14px;
    color: #333;
}
.innerContentSign form{
    margin-top: 30px;
}
.innerContentSign form label{
    font-size: 14px;
    font-weight:400;
    margin-bottom: 5px;
    color:#222;
}

.innerContentSign form input{
    padding: 13px 18px;
    max-width: 100%;
    color: #999999;
    font-weight: normal;
    border: 1px solid #cdcccc;
    background: #f5f3f3;
    border-radius: 2px;
    font-size: 14px;
    margin-bottom: 20px;
}
.submitbtnAccess{
    padding: 13px 18px;
    width: 100%;
    color: #fff !important;
    border:none !important;
    background: var(--second-color) !important;
    border-radius: 2px;
    font-weight: 800 !important;
    font-size: 14px !important;
    transition: 0.7s all ease-in-out;
    margin-top:20px;
}
.submitbtnAccess:hover{
    background-color: var(--theme-color);
}
.logoDiv h5{
    font-size: 22px;
    font-weight: 900;
    color: var(--second-color);
}

/* sign in page css end */

/* admin page css end */

/* gallery css */
.galleryContainer{
    padding:60px 0px;
    background-color: #f1f1f1;
}
.imgDiv{
    background-color: #fff6;
    border:1px solid #333;
    border-radius: 8px;
}
.imgDiv img{
    width: 100%;
    height: 240px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.imgDiv h4{
    font-size: 14px;
    font-weight: 600;
    padding:10px 5px;
    text-align: center;
}
/* gallery css end */

/* events css */

.eventContainer{
    padding:60px 0px;
    background-color: #f1f1f1;
}
.eventDiv{
    border: 1px solid #d1d2d5;
    margin-bottom: 25px;
    position: relative;
}
.eventDiv img{
    width: 100%;
    height: 240px;
}
.infoDivShort{
    border-bottom: 1px solid #d1d2d5;
    padding:10px 20px;
}
.infoDivShort li{
    font-size: 16px;
    font-weight: 600;
}
.infoDivShort li i{
    color: var(--theme-color);
    margin-right:5px;
}
.shortText{
    padding:20px;
}
.shortText h4{
    font-size: 18px;
    margin-bottom:10px;
    font-weight: 800;
    color: var(--second-color);
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.shortText p{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-bottom: 15px;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.shortText a{
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
}
.statusDiv{
    position: absolute;
    top:15px;
    right: 15px;
    font-size: 14px;
    color: #fff;
    padding:5px;
    border-radius: 8px;
    background-color: var(--theme-color);
}
/* events css end */

/* view events css */


.eventDetailsDiv{
    padding:60px 20px;
    background-color: #f1f1f1;
}
.innerEventsTextDetails, .innerEventsDetails{
    padding:20px;
}
.innerEventsTextDetails h6{
    font-size: 13px;
    font-weight: 600;
    width: fit-content;
    padding:5px 20px;
    border-radius: 20px;
    color: #262834;
    background-color: var(--theme-color);
    margin-bottom: 15px;
}
.innerEventsTextDetails h2{
    font-size: 32px;
    font-weight:900;
    margin-bottom: 15px;
}
.innerEventsTextDetails p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}
.mainTimedateDiv{
    border-top:10px solid var(--theme-color);
    background-color: #fff;
    border-radius: 20px;
    padding:20px;
}
.mainTimedateDiv h6{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}
.mainTimedateDiv p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.mainTimedateDiv ul{
    border:0px;
}
.mainTimedateDiv li{
    border:0px;
}
.innerEventsTextDetails img{
    width: 100%;
    border-radius: 20px;
    margin-bottom: 25px;
}
.locationmap{
    margin-top:25px;
    border-radius: 20px;
    border:1px solid #ddd;
}
.locationmap iframe{
    border-radius: 20px;
}

/* view events css end */




/* volunteers css */

.volunteersDiv{
    padding:60px 0px;
}
.volunteerDiv{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 25px;
}
.volunteerDiv img{
    width: 100%;
    border-radius: 20px;
}
.deatilsDivTeam{
    width: 80%;
    padding:10px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #262834;
}
.deatilsDivTeam h6{
    font-size: 16px;
    font-weight: 800;
    color:#fff;
    margin-bottom: 0px;
}
.deatilsDivTeam p{
    font-size: 12px;
    margin-top: 5px;
    font-weight: 600;
    color: var(--theme-color);
}
/* volunteers css end */



/* about us code  */

.mainAbout{
    background-color: #fff;
    padding:80px 20px;
}
.mainAbout h2{
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 15px;
}
.mainAbout p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.mainAbout ul{
    margin-bottom: 20px;
}
.mainAbout li{
    list-style-type: none;
    margin-bottom: 10px;
    display: flex;
}
.mainAbout li i{
    margin-right:10px;
    color: var(--theme-color);
}
.mainAbout li p{
    margin-bottom: 0px;
}
.innerImgAbout img{
    width: 100%;
    border-radius: 8px;
}



.afterAboutHome{
    background-color: #f6f6fa;
    padding:40px 20px;
}

.innerAfterAb{
    display: flex;
    padding:20px;
}
.iconABhome i{
    font-size: 42px;
    margin-right:20px;
}
.textABhome h2{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 5px;
}


.teamDiv{
    padding:60px 20px;
}
.teamDiv h2{
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 8px;
    font-family: var(--secondfont);
}
.teamDivMain img{
    width: 100%;
    height:440px;
}
.teamDivMain{
    text-align: center;
    background-color: #f1f1f177;
    padding-bottom: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.teamDivMain h6{
    margin-top:10px;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 900;
    font-family: var(--secondfont);
}
.teamDivMain p{
    font-size: 14px;
}

/* about us code end */


/* news */
.tages li{
    background-color: #f9f4e8;
    padding:5px 25px;
    margin:5px;
    border-radius: 20px;
}
.mainTimedateDiv h4{
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 12px;
}
.mainTimedateDiv ul li{
    margin-bottom: 10px;
}
.mainTimedateDiv{
    border-top:10px solid var(--theme-color);
    background-color: #fff;
    border-radius: 20px;
    padding:20px;
}
.mainTimedateDiv h6{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}
.mainTimedateDiv p{
    font-size: 16px;
    font-weight: 400;
}
.mainTimedateDiv ul{
    border:0px;
}
.mainTimedateDiv li{
    border:0px;
}
/* news end */





/* make Payment */
.makeMainPayment{
    background-color: #f9f4e8;
    padding:40px 20px;
}
.makeMainPayment .container{
    display: flex;
    justify-content: center;
}
.innerpayDiv{
    background-color: #fff;
    padding:20px;
}
.innerpayDiv input, .innerpayDiv select{
    width: 100%;
    height: 47px;
    padding: 5px 20px;
    margin-bottom: 15px;
    background-color: #f5f5f56c;
    border-radius: 0px;
    color: #242628;
    font-size: 14px;
}

.innerpayDiv button {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 30px;
    background-color: var(--theme-color);
    border: none;
    border-radius: 4px;
    color: var(--second-color);
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 5px;
}
.innerpayDiv label{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
/* make Payment end */



/* index css */


.objectivesSection{
    padding:60px 20px;
}

.objectiveDiv{
    background-color: #eaeaea46;
    text-align: center;
    padding:20px;
    border-radius: 8px;
    border:1px solid #eee9db;
    margin-bottom: 20px;
    height: 100%;
}

.objectiveDiv i{
    background-color: var(--theme-color);
    padding:15px 18px;
    border-radius: 20px;
}
.objectiveDiv h4{
    font-size: 20px;
    font-weight: 900;
    margin:15px 0px;
}
.objectivesSection h6{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
}
.objectivesSection h2{
    font-size: 22px;
    font-weight: 900;
}

.votunteerDiv{
    background-image: url('../images/become-volunteer-one-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.innerVolen{
    padding:80px 20px;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #2426289c;
}
.innerVolen h6{
    font-size: 17px;
    font-weight: 800;
    color: var(--theme-color);
}
.innerVolen h2{
    font-size: 36px;
    font-weight: 900;
    margin-top:15px;
    margin-bottom: 25px;
}
.innerVolen a{
    font-size: 14px;
    width: fit-content;
    padding:5px 20px;
    border-radius: 20px;
    background-color: var(--theme-color);
    color: var(--second);
    font-weight: 600;
}


.eventContainer h2 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 8px;
}

.newsSectionHome{
    background-color: #f1f1f1;
    padding:60px 0px;
}
.headerDivText h2{
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 8px;
}
.headerDivText p{
    text-align: center;
}
.innerNewsSecHome{
    display: flex;
    margin-bottom: 25px;
    border:1px solid #999;
}
.innerNewsSecHome img{
    width: 100%;
    height:100%;
}
.newsSecTextHome{
    width: 60%;
    padding:20px;
}
.newsSecImg{
    width: 40%;
    border-right:1px solid #999;
}
.newsSecTextHome h4{
    font-size: 18px;
    font-weight: 800;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.newsSecTextHome h6{
    font-size: 14px;
    margin:6px 0px;
    font-weight: 600;
}
.newsSecTextHome p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.newsSecTextHome a{
    font-size: 14px;
    font-weight: 600;
}
.headerDivText{
    margin-bottom: 50px;
}
/* index css end */



/* slider css start */
.carousel-item{
    height: 100%;
    min-height: 300px;
    background:no-repeat scroll center scroll;
    -webkit-background-size:cover ;
    background-size:cover ;
    height:600px;
}
.carousel-item::before{
    content:"";
    display: block;
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#000;
    opacity: 0.7;
}
.carousel-control-prev, .carousel-control-next{
    background:transparent ;
    border:none;
}
.carousel-caption{
    bottom: 200px;
    padding-left: 100px;
    padding-right: 100px;
}
.carousel-caption h5{
    font-size:32px;
    margin-bottom: 8px;
    font-weight: 800;
}
.carousel-caption p{
    font-size:18px;
    font-weight: 400;
}
.slider-btn{
    margin-top:30px;
}
.slider-btn .btn{
    background:#fa5636;
    color:#fff;
    border-radius: 8px;
    padding:11px 30px;
    font-size:16px;
    border:none;
}
.slider-btn .btn2{
    background:#120e01;
    color:#fff;
    border:none;
    border-radius: 8px;
    margin-left:20px;
    padding:10px 30px 12px 30px;
    font-size:16px;
}

#carouselExampleCaptions{
    margin-top:110px;
}
/* slider css end */



/* join us  */

.joinMainDiv{
    background-color: #f1f1f1;
    padding:60px 0px;
}
.joinMainDiv .container{
    display: flex;
    justify-content: center;
}
.infoJoinDiv{
    border-top:10px solid var(--other-color);
    border-radius: 20px;
    padding:20px;
    background-color: #fff;
}

.infoJoinDiv h4{
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 8px;
}
.infoJoinDiv p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}
.infoJoinDiv h6{
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}

.formDivJoin{
    background-color: #fff;
    padding:20px;
    margin-top:35px;
    border-radius: 20px;
}
.formDivJoin label{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}
.formDivJoin span{
    font-size: 14px;
    font-weight: 400;
    margin-left:12px;
}
.inputDesign{
    width: 100%;
    height: 47px;
    padding: 5px 20px;
    margin-bottom: 22px;
    background-color: #f5f5f56c;
    border-radius: 0px;
    color: #242628;
    font-size: 14px;
}
.radiobtn{
    padding: 20px !important;
    width: 22px;
    height: 15px;
    margin-bottom: 15px;
}

.submitbtnJoin{
    background-color: var(--theme-color);
    width: fit-content;
    padding:10px 25px;
    border:0px;
    border-radius: 8px;
    margin-top:15px;
    font-size: 14px;
    font-weight: 600;
}
/* join us  end */



/* condition  */
.conditionContainer{
    padding: 60px 20px;
    background-color: #f1f1f1;
}
.conditionContainer h4{
    font-size: 24px;
    font-weight: 900;
    width: fit-content;
    padding:12px 0px;
    border-top:2px solid var(--second-color);
    border-bottom:2px solid var(--second-color);
    margin-bottom: 30px;
}
.conditionContainer p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}
.termsText{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}
.termsImg, .termsText{
    padding:20px;
    margin-bottom: 20px;
}
.termsImg img{
    width: 100%;
    border-radius: 8px;
}
/* condition end */


.newImg{
    position: absolute;
    top: 20px;
    display:block;
    left: 31px;
}

.volunteerDiv {
    position: relative;
}

.carousel-item img {
    width:100%;
    height:100%;
}