img.logo-main {
  width: 200px !important;
  height: auto !important;
}

nav .btn-setting {
  font-size: 11.5px !important;
}

/* img.about-img-small {
	border-radius: 5px;
	box-shadow: 0px 0px 20px 0px black;
} */

img.shadow-radiused {
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px black;
}

.shadow-radiused {
  border-radius: 5px !important;
  box-shadow: 0px 0px 20px 0px black !important;
}

.rare-box {
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px black;
}

.about-box {
  min-height: 350px;
  box-shadow: none !important;
}

nav .btn-setting {
  width: 110px !important;
}

.team-classic-content {
  padding: 35px 20px !important;
  min-height: 330px !important;
}

@media screen and (max-width: 1199px) {
  .team-classic-content {
    padding: 47px 20px !important;
  }
}

.team-image img,
.team-image2 img {
  min-height: 330px !important;
}

.item {
  text-align: center;
}

.item img {
  height: 175px;
}

/* .sponser-tags .item img {
  width: 100%;
} */

@media (min-width: 1200px) {
  .container {
    max-width: 1286px !important;
  }
}

@media (max-width: 920px) {
  .w-md-100 {
    width: 100% !important;
  }
}

.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap p {
  font-size: 15px !important;
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
  font-size: 15px !important;
}

.dir-rtl {
  direction: rtl !important;
}

.about ul li.dir-rtl {
  direction: rtl !important;
  font-size: 14px !important;
}

.about ul li.dir-rtl:before {
  padding-left: 15px;
  padding-right: 0 !important;
  font-weight: 600;
  content: "\f060" !important;
}

.about-img-small.dir-rtl {
  margin-right: 30px !important;
  margin-left: 0 !important;
}

.cbp-l-filters-alignCenter .cbp-filter-item {
  font: 600 14px/20px "Leow", sans-serif !important;
}

.cbp-l-filters-alignCenter .cbp-filter-item.dir-rtl {
  font: 600 14px/20px "Leow", sans-serif !important;
}

.cbp-filter-style.dir-rtl:after {
  right: 12px !important;
  left: 0 !important;
}

.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap.dir-rtl p {
  right: 20px !important;
  left: 0 !important;
  font: 100 12px/8px "Leow", sans-serif !important;
}
.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap p {
  font: 100 12px/8px "Leow", sans-serif !important;
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
  font: 700 11px/0 "Leow", sans-serif !important;
}

.text-background-green {
  width: auto;
  max-width: fit-content;
  background-color: #6be561;
  color: #000;
  border-radius: 5px;
}

.parallax-box {
  text-align: center;
  font-family: "ReadexPro";
}

.parallax-box h2 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}

.parallax-box h5 {
  font-weight: normal;
  font-size: 16px;
}

.color-black {
  color: #000 !important;
}

.br-5 {
  border-radius: 5px !important;
}

.speakers {
  background: #6be561;
  background: -webkit-linear-gradient(
    135deg,
    rgba(107, 229, 97, 1) 20%,
    rgba(38, 101, 214, 1) 80%
  );
  background: -moz-linear-gradient(
    135deg,
    rgba(107, 229, 97, 1) 20%,
    rgba(38, 101, 214, 1) 80%
  );
  background: linear-gradient(
    135deg,
    rgba(107, 229, 97, 1) 20%,
    rgba(38, 101, 214, 1) 80%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6BE561", endColorstr="#2665D6", GradientType=0);
}

.item img {
  object-fit: contain !important;
  max-width: 220px !important;
}

.fw-500 {
  font-weight: 500 !important;
}
.fw-700 {
  font-weight: 700 !important;
}

.contact-us {
  background: #6be561;
  background: -webkit-linear-gradient(
    310deg,
    rgba(107, 229, 97, 1) 20%,
    rgba(6, 20, 146, 1) 80%
  );
  background: -moz-linear-gradient(
    310deg,
    rgba(107, 229, 97, 1) 20%,
    rgba(6, 20, 146, 1) 80%
  );
  background: linear-gradient(
    310deg,
    rgba(107, 229, 97, 1) 20%,
    rgba(6, 20, 146, 1) 80%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6BE561", endColorstr="#061492", GradientType=0);
}

.about-box img {
  width: 200px;
  margin-bottom: 30px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.invalidInput {
  border: 2px solid #dc3545 !important;
}

.feedback {
  color: #dc3545;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  right: 15px;
}

input[type="checkbox"]:checked + .checkbox-label .card-label {
  background-color: #061492 !important;
  color: #fff !important;
}

.checkbox-label {
  display: inline-block;
  cursor: pointer;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #d1d7d7e0;
	z-index: 99999;
	filter: brightness(70%);
}

#status {
	position: relative;
	top: 50%;
	margin: -20px 0 0 -20px;
}

#preloader>#status>img {
	width: 300px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	animation-name: pulse;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		opacity: 0.2;
		transform: scale(0.9);
	}

	50% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0.2;
		transform: scale(0.9);
	}
}