@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');
/* 
font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
*/
/***** General CSS *****/
body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
    background: url(../images/body-color.jpg);
    background-size: cover;
}
a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}
a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
img {
    max-width: 100%;
}
input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}
p {
    font-weight: 400;
    line-height: 1.7;
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto';
    margin-bottom: 1.5rem;
}
/***** Font Files *****/
@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'dft';
    src: url(../fonts/DFTemple.ttf);
}
/***** Custom Classes *****/
.noPadding {
    padding: 0;
}
.noLeft {
    padding-left: 0;
}
.noRight {
    padding-right: 0;
}
.centerCol {
    float: none;
    margin: 0 auto;
}
.pt_8 {
    padding-top: 80px;
}
.pb_8 {
    padding-bottom: 80px;
}
.py_8 {
    padding: 80px 0px;
}
.theme_btn {
    padding: 14px 40px;
    border: unset;
    border-radius: 35px;
    color: #ffffff;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 183, 0, 1) 0%, #ff8700 100%);
    position: relative;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}
.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #f29630;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}
.theme_btn:hover {
    color: #000000;
}
.theme_btn:hover::before {
    width: 100%;
}
.theme_btn2 {
    padding: 14px 40px;
    border: unset;
    border-radius: 35px;
    color: #ffffff;
    z-index: 1;
    background: #5e0f02;
    position: relative;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}
.theme_btn2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #f29630;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}
.theme_btn2:hover {
    color: #000000;
}
.theme_btn2:hover::before {
    width: 100%;
}
.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}
h1 {
    font-family: 'dft';
    font-size: 143px;
    line-height: 1.2;
    color: #5e0f02;
    margin: 0 0 25px;
    text-shadow: 1px 4px #ffffff;
}
h2 {
    font-family: 'dft';
    font-size: 61px;
    line-height: 1.5;
    color: #5e0f02;
    margin: 0 0 25px;
    text-shadow: 1px 3px #ffffff;
}
.h2,
h2 {
    font-family: 'dft' !important;
    font-size: 61px !important;
    line-height: 1.5 !important;
    color: #5e0f02 !important;
    margin: 0 0 25px !important;
    text-shadow: 1px 3px #ffffff !important;
}
h3 {
    font-family: 'dft';
    font-size: 46px;
    line-height: 1.2;
    color: #000000;
    margin: 0 0 0px;
}
h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 13px;
}
h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}
h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}
select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}
::-webkit-input-placeholder {
    color: #575757;
}
::-moz-placeholder {
    color: #575757;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #575757;
}
:-moz-placeholder {
    color: #575757;
    opacity: 1;
}
/*header css start */
.menuSec {
    padding: 5px 50px;
}
.menuSec img {
    margin: 0;
}
.menuSec ul {
    margin: 0;
    display: flex;
    justify-content: end;
    gap: 25px;
}
.menuSec ul li {
    position: relative;
}
.menuSec li ul {
    display: none;
}
.menuSec ul li a {
    position: relative;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Roboto';
    font-weight: 500;
}
.menuSec ul li:last-child a:after {
    display: none;
}
.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ffb700;
}
.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 5px;
    width: 230px;
    text-align: left;
    top: 25px;
}
.logo {
    text-align: center;
}
.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}
.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}
.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}
.menuSec li:hover li {
    float: none;
}
.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}
.menuSec ul ul ul {
    left: 100%;
    top: 0;
}
.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */
.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */
/* Tab slider fix  */
.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}
.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}
/* Tab slider fix  */
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}
.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}
.carousel-control.right {
    right: 0px;
}
.carousel-control.left {
    left: 0px;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /*background: rgb(11 11 11 / 64%);*/
    background: rgb(11 11 11 / 35%);
}
/*.carousel-caption {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    color: #fff;*/
/*    text-align: left;*/
/*    display: -webkit-box;*/
/*    display: -moz-box;*/
/*    display: -ms-flexbox;*/
/*    display: -webkit-flex;*/
/*    display: flex;*/
/*    align-items: center;*/
/*     background: rgba(0, 0, 0, 0.1); */
/*}*/
.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}
.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}
/*banner css end*/
.blog_sec {
    padding: 5% 0;
}
/* Tabs  */
.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}
.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}
.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
/* Tabs  */
/* -------------------------- Home Page -------------------------------- */
/* foter start */
footer {
    background: #5e0f02;
    padding: 0 0 50px 0;
}
section.we-help {
    margin-bottom: -12%;
    padding-top: 4%;
}
footer h3 {
    font-family: 'Poppins';
    font-weight: 600;
    color: #fff;
    font-size: 29.29px;
    letter-spacing: .3px;
    margin-bottom: 20px;
    border-bottom: 2px solid;
    display: inline-block;
    margin-bottom: 50px;
}
ul.contcs-lnks li a {
    display: flex;
    align-items: self-start;
    font-size: 18.75px;
    color: #ffffff;
    gap: 18px;
    font-weight: 400;
}
ul.contcs-lnks li {
    margin-bottom: 8%;
}
ul.contcs-lnks li i {
    font-size: 22px;
    color: #c9a277;
    margin-right: 5%;
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease-in-out;
}
.socils-fot ul {
    display: flex;
    gap: 12px;
}
.socils-fot ul li {
    width: 45px;
    height: 45px;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .2s ease-in-out;
}
.socils-fot ul li a {
    color: #fff;
    font-size: 24px;
    transition: .5s ease-in-out;
}
.contct-fot {
    position: relative;
}
.quuic-fot ul a {
    font-size: 18.75px;
    color: #ffffff;
    transition: .2s ease-in-out;
    font-weight: 600;
}
.quuic-fot ul li {
    margin-bottom: 7%;
}
.srvs-fot ul a {
    font-size: 15.11px;
    color: #d2d2d2;
    transition: .2s ease-in-out;
}
.srvs-fot ul li {
    margin-bottom: 5%;
}
.quuic-fot {
    position: relative;
}
.srvs-fot {
    position: relative;
}
.srvs-fot:after {
    content: '';
    position: absolute;
    height: 103.1%;
    width: 1px;
    right: 26%;
    background: #ffffff3d;
    top: 6px;
}
.newsltr-fot p {
    font-size: 18.75px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}
.subscrbe {
    position: relative;
    margin-bottom: 35px;
}
.subscrbe input {
    width: 100%;
    border: none;
    border-radius: 25px;
    height: 40px;
    padding: 20px;
}
.socils-fot ul li:hover {
    background: #ff8a00;
    transform: scale(1.2);
}
ul.contcs-lnks li:hover a {
    color: #f29630;
}
ul.contcs-lnks li:hover i {
    transform: scale(1.4);
}
.quuic-fot ul li:hover a {
    color: #f29630;
}
.srvs-fot ul li:hover a {
    color: #c9a277;
    margin-left: 2%;
}
.socils-fot ul li:hover a {
    transform: rotate(360deg);
}
.subscrbe button:hover i {
    transform: scale(1.3);
}
.subscrbe button i {
    transition: .2s ease-in-out;
}
section.copy-right {
    background: #f29630;
    display: flex;
    align-items: center;
    padding: 10px 0;
}
section.copy-right p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18.75px;
    color: #ffffff;
}
.pay-img {
    float: right;
}
ul.contcs-lnks li a img {
    width: auto;
}
ul.contcs-lnks li a p {
    margin-bottom: 0;
    color: inherit;
}
/* ul.contcs-lnks li a p span {
    display: block;
} */
.subscrbe form {
    display: flex;
    align-items: center;
}
.subscrbe button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
    position: absolute;
    right: 0;
}
section.contact-sec {
    margin-bottom: 150px;
}
/* foter end */
/* Header */
header {
    top: 45px;
    transition: all .5s ease-in-out;
    background: #5e0f02;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    transition: 0.5s ease-in-out;
}
.sticky_header {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    background-color: #5e0f02;
    transition: 0.5s ease-in-out;
    z-index: 99999;
    position: fixed !important;
    top: 0;
}
.sticky_header .menuSec {
    padding: 5px 50px;
}
.header-btn {
    float: right;
}
/* Header */
/* Banner */
.banner_text h3 {
    font-size: 43px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #000000;
    text-shadow: 0px 2px #ffffff;
    margin-bottom: 20px;
}
.banner_text p {
    font-weight: 500;
    width: 80%;
    color: rgb(255 255 255) !important;
}
div#paypal-button-container {
    width: 100% !important;
    max-width: 750px !important;
    display: table;
    margin: 30px auto 0;
}
.banner_text {
    padding: 100px 0 0 0;
    position: relative;
    z-index: 2;
}
.carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}
section.main_slider {
    height: 100vh;
    margin-top: 148px;
}
.abt-txt {
    text-align: end;
    padding-right: 70px;
    position: relative;
    z-index: 2;
}
.abt-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
/* .abt-ellipse {
    position: absolute;
    z-index: -1;
    margin-top: -70px;
} */
section.abt-sec {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}
/* section.abt-sec::before {
    position: absolute;
    content: "";
    background: url(../images/red-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1500px;
    height: 1490px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
} */
section.abt-sec::after {
    position: absolute;
    content: "";
    background: url(../images/floral-abt.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -53px;
    right: 0;
    width: 300px;
    height: 300px;
    opacity: 30%;
    animation: fadeInUp 2s linear;
}
/* About */
/* Committee */
.service-row {
    display: flex;
    justify-content: space-between;
}
.floral-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px 0;
}
.services {
    position: absolute;
    width: 100%;
}
.service h4 {
    color: #000;
    font-size: 37px;
}
.service {
    width: 240px;
}
.service-img {
    margin-bottom: 25px;
}
.service-row.service-row1 {
    width: 70%;
    margin: 0 auto 0 auto;
    padding-top: 250px;
}
.service-row.service-row3 {
    width: 90%;
    margin: 0 auto 0 auto;
}
.service-row.service-row4 {
    width: 60%;
    margin: 0 auto;
}
.services .service-content:last-child {
    position: relative;
    top: 60px;
}
.services .service-content:nth-child(3) {
    position: relative;
    top: 70px;
}
.rounded-img img {
    animation: rotate 30s linear infinite;
    width: calc(100% - 130px);
    position: relative;
    bottom: -90px;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
section.committee {
    position: relative;
    margin: 100px 0 300px;
}
section.committee .sec-head {
    z-index: 1;
}
.sec-head {
    margin-bottom: 50px;
}
/* Committee */
/* Gallery */
section.gallery-sec {
    position: relative;
    background: url(../images/curtain.png);
    background-size: cover;
    height: 760px;
    display: flex;
    align-items: end;
    padding-bottom: 70px;
}
section.gallery-sec .slick-active {
    opacity: 1;
}
section.gallery-sec .slick-prev:before,
section.gallery-sec .slick-next:before {
    color: #fff;
    opacity: 1;
    font-size: 25px;
}
.vertical-slider {
    width: 220px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.gal-slide-sml img {
    width: 200px;
    border: 6px solid #fff;
}
.vertical-slider-container {
    position: relative;
}
.gal-slide img {
    height: 770px;
    /* object-fit: contain; */
    /* object-position: 50% 50%; */
    clip-path: polygon(50% 0%, 100% 18%, 100% 100%, 0 100%, 0 18%);
    width: 100%;
}
.gallery-slider-for::before {
    position: absolute;
    content: "";
    background: url(../images/flowers.png);
    background-size: cover;
    height: 295px;
    width: 97%;
    left: 0;
    top: -60px;
    right: 0;
    z-index: 10;
    margin: 0 auto;
}
.gallery-slider-nav.slick-vertical .slick-slide {
    opacity: 1;
    margin: 5px 20px;
}
.gallery-slider-nav .slick-list {
    /* height: fit-content !important; */
    position: relative;
    transform: translateY(-100px);
}
.gallery-slider-nav .slick-slide.slick-current.slick-active .gal-slide-sml img {
    border: 6px solid #f29630;
}
section.gallery-sec h3 {
    color: #ee9300;
}
section.gallery-sec h2 {
    color: #ee9300;
}
/* section.gallery-sec::after {
    position: absolute;
    content: "";
    bottom: -180px;
    right: -40px;
    width: 725px;
    height: 710px;
    background: url(../images/girl.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
} */
/* Gallery */
/* Blog */
.blog-txt h5 {
    font-family: 'Roboto';
    font-weight: 500;
    color: #fff;
}
.blog-txt h3 {
    font-size: 44px;
    font-weight: 500;
    font-family: 'Oswald';
}
.blog-txt {
    margin-top: 40px;
}
section.blog-sec .sec-head h2 {
    color: #ff2727;
}
section.blog-sec {
    margin: 90px 0;
}
.blog-img:hover img {
    filter: contrast(1.2) drop-shadow(5px 10px 15px #5e0f02);
    color: #5e0f02;
}
.blog-img img {
    transition: 0.5s ease-in-out;
}
/* Blog */
/* Events */
.tab-container {
    background-color: #5e0f02;
    padding: 40px;
    border-radius: 20px;
    background-blend-mode: color-dodge;
    background-image: url(../images/pattern.png);
    background-size: cover;
}
.event-boxes {
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: center;
}
.evt-txt h3 {
    font-size: 51px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #ffb001;
}
.evt-txt h6 {
    font-family: 'Roboto';
    font-weight: 500;
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
}
.evt-txt p {
    font-family: 'Roboto';
    font-size: 11px;
    color: #ffffff;
    font-weight: 500;
}
.evt-txt {
    background: #ffffff21;
    padding: 14px;
}
.evt-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.nav-tabs {
    border: none;
    gap: 30px;
    margin-bottom: 25px;
}
.nav-tabs .nav-link {
    font-size: 22px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
    padding: 0;
    border: unset;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background: unset;
    color: #ffb001;
    border-bottom: 3px solid;
}
section.event-sec .sec-head h2 {
    color: #ff2727;
}
.event-tabs {
    position: relative;
    margin-top: -570px;
}
.event-tabs .sec-head {
    margin-bottom: 0;
    margin-left: 140px;
}
section.event-sec {
    margin-bottom: 140px;
}
.event-slider .slick-dots {
    display: flex;
    justify-content: center;
    left: -60px;
    gap: 15px;
    bottom: -45px;
}
.event-slider .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0;
    opacity: 1;
}
.event-slider .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0;
}
.event-slider .slick-dots li button:before {
    width: 15px;
    height: 15px;
    content: "";
    background: #ffffffd9;
    border-radius: 50%;
    opacity: 1;
}
.event-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: red;
}
/* Events */
/* Donate */
section.donate-sec h2 {
    font-size: 76px;
    color: #000000;
    margin-bottom: 10px;
}
section.donate-sec h4 {
    font-family: 'Roboto';
    font-size: 31px;
    color: #ffffff;
    margin-bottom: 0;
}
.donate-btn a {
    font-size: 32px;
    padding: 15px 20px;
    border-radius: 45px;
}
section.donate-sec {
    background: #f29630;
    padding: 20px 0;
}
/* Donate */
/* -------------------------- Home Page -------------------------------- */
/*MEMBERSHIP PAGE*/
/*MEMBER  PAGE STRT*/
.member_box_wrap {
    border-radius: 30px;
    background-color: #fff;
    border: #fff 5px solid !important;
}
.member_head {
    padding: 25px 20px;
    /* background-image: linear-gradient(180deg, #fdec9e, #b57e0b); */
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    /* background: linear-gradient(180deg, rgb(94 15 2) 0%, rgb(93 15 2) 100%); */
}
.member_mid {
    /* background-color: #fff; */
    /* padding: 40px 0 70px 0; */
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.member_head h3 {
    /*font-family: 'Oswald';*/
    font-size: 34px;
    line-height: 40px;
    color: #5e0f02;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    display: inline-block;
    /* border-bottom: 4px solid #ff8700; */
}
.member_head p {
    font-size: 14px;
    line-height: 24px;
    color: #ff8700;
    font-weight: 600;
    margin: 0;
}
.member_mid h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 75px;
    line-height: 80px;
    color: #000;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 0 0 20px;
    /* border-bottom: 2px solid #d2d9d9; */
}
.member_mid h2 sup {
    font-size: 40px;
    line-height: 45px;
    left: -30px;
    top: 0;
    position: absolute;
}
.member_mid h2 sub {
    font-size: 26px;
    line-height: 35px;
    right: -50px;
    position: absolute;
    bottom: 20px;
    width: fit-content;
    text-transform: uppercase;
    font-weight: 500;
}
.member_mid ul {
    width: 60%;
    margin: 0 auto;
    padding: 0 0 0 10px;
}
.member_mid ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 0 15px;
}
.member_mid ul li p {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
}
.member_mid ul li i {
    margin: 0;
    position: absolute;
    left: -30px;
    background-color: #5e0f02;
    padding: 4px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    border-radius: 100px;
    display: flex;
    align-items: center;
    width: 15px;
    justify-content: center;
    height: 15px;
}
.member_mid a {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    background: linear-gradient(180deg, rgba(255, 183, 0, 1) 0%, rgba(255, 135, 0, 1) 100%);
    padding: 15px 40px;
    font-weight: 500;
    display: inline-block;
    margin: 15px 0 0;
}
.member_end {
    bottom: 0;
    width: 100%;
    left: 0;
}
/*MEMBERshjip  PAGE END*/
/*INNER PAGE BANNER*/
.inner_banner {
    position: relative;
}
.inner_banner img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;
}
section.inner_banner {
    display: none;
    /* opacity: 0; */
    /* margin-top: -230px; */
}
.inner_banner .banner_name {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 50px;
    top: 0;
}
.inner_banner .banner_name h2 {
    font-size: 80px;
}
/*INNER PAGE BANNER*/
.membership_section {
    padding: 40px 0;
}
/* account page css */
.log-in-wrap {
    padding: 40px 35px;
    background-color: rgb(255, 255, 255);
    /* box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 20px; */
    border: 2px solid #E1E1E1;
}
.log-in-wrap h2 {
    margin: 0px 0px 30px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 45px;
    text-transform: uppercase;
}
.log-in-wrap form button {
    font-size: 16px;
    font-weight: 500;
    padding: 14px 40px;
    border: unset;
    border-radius: 35px;
    color: #ffffff;
    background: #5e0f02;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.log-in-wrap form button:hover {
    background: linear-gradient(180deg, rgba(255, 183, 0, 1) 0%, #ff8700 100%);
}
.width-100 {
    width: 100% !important;
}
.log-in-page-main {
    padding: 100px 0px;
}
.log-in-page-main .form-control {
    border: 1px solid #5e0f02;
    border-radius: 5px;
    padding-left: 15px;
    height: 50px;
    margin-bottom: 20px;
    box-shadow: unset !important;
}
.log-in-page-main .form-control::placeholder {
    color: rgba(0, 0, 0, 0.466);
}
.log-in-page-main .form-check label.form-check-label {
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
    color: rgb(0 0 0);
}
.log-in-page-main .form-check,
.forgot-pass {
    display: inline-block;
}
.forgot-pass {
    /* width: 72%; */
    text-align: right;
}
.forgot-pass a {
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
    color: rgb(0 0 0);
}
.forgot-pass a:hover {
    color: rgb(213, 0, 0);
}
.agree-text {
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 15px;
    color: black;
}
.log-in-wrap .form-check-input:checked {
    background-color: #79281f;
}
.term-condition {
    font-weight: 500;
    margin-left: 10px;
    color: #79281f;
    border-bottom: 2px solid #79281f;
}
.terms_chk .form-check-input {
    border-color: #79281f;
    border-radius: 0 !important;
    box-shadow: none !important;
}
/* Inner Pages */
.banner_name.bnr-head h2 {
    font-size: 140px;
    margin-bottom: -20px;
}
.banner_name.bnr-head {
    justify-content: flex-start;
    padding-left: 7%;
}
.abt-ellipse.inner-ellipse img {
    width: 80%;
}
.abt-ellipse.inner-ellipse {
    display: flex;
    justify-content: center;
}
section.abt-sec.inner-abt::after {
    display: none;
}
.vision-col ul {
    text-align: end;
}
.vision-col ul li {
    position: relative;
    font-size: 16px;
    color: #000;
    font-family: roboto;
    text-align: left;
    list-style: disc;
}
/* .vision-col ul li::before {
    position: absolute;
    content: "";
    background: #5e0f02;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 7px;
    right: -30px;
} */
.ariticle {
    padding: 35px 0;
    border-top: 2px solid #00000047;
}
section.articles-sec {
    padding: 80px 0;
}
.trustee-info h4 {
    font-size: 44px;
    color: #5e0f02;
}
.trustee-info h4 span {
    display: block;
    font-size: 35px;
    color: #000;
}
.trustee-info {
    margin-top: 25px;
}
section.trustees-sec {
    padding: 90px 0 0;
}
section.trustees-sec.directors-sec .trustee-info h4 {
    font-size: 26px;
}
section.trustees-sec.directors-sec .trustee-info h4 span {
    font-size: 18px;
}
section.trustees-sec.directors-sec {
    padding-bottom: 90px;
}
.directors-row {
    margin-top: 35px;
}
/*Contact Page Start*/
.contact-us {
    /* padding-top: 100px; */
    padding-bottom: 100px;
}
.contact-box {
    padding: 40px 20px;
    height: 100%;
    width: 100%;
    border-radius: 0;
    text-align: center;
    position: relative;
    transition: 0.3s ease-in-out;
    background: #ffb001;
    border: 2px solid #5e0f02;
    border-radius: 15px;
}
.contact-box p {
    font-weight: 400;
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
}
.contact-box a {
    display: block;
}
.con_icos {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-box h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'oswald';
}
.line {
    line-height: 20px;
    width: 60px;
    height: 5px;
    border-right: 5px;
    background: #fff;
    margin: 0% auto;
    margin-top: 30px;
    text-align: center;
}
.contact-form {
    padding: 50px 0px 20px;
}
.contact-box a {
    font-size: 14px;
    color: #000;
}
.contact-form h2 {
    font-size: 66px;
    line-height: 1;
    text-align: center;
}
.contact-form p {
    color: #000;
    font-size: 14px;
}
.contact-form span {
    font-size: 64px;
    font-weight: 400;
    color: #000000;
}
.contat-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #000;
    border-radius: 5px;
    padding-left: 15px;
    background: #ffb301;
    outline: none;
}
.contat-form textarea {
    width: 100%;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 15px;
    background: #ffb301;
}
.contat-form label {
    font-size: 14px;
    color: #000;
    font-family: 'Poppins';
}
.contact-box ul {
    text-align: center;
    margin-top: 20px;
}
.contact-box ul li {
    display: inline-block;
}
button.btn-1.puprle {
    background: #e12727;
    color: #fff;
    font-family: 'BLADE';
    padding: 15px 40px;
    clip-path: polygon(10% 0, 95% 0, 100% 40%, 90% 100%, 10% 100%, 0 70%);
    text-transform: lowercase;
    font-size: 17.35px;
}
.contact-box ul li i {
    width: 36px;
    height: 36px;
    border-radius: 30px;
    border: 2px solid #fff;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.related_heading h2 {
    text-transform: capitalize;
    margin: 0 0 10px;
    font-size: 66px;
}
.related_heading.text-center p {
    color: #000;
    font-size: 14px;
}
/*Contact Page Start*/
/* Faqs */
.accordion-item {
    background: #ffb001;
    border-radius: 35px;
    border: 2px solid #5e0f02;
    margin: 20px 0;
}
.accordion-button {
    font-family: 'oswald';
    font-weight: 500;
    color: #fff;
    background: #5e0f02;
    border-radius: 35px;
    font-size: 22px;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-top: none;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
}
.accordion-button:not(.collapsed) {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #000;
    border-top: 2px solid #5e0f02;
}
.accordion-item:first-of-type {
    border-radius: 35px;
}
.accordion-item:last-of-type {
    border-radius: 35px;
}
.accordion-body {
    font-size: 14px;
    color: #000;
}
.accordion-button::after {
    background-image: url(../images/plus.png);
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
}
section.faq-sec {
    padding: 90px 0;
}
/* Faqs */
/*Events Start */
.events-sec {
    padding: 80px 0;
}
.events-heading label {
    font-size: 30px;
    margin-bottom: 4%;
    color: #000;
    position: relative;
}
.event-heading {
    text-align: center;
    margin-bottom: 40px;
}
.event-heading h2 {
    font-size: 70px;
}
.events-heading h2 {
    font-size: 52px;
    color: #000;
    line-height: 60px;
    font-weight: 600;
}
.events-box-text h3 {
    font-size: 30px;
    position: relative;
    color: #fff;
    top: -25px;
    text-shadow: 1px 3px #000;
}
.events-box-text h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 1px 3px #000;
    font-family: 'Roboto';
}
.events-box-text p {
    font-size: 18px;
    color: #ffa900;
    margin-bottom: 15px;
    font-family: 'Roboto';
    text-shadow: 1px 3px #000;
}
.events-box-text .row {
    display: flex;
    align-items: center;
}
.events-box-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}
.event-img-box {
    position: relative;
}
.events-box-text {
    padding: 2px 40px;
    position: absolute;
    width: 85%;
    background: #fff;
    bottom: -30%;
    left: 13px;
    padding-bottom: 8% !important;
    z-index: 1;
    background-color: #5e0f02;
    border-radius: 20px;
    background-blend-mode: color-dodge;
    background-image: url(../images/pattern.png);
    background-size: cover;
}
.events-box-text a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 55px;
    border-radius: 50px;
    font-size: 20px;
    position: absolute;
    margin-top: 24px;
    background: linear-gradient(180deg, rgba(255, 183, 0, 1) 0%, #ff8700 100%);
    border: 2px solid #ff2727;
}
.events-heading label:before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, #70ac28, transparent);
    width: 109px;
    height: 85%;
    z-index: -1;
    top: 15px;
}
.events-box-text h3:before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, #fdc000, transparent);
    width: 55%;
    height: 85%;
    z-index: -1;
    top: 15px;
}
.event-img-box:before {
    content: "";
    position: absolute;
    background-image: url(../images/your-hlep-before.png);
    width: 22%;
    height: 22%;
    background-repeat: no-repeat;
    right: -5%;
    bottom: -7%;
    z-index: -1;
}
.event-img-box {
    margin-bottom: 33%;
}
/*Events End*/
.trustee-cont img {
    border: 8px #fff solid;
}
/* Inner Pages */
.modal-content {
    width: 900px;
    margin-left: -204px;
}
/* .sec-head h2 {
    color: #fff !important;
} */
.forms-sect .title-head {
    margin-bottom: 10px;
    text-align: center;
    padding-top: 50px;
}
.forms-sect .title-head h3 {
    text-align: center;
    text-transform: capitalize;
    color: #5e0f02 !important;
    text-shadow: 1px 3px #ffffff !important;
}
.forms-sect .title-head p {
    width: 35%;
    margin: 10px auto 40px;
}
.forms-sect .form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #000;
    border-radius: 5px;
    padding-left: 15px;
    background: #ffb301;
    outline: none;
    margin-bottom: 20px;
}
.forms-sect .form-group {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 10px 30px;
}
.forms-sect {
    padding-top: 30px;
    padding-bottom: 60px;
}
.forms-sect .theme_btn2 {
    margin: 40px auto 0;
    display: block;
    padding: 14px 70px;
}
.forms-sect select.form-control {
    appearance: auto;
    padding-right: 20px;
}
.forms-sect .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}
.forms-sect .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}
.forms-sect .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}
.forms-sect .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}
.address {
    color: aliceblue;
    display: contents;
}
header.headder.header {
    position: fixed;
    transition: all .5s ease-in-out;
}
img.addressimg {
    margin-right: 13px;
}
#top-broadcast {
    z-index: 20;
    position: fixed;
    width: -webkit-fill-available;
    width: -moz-available;
    width: 100%;
}
#top-broadcast .news-container {
    /*position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    font-family: "Roboto", sans-serif;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
    background: #f29630;
}
#top-broadcast a {
    color: #5e0f02;
}
#top-broadcast .news-container .title {
    position: absolute;
    background: #df2020;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 24px;
    color: white;
    font-weight: bold;
    z-index: 200;
}
#top-broadcast .news-container ul {
    display: flex;
    list-style: none;
    margin: 0;
    animation: scroll 25s infinite linear;
}
#top-broadcast .news-container ul li {
    white-space: nowrap;
    padding: 10px 24px;
    color: #fff;
    position: relative;
    font-size: 18px;
}
#top-broadcast .news-container ul li::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #b8b8b8;
    position: absolute;
    top: 0;
    right: 0;
}
#top-broadcast .news-container ul li:last-child::after {
    display: none;
}
@keyframes scroll {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-1083px);
    }
}
section.committee .service-img img {
    /* Homepage Section */
    border: 10px solid #5e0f02;
    border-radius: 100%;
    max-width: 200px !important;
    min-height: 200px !important;
}
footer ul.contcs-lnks li:last-child {
    margin: 0;
}
footer ul.contcs-lnks {
    margin: 0;
}
img.member_end {
    display: none;
}

section.membership_section input:checked+ .member_box_wrap {
    background: #fff;
    border: #5e0f02 5px solid !important;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 75%);
}

body section:first-of-type {
    padding-top: 178px;
}

body section.main_slider {
    padding-top: 0 !important;
}

section.donate-sec {
    display: none;
}

footer section.donate-sec {
    display: block !important;
}

section.committee .service-row h4:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #5e0f02;
}

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
}
