@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
:root {
  --primary-color: rgb(123 52 241);
  --color-one: #00ACED;
}

.bg-one{
  background-color: var(--color-one) !important;
}

.text-one{
  color: var(--color-one) !important;
}

.fs-40{
  font-size: 40px;
}

.fs-35{
  font-size: 35px;
}

*,
*::before,
*::after {
  box-sizing: border-box
}
@media (min-width: 1300px){
 .landing__banner-label {
    margin-top: auto;
}}

@media (min-width: 1300px) {
  .landing__banner {
    width: 600px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 128px;
    background: none;
  }
}

.landing__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px 78px;
}

@media (min-width: 1300px) {
  .landing__banner-label {
    margin-top: auto;
  }
}

@media (min-width: 1300px){
.landing__heading {
    text-align: left;
}}

.but:hover {
  color: rgb(255 255 255) !important;
  background: #1f1fb5 !important;
}
.landing__heading {
  margin-top: 7px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  text-align: center;
  text-shadow: 4px 3px 6px rgb(0 0 0 / 20%);
}
@media (min-width: 1300px) {
  .heading {
    font-size: 30px;
    line-height: 44px;
    margin-top:30px;
    font-weight: 800;
  }
}
.landing__banner-label {
  margin-top: 112px;
  padding: 9px 8px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-color: #000000;
  border-radius: 4px;
  font-weight: 800
}

label {
  display: block;
  margin-bottom: 0.5rem
}

input {
  display: block;
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  height: 50px
}

select{
  display: block;
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  height: 50px;
  background-color: #fff;
}

.width-50 {
  width: 50%
}
.iti{
  display: block;
}
.ml-auto {
  margin: 0 auto;
  width: 100%;
}

.text-center {
  text-align: center
}

.progressbar {
  position: relative;
  display: none;
  justify-content: space-between;
  counter-reset: step;
  margin: 2rem 0 4rem
}

.progressbar::before,
.progress {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background-color: #dcdcdc;
  z-index: 1
}

.progress {
  background-color: rgb(0 128 0);
  width: 0%;
  transition: 0.3s
}

.progress-step {
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #dcdcdc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1
}

.progress-step::before {
  counter-increment: step;
  content: counter(step)
}

.progress-step::after {
  content: attr(data-title);
  position: absolute;
  top: calc(100% + 0.5rem);
  font-size: 0.85rem;
  color: #666
}

.progress-step-active {
  background-color: var(--primary-color);
  color: #f3f3f3
}

.form {
  width: 100%;
  margin: 0 auto;
  border: none;
  border-radius: 10px !important;
  padding: 1.5rem;
  background-color: #fffbf9;
  padding: 20px 30px
}

.step-forms {
  display: none;
  transform-origin: top;
  animation: animate 1s
}

.step-forms-active {
  display: block
}

.group-inputs {
  margin: 1rem 0
}

@keyframes animate {
  from {
      transform: scale(1, 0);
      opacity: 0
  }

  to {
      transform: scale(1, 1);
      opacity: 1
  }
}

.btns-group {
  
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem
}

.btn {
  padding: 0.75rem;
  display: block;
  text-decoration: none;
  background-color: rgb(108 191 80);
  color: #f3f3f3;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
  font-size: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

.btn:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--primary-color)
}

.progress-step-check {
  position: relative;
  background-color: green !important;
  transition: all 0.8s
}

.progress-step-check::before {
  position: absolute;
  content: '\2713';
  width: 100%;
  height: 100%;
  top: 8px;
  left: 13px;
  font-size: 12px
}

.group-inputs {
  position: relative
}

.group-inputs label {
  font-size: 13px;
  position: absolute;
  height: 19px;
  padding: 4px 7px;
  top: -14px;
  left: 10px;
  color: #a2a2a2;
  background-color: white
}

.welcome {
  height: 450px;
  width: 350px;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center
}

.welcome .content {
  display: flex;
  align-items: center;
  flex-direction: column
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@keyframes stroke {
  100% {
      stroke-dashoffset: 0
  }
}

.image{
  width: 50%;
  box-shadow: 0px 0px 11px black
}
@media (max-width: 1000px){
    .image{
      width: 100%;
      padding: 0px 10px 0px 10px ;
    }
  }

@keyframes scale {

  0%,
  100% {
      transform: none
  }

  50% {
      transform: scale3d(1.1, 1.1, 1)
  }
}


.card_list {
  border: 2px solid #1F1FB5;
  border-radius: 12px;
  padding: 4%;
  font-weight:800;
  line-height:35px;
  -webkit-box-shadow: 0 1px 1px rgba(255,255,255,.75);
  box-shadow: 0 1px 1px rgba(255,255,255,.75);

}

.card_list li{
  margin-left: 10px;

}




/**video player**/

  .orbit-container {
  overflow: hidden;
  position: relative;
  padding: 0 20px; /* Optional: adds breathing space */
}

.responsive-video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

@media (min-width: 768px) {
  .responsive-video-wrapper {
    margin-top: 100px;
  }
}

.responsive-video-wrapper iframe {
  width: 100%;
  max-width: 720px;
  aspect-ratio: 16 / 9;
  border: none;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.info-particle {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #8dc53f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  opacity: 1;
  animation: orbit-move 6s linear infinite;
  z-index: 1;
}

/* Orbit Animation */
@keyframes orbit-move {
  0% {
    transform: rotate(0deg) translateX(200px) rotate(0deg);
  }
  25% {
    transform: rotate(90deg) translateX(200px) rotate(-90deg);
  }
  50% {
    transform: rotate(180deg) translateX(200px) rotate(-180deg);
  }
  75% {
    transform: rotate(270deg) translateX(200px) rotate(-270deg);
  }
  100% {
    transform: rotate(360deg) translateX(200px) rotate(0deg);
  }
}

/* Optional: reduce orbit radius on smaller screens */
@media (max-width: 768px) {
  @keyframes orbit-move {
    0% {
      transform: rotate(0deg) translateX(120px) rotate(0deg);
    }
    25% {
      transform: rotate(90deg) translateX(120px) rotate(-90deg);
    }
    50% {
      transform: rotate(180deg) translateX(120px) rotate(-180deg);
    }
    75% {
      transform: rotate(270deg) translateX(120px) rotate(-270deg);
    }
    100% {
      transform: rotate(360deg) translateX(120px) rotate(0deg);
    }
  }
}

/**video player**/  
  
  

.list--centre-justify {
  display: grid;
  place-items: center;
}




:root {
    --color-text: hsl(248, 10%, 40%);
    --color-text-muted: hsl(248, 10%, 40%);
    --color-purple: slateblue;
}



#elite-pricing-container{
	margin-top:50px;
	position:relative;
	display: flex;
	align-items:flex-start;
	justify-content: center;
	flex-wrap:wrap;
	box-sizing:border-box;
}
.section-heading {
    position: relative;
}
.text-center {
    text-align: center;
}
.section-heading h3 {
    letter-spacing: 4px;
    position: relative;
    text-transform: uppercase;
    font-size: 35px;
    color: #91911f;
}
.letterspace4x {
    letter-spacing: 4px;
}
.section-heading.blue-border h3::after {
    border-bottom: 3px solid #42a5f6;
    bottom: -15px;
    content: "";
    display: block;
    height: 3px;
    margin: 0 auto;
    position: absolute;
    width: 42px;
    left: 48%;
}
.section-heading p {
    font-size: 14px;
    margin-top: 44px;
   font-weight: bold;
    text-align: justify;
   line-height: 25px;
   padding: 15px;
   
}
#elite-pricing-sales-text{
	
	padding-right:80px;
	text-align:right;
	font-size:24px;
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
	color: #555555;
	line-height: 1.5;
	font-weight: 700;
	max-width:450px;
	padding-top:90px;
}

#elite-pricing-card.price-card{
	max-width:330px;
	color:white;
	position: relative;
	margin: 0 6px;
	padding: 30px 40px 10px 40px;
	background: url('https://images.unsplash.com/photo-1464639351491-a172c2aa2911?ixlib=rb-0.3.5&s=427721bc23b5d868669d8f0ba09c8710&auto=format&fit=crop&w=1200&q=80') left top no-repeat black;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}


#elite-pricing-card.price-card .price-card--header{
	padding:0;
	background-color:transparent;
}

#elite-pricing-card.price-card .price-card--header h4{
	font-size: 36px;
	font-weight: 600;
	padding-bottom:16px;
	margin-bottom:16px;
	border-bottom: 1px solid #f0c328;
	
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(top left, #efd100 0, #e2a233 38%, #f0c328 60%, #fff1a3 86%, #ffe13e 100%);
  background-size: 1em 1em;
  color: #fff1a3;
}

#elite-pricing-card.price-card #elite-pricing-card--desc{
	padding-bottom:25px;
}

#elite-pricing-card.price-card .price-card--features{
	border-top: 1px solid #f0c328;
}

#elite-pricing-card.price-card ul.price-card--features--list{
	padding:0 11px;
}

#elite-pricing-card.price-card .price-card--features--item{
	padding-bottom:16px;
}

#elite-pricing-card.price-card .price-card--features--item:before{
color:#f0c328 !important;
	left:-12px !important;
}


#elite-pricing-card.price-card .price-card--cta--button.btn{
  background-color: #f0c328;
	color:black;
	margin:0 auto;
}
#elite-pricing-card.price-card .price-card--cta--button.btn:hover{
	background-color:white;
}

#elite-pricing-card--desc{
	font-size:16px;
	line-height:1.5;
	max-width:400px;
}


@media (max-width: 980px) {
	#pricing-cards{
/* 		display:none !important; */
	}
	

}






#more {display: none;}




/* - - - - - - - - - Tooltips - - - */

.has-tooltip:not(.tooltip-disabled) {
	cursor: help;
	position:relative;
}

.has-tooltip:not(.tooltip-disabled):hover
	.tooltip-container {
	display: block;
}

.has-tooltip .tooltip-container {
	display: none;
	position: absolute;
	background-color: white;
	z-index: 20;
	bottom: calc(100% + 13px);
	left: -10px;
	right: -10px;
	padding: 16px 20px;
	border-radius: 8px;
	box-shadow: 0 6px 55px -10px #777;
}
.has-tooltip .tooltip-container:after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid white;
	font-size: 0;
	line-height: 0;
	content: "";
	position: absolute;
	bottom: -10px;
}

.has-tooltip .tooltip-container h6 {
	font-weight: 600;
	font-size: 16px;
	margin: 0px;
}

.has-tooltip .tooltip-container p {
	color: #555;
	margin-top:4px;
}
/* - - - - - - - End Tooltips - - - */





#pricing-container * {
	box-sizing:border-box;
}

#pricing-container {
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
	-webkit-font-smoothing: antialiased;
	max-width: 1080px;
	margin: 0 auto 50px;
	justify-content: center;
	line-height: 1;
	color: #000;
}



/* Cards */

#pricing-cards {
	display: flex;
	font-size: 14px;
	margin-top: 60px;
	
}

#pricing-container .price-card {
	background-color: white;
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
	display: block;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.25s;
	position: relative;
	margin: 0 6px;
	flex-grow: 1;
	flex-shrink:1;
}

#pricing-container .price-card:hover {
	transform: translateY(-5px);
		box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}


/* - - - - - - - - - Header Section - - - */

#pricing-container .price-card--header {
	background-color: #daf1df;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

#pricing-container .price-card--header h4 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	color: #1b5e20;
	font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
}


/* - - - - - - - - - Price Section - - - */

#pricing-container .price-card--price {
	text-align: center;
	padding: 28px 0 6px 0;
}

#pricing-container .price-card--price-text {
	font-size: 48px;
}

#pricing-container .price-card--price-number {
	font-weight: 500;
	opacity: 0.89;
}

.odometer div {
	display: inline-block;
}

#pricing-container .price-card--price-number:before {
	content: "৳";
	font-size: 24px;
	top: -16px;
	display: inline-block;
	position: relative;
}

#pricing-container .price-card--price-number:after {
	content: "/ Class";
	font-size: 12px;
	display: inline-block;
	color: grey;
}

#pricing-container .price-card--price-conditions {
	padding: 14px 0;
	color: #888;
	line-height: 1.5;
}

#pricing-container .price-card--onboarding-fee {
	color: green;
  padding: 7px;
  margin: 0 auto;
  width:250px;
 
}

#pricing-container .price-card--onboarding-fee.has-fee {
	color: #888;
  
}


/* - - - - - - - - - CTA Button Section - - - */

#pricing-container .price-card--cta {
	padding: 0 20px 24px;
	text-align: center;
}

#pricing-container .price-card--cta--button.btn{
	min-width:20px;
	display:block;
	max-width:183px;
	margin:0 auto;
}





/* - - - - - - - - - Features Section - - - */

#pricing-container .price-card--features {
	border-top: 1px solid #ddd;
	padding: 16px 0 20px;
}

#pricing-container ul.price-card--features--list {
	padding: 0 32px;
	list-style: none;
	margin: 0;
}

#pricing-container li.price-card--features--item {
	margin: 8px 0;
	padding-left: 8px;
	line-height: 1.5;
	position: relative;
}

#pricing-container
	li.price-card--features--item:not(.features-disabled):before {
	content: "✓";
	color: green;
	display: block;
	position: absolute;
	left: -8px;
}

#pricing-container li.price-card--features--item.features-highlight {
	/* 	font-weight: 600; */
}

#pricing-container li.price-card--features--item.features-disabled {
	opacity: 0.1;
	/* 	text-decoration: line-through; */
}




/* - - - - - - - - - Mobile Features Toggle - - - */

#pricing-container .price-card--mobile-features-toggle {
	text-align: center;
	border-top: 1px solid #ddd;
	margin: 24px 0 0;
	padding: 16px 0;
	cursor: pointer;
	display: none;
	color: green;
}

#pricing-container .price-card--mobile-features-toggle:after {
	content: "বিস্তারিত দেখুন ▾";
}
#pricing-container .price-card--mobile-features-toggle.hideall:after {
	content: "বন্ধ করুন ▴";
}

/* - - - - - - - - - Hero Card Styles - - - */

#pricing-container .price-card--hero {
	margin: -38px 6px 0;
	/* 	width:31%; */
	z-index: 10;
}

#pricing-container .price-card--hero-text {
	background-color: #3f9b63;
	height: 38px;
	color: white;
	line-height: 38px;
	text-align: center;
	font-weight: 600;
}

/* - - - - - - - - - Only Yearly Basic Styles - - - */

#pricing-container .only-yearly {
	position: relative;
}

#pricing-container .only-yearly .price-card--price-number {
	transition: opacity 0.2s;
}

#pricing-container .only-yearly .only-yearly--text {
	position: absolute;
	top: -0.2em;
	left: 0;
	right: 0;
	display: none;
}
#pricing-container .only-yearly .only-yearly--text span {
	font-size: 14px;
}

#pricing-container .only-yearly.if-monthly .price-card--price-number {
	opacity: 0;
}

#pricing-container .only-yearly.if-monthly .only-yearly--text {
	display: block;
}

/* - - - - - - - - - Switch Section - - - */

#pricing-switch {
	margin: 80px auto 100px;
	text-align: center;
	line-height: 1.4;
	position: relative;
	max-width: 1080px;
}

#pricing-switch .switch-label {
	display: inline-block;
	width: 200px;
	text-align: center;
	opacity: 0.4;
	font-size: 16px;
	cursor: pointer;
	padding: 0 20px;
}

#pricing-switch .switch-label .save-money {
	color: #4caf50;
	font-style: italic;
	padding-left: 8px;
}
#pricing-switch .save-money--mobile {
	color: #4caf50;
	font-style: italic;
	padding-top: 22px;
	display: none;
}

#pricing-switch .switch-label.active {
	font-size: 16px;
	opacity: 1;
}
#pricing-switch .switch-label-monthly {
	text-align: right;
}
#pricing-switch .switch-label-yearly {
	text-align: left;
}

#pricing-switch .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	vertical-align: -50%;
	margin: 0;
}

#pricing-switch .switch input {
	display: none;
}

#pricing-switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #3f9b63;
	border-radius: 34px;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

#pricing-switch .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	border-radius: 50%;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

/* #pricing-switch input:checked + .slider {
	background-color: green;
} */

#pricing-switch input:focus + .slider {
	box-shadow: 0 0 1px #2196f3;
}

#pricing-switch input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

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




/* - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - Media Queries - - - */
/* - - - - - - - - - - - - - - - - - - - */

@media (max-width: 1280px) {
	/* Tweak the card price font size */
	#pricing-container .price-card--price-text {
		font-size: 32px;
	}
	#pricing-container .price-card--price-number:before {
		top: -10px;
		font-size: 18px;
	}
}

@media (min-width: 981px) {
	/* 	always show features when not in mobile view */
	#pricing-container .price-card--features {
		display: block !important;
	}
}

@media (max-width: 980px) {
	#pricing-cards {
		display: block;
		padding: 0 24px;
	}
	#pricing-container .price-card {
		max-width: 360px;
		margin: 0 auto 48px;
	}
	#pricing-container .price-card:hover {
		transform: none;
	}
	#pricing-container .price-card-full-width {
		display: block;
	}
	#pricing-container .price-card-full-width .price-card--features--list {
		columns: 1;
	}
	#pricing-container .price-card--price {
		padding: 28px 0 0;
	}
	#pricing-container .price-card--features {
		display: none;
		margin: 26px 0 0 0;
		padding-bottom:0;
	}
	#pricing-container ul.price-card--features--list {
		max-width: 250px;
		margin: 0 auto;
	}
	#pricing-container li.price-card--features--item.features-disabled {
		display: none;
	}
	#pricing-container .price-card--mobile-features-toggle {
		display: block;
	}

	/* Pricing Switch */
	#pricing-switch {
		margin: 26px 0 52px;
	}
	#pricing-switch .switch-label {
		display: inline-block;
		width: auto;
		font-size:15px;
	}
	#pricing-switch .switch-label.active{
		font-size:16px;
	}
	#pricing-switch .switch-label .save-money {
		display: none;
	}
	#pricing-switch .save-money--mobile {
		display: block;
	}
	
	/* Elite Pricing */
	#elite-pricing-container{
		display:block;
		padding: 0 24px
	}
	#elite-pricing-sales-text{
		padding-right: 0;
		padding-bottom: 32px;
		padding-top:0;
		width:auto;
		max-width:360px;
		margin: 0 auto;
		text-align: left;
		font-size:18px;
		line-height:1.5;
	}
	#elite-pricing-card.price-card .price-card--mobile-features-toggle{
		border-top:none;
		color: #f0c328;
		display:none;
	}
	#elite-pricing-card.price-card .price-card--features{
		display:block;
	}
}


@media (max-width: 480px) {
	#pricing-container .price-card {
		max-width: 360px;
		margin: 0 auto 36px;
	}

	#pricing-switch {
		margin: 26px 0 36px;
	}

	#elite-pricing-card.price-card{
	padding: 30px 20px 10px 20px;
	}
}





.iframe-container {
  overflow: hidden;
  padding-top: 56.25%; /* 16:9*/
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}




/* ****************** */
/* Odometer Theme CSS */
/* ****************** */
/* https://raw.githubusercontent.com/HubSpot/odometer/master/themes/odometer-theme-default.css */

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
	display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme
	.odometer-digit
	.odometer-value.odometer-last-value,
.odometer.odometer-theme-default
	.odometer-digit
	.odometer-value.odometer-last-value {
	position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
	.odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
	.odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down
	.odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
	.odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
	.odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	font-family: "Helvetica Neue", sans-serif;
	line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
	text-align: center;
}

/* ************************** */
/* UPDATES TO CHANGE DURATION */
/* ************************** */

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
	.odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating
	.odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	-ms-transition: -ms-transform 0.4s;
	-o-transition: -o-transform 0.4s;
	transition: transform 0.4s;
	will-change: auto;
}





/*
---------------------------------------------
about
---------------------------------------------
*/

#about {
    padding: 100px 0px;
    position: relative;
    z-index: 9;
}

@media (max-width: 992px) {
    .features-item {
        margin-bottom: 45px;
    }
}

.features-item {
    position: relative;
    border-radius: 5px;
    padding: 60px 30px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.features-item h2 {
    z-index: -40;
    position: absolute;
    top: 246px;
    left: 136px;
    font-size: 100px;
    font-weight: 600;
    color: #fdefe9;
}

.features-item img {
    z-index: 10;
    position: relative;
    max-width: 100%;
    margin-bottom: 40px;
}

.features-item h4 {
    margin-top: 0px;
    font-size: 22px;
    color: #1e1e1e;
    margin-bottom: 25px;
    font-weight: 800;
}

.features-item .main-button {
    margin-top: 35px;
    display: inline-block;
}

.form-control{
  background:#ffff !important;
}


.shadowarea{
  border-top-left-radius: 37px 140px;
  border-top-right-radius: 23px 130px;
  border-bottom-left-radius: 110px 19px;
  border-bottom-right-radius: 120px 24px;

  display: block;
  position: relative;
  border: solid 3px #1f1fb5;
  padding: 10px 22px;
  max-width: 800px;
  width: 70%;
  font-size: 17px;
  line-height: 28px;
  transform: rotate(-1deg);
  box-shadow: 3px 15px 8px -10px rgba(0, 0, 0, 0.3);
  transition: all 0.13s ease-in;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 30px;
}

.shadowarea:hover {
  transform: translateY(-10px) rotate(1deg);
  box-shadow: 3px 15px 8px -10px rgba(0, 0, 0, 0.3);
}

.shadowarea:hover .border {
  transform: translateY(4px) rotate(-5deg);
}








/* @@@@@@@@@@@@@  Extend Property  @@@@@@@@@@@@@@ */
footer .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta,
.shop-single .review .review-nav,
.shop-single .product-details .post-content form,
.shop-product-wrap .product-list-item,
.shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-product-wrap .product-list-item .product-thumb .product-action-link,
.contact-form-wrapper .contact-form form.comment-form,
.contact-item,
.gallery-section .grid .grid-item .grid-inner .grid-content,
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item,
.comment-respond .add-comment .comment-form,
.authors,
.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .tags,
.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section,
.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .comment-form,
.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount .amount-notifications p,
.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount ul,
.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount .custom-donate,
.menu,
.header-wrapper .menu-area,
.header-wrapper,
.header-top-area .left,
.header-top-area,
.account-form .form-group .checkgroup,
.tags-social .social,
.tags-social .tags,
.paginations ul li a,
.share,
.tags,
.tags-area,
.single-quote,
.event-top,
.widget.widget-tags ul.widget-wrapper,
.service-item .lab-inner .lab-content .content-top,
.page-header .page-header-content-area ul {
    display: flex;
    flex-wrap: wrap;
}

.shop-single .review .review-content .description .post-item .post-content ul li,
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5,
.shop-single .product-details .post-content form .select-product select,
.shop-single .product-details .post-content form .select-product,
.shop-single .product-details .product-thumb .gallery-top,
.shop-menu li.menu-item-has-children>a,
.shop-product-wrap .product-item .product-thumb,
.shop-product-wrap .product-list-item .product-thumb,
.product-item .product-inner,
.gallery-section .grid .grid-item .grid-inner,
.cart-plus-minus,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select,
.post-item-2 .post-inner .post-content .meta-post p span,
.post-item-2 .post-inner .post-content .qute-content blockquote,
.post-item-2 .post-inner .post-content .more-com .text-btn,
.post-item-2 .post-inner .post-thumb,
.post-item-2 .post-inner .post-thumb-container,
.scholar-single-section .section-wrapper .section-inner,
.sermon-section .sermon-item .sermon-inner .sermon-content .sermon-content-wrapper .sermon-content-inner,
.program-single-section article .pro-single-item .pro-single-inner .pro-single-content blockquote,
.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount ul li,
.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount .custom-donate,
.program-single-section article .pro-single-item .pro-single-inner .pro-single-content,
.program-single-section article .pro-single-item .pro-single-inner .pro-single-thumb,
header.header-3,
.paginations ul li a,
.post-item .post-inner .post-content .meta-post p span,
.post-item .post-inner .post-thumb,
.scrollToTop i,
.relative,
.lab-btn,
.aside-bg,
.tri-shape-3,
.tri-shape-2,
.tri-shape-1,
.shape-4,
.shape-3,
.shape-2,
.shape-1,
.pattern-3,
.pattern-2,
.pattern-1,
.program-single article .pro-single-item .pro-single-inner .pro-single-content,
.event-top .event-top-content,
.faith-section .faith-content .faith-item .lab-inner,
.widget.widget-search .search-wrapper,
.page-header .page-header-content-area ul li a,
.page-header .page-header-content-area,
.page-header {
    position: relative;
}

.shop-single .review .review-content .description .post-item .post-content ul li::before,
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after,
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before,
.shop-single .product-details .post-content form .select-product i,
.shop-single .product-details .product-thumb .gallery-top .shop-navigation .shop-nav,
.shop-single .product-details .product-thumb .gallery-top .shop-navigation,
.shop-menu li.menu-item-has-children>a::after,
.shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-product-wrap .product-list-item .product-thumb .product-action-link,
.shop-product-wrap .product-item .product-thumb::after,
.shop-product-wrap .product-list-item .product-thumb::after,
.product-item .product-inner .product-content,
.product-item .product-inner::after,
.gallery-section .grid .grid-item .grid-inner .grid-content,
.gallery-section .grid .grid-item .grid-inner:before,
.cart-plus-minus .qtybutton,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon,
.post-item-2 .post-inner .post-content .meta-post p span::after,
.post-item-2 .post-inner .post-content .qute-content blockquote::after,
.post-item-2 .post-inner .post-content .qute-content blockquote::before,
.post-item-2 .post-inner .post-content .more-com .text-btn i,
.post-item-2 .post-inner .post-thumb .meta-date,
.post-item-2 .post-inner .post-thumb .pluse_2::after,
.post-item-2 .post-inner .post-thumb .pluse_2::before,
.post-item-2 .post-inner .post-thumb .pluse_2,
.post-item-2 .post-inner .post-thumb .play-btn,
.post-item-2 .post-inner .post-thumb-container .thumb-nav,
.program-single-section article .pro-single-item .pro-single-inner .pro-single-content blockquote::after,
.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount ul li:after,
.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount ul li:before,
.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount .custom-donate span,
.post-item .post-inner .post-content .meta-post p span::after,
.post-item .post-inner .post-thumb .meta-date,
.overlay,
.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before,
.pluse_1,
.pluse_2,
.pattern-3::after,
.pattern-2::after,
.widget.widget-search .search-wrapper button,
.page-header .page-header-content-area ul li a::after {
    position: absolute;
    content: "";
}

.shop-single .review .review-content .review-showing .content li .post-thumb,
.shop-single .product-details .product-thumb .gallery-thumbs .shop-item .shop-thumb,
.shop-single .product-details,
.shop-product-wrap .product-item .product-thumb,
.shop-product-wrap .product-list-item .product-thumb,
.cart-plus-minus,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon,
.shop-cart .section-wrapper .cart-bottom,
.comments .comment-list .comment .com-content,
.post-item-2 .post-inner .post-thumb,
.post-item-2 .post-inner .post-thumb-container,
.preloader,
.post-item .post-inner .post-thumb,
.lab-btn,
.widget.recipe-categori,
.widget.widget-instagram ul.widget-wrapper li a,
.widget.widget-post ul.widget-wrapper li .post-thumb {
    overflow: hidden;
}

.shop-single .review .review-content .review-showing .client-review .review-form form button,
.shop-single .review .review-nav li,
.shop-single .product-details .post-content form button,
.shop-single .product-details .product-thumb .gallery-top .shop-navigation .shop-nav,
.contact-form-wrapper .contact-form form.comment-form button.lab-btn,
.cart-plus-minus .qtybutton,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit],
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type=submit],
.comment-respond .add-comment .comment-form .lab-btn {
    cursor: pointer;
}

footer .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content h6 a,
.event-top .event-top-content .event-top-content-wrapper h3 a,
.event-section .event-content .event-bottom .event-item .lab-inner .lab-content h5 a,
.widget.widget-post ul.widget-wrapper li .post-content h6,
.program-item .lab-inner .lab-content h5 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sermon-section .sermon-item .sermon-inner .sermon-content .sermon-content-wrapper .sermon-content-inner .sermon-details h5 a,
.sermon-section .sermon-item .sermon-inner .sermon-content .sermon-content-wrapper .sermon-content-inner .sermon-details h5,
.service-item .lab-inner .lab-content .content-top .service-top-content h5 a,
.feature-item .lab-inner .lab-content h5 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-item .lab-inner .lab-content .content-top .service-top-thumb {
    margin-bottom: 10px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
}

body {
    background: #FFFBF9;
    color: #555555;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}



a>h1,
a>h2,
a>h3,
a>h4,
a>h5,
a>h6 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



a {
    color: #182d41;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #182d41;
    text-decoration: none;
    outline: none;
}

img {
    height: auto;
    max-width: 100%;
}


.lab-ul {
    margin: 0;
    padding-left: 0;
}

.lab-ul li {
    list-style: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1190px;
    }
}

/* @@@@@@@@@@@@@  Common CSS Writing Now  @@@@@@@@@@@@@@ */
.padding-tb {
    padding-top: 80px;
    padding-bottom: 55px;
}

@media (min-width: 992px) {
    .padding-tb {
        padding-top: 120px;
        padding-bottom: 105px;
    }
}

.padding-b {
    padding-bottom: 55px;
}

@media (min-width: 992px) {
    .padding-b {
        padding-bottom: 120px;
    }
}



/* @@@@@@@@@@@@@  Page Header Section Start Here  @@@@@@@@@@@@@@ */


/* ---==================        All Common Items Start here ================---*/
.feature-item {
    margin-bottom: 40px;
    max-width: 250px;
}

@media (min-width: 992px) {
    .feature-item {
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .feature-item {
        margin: 0 auto 40px;
        text-align: center;
    }
}

.feature-item .lab-inner .lab-thumb {
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .feature-item .lab-inner .lab-thumb {
        margin-bottom: 25px;
    }
}

.feature-item .lab-inner .lab-thumb img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-item .lab-inner .lab-content h5 {
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-item .lab-inner .lab-content p {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .feature-item .lab-inner .lab-content p {
        margin-bottom: 5px;
    }
}

.feature-item:hover .lab-inner .lab-thumb img {
    transform: scale(1.05);
}

.feature-item:hover .lab-inner .lab-content h5 {
    color: #8dc63f;
}

.service-item {
    background-color: #fff;
}

.service-item .lab-inner .lab-thumb {
    overflow: hidden;
}

.service-item .lab-inner .lab-thumb img {
    width: 100%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.service-item .lab-inner .lab-content {
    padding: 40px 0;
}

.service-item .lab-inner .lab-content .lab-content-wrapper {
    position: relative;
    padding: 0 30px;
    z-index: 2;
}

@media (min-width: 992px) {
    .service-item .lab-inner .lab-content .lab-content-wrapper {
        border-right: 1px solid #f3f3f3;
    }

    .service-item .lab-inner .lab-content .lab-content-wrapper::before,
    .service-item .lab-inner .lab-content .lab-content-wrapper::after {
        position: absolute;
        content: "";
        height: 5px;
        width: 5px;
        border-radius: 100%;
        background-color: #f7931d;
        right: -3px;
    }

    .service-item .lab-inner .lab-content .lab-content-wrapper::after {
        bottom: 0;
    }
}

@media (min-width: 1200px) {
    .service-item .lab-inner .lab-content .lab-content-wrapper {
        padding: 0 45px;
    }
}

.service-item .lab-inner .lab-content .content-top {
    flex-direction: column;
    margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .service-item .lab-inner .lab-content .content-top {
        flex-direction: column;
        align-items: flex-start;
    }
}

.service-item .lab-inner .lab-content .content-top .service-top-content span {
    color: #8dc63f;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

.service-item .lab-inner .lab-content .content-bottom a {
    text-transform: uppercase;
    margin-top: 7px;
    margin-bottom: 5px;
}

.service-item:hover .lab-inner .lab-thumb img {
    transform: scale(1.09);
}

.service-item:hover .lab-inner .lab-content .content-top .service-top-content h5 a {
    color: #8dc63f;
}

.team-item-1 {
    filter: drop-shadow(0 0 5px rgba(136, 136, 136, 0.1));
    border: none;
    margin-bottom: 24px;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

@media (min-width: 1200px) {
    .team-item-1 {
        margin-bottom: 15px;
    }
}

.team-item-1 .lab-inner {
    z-index: 3;
    position: relative;
}

.team-item-1 .lab-inner .lab-thumb {
    padding: 40px 35px 25px;
}

.team-item-1 .lab-inner .lab-thumb .card-img-top {
    border-radius: 100%;
    border: 5px solid #efefef;
}

.team-item-1 .lab-inner .lab-content a {
    margin-bottom: 5px;
}

.team-item-1 .lab-inner .lab-content a h6 {
    font-size: 20px !important;
}

.team-item-1 .lab-inner .lab-content .social-share {
    border-top: 1px solid #f2f2f2;
    padding: 10px 0;
}

.team-item-1 .lab-inner .lab-content .social-share a {
    color: #a0a0a0;
}

.team-item-1 .lab-inner .lab-content .social-share a:hover {
    color: #8dc63f;
}

.team-item-1:hover {
    transform: translateY(-7px);
    filter: drop-shadow(0 0 10px rgba(136, 136, 136, 0.3));
}

.team-item-1:hover .card-title {
    color: #8dc63f;
}

.progress-item {
    position: relative;
}

.progress-item .progress-item-status li {
    color: #182d41;
}

.progress-item .progress-item-status li span {
    font-weight: 700;
    color: #8dc63f;
}

.progress-item .progress-bar-wrapper {
    width: 100%;
    height: 10px;
    background-color: #f7f1e9;
    border-radius: 10px;
}

.progress-item .progress-bar-wrapper .progress-bar {
    background-color: #8dc63f;
    height: 10px;
    border-radius: 5px;
}

.progress-item .progress-bar-percent {
    position: absolute;
    left: 50%;
    top: -16px;
    width: 40px;
    height: 40px;
    background-color: #8dc63f;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 5px;
    border: 2px solid #fff;
    transform: translate(-50%);
}

.progress-item .progress-bar-percent::after {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    bottom: -6px;
    left: 33%;
    background-color: #8dc63f;
}

.program-item {
    filter: drop-shadow(0 0 4px rgba(136, 136, 136, 0.08));
    background-color: #fff;
}

.program-item:hover .lab-inner .lab-thumb a img {
    transform: scale(1.1);
}

.program-item .lab-inner .lab-thumb {
    position: relative;
    overflow: hidden;
}

.program-item .lab-inner .lab-thumb a {
    width: 100%;
}

.program-item .lab-inner .lab-thumb a img {
    width: 100%;
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.program-item .lab-inner .lab-thumb .lab-thumb-content {
    position: absolute;
    width: 94%;
    left: 50%;
    bottom: 10px;
    background-color: #fff;
    padding: 20px 15px;
    transform: translateX(-50%);
}

.program-item .lab-inner .lab-thumb .lab-thumb-content .progress-item {
    padding: 0 4%;
}

.program-item .lab-inner .lab-thumb .lab-thumb-content .progress-item .progress-item-status li {
    color: #182d41;
    font-size: 0.91rem;
}

.program-item .lab-inner .lab-thumb .lab-thumb-content .progress-item .progress-item-status li span {
    font-weight: 700;
    color: #8dc63f;
}

.program-item .lab-inner .lab-thumb .lab-thumb-content .progress-item .progress-bar-wrapper {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #f7f1e9;
    border-radius: 5px;
    padding: 0;
}

.program-item .lab-inner .lab-thumb .lab-thumb-content .progress-item .progress-bar-wrapper .progress-bar {
    background-color: #8dc63f;
    height: 10px;
    border-radius: 5px;
}

.program-item .lab-inner .lab-thumb .lab-thumb-content .progress-item .progress-bar-percent {
    position: absolute;
    left: 55%;
    top: -15px;
    width: 40px;
    height: 40px;
    background-color: #8dc63f;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 5px;
    border: 2px solid #fff;
    transform: translate(-55%);
}

.program-item .lab-inner .lab-thumb .lab-thumb-content .progress-item .progress-bar-percent::after {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    bottom: -6px;
    left: 33%;
    background-color: #8dc63f;
}

.program-item .lab-inner .lab-content {
    padding: 30px;
    margin-top: 6px;
}

.program-item .lab-inner .lab-content span {
    font-size: 18px !important;
    font-family: "Arvo", serif;
    color: #8dc63f;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.program-item .lab-inner .lab-content h5 {
    margin-bottom: 0;
}

.program-item .lab-inner .lab-content h5 a {
    margin-top: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.program-item:hover .lab-inner .lab-content h5 a {
    color: #8dc63f;
}

.widget {
    margin-bottom: 65px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .widget-header h5 {
    text-transform: capitalize;
    color: #182d41;
    font-weight: 700;
    position: relative;
    font-family: "Poppins", sans-serif;
    margin-bottom: 40px;
}

.widget .widget-header h5::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 4px;
    background-color: #8dc63f;
    bottom: -20px;
    border-radius: 2px;
}

.widget .widget-header h5::after {
    position: absolute;
    content: "";
    border-bottom: 5px dotted #8dc63f;
    width: 30px;
    bottom: -20px;
    left: 43px;
}

@media (max-width: 991px) {
    .widget.widget-search {
        margin-top: 65px;
    }
}

.widget.widget-search h5 {
    margin-bottom: 40px;
}

.widget.widget-search .search-wrapper input {
    height: 50px;
    padding: 13px 23px;
    line-height: 50px;
    margin-bottom: 0;
    border: none;
    width: 100%;
    outline: none;
    background-color: rgba(0, 0, 0, 0.1);
}

.widget.widget-search .search-wrapper button {
    padding: 0;
    top: 0;
    right: 0;
    line-height: 50px;
    width: 50px;
    height: 50px;
    outline: none;
    border: none;
    cursor: pointer;
    background-color: inherit;
}

.widget.widget-category .widget-wrapper li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}

.widget.widget-category .widget-wrapper li:last-child {
    border-bottom: none;
}

.widget.widget-category .widget-wrapper.list-bg-none li a span:last-child {
    background-color: transparent;
}

.widget.widget-category .widget-wrapper li {
    padding: 0;
}

.widget.widget-category .widget-wrapper li a {
    color: #182d41;
    padding: 15px 0px;
}

.widget.widget-category .widget-wrapper li a i {
    margin-right: 5px;
}

.widget.widget-category .widget-wrapper li a.active,
.widget.widget-category .widget-wrapper li a:hover {
    padding-left: 10px;
    color: #8dc63f;
}

.widget.widget-category .widget-wrapper li a.active span:last-child,
.widget.widget-category .widget-wrapper li a:hover span:last-child {
    background-color: #8dc63f;
    color: #fff;
}

.widget.widget-category .widget-wrapper li a span {
    font-weight: 500;
}

.widget.widget-category .widget-wrapper li a span:last-child {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    color: #182d41;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget.widget-archive li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}

.widget.widget-archive li:last-child {
    border-bottom: none;
}

.widget.widget-archive li a {
    color: #182d41;
    font-weight: 500;
}

.widget.widget-archive li a i {
    margin-right: 5px;
}

.widget.widget-archive li a.active,
.widget.widget-archive li a:hover {
    padding-left: 10px;
    color: #8dc63f;
}

.widget.widget-post h5 {
    margin-bottom: 40px;
}

.widget.widget-post ul.widget-wrapper {
    padding: 0;
}

.widget.widget-post ul.widget-wrapper li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}

.widget.widget-post ul.widget-wrapper li:last-child {
    border-bottom: none;
}

.widget.widget-post ul.widget-wrapper li:hover .post-thumb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.widget.widget-post ul.widget-wrapper li .post-thumb {
    width: 100px;
    height: 80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .widget.widget-post ul.widget-wrapper li .post-thumb {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }
}

.widget.widget-post ul.widget-wrapper li .post-thumb a {
    display: inline-flex;
    height: 100%;
}

.widget.widget-post ul.widget-wrapper li .post-thumb a img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget.widget-post ul.widget-wrapper li .post-content {
    width: calc(100% - 100px);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .widget.widget-post ul.widget-wrapper li .post-content {
        width: calc(100% - 80px);
    }
}

.widget.widget-post ul.widget-wrapper li .post-content h6 {
    font-size: 16px;
    line-height: 1.5;
    color: #182d41;
    margin-bottom: 2px;
}

@media (min-width: 576px) {
    .widget.widget-post ul.widget-wrapper li .post-content h6 {
        font-size: 18px;
    }
}

.widget.widget-post ul.widget-wrapper li .post-content h6:hover {
    color: #8dc63f;
}

.widget.widget-post ul.widget-wrapper li .post-content p {
    margin: 0;
}

.widget.widget-instagram {
    padding: 0;
}

.widget.widget-instagram ul.widget-wrapper {
    padding-top: 15px;
}

.widget.widget-instagram ul.widget-wrapper li {
    width: calc(100% / 3);
    padding: 0;
    border: none;
}

.widget.widget-instagram ul.widget-wrapper li:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.widget.widget-instagram ul.widget-wrapper li a {
    margin: 5px;
    display: block;
}

.widget.widget-instagram ul.widget-wrapper li a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.widget.widget-tags {
    padding: 0;
}

.widget.widget-tags ul.widget-wrapper {
    justify-content: center;
}

.widget.widget-tags ul.widget-wrapper li {
    border: none;
    padding: 0;
}

.widget.widget-tags ul.widget-wrapper li a {
    padding: 7px 13px;
    color: #555555;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 5px;
    font-size: 14px;
}

.widget.widget-tags ul.widget-wrapper li a.active,
.widget.widget-tags ul.widget-wrapper li a:hover {
    background-color: #8dc63f;
    color: #fff;
    border-color: #8dc63f;
}

.widget.widget-author {
    padding: 0;
}

.widget.widget-author .widget-wrapper .admin-thumb {
    margin-bottom: 15px;
    margin-left: 0;
}

.widget.widget-author .widget-wrapper .admin-thumb img {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.widget.widget-author .widget-wrapper .admin-content h5 {
    color: #8dc63f;
    font-weight: 500;
}

.widget.widget-author .widget-wrapper .admin-content p {
    font-size: 15px;
}

.widget.widget-author .widget-wrapper .admin-content .social-media {
    margin-bottom: 0;
}

.widget.widget-author .widget-wrapper .admin-content .social-media a {
    background: transparent;
    font-size: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #182d41;
}

.widget.widget-author .widget-wrapper .admin-content .social-media a:hover {
    box-shadow: 0 5px 10px rgba(136, 136, 136, 0.2);
}

.widget.recipe-categori {
    padding: 0;
}

.widget.recipe-categori .widget-wrapper {
    padding: 25px 15px;
}

.widget.recipe-categori .widget-wrapper .recipe-item {
    border: 1px dotted #f0f0f0;
    border-width: 1px;
    border-top: none;
    border-right: none;
    margin: 5px;
}

.widget.widget-event .widget-wrapper li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
    display: flex;
}

.widget.widget-event .widget-wrapper li:last-child {
    padding-bottom: 0;
}

.widget.widget-event .widget-wrapper li i {
    color: #8dc63f;
    margin-right: 3px;
}

.widget.widget-event .widget-wrapper li span:first-child {
    width: 50%;
}

/* ---================/    All Common Items End here   /============---*/
/* ---================/    All Common Section start here   /============---*/
.coming-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.coming-wrapper h1 {
    font-size: 40px;
}

@media (min-width: 768px) {
    .coming-wrapper h1 {
        font-size: 55px;
    }
}

.faith-section .faith-content .faith-item {
    background-color: #fff;
    filter: drop-shadow(0 0 5px rgba(136, 136, 136, 0.1));
    padding: 30px 40px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .faith-section .faith-content .faith-item {
        margin-bottom: 30px;
        padding: 30px;
    }
}

.faith-section .faith-content .faith-item .lab-inner {
    z-index: 1;
    flex-direction: column;
    text-align: center;
}

@media (min-width: 992px) {
    .faith-section .faith-content .faith-item .lab-inner {
        flex-direction: row;
        text-align: left;
    }
}

@media (max-width: 991px) {
    .faith-section .faith-content .faith-item .lab-inner .lab-thumb {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .faith-section .faith-content .faith-item .lab-inner .lab-thumb {
        margin-right: 45px;
    }
}

.faith-section .faith-content .faith-item .lab-inner .lab-thumb img {
    border-radius: 100%;
    border: 6px solid #8dc63f;
    filter: drop-shadow(0px 10px 5px rgba(43, 182, 115, 0.1));
}

.faith-section .faith-content .faith-item .lab-inner .lab-content h4 {
    margin-bottom: 15px;
}

.faith-section .faith-content .faith-item .lab-inner .lab-content h4 span {
    font-size: 24px;
    font-weight: 400;
}

.faith-section .faith-content .faith-item .lab-inner .lab-content p {
    max-width: 700px;
    font-size: 18px;
    line-height: 1.5;
}

@media (min-width: 1200px) {
    .faith-section .faith-content .faith-item .lab-inner .lab-content p {
        font-size: 24px;
        line-height: 36px;
    }
}

.faith-section .faith-content .nav .nav-item:last-child .nav-link {
    margin-right: 0;
}

.faith-section .faith-content .nav .nav-item .nav-link {
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 0 5px rgba(136, 136, 136, 0.2));
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 0;
    border-bottom: 6px solid transparent;
}

@media (max-width: 767px) {
    .faith-section .faith-content .nav .nav-item .nav-link {
        margin-bottom: 10px;
    }
}

.faith-section .faith-content .nav .nav-item .nav-link.active {
    border-color: #8dc63f;
}

.qoute-section {
    background-image: url(https://www.ummulquran.live/bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.qoute-section .qoute-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 21, 57, 0.7);
}

.qoute-section .qoute-container {
    overflow: hidden;
    padding: 20px;
}

.qoute-section .qoute-container .qoute-item .lab-inner {
    flex-direction: column;
}

@media (min-width: 992px) {
    .qoute-section .qoute-container .qoute-item .lab-inner {
        flex-direction: row;
    }
}

.qoute-section .qoute-container .qoute-item .lab-inner .lab-thumb {
    width: 130px;
    height: 130px;
    background-color: #8dc63f;
    border: 4px solid #fff;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .qoute-section .qoute-container .qoute-item .lab-inner .lab-thumb {
        margin-right: 40px;
    }
}

.qoute-section .qoute-container .qoute-item .lab-inner .lab-thumb span {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    font-family: "Arvo", serif;
}

.qoute-section .qoute-container .qoute-item .lab-inner .lab-thumb i {
    position: absolute;
    right: -10px;
    top: -25px;
    font-size: 1.5rem;
    background-color: #ffe400;
    padding: 13px;
    border-radius: 100%;
    border: 4px solid #494a56;
}

@media (min-width: 992px) {
    .qoute-section .qoute-container .qoute-item .lab-inner .lab-thumb {
        width: 200px;
        height: 200px;
    }

    .qoute-section .qoute-container .qoute-item .lab-inner .lab-thumb span {
        font-size: 1.6rem;
        line-height: 1;
    }

    .qoute-section .qoute-container .qoute-item .lab-inner .lab-thumb i {
        padding: 20px;
        right: 0;
        top: -15px;
    }
}

.qoute-section .qoute-container .qoute-item .lab-inner .lab-content {
    width: 100%;
}

@media (min-width: 992px) {
    .qoute-section .qoute-container .qoute-item .lab-inner .lab-content {
        width: calc(100% - 200px);
    }
}

.qoute-section .qoute-container .qoute-item .lab-inner .lab-content blockquote {
    font-family: "Arvo", serif;
}

@media (max-width: 991px) {
    .qoute-section .qoute-container .qoute-item .lab-inner .lab-content blockquote {
        text-align: center;
    }
}

.qoute-section .qoute-container .qoute-item .lab-inner .lab-content blockquote p {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    max-width: 730px;
}

.qoute-section .qoute-container .qoute-item .lab-inner .lab-content blockquote p span {
    color: #ffe400;
}

@media (min-width: 992px) {
    .qoute-section .qoute-container .qoute-item .lab-inner .lab-content blockquote p {
        font-size: 1.7rem;
        line-height: 1.5;
    }
}

.qoute-section .qoute-container .qoute-item .lab-inner .lab-content blockquote footer {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .event-section .event-content .event-bottom .col-12:last-child .event-item {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .event-section .event-content .event-bottom .event-item {
        margin-bottom: 24px;
    }
}

.event-section .event-content .event-bottom .event-item .lab-inner .lab-thumb {
    overflow: hidden;
}

.event-section .event-content .event-bottom .event-item .lab-inner .lab-thumb img {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
    width: 100%;
}

.event-section .event-content .event-bottom .event-item .lab-inner .lab-content {
    padding: 35px 30px;
    background-color: #fff;
    filter: drop-shadow(0 0 5px rgba(25, 46, 65, 0.1));
    border-bottom: 6px solid #2bb573;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.event-section .event-content .event-bottom .event-item .lab-inner .lab-content h5 {
    line-height: 34px;
    margin-bottom: 16px;
}

.event-section .event-content .event-bottom .event-item .lab-inner .lab-content .event-date li i {
    font-size: 16px;
}

.event-section .event-content .event-bottom .event-item .lab-inner .lab-content .event-date li span {
    font-size: 16px;
}

.event-section .event-content .event-bottom .event-item:hover .lab-thumb img {
    transform: scale(1.05);
}

.event-section .event-content .event-bottom .event-item:hover .lab-content {
    border-color: #8dc63f;
}

.event-section .event-content .event-bottom .event-item:hover .lab-content h5 a {
    color: #8dc63f;
}

.event-single-wrapper {
    background-color: #fff;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
}

.event-top {
    align-items: center;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 0 rgba(135, 135, 135, 0.1);
}

@media (max-width: 991px) {
    .event-top {
        flex-direction: column;
    }
}

.event-top .event-top-thumb {
    width: 50%;
}

@media (max-width: 991px) {
    .event-top .event-top-thumb {
        width: 100%;
        margin-bottom: 30px;
    }
}

.event-top .event-top-content {
    width: 50%;
    padding-left: 25px;
    z-index: 3;
}

@media (max-width: 991px) {
    .event-top .event-top-content {
        width: 100%;
        margin-bottom: 30px;
        padding-left: 0;
    }
}

.event-top .event-top-content .event-top-content-wrapper {
    padding: 0 20px;
}

@media (min-width: 992px) {
    .event-top .event-top-content .event-top-content-wrapper {
        padding-left: 40px;
    }
}

.event-top .event-top-content .event-top-content-wrapper h3 {
    max-width: 460px;
    font-size: 24px;
}

@media (min-width: 1200px) {
    .event-top .event-top-content .event-top-content-wrapper h3 {
        font-size: 32px;
    }
}

.event-top .event-top-content .event-top-content-wrapper h3 a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.event-top .event-top-content .event-top-content-wrapper h3 a:hover {
    color: #8dc63f;
}

@media (max-width: 991px) {
    .event-top .event-top-content .event-top-content-wrapper .date-count-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .event-top .event-top-content .event-top-content-wrapper .event-count {
        margin-top: 0;
    }
}

.event-top.event-top-2 {
    flex-direction: column;
}

.event-top.event-top-2 .event-top-thumb {
    width: 100%;
}

.event-top.event-top-2 .event-top-thumb img {
    width: 100%;
}

.event-top.event-top-2 .event-top-content {
    width: 100%;
    padding: 30px;
}

.event-top.event-top-2 .event-top-content .event-top-content-wrapper {
    max-width: 100%;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.event-count {
    display: flex;
    margin-top: 30px;
}

.event-count li {
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 10px 5px rgba(136, 136, 136, 0.2));
    border: 2px solid #8dc63f;
    background-color: #fff;
    margin-right: 10px;
}

.event-count li:last-child {
    margin-right: 0;
}

.event-count li span {
    font-size: 24px;
    font-weight: 700;
    color: #8dc63f;
    line-height: 18px;
}

.event-count li div {
    font-size: 14px;
    color: #8dc63f;
    line-height: 18px;
}

@media (max-width: 767px) {
    .event-date {
        margin-bottom: 20px;
    }
}

.event-date li {
    margin-bottom: 7px;
}

.event-date li:last-child {
    margin-bottom: 0;
}

.event-date li i {
    color: #8dc63f;
    font-size: 18px;
}

.event-date li span {
    font-size: 18px;
}

/* program single section start here*/
.program-single article .pro-single-item .pro-single-inner .pro-single-thumb img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.program-single article .pro-single-item .pro-single-inner .pro-single-content {
    margin: -50px 15px 0;
    z-index: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* ---================/    All Common Section end here   /============---*/
/*Common classes start*/
.pattern-1::after {
    position: absolute;
    content: "";
    background-image: url(https://www.ummulquran.live/pattern-1.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: -1;
}

.pattern-2::after {
    background-image: url(https://www.ummulquran.live/pattern-2.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.3;
}

.pattern-3::after {
    background-image: url(../images/shape/pattern-3.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.2;
}

@media (min-width: 1200px) {
    .shape-1::after {
        position: absolute;
        background-image: url(https://www.ummulquran.live/01.png);
        background-repeat: no-repeat;
        z-index: -3;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        content: "";
    }
}

@media (min-width: 1200px) {
    .shape-2::after {
        position: absolute;
        background-image: url(https://www.ummulquran.live/02.png);
        background-repeat: no-repeat;
        background-position: top right;
        z-index: -3;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        content: "";
    }
}

@media (min-width: 1200px) {
    .shape-3::after {
        position: absolute;
        background-image: url(https://www.ummulquran.live/03.png);
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: contain;
        z-index: -3;
        height: 100%;
        width: 70%;
        bottom: 0;
        left: 0;
        content: "";
    }
}

@media (min-width: 1200px) {
    .shape-4::before {
        position: absolute;
        background-image: url(https://www.ummulquran.live/03.png);
        background-repeat: no-repeat;
        background-position: bottom left;
        z-index: -3;
        height: 100%;
        width: 70%;
        bottom: 0;
        left: 0;
        content: "";
    }

    .shape-4::after {
        position: absolute;
        background-image: url(https://www.ummulquran.live/05.png);
        background-repeat: no-repeat;
        background-position: top;
        z-index: -3;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        content: "";
    }
}

@media (min-width: 1200px) {
    .tri-shape-1::before {
        position: absolute;
        background-image: url(https://www.ummulquran.live/04.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        z-index: -3;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        content: "";
    }
}

@media (min-width: 1200px) {
    .tri-shape-2::before {
        position: absolute;
        background-image: url(https://www.ummulquran.live/06.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        z-index: -3;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        content: "";
    }
}

@media (min-width: 1200px) {
    .tri-shape-3::after {
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 90px 110px 90px;
        border-color: transparent transparent #8dc63f transparent;
        z-index: 1;
        bottom: 0;
        left: 0;
        content: "";
    }

    .tri-shape-3::before {
        position: absolute;
        background-image: url(https://www.ummulquran.live/06.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        z-index: 1;
        height: 25%;
        width: 100%;
        bottom: 0;
        right: 0;
        content: "";
    }
}

.bg-ash {
    background-color: #f7f1e9;
}

.bg-theme {
    background-color: #8dc63f !important;
}

.mb-30 {
    margin-bottom: 30px;
}

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

.pb-15 {
    padding-bottom: 15px;
}

@media (min-width: 992px) {
    .lab-aside {
        padding-left: 30px;
    }
}

.h7 {
    font-weight: 700;
    font-size: 18px;
    color: #182d41;
    display: block;
}

@media (min-width: 992px) {
    .aside-bg:after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: 35%;
        height: 100%;
        z-index: -1;
        background-color: #f7f1e9;
    }
}

@media (min-width: 992px) {
    .aside-bg:after {
        width: 35%;
    }
}

@media (min-width: 1440px) {
    .aside-bg:after {
        width: 39%;
    }
}

.single-quote {
    background: #8dc63f;
    color: #fff;
    padding: 25px 15px 20px;
    position: relative;
}

.single-quote::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/quote.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 15px;
}

.single-quote .quotes {
    width: 100%;
}

@media (min-width: 768px) {
    .single-quote .quotes {
        font-size: 18px;
        line-height: 30px;
    }
}

@media screen and (min-width: 550px) {
    .single-quote {
        padding: 35px 30px 30px;
    }

    .single-quote .quotes {
        width: calc(100% - 50px);
        padding-left: 15px;
    }
}

.single-quote span {
    margin-left: auto;
    display: block;
    text-align: right;
}

.blog-quote {
    background: #2bb573;
    margin: 0;
    padding: 60px 40px 50px;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

.blog-quote::before {
    content: "";
    display: block;
    width: 84px;
    height: 60px;
    background: url(../images/qoute2.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto 30px;
}

.blog-quote .quotes {
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    font-style: italic;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 767px) {
    .blog-quote {
        padding: 50px 30px 40px;
    }

    .blog-quote .quotes {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 575px) {
    .blog-quote {
        padding: 30px 20px 25px;
    }

    .blog-quote::before {
        height: 45px;
        margin-bottom: 15px;
    }

    .blog-quote .quotes {
        font-size: 16px;
        line-height: 28px;
    }
}

.tags-area {
    justify-content: center;
    border-top: 1px solid #f6f9fb;
    padding: 25px 10px;
}

@media (min-width: 1200px) {
    .tags-area {
        justify-content: space-between;
    }
}

@media (min-width: 576px) {
    .tags-area {
        padding: 25px 0;
    }
}

.tags {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .tags {
        margin-bottom: 0;
    }
}

.tags li {
    padding: 5px;
}

.tags li a {
    border: 1px solid #f6f9fb;
    color: #182d41;
    line-height: 40px;
    padding: 0 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tags li a:hover,
.tags li a.active {
    background: #8dc63f;
    color: #fff;
    border-color: #8dc63f;
}

.share li {
    padding: 5px;
    cursor: pointer;
}

.share li:hover a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.share li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #8dc63f;
    color: #fff;
    -webkit-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.share li a.facebook {
    background: #3b5998;
}

.share li a.twitter {
    background: #55acee;
}

.share li a.instagram {
    background: #e4405f;
}

.share li a.google {
    background: #dd4b39;
}

.share li a.linkedin {
    background: #007bb5;
}

.share li a.vimeo {
    background: #3b5998;
}

.share li a.pinterest {
    background: #bd081c;
}

.share li a.behance {
    background: #1769ff;
}

.share li a.dribble {
    background: #ea4c89;
}

/*Common classes end*/
.img-transition .lab-thumb {
    overflow: hidden;
}

.img-transition .lab-thumb img {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.img-transition .lab-thumb img:hover {
    transform: scale(1.08);
}

.error-thumb img {
    filter: hue-rotate(60deg);
}

.social-share a {
    color: #a0a0a0;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.social-share a:hover {
    transform: scale(1.05);
}

.social-share a:hover.twitter {
    color: #55acee;
}

.social-share a:hover.behance {
    color: #1769ff;
}

.social-share a:hover.instagram {
    color: #e4405f;
}

.social-share a:hover.vimeo {
    color: #3b5998;
}

.social-share a:hover.linkedin {
    color: #007bb5;
}

.social-share a:hover.facebook {
    color: #3b5998;
}

.lab-btn {
    display: inline-block;
    padding: 13px 32px;
    background: #8dc63f;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.lab-btn span {
    color: #fff;
    background-color: rgba(141, 198, 63, 0.7);
}

.lab-btn:hover {
    -webkit-transform: translateY(-2px) !important;
    -ms-transform: translateY(-2px) !important;
    transform: translateY(-2px) !important;
    filter: drop-shadow(0px 10px 5px rgba(141, 198, 63, 0.2));
    color: #fff;
}

.text-btn {
    color: #8dc63f;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.text-btn:hover {
    transform: translateX(5px);
}

.bg-img {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.scrollToTop {
    position: fixed;
    bottom: -30%;
    right: 5%;
    z-index: 9;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #8dc63f;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    animation: lab_top_up 5s linear infinite;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #2bb573;
    z-index: 1;
}

.scrollToTop i {
    color: #fff;
    z-index: 1;
}

@keyframes lab_top_up {
    0% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-15px);
    }
}

.pluse_1,
.pluse_2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(141, 198, 63, 0.1);
}

.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before {
    background: #8dc63f;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.pluse_1::after,
.pluse_2::after {
    width: 30px;
    height: 30px;
    background: transparent;
    margin-left: -15px;
    margin-top: -15px;
}

.pluse_1:before,
.pluse_2:before {
    width: 40px;
    height: 40px;
}

.pluse_1 {
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
}

.pluse_2::before {
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    margin-left: 0;
    margin-top: 0;
}

@keyframes pluse_animate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

.rating {
    font-size: 12px;
}

.rating a {
    color: #8dc63f;
}

.rating a:hover svg {
    transform: scale(1.4);
}

.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 2, 65, 0.5);
}

.post-item .post-inner {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);
    margin-bottom: 25px;
}

.post-item .post-inner:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}

.post-item .post-inner:hover .post-thumb a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.post-item .post-inner .post-thumb a {
    display: block;
}

.post-item .post-inner .post-thumb a img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-item .post-inner .post-thumb .meta-date {
    top: 10px;
    left: 10px;
}

.post-item .post-inner .post-thumb .meta-date .md-pre {
    padding: 8px 20px;
    background: #8dc63f;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.post-item .post-inner .post-thumb .meta-date .md-pre h5,
.post-item .post-inner .post-thumb .meta-date .md-pre p {
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
}

.post-item .post-inner .post-thumb .meta-date .md-pre h5 {
    margin-bottom: 5px;
}

.post-item .post-inner .post-thumb .meta-date .md-pre p {
    font-size: 15px;
}

.post-item .post-inner .post-content {
    padding: 30px 20px;
    background: #fff;
    text-align: center;
}

.post-item .post-inner .post-content .meta-post p span {
    display: inline-block;
    padding-right: 15px;
}

.post-item .post-inner .post-content .meta-post p span::after {
    width: 1px;
    height: 12px;
    right: 4px;
    top: 50%;
    background: #dddcdc;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post-item .post-inner .post-content .meta-post p span:last-child {
    padding-right: 0;
}

.post-item .post-inner .post-content .meta-post p span:last-child::after {
    display: none;
}

.post-item .post-inner .post-content .meta-post p span a {
    padding-left: 5px;
    font-weight: 500;
}

.post-item .post-inner .post-content .meta-post p span a:hover {
    color: #8dc63f;
}

.post-item .post-inner .post-content h5 {
    margin-bottom: 15px;
}

.post-item .post-inner .post-content h5:hover {
    color: #8dc63f;
}

.post-item .post-inner .post-content .text-btn a {
    color: #8dc63f;
    font-weight: 700;
    font-size: 15px;
}

.social-media {
    margin-bottom: 20px;
}

.social-media.social-color a {
    color: #182d41;
}

.social-media.social-color a.facebook {
    color: #3b5998;
}

.social-media.social-color a.twitter {
    color: #55acee;
}

.social-media.social-color a.linkedin {
    color: #007bb5;
}

.social-media.social-color a.instagram {
    color: #e4405f;
}

.social-media.social-color a.pinterest {
    color: #bd081c;
}

.social-media a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    color: #fff;
    font-size: 22px;
    margin-bottom: 4px;
    text-align: center;
}

.social-media a:hover {
    border-radius: 100%;
    transform: translateY(-5px);
    box-shadow: 0 5px 10px rgba(136, 136, 136, 0.2);
}

.paginations {
    margin: 40px 0;
}

@media (min-width: 992px) {
    .paginations {
        margin-bottom: 10px;
    }
}

.paginations ul li {
    padding: 5px;
}

.paginations ul li a {
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 3px 4px rgba(10, 31, 68, 0.1);
    color: #8dc63f;
    font-weight: 700;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.paginations ul li a.active,
.paginations ul li a:hover {
    color: #fff;
    background: #8dc63f;
}

.paginations ul li a.dot {
    color: #8dc63f;
    font-weight: 700;
}

.paginations ul li a.dot:hover {
    color: #fff;
}

.tags-social .tags {
    align-items: center;
}

.tags-social .tags span {
    display: inline-block;
    color: #555555;
    padding-right: 10px;
}

.tags-social .tags ul li {
    display: inline-block;
    padding-right: 10px;
}

.tags-social .tags ul li:last-child {
    padding-right: 0;
}

.tags-social .tags ul li a {
    color: #555555;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tags-social .tags ul li a:hover {
    color: #8dc63f;
}

.tags-social .social {
    align-items: center;
}

@media (min-width: 992px) {
    .tags-social .social {
        justify-content: flex-end;
    }
}

.tags-social .social span {
    font-weight: 500;
    padding-right: 10px;
}

.tags-social .social .social-media {
    margin-bottom: 0;
}

.tags-social .social .social-media a {
    color: #182d41;
    font-size: 16px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #8dc63f;
}

.preloader .preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .preloader-inner .preloader-icon {
    width: 72px;
    height: 72px;
    display: inline-block;
    padding: 0px;
}

.preloader .preloader-inner .preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background: #fff;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
}

.preloader .preloader-inner .preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes price-ani {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0.1;
    }
}

@keyframes circle {
    0% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(450deg);
    }
}

/*Account Section Starts Here*/
.account-wrapper {
    border-radius: 8px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 60px 80px;
    text-align: center;
    max-width: 545px;
    margin: 0 auto 15px;
}

.account-wrapper .title {
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .account-wrapper {
        padding: 50px 40px;
    }
}

@media screen and (max-width: 499px) {
    .account-wrapper {
        padding: 40px 15px;
    }
}

.account-wrapper .cate {
    font-style: normal;
}

.account-wrapper .cate a {
    font-weight: 600;
}

.account-wrapper .cate a:hover {
    color: #8dc63f;
}

.account-bottom .subtitle {
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .account-bottom .subtitle {
        font-size: 20px;
    }
}

.account-form .form-group {
    margin-bottom: 15px;
}

.account-form .form-group input {
    border-style: solid;
    width: 100%;
    border-width: 1px;
    border-color: #f0f0f0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    padding: 10px 15px;
}

.account-form .form-group .checkgroup {
    flex-wrap: nowrap;
    align-items: center;
}

.account-form .form-group .checkgroup input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-right: 15px;
}

@media (max-width: 575px) {
    .account-form .form-group .checkgroup input[type=checkbox] {
        width: 14px;
        height: 14px;
        margin-right: 8px;
    }
}

.account-form .form-group .checkgroup label {
    margin: 0;
    color: #182d41;
}

@media (max-width: 575px) {
    .account-form .form-group .checkgroup label {
        font-size: 14px;
    }
}

.account-form .form-group a {
    color: #182d41;
    text-decoration: underline;
}

@media (max-width: 575px) {
    .account-form .form-group a {
        font-size: 14px;
    }
}

.account-form .form-group a:hover {
    color: #8dc63f;
}

.account-form .form-group button {
    margin-top: 34px;
    width: 100%;
    box-shadow: none;
    border: none;
}

@media (max-width: 575px) {
    .account-form .form-group button {
        margin-top: 24px;
    }
}

.or {
    display: block;
    margin: 24px auto 40px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #8dc63f;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

.or span {
    position: relative;
    z-index: 1;
}

.or::before,
.or::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    background: #8dc63f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(141, 198, 63, 0.3);
    width: 100%;
    height: 100%;
    animation: pulse 2s linear infinite;
    -webkit-animation: pulse 2s linear infinite;
    -moz-animation: pulse 2s linear infinite;
    opacity: 0;
}

.or::before {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    90% {
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%) scale(1.8);
        -ms-transform: translate(-50%, -50%) scale(1.8);
        transform: translate(-50%, -50%) scale(1.8);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        -ms-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@keyframes floating {
    0% {
        transform: translate(0, -10px);
    }

    50% {
        transform: translate(0, 10px);
    }

    100% {
        transform: translate(0, -10px);
    }
}

/*Header Section Starts Here*/
header {
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #2bb573;
}

@media (min-width: 1200px) {
    header::before {
        clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 76% 0%);
        background-color: #fff;
        content: "";
        width: 34%;
        height: 100%;
        position: absolute;
    }
}

@media (min-width: 1440px) {
    header::before {
        width: 35%;
        clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 78% 0%);
    }
}

@media (min-width: 1600px) {
    header::before {
        width: 39%;
        clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 87% 0%);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .mobile-menu-wrapper {
        justify-content: center !important;
    }
}

.header-title {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.header-title h5 {
    color: #8dc63f;
    text-transform: uppercase;
    font-weight: 600;
}



.header-title h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom:20px;
}


header .header-bar span {
    background-color: #182d41;
}

header .ellepsis-bar i {
    color: #182d41;
    cursor: pointer;
}

header.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    animation: fadeInDown 0.5s;
    -webkit-animation: fadeInDown 0.5s;
    -moz-animation: fadeInDown 0.5s;
    box-shadow: 0 0 10px rgba(24, 45, 65, 0.1);
    border-bottom: 1px solid #f0f0f0;
}

@media (min-width: 992px) {
    header.header-fixed {
        top: -46px;
    }
}

@media (min-width: 1200px) {
    header.header-fixed {
        top: -50px;
    }
}

header.header-3 {
    border-bottom: none;
    background: #2bb573;
}

@media (max-width: 1199px) {
    header.header-3 {
        background-color: #fff;
    }
}

@media (min-width: 992px) {
    header.header-3 * {
        position: relative;
        z-index: 1;
    }
}

header.header-3.header-fixed {
    top: 0;
}

header.header-3.header-fixed::before {
    height: 88px;
}

header.header-3.header-fixed .header-top {
    display: none;
}

header.header-3 .logo a img {
    width: 100%;
}

@media (max-width: 991px) {

    header.header-3 .header-top-area .social-icons,
    header.header-3 .header-top-area .left {
        border-color: #e5e5e547;
    }
}

header.header-3 .header-top-area .social-icons li,
header.header-3 .header-top-area .left li {
    color: #fff;
    border-color: #e5e5e547;
}

@media (max-width: 1199px) {

    header.header-3 .header-top-area .social-icons li,
    header.header-3 .header-top-area .left li {
        color: #182d41;
    }
}

header.header-3 .header-top-area .social-icons li:first-child,
header.header-3 .header-top-area .left li:first-child {
    border-color: #e5e5e547;
}

header.header-3 .header-bottom {
    background: #8dc63f;
}

@media (min-width: 1200px) {
    header.header-3 .header-bottom {
        margin: 0 0 30px;
        padding: 3px;
    }
}

header.header-3.header-fixed .header-bottom {
    margin: 10px 0 10px;
}

@media (max-width: 1199px) {
    header.header-3 .logo {
        text-align: center;
        padding: 15px 0;
    }
}

header.header-3 .header-top {
    background: transparent;
}

@media (max-width: 991px) {
    header.header-3 .header-bottom {
        background: transparent;
    }
}

.header-top {
    background: #8dc63f;
}

@media (max-width: 991px) {
    .header-top {
        display: none;
    }
}

.header-top-area {
    justify-content: space-between;
    align-items: center;
}

.header-top-area .social-icons {
    margin: 0;
}

.header-top-area .social-icons li {
    padding: 0;
    border-right: 1px solid #d86d64;
}

.header-top-area .social-icons li a {
    height: 50px;
    line-height: 50px;
    width: 50px;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    color: #fff;
}

@media (max-width: 1199px) {
    .header-top-area .social-icons li a {
        color: #182d41;
    }
}

.header-top-area .social-icons li:first-child {
    border-left: 1px solid #d86d64;
}

.header-top-area .left li {
    padding: 11px 20px;
    border-right: 1px solid #d86d64;
}

.header-top-area .left li:last-child {
    border-right: none;
}

.header-top-area .left li i {
    margin-right: 5px;
}

@media (max-width: 1199px) {
    .header-top-area .left li {
        font-size: 14px;
        padding: 9px 15px;
    }

    .header-top-area .social-icons li a {
        height: 46px;
        line-height: 46px;
        width: 46px;
    }
}

@media (max-width: 991px) {
    .header-top-area .left {
        width: 100%;
        text-align: center;
        justify-content: center;
        margin: 0;
        border: 1px solid #d86d64;
    }

    .header-top-area .left li {
        flex-grow: 1;
        border-top: 1px solid #d86d64;
        border-right: none;
    }

    .header-top-area .left li:first-child {
        border-top: none;
    }

    .header-top-area .social-icons {
        width: 100%;
        text-align: center;
        justify-content: center;
        margin: 0;
        border-bottom: 1px solid #d86d64;
    }

    .header-top-area .social-icons li {
        flex-grow: 1;
    }
}

.header-bottom {
    background: #fff;
    position: relative;
}

.header-wrapper {
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 576px) {
    .header-wrapper {
        position: relative;
    }
}

.header-wrapper .logo a {
    display: block;
}

.header-wrapper .logo a img {
    max-width: 100%;
}

@media (max-width: 575px) {
    .header-wrapper .logo {
        width: 160px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header-wrapper .logo {
        width: 200px;
    }
}

.header-wrapper .menu-area {
    align-items: center;
}

.header-wrapper .menu-area .ellepsis-bar {
    font-size: 20px;
    margin-left: 30px;
    color: #fff;
}

.header-wrapper .menu-area .ellepsis-bar i {
    cursor: pointer;
}

@media (max-width: 575px) {
    .header-wrapper .menu-area .ellepsis-bar {
        margin-left: 10px;
    }
}

.menu>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    text-transform: uppercase;
}

.menu>li>a i {
    margin-right: 5px;
}

@media (min-width: 992px) {
    .menu li {
        position: relative;
    }

    .menu li .submenu {
        position: absolute;
        top: calc(100%);
        left: 0;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        z-index: 9;
        background: #ffffff;
        width: 220px;
        padding: 0;
        -webkit-transform: translateY(35px);
        -ms-transform: translateY(35px);
        transform: translateY(35px);
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    }

    .menu li .submenu li {
        padding: 0;
    }

    .menu li .submenu li a {
        padding: 10px 20px;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        color: #182d41;
        font-weight: 500;
        border-bottom: 1px solid #f0f0f0;
    }

    .menu li .submenu li a:hover,
    .menu li .submenu li a.active {
        background: #8dc63f;
        padding-left: 22px;
        color: #fff;
    }

    .menu li .submenu li:last-child a {
        border-bottom: none;
    }

    .menu li .submenu li .submenu {
        left: 100%;
        top: 0;
    }

    .menu li:hover>.submenu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .menu li a {
        padding: 10px 12px;
    }
}

@media (max-width: 991px) {
    .menu {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        overflow: auto;
        max-height: 400px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        transform-origin: top;
    }

    .menu li {
        width: 100%;
        padding: 0;
    }

    .menu li a {
        display: block;
        padding: 10px 25px;
        font-size: 15px;
        font-weight: 700;
        text-transform: capitalize;
        border-top: 1px solid #e5e5e5;
        color: #182d41;
    }

    .menu li a:hover {
        background: rgba(141, 198, 63, 0.4);
    }

    .menu li .submenu {
        padding-left: 20px;
        display: none;
    }

    .menu li .submenu li {
        width: 100%;
    }

    .menu li .submenu li a {
        font-size: 14px;
        display: flex;
        justify-content: space-between;
    }

    .menu.active {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.header-bar {
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 20px;
}

.header-bar span {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    left: 0;
}

.header-bar span:first-child {
    top: 0;
}

.header-bar span:nth-child(2) {
    top: 52%;
    transform: translateY(-65%);
}

.header-bar span:last-child {
    bottom: 0;
}

.header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 9px);
    -ms-transform: rotate(45deg) translate(3px, 9px);
    transform: rotate(45deg) translate(3px, 9px);
}

.header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -9px);
    -ms-transform: rotate(-45deg) translate(3px, -9px);
    transform: rotate(-45deg) translate(3px, -9px);
}

@media (max-width: 575px) {
    .header-bar {
        width: 15px;
        height: 16px;
    }

    .header-bar span {
        height: 2px;
        width: 20px;
    }

    .header-bar.active span:first-child {
        -webkit-transform: rotate(45deg) translate(4px, 6px);
        -ms-transform: rotate(45deg) translate(4px, 6px);
        transform: rotate(45deg) translate(4px, 6px);
    }

    .header-bar.active span:nth-child(2) {
        opacity: 0;
    }

    .header-bar.active span:last-child {
        -webkit-transform: rotate(-45deg) translate(4px, -6px);
        -ms-transform: rotate(-45deg) translate(4px, -6px);
        transform: rotate(-45deg) translate(4px, -6px);
    }
}

.menu-item-has-children>a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "";
    margin-left: 5px;
}

.prayer-time .prayer-time-btn {
    color: #8dc63f;
    background-color: #fff;
    font-weight: 700;
    line-height: 3.75;
    padding: 0 16px;
    text-transform: uppercase;
    transform: translate(-10px, 10px);
}

@media (max-width: 1199px) {
    .prayer-time .prayer-time-btn {
        box-shadow: 0 0 5px 0px rgba(211, 211, 211, 0.493);
    }
}

/*Banner section css start here*/
.banner-section {
    background-image: linear-gradient(0deg, #8dc53f 0%, rgba(141, 197, 63, 0) 100%);
    padding: 110px 0;
}

.banner-section .banner-item .banner-inner .banner-thumb img {
    animation: floating 8s infinite alternate linear;
}

@media (max-width: 575px) {
    .banner-section .banner-item .banner-inner .banner-content {
        margin-top: 25px;
    }
}

@media (min-width: 576px) {
    .banner-section .banner-item .banner-inner .banner-content {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .banner-section .banner-item .banner-inner .banner-content {
        margin-top: 0;
    }
}

.banner-section .banner-item .banner-inner .banner-content h1 {
    font-size: 33px;
    line-height: 1.3;
}

@media (min-width: 992px) {
    .banner-section .banner-item .banner-inner .banner-content h1 {
        font-size: 45px;
    }
}

@media (min-width: 1200px) {
    .banner-section .banner-item .banner-inner .banner-content h1 {
        font-size: 56px;
    }
}

.banner-section .banner-item .banner-inner .banner-content h1 span {
    font-weight: 100;
    max-width: 300px;
}

.banner-section .banner-item .banner-inner .banner-content p {
    max-width: 555px;
    font-size: 20px;
    line-height: 1.5;
}

.banner-section .banner-item .banner-inner .banner-content a {
    background-color: #2bb573;
    margin-bottom: 15px;
}

.banner-section .banner-item .banner-inner .banner-content a:hover {
    filter: drop-shadow(0px 10px 5px rgba(43, 181, 115, 0.2));
}

/*Banner section css end here*/
/*About section css start here*/
.about-section {
    overflow: hidden;
}

.about-section .lab-item .lab-inner .lab-thumb .img-grp {
    position: relative;
    background-image: url(https://www.ummulquran.live/about01.png);
    background-size: cover;
    width: 290px;
    height: 290px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .about-section .lab-item .lab-inner .lab-thumb .img-grp {
        width: 450px;
        height: 450px;
    }
}

@media (min-width: 1200px) {
    .about-section .lab-item .lab-inner .lab-thumb .img-grp {
        width: 550px;
        height: 550px;
    }
}

.about-section .lab-item .lab-inner .lab-thumb .img-grp .about-fg-img {
    position: absolute;
    z-index: 1;
    right: 37px;
    top: -51px;
}

@media (min-width: 768px) {
    .about-section .lab-item .lab-inner .lab-thumb .img-grp .about-fg-img {
        right: 57px;
        top: -79px;
    }
}

@media (min-width: 1200px) {
    .about-section .lab-item .lab-inner .lab-thumb .img-grp .about-fg-img {
        right: 75px;
        top: -33px;
    }
}

.about-section .lab-item .lab-inner .lab-thumb .img-grp .about-fg-img img {
    width: 100%;
}

.about-section .lab-item .lab-inner .lab-thumb .img-grp .about-img-wrapper {
    border: 2px solid #2bb573;
    border-radius: 100%;
}

.about-section .lab-item .lab-inner .lab-thumb .img-grp .about-circle,
.about-section .lab-item .lab-inner .lab-thumb .img-grp .about-circle-2 {
    display: block;
    box-shadow: 0px 0px 20px 0px rgba(0, 255, 106, 0.3);
    background: green;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
}

@media (min-width: 768px) {

    .about-section .lab-item .lab-inner .lab-thumb .img-grp .about-circle,
    .about-section .lab-item .lab-inner .lab-thumb .img-grp .about-circle-2 {
        width: 40px;
        height: 40px;
    }
}

.about-section .lab-item .lab-inner .lab-thumb .img-grp .about-circle-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    animation: circle 15s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}

.about-section .lab-item .lab-inner .lab-thumb .img-grp .about-circle-wrapper .about-circle {
    bottom: -15px;
    left: 50%;
    background-image: linear-gradient(to bottom, #8dc53f, #76c14e, #5ebd5b, #46b868, #29b373);
}

.about-section .lab-item .lab-inner .lab-thumb .img-grp .about-circle-wrapper .about-circle-2 {
    top: -16px;
    right: 50%;
    background-image: linear-gradient(to top, #8dc53f, #76c14e, #5ebd5b, #46b868, #29b373);
}

.about-section .lab-item .lab-inner .lab-content {
    margin-bottom: 80px;
}

/*About section css end here*/
.service-section .service-wrapper {
    filter: drop-shadow(0px 10px 5px rgba(136, 136, 136, 0.1));
}

.service-section .service-wrapper .col-12:nth-child(3n+3) .lab-content-wrapper {
    border: none;
}

.service-section .service-wrapper .col-12:nth-child(3n+3) .lab-content-wrapper:after,
.service-section .service-wrapper .col-12:nth-child(3n+3) .lab-content-wrapper:before {
    display: none;
}

/*Program section css start here*/
.program-section .header-title {
    max-width: 750px;
    margin-bottom: 80px;
}

.program-section .header-title h2 {
    color: #fff;
}

.program-section .progress-item {
    padding: 0 3%;
}

@media (min-width: 992px) {
    .program-section .progress-item {
        padding: 0 10%;
    }
}

.program-section .progress-item .progress-item-status li {
    color: #fff;
    font-size: 20px;
    margin-top: 12px;
}

.program-section .progress-item .progress-item-status li span {
    color: #fff;
}

.program-section .progress-item .progress-bar-wrapper {
    height: 20px;
    border-radius: 10px;
    padding: 3px;
}

.program-section .progress-item .progress-bar-wrapper .progress-bar {
    height: 14px;
    border-radius: 7px;
}

.program-section .progress-item .progress-bar-percent {
    top: -60px;
}

.upcoming-programs {
    margin-top: -30px;
    position: relative;
}

@media (min-width: 1200px) {
    .upcoming-programs {
        margin-top: -65px;
    }

    .upcoming-programs * {
        z-index: 1;
        position: relative;
    }

    .upcoming-programs::after {
        position: absolute;
        content: "";
        width: 70%;
        height: 76%;
        top: 0;
        right: 0;
        background-color: #f7f1e9;
    }
}

.upcoming-programs .donation-part {
    background-image: url(../images/program/01.jpg);
    padding: 65px 20px;
}

@media (min-width: 1200px) {
    .upcoming-programs .donation-part {
        padding: 65px 20px 210px;
    }
}

.upcoming-programs .donation-part .donation-content h5 {
    text-transform: uppercase;
}

.upcoming-programs .donation-part .donation-content h2 {
    margin-bottom: 30px;
}

.upcoming-programs .donation-part .donation-content p {
    margin-top: 10px;
    margin-bottom: 40px;
}

.upcoming-programs .donation-part .donation-content .lab-btn {
    padding: 17px 24px;
    border-radius: 2px;
}

.upcoming-programs .programs-item-part .program-desc {
    padding-top: 30px;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .upcoming-programs .programs-item-part .program-desc {
        padding-top: 60px;
    }
}

.upcoming-programs .programs-item-part .program-desc p {
    font-size: 18px;
    max-width: 100%;
}

@media (min-width: 992px) {
    .upcoming-programs .programs-item-part .program-desc p {
        max-width: 70%;
    }
}

.upcoming-programs .programs-item-part .program-desc ul {
    display: none;
}

@media (min-width: 992px) {
    .upcoming-programs .programs-item-part .program-desc ul {
        max-width: 30%;
        display: flex;
    }

    .upcoming-programs .programs-item-part .program-desc ul li a {
        background-color: #182d41;
        color: #fff;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin-left: 10px;
        font-size: 18px;
        border-radius: 2px;
    }

    .upcoming-programs .programs-item-part .program-desc ul li a:hover {
        background-color: #8dc63f;
    }
}

.upcoming-programs .programs-item-part .program-item-container {
    overflow: hidden;
}

/*Program section css end here*/
/*Events section start */
.event-section .event-content .event-top .event-top-thumb {
    filter: drop-shadow(0px 10px 5px rgba(24, 45, 65, 0.1));
}

@media (min-width: 992px) {
    .event-section .event-content .event-top .event-top-thumb {
        transform: translate(25px, -25px);
    }
}

.event-section .event-content .event-top .event-top-thumb img {
    width: 100%;
}

/*Events section end */
@media (max-width: 1199px) {
    .program-single-section.aside-bg::after {
        display: none;
    }
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-thumb img {
    width: 100%;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content {
    padding: 30px;
    margin: -50px 10px 0 10px;
    z-index: 1;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .progress-item {
    margin-top: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .progress-item .progress-item-status {
    padding: 1rem 0;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .progress-item .progress-item-status li {
    font-size: 24px;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .progress-item .progress-bar-wrapper {
    height: 20px;
    padding: 3px;
    border-radius: 10px;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .progress-item .progress-bar-wrapper .progress-bar {
    height: 14px;
    border-radius: 7px;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .progress-item .progress-bar-percent {
    top: -55px;
    width: 45px !important;
    height: 45px;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .progress-item .progress-bar-percent::after {
    bottom: -5px;
    left: 37%;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount {
    margin-bottom: 10px;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount .custom-donate {
    margin-bottom: 20px;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount .custom-donate span {
    display: inline-block;
    top: 0;
    left: 0;
    width: 60px;
    height: 46px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount .custom-donate span span {
    width: 47px;
    height: 34px;
    line-height: 34px;
    top: 50%;
    left: 50%;
    background-color: #8dc63f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount .custom-donate input {
    width: 275px;
    height: 46px;
    margin: 0;
    padding-left: 60px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount .custom-donate input:focus,
.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount .custom-donate input::placeholder {
    color: #182d41;
    font-weight: 500;
}

@media (max-width: 575px) {
    .program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount .custom-donate input {
        margin-bottom: 20px;
    }
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount ul li {
    font-weight: 400;
    border: 1px solid #f0f0f0;
    padding: 5px 15px 5px 25px;
    margin: 5px;
    color: #182d41;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount ul li:first-child {
    margin-left: 0;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount ul li:last-child {
    margin-right: 0;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount ul li:after,
.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount ul li:before {
    top: 50%;
    left: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount ul li:after {
    width: 6px;
    height: 6px;
    background-color: #182d41;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount ul li:before {
    width: 12px;
    height: 12px;
    border: 1px solid #182d41;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount ul li:hover {
    color: #8dc63f;
    border-color: #8dc63f;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount ul li:hover:after {
    background: #8dc63f;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount ul li:hover:before {
    border-color: #8dc63f;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount ul li.active {
    color: #fff;
    background: #8dc63f;
    border-color: #8dc63f;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount ul li.active:after {
    background: #fff;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount ul li.active:before {
    border-color: #fff;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount .amount-notifications {
    padding: 5px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount .amount-notifications p {
    margin-bottom: 0 !important;
    align-items: center;
    font-size: 15px;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount .amount-notifications p span {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    background: #8dc63f;
    display: inline-block;
    margin-right: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount .amount-notifications p b {
    color: #182d41;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount .payment-mathod {
    padding: 15px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount .personal-info {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount .personal-info .lab-btn {
    border: none;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount .personal-info .total-donate {
    font-size: 18px;
    color: #8dc63f;
    font-weight: 600;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .donate-amount .personal-info .total-donate b {
    color: #182d41;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .comment-form {
    justify-content: space-between;
    margin-bottom: -30px;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .comment-form .form-group {
    width: 100%;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .program-single-section article .pro-single-item .pro-single-inner .pro-single-content .comment-form .form-group {
        width: calc(50% - 15px);
    }
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .comment-form .form-group input {
    height: 50px;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
    padding: 0 20px;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .comment-form .form-group textarea {
    display: flex;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
    padding: 20px;
    height: 130px;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .comment-form .form-group button {
    margin-bottom: 10px;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .comment-form .form-group .custom-button span {
    line-height: unset;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content blockquote {
    text-align: center;
    padding: 30px;
    margin: 30px 0;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content blockquote::after {
    content: "";
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #8dc63f;
    color: #fff;
    top: -25px;
    left: 50%;
    border: 5px solid #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content blockquote p {
    font-size: 18px;
    font-weight: 600;
    color: #182d41;
    font-style: italic;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content blockquote span {
    color: #8dc63f;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .con-thumb {
    padding-top: 15px;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .con-thumb .left-part {
    width: 100%;
}

@media (min-width: 992px) {
    .program-single-section article .pro-single-item .pro-single-inner .pro-single-content .con-thumb .left-part {
        width: 60%;
    }
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .con-thumb .left-part h6 {
    color: #8dc63f;
    margin-bottom: 5px;
    font-size: 20px;
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .con-thumb .left-part p {
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .program-single-section article .pro-single-item .pro-single-inner .pro-single-content .con-thumb .left-part p {
        padding-right: 15px;
    }
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .con-thumb .right-part {
    width: 100%;
}

@media (min-width: 992px) {
    .program-single-section article .pro-single-item .pro-single-inner .pro-single-content .con-thumb .right-part {
        width: 40%;
    }
}

.program-single-section article .pro-single-item .pro-single-inner .pro-single-content .con-thumb .right-part img {
    width: 100%;
}

/* ======= / Sermons Section start here /========= */
.sermon-section .sermon-item:hover .sermon-thumb img {
    transform: scale(1.1);
}

.sermon-section .sermon-item:hover .sermon-content .sermon-details h5 a {
    color: #8dc63f;
}

.sermon-section .sermon-item .sermon-inner {
    background-color: #fff;
    filter: drop-shadow(0 0 5px rgba(136, 136, 136, 0.1));
}

.sermon-section .sermon-item .sermon-inner .sermon-thumb {
    overflow: hidden;
}

.sermon-section .sermon-item .sermon-inner .sermon-thumb img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.sermon-section .sermon-item .sermon-inner .sermon-content {
    padding: 10px;
    position: relative;
}

.sermon-section .sermon-item .sermon-inner .sermon-content .sermon-content-wrapper {
    margin-top: -20px;
    background-color: #fff;
    filter: drop-shadow(0 0 5px rgba(136, 136, 136, 0.1));
    text-align: center;
}

.sermon-section .sermon-item .sermon-inner .sermon-content .sermon-content-wrapper .sermon-content-inner {
    z-index: 3;
}

.sermon-section .sermon-item .sermon-inner .sermon-content .sermon-content-wrapper .sermon-content-inner .sermon-icon {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px;
}

.sermon-section .sermon-item .sermon-inner .sermon-content .sermon-content-wrapper .sermon-content-inner .sermon-icon .sermon-icon-wrapper li {
    margin-right: 24px;
}

.sermon-section .sermon-item .sermon-inner .sermon-content .sermon-content-wrapper .sermon-content-inner .sermon-icon .sermon-icon-wrapper li:last-child {
    margin-right: 0;
}

.sermon-section .sermon-item .sermon-inner .sermon-content .sermon-content-wrapper .sermon-content-inner .sermon-icon .sermon-icon-wrapper li a {
    color: #555555;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sermon-section .sermon-item .sermon-inner .sermon-content .sermon-content-wrapper .sermon-content-inner .sermon-icon .sermon-icon-wrapper li:hover a {
    color: #8dc63f;
}

.sermon-section .sermon-item .sermon-inner .sermon-content .sermon-content-wrapper .sermon-content-inner .sermon-details {
    padding: 25px;
}

.sermon-section .sermon-item .sermon-inner .sermon-content .sermon-content-wrapper .sermon-content-inner .sermon-details h5 a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sermon-section .sermon-item .sermon-inner .sermon-content .sermon-content-wrapper .sermon-content-inner .sermon-details h5 a:hover {
    color: #8dc63f;
}

/* ======= / Sermons Section end here /========= */
.team-section {
    padding-bottom: 95px;
}

/*Team Single Page Start Here*/
.scholar-single-section .section-wrapper {
    padding: 10px;
    filter: drop-shadow(0 0 5px rgba(136, 136, 136, 0.1));
}

@media (min-width: 576px) {
    .scholar-single-section .section-wrapper {
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .scholar-single-section .section-wrapper {
        padding: 50px;
    }
}

.scholar-single-section .section-wrapper .section-inner {
    z-index: 3;
}

@media (max-width: 991px) {
    .scholar-single-section .section-wrapper .section-inner .scholar-left {
        margin-bottom: 40px;
    }
}

.scholar-single-section .section-wrapper .section-inner .scholar-left .scholar-single-thumb {
    filter: drop-shadow(0 0 5px rgba(136, 136, 136, 0.1));
    border: 8px solid #fff;
    margin-bottom: 50px;
}

.scholar-single-section .section-wrapper .section-inner .scholar-left .scholar-single-thumb img {
    width: 100%;
}

.scholar-single-section .section-wrapper .section-inner .scholar-left .scholar-single-content .skill-bar {
    margin-top: 20px;
    text-align: center;
}

.scholar-single-section .section-wrapper .section-inner .scholar-left .scholar-single-content .skill-bar .skill-item {
    margin-right: 20px;
}

.scholar-single-section .section-wrapper .section-inner .scholar-left .scholar-single-content .skill-bar .skill-item:last-child {
    margin-right: 0;
}

.scholar-single-section .section-wrapper .section-inner .scholar-left .scholar-single-content .skill-bar .skill-item span {
    margin-top: 8px;
    display: inline-block;
}

.scholar-single-section .section-wrapper .section-inner .scholar-right .scholar-intro h5 {
    margin-bottom: 0;
    font-size: 24px !important;
}

.scholar-single-section .section-wrapper .section-inner .scholar-right .scholar-intro p {
    margin: 20px 0;
}

.scholar-single-section .section-wrapper .section-inner .scholar-right .scholar-info ul li {
    display: flex;
    margin-bottom: 10px;
}

.scholar-single-section .section-wrapper .section-inner .scholar-right .scholar-info ul li .info-title {
    width: 85px;
}

@media (min-width: 576px) {
    .scholar-single-section .section-wrapper .section-inner .scholar-right .scholar-info ul li .info-title {
        width: 150px;
    }
}

.scholar-single-section .section-wrapper .section-inner .scholar-right .scholar-info ul li .info-details ul li {
    margin-right: 20px;
}

.scholar-single-section .section-wrapper .section-inner .scholar-right .scholar-info ul li .info-details ul li:last-child {
    margin-right: 0;
}

.scholar-single-section .section-wrapper .section-inner .scholar-right .scholar-info ul li .info-details ul li .twitter {
    color: #55acee;
}

.scholar-single-section .section-wrapper .section-inner .scholar-right .scholar-info ul li .info-details ul li .behance {
    color: #1769ff;
}

.scholar-single-section .section-wrapper .section-inner .scholar-right .scholar-info ul li .info-details ul li .instagram {
    color: #e4405f;
}

.scholar-single-section .section-wrapper .section-inner .scholar-right .scholar-info ul li .info-details ul li .vimeo {
    color: #3b5998;
}

.scholar-single-section .section-wrapper .section-inner .scholar-right .scholar-info ul li .info-details ul li .linkedin {
    color: #007bb5;
}

.scholar-single-section .section-wrapper .section-inner .scholar-right .scholar-info ul li .info-details ul li:hover a {
    transform: scale(1.05);
}

.scholar-single-section .section-wrapper .section-inner .scholar-right .scholar-award {
    margin-top: 60px;
}

.scholar-single-section .section-wrapper .section-inner .scholar-right .scholar-award .all-awards {
    margin-top: 20px;
}

.scholar-single-section .section-wrapper .section-inner .scholar-right .scholar-award .all-awards .single-award {
    margin-right: 40px;
}

.scholar-single-section .section-wrapper .section-inner .scholar-right .scholar-award .all-awards .single-award:last-child {
    margin-right: 0;
}

.scholar-single-section .section-wrapper .section-inner .scholar-right .scholar-award .all-awards .single-award p {
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}

/*Team Single Page end Here*/
@media (min-width: 992px) {
    .event-single-section.aside-bg::after {
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .event-single-section.aside-bg::after {
        width: 35%;
    }
}

@media (min-width: 1440px) {
    .event-single-section.aside-bg::after {
        width: 39%;
    }
}

.event-single-section article {
    background-color: #fff;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
}

.event-single-section article .event-top-content {
    padding: 30px;
}

.event-single-section iframe {
    width: 100%;
    height: 370px;
    border: none;
    margin-bottom: 30px;
}

.post-item-2 {
    background-color: #fff;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
}

.post-item-2 .post-inner {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 35px;
}

.post-item-2 .post-inner:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.post-item-2 .post-inner:hover .post-thumb a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.post-item-2 .post-inner .post-thumb-container .thumb-nav {
    top: 50%;
    width: 50px;
    height: 50px;
    background-color: #f7f2e9;
    line-height: 50px;
    text-align: center;
    color: #182d41;
    font-size: 20px;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 575px) {
    .post-item-2 .post-inner .post-thumb-container .thumb-nav {
        display: none;
    }
}

.post-item-2 .post-inner .post-thumb-container .thumb-nav:hover {
    color: #fff;
    background-color: #8dc63f;
}

.post-item-2 .post-inner .post-thumb-container .thumb-next {
    right: 20px;
    z-index: 1;
}

.post-item-2 .post-inner .post-thumb-container .thumb-prev {
    left: 20px;
    z-index: 1;
}

.post-item-2 .post-inner .post-thumb a {
    display: block;
}

.post-item-2 .post-inner .post-thumb a img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-item-2 .post-inner .post-thumb .play-btn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.post-item-2 .post-inner .post-thumb .play-btn i {
    color: #fff;
    display: inline-block;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1rem;
    background-color: #8dc63f;
    border-radius: 100%;
    height: 50px;
    z-index: 999;
}

@media (min-width: 768px) {
    .post-item-2 .post-inner .post-thumb .play-btn i {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 1.4rem;
    }
}

.post-item-2 .post-inner .post-thumb .pluse_2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.1);
    z-index: -999;
}

.post-item-2 .post-inner .post-thumb .pluse_2::after,
.post-item-2 .post-inner .post-thumb .pluse_2::before {
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: -99;
}

.post-item-2 .post-inner .post-thumb .pluse_2::after {
    width: 70px;
    height: 70px;
    background: transparent;
    margin-left: -15px;
    margin-top: -15px;
}

.post-item-2 .post-inner .post-thumb .pluse_2:before {
    width: 80px;
    height: 80px;
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    margin-left: 0;
    margin-top: 0;
}

@keyframes play-btn-pluse {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

.post-item-2 .post-inner .post-thumb .meta-date {
    top: 10px;
    left: 10px;
}

.post-item-2 .post-inner .post-thumb .meta-date .md-pre {
    padding: 8px 20px;
    background: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.post-item-2 .post-inner .post-thumb .meta-date .md-pre h5,
.post-item-2 .post-inner .post-thumb .meta-date .md-pre p {
    color: #182d41;
    margin-bottom: 0;
    line-height: 1;
}

.post-item-2 .post-inner .post-thumb .meta-date .md-pre h5 {
    margin-bottom: 5px;
}

.post-item-2 .post-inner .post-thumb .meta-date .md-pre p {
    font-size: 15px;
}

.post-item-2 .post-inner .post-content {
    padding: 30px;
}

.post-item-2 .post-inner .post-content .post-date {
    margin-bottom: 19px;
}

.post-item-2 .post-inner .post-content .post-date li {
    display: inline-block;
    padding-right: 10px;
}

.post-item-2 .post-inner .post-content .post-date li:last-child {
    padding-right: 0;
}

.post-item-2 .post-inner .post-content .post-date li span a {
    padding-left: 5px;
}

.post-item-2 .post-inner .post-content .post-date li span a:hover {
    color: #8dc63f;
}

.post-item-2 .post-inner .post-content a h3 {
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-item-2 .post-inner .post-content a h3:hover {
    color: #8dc63f;
}

.post-item-2 .post-inner .post-content p {
    margin-bottom: 25px;
}

.post-item-2 .post-inner .post-content .more-com .text-btn {
    font-weight: 500;
}

.post-item-2 .post-inner .post-content .more-com .text-btn span {
    font-size: 15px;
}

.post-item-2 .post-inner .post-content .more-com .text-btn:hover span {
    color: #8dc63f;
}

.post-item-2 .post-inner .post-content .more-com .text-btn:hover i {
    margin-left: 5px;
    opacity: 1;
}

.post-item-2 .post-inner .post-content .more-com .text-btn i {
    top: 50%;
    font-size: 13px;
    margin-left: -10px;
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-item-2 .post-inner .post-content .more-com .comment-visi span {
    padding-right: 15px;
    color: #8dc63f;
}

.post-item-2 .post-inner .post-content .more-com .comment-visi span:last-child {
    padding-right: 0;
    color: red;
}

.post-item-2 .post-inner .post-content .more-com .comment-visi span a {
    color: #555555;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-item-2 .post-inner .post-content .more-com .comment-visi span a:hover {
    color: #182d41;
}

.post-item-2 .post-inner .post-content .qute-content {
    padding: 30px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(81, 70, 174, 0.27);
}

.post-item-2 .post-inner .post-content .qute-content blockquote {
    margin-bottom: 0;
    padding-top: 45px;
}

.post-item-2 .post-inner .post-content .qute-content blockquote::before {
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    opacity: 0.5;
    color: #8dc63f;
    content: "" !important;
    font-size: 36px;
    font-family: IcoFont !important;
}

.post-item-2 .post-inner .post-content .qute-content blockquote::after {
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    color: #8dc63f;
    content: "" !important;
    font-size: 36px;
    font-family: IcoFont !important;
}

.post-item-2 .post-inner .post-content .qute-content blockquote a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-item-2 .post-inner .post-content .qute-content blockquote a:hover {
    color: #8dc63f;
}

.post-item-2 .post-inner .post-content .meta-post p span {
    display: inline-block;
    padding-right: 15px;
}

.post-item-2 .post-inner .post-content .meta-post p span::after {
    width: 1px;
    height: 12px;
    right: 4px;
    top: 50%;
    background: #dddcdc;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post-item-2 .post-inner .post-content .meta-post p span.admin-name {
    margin-left: 5px;
}

.post-item-2 .post-inner .post-content .meta-post p span:last-child {
    padding-right: 0;
}

.post-item-2 .post-inner .post-content .meta-post p span:last-child::after {
    display: none;
}

.post-item-2 .post-inner .post-content .meta-post p span a {
    padding-left: 5px;
    color: #555555;
}

.post-item-2 .post-inner .post-content .meta-post p span a:hover {
    color: #8dc63f;
}

.blog-single .section-wrapper .post-item-2 .post-inner {
    margin-bottom: 0;
}

.blog-single .section-wrapper .post-item-2 .post-inner:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.blog-single .section-wrapper .post-item-2 .post-inner .post-content h4 {
    margin-bottom: 10px;
}

.blog-single .section-wrapper .post-item-2 .post-inner .post-content .meta-post {
    margin-bottom: 15px;
}

.blog-single .section-wrapper .post-item-2 .post-inner .post-content .meta-post ul li a i {
    padding-right: 5px;
}

.blog-single .section-wrapper .post-item-2 .post-inner .post-content .meta-post ul li a.admin {
    padding-right: 20px;
}

.blog-single .section-wrapper .post-item-2 .post-inner .post-content p,
.blog-single .section-wrapper .post-item-2 .post-inner .post-content img {
    margin-bottom: 20px;
}

.blog-single .section-wrapper .post-item-2 .post-inner .post-content .qute-content {
    margin-bottom: 25px;
    background: #fff;
}

.blog-single .section-wrapper .post-item-2 .post-inner .post-content .qute-content p {
    color: #8dc63f;
}

.blog-single .section-wrapper .post-item-2 .post-inner .post-content img {
    width: 100%;
}

.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section {
    justify-content: space-between;
    align-items: center;
    margin: 40px -30px -25px;
    padding: 23px 30px 0;
    border-top: 1px solid #f0f0f0;
}

.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .tags {
    width: calc(100% / 1);
}

@media (max-width: 575px) {
    .blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .tags {
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .tags {
        width: calc(100% / 2);
    }
}

.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .tags li {
    margin: 5px;
    padding: 0;
}

@media (min-width: 992px) {
    .blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .tags li:first-child {
        margin-left: 0;
    }
}

.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .tags li a {
    padding: 5px 18px;
    border: 1px solid #f0f0f0;
    color: #182d41;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .tags li a:hover,
.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .tags li a .active {
    background: #8dc63f;
    color: #fff;
    border-color: #8dc63f;
}

.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .social-media {
    margin-bottom: 0;
    text-align: center;
    width: calc(100% / 1);
    margin-top: 20px;
}

@media (min-width: 576px) {
    .blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .social-media {
        text-align: right;
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .social-media {
        width: calc(100% / 2);
    }
}

.blog-single .section-wrapper .title-border {
    font-size: 20px;
    color: #8dc63f;
    margin: 0 0 15px 0;
}

.authors {
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    margin: 30px 0;
    background: #fff;
}

@media (max-width: 575px) {
    .authors {
        justify-content: center;
    }
}

.authors .author-thumb {
    width: 160px;
    text-align: center;
}

.authors .author-thumb a {
    width: 140px;
    height: 140px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.authors .author-thumb a img {
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.authors .author-content {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

@media (min-width: 576px) {
    .authors .author-content {
        width: calc(100% - 170px);
        margin-top: 0;
        text-align: left;
    }
}

.authors .author-content h6 {
    margin-bottom: 5px;
    font-size: 20px;
}

.authors .author-content p {
    margin-bottom: 10px;
}

.authors .author-content .social-media {
    margin-bottom: 0;
}

.authors .author-content .social-media a {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: transparent;
}

.authors .author-content .social-media a.twitter {
    color: #55acee;
}

.authors .author-content .social-media a.behance {
    color: #1769ff;
}

.authors .author-content .social-media a.instagram {
    color: #e4405f;
}

.authors .author-content .social-media a.vimeo {
    color: #3b5998;
}

.authors .author-content .social-media a.linkedin {
    color: #007bb5;
}

.comments {
    margin-top: 30px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
}

.comments .comment-title {
    padding: 30px;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 575px) {
    .comments .comment-list {
        margin: 0;
    }
}

.comments .comment-list .com-item {
    padding: 30px 30px 0;
}

.comments .comment-list .comment .com-thumb {
    height: 50px;
    width: 50px;
    overflow: hidden;
    margin-right: 15px;
    float: left;
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .comments .comment-list .comment .com-thumb {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .comments .comment-list .comment .com-thumb {
        height: 80px;
        width: 80px;
    }
}

.comments .comment-list .comment .com-content {
    padding-bottom: 20px;
}

@media (max-width: 575px) {
    .comments .comment-list .comment .com-content {
        width: 100%;
    }
}

.comments .comment-list .comment .com-content .com-title {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.comments .comment-list .comment .com-content .com-title .com-title-meta h6 a {
    color: #182d41;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comments .comment-list .comment .com-content .com-title .com-title-meta h6 a:hover {
    color: #8dc63f;
}

.comments .comment-list .comment .com-content .com-title .com-title-meta span {
    font-size: 16px;
    color: #555555;
    display: inline-block;
    margin-bottom: 5px;
}

@media (max-width: 575px) {
    .comments .comment-list .comment .com-content .com-title .reply {
        margin-bottom: 10px;
        display: inline-block;
    }
}

.comments .comment-list .comment .com-content .com-title .reply .comment-reply-link {
    font-weight: 700;
    padding: 3px 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comments .comment-list .comment .com-content .com-title .reply .comment-reply-link:hover {
    color: #8dc63f;
    border-radius: 5px;
}

.comments .comment-list .comment .comment-list {
    padding: 0 20px;
    border-top: 1px solid #f0f0f0;
}

@media (min-width: 576px) {
    .comments .comment-list .comment .comment-list {
        padding-left: 60px;
        padding-right: 30px;
    }
}

.comments .comment-list .comment .comment-list .comment {
    list-style: none;
    overflow: hidden;
    padding-top: 30px;
}

.comments .comment-list .comment .comment-list .comment:last-child {
    border: none;
    padding-bottom: 0px;
}

.comment-respond {
    margin-top: 30px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
}

.comment-respond h6 {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
    padding: 30px;
}

.comment-respond .add-comment {
    padding: 30px;
}

.comment-respond .add-comment .comment-form {
    justify-content: space-between;
}

.comment-respond .add-comment .comment-form input[type=text] {
    color: #555555;
    padding: 10px 15px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    width: 100%;
}

@media (min-width: 576px) {
    .comment-respond .add-comment .comment-form input[type=text] {
        width: calc(100% / 2 - 15px);
    }
}

.comment-respond .add-comment .comment-form input,
.comment-respond .add-comment .comment-form textarea {
    color: #555555;
    border: none;
    outline: none;
    margin-bottom: 20px;
}

.comment-respond .add-comment .comment-form textarea {
    padding: 15px;
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}

.comment-respond .add-comment .comment-form .lab-btn {
    border: none;
    outline: none;
    margin-top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.article-pagination {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.article-pagination .prev-article a,
.article-pagination .next-article a {
    font-size: 14px;
    font-weight: 700;
    color: #182d41;
    text-transform: uppercase;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.article-pagination .prev-article a i,
.article-pagination .next-article a i {
    font-size: 18px;
}

.article-pagination .prev-article a:hover,
.article-pagination .next-article a:hover {
    color: #8dc63f;
}

.article-pagination .prev-article p,
.article-pagination .next-article p {
    margin-bottom: 0;
}

.article-pagination .next-article {
    text-align: right;
}

.blog-page .section-wrapper {
    margin-bottom: 0;
}

.blog-page .section-wrapper .post-item-2 .post-inner:hover {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.shop-cart .section-wrapper .cart-top {
    margin-bottom: 40px;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

@media (max-width: 767px) {
    .shop-cart .section-wrapper .cart-top {
        overflow-x: auto;
    }
}

.shop-cart .section-wrapper .cart-top table {
    font-weight: 600;
    width: 100%;
}

@media (max-width: 767px) {
    .shop-cart .section-wrapper .cart-top table {
        width: 720px;
    }
}

.shop-cart .section-wrapper .cart-top table thead tr th {
    background: #8dc63f;
    color: #fff;
    padding: 18px;
    border: none;
}

.shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3) {
    text-align: center;
}

.shop-cart .section-wrapper .cart-top table thead tr th:last-child {
    text-align: right;
}

.shop-cart .section-wrapper .cart-top table tbody tr {
    border-bottom: 1px solid #f0f0f0;
    border-right: none;
    border-left: none;
    border-top: none;
    background: #f5faff;
}

.shop-cart .section-wrapper .cart-top table tbody tr:last-child {
    border-bottom: none;
}

.shop-cart .section-wrapper .cart-top table tbody tr td {
    padding: 20px;
    border: none;
}

.shop-cart .section-wrapper .cart-top table tbody tr td:last-child {
    text-align: right;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
    align-items: center;
    margin-bottom: 0;
    box-shadow: none;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
    width: 85px;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
    width: calc(100% - 85px);
    padding-left: 10px;
    text-align: left;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a {
    color: #182d41;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a:hover {
    color: #8dc63f;
}

.shop-cart .section-wrapper .cart-bottom {
    background: #f5faff;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box {
    padding: 20px 30px;
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
    max-width: 340px;
    display: flex;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input {
    margin-bottom: 0;
    border: 1px solid #f0f0f0;
    padding: 10px 15px;
    outline: none;
    width: 100%;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type=submit] {
    background: #8dc63f;
    margin-left: -10px;
    outline: none;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
    width: 100%;
    margin-top: 30px;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
        max-width: 500px;
        text-align: right;
        margin-top: 0;
    }
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input {
    background: #fff;
    color: #182d41;
    outline: none;
    border: none;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 768px) {
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input {
        width: calc(100% / 2 - 15px);
    }
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input:hover {
    background-color: #8dc63f;
    color: #fff;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit] {
    padding: 11px 30px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    border: none;
}

@media (max-width: 575px) {
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit] {
        width: 100%;
        margin-bottom: 15px;
    }

    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit]:last-child {
        margin-bottom: 0;
    }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box {
    padding: 30px 20px;
    border-top: 1px solid #fff;
}

@media (max-width: 767px) {
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping {
        margin-bottom: 30px;
    }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping h4 {
    margin-bottom: 30px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select {
    background: #fff;
    margin-bottom: 20px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select {
    width: 100%;
    padding: 9px 20px;
    background: transparent;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #f0f0f0;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
    width: 100%;
}

@media (min-width: 992px) {
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
        width: 50%;
        float: left;
    }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon {
    top: 0;
    right: 0;
    padding: 9px 20px;
    background: #8dc63f;
    color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 0px 3px 3px 0px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
    width: 45%;
    float: right;
    padding: 10px 20px;
    font-size: 14px;
    outline: none;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
}

@media (max-width: 575px) {
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
        width: 100%;
    }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button {
    font-size: 14px;
    background: #8dc63f;
    font-weight: 700;
    color: #fff;
    outline: none;
    border: none;
    float: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media (max-width: 575px) {
    .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview {
        margin-top: 30px;
    }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h4 {
    margin-bottom: 30px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul {
    margin: 0;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li {
    list-style: none;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f0f0f0;
    padding: 8px 20px;
    margin-bottom: 15px;
    background: #fff;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li .pull-right {
    margin-bottom: 0;
    color: #8dc63f;
}

.cart-plus-minus {
    border: 1px solid #f0f0f0;
    width: 125px;
    margin: 0 auto;
}

.cart-plus-minus .dec.qtybutton {
    border-right: 1px solid #f0f0f0;
    height: 40px;
    left: 0;
    top: 0;
}

.cart-plus-minus .cart-plus-minus-box {
    border: medium none;
    color: #182d41;
    float: left;
    font-size: 14px;
    height: 38px;
    margin: 0;
    text-align: center;
    width: 125px;
    outline: none;
}

.cart-plus-minus .qtybutton {
    color: #182d41;
    float: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
    text-align: center;
    width: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cart-plus-minus .qtybutton:hover {
    background: #8dc63f;
    color: #fff;
}

.cart-plus-minus .inc.qtybutton {
    border-left: 1px solid #f0f0f0;
    height: 40px;
    right: 0;
    top: 0;
}

.gallery-section .filter-button-group {
    flex-wrap: wrap;
}

.gallery-section .filter-button-group .filter-btn {
    background-color: #fff;
    filter: drop-shadow(0 0 4px rgba(136, 136, 136, 0.08));
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 13px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

@media (min-width: 992px) {
    .gallery-section .filter-button-group .filter-btn {
        padding: 6px 20px;
    }
}

.gallery-section .filter-button-group .filter-btn .filter-item-num {
    background-color: #8dc63f;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}

@media (min-width: 992px) {
    .gallery-section .filter-button-group .filter-btn .filter-item-num {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
}

.gallery-section .filter-button-group .filter-btn.is-checked {
    background-color: #2bb573;
    color: #fff;
}

.gallery-section .grid {
    margin: -7.5px;
}

.gallery-section .grid .grid-item {
    width: calc(100% / 1);
}

@media (min-width: 576px) {
    .gallery-section .grid .grid-item {
        width: calc(100% / 2);
    }
}

@media (min-width: 992px) {
    .gallery-section .grid .grid-item {
        width: calc(100% / 3);
    }
}

.gallery-section .grid .grid-item .grid-inner {
    margin: 7.5px;
}

.gallery-section .grid .grid-item .grid-inner:before {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: rgba(255, 255, 255, 0.9);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-section .grid .grid-item .grid-inner .grid-thumb img {
    width: 100%;
}

.gallery-section .grid .grid-item .grid-inner .grid-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform-origin: center;
}

.gallery-section .grid .grid-item .grid-inner .grid-content a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    border-radius: 100%;
    filter: drop-shadow(0px 10px 5px rgba(141, 198, 63, 0.2));
    background-color: #8dc63f;
    color: #fff;
    border: 2px solid #fff;
    margin-bottom: 24px;
}

.gallery-section .grid .grid-item .grid-inner .grid-content h5 {
    font-size: 20px;
}

@media (min-width: 1200px) {
    .gallery-section .grid .grid-item .grid-inner .grid-content h5 {
        font-size: 24px;
    }
}

.gallery-section .grid .grid-item .grid-inner .grid-content p {
    font: 18px;
    color: #182d41;
}

.gallery-section .grid .grid-item .grid-inner:hover:before {
    opacity: 1;
}

.gallery-section .grid .grid-item .grid-inner:hover .grid-content {
    transform: scale(1);
}

/*Contact Item Css Start here*/
.contact-item {
    width: 100%;
    padding: 30px 25px;
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 0 5px 5px rgba(136, 136, 136, 0.05);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-item:hover {
    box-shadow: 0 5px 5px rgba(136, 136, 136, 0.12);
}

.contact-item .contact-icon {
    width: 72px;
}

.contact-item .contact-icon i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    background: #f85b82;
}

.contact-item .contact-details {
    width: calc(100% - 72px);
}

.contact-item .contact-details p {
    margin: 0;
}

.col-12:nth-child(2) .contact-item .contact-icon i {
    background: #8dc63f;
}

.col-12:nth-child(3) .contact-item .contact-icon i {
    background: #5ce1b9;
}

/*Contact Item Css end here*/
/* @@@@@@@@@@@@@  Contact Us Section Start Here  @@@@@@@@@@@@@@ */
@media (max-width: 991px) {
    .location-map {
        margin-bottom: 15px;
    }
}

.location-map #map {
    height: 435px;
    width: 100%;
}

.location-map #map iframe {
    height: 100%;
    width: 100%;
    border: none;
}

.contact-form-wrapper .contact-form p {
    max-width: 610px;
}

.contact-form-wrapper .contact-form h5 {
    font-family: "Poppins", sans-serif;
}

.contact-form-wrapper .contact-form form.comment-form {
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
}

.contact-form-wrapper .contact-form form.comment-form input[type=text],
.contact-form-wrapper .contact-form form.comment-form [type=email] {
    padding: 15px;
    border: 1px solid #f0f0f0;
    background: #fff;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 4px;
}

@media (min-width: 576px) {

    .contact-form-wrapper .contact-form form.comment-form input[type=text],
    .contact-form-wrapper .contact-form form.comment-form [type=email] {
        width: calc(100% / 2 - 10px);
    }
}

.contact-form-wrapper .contact-form form.comment-form textarea {
    background: #fff;
    border: 1px solid #f0f0f0;
    width: 100%;
    padding: 10px 15px;
    border-radius: 4px;
}

.contact-form-wrapper .contact-form form.comment-form button.lab-btn {
    margin-top: 30px;
    padding: 10px 15px;
    color: #fff;
    background: #8dc63f;
    outline: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 5px 5px rgba(43, 181, 115, 0.2);
}

.contact-form-wrapper .contact-form form.comment-form button.lab-btn:hover {
    box-shadow: none;
}

.contact-info-wrapper {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .contact-info-wrapper {
        margin-top: 50px;
        padding-left: 0;
    }
}

.contact-info-wrapper .contact-info-title h5 {
    font-family: "Poppins", sans-serif;
}

.contact-info-wrapper .contact-info-title p {
    max-width: 280px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .contact-info-wrapper .contact-info-content {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .contact-info-wrapper .contact-info-content .contact-info-item {
        margin-right: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .contact-info-wrapper .contact-info-content .contact-info-item {
        margin-bottom: 30px;
    }

    .contact-info-wrapper .contact-info-content .contact-info-item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .contact-info-wrapper .contact-info-content .contact-info-item .contact-info-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .contact-info-wrapper .contact-info-content .contact-info-item .contact-info-inner .contact-info-thumb {
        margin-bottom: 0;
        margin-right: 15px;
    }
}

.contact-info-wrapper .contact-info-content .contact-info-item .contact-info-inner .contact-info-thumb {
    margin-bottom: 15px;
}

.contact-info-wrapper .contact-info-content .contact-info-item .contact-info-inner .contact-info-details span {
    color: #182d41;
}

.product-item .product-inner {
    margin: 15px;
}

.product-item .product-inner::after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #8dc63f;
    opacity: 0.8;
    transform: scale(0);
}

.product-item .product-inner:hover::after {
    transform: scale(1);
}

.product-item .product-inner:hover .product-content {
    opacity: 1;
}

.product-item .product-inner .product-content {
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.product-item .product-inner .product-content .product-name {
    display: inline-block;
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    line-height: 36px;
}

@media (min-width: 1440px) {
    .product-item .product-inner .product-content .product-name {
        font-size: 72px;
        line-height: 72px;
    }
}

.shop-product-wrap.grids .product-list-item {
    display: none;
}

.shop-product-wrap.lists .col-lg-4.col-md-6.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.shop-product-wrap.lists .product-item {
    display: none;
}

.shop-product-wrap .product-item,
.shop-product-wrap .product-list-item {
    padding: 10px;
    margin-bottom: 30px;
    align-items: center;
    background: #f7f1e9;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    box-shadow: 0 0 3px rgba(8, 136, 136, 0.1);
}

.shop-product-wrap .product-item:hover .product-thumb::after,
.shop-product-wrap .product-list-item:hover .product-thumb::after {
    transform: scale(1);
}

.shop-product-wrap .product-item:hover .product-thumb .product-action-link,
.shop-product-wrap .product-list-item:hover .product-thumb .product-action-link {
    opacity: 1;
    z-index: 9;
}

.shop-product-wrap .product-item:hover .product-content h6 a,
.shop-product-wrap .product-list-item:hover .product-content h6 a {
    color: #8dc63f;
}

.shop-product-wrap .product-item .product-thumb,
.shop-product-wrap .product-list-item .product-thumb {
    height: auto;
    width: auto;
    margin: 0;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.shop-product-wrap .product-item .product-thumb::after,
.shop-product-wrap .product-list-item .product-thumb::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2a253be0;
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop-product-wrap .product-item .product-thumb img,
.shop-product-wrap .product-list-item .product-thumb img {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-product-wrap .product-list-item .product-thumb .product-action-link {
    justify-content: center;
    opacity: 0;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop-product-wrap .product-item .product-thumb .product-action-link a,
.shop-product-wrap .product-list-item .product-thumb .product-action-link a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background: #8dc63f;
    color: #fff;
    margin: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop-product-wrap .product-item .product-thumb .product-action-link a.view-modal,
.shop-product-wrap .product-list-item .product-thumb .product-action-link a.view-modal {
    cursor: pointer;
}

.shop-product-wrap .product-item .product-content,
.shop-product-wrap .product-list-item .product-content {
    padding: 20px 0 10px;
    text-align: center;
}

.shop-product-wrap .product-item .product-content h6 a,
.shop-product-wrap .product-list-item .product-content h6 a {
    color: #182d41;
}

.shop-product-wrap .product-item .product-content p,
.shop-product-wrap .product-list-item .product-content p {
    color: #555555;
    margin-bottom: 5px;
}

.shop-product-wrap .product-item .product-content p i,
.shop-product-wrap .product-list-item .product-content p i {
    color: #ecb341;
}

.shop-product-wrap .product-list-item .product-thumb {
    width: 100%;
}

@media (min-width: 768px) {
    .shop-product-wrap .product-list-item .product-thumb {
        width: 35%;
    }
}

.shop-product-wrap .product-list-item .product-thumb img {
    width: 100%;
}

.shop-product-wrap .product-list-item .product-content {
    width: 100%;
    text-align: left;
    padding: 0;
    padding: 15px;
}

@media (min-width: 768px) {
    .shop-product-wrap .product-list-item .product-content {
        width: 65%;
        padding-left: 20px;
    }
}

.shop-product-wrap .product-list-item .product-content h6 {
    margin-bottom: 10px;
}

.shop-menu li.menu-item-has-children>a::after {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 400;
    content: "" !important;
    font-family: IcoFont !important;
}

.shop-single .sidebar-widget .widget-search {
    border: none;
}

.shop-single .sidebar-widget .widget-search form input {
    background: #fff;
    border: 1px solid #f0f0f0;
}

.shop-single .product-details {
    padding: 40px 30px;
    margin-bottom: 40px;
    background: #f5faff;
}

.shop-single .product-details .product-thumb .gallery-top {
    margin-bottom: 10px;
}

.shop-single .product-details .product-thumb .gallery-top .shop-item .shop-thumb {
    text-align: center;
    background: #fff;
}

.shop-single .product-details .product-thumb .gallery-top .shop-navigation {
    top: 50%;
    width: 100%;
    height: 66px;
    z-index: 1;
    transform: translateY(-50%);
}

.shop-single .product-details .product-thumb .gallery-top .shop-navigation .shop-nav {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 26px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    color: #fff;
    background: #cccccc;
}

.shop-single .product-details .product-thumb .gallery-top .shop-navigation .shop-nav:hover,
.shop-single .product-details .product-thumb .gallery-top .shop-navigation .shop-nav.active {
    color: #fff;
    background: #8dc63f;
}

.shop-single .product-details .product-thumb .gallery-top .shop-navigation .shop-nav.shop-slider-prev {
    left: 0;
}

.shop-single .product-details .product-thumb .gallery-top .shop-navigation .shop-nav.shop-slider-next {
    right: 0;
}

.shop-single .product-details .product-thumb .gallery-thumbs .shop-item {
    cursor: pointer;
}

.shop-single .product-details .product-thumb .gallery-thumbs .shop-item .shop-thumb {
    background: #fff;
    text-align: center;
    height: 74px;
    line-height: 74px;
}

.shop-single .product-details .product-thumb .gallery-thumbs .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.shop-single .product-details .post-content {
    padding-top: 30px;
}

@media (min-width: 768px) {
    .shop-single .product-details .post-content {
        padding-top: 0;
    }
}

.shop-single .product-details .post-content h4 {
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .shop-single .product-details .post-content h4 {
        font-size: 20px;
    }
}

.shop-single .product-details .post-content h5 {
    font-weight: 500;
}

.shop-single .product-details .post-content p.rating {
    justify-content: flex-start;
    align-items: center;
    color: #8dc63f;
}

.shop-single .product-details .post-content form {
    justify-content: space-between;
    align-items: center;
}

.shop-single .product-details .post-content form .select-product {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .shop-single .product-details .post-content form .select-product {
        width: 48%;
    }
}

.shop-single .product-details .post-content form .select-product select {
    width: 100%;
    height: 40px;
    border: 1px solid #f0f0f0;
    color: #555555;
    outline: none;
    -webkit-appearance: none;
    z-index: 1;
    background: transparent;
    padding-left: 20px;
    font-size: 14px;
}

.shop-single .product-details .post-content form .select-product i {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #f0f0f0;
    text-align: center;
    z-index: 0;
}

.shop-single .product-details .post-content form .cart-plus-minus {
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .shop-single .product-details .post-content form .cart-plus-minus {
        margin: 0;
    }
}

.shop-single .product-details .post-content form .discount-code {
    width: 100%;
}

@media (min-width: 576px) {
    .shop-single .product-details .post-content form .discount-code {
        width: 60%;
    }
}

.shop-single .product-details .post-content form .discount-code input {
    width: 100%;
    margin-bottom: 0;
    padding: 8px 15px;
    border: 1px solid #f0f0f0;
}

.shop-single .product-details .post-content form button {
    width: 100%;
    height: 54px;
    padding: 0;
    background: #8dc63f;
    margin-top: 20px;
    outline: none;
    border: none;
    color: #fff;
}

.shop-single .review .review-nav {
    margin: 0;
}

.shop-single .review .review-nav li {
    list-style: none;
    padding: 13px 33px;
    background: #f5faff;
    font-size: 16px;
    font-weight: 700;
    color: #182d41;
    margin-right: 10px;
}

.shop-single .review .review-nav li.active {
    color: #fff;
    background: #8dc63f;
}

.shop-single .review .review-nav li:last-child {
    margin-right: 0;
}

.shop-single .review .review-content.review-content-show .review-showing {
    display: block;
}

.shop-single .review .review-content.description-show .description {
    display: block;
}

.shop-single .review .review-content .review-showing {
    display: none;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.shop-single .review .review-content .review-showing .content {
    background: #f5faff;
    margin-bottom: 30px !important;
}

.shop-single .review .review-content .review-showing .content li {
    padding: 25px 30px;
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
}

@media (min-width: 768px) {
    .shop-single .review .review-content .review-showing .content li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
}

.shop-single .review .review-content .review-showing .content li:last-child {
    border-bottom: none;
}

.shop-single .review .review-content .review-showing .content li .post-thumb {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    border-radius: 100%;
}

@media (min-width: 768px) {
    .shop-single .review .review-content .review-showing .content li .post-thumb {
        margin-bottom: 0;
    }
}

.shop-single .review .review-content .review-showing .content li .post-thumb img {
    height: 100%;
}

.shop-single .review .review-content .review-showing .content li .post-content {
    width: 100%;
}

@media (min-width: 768px) {
    .shop-single .review .review-content .review-showing .content li .post-content {
        width: calc(100% - 70px);
        padding-left: 20px;
    }
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on {
    width: calc(100% - 110px);
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a {
    padding-right: 20px;
    font-size: 18px;
    color: #182d41;
    font-weight: 700;
    text-decoration: none;
    box-shadow: none;
    line-height: 28px;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on p {
    margin-bottom: 0;
    line-height: 30px;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating {
    width: 110px;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating i {
    color: #8dc63f;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-content p {
    margin-bottom: 0;
}

.shop-single .review .review-content .review-showing .client-review {
    padding: 30px;
    background: #f5faff;
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title {
    margin-bottom: 40px;
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before {
    width: 50px;
    height: 4px;
    background: #8dc63f;
    bottom: -20px;
    border-radius: 2px;
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after {
    border-bottom: 4px dotted #8dc63f;
    width: 20px;
    bottom: -20px;
    left: 55px;
}

.shop-single .review .review-content .review-showing .client-review .review-form form input {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 25px;
    border: 1px solid #f0f0f0;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating {
    align-items: center;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating .rating-title {
    padding-right: 5px;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul {
    margin: 0;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li {
    list-style: none;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li i {
    color: #ecb341;
}

.shop-single .review .review-content .review-showing .client-review .review-form form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid #f0f0f0;
}

@media (max-width: 575px) {
    .shop-single .review .review-content .review-showing .client-review .review-form form textarea {
        margin-top: 15px;
    }
}

.shop-single .review .review-content .review-showing .client-review .review-form form button {
    margin-top: 0;
    padding: 10px 30px;
    box-shadow: none;
    border: none;
    color: #fff;
    background: #8dc63f;
}

.shop-single .review .review-content .description {
    padding: 30px;
    display: none;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    background: #f5faff;
}

.shop-single .review .review-content .description .post-item .post-content {
    padding: 30px 0;
}

.shop-single .review .review-content .description .post-item .post-content ul {
    margin: 0;
}

.shop-single .review .review-content .description .post-item .post-content ul li {
    list-style: none;
    padding-left: 30px;
    margin: 5px 0;
}

.shop-single .review .review-content .description .post-item .post-content ul li::before {
    content: "";
    top: 0;
    left: 0;
    color: #8dc63f;
    font-family: "Font Awesome 5 Free";
}

/*Footer section start here*/
footer {
    background-color: #051639;
    background-size: contain;
    background-repeat: no-repeat;
}

footer p,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer a {
    color: #fff;
}

@media (max-width: 991px) {
    footer .footer-top {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    footer .footer-top {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    footer .footer-top .col-12 {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

    footer .footer-top .col-12:last-child {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
}

footer .footer-top .footer-top-item {
    padding: 15px;
}

@media (min-width: 1200px) {
    footer .footer-top .footer-top-item {
        padding: 40px 20px;
    }
}

@media (max-width: 991px) {
    footer .footer-top .footer-top-item {
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
}

footer .footer-top .footer-top-item .lab-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 1200px) {
    footer .footer-top .footer-top-item .lab-inner {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
}

footer .footer-top .footer-top-item .lab-inner .lab-thumb {
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    footer .footer-top .footer-top-item .lab-inner .lab-thumb {
        margin-bottom: 0;
        margin-right: 15px;
    }
}

footer .footer-top .footer-top-item .lab-inner .lab-content {
    text-align: center;
}

footer .footer-top .footer-top-item .lab-inner .lab-content span {
    color: #fff;
}

footer .footer-middle .footer-middle-item-wrapper .footer-middle-item {
    margin-bottom: 40px;
}

footer .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-title h5 {
    text-transform: uppercase;
    margin-bottom: 25px;
}

footer .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .footer-abt-img {
    margin-bottom: 15px;
}

footer .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget {
    margin-bottom: 20px;
}

footer .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget:last-child {
    margin-bottom: 0;
}

footer .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner {
    align-items: center;
}

footer .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-thumb {
    width: 100px;
    overflow: hidden;
}

footer .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-thumb a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content {
    width: calc(100% - 100px);
    padding-left: 20px;
}

footer .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content h6 a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

footer .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content p {
    margin: 0;
    color: #677ca9;
}

footer .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget:hover .lab-thumb a img {
    transform: scale(1.05);
}

footer .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget:hover .lab-content h6 a {
    color: #8dc63f;
}

footer .footer-middle .footer-middle-item-wrapper .footer-middle-item-3 .fm-item-content p {
    margin-bottom: 25px;
}

footer .footer-middle .footer-middle-item-wrapper .footer-middle-item-3 .fm-item-content form .form-group input {
    border: none;
    border-radius: 2px;
    padding: 18px;
    box-shadow: none;
}

footer .footer-middle .footer-middle-item-wrapper .footer-middle-item-3 .fm-item-content form button {
    outline: none;
    border: none;
    margin-top: 15px;
    padding: 16px 39px;
}

footer .footer-middle .footer-middle-item-wrapper .footer-middle-item-3 .fm-item-content form button i {
    font-size: 24px;
    margin-left: 5px;
}

footer .footer-bottom {
    background-color: #fff;
}

footer .footer-bottom .footer-bottom-content {
    padding: 38px 0;
}

footer .footer-bottom .footer-bottom-content p {
    color: #182d41;
    margin: 0;
}

footer .footer-bottom .footer-bottom-content p a {
    color: #8dc63f;
    font-weight: 700;
}

/*Footer section End here*/


/* FAQ */


.wrapper {
  width: 100%;
}



.container_style{
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  margin: 20px 0;
}

.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.question.active + .answercont {
}

@media screen and (max-width: 790px){
  html {
    font-size: 14px;
  }
  .wrapper {
  width: 100%;
}
}

a {
    color: #f8b254;
}

.card_list {
  border: 2px solid #f8b254;
  border-radius: 12px;
  padding: 4%;
  font-weight:800;
  line-height:35px;
  -webkit-box-shadow: 0 1px 1px rgba(255,255,255,.75);
  box-shadow: 0 1px 1px rgba(255,255,255,.75);

}

.card_list li{
  margin-left: 10px;

}

.list--centre-justify {
  display: grid;
  place-items: center;
}





.notice {
  position: relative;
  margin: 1em;
  background: #fff;
  padding: 1em 1em 1em 2em;
  border-left: 4px solid #DDD;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  font-weight:800;
}

.notice:before {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: -17px;
  background-color: #DDD;
  color: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  font-family: Georgia;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.info {
  border-color: #0074D9;
}

.info:before {
  content: "i";
  background-color: #0074D9;
}


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 0px 8px #888888;
  padding-top: 56.25%;
  cursor: pointer !important;
}
.responsive-video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.other-videos {
  padding-left: 1%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 22%;
}
.other-videos div {
  background-position: center;
  background-position: no-repeat;
  background-size: cover;
  padding-top: 18%;
  margin: 0 5px;
  padding-top: 56.25%;
  width: 100%;
}

.containeryt {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: none;
}
.flex {
  display: flex;
  flex-direction: row;
}
.main-section {
  padding-right: 1%;
  width: 78%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .flex {
    flex-direction: column;
  }
  .main-section {
    width: 100%;
    padding: 0;
  }
  .other-videos {
    flex-direction: row;
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .other-videos div{
    padding-top: 18%;
    margin: 0;
    width: 32%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/*video caroudsel*/

.video-section .item{
  opacity:0.4;
  transition:.4s ease all;
  margin:0 20px;
  transform:scale(.8);
}

@media(max-width:1000px){
  .video-section .item{margin:0; transform:scale(.9)}
}

.video-section .active .item{
  opacity:1;
  transform:scale(1);
} 



.video-section .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.video-section video{
  max-width:100%;
  height:auto;
}

.ram-video-3 {
    position: relative;
    max-width: 800px;
    margin: auto;
}
.ram-video-3 .tv-wrap  {
    margin: 6% 14% 16%;
    position: relative;
}    
.ram-video-3 .tv-ram  {
    position: absolute;
    z-index: 1;
    top: -7%;
    left: -33.5%;
    width: 163%;
    height: 146%;
    pointer-events: none;
}
.ram-video-3 .tv-ram img  {
    width: 100%;
    height: 100%;
}
.ram-video-3 .tv-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: #000;
    cursor: pointer;
}
.ram-video-3 .tv-video:before {
    content: "";    
    border: 3px solid #6a6a6c;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url("https://ummulquran.live/play-button.png ");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
    width: 20%;
    height: 25%;
    z-index: 2;
    box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
    position: absolute;
    top: 35%;
    left: 40%;    
    transition: 0.3s;
}
.ram-video-3 .tv-video:hover:before {
    background-color: #337AB7;
    border-color: #BFE2FF;
}
.ram-video-3 .tv-video.show:before {
    display: none;
}
.ram-video-3 .tv-video iframe,
.ram-video-3 .tv-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-nav{
  display: none;
}

/*video caroudsel*/



.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-12px);
    }
}
 
 



