
.topbar, .topbar.fixed-header {
  background: #ffffff; }

.center {
  margin: auto;
  width: 50%;
}
.center2 {
margin: auto;
  display: block;
}
]
.card {
    border-radius: 0.9rem;
}
.ct-product .btn1 {
  background: #923536;
  background-image: -webkit-linear-gradient(top, #923536, #742223);
  background-image: -moz-linear-gradient(top, #923536, #742223);
  background-image: -ms-linear-gradient(top, #923536, #742223);
  background-image: -o-linear-gradient(top, #923536, #742223);
  background-image: linear-gradient(to bottom, #923536, #742223);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 2px 3px 2px #666666!important;
  -webkit-box-shadow: 1px 2px 4px #000000!important;
  -moz-box-shadow: 1px 2px 4px #000000!important;
  box-shadow: 1px 2px 4px #000000;
  font-family: Arial;
	font-display: swap;
  color: #ffffff;
  font-size: 20px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.ct-product .btn1:hover {
  background: #742223;
  background-image: -webkit-linear-gradient(top, #742223, #923536);
  background-image: -moz-linear-gradient(top, #742223, #923536);
  background-image: -ms-linear-gradient(top, #742223, #923536);
  background-image: -o-linear-gradient(top, #742223, #923536);
  background-image: linear-gradient(to bottom, #742223, #923536);
  text-decoration: none;
}


.h4-topbar {
  background: #2cdd9b;
  background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cd 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cd));
  background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cd 100%);
  background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cd 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cd 100%); }
  .h4-topbar .navbar {
    padding: 0; }
    .h4-topbar .navbar .hidden-lg-up {
      padding: 15px;
      color: #ffffff;
      font-weight: 500;
      font-size: 14px;
      text-transform: uppercase; }
    .h4-topbar .navbar .navbar-nav .nav-link {
      padding: 15px;
      color: #000000;
      font-weight: 500;
      font-size: 14px;
      text-transform: uppercase; }
    .h4-topbar .navbar .navbar-nav .nav-item:hover .nav-link,
    .h4-topbar .navbar .navbar-nav .nav-item.active .nav-link {
      background: #ffffff;
      color: #263238; }
    .h4-topbar .navbar .navbar-nav .search .nav-link {
      background: rgba(0, 0, 0, 0.05);
      padding: 15px 23px; }
    .h4-topbar .navbar .navbar-nav .search .dropdown-menu {
      padding: 20px;
      width: 300px; }

.h4-nav-bar {
  padding: 15px 0px; }
  .h4-nav-bar .donate-btn a {
    font-size: 13px;
    font-weight: 600;
    padding: 13px 25px;
    margin-left: 15px; }
  .h4-nav-bar .nav-item .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 25px; }
/*******************
Header 2
*******************/
.h2-nav {
  position: relative;
  width: 100%;
  z-index: 1;
  left: 0px;
  padding: 0px 15px; }
  .h2-nav .navbar-nav > .nav-item > .nav-link {
    line-height: 80px; }
  .h2-nav .navbar-nav .nav-item {
    margin: 0 15px; }
    .h2-nav .navbar-nav .nav-item .nav-link {
      padding: 12px 0px;
      color: #ffffff;
      font-weight: 400; }
    .h2-nav .navbar-nav .nav-item:hover .nav-link {
      color: #263238; }
    .h2-nav .navbar-nav .nav-item .btn {
      opacity: 0.3; }
      .h2-nav .navbar-nav .nav-item .btn:hover {
        opacity: 1; }

@media (max-width: 1023px) {
  .h2-nav .navbar-collapse {
    background: #2cdd9b;
    background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cd 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cd));
    background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cd 100%);
    background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cd 100%);
    background: linear-gradient(to right, #2cdd9b 0%, #1dc8cd 100%);
    padding: 15px 15px 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); } }

.topbar.fixed-header .h2-nav .navbar-nav > .nav-item > .nav-link {
  line-height: 60px; }

video {
    width: 100%;
    height: auto;
}
/*******************
Static slide 5
*******************/
.static-slider5 {
  padding-top: 190px; }
  .static-slider5 .middle-image {
    margin-top: 80px;
    margin-bottom: -100px; }
  .static-slider5 .left-right-bg {
    background-repeat: no-repeat;
    background-position: left center, right center, bottom  center;
    background-size: auto, auto, 100%; }

@media (max-width: 1370px) {
  .static-slider5 .left-right-bg {
    background-position: left -250px center, right -150px center, bottom 70px center; } }

@media (max-width: 767px) {
  .static-slider5 .left-right-bg {
    background-image: none !important; } }

/*******************
Feature 1
*******************/
.wrap-feature1-box .card-body {
  padding: 20px;
  line-height: 30px; }
  .wrap-feature1-box .card-body .icon-space {
    font-size: 55px; }

/*******************
Feature 46
*******************/
.feature46 {
  background-repeat: no-repeat;
  background-position: top; }

/*******************
Testimonial 2
*******************/
.testimonial2 .testi2 .image-thumb {
  background: url(../images/testimonial/greadint-bg.png) no-repeat 90% 46%;
  text-align: center;
  padding: 10% 0; }
  .testimonial2 .testi2 .image-thumb img {
    width: 400px; }

.testimonial2 .testi2 .owl-dots {
  display: inline-block;
  position: relative;
  top: -115px; }
  .testimonial2 .testi2 .owl-dots .owl-dot {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    background-size: cover;
    margin-right: 10px;
    opacity: 0.4;
    cursor: pointer; }
    .testimonial2 .testi2 .owl-dots .owl-dot span {
      display: none; }
    .testimonial2 .testi2 .owl-dots .owl-dot.active, .testimonial2 .testi2 .owl-dots .owl-dot:hover {
      opacity: 1; }

/*******************
Footer 4
*******************/
.footer4 .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 300;
  color: #8d97ad; }
  .footer4 .navbar-nav .nav-link:hover {
    background: #2cdd9b;
    background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cd 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cd));
    background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cd 100%);
    background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cd 100%);
    background: linear-gradient(to right, #2cdd9b 0%, #1dc8cd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent; }
