/*
Core
*/
* {
    outline: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .bannercontentinner .content {
        font-size: 14px;
        margin-bottom: 200px;
    }
}
	
	
body.page-template-vendor-page	 {
   dbackground-image: url(https://halalfest.org/wp-content/uploads/2022/05/Become-a-Vendor.jpg);
   dopacity: 0.5; 
   dbackground-size: 100%;
}
body {
    background-color: #FCF2F1;
	color: #022539;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #fff;
    -webkit-text-fill-color: #838291;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}
.page-section.inner-page {
    margin-top: 85px;
}
.content {
    font-size: 14px;
    line-height: 24px;
}
.content a {
    color: #014d4b;
}
.screen-reader-text {
    display: none;
}
.brightons {
    font-family: 'Brightons';
    font-weight: normal;
}
.btn-center {
    justify-content: center;
    text-align: center;
    width: 100%;
}
.btn-center .comm-btn {
    margin: 0 auto;
}
.btn, .btn:hover, .btn:focus {
    box-shadow: none;
    border: 0;
}
.comm-padd {
    padding: 60px 0px;
}
.comm-padd-xl {
    padding: 80px 0px;
}
.comm-padd-sm {
    padding: 30px 0px; 
}
.header-social ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}
.header-social ul li:first-child {
    margin-left: 0;
}
.header-social ul li {
    margin: 0px 5px;
}
.header-social ul li svg {
    max-width: 28px;
}
.sectionhead {
    font-size: 36px;
    margin-bottom: 28px;
    font-weight: 600;
}
h3.sectionhead.faqqhead {
    margin-bottom: 50px;
}
div#navAccounty li.menu-item.dropdown>a {
    padding-right: 11px !important;
}
div#navAccounty li.menu-item.dropdown span.caret {
    background-image: url(../images/arrow-botwh.svg);
    width: 16px;
    height: 14px;
    background-size: 10px;
    display: block;
    background-repeat: no-repeat;
    right: 4px;
    top: 1.12rem;
    background-position: center;
    z-index: 1;
    position: absolute;
}
.sectionhead span, .bannercontentinner h2 span, .bannercontentinner h3 span, .banner-title h1 span{
    position: relative;
    z-index: 1;
}
.sectionhead, .bannercontentinner h2, .bannercontentinner h3, .banner-title h1 {
    position: relative;
}
.sectionhead span:after, .bannercontentinner h2 span:after, 
.bannercontentinner h3 span:after, .inner-banner .banner-title span:after {
    content: "";
    display: none;
    position: absolute;
    background-size: 100% 100%;
    top: 0.5rem;
    right: -0.5rem;
    left: -1rem;
    bottom: 0rem;
    z-index: 1000;
    background-repeat: no-repeat;
    background-position: center;
}
.bannercontentinner h2 span:after, .bannercontentinner h3 span:after, .inner-banner .banner-title span:after {
    right: -1rem;
    bottom: 0.3rem;
}
.sectionhead span:after {
    background-image: url(../images/txtrnd.png);
}
.bannercontentinner h2 span:after, .bannercontentinner h3 span:after, .sectionhead.w-color span:after, .banner-title h1 span:after {
    background-image: url(../images/txtbnr.png);
}
.volunteer .sectionhead span:after, .about-sec .sectionhead span:after, .coloredd .sectionhead span:after{
    background-image: url(../images/txtdrk1.png);
}
.inner-banner {
    background-size: cover;
    min-height: 27vw;
    position: relative;
    height: auto;
    background-position: top center;
}
.inner-banner:before {
    content: "";
    height: 5vw;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background: #014d4b;
}
.inner-banner .banner-title {
    position: absolute;
    bottom: 35%;
    color: #fff;
    font-size: 42px;
    transform: translateY(-50%);
    font-weight: 500;
    line-height: 54px;
}
.inner-banner .banner-title h1 {
    font-weight: 600;
}
.w-color {
    color: black; /* #fff;*/
}
body {
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
}
.opacity-0 {
    opacity: 0;
}
.top-contact-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 28px;
}
.phone-details a {
    color: #fff;
}
.top-contact-block .phone-icon {
    margin-right: 5px;
    position: relative;
    top: -1.2px;
}
.top-contact-block .comm-btn {
    padding: 9px 20px;
}
.comm-btn {
    color: #022539;
    padding: 9px 30px;
    display: block;
    max-width: max-content;
    font-size: 14px;
    text-transform: uppercase;
	border: 1px solid transparent;
    background: #FC9A1D;
    box-shadow: 10px 10px 30px rgb(252 154 29 / 25%);
    border-radius: 40px;
    transition: 0.4s ease all;
}
.comm-btn:hover, .comm-btn:focus {
    color: #022539;
    text-decoration: none;
    background: #FCF2F1;
    border-color: #FC9A1D; 
}
.comm-btn.btn-white {
	   color: #022539;
    padding: 9px 30px;
    display: block;
    max-width: max-content;
    font-size: 14px;
    text-transform: uppercase;
	border: 1px solid transparent;
    background: #FC9A1D;
    box-shadow: 10px 10px 30px rgb(252 154 29 / 25%);
    border-radius: 40px;
    transition: 0.4s ease all;
	
	
	
	
	
	
	/*
    background-color:  #FCF2F1;
	box-shadow: 10px 10px 30px rgb(252 242 241 / 25%);*/
}
.rytheader {
    display: flex;
    margin-left: 20px;
    justify-content: flex-end;
}
.header .container {
    max-width: 1270px;
    width: 91%;
}
/*
Header
*/

.header .nav-accounty {
    border-bottom: 1px solid rgba(242, 242, 242, 0.2);
    transition: all 0.2s ease-in-out;
}
.header .nav-accounty {
    background-color: #014D4B;
    background-image: none;
    border-bottom: 0px;
}
.header.scroll .nav-accounty {
    transition: all 0.2s ease-in-out;
    border-bottom: rgba(55, 54, 59, 0.8);
}

.header .nav-accounty .nav-link {
    color: #fff;
    font-size: 0.8rem;
}
div#navAccounty li.menu-item.px-3 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
/* .header .nav-accounty .dropdown>a::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.header .nav-accounty .dropdown>a::after {
    top: 2px;
    position: relative;
} */
.header .nav-accounty .dropdown-menu {
    min-width: 220px;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
    background: whitesmoke /*#014d4b */;
    box-shadow: 0px 0px 8px #014d4b;
    border: 0px;
}
.header .nav-accounty .dropdown-menu .nav-item {
    padding: 0 !important;
    border-bottom: 1px solid rgb(252 242 241 / 73%);
}
.header .nav-accounty .dropdown-menu .nav-item:last-child {
    border-bottom: 0;
}

.header .nav-accounty .dropdown-menu .nav-item:hover {
    background: whitesmoke; /* #FC9A1D; */
}

.header .nav-accounty .dropdown-menu .nav-item:hover .nav-link {
    background: whitesmoke; /* #FC9A1D; */ 
    color: #fff;
}

.header .nav-accounty .dropdown-menu .nav-item .nav-link {
    padding: 0.5rem 0.5rem !important;
    color: #fff;
}

/*
.header .nav-accounty li:hover a {
    background: #e43a65;
    transition: all 0.2s ease-in-out;
}*/

.header .nav-accounty .nav-link.nav-btn {
    padding: 15px 45px;
}

/**Footer**/
.footertop img {
    margin-bottom: -1px;
    width: 100%;
}
.footertop {
    background-color: #fcf2f1;
    pointer-events: none;
}
.footer {
    background-color: #02141f;
    overflow: hidden;
    margin-top: 20px;
}
.nav-footer .nav-link {
    color: #FCF2F1;
    font-size: 0.8rem;
}
.nav-footer .nav-link:hover {
    color: #FCF2F1;
}
.footer_underlogo_content {
    margin-top: 15px;
    color: #FCF2F1;
    font-size: 15px;
}
#footer .container {
    max-width: 990px;
}
.nav-footer {
    margin-top: 6px;
}
.blockcontnt {
    color: #FCF2F1;
    font-size: 0.8rem;
}
.nav-footer li.nav-item.py-3.px-4 {
    padding: 3px 0px !important;
}
.social-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-footer p {
    margin-bottom: 0px;
}
.social-nav li {
    display: inline-block;
    padding: 0 !important;
    margin-left: 5px;
}

.social-nav li:first-child {
    margin-left: 0;
}

.social-nav .nav-link {
    color: #e83d66;
    font-size: 1rem;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 1px solid #e83d66;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.social-nav .nav-link:hover {
    color: #fff;
    background: #e83d66;
}
.footer-block {
    padding: 25px 0px 35px;
    position: relative;
}
.footer-block .footertitle {
    font-size: 1.1rem;
    color: #FCF2F1;
    margin-bottom: 16px;
}
/* .footer-social h3.footertitle {
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 10px;
} */
.blockcontnt .phone-icon svg {
    fill: #fff;
}
.blockcontnt.emailblok {
    margin-top: 12px;
}
.blockcontnt .phone-icon.emaill {
    width: 28px;
}
.logofooter a.navbar-brand {
    margin-right: 0px;
}
.footer-block .widget .textwidget p {
    display: inline-block;
    font-size: 0.9rem;
}
.blockcontnt .top-contact-block {
    margin-right: 0px;
}
.footer-block .widget .textwidget > div {
    display: inline-block;
    vertical-align: middle;
}

.footer-block .widget .textwidget > div a {
    color: #000000;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;

}

.footer-block .widget .textwidget > div a:hover {
    color: #e83d66;
    text-decoration: none;
}

.footer-block .widget {
    padding: 20px 0;
}

.footer-block .footer-block-one:after {
    content: '';
    width: 1px;
    position: absolute;
    height: 100%;
    top: 0;
    background: #ddd;
    right: 35px;
}

.footer-block .footer-block-one .widget h3 {
    font-size: 1.5rem;
    padding: 0 0 25px 0;
}

.footer-block .footer-block-one .widget .textwidget > div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    text-align: left;
}

.footer-block .footer-block-one .widget .textwidget > div a {
    margin-bottom: 5px;
    display: inline-block;
}

.footer-block .footer-block-two .widget .textwidget > div,
.footer-block .footer-block-two .widget .textwidget .wpcf7,
.footer-block .footer-block-two .widget .textwidget form {
    width: 100%;
    position: relative;
}

.footer-block .footer-block-two .form-inline {
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 50px;
    position: relative;
}

.footer-block .footer-block-two .form-inline .wpcf7-form-control-wrap input {
    width: 100%;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-style: italic;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline ::-webkit-input-placeholder { /* Edge */
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline ::placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.volunteer .contact-form input::-webkit-input-placeholder { /* Edge */
  color: #022B61;
}
.volunteer .contact-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #022B61;
}
.volunteer .contact-form input::placeholder {
  color: #022B61;
}
span.sltb {
    color: #022B61;
}
.footer-block .footer-block-two .form-inline .wpcf7-form-control-wrap {
    display: inline-block;
    width: calc(100% - 178px);
}

.footer-block .footer-block-two .form-inline .wpcf7-submit {
    display: inline-block;
    float: right;
    position: relative;
    right: -12px;
}

.footer-block .footer-block-two .form-inline .ajax-loader {
    position: absolute;
    right: 20px;
    /*background-image: url(../images/loader.gif);*/
    background-size: 100%;
    background-repeat: no-repeat;
}

.footer-block .footer-block-two span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 0.625rem;
    right: 0;
    bottom: 0;
}

.footer-block .footer-block-two div.wpcf7-response-output {
    font-size: 0.8125rem;
    border: 0;
    position: absolute;
    bottom: -30px;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}
.footer-credit {
    font-size: 0.8rem;
    padding: 20px 0;
    color: #FCF2F1;
	    position: relative;
}
.footer-credit:before {
    content: "";
    height: 1px;
    background: #7F561E;
    position: absolute;
    left: -10%;
    right: -10%;
    top: 0px;
}
.footer-credit p {
    margin-bottom: 0px;
}
.footer-credit .footer-links {
    color: #f44067;
    margin: 0 2px;
}
.footer-social ul li:first-child {
    margin-left: 0;
}
.footer-social ul li {
    margin: 0px 8px;
}
.footer-social ul li svg {
    max-width: 31px;
}
.footer-social ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}
.footer-credit .footer-links .footer-link-divider {
    color: #8a8a8a;
}
.infos-icon {
    margin-bottom: 13px;
}
/**Home Page Inner**/
section.mainslider-sec {
    position: relative;
}
.bannercontent {
    height: 46vw;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.bannercontent:before, .bannercontent:after {
    content: "";
    height: 5vw;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.bannercontent:before {
    background: whitesmoke; /*#014d4b;*/
    top: 0;
}
.bannercontent:after {
    background: whitesmoke; /*#fc9a1d;*/
    bottom: -15px;
}
.bannercontentinner .btn-full.btn-flex {
    justify-content: center;
}
.bannercontentinner .content {
    font-size: 15px;
    margin-bottom: 420px;
}
.bannercontentinner h3 {
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 25px;
}
.bannercontentinner h2 {
    font-size: 50px;
    margin-bottom: 40px;
}
.bannercontentinner {
    color: #fff;
    max-width: 590px;
}
.sliderbuttons .owl-nav button.owl-next {
    right: 6%;
}
.sliderbuttons .owl-nav button.owl-prev, .sliderbuttons .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    background: #fc9a1d !important;
    z-index: 99999;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
}
.sliderbuttons .owl-nav button span {
    font-size: 26px;
    color: #022539;
    line-height: 25px;
}
.sliderbuttons .owl-nav button.owl-prev {
    left: 6%;
}
.sliderbuttons .owl-nav button.owl-prev:focus, .sliderbuttons .owl-nav button.owl-next:focus {
    outline: none;
}
.about-sec {
     position: relative;
    margin-bottom: 2vw;
    padding-bottom: 38px;
}
.about-sec .content {
    margin: 40px 0px;
}
.arrowlftt:after {
    content: "";
    background-image: url(../images/arrow_include.png);
    width: 8vw;
    max-width: 106px;
    display: block;
    height: 2vw;
    position: absolute;
    background-size: 100%;
    right: 101%;
    top: 45%;
    background-repeat: no-repeat;
}
/*
.about-sec:after {
    content: "";
    background-image: url(../images/abtbot.png);
    width: 100%;
    display: block;
    height: 5vw;
    position: absolute;
    background-size: 100%;
    bottom: -5vw;
    background-position: bottom;
} */

 

.become-vendor .vendorimg {
    max-width: 610px;
    margin-left: auto;
    margin-right: 0;
    display: block;
    width: 100%;
}
.sectionhead.headtop {
    margin-top: 38px;
}
.homeul ul li:before {
    content: "";
    width: 15px;
    background-image: url(../images/house.svg);
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0px;
    background-size: 100%;
}
.homeul ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 3px 8px 3px 21px;
    list-style: none;
    position: relative;
}
.homeul ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 6px;
}
.content.homeul {
    margin: 45px 0px 30px;
}
.btn-flex {
    display: flex;
    flex-wrap: wrap;
}
.btn-full.btn-flex .comm-btn {
    margin: 5px 15px;
}
.btn-full.btn-flex.button_vendor .comm-btn {
    margin: 5px;
    padding: 9px 18px;
}
.btn-full.btn-flex.button_vendor {
    justify-content: space-around;
}
.vendorimgs {
    display: flex;
    margin: 25px 0px;
}
.vendrr:after {
    content: "";
    background-image: url(../images/arrowvendor.png);
    width: 10vw;
    max-width: 120px;
    display: block;
    height: 6vw;
    position: absolute;
    background-size: 100%;
    right: 97%;
    top: 10%;
    background-repeat: no-repeat;
}
.vendrr {
    position: relative;
}
.vendorimgs img {
    height: 90px;
    object-fit: contain;
    filter: grayscale(1) opacity(0.6);
}
.slider-sec {
    padding: 25px 0px 3px;
}
.imagbox {
    text-align: center;
}
.imagbox img {
    max-width: 326px;
    margin: 0 auto;
    width: 100%;
}
.yearimg {
    flex: 0 0 58%;
    max-width: 58%;
}
.yeartxt {
    flex: 0 0 42%;
    max-width: 42%;
    margin-left: -1%;
    color: black; /*#fff;*/
}
.yeartxt .content {
    margin-top: 40px;
    margin-bottom: 40px;
}
/* .imageslider img.img-fluid {
    max-width: 326px;
    margin: 0 auto;
} */
#volunteer {
    margin-top: 95px;
     background-size: 100% 100%;
    padding-bottom: 90px;
    margin-bottom: 4vw;
}
.imgboxouter {
    position: relative;
    top: -100px;
}
.btn-full {
    margin-top: 30px;
}
.home main.page-section {
    padding-top: 85px;
    overflow: hidden;
}
div#imageslider {
    margin-top: 15px;
}
#imageslider .owl-item {
    padding: 60px 0px 35px;
	transition: 0.2s ease all;
}
#imageslider .owl-item:hover {
    transform: scale(1.3);
    position: relative;
    z-index: 2;
}
#imageslider .owl-item .item img {
    height: 100%;
    object-fit: cover;
}
#imageslider .owl-item .item {
    height: 100%;
}
#imageslider .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
.darksec {
    position: relative;
	color: black;
     margin-top: 7vw;
    margin-bottom: 7vw;
    padding-bottom: 10px;
}
.darksec:after {
    content: "";
     width: 100%;
    display: block;
    height: 4vw;
    position: absolute;
    background-size: 100%;
    bottom: -4vw;
    background-position: bottom;
}
.darksec:before {
    content: "";
     
    width: 100%;
    display: block;
    height: 6vw;
    position: absolute;
    background-size: 100%;
    top: -5vw;
    background-position: top;
}
div#sponsorscarousel .post_sponsors {
    margin: 30px 0px 20px;
}
div#sponsorscarousel .post_sponsors:hover img {
    transform: scale(1.2);
}
.post_sponsors img.img-fluid {
    height: 90px;
    object-fit: contain;
    transition: 0.2s ease all;
}
.scroll-down {
    left: 0px;
    bottom: -10px;
    position: absolute;
    z-index: 1;
    right: 0;
    max-width: 74px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none !important;
}
html {
  scroll-behavior: smooth;
}
.scroll-down span {
    position: relative;
    font-size: 11px;
    color: #fcf2f1;
    top: -6px;
}
.scroll-down:after {
    content: '';
    background-image: url(../images/vectorarrow.svg);
    display: block;
    width: 72px;
    height: 85px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation-name: scrollArrows;
    animation-name: scrollArrows;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes scrollCircle {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes scrollArrow {
    from {
        background-position: 3px -50px;
    }
    to {
        background-position: 3px 0;
    }
}

@keyframes scrollArrows {
   0%  {background-position: 3px -50px;}
  50%  {background-position: 3px 0px;}
  100% {background-position: 3px -50px;}
}

/***404***/

.error-404 {
    text-align: center;
    padding: 50px 0;
}

.error-404 h1 {
    font-size: 8rem;
    line-height: 8rem;
    color: #3f18db;
    font-weight: 900;
}

.error-404 h2 {
    font-size: 2rem;
    line-height: 2rem;
    color: #e33a65;
}

.error-404 p {
    font-size: 1rem;
    line-height: 1rem;
    color: #000;
}

/***FAQ***/

/* .page-template-faq-page .banner-title h1:before, .cnterclr:before  {
    content: "";
    display: block;
    position: absolute;
    top: 0rem;
    right: 0rem;
    left: 0rem;
    bottom: 0rem;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: 72%;
    background-image: url(../images/txtbnr.png);
    background-size: 30% 100%;
} */
.cnterclr.sectionhead span:after, .page-template-faq-page .banner-title h1 span:after {
    background-image: url(../images/txtbnr.png);
    background-position: 72%;
    background-size: 35% 100%;
    top: 0rem;
    right: 0rem;
    left: 0rem;
    bottom: 0rem;
}
#faq .card {
    margin-bottom: 35px;
    border: 0;
    background: rgb(255 255 255 / 15%);
    box-shadow: 10px 10px 25px rgb(0 0 0 / 10%);
}
div#faq {
    max-width: 1030px;
    margin: 70px auto 0px;
}
/*  #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
} */
#faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    color: #2c2c2c;
    padding: 20px 30px;
    background: rgb(255 255 255 / 15%);
    position: relative;
    font-size: 20px;
    font-weight: 600;
}
#faq .card .card-header .btn-header-link:before {
    height: 0px;
	transition: 0.2s ease all;
}
.accordion>.card .card-header {
    padding: 0px;
}
#faq .card .card-header .btn-header-link:not(.collapsed):before {
    background: rgb(204 204 204 / 65%);
    position: absolute;
    left: 30px;
    right: 30px;
    height: 1px;
    display: block;
    content: "";
    bottom: 0px;
}
 #faq .card .card-header .btn-header-link:after {
    content: "";
    float: right;
    background-image: url(../images/circle-minus-fill.svg);
    width: 30px;
    height: 30px;
    background-size: 100%;
    margin-top: -3px;
}
#faq .card .card-header .btn-header-link.collapsed {
    background: rgb(255 255 255 / 15%);
}

 #faq .card .card-header .btn-header-link.collapsed:after {
  background-image:url(../images/circle-plus-fill.svg);
}
 #faq .card .collapsing {
  background: rgb(255 255 255 / 15%);
}
 #faq .card .collapse {
  border: 0;
}
#faq .card .collapse.show, #faq .card .cadd {
    background: rgb(255 255 255 / 15%);
    line-height: 26px;
}
#faq .card .card-body p {
    margin-bottom: 0px;
    line-height: 30px;
}
#faq .card .card-body {
    font-size: 14px;
    padding: 20px 30px 10px;
    background: red;
    background: rgb(247 239 238);
	color: #4F4F4F;
}
/**contact form***/

.contact-form input[type="checkbox"], .contact-form input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 24px;
    background: transparent;
    height: 24px;
}
.contact-form .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 2.2em;
    cursor: pointer;
    color: #8E8E8E;
    font-weight: 500;
}
.contact-form .wpcf7-list-item-label::before,
.contact-form .wpcf7-list-item-label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.5em;
    height: 1.5em;
}

.contact-form .wpcf7-list-item-label::before {
    content: " ";
    border: 1px solid #ccc;
    border-radius: 3px;
}

/* Checkbox */
.contact-form input[type="checkbox"] + .wpcf7-list-item-label::after, .contact-form input[type="radio"] + .wpcf7-list-item-label::after {
    content: "";
    background-image: url(../images/charm_tick.svg);
    line-height: normal;
    text-align: center;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    background-position: center;
    background-size: 15px;
}
.formdiv span.wpcf7-form-control.wpcf7-checkbox>* {
    flex: 0 0 100%;
    margin: 0px;
    padding: 0px 25px;
    font-size: 14px;
}
.formdiv .txtt {
    color: #000;
    padding: 0px 25px;
    font-size: 14px;
}
.formdiv span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}
/* :checked */
.contact-form input[type="checkbox"]:checked + .wpcf7-list-item-label::before, .contact-form input[type="radio"]:checked + .wpcf7-list-item-label::before {
    background: #002E62;
    border-color: #002E62;
}
.contact-form input[type="checkbox"] + .wpcf7-list-item-label::after,
.contact-form input[type="radio"] + .wpcf7-list-item-label::after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.contact-form input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
.contact-form input[type="radio"]:checked + .wpcf7-list-item-label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Transition */
.form-check .wpcf7-list-item-label::before,
.form-check .wpcf7-list-item-label::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.form-check {
    padding: 0;
    margin: 0;
}

.form-check .wpcf7-list-item {
    margin: 0 15px 15px 0;
}


.form-check .addons .wpcf7-checkbox {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.form-check .addons .wpcf7-list-item {
    display: inline-block;
    margin: 0 15px 15px 0;
    vertical-align: top;
    font-size: 0.9rem;
    flex-direction: column;
    flex: 0 30%;
}
.form-check .wpcf7-list-item.checked .wpcf7-list-item-label {
    font-style: italic;
    color: #e83d66;
    font-weight: 400;
}

.contact-form input.form-control,
.contact-form input.form-control:hover,
.contact-form input.form-control:focus {
    border-radius: 10px;
    resize: none;
    box-shadow: none;
    font-style: italic;
    outline: none;
    padding: 25px 20px;
    font-size: 0.9rem;
    font-weight: 400;
    border: 1px solid #ced4da;
}

.contact-form select.form-control,
.contact-form select.form-control:hover,
.contact-form select.form-control:focus {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/dropdown-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
    cursor: pointer;
    background-size: 14px;
    border-radius: 10px;
    resize: none;
    color: rgba(0, 0, 0, 0.5);
    box-shadow: none;
    font-style: italic;
    outline: none;
    height: 52px;
    font-size: 0.9rem;
    font-weight: 400;
    border: 1px solid #ced4da;
}

.contact-form textarea.form-control,
.contact-form textarea.form-control:hover,
.contact-form textarea.form-control:focus {
    border-radius: 10px;
    resize: none;
    height: 100px;
    font-style: italic;
    box-shadow: none;
    outline: none;
    font-size: 0.9rem;
    font-weight: 400;
    border: 1px solid #ced4da;
}

.contact-form strong {
    font-weight: 500;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
     color: rgb(2 37 57 / 40%);
}
.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(2 37 57 / 40%);
}
.contact-form ::placeholder {
     color: rgb(2 37 57 / 40%);
}

.contact-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.formdiv input[type="text"], .formdiv input[type="email"], .formdiv input[type="tel"], .formdiv textarea, .formdiv select {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgb(0 77 75 / 20%);
    margin-bottom: 38px;
    padding: 13px 25px 20px;
    font-size: 15px;
    color: #022539;
    background-color: transparent;
}
.volunteer .formdiv input[type="text"], 
.volunteer .formdiv input[type="email"], 
.volunteer .formdiv input[type="tel"], 
.volunteer .formdiv textarea, 
.volunteer .formdiv select {
    color: #022b61;
}
.formdiv select {
    background-image: url(../images/arrow-bot.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 98%;
    appearance: none;
    padding-right: 50px;
}
.contact-form {
    padding-top: 12px;
}
.formdiv textarea {
    height: 110px;
    resize: none;
}
.formdiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hlfform {
    flex: 0 0 49%;
    max-width: 49%;
}
.contact-form .innsubmit span.wpcf7-spinner {
    margin: 0px;
    margin-right: -30px;
}
.frmsubmit {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.selectbox {
    width: 100%;
    margin-bottom: 8px;
    padding: 13px 25px 20px;
    font-size: 15px;
    color: #afa5a5;
    justify-content: flex-start;
}
.innsubmit {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-form .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    position: relative;
}
.contact-form input.wpcf7-form-control.wpcf7-submit {
    display: block;
    padding: 8px 8px;
    max-width: max-content;
    min-width: 124px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    background: #fc9a1d;
    color: #1c1c1c;
    margin-left: auto;
    margin-right: 7px;
    margin-bottom: 0px;
    border: none;
    box-shadow: 10px 10px 30px rgb(252 154 29 / 25%);
    border-radius: 40px;
    transition: 0.4s ease all;
}
.contact-form span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 0.7rem;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 8px;
    bottom: 40px;
}

.contact-form .btn-outter {
    position: relative;
    display: inline-block;
}

.contact-form div.wpcf7 .ajax-loader {
    position: absolute;
    right: 20px;
    background-image: url(../images/loader.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 18px;
}
.contact-form .wpcf7-response-output {
    left: 0;
    font-size: 0.9rem;
    margin: 0;
    text-align: center;
}

.navigation {
    padding-top: 50px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background: #f74167;
    background: -moz-linear-gradient(-45deg, #f74167 0%, #9e2362 100%);
    background: -webkit-linear-gradient(-45deg, #f74167 0%, #9e2362 100%);
    background: linear-gradient(135deg, #f74167 0%, #9e2362 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f74167', endColorstr='#9e2362', GradientType=1);
    border-radius: 3px;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;

}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

/**faq accordion**/

.faq-accordion.faq-section .faq-list .faq-item {
    padding: 0;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.faq-accordion.faq-section .faq-list .faq-item h3 button {
    color: #000;
    text-decoration: none;
    padding: 10px 0;
}

.faq-accordion.faq-section .faq-list .faq-item .card-header {
    background: #fff;
    border: 0;
    padding: 5px 18px;
    border-radius: 15px;
}

.faq-accordion.faq-section .faq-list .faq-item .card-body {
    padding-top: 0;
}

.faq-accordion.faq-section .faq-list .faq-item .faq-detail {
    font-size: 0.8rem;
    font-weight: 400;
    color: #000;
    line-height: 1.6rem;
}

.faq-accordion.faq-section .faq-list .faq-item .card-header.show h3 button {
    color: #e83d66;
}

.faq-accordion.faq-section .faq-list .faq-item.active {
    box-shadow: 0 0 15px #bfbfbf;
    transition: all 0.2s ease-in-out;
}

.faq-accordion.faq-section .faq-list .faq-item.active h3 button {
    color: #e43a66;
    text-decoration: none;
    padding: 10px 0;
}
.faq-accordion.faq-section .faq-list .faq-item .card-header span.heading {
    text-align: left;
    display: block;
    padding-right: 37px;
}
.faq-accordion.faq-section .faq-list .faq-item .card-header .accordion-toggle {
    position: absolute;
    right: 0;
    top: 8px;
    cursor: pointer;
    border-left: 1px solid #dcdada;
    padding-left: 5px;
}

.faq-accordion.faq-section .faq-list .faq-item .card-header .accordion-toggle:after {
    content: '';
    background-image: url("../images/plus.png");
    width: 28px;
    height: 28px;
    display: block;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
}

.faq-accordion.faq-section .faq-list .faq-item.active .card-header .accordion-toggle:after {
    content: '';
    background-image: url("../images/minus.png");
}

/**tooltips***/
.tooltip .arrow::before {
    border-top-color: rgba(0, 0, 0, 0.8);
    border-bottom-color: rgba(0, 0, 0, 0.8);
}

.tooltip-inner {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    padding: 20px 15px;
}


/***Default Page***/
.static-page {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0;
}

.static-page .container {
    max-width: 860px;
}
.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6{
    font-weight: 400;
}
.static-page .page-content {
    font-size: 0.9rem;
    line-height: 1.8rem;
}
.static-page h1 {
    font-weight: 400;
    margin-bottom: 20px;
}

a.navbar-brand img {
    max-width: 87px;
    margin-top: 5px;
}
.header .nav-accounty .nav-link {
    position: relative;
}
.header .nav-accounty .navbar-nav>li>.nav-link:before {
    content: '';
    width: 0;
    position: absolute;
    left: -1.5rem;
    right: -1.5rem;
    height: 9px;
    width: auto;
    bottom: -13px;
    transition: all 0.2s ease-in-out;
    margin: 0 auto;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
}
.header .nav-accounty .active .nav-link:before, .header .nav-accounty .nav-link:hover:before {
    background-image: url(../images/menuaf.png);
}
.header .nav-accounty .nav-link.btn:before{
    display: none;
}
.header .dropdown:hover>.dropdown-menu {
  display: block;
}
.header .dropdown-item:hover>.dropdown-menu {
  display: block;
}


/* .header .dropdown>.dropdown-toggle:active {
  pointer-events: none;
}
 */
.header .nav-accounty .dropdown-menu .nav-item .nav-link {

    display: block;
}

.btnbox span.wpcf7-spinner {
    display: none;
}
.newsletterouter {
    max-width: 523px;
    margin: 0 auto 40px;
    text-align: center;
    position: relative;
}
.newsletterouter .sectionhead {
    margin-bottom: 46px;
}
.outerletter {
    display: flex;
    position: relative;
}
.emailbox {
    flex: 0 0 100%;
    max-width: 100%;
}
.emailbox input {
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    padding: 12px 140px 10px 23px;
    border-radius: 50px;
    font-size: 15px;
    color: #FCF2F1;
}
.btnbox {
    position: absolute;
    right: 3px;
    top: 2px;
}
.emailbox .wpcf7-not-valid-tip {
    font-size: 0.8em;
    position: absolute;
    left: 0;
    right: 0;
}
.newsbox .wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 0em;
    padding: 0.3em 1em;
    border-width: 1px;
    position: absolute;
    color: #fff;
    font-size: 12px;
    left: 0;
    right: 0;
}
.btnbox input.wpcf7-form-control {
    background-color: #FC9A1D;
    color: #022539;
    padding: 7px 31px;
    display: block;
    max-width: max-content;
    border-radius: 26px;
    box-shadow: 10px 10px 30px rgb(252 154 29 / 25%);
}
/* BUY TICKETS page  start*/
.infobox {
    max-width: 390px;
    padding: 52px 70px 35px;
    border-radius: 50px;
    margin: 38px 0px 0px auto;
    background: rgb(255 255 255 / 5%);
    box-shadow: 10px 10px 25px rgb(0 0 0 / 1%);
}
.infobox .sectionhead {
    margin-bottom: 18px;
}
.infobox .content {
    margin-bottom: 21px;
}
.iconblock {
    display: flex;
    max-width: 240px;
    color: #fff;
    margin: 12px 0px;
}
.iconblock .info-icon {
    flex: 0 0 40px;
}
.contactinfo .row {
    padding: 0px 38px;
}
.contactinfo.comm-padd-sm {
    padding-bottom: 60px;
}
/* BUY TICKETS page  end*/
/* Contact us page  Start*/
.page-template-contact .banner-title h1 span:after {
    background-image: url(../images/txtbnr.png);
    background-position: 100%;
    background-size: 58% 100%;
    top: 0.5rem;
    right: -1rem;
    left: 0rem;
    bottom: 0.2rem;
}
#contactpage .content {
    padding-bottom: 60px;
    padding-top: 25px;
}
.testimonials {
    background: #FFCD8E;
    padding: 70px 50px 36px 50px;
    position: relative;
    border-radius: 40px;
    margin-left: -15px;
}
.testimonial-outer .container {
    max-width: 1045px;
}
.lefttxt {
    max-width: 430px;
    padding-left: 25px;
}
.testimonials h3 {
    font-weight: 400;
}
.testimonial-carousel {
    position: relative;
}
.testimonial-carousel-content {
    font-size: 15px;
    line-height: 30px;
}
.testimonial-carousel-content p {
    font-style: italic;
    font-size: 0.9rem;
}

.testimonial-carousel-content strong {
    font-weight: 500;
    font-size: 1.1rem;
    font-style: normal;
}
.testimonials:before {
    background-image: url(../images/comma.svg);
    content: '';
    width: 96px;
    height: 70px;
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: -32px;
    left: 46px;
}
.testimonial-carousel .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}

.testimonial-carousel .owl-nav .owl-next,
.testimonial-carousel .owl-nav .owl-prev {
    outline: none;
    box-shadow: none;
}

.testimonial-carousel .owl-nav .owl-prev {
    left: -30px;
    position: absolute;
}

.testimonial-carousel .owl-nav .owl-next {
    right: -30px;
    position: absolute;
}

.testimonial-carousel .owl-nav .owl-next-arrow {
    background-image: url(../images/left-arrow.png);
    width: 35px;
    height: 35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial-carousel .owl-nav .owl-pre-arrow {
    background-image: url(../images/right-arrow.png);
    width: 35px;
    height: 35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial-carousel-item {
    max-width: 990px;
    margin: 10px auto;
}
.testimonial-detail {
    margin: 30px auto 0px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
}
.testimonial-name {
    font-size: 1.2rem;
    color: #e63b66;
}
.testimonial-designation {
    font-size: 0.9rem;
    color: #000;
}
.testimonial-carousel-item .testimonial-image {
    max-width: 46px;
    margin-right: 10px;
}
.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #fcf2f1;
    display: inline-block;
    border-radius: 8px;
    margin: 0px 5px;
}
.owl-dots .owl-dot.active span {
    background: #FC9A1D;
}
.testimonial-carousel .owl-dots {
    position: absolute;
    bottom: 8%;
    right: 8%;
}
.lefttxt .content {
    margin-top: 40px;
}
.testimonials:after {
    content: "";
    background-image: url(../images/arrowvendor.png);
    width: 10vw;
    max-width: 140px;
    display: block;
    height: 6vw;
    position: absolute;
    background-size: 100%;
    right: 97%;
    top: 5%;
    background-repeat: no-repeat;
}
/* Contact us page  end*/
/* Sponsors page  start*/
.no_post_ajax {
    text-align: center;
    margin-top: 30px;
}
.page-id-276 .inner-banner:after {
    content: "";
    height: 17vw;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background: #fc9a1d;
    bottom: -10vw;
}
section.packinfo p:last-child {
    margin-bottom: 0px;
}
.sponsors_box {
    text-align: center;
    padding: 25px 20px;
    margin-bottom: 37px;
    background: rgb(255 255 255 / 15%);
    box-shadow: 10px 10px 25px rgb(0 0 0 / 10%);
    flex: 0 0 100%;
}
.sponsorslist {
    padding-top: 20px;
}
.sponsors_box h4 {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 15px;
    font-weight: 700;
    color: #022539;
}
.sponsors_box a {
 text-decoration: none !important;
}
.sponsors_box img {
    height: 105px;
    object-fit: contain;
    transition: 0.2s ease all;
}
.sponsors_box:hover img {
    transform: scale(1.2);
}
.packinfo {
    background-image: url(../images/volunteerbg.png);
    background-size: 100% 100%;
    margin-bottom: 3rem;
}
.packbox {
    max-width: 420px;
    padding: 52px 64px 35px;
    border-radius: 50px;
    margin: 0px 0px 0px auto;
    background: rgb(255 255 255 / 1%);
    box-shadow: 10px 10px 25px rgb(0 0 0 / 14%);
}
.packbox h3.sectionhead {
    font-size: 26px;
    margin-bottom: 34px;
}
.packbox ul {
    margin-bottom: 0px;
    padding-left: 25px;
}
.packbox ul li {
    position: relative;
    list-style: none;
    margin-bottom: 11px;
}
.packbox ul li:before {
    content: "";
    background-image: url(../images/charm_circle-tick.svg);
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: 3px;
}
/* Sponsors page  end*/
/* Vendors page  start*/
#b-vendor {
    padding-top: 80px;
    background-image: url(../images/volunteerbg.png);
    background-size: 100% 100%;
    margin-bottom: 7vw;
}
#contactpage.volunteer iframe#mf_iframe {
    max-width: 433px;
    margin: 0 auto !important;
    display: block;
}
.imgboxvendor {
    position: relative;
    bottom: -5vw;
}
.vendorslist {
    padding-top: 40px;
}
.vendors_box {
    text-align: center;
    padding: 45px 20px 35px;
    margin-bottom: 48px;
    flex: 0 0 100%;
    background: rgb(255 255 255 / 15%);
    box-shadow: 10px 10px 25px rgb(0 0 0 / 10%);
}
h5.post-type {
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 600;
}
.vendors_box h4 {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 700;
}
.vendors_box img {
    height: 105px;
    object-fit: contain;
    margin-bottom: 10px;
}
.vendors_box .comm-btn {
    display: block;
    margin: 10px auto 0px;
    border-color: #FC9A1D;
}
a.prev.page-numbers, a.next.page-numbers {
    position: relative;
    font-size: 0px;
}
span.page-numbers.current {
    position: relative;
}
a.prev.page-numbers:before, a.next.page-numbers:before {
    content: "";
    background-size: 100%;
    width: 36px;
    height: 36px;
    display: inline-block;
}
a.prev.page-numbers:before {
    background-image: url(../images/arrownleft.svg);
}
a.next.page-numbers:before {
    background-image: url(../images/arrownright.svg);
}
.nav-linkspage {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}
.nav-linkspage>* {
    margin: 0px 13px;
    color: #012539;
    font-size: 15px;
}
span.page-numbers.current:before {
    content: "";
    background-image: url(../images/pages.png);
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 0px;
    top: 1px;
    background-size: contain;
    background-repeat: no-repeat;
}
.categories-tabs-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.categories-tabs-wrap ul {
    border-bottom: none;
}
.categories-tabs-wrap span {
    margin-right: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.categories-tabs-wrap ul li {
    background: #014d4b;
    padding: 20px 40px;
    line-height: 1;
    cursor: pointer;
    color: #fff;
    margin: 30px 15px;
}
.categories-tabs-wrap ul li.active {
    background: #fc9a1d;
}
div#loading-image {
    background-image: url(../images/loaderr.gif);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: 62%;
    background-position: center;
    display: none;
    margin: 40px auto;
}
/* Vendors page  end*/
.footer-block a.navbar-brand img {
    max-width: 110px;
}
.newsletterouter {
    display: none;
}
.page-template-contact .testimonial-outer {
    display: none;
}


/********************Feedback css**********************/

.become-vendor .vendorimgs {
    display: none;
}


.volunteer .formdiv textarea {
    border-top: 1px solid rgb(0 77 75 / 20%);
}


.volunteer .contact-form textarea::-webkit-input-placeholder { /* Edge */
  color: #022B61;
}

.volunteer .contact-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #022B61;
}

.volunteer .contact-form textarea::placeholder{
  color: #022B61;
}

/* .bannercontentinner h3 {
    font-family: 'Brightons';
} */
div#animated-thumbnails-gallery:not(.justified-gallery) a {
    display: none;
}

/* 21/05/25 */
.team-sec .team-img img {
    width: 80%;
    height: 100%;
    object-fit: cover;
}

.team-sec .team-inner {
    text-align: center;
}
.team-sec .team-content {
    margin-top: 15px;
}
.team-sec .team-row {
    justify-content: center;
    row-gap: 25px;
}
.header .nav-accounty .dropdown-menu .nav-item, .header .nav-accounty .dropdown-menu .nav-item:hover .nav-link, .header .nav-accounty .dropdown-menu .nav-item:hover {
    background-color: #f02c34;
}
.team-content h3 {
    font-size: 24px;
}

/* 21/05/25 */