/* common css strats here */

ul {list-style-type:none; padding:0px; margin: 0px;}

/* ul li {list-style-type:none; padding:0px;} */

/* a.customize{text-decoration:none;}/* for removing underline for anchor*/ 

a{text-decoration:none !important;}/* for removing underline for anchor*/

button:focus { outline: 0px !important; }

a:hover { text-decoration: none; }

textarea { resize: none;}

.w-100{width:100%;}

.w-auto{width:auto !important;}

.h-100 {height:100%;}

.h-50p {height:50px;}

/* for display */


.d-inline-flex{display:inline-flex ;}/* for display inline */

.d-inline-block{display:inline-block ;}

.d-flex{display:flex ;}/* for display inline */
/* for display inline */

/* for positions */

.pos-relative{position:relative;}

.pos-absolute{position:absolute;}

/* padding styles */

.p-0{padding:0px;}

.p-5p{padding:5px;}

.p-10p{padding:10px;}

.p-15p{padding:15px;}

.p-20p{padding:20px;}

.p-30p{padding:30px;}

.p-40p{padding:40px;}

.pt-5p{padding-top:5px;}

.pt-10p{padding-top:10px;}

.pt-15p{padding-top:15px;}

.pt-20p{padding-top:20px;}

.pt-40p{padding-top:40px;}

.pt-50p{padding-top:50px;}

.ptb-5p{padding-top:5px;padding-bottom:5px;}

.ptb-10p{padding-top:10px;padding-bottom:10px;}

.ptb-15p{padding-top:15px;padding-bottom:15px;}

.ptb-20p{padding-top:20px;padding-bottom:20px;}

.ptb-25p{padding-top:25px;padding-bottom:25px;}

.ptb-30p{padding-top:30px;padding-bottom:30px;}

.ptb-40p{padding-top:40px;padding-bottom:40px;}

.ptb-50p{padding-top:50px;padding-bottom:50px;}

.ptb-60p{padding-top:60px;padding-bottom:60px;}

.ptb-70p{padding-top:70px;padding-bottom:70px;}

.plr-10p{padding-left:10px;padding-right:10px;}

.plr-20p{padding-left:20px;padding-right:20px;}

.plr-30p{padding-left:30px;padding-right:30px;}

.pb-10p{padding-bottom:10px;}

.pb-15p{padding-bottom:15px;}

.pb-20p{padding-bottom:20px;}

.pb-30p{padding-bottom:30px;}

.pb-40p{padding-bottom:40px;}

.pb-60p{padding-bottom:60px;}

.pb-80p{padding-bottom:80px;}

.ptb-4060p{padding-top:40px;padding-bottom:60px;}

.pr-0p{padding-right:0px;}

.pl-0p{padding-left:0px;}

.pl-10p{padding-left:10px;}

.pl-15p{padding-left:15px;}

.pl-20p{padding-left:20px;}

.pl-25p{padding-left:25px;}

.pl-40p{padding-left:40px;}

.pl-50p{padding-left:50px;}

.pr-20p{padding-right:20px;}

.pr-30p {padding-right:30px;}

.pr-40p {padding-right:40px;}

.pr-50p{padding-right:50px;}


/* margin styles */

.mlr-auto{margin-left:auto;margin-right:auto;}

.ml-auto{margin-left:auto;}

.m-0{margin:0px;}

.m-15p{margin:15px;}

.m-lr-auto{margin:0px auto;}

.mt-5p{margin-top:5px;}

.mt-10p{margin-top:10px;}

.mt-15p{margin-top:15px;}

.mt-20p{margin-top:20px;}

.mt-25p{margin-top:25px;}

.mt-30p{margin-top:30px;}

.mt-40p{margin-top:40px;}

.mt-45p{margin-top:45px;}

.mt-50p{margin-top:50px;}

.mt-60p{margin-top:60px;}

.mt-70p{margin-top:70px;}

.mt-80p{margin-top:80px;}

.mt-90p{margin-top:90px;}

.mt-100p{margin-top:100px;}

.mt-120p{margin-top:120px;}

.mt-130p{margin-top:130px;}

.mt-220p{margin-top:220px;}

.mb-0p{margin-bottom:0px;}

.mb-5p{margin-bottom:5px;}

.mb-10p{margin-bottom:10px;}

.mb-15p{margin-bottom:15px;}

.mb-20p{margin-bottom:20px;}

.mb-25p{margin-bottom:25px;}

.mb-30p{margin-bottom:30px;}

.mb-40p{margin-bottom:40px;}

.mb-50p{margin-bottom:50px;}

.mb-55p{margin-bottom:55px;}

.mb-60p{margin-bottom:60px;}

.mb-70p{margin-bottom:70px;}

.mb-80p{margin-bottom:80px;}

.mb-100p{margin-bottom:100px;}

.mtb-2040p{margin-top:20px;margin-bottom:40px;}

.mtb-5p{margin-top:5px;margin-bottom:5px;}

.mtb-10p{margin-top:10px;margin-bottom:10px;}

.mtb-15p{margin-top:15px;margin-bottom:15px;}

.mtb-20p{margin-top:20px;margin-bottom:20px;}

.mtb-30p{margin-top:30px;margin-bottom:30px;}

.mtb-40p{margin-top:40px;margin-bottom:40px;}

.mtb-50p{margin-top:50px;margin-bottom:50px;}

.mtb-60p{margin-top:60px;margin-bottom:60px;}

.mlr-10p{margin-left:10px;margin-right:10px;}

.mlr-20p{margin-left:20px;margin-right:20px;}

.ml-5p{margin-left:5px;}

.ml-10p{margin-left:10px;}

.ml-15p{margin-left:15px;}

.ml-20p{margin-left:20px;}

.ml-50p{margin-left:50px;}

.mr-5p{margin-right:5px;}

.mr-10p{margin-right:10px;}

.mr-15p{margin-right:15px;}

.mr-20p{margin-right:20px;}

.mr-30p {margin-right: 30px;}

.mr-40p {margin-right: 40px;}

.mr-50p {margin-right: 50px;}

/* for box shadow */

/* for border radius  */

.brad-0 {border-radius: 0;}

.brad-50 {border-radius: 50px;}

/* for borders  */

.br-0p {border: 0;}


/* for letter spacing  */

/* .ls-1p {letter-spacing: 1px;} */

.ls-2p {letter-spacing: 2px;}

.ls-4p {letter-spacing: 4px;}

/* for text-patterns*/

.txt-up {text-transform: uppercase;}

.txt-cap {text-transform: capitalize;}

.txt-undline {text-decoration: underline !important; }

/* for text colors */

.text-black{color:#000000 !important;}

.text-white{color:#ffffff;}

.text-color{color: #191919;}


/* for backgorund colors */

.bg-white{background-color:white;}

.bg-black{background-color:#000000;}

.bg-trans {background: transparent;}

.bg-gray {background-color: #f6f6f6;}


/* for text-alignment*/

.align-items { align-items: center;}

.align-flex-end {align-items: flex-end;}

.justify-space {justify-content: space-between;}

.justify-center {justify-content: center;}

.justify-flex-end {justify-content: flex-end;}

.wh-space {white-space: pre-line;}

.obj-fit {object-fit: cover;}

/* for font-size */

.font10 {font-size: 10px;}

.font11 {font-size: 11px;}

.font12 {font-size: 12px;}

.font13 {font-size: 13px;}

.font14 {font-size: 14px;}

.font15{font-size:15px;}

.font16{font-size:16px;}

.font17{font-size:17px;}

.font18{font-size:18px;}

.font19{font-size:19px;}

.font20{font-size:20px;}

.font22{font-size:22px;}

.font23{font-size:23px;}

.font24{font-size:24px;}

.font26{font-size:26px;}

.font28{font-size:28px;}

.font30{font-size: 30px;}

.font34{font-size: 34px;}

.font36{font-size: 36px;}

.font44{font-size: 44px;}

.font40{font-size: 40px;}

.font50{font-size: 50px;}

.font52{font-size: 52px;}

/* for line-hieght */

.lh-15p {line-height: 15px;}

.lh-16p {line-height: 16px;}

.lh-18p {line-height: 18px;}

.lh-20p {line-height: 20px;}

.lh-22p {line-height: 22px;}

.lh-23p {line-height: 23px;}

.lh-24p {line-height: 24px;}

.lh-25p {line-height: 25px;}

.lh-26p {line-height: 26px;}

.lh-27p {line-height: 27px;}

.lh-28p {line-height: 28px;}

.lh-29p {line-height: 29px;}

.lh-32p {line-height: 32px;}

.lh-33p {line-height: 33px;}

.lh-42p {line-height: 42px;}

.lh-44p {line-height: 44px;}

/* for font-weight */

.fw-600 {
    font-weight: 600;
}

/* for font related css */

/* Poppins */

.fnt-pop-light {font-family: 'Poppins-Light';}

.fnt-pop-reg {font-family: 'Poppins-Regular';}

.fnt-pop-medium {font-family: 'Poppins-Medium';}

.fnt-pop-semibold {font-family: 'Poppins-SemiBold';}

.fnt-pop-Bold {font-family: 'Poppins-Bold';}

/* Graphik */

.fnt-Graphik-Light {font-family: 'GraphikLight';}

.fnt-Graphik-Regular {font-family: 'GraphikRegular';}

.fnt-Graphik-Medium {font-family: 'GraphikMedium';}

.fnt-Graphik-Semibold {font-family: 'GraphikSemibold';}

.fnt-Graphik-Bold {font-family: 'GraphikBold';}


/* Oswald */

.fnt-Oswald-reg{font-family: 'Oswald-Regular';}


/* for text-alignment*/

.align-center {align-items:center;}

.text-center { text-align: center;}

.text-right { text-align: right;}

.text-left { text-align: left;}

.text-end { text-align: end;}

.text-img {align-items: center; }

.text-justify {text-align: justify;}

.text-initial {text-align: initial;}

body {
    font-size: 16px;
    color: #191919;
	line-height:28px;
    font-family: 'GraphikLight';
	overflow-x:hidden;
}

.container {
    max-width:1230px !important;
    padding-left: 0;
    padding-right: 0;
}
.container2 {
    max-width:1330px !important;
    /* background-image: ; */
}

/* ----- navbar toggler  css ----- */

.navbar {
    padding: 0px;
}

.navbar-toggler.x {
    border: none;
}

.navbar-toggler.x:focus {
    outline: none;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
    width: 22px;
    display: block;
    height: 2px;
    background-color: #ffffff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler.x .icon-bar+.icon-bar {
    margin-top:5px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.nav-toggle:before {
    display: none;
}


/* NEW CODE */


.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
}

.dropdown .dropdown-toggle {
    display: inline-block !important;
    width: 0%;
}

.dropdown {
    display: flex;
}

.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 15px;
}

.container{
  max-width: 100%;
}
.navbar-brand{
    margin-left: 15px;
    padding-left: 5%;
    padding-right: 5%;
    color: blanchedalmond;
}
.navbar{
    font-weight: 600;
}
.nav-item{
    color: #fff;
}


/* .nav-item.dropdown .dropdown-menu {

    margin-left: 0px;
    box-shadow: 0 8px 16px #0003;
    padding: 0px;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    border-radius: 0;
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 8px 15px;
}

.nav-item.dropdown {
    display: inline-flex;
    align-items: center;

} */

/* MEGA MENU CSS */

.navigation {
    width: 100%;
    display: table;
    position: relative;
    font-family: inherit;
    /* background-color: #fff; */
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
    height: 40px;
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.align-to-right {
    float: right;
}

.nav-header {
    float: left;
    margin-right: 50px;
}

.navigation-hidden .nav-header {
    display: none;
}

.nav-brand {
    /* line-height: 70px; */
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
    color: #343a40;
}

/* .navigation-portrait .nav-brand { */
/* font-size: 18px; */
/* line-height: 48px; */
/* } */

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}

.nav-logo:focus>img {
    outline: initial;
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}

.nav-toggle {
    width: 30px;
    height: 19px;
    /* padding: 3px 2px 0 !important; */
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right:0px;
    display: none;
    cursor: pointer;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
    display: block;
    position: absolute;
    top: -155px;
    width: fit-content;
    right: -14px;
    padding: 12px 6px 28px 12px!important;
    background: #ac1014a6;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    /* align-items: center; */
    /* flex-direction: row; */
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px !important;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-image: linear-gradient(0deg, #fda431 0%, #ee7429 100%);
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height:35px;
    margin: 12px 7px;
    display: none;
    float: right;
    color: #fff;
    cursor: pointer;
    position: initial !important;
    font-size: 26px!important;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
    /* display: flex; */
    /* width: 100%; */
	align-items: center;
    justify-content:center;
}

.navigation-portrait .nav-menu {
    width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none;
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left;
	margin-left: 12px;
	padding: 12px 0px;
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f042
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f042;
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none;
}


.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
  .nav-menu > li.active > a,
  .nav-menu > li.focus > a {
    color: #fff;
  }

.nav-menu>li>a>i,
.nav-menu>li>a>[class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    transform: scale(1.4);
}

.nav-menu>li>a>[class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    float: none;
    border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto;
}

.nav-menu.nav-menu-social>li>a>[class*="ion-"] {
    font-size: 12px;
}

.nav-menu.nav-menu-social>li>a>.fa {
    font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px;
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all 0.2s;
    cursor: pointer;
    /* display: none; */
}

.nav-dropdown.nav-submenu {
    top:60px;
}



.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 35px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    /* border-color: transparent #70798b #70798b transparent; */
    transform: rotate(45deg);
    transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 13px;
    left: 25px;
    color: #000;
}

.nav-item.nav-item1.focus .submenu-indicator-chevron {
    color: #000;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
}
.navbar{
    position: relative; 
  }
.h-bg{
   background-image: linear-gradient(0deg, #ee7429 0%, #fda431 100%);
  }
  .navbar-nav {
    margin: auto;
}
.nav-link {
    color: rgb(242, 237, 237) !important;
}
.header-image {
            position: relative;
            background-size: cover;
            background-position: center;
            height: auto;
        }

        .header-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        .donate-button {
            position: absolute;
            top: 50%;
            right: 200px;
            font-size:14px;
            text-transform: uppercase;
            transform: translateY(-50%);
            background-color:#ffffff;
            color: #000 !important;
            border-radius: 50px;
            letter-spacing: 1px;
            font-family: 'Poppins-Medium';
            text-decoration: none;
            display: flex;
            align-items: center;
            padding:9px 38px;
            filter: drop-shadow(0px 3px 2px rgba(143, 57, 4, 0.35));
            transition: all 0.3s ease;
        }
        .donate-button:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); /* ✨ On hover */
  transform: translateY(-50%) scale(1.05);  /* Slight zoom */
            background-color: #ee7429;
            color: #fff !important;
}


 .custom-link {
      display: inline-block;
      text-decoration: none;
      background-color: #ee7429;
      text-transform: uppercase; 
      color: #ffffff !important;
      font-family: 'Poppins-regular';
      align-items: center;
       padding:8px 30px;
      font-size: 13px;
      border-radius: 25px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    }

        .nav-menus-wrapper .donate-button:hover {
  box-shadow:none;
  transform:none;  /* Slight zoom */
            background-color: #ffffff;
            color: #000 !important;
}

        .donate-button i {
            margin-right: 8px;
        }

        @media (max-width: 768px) {
            .donate-button {
                position: static;
                transform: none;
                margin: 15px auto;
                display: inline-block;
            }
        }
/* HEADER END */
.navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.navigation-portrait .navbar-nav li a {
    z-index: 100;
    position: relative;
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav-search {
    height: 70px;
    float: right;
    z-index: 19998;
	padding:26px 15px;
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
}

.navigation-hidden .nav-search {
    display: none;
}

.nav-search-button a {
	font-size: 14px;
	color: #1C1E59;
	font-family: 'Gilmer Heavy';
	border-bottom: 1px solid #1C1E59;
	white-space: nowrap;
}

.get-btn a{
	font-size: 14px;
	color: #1C1E59;
	font-family: 'Gilmer Heavy';
	border-bottom: 1px solid #1C1E59;
	white-space: nowrap;
}
.navigation-portrait .get-btn {
   padding: 13px 10px;
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: "";
    pointer-events: none;
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
    color: #ff6b00;
}

.nav-search>form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
}

.navigation-portrait .nav-search-inner {
    height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none;
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px;
}

.nav-dropdown {
    /* background-image: linear-gradient(0deg, #ad1115 0%, #ffc113 100%); */
	background:#fff;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 1000;
    white-space: nowrap;
    padding: 0;
    /* border-radius: 3px; */
    color: #fff;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}

.nav-dropdown .nav-dropdown {
    right: 100%;
}

/* .nav-menu>li>.nav-dropdown {
    border-top: solid 1px #f0f0f0;
} */

.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #fff !important;
    background-color:#343a40;
}

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
    text-align: right;
}

.navigation-portrait .nav-dropdown>li>a {
    padding:9px 20px 9px 30px;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px;
}

/* .nav-item>a>.submenu-indicator { */
    /* display: none */
/* } */

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(45deg);
}

/* .nav-dropdown > li:hover > a .submenu-indicator-chevron,
  .nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent #70a636 #70a636 transparent;
  } */

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(135deg);
}

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}

.nav-dropdown-horizontal>li {
    width: auto;
    clear: none;
    position: static;
}

.navigation-portrait .nav-dropdown-horizontal>li {
    width: 100%;
}

.nav-dropdown-horizontal>li>a {
    position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
}

.megamenu-panel [class*="container"] {
    width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
}

.megamenu-panel-half {
    width: 50%;
}

.megamenu-panel-quarter {
    width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%;
}

.megamenu-panel-row {
    width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
    content: "";
    display: table;
    line-height: 0;
}

.megamenu-panel-row:after {
    clear: both;
}

.megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
    margin-top: 0;
}

.megamenu-panel-row .col-1 {
    width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
    width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
    width: 22.75%;
}

.megamenu-panel-row .col-4 {
    width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
    width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
    width: 48.5%;
}

.megamenu-panel-row .col-7 {
    width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
    width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
    width: 74.25%;
}

.megamenu-panel-row .col-10 {
    width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
    width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
    width: 100%;
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}

.megamenu-tabs-nav>li>a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
    background-color: #f5f5f5;
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
}

.megamenu-tabs-pane.active {
    display: block;
}

.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}

.megamenu-lists {
    width: 100%;
    display: table;
}

.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
}

.megamenu-list:last-child {
    margin: 0;
    border: none;
}

.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
    border: none;
}

.megamenu-list>li>a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
}

.megamenu-list>li>a:hover {
    background-color: #ff6b00;
    color: #fff;
}

.megamenu-list>li.megamenu-list-title>a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40;
}

.megamenu-list>li.megamenu-list-title>a:hover {
    background-color: transparent;
}

.navigation-landscape .list-col-2 {
    width: 50%;
}

.navigation-landscape .list-col-3 {
    width: 33%;
}

.navigation-landscape .list-col-4 {
    width: 25%;
}

.navigation-landscape .list-col-5 {
    width: 20%;
}

.nav-menu>li>a {
    display: inline-block;
    /* padding: 13px 11px;
      display: inline-block;
      text-decoration: none;
      font-size: 14px;
      color: #fff;
      font-family: 'OpenSans-Regular';
      text-transform: uppercase;
      letter-spacing: 1px; */
    transition: color 0.3s, background 0.3s;
    /* line-height: 21px; */
}

.nav-dropdown>li>a {
	font-size:13px;
    color: #343a40 !important;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
    width: 100%;
	display: inline-block;
}

/* .nav-dropdown>li>a:hover {
    background-color: #ffefef;
    color: #e3001b;
} */


/* .nav-dropdown > li > a:hover,
  .nav-dropdown > li > a:focus {
    color: #70a636;
  }
   */
.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding:12px 12px 12px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .nav-dropdown>li>a,
    .megamenu-list>li>a {
        width: 85%;
    }
}

a.nav-link span.submenu-indicator {
    pointer-events: none;
}

.nav-item.focus>.nav-dropdown.nav-submenu {
    display: block !important;
}

.nav-item1.focus>.nav-dropdown.nav-submenu {
    display: block !important;
}

.nav-dropdown .nav-dropdown.nav-submenu2 {
    right: auto !important;
    left: 100% !important;
    top: 0 !important;
}

.navbar>.container, 
.navbar>.container-fluid, 
.navbar>.container-lg, 
.navbar>.container-md, 
.navbar>.container-sm, 
.navbar>.container-xl, 
.navbar>.container-xxl {
    display: flex
;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
/* ---- Header section---------------------------------------------------------------- */




/* HEADER CSS */

/* .header_area.extraclass { */
	/* position: fixed; */
	/* top:0px; */
	/* width: 100%; */
	/* z-index: 99; */
	/* background:#fff; */
	/* box-shadow: 0px 3px 3px rgba(0,0,0,0.1); */
/* } */

		/* HEADER-TOP CSS  */
		
.subheader{position:relative; border-radius:50px 0px 0px 50px;}
.subheader:before {
	background-image: linear-gradient(0deg, #ee7429 0%, #fda431 100%);
	height: 100%;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

/* .header_top_block {padding-left:35px;}
.header_top_block ul li{font-size:15px; color: #fff;}
.header_top_block ul li a{color: #fff; }
.call_block { padding-right: 35px;} */

.h-add{float: right;}
.h-cal{float:left;}

	/* social icons */

.hsocial-icons {
    border-left: 1px solid #1c7556;
    padding-left: 35px;
}

.h-icon {
    position: relative;
    text-align: center;
    width: 0px;
    height: 0px;
    padding:15px;
    border:1px solid #ffffff;
	border-radius:50px;
    color: #fff;
    /* background-color: #cf2027; */
    /* border-radius:8px; */
    display: inline-block;
    margin:0px 0px 0px 5px;
    transform: translateY(3px);
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.h-icon i {
	font-size:16px; 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* .h-icon:hover{ */
	/* border: 2px solid #c4a357; */
	/* background:#c4a357; */
/* } */

	/* HEADER-BOTTOM CSS  */
	
	
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding:0px 20px;
	}
}

.logo {
    margin-top: -30px;
    margin-bottom: 10px;
    height: 110px;
}

.navbar-nav>li>a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Poppins-Light';
    letter-spacing: 1px;
}

.nav-menu>li{position:relative;}
.nav-menu>li:hover a{ color: #fffa00 !important;}

.menu-active a{color:#fffa00 !important; border-left:1px solid #fffa00; border-right:1px solid #fffa00;}

.hdnt-btn {
    border-radius: 50px;
    filter: drop-shadow(0px 6px 10px rgba(238,146,41,0.3));
    background-image: linear-gradient(90deg, #ed7329 0%, #ed9129 100%);
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    padding:11px 20px !important;
}
.hdnt-btn img{
	margin-right:10px;
	/* transform: translateY(-2px); */
	height:18px;
}
.hdnt-btn:hover{
    background-image: linear-gradient(90deg, #ed9129 0%, #ed7329 100%);
}

/* ------------------------------------------------------------------------------------------------------------*/
	/* HOME PAGE STARTS HERE */
/* ------------------------------------------------------------------------------------------------------------*/

.common-section {
    padding-top:85px;
    padding-bottom:85px;
}
.common{
    padding-top:30px;
    padding-bottom:30px;
}

.chap-box {
  border-radius: 6px;
  background: #fff;
  box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.1);
}
.chap-ico {
  overflow: hidden;
  border-radius: 6px;
}
.chap-c {
  padding: 20px;
  height: 100px;
  object-fit: cover;
}
.chap-box:hover img {
  transform: scale(1.07);
}
.chap-ico img {
  height: 265px;
  border-radius: 6px 6px 0px 0px;
  transition: all 0.3s ease-in-out;
}
.chap-c .text-title {
  font-size: 16px;
  color: #333333;
  font-family: 'Poppins-Light' !important;
  line-height: 22px;

}
 
.pt-gap{
	padding-top:85px;
}
.pb-gap{
	padding-bottom:74px;
}

.mt-gap{
	margin-top:85px;
}
.mb-gap{
	margin-bottom:85px;
}
.p-vw {
    padding: 0px 2vw;
}

.sub-title{
	font-size: 25px;
	color: #333333;
	font-family: 'Poppins-Regular';
    line-height: 32px;
}
.section-title {
	font-size: 42px;
	color: #333333;
	font-family: 'Poppins-Medium';
}
.section-title-gap{margin-bottom:20px;}
.small-title {
	font-size: 24px;
	line-height: 32px;
	color: #191919;
	font-style: italic;
	font-family: 'GraphikRegular';
}

.medium-title{
	font-size: 20px;
	letter-spacing: 1px;
	color: #333333;
	font-family: 'Poppins-Medium';
}

.btn-size{
	font-size:15px;
	color: #333333;
	font-family: 'GraphikLight';
	border-radius:50px;
	padding: 14px 40px;
}
.btn-size:hover{
	color: #fff;
	background:#ff9f00;
    border: 1px solid #ff9f00;
}

.orange-border-btn{
	border: 1px solid #ff9f00;
	color: #ff9f00;
}

.orange-border-btn:hover{
    color: #fff;
	background:#ff9f00;
}

.wh-img { filter: brightness(0) invert(1);}

.bg-properties {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-control:focus {
    box-shadow: none;
	background:transparent;
}

.form-control {
    height: 45px;
}


/* BANNER SECTION CSS */

.banner-icon{height:100%; object-fit: cover;}
.banner-icon-bar:before {
    content: '';
    background-image: url(../images/banner-dsg.png);
	background-repeat: no-repeat;  
    background-size:60% 100%;
	background-position: left;
	width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;   
    left: 0;
    top: 0;   
}

.banner-icon-bar:after {
    content: '';
    background-image: url(../images/banner-br.svg);
	background-repeat: no-repeat;
    background-position: center;
	background-size: 100% 100%;
	width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;  
    left: 0;
    right: 0; 
	filter: brightness(0) invert(1);
display:none;	
}
.caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.banner-title{
	font-size:40px;
	line-height:50px;
	color: #ffffff;
	font-family: 'Poppins-Bold';
	filter: drop-shadow(0px 3px 2px rgba(0,72,45,0.6));
    max-width: 550px;
}
.banner-subtitle{
	font-size:18px;
	line-height: 32px;
	color: #ffffff;
	font-family: 'Poppins-Light';
	filter: drop-shadow(0px 3px 2px rgba(0,72,45,0.6));
}
.banner-btn a {
    font-size:14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:black;
    font-family: 'Poppins-Medium';
    border-radius: 50px;
    filter: drop-shadow(0px 3px 2px rgba(0,72,45,0.6));
    background-color: #ffffff;
    padding:12px 38px;
}
.banner-btn a:hover{color: #fff;background:#ed7329;}
	
.carousel-indicators { align-items: center;}
.carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #fecd03;
    opacity: 1;
}
.carousel-indicators .active {
    border: 3px solid #fecd03;
    width: 13px;
    height: 13px;
}

.text-img{
    justify-items: center;
    display: grid;
    border-radius: 20px;
;
}

/* welcome section css */

.wel-block { border-radius: 15px; border-bottom: 5px solid #ffbc4d;}
.wel-c { padding:45px 0px 45px 45px;margin-right: -20px;}
.wel-c p{font-size: 17px;line-height: 28px;}
.wel-btn { border: 1px solid #c8c8c8;}
.wel-btn img{transform: translateY(-1px);height:11px;}
.wel-btn:hover img{filter: brightness(0) invert(1);}
.wel-icon{height:340px;}
.detail_inner .text-img img{    max-width: 350px;
    height: auto;
    border-radius: 38px;
    padding: 20px 20px;
    margin-bottom: 13px;}
 .anchor {
       color:#ffffff !important; 
    }

   

/* Our Recent Activities section css */

/* .activity-card{padding:25px 25px 0px 25px;border-radius: 10px;}
.activity-icon-bar{min-height:160px;}
.activity-icon-bar img{height:145px;}
.activity-btn{position: relative;bottom: -15px;}
.activity-btn img{width:35px; height:35px;} */

/* Live Spot Prices css

.live-block{background-color: #f1faf5;}
.live-block p{display: flex; align-items: center;}
.live-content {padding:12px 5px 5px 5px; width: 100%;}
.live-content ul {display:flex; margin-bottom: 0;}
.live-content ul li {
	font-size:24px;
	line-height: 54px;
	font-family: 'Poppins-Regular';
	color: #333333;
	padding-left:50px;
}
.live-content ul li:before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right:20px;
    background: url(../images/list-li.png) no-repeat left 0px;
    transform: translateY(3px);
    margin-left: -25px;
    display: inline-block;
}
.dnt-amount{color:#187d4f;} */


/* Community Services section css */

.bg1:before {
	content: '';
	background-image: url(../images/community-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 800px;
	width: 100%;    
	position: absolute;
	top:200px;
	z-index: -1;
}

.community-hd{position: absolute;bottom: 0;left: 0;right: 0;}
.community-title {
    font-size: 22px;
    text-transform: capitalize;
    color: #ffffff;
    font-family: 'Poppins-Regular';
    position: relative;
    margin: 0;
    padding: 20px;
	z-index:2;
}
.community-title:before {
    content: '';
    width: 61px;
    height: 3px;
    background-color: #fecd03;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.community-icon-bar{height: 400px;border-radius: 10px;}
.community-icon{height:100%;border-radius: 10px;width: 100%;object-fit: cover;}
.community-icon-bar:before{
	content: '';
    background-image: linear-gradient(to top, #00371e 0%, rgba(6, 6, 6, 0.48) 50%, rgba(0, 0, 0, 0) 95%);
    height:60%;
    width: 100%;
    position: absolute;
    bottom: 0;
	left:0;
	right:0;
    border-radius:10px;
    overflow: hidden;
	z-index:1;
	
}
.community-cnt {padding: 15px;}
.community-cnt p{
	line-height:24px !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
}
.cmny-btn{background-color: #ffffff;}
.community-cnt a{padding:12px 35px;}

/* OWL NAV CSS */

.owl-theme .owl-nav [class*=owl-] {
    color: #947c3a !important;
    font-size:35px !important;
    background: #efebdf !important;
    border: 2px dotted #fff !important;
    width:75px;
    height:75px;
    border-radius: 50% !important;
    background: transparent !important;
    color: #fff !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #59ab85 !important;
    color: #FFF !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    position: absolute;
    bottom:20%;  
}

.owl-carousel .owl-nav button.owl-next{right:-120px;}
.owl-nav button.owl-prev {left:-120px;}
.owl-theme .owl-nav .disabled {opacity: .7 !important;}
.owl-carousel .owl-nav button.owl-next .fa-angle-right { padding-left: 4px;}



/* gallery section */


.gal-bg{margin-bottom:10px;}

.gal-bg:before{
	margin-right: calc((100% - 1430px) / 2) !important;
	background:#f6f6f6;
	height:100%;
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.gal-block {
    filter: drop-shadow(0px 6px 7.5px rgba(0,0,0,0.05));
    background-color: #ffffff;
    padding: 85px 55px 55px 55px;
}
.grid-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}

.grid-gallery img {
	width: 100%;
	height: 196px;
	border-radius: 3px;
	object-fit: cover;
	object-position: top;
}


/* Organizations section CSS  */
/* 
.org-list {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    column-gap: 20px;
    row-gap: 20px;
}
.org-icon-bar {
    height: 135px;
    filter: drop-shadow(0px 6px 7.5px rgba(0,0,0,0.05));
    background-color: #ffffff;
    display: grid;
    align-items: center;
    justify-content: center;
} */
/* .org-icon{height:100px;} */

/* help css */

.help-sec{background-image:url(../images/have-bg.png);padding:40px 0px;}

.help-title{
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Poppins-Regular';
}

.help-btn {
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Poppins-Regular';
	padding: 14px 105px;
	filter: drop-shadow(0px 6px 10px rgba(238,146,41,0.3));
	background-image: linear-gradient(90deg, #ee7429 0%, #ee9229 100%);
}
.help-btn:hover{ background-image: linear-gradient(90deg, #ee9229 0%, #ee7429 100%);}

/* FOOTER SECTION CSS */

footer{background-color:#000b00;}
.footer-top {padding:55px 0px;}

.footer-title {
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffbc4d;
	font-family: 'GraphikLight';
}
.footer-title-gap {margin-bottom:20px;}
.fbox3{padding-left:45px;}
.faddrs-details img{margin-right:10px;}

.list-group li{margin-top:7px;}
.list-group li:first-child{margin-top:0px;}
.list-group a, .footer-content p{font-size: 14px;color: #ffffff; font-family: 'Poppins-Light';}
.list-group a:hover{color: #ffbc4d;}
.foot-li{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 130px;
}

	/* social icons */

.f-icon {
    position: relative;
    text-align: center;
    width: 0px;
    height: 0px;
    padding:16px;
    border: 1px solid #fff;
    color: #fff;
    /* background-color: #cf2027; */
    border-radius: 50px;
    display: inline-block;
    margin: 0px 6px 0px 0px;
    transform: translateY(5px);
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.f-icon i {
	font-size:19px; 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.f-icon:hover, .h-icon:hover{
	background:#ffbc4d;
	color:#fff;
	border: 1px solid #ffbc4d;
}

/* .f-fb{border:1px solid #2e75ab; color:#2e75ab;} */
/* .f-tw{border:1px solid #00aee6; color:#00aee6;} */
/* .f-yt{border:1px solid #ff3630; color:#ff3630;} */

/* COPYRIGHT CSS */

.copyright {border-top:1px solid #212821; padding:28px 0px;}
.copyright p{font-size:14px; color: #fff; font-family: 'Poppins-Light';}
.aw-txt{ color: #ffbc4d;}

/* ------------------------------------------------------------- */
	/* INNER PAGES COMMON CSS */
/* ------------------------------------------------------------- */


.innban-icon{height:100%; object-fit: cover; object-position: right center;}
	
.innban-icon-bar:before {
    content: '';
    background-image: url(../images/innban-dsg.png);
	background-repeat: no-repeat;  
    background-size:60% 100%;
	background-position: left;
	width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;   
    left: 0;
    top: 0;   
}

.innban-title{
	font-size:40px;
	line-height: 54px;
	color: #ffffff;
	font-family: 'Poppins-SemiBold';
	filter: drop-shadow(0px 3px 2px rgba(0,72,45,0.6));
	margin-bottom: 0;
}

.inn-pt-gap{padding-top:38px;}


.innmain-block{padding-top:70px;}
.inn-checks-icon{position:absolute; top:0;}


/* ------------------------------------------------------------- */
	/* VOLUNTEER PAGE CSS */
/* ------------------------------------------------------------- */

.volun-icon-bar {
    height: 285px;
    display: grid;
    align-items: end;
    justify-content: center;
}

.volun-title{
	font-size: 18px;
	color: #0f0f0f;
	font-family: 'Poppins-Medium';
}

.volun-dgn{
	font-size: 14px;
	color: #343434;
	font-family: 'Poppins-Light';
}

.volun-btn {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins-Regular';
    width: 129px;
    height: 34px;
    border-radius: 50px;
    padding: 7px 16px;
}

/* ------------------------------------------------------------- */
	/* ABOUT US PROFILE PAGE CSS */
/* ------------------------------------------------------------- */
.vprofile-left{margin-right: -45px;}
.vprofile-rgt{margin-left:70px;}

/* volunteer profile left css*/

.vprof-icon-bar {height: 100%;}

	/* gradient css */

.border-gradient {
    border-radius:150px;
    border: double 2px transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #bfb1e3, #e5d4b2);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.bgrd2{background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #b6ccc0, #c4e6dd);}

.chose-bx{padding:25px; justify-content:center;}
.chose-cnt p{font-size: 15px; margin-bottom:10px; line-height: 20px; color: #000000;font-family: 'Poppins-Light';}
.chose-title{font-size: 30px; line-height:30px; color: #111111;font-family: 'GraphikSemibold';}

/* volunteer profile right css*/

.vprofile-title{
	font-size: 26px;
	letter-spacing: 1px;
	color: #0f0f0f;
	font-family: 'Poppins-Medium';
}

.vprofile-dgn {
	font-size: 20px;
	color: #343434;
	font-family: 'Poppins-Light';
}
.vprofile-hd {
    border-bottom: 1px solid #e4e4e4;
	margin-bottom: 20px;
}

.hover-icon-bar{overflow: hidden; border-radius:3px;}
.hover-icon{transition: all 0.3s ease-in-out;}
.hover-card:hover .hover-icon { transform: scale(1.07);}


/* -------------------------------------------- */
	/*GALLERY PAGE CSS */
/* -------------------------------------------- */


/* nav tab css */
.photo-gal .nav-item {
    margin: 0px 7px;
}
.photo-gal .nav-link {
    font-size:15px;
    color: #333333 !important;
    font-family: 'GraphikLight';
    background: #fff;
    /* border: 0; */
    border: 1px solid #000;
    border-radius: 50px;
    padding:6px 30px;
}
.photo-gal .nav-item.show .nav-link, .photo-gal .nav-link.active, .photo-gal .nav-link:hover {
    color: #ffbc4d !important;
    background-color: #fff;
	border:0;
    border: 1px solid #ffbc4d !important;
}

	/* gallery css */
.trend-ico{
	height:196px;
    border-radius:3px;
	object-fit: cover;
    object-position: top;
}

.video-icon{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.demo-gallery >.bay a {
	display: block;
	overflow: hidden;
	position: relative;
}
.demo-gallery >.bay a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery >.bay a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery >.bay a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > .bay a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > .bay a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > .bay a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}


/* ---------------------------------------------------------------- */
	/* CONTACT PAGE CSS */
/* ---------------------------------------------------------------- */

.cnt-bg {
	background: linear-gradient(180deg, #fffce9 20%, rgb(255, 243, 231) 40%, rgb(243, 235, 203) 66%, rgb(251, 249, 243) 96%, rgb(255, 247, 235) 99%);
	border-radius: 50%;
	width: 685px;
	height: 685px;
	margin: auto;
}

.cnt-gap { padding: 75px 120px 60px 120px;}

.cont-details a {
    color: #232222;
    font-size: 18px;
    line-height: 30px;
    margin: 5px 10px;
}

.cont-details a img{filter: brightness(0) invert(0);}

.cal-ico{
    height:19px;
    transform: translateY(-2px);
}
.email-ico{
    height: 18px;
    transform: translateY(-1px);
}

/* form css */

.common-form input, .common-form select { height:50px;}
.common-form input, .common-form select,
.common-form textarea {
    font-size: 15px;
    color: #252525;
    background: white;
    border-radius:3px;
    border:1px solid #5a5a5a;
}
.common-form .form-control:focus {
    background: #fff;
}

::placeholder {
    color: #252525 !important;
    opacity: 1;
}

/* .frm-gap{margin-bottom:13px;} */

.common-form-btn {
    height: 50px !important;
    color: #fff !important;
    background-color:#ed7329 !important;
    overflow: hidden !important;
    position: relative !important;
    font-size: 16px !important;
    z-index: 9 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius:3px !important;
    border:1px solid #ed7329 !important;
}

.common-form-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform 1s cubic-bezier(.075, .82, .165, 1);
    transform-origin: center right;
    background-color:#ed9129;
    z-index: -1;

}

.common-form-btn:hover::before {
    transform: scaleX(1);
    transform-origin: center left;
    z-index: -1;
}

.common-form-btn:hover {
    color: #fff !important;
}


.textarea{height:100px;}


/* ---------------------------------------------------------------- */
	/* ABOUT PAGE CSS */
/* ---------------------------------------------------------------- */

.activity-accordion {
            max-width: 900px;
            margin: 0 auto;
        }
        .accordion-button {
            background-color: #f8f9fa;
            font-weight: 600;
            color: #2c3e50;
            padding: 1.25rem;
            border-radius: 0.5rem !important;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }
        .accordion-button:not(.collapsed) {
            background-color: #ee7429;
            color: white;
            box-shadow: 0 4px 8px rgba(219, 52, 52, 0.2);
        }
        .accordion-button:focus {
            box-shadow: 0 0 0 0.25rem rgba(219, 52, 52, 0.25);
            border-color: #ee7429;
        }
        .accordion-item {
            border: none;
            margin-bottom: 15px;
            border-radius: 0.5rem !important;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
        }
        .accordion-body {
            padding: 1.5rem;
            background-color: #ffffff;
            border-radius: 0 0 0.5rem 0.5rem;
        }
        .accordion-button:not(.collapsed)::after {
        filter: invert();
        }
        /* /////////// */



.update-soon{padding:250px 0px;}

.mission-title{
	font-size:28px;
    line-height:38px;
    color: #191919;
    font-family: 'GraphikRegular';
}


.list {
  list-style: none;
  padding-left: 20px;
}

.list .list-1::before {
  content: "•";
  color: #333; 
  font-size: 1.2em;
  margin-right: 8px;
  display: inline-block;
  width: 1em;
}

 .text-paragraph{
    margin-top: 0 !important;
    margin-bottom: 0rem !important;
    }

    .facebook-icon {
    position: relative;
    text-align: center;
    width: 0px;
    height: 0px;
    padding: 16px;
    border: 1px solid #0e0e0e;
    color: #0e0e0e;
    /* background-color: #cf2027; */
    border-radius: 50px;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    margin: 0px 6px 0px 0px;
    transform: translateY(5px);
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
		margin-inline: auto;
}

.facebook-icon:hover, .h-icon:hover{
	background:#ffbc4d;
	color:#fff;
	border: 1px solid #ffbc4d;
}
.common-sections{
    padding-bottom: 85px;
}
.screen-reader-response ul {
  display: none;
}
.wpcf7-response-output {
    display: none !important;
}


/*  */
.alert-dismissible .btn-close  {
  opacity: 1;
  font-size: 20px;
}

label.error{
  font-style: normal !important;
  color: red;
}
fieldset.has-error{
  border-color:red !important
}
/* .alert{
  position: fixed;
  top: 12%;
  max-width: 500px;
  right: 10px;
  box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
  border: 0px;
  padding: 30px 50px 30px 30px;
  z-index: 1000;
  -webkit-animation: cssAnimation 10s forwards;
  animation: cssAnimation 10s forwards;
}

@keyframes cssAnimation {
  0% {
      opacity: 1;
  }

  90% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}

@-webkit-keyframes cssAnimation {
  0% {
      opacity: 1;
  }

  90% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
} */


.form-control:focus {
  border-color: red !important;
}
.btn.btn_primary {
  background: #1c8355;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 30px;
  font-family: 'Poppins-Regular';
}

.cus-alert-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  max-width: 350px;
  width: 100%;
}

.cus-alert {
  background: #fff;
  color: #333;
  border-left: 5px solid #007bff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 15px;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.4s ease;
}

.cus-alert.show {
  opacity: 1;
  transform: translateX(0);
}

.cus-alert.success { border-left-color: #28a745; }
.cus-alert.error { border-left-color: #dc3545; }
h5.addrss {
  background: #fff;
  padding: 10px 10px;
  margin-top: 10px;
  border-radius: 5px;
  border-left: 3px solid #ffbc4d;
  font-size: 18px;
  line-height: 26px;
}

.banner-icon-bar::before {display:none}
.banner-title, .banner-subtitle, .banner-btn a {filter: none;}
.wel-c > h3 {
  display: none;
}
