/*
* Theme Name: Donatoo - Donation, Evoting & Event HTML Template
* Author: Themezhub
* Version: 1.1
* Last Change: 18 Aug 2025
  Author URI    : https://themezhub.com/
-------------------------------------------------------------------*/
/*------------- List Of Table -----------
# Fonts
# Color Variables
# Preloader
# Global Settings
# Header  & Navigation Bar Styles
# Homes Banner Design
# What We Do Section
# Why Choose Us Section
# Why Client love Us
# Trusted by 120+ Leading Brands
# True Facts Design
# Price Table
# Reviews Designs
# Master Teams Designs
# Blogs List Design
# Request a Free Callback
# Tab Design
# Accordion Design
# Page Title Design
# Donation Page Design
# Voting Page Design
# Event Page Design
# Host Event
# App Download 
# Footer Design Start 
# Responsiveness Start

------------- List Of Table ----------*/

/*------------------------------------
	Fonts
------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap');
/* Fonts */

/*------------------------------------
	Color Variables
------------------------------------ */

:root, [data-bs-theme=light] {
	--maincolor:#34623f;
	--white-color:#ffffff;
	--graycolor:#edf1fb;
	--navcolor:#1d2522;
	--darkcolor: #1d2522;
	--headingcolor: #192839;
	--bodycolor: #40566d;
	--body-bg:#ffffff;
	--bordercolor:#e0ecf5;
	--mutedcolor:#768ea7;
	--greencolor:#4caf84;
	--secondcolor:#768948;
	--redcolor:#93032E;
	--event-type: #E91E63;
	--bglight:#f6f7f6;
	--primaryfont:"Jost", sans-serif;
	--font-serif:serif;
	--formborder:#e0ecf5;
	--formbg:#edf1fb;
	--form-color:#3b515a;
	--inversecolor:#32373c;
	--footerbg:#13293D;
	--footercolor:#6b7e8f;
}

/*------------------------------------
	Preloader
------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 999999;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label{
    margin-bottom:4px;
}
.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
i.bi {
    margin: 0;
    line-height: 0;
}
.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background:var(--maincolor);
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
form.dropzone.dz-clickable.primary-dropzone {
    background: red;
    border: 1px solid red;
}
i.req {
    color: red;
}
.explor-thumb img{
	margin:0 auto;
}
/*--- end of preloader ---*/
/*------------------------------------------------------------
	Global Settings
-------------------------------------------------------------*/
html {
  position: relative;
  min-height: 100%;
  background: #ffffff;
}
* {
  outline: none; 
}

body {
	background: #ffffff;
	color:var(--bodycolor);
	font-size:15px;
	font-family:var(--primaryfont);
	margin: 0;
	overflow-x: hidden !important;
	font-weight: 400;
}
.font-serif{
	font-family:var(--font-serif);
}
.modal-open {
    overflow: hidden !important;
}

a {
    color:var(--headingcolor);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover,
a:focus {
  text-decoration: none; }

a.link {
  color:var(--headingcolor);
}
a.link:hover, a.link:focus, a:hover, a:focus {
    color:var(--maincolor); 
}

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block; }

.img-rounded {
  border-radius: 4px; }

html body .mdi:before,
html body .mdi-set {
  line-height: initial;
}
section{
	padding:80px 0 80px;
}
section.min{
	padding:50px 0 50px;
}
p {
    line-height:1.8;
}
.bg-light{
	background:var(--bglight) !important;
}
.primary-light-bg{
	background:color-mix(in srgb, var(--maincolor), transparent 94%) !important;
}
.bg-title{
	background:var(--maincolor) !important;
}

.tbl {
    display: table;
} 
  .full-height {
    height: 100%;
}
.rtl{
	position:relative;
}
.mr-2 {
    margin-right: 8px;
}
.mr-1{
    margin-right: 4.5px;
}
.alert p {
    margin: 0;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.no-ul-list{
	padding:0;
}
.no-ul-list li{
	list-style:none;
}
.progress {
    margin-bottom: 1.5em;
}
.full-width{
	width:100%;
}
p, ul, ol, dl, dt, dd, blockquote, address {
    margin: 0 0 10px;
}
.owl-carousel .item {
    padding: 0 15px;
}
.explore-content p {
    font-size: 19px;
    font-style: italic;
}
.explore-content h1, .explore-content h2{
    font-weight: 600;
}
.shadow-0{
	box-shadow:none !important;
}
.sec_title {
    width: 100%;
	margin-bottom:3.5rem;
}
.sec_title .sec-subtitle{
	margin-bottom:10px;
}
.sec_title .secBadge {
	height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background:color-mix(in srgb, var(--maincolor), transparent 92%);
    color: var(--maincolor);
    text-transform: uppercase;
    border-radius: 50px;
    font-weight: 600;
    font-size: 12px;
    padding: 0 20px;
    line-height: 1;
    margin-bottom: 10px;
}
.sec_title .sectitle {
    font-weight: 700;
}
.text-main{
	color:var(--maincolor) !important;
}
.sec_title .starBadge {
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 7px;
    font-size: 12px;
    background: #FFF3E0;
    color: #FB8C00;
    border-radius: 50px;
    margin-bottom: 7px;
    padding: 0 12px;
}
/*------------ GLobal Settings: Heading-------------*/ 
h1,
h2,
h3,
h4,
h5,
h6 {
	color:var(--headingcolor);
	font-weight:600;
	text-transform: capitalize;
	font-family:var(--primaryfont);
}

h1 {
  line-height: 40px;
  font-size: 36px; }

h2 {
  line-height: 36px;
  font-size: 30px; }

h3 {
  line-height: 30px;
  font-size: 24px; }

h4 {
  line-height: 26px;
  font-size: 21px; }

h5 {
  line-height: 22px;
  font-size: 18px;
}

h6 {
  line-height: 20px;
  font-size: 16px;
}
.lead{
	font-size:20px !important;
}
.lead-i{
    font-family: 'Lora', serif;
	font-size:22px !important;
	font-style:italic;
}
.display-5 {
  font-size: 3rem; }

.display-6 {
  font-size: 36px; }

.display-7 {
  font-size: 26px; }

.box {
  border-radius: 4px;
  padding: 10px; }

html body .dl {
  display: inline-block; }

html body .db {
  display: block; }

.no-wrap td,
.no-wrap th {
  white-space: nowrap; }

.circle {
  border-radius: 100%; }
.modal-close {
    border: none;
    border-radius: 50%;
    font-size: 13px;
    height: 32px;
    width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bglight);
}
/*------------ Global Settings: Cutom Height ----------------*/
.ht-5{
	height:5px;
}
.ht-10{
	height:10px;
}
.ht-20{
	height:20px;
}
.ht-30{
	height:30px;
}
.ht-40{
	height:40px;
}
.ht-50{
	height:50px;
}
.ht-60{
	height:60px;
}
.ht-70{
	height:70px;
}
.ht-80{
	height:80px;
}
.ht-80{
	height:80px;
}
.ht-100{
	height:100px;
}
.ht-110{
	height:110px;
}
.ht-120{
	height:120px;
}
.ht-130{
	height:130px;
}
.ht-140{
	height:140px;
}
.ht-150{
	height:150px;
}
.ht-160{
	height:160px;
}
.ht-170{
	height:170px;
}
.ht-180{
	height:180px;
}
.ht-190{
	height:190px;
}
.ht-200{
	height:200px;
}
.ht-400{
	height:400px;
}
.ht-500{
	height:500px;
}
.ht-100{
	height:100%;
	min-height:580px;
}
.h-100{
	height:100vh;
}
.h-05{
	height:0.1rem !important;		
}
.h-1{
	height:0.25rem !important;		
}
.h-2{
	height:0.5rem !important;		
}
.h-3{
	height:0.75rem !important;		
}
.h-4{
	height:1rem !important;		
}
.h-5{
	height:1.25rem !important;		
}
.h-6{
	height:1.5rem !important;		
}
.h-7{
	height:1.75rem !important;		
}
.h-8{
	height:2rem !important;		
}
.h-9{
	height:2.25rem !important;		
}
.h-10{
	height:2.5rem !important;		
}
.h-11{
	height:2.75rem !important;		
}
.h-12{
	height:3rem !important;		
}
.h-13{
	height:3.25rem !important;		
}
.h-14{
	height:3.75rem !important;		
}
.h-15{
	height:4rem !important;		
}
.h-16{
	height:4.25rem !important;		
}
.h-17{
	height:4.5rem !important;		
}
.h-18{
	height:4.75rem !important;		
}
.h-19{
	height:5rem !important;		
}
.h-20{
	height:5.25rem !important;		
}
.h-25{
	height:6rem !important;		
}
.h-30{
	height:7rem !important;		
}
.h-35{
	height:8rem !important;		
}
.h-40{
	height:9rem !important;		
}
.h-45{
	height:10rem !important;		
}
.h-50{
	height:15rem !important;		
}

/*------------ Global Settings: Custom Width ----------------*/
.w-1{
	width:0.25rem !important;		
}
.w-2{
	width:0.5rem !important;		
}
.w-3{
	width:0.75rem !important;		
}
.w-4{
	width:1rem !important;		
}
.w-5{
	width:1.25rem !important;		
}
.w-6{
	width:1.5rem !important;		
}
.w-7{
	width:1.75rem !important;		
}
.w-8{
	width:2rem !important;		
}
.w-9{
	width:2.25rem !important;		
}
.w-10{
	width:2.5rem !important;		
}
.w-11{
	width:2.75rem !important;		
}
.w-12{
	width:3rem !important;		
}
.w-13{
	width:3.25rem !important;		
}
.w-14{
	width:3.75rem !important;		
}
.w-15{
	width:4rem !important;		
}
.w-16{
	width:4.25rem !important;		
}
.w-17{
	width:4.5rem !important;		
}
.w-18{
	width:4.75rem !important;		
}
.w-19{
	width:5rem !important;		
}
.w-20{
	width:5.25rem !important;		
}
.w-25{
	width:6rem !important;		
}
.w-30{
	width:7rem !important;		
}
.w-35{
	width:8rem !important;		
}
.w-40{
	width:9rem !important;		
}
.w-45{
	width:10rem !important;		
}
.w-50s{
	width:15rem !important;		
}
.start-10 {
    left: 10%!important;
}
.start-20 {
    left: 20%!important;
}
.start-30 {
    left: 30%!important;
}
.start-40 {
    left: 40%!important;
}
.start-50 {
    left: 50%!important;
}
.start-60 {
    left: 60%!important;
}
.start-70 {
    left: 70%!important;
}
.start-80 {
    left: 80%!important;
}
.start-90 {
    left: 90%!important;
}
.end-10 {
    right: 10%!important;
}
.end-20 {
    right: 20%!important;
}
.end-30 {
    right: 30%!important;
}
.end-40 {
    right: 40%!important;
}
.end-50 {
    right: 50%!important;
}
.end-60 {
    right: 60%!important;
}
.end-70 {
    right: 70%!important;
}
.end-80 {
    right: 80%!important;
}
.end-90 {
    right: 90%!important;
}

/*---------- Global Settings: Section Heading Style ---------*/
.sec-heading {
	margin-bottom:3rem;
}
.sec-heading.lg {
	margin-bottom:30px;
}
.sec-heading.center {
	text-align:center;
}
.sec-heading.light h2, .sec-heading.light p{
	color:#ffffff;
}
.sec-heading p{
	margin-bottom:5px;
	line-height:1.7;
}
.sec-heading2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*------------ Global Settings: Typography ----------------*/
.type--fade {
  opacity: .5;
}
.fs-xs{
	font-size:10px;
}
.fs-sm{
	font-size:13.5px;
}
blockquote {
    font-size: 1.78571429em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    border-left: 0;
}
blockquote {
    font-style: italic;
}
blockquote:not(:last-child) {
    margin-bottom: 1.04em;
}
.card {
    border: none;
    overflow: hidden;
    background: #ffffff;
}
.card-header {
    background: #ffffff;
    padding: 0.8rem 1rem;
    border-color: #e2e8ec;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-header h4, .card-header h5, .card-header h6 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

/*------------ Global Settings: Animation ----------------*/
.animate-bounce {
    animation: bounce 2s infinite;
}
.animate-leftright {
    animation: leftright 2s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@keyframes leftright {
  0%, 100% {
    transform: translatex(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translatex(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

/*------------ Global Settings: Cutom Avatar ----------------*/
.avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: -.01rem;
    border-radius: 100%;
    height: auto;
}
.avatar.avatar-sm{
	width:30px;
	height:30px;
}
.avatar.avatar-md{
	width:40px;
	height:40px;
}
.avatar.avatar-lg{
	width:50px;
	height:50px;
}
.avatar.avatar-xl{
	width:70px;
	height:70px;
}
.avatar.avatar-xxl{
	width:90px;
	height:90px;
}
/*------------ Global Settings: Radio & Check Buttons ----------------*/
.form-check-input{
	border:2px solid var(--formborder);
}
.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(9, 135, 245, .25);
}
.form-check-input:checked {
    background-color:var(--maincolor);
    border-color: var(--maincolor);
}


/*------------ Global Settings: Social Links Colors ----------------*/
.color--facebook {
  color: #3b5998 !important;
}
.color--twitter {
  color: #00aced !important;
}
.color--googleplus {
  color: #dd4b39 !important;
}
.color--instagram {
  color: #125688 !important;
}
.color--pinterest {
  color: #cb2027 !important;
}
.color--dribbble {
  color: #ea4c89 !important;
}
.color--behance {
  color: #053eff !important;
}
.color--linkedin {
  color: #1685b9 !important;
}
.bg--facebook {
  background: #3b5998 !important;
  color: #fff !important;
}
.bg--twitter {
  background: #00aced !important;
  color: #fff !important;
}
.bg--googleplus {
  background: #dd4b39 !important;
  color: #fff !important;
}
.bg--instagram {
  background: #125688 !important;
  color: #fff !important;
}
.bg--pinterest {
  background: #cb2027 !important;
  color: #fff !important;
}
.bg--dribbble {
  background: #ea4c89 !important;
  color: #fff !important;
}
.bg--behance {
  background: #053eff !important;
  color: #fff !important;
}
.bg--linkedin {
  background:#1685b9 !important;
  color: #fff !important;
}
.btn--facebook {
  background:#ffffff !important;
  border:1px solid #3b5998 !important;
  color:#3b5998 !important;
}
.btn--facebook:focus, .btn--facebook:hover,.btn--facebook:active {
  background:#3b5998 !important;
  border:1px solid #3b5998 !important;
  color:#ffffff !important;
}
.btn--twitter {
  background: #ffffff !important;
  border:1px solid #00aced !important;
  color:#00aced !important;
}
.btn--twitter:hover, .btn--twitter:focus, .btn--twitter:active {
  background: #00aced !important;
  border:1px solid #00aced !important;
  color:#ffffff !important;
}
.btn--googleplus {
  background: #ffffff !important;
  border:1px solid #dd4b39 !important;
  color:#dd4b39 !important;
}
.btn--googleplus:hover, .btn--googleplus:focus, .btn--googleplus:active {
  background: #dd4b39 !important;
  border:1px solid #dd4b39 !important;
  color:#ffffff !important;
}
.btn--instagram {
  background: #ffffff !important;
  border:1px solid #125688 !important;
  color: #125688 !important;
}
.btn--instagram:hover, .btn--instagram:focus, .btn--instagram:active {
  background: #125688 !important;
  border:1px solid #125688 !important;
  color: #ffffff !important;
}
.btn--pinterest {
  background: #ffffff !important;
  border:1px solid #cb2027 !important;
  color: #cb2027 !important;
}
.btn--pinterest:hover, .btn--pinterest:focus, .btn--pinterest:active {
  background: #cb2027 !important;
  border:1px solid #cb2027 !important;
  color: #ffffff !important;
}
.btn--dribbble {
  background: #ffffff !important;
  border:1px solid #ea4c89 !important;
  color: #ea4c89 !important;
}
.btn--dribbble:hover, .btn--dribbble:focus, .btn--dribbble:active {
  background: #ea4c89 !important;
  border:1px solid #ea4c89 !important;
  color: #ffffff !important;
}
.btn--behance {
  background: #ffffff !important;
  border:1px solid #053eff !important;
  color: #053eff !important;
}
.btn--behance:hover, .btn--behance:focus,.btn--behance:active {
  background: #053eff !important;
  border:1px solid #053eff !important;
  color: #ffffff !important;
}
.btn--linkedin {
  background:#ffffff !important;
  border:1px solid #1685b9 !important;
  color: #1685b9 !important;
}
.btn--linkedin:hover, .btn--linkedin:focus, .btn--linkedin:active {
  background:#1685b9 !important;
  border:1px solid #1685b9 !important;
  color: #ffffff !important;
}
.height-100, .height-90, .height-80, .height-70, .height-60, .height-50, .height-40, .height-30, .height-20, .height-10 {
    height: auto;
    padding: 5em 0;
}

/*------------ Global Settings: Background & Image ----------------*/
.bg-img-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  opacity: 0;
  background: #252525;
}
[data-overlay] {
  position: relative;
}
[data-overlay]:before {
  position: absolute;
  content: '';
  background:var(--darkcolor);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay].image--light:before {
  background: #fff;
}
[data-overlay].bg--primary:before {
  background:var(--maincolor);
}
[data-overlay="1"]:before {
  opacity: 0.1;
}
[data-overlay="2"]:before {
  opacity: 0.2;
}
[data-overlay="3"]:before {
  opacity: 0.3;
}
[data-overlay="4"]:before {
  opacity: 0.4;
}
[data-overlay="5"]:before {
  opacity: 0.5;
}
[data-overlay="6"]:before {
  opacity: 0.6;
}
[data-overlay="7"]:before {
  opacity: 0.7;
}
[data-overlay="8"]:before {
  opacity: 0.8;
}
[data-overlay="9"]:before {
  opacity: 0.9;
}
[data-overlay="10"]:before {
  opacity: 1;
}
[data-overlay="0"]:before {
  opacity: 0;
}

.imagebg {
  position: relative;
}
.imagebg .container {
  z-index: 2;
}
div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6 {
  color: #fff;
}
div[data-overlay] p{
  color: #fff;
}
.parallax {
  overflow: hidden;
}
/**! 07. Icons **/
.icon {
  line-height: 1em;
  font-size: 3.14285714em;
}
.imagebg:not(.image--light) span {
    color: #fff;
}
/*------------ Global Settings: Spinner ----------------*/

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
    border: 3px solid;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: $spinner-width-sm;
  height: $spinner-height-sm;
  border-width: $spinner-border-width-sm;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width:30px;
  height:30px;
  vertical-align: text-bottom;
  background-color:#ffffff;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width:30px;
  height:30px;
}

/*------------ Global Settings: BG Cover -------------*/
.object-fit{
    object-fit: cover;
}
.bg-cover{
    background-size: cover !important;
    background-position: center !important;
}	
.image-bg{
    background-size: cover !important;
    background-position: center !important;
}
.default-bg{
	background-size:initial !important;
    background-position:initial !important;
}
.image-bg-wrap {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}
.image-bg-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:var(--darkcolor);
    display: block;
    content: "";
    opacity: 0.8;
}

/*-------------- Global Settings: Thumb size ----------------*/
.square--20{
	width:20px;
	height:20px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.square--25{
	width:25px;
	height:25px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.square--30{
	width:30px;
	height:30px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.square--40{
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.square--50{
	width:50px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.square--60{
	width:60px;
	height:60px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.square--70{
	width:70px;
	height:70px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.square--80{
	width:80px;
	height:80px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.square--90{
	width:90px;
	height:90px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.square--100{
	width:100px;
	height:100px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.hide {
  display: none;
}

/*-------------- Global Settings: Text Colors ----------------*/
.text-main{
	color:var(--maincolor) !important
}
.text-second{
	color:var(--secondcolor) !important
}
.text-red{
	color:var(--redcolor) !important
}
.text-green{
	color:var(--greencolor) !important
}
.text-muted {
  color:color-mix(in srgb, var(--darkcolor), transparent 40%) !important;
}
.text-muted-2 {
  color:color-mix(in srgb, var(--darkcolor), transparent 30%) !important;
}

.text-md{
	font-size:13px;	
}
.text-sm{
	font-size:12px;	
}
/*-------------- Global Settings: Alerts & Notification --------------*/
.alert-main {
    color:var(--maincolor);
    background-color:color-mix(in srgb, var(--maincolor), transparent 90%);
    border-color:color-mix(in srgb, var(--maincolor), transparent 85%);
}
.alert-second {
    color:var(--secondcolor);
    background-color:color-mix(in srgb, var(--secondcolor), transparent 90%);
    border-color:color-mix(in srgb, var(--secondcolor), transparent 85%);
}
.alert-green {
    color:var(--greencolor);
    background-color:color-mix(in srgb, var(--greencolor), transparent 90%);
    border-color:color-mix(in srgb, var(--greencolor), transparent 85%);
}
.alert-red {
    color:var(--redcolor);
    background-color:color-mix(in srgb, var(--redcolor), transparent 90%);
    border-color:color-mix(in srgb, var(--redcolor), transparent 85%);
}
/*-------------- Global Settings: Background Colors ----------------*/
.bg-main {
  background-color:var(--maincolor) !important;
}
.bg-second {
  background-color:var(--secondcolor) !important;
}
.bg-green{
	background-color:var(--greencolor) !important;
}
.bg-red {
  background-color:var(--redcolor) !important;
}

.bg-dark {
  background-color:var(--darkcolor) !important;
}
.bg-blure {
  background-color:rgba(255,255,255,0.1) !important;
  backdrop-filter: blur(5px);
}
.bg-white{
	background-color:#ffffff !important;
}
.bg-light-main {
  background-color:color-mix(in srgb, var(--secondcolor), transparent 90%) !important;
}
.bg-light-second {
  background-color:color-mix(in srgb, var(--maincolor), transparent 90%) !important;
}
.bg-light-green {
  background-color:color-mix(in srgb, var(--greencolor), transparent 90%) !important;
}
.bg-light-red {
  background-color:color-mix(in srgb, var(--redcolor), transparent 90%) !important;
}

.bg-transparent {
  background-color:rgba(255,255,255,0.1);
}

.bg--graysmoke {
    background-image: linear-gradient(180deg, rgba(244, 244, 249, .8) 50%, rgba(244, 244, 249, .05) 100%);
}
.shape--bg:after {
    width: 48%;
    height: 72%;
    top: 21%;
    left: 52%;
}
.shape--bg:before {
    width: 48%;
    height: 72%;
    top: 21%;
    right: 52%;
}
/*----------- Global Settings: Simple List -----------*/
ul{
	margin:0;
	padding:0;
}
ul li{
	list-style:none;
}
ul.simple-list, ul.colored-list, ul.simple {
    padding: 0;
    margin: 0;
}
ul.simple-list li, ul.colored-list li {
    list-style: none;
	position: relative;
	color:rgba(0,44,63,0.6);
	font-weight:500;
    padding:0.2rem 0rem 0.2rem 1.4rem;
}
ul.simple-list li:before {
    content:"\f192";
    font-family:"Font Awesome 6 Free";
    position: absolute;
    left: 0;
}
ul.colored-list li:before {
    content:"\f192";
    font-family:"Font Awesome 6 Free";
	color:var(--greencolor);
    position: absolute;
    left: 0;
}
/*-------------- Global Settings: Labels ----------------*/
.label {
  padding:4px 15px;
  color: #ffffff;
  font-weight:500;
  border-radius: 4px;
  font-size: 75%;
}
.label-main {
  background-color:var(--maincolor);
}
.label-green {
  background-color:var(--greencolor);
}
.label-red {
  background-color:var(--redcolor);
}
.label-white {
  background-color:#ffffff;
}
.label-light-main {
  background-color:color-mix(in srgb, var(--maincolor), transparent 90%);
  color:var(--maincolor);
}
.label-light-red {
  background-color:color-mix(in srgb, var(--redcolor), transparent 90%);
  color:var(--redcolor);
}
.label-light-green {
  background-color:color-mix(in srgb, var(--greencolor), transparent 90%);
  color:var(--greencolor);
}


/*------------ Global Settings: Table ------------*/
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent;
    border-top: 0px !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color:color-mix(in srgb, var(--graycolor), transparent 40%);
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid color-mix(in srgb, var(--graycolor), transparent 20%);
    border-bottom: none;
}
.table tr th, .table tr td {
    border-color: color-mix(in srgb, var(--graycolor), transparent 20%);
    padding: 12px 15px;
    vertical-align: middle;
}
.table.tbl-big tr th, .table.tbl-big tr td {
    padding:20px 15px;
}
.table.tbl-big.center tr th, .table.tbl-big.center tr td {
    padding:20px 15px;
	text-align:center;
}
table.table tr th {
    font-weight: 600;
}
.table-dark {
    color: #fff;
    background-color: var(--darkcolor);
}
.table-dark td, .table-dark th, .table-dark thead th {
    border-color: var(--darkcolor) !important;
}
.table .thead-dark th {
    color: #fff;
    background-color:var(--darkcolor);
    border-color:var(--darkcolor);
}
/*------------- Global Settings: Badge ----------------*/
.badge {
    height: 26px;
    padding: 0 12px;
	font-size:13px;
	font-weight:400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.badge.badge-md{
	font-size:11px;
}
.badge.badge-xs {
  font-size: 9px; }

.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px); }

.badge-main {
  background-color:var(--maincolor);
}
.badge-red {
  background-color:var(--redcolor);
}
.badge-green {
  background-color:var(--greencolor);
}
.badge-dark {
  background-color:var(--darkcolor);
}
.badge-light-main {
  color:var(--maincolor);
  background-color:color-mix(in srgb, var(--maincolor), transparent 90%);
}
.badge-light-red {
  color:var(--redcolor);
  background-color:color-mix(in srgb, var(--redcolor), transparent 90%);
}
.badge-light-green {
  color:var(--greencolor);
  background-color:color-mix(in srgb, var(--greencolor), transparent 90%);
}


/*------------- Global Settings: dropdown ----------------*/
.dropdown-item {
  padding: 8px 1rem;
  color:#607394;
  font-size: 15.5px;
}

/*------------- Global Settings: Buttons ----------------*/
.btn {
	padding:10px 20px;
	height:56px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	cursor: pointer;
	-webkit-transition:all ease 0.4s;
	-o-transition:all ease 0.4s;
	transition:all ease 0.4s;
	border-radius:0.4rem;
}
.btn-circle{
	border-radius:50%;
}
.btn:focus, .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-lg {
    padding:1em 1.5em;
	height:62px;
    font-size:1em;
}
.btn-md {
  padding:1em 1.5em;
  height:45px;
  font-size:0.8rem;
}
.btn-sm {
  padding: .25rem .5rem;
  height:35px;
  font-size: 12px;
}

.btn-xs {
  padding: .2rem .5rem;
  height:30px;
  font-size: 10px;
}

.btn-rounded {
  border-radius:50px !important;
  -webkit-border-radius:50px !important;
}

.btn-arrow {
  position: relative;
}
.btn-whites{
	background:#ffffff;
	border-color:#ffffff;
	color:var(--inversecolor);
}
.btn-whites:hover, .btn-whites:focus, .btn-whites:active{
	background:var(--inversecolor) !important;
	border-color:var(--inversecolor) !important;
	color:#ffffff !important;
}
.btn-main{
	background:var(--maincolor);
	border-color:var(--maincolor);
	color:#ffffff;
}
.btn-main:hover, .btn-main:focus, .btn-main:active{
	background:color-mix(in srgb, var(--maincolor), transparent 10%) !important;
	border-color:color-mix(in srgb, var(--maincolor), transparent 10%) !important;
	color:#ffffff !important;
}
.btn-outline-main{
	background:transparent;
	border-color:var(--maincolor);
	color:var(--maincolor);
}
.btn-outline-main:hover, .btn-outline-main:focus, .btn-outline-main:active{
	background:var(--maincolor) !important;
	border-color:var(--maincolor) !important;
	color:#ffffff !important;
}
.btn-light-main{
	background:color-mix(in srgb, var(--maincolor), transparent 85%);
	border-color:color-mix(in srgb, var(--maincolor), transparent 85%);
	color:var(--maincolor);
}
.btn-light-main:hover, .btn-light-main:focus, .btn-light-main:active{
	background:var(--maincolor) !important;
	border-color:var(--maincolor) !important;
	color:#ffffff !important;
}

.btn-second{
	background:var(--secondcolor);
	border-color:var(--secondcolor);
	color:#ffffff;
}
.btn-second:hover, .btn-second:focus, .btn-second:active{
	background:color-mix(in srgb, var(--secondcolor), transparent 10%) !important;
	border-color:color-mix(in srgb, var(--secondcolor), transparent 10%) !important;
	color:#ffffff !important;
}
.btn-outline-second{
	background:transparent;
	border-color:var(--secondcolor);
	color:var(--secondcolor);
}
.btn-outline-second:hover, .btn-outline-second:focus, .btn-outline-second:active{
	background:var(--secondcolor) !important;
	border-color:var(--secondcolor) !important;
	color:#ffffff !important;
}
.btn-light-second{
	background:color-mix(in srgb, var(--secondcolor), transparent 85%);
	border-color:color-mix(in srgb, var(--secondcolor), transparent 85%);
	color:var(--secondcolor);
}
.btn-light-second:hover, .btn-light-second:focus, .btn-light-second:active{
	background:var(--secondcolor) !important;
	border-color:var(--secondcolor) !important;
	color:#ffffff !important;
}

.btn-green{
	background:var(--greencolor);
	border-color:var(--greencolor);
	color:#ffffff;
}
.btn-green:hover, .btn-green:focus, .btn-green:active{
	background:color-mix(in srgb, var(--greencolor), transparent 10%) !important;
	border-color:color-mix(in srgb, var(--greencolor), transparent 10%) !important;
	color:#ffffff !important;
}
.btn-outline-green{
	background:transparent;
	border-color:var(--greencolor);
	color:var(--greencolor);
}
.btn-outline-green:hover, .btn-outline-green:focus, .btn-outline-green:active{
	background:var(--greencolor) !important;
	border-color:var(--greencolor) !important;
	color:#ffffff !important;
}
.btn-light-green{
	background:color-mix(in srgb, var(--greencolor), transparent 85%);
	border-color:color-mix(in srgb, var(--greencolor), transparent 85%);
	color:var(--greencolor);
}
.btn-light-green:hover, .btn-light-green:focus, .btn-light-green:active{
	background:var(--greencolor) !important;
	border-color:var(--greencolor) !important;
	color:#ffffff !important;
}

.btn-red{
	background:var(--redcolor);
	border-color:var(--redcolor);
	color:#ffffff;
}
.btn-red:hover, .btn-red:focus, .btn-red:active{
	background:color-mix(in srgb, var(--redcolor), transparent 10%) !important;
	border-color:color-mix(in srgb, var(--redcolor), transparent 10%) !important;
	color:#ffffff !important;
}
.btn-outline-red{
	background:transparent;
	border-color:var(--redcolor);
	color:var(--redcolor);
}
.btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red:active{
	background:var(--redcolor) !important;
	border-color:var(--redcolor) !important;
	color:#ffffff !important;
}
.btn-light-red{
	background:color-mix(in srgb, var(--redcolor), transparent 85%);
	border-color:color-mix(in srgb, var(--redcolor), transparent 85%);
	color:var(--redcolor);
}
.btn-light-red:hover, .btn-light-red:focus, .btn-light-red:active{
	background:var(--redcolor) !important;
	border-color:var(--redcolor) !important;
	color:#ffffff !important;
}

.btn-gray{
	background:var(--graycolor);
	border-color:var(--graycolor);
	color:var(--darkcolor);
}
.btn-gray:hover, .btn-gray:focus, .btn-gray:active{
	background:var(--darkcolor) !important;
	border-color:var(--darkcolor) !important;
	color:#ffffff !important;
}

.btn-outline-gray{
	background:transparent;
	border-color:var(--graycolor);
	color:var(--darkcolor);
}
.btn-outline-gray:hover, .btn-outline-gray:focus, .btn-outline-gray:active{
	background:var(--graycolor) !important;
	border-color:var(--graycolor) !important;
	color:var(--darkcolor) !important;
}


.btn-dark{
	background:var(--inversecolor);
	border-color:var(--inversecolor);
	color:#ffffff;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active{
	background:color-mix(in srgb, var(--inversecolor), transparent 10%) !important;
	border-color:color-mix(in srgb, var(--inversecolor), transparent 10%) !important;
	color:#ffffff !important;
}
.btn-outline-dark{
	background:transparent;
	border-color:var(--inversecolor);
	color:var(--inversecolor);
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active{
	background:var(--inversecolor) !important;
	border-color:var(--inversecolor) !important;
	color:#ffffff !important;
}
.btn-light-dark{
	background:color-mix(in srgb, var(--inversecolor), transparent 85%);
	border-color:color-mix(in srgb, var(--inversecolor), transparent 85%);
	color:var(--inversecolor);
}
.btn-light-dark:hover, .btn-light-dark:focus, .btn-light-dark:active{
	background:var(--inversecolor) !important;
	border-color:var(--inversecolor) !important;
	color:#ffffff !important;
}

/*----------- Global Settings: Video ------------------*/
.cover .video-block:not(:first-child):not(:last-child) {
    margin: 2.77em 0;
}
.video-play-icon {
    width:6.42857143em;
    height:6.42857143em;
    border-radius: 50%;
    position: relative;
    z-index:2;
    display: inline-block;
    border: 2px solid #ffffff;
    cursor: pointer;
	line-height:6em;
    background: #ffffff;
	box-shadow:0px 0px 0px 15px rgba(255,255,255,0.2);
	-webkit-box-shadow:0px 0px 0px 15px rgba(255,255,255,0.2);
}
.video-play-icon a {
    font-size: 3em;
	color:var(--maincolor);
}
/*----------- Global Settings: Pagination ------------------*/
.pagination {
    display: table;
    padding-left: 0;
    border-radius: 4px;
    margin:20px auto 0 !important;
}

.pagination>li>a,
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding:0 14px;
    margin: 5px;
    color:var(--maincolor);
    text-decoration: none;
    background-color:transparent;
    border-radius: 2px;
    width:auto;
    height: 37px;
    text-align: center;
    line-height: 1;
    border:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover {
    z-index: 2;
    color:#ffffff;
    cursor: pointer;
    background-color:var(--maincolor);
    border-color:none;
}

.pagination li:first-child a {
    background:transparent;
    border:none;
    border-radius:2px;
    color:var(--darkcolor);
}

.pagination li:last-child a {
    background:transparent;
    border:none;
    border-radius:2px;
    color:var(--darkcolor);
}
.pagination>li {
    display: inline;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color:var(--maincolor);
    border-color:none;
}

/*--------------- GLobal Settings: On off switch ---------------*/
.onoffswitch {
  position: relative;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-right: 27px;
    background-color: #27b737;
    color: #FFFFFF;
}
  .onoffswitch-inner:after {
    content: "";
    padding-right: 24px;
    background-color: #3e4555;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 23px;
  margin: 6px;
  background: #FFFFFF;
  height: 23px;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 35px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
 
/*------------- GLobal Settings: Bootstrap 4 hack --------------*/
.card-columns {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.card-columns .card {
    margin-bottom: 30px;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
	.hidden-xs-down {
		display: none !important;
	}
}

@media (min-width: 576px) {
	.hidden-sm-up {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-sm-down {
		display: none !important;
	} 
}

@media (min-width: 768px) {
	.hidden-md-up {
		display: none !important; 
	} 
}

@media (max-width: 991px) {
	.hidden-md-down {
		display: none !important; 
	} 
}

@media (min-width: 992px) {
	.hidden-lg-up {
		display: none !important;
	}
	.nav-left-side ul.attributes {
		float: none;
	}
}

@media (max-width: 1199px) {
	.hidden-lg-down {
		display: none !important;
	}
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
	}
}

.hidden-xl-down {
  display: none !important;
}

/*------------ GLobal Settings: All Forms Style ---------------*/
.form-control {
    height:56px;
    font-size:15px;
    box-shadow: none;
	padding:.5rem .75rem;
    border:1px solid var(--formborder);
	background-clip: initial;
}
.submit-form .form-control, .submit-page .form-control, .form-submit .form-control {
    background: var(--formbg);
    border: 1px solid var(--formborder);
    border-radius: 3px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.form-control.simple {
    background: var(--formbg);
    border: 1px solid var(--formborder);
    border-radius: 4px;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 0;
	border:none;
    height:57px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:57px;
    text-align: left;
    padding:0 15px 0 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:50px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color:var(--form-color);
}
.full-search-2 .form-control::-webkit-input-placeholder{color:var(--form-color);}
.full-search-2 .form-control:-ms-input-placeholder{color:var(--form-color);}
.full-search-2 .form-control::placeholder{color:var(--form-color);}

.select2-container--default .select2-selection--single .select2-selection__clear {
    right: 14px;
    top:1px;
}
.image-bg .form-control, .bg--dark .form-control {
	color:var(--form-color) !important;
}
select.form-control:not([size]):not([multiple]) {
    height: 56px;
}
select.form-control.fc-lg:not([size]):not([multiple]) {
    height:62px;
}
.form-control.fc-lg {
    height:62px;
}
textarea.form-control{
	height:180px !important;
}
.simple-form .form-floating>.form-control-plaintext~label::after, .simple-form .form-floating>.form-control:focus~label::after, .simple-form .form-floating>.form-control:not(:placeholder-shown)~label::after, .simple-form .form-floating>.form-select~label::after,
.login-form .form-floating>.form-control-plaintext~label::after, .login-form .form-floating>.form-control:focus~label::after, .login-form .form-floating>.form-control:not(:placeholder-shown)~label::after, .login-form .form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color:transparent !important;
    border-radius: var(--bs-border-radius);
}
.form-control::placeholder, .form-control::-webkit-input-placeholder, .form-control::-ms-input-placeholder{
	color:var(--form-color) !important;
}
/*------------- Form --------------*/
.tip-topdata {
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: var(--darkcolor);
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    margin-left: 5px;
    font-size: 9px;
}
.tip-topdata:before {
    content: attr(data-tip);
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    z-index: 999;
    white-space: nowrap;
    bottom: 9999px;
    left: 0;
    background:#394d8c;
    color: var(--darkcolor);
    padding: 7px 15px;
    line-height: 25px;
    border-radius: 3px;
    top: -42px;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    text-shadow: none;
    display: inline-table;
}

.tip-topdata:hover:before {
opacity: 1;
}
.form-submit .select2-container--default .select2-selection--single {
    background: var(--formbg);
    border: 1px solid var(--formborder);
    border-radius: 0;
    border: none;
    height: 56px;
    border-radius: 4px;
    padding-left: 15px;
}
.form-submit .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px;
}
/**************************************
	Header  & Navigation Bar Styles
***************************************/
.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu>li>a {
    color:#000;
}
.menu__list,
.nav-dropdown,
.nav-menu,
ul {
    list-style: none
}

.menu__link,
.navigation,
.navigation * {
    -webkit-tap-highlight-color: transparent
}

.navigation,
.navigation * {
    box-sizing: border-box
}
.navigation {
    width: 100%;
    display: flex;
    position: relative;
    font-size: 14px;
    align-items: center;
    justify-content: space-between;
}

.nav-toggle,
.navigation-hidden .nav-header {
    display: none
}

.navigation-portrait {
    height: 60px;
    display: flex;
    align-items: center;
    width: 100%;
}
.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.nav-header {
    display: flex;
    align-items: center;
    float: left;
}

.nav-brand {
    padding:12px 15px;
    font-size: 24px;
	padding-left: 0;
    text-decoration: none !important
}

.deatils ul li a,
.indicate a,
.logo h1 a,
.nav-button,
.nav-dropdown>li>a,
.nav-menu>li>a,
nav a {
    text-decoration: none
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 2.2;
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left
}

.nav-logo:focus>img {
    outline: initial
}

.deatils ul li a,
.indicate a,
.menu__link:focus,
.menu__link:hover,
nav a,
nav a:focus,
nav a:hover {
    outline: 0
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0
}

.nav-toggle {
    width: 30px;
    height: 18px;
    padding: 0px 0px 0;
    position: absolute;
    top: 55%;
    right: 0;
    cursor: pointer;
    transform: translateY(-55%);
	-webkit-transform: translateY(-55%);
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color:color-mix(in srgb, var(--maincolor), transparent 50%);
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 color-mix(in srgb, var(--maincolor), transparent 10%), 0 1em 0 0 color-mix(in srgb, var(--maincolor), transparent 50%);
}

.navigation-portrait .nav-toggle {
    display: block
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: .8s;
    transition-timing-function: ease
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px
}

.nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    right: 0
}

.nav-menus-wrapper-close-button {
    width: 25px;
    height: 25px;
    margin: 10px 5px;
    display: none;
    float: right;
    color: #363f50;
    font-size: 12px;
    cursor: pointer;
    background: #ecf1f5;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
.navigation-portrait .nav-menus-wrapper-close-button{
	display: inline-flex !important;
}
.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.nav-menu {
    margin: 0;
    padding: 0;
    line-height: normal
}

.navigation-portrait .nav-menu {
    width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center
}

.nav-menu>li {
    display: inline-block;
    text-align: left
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f0
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none
}
.navigation-portrait .nav-menu>li.hostEvent {
    padding: 1rem;
}
.nav-menu>li>a {
    padding:30px 18px;
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    color:var(--navcolor);
}
.nav-menu>li.hostEvent>a {
    height: auto;
    background:var(--maincolor);
	border-color:var(--maincolor);
	color:var(--white-color);
    padding: 14px 25px;
	text-transform: uppercase;
	font-weight:600;
    border-radius: 50px;
}
.nav-menu>li.hostEvent>a:hover{
	background:var(--darkcolor);
	border-color:var(--darkcolor);
	color:var(--white-color);
}
.nav-menu>li.hostEvent>a:focus{
	background:var(--darkcolor);
	border-color:var(--darkcolor);
	color:var(--white-color);
}

.navigation-portrait .nav-menu>li>a {
    height: auto;
    width: 100%;
    padding: 12px 15px 12px 26px
}

.nav-menu>.active>a,
.nav-menu>.focus>a,
.nav-menu>li:hover>a {
    color:var(--maincolor);
}

.nav-menu>li>a>[class*=ion-], .nav-menu>li>a>i {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -ms-transform: scale(1.4);
    transform: scale(1.1);
    top: 1px;
    position: relative;
}

.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
}

.submenu-indicator {
    margin-left: 6px;
    margin-top:5px;
    float: right;
    transition: all .3s
}

.navigation-portrait .submenu-indicator {
    width:100%;
    height: 44px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    z-index: 20000
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: double;
    border-width: 0 2px 2px 0;
    border-color: transparent #172228 #172228 transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg);
    transition: border .3s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    right: 24px
}

.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron,
.nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent var(--maincolor) var(--maincolor) transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.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-button,
.nav-text {
    display: inline-block;
    font-size: 14px
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background-color: #e42d29;
    transition: opacity .3s
}

.nav-button:focus,
.nav-button:hover {
    color: #fff;
    text-decoration: none;
    opacity: .85
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px
}

.nav-dropdown {
    min-width:250px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 98;
    white-space: nowrap
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0
}

.nav-dropdown .nav-dropdown {
    left: 100%
}

.nav-menu>li .nav-dropdown {
    border: none;
	padding:15px;
	background:#ffffff;
	border-radius: 0.5rem;
    box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
	-webkit-box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);    
}
.nav-menu>li>.nav-dropdown:before {
  background-color: #ffffff;
  content: "";
  width:22px;
  height:22px;
  left:27px;
  top:-12px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s; 
}
.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left
}

.nav-dropdown>li>a {
    width: 100%;
    padding:14px 20px 14px 10px;
	border-bottom: 1px solid #e4e8ec;
    display: inline-block;
    float: left;
	font-size: 13px;
    font-weight: 500;
    color:var(--nav-dropdown-color);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.nav-dropdown>li:last-child>a{
	border-bottom:none;
}
.nav-dropdown>li>a:hover, .nav-dropdown>li>a:focus {
    padding-left: 20px;
	color:var(--nav-dropdown-hover-color);
}
.nav-dropdown>.focus>a,
.nav-dropdown>li:hover>a {
    color:var(--nav-dropdown-hover-color);
}

.nav-dropdown.nav-dropdown-left {
    right: 0
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%
}

.navigation-landscape .nav-dropdown-left>li>a {
    text-align: right
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 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-dropdown .submenu-indicator {
    right: 15px;
    top: 16px;
    position: absolute
}

.menu__list,
.navbar,
nav a {
    position: relative
}

.navigation-portrait .submenu-indicator {
    right: 0;
    top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.navigation-portrait .nav-dropdown .submenu-indicator.submenu-indicator-up .submenu-indicator-chevron {
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navigation-portrait .submenu-indicator.submenu-indicator-up .submenu-indicator-chevron {
	-ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron {
    border-color:transparent var(--maincolor) var(--maincolor) transparent;
}

.navigation-landscape .nav-dropdown-left .submenu-indicator {
    left: 10px
}

.navigation-landscape .nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

nav a {
    display: inline-block
}
.header {
    background:var(--body-bg);
    z-index:2;
    width: 100%;
}

.navbar-nav {
    float: left;
    margin: 0
}

.navbar-default {
    background: #fff;
    border: none !important
}

.navbar-default .navbar-nav>li>a {
    color: #05222A;
    font-size: 1.3em;
    font-weight: 900
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #02B875;
    background-color: #fff
}

.navbar {
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #05222A;
    background-color: #fff
}

.nav-brand img {
    max-width:150px;
	position: relative;
    top:0px;
}
.topbar {
    height: 42px;
    background: var(--darkcolor);
    padding: 0;
	font-size:14px;
	font-weight:500;
    transition: all 0.5s;
}
.topbar .contact-info, .topbar .contact-info a {
    color: var(--white-color);
}
.topbar .contact-info i{
	font-style:normal;
}
.topbar .social-links {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap:1rem;
	padding:0;
	margin:0;
}
.topbar .social-links a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
	transition:all ease 0.4s;
}
.topbar .social-links a:hover,
.topbar .social-links a:focus{
	color:rgba(255,255,255,1);
}
.header.header-light.header-fixed .topbar {
    height: 0;
}
/*----------Dark Menu --------*/
@media (min-width: 993px) {
.header.header-fixed{
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    background: #ffffff;
    position: fixed !important;
    z-index: 999;
    width: 100%;
    top:-1px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
.header.no-fixed-head.header-fixed{
	position:relative;
	box-shadow:none;
}
.header.head-shadow{
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
	z-index:92;
	position:relative;
}
.header.head-border{
    border-bottom:1px solid #e9ecef;
}

.change-logo .nav-brand.fixed-logo {
    display: none;
}
.change-logo.header-fixed .nav-brand.fixed-logo {
    display: block;
}
.change-logo.header-fixed .nav-brand.static-logo {
    display: none;
}
}
@media (max-width: 992px) {
.nav-brand img {
    max-width:110px;
    position: relative;
    top:0px;
}
.nav-brand {
    padding:0px 15px;
	padding-right: 0;
}
.nav-header {
    width: 100%;
}
.navigation-portrait .nav-brand {
    flex: 1;
}

}

/*===================================================
 Homes Banner Design
==================================================*/
.homeslider {
    width: 100%;
}
.homeslider .slick-list {
    height: 100%;
}
.homeslider .slick-list .slick-track {
    height: 100%;
}
.homeslider .slick-slide {
    position: relative;
}
.homeslider .slick-slide:before {
   content: " ";
    background: #000000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.homeslider .banner-caption {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.homeslider .banner-caption .btn-gredient {
    height: 44px;
    padding: 10px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    background: #16a085;
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
    border-radius: 50px;
    color: var(--white-color);
	transition: all ease 0.4s;
}
.homeslider .banner-caption .btn-gredient:hover,
.homeslider .banner-caption .btn-gredient:focus{
	background-image: linear-gradient(-60deg, #f4d03f 0%, #16a085 100%);
}
.homeslider .banner-caption .btn-link {
    font-weight: 500;
    color: var(--white-color);
    text-decoration: none;
    border-bottom: 2px solid var(--white-color);
    transition: all ease 0.4s;
}
.homeslider .banner-caption .btn-link:hover,
.homeslider .banner-caption .btn-link:focus{
	border-color:#16a085;
	color: var(--white-color);
}
.homeslider .slick-next {
    width: 35px;
    height: 80px;
	opacity:0;
	right: 0;
    background: rgba(2, 2, 2, 0.3);
    border-radius: 50px 0px 0px 50px;
	transition:all ease 0.4s;
}
.homeslider .slick-prev{
    width:35px;
    height: 80px;
	opacity:0;
	right: 0;
    background: rgba(2, 2, 2, 0.3);
    border-radius: 0px 50px 50px 0px;
	transition:all ease 0.4s;
}
.homeslider .slick-next:before, .homeslider .slick-prev:before {
    width: auto;
    height: auto;
    background: transparent;
    color: var(--white-color);
    border: none;
	font-size: 24px;
}
.homeslider .slick-next:before{
	content:"\f135";
	font-family: bootstrap-icons !important;
}
.homeslider .slick-prev:before{
	content:"\f12c";
	font-family: bootstrap-icons !important;
}
.homeslider:hover .slick-prev{
	opacity:1;
}
.homeslider:hover .slick-next{
	opacity:1;
}

/*------------- Slick Slider ---------------*/
.slick-next:before, .slick-prev:before {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    color: #5d6f7e;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    padding: 0;
    margin: 0;
}
.slick-next, .slick-prev {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index:5;
}
.single-list{
	padding:0 10px;
}
.slick-next:before, .slick-prev:before {
    font-family: initial;
    font-size: 12px;
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 0px;
}
.slick-next {
    right: 0px;
}
.slick-dots li button {
    border-radius: 50%;
    background:color-mix(in srgb, var(--maincolor), transparent 92%);
}
.slick-dots li button:before {
    font-size: 8px;
    line-height: 21px;
    color: var(--maincolor);
}
/*===================================================
	What We Do Section
==================================================*/
.whatwedo-section {
    width: 100%;
    position: relative;
}
.whatwedo-section .title {
    font-size: 40px;
    font-weight: 600;
}
.whatwedo-section .para {
    font-size: 16px;
    line-height: 1.8;
}
.featuresList {
    width: 100%;
    margin-top: 2rem;
}
.featuresList ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
	row-gap:18px;
}
.featuresList ul li {
    list-style: none;
    font-size:16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
	width: 50%;
    flex: 0 50%;
}
.featuresList ul li .check {
    width: 24px;
    height: 24px;
    font-size: 13px;
    padding: 0;
    background:color-mix(in srgb, var(--greencolor), transparent 90%);
    color: var(--greencolor);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.getStartedWrap {
    display: flex;
    width: 100%;
    margin-top: 1.5rem;
}
.getStartedWrap .btn-started {
	height:50px;
    padding: 10px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    background:var(--maincolor);
    background-image: linear-gradient(-60deg, #768948 0%, #34623f 100%);
    border-radius: 50px;
    color: var(--white-color);
    transition: all ease 0.4s;
	background-size: 260% 100%;
    background-position: bottom right;
}
.getStartedWrap .btn-started:hover, .getStartedWrap .btn-started:focus {
    background-image: linear-gradient(-60deg, #34623f 0%, #768948 100%);
	 color: var(--white-color);
}

/*===================================================
	Why Choose Us Section
==================================================*/
.whychooseWrap {
    width: 100%;
    position: relative;
    display: block;
	text-align: center;
}
.whychooseWrap .iconBox {
    width: 85px;
    height: 85px;
    font-size: 35px;
    margin-bottom: 1.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--body-bg);
}
.whychooseWrap .capsBox {
    width: 100%;
    padding: 0 .5rem;
    text-align: center;
}
.whychooseWrap .iconBox.style-1 {
    background:color-mix(in srgb, var(--greencolor), transparent 92%);
    color:var(--greencolor);
}
.whychooseWrap .iconBox.style-2{
    background:color-mix(in srgb, var(--secondcolor), transparent 92%);
    color: var(--secondcolor);
}
.whychooseWrap .iconBox.style-3{
    background:color-mix(in srgb, var(--redcolor), transparent 92%);
    color: var(--redcolor);
}
.whychooseWrap .capsBox .title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
}
.whychooseWrap .capsBox .subtitle {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
}


/*===================================================
	Why Client love Us
==================================================*/
.featuresWrap{
    width: 100%;
    position: relative;
    display: block;
}
.featuresWrap .iconBox {
    font-size: 35px;
    margin-bottom:1.2rem;
}
.featuresWrap .iconBox svg{
	color:var(--maincolor);
}
.featuresWrap .capsBox {
    width: 100%;
    padding: 0 .5rem;
}
.featuresWrap .capsBox .title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
}
.featuresWrap .capsBox .subtitle {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
}

/*===================================================
	Trusted by 120+ Leading Brands
==================================================*/
.leadingBrands {
    width: 100%;
    padding:0 1.5rem;
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.4s;
}
.leadingBrands img{
	transition:all ease 0.4s;
	max-width:125px;
	opacity:0.5;
	width: 100%;
}
.leadingBrands:hover img,
.leadingBrands:focus img{
	opacity:1;
}

/*===================================================
	True Facts Design
==================================================*/
.factsWrap {
    width: 100%;
    max-width: 250px;
    height: 220px;
    padding: 1rem;
    background: var(--body-bg);
    border-radius: 0.6rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position:relative;
}
.factsWrap .tooltipLink {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #000000;
    opacity: 0.7;
}
.factsWrap .icon {
    margin-bottom: 0.7rem;
}
.factsWrap .title {
    font-size: 50px;
    font-weight: 700;
	line-height:54px;
    margin: 0;
}
.factsWrap .subtitle {
    font-weight: 500;
    margin: 0;
}
.factsWrap.style-1 {
    background: #E0F2F1;
}
.factsWrap.style-1 .icon svg {
    color: #009688;
}
.factsWrap.style-2 {
    background: #e7e6ff;
}

.factsWrap.style-2 .icon svg {
    color: #3c45ca;
}
.factsWrap.style-3{
    background: #FCE4EC;
}
.factsWrap.style-3 .icon svg {
    color: #E91E63;
}
.factsWrap.style-4{
    background: #E1F5FE;
}
.factsWrap.style-4 .icon svg {
    color: #03A9F4;
}


/*===================================================
	Price Table
==================================================*/
.Pricetable-wrap{
    padding:40px 25px;
	margin-bottom:30px;
	border-radius:10px;
    background: #ffffff;
    box-shadow: 0 8px 16px rgb(146 152 198 / 8%);
    transition: 0.3s;
    text-align: left;
    position: relative;
    z-index: 1;
}
.Pricetable-wrap.dark-price {
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
    background: rgba(255, 255, 255, 0.02);
}

.Pricetable-wrap:hover, .Pricetable-wrap:focus, .Pricetable-wrap:active{
	transform: translateY(-5px);
}
.price-header {
    width: 100%;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(2,2,2,0.08);
}
.price-header .price-currency {
    margin-bottom: 1rem;
}
.price-header .price-currency h3 {
    font-weight: 600;
	margin-bottom:0px;
    font-size: 60px;
	line-height: 1;
}
.mostPopular .price-header .price-currency h3 {
    color: var(--maincolor);
}
.price-header .price-currency h3 sub {
    font-weight: 500;
    font-size: 25px;
}
.price-header .price-currency h3 sub.light-small {
    opacity: 0.5;
    font-size: 20px;
    font-weight: 400;
}
.price-header .price-subtitle {
    width: 100%;
}
.price-header .price-subtitle h4 {
    margin: 0;
	font-size: 20px;
    font-weight: 600;
}
.price-body {
    width: 100%;
    display: block;
    margin: 1.5rem 0;
}
.price-body ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.price-body ul li {
    padding: 0.4rem 0;
}
.price-body ul li.none {
    text-decoration: line-through;
    opacity: 0.6;
}
.price-bottom {
    width: 100%;
    display: block;
}
.price-bottom .price-btn {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid var(--darkcolor);
    color: var(--white-color);
    background: var(--darkcolor);
	transition:all ease 0.4s;
}
.mostPopular .price-bottom .price-btn {
    border: 1px solid var(--maincolor);
    color: var(--white-color);
    background: var(--maincolor);
}
.price-bottom .price-btn i{
	margin-right:10px;
}
.price-bottom .price-btn:hover,
.price-bottom .price-btn:focus{
	border: 1px solid var(--maincolor);
    color: var(--white-color);
    background: var(--maincolor);
}

/*===================================================
	Reviews Designs
==================================================*/
.reviewsCard {
    width: 100%;
    padding: 1.5rem 2rem;
    border-radius: 0.6rem;
    background: var(--body-bg);
}
.reviewsCard .headers {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 1rem;
}
.reviewsCard .headers .reviewer {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.reviewsCard .headers .reviewer img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.reviewsCard .headers .headCaps {
    flex: 1;
}
.reviewsCard .headers .headCaps .reviewrName {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
}
.reviewsCard .headers .headCaps .designation {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
}
.reviewsCard .reviewDesc {
    margin-top: 1.5rem;
}
.reviewsCard .reviewDesc .rating {
    display: flex;
    align-items: center;
    font-size: 14px;
    column-gap: 7px;
    color: #FF9800;
    margin-bottom: 0.5rem;
}
.reviewsCard .reviewDesc .descWrap {
    width: 100%;
}
.reviewsCard .reviewDesc .descWrap .quote-icon-left {
    display: inline-block;
    left: -5px;
	font-size:23px;
	color:var(--maincolor);
    position: relative;
}
.reviewsCard .reviewDesc .descWrap .quote-icon-right {
    display: inline-block;
    right: -5px;
	font-size:17px;
	color:var(--maincolor);
    position: relative;
    top:7px;
    transform: scale(-1, -1);
}
.reviewsCard .reviewDesc .descWrap .dess {
    font-size: 15px;
}
.reviews-slide .singleItem {
    padding: 1rem 0.7rem;
}

/*===================================================
	Master Teams Designs
==================================================*/
.masterTeam {
    width: 100%;
	border-radius:0.6rem;
    background: var(--body-bg);
    padding: 0.8rem 0.8rem 0 0.8rem;
}
.masterTeam .teamCaps {
    width: 100%;
    text-align: center;
}
.masterTeam .teamCaps .title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.masterTeam .teamCaps .designation {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
}
.color--facebook {
  color: #3b5998 !important;
}

.color--twitter {
  color: #00aced !important;
}

.color--googleplus {
  color: #dd4b39 !important;
}

.color--instagram {
  color: #9a4ace !important;
}

.color--pinterest {
  color: #cb2027 !important;
}

.color--dribbble {
  color: #ea4c89 !important;
}

.color--behance {
  color: #053eff !important;
}

.color--linkedin {
  color: #1685b9 !important;
}

.color--whatsapp {
  color: #4caf50 !important;
}


/*===================================================
	Blogs List Design
==================================================*/
.blogGrid {
    width: 100%;
	overflow:hidden;
	position: relative;
    background: var(--body-bg);
    border-radius: 0.6rem;
}
.blogGrid .blogThumb {
    width: 100%;
    height: 100%;
}
.blogGrid .blogThumb .thumbLink {
    height: 100%;
    display: block;
}
.blogGrid .blogCaps {
    width: 100%;
    padding: 1.4rem;
}
.blogGrid .blogCaps .blogflesio {
    width: 100%;
    text-align: start;
    margin-bottom: 1rem;
}
.blogGrid .blogCaps .blogflesio .title {
    font-weight: 600;
    line-height: 1.4;
    font-size:20px;
}
.blogGrid .blogCaps .blogflesio .expanded {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}
.blogGrid .blogCaps .blogFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 2rem;
}
.blogGrid .blogCaps .blogFooter .viewLink {
    font-weight: 600;
    color: var(--maincolor);
}
.blogGrid .blogCaps .blogFooter .publishedDate {
    font-size: 12px;
    font-weight: 500;
}
.blogGrid .blogCaps .blogFooter .viewLink:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

/*===================================================
	Request a Free Callback
==================================================*/
.form-floating .form-control,
.form-group .form-control {
    border-radius: 0.4rem;
    border-color:var(--formborder);
}
.form-floating>label {
    font-size: 15px;
    color: #252525;
}
.contact .form-group button {
    margin: 0 auto;
    height: 50px;
    padding: 0 35px;
    border-radius: 0.4rem;
    font-weight: 600;
    font-size: 14px;
	transition:all ease 0.4s;
}
.contact .form-group button:hover,
.contact .form-group button:focus{
	background:color-mix(in srgb, var(--maincolor), transparent 15%);
}

/*-------------------------------------
	Tab Design
---------------------------------------*/
.nav-pills .nav-link.active, .show>.nav-pills .nav-link {
    color:#fff;
    background-color:#F41b3b;
}
.nav-tabs{
	border:none;
}
.nav-link {
    display: block;
    padding: .8rem 1.4rem;
    background: #ffffff;
    font-weight:500;
    font-size: 14px;
    margin-right: 0.8rem;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: .25rem;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 0.25rem;
    background: #f4f5f7;
    color: #2d3037;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-radius: .25rem;
    background:rgb(244 27 59 / 10%);
	color:#f41b3b;
    border-color:rgb(244 27 59 / 15%);
	cursor:pointer;
}
.nav-tabs .nav-link.active {
    color: #ffffff;
    background: #f41b3b;
    border-color: #f41b3b;
}
button:focus {
    outline:none;
    outline:none;
}
.nav-tabs.simple_tab_links .nav-link {
    margin:0 5px;
    padding:0.5rem 0.8rem;
    border-radius: 0;
    background: transparent;
    border: none;
    font-size: 13px;
    font-weight: 500;
	opacity:0.6;
    text-transform: uppercase;
}
.nav-tabs.simple_tab_links .nav-link:hover, .nav-tabs.simple_tab_links .nav-link:focus {
    border:none;
    border-radius:0;
    background:transparent;
	cursor:pointer;
}
.nav-tabs.simple_tab_links .nav-link.active {
    color: #000000;
    background: transparent;
    border-bottom: 2px dashed black;
    opacity: 1;
}
.style-2{
	overflow:hidden;
}

.style-2#v-pills-tab .nav-link {
    margin: 0 !important;
    border-radius: 0;
    border-bottom: 1px solid #e7e7e7;
}
.style-2#v-pills-tab .nav-link:last-child{
    border:none;
}
.nav-tabs.search-tab .nav-link {
    border-radius: 50px;
    padding: 0.6rem 1.4rem;
}
div#myTabContent {
    width: 100%;
}
.nav-tabs.small-tab{
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.nav-tabs.small-tab .nav-link {
    padding:0.4rem 0.8rem;
    font-weight: 500;
    font-size:13px;
    margin:0.4rem;
}
.nav-pills.center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-pills .nav-link {
    color: #353535;
    border: 1px solid #eaeaea;
    border-radius: 50px;
}
.nav-pills.mid .nav-link{
	padding:0.7rem 2rem;
}
/*----------------------------------
	Accordion Design
-----------------------------------*/
.accordion .card-header {
    padding: 1rem 1rem;
    background: transparent;
    margin: 0;
    display: block;
    border: none;
}
.accordion .card-header button {
    color: #121212;
    font-weight: 500;
    padding: 0;
    height: auto;
    display: inline-block;
    width: 100%;
    text-align: left;
    text-decoration: initial;
	word-wrap: break-word;
    white-space: normal;
}
.accordion .card-body{
	padding-top:0px;
}
.collapsible-link:before, .accordion .btn-link:before {
  content: '';
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link:after, .accordion .btn-link:after {
  content: '';
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']:after, .accordion .btn-link[aria-expanded='true']:after {
  transform: rotate(90deg) translateX(1px);
}

.collapsible-link[aria-expanded='true']:before, .accordion .btn-link[aria-expanded='true']:before {
  transform: rotate(180deg);
}
.card-header {
    position: relative;
}
.accordion .card {
    border-color: #e8edf7;
    margin-bottom: 10px;
	border:1px solid #e9ecef;
}
.accordion_title, .accordion .card-header h5 {
    text-transform: capitalize;
    font-size: 16px;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    box-shadow: none;
}
#acdflush.accordion-flush .accordion-item {
    margin-bottom: 1rem;
    border: none;
}
#acdflush .accordion-button {
    font-weight: 500;
    padding: 0.7rem 1rem;
}
.accordion-button:not(.collapsed) {
    color: #009688;
    background-color: rgba(0, 150, 136,0.1);
    box-shadow: none;
}
#acdflush .accordion-button:after{
	display:none !important;
}
#acdflush .accordion-button img {
    max-width: 70px;
    float: right;
    position: absolute;
    right: 25px;
}


/*===================================================
	Page Title Design
==================================================*/
.pageTitle {
    background: color-mix(in srgb, var(--maincolor), transparent 94%);
    padding: 4rem 0;
	position:relative;
	background-size:cover !important;
	background-position:center !important;
}
.pageTitle .container{
	position:relative;
	z-index:1;
}
.titleCaps {
    text-align: center;
}
.titleCaps.left{
	text-align:start;
}
.pageTitle .titleCaps .title{
    font-weight: 600;
    line-height: 1.4;
	margin-bottom:0.1rem;
}
.pageTitle .titleCaps .subtitle{
    font-weight:500;
    line-height: 1.4;
	font-size:21px;
	font-style:italic;
	font-family:var(--font-serif);
}
.pageTitle.light-mode .title{
	color:var(--white-color);
}
.pageTitle.light-mode .titleCaps .subtitle{
	color:var(--white-color);
}
.bg-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bg-dark{
	background:var(--darkcolor);
}
.opacity-1 {
    opacity: 0.1 !important;
}
.opacity-2 {
    opacity: 0.2 !important;
}
.opacity-3 {
    opacity: 0.3 !important;
}
.opacity-4 {
    opacity: 0.4 !important;
}
.opacity-5 {
    opacity: 0.5 !important;
}
.opacity-6 {
    opacity: 0.6 !important;
}
.opacity-7 {
    opacity: 0.7 !important;
}
.opacity-8 {
    opacity: 0.8 !important;
}
.opacity-9 {
    opacity: 0.9 !important;
}
.smartsearch-box {
    width: 100%;
    display: block;
    padding: 1.4rem;
    border-radius: 0.4rem;
    background: var(--body-bg);
}
.smartsearch-box .searchForm {
    width: 100%;
}
.smartsearch-box .searchForm .form-group {
    width: 100%;
    margin: 0;
}
.smartsearch-box .searchForm .form-group .form-control {
    height: 52px;
    border-radius: 0.2rem;
    font-size: 14px;
    font-weight: 500;
	color:color-mix(in srgb, var(--darkcolor), transparent 20%);
    border: 1px solid var(--formborder);
}
.smartsearch-box .searchForm .form-group .choices__inner {
    height: 52px;
    padding: 10px 7.5px 3.75px;
    font-weight: 500;
	border-radius: 0.2rem;
	color:color-mix(in srgb, var(--darkcolor), transparent 20%);
	background:var(--body-bg);
	border: 1px solid var(--formborder);
}
.smartsearch-box .searchForm .form-group .filter-btn {
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    background: var(--maincolor);
    color: var(--white-color);
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition:all ease 0.4s;
}
.smartsearch-box .searchForm .form-group .filter-btn:hover,
.smartsearch-box .searchForm .form-group .filter-btn:focus {
    background:color-mix(in srgb, var(--maincolor), transparent 20%);
}
.choices__list--dropdown .choices__item--selectable:after{
	display:none;
}
/*------------- Datepicker Design ----------*/
.daterangepicker {
    border-color:var(--formborder);
}
.daterangepicker:before {
    border-bottom: 7px solid var(--formborder);
}
.daterangepicker .calendar-table th {
    font-size: 13px;
    color:color-mix(in srgb, var(--darkcolor), transparent 20%);
	min-width: 40px;
    width: 40px;
    height: 38px;
    font-weight:600;
}
.daterangepicker .calendar-table td{
    font-size: 13px;
    color:color-mix(in srgb, var(--darkcolor), transparent 30%);
	width: 40px;
    height: 38px;
    font-weight: 500;
}
.daterangepicker .drp-calendar {
    max-width: 320px;
}
.daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
    color:color-mix(in srgb, var(--darkcolor), transparent 50%) !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--maincolor);
    color:var(--white-color) !important;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color:color-mix(in srgb, var(--maincolor), transparent 92%);
    color:var(--maincolor);
}
th.month {
    color:var(--redcolor) !important;
}

/*===================================================
	Donation Page Design
==================================================*/
.customsearchWrap {
    width: 100%;
    margin-bottom:2rem;
}
.customsearchWrap .form-control {
    height: 60px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50px;
    padding-left: 20px;
}
.form-control:focus {
    box-shadow: 0 0 0 .25rem rgba(1, 69, 93, .15);
}
.donationGrid {
    width: 100%;
    border-radius: 0.5rem;
    background: var(--body-bg);
    height: 100%;
	position:relative;
}
.donationGrid .donationThumb {
    padding: 0.8rem;
	position:relative;
}
.donationGrid .donationThumb img {
    border-radius: 0.4rem;
}
.donationGrid .donationThumb .publishedDate {
    position: absolute;
    top: 2rem;
    right: 2rem;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 0.4rem;
    font-size: 13px;
    font-weight: 500;
    color: var(--white-color);
    background: var(--maincolor);
}
.donationGrid .donationDetail {
    width: 100%;
    display: block;
    padding: 1rem 1.5rem 2rem;
}
.donationGrid .donationDetail .detailHead {
    display: block;
    margin-bottom: 1.5rem;
}
.donationGrid .donationDetail .detailHead .donationTitle {
    font-weight: 500;
    font-size: 19px;
    line-height: 1.5;
	margin:0;
}
.donationGrid .donationDetail .donationRaised {
    display: block;
    width: 100%;
}
.donationGrid .donationDetail .donationRaised .progress {
    height: 0.7rem;
    background: #E0F2F1;
    width: 100%;
    flex: 1;
}
.donationGrid .donationDetail .donationRaised .progress .progress-bar {
    background: #009688;
}
.donationGrid .donationDetail .donationRaised .raisedInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
}
.donationGrid .donationDetail .donationRaised .raisedInfo .raisedwrap {
    font-size: 14px;
    font-weight: 500;
    color: var(--heading-color);
}
.donationGrid .donationDetail .donationRaised .raisedInfo .raisedwrap .raised {
    margin-left: 0.5rem;
    color: #FF9800;
}
.donationGrid .donationDetail .donationRaised .raisedInfo .goalwrap{
	font-size: 14px;
    font-weight: 500;
    color: var(--heading-color);
}
.donationGrid .donationDetail .donationRaised .raisedInfo .goalwrap .goal {
    margin-left: 0.5rem;
    color:#4caf50;
}
.donationGrid .donationDetail .donateButton {
    width: 100%;
    display: block;
    padding:2rem 0 0;
}
.donationGrid .donationDetail .donateButton .donate-btn {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: var(--body-bg);
    border: 2px solid color-mix(in srgb, var(--maincolor), transparent 50%);
    color: var(--maincolor);
    transition: all ease 0.4s;
}
.donationGrid .donationDetail .donateButton .donate-btn:hover,
.donationGrid .donationDetail .donateButton .donate-btn:focus{
	background: var(--maincolor);
    border: 2px solid var(--maincolor);
    color: var(--white-color);
}
.donationGrid .donationDetail .donateButton .donate-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    display: block;
    width: 100%;
}

/*----------------- Donation Detail Page ---------------*/
.donation-detail-block {
    width: 100%;
    position: relative;
    display: block;
}
.donation-detail-block .featuredImg {
    width: 100%;
    position: relative;
    display: block;
}
.donation-detail-block .featuredImg .thumb {
    width: 100%;
	position:relative;
    border-radius: 0.6rem;
    border: 1px solid var(--formborder);
    overflow: hidden;
}
.donation-detail-block .featuredImg .thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.donation-detail-block .featuredImg .donation-cats {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--greencolor);
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 13px;
    border-radius: 0.4rem;
    padding: 0 15px;
    color: var(--white-color);
}
.donation-detail-block .featuredImg .donation-cats a{
    color: var(--white-color);
}
.donation-detail-block .organizingBlock {
    width: 100%;
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid var(--formborder);
}
.donation-detail-block .organizingBlock .organizingwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 0.7rem;
}
.donation-detail-block .organizingBlock .organizingwrap .organizing-block {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 1rem;
    row-gap: 0.5rem;
    flex-wrap: wrap;
}
.donation-detail-block .organizingBlock .organizingwrap .organizing-block .avatar {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background:color-mix(in srgb, var(--maincolor), transparent 92%);
    color:var(--maincolor);
    border-radius: 50%;
    font-size: 1.4rem;
}
.donation-detail-block .organizingBlock .organizingwrap .created {
    font-size: 14px;
	color:color-mix(in srgb, var(--darkcolor), transparent 50%);
}
.donation-detail-block .organizingBlock .organizingwrap .organizing-block .caps {
    font-size: 14px;
}
.donation-detail-block .donation-description {
    padding: 1.5rem 0;
    width: 100%;
    display: block;
}
.donation-detail-block .donation-description p {
    font-size: 15px;
    line-height: 1.8;
}
.donation-detail-block .donation-description .responce-btn-wrap {
    width: 100%;
    padding: 1rem 0;
}
.donation-detail-block .donation-description .responce-btn-wrap .btn-flow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 1rem;
}
.donation-detail-block .donation-description .responce-btn-wrap .btn-flow .btn-heart {
    width: 50px;
    height: 50px;
    border: 1px solid var(--formborder);
    color:color-mix(in srgb, var(--darkcolor), transparent 20%);
    background: var(--body-bg);
    border-radius: 50%;
    transition: all ease 0.4s;
    font-size:22px;
}
.donation-detail-block .donation-description .responce-btn-wrap .btn-flow .btn-heart:hover,
.donation-detail-block .donation-description .responce-btn-wrap .btn-flow .btn-heart:focus{
	border: 1px solid color-mix(in srgb, var(--maincolor), transparent 90%);
    color:var(--maincolor);
    background:color-mix(in srgb, var(--maincolor), transparent 92%);
}
.donation-detail-block .donation-description .responce-btn-wrap .btn-flow .btn-responce {
    outline: none;
    width: auto;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    background: transparent;
    font-size: 27px;
    column-gap: 6px;
}
.donation-detail-block .donation-description .responce-btn-wrap .btn-flow .btn-responce .coun {
    font-size: 17px;
	color:color-mix(in srgb, var(--darkcolor), transparent 30%);
}
.donation-detail-block .donation-description .donatesFlo {
    width: 100%;
    display: block;
}
.donation-detail-block .donation-description .donatesFlo .btn-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    flex: 0 50%;
    row-gap: 12px;
	padding:0.7rem 0 0.7rem;
}
.donation-detail-block .donation-description .donatesFlo .btn-flow .donateBtn,
.donation-detail-block .donation-description .donatesFlo .btn-flow .shareBtn {
    width: 50%;
    display: flex;
    border: 1px solid var(--bordercolor);
	background:var(--body-bg);
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    font-weight: 500;
    color: color-mix(in srgb, var(--darkcolor), transparent 10%);;
}
.donation-detail-block .donation-description .donatesFlo .btn-flow .donateBtn:hover,
.donation-detail-block .donation-description .donatesFlo .btn-flow .donateBtn:focus,
.donation-detail-block .donation-description .donatesFlo .btn-flow .shareBtn:hover,
.donation-detail-block .donation-description .donatesFlo .btn-flow .shareBtn:focus{
	border: 1px solid color-mix(in srgb, var(--maincolor), transparent 90%);
    color:var(--maincolor);
    background:color-mix(in srgb, var(--maincolor), transparent 92%);
}
.donation-detail-block .innerBlock {
    display: block;
    width: 100%;
    padding: 2rem 0;
    border-top:1px solid var(--bordercolor);
    border-bottom:1px solid var(--bordercolor);
}
.donation-detail-block .innerBlock .commentsBlock {
    display: block;
    margin-top: 1rem;
    width: 100%;
}
.donation-detail-block .innerBlock .commentsBlock .commentsGroup {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 1.5rem;
}
.donation-detail-block .innerBlock .commentsBlock .commentsGroup .singleComment {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 12px;
}
.donation-detail-block .innerBlock .commentsBlock .commentsGroup .singleComment .icons {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
	background:color-mix(in srgb, var(--maincolor), transparent 94%);
	color:color-mix(in srgb, var(--maincolor), transparent 30%);
}
.donation-detail-block .innerBlock .commentsBlock .commentsGroup .singleComment .caps {
    flex: 1;
}
.donation-detail-block .innerBlock .commentsBlock .commentsGroup .singleComment .caps .itemTitle {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 17px;
}
.donation-detail-block .innerBlock .commentsBlock .commentsGroup .singleComment .caps .description {
    display: block;
}
.donation-detail-block .innerBlock .commentsBlock .commentsGroup .singleComment .caps .description .donateInfo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
}
.donation-detail-block .innerBlock .commentsBlock .commentsGroup .singleComment .caps .description .donateInfo .donate {
    font-size: 14px;
    font-weight: 500;
}
.donation-detail-block .innerBlock .commentsBlock .commentsGroup .singleComment .caps .description .donateInfo .time {
    font-size: 14px;
    font-weight: 500;
    margin-left: 1rem;
    position: relative;
}
.donation-detail-block .innerBlock .commentsBlock .commentsGroup .singleComment .caps .description .donateInfo .time:before {
    content: ".";
    left: -8px;
    bottom: 0;
    position: absolute;
}
.donation-detail-block .innerBlock .commentsBlock .commentsGroup .singleComment .caps .description p {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}
.reportBlock {
    display: block;
    width: 100%;
    padding: 2rem 0 0;
}
.reportBlock a {
    font-weight: 500;
    color:color-mix(in srgb, var(--darkcolor), transparent 20%);
    font-size: 15px;
}
.donationSidebar {
    width: 100%;
    display: block;
}
.donationSidebar .donationBlock {
    background: var(--body-bg);
	border:1px solid var(--bordercolor);
    border-radius: 0.6rem;
}
.donationSidebar .donationBlock .donationBody {
    padding: 1.5rem;
}
.donationSidebar .donationBlock .donationBody .donationPrice {
    margin-bottom: 1rem;
    width: 100%;
}
.donationSidebar .donationBlock .donationBody .donationPrice .currentDonate {
    display: block;
}
.donationSidebar .donationBlock .donationBody .donationPrice .currentDonate .title {
    font-size: 28px;
    font-weight: 600;
}
.donationSidebar .donationBlock .donationBody .donationPrice .progress {
    height: 0.7rem;
    background: #E0F2F1;
    width: 100%;
    flex: 1;
}
.donationSidebar .donationBlock .donationBody .donationPrice .progress .progress-bar {
    background: #009688;
}
.donationSidebar .donationBlock .donationBody .donationPrice .goalInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.donationSidebar .donationBlock .donationBody .donationPrice .goalInfo .goalwrap,
.donationSidebar .donationBlock .donationBody .donationPrice .goalInfo .totalDonate {
    font-size: 14px;
    font-weight: 500;
}
.donationSidebar .donationBlock .donationBody .donationbuttons {
    width: 100%;
}
.donationSidebar .donationBlock .donationBody .donationbuttons .buttonFlex{
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.donationSidebar .donationBlock .donationBody .donationbuttons .buttonFlex .shareBtn {
    height: 50px;
    border-radius: 0.5rem;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--maincolor);
    background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
    color: var(--white-color);
}
.donationSidebar .donationBlock .donationBody .donationbuttons .buttonFlex .donateBtn {
    height: 50px;
    border-radius: 0.5rem;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--maincolor);
    background-image:linear-gradient(to top, #0ba360 0%, #3cba92 100%);
    color: var(--white-color);
}
.donationSidebar .donationBlock .donationBody .donationpeople {
    width: 100%;
    padding: 1rem 0 1.4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 14px;
}
.donationSidebar .donationBlock .donationBody .donationpeople .icons {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    background:color-mix(in srgb, var(--redcolor), transparent 90%);
    color:color-mix(in srgb, var(--redcolor), transparent 20%);
}
.donationSidebar .donationBlock .donationBody .donationpeople .caps {
    font-weight: 500;
    color:color-mix(in srgb, var(--redcolor), transparent 05%);
}
.donationSidebar .donationBlock .donationBody .donationlistswrap {
    display: block;
    width: 100%;
}
.donationSidebar .donationBlock .donationBody .donationlistswrap .donationLists {
    display: flex;
    align-items: flex-start;
    row-gap: 1.5rem;
    flex-direction: column;
    flex-wrap: wrap;
}
.donationSidebar .donationBlock .donationBody .donationlistswrap .donationLists .singlelist {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}
.donationSidebar .donationBlock .donationBody .donationlistswrap .donationLists .singlelist .icon {
    width: 40px;
    height: 40px;
    background:color-mix(in srgb, var(--maincolor), transparent 92%);
    color: var(--maincolor);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	font-size: 18px;
}

.donationSidebar .donationBlock .donationBody .donationlistswrap .donationLists .singlelist .caps {
    flex: 1;
}
.donationSidebar .donationBlock .donationBody .donationlistswrap .donationLists .singlelist .caps .title {
    line-height: 1.2;
	color:color-mix(in srgb, var(--darkcolor), transparent 20%);
    margin: 0;
	font-weight: 500;
}
.donationSidebar .donationBlock .donationBody .donationlistswrap .donationLists .singlelist .caps ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.donationSidebar .donationBlock .donationBody .donationlistswrap .donationLists .singlelist .caps ul li.amount {
    list-style: none;
    font-size: 13px;
    font-weight: 500;
    color: var(--darkcolor);
}
.donationSidebar .donationBlock .donationBody .donationlistswrap .donationLists .singlelist .caps ul li.donationType {
    font-size: 14px;
    font-weight: 500;
    padding-left: 0.8rem;
    margin-left: 0.5rem;
    position: relative;
}
.donationSidebar .donationBlock .donationBody .donationlistswrap .donationLists .singlelist .caps ul li.donationType:before {
    content: ".";
    position: absolute;
    left: 0;
    font-size: 17px;
    bottom: 0;
}
.donationSidebar .donationBlock .donationBody .seeList {
    width: 100%;
    display: flex;
    row-gap: 1rem;
	margin-top:1.5rem;
    column-gap: 12px;
}
.donationSidebar .donationBlock .donationBody .seeList .see-btn {
    width: 50%;
    height: 44px;
    border: 1px solid var(--bordercolor);
	background:var(--body-bg);
    border-radius: 0.7rem;
    font-weight: 500;
	display:flex;
	align-items:center;
	justify-content:center;
    color: color-mix(in srgb, var(--darkcolor), transparent 10%);
    transition: all ease 0.4s;
}
.donationSidebar .donationBlock .donationBody .seeList .see-btn:hover,
.donationSidebar .donationBlock .donationBody .seeList .see-btn:focus{
	color:var(--white-color);
	background:var(--darkcolor);
	border-color:var(--darkcolor);
}
.donationSidebar .protectWrap{
    padding: 1rem 1.5rem;
    background:color-mix(in srgb, var(--greencolor), transparent 80%);
	border-radius:0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.donationSidebar .protectWrap .protect {
    color: var(--greencolor);
    font-weight:600;
    font-size: 15px;
}
.donationSidebar .organizing {
    width: 100%;
    border-radius: 0.6rem;
	background:var(--body-bg);
    border:1px solid var(--bordercolor);
    padding: 2rem 1.5rem;
}
.donationSidebar .organizing .authorWrap {
    display: flex;
    align-items: flex-start;
    column-gap: 1rem;
}
.donationSidebar .organizing .authorWrap .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 25px;
    color: color-mix(in srgb, var(--darkcolor), transparent 10%);
    background: color-mix(in srgb, var(--darkcolor), transparent 95%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.donationSidebar .organizing .authorWrap .caps {
    flex: 1;
}
.donationSidebar .organizing .authorWrap .caps .info {
    width: auto;
    margin-bottom: 0.8rem;
}
.donationSidebar .organizing .authorWrap .caps .info h6 {
    margin: 0;
    line-height: 1.4;
    color: var(--darkcolor);
    font-size: 19px;
    font-weight: 600;
}
.donationSidebar .organizing .authorWrap .caps ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.donationSidebar .organizing .authorWrap .caps ul li {
    font-size: 14px;
    list-style: none;
}
.donationSidebar .organizing .authorWrap .caps ul li.location {
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    position: relative;
}
.donationSidebar .organizing .authorWrap .caps ul li.location:before {
    content: ".";
    position: absolute;
    left: -2px;
    bottom: -3px;
    font-size: 23px;
}
.donationSidebar .organizing .authorWrap .caps .contacts {
    width: auto;
}
.donationSidebar .organizing .authorWrap .caps .contacts .contact-btn{
    width: 50%;
    height: 44px;
    border: 1px solid var(--bordercolor);
	background:var(--body-bg);
    border-radius: 0.7rem;
    font-weight: 500;
	display:flex;
	align-items:center;
	justify-content:center;
    color: color-mix(in srgb, var(--darkcolor), transparent 10%);
    transition: all ease 0.4s;
}
.donationSidebar .organizing .authorWrap .caps .contacts .contact-btn:hover,
.donationSidebar .organizing .authorWrap .caps .contacts .contact-btn:focus{
	color:var(--white-color);
	background:var(--darkcolor);
	border-color:var(--darkcolor);
}




/*===================================================
	Voting Page Design
==================================================*/
.votingGrid {
    width: 100%;
    border-radius: 0.5rem;
    background: var(--body-bg);
    height: 100%;
	position:relative;
}
.votingGrid .votingThumb {
    padding: 0.8rem;
	position:relative;
}
.votingGrid .votingThumb img {
    border-radius: 0.4rem;
}

.votingGrid .votingDetail {
    width: 100%;
    display: block;
    padding: 1rem 1.5rem 2rem;
}
.votingGrid .votingDetail .detailHead {
    display: block;
    margin-bottom: 1.5rem;
}
.votingGrid .votingDetail .detailHead .votingTitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
	margin:0;
}
.votingnGrid .votingDetail .votingButton {
    width: 100%;
    display: block;
    padding:2rem 0 0;
}
.votingGrid .votingDetail .votingButton .voting-btn {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: var(--body-bg);
    border:2px solid color-mix(in srgb, var(--maincolor), transparent 50%);
    color: var(--maincolor);
    transition: all ease 0.4s;
}
.votingGrid .votingDetail .votingButton .voting-btn:hover,
.votingGrid .votingDetail .votingButton .voting-btn:focus{
	background: var(--maincolor);
    border: 2px solid var(--maincolor);
    color: var(--white-color);
}
.votingGrid .votingDetail .votingButton .voting-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    display: block;
    width: 100%;
}

/*----------------------- Evoting Detail Page ---------------------*/
.evotingDetailwrap {
    background: var(--body-bg);
    border-radius: 0.5rem;
    padding: 1.5rem;
}
.evotingDetailwrap .evotingThumb {
    height: auto;
    width: 100%;
    position: relative;
}
.evotingDetailwrap .evotingThumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
	border-radius:0.5rem;
}
.evotingDetailwrap .evotingDetails {
    width: 100%;
    height: auto;
    position: relative;
}
.evotingDetailwrap .evotingDetails .headCaps {
    margin-bottom: 1.5rem;
}
.evotingDetailwrap .evotingDetails .headCaps h5 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
	line-height: 1.2;
}
.evotingDetailwrap .evotingDetails .votingCaps {
    width: 100%;
    position: relative;
}
.evotingDetailwrap .evotingDetails .votingCaps .evotingForm {
    width: 100%;
    display: block;
}
.evotingDetailwrap .evotingDetails .votingCaps .evotingForm .form-group {
    width: 100%;
    margin-bottom: 1.5rem;
}
.evotingDetailwrap .evotingDetails .votingCaps .evotingForm .form-group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}
.evotingDetailwrap .evotingDetails .votingCaps .evotingForm .form-group .form-control {
    height: 50px;
    font-size: 14px;
    font-weight: 500;
}
.evotingDetailwrap .evotingDetails .votingCaps .evotingForm .form-group .btn {
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    font-weight: 500;
}
.evotingDetailwrap .evotingDetails .votingCaps .evotingForm .form-group .tags {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
}
.evotingDetailwrap .evotingDetails .votingCaps .evotingForm .form-group .viewInsite {
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    padding: 0 25px;
    background: color-mix(in srgb, var(--maincolor), transparent 92%);
    color: var(--maincolor);
    border-radius: 50px;
	transition:all ease 0.4s;
}
.evotingDetailwrap .evotingDetails .votingCaps .evotingForm .form-group .viewInsite:hover,
.evotingDetailwrap .evotingDetails .votingCaps .evotingForm .form-group .viewInsite:focus {
    background: var(--maincolor);
    color: var(--white-color);
}
/*===================================================
	Event Page Design
==================================================*/
.eventGrid {
    width: 100%;
    border-radius: 0.5rem;
    background: var(--body-bg);
    height: 100%;
	overflow:hidden;
	position:relative;
}
.eventGrid .eventThumb {
    padding:0rem;
	position:relative;
}
.eventGrid .eventThumb .link{
	display:block;
	height:100%;
}
.eventGrid .eventThumb img {
    height:100%;
	width:100%;
	object-fit:cover;
}
.eventGrid .eventThumb .eventType {
    height: 28px;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.3rem;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 500;
    color: var(--white-color);
    position: absolute;
    top: 1rem;
    right: 1rem;
    background:var(--event-type);
}
.eventGrid .eventDetail {
    width: 100%;
    display: block;
    padding: 1rem 1.5rem 2rem;
}
.eventGrid .eventDetail .detailHead {
    display: block;
    margin-bottom: 1.5rem;
}
.eventGrid .eventDetail .detailHead .eventTitle {
    font-weight: 500;
    font-size: 19px;
    line-height: 1.5;
	margin:0;
}
.eventGrid .eventDetail .eventInfo {
    width: 100%;
    display: block;
}
.eventGrid .eventDetail .eventInfo .eventDate {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 14px;
	line-height: 1.1;
    color: color-mix(in srgb, var(--heading-color), transparent 30%);
}
.eventGrid .eventDetail .eventInfo .eventDate i {
    color:var(--greencolor);
    margin-right: 10px;
}
.eventGrid .eventDetail .eventInfo .eventDate .time {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid rgba(2, 2, 2, 0.1);
}
.eventGrid .eventDetail .eventInfo .eventLocation{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 14px;
	line-height: 1.1;
	margin-top:12px;
    color: color-mix(in srgb, var(--heading-color), transparent 30%);
}
.eventGrid .eventDetail .eventInfo .eventLocation i {
    color:var(--redcolor);
    margin-right: 10px;
}
.eventGrid .eventDetail .eventbtnWrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.8rem;
	column-gap: 12px;
}
.eventGrid .eventDetail .eventbtnWrap .view-event-btn {
    flex: 1;
    width: auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	background:var(--body-bg);
    border: 1px solid color-mix(in srgb, var(--headingcolor), transparent 50%);
    font-size: 15px;
    font-weight: 500;
    transition: all ease 0.4s;
}
.eventGrid .eventDetail .eventbtnWrap .view-event-btn:hover,
.eventGrid .eventDetail .eventbtnWrap .view-event-btn:focus {
    background:var(--maincolor);
	color:var(--white-color);
	border-color:var(--maincolor);
}
.eventGrid .eventDetail .eventbtnWrap .share-btn {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background:color-mix(in srgb, var(--maincolor), transparent 92%);
    color: var(--maincolor);
	border:1px solid color-mix(in srgb, var(--maincolor), transparent 90%);
}
.eventGrid .eventDetail .eventbtnWrap .view-event-btn:hover,
.eventGrid .eventDetail .eventbtnWrap .view-event-btn:focus {
    background:var(--maincolor);
	color:var(--white-color);
	border-color:var(--maincolor);
	border-color:var(--maincolor);
}

/*--------------- Event Detail Page ------------------*/
.eventBlock {
    position: relative;
    background: var(--body-bg);
    border-radius: 0.6rem;
    border: 1px solid var(--bordercolor);
    padding: 1.5rem;
}
.eventBlock .eventthumb {
    position: relative;
	margin-bottom:1rem;
    width: 100%;
}
.eventBlock .eventthumb img {
    width: 100%;
    border-radius: 0.4rem;
}
.eventBlock .eventthumb .timingBadge {
    position: absolute;
    left: 1rem;
    top: 1rem;
    background: var(--body-bg);
    border-radius: 0.6rem;
    padding: 0.7rem;
    text-align: center;
	max-width: 155px;
}
.eventBlock .eventthumb .timingBadge .eventDay {
    background: var(--maincolor);
    margin-bottom: 0.8rem;
    border-radius: 0.6rem;
    padding: 0.2rem 0.8rem;
    font-weight: 600;
    color: var(--white-color);
}
.eventBlock .eventthumb .timingBadge .title {
    font-size:25px;
    font-weight: 600;
    line-height: 1.1;
	margin-bottom:5px;
}
.eventBlock .eventInfo {
    margin-top: 2rem;
    width: 100%;
}
.eventBlock .eventInfo .infoSlack {
    width: auto;
}
.eventBlock .eventInfo .infoSlack h5 {
    font-weight: 600;
    margin-bottom: 4px;
}
.eventsidebar .donateWrap {
    position: relative;
    background: var(--body-bg);
    border-radius: 0.6rem;
    border: 1px solid var(--bordercolor);
    padding: 1.5rem;
}

.eventsidebar .buyTicket {
    position: relative;
    background: var(--body-bg);
    border-radius: 0.6rem;
    border: 1px solid var(--bordercolor);
    padding: 1.5rem;
}
.eventsidebar .donateWrap .donate-now {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--maincolor);
    color: var(--white-color);
    font-weight: 500;
}
.eventsidebar .donateWrap .donate-now:hover,
.eventsidebar .donateWrap .donate-now:focus{
	color:var(light-color);
	background:color-mix(in srgb, var(--maincolor), transparent 20%);
}
.eventsidebar .donateWrap .dateInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

.eventsidebar .donateWrap .dateInfo .subtitle {
    font-weight: 600;
    font-size: 14px;
}
.eventsidebar .donateWrap .dateInfo .date {
    font-size: 15px;
}
.eventsidebar .buyTicket .buy-ticket{
	height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--redcolor);
    color: var(--white-color);
    font-weight: 500;	
}
.eventsidebar .buyTicket .buy-ticket:hover,
.eventsidebar .buyTicket .buy-ticket:focus{
	color:var(light-color);
	background:color-mix(in srgb, var(--redcolor), transparent 20%);
}

/*-------------------------------------------------
	Host Event
-------------------------------------------------*/
.hostEventwrap {
    width: 100%;
    position: relative;
}
.hostEventwrap .hosteventBlock {
    background: var(--body-bg);
    border-radius: 0.6rem;
    width: 100%;
    border: 1px solid var(--formborder);
}
.hosteventBlock .hostEventhead {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
}
.hosteventBlock .hostEventhead .title {
    font-weight: 600;
    margin: 0;
    line-height: 1.1;
}
.hostEventwrap .hosteventBlock .form {
    width: 100%;
    padding: 0 2rem 2rem;
}
.hostEventwrap .hosteventBlock .form-group {
    width: 100%;
}
.hostEventwrap .hosteventBlock .form-group label {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 7px;
}
.hostEventwrap .hosteventBlock .form-group .form-control {
    height: 52px;
    font-weight: 500;
    font-size: 14px;
	border-radius: 0.4rem;
	border:1px solid var(--formborder);
}
.hostEventwrap .hosteventBlock .form-group .choices__inner {
    background: transparent;
    height: 52px;
    padding: 10px 7.5px 10px;
    border-radius: 0.4rem;
    border:1px solid var(--formborder);
    font-weight: 500;
}
.file-upload-wrapper {
    position: relative;
    width: 100%;
    height:52px;
	border-radius: 0.4rem;
    border:1px solid var(--formborder);
}
.file-upload-wrapper:before {
    content: "Upload";
    position: absolute;
    top: 3px;
    right: 4px;
    display: inline-block;
    height: 43px;
    background: #4daf7c;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 44px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0.4rem;
}
.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height:52px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}
.file-upload-wrapper:after {
   content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    height: 52px;
    line-height: 44px;
    font-size: 14px;
}
.input_field.checkbox_option {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.input_field.checkbox_option label {
    margin-bottom: 0 !important;
}
.hostEventwrap .hosteventBlock .form-group .btn.host-event{
	height: 54px;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
	border:none;
	padding:0 30px;
	margin:0 auto;
    background:color-mix(in srgb, var(--maincolor), transparent 1%);
    color: var(--white-color);
}
.hostEventwrap .hosteventBlock .form-group .btn.host-event:hover,
.hostEventwrap .hosteventBlock .form-group .btn.host-event:focus{
    background:color-mix(in srgb, var(--maincolor), transparent 20%);;
    color: var(--white-color);
}
.hostEventwrap .hosteventBlock .form-group label a {
    color: var(--maincolor);
}
.hostEventwrap .hosteventBlock .form-group .required {
    color: var(--redcolor);
	font-size:12px;
}


/*-------------------------------------------------
	App Download 
-------------------------------------------------*/
.appSection{
	position:relative;
	background:color-mix(in srgb, var(--maincolor), transparent 95%);
}
.appseccaps {
    width: 100%;
    text-align: center;
}
.appseccaps h2 {
    font-weight: 700;
	font-size:35px;
    line-height: 1.3;
}
.appseccaps .gredient {
    font-weight: 700;
    font-size: 52px;
	line-height: 55px;
    -webkit-text-fill-color: transparent;
    background:linear-gradient(to top, var(--maincolor) 0%, var(--secondcolor) 100%);
    background-clip: text;
}
.appseccaps .code{
	font-weight: 700;
    font-size:35px;
}
.appseccaps .code .gredient{
	-webkit-text-fill-color: transparent;
    background:linear-gradient(to top, var(--maincolor) 0%, var(--secondcolor) 100%);
    background-clip: text;
}
.appseccaps .downloadLink {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.5rem;
	margin:1.5rem 0 1rem;
}
.appseccaps .downloadLink .link {
    display: block;
}
.appseccaps .downloadLink .link img {
    max-width: 200px;
}
.appseccaps .option {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: 1.8;
}
/*===================================================
	Blogs Design
==================================================*/
.blog-card {
    position: relative;
    width: 100%;
    border: 1px solid var(--bordercolor);
    border-radius: 0.5rem;
    overflow: hidden;
}
.blog-card .blog-cats {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    z-index: 2;
}
.blog-card .blog-cats .cats-badge {
    height: 30px;
    padding: 0 14px;
    font-size: 14px;
    background: var(--maincolor);
    color: var(--white-color);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.blog-body-card {
    padding: 0 1rem 1rem;
}
.blog-body-card .blog-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-body-card .blog-caption p{
	line-height:1.5;
}

.default-blog-page .article-content h1, .default-blog-page .article-content  h2, .default-blog-page .article-content h3, .default-blog-page .article-content h4, .default-blog-page .article-content h5{
	margin-bottom:15px;
}
.default-blog-page .article-content p{
	margin-bottom:25px;
}
.blog-widget-group {
    display: flex;
    flex-direction: column;
    row-gap: 1.2rem;
    width: 100%;
}
.blog-widget-group .blog-author-box{
	width:100%;
	padding:1.8rem 1rem;
}
.blog-widget-group .blog-author-box .avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 0 auto 10px;
}
.blog-widget-group .blog-author-box .author-caption {
    text-align: center;
	margin-bottom: 1.5rem;
}
.blog-widget-group .blog-author-box .author-social-links {
    width: 100%;
	margin-bottom:1.5rem;
}
.blog-widget-group .blog-author-box .author-social-links ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    column-gap: 0.8rem;
}
.blog-widget-group .blog-author-box .author-social-links ul li {
    list-style: none;
    display: inline-block;
}
.blog-widget-group .blog-author-box .author-social-links ul li a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background: var(--white-color);
    color: var(--darkcolor);
    border-radius: 50%;
    transition: all ease 0.4s;
}
.blog-widget-group .blog-author-box .author-social-links ul li a:hover, .blog-widget-group .blog-author-box .author-social-links ul li a:focus, .blog-widget-group .blog-author-box .author-social-links ul li a:focus-visible{
	background:var(--maincolor);
}
.blog-widget-group .blog-author-box .author-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    row-gap: 0.5rem;
    column-gap: 0.8rem;
}
.blog-widget-group .blog-author-box .author-contact .btn {
    width: 100%;
}
.blog-widget-group .widget-wrap {
    border: 1px solid var(--bordercolor);
    border-radius: 0.3rem;
    width: 100%;
	overflow:hidden;
}
.blog-widget-group .widget-wrap .header-wrap {
    padding: 0.8rem 1rem;
    background: var(--maincolor);
}
.blog-widget-group .widget-wrap .header-wrap h4 {
    font-size: 16px;
    color: var(--white-color);
    margin: 0;
}
.blog-widget-group .widget-wrap .body-wrap{
    padding: 1rem;
}
.blog-widget-group .widget-wrap .body-wrap ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
.blog-widget-group .widget-wrap .body-wrap ul li {
    list-style: none;
    width: 100%;
}
.blog-widget-group .widget-wrap .body-wrap ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 0;
    border-bottom: 1px dashed var(--bordercolor);
}
.blog-widget-group .widget-wrap .body-wrap ul li:last-child a {
    padding: 0.8rem 0 0.2rem;
    border-bottom:none;
}
.blog-widget-group .widget-wrap .body-wrap ul li:first-child a {
    padding: 0.2rem 0 0.8rem;
}
.blog-widget-group .widget-wrap .body-wrap .blog-groups {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.blog-widget-group .widget-wrap .body-wrap .blog-groups .single-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 0.8rem;
}
.blog-widget-group .widget-wrap .body-wrap .blog-groups .single-list .thumb {
    width: 90px;
    height: 70px;
}
.blog-widget-group .widget-wrap .body-wrap .blog-groups .single-list .thumb figure{
    margin:0;
	height:100%;
}
.blog-widget-group .widget-wrap .body-wrap .blog-groups .single-list .thumb figure img {
    height:100%;
	object-fit:cover;
}
.blog-widget-group .widget-wrap .body-wrap ul.tags{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	gap:0.5rem;
}
.blog-widget-group .widget-wrap .body-wrap ul.tags li{
	width:auto;
}
.blog-widget-group .widget-wrap .body-wrap ul.tags .cat-link {
    display: inline-flex;
    height: 30px;
	font-size:14px;
    padding: 0 12px;
    border-radius: 50px;
	background:transparent;
    border: 1px dashed var(--bordercolor);
    transition: all ease 0.4s;
}
.blog-widget-group .widget-wrap .body-wrap ul.tags .cat-link:hover,.blog-widget-group .widget-wrap .body-wrap ul.tags .cat-link:focus, .blog-widget-group .widget-wrap .body-wrap ul.tags .cat-link:focus-visible{
	background:var(--maincolor);
	color:var(--white-color);
}
.blog-article-wrapper .sharing-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin-top: 3rem;
    border: 1px solid var(--bordercolor);
    border-radius: 50px;
    padding: 0.4rem;
}
.blog-article-wrapper .sharing-block .btn-prev, .blog-article-wrapper .sharing-block .btn-next {
    height: 32px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	background:transparent;
    border: 1px solid var(--bordercolor);
    border-radius: 50px;
    font-weight: 500;
    transition: all ease 0.4s;
}
.blog-article-wrapper .sharing-block .btn-prev:hover, .blog-article-wrapper .sharing-block .btn-prev:focus, .blog-article-wrapper .sharing-block .btn-prev:focus-visible,
.blog-article-wrapper .sharing-block .btn-next:hover, .blog-article-wrapper .sharing-block .btn-next:focus, .blog-article-wrapper .sharing-block .btn-next:focus-visible{
	background:var(--darkcolor);
	color:var(--white-color);
}
.blog-article-wrapper .sharing-block .share-block {
    display: flex;
    align-items: center;
	justify-content: center;
    gap: 0.8rem;
}
.blog-article-wrapper .sharing-block .share-block .share-title h6 {
    margin: 0;
    font-weight: 500;
}
.blog-article-wrapper .sharing-block .share-block .share-profiles ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
}
.blog-article-wrapper .sharing-block .share-block .share-profiles ul li {
    display: inline-block;
    list-style: none;
}
.blog-article-wrapper .sharing-block .share-block .share-profiles ul li a.share-btn {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bglight);
    border-radius: 50%;
    font-size: 12px;
}
.blog-article-wrapper .sharing-block .share-block .share-profiles ul li a.share-btn:hover, .blog-article-wrapper .sharing-block .share-block .share-profiles ul li a.share-btn:focus, .blog-article-wrapper .sharing-block .share-block .share-profiles ul li a.share-btn:focus-visible{
	background:color-mix(in srgb, var(--maincolor), transparent 90%);
	color:(var--maincolor);
}
.blog-article-wrapper .comments-groups {
    display: flex;
    flex-direction: column;
    row-gap: 1.8rem;
	margin-top:3rem;
}
.blog-article-wrapper .comments-groups .single-comment {
    position:relative;
	width:100%;
}
.blog-article-wrapper .comments-groups .single-comment .coment-caption{
	display: flex;
    align-items: flex-start;
    column-gap: 0.8rem;
}
.blog-article-wrapper .comments-groups .single-comment .single-comment{
	margin-left:2rem;
	margin-top:1.7rem;
}
.blog-article-wrapper .comments-groups .single-comment .avatar {
    width:60px;
}
.blog-article-wrapper .comments-groups .single-comment .single-comment .avatar{
	width:50px;
}
.blog-article-wrapper .comments-groups .single-comment .comment-capstion {
    flex: 1;
}
.blog-article-wrapper .comments-groups .single-comment .comment-capstion .comment-author-caps {
    margin-bottom: 0.8rem;
}
.blog-article-wrapper .comments-groups .single-comment .comment-capstion .comment-author-caps .author-tiele {
    margin: 0 0 0.2rem;
}
.blog-article-wrapper .comments-groups .single-comment .comment-capstion .comment-description .reply-link {
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bglight);
    padding: 0 14px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
}
/*-------------------------------------------------
  Footer Design Start   
--------------------------------------------------*/
footer.dark-footer{
	background:var(--darkcolor);
}
footer{
	z-index:99;
	font-size:14px;
	color:color-mix(in srgb, var(--white-color), transparent 50%);
	position:relative;
}
img.img-footer {
    max-width: 180px;
    margin-bottom: 2rem;
}
.footer_widget {
    padding:60px 0 60px;
}
h4.widget_title {
    margin-bottom: 10px;
    font-size:14px;
	font-weight:600;
	color:var(--white-color);
    text-transform:uppercase;
}
.footer_widget ul {
    padding: 0;
    margin: 0;
}
.footer_widget ul li {
    list-style: none;
    margin-top:12px;
    display: block;
}
.footer_widget ul li a{
	color:color-mix(in srgb, var(--white-color), transparent 50%);
	font-size:14px;
}
footer.skin-dark-footer .footer_widget ul li a:hover, footer.skin-dark-footer .footer_widget ul li a:focus{
    color:var(--white-color);
}

.ft-copyright {
    padding:0px 0 12px 0;
}
.ft-copyright p{
	margin-bottom:0;
}

.skin-dark-footer .footer-bottom {
	border-top:1px solid rgba(255,255,255,0.1);
	font-weight:500;
	padding:15px 0;
}

.footersocial {
    width: 100%;
}
.footersocial .list-inline {
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    row-gap: 5px;
}

.footersocial .list-inline li {
    display: inline-block;
    list-style: none;
}
.footersocial .list-inline li a {
    height: 37px;
    width: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}
/*--------------------------------------------------
	Responsiveness Start
---------------------------------------------------*/
.h-400 {
  height: 400px !important;
}

.h-450 {
  height: 450px !important;
}

.h-500 {
  height: 500px !important;
}

.h-600 {
  height: 600px !important;
}

.h-700 {
  height: 700px !important;
}

.h-800 {
  height: 800px !important;
}

.h-900 {
  height: 900px !important;
}

.h-100 {
  height: 100% !important;
}

@media all and (min-height: 600px) and (min-width: 767px) {
 
}
@media all and (min-width: 993px) and (max-width: 1024px) {

}
@media all and (min-width: 993px) and (max-width: 1280px) {
	form.main-search-wrap.fl-wrap.half-column {
		max-width: 536px;
	}
}
@media (max-height: 575px) {
	.h-sm-400 {
		height: 400px !important;
	  }

  .h-sm-450 {
    height: 450px !important;
  }

  .h-sm-500 {
    height: 500px !important;
  }

  .h-sm-600 {
    height: 600px !important;
  }

  .h-sm-700 {
    height: 700px !important;
  }

  .h-sm-800 {
    height: 800px !important;
  }

  .h-sm-900 {
    height: 900px !important;
  }

  .h-sm-100 {
    height: 100% !important;
  }
}

@media (min-width: 768px) {
	.h-md-400 {
    height: 400px !important;
  }

  .h-md-450 {
    height: 450px !important;
  }

  .h-md-500 {
    height: 500px !important;
  }

  .h-md-600 {
    height: 600px !important;
  }

  .h-md-700 {
    height: 700px !important;
  }

  .h-md-800 {
    height: 800px !important;
  }

  .h-md-900 {
    height: 900px !important;
  }

  .h-md-100 {
    height: 100% !important;
  }
}

@media (min-width: 992px) {
  .h-lg-400 {
	height: 400px !important;
  }

  .h-lg-450 {
	height: 450px !important;
  }

  .h-lg-500 {
	height: 500px !important;
  }

  .h-lg-600 {
	height: 600px !important;
  }

  .h-lg-700 {
	height: 660px !important;
  }

  .h-lg-800 {
	height: 800px !important;
  }

  .h-lg-900 {
	height: 900px !important;
  }

  .h-lg-100 {
	height: 100% !important;
  }
}

@media (min-width: 993px) {
	.titleCaps h2 {
		font-size: 40px;
	}
}
@media (min-width: 1024px) {
	a.mobNavigation {
		display: none;
	}
	div#MobNav {
		display: block;
	}
}
@media (min-width: 1200px) {
	.nav-brand {
		margin-right: 1rem;
	}
}
@media (min-width: 1400px) {

}
@media (max-width: 1199px) {
	
}	
	
@media (max-width: 1023px) {
	
}

@media (max-width: 992px) {	
	#countdown ul li {
		margin: 0 0.2rem;
		padding: 0.5rem 0.6rem;
		color: #50535d;
		font-size:12px;
	}
	.nav-menus-wrapper .main-search-button .btn {
		position: relative;
	}
	a.nav-brand.static-logo {
		display: none;
	}
	#countdown ul li span {
		display: block;
		font-size:15px;
		font-weight: 600;
		color: #d2976b;
		line-height: 1;
	}
	.nav-menu>li>.nav-dropdown:before {
		display:none;
	}
	.nav-menu>li .nav-dropdown {
		border: none;
		padding:0px;
		background: #ffffff;
		border-radius:0;
		box-shadow:none;
		-webkit-box-shadow:none;
	}
	.nav-dropdown>li>a {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.nav-brand img {
		max-width: 130px;
		position: relative;
		top: -1px;
	}
   .leadingBrands {
     padding: 0 1rem;
   }
   
	.accordion .card-header button {
		font-size: 15px;
	}
	.mfliud {
		margin-top:1rem;
	}
	.mfliud-bot{
		margin-bottom:1rem;
	}
	.footer_widget {
		padding:25px 0 25px;
	}
	.footer-middle {
		padding: 25px 0;
	}
	ul.company-summeries-list>li {
		width: 100%;
	}
	h1 {
		line-height:28px;
		font-size:24px;
	}
	h2 {
		line-height: 25px;
		font-size: 20px;
	}
	.slick-prev {
		left: -10px;
	}
	.slick-next {
		right: -10px;
	}
	.half-map .fs-content {
		padding: 2em 1rem;
	}
	.nav-menus-wrapper .fl-wrap.npd {
		width: 100%;
	}
	section{
		padding:60px 0;
	}
	.featuresList ul li {
    font-size: 13px;
}
.factsWrap .subtitle {
    font-size: 14px;
}
.factsWrap .title {
    font-size: 35px;
}
.donationGrid .donationDetail .detailHead .donationTitle {
    font-size: 17px;
    line-height: 1.3;
}
.votingGrid .votingDetail .detailHead .votingTitle {
    font-size: 17px;
    line-height: 1.3;
}
.eventGrid .eventDetail .detailHead .eventTitle {
    font-size: 17px;
    line-height: 1.3;
}
}


@media (max-width: 600px) {
	.m-catrio {
		font-size: 13px !important;
	}

}
@media (max-width:360px) {
	
	
}
