@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');


html,
body {
  font-size: 16px;
  font-family: "Onest", serif;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

* {
  font-family: "Onest", serif;
}

:root {
  --overlay-color: rgba(0, 0, 0, 0.5);
  --banner-bg-color: rgba(255, 255, 255, 0.8);
  --text-color: #000000;
  /* --color-text: #f5dd92; */
  --color-text: #0f8f3e;
  --color-text-light: #faf0d2;
  --color-text-dark: #f1b500;
  --primary-color: #0f8f3e;
  --secondary-color: #ed8a2141;
}

#brand-font {
  /* letter-spacing: 2px; */
}

.container {
  max-width: 1320px !important;
}

section.featured:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: calc(100% - 45px);
  left: calc(50% - 70px);
  width: 100px;
  height: 90px;
  background-image: url(../images/vector.png);     
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.80;
}

.banner {
  position: relative;
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../images/hospital_banner.jpg);
  background-size: cover;
}

.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.banner>* {
  position: relative;
  z-index: 2;
}

.banner-sub-title {
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.banner-box {
  padding: 30px 0;
  /* position: absolute; */
  /* bottom: 50px; */
}

.banner-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* Adjust spacing as needed */
}

.banner-box a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  width: 100%;
  min-width: 200px;
  min-height: 60px;
  margin-bottom: 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.205);
  color: black;
  font-size: 16px;
  font-weight: 600;
  padding: 0 5px;
  /* border-radius:10px; */
  background: rgba(255, 255, 255, 0.699);
  backdrop-filter: blur(8px);
  transition: all 0.4s ease-out !important;
}

.banner-box a:hover {
  transition: all 0.4s ease-in;
  background: rgba(255, 255, 255, 0.192);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transform: scale(1.02);
  color: rgb(255, 255, 255);
}

.banner-box a:hover .icon-box {
  background-color: rgba(0, 0, 0, 0.603);
}

.icon-box {
  background-color: rgba(0, 0, 0, 0.267);
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  /* border-radius: 10px; */
}

.mission-background {
  border-radius: 20px;
}

.banner-box .youth {
  border-right: 0;
}

.background {
  background: #f3faff;
}

.content-text {
  padding: 10px;
}

.modal-content {
  background: rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(6.5px);
  -webkit-backdrop-filter: blur(6.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.form-control,
select {
  background-color: #ffffff9c !important;
}

.form-control:focus,
select:focus {
  color: #495057;
  background-color: #ffffff98 !important;
  border-color: #d8d8d8 !important;
  outline: 0;
  box-shadow: none !important;
}

.details-page-container {
  /*display: flex;*/
  /*gap: 30px;*/
}

.details-page {
  padding: 30px !important;
  border: 1px solid #E6E3E3;
  border-radius: 20px;
  overflow: hidden;
  padding: 15px 0;
  text-align: left;
  /* min-height: 50vh; */
  margin-bottom: 30px;
}

.servicedetails-img img {
  /*float: left;*/
  max-width: 300px;
  border-radius: 10px;
}


.detailsPagePicture {
  border-radius: 20px;
  margin: 0 30px 30px 0;
  float: left;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  max-width: 250px;
}

.lang-btn {
  font-size: 12px !important;
}

.lang-btn:hover {
  color: black !important;
}

.mission {
  padding: 30px 50px;
}

.mission-vision-container {
  margin-left: -15% !important;
  padding: 0;
  border-radius: 15px;
  overflow: hidden;
  background-color: #0092b4d6;
  color: white;
  backdrop-filter: blur(8px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

.capcha {
  width: 300px;
  float: left;
  margin: 0 15px 15px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #CCC;
  background: linear-gradient(to right top, #EEE, #DDD, #F6F6F6);
  padding: 15px;
  color: #000;
}

#registerForm {
  border-radius: 20px;
  padding: 30px;
}

.program-card {
  min-height: 450px;
  border: 0.5px solid var(--color-text) !important;
  border-radius: 0 !important;
}

.program-card a {
  border: 0.5px solid var(--color-text) !important;
}

.program-card a:hover {
  border: 0;
}

.program-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.donation-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--color-text);
  transition: transform 0.7s ease-in-out, background-color 0.7s ease-in-out, color 0.7s ease-in-out box-shadow 0.7s ease-in-out;
  overflow: hidden;
  position: relative;
  color: black;
  background-image: linear-gradient(120deg, #fffef5 0%, #ffffefe1 100%);
  box-shadow: 0px 1px 0px 0px rgba(27, 31, 36, 0.04);
}

.donation-card:hover {
  background-color: var(--color-text);
  color: #061a3a;
  transition: transform 0.7s ease-in-out, background-color 0.7s ease-in-out, color 0.7s ease-in-out box-shadow 0.7s ease-in-out;
  box-shadow: 0 0 0 2px #f5dd92, 8px 8px 0 0 #ffedb7;

}

.donation-card img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-in-out;
}

.donation-card:hover img {
  transform: scale(1.05);
}

.program-btn {
  background-color: transparent !important;
  /* color: #eeeeee !important; */
  border: 0.5px solid #ffffff63 !important;
  font-size: 16px !important;
}

.program-btn:hover {
  /* color: black !important; */
}

.our-program-card {
  background-image: linear-gradient(120deg, #f5fbff 0%, #effdffe1 100%);
  transition: transform 0.7s ease-in-out, background-color 0.7s ease-in-out, background-image 0.7s ease-in-out, color 0.7s ease-in-out box-shadow 0.7s ease-in-out;
  box-shadow: 0px 1px 0px 0px rgba(27, 31, 36, 0.04) !important;
  border: 1px solid var(--color-text) !important;
  overflow: hidden;
  position: relative;
}

.our-program-card:hover {
  background-color: var(--color-text);
  color: #061a3a;
  transition: transform 0.7s ease-in-out, background-color 0.7s ease-in-out, background-image 0.7s ease-in-out, color 0.7s ease-in-out box-shadow 0.7s ease-in-out;
  box-shadow: 0 0 0 2px #6ebdfa, 8px 8px 0 0 #d9f6ff;
}

.our-program-card a {
  border: 1px solid var(--color-text) !important;
  box-shadow: 0 0 0 2px var(--color-text), 8px 8px 0 0 #d9f6ff !important;
}

.our-program-card img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-in-out;
}

.our-program-card:hover img {
  transform: scale(1.05);
}


/* Member Card Start  */
.member-container {
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
  /* gap: 20px;
  padding: 20px; */
}

.member-card-container {
  padding: 10px;
}
.md-card-container {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}
.md-card{
  max-width: 900px;
}
.md-card h2{
  color: var(--color-text);
}
.md-card .md-img{
  width: 300px;
  height: 300px;
  object-fit: cover;
  margin-bottom: 10px;
  border: 1px solid var(--color-text);
  border-radius: 20px;
}
.md-card .md-description{
  font-size: 20px;
}
.md-card i{
  color: #0093b41f;
  font-size: 60px;
}


.member-card {
  overflow: hidden;
  transition: transform 0.2s;
  transition: all 0.2s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.member-card:hover {
  transform: translateY(-5px);
  background-color: white;
  transition: all 0.2s ease-out;
}

.member-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  padding: 5px;
  border: 1px solid var(--color-text);
}

.card-content {
  padding: 12px;
}

.card-content h5 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.card-content .color-text {
  font-size: 14px;
    font-weight: 500;
    border: 1px solid #0f8f3e;
    padding: 3px 15px;
    background-color: #0f8f3e;
    color: white;
    margin-top: 12px;
}

.d-hover:hover{
    color: white !important;
    border-radius: 4px;
}

.card-content .description {
  margin: 0;
  font-size: 13px;
  color: #555;
}

.news-card-container {
  padding: 10px;
}

.news-card img {
  height: 300px;
  object-fit: cover;
  background-position: center;
}

.news-card small {
  position: absolute;
  font-size: 12px;
  top: 10px;
  right: 10px;
  background: rgb(255 255 255 / 80%);
  backdrop-filter: blur(5px);
  padding: 2px 5px;
}

.news-date span {
  background-color: var(--color-text);
  color: white;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 8px;
  /* border-radius: 25px; */
}

.activities h5 {
  background-color: var(--primary-color);
  padding: 5px 8px;
  color: white;
  margin-bottom: 15px;
}

.activities i {
  font-size: 25px;
}

.minHeight100 {
  min-height: 93px;
}

/* Member Card End */

.watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  z-index: 1;
}

.watermark-img {
  width: 800px;
  height: auto;
}

.receipt {
  position: relative;
  height: 100vh;
}

.signature {
  position: relative;
}

.signature img {
  border-bottom: 1px solid;
}

.signature-name {
  position: absolute;
  bottom: 0;
  right: 0;
}


/* Animation  */

.animateFromBottomToOrigin {
  opacity: 0;
  transform: translateY(200px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animateFromLeftToOrigin {
  opacity: 0;
  transform: translateX(-200px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.animateFromRightToOrigin {
  opacity: 0;
  transform: translateX(200px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}


.animate {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

#title {
  font-size: 40px;
  text-transform: capitalize;
  /* font-weight: 900; */
  font-family: "Lexend", serif;
}

#banner-title {
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Lexend", serif;
  /*letter-spacing: -1px;*/
  line-height: 52px;
}

#second-title {
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 900
}

#sub-title {
  font-size: 22px;
  line-height: normal;
}

.color-text {
  color: var(--color-text);
  font-family: "Lexend", serif;
}

.color-text:hover {
  color: var(--color-text);
}

.donate-btn {
  background-color: var(--color-text);
  border: 0;
  padding: 8px 25px;
  font-size: 18px;
  transition: all 0.3s ease-in;
}

.donate-btn a {
  color: #ffffff !important;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}

.donate-btn:hover {
  color: rgb(255, 255, 255) !important;
  transition: background-color 0.5s ease, color 0.5s ease;
  background: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.25) 200%);
  transition: all 0.3s ease-out;
}

.donate-btn:hover a {
  color: rgb(255, 255, 255) !important;
}

.limited-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.typewriter p {
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange;
  /* The typwriter cursor */
  white-space: nowrap;
  /* Keeps the content on a single line */
  margin: 0 auto;
  /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em;
  /* Adjust as needed */
  animation:
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}


@keyframes typing {
  from {
    width: 0
  }

  to {
    width: 100%
  }
}

@keyframes blink-caret {

  from,
  to {
    border-color: transparent
  }

  50% {
    border-color: orange;
  }
}




a {
  transition: all 0.3s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #096b89;
}

a:active {
  outline: 0 none;
  text-decoration: none;
}

a:focus {
  outline: 0px solid;
  text-decoration: none;
}

p {
  margin: 0 0 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 26px;
  font-weight: 700;
  font-family: "Onest", serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input {
  box-shadow: none;
  border-radius: 0;
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

input:active {
  outline: none;
  box-shadow: none;
}

textarea {
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

textarea:focus {
  outline: none;
  box-shadow: none;
}

textarea:active {
  outline: none;
  box-shadow: none;
}

button {
  outline: none;
  box-shadow: none;
  border: none;
}

button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

button:active {
  outline: none;
  box-shadow: none;
  border: none;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

::-moz-selection {
  background: #e4e3e3;
  text-shadow: none;
}

::selection {
  background: #e4e3e3;
  text-shadow: none;
}

.browserupgrade {
  margin: 26px 0;
  background: #00c3ff;
  color: #333333;
  padding: 26px 0;
}

.cursor {
  cursor: pointer;
}

.txtwhite {
  color: white !important;
}

.txtRed {
  color: red !important;
}

.txtGreen {
  color: green !important;
}

.txtNormal {
  font-weight: normal;
}

.txtLeft {
  text-align: left;
}

.txtCenter {
  text-align: center;
}

.txtJustfy {
  text-align: justify;
}

.fsize16 {
  font-size: 16px !important;
}

.fsize20 {
  font-size: 20px !important;
}


.logoRight {
  /*border-left: 3px solid #acc2b7;*/
  padding-left: 10px;
  font-size: 14px;
}

.logoRight span {
  font-size: 24px !important;
}

.sticky .logoRight {
  /* margin: 20px 0 0 10px; */
  margin-top: 10px;
  line-height: 25px;
  font-size: 20px;
}

.sticky .logoRight span {
  font-size: 16px !important;
}

/*** Section ***/
.section {
  padding: 40px 0;
}

.section2 {
  padding: 100px 0 70px;
}

.section-heading-one {
  display: block;
  position: relative;
  z-index: 999;
  padding: 0;
  margin: 0 0 56px;
  text-align: center;
}

.section-heading-one h2 {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 0 0 28px;
  display: block;
}

.section-heading-one h2:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: url(../images/section/2.png) no-repeat;
  background-position: center;
}

.section-heading-two {
  display: block;
  position: relative;
  padding: 0;
  margin: 0 0 50px;
  text-align: center;
}

.section-heading-two h2 {
  display: block;
  position: relative;
  padding: 0 0 28px;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #111;
}

.section-heading-two h2:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: url(../images/section/1.png) no-repeat;
  background-position: center;
}

.section-heading-two p {
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 70%;
}

.section-heading-three {
  display: block;
  position: relative;
  padding: 0;
}

.section-heading-three h2 {
  display: block;
  position: relative;
  padding: 0 0 28px;
  margin: 0 0 60px;
  text-transform: uppercase;
  color: #111;
}

.section-heading-three h2:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: url(../images/section/3.png) no-repeat;
  background-position: left;
}

.section-heading-four {
  display: block;
  position: relative;
  z-index: 999;
  padding: 0;
  margin: 0 0 56px;
  text-align: center;
}

.section-heading-four h2 {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 0 0 28px;
  display: block;
}

.section-heading-four h2:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: url(../images/section/1.png) no-repeat;
  background-position: center;
}


/*** Reset ***/
.p-re {
  position: relative;
}

.p-ab {
  position: absolute;
}

.list-inline li {
  display: inline-block;
}

.af-be:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.af-be:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.af:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.be:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 26px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 26px;
}

.aligncenter {
  display: block;
  margin: 0 auto 26px;
}

.pagination {
  text-align: center;
  display: block !important;
  margin: 28px 0 0;
}

.pagination ul li {
  padding: 0 9px;
}

.pagination ul li a {
  line-height: 50px;
  display: block;
  padding: 0 18px;
  background: #f5f5f5;
  color: #999999;
  font-size: 18px;
  border-radius: 5px;
}

.pagination ul li a:hover {
  background: #e5ae49;
  color: #fff;
}

.pagination ul li:first-child {
  padding-right: 115px;
  padding-left: 0;
}

.pagination ul li:first-child a {
  font-size: 16px;
}

.pagination ul li:last-child {
  padding-right: 0;
  padding-left: 115px;
}

.pagination ul li:last-child a {
  font-size: 16px;
}

/***All plugins Reset***/
.owl-controls {
  margin-top: 51px !important;
}

.owl-controls .owl-pagination .owl-page span {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: #e4e4e4 !important;
  opacity: 1;
}

.owl-controls .owl-pagination .owl-page.active span {
  background: #009146 !important;
}

.testimonial-area .owl-wrapper {
  padding-top: 17px !important;
}

.testimonial-area .owl-controls {
  margin-top: 51px !important;
}

.testimonial-area .owl-controls .owl-pagination .owl-page span {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: #7f7e7e !important;
  opacity: 1;
}

.testimonial-area .owl-controls .owl-pagination .owl-page.active span {
  background: #e5ae49 !important;
}

.brand-area .owl-controls {
  position: absolute;
  top: -118px;
  right: 0;
  margin: 0 !important;
}

#Container .mix {
  display: none;
}

.mfp-title {
  display: none !important;
}

.mfp-wrap {
  z-index: 9999999;
}

.mfp-bg {
  z-index: 999999;
}

/*....................................
2. Header area start here
....................................*/
header .main-header {
  transition: all 0.3s;
}

header .main-header .logo-area a {
  display: block;
  padding: 0;
  line-height: 117px;
}

header .main-header .search-box {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 999;
  background: #fff;
  padding: 29px 0;
  display: none;
}

header .main-header .search-box form {
  width: 100%;
  padding: 0 50px;
  position: relative;
}

header .main-header .search-box form input {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border: 1px solid #009146;
}

header .main-header .search-box form button {
  position: absolute;
  top: 0;
  right: 70px;
  cursor: pointer;
  background: transparent;
  color: #009146;
  font-size: 20px;
  line-height: 60px;
  font-weight: 700;
  transition: all 0.3s;
}

header .main-header .search-box form button:hover {
  color: #e5ae49;
}

header .main-header .search-box form .close-search {
  position: absolute;
  top: 0;
  right: 15px;
  color: #e5ae49;
  line-height: 60px;
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
}

header .main-header .search-box form .close-search:hover {
  color: #009146;
}

header .main-header.sticky {
  /* position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  transition: all 0.3s;
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}

header .mobile-menu-area {
  display: none;
  float: inline-start;
  width: 100%;
}

header .mobile-menu-area.page {
  position: absolute;
  left: 0;
  right: 0;
  width: auto !important;
}

header .mean-container .mean-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.mobile-menu-area {
  float: left;
  width: 100%;
  background: #000000;
}

header .topbar {
  background: #009146;
  position: relative;
  display: block;
}

header .topbar .header-event .count-list li {
  background: #1a9c59;
  padding: 13px 22px;
  margin: 0 3px;
  cursor: pointer;
}

header .topbar .header-event .count-list li:first-child {
  background: transparent;
  padding: 13px 0;
  cursor: inherit;
  margin-left: 0 !important;
}

header .topbar .header-event .count-list li h6 {
  font-size: 16px;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 22px;
  display: block;
}

header .topbar .header-event .count-list li span {
  color: #fff;
  margin: 0;
  display: inline-block;
  font-size: 16px;
}

header .topbar .header-event .count-list li span.count {
  font-weight: 700;
  margin-right: 8px;
}

header .topbar .header-event .count-list li span.con {
  opacity: 0.5;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s;
}

header .topbar .header-event .count-list li:hover span.con {
  opacity: 1;
}

header .topbar .header-social ul li {
  padding: 13px 0 13px 17px;
}

header .topbar .header-social ul li a {
  font-size: 20px;
  display: block;
  color: #fff;
  /* opacity: 0.3; */
}

header .topbar .header-social ul li a:hover {
  color: #c6bdbd;
  opacity: 0.7;
}

header .main-header {
  background: #fff;
}

header .main-header .menu-area nav ul li:first-child a {
  padding-left: 0;
}

header .main-header .menu-area nav ul li:last-child {
  float: right;
}

header .main-header .menu-area nav ul li.menu-btn {
  text-align: right;
}

header .main-header .menu-area nav ul li.menu-btn li {
  line-height: 117px;
}

header .main-header .menu-area nav ul li.menu-btn li .search-ico {
  display: block;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s;
  color: #009146;
  font-weight: 700;
}

header .main-header .menu-area nav ul li.menu-btn li .search-ico:hover {
  color: #e5ae49;
}

header .main-header .menu-area nav ul li.menu-btn li a {
  display: inline-block;
}

header .main-header .menu-area nav ul li.menu-btn li:last-child {
  margin-left: 27px;
}

header .main-header .menu-area nav ul li.menu-btn li:last-child a {
  padding: 0;
}

header .main-header .menu-area nav ul li a {
  color: #111;
  text-transform: capitalize;
  display: block;
  line-height: 90px;
  /* padding: 0 15px; */
  font-size: 18px;
}

header .main-header .menu-area nav ul li a:hover {
  color: #009146;
}

header .main-header .menu-area nav ul li.drop-menu {
  position: relative;
}

header .main-header .menu-area nav ul li.drop-menu .down-menu {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 120%;
  transition: all 0.3s;
  visibility: hidden;
  width: 189px;
  z-index: 9999;
  margin-top: -15px;
  margin-left: 10px;
}

header .main-header .menu-area nav ul li.drop-menu .down-menu li {
  border-bottom: 1px solid #f4f4f4;
  display: block;
  padding: 0 !important;
}

header .main-header .menu-area nav ul li.drop-menu .down-menu li:last-child {
  float: inherit;
}

header .main-header .menu-area nav ul li.drop-menu .down-menu li a {
  background: #f7fce6c9 none repeat scroll 0 0;
  display: block;
  padding: 8px 18px;
  text-align: left;
  line-height: 0;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 26px;
}

header .main-header .menu-area nav ul li.drop-menu .down-menu li a:hover {
  background: #fafafa none repeat scroll 0 0;
  color: #009146;
}

header .main-header .menu-area nav ul li.drop-menu .down-menu li a:after {
  display: none;
}

header .main-header .menu-area nav ul li.drop-menu:hover .down-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

/*....................................
3. Slider area start here
....................................*/
.slider-area {
  position: relative;
  overflow: hidden;
  /* width: 100%; */
  background-size: cover;
}

.slider-area .carousel-inner .carousel-item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.3); */
  background: rgba(0, 0, 0, 0.096);
}

.slider-area .carousel-inner .carousel-item img {
  display: block;
  width: 100%;
  background-size: cover;
  height: 100%;
}

.slider-area .carousel-inner .carousel-item .carousel-caption2 {
  /* bottom: inherit;
  top: 30%; */
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 10; */
  /* padding-top: 10px; */
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
  width: 100%;
  background-color: #0000005e;
}

.slider-area .carousel-inner .carousel-item .carousel-caption2:hover {
  backdrop-filter: blur(5px);
  transition: 0.2s ease-in;
}

.carousel-indicators li {
  height: 10px !important;
}

.carousel-indicators {
  z-index: 1 !important;
}

.slider-area .carousel-inner .carousel-item .carousel-caption2 .content img {
  width: auto;
  margin: 0 auto 45px;
}

.slider-area .carousel-inner .carousel-item .carousel-caption2 .content h2 {
  /* margin: 0 0 50px; */
  font-size: 25px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
}

@media only screen and (max-width: 600px) {
  .slider-area .carousel-inner .carousel-item .carousel-caption2 .content h2 {
    font-size: 18px;
  }

  .arrow {
    bottom: 90px;
    left: 50%;
    right: 50%;
    top: auto;
  }

  .navbar {
    padding: 0 !important;
  }

  .brand-section {
    padding: 0 !important;
  }

  .star {
    width: 16px;
  }

  .sponsor-title {
    font-size: 18px !important;
  }

  #title {
    font-size: 28px;
  }

  #banner-title {
    font-size: 32px;
  }

  #second-title {
    font-size: 20px;
  }

  .banner-box a {
    min-height: 50px;
    min-width: 100px;
    font-size: 14px;
  }

  .mission {
    padding: 10px;
  }

}

.slider-area .carousel-inner .carousel-item .carousel-caption2 .content h2 .primary {
  /* color: #009146; */
  color: #27df80;
}

.slider-area .carousel-inner .carousel-item .carousel-caption2 .content h2 .hover {
  color: #e5ae49;
}

.arrow {
  position: absolute;
  top: 35%;
  right: 10%;
  transform: translate(-50%, -50%);
  transform: rotate(270deg);
  cursor: pointer;
}

.arrow span {
  display: block;
  width: 1vw;
  height: 1vw;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

.carousel-indicators li {
  border-radius: 5px !important;
  width: 25px !important;
  height: 25px !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}


.slider-area .carousel-control {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  color: #fff;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
  top: 42%;
  transition: all 0.3s;
}

.slider-area .carousel-control i {
  position: relative;
  z-index: 999;
}

.slider-area .carousel-control:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  background: #009146;
  border-radius: 100%;
  transition: all 0.3s;
}

.slider-area .carousel-control:hover:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #009146;
  border-radius: 100%;
}

.slider-area .carousel-control.carousel-control-prev {
  left: -71%;
  transition: all 0.5s;
}

.slider-area .carousel-control.carousel-control-next {
  right: -71%;
  transition: all 0.5s;
}

.slider-area:hover .carousel-control.carousel-control-prev {
  left: 5%;
}

.slider-area:hover .carousel-control.carousel-control-next {
  right: 5%;
}

.msj_slider_padding {
  padding-left: 0;
  padding-right: 0;
}

/*....................................
4. About area start here
....................................*/
/*....................................
5. Team area start here
....................................*/
.team-area .team-list {
  display: block;
  margin: 0 0 30px;
}

.team-area .team-list figure {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.team-area .team-list figure img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}

.team-area .team-list .content {
  text-align: center;
  border: 8px solid #f5f5f5;
  border-top: 0;
  padding: 40px 30px 30px 30px;
}

.team-area .team-list .content .pos {
  color: #009146;
  font-size: 14px;
  margin: 0 0 13px;
  transition: all 0.3s;
}

.team-area .team-list .content h3 {
  font-size: 20px;
  color: #111111;
  margin: 0 0 15px;
}

.team-area .team-list .content p {
  margin: 0 0 20px;
}

.team-area .team-list:hover figure img {
  transform: scale(1.1, 1.1);
}

.team-area .team-list:hover .content .pos {
  color: #e5ae49;
}

/*....................................
6. Banner area start here
....................................*/
.banner-area-one {
  background: #f5f5f5;
  position: relative;
  padding: 76px 0;
  padding-bottom: 60px !important;
  display: block;
  margin: 0 0 38px;
  overflow: hidden;
  vertical-align: middle;
}

.banner-area-one .banner-con h2 {
  color: #009146;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.banner-area-one .banner-con span a {
  color: #009146;
}

.banner-area-one .banner-con span a:hover {
  color: #e5ae49;
}

.banner-area-one .contact-banner {
  position: absolute;
  top: -76px;
  left: 15px;
  right: 15px;
  bottom: -37px;
}

.banner-area-one .contact-banner figure {
  position: relative;
  margin: 0;
}

.banner-area-one .contact-banner figure:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 145, 70, 0.9);
}

.banner-area-one .contact-banner figure img {
  width: 100%;
}

.banner-area-one .contact-banner figure .content {
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
}

.banner-area-one .contact-banner figure .content h4 {
  position: relative;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 0 24px;
  margin: 0 0 35px;
}

.banner-area-one .contact-banner figure .content h4:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  text-align: center;
  background: url(../images/section/2.png);
  background-repeat: no-repeat;
  background-position: center;
}

.banner-area-one .contact-banner figure .content h1 {
  font-weight: 900;
  font-size: 40px;
  color: #fff;
  margin: 0 0 5px;
  display: block;
}

.banner-area-one .contact-banner figure .content .mail {
  color: #fff;
  font-size: 20px;
  display: block;
  margin: 0 0 35px;
}

.banner-area-two {
  position: relative;
  background: url(../images/banner/bg-1.jpg);
}

.banner-area-two:after {
  background: rgba(0, 0, 0, 0.8);
}

.banner-area-two .prayer-list {
  position: relative;
  z-index: 999;
  background: rgba(255, 255, 255, 0.1);
  display: block;
  border-radius: 5px;
}

.banner-area-two .prayer-list h4 {
  display: block;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 18px 0;
}

.banner-area-two .prayer-list strong {
  display: block;
  margin: 0 0 20px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}

.banner-area-two .prayer-list button {
  display: inline-block;
  background: #009146;
  color: #fff;
  border-radius: 5px;
  margin: 0 0 28px;
  padding: 10px 23px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
}

.banner-area-two .prayer-list button:hover {
  background: #e5ae49;
}

.brand-area {
  background: #f5f5f5;
}

.brand-area .brand .brand-list {
  border: 8px solid #ececec;
  text-align: center;
  margin-left: -4px;
  margin-right: -4px;
  display: block;
}

.brand-area .brand .brand-list a {
  display: block;
  line-height: 120px;
}

.brand-area .brand .brand-list a img {
  transition: all 0.3s;
  opacity: 0.3;
}

.brand-area .brand .brand-list a:hover img {
  opacity: 1;
}

/*....................................
7. Blog area start here
....................................*/
.blog-area .blog figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.blog-area .blog figure img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}

.blog-area .blog .content {
  border: 8px solid #f5f5f5;
  border-top: none;
  padding: 30px;
}

.blog-area .blog .content .date {
  display: inline-block;
  float: left;
  text-align: right;
  margin-right: 30px;
}

.blog-area .blog .content .date span {
  display: inline-block;
  background: #009146;
  color: #fff;
  padding: 25px 15px;
  text-align: center;
  border-radius: 50px;
  font-style: normal;
  transition: all 0.3s;
}

.blog-area .blog .content .date span strong {
  font-weight: 900;
  font-size: 20px;
  display: block;
  font-style: normal;
}

.blog-area .blog .content .date span em {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  display: block;
  font-style: normal;
}

.blog-area .blog .content .con {
  display: table;
}

.blog-area .blog .content .con a {
  color: #111;
}

.blog-area .blog .content .con a:hover {
  color: #009146;
}

.blog-area .blog .content .con a h4 {
  font-size: 20px;
  margin: 0 0 15px;
  display: block;
}

.blog-area .blog .content ul {
  display: block;
  border-top: 1px solid #f5f5f5;
  padding: 26px 0 0;
}

.blog-area .blog .content ul li {
  padding: 0 22px;
  border-right: 1px solid #f5f5f5;
}

.blog-area .blog .content ul li:first-child {
  padding-left: 0;
}

.blog-area .blog .content ul li:last-child {
  padding-right: 0;
  border-right: none;
}

.blog-area .blog .content ul li i {
  color: #009146;
  margin-right: 8px;
  transition: all 0.3s;
}

.blog-area .blog:hover .content .date span {
  background: #e5ae49;
}

.blog-area .blog:hover ul li i {
  /*color: $hover-color;*/
}

.blog-area .testimonial-blog {
  background: #e5ae49;
  position: relative;
}

.blog-area .testimonial-blog:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  bottom: 0;
  background: url(../images/icon/quote.png) no-repeat center;
}

.blog-area .testimonial-blog .owl-carousel {
  z-index: 999;
}

.blog-area .testimonial-blog .testimonial-list {
  text-align: center;
  padding: 75px 90px 50px;
}

.blog-area .testimonial-blog .testimonial-list blockquote {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  line-height: 35px;
  letter-spacing: 1px;
}

.blog-area .testimonial-blog .testimonial-list a {
  color: #fff;
}

.blog-area .testimonial-blog .testimonial-list a:hover {
  color: #009146;
}

.blog-area .sidbear .widget {
  display: block;
  margin: 0 0 48px;
}

.blog-area .sidbear .widget h3 {
  display: block;
  position: relative;
  padding: 0 0 28px;
  margin: 0 0 25px;
  text-transform: capitalize;
  font-weight: 500;
  color: #111;
  font-size: 22px;
}

.blog-area .sidbear .widget h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: url(../images/section/3.png) no-repeat;
  background-position: left;
}

.blog-area .sidbear .search-sid form {
  position: relative;
}

.blog-area .sidbear .search-sid form input {
  height: 50px;
  padding: 0 15px;
  border: 1px solid #e1e1e1;
  width: 100%;
  transition: all 0.3s;
}

.blog-area .sidbear .search-sid form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
}

.blog-area .sidbear .search-sid form input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
}

.blog-area .sidbear .search-sid form input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
}

.blog-area .sidbear .search-sid form input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
}

.blog-area .sidbear .search-sid form input:focus {
  border: 1px solid #009146;
}

.blog-area .sidbear .search-sid form button {
  position: absolute;
  right: 15px;
  background: transparent;
  line-height: 50px;
  color: #009146;
  top: 0;
  cursor: pointer;
}

.blog-area .sidbear .categories ul li {
  display: block;
  padding: 9px 0;
}

.blog-area .sidbear .categories ul li:first-child {
  padding-top: 0;
}

.blog-area .sidbear .categories ul li:last-child {
  padding-bottom: 0;
}

.blog-area .sidbear .categories ul li a {
  color: #797979;
}

.blog-area .sidbear .categories ul li a:hover {
  color: #009146;
}

.blog-area .sidbear .categories ul li a i {
  color: #009146;
  margin-right: 15px;
}

.blog-area .sidbear .post .post-list {
  margin: 0 0 26px;
}

.blog-area .sidbear .post .post-list:last-child {
  margin: 0;
}

.blog-area .sidbear .post .post-list .thimb {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.blog-area .sidbear .post .post-list .thimb a {
  position: relative;
  display: block;
}

.blog-area .sidbear .post .post-list .thimb a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  background: #009146;
  opacity: 0.9;
  z-index: 99;
  border-radius: 0px;
  transition: all 0.3s;
}

.blog-area .sidbear .post .post-list .thimb a:before {
  content: '\f002';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  z-index: 999;
  font-family: FontAwesome;
  text-align: center;
  line-height: 70px;
  transition: all 0.3s;
  opacity: 0;
}

.blog-area .sidbear .post .post-list .thimb a img {
  width: 100%;
}

.blog-area .sidbear .post .post-list .thimb a:hover:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.blog-area .sidbear .post .post-list .thimb a:hover:before {
  opacity: 1;
}

.blog-area .sidbear .post .post-list .con {
  display: table;
}

.blog-area .sidbear .post .post-list .con span {
  font-size: 14px;
  display: block;
  margin: 0 0 5px;
  color: #009146;
}

.blog-area .sidbear .post .post-list .con a {
  color: #797979;
}

.blog-area .sidbear .post .post-list .con a:hover {
  color: #009146;
}

.blog-area .sidbear .post .post-list .con a h6 {
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 400;
}

.blog-area .sidbear .tags ul li {
  padding: 5px 3px;
}

.blog-area .sidbear .tags ul li a {
  display: block;
  border: 1px solid #f5f5f5;
  color: #707070;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 5px;
  text-transform: capitalize;
}

.blog-area .sidbear .tags ul li a:hover {
  background: #009146;
  color: #fff;
  border: 1px solid #009146;
}

.blog-area .sidbear .instagram ul li {
  padding: 3px 1px;
  position: relative;
}

.blog-area .sidbear .instagram ul li:after {
  content: '';
  position: absolute;
  left: 1px;
  right: 1px;
  top: 3px;
  bottom: 3px;
  opacity: 0;
  background: #009146;
  transition: all 0.3s;
  opacity: 0;
}

.blog-area .sidbear .instagram ul li:before {
  content: '';
  position: absolute;
  left: 1px;
  right: 1px;
  top: 3px;
  bottom: 3px;
  border: 2px solid #009146;
  transition: all 0.3s;
  opacity: 0;
}

.blog-area .sidbear .instagram ul li:hover:before {
  opacity: 1;
}

.blog-area .sidbear .instagram ul li:hover:after {
  opacity: 0.5;
}

.blog-area .sidbear .instagram ul li img {
  width: 100%;
}


/*....................................
8. Price list area start here
....................................*/
/*....................................
9. Contact area start here
....................................*/
.contact-area .map-area {
  position: relative;
  display: block;
  margin: 0 0 115px;
}

.contact-area .map-area .go-map {
  position: absolute;
  right: -25px;
  top: 54px;
  color: #fff;
  z-index: 999;
  display: inline-block;
  line-height: 55px;
  padding: 0 28px;
  z-index: 999;
  background: #009146;
}

.contact-area .map-area .go-map:hover {
  color: #e5ae49;
}

.contact-area .map-area .go-map:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -21px;
  width: 25px;
  height: 21px;
  background: url(../images/icon/g-map.png) no-repeat;
}

.contact-area .map-area .map-full {
  z-index: 99;
}

.contact-area .contact-info {
  height: 196px;
  border: 8px solid #f5f5f5;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 0 30px;
}

.contact-area .contact-info span {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -54px;
  border: 8px solid #f5f5f5;
  width: 108px;
  height: 108px;
  background: #fff;
  font-size: 28px;
  color: #009146;
  border-radius: 100%;
  line-height: 94px;
  transition: all 0.3s;
}

.contact-area .contact-info p {
  margin: 0;
  color: #2c2c2c;
}

.contact-area .contact-info:hover span {
  background: #009146;
  color: #fff;
}

.contact-area .form-area form fieldset {
  display: block;
  margin: 0 0 30px;
}

.contact-area .form-area form fieldset .feld {
  position: relative;
}

.contact-area .form-area form fieldset .feld input {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 0 15px;
  height: 50px;
  transition: all 0.3s;
}

.contact-area .form-area form fieldset .feld input:focus {
  border: 1px solid #009146;
}

.contact-area .form-area form fieldset .feld input:focus+span {
  color: #009146;
}

.contact-area .form-area form fieldset .feld input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}

.contact-area .form-area form fieldset .feld input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}

.contact-area .form-area form fieldset .feld input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}

.contact-area .form-area form fieldset .feld input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}

.contact-area .form-area form fieldset .feld span {
  position: absolute;
  right: 35px;
  top: 0;
  line-height: 50px;
  color: #797979;
  transition: all 0.3s;
}

.contact-area .form-area form fieldset .feld span.msg {
  right: 20px;
}

.contact-area .form-area form fieldset .feld textarea {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 15px;
  height: 120px;
  transition: all 0.3s;
}

.contact-area .form-area form fieldset .feld textarea:focus {
  border: 1px solid #009146;
}

.contact-area .form-area form fieldset .feld textarea:focus+span {
  color: #009146;
}

.contact-area .form-area form fieldset .feld textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}

.contact-area .form-area form fieldset .feld textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}

.contact-area .form-area form fieldset .feld textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}

.contact-area .form-area form fieldset .feld textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}

/*....................................
10. Footer area start here
....................................*/
footer {
  background: #00345c;
}

footer .footer-bottom .foo-bot {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  padding: 10px 0;
}

footer .footer-bottom .foo-bot .copyright p {
  padding: 10px 0;
  margin: 0;
}

footer .footer-bottom .foo-bot .copyright p span {
  color: #0ec164;
}

footer .footer-bottom .foo-bot .copyright p a {
  color: #e5ae49;
  margin: 0;
}

footer .footer-bottom .foo-bot .copyright p a:hover {
  color: #009146;
}

footer .footer-top {
  display: block;
  padding: 30px 0 0px;
}

footer .footer-top .footer-widget h4 {
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}

footer .footer-top .footer-widget .about-foo p {
  color: #797979;
  padding-right: 30px;
}

footer .footer-top .footer-widget .about-foo ul li {
  display: block;
  margin: 0 0 10px;
}

footer .footer-top .footer-widget .about-foo ul li:last-child {
  margin: 0;
}

footer .footer-top .footer-widget .about-foo ul li .ico {
  color: #009146;
  width: 25px;
  display: inline-block;
  float: left;
}

footer .footer-top .footer-widget .about-foo ul li .con {
  display: table;
  color: #797979;
}

footer .footer-top .footer-widget .about-foo ul li strong {
  display: table;
  font-size: 20px;
  color: #009146;
}

footer .footer-top .footer-widget .post-foo .post-list {
  padding: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer-top .footer-widget .post-foo .post-list:first-child {
  padding-top: 0;
}

footer .footer-top .footer-widget .post-foo .post-list:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

footer .footer-top .footer-widget .post-foo .post-list .thimb {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

footer .footer-top .footer-widget .post-foo .post-list .thimb a {
  position: relative;
  display: block;
  border-radius: 5px;
}

footer .footer-top .footer-widget .post-foo .post-list .thimb a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  background: #009146;
  opacity: 0.9;
  z-index: 99;
  border-radius: 5px;
  transition: all 0.3s;
}

footer .footer-top .footer-widget .post-foo .post-list .thimb a:before {
  content: '\f002';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  z-index: 999;
  font-family: FontAwesome;
  text-align: center;
  line-height: 70px;
  transition: all 0.3s;
  opacity: 0;
}

footer .footer-top .footer-widget .post-foo .post-list .thimb a img {
  width: 100%;
  border-radius: 5px;
}

footer .footer-top .footer-widget .post-foo .post-list .thimb a:hover:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

footer .footer-top .footer-widget .post-foo .post-list .thimb a:hover:before {
  opacity: 1;
}

footer .footer-top .footer-widget .post-foo .post-list .con {
  display: table;
  padding: 10px 0;
}

footer .footer-top .footer-widget .post-foo .post-list .con span {
  font-size: 14px;
  display: block;
  margin: 0 0 5px;
}

footer .footer-top .footer-widget .post-foo .post-list .con span i {
  color: #009146;
  margin-right: 5px;
}

footer .footer-top .footer-widget .post-foo .post-list .con a {
  color: #fff;
}

footer .footer-top .footer-widget .post-foo .post-list .con a:hover {
  color: #009146;
}

footer .footer-top .footer-widget .post-foo .post-list .con a h6 {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}

footer .footer-top .footer-widget .link-foo ul li {
  display: block;
  padding: 9px 0;
}

footer .footer-top .footer-widget .link-foo ul li:first-child {
  padding-top: 0;
}

footer .footer-top .footer-widget .link-foo ul li:last-child {
  padding-bottom: 0;
}

footer .footer-top .footer-widget .link-foo ul li a {
  color: #797979;
}

footer .footer-top .footer-widget .link-foo ul li a:hover {
  color: #009146;
}

footer .footer-top .footer-widget .link-foo ul li a i {
  color: #009146;
  margin-right: 15px;
}

footer .footer-top .footer-widget .twit-foo .twit-list {
  padding: 30px 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer-top .footer-widget .twit-foo .twit-list:first-child {
  padding-top: 0;
}

footer .footer-top .footer-widget .twit-foo .twit-list:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

footer .footer-top .footer-widget .twit-foo .twit-list .heading i {
  color: #009146;
  font-size: 18px;
}

footer .footer-top .footer-widget .twit-foo .twit-list .heading a {
  color: #009146;
  font-size: 14px;
}

footer .footer-top .footer-widget .twit-foo .twit-list .heading a:hover {
  color: #e5ae49;
}

footer .footer-top .footer-widget .twit-foo .twit-list .heading em {
  font-size: 14px;
}

footer .footer-top .footer-widget .twit-foo .twit-list .post p {
  margin: 0;
  display: inline-block;
  font-size: 13px;
  color: #fff;
}

footer .footer-top .footer-widget .twit-foo .twit-list .post p a {
  display: inline-block;
  color: #009146;
  font-size: 13px;
}

footer .footer-top .footer-widget .twit-foo .twit-list .post p a:hover {
  color: #e5ae49;
}

/*....................................
11. Breadcumb area start here
....................................*/
.breadcumb-area {
  position: relative;
  z-index: inherit !important;
  background: url(../images/breadcumb/1.jpg);
}

.breadcumb-area:after {
  background: rgba(0, 0, 0, 0.7);
}

.breadcumb-area .breadcumb {
  position: relative;
  z-index: 999;
  display: block;
  padding: 110px 0 90px;
}

.breadcumb-area .breadcumb h2 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  margin: 0 0 10px;
  display: block;
}

.breadcumb-area .breadcumb ul {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 5px;
}

.breadcumb-area .breadcumb ul li {
  padding: 0 6px;
}

.breadcumb-area .breadcumb ul li a {
  color: #707070;
  text-transform: capitalize;
}

.breadcumb-area .breadcumb ul li i {
  color: #707070;
}

.breadcumb-area .breadcumb ul li:last-child a {
  color: #009146;
}

.breadcumb-area .breadcumb ul li:last-child a:hover {
  color: #e5ae49;
}

/*....................................
12. Faq area start here
....................................*/
/*....................................
13. Videos area start here
....................................*/
.videos-area-one .video-thumb figure {
  position: relative;
  margin: 0;
}

.videos-area-one .video-thumb figure .thumbnail {
  display: inline-block;
  margin: 0 30px 0 70px;
  position: relative;
  z-index: 999;
}

.videos-area-one .video-thumb figure .thumbnail:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.videos-area-one .video-thumb figure .thumbnail img {
  width: 100%;
  display: block;
}

.videos-area-one .video-thumb figure .thumbnail .play-ico {
  display: inline-block;
  width: 69px;
  height: 69px;
  background: url(../images/icon/play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 9999;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
}

.videos-area-one .video-thumb figure .thumbnail .play-ico:hover {
  background: url(../images/icon/playh.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.videos-area-one .video-thumb figure .con {
  position: absolute;
  left: -106px;
  top: 152px;
  transform: rotate(-90deg);
  border: 8px solid #f5f5f5;
  z-index: 99;
}

.videos-area-one .video-thumb figure .con h4 {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px 110px 100px 65px;
  color: #c9c9c9;
}

.videos-area-one .video-content h2 {
  text-transform: capitalize;
  position: relative;
  display: block;
  padding: 0 0 38px;
  color: #111111;
  margin: 0 0 30px;
}

.videos-area-one .video-content h2:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: url(../images/section/1.png) no-repeat;
  background-position: center;
}

.videos-area-one .video-content p {
  margin: 0 0 30px;
}

.videos-area-one .video-content .about {
  width: 100%;
  display: block;
  float: left;
}

.videos-area-one .video-content .about h4 {
  color: #111111;
  font-size: 20px;
  text-transform: capitalize;
  margin: 0 0 10px;
}

.videos-area-one .video-content .about h4 span {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin-right: 14px;
  width: 46px;
  height: 46px;
  position: relative;
  border-radius: 100%;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}

.videos-area-one .video-content .about h4 span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #009146;
  border-radius: 100%;
  transition: all 0.3s;
}

.videos-area-one .video-content .about h4 span:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  background: #e5ae49;
  border-radius: 100%;
  transition: all 0.3s;
}

.videos-area-one .video-content .about h4 span:hover:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.videos-area-one .video-content .about h4 span:hover:before {
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
}

.videos-area-one .video-content .about h4 span i {
  position: relative;
  z-index: 999;
}

.videos-area-one .video-content .about p {
  margin: 0;
}

.videos-area-two {
  display: block;
  position: relative;
  background: #f5f5f5;
}

.videos-area-two .video-thumb a {
  display: block;
}

.videos-area-two .video-thumb a img {
  display: block;
  width: 100%;
}

.videos-area-two .content {
  padding-top: 65px;
  padding-bottom: 65px;
  display: block;
}

.videos-area-two .content .date {
  display: block;
  margin: 0 0 18px;
}

.videos-area-two .content .date li {
  color: #111111;
}

.videos-area-two .content .date li i {
  color: #009146;
  display: inline-block;
  margin-right: 10px;
}

.videos-area-two .content .section-heading-three h2 {
  margin: 0 0 25px !important;
}

.videos-area-two .content p {
  margin: 0 0 25px;
  width: 68%;
}

.videos-area-two .content .social-video li {
  padding: 0 19px;
  position: relative;
}

.videos-area-two .content .social-video li:first-child {
  padding-left: 0;
}

.videos-area-two .content .social-video li a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #e1e1e1;
  color: #e1e1e1;
  font-size: 20px;
  line-height: 56px;
  text-align: center;
}

.videos-area-two .content .social-video li a:hover {
  color: #009146;
  border: 2px solid #009146;
}

.videos-area-two .content .social-video li:last-child:after {
  content: '';
  position: absolute;
  left: 88px;
  top: 13px;
  height: 35px;
  width: 35px;
  transform: rotate(45deg);
  background: #fff;
  transition: all 0.3s;
  opacity: 0;
}

.videos-area-two .content .social-video li ul {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  position: absolute;
  left: 100%;
  top: 5px;
  width: 168px;
  line-height: 50px;
  z-index: 999;
  border-radius: 5px;
  transform: scale(1, 0);
  transition: all 0.3s;
}

.videos-area-two .content .social-video li ul li {
  padding: 0 5px;
}

.videos-area-two .content .social-video li ul li a {
  width: 25px;
  height: 25px;
  border-radius: 0;
  border: none;
  line-height: 25px;
  color: #111;
}

.videos-area-two .content .social-video li ul li a:hover {
  border: none;
}

.videos-area-two .content .social-video li ul li:last-child:after {
  display: none;
}

.videos-area-two .content .social-video li:hover:last-child:after {
  opacity: 1;
}

.videos-area-two .content .social-video li:hover ul {
  transform: scale(1, 1);
}

.videos-area-about .video-thumb {
  display: block;
  margin: 0 0 120px;
}

.videos-area-about .video-thumb figure {
  position: relative;
  margin: 0;
}

.videos-area-about .video-thumb figure .thumbnail {
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 999;
}

.videos-area-about .video-thumb figure .thumbnail:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.videos-area-about .video-thumb figure .thumbnail img {
  width: 100%;
  display: block;
}

.videos-area-about .video-thumb figure .thumbnail .play-ico {
  display: inline-block;
  width: 69px;
  height: 69px;
  background: url(../images/icon/play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 9999;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
}

.videos-area-about .video-thumb figure .thumbnail .play-ico:hover {
  background: url(../images/icon/playh.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.videos-area-about .video-thumb figure .con {
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: -63px;
  border: 8px solid #f5f5f5;
  z-index: 99;
  text-align: center;
}

.videos-area-about .video-thumb figure .con h4 {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px;
  color: #c9c9c9;
}

.videos-area-about .video-content h2 {
  text-transform: capitalize;
  position: relative;
  display: block;
  padding: 0 0 38px;
  color: #111111;
  margin: 0 0 30px;
}

.videos-area-about .video-content h2:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: url(../images/section/3.png) no-repeat;
}

.videos-area-about .video-content p {
  margin: 0 0 50px;
}

.videos-area-about .video-content .about {
  width: 100%;
  display: block;
  float: left;
}

.videos-area-about .video-content .about h4 {
  color: #111111;
  font-size: 20px;
  text-transform: capitalize;
  margin: 0 0 20px;
}

.videos-area-about .video-content .about h4 span {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin-right: 14px;
  width: 46px;
  height: 46px;
  position: relative;
  border-radius: 100%;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}

.videos-area-about .video-content .about h4 span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #009146;
  border-radius: 100%;
  transition: all 0.3s;
}

.videos-area-about .video-content .about h4 span:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  background: #e5ae49;
  border-radius: 100%;
  transition: all 0.3s;
}

.videos-area-about .video-content .about h4 span:hover:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.videos-area-about .video-content .about h4 span:hover:before {
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
}

.videos-area-about .video-content .about h4 span i {
  position: relative;
  z-index: 999;
}

.videos-area-about .video-content .about p {
  margin: 0;
}

/*....................................
14. Subscribe area start here
....................................*/
.subscribe-area {
  background: #009146;
}

.subscribe-area .subs-form h2 {
  display: inline-block;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 50px 0 0;
}

.subscribe-area .subs-form h2 span {
  display: inline-block;
  margin-right: 23px;
}

.subscribe-area .subs-form h2 span img {
  margin-bottom: 5px;
}

.subscribe-area .subs-form h2 .con {
  margin-right: 0;
}

.subscribe-area .subs-form form {
  display: inline-block;
}

.subscribe-area .subs-form form fieldset {
  position: relative;
  display: inline-block;
}

.subscribe-area .subs-form form fieldset input {
  height: 50px;
  width: 444px;
  margin-right: 30px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  padding: 0 15px;
  transition: all 0.3s;
  color: #fff;
}

.subscribe-area .subs-form form fieldset input:focus {
  border: 1px solid #fff;
}

.subscribe-area .subs-form form fieldset input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}

.subscribe-area .subs-form form fieldset input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}

.subscribe-area .subs-form form fieldset input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
}

.subscribe-area .subs-form form fieldset input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}

.subscribe-area .subs-form form fieldset span {
  position: absolute;
  right: 47px;
  line-height: 50px;
  top: 0;
  color: rgba(255, 255, 255, 0.5);
}

.subscribe-area .subs-form form button {
  cursor: pointer;
}

.single-donates-area .donates-img figure {
  margin: 0;
  padding-right: 30px;
}

.single-donates-area .donates-img figure img {
  width: 100%;
}

.single-donates-area .content .section-heading-three h2 {
  font-size: 22px;
  padding: 0 0 22px;
  margin: 0 0 26px;
  text-transform: capitalize;
}

.single-donates-area .content p {
  font-size: 16px;
  font-weight: 400;
}

.single-donates-area .content .donate {
  font-size: 18px;
  color: #111111;
  display: block;
  margin: 0 0 35px;
}

.single-donates-area .content .donate .dnl {
  display: inline-block;
}

.single-donates-area .content .donate .dnl span {
  font-weight: 900;
  color: #111111;
  font-size: 18px;
}

.single-donates-area .content .donate .dnl span:last-child {
  padding-right: 5px;
}

.single-donates-area .content .donate .dnl strong {
  font-weight: 900;
  color: #009146;
  font-size: 36px;
  transition: all 0.3s;
}

.single-donates-area .content .donate .dnr {
  display: inline-block;
  padding-left: 5px;
}

.single-donates-area .content .donate .dnr span {
  font-weight: 900;
  color: #111111;
  font-size: 18px;
}

.single-donates-area .content .donate .dnr span:last-child {
  padding-right: 5px;
}

.single-donates-area .content .donate .dnr strong {
  font-weight: 900;
  color: #009146;
  font-size: 36px;
  transition: all 0.3s;
}

.single-donates-area .content .link-area ul {
  float: right;
  line-height: 50px;
}

.single-donates-area .content .link-area ul li {
  padding: 0 7px;
}

.single-donates-area .content .link-area ul li a {
  font-size: 20px;
  display: block;
  color: #797979;
}

.single-donates-area .content .link-area ul li a:hover {
  color: #e5ae49;
}

.single-donates-area .disce .section-heading-three h2 {
  font-size: 22px;
  padding: 0 0 22px;
  margin: 0 0 26px;
  text-transform: capitalize;
  font-weight: 400;
}

.single-donates-area .form-area .section-heading-three h2 {
  font-size: 22px;
  padding: 0 0 22px;
  margin: 0 0 26px;
  text-transform: capitalize;
  font-weight: 400;
}

.single-donates-area .form-area form fieldset {
  display: block;
  margin: 0 0 30px;
}

.single-donates-area .form-area form fieldset .feld {
  position: relative;
}

.single-donates-area .form-area form fieldset .feld input {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 0 15px;
  height: 50px;
  transition: all 0.3s;
}

.single-donates-area .form-area form fieldset .feld input:focus {
  border: 1px solid #009146;
}

.single-donates-area .form-area form fieldset .feld input:focus+span {
  color: #009146;
}

.single-donates-area .form-area form fieldset .feld input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}

.single-donates-area .form-area form fieldset .feld input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}

.single-donates-area .form-area form fieldset .feld input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}

.single-donates-area .form-area form fieldset .feld input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}

.single-donates-area .form-area form fieldset .feld span {
  position: absolute;
  right: 35px;
  top: 0;
  line-height: 50px;
  color: #e5ae49;
  transition: all 0.3s;
}

.single-donates-area .form-area form fieldset .feld span.msg {
  right: 20px;
}

.single-donates-area .form-area form fieldset .feld textarea {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 15px;
  height: 120px;
  transition: all 0.3s;
}

.single-donates-area .form-area form fieldset .feld textarea:focus {
  border: 1px solid #009146;
}

.single-donates-area .form-area form fieldset .feld textarea:focus+span {
  color: #009146;
}

.single-donates-area .form-area form fieldset .feld textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}

.single-donates-area .form-area form fieldset .feld textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}

.single-donates-area .form-area form fieldset .feld textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}

.single-donates-area .form-area form fieldset .feld textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}

/*....................................
16. Event area start here
....................................*/
.event-area {
  background: #f5f5f5;
}

.event-area .event-list-left {
  background: #fff;
  float: left;
}

.event-area .event-list-left .content {
  display: block;
}

.event-area .event-list-left .content .date {
  position: relative;
  display: block;
  background: url(../images/icon/label.png) no-repeat;
  background-position: left;
  color: #fff;
  padding: 5px 35px;
  margin: 0 0 26px;
}

.event-area .event-list-left .content h4 {
  padding: 0;
  display: block;
  color: #111111;
  text-transform: capitalize;
  margin: 0 0 15px;
}

.event-area .event-list-left .content ul {
  display: block;
  margin: 0 0 26px;
}

.event-area .event-list-left .content ul li {
  margin-right: 35px;
}

.event-area .event-list-left .content ul li:last-child {
  margin-right: 0;
}

.event-area .event-list-left .content ul li i {
  color: #009146;
  margin-right: 10px;
}

.event-area .event-list-left .content p a {
  color: #009146;
  display: inline-block;
  margin-left: 5px;
}

.event-area .event-list-left .content p a:hover {
  color: #e5ae49;
}

.event-area .event-list-right {
  background: #fff;
  float: left;
}

.event-area .event-list-right .content {
  display: block;
}

.event-area .event-list-right .content .date {
  position: relative;
  display: block;
  background: url(../images/icon/label.png) no-repeat;
  background-position: left;
  color: #fff;
  padding: 5px 35px;
  margin: 0 0 26px;
}

.event-area .event-list-right .content h4 {
  padding: 0;
  display: block;
  color: #111111;
  text-transform: capitalize;
  margin: 0 0 15px;
}

.event-area .event-list-right .content ul {
  display: block;
  margin: 0 0 26px;
}

.event-area .event-list-right .content ul li {
  margin-right: 35px;
}

.event-area .event-list-right .content ul li:last-child {
  margin-right: 0;
}

.event-area .event-list-right .content ul li i {
  color: #009146;
  margin-right: 10px;
}

.event-area .event-list-right .content p a {
  color: #009146;
  display: inline-block;
  margin-left: 5px;
}

.event-area .event-list-right .content p a:hover {
  color: #e5ae49;
}

.event-area .event-img figure {
  margin: 0;
  display: block;
  position: relative;
}

.event-area .event-img figure img {
  width: 100%;
  display: block;
}

.event-area .event-img figure .count-list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.event-area .event-img figure .count-list li {
  text-align: center;
  border-right: 1px solid #fff;
  width: 25%;
  color: #fff;
}

.event-area .event-img figure .count-list li:last-child {
  border: none;
}

.event-area .event-img figure .count-list li span {
  font-weight: 900;
  font-size: 30px;
}

.event-area .event-img figure .count-list li p {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
}

.event-area-page .event-list-right {
  background: #fff;
  float: left;
}

.event-area-page .event-list-right .content {
  display: block;
  padding: 73px 58px 73px 50px;
  border: 8px solid #f5f5f5;
  border-left: none;
}

.event-area-page .event-list-right .content .date {
  position: relative;
  display: block;
  background: url(../images/icon/label.png) no-repeat;
  background-position: left;
  color: #fff;
  padding: 5px 35px;
  margin: 0 0 26px;
}

.event-area-page .event-list-right .content h4 {
  padding: 0;
  display: block;
  color: #111111;
  text-transform: capitalize;
  margin: 0 0 15px;
}

.event-area-page .event-list-right .content ul {
  display: block;
  margin: 0 0 26px;
}

.event-area-page .event-list-right .content ul li {
  margin-right: 35px;
}

.event-area-page .event-list-right .content ul li:last-child {
  margin-right: 0;
}

.event-area-page .event-list-right .content ul li i {
  color: #009146;
  margin-right: 10px;
}

.event-area-page .event-list-right .content p a {
  color: #009146;
  display: inline-block;
  margin-left: 5px;
}

.event-area-page .event-list-right .content p a:hover {
  color: #e5ae49;
}

.event-area-page .event-img figure {
  margin: 0;
  display: block;
  position: relative;
}

.event-area-page .event-img figure img {
  width: 100%;
  display: block;
}

.event-area-page .event-img figure .count-list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.event-area-page .event-img figure .count-list li {
  padding: 26px 20px;
  text-align: center;
  border-right: 1px solid #fff;
}

.event-area-page .event-img figure .count-list li:last-child {
  border: none;
}

.event-area-page .event-img figure .count-list li span {
  color: #fff;
  font-weight: 900;
  font-size: 30px;
}

.event-area-page .event-img figure .count-list li p {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
}

/*....................................
17. Services area start here
....................................*/
.service-area {
  background: url(../images/services/1.png) no-repeat;
  background-position: bottom center;
}

.service-area .service-left .service-list {
  text-align: right;
  display: block;
  margin: 0 0 40px;
}

.service-area .service-left .service-list:last-child {
  margin: 0;
}

.service-area .service-left .service-list h4 {
  color: #111111;
  font-size: 20px;
  margin: 0 0 15px;
  text-transform: capitalize;
}

.service-area .service-left .service-list h4 span {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
  width: 46px;
  height: 46px;
  position: relative;
  border-radius: 100%;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}

.service-area .service-left .service-list h4 span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #009146;
  border-radius: 100%;
  transition: all 0.3s;
}

.service-area .service-left .service-list h4 span:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  background: #e5ae49;
  border-radius: 100%;
  transition: all 0.3s;
}

.service-area .service-left .service-list h4 span:hover:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.service-area .service-left .service-list h4 span:hover:before {
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
}

.service-area .service-left .service-list h4 span i {
  position: relative;
  z-index: 999;
}

.service-area .service-left .service-list p {
  margin: 0;
  padding-left: 32px;
}

.service-area .service-right .service-list {
  text-align: left;
  display: block;
  margin: 0 0 40px;
}

.service-area .service-right .service-list:last-child {
  margin: 0;
}

.service-area .service-right .service-list h4 {
  color: #111111;
  font-size: 20px;
  margin: 0 0 15px;
  text-transform: capitalize;
}

.service-area .service-right .service-list h4 span {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
  width: 46px;
  height: 46px;
  position: relative;
  border-radius: 100%;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}

.service-area .service-right .service-list h4 span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #009146;
  border-radius: 100%;
  transition: all 0.3s;
}

.service-area .service-right .service-list h4 span:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  background: #e5ae49;
  border-radius: 100%;
  transition: all 0.3s;
}

.service-area .service-right .service-list h4 span:hover:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.service-area .service-right .service-list h4 span:hover:before {
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
}

.service-area .service-right .service-list h4 span i {
  position: relative;
  z-index: 999;
}

.service-area .service-right .service-list p {
  margin: 0;
  padding-left: 32px;
}

/*....................................
18. Counter area start here
....................................*/
.counter-area .counter {
  background: #009146;
  display: block;
  padding: 83px 0;
}

.counter-area .counter .ico {
  font-size: 30px;
  color: #fff;
  display: block;
  margin: 0 0 21px;
}

.counter-area .counter .count-number {
  display: block;
  margin: 0 0 12px;
}

.counter-area .counter .count-number span {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
}

.counter-area .counter h4 {
  margin: 0;
  color: #fff;
}

.counter-area .counter2 {
  background: #00994a;
  display: block;
  padding: 83px 0;
}

.counter-area .counter2 .ico {
  font-size: 30px;
  color: #fff;
  display: block;
  margin: 0 0 21px;
}

.counter-area .counter2 .count-number {
  display: block;
  margin: 0 0 12px;
}

.counter-area .counter2 .count-number span {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
}

.counter-area .counter2 h4 {
  margin: 0;
  color: #fff;
}

/*....................................
19. Gallery area start here
....................................*/
.gallery-area .gallery-nav ul {
  display: block;
  /* margin: 0 0 60px; */
}

.gallery-area .gallery-nav ul li {
  cursor: pointer;
  color: #111;
  font-weight: 400;
  text-transform: capitalize;
  background: #fff;
  border-radius: 5px;
  line-height: 40px;
  padding: 0 15px;
  transition: all 0.3s;
  margin: 3px;
}

.gallery-area .gallery-nav ul li.active {
  background: var(--color-text);
  color: #fff;
}

.gallery-area .gallery-nav ul li.active:hover {
  color: #fff;
}

.gallery-area .gallery-nav ul li:hover {
  color: var(--color-text);
}

.gallery-area .gallery figure {
  position: relative;
  margin: 0 0 30px !important;
}

.gallery-area .gallery figure:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.gallery-area .gallery figure a img {
  width: 100%;
  display: block;
}

.gallery-area .gallery figure a span {
  position: absolute;
  /* z-index: 999; */
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  background: rgba(0, 145, 70, 0.8);
  background: var(--color-text);
  transition: all 0.3s;
  opacity: 0;
}

.gallery-area .gallery figure a span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  margin: auto;
  background: #fff;
}

.gallery-area .gallery figure a span:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 50px;
  width: 2px;
  margin: auto;
  background: #fff;
}

.gallery-area .gallery figure:hover a span {
  left: 10%;
  right: 10%;
  top: 10%;
  bottom: 10%;
  opacity: 0.9;
}

/*....................................
20. Prayer area start here
....................................*/
.prayer-area .info {
  overflow: hidden;
  padding-top: 130px;
}

.prayer-area .info .sun {
  height: 950px;
  width: 950px;
  margin: 0 auto -475px;
  border: 8px solid #f5f5f5;
  border-radius: 100%;
  position: relative;
}

.prayer-area .info .sun .mid {
  width: 288px;
  height: 288px;
  border-radius: 100%;
  background: #e5ae49;
  position: absolute;
  top: 35%;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  line-height: 144px;
  transition: all 0.3s;
}

.prayer-area .info .sun .mid:before {
  content: '';
  position: absolute;
  left: -25px;
  right: -25px;
  top: -25px;
  bottom: -25px;
  border-radius: 100%;
  border: 3px solid #009146;
}

.prayer-area .info .sun .mid:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  background: #009146;
  border-radius: 100%;
  transition: all 0.3s;
}

.prayer-area .info .sun .mid:hover:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.prayer-area .info .sun .mid img {
  display: inline-block;
  position: relative;
  z-index: 999;
}

.prayer-area .info .sun .ico1 {
  position: absolute;
  left: -48px;
  top: 251px;
  display: block;
  width: 140px;
  height: 140px;
  background: #f5f5f5;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  line-height: 168px;
  background-repeat: no-repeat;
  background-position: center;
}

.prayer-area .info .sun .ico1:after {
  content: '';
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  height: 60px;
  text-align: center;
  margin: auto;
  background-image: url(../images/icon/2.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}

.prayer-area .info .sun .ico1:before {
  content: '';
  position: absolute;
  left: 105%;
  right: 0;
  transform: rotate(19deg);
  top: 94%;
  bottom: 0;
  width: 180px;
  height: 2px;
  background: #f5f5f5;
  transition: all 0.3s;
}

.prayer-area .info .sun .ico1:hover {
  background-color: #009146;
}

.prayer-area .info .sun .ico1:hover strong {
  color: #fff;
}

.prayer-area .info .sun .ico1:hover:before {
  background: #009146;
}

.prayer-area .info .sun .ico1:hover:after {
  background: url(../images/icon/2h.png);
  background-repeat: no-repeat;
  background-position: center;
}

.prayer-area .info .sun .ico1 strong {
  display: inline;
  margin-top: 5px;
  font-size: 20px;
  color: #111111;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s;
}

.prayer-area .info .sun .ico2 {
  position: absolute;
  left: 104px;
  top: 27px;
  display: block;
  width: 140px;
  height: 140px;
  background: #f5f5f5;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  line-height: 168px;
  background-repeat: no-repeat;
  background-position: center;
}

.prayer-area .info .sun .ico2:after {
  content: '';
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  height: 60px;
  text-align: center;
  margin: auto;
  background-image: url(../images/icon/3.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}

.prayer-area .info .sun .ico2:before {
  content: '';
  position: absolute;
  left: 72%;
  transform: rotate(49deg);
  top: 148%;
  bottom: 0;
  width: 180px;
  height: 2px;
  background: #f5f5f5;
  transition: all 0.3s;
}

.prayer-area .info .sun .ico2:hover {
  background-color: #009146;
}

.prayer-area .info .sun .ico2:hover strong {
  color: #fff;
}

.prayer-area .info .sun .ico2:hover:before {
  background: #009146;
}

.prayer-area .info .sun .ico2:hover:after {
  background: url(../images/icon/3h.png);
  background-repeat: no-repeat;
  background-position: center;
}

.prayer-area .info .sun .ico2 strong {
  display: inline;
  margin-top: 5px;
  font-size: 20px;
  color: #111111;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s;
}

.prayer-area .info .sun .ico3 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -74px;
  display: block;
  width: 140px;
  height: 140px;
  background: #f5f5f5;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  line-height: 168px;
  background-repeat: no-repeat;
  background-position: center;
}

.prayer-area .info .sun .ico3:after {
  content: '';
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  height: 60px;
  text-align: center;
  margin: auto;
  background-image: url(../images/icon/4.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}

.prayer-area .info .sun .ico3:before {
  content: '';
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
  transform: rotate(0deg);
  top: 119%;
  width: 2px;
  height: 180px;
  background: #f5f5f5;
  transition: all 0.3s;
}

.prayer-area .info .sun .ico3:hover {
  background-color: #009146;
}

.prayer-area .info .sun .ico3:hover strong {
  color: #fff;
}

.prayer-area .info .sun .ico3:hover:before {
  background: #009146;
}

.prayer-area .info .sun .ico3:hover:after {
  background: url(../images/icon/4h.png);
  background-repeat: no-repeat;
  background-position: center;
}

.prayer-area .info .sun .ico3 strong {
  display: inline;
  margin-top: 5px;
  font-size: 20px;
  color: #111111;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s;
}

.prayer-area .info .sun .ico4 {
  position: absolute;
  right: 104px;
  top: 27px;
  display: block;
  width: 140px;
  height: 140px;
  background: #f5f5f5;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  line-height: 168px;
  background-repeat: no-repeat;
  background-position: center;
}

.prayer-area .info .sun .ico4:after {
  content: '';
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  height: 60px;
  text-align: center;
  margin: auto;
  background-image: url(../images/icon/5.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}

.prayer-area .info .sun .ico4:before {
  content: '';
  position: absolute;
  right: 72%;
  transform: rotate(-49deg);
  top: 148%;
  bottom: 0;
  width: 180px;
  height: 2px;
  background: #f5f5f5;
  transition: all 0.3s;
}

.prayer-area .info .sun .ico4:hover {
  background-color: #009146;
}

.prayer-area .info .sun .ico4:hover strong {
  color: #fff;
}

.prayer-area .info .sun .ico4:hover:before {
  background: #009146;
}

.prayer-area .info .sun .ico4:hover:after {
  background: url(../images/icon/5h.png);
  background-repeat: no-repeat;
  background-position: center;
}

.prayer-area .info .sun .ico4 strong {
  display: inline;
  margin-top: 5px;
  font-size: 20px;
  color: #111111;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s;
}

.prayer-area .info .sun .ico5 {
  position: absolute;
  right: -40px;
  top: 251px;
  display: block;
  width: 140px;
  height: 140px;
  background: #f5f5f5;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  line-height: 168px;
  background-repeat: no-repeat;
  background-position: center;
}

.prayer-area .info .sun .ico5:after {
  content: '';
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  height: 60px;
  text-align: center;
  margin: auto;
  background-image: url(../images/icon/6.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}

.prayer-area .info .sun .ico5:before {
  content: '';
  position: absolute;
  right: 105%;
  transform: rotate(-19deg);
  top: 94%;
  bottom: 0;
  width: 180px;
  height: 2px;
  background: #f5f5f5;
  transition: all 0.3s;
}

.prayer-area .info .sun .ico5:hover {
  background-color: #009146;
}

.prayer-area .info .sun .ico5:hover strong {
  color: #fff;
}

.prayer-area .info .sun .ico5:hover:before {
  background: #009146;
}

.prayer-area .info .sun .ico5:hover:after {
  background: url(../images/icon/6h.png);
  background-repeat: no-repeat;
  background-position: center;
}

.prayer-area .info .sun .ico5 strong {
  display: inline;
  margin-top: 5px;
  font-size: 20px;
  color: #111111;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s;
}

/*....................................
21. Testimonial area start here
....................................*/
.testimonial-area {
  position: relative;
  background: url(../images/testimonial/bg-1.jpg);
}

.testimonial-area:after {
  background: rgba(0, 0, 0, 0.8);
}

.testimonial-area .testimonial-slider {
  z-index: 999;
}

.testimonial-area .testimonial-list {
  position: relative;
  z-index: 999;
  display: block;
  width: 100%;
  border: 8px solid rgba(255, 255, 255, 0.1);
  border-top: none;
  text-align: center;
  padding: 100px;
}

.testimonial-area .testimonial-list:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 46%;
  background: rgba(255, 255, 255, 0.1);
}

.testimonial-area .testimonial-list:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 8px;
  width: 46%;
  background: rgba(255, 255, 255, 0.1);
}

.testimonial-area .testimonial-list blockquote {
  font-size: 29px;
  font-style: italic;
  color: #fff;
  margin: 0 0 30px;
  line-height: 35px;
}

.testimonial-area .testimonial-list blockquote:after {
  content: '\f10e';
  position: absolute;
  left: 0;
  right: 0;
  top: -13px;
  color: #e5ae49;
  font-size: 50px;
  font-style: normal;
  font-family: FontAwesome;
}

.testimonial-area .testimonial-list a {
  color: #e5ae49;
}

.testimonial-area .testimonial-list a:hover {
  color: #009146;
}


/*=======================Custom CSS ====================*/
.logo-area img {
  height: 70px;
}

.sticky .logo-area img {
  height: 70px;
}

/* .sticky .logo-area a {
  line-height: 70px !important;
}

.sticky .menu-area nav ul li a:not(.btn1) {
  line-height: 70px !important;
}

.sticky .menu-area nav ul li.menu-btn li {
  line-height: 70px !important;
} */

.teststyle {
  color: #000000;
}

/* New Imran */

.card_head {
  font-size: 1.3em;
}


.commitment-container {
  background-image: url(../images/commitment-container.jpg);
  background-size: cover;
  background-position: center;
}

.card,
.project-card {
  background-color: #0000 !important;
  transition: background-color 0.3s ease-out, transform 0.3s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  /* backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px); */
  border-radius: 10px;
  border: 0.5px solid rgb(203 203 203 / 39%);
  /* overflow: hidden; */
}

.project-card img {
  border-radius: 10px;
}

.project-container {
  position: relative;
  padding-left: 60px;
  /* overflow: hidden; */
}

.project-container span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  font-weight: 900;
  z-index: 5;
  background-color: var(--color-text);
  padding: 20px;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.filter-btn {
  background-color: #f8f9fa;
  border: 1px solid var(--color-text) !important;
  color: var(--color-text);
  border-radius: 50px !important;
}

.filter-btn.active {
  background-color: var(--color-text);
  color: white;
}

.card:hover,
.project-card:hover {
  background-color: rgba(255, 255, 255, 0.137) !important;
  transition: background-color 0.3s ease-out, transform 0.3s ease-out;

}

.card img,
.project-card img {
  transition: transform 0.3s ease-out;
}

.card:hover img,
.project-card:hover img {
  transform: scale(1.03);
  transition: transform 0.3s ease-out;
}


.card-link a {
  text-decoration: none;
  color: #FF5722;
  font-size: 15px;
}

.project-card {
  display: flex;
  overflow: visible;
  /* border: 0 !important; */

}

.form-control,
select {
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  color: #495057;
  background-color: #fff;
  border: 1px solid #f0f0f0 !important;
  border-radius: 0 !important;

}

.login-container {
  /* background-image: url(../images/banner.png); */
}

/*################### CART CSS ################### */
/*=================Cart Popup=================*/
/* Shopping Cart */
.header .shopping {
  float: right;
  z-index: 9999;
}

.header .shopping .shopping-item {
  font: initial;
  text-align: left;
  position: absolute;
  top: 38px;
  right: 0;
  width: 100%;
  max-width: 400px;
  background: #fff;
  padding: 20px 25px;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  max-height: 95vh;
  overflow-y: auto;
}

.header .shopping:hover .shopping-item,
.header .shopping .shopping-item.activeCart {
  opacity: 1;
  visibility: visible;
}

.header .shopping .dropdown-cart-header {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.header .shopping .dropdown-cart-header span {
  color: #222;
  font-size: 130%;
  font-weight: 600;
}

.shopping-list {
  margin: 0px;
}

.header .shopping-list li {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  display: block !important;
}

.header .shopping-list li>div {
  display: flex;
  justify-content: space-between;
}


.header .shopping-list .cart-img img,
.cartImg {
  width: 70px;
  height: 70px;
  border-radius: 0;
}

.header .shopping-list .cart-img:hover img {
  transform: scale(1.09);
}

.header .shopping-list h4 {
  font-size: 14px;
}

.header .shopping-list h4 a {
  font-weight: 600;
  font-size: 120%;
  color: #333;
}

.header .shopping-list h4 a:hover {
  color: #F7941D;
}

.header .shopping-list .quantity {
  line-height: 22px;
}

.header .shopping-list li .remove {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  line-height: 18px;
  text-align: center;
  background: #000;
  color: #222;
  border-radius: 50%;
  font-size: 11px;
  border: 1px solid #f10c0c;
}

.header .shopping-list li .remove:hover {
  background: #1076bd;
  color: #000 !important;
  border-color: transparent;
}

.header .shopping-item .bottom {
  text-align: center;
}

.header .shopping-item .total {
  overflow: hidden;
  display: block;
  padding-bottom: 10px;
}

.header .shopping-item .total span {
  text-transform: uppercase;
  color: #222;
  font-size: 13px;
  font-weight: 600;
  float: left;
}

.header .shopping-item .total .total-amount {
  float: right;
  font-size: 14px;
}

.header .shopping-item .bottom .btn {
  background: #1076bd;
  padding: 10px 20px;
  display: block;
  color: #fff;
  margin-top: 10px;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  transition: all 0.4s ease;
}

.header .shopping-item .bottom .btn:hover {
  background: #F7941D;
  color: #fff;
}

.hidden {
  display: none;
}

.cart-img img {
  width: 100%;
  max-width: 150px;
  min-width: 100px;
  border-radius: 2px;
  outline: 2px solid white;
  padding: 3px
}

input[type="number"].numberField {
  width: 12ch;
  height: auto;
  padding: 0 0 0 10px;
}

/*============My Order Timer============*/
.timerColumn {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 3%;
  width: 48%;
  margin: 1%;
  height: 250px;
}

.timerColumn .number {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #045e2b;
  border-radius: 5%;
  height: 75%;
}

.timerColumn span {
  color: white;
  font-size: 50px;
  line-height: 70px;
}

.timerColumn .number span {
  font-size: 80px;
  line-height: 100px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .timerColumn span {
    font-size: 50px;
  }

  .timerColumn .number span {
    font-size: 120px;
    line-height: 140px;
  }
}


.textBlinking {
  animation: blinking 1000ms linear infinite;
}

@keyframes blinking {
  0% {
    opacity: 1;
    text-shadow: 0 0 5px lightseagreen;
  }

  100% {
    opacity: 0.3;
  }
}


.radioBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  border-radius: 50%;
  width: 25px;
  height: 25px;

  border: 2px solid lightskyblue;
  transition: 0.2s all linear;
  margin-right: 5px;

  position: relative;
  top: 2px;
}

.radioBtn:checked {
  border: 8px solid lightskyblue;
}

/*=============Stipe Payment Getway=============*/
#paymentResponse {
  font-size: 17px;
  border: 1px dashed;
  padding: 10px;
  color: #EA4335;
  margin-top: 0;
  margin-bottom: 10px;
}

#frmProcess {
  font-size: 18px;
  color: #666;
}

.ring {
  display: inline-block;
  width: 75px;
  height: 75px;
  vertical-align: middle;
}

.ring:after {
  content: " ";
  display: block;
  width: 48px;
  height: 48px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #095cfa;
  border-color: #095cfa transparent #095cfa transparent;
  animation: ring 1.2s linear infinite;
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}

.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}

.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #095cfa;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}

.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #095cfa;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#paymentElement {
  margin-bottom: 15px;
}

.dropdown-cart-header .cartPopupCloser {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 25px;
  border: 1px solid lightgray;
  padding: 5px 10px;
  background: lightcoral;
  font-weight: bold;
  cursor: pointer;
}

.dropdown-cart-header .cartPopupCloser.hide {
  display: none;
}


.insidebody {
  /* background:linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(200, 255, 255, 0.3)), url(../images/bodybg.jpg) repeat fixed top; */
  /* background-image: url(../images/dark-mosque.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 60vh;
  /* background-position: center; */
  /* padding-bottom: 30px; */
}

.insideAboutUs {
  /* background:linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(200, 255, 255, 0.3)), url(../images/about-us.png) no-repeat fixed bottom;
  padding-bottom: 30px; color: rgb(0, 0, 0) !important; */
  /* background-image: url(../images/dark-mosque.jpg); */

  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.insideDonateNow {
  /* background:linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(200, 255, 255, 0.3)), url(../images/dark-mosque.jpg) no-repeat fixed bottom;
  padding-bottom: 30px; color: rgb(0, 0, 0) !important;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; */
  /* background-image: url(../images/dark-mosque.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pageTransBody {
  /* padding: 30px; */
  width: 100%;
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
}

/*==================breadcrumb=================*/

.breadcrumbs {
  list-style: none;
  padding: 20px 0 !important;
  margin: 0;
}

.breadcrumbs_item {
  position: relative;
  display: inline-block;
}

.breadcrumbs_item:before {
  content: '\203A';
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px;
}

.breadcrumbs_item a {
  color: black;
}

.breadcrumbs_item a:hover {
  color: #bc2029;
}

.breadcrumbs_item:first-child:before {
  display: none;
}

.separator {
  margin: 0 auto 20px auto;
  width: 100%;
  height: 20px;
  background: url(../images/separator.png) center center no-repeat;
}

/*================Contact Us====================*/

.reserve-box {
  position: relative;
  margin-bottom: 30px;
}

.reserve-box .inner-box {
  position: relative;
  padding: 30px 0px;
}

.reserve-box .inner-box .content {
  position: relative;
  padding-left: 90px;
  padding-right: 15px;
}

.reserve-box .inner-box:before {
  position: absolute;
  content: '';
  left: 30px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px dashed #414141;
  background: white;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.reserve-box .inner-box:hover::before {
  border-style: solid;
}

.reserve-box .inner-box .content .icon {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 63px;
  font-size: 26px;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  /* background: url(../images/icons/cap-1.png) no-repeat; */
}

.reserve-box .inner-box .content .icon:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  /* background: url(../images/icons/cap-2.png) no-repeat; */
}

.reserve-box .inner-box:hover .content .icon:after {
  opacity: 1;
}

.inner-box .icon .fa {
  font-size: 30px;
  color: #116e46;
  padding: 15px 0 0 10px;
}

.reserve-box .inner-box:hover .content .icon {
  color: #fff;
}

.reserve-box .inner-box .content h4 {
  position: relative;
  margin-bottom: 10px;
}

.reserve-box .inner-box .content ul {
  position: relative;
  margin: 0;
  padding: 0;
}

.reserve-box .inner-box .content ul li {
  position: relative;
  margin-bottom: 0px;
}

.reserve-box .inner-box .content ul li a {
  position: relative;
  color: #fff;
  font-size: 90%;
}

.reservation-booking-form {
  position: relative;
  padding: 25px 25px 10px;
  border: 1px dashed #414141;
}

.reservation-booking-form .image-column {
  position: relative;
}

.reservation-booking-form .image-column .inner-column {
  position: relative;
}

.reservation-booking-form .image-column .image {
  position: relative;
}

.reservation-booking-form .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.reservation-booking-form .form-column {
  position: relative;
}

.reservation-booking-form .form-column .inner-column {
  position: relative;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group textarea,
.default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 20px;
  color: #555555;
  font-weight: 400;
  padding: 14px 24px;
  background-color: #ffffff;
  border: 1px dashed #2d5ea1;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btn-style-three {
  position: relative;
  display: inline-block;
  line-height: 30px;
  color: #000;
  padding: 12px 40px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 0px;
  overflow: hidden;
  padding: 15px 38px;
  background-color: #fff;
  text-transform: capitalize;
  cursor: pointer;

}

.btn-style-three:before {
  position: absolute;
  content: '';
  left: 100%;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  color: white;
  background-color: #047918;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-style-three .txt {
  position: relative;
  z-index: 1;
}

.btn-style-three:hover::before {
  left: 0%;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-three:hover {
  color: #ffffff;
}

/* popup */
#popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background-color: rgba(228, 228, 228, 0.8);
}

#popupDialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 400px;
  width: fit-content;
  max-width: 90vw;
  max-height: 80vh;
  background-color: white;
  color: black;
  font-size: 1rem;
  overflow-y: auto;
}

#popupDialog::-webkit-scrollbar {
  width: 0px;
}

#popupDialog header {
  position: sticky;
  top: 0;
  background: rgb(221, 221, 221);
  background: linear-gradient(140deg, rgba(221, 221, 221, 1) 0%, rgba(236, 236, 236, 1) 100%);
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid lightgray;
  box-shadow: 0 0 10px lightgrey;
  font-weight: bolder;
}

#popupDialog header h4 {
  font-weight: bold;
  padding: 5px 15px;
}

#popupDialog header #closeBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 0 20px;
  border: none;
  font-size: 20px;
  cursor: pointer;
  background-color: lightgray;
}

#error_ChoiceMore {
  position: sticky;
  top: 48px;
  background: white;
  border-bottom: 1px solid lightgray;
  margin: 0;
  color: red;
  text-align: center;
  box-shadow: 0 0 10px lightgrey;
}

#error_ChoiceMore.hide {
  visibility: hidden;
}

#popupDialog #popupContent {
  padding: 5px 20px 0 20px;
  overflow-y: auto;
}

#popupDialog footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  margin: 0;
}

#popupDialog footer #scrollDownIndicator {
  box-shadow: 0 0 10px lightgrey;
  background: white;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid lightgray;
  font-size: 13px;
  padding-right: 10px;
}

#popupDialog footer #scrollDownIndicator i {
  animation: scrolldownArrow 2s linear infinite;
}

@keyframes scrolldownArrow {
  0% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(5px);
  }
}

#popupDialog footer #checkoutBtn {
  font-size: 20px;
  display: flex;
  justify-content: space-around;
  padding: 5px 10px;
  background: #f08b18;
  box-shadow: 0 5px 0px #f08b18;
  cursor: pointer;
  transition: 0.5s;
  color: white;
  font-weight: bolder;
}

#popupDialog footer #checkoutBtn:hover {
  background: #c9700a;
}


/***

====================================================================
	Shop Detail Section
====================================================================

***/
.product-details .image-column,
.product-details .info-column {
  margin-bottom: 40px;
}

.product-details .basic-details {
  position: relative;
  margin-bottom: 5px;
  padding: 30px 30px;
  border: 1px solid #2d5ea1;
}

.product-details .info-column .add-to-cart {
  position: relative;
  float: left;
  padding: 12px 28px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 0px;
  margin-bottom: 10px;
  margin-right: 10px;
  background-color: #2d5ea1;
}

.product-details .info-column .add-to-cart .icon {
  position: relative;
  margin-left: 10px;
  display: inline-block;
}

.product-details .basic-details .details-header {
  position: relative;
  margin-bottom: 0px;
}

.product-details .basic-details .details-header h3 {
  font-weight: 400;
  margin: 0px 0px;
  line-height: 35px;
  color: #000000;
  margin-bottom: 15px;
}

.product-details .basic-details .details-header h3 a {
  color: #333333;
}

.product-details .basic-details .details-header .rating {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}

.product-details .basic-details .details-header .rating span {
  color: #f9a109;
}

.product-details .basic-details .details-header .rating .fa {
  display: inline-block;
  margin-right: 1px;
}

.product-details .basic-details .details-header .rating .fa.light {
  color: #b1b0af;
}

.product-details .basic-details .details-header .item-price {
  position: relative;
  color: #2d5ea1;
  font-size: 26px;
  font-weight: 600;
  margin-top: 10px;

}

.product-details .basic-details .details-header .item-price span {
  position: relative;
  font-weight: 600;
  color: #000000;
  margin-left: 15px;
  line-height: 24px;
  letter-spacing: 1px;
  text-decoration: line-through;
}

.product-details .basic-details .details-header .reviews {
  position: relative;
  margin-left: 10px;
  display: inline-block;
}

.product-details .basic-details .details-header .reviews a {
  position: relative;
  color: #000;
  font-size: 14px;
}

.product-details .basic-details .stock-list {
  position: relative;
  margin-top: 5px;
  margin-bottom: 12px;
}

.product-details .basic-details .stock-list li {
  position: relative;
  color: #000;
  font-size: 14px;
  margin-bottom: 8px;
  margin-right: 70px;
  display: inline-block;
}

.product-details .basic-details .stock-list li span {
  position: relative;
  color: #000000;
  font-size: 14px;
  font-weight: 600;

}

.product-details .basic-details .stock-list li:last-child {
  margin-right: 0px;
}

.product-details .basic-details .text {
  margin-bottom: 15px;
  color: #555555;
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 15px;
}

.product-details .basic-details .availablity {
  position: relative;
  float: left;
  padding-right: 40px;
  line-height: 32px;
  margin-bottom: 27px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
}

.product-details .basic-details .availablity strong {
  font-size: 14px;
  letter-spacing: 2px;
  color: #f7542b;
  font-weight: 600;
  text-transform: uppercase;
}

.product-details .basic-details .item-quantity {
  position: relative;
}

.product-details .basic-details .item-title {
  position: relative;
  display: block;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  text-transform: capitalize;

}

.product-details .basic-details .btns-box {
  position: relative;
  margin-top: 0px;
  float: left;
}

.product-details .basic-details .cart-options {
  position: relative;
  float: left;
}

.product-details .basic-details .cart-options li {
  position: relative;
  margin-right: 8px;
  display: inline-block;
}

.product-details .basic-details .cart-options li a {
  position: relative;
  width: 46px;
  height: 46px;
  color: #2d5ea1;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  border-radius: 0px;
  display: inline-block;
  border: 2px solid #2d5ea1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.product-details .basic-details .cart-options li a:hover {
  color: #ffffff;
  background-color: #2d5ea1;
}

.product-details .basic-details .tags-list {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.product-details .basic-details .tags-list strong {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  margin-right: 15px;
  text-transform: capitalize;

}

.product-details .basic-details .tags-list li {
  position: relative;
  margin-right: 10px;
  display: inline-block;
}

.product-details .basic-details .tags-list li a {
  position: relative;
  color: #2d5ea1;
  font-size: 14px;
  padding: 6px 20px;
  display: inline-block;
  border: 1px dashed #2d5ea1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.product-details .basic-details .tags-list li a:hover {
  color: #ffffff;
  background-color: #2d5ea1;
}

.quantity-spinner {
  position: relative;
  display: block;
  width: 100%;
}

.product-details .quantity-spinner {
  margin-bottom: 20px;
  float: left;
  margin-right: 20px;
}

.quantity-spinner input {
  position: relative;
  display: block;
  width: 50%;
  line-height: 20px;
  padding: 9px 10px;
  margin: 0px 25%;
  font-weight: 500;
  height: 38px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 2px;
}

.quantity-spinner .minus {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 25%;
  height: 38px;
  line-height: 18px;
  padding: 10px 10px;
  text-align: center;
  background: #ffffff;
  font-weight: 400;
  color: #555555;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #fff;
  border-right: 1px solid rgb(116, 108, 108);
  z-index: 1;
}

.quantity-spinner .plus {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 25%;
  height: 38px;
  cursor: pointer;
  line-height: 18px;
  padding: 10px 10px;
  text-align: center;
  font-weight: 400;
  background: #ffffff;
  color: #555555;
  font-size: 14px;
  border: 1px solid #fff;
  border-left: 1px solid rgb(116, 108, 108);
  z-index: 1;
}

.tableBorder {
  border: 1px solid #000000;
  width: 100%;
}

.tableBorder th {
  font-weight: 500;
  font-size: 125%;
}

.tableBorder th,
.tableBorder td {
  vertical-align: middle;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #000000;
}

.successMsg {
  border-color: #09723f !important;
  background-color: #12a05c !important;
  color: white !important;
  width: 100%;
  display: block;
}

.errorMsg {
  border-color: #a5065d !important;
  background-color: #af0d31 !important;
  color: white !important;
  width: 100%;
  display: block;
}

.lineHeight30 {
  line-height: 30px;
}

.padding20 {
  padding: 20px;
}

.disScreen {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .5;
  filter: Alpha(Opacity=50);
  position: fixed;
  inset: 0;
  z-index: 102;
  background: #fff;
  margin-left: -107px;
  margin-top: -69px;
}

#otp_shopOpenTimes {
  width: 100%;
  margin: 0 0 10px 0;
}

.otp_shopOpenTimesWrapper {
  width: 90%;
}

#otp_shopOpenTimes td.left {
  text-align: left;
}

#otp_shopOpenTimes td {
  padding: 8px;
  text-align: center;
  border-bottom: 1px dashed #fff;
}

.deliveryChargeBox {
  margin-left: 30px;
  width: 45%;
  float: right;
}

fieldset {
  border: 1px solid #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin: 10px 0;
  padding: 0.35em 1em 1em;
}

legend {
  padding: 0 5px;
  width: auto;
}


.reserve-box {
  position: relative;
  margin-bottom: 30px;
}

.reserve-box .inner-box {
  position: relative;
  padding: 30px 0px;
}

.reserve-box .inner-box .content {
  position: relative;
  padding-left: 70px;
  padding-right: 15px;
}

.reserve-box .inner-box:before {
  position: absolute;
  content: '';
  left: 30px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px dashed #d9d9d9;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(200, 255, 255, 0.3)); */
}

.reserve-box .inner-box:hover::before {
  border-style: solid;
}

.reserve-box .inner-box .content .icon {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 63px;
  font-size: 26px;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  /* background: url(../images/icons/cap-1.png) no-repeat; */
}

.reserve-box .inner-box .content .icon:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  /* background: url(../images/icons/cap-2.png) no-repeat; */
}

.reserve-box .inner-box:hover .content .icon:after {
  opacity: 1;
}

.inner-box .icon .fa {
  font-size: 30px;
  color: #116e46;
  padding: 10px 0 0 0;
}

.reserve-box .inner-box:hover .content .icon {
  color: #fff;
}

.reserve-box .inner-box .content h4 {
  position: relative;
  margin-bottom: 10px;
}

.reserve-box .inner-box .content ul {
  position: relative;
  margin: 0;
  padding: 0;
}

.reserve-box .inner-box .content ul li {
  position: relative;
  margin-bottom: 0px;
}

.reserve-box .inner-box .content ul li a {
  position: relative;
  color: #fff;
  font-size: 90%;
}

.reservation-booking-form {
  position: relative;
  padding: 25px 25px 10px;
  border: 1px dashed #fff;
}

.reservation-booking-form .image-column {
  position: relative;
}

.reservation-booking-form .image-column .inner-column {
  position: relative;
}

.reservation-booking-form .image-column .image {
  position: relative;
}

.reservation-booking-form .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.reservation-booking-form .form-column {
  position: relative;
}

.reservation-booking-form .form-column .inner-column {
  position: relative;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group textarea,
.default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 20px;
  color: #555555;
  font-weight: 400;
  padding: 14px 24px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btn-style-three {
  position: relative;
  display: inline-block;
  line-height: 30px;
  color: #000;
  padding: 12px 40px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 0px;
  overflow: hidden;
  padding: 15px 38px;
  background-color: #fff;
  text-transform: capitalize;
  cursor: pointer;

}

.btn-style-three:before {
  position: absolute;
  content: '';
  left: 100%;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  color: white;
  background-color: #047918;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-style-three .txt {
  position: relative;
  z-index: 1;
}

.btn-style-three:hover::before {
  left: 0%;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-three:hover {
  color: #ffffff;
}


/***
====================================================================
	Shop Page Section
====================================================================
***/
.shop-item {
  position: relative;
  margin-bottom: 30px;
}

.shop-item.inner-box,
.shop-item .inner-box {
  position: relative;
  border: 1px dashed #fff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  width: 100%;
  padding: 15px;
}

.shop-item.inner-box:hover,
.shop-item .inner-box:hover {
  border-style: solid;
}

.shop-item.inner-box .image,
.shop-item .inner-box .image {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}

.shop-item.inner-box .image .off-price,
.shop-item .inner-box .image .off-price {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 20px;
  display: inline-block;
  background-color: #ed1c1c;

}

.shop-item.inner-box .image img,
.shop-item .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.shop-item.inner-box:hover .image img,
.shop-item .inner-box:hover .image img {
  opacity: 0.50;
  transform: scale(1.06, 1.06) rotate(4deg);
}

.shop-item.inner-box .image .options-box,
.shop-item .inner-box .image .options-box {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  opacity: 0;
  display: block;
  margin-left: -3px;
  padding: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.shop-item.inner-box:hover .image .options-box,
.shop-item .inner-box:hover .image .options-box {
  opacity: 1;
}

.shop-item.inner-box .image .options-box li,
.shop-item .inner-box .image .options-box li {
  position: relative;
  margin: 0px 6px 5px;
  display: inline-block;
}

.shop-item.inner-box .image .options-box li a,
.shop-item .inner-box .image .options-box li a {
  position: relative;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  border: 1px solid #fff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.shop-item.inner-box .image .options-box li a:before,
.shop-item .inner-box .image .options-box li a:before {
  position: relative;
  z-index: 1;
}

.shop-item.inner-box .image .options-box li a:after,
.shop-item .inner-box .image .options-box li a:after {
  position: absolute;
  content: '';
  left: -6px;
  top: -14px;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 53px;
  z-index: -1;
  opacity: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background: url(../images/icons/cap-7.png) no-repeat;
}

.shop-item.inner-box .image .options-box li a:hover,
.shop-item .inner-box .image .options-box li a:hover {
  color: #000;
  background-color: #fff;
}

.shop-item.inner-box .image .options-box li a:hover::after,
.shop-item .inner-box .image .options-box li a:hover::after {
  opacity: 1;
}

.shop-item.inner-box .lower-content,
.shop-item .inner-box .lower-content {
  position: relative;
  text-align: center;
}

.shop-item.inner-box .lower-content h4,
.shop-item .inner-box .lower-content h4 {
  margin-top: 15px;
}

.shop-item.inner-box .lower-content h4 a,
.shop-item .inner-box .lower-content h4 a {
  position: relative;
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shop-item.inner-box:hover .lower-content h4 a,
.shop-item .inner-box .lower-content h4 a {
  color: #fff;
}

.shop-item.inner-box .lower-content .text,
.shop-item .inner-box .lower-content .text {
  margin-bottom: 15px;
  text-align: justify;
  font-size: 90%;
}

.shop-item.inner-box .lower-content .price,
.shop-item .inner-box .lower-content .price {
  font-size: 30px;
  margin-bottom: 15px;

}

.shop-item.inner-box .lower-content .price span,
.shop-item .inner-box .price span {
  color: #000000;
  text-decoration: line-through;
}

.buttons-lower {
  width: 100%;
  height: 45px;
  border-width: 1px;
  border-style: solid;
  border-color: #f0f0f0 #e9e9e9 #e9e9e9;
}

.buttons-lower button:not(:last-child) {
  /* border-right: none; */
  border-right: 1px solid #f0f0f0;
}

.buttons-lower button {
  display: block;
  width: 50%;
  height: 43px;
  border: none;
  color: #f74258;
  background: linear-gradient(180deg, rgba(85, 71, 71, 0.7), rgba(68, 1, 1, 0.7));
  font-size: 16px;
  transition: all 0.2s ease;
  cursor: pointer;
  float: left;
}

.buttons-lower button:hover {
  background-color: #f74258;
  color: white;
}


/*==========Checkout==========*/
.checkout-data {
  overflow: visible;
  padding-bottom: 5px;
  position: relative;
  display: flex;
}

.checkout-data ol.checkoutSteps {
  position: unset;
  overflow-y: auto;
  border: 1px solid #000000;
  overflow: hidden;
  list-style: none;
  width: 100%;
  padding-left: 0;
}

.checkoutSteps .step-title {
  width: 100%;
  display: table;
  margin: 0 auto;
  overflow: hidden;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.step-title-info {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 4px 15px 4px 2px;
}

.mbottom0 {
  padding: 9px !important;
  color: #000 !important;
}

.number {
  padding: 9px !important;
  color: #000 !important;
}

@media (min-width: 768px) {

  .checkoutSteps .allow .step-title .number,
  .checkoutSteps .allow .step-title .title {
    background-color: transparent;
    cursor: pointer;
    border-right: 0;
    font-weight: bold;
    padding-right: 0;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {

  .headerTop,
  .WelcomeMsg {
    display: none;
  }
}

.checkoutSteps .step-title .number,
.checkoutSteps .step-title .title {
  color: white;
  float: left;
  min-height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  font-weight: normal;
}

.checkoutSteps .tab-section.allow .step-title .check .fa-check {
  background: #248ece;
}

.checkoutSteps .step-title .check .fa-check {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #d2d0d1;
  border-radius: 100%;
  text-align: center;
}

.checkoutSteps .step-details {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 15px 15px;
}

.step-details .page-body {
  display: flex;
}

.inputs {
  position: relative;
  margin: 0 0 8px;
  text-align: left;
}

.returning-wrapper .inputs label {
  width: 100%;
  display: block;
  text-align: left;
  color: #415556;
  margin-left: 0;
}

.button-2:hover {
  transition: .3s;
  background-image: linear-gradient(#029ad7, #0687bb);
}

.proceed-button {
  width: 100%;
  font-weight: 600;
  background: #4ab2f1;
  text-transform: uppercase;
}

.button-2 {
  cursor: pointer;
  border: 0;
  color: #fff;
  font-weight: normal;
  height: 36px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px;
  text-align: center;
  line-height: 16px;
  transition: .3s;
  background-color: #009fdf;
  background-image: linear-gradient(#009fdf, #029ad7);
}

.sidebar-parent {
  letter-spacing: 0.5px;
  padding-left: 30px;
}

.sidebar-card a {
  color: black;
  display: block;
  line-height: 28px;
}

.portal-btn-parent {
  justify-content: center;
  padding: 75px;
  /* background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%); */
  width: 100%;
  background-image: url(../images//green-back.jpg);
  background-size: cover;

}

.portal-btn {
  padding: 30px 0px;
  font-size: 25px;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-image: url("../../assets/images/portal_card.jpg"); */
  /* background-size: cover; */
  /* height: 200px; */
  /* box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  color: white; */
  background: rgb(255 255 255 / 35%);
  border-radius: 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.9px);
  color: white;
}

.portal-btn:hover {
  /* background: #56ab2f;  
  background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);  
  background: linear-gradient(to right, #a8e063, #56ab2f);  */
  color: white;
  /* background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(14,174,87,1) 0%, rgba(12,116,117,1) 90% ); */
  background-color: #5cb85c;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  transition: all 0.2s ease;

}

.sidebar-card {
  border-radius: 15px;
  border: 1px solid #cec6c6;
  width: 95%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(200, 255, 255, 0.3));
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;

}

.navbar-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-container {
  max-width: 1200px;
}

.container-banner {
  /* padding-right: 15px;
  padding-left: 15px; */
  margin-right: auto;
  margin-left: auto;
  /* padding-left: 20px; */
}

.contact-box {
  text-align: center;
  font-size: 20px;
  background-color: #ffffffa3;
  /* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
  border-radius: 20px;
  /* color: white; */
  border: 2px dashed #d5d1d1;
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;*/
}

.school-banner {
  background-image: linear-gradient(180deg, rgb(8 192 0 / 41%) 0%, rgba(12, 113, 195, -1.11) 100%), url(../../assets/images/classroom.jpg) !important;
  height: 600px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  font-size: 55px;
  font-weight: bolder;
  border-radius: 20px;
  color: white;
  background-size: cover;
  background-position: center;
  line-height: 70px;
}

.card-header {
  box-shadow: rgb(139 212 246 / 31%) 0px -50px 36px -28px inset;
}

.volunteer-container {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  margin: 30px;
}

.course-form input {
  background-color: #fcfdff78 !important;
  padding: 12px !important;
  border: 1px solid #ebebeb !important;
  height: auto !important;
}

.course-form textarea {
  background-color: #fcfdff78 !important;
  padding: 12px !important;
  border: 1px solid #ebebeb !important;
}

marquee {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  /* background-color: #396a54; */
  /* background-image: linear-gradient(60deg, #abecd6 0%, #fbed96 100%); */
  background-image: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%);
  font-size: 30px;
}



.mission-card {
  background-image: linear-gradient(-225deg, #FFFEFF 0%, #d7fffe59 100%);
  padding: 30px;
  min-height: 225px;
  border: 1px solid #faffbe;
}

.mission-card:hover {
  transform: scale(1.0.7);
  transition: all 0.7s ease-out;
  background-color: #f6ffb5d4;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  border: 0;
}

@media (min-width: 768px) {
  .container-banner {
    width: 750px;
  }

}

@media (min-width: 992px) {
  .container-banner {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container-banner {
    width: 1170px;
  }
}

.arbi-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* padding: 40px; */
  gap: 10px;
}



.bangla-meaning {
  font-size: 20px;
}

@media only screen and (max-width: 600px) {
  .contact-banner {
    /* padding-left: 0px; */
  }

  .details-page-container {
    flex-direction: column;
  }

  .servicedetails-img img {
    max-width: 100%;
  }

  .mission-vision-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: -15%;
  }

  .nav-tabs .tab-item {
    font-size: 16px !important;
    padding: 8px 15px !important;
  }

  .nav-tabs2 .tab-item2 {
    font-size: 13px !important;
    padding: 6px 12px !important;
  }

  .slider-area {
    width: 100%;
  }

  .sidebar-parent {
    margin-top: 50px;
    padding: 20px;
  }

  .sidebar-sub-parent {
    align-items: center;
  }

  .portal-btn-parent {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

}

.ptop50 {
  padding-top: 50px;
}

.pleft0 {
  padding-left: 0;
}

.pleft10 {
  padding-left: 10px;
}

.pleft20 {
  padding-left: 20px;
}

.pright0 {
  padding-right: 0;
}

.pright15 {
  padding-right: 15px;
}

.pbottom0 {
  padding-bottom: 0px !important;
}

.pbottom10 {
  padding-bottom: 10px !important;
}


.dropdown-menu {
  margin: 0;
  padding: 0;
}

nav .dropdown-menu li a {
  padding: 8px;
  font-size: 12px;
}

nav .dropdown-menu li a:hover {
  border-radius: 5px;
}

nav ul {
  /* display: flex; */
}

@media (max-width: 768px) {
  .brand-name {
    display: none;
  }

  .brand-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav-item {
    padding: 0 30px;
  }
}

a {
  text-decoration: none !important;
}

.card-title {
  font-size: 18px;
  font-weight: bold;
}

.ORG-portal {}

.wrapper {
  display: flex;
  justify-content: center;
}

.cta {
  display: flex;
  text-decoration: none;
  color: white;
  background: #28a745;
  transition: 1s;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 125px;
}

.cta:hover {
  background-color: #218838;
}

.cta-2 {
  text-decoration: none;
  color: white;
  background: #28a745;
  transition: 1s;
  line-height: 16px;
  font-size: 14px;
  width: 100%;
}

.cta-2:hover {
  background-color: #218838;
}

.cta:focus {
  outline: none;
}

.cta-2:focus {
  outline: none;
}

.cta:hover {
  transition: 0.5s;
  /* box-shadow: 10px 10px 0 #FBC638; */
  color: #fff;
}

.cta-2 a {
  line-height: 25px;
  cursor: pointer;
  color: white;
}

.cta-2 a:hover {
  color: #c0ffe5 !important;
}

.cta .org-span {
  transition: 0.5s;
  margin-right: 0px;
}

.cta:hover .org-span {
  transition: 0.5s;
  margin-right: 45px;

}

span {
  /* transform: skewX(15deg)  */
}

.org-span {
  width: 20px;
  margin-left: 20px;
  position: relative;
}

.org-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

/**************SVG****************/

path.one {
  transition: 0.4s;
  transform: translateX(-60%);
}

path.two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.cta:hover path.three {
  animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */

@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: #FBC638;
  }

  100% {
    fill: white;
  }
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}




.arabic-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(200, 255, 255, 0.3));
  border: 0px solid rgba(255, 255, 255, 0.1);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-radius: 6px;

}

.arabic-card-text {
  font-size: 14px;
}

.arabic-card:hover {
  transform: scale(1.01);
  transition: all 0.4s ease-out;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

.program-p {
  margin-left: 30px;
}

.gallery>.card {
  height: 550px !important;
  display: flex !important;
  align-items: stretch !important;
}

#Container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.gallery-new>.card {
  background-color: #ffffff70;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 0;
  min-height: 560px;
}

.gallery-new>.card:hover {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
  transition: all 0.3s ease-in;
}




/* Header Start  */


.header {
  position: sticky;
  /* background-image: linear-gradient(to right, #00253a 0%, black 100%); */
  background-color: #eefcff;
  background-blend-mode: multiply;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 10px 40px;
  /* Initial padding */
  transition: padding 0.3s ease-in-out; 
  border-bottom: 2px solid #0f8f3e !important;
}

.header.scrolled {
  padding: 5px 0px;
  border-bottom: 1px solid var(--primary-color);
}

.header .logo {
  height: 60px;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
}

.header.scrolled .logo {
  /* height: 50px;
  width: 50px; */
}

.header.scrolled .logo-Right {
  transition: all 0.4s ease-out;
  font-size: 18px;
}

.header .container {
  display: flex;
  justify-content: space-between;
}

.logo-text {
  display: flex;
  align-items: center;
}

.header .logo img {
  vertical-align: middle;
}

.header .menu .head {
  display: none;
}

.header .menu ul {
  list-style: none;
  margin-bottom: 0;
}

.header .menu>ul>li {
  display: inline-block;
}

.header .menu>ul>li:not(:last-child) {
  margin-right: 15px;
}

.header .menu .dropdown {
  position: relative;
}

.header .menu a {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  display: block;
  font-weight: 400;
}

.header .menu>ul>li>a {
  padding: 12px 0;
}

.header .menu>ul>.dropdown>a {
  padding-right: 10px;
}

.header .menu i {
  font-size: 15px;
  right: 0;
  pointer-events: none;
  user-select: none;
  position: absolute;
  top: calc(50% - 5px);
}

.right-icon {
  right: -8px !important;
}

.header .menu .sub-menu {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  min-width: 250px;
  padding: 15px 0;
  background: #ffffffed;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 1;
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
}

.header .menu .sub-menu-right {
  left: 100%;
  top: 0;
}

.header .menu .sub-menu-left {
  top: 0;
  left: auto;
  right: 100%;
}

.header .menu li:hover>.sub-menu {
  opacity: 1;
  transform: none;
  visibility: visible;
  transition: all 0.5s ease;
}

.header .menu .sub-menu a {
  padding: 6px 24px;
}

.header .menu .sub-menu .dropdown>a {
  padding-right: 34px;
}

#nav-menu li a:hover {
  color: var(--color-text) !important;
}

#nav-menu li.active a {
  color: var(--color-text) !important;
}

#nav-menu li.donate-btn a {
  color: #ff0000 !important;
}

.header .menu .sub-menu span {
  background-image: linear-gradient(hsl(0, 0%, 0%), hsl(0, 0%, 100%));
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.5s ease;
}

.header .menu .sub-menu li:hover>a>span {
  background-size: 100% 1px;
}

.header .menu .sub-menu i {
  transform: rotate(-90deg);
  right: 24px;
}

.header-right {
  display: none;
}

.header-right>* {
  margin-left: 25px;
}

.header-right .icon-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: hsl(0, 0%, 100%);
  font-size: 16px;

}

.header-right .open-menu-btn {
  display: none;
}

.logo-Right {
  margin-left: 15px;
  margin-bottom: 0;
  font-size: 18px;
  color: black;
  transition: all 0.4s ease-in-out;
}

@media(max-width:991px) {
  .header {
    padding: 12px 0;
  }

  .header .container {
    padding-left: 0.5rem;
  }

  .header-right {
    display: flex;
    align-items: center;
  }

  .menu-brand-name {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
  }

  .header .menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 320px;
    height: 100%;
    padding: 15px 30px 30px;
    overflow-y: auto;
    transform: translateX(100%);
    z-index: 50;
    background: #ffffffe8;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .header .menu.open {
    transform: none;
    transition: all 0.5s ease;
  }

  .header .menu .head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

  }


  .header .menu .close-menu-btn {
    height: 35px;
    width: 35px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: white;
    cursor: pointer;
    border: none;
  }

  .header .menu .close-menu-btn::before,
  .header .menu .close-menu-btn::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: var(--primary-color);
  }

  .header .menu .close-menu-btn::before {
    transform: rotate(45deg);
  }

  .header .menu .close-menu-btn::after {
    transform: rotate(-45deg);
  }

  .header .menu>ul>li {
    display: block;

  }

  .header .menu>ul>li:not(:last-child) {
    margin-right: 0;
  }

  .header .menu li {
    /* border-bottom: 1px solid #ececec; */
  }

  .header .menu li:first-child {
    /* border-top: 1px solid #ececec; */
  }

  .header .menu li:last-child {
    border-top: 0px solid;
    border-bottom: 0px solid;
    /* margin-top: 15px; */
  }

  .header .menu>ul>li>a {
    padding: 12px 0;
  }

  .header .menu>ul>.dropdown>a {
    padding-right: 34px;
  }

  .header .menu i {
    height: 34px;
    width: 34px;
    border: 1px solid #959595;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    cursor: pointer;
    top: 7px;
  }

  .header .menu .dropdown.active>i {
    background-color: hsla(0, 0%, 100%, 0.25);
    transform: rotate(180deg);
  }

  .header .menu .sub-menu {
    position: static;
    opacity: 1;
    transform: none;
    visibility: visible;
    padding: 0;
    transition: none;
    box-shadow: none;
    width: 100%;
    display: none;
  }

  .header .menu .dropdown.active>.sub-menu {
    display: block;
  }

  .header .menu .sub-menu li:last-child {
    border: none;
  }

  .header .menu .sub-menu a {
    padding: 4px 12px;
    font-size: 14px;
  }

  .header .menu .sub-menu .sub-menu a {
    padding-left: 30px;
  }

  .header .menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 45px;
  }

  .header .menu .sub-menu span {
    background-image: none;
  }

  .header .menu .sub-menu i {
    transform: none;
    right: 0;
  }

  .header-right .open-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 44px;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    border: none;
  }

  .header-right .open-menu-btn .line {
    height: 2px;
    width: 30px;
    background-color: var(--primary-color);
    position: absolute;
  }

  .header-right .open-menu-btn .line-1 {
    transform: translateY(-8px);
  }

  .header-right .open-menu-btn .line-3 {
    transform: translateY(8px);
  }


}


.carousel-indicators-numbers {
  li {
    text-indent: 0 !important;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 60px;
    line-height: 30px;
    color: #fff;
    background-color: white;
    transition: all 0.25s ease;

    &.active,
    &:hover {
      width: 30px;
      height: 30px;
      background-color: #fff;
    }
  }
}

.carousel-indicators-numbers {
  li span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    color: black;
  }
}

.bannerTitle {
  background-image: url('../images/arabicBG.jpg');
  color: beige;
  font-size: 25px;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannerTitle .bannerTitle-child {
  background-color: #063954;
  opacity: 0.7;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bannerTitle p {
  margin: 2px;
}

.service-box {
  position: relative;
  background-color: #fff;
  padding-bottom: 40px;
  transition: 0.5s;
  flex-grow: 1;
  height: 100%;
  border: 1px solid var(--color-text);
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.service-box .link-btn a {
  border: 0.5px solid var(--color-text) !important;
  color: black !important;
}

.service-box .link-btn a:hover {
  border: 0;
}

.service-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.sponsor-box {
  position: relative;
  background-color: #fff;
  /* border-radius: 20px; */
  text-align: center;
  padding: 50px 30px;
  transition: 0.5s;
  flex-grow: 1;
  height: 100%;
  border: 1px solid #f1f1f1;
  max-width: 100%;
  margin: 0 auto;
}

.sponsor-footer {
  /* position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #00a75024;
  margin-top: 30px; */
}

.icon {
  position: relative;
  width: 100%;
  line-height: 110px;
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  margin-bottom: 20px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #707070;
  margin: 15px 0;
}

.main-btn {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 25px;
  font-weight: 600;
  /* border-radius: 40px; */
  overflow: hidden;
  text-transform: capitalize;
  vertical-align: middle;
  transition: all 0.5s ease;
}

.main-btn-one:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: var(--color-text);
  transition: 0.5s;
  /* border-radius: 40px; */
  color: white;
}

.main-btn-one {
  position: relative;
  background-color: #1b7732;
  color: white;
  box-shadow: 0px 15px 40px 0px rgba(32, 171, 148, 0.2);
}

.main-btn-one:hover,
.main-btn-one.main-btn-two:hover {
  color: #fff;
  background-color: #2b2c2e;
}

.main-btn-one.main-btn-two {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #061a3a;
  text-decoration: none;
  box-shadow: none;
}

.main-btn-one:hover:before {
  width: 100%;
}

.service-box:hover {
  box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
}

.service-box:hover .icon {
  /* transform: rotate(180deg); */
  transform: scale(1.03);
}

.main-btn.main-btn-two:hover {
  background-color: var(--color-text);
  border-color: var(--color-text);
  color: #fff;
}

.link {
  text-decoration: none;
  color: #276221;
  font-size: 20px;
  font-weight: 600;
}

.link:hover {
  color: #276221;
}

.chocolate-text {
  text-align: center;
  font-size: 35px;
  letter-spacing: 5px;
  color: chocolate;
}

.mobile-list-item {
  list-style-type: square !important;
}

.mobile-list-item li {
  border: 0 !important;
}

.mobile-list-item li a:hover {
  color: #0056b3;
}




#filter-buttons {
  background-color: aliceblue;
  padding: 20px 0;
}

#filter-buttons button {
  border-radius: 3px;
  background: #fff;
  border-color: transparent;
}

#filter-buttons button:hover {
  /* background: #ddd; */
  color: #009146;
}

#filter-buttons button.active {
  color: #fff;
  background: #009146;
}

#filterable-cards .card2 {
  background-color: transparent !important;
  border: 0;
  /* width: 15rem;
  border: 2px solid transparent; */
}

#filterable-cards .card2.hide {
  display: none;
}

@media (max-width: 600px) {
  #filterable-cards {
    justify-content: center;
  }

  #filterable-cards .card2 {
    /* width: calc(100% / 2 - 10px); */
  }
}


.background2 {
  background-image: url('../images/background2.png');
  background-size: cover;
  background-position: center;
}



.wrapper {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.circle {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: var(--color-text);
  margin: auto;
  transform: scale(1, 1);
}

.circle.pulse {
  animation-timing-function: ease;
  animation: pulse 2s infinite;
  background-color: var(--color-text-light);
}

svg {
  fill: var(--color-text-light);
  stroke: var(--color-text-light);
  stroke-linejoin: round;
  stroke-width: 5;
  transition: all 0.3s;
}

svg:hover {
  cursor: pointer;
  fill: var(--color-text-dark);
  stroke: var(--color-text-dark);
  transform: scale(1.1, 1.1);
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.4, 1.4);
  }

  100% {
    transform: scale(1, 1);
  }
}


.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.video-popup-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  background: #fff;
}

.video-popup iframe {
  width: 100%;
  height: 450px;
}

.video-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
}


















/* Tab item  */

.nav-tabs {
  position: relative;
  background-color: white;
  color: #000000;
  padding: 0;
  margin: 50px 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: fit-content;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  z-index: 1;
  overflow: hidden;
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .tab-item {
  font-weight: 500;
  font-size: 18px;
  padding: 10px 20px;
  text-align: center;
  border: 0.4px solid #dee2e6;
  cursor: pointer;
  transition: 0.5s;
}

.nav-tabs .tab-item:nth-last-child(1) {
  /* border-right: none; */
}

.nav-tabs .tab-item.active {
  color: #fff;
  background-color: var(--primary-color);
}

.content-tabs {
  border-radius: 10px;
  border-top-left-radius: 0;
  min-height: 300px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  color: #333;
  padding: 10px;
}

.content-tabs .tab {
  display: none;
}

.content-tabs .tab.active {
  display: block;
  animation: showcontent 0.5s ease-in-out 1;
}

@keyframes showcontent {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



#payment-table td {
  padding: 5px !important;
}

.carousel-indicators {
  bottom: -8px !important;
}





/* Tab item 2 */


.nav-tabs2 {
  position: relative;
  /* background-image: linear-gradient( to bottom right, #25AEB8, #0DDB9F); */
  background-color: white;
  color: #000000;
  padding: 0;
  /* margin: 50px 0 0; */
  list-style: none;
  display: flex;
  max-width: fit-content;
  /* border-top-left-radius: 20px; */
  border-top-right-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  z-index: 1;
  overflow: hidden;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0;
}

.nav-tabs2 .tab-item2 {
  font-weight: bold;
  font-size: 16px;
  /* width: 80px; */
  padding: 10px 25px;
  text-align: center;
  /* border-right: 1px solid #1d868d; */
  cursor: pointer;
  transition: 0.5s;
}

.nav-tabs2 .tab-item2:nth-last-child(1) {
  border-right: none;
}

.nav-tabs2 .tab-item2.active {
  color: #fff;
  background-color: #e5c600;
}

.nav-tabs2 .bg-active2 {
  position: absolute;
  left: 0;
  /* width: 80px; */
  padding: 20px;
  background-color: #eee;
  height: 100%;
  z-index: -1;
  transition: 0.5s;
}

.content-tabs2 {
  border-radius: 10px;
  border-top-left-radius: 0;
  min-height: 300px;
  /* background-color: #eee; */
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  color: #333;
  /* padding:30px; */
  text-align: justify;
}

.content-tabs2 .tab2 {
  display: none;
}

.content-tabs2 .tab2.active {
  display: block;
  animation: showcontent 0.5s ease-in-out 1;
}

@keyframes showcontent2 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* dimond sponsor part star here */
.dimond_carousel {
  border: 1px solid #f1f1f1;
}

/* dimond sponsor part star here */
.carousel-item-sponsor {
  height: auto !important;
}

.modal-backdrop {
  z-index: 1 !important;
}


/* Slick Slider Section */

.customer-logos {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.customer-logos .slide {
  display: inline-block;
  text-align: center;
}

.customer-logos.rtl .slide {
  border-radius: 50%;
  padding: 10px;
  border: 1px dashed var(--color-text);
}


.customer-logos .slide img {
  width: 180px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.customer-logos.rtl .slide img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
}

.slick-slide {
  margin: 0 20px;
  float: none !important;
  display: block !important;
}

.customer-logos.rtl .slick-slide {
  margin: 0 10px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-track {
  display: flex !important;
  /* Ensure consistent layout */
  align-items: center;
}

.slick-slide img {
  display: block;
  width: 100%;
  pointer-events: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* RTL fix: prevent float breaking layout */
[dir='rtl'] .slick-slide {
  float: none !important;
}

/* Optional: Consistent slide image width override if needed */
.slide img {
  width: 180px;
  /* Set same as .customer-logos .slide img */
}

/* Optional: if using dots or arrows in the future */
.slick-dots li button:before {
  font-size: 12px;
  color: #999;
}

.slick-dots li.slick-active button:before {
  color: #333;
}


.limited-text3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


/* Tabs  */

#exTab1 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

#exTab2 h3 {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills>li>a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills>li>a {
  border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

.snow-hover {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.snow-hover img {
  display: block;
  width: 300px;
  height: auto;
  border-radius: 12px;
}

/*mission vision part start here*/
.c-vison img{
 padding-right: 15px;        
}

/*information part start here*/
.primary-bg {
    background-color: #02914c;
}
.hover-system:hover {
    background-color: white !important;
}

/*Your Heart’s Health, Our Top Priority*/
.hos-ban img {
  /*max-height: 230px;*/
  margin-bottom: 20px;
}

/*department section*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #02914c !important;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #02914c !important;
  border-color: #007bff;
}

/*service part*/
.our-program-card img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-in-out;
}

.smart-shadow:hover{
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16),
    0px 3px 6px 0px rgba(0,0,0,0.23) !important;
    border: 1px solid orange !important;
    border-radius: 5px;
    transition: 0.8ms !important;

}


/*mobile responsive*/

@media (max-width: 768px) {
  .mission-background {
    max-width: 100%;
    height: auto;
  }

  .nav-tabs .nav-link {
    font-size: 14px;
    padding: 8px 10px;
    margin-bottom: 5px;
  }

  .tab-content p {
    font-size: 15px;
    line-height: 1.6;
  }

  .card h2 {
    font-size: 30px !important;
  }

  .card p {
    font-size: 16px !important;
  }

  .section-heading-two p {
    font-size: 18px;
    text-align: center;
  }
  .hos-res {
      text-align: center;
      padding-top: 30px;
      font-size: 21px;
  }
  .hr-decorate{
    position: relative !important;
    left: 0% !important;
  }
 .service-content{
  padding-top: 30px;
 }

}

/*service page design */

.details {
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    font-display: swap;
    text-align: justify;
    padding: 10px 28px !important;
}
.service-section {
    font-size: 19px;
    font-family: 'Roboto';
}

.details .list {
    float: left;
    width: 100%;
    padding: 15px 20px;
}

.details .list li {
    padding-bottom: 10px;
    line-height: 20px;
    padding-left: 30px;
    background: url(../images/icon_tik.png) no-repeat top left;
}

.service-section .card p {
    padding-top: 15px;
}

.service-section .features, .service-section .benefits {
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 20px;
}
.service-section .card {
    background: #eef8fb;
    padding: 20px;
    flex: 1 1 45%;
    border-radius: 8px;
}

/*.service-content{*/
/*    padding-top: 30px;*/
/*}*/

.servicedetails-img {
    float: left !important;
    padding-right: 35px;
}
.hr-decorate{
    position: relative;
    left: 27%;
}

/*news page design*/
.news-design{
    border: 1px solid green;
    padding: 10px;
}
.nav-tabs .nav-link.active {
    color: #fdfeff !important;
    background-color: #0f8f3e !important;
    border-color: #dee2e6 #dee2e6 #fff !important;  
}


.doctors-shadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.doctors-shadow:hover{
    box-shadow: 0 10px 20px 0 rgba(95, 26, 137, 0.4);
    transition: all 0.3s ease-in-out;
}
.sub-heading h3 {
    font-size: 1.5rem !important;
}

/*for SEO*/
.ent-seo-h2 h2{
    font-size: 1.5rem !important;
}
.ent-seo-h3 h3{
    font-size: 1.5rem !important;
}

.seo-textbold span {
    font-weight: 500;
}
.ent-seo-h1 h1{
    padding-top: 64px;
    font-size: 1.5rem !important;
}    

/*whatsapp chat system start here*/

.whatsapp-us {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    cursor: pointer;
    width: 60px;
}

/*whatsapp chat system ends here*/


/*blog page start here*/

.blog-title h2{
    font-size: 25px !important;
}
.ent-section-title{
    font-size: 25px !important;
}