 @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px "Poppins", sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Trajan-Pro-3";
  src: url(../fonts/Trajan-Pro-3.otf);
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.btn10 {
  border: 1px solid #a30000 !important;
  text-align: center;
  position: relative;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #a30000 !important;
  z-index: 10;
  display: inline-block;
  color: #fff;
  padding: 20px 20px;
  border-radius: 10px;
  font-size: 17px;
  font-family: Poppins;
  font-weight: 400;
}

.btn10:hover {
  border: 1px solid #a30000 !important;
  color: #fff !important;
}

.btn10::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #a30000;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10:hover::before,
.btn1O:hover::before {
  opacity: 1;
  width: 116%;
}

.btn10:hover::after,
.btn1O:hover::after {
  opacity: 1;
  width: 120%;
}

.btn1 {
  background: #be1e2d;
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 500;
  padding: 14px 14px;
  padding-right: 60px;
  position: relative;
  display: inline-block;
  border-radius: 51px;
  transition: 0.5s ease-in-out;
  border: 1px solid #fff;
  border-radius: 10px;
  letter-spacing: 0;
  margin-bottom: 10%;
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn1 img {
  position: absolute;
  right: -18px;
  top: -2px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #be1e2d;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0px 1px 11px 2px #00000094;
  transition: 0.5s ease-in-out;
  animation: heartbeat 1.5s ease-in-out infinite both;
  border-radius: 10px;
  padding: 20px;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.btn1:hover {
  color: #fff;
  background: #2e3192;
}

.btn1:hover img {
  color: #fff;
  background: #fff;
  width: 50px;
  height: 50px;
  right: 3px;
  top: 1px;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Trajan-Pro-3", Sans-Serif;
  font-size: 49px;
  line-height: 55px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 10px;
}

h2 {
  font-family: "Trajan-Pro-3", Sans-Serif;
  font-size: 47px;
  line-height: 50px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 10px;
}

h3 {
  font-family: "Montserrat", Sans-Serif;
  font-size: 19px;
  line-height: 25px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 10px;
}

h4 {
  font-family: "Trajan-Pro-3", Sans-Serif;
  font-size: 47px;
  line-height: 50px;
  color: #2b221d;
  font-weight: 500;
  margin: 0 0 20px;
}

h5 {
  font-family: "Trajan-Pro-3", Sans-Serif;
  font-size: 23px;
  line-height: 25px;
  color: #2b221d;
  font-weight: 500;
  margin: 0 0 10px;
}

h6 {
  font-family: "Trajan-Pro-3", Sans-Serif;
  font-size: 40px;
  line-height: 45px;
  color: #0f0f10;
  font-weight: 500;
  margin: 0 0 10px;
}

p {
  color: #131212;
  font-size: 14px;
  line-height: 25px;
  font-family: "Montserrat", serif;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0 0 10px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */
header {
  padding: 0;
}
.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #202020;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Montserrat";
  font-weight: 600;
  text-transform: uppercase;
}
.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #be1e2d;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

/*header css start */

/*banner css start */

.main-banner-img {
  width: 100%;
  object-fit: cover;
  height: 80vh;
  object-position: top;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    background: rgb(0 0 0 / 21%);
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

/*banner css end*/

/* search box css */
body.search-open {
  overflow: hidden;
}

.close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: 0;
  font-size: 50px;
  font-weight: 700;
  display: block;
  cursor: pointer;
  color: black;
  padding: 1rem 1.25rem;
  border-radius: 50%;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font: 18px;
  opacity: 1 !important;
  width: 50px;
  height: 50px;
}

.close:hover {
  background: #e21d1a;
  color: white;
  opacity: 1 !important;
  top: 2rem;
  right: 2rem;
}

.search-box.search-elem {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000000b0;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.search-box.search-elem .inner {
  width: 70%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}

.search-box.search-elem label {
  color: white;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
}

.search-box.search-elem button.submit {
  outline: none;
  position: absolute;
  top: 0;
  right: 15px;
  height: 70px;
  color: #ffffff;
  width: 171px;
  height: 55px;
  background: #000000;
  font-family: "Poppins";
  font-size: 22px;
  cursor: pointer;
  border: 0;
}

.top-cart ul li i {
  margin-right: 13px;
  font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
  width: 171px;
  height: 55px;
  font-size: 20px;
  color: white;
  background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
  display: inline-block;
}

.search-box.search-elem input[type="text"] {
  padding: 20px;
  height: 55px;
  width: 80%;
  font-size: 32px;
  font-family: "Poppins";
  font-weight: 300;
  border: none;
  border-bottom: solid 2px #e21d1a;
  transition: border 0.3s;
  border-radius: 0;
}

.search-box.search-elem input[type="text"]:focus {
  border-bottom: solid 2px #55cd6c;
  box-shadow: none;
}

.search-box.search-elem label.placeholder {
  position: absolute;
  top: 13px;
  left: 2rem;
  font-size: 32px;
  font-weight: 300;
  font-family: "Poppins";
  color: #999;
  transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
  top: -25px;
  color: white;
  font-size: 17px;
  font-family: "Poppins";
}

.search-box.search-elem.search-open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.search-btn {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  padding: 0 10px;
  display: inline-block;
  color: white;
}

/* end search box css */

.sec-padding {
  padding-right: 0;
  padding-left: 0;
}

.header-logo {
  background: #be1e2d;
  text-align: center;
}

ul.header_icons li i.fas.fa-user.bord {
  padding: 16px;
  border-radius: 8px;
  background: #be1e2d;
  font-size: 19px;
  color: #fff;
  transition: 0.5s
}
ul.header_icons li i.fas.fa-user.bord:hover {
    background: #362b92;
    transition: 0.5s
}

.header-logo img {
  width: 50%;
}

ul.header_icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.header-button a.btn1 {
  color: #fff !important;
  width: 100%;
  padding: 14px 14px;
  position: relative;
  display: inline-block;
  margin: 0;
  padding-right: 60px;
}

li.sec-wd {
  width: 40%;
}
.header_icons span {
  margin-right: 12px;
  border-left: solid 1px #00000040;
  padding: 10px;
}

.banner_text {
  text-align: center;
}

.banner_text {
  text-align: center;
  width: 64%;
  margin: 0 auto;
}

span.banner-txt {
  font-size: 16px;
  font-family: "Trajan-Pro-3";
}

.banner-button a.btn1 {
  width: 23%;
  margin: 20px 0;
}
.banner-button {
  display: flex;
  justify-content: center;
}

/*upcoming events sect*/

.comg-soon {
    /* width: 62%; */
    /* margin: 0 auto; */
    text-align: center;
}

.comg-soon h1 {
  font-family: "Trajan-Pro-3", Sans-Serif;
  font-size: 38px;
  line-height: 49px;
}

.upcoming-events {
  background-color: #be1e2d;
}

.event-head {
  text-align: center;
}

ul.admin-detail {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin-bottom: 12px;
  align-items: center;
  justify-content: start;
  margin-top: 22px;
}
li.author {
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0px 10px;
  border-right: solid 1px #ffffff36;
  padding: 0 20px;
}
span.left.author {
  margin-right: 5px;
  color: #fff;
}
span.right.post-author a {
  color: #ffffff;
  font-size: 12px;
  font-family: "Montserrat";
}
li.comment {
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0px 10px;
}
span.left.comment {
  margin-right: 5px;
  color: #ffffff;
}
span.right.comment a {
  color: #ffffff;
  font-size: 12px;
  font-family: "Montserrat";
}
.event-detail {
  position: absolute;
  bottom: 0;
  background: #d62b3b;
  z-index: 7;
  width: 90%;
  padding: 10px;
  border-top-right-radius: 10px;
}

.event-img {
  position: relative;
  margin: 20px;
}

.event-detail p {
  font-size: 12px;
  color: #fff;
  line-height: 17px;
}

.serv_slider .slick-active {
  opacity: 1;
}

.serv_slider .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: #ffffff;
  border-radius: 10px;
  color: #000000 !important;
  opacity: 1 !important;
}

.serv_slider .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: #ffffff;
  border-radius: 10px;
  color: #000000 !important;
  opacity: 1 !important;
}

.serv_slider .slick-prev {
  left: -52px;
}

/* aboutus sect
*/

.abt-head h6 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 20px 0;
}

.abt-head h3 {
  color: #000;
  margin: 10px 20px;
  line-height: 18px;
}

.abt-desp h3 {
  color: #000;
  line-height: 18px;
}

.abt-head {
  margin: 10% 0 0;
}

.abt-button {
  margin: 20px 0 0 22px;
}

.abt-sec-padding {
  padding-left: 6%;
  padding-right: 0;
}

span.red-txt {
  font-size: 47px;
  font-family: "Trajan-Pro-3";
  color: #be1e2d;
}

.abt-button a.btn1 {
  width: 30%;
}

.abt-head p {
  margin: 22px 0 0 25px;
}
.abt-button {
  margin: 50px 20px;
}

/*timer*/

div#timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
span#days {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 47px;
  font-family: "Trajan-Pro-3";
}

span#hours {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 47px;
  font-family: "Trajan-Pro-3";
}
span#minutes {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 47px;
  font-family: "Trajan-Pro-3";
}
span#seconds {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 47px;
  font-family: "Trajan-Pro-3";
}

span.label {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "Trajan-Pro-3";
  margin: 15px 0px;
}

.days-wrapper.wrapper {
    border: solid #fff 1px;
    width: 120px;
    height: 120px;
    padding: 29px;
    background: #d62b3b;
    border-radius: 10px;
    
}
.hours-wrapper.wrapper {
  border: solid #fff 1px;
  width: 120px;
  height: 120px;
  padding: 29px;
  background: #d62b3b;
  border-radius: 10px;
}

.minutes-wrapper.wrapper {
  border: solid #fff 1px;
  width: 120px;
  height: 120px;
  padding: 29px;
  background: #d62b3b;
  border-radius: 10px;
}

.seconds-wrapper.wrapper {
  border: solid #fff 1px;
  width: 120px;
  height: 120px;
  padding: 29px;
  background: #d62b3b;
  border-radius: 10px;
}

.timer-head p {
  color: #fff;
  margin: 0;
  line-height: 20px;
}

/*video sect*/

.prod-video-div {
  position: relative;
}
.prod-abs-vid {
  position: absolute;
  top: 50%;
  left: 28%;
  transform: translate(-50%);
}

.prod-abs-vid i {
  font-size: 22px;
  color: #000000;
  border-radius: 77px;
  padding: 13px;
  width: 20px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: solid 18px #ffffff00;
  position: relative;
}
.prod-abs-vid a::after {
    position: absolute;
    content: "";
    /* background: #ebebeb1a; */
    height: 110px;
    width: 110px;
    left: -25px;
    top: -23px;
    border-radius: 100%;
    box-shadow: 0 0 4px #eaeaea;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgb(191 36 44);
    }

    100% {
        box-shadow: 0 0 0 20px rgb(180 9 9 / 5%);
    }
}

ul.off-hr li img {
  height: 13px;
  width: 14px;
  margin: 7px 10px 7px 0;
}
.video-detail {
  position: absolute;
  bottom: 0;
  right: 59px;
  padding: 40px 16px;
  width: 28%;
  background: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.prod-video-images {
  position: relative;
}
.prod-video-images img {
  width: 100%;
}
.video-detail h5 {
  width: 70%;
  margin: 0 0 22px;
  line-height: 32px;
}

ul.off-hr li {
  color: #2b221d;
  font-size: 12px;
  font-family: "Trajan-Pro-3";
  line-height: 33px;
}

.test-txt {
  text-align: center;
  width: 65%;
  margin: 0 auto;
  padding-top: 8%;
}

.testi-user-details img {
  width: 20%;
  border-radius: 50%;
}

.testi-slider-item {
  padding: 40px 0 0 21px;
  position: relative;
}

.testi-slider .slick-slide.slick-current .testi-user-details img {
  width: 10%;
}

.testi-slider-item i.fas.fa-quote-left {
  color: #be1e2d;
  position: absolute;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -25px;
  font-size: 39px;
}
.testi-slider .slick-track {
  padding: 50px 0;
  display: flex;
  justify-content: start;
}

.testi-slider .slick-slide {
  opacity: 1;
  margin: 0 10px;
  /*width: 375px !important;*/
}

.testi-slider-item p {
  color: #666666;
  font-size: 13px;
}

.testi-user-details {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.testi-user-name h4 {
    color: #000000;
    margin: 0;
    font-size: 18px;
    line-height: 15px;
    margin: 0;
}

.testi-user-name span {
  font-size: 13px;
  font-family: "Montserrat";
  color: #be1e2d;
  margin: 0;
  line-height: 12px;
  font-weight: 600;
}

.testi-slider-item .rating-star {
  margin-bottom: 22px;
}

.testi-slider .slick-slide.slick-current testi-slider-item {
  background: var(--lmustard);
}

.testi-slider .slick-slide.slick-current .testi-slider-item {
  background: #ffffff;
  box-shadow: 0 0 8px 0 #ccc;
  padding: 60px 10px 60px 31px;
}

.testi-slider .slick-slide.slick-current {
  /*width: 500px !important;*/
  transition: 0.5s all;
}

.testi-slider
  .slick-slide.slick-current
  .testi-slider-item
  .testi-user-details {
  margin-top: 55px;
  margin-bottom: 20px;
}

.testi-slider
  .slick-slide.slick-current
  .testi-slider-item
  i.fas.fa-quote-left {
  font-size: 55px;
}

.testi-slider
  .slick-slide.slick-current
  .testi-slider-item
  .rating-star
  ul
  li
  a {
  color: #f79a48;
}

.testi-slider
  .slick-slide.slick-current
  .testi-slider-item
  .rating-star
  ul
  li
  .grey-star {
  opacity: 1;
}

.testi-slider
  .slick-slide.slick-current
  .testi-slider-item
  .rating-star
  ul
  li.grey-star {
  opacity: 1;
}

.testi-slider .slick-list {
  padding-left: 0;
  padding-right: 0;
}
.rating-star ul {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
}

.testi-item-single i.fas.fa-quote-left {
  background: #af8d53;
}

.testi-item-single {
  background: #141516;
}

span.desg {
  font-size: 13px;
  font-family: "Montserrat";
  color: rgba(255, 255, 255, 0.8);
}

.testi-slider-item p {
  color: #8a8a8a;
    font-size: 21px;
    font-weight: 400;
    width: 95%;
    line-height: 31px;
}
.testi-slider .slick-slide.slick-current .testi-slider-item p {
  color: #181818;
}

.testi-slider .slick-slide.slick-current .testi-slider-item h4 {
  color: #fff;
}

.testi-slider .slick-slide.slick-current .testi-slider-item span {
  color: #fff;
}
.test-head p {
  margin: 0 auto;
  text-align: center;
  width: 50%;
}
.rating-star a {
  text-decoration: none;
  color: #fd8f00;
  white-space: initial;
}

.testi-slider-item::before {
  position: absolute;
  content: "";
  background: url(../images/quote.png);
  height: 73px;
  width: 103px;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%);
}

.tsti-txt {
  text-align: center;
  margin: 0 auto;
  width: 59%;
}

/*support sect*/

ul.donar {
  display: flex;
  align-items: center;
  gap: 6px;
}
ul.donar li {
  font-size: 15px;
  font-family: "Trajan-Pro-3";
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #be1e2d;
  padding: 3px 18px;
  border-radius: 7px;
  margin: 0;
  cursor: pointer;
}
section.support.pt-8.pb-8 {
  background: url(../images/mem.png);
  width: 100%;
  height: 100%;
  background-size: cover;
}

.sup-sec-padding {
  padding-left: 5%;
  padding-right: 0;
}

.f51 {
  position: relative;
}
.f51 img {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  bottom: 0;
  background: #be1e2d;
  /* padding: 15px 21px; */
  top: 0;
  z-index: 0;
  height: 100%;
    width: 7%;
    object-fit: none;
}

.f12 .form-control:disabled,
.form-control:read-only {
  background-color: #894734;
  color: #fff;
  font-size: 14px;
  font-family: "Trajan-Pro-3";
  background-color: transparent;
  color: #0f0f10;
  margin-bottom: 32px;
  padding: 14px;
  border: solid 0.5px #e2d8d8;
  text-align: center;
}
.supp-bx {
  background: #fff;
  padding: 60px 20px 0;
  text-align: center;
  border-radius: 10px;
  width: 86%;
  position: relative;
  z-index: 10;
}
.progress-number-wrapper,
.progress-number-mark {
  font-size: 17px;
  line-height: 24px;
  height: 24px;
  color: #0c1a3d;
}
.progress-number-mark span.percent {
  position: absolute;
  right: 55%;
  top: 16px;
  background: #be1e2d;
  color: #fff;
  font-size: 15px;
  padding: 5px;
}

.progress-content {
  height: 6px;
  background-color: #be1e2d;
  width: 0%;
}
.progress-content-outter {
  background-color: #0c1a3d1c;
  width: 100%;
  position: relative;
  z-index: 0;
  top: -8px;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  transition: width 0.6s ease;
  margin: 20px 0;
}

.progress-title-holder {
  position: relative;
  font-family: "Trajan-Pro-3";
  padding-top: 20px;
}

.sup-button a.btn1 {
  width: 48%;
}

.sup-button {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

.member p {
  color: #fff;
  width: 85%;
}

.member-img img {
  width: 100%;
  height: 421px;
  object-fit: cover;
}

/*blog sect*/

.blog-head {
  text-align: center;
}

ul.blog-det {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 5px;
  box-shadow: 0 0 4px #808080c9;
  margin-bottom: 5%;
}
.recent-news li.img-width img {
    /*height: auto !important;*/
}
.recent-news .icons {
    padding-right: 10px;
}
.icons {
  display: flex;
  align-items: center;
  gap: 150px;
  justify-content: space-between;
  padding-right: 40px;
}
.blog-det h6 {
  font-size: 18px;
  line-height: 20px;
  color: #171515;
  width: 100%;
}

.blog-user-details {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 10px;
}

.blog-user-name h4 {
  font-family: "Montserrat";
  color: #171515;
  margin: 0;
  font-size: 14px;
  line-height: 15px;
  margin: 0;
}
.blog ul.blog-det li.img-width {
    width: 220px !important;
}

.blog ul.blog-det li:last-child {
    width: 75% !important;
}
.blog-user-name span {
  font-size: 14px;
  font-family: "Montserrat";
  color: #9d9d9d;
  margin: 0;
  line-height: 12px;
}

.blog-detail h6 {
  font-size: 16px;
  width: 65%;
  line-height: 20px;
  color: #fff;
}

.blog-detail {
  position: absolute;
  bottom: 24px;
  left: 46px;
}

.blog-image {
  position: relative;
  z-index: 3;
}
.blog-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000080;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}
.blog-user-name1 h4 {
  font-family: "Montserrat";
  color: #ffffff;
  margin: 0;
  font-size: 14px;
  line-height: 15px;
  margin: 0;
}

.blog-user-details1 {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 10px;
}

.alignlist1 img {
  filter: invert(1);
}

.blog-user-name1 span {
  color: #ffffff7a;
}
li.img-width {
    width: 30%;
}

ul.blog-det li:last-child {
    width: 70%;
    padding-left: 20px;
}

li.img-width img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

section.blog .row {
    align-items: center;
}
/*footer*/

.footer {
  background: url(../images/footer-bk.png);
  width: 100%;
  background-size: cover;
  height: 100%;
}

.footer-logo {
  text-align: center;
}

.footer-logo h5 {
  color: #fff;
  font-size: 17px;
}

ul.footer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

ul.footer-mail li a {
  color: #be1e2d;
  font-size: 35px;
}

ul.sd1-img {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px 0 0;
  justify-content: center;
}

.coyright {
  background-color: #be1e2d;
  text-align: center;
  padding: 15px;
}

.coyright p {
  color: #fff;
  font-size: 14px;
}

span .bline {
  position: relative;
  display: block;
}

.btm_line {
  position: relative;
}

span.vid-line:after {
  position: absolute;
  content: "";
  width: 39%;
  height: 1px;
  top: 55%;
  left: 30%;
  background: #fff;
}

span .bline:after {
  position: absolute;
  content: "";
  background: #be1e2d;
  width: 12px;
  height: 12px;
  top: 336px;
  left: 67%;
  border-radius: 10px;
  z-index: 2;
}
@keyframes leftit {
  to {
    top: 10px;
  }
}

/*inner pages*/

.banner-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.banner-image {
  position: relative;
  height: 100%;
    overflow: hidden;
}

.title-new {
  /*position: absolute;*/
  /*top: auto;*/
  /*left: 0;*/
  /*right: 0;*/
  /*bottom: 15%;*/
  /*display: flex;*/
  /*align-items: center;*/
  /*width: 100%;*/
  /*display: -webkit-box;*/
  /*display: -moz-box;*/
  /*display: -ms-flexbox;*/
  /*display: -webkit-flex;*/
  /*justify-content: start;*/
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 32%;
    display: flex;
    align-items: center;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: start;
}
.title-new h2 {
    font-size: 68px;
    text-align: center;
    line-height: 80px;
}



.abt-desp {
  margin: 0 0 0 25px;
}

/*contactus page*/

.ic11::before {
  position: absolute;
  content: "";
  background: url(../images/shape-line.png);
  height: 53px;
  width: 7px;
  left: 47px;
}

.ic11 {
  position: relative;
}

.f11 {
  position: relative;
}

.ic11 i {
  padding: 13px 13px 9px 0px;
}

.f11 i {
  position: absolute;
  left: 14px;
  font-size: 23px;
  color: #7e7e7e;
}
.contact-page textarea.form-control {
  min-height: calc(1.5em + (10.75rem + 2px));
  margin-top: 33px;
  padding: 14px 14px 14px 68px;
}

.btn-success {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  margin-top: 30px;
}

.contact-page input.form-control {
  padding: 14px 14px 14px 68px;
  border-radius: 0;
  margin-top: 33px;
}

.contactus-icons li {
  list-style: none;
  margin-top: -6px;
  font-size: 19px;
  color: #6b6b6b;
  font-family: "Montserrat";
}

.location a {
  color: #be2623;
  text-decoration: underline;
  font-weight: 600;
}
.location h1 {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.ph a {
  color: #6b6b6b !important;
  font-size: 25px;
  text-decoration: none;
  font-weight: 300;
  font-family: "Montserrat";
}
.emal a {
  color: #8b8b8b;
  font-size: 17px;
  text-decoration: none;
  font-weight: 500;
  font-family: "Montserrat";
}

.contactus-icons i {
  border: solid;
  border-radius: 39px;
  font-size: 20px;
  color: #be1e2d;
  vertical-align: middle;
  margin-bottom: -90px;
  margin-left: 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  padding: 12px;
}
.location {
  display: inline-flex;
  margin-top: 13px;
  margin-left: 86px;
}

.contactus-icons {
  border: solid 1px #00000038;
  margin-top: 35px;
  padding: 10px;
  border-radius: 0;
  margin-bottom: -18px;
}
.contactus-button {
  border: solid 2px #b70404;
  width: 110px;
  text-align: center;
  padding: 5px 0px;
  border-radius: 44px;

  margin-top: 48px;
  background: #b70404;
}

.contactus-button a {
  text-decoration: none;
  color: #ffffff;
}
.contactus-button i.fas.fa-arrow-right {
  padding: 4px;
  border: solid;
  border-radius: 14px;
  margin-left: 10px;
  color: #ffffff;
}

.get-txt {
  text-align: center;
}

.contac-heading h6 {
  font-size: 29px;
  color: #000;
  margin: 0;
}
.recp-btn a.btn10 {
  width: 47%;
  height: 58px;
  font-size: 13px;
  font-family: "Montserrat";
}

.get-button {
  margin-top: 10px;
}

.daily-dev-txt p {
  font-size: 27px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #000;
}

.daily-dev-txt {
  text-align: center;
}

.daily-dev-txt a {
  color: #be2623;
  text-decoration: underline;
}

.get-button a.theme1 {
  width: 45%;
}

.get-button a.btn1 {
  width: 50%;
}
.event-detail-head h5 {
  font-size: 21px;
  line-height: 25px;
  color: #1d1d1d;
}

.event-detail-head p {
  margin: 0 0 22px;
}

span.date-fnt {
  color: #141414;
  font-weight: 600;
}

.event-detail-head h6 {
  font-size: 21px;
  line-height: 25px;
  color: #1d1d1d;
  margin: 44px 0 0;
}

.map-frame::before {
  position: absolute;
  content: "";
  background: #be1e2d;
  height: 162px;
  width: 200px;
  bottom: 0;
  left: -8px;
  z-index: -1;
}
.map-frame {
  position: relative;
}

.event-img img {
  width: 100%;
}

.blog-user-details img {
  width: 31%;
}
.inner-newsdetail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.inner-newsdetail h5 {
  width: 49%;
  font-size: 24px;
  color: #171515;
}

.blog-det2 h6 {
  font-size: 13px;
  line-height: 20px;
  color: #171515;
  width: 86%;
}

ul.blog-det2 {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 5px;
  box-shadow: 0 0 4px #80808033;
  margin-bottom: 5%;
}

.blog-user-name2 h4 {
  font-family: "Montserrat";
  color: #171515;
  margin: 0;
  font-size: 9px;
  line-height: 4px;
  margin: 0;
}

.blog-user-name2 span {
  font-size: 9px;
  font-family: "Montserrat";
  color: #9d9d9d;
  margin: 0;
  line-height: 12px;
}

.blog-user-details2 img {
  width: 24%;
}

.blog-user-details2 {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 10px;
}

.recent-news h5 {
  font-family: "Trajan-Pro-3", Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #191919;
  font-weight: 500;
  margin: 0 0 10px;
}

.topsec-search {
  position: relative;
}

.topsec-input input {
  width: 53%;
  padding-bottom: 7px;
  background: transparent;
  padding: 12px;
  border: solid 1px #be1e2d;
  border-radius: 7px;
}

.topSec-serch-icon {
  position: absolute;
  top: 0;
  right: 47%;
  padding: 13px 18px;
  background: #be1e2d;
  color: #fff;
  border-radius: 5px;
}

.topSec-serch-icon a {
  color: #fff;
}

.topsec-input {
  margin: 0 0 46px 0;
}

.prod-video-images1 {
  position: relative;
  margin-bottom: 5%;
}

.prod-video-images1 img {
  width: 100%;
}

.prod-abs-vid1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

.prod-abs-vid1 i {
  font-size: 22px;
  color: #ffffff;
  border-radius: 77px;
  padding: 13px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: solid 2px #ffffff21;
  position: relative;
}

.prod-abs-vid1 a::after {
  position: absolute;
  content: "";
  background: #ebebeb1a;
  height: 87px;
  width: 87px;
  left: -12px;
  top: -11px;
  border-radius: 100%;
  box-shadow: 0 0 4px #eaeaea;
}

/*board*/

.boad-img img {
  width: 85%;
}

/*.boad-img {
  text-align: center;
}*/

.boad-img p {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 27px;
}

.vact-posit h5 {
    font-weight: 600;
    /* margin: 0 20px; */
}

.bd-detail p {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
}

.board-head {
  text-align: center;
  margin: 0 0 20px;
}

/*payment page*/

.card-box {
  border: solid 2px #00000024;
  padding: 40px;
}

ul.card-detail {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
ul.card-detail li {
  font-size: 20px;
  font-family: "Poppins";
  color: #546f83;
}

.labe-cas label {
  position: absolute;
  color: #000000;
  height: 40px;
  width: 60px;
  font-size: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  padding-top: 8px;
  text-align: center;
  cursor: pointer;
}

#cc_number {
  margin-bottom: 10px;
}
.labe-cas input {
  z-index: 10;
  border: 0;
  height: 40px;
  font-size: 18px;
  padding: 0;
  padding-left: 53px;
  width: 100%;
}

.cardflx {
  display: flex;
  align-items: center;
  border-bottom: solid 2px #0000003d;
  padding: 0 0 13px;
  justify-content: space-evenly;
}
.inner-card-box {
  border: solid 2px #00000045;
  padding: 33px 0px;
  margin: 30px 18px 0;
}

.center-content {
  margin: 0 auto;
}
.group.exp-cvc {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 15px 0 0;
}

.pay-button {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.pay-button a.btn1 {
  width: 25%;
}

.spom-img {
  display: flex;
  justify-content: center;
}

.sp-letter h2 {
  color: #000;
  font-style: italic;
  margin: 20px 0;
}

.spom-img img {
  width: 50%;
}

/* account*/

.input-icons i {
  position: absolute;
  font-size: 20px;
  z-index: 99;
  margin-top: 5px;
  color: #000;
}

.input-icons {
  width: 100%;
}

.icon {
  padding-top: 15px;
  padding-left: 12px;
  min-width: 40px;
}

.input-field {
  position: relative;
  display: flex;
  width: 100%;
  padding-left: 45px;
  margin-bottom: 30px;
  border: none;
  padding: 10px 40px;
  border-radius: 0px;
  background-color: #ebebeb;
  height: 60px;
}
.social_btn h3 {
  font-size: 48px;
  line-height: 50px;
  color: #000;
  font-family: "Trajan-Pro-3";
}
.signup_form button {
  border: none;
  width: 100%;
}

.social_btn a i {
  border-right: 1px solid #fff;
  padding-right: 5px;
}

.social_btn a {
  padding: 10px 20px;
  color: #fff;
}

.social_btn {
  margin: 20px auto;
  text-align: center;
}

.social_btn a:first-child {
  background-color: #4267b2;
}

.social_btn a:last-child {
  background-color: #02abee;
}

.login {
  padding: 130px 50px;
}

.login h3 {
  color: #000000;
  font-size: 27px;
  text-align: center;
  font-family: "Trajan-Pro-3";
}
.remeber label {
  margin: 0 0 0 5px;
}

.login_form input {
  background-color: #d7d7d770;
  border-radius: 0px;
}

.login_form .remeber {
  margin-bottom: 20px;
}

.login_form button {
  border: none;
  height: 50px;
}

.forgot_pass {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-2 {
  height: 55px;
  padding: 0 40px;
  color: #fff;
  /* font-weight: 600; */
  font-size: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #be1e2d !important;
  border-radius: 6px;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.login-button a.theme1 {
  color: #fff !important;
  font-size: 13px;
  font-family: "Montserrat";
}

.login-button {
  width: 44%;
}

.bg-from-clr .col-lg-5 {
  padding-right: 0;
}

a.frg-txt {
  color: #2a2a2a;
  font-size: 19px;
  font-family: "Montserrat";
}
.login-button a.btn1 {
  margin: 0;
}

/* account */

.spon-box {
  border: solid 1px #0000000f;
  padding: 65px 12px 0;
  height: 220px;
}

.spn-btn a {
  font-size: 7px;
  color: #151516;
  font-family: "Trajan-Pro-3";
}

.spn-btn {
  border: solid 1px #00000042;
  padding: 0 0px;
  width: 58%;
  border-radius: 6px;
  text-align: center;
  margin-top: 33px;
}

.spon-box img {
  text-align: center;
  margin: 0 auto;
  display: flex;
  width: 108px;
  height: 53px;
  object-fit: contain;
}

.spon-box-hover p {
  font-size: 9px;
  font-family: "Trajan-Pro-3";
  line-height: 15px;
  color: #fff;
}

.spon-box-hover {
  border: solid 1px #0000000f;
  padding: 30px 12px;
  height: 220px;
  background: #be1e2d;
}

.spn-btn-hover {
  padding: 0 0px;
  width: 58%;
  border-radius: 6px;
  text-align: center;
  background: #cc4f5b;
  margin: 0 auto;
}

.spon-box-hover img {
  filter: brightness(0) invert(1);
}

.spn-btn-hover a {
  font-size: 7px;
  color: #ffffff;
  font-family: "Trajan-Pro-3";
}

.spons-detail h5 {
  border: solid;
  padding: 18px;
}

span.bld {
  font-weight: 600;
  color: #fff;
}

.spons-detail h5:hover {
  background: #be1e2d;
  color: #fff;
}
.spn-hd {
  text-align: center;
}

.accordion-item h5 {
  color: #fff;
}

.gorilla-content .accordion-button.collapsed {
  padding: 22px 30px;
  background-color: #be1e2d;
  color: #ffffff;
  line-height: 30px;
  border-radius: 0;
}
.gorilla-content .accordion-button {
  font-size: 24px;
  padding: 20px 20px;
  line-height: 45px;
  background-color: transparent;
  font-size: 45px;
  font-family: "Trirong-Regular";
}

.gorilla-content .gorrila-page-txt .color-red {
  color: #a60000;
  font-weight: 500;
  margin-bottom: 7px;
  margin-top: 30px;
}

.gorrila-page-txt ul {
  list-style: disc;
}

.gorrila-page-txt ul li {
  color: #ffffff;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 15px;
}
.gorrila-page-txt ul li::marker {
  color: #fff;
}

.accordion-body.gorrila-page-txt {
  padding: 20px 30px;
}

.gorilla-content .accordion-item {
  margin: 20px 0;
  border-radius: 0;
  border: 0;
  background: #be1e2dde;
  box-shadow: 0 0 4px #bd7575;
}

.gorilla-content .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  color: white;
}
.accordion-collapse.collapse {
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.gorilla-content button:focus:not(:focus-visible) {
  box-shadow: none;
}

.accordion-body p {
  color: #ffffff;
  font-size: 17px;
  line-height: 22px;
}
.gorilla-content .accordion-button::after {
  content: "\2b";
  font-weight: 700;
  font-family: "Font Awesome 6 Pro";
  background-image: none;
  transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 32px;
}

/*-=-=-=-=-=-=-=-=-=-=- */
/* Flip Panel */
/*-=-=-=-=-=-=-=-=-=-=- */

.wrapper {
  width: 980px;
  margin: 0 auto;
  background-color: #bdd3de;
  hoverflow: hidden;
}

.panel {
  margin: 0 auto;
  height: 164px;

  position: relative;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  margin-bottom: 25%;
}

.panel .front,
.panel .back {
  text-align: center;
}

.panel .front {
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 900;
  text-align: center;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.panel .back {
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 1000;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.panel.flip .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.panel.flip .back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}

/*DONATE PAGE START*/
.donation_detail h2 {
  font-size: 31px;
  /* font-family: 'Calibri-Bold'; */
  /* color: #952991; */
  margin-bottom: 10px;
  text-decoration: 2px underline;
  color: #000;
}
.donation_detail p {
  margin-bottom: 50px;
  font-family: "Playfair Display";
}
.donator_detail h2 {
  font-size: 38px;
  /* font-family: 'Playfair Display'; */
  /* color: #039435; */
  text-decoration: 2px solid underline;
  margin-bottom: 50px;
  color: #121111;
}
.donator_detail h2 span {
  color: #952991;
}
.donation_detail h2 span {
  color: #039435;
}
.donation_title h5 {
  font-size: 25px;
  /* font-family: 'Playfair Display'; */
  color: #000;
  font-family: "Montserrat";
}

.donate_page [type="radio"]:checked,
.donate_page [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.donate_page [type="radio"]:checked + label,
.donate_page [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 43px;
  cursor: pointer;
  font-size: 20px;
  font-family: "Montserrat";
  color: #666666;
}
.donate_page [type="radio"]:checked + label:before,
.donate_page [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #d9d9d9;
  border-radius: 100%;
  background: #f3f3f2;
}
.donate_page [type="radio"]:checked + label:after,
.donate_page [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #be1e2d;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.donate_page [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.donate_page [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.donation_ways {
  position: relative;
}
.donate_page .donation_ways ul li {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.donate_page .donation_ways ul li span {
  font-family: math;
  font-size: 15px;
  color: #9f9e9e;
}
.custom_donation {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  padding-left: 25px;
  font-family: "Calibri-Regular";
  margin-top: 30px;
}
.custom_donation::placeholder {
  font-family: "Calibri-Regular";
}
.selct_donation {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  padding-left: 25px;
  /* font-family: 'Calibri-Regular'; */
  margin-top: 30px;
  margin-top: 0px;
  color: #9f9e9e;
}
.donation_ways .chev {
  position: absolute;
  top: 33%;
  right: 20px;
  transform: translateY(-50%);
  color: #d9d9d9;
}
.donation_ways p {
  font-size: 15px;
  color: #9f9e9e;
  /* font-family: 'Calibri-Regular'; */
  margin: 10px 0px;
}
.donation_ways textarea {
  width: 100%;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  color: #9f9e9e;
}
.donation_ways textarea::placeholder {
  font-family: "Calibri-Regular";
  color: #9f9e9e;
}
.donation_ways2 label {
  padding-left: 40px !important;
  font-size: 20px;
  color: #9f9e9e;
  font-family: "Calibri-Regular";
}

.donators_detail_form form label {
  font-size: 17px;
  font-family: "Playfair Display";
  color: #666666;
}
.donators_detail_form form input {
  width: 100%;
  height: 55px;
  border-radius: 5px;
  /* background-color: #f3f3f2; */
  border: 1px solid #d7d7d7;

  margin-bottom: 20px;
  padding-left: 20px;
}
.submit_donation button {
  padding: 18px 40px;
  letter-spacing: 1px;
  font-family: "Calibri-Bold";
  font-size: 18px;
  text-transform: capitalize !important;
  border-radius: 30px;
}

.donation_ways ul {
  column-count: 3;
}

.dnte-btn a.btn1 {
  width: 16%;
}


.memb-detail {
    border: solid;
    padding: 18px;
}

.memb-detail:hover {
    background: #be1e2d;
    color: #fff;
}

.memb-detail:hover h5 {
    color: #fff;
}

.memb-detail:hover p {
    color: #fff;
}


.membdetail-btn a.btn1 {
    width: 40%;
    margin: 0;
}

.memform input {
  width: 100%;
  margin-bottom: 21px;
  padding: 13px;
  border: solid 2px #0000001c;
  border-radius: 5px;
}

.memform textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  margin-bottom: 21px;
  border: solid 2px #0000001c;
}

.memform select {
  width: 100%;
  margin-bottom: 21px;
  padding: 14px;
  font-size: 12px;
  color: #131313;
  font-family: "Montserrat";
  text-transform: uppercase;
  border-radius: 0;
  border: solid 2px #0000001c;
}
.chosfile-box {
  padding: 10px 10px 29px;
  border: solid 2px #0000001c;
  position: relative;
}

.membtn-btn a.btn1 {
  width: 16%;
}

.membtn-btn button.btn1 {
    width: 30%;
}
.membtn-btn {
    /* margin-top: -2%; */
    /* text-align: end; */
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
    /* margin-left: -65px; */
}
.chosfile-box p {
  padding: 124px 0px 0;
}

span.bld {
  font-weight: 600;
  /* color: #fff; */
}

.gendetail h4 {
  font-size: 26px;
  line-height: 35px;
}

.gendetail p {
  margin: 0 0 20px;
}

ul.gndet-list {
  list-style: disc;
  margin: 20px;
}

span.itlc-font {
  font-size: 20px;
  font-style: italic;
  line-height: 33px;
}
.gendetail h6 {
  font-size: 19px;
  /* margin: 0; */
  line-height: 20px;
  font-weight: 600;
}

.gendetail-1 {
  /* border: solid; */
  padding: 20px;
  box-shadow: 0 0 4px gray;
}

.gendetail-1 h6 {
  font-size: 19px;
  /* margin: 0; */
  line-height: 20px;
  font-weight: 600;
}

.gendetail-1 p {
  margin: 0 0 20px;
}

.gendetail-1 h4 {
  font-size: 26px;
  line-height: 35px;
}

input#amount_donate::placeholder {
  font-size: 15px;
  color: #9f9e9e;
  font-family: "Montserrat", serif;
}

.banner-image.member-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(190, 30, 45, 0.258140756302521) 48%,
    rgba(190, 30, 45, 1) 100%
  );
}

.banner-image.member-bg img {
  width: 50%;
  margin: 0 auto;
  display: block;
}

/* Revision Css Start  */

img.img-fluid.oldLogImg {
  height: 200px;
}

section.memberFomr {
  position: relative;
  padding: 40px 0 100px;
}

section.memberFomr form {
  display: inline-block;
  position: relative;
}

section.memberFomr form .subbtn {
  display: table;
  margin: 0px auto;
  text-align: center;
}

section.memberFomr form .subbtn .sup-button {
  margin-bottom: 0px;
}

section.memberFomr form .subbtn button.btn1 {
  margin-bottom: 0px;
}

.spnle-head {
    text-align: center;
}


section.memberFomr .wraper {
  width: 85%;
  margin: 0px auto;
  padding: 60px 80px 60px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 20px #00000014;
  border-radius: 20px;
  position: relative;
  outline: 3px solid #be1e2d;
  outline-offset: -12px;
}

section.memberFomr .wraper p {
  font-weight: 500;
}

section.memberFomr .wraper p input {
  width: 290px;
  margin: 10px 10px 14px;
  border: 0px;
  border-bottom: 1px solid #4444443b;
  color: #000;
  font-weight: 500;
}

section.memberFomr .wraper p input:focus-visible {
  outline: 0px;
}
/* Revision Css End  */


section.prayer-wrap {
    padding: 60px 0;
    background: #be1e2d;
}


section.prayer-wrap p {
    color: #fff;
    line-height: 32px;
    font-size: 18px;
}

section.prayer-wrap img {
    width: 100%;
    /* height: 250px; */
}

section.prayer-wrap .row {
    align-items: center;
}
.mx-auto {
    margin-top: 30px;
}

img.sposer-baner-img {
    object-position: center;
}
.sposer-baner .title-new {
    bottom: 32%;
}
.ic12 {
    margin-bottom: 20px;
}


.ic12 input#inputfirstname {
    padding-left: 50px;
}

.blog-detail-page {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 80px 0;
}

.blog-detail-text h2 {
    color: #000;
}

.blog-detail-text {
    margin-top: 30px;
}
.nd-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

ul.blog-det2 li:first-child {
    width: 30%;
}

ul.blog-det2 li:last-child {
    width: 70%;
}

.membdetail-btn {
    margin-top: 20px;
}

.btn-shine {
    background: linear-gradient(to right, #fff 0, #bf242c, #bf242c 33%, #fff 0%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 7s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
}

@keyframes shine {
 0%,
 100% {
  background-position: 0;
 }

 10% {
  background-position: 50px;
 }

 20% {
  background-position: 100px;
 }

 30% {
  background-position: 150px;
 }

 40% {
  background-position: 200px;
 }

 50% {
  background-position: 250px;
 }

 60% {
  background-position: 300px;
 }

 70% {
  background-position: 350px;
 }

 80% {
  background-position: 400px;
 }

 90% {
  background-position: -450px;
 }
}










.event_box a img {
    width: 100%;
}

.event_box a {
    display: block;
    position: relative;
}

.event_box a span {
    position: absolute;
    left: 0;
    color: #fff;
    width: 100%;
    height: 50px;
    background: #2e3192db;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
}

section.donate_page.pb-8 button.btn1 {
    width: fit-content;
    margin: 0 auto;
}

/* new css */

/*.skiptranslate {*/
/*    display: none !important;*/
/*}*/

body {
    top: 0 !important;
}

.inner-title .title-new h2 {
    background: linear-gradient(to right, #fff 0, #bf242c, #bf242c 33%, #fff 0%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 7s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
}
select.gt_selector {
    border: none;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 12px;
    width: 80px;
    font-weight: 600;
    padding: 10px 10px 4px;
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
    
    li.sec-wd {
        width: fit-content;
    }
    
    .menuSec ul li a {
        padding: 0;
    }
    
    .menuSec ul#menu {
        display: flex;
        justify-content: space-between;
    }
    
    .abt-head p {
        margin-left: 0;
    }
    
    .abt-button a.btn1 {
        width: fit-content;
        margin: 0;
    }
    
    .abt-button {
        margin: 20px 0px 0px;
    }
    
    .video-detail h5 {
        width: 100%;
    }
    
    .testi-slider .slick-track {
        padding-bottom: 0;
    }
    
    section.blog .row {
        padding-top: 0 !IMPORTANT;
    }
    
    li.img-width img {
        object-fit: cover;
    }
    
    ul.blog-det {
        overflow: hidden;
    }
    
    ul.blog-det li:last-child {
        padding-left: 0;
        padding-right: 10px;
    }
    
    .blog-det h6 {
        font-size: 16px;
    }
    
    .coyright p {
        margin: 0;
    }
    
    /* inner pages */
    
    .abt-head h3 {
        margin: 10px 0px;
    }
    
    .abt-desp {
        margin: 0;
        margin-right: 20px;
    }

    section.mem-general-detail.pt-8 {
        padding: 60px 0px;
    }
    
    .gendetail h4 {
        margin: 0;
    }
    
    .membtn-btn button.btn1 {
        margin: 0;
        width: fit-content;
    }
    
    section.spos-detail.pt-8 {
        padding: 80px 0px;
    }
    
    .nd-img img {
        width: auto;
        height: auto;
    }
    
    .topsec-input input {
        width: 100%;
    }
    
    .topSec-serch-icon {
        right: 0;
    }
    
    ul.blog-det2 {
        overflow: hidden;
    }
    
    .boad-img img {
        width: 100% !important;
    }
    
    .boad-img p {
        margin-top: 10px;
        line-height: 1.2;
    }
    
    section.bd-det.pt-8.pb-8 .row.pt-5.align-items-center {
        padding-top: 0 !IMPORTANT;
    }
    
    section.bd-det.pt-8.pb-8 .row.align-items-center {
        align-items: flex-start !important;
    }
    
    section.bd-det.pt-8.pb-8 .row {
        margin-top: 20px;
    }
    
    .contactus-icons li {
        font-size: 16px;
    }
    
    .emal a {
        font-size: 16px;
    }
    
    .donate_page .donation_ways ul li span {
        font-family: 'Poppins';
    }
    
    .donation_ways textarea::placeholder {
        font-family: 'Poppins';
    }
    
    section.donate_page.pb-8 button.btn1 {
        margin-top: -60px;
    }
    
    .banner-image img {
        height: 50vh !important;
    }
    
}

@media only screen and (min-width: 1366px) and (max-width: 1599px) {

    .menuSec ul li a {
        padding: 0;
        font-size: 11px;
    }
    
    select.gt_selector {
        font-size: 11px;
        width: 83px;
    }
        
     .menuSec ul#menu {
        display: flex;
        justify-content: space-between;
        width: 110%;
        margin-left: -12px;
    }
    
    ul.header_icons {
        gap: 8px;
    }
    
    .header_icons span {
        margin: 0;
    }
    
    .header-button a.btn1 {
        padding-right: 60px;
    }
    
    li.sec-wd {
        width: fit-content;
    }
    
    section.upcoming-events.pt-8.pb-8 .row {
        justify-content: center;
    }
    
    .abt-head p {
        margin-left: 0;
        margin-top: 15px;
    }
    
    .abt-button {
        margin: 0;
        margin-top: 20px;
    }
    
    .abt-button a.btn1 {
        width: fit-content;
        margin: 0;
    }
    
    .video-detail {
        width: 40%;
    }
    
    .video-detail h5 {
        width: 100%;
    }
    
    span .bline:after {
        display: none;
    }
    
    .testi-slider .slick-track {
        padding-bottom: 0;
    }
    
    section.testimonials.pt-8.pb-8 .slick-prev {
        left: -10px;
    }
    
    section.testimonials.pt-8.pb-8 .slick-next {
        right: -10px;
    }
    
    .sup-sec-padding {
        padding: 0 40px;
    }
    
    .supp-bx {
        width: 100%;
    }
    
    .member-img img {
        height: 300px;
    }
    
    section.blog .row {
        padding-top: 0 !important;
    }
    
    ul.blog-det li:last-child {
        padding-left: 0;
        padding-right: 10px;
    }
    
    li.img-width img {
        object-fit: cover;
    }
    
    ul.blog-det {
        overflow: hidden;
    }
    
    .blog-det h6 {
        font-size: 16px;
    }
    
    .coyright p {
        margin: 0;
    }
    
    /* inner pages */
    
    .abt-head h3 {
        margin: 10px 0px;
    }
    
    .abt-desp {
        margin: 0;
        margin-right: 20px;
    }
    
    section.mem-general-detail.pt-8 {
        padding: 0 0 70px;
    }
    
    .gendetail h4 {
        margin: 0;
        line-height: 1.2 !IMPORTANT;
    }
    
    section.spos-detail.pt-8 {
        padding: 70px 0px;
    }
    
    .membtn-btn button.btn1 {
        margin: 0;
        width: fit-content;
    }
    
    .accordion-item h5 {
        font-size: 19px;
        line-height: 1.2;
        margin: 0;
    }
    
    .topsec-input input {
        width: 100%;
    }
    
    .topSec-serch-icon {
        right: 0;
    }
    
    .nd-img img {
        width: auto;
        height: auto;
    }
    
    .inner-newsdetail h5 {
        width: 100%;
    }
    
    .recent-news li.img-width img {
        height: 200px;
    }
    
    ul.blog-det2 {
        overflow: hidden;
    }
    
    .boad-img img {
        width: 100% !important;
    }
    
    .boad-img p {
        font-size: 15px;
        margin-top: 10px;
        line-height: 1.2;
    }
    
    section.bd-det.pt-8.pb-8 .row.pt-5.align-items-center {
        padding-top: 0 !IMPORTANT;
    }
    
    section.bd-det.pt-8.pb-8 .row.align-items-center {
        align-items: flex-start !important;
    }
    
    section.bd-det.pt-8.pb-8 .row {
        margin-top: 20px;
    }
    
    .contactus-icons li {
        font-size: 16px;
    }
    
    .emal a {
        font-size: 16px;
    }
    
    .donate_page .donation_ways ul li span {
        font-family: 'Poppins';
    }
    
    .donation_ways textarea::placeholder {
        font-family: 'Poppins';
    }
    
    section.donate_page.pb-8 button.btn1 {
        margin-top: -60px;
    }
    
    .banner-image img {
        height: 50vh !important;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {

    .menuSec ul li a {
        padding: 0;
        display: flex;
        align-items: center;
        font-size: 11px;
    }
    
    .menuSec ul#menu {
        display: flex;
        justify-content: space-between;
        width: 115%;
        margin-left: -20px;
    }
    
    .menuSec ul li {
        display: block;
    }
    
    ul.header_icons {
        gap: 5px;
        align-items: baseline;
    }
    
    .header_icons span {
        margin: 0;
    }
    
    .header-button a.btn1 {
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 0;
        padding-left: 10px;
        height: 40px;
    }
    
    .header-button .btn1 img {
        position: initial;
        padding: 8px;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        margin-right: -10px;
    }
    
    li.sec-wd {
        width: fit-content;
    }
    
    ul.header_icons li i.fas.fa-user.bord {
        font-size: 14px;
        padding: 12px;
    }
    
    .banner_text {
        margin-top: -100px;
    }
    
    section.upcoming-events.pt-8.pb-8 .row {
        justify-content: center;
    }
    
    .abt-head p {
        margin-left: 0;
        margin-top: 10px;
    }
    
    .abt-button a.btn1 {
        width: fit-content;
        margin: 0;
    }
    
    .abt-button {
        margin: 0;
        margin-top: 20px;
    }
    
    .abt-sec-padding {
        padding-left: 40px;
    }
    
    section.aboutus.pb-8 {
        padding: 80px 0px;
    }
    
    .abt-head {
        margin: 0;
    }
    
    .video-detail {
        width: 40%;
    }
    
    .video-detail h5 {
        width: 100%;
    }
    
    span .bline:after {
        display: none;
    }
    
    h2 {
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    
    .testi-slider-item p {
        width: 100%;
        font-size: 16px;
        line-height: 1.6;
    }
    
    .testi-slider .slick-track {
        padding-bottom: 0;
    }
    
    section.testimonials.pt-8.pb-8 .slick-prev {
        left: -10px;
    }
    
    section.testimonials.pt-8.pb-8 .slick-next {
        right: -10px;
    }
    
    section.support.pt-8.pb-8 {
        padding: 60px 0px;
    }
    
    .sup-sec-padding {
        padding: 0 40px;
    }
    
    .supp-bx {
        width: 100%;
    }
    
    .member-img img {
        height: 250px;
        margin-top: 10px;
    }
    
    .supp-bx {
        padding: 30px 20px !important;
    }
    
    .coyright p {
        margin: 0;
    }
    
    ul.footer-mail li a {
        font-size: 30px;
    }
    
    ul.blog-det li:last-child {
        padding-left: 0;
        padding-right: 10px;
    }
    
    li.img-width img {
        object-fit: cover;
    }
    
    ul.blog-det {
        overflow: hidden;
    }
    
    .blog-det h6 {
        font-size: 16px;
    }
    
    section.blog .row {
        padding-top: 0 !important;
    }
    
    img.img-fluid.oldLogImg {
        height: auto;
        width: 250px;
    }
    
    /* inner pages */
    
    .abt-head h3 {
        margin: 10px 0px;
    }
    
    .abt-desp {
        margin: 0;
        margin-right: 20px;
    }
    
    section.mem-general-detail.pt-8 {
        padding: 0 0 60px;
    }
    
    .gendetail h4 {
        margin: 0;
        line-height: 1.2 !IMPORTANT;
    }
    
    section.spos-detail.pt-8 {
        padding: 60px 0px;
    }
    
    .membtn-btn button.btn1 {
        margin: 0;
        width: fit-content;
    }
    
    .accordion-item h5 {
        font-size: 19px;
        line-height: 1.2;
        margin: 0;
    }
    
    .topsec-input input {
        width: 100%;
    }
    
    .topSec-serch-icon {
        right: 0;
    }
    
    ul.blog-det2 {
        overflow: hidden;
        flex-direction: column;
    }
    
    .recent-news li.img-width img {
    }
    
    ul.blog-det2 li:first-child {
        width: 100%;
    }
    
    ul.blog-det2 li:last-child {
        width: 100%;
        padding: 10px;
    }
    
    .nd-img img {
        width: auto;
        height: auto;
    }
    
    .boad-img img {
        width: 100% !important;
    }
    
    .boad-img p {
        font-size: 15px;
        margin-top: 10px;
        line-height: 1.2;
    }
    
    section.bd-det.pt-8.pb-8 .row.pt-5.align-items-center {
        padding-top: 0 !IMPORTANT;
    }
    
    section.bd-det.pt-8.pb-8 .row.align-items-center {
        align-items: flex-start !important;
    }
    
    section.bd-det.pt-8.pb-8 .row {
        margin-top: 20px;
    }

    .contactus-icons li {
        font-size: 14px;
    }
    
    .emal a {
        font-size: 14px;
    }
    
    .donation_ways > ul {
        column-count: 2;
    }
    
    .donate_page .donation_ways ul li span {
        font-family: 'Poppins';
    }
    
    .donation_ways textarea::placeholder {
        font-family: 'Poppins';
    }
    
    section.donate_page.pb-8 button.btn1 {
        margin-top: -60px;
    }
    
    .banner-image img {
        height: 50vh !important;
    }
    
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
    .menuSec ul li a {
        padding: 0;
        font-size: 10px;
        font-weight: 600;
        line-height: 1;
    }
    
    .header_icons span {
        position: relative;
        margin: 0;
    }
    
    ul.header_icons {
        gap: 3px;
    }
    
    .header-button a.btn1 {
        padding: 4px 7px;
        height: 34px;
        text-align: left;
        border-radius: 5px;
        display: flex;
        align-items: center;
        font-size: 10px;
    }
    
    .header-button .btn1 img {
        display: none;
    }
    
    .menuSec ul#menu {
        margin-left: -40px;
        display: flex;
        gap: 7px;
        width: 117%;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .header-logo {
        width: 85%;
    }
    .banner-button a.btn1 {
        width: 30%;
    }
    .upcoming-events .row.pt-5:nth-child(02) {
        background: antiquewhite;
        display: none;
    }
    .timer-head h2 {
        font-size: 35px;
        line-height: 50px;
    }
    
    div#timer {
        gap: 10px;
    }
    
    span#days {
        font-size: 38px;
    }
    
    span#hours {
        font-size: 37px;
    }
    
    .hours-wrapper.wrapper {
        padding: 23px;
    }
    
    .days-wrapper.wrapper {
        padding: 23px;
    }
    
    .minutes-wrapper.wrapper {
        padding: 23px;
    }
    
    .seconds-wrapper.wrapper {
        padding: 23px;
    }
    
    span#minutes {
        font-size: 37px;
    }
    
    span#seconds {
        font-size: 37px;
    }
    .abt-button a.btn1 {
        width: fit-content;
    }
    .abt-sec-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .video-detail {
        width: 40%;
    }
    
    span .bline:after {
        top: 240px;
        left: 53%;
    }
    
    .supp-bx {
        width: 100%;
        padding: 60px 8px 0;
    }
    
    ul.donar li {
        font-size: 12px;
        padding: 3px 12px;
    }
    
    .sup-button button.btn1 {
        width: 80%;
    }
    .icons {
        gap: 60px;
        padding-right: 30px;
    }
    .prod-video-images1 h3 {
        font-size: 15px;
    }
    .location {
        margin-left: 70px;
    }
    
    .contactus-icons li {
        font-size: 12px;
    }
    
    .emal a {
        font-size: 12px;
    }
    .login-button {
        width: 60%;
    }
    
    .login {
        padding: 130px 10px;
    }
    a.frg-txt {
        font-size: 16px;
    }
    .donation_title h5 {
        font-size: 18px;
    }
    
    .dnte-btn a.btn1 {
        width: 30%;
    }

    ul.header_icons li i.fas.fa-user.bord {
        font-size: 12px;
        padding: 10px;
        border-radius: 5px;
    }
    
    .menuSec ul li >a {
        display: flex;
        align-items: center;
    }
    
    ul.header_icons {
        align-items: baseline;
    }
    
    li.sec-wd {
        width: auto;
    }
    
    .main-banner-img {
        height: 700px !IMPORTANT;
    }
    
    .banner_text {
        width: 100%;
    }
    
    .banner_text > img {
        width: 50% !important;
    }
    
    .event_box a span {
        font-size: 20px;
    }
    
    .abt-head p {
        margin-left: 0;
        margin-top: 10px;
    }
    
    .abt-button {
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 10px;
    }
    
    .abt-head {
        margin: 0;
    }
    
    section.aboutus.pb-8 {
        padding: 60px 0px;
    }
    
    section.aboutus.pb-8 .row {
        align-items: center;
    }
    
    .video-detail h5 {
        width: 100%;
    }
    
    section.prayer-wrap h2 {
        font-size: 35px;
    }
    
    .testi-slider-item p {
        width: 100%;
        font-size: 16px;
        line-height: 1.6;
    }
    
    section.testimonials.pt-8.pb-8 .slick-prev {
        left: -10px;
    }
    
    section.testimonials.pt-8.pb-8 .slick-next {
        right: -10px;
    }
    
    .testi-slider .slick-track {
        padding-bottom: 0;
    }
    
    section.testimonials.pt-8.pb-8 {
        padding: 60px 0px;
    }
    
    section.support.pt-8.pb-8 {
        padding: 60px 0px;
    }
    
    .member h2 {
        font-size: 35px;
        line-height: 1.2;
    }
    
    .sup-sec-padding {
        padding: 0 15px;
    }
    
    .member-img img {
        height: auto;
        margin-top: 10px;
    }
    
    .member p {
        width: 100%;
    }
    
    section.blog.pt-8.pb-8 {
        padding: 60px 0px;
    }
    
    section.blog .row {
        padding-top: 0 !IMPORTANT;
    }
    
    ul.blog-det li:last-child {
        padding-left: 0;
        padding-right: 10px;
    }
    
    li.img-width img {
        object-fit: cover;
    }
    
    ul.blog-det {
        gap: 10px;
        overflow: hidden;
    }
    
    .blog-det h6 {
        font-size: 15px;
    }
    
    .coyright p {
        margin: 0;
    }
    
    ul.footer-mail li a {
        font-size: 25px;
    }
    
    span.red-txt {
        font-size: 40px;
    }
    
    .abt-head h4 {
        font-size: 40px;
    }
    
    .event-head h2 {
        font-size: 40px;
        line-height: 1.2;
    }
    
    select.gt_selector {
        font-size: 11px;
        font-weight: 500;
    }
    
    /* inner pages */
    
    .banner-image img {
        height: 400px;
    }
    
    .title-new h2 {
        font-size: 55px;
    }
    
    .abt-head h3 {
        margin: 20px 0px;
    }
    
    .abt-desp {
        margin: 0;
    }
    
    section.mem-general-detail.pt-8 {padding: 0 0px 50px;}

    .gendetail h4 {
        line-height: 1.2 !Important;
        margin: 0 !Important;
        font-size: 20px !Important;
    }
    
    section.spos-detail.pt-8 {
        padding: 50px 0px;
    }
    
    .membtn-btn button.btn1 {
        margin: 0;
        width: fit-content;
    }
    
    .spn-hd > h4 {
        font-size: 35px;
        line-height: 1.2;
    }
    
    .accordion-item h5 {
        font-size: 20px;
        line-height: 1.2;
        margin: 0;
    }
    
    .gorilla-content .accordion-item {
        margin: 0 0 20px;
    }
    
    .nd-img img {
        width: auto;
        height: auto;
    }
    
    .topsec-input input {
        width: 100%;
    }
    
    .topSec-serch-icon {
        right: 0;
    }
    
    .inner-newsdetail h5 {
        width: 100%;
    }
    
    ul.blog-det2 {
        flex-direction: column;
        overflow: hidden;
    }
    
    ul.blog-det2 li:first-child {
        width: 100%;
    }
    
    ul.blog-det2 li:last-child {
        width: 100%;
        padding: 10px;
    }
    
    .recent-news li.img-width img {
        height: 150px;
        object-position: top;
    }
    
    .board-head > h4 {
        font-size: 40px;
    }
    
    .boad-img p {
        font-size: 14px;
        line-height: 1.2;
        margin-top: 10px;
    }
    
    .boad-img img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    
    section.bd-det.pt-8.pb-8 .row.align-items-center {
        align-items: flex-start!IMPORTANT;
    }
    
    section.bd-det.pt-8.pb-8 .row {
        margin-top: 20px;
    }
    
    section.bd-det.pt-8.pb-8 .row.pt-5.align-items-center {
        padding-top: 0 !important;
    }
    
    .donation_ways > ul {
        column-count: 2;
    }
    
    .donate_page .donation_ways ul li span {
        font-family: 'Poppins';
    }
    
    .donation_ways textarea::placeholder {
        font-family: 'Poppins';
    }
    
    section.donate_page.pb-8 button.btn1 {
        margin-top: -60px;
    }
    
    .banner-image img {
        height: 50vh !important;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .menuSec ul li a {
        padding: 8px 2px;
        font-size: 12px;
        line-height: 1;
    }
    .header-logo img {
        width: 100%;
    }
    .banner_text {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    .upcoming-events .row.pt-5:nth-child(02) {
        background: antiquewhite;
        display: none;
    }
    .timer-head {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .abt-head p {
        margin-left: 0;
    }
    
    .abt-sec-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .abt-img img {
        width: 100%;
    }
    
    .video-detail {
        padding: 25px 15px;
        width: 50%;
        right: 10px;
    }
    
    .video-detail h5 {
        width: 100%;
    }
    
    .prayer-wrap .col-lg-8.offset-2 {
        margin-left: 0;
    }
    
    .prayer-wrap h2 {
        font-size: 40px;
        line-height: 50px;
    }
    
    .testimonials .tsti-txt {
        width: 100%;
    }
    
    .sup-sec-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .supp-bx {
        width: 100%;
    }
    .membdetail-btn a.btn1 {
        width: 50%;
        margin: 15px 0 0;
    }
    .inner-video h2 {
        text-align: center;
    }
    .donation_title h5 {
        font-size: 15px;
    }
    .donate_page [type="radio"]:checked + label, .donate_page [type="radio"]:not(:checked) + label {
        padding-left: 28px;
        font-size: 14px;
    }
    .dnte-btn a.btn1 {
        width: 30%;
    }
    
    .menuSec ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }
    li.sec-wd {
        width: fit-content;
    }
    
    .menuSec ul.header_icons {
        justify-content: center;
    }
    
    header .sec-padding {
        padding-right: 5px;
    }
    
    .main-banner-img {
        height: 700px !IMPORTANT;
    }
    
    .banner_text > img {
        width: 70% !important;
    }
    
    h2 {
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    
    section.upcoming-events.pt-8.pb-8 {
        padding: 50px 0px;
    }
    
    section.upcoming-events.pt-8.pb-8 .row.mt-5.justify-content-center {
        margin-top: 0 !IMPORTANT;
    }
    
    section.upcoming-events.pt-8.pb-8 .row.mt-5.justify-content-center > .col-lg-4 {
        width: 50%;
    }
    
    section.upcoming-events.pt-8.pb-8 .row {
        justify-content: center;
    }
    
    .abt-head {
        margin: 0;
    }
    
    section.aboutus.pb-8 {
        padding: 60px 0px;
    }
    
    .abt-button {
        margin: 30px 0 0px;
    }
    
    section.vide-sect.pb-8 {
        padding-bottom: 60px;
    }
    
    section.testimonials.pt-8.pb-8 {
        padding: 60px 0px;
    }
    
    .testi-slider-item p {
        width: 100%;
        font-size: 16px;
        line-height: 1.6;
    }
    
    .testi-slider .slick-track {
        padding-bottom: 0;
    }
    
    section.testimonials.pt-8.pb-8 .slick-prev {
        left: -10px;
    }
    
    section.testimonials.pt-8.pb-8 .slick-next {
        right: -10px;
    }
    
    .testi-user-name h4 {
        font-size: 16px;
        line-height: 1.2;
    }
    
    section.support.pt-8.pb-8 {
        padding: 60px 0px;
    }
    
    .supp-bx {
        padding: 30px !IMPORTANT;
        margin-bottom: 30px;
    }
    
    .member-img img {
        height: auto;
        margin-top: 20px;
    }
    
    section.blog.pt-8.pb-8 {
        padding: 60px 0px;
    }
    
    section.blog .row {
        padding-top: 0 !IMPORTANT;
    }
    
    ul.blog-det {
        margin-bottom: 20px;
        overflow: hidden;
    }
    
    li.img-width img {
        object-fit: cover;
    }
    
    ul.blog-det li:last-child {
        padding-left: 0;
        padding-right: 10px;
    }
    
    .coyright p {
        margin: 0;
    }
    
    .footer {
        padding-bottom: 20px !IMPORTANT;
    }
    
    ul.footer-mail {
        gap: 10px;
    }
    
    ul.footer-mail li a {
        font-size: 20px;
    }
    
    img.img-fluid.oldLogImg {
        height: auto;
        width: 40%;
    }
    
    .abt-button a.btn1 {
        width: fit-content;
        margin-bottom: 20px;
    }
    
    .header-button a.btn1 {
        display: flex;
    }
    
    /* inner pages */
    
    .header-button a.btn1 {
        display: flex;
    }
    
    .banner-image img {
        height: 350px;
        filter: brightness(0.5);
    }
    
    .title-new {
        bottom: unset !Important;
        top: 50% !Important;
        left: 50% !Important;
        transform: translate(-50%, -50%) !Important;
    }
    
    .title-new h2 {
        margin: 0;
        line-height: 1.2;
        font-size: 50px;
    }
    
    .abt-head h3 {
        margin: 10px 0px;
    }
    
    .abt-desp {
        margin: 0;
    }
    
    section.spos-detail.pt-8 {
        padding: 60px 0px;
    }
    
    .memb-detail > h5 {
        font-size: 20px;
    }
    
    .gendetail h4 {
        margin: 0 !IMPORTANT;
        text-align: center;
    }
    
    section.mem-general-detail.pt-8 {
        padding: 0 0 50px;
    }
    
    .membtn-btn button.btn1 {
        margin: 0;
        width: fit-content;
    }
    
    .spn-hd > h4 {
        font-size: 35px;
        line-height: 1.2;
    }
    
    .accordion-item h5 {
        font-size: 20px;
        line-height: 1.2;
        margin: 0;
    }
    
    .gorilla-content .accordion-item {
        margin: 0 0 20px;
    }
    
    .blog-image {
        margin-bottom: 20px;
    }
    
    .nd-img img {
        width: auto;
        height: auto;
    }
    
    .topsec-search {
        margin-top: 20px;
    }
    
    ul.blog-det2 {
        overflow: hidden;
    }
    
    .inner-newsdetail h5 {
        width: 100%;
    }
    
    section.inner-upcoming-events.pt-8.pb-8 .row {
        justify-content: center;
        text-align: center;
    }
    
    .bd-det.pt-8.pb-8 .row.pt-5 {
        padding-top: 0 !IMPORTANT;
    }
    
    .bd-det.pt-8.pb-8 .row > * {
        width: 100%;
    }
    
    .boad-img img {
        width: 50% !IMPORTANT;
        margin-bottom: 20px;
        height: 300px !IMPORTANT;
        object-fit: cover;
        object-position: center;
    }
    
    .board-head > h4 {
        font-size: 35px;
    }
    
    .bd-det.pt-8.pb-8 .row {
        margin-bottom: 20px;
    }
    
    .contact-page input.form-control {
        margin-top: 15px;
    }
    
    .contact-page select.form-control {
        margin-top: 15px !IMPORTANT;
    }
    
    .contact-page textarea.form-control {
        margin-top: 15px;
    }
    
    .get-button > button {
        width: fit-content;
    }
    
    .contactus-icons li {
        font-size: 16px;
    }
    
    .emal a {
        font-size: 16px;
    }
    
    .contactus-icons {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 0;
        margin-top: 20px;
    }
    
    .location {
        margin-left: 0;
    }
    
    .contactus-icons i {
        margin-bottom: 0;
    }
    
    .donation_ways > ul {
        column-count: 2;
    }
    
    .donate_page .donation_ways ul li span {
        font-family: 'Poppins';
    }
    
    .donation_ways textarea::placeholder {
        font-family: 'Poppins';
    }
    
    section.donate_page.pb-8 button.btn1 {
        margin-top: -60px;
    }
    
    .banner-image img {
        height: auto !important;
    }
    
    span .bline:after {
        display: none;
    }

}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    
    .prod-abs-vid {
        top: 27% !Important;
        transform: translate(-50%, -50%) !Important;
    }
    
    .main_slider .banner_text h1 {
        font-size: 45px !Important;
    }
    
    h2 {
        font-size: 40px !Important;
    }
    
    h4 {
        font-size: 40px !Important;
    }
    
    .abt-button a.btn1 {
        width: fit-content !Important;
    }
    
    .coyright p {
        font-size: 14px !Important;
    }
    
    .testi-user-name h4 {
        font-size: 16px !IMPORTANT;
    }
    
    .blog-user-name h4 {
        font-size: 14px !IMPORTANT;
    }
    
    .blog-user-name1 h4 {
        font-size: 14px !IMPORTANT;
    }
    
    .prayer-wrap h2 {
        font-size: 30px !IMPORTANT;
    }
    
    .coyright .col-lg-12.col-md-12.col-sm-6 {
        width: 100%;
    }
    
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    
    ul.header_icons {
        gap: 5px;
        flex-wrap: wrap;
        align-items: baseline;
        padding: 10px 0px;
    }
    .dnte-btn a.btn1 {
        width: 50%;
    }
    .donate_page [type="radio"]:checked + label, .donate_page [type="radio"]:not(:checked) + label {
        padding-left: 30px;
        font-size: 16px;
    }
    .menuSec ul li a {
        padding: 8px 0px;
        font-size: 12px;
    }
    
    .header_icons span {
        margin-right: 0;
        border-left: solid 1px #00000040;
        padding: 10px;
        position: relative;
        top: 0;
    }
    
    ul.header_icons li i.fas.fa-user.bord {
        padding: 9px 10px;
        font-size: 15px;
    }
    
    .header-button a.btn1 {
        padding-right: 40px;
        padding-top: 9px;
        padding-bottom: 0px;
        height: 45px;
    }
    
    .header-button .btn1 img {
        right: 2px;
        top: 2px;
        width: 35px;
        height: 35px;
        padding: 10px;
    }
    .banner_text .banner-button a.btn1 {
        width: 50%;
    }
    .main_slider .banner_text {
        width: 100%;
    }
    
    .main_slider .banner_text h1 {
        font-size: 35px;
        line-height: 1.2;
    }
    .carousel-item.active {
        position: relative;
    }
    
    
    .carousel-item.active:before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background: #be1e2d4f;
        top: 0;
    }
    .upcoming-events .timer-head h2 {
        font-size: 30px;
        line-height: 31px;
    }
    
    .upcoming-events .timer-head p {
        margin-bottom: 30px;
    }
    
    div#timer {
        gap: 9px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    
    .days-wrapper.wrapper {
        padding: 29px 0;
    }
    
    .hours-wrapper.wrapper {
        padding: 29px 0;
    }
    
    .minutes-wrapper.wrapper {
        padding: 29px 0;
    }
    
    .seconds-wrapper.wrapper {
        padding: 29px 0;
    }
    
    .timer-head {
        text-align: center;
    }
    .upcoming-events .row.pt-5:nth-child(02) {
        background: antiquewhite;
        display: none;
    }
    .abt-head span.red-txt {
        font-size: 30px;
    }
    .abt-head p {
        margin: 10px 0 0 0px;
    }
    .abt-button a.btn1 {
        width: 60%;
    }
    .abt-button {
        margin: 50px 0px;
    }
    
    .video-detail {
        width: 100%;
        position: unset;
        padding: 20px 0 0px;
    }
    
    .prod-abs-vid {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translate(-30%);
    }
    
    .video-detail h5 {
        width: 100%;
    }
    .aboutus .abt-sec-padding {
        padding-left: 10px;
        padding-right: 10px;
    }
    span.vid-line {
        display: none;
    }
    .prayer-wrap .col-lg-8.offset-2 {
        margin-left: 0;
    }
    .prayer-wrap h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    .tsti-txt {
        width: 100%;
    }
    .sup-sec-padding {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .supp-bx {
        width: 100%;
    }
    ul.donar li {
        padding: 3px 6px;
        font-size: 12px;
    }
    .sup-button a.btn1 {
        width: 60%;
    }
    .member h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    ul.blog-det li:last-child {
        padding-left: 0;
    }
    ul.footer-mail li a {
        font-size: 16px;
    }
    .membdetail-btn a.btn1 {
        width: 50%;
        margin: 0;
        margin-top: 20px;
    }
    .memb-detail {
        margin-bottom: 20px;
    }
    .spos-detail .spn-hd h4 {
        font-size: 30px;
        line-height: 1.2;
    }
    .gorilla-content .accordion-button.collapsed {
        padding: 22px 10px;
    }
    .title-new h2 {
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
        margin: 0;
    }
    .icons {
        gap: 6px;
        justify-content: space-between;
        padding-right: 20px;
    }
    
    ul.blog-det {
        gap: 5px;
        flex-direction: column;
    }
    .inner-newsdetail h5 {
        width: 100%;
        font-size: 17px;
    }
    
    .blog-user-details {
        display: flex;
        align-items: center;
        gap: 11px;
        margin-top: 10px;
        justify-content: end;
        width: 130px;
    }
    
    .blog-user-details img {
        width: 51%;
    }
    .inner-video h2 {
        font-size: 35px;
        line-height: 50px;
    }
    .board-head h4 {
        font-size: 22px;
        line-height: 50px;
    }
    .boad-img img {
        width: 60%;
        margin: 0 auto 20px;
        display: block;
    }
    .location {
        margin-left: 70px;
    }
    .login {
        padding: 110px 10px;
    }
    .bg-from-clr .col-lg-5 {
        padding-right: 10px;
    }
    .login_form button {
        font-size: 16px;
        padding: 0 10px;
    }
    
    .slicknav_nav a:hover {
        background: #be1e2d;
    }
    
    .header-logo img {
        width: 50% !important;
    }
    
    .slicknav_menu {
        background: #000;
    }
    
    li.sec-wd {
        width: auto;
    }
    
    .main-banner-img {
        height: 600px !IMPORTANT;
    }
    
    span.banner-txt {
        line-height: 1.2;
    }
    
    .upcoming-events {
        padding: 50px 0px;
    }
    
    h2 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    
    .upcoming-events .row.mt-5.justify-content-center {
        margin-top: 0 !IMPORTANT;
        align-items: center;
    }
    
    .upcoming-events .row {
        justify-content: center;
    }
    
    .event_box a {
        font-size: 18px !IMPORTANT;
    }
    
    .event_box {
        margin-bottom: 10px;
    }
    
    h4 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    
    .abt-head {
        margin: 0;
    }
    
    .aboutus {
        padding: 50px 0px !important;
    }
    
    .vide-sect.pb-8 {
        padding: 50px 0px;
    }
    
    .video-detail h5 {
        font-size: 25px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    
    ul.off-hr li img {
        display: none;
    }
    
    .video-detail p > img {
        display: none;
    }
    
    section.prayer-wrap {
        padding: 50px 0px;
    }
    
    section.prayer-wrap p {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .testimonials.pt-8.pb-8 {
        padding: 50px 0px;
    }
    
    .testi-slider .slick-slide.slick-current .testi-slider-item {
        padding: 40px 20px 20px;
    }
    
    .testi-slider-item p {
        width: 100%;
        font-size: 16px;
        line-height: 1.6;
    }
    
    .testi-user-details {
        gap: 5px;
    }
    
    .testi-slider .slick-slide.slick-current .testi-user-details img {
        width: 60px;
        height: 60px;
        object-fit: cover;
    }
    
    .testi-slider .slick-track {
        padding-bottom: 0;
    }
    
    .testi-user-name h4 {
        font-size: 16px;
        line-height: 1.2;
    }
    
    section.support.pt-8.pb-8 {
        padding: 50px 0px;
    }
    
    .supp-bx {
        padding: 25px 15px !IMPORTANT;
        margin-bottom: 30px;
    }
    
    .member p {
        width: 100%;
    }
    
    .member-img img {
        height: auto;
        margin-top: 20px;
    }
    
    section.blog.pt-8.pb-8 {
        padding: 50px 0px;
    }
    
    section.blog .row {
        padding: 0 !important;
    }
    
    .blog ul.blog-det li.img-width {
        width: 100% !important;
    }
    
    li.img-width img {
        object-fit: cover;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    
    .blog ul.blog-det li:last-child {
        width: 100% !important;
        padding: 15px;
    }
    
    .blog-det h6 {
        font-size: 16px;
    }
    
    .blog-detail {
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 50px 20px;
    }
    
    .blog-detail-text h2 {
        font-size: 20px;
    }
    
    .blog-detail h6 {
        width: 100%;
    }
    
    img.img-fluid.oldLogImg {
        width: 70% !IMPORTANT;
        height: auto !IMPORTANT;
    }
    
    .footer-logo h5 {
        font-size: 14px;
    }
    
    ul.footer-mail {
        flex-direction: column;
        gap: 10px;
    }
    
    .coyright p {
        font-size: 12px;
        margin: 0;
    }
    
    /* inner pages */
    
    
    .banner-image img {
        height: 300px;
        filter: brightness(0.5);
    }
    
    .title-new {
        bottom: unset ! IMPORTANT;
        top: 50% ! IMPORTANT;
        left: 50% ! IMPORTANT;
        transform: translate(-50%, -50%) ! IMPORTANT;
    }
    
    .banner-image img {
        height: 300px;
        filter: brightness(0.5);
    }
    
    .title-new {
        bottom: unset;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .abt-head h3 {
        margin: 20px 0px;
    }
    
    .abt-desp {
        margin: 0;
    }
    
    section.spos-detail.pt-8 {
        padding: 50px 0px;
    }
    
    .membdetail-btn a.btn1 {
        width: fit-content;
    }
    
    section.mem-general-detail.pt-8 {
        padding: 0 0px 50px;
    }
    
    .gendetail h4 {
        font-size: 20px !important;
        line-height: 1.2 !IMPORTANT;
        margin: 0 !important;
    }
    
    .membtn-btn button.btn1 {
        margin: 0;
        width: auto;
    }
    
    section.membership-form.pt-8.pb-8 {
        padding: 60px 0px;
    }
    
    .gorilla-content .accordion-button {
        font-size: 25px;
    }
    
    .accordion-item h5 {
        font-size: 16px;
        line-height: 1.2;
        margin: 0;
    }
    
    .gorilla-content .accordion-item {
        margin: 0 0 10px;
    }
    
    .accordion-button:not(.collapsed)::after {
        font-size: 20px;
    }
    
    .blog-image {
        margin: 0px 0px 20px;
    }
    
    ul.blog-det2 {
        flex-direction: column;
    }
    
    ul.blog-det2 li:first-child {
        width: 100%;
    }
    
    ul.blog-det2 li:last-child {
        width: 100%;
        padding: 10px;
    }
    
    .nd-img img {
        width: auto;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    
    .topsec-search {
        margin-top: 20px;
    }
    
    .topsec-input {
        margin-bottom: 20px;
    }
    
    .topsec-input input {
        width: 100%;
    }
    
    .topSec-serch-icon {
        right: 0;
    }
    
    h5.card-title {
        font-size: 20px;
    }
    
    .prod-video-images1 h3 {
        font-size: 16px;
    }

    section.bd-det.pt-8.pb-8 .row.pt-5 {
        padding: 0 !IMPORTANT;
    }
    
    .boad-img img {
        width: 50% !IMPORTANT;
        height: 200px;
        margin: 0;
        margin-bottom: 20px;
        object-fit: cover;
    }
    
    section.contactus-innersec.pt-8.pb-8 {
        padding: 60px 0px;
    }
    
    .contact-page input.form-control {
        margin-top: 10px;
    }
    
    .contact-page select.form-control {
        margin-top: 10px !Important;
    }
    
    .contact-page textarea.form-control {
        margin-top: 10px;
    }
    
    .get-button > button {
        width: fit-content;
    }
    
    .contactus-icons li {
        font-size: 14px;
    }
    
    .emal a {
        font-size: 14px;
    }
    
    .contactus-icons {
        margin-top: 10px;
        margin-bottom: 0;
    }
    
    .banner-image img {
        height: auto !IMPORTANT;
    }
    
    section.donate_page.pt-8.pb-8 {
        padding: 60px 0px;
    }
    
    section.donate_page.pt-8.pb-8 .row.pt-5 {
        padding-top: 20px !IMPORTANT;
    }
    
    section.donate_page.pt-8.pb-8 .row.mt-5 {
        margin-top: 20px !IMPORTANT;
    }
    
    .donate_page .donation_ways ul li span {
        font-family: 'Poppins';
    }
    
    .donation_detail h2 {
        font-family: 'Trajan-Pro-3';
    }
    
    .donation_title h5 {
        font-size: 20px;
    }
    
    section.donate_page.pb-8 button.btn1 {
        margin-top: -40px;
    }
    
    .donation_ways ul {
        column-count: 1;
    }
    
    .donation_ways textarea::placeholder {
        font-family: 'Poppins';
    }

}

html, body {
    overflow-x: hidden !IMPORTANT;
}
