@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
/* Common CSS */
:root {
  --dc-white: #ffffff;
  --dc-primary: #cf4520;
  --dc-secondary: #111111;
  --black: #000;
  --dc-font: "Rubik", sans-serif;
  --dc-transition: all 0.3s ease;
  --dc-fs-1: 3.646vw;
  --dc-fs-2: 2.604vw;
  --dc-fs-3: 1.875vw;
  --dc-fs-4: 1.458vw;
  --dc-fs-5: 1.25vw;
  --dc-body-fs: 16px;
  --dc-body-fs-md: 20px;
  --dc-body-fs-sm: 14px;
}
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
.form-group {
  font-size: 14px;
}
.select2-results {
  display: block;
  font-size: 14px;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img,
svg,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
iframe {
  border: none;
  max-width: 100%;
  max-height: 100%;
}
:focus {
  outline: 0;
}
a {
  transition: var(--dc-transition);
  text-decoration: none;
  color: currentColor;
}
a:hover {
  color: var(--dc-primary);
  text-decoration: none;
  transform: var(--dc-transition);
}
svg path {
  transition: var(--dc-transition);
}
svg.text-white path {
  fill: var(--dc-white);
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  font-family: var(--dc-font);
  font-size: var(--dc-body-fs);
  color: var(--dc-secondary);
  font-weight: 400;
  overflow-x: hidden;
}
.btn-danger {
  background-color: var(--dc-primary);
}
.btn {
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: 500;
  transform: var(--dc-transition);
}
.text-primary {
  color: var(--dc-primary) !important;
}
.btn:hover {
  /* background-color: #000054; */
}
/* Header CSS */
.header {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  backdrop-filter: blur(3px);
    background: rgb(255 255 255 / 75%);
}
.header .navbar-expand-lg .navbar-nav .nav-link {
	padding: 25px 15px;
    color: #000;
    font-size: 15px;
	border-bottom: 4px solid transparent;
}
.header .navbar-expand-lg .navbar-nav .nav-link.active {
  font-weight: 500;
}
.header .navbar-expand-lg .navbar-nav .nav-link.active,
.header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--dc-primary);
  border-bottom: 4px solid var(--dc-primary);
  transition: 0.5s ;
}
.langu {
  background: transparent;
  border: 0;
  margin-right: 15px;
}
/* Slider CSS */
.top-slider .carousel-caption h5 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 30px;
}
.top-slider .carousel-caption {
  text-align: left;
  max-width: 570px;
  top: 45%;
  bottom: auto;
  transform: translateY(-50%);
}
/* Feat Boxes */
.feat-posts .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  padding-top: 15px;
}
.feat-posts .card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.feat-tag {
  position: absolute;
  right: 0;
  background: var(--dc-primary);
  color: #fff;
  padding: 4px 11px;
  font-size: 12px;
}
.card.mb-3 {
  overflow: hidden;
  border: 0;
  box-shadow: 0px 25px 35px -15px #0000001a;
}
.feat-posts {
  margin-top: -120px;
}
/* category CSS */
.category-sec {
  padding: 80px 0;
  background-color: #f7fcfe;
}
.main-heading {
  position: relative;
  padding-left: 10px;
  border-left: 5px solid var(--dc-primary);
  margin-bottom: 40px;
}
.main-view {
  position: relative;
  padding-left: 10px;
  border-left: 5px solid var(--dc-primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-sec .card {
  border: 0;
  box-shadow: 0px 25px 35px -15px #0000001a;
  margin-bottom: 40px;
}
.category-sec .card h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 10px;
  line-height: 22px;
}
.small-txt0 {
  color: rgba(0, 0, 0, 0.3);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.small-txt0 span {
  color: #000054;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 16px;
  background: #e6e6f8;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.tag-list {
  display: flex;
  text-align: center;
  margin-bottom: 25px;
  align-items: center;
}
.tag-list li {
  flex: 0 0 50%;
  max-width: 50%;
  color: #000054;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}
.tag-list li.tag {
  border-radius: 4px;
  background: #e6e6f8;
  padding: 8px 0;
}
.tag-list .fa {
  color: var(--dc-primary);
  display: inline-block;
  margin-right: 5px;
}
.btn-panel .btn {
  flex: 0 0 47%;
  max-width: 47%;
}
.btn.btn-outline-primary {
	color: #000054;
    border-color: #000054;
}
.btn.btn-outline-primary:hover {
  color: #fff;
}
.btn-primary {
    background-color: #000054;
    border: transparent;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color:#fff;
    background-color: #14146a;
    border-color: #14146a;
}
.btn.btn-danger:hover {
    color: #fff;
    background-color: #cf4520;
    border-color: #cf4520;
}
.btn-danger.btn.active, .btn-danger.show, .btn-danger.btn:first-child:active, :not(.btn-check)+.btn-danger.btn:active {
    color: #fff;
    background-color: #b44425;
    border-color: #cf4520;
}

.view-all {
  margin-top: 30px;
}
.news-cnt {
  color: #111;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.btn-outline-danger:hover {
  background-color: var(--dc-primary);
}

/* Testimonial CSS */
.testimonial-sec {
  background: var(--dc-primary);
  padding: 50px 0 70px;
}
.testimonial-sec .tm-hd .link {
  width: 60px;
  height: 5px;
  background: #000054;
  border-radius: 10px;
  margin: 11px auto 0;
}
.testi-item {
  border-radius: 40px 0px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 50px 30px 30px 30px;
}
.testi-item img {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.testi-head {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
.testi-head h3 {
  color: #000054;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}
.testi-head p {
  color: #cf4520;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.testi-head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 40px;
  height: 2px;
  transform: translateX(-50%);
  opacity: 0.2;
  background: #000054;
}
.quote-icon {
  color: var(--dc-primary);
  font-size: 16px;
}
.testimonial-sec .item {
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}
.testimonial-sec .slick-dots {
  bottom: -45px;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  color: wheat;
}
.slick-dots li button::before {
  width: 15px;
  opacity: 0.4;
  color: #fff;
}
.slick-dots li {
  width: 10px;
}
/* donate-banner CSS */
.donate-banner {
  background-image: url(../images/SM-Banner.png);
  background-size: cover;
  background-position: left center;
}
.donate-banner.bnr2{
  background-image: url(../images/SM-Banner1.png);
}
.dbt-left {
  max-width: 571px;
  padding: 90px 0;
}
.dbt-left h2 {
  color: #fff;
  margin-bottom: 30px;
  text-shadow: 0px 4px 75px rgba(0, 0, 0, 0.15);
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
}
/* Footer CSS */
.footer {
  position: relative;
  background-image: url(../images/akhand-gau-seva-footer.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*background-color: #000054;*/
  padding: 50px 0;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 25, 28, 0.7); /* Blue color with 70% opacity */
    z-index: 1; /* Place the overlay behind the content */
}

.footer .container {
    position: relative;
    z-index: 2; /* Content above the overlay */
}

.sub-circles {
  display: flex;
  justify-content: space-around;
  text-align: center;
  gap: 20px;
}
.sub-circles h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 10px;
}
.sub-circles p {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
}
.src-form h2 {
  font-size: 18px;
  font-weight: 800;
  line-height: 27px;
  margin-bottom: 15px;
}
.src-form .form-control {
  border-radius: 50px;
  padding: 0 20px;
  border:none
}
.footer-bottom {
  padding-top: 40px;
}
.foot-left p {
  color: #fff;
  padding: 15px 0;
  margin-bottom: 20px;
}
.social {
  display: flex;
  gap: 20px;
}
.social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #6399e34d;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
}
.social a:hover {
  background-color: #cf4520;
}

.a2a_default_style:not(.a2a_flex_style) a {
    padding: 15px 2px !important;
}

.link-list h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 27px;
  margin-bottom: 15px;
}
.link-list a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.link-list li {
  padding: 8px 0;
}
.address h4 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 5px;
}
.address p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}
.payment {
  display: flex;
  gap: 10px;
  align-items: center;
}
.copyright {
  background: #000039;
  color: #fff;
  padding: 16px 0;
  font-size: 12px;
}

.how-it-work .accordion-button {
  border-radius: 15px !important;
  background: #f2f2f2;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 20px 20px;
  margin-bottom: 20px;
}

.how-it-work .accordion-button:not(.collapsed) {
  background: #cf4520;
  box-shadow: 0px 20px 65px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.how-it-work .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: 0;
}
.how-it-work {
  padding: 70px 0;
}
.how-it-work li {
  color: #000054;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  text-transform: capitalize;
  padding: 10px 0px;
}
.how-it-work .accordion-button:not(.collapsed)::after {
  filter: invert(100%);
  transform: rotate(0deg);
}
.how-it-work .accordion-button::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  width: 25px;
  border-top: 1px dashed #8399ba;
  transform: translateY(-50%);
}
.accordion {
  position: relative;
}
.accordion::before {
  content: "";
  position: absolute;
  left: -25px;
  width: 0;
  height: 84%;
  border-left: 1px dashed #8399ba;
  top: 30px;
}
.accordion-button::after {
  transform: rotate(-90deg);
}

#carouselExample{
	z-index: 0;
}

.bg-lightblue{
	background-color:#f7fcfe;
}

video {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: block;
    box-shadow: 0px 30px 30px -15px #00000024;
}

.testi-item .quote-icon{

}

.navbar {
	min-height: 77px;
}
.navbar-toggler, .navbar-toggler-icon{
	color: #000054 !important;
    border-color: #000054;
    outline: none;
}

.feat-bx img{
	height: 100%;	
}
.mt-100{
  margin-top: 120px;
}

.justify-content-between .rounded-bottom {
  width: 50px;
  height: 50px;
  border-radius: 70px !important;
}

.justify-content-between .rounded-bottom .fa{
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 2;
}
.rounded-bottom.btn-primary{

}


.slider-selection {
	background: #cf4520 !important;
}
.slider-success .slider-selection {
	background-color: #5cb85c !important;
}
.slider-primary .slider-selection {
	background-color: #428bca !important;
}
.slider-info .slider-selection {
	background-color: #5bc0de !important;
}
.slider-warning .slider-selection {
	background-color: #f0ad4e !important;
}
.slider-danger .slider-selection {
	background-color: #d9534f !important;
}
.slider.slider-horizontal {
    width: 100% !important;
    height: 20px;
}
.slider-handle {
	background-color: #fff !important;
	background-image: none !important;
	-webkit-box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
	-moz-box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
	box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
}

.slider-strips .slider-selection {
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important;
	background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important;
	background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important;
	background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important; 
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #bdbdbd !important;
    text-align: center;
    background-color: transparent !important;
    border-radius: 4px;
}
.tooltip.top .tooltip-arrow {
    display: none !important;
}
.slider .tooltip.top {
    margin-top: -25px !important;
}

.slider-ghost .slider-track {
	height: 5px !important;
}
.slider-ghost .slider-handle {
	top: -2px !important;
	border: 5px solid #f77500;
}
.slider-success.slider-ghost .slider-handle {
	border-color: #5cb85c;
}
.slider-primary.slider-ghost .slider-handle {
	border-color: #428bca;
}
.slider-info.slider-ghost .slider-handle {
	border-color: #5bc0de;
}
.slider-warning.slider-ghost .slider-handle {
	border-color: #f0ad4e;
}
.slider-danger.slider-ghost .slider-handle {
	border-color: #d9534f;
}
.relative{
  position: relative;
}
.slider-handle{
  
  font-size: 12px !important;
  padding: 0px !important;
  width: 30px !important;
  height: 30px !important;
  top: -5px !important;
  line-height: 2.5;
  text-align: center;
}
.listing{
  display: flex!important;
    flex-direction: column;
    grid-gap: 15px;
}
.listing .btn.circle1{
  padding: 10px 13px;
  margin-right: 10px;
  border-radius: 50px;
  font-weight: 500;
}
.tag.bg-gray {
  background: #F1F1F1;
  border-radius: 10px;
  padding: 10px 10px;
}
.btn-outline-primary.btn:hover {
 
  background-color:#000054;
  color: #fff;
  border-color: #000054;
}
.btn-primary.rounded-bottom.btn:hover {
  background-color:#000054;
}
.btn-primary.btn:hover {
 
  background-color:#000054;
  color: #fff;
  border-color: #000054;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 3px solid var(--dc-primary);
  color: var(--dc-primary);
}
.nav-tabs .nav-link{
  color: #000000;
  font-weight: 400;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color:transparent;
  border-bottom-color: var(--dc-primary);
}
.goback.btn-danger {
  width: 40px;
  height: 40px;
  line-height: 1.6;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #000054;
  border-radius: 30px;
}

.nav-pills .nav-link {
  background-color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #FF7400;
  border-color: #FF7400;
}
.nav-pills .nav-link {
  background-color: #fff;
  border: 1px solid #FF7400;
  color: #FF7400;
}
.card{
  padding: 10px 10px;
}
.nav-pills.nav-justified{
  column-gap: 5px;
}

.flex-icon {
  flex-direction: column;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.flex-icon .rounded-bottom {
  padding: 0 !important;
  line-height: 2.6;
}
figure figcaption {
  position: absolute;
  width: 90%;
  top: 0;
  height: 70%;
  display: flex;
  flex-direction: column;
  column-gap: 30px;
  justify-content: space-between;
  left: 50%;
  transform: translate(-50%, 15%);
}
.p-0{
  padding: 0px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
  border-radius: 10px !important;
  overflow: hidden;
}
.text-justify{
  text-align: justify;
}
.Product .card-body .d-flex {
  display: flex!important;
  column-gap: 10px;
  text-align: left;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  
}
.card.Product.p-0 {
  border-radius: 18px;
  border-color: #eee;
}
.amount {
  width: 100px;
  font-size: 14px;
}

#Updates .d-flex {
  display: flex!important;
  flex-direction: row;
  align-items: center;
  column-gap: 20px;
  text-align: justify;
  justify-content: space-around;
}
#Updates .d-flex p {
  width: 65%;
}
input.button-minus, input.button-plus {
  width: 30px;
  height: 30px;
  text-align: center;
}
input.quantity-field {
  min-width: 30px;
}
.justify-content-end{
  justify-content: end;
}

#myAffix .payment-box {
  box-shadow: 0px 25px 20px 0px #ddd;
  padding: 10px;
  border-radius: 14px;
  border: 4px solid #dee2e6;
}
/* #myAffix {
  box-shadow: 0px 15px 25px #ddd;
  border-width: 2px;
  border-style: solid;
} */

/* #myAffix.affix{
  box-shadow: 0px 15px 25px #0000002b;
  border-radius: 12px;
} */

@keyframes gradient {
  0% {
    border-image: linear-gradient(to right, #ffac00, #ff4e00) 1;
    border-width: 3px;
  }
  50% {
    border-image: linear-gradient(to left, #ffac00, #ff4e00) 1;
    border-width: 3px;
  }
  100% {
    border-image: linear-gradient(to right, #ffac00, #ff4e00) 1;
    border-width: 3px;
  }
}

button.shine {
  overflow: hidden;
  box-shadow: 0px 10px 10px -8px #a3a3a3;
  background: linear-gradient(to right, #cf4520, #ff4e00);
  border: none !important;
  font-size: 18px;
  text-shadow: 1px 2px 2px #00000059;
}

button.shine:before {
 
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
      120deg,
      rgba(255,255,255, 0) 30%,
      rgba(255,255,255, .5),
      rgba(255,255,255, 0) 70%
  );
  top: 0;
  left: 0px;
  /* animation: shine 3s infinite linear; */
}
@keyframes shine {
  0% {left: 0px}
  20% {left: 100%}
  100% {left: 100%}
}

.incdec-btn{
  width: 114px;
  padding: 3px 1px;
  border: 2px solid #cf4520;
  background: #fff !important;
  border-radius: 30px;
}

.card.ads figure img {
  max-height: 260px;
}
.visible-sm{
  display: none;
}

.mobile-area {
  width: 100%;
  position: fixed;
  bottom: -10px;
  z-index: 999;
  left: 0;
  background: #ffffffd9;
  padding: 20px 20px;
  backdrop-filter: blur(2px);
}
.ads  {
  border-radius: 15px !important;
    overflow: hidden;
}
i.fa.fa-info-circle {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  z-index: 99;
}
.tooltip-inner {
  background-color: black !important;
}

.modal-dialog.modal-full {
  z-index: 999;
  max-width: 90%;
  height: auto;
}
#loginsignup{
  z-index: 9999;
}
#loginsignup {
  z-index: 9999;
  background: #ffffffe3;
  backdrop-filter: blur(3px);
}

.login-btn{margin-top: 50px;}

.relative{
    position: relative;
}
.relative i.fa{
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    color: #9b9aa3;
    text-align: center;
    border-radius: 0 4px 4px 0;
    transition: all 0.15s ease-in-out;
}
input:focus + .fa{
    color: #3e3b4e;
    transform: rotate(360deg);
}
.form-group{
    margin-bottom: 20px;
}
.category-sec .form-control{
    font-size: 14px;
    padding-left: 40px;
    border: none;
    border-bottom: 1px solid #3c3b4d;
    border-radius: 0;
    background-color: transparent;
}
.form-control:focus{
    border-color: var(--dc-primary);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 3px 4px -3px var(--dc-primary);
    background-color: transparent;
}
.border-btm{
  border-bottom: 7px solid #c44729;
  border-radius: 10px;
}
.sign-up{
    margin-top: 30px;
    text-align: center;
    position: relative;
    margin-bottom: -15px;
}
.login-text{
    position: absolute;
    top: -11px;
    text-align: center;
    width: 30%;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
}
hr{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
}
/* --- Animated Buttons --- */
.movebtn{
    background-color: transparent;
    display:inline-block;
    width:100%;
    background-image: none;
    padding: 8px 10px;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1.65, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.5, 1.65, 0.37, 0.66);
}
.movebtnre {
    border: 2px solid #cf4520;
    box-shadow: inset 0 0 0 0 #cf4520;
    color:#cf4520;
}
.movebtnsu {
    border: 2px solid #000054;
    color: #ffffff;
    background-color: #000054;
    border-radius: 6px;
}
.google, .facebook{
    width: 100%;
    float: left;
}
.google {
    border: 2px solid #cf4520;
    color: #ffffff;
    background-color: #cf4520;
    border-radius: 6px;
}
.facebook {
    color: #ffffff;
    background-color: #2e4da7;
}
.google:focus,
.google:hover,
.google:active {
    background-color: #cf4520;
    color: #FFF;
    border-color: #cf4520;
    box-shadow: none;
}
.facebook:focus,
.facebook:hover,
.facebook:active {
    background-color: #1e439b;
    color: #FFF;
    border-color: #1e439b;
    box-shadow: none;
}

 #loginsignup .modal-content {
  width: 480px;
  padding: 30px 10px;
  margin: 0 auto;
}

#loginsignup h2{padding-bottom: 30px;}

span.pull-right {
  position: absolute;
  right: 30px;
  top: 0px;
  z-index: 999;
}
i.fa.fa-close {
  position: absolute;
  top: -40px;
  right: -17px;
  background: #eeeeee;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 1.4;
  border-radius: 30px;
  color: #2f2f2f;
  border: 2px solid #f6f6f6;
}
.contact-detail  .card .d-flex p strong{
 color: #000054;
}
.contact-detail .fa {
  width: 50px;
  height: 50px;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  color: #ffffff;
  background: #c44729;
  border-radius: 30px;
  margin-right: 10px;
}
.contact-detail .card .d-flex{
  align-items: stretch;
}
.contact-detail .card {
  display: flex!important;
  justify-content: center;
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 15px;
  border: 1px solid #16185e;
  min-height: 100px;
}


.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: var(--dc-primary);
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: var(--dc-primary) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: var(--dc-primary) none repeat scroll 0 0;
  border-color: var(--dc-primary);
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid var(--dc-primary);
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
  background: var(--dc-primary) none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid var(--dc-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: var(--dc-primary) none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: var(--dc-primary);
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: var(--dc-primary) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: var(--dc-primary) !important;
}

.we-offer-area.text-left .item i {
  background: var(--dc-primary) none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid var(--dc-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}
.br-20 {
  border-radius: 20px !important;
}



.section-team .header-section {
	margin-bottom: 50px;
}

.section-team .header-section .small-title {
    margin-bottom: 25px;
	font-size: 16px;
    font-weight: 500;
    color: #3e64ff;
}

.section-team .header-section .title {
    font-weight: 700;
    font-size: 45px;
}

.section-team .single-person {
	margin-top: 30px;
	padding: 30px;
	background-color: #f6f9ff;
	border-radius: 5px;
  transition: 0.5s;
}

.section-team .single-person:hover {
  background-color: #c44729;
  transition: 0.5s;
}

.section-team .single-person .person-image {
  position: relative;
  border-radius: 50%;
  transition: padding .3s;
  text-align: center;
}


.section-team .single-person .person-image img {
  width: 200px;
  border-radius: 50%;
  height: 200px;
}


.section-team .single-person .person-info .full-name {
	margin-bottom: 10px;
	font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
}

.section-team .single-person .person-info .speciality {
  text-transform: uppercase;
  font-size: 14px;
  color: #c44729;
  text-align: center;
  display: block;
  font-weight: 600;
}

.section-team .single-person:hover .full-name,
.section-team .single-person:hover .speciality {
	color: #fff;
}
/* Responsive CSS */

@media only screen and (max-width: 1200px ) and (min-width: 991px)
{
  #Products  .single-product .col-md-6 {
    width: 100% !important;  
  }
}


@media (max-width: 1399px) {
  .Product .card-body .d-flex .btn.btn-outline-primary{
    min-width: 100px;
  }
 #Products .row .col-md-6 img.big  {
    width: 100% !important;
  }
  
  #Products .row .col-md-6 .card {
    margin: 15px 0px;
}
	.btn-panel.d-flex a.btn{
		padding: 10px 10px;
	}
  .rounded-bottom {
    min-width: auto !important
  }
	.btn-primary.btn {
		padding: 10px 0px;
		min-width: 200px;
	}
.btn {
		padding: 10px 10px;
	}
  }



@media (max-width: 1199px) {
	.dbt-btn {
		display: flex;
		flex-direction: column;
		row-gap: 20px;
	}
	.src-form .form-control {
		border-radius: 50px;
		padding: 10px 25px;
		border: none;
		margin: 10px 0;
	}
	.btn-panel.d-flex, form.d-flex {
		display: flex!important;
		flex-direction: column;
	}

	.btn-panel .btn {
		max-width: 100%;
		margin-top: 10px;
	}
	.btn-panel.d-flex a.btn{
		padding: 10px 10px;
	}
  }


  @media (min-width: 991px){
   
    div.affix {
      position: sticky;
    z-index: 999;
    right: 65px;
    width: 100%;
    top: 10px;
    transform: translate(0%, 0px);
    padding: 0;
    }
  }

@media (max-width: 991px) {
  .visible-sm{
    display: block;
  }
  .hidden-sm{
display: none !important;
visibility: hidden;
  }
  button.shine:before{
    content: none;
    
  }
  #myAffix.affix .payment-box{
    display: none;
  }
  .payment-box{
    display: none;
    visibility: hidden;
  }
  #myAffix{position: static !important;}


  .justify-content-between .rounded-bottom {
    width: 40px;
    height: 40px;
    border-radius: 70px !important;
  }
  .justify-content-between .rounded-bottom .fa {
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 1;
  }

  #Updates .d-flex p {
    width: 100%;
    margin: 0px 0px 15px;
}
  #Updates .d-flex {
    display: flex!important;
    flex-direction: column;
    align-items: center;
}
 
  .h5, h5 {
    font-size: 16px;
}
	.top-slider .carousel-caption h5 {
		font-size: 28px;
	}
	.top-slider .carousel-caption {
		max-width: 420px;
		margin-top: 50px;
	}
	p.card-text, span {
		font-size: 13px;
	}
	.feat-posts .card-title {
		font-size: 14px;
		padding-top: 15px;
	}
	.feat-posts {
		margin-top: 0px;
		padding-top: 25px;
	}
	.feat-bx img{
		height: 100%;	
	}
	.ft-images img {
		width: 80px;
	}
	.header .navbar-expand-lg .navbar-nav .nav-link {
		padding: 10px 0px;
	}
	.navbar-nav + .d-flex{
		padding-bottom: 15px;
	}
	.accordion-body {
		padding: 0px 20px 20px 20px;
	}
	
	.how-it-work .accordion-button {
		font-size: 18px;
		padding: 15px 20px;
		margin-bottom: 10px;
	}
	.how-it-work li {
		color: #000054;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		text-transform: capitalize;
		padding: 5px 0px;
	}
	.view-all {
		margin-top: 0px;
	}
	.category-sec {
		padding: 40px 0;
	}
	
}



@media (max-width: 786px) {
  .nav-pills.nav-justified .form-control {
    height: 44px;
    font-size: 13px;
}
  .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: 100%;
    font-size: 11px;
    padding: 10px 5px;
}
  .mt-100 {
    margin-top: auto;
}
	video {
		max-width: 100%;
		width: 100%;
		
	}
	.h2, h2 {
		font-size: 20px;
	}
	.donate-banner {
		background-position: 65% center;
	}
	.navbar-collapse {
		position: absolute;
		width: 100%;
		top: 85px;
		background: rgba(255, 255, 255, 0.96);
		padding: 20px;
		border-radius: 20px 20px;
		transform: translate(-12px, 0px);
	}
	.feat-bx img{
		width: 100%;
		height: 240px;
	}
	.header {
		position: relative;
	}
	.top-slider .carousel-caption h5 {
		font-size: 24px;
	}
	.top-slider .carousel-caption {
		max-width: 420px;
		margin-top: 50px;
	}
	.dbt-left h2 {
		color: #fff;
		font-size: 25px;
	}
	.accordion::before, .how-it-work .accordion-button::before{
		content: none;
	}
}




@media (max-width: 560px) {
  .section-team .single-person .person-info .full-name {
    margin-bottom: 0px;
    font-size: 18px;
}
  .h4, h4 {
    font-size: calc(1rem + .3vw);
}
.h3, h3 {
  font-size: calc(1.1rem + .6vw);
}
p{
  font-size:14px;
}
  .amount p {
    text-align: left !important;
}
  .Product .card-body .d-flex {
    text-align: left !important;
    flex-direction: column;
    align-items: flex-start;
}
	.top-slider .carousel-caption {
		max-width: 420px;
		margin-top: 10px;
	}
	.ft-images img {
		width: 60px;
	}
	#carouselExample .carousel-inner, #carouselExample .carousel-item,  #carouselExample img {
		min-height: 240px;
	}
	.top-slider .carousel-caption h5 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.navbar-brand img{
		width: 160px;
	}
}



@media (max-width: 480px) {
	
}

@media (max-width: 320px) {
	
}



