body {
	font-family: 'Roboto', sans-serif;
}
html {
scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6, p, a, span {
	font-family: 'Roboto', sans-serif;
}

a {text-decoration: none !important;}


header .header-top {
	background: #262626;
	padding: 10px 0;
}
header .header-middle {
	background: #30372f;
	padding: 20px 0;
}
header .header-bottom {
	background: #bf9f62;
}
header .header-top ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items:center;
}
header .header-top ul li {
	padding: 0 5px;
}
header .header-top ul li span {
	color: #d3d3d5;
}
header .header-top ul li a i {
	color: #d3d3d5;
	font-size: 14px;
}
header .header-top .login {
	text-align: right;
}
header .header-top .login a {
	color: #d3d3d5;
	text-transform: capitalize;
	padding: 0 10px;
	position: relative;
}
header .header-top .login a:before {
	content: "";
	background: #d3d3d5;
	width: 2px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}
header .header-top .login a:last-child:before {
	content: normal;
}
header .header-middle .header-logo a {
	text-decoration: none;
}
header .header-middle .header-logo a h1 {
	color: #fff;
}
header .header-middle .emad-wrap {
	display: flex;
	justify-content: end;
}
header .header-middle .emad-wrap .left {
	display: flex;
	align-items: center;
	padding-right: 25px;
}
header .header-middle .emad-wrap .right {
	display: flex;
	align-items: center;
}
header .header-middle .emad-wrap .icon i {
	color: #fff;
	font-size: 30px;
}
header .header-middle .emad-wrap .text {
	margin-left: 10px;
	display: grid;
}
header .header-middle .emad-wrap .text .txt {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
}
header .header-middle .emad-wrap .text a {
	color: #9e8e46;
	font-size: 14px;
}
header .header-bottom nav .navbar-nav .nav-item a {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}
header .header-bottom nav .navbar-collapse {
	justify-content: space-between;
}
header .header-bottom nav .navbar-collapse .donate-button a {
	background: #fff;
	text-decoration: none;
	color: #bf9f62;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 35px;
	transition: all .3s ease-in-out;
	border: 1px solid #fff;
}
header .header-bottom nav .navbar-collapse .donate-button a:hover {
	color: #fff;
	background: transparent;
}
header .header-bottom nav {
	padding: 15px 0;
}
header .header-bottom .container {
	padding: 0;
}


.home-banner .slider-item img {
	width: 100%;
}
.home-banner .slider-item {
	position: relative;
}
.home-banner .slider-item .slider-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffffdb;
	text-align: center;
	padding: 25px 40px;
}
.home-banner .slider-item .slider-content span {
	text-transform: uppercase;
	font-weight: 600;
}
.home-banner .slider-item .slider-content h1 {
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	margin: 15px 0 30px 0;
}
.home-banner .slider-item .slider-content h1:before {
	content: "";
	background: #000;
	width: 65px;
	height: 3px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%, 0);
}
.home-banner .slider-item .slider-content p {
	font-size: 14px;
}
.home-banner .slider-item .slider-content .slider-button a {
	background: #bf9f62;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 35px;
	transition: all .3s ease-in-out;
	border: 1px solid #bf9f62;
}
.home-banner .slider-item .slider-content .slider-button a:hover {
	color: #bf9f62;
	background: transparent;
}
.home-banner .owl-dots {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%, 0);
}
.home-banner .home-slider .owl-dots .owl-dot.active span {
	background: #bf9f62;
}
.home-banner .home-slider .owl-dots .owl-dot span {
	background: #fff;
}
.home-banner .home-slider .owl-dots button:focus {
	outline: 0;
}

.activity-section {
	padding: 100px 0;
}

.activity-upper-content {
	text-align: center;
	max-width: 60%;
	margin: 0 auto;
}
.activity-upper-content p {
	font-size: 14px;
	margin: 0 0 35px 0;
}
.cmn-subtitle {
	font-size: 16px;
	color: #bf9f62;
	text-transform: uppercase;
	font-weight: 600;
}
.cmn-title {
	text-transform: uppercase;
	font-size: 45px;
	color: #000;
	font-weight: 600;
	position: relative;
	margin: 0 0 35px 0;
}
.cmn-title:before {
	content: "";
	background: #bf9f62;
	width: 65px;
	height: 3px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%, 0);
}
.activity-section .box-inner {
	border: 1px solid rgb(2 48 32 / 21%);
	padding: 50px;
	text-align: center;
}
.activity-section .box-inner i {
	font-size: 45px;
}
.activity-section .box-inner h3 {
	text-transform: capitalize;
	font-size: 22px;
	margin: 15px 0 15px 0;
}
.activity-section .box-inner p {
	font-size: 14px;
}
.activity-section .box-inner .box-button {
	display: flex;
	justify-content: center;
}
.activity-section .box-inner .box-button a {
	background: #bf9f62;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 30px;
	transition: all .3s ease-in-out;
	border: 1px solid #bf9f62;
}
.activity-section .box-inner .box-button a:hover {
	color: #bf9f62;
	background: transparent;
}


.gallery-section {
	background: #30372f;
	padding: 100px 0;
}
.gallery-section .left-content .cmn-title {
	text-align: left;
	color: #fff;
}
.gallery-section .left-content .cmn-title:before {
	left: 0;
	transform: none;
}
.gallery-section .left-content p {
	color: #fff;
	font-size: 14px;
	margin: 0 0 25px 0;
}
.gallery-section .left-content .gallery-slider .slider-item img {
	width: 100%;
}
.gallery-section .left-content .gallery-slider .owl-dots {
	text-align: left;
	margin-top: 30px !important;
}
.gallery-section .left-content .gallery-slider .owl-dots .owl-dot.active span {
	background: #bf9f62;
}
.gallery-section .left-content .gallery-slider .owl-dots .owl-dot span {
	background: #fff;
}
.gallery-section .left-content .gallery-button a {
	background: #bf9f62;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 30px;
	transition: all .3s ease-in-out;
	border: 1px solid #bf9f62;
}
.gallery-section .left-content .gallery-button a:hover {
	color: #bf9f62;
	background: transparent;
}
.gallery-section .left-content .gallery-button {
	display: flex;
	margin: 25px 0 0 0;
}
.gallery-section .right-image img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}


.testimonials {
	padding: 100px 0;
}
.testimonial-slider .owl-item img {
	width: 70px !important;
    height: 70px;
    border-radius: 100%;
    object-fit: cover;
    margin: 0 auto;
}
.testimonial-slider .owl-item {
	text-align: center;
}
.testimonial-slider .owl-item .slider-content h4 {
	margin: 15px 0 0 0;
	color: #bf9f62;
	text-transform: capitalize;
	font-size: 18px;
}
.testimonial-slider .owl-item .slider-content span {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.testimonial-slider .owl-item .slider-content p {
	font-size: 14px;
	font-weight: 300;
	margin: 25px 0 0 0;
}


.blog-section .blog-heading {
	text-align: center;
	max-width: 60%;
	margin: 0 auto;
}
.blog-section .blog-heading p {
	font-size: 14px;
	margin: 0 0 35px 0;
}
.blog-section .blog-innr img {
	width: 100%;
}
.blog-section .blog-innr {
	background: #fff;
}
.blog-section .blog-innr a {
	color:#333;
}
.blog-section {
	background: #f4f4f4;
	padding: 100px 0;
}
.blog-section .blog-content .blog-top {
	display: flex;
	justify-content: space-between;
}
.blog-section .blog-content .blog-top span {
	text-transform: uppercase;
	color: #bf9f62;
	font-size: 15px;
	font-weight: 600;
}
.blog-section .blog-content {
	padding: 25px 50px;
	text-align: center;
}
.blog-section .blog-content h3 {
	font-size: 20px;
	margin: 15px 0 25px 0;
}
.blog-section .blog-content p {
	font-size: 14px;
}


.about-section .about-bg img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.about-section .about-bg {
	position: relative;
}
.about-section .about-bg .abt-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 45%;
	background: #ffffffdb;
    padding: 25px 40px;
}
.about-section .about-bg .abt-content h1 {
	text-align: center;
}
.about-section .about-bg .abt-content p {
	font-size: 14px;
}
.about-section .about-bg .abt-content .abt-inner {
	text-align: center;
}
.about-section .about-bg .abt-content .abt-inner ul {
	text-align: left;
	list-style: none;
	padding: 0;
}
.about-section .about-bg .abt-content .abt-inner ul li span {
	font-weight: 600;
	color: #bf9f62;
	margin-right: 5px;
}
.about-section .about-bg .abt-content .abt-inner ul li {
	font-size: 16px;
}


.management-section {
	padding: 100px 0;
}
.management-section .management-head {
	text-align: center;
}
.management-section .management-innr img {
	width: 100%;
}
.management-section .management-innr {
	border: 1px solid rgb(2 48 32 / 21%);
    text-align: center;
}
.management-section .management-innr .management-content {
	padding: 50px 0 0 0;
}
.management-section .management-innr .management-content span {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 18px;
}
.management-section .management-innr .management-content h3 {
	text-transform: uppercase;
	font-size: 14px;
	color: #bf9f62;
	margin: 0 0 40px 0;
}
.management-section .management-innr .management-content .social-icons {
	border-top: 1px solid rgb(2 48 32 / 21%);
	padding: 10px 0 0 0;
}
.management-section .management-innr .management-content .social-icons ul {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
}
.management-section .management-innr .management-content .social-icons ul li {
	padding: 0 15px;
}
.management-section .management-innr .management-content .social-icons ul li a i {
	color: rgb(2 48 32 / 43%);;
}


.addres-section {
	padding: 45px 0;
	background: #30372fe6;
}
.addres-section .address-sec {
	text-align: center;
	position: relative;
}
.addres-section .address-sec span {
	color: #bf9f62;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	position: relative;
}
.addres-section .address-sec h3 {
	color: #fff;
	font-weight: 300;
	font-size: 22px;
	margin: 5px 0 0 0;
	position: relative;
}
.addres-section .address-sec .address-bg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.addres-section .address-sec .address-bg i {
	color: #ffffff26;
	font-size: 80px;
}


/* .home-form-section {
	padding: 100px 0;
	position: relative;
} */

#contact .home-bg .contact-inner {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	 width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #0000008c;
}
.home-bg .contact-head {
	text-align: center;
}
.home-bg .contact-inner .contact-head .cmn-title {
	color: #fff;
}
.home-bg form {
	width: 70%;
}
.home-bg form .form-control {
	border: 1px solid rgb(2 48 32 / 21%);
	border-radius: 0;
	height: 50px;
	font-style: italic;
	font-size: 14px;
	margin-bottom:0;
}
.home-bg form .col-md-6 {
	margin-bottom: 20px;
}
.home-bg form textarea {
	height: 150px !important;
}
.home-bg form .form-button {
	display: flex;
	justify-content: center;
	margin: 35px 0 0 0;
}
.home-bg form .form-button a {
	background: #bf9f62;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 30px;
	transition: all .3s ease-in-out;
	border: 1px solid #bf9f62;
}
.home-bg form .form-button a:hover {
	color: #bf9f62;
	background: transparent;
}

footer .footer-wrapper {
	background: #222721;
	padding: 50px 0 0 0;
}
footer .footer-wrapper .footer-content h3 {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
}
footer .footer-wrapper .footer-content p {
	text-align: center;
	color: #ffffff6b;
	font-size: 14px;
}
footer .footer-wrapper .footer-content form .form-control {
	background: transparent;
	border: 1px solid #ffffff6b;
	color: #fff;
	font-style: italic;
}
footer .footer-wrapper .footer-content form .form-control:placeholder {
	color: #fff;
	opacity: 1;
}
footer .footer-wrapper .footer-content form {
	position: relative;
}
footer .footer-wrapper .footer-content form button {
    position: absolute;
    top: 30px;
    right: 0;
    background: #bf9f62;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px;
    transition: all .3s ease-in-out;
    border: 1px solid #bf9f62;
    border-radius: 0;
    height: 49px;
    border-radius: 0 8px 6px 0;
}
.cform ..wpcf7-form-control{
	border:1px solid #000;
}
.footer-icon ul li a{
	color:#bf9f62; 
}
footer .footer-wrapper .footer-middle {
	background: #fff;
	padding: 55px 65px;
	text-align: center;
}
footer .footer-wrapper .footer-middle .footer-logo a {
	text-decoration: none;
}
footer .footer-wrapper .footer-middle .footer-logo a h1 {
	color: #000;
}
footer .footer-wrapper .footer-middle .footer-cont p {
	font-size: 14px;
}
footer .footer-wrapper .footer-middle .footer-cont .footer-icon ul {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
footer .footer-wrapper .footer-middle .footer-cont .footer-icon ul li {
	padding: 0 10px;
}
footer .footer-wrapper .row {
	align-items: center;
}
footer .footer-wrapper .footer-content .footer-last-top {
	text-align: center;
	padding-bottom: 25px;
}
footer .footer-wrapper .footer-content .footer-last-top span {
	color: #ffffff6b;
    font-size: 14px;
}
footer .footer-wrapper .footer-content .footer-last-top .add-wrap {
	display: flex;
	justify-content: center;
}
footer .footer-wrapper .footer-content .footer-last-top .add-wrap .add-inner span {
	color: #fff;
}
footer .footer-wrapper .footer-content .footer-last-top .add-wrap .add-inner i {
	color: #bf9f62;
}
footer .footer-wrapper .footer-content .footer-last-top .add-wrap .add-inner {
	padding: 0 7px;
}
footer .footer-wrapper .copyright {
	background: #fff;
	text-align: center;
	padding: 15px 0;
	margin: 50px 0 0 0;
}

.inner-banner {height: 250px;}
.innerActivity i {font-size: 25px; width: 60px; height:60px; background:#ffce748c; border-radius: 50%; line-height:60px; text-align: center;}
.innerActivity h2 {text-transform: uppercase; margin: 10px 0 20px;}
.innerActivity img {
	-webkit-box-shadow: -1px 2px 21px 0px rgba(0,0,0,0.37); border: #9e8e46 10px solid;
	-moz-box-shadow: -1px 2px 21px 0px rgba(0,0,0,0.37);
	box-shadow: -1px 2px 21px 0px rgba(0,0,0,0.37);
}
.eventPic {width: 100px; flex: 0 0 100px;}
.eventPic img{width: 100px; max-width: 100px; height: 100px; border-radius: 50%; object-fit: cover;}
.event-section span {color:#9e8e46; padding-right: 30px;}
.eventMain {border:#eee 1px solid; padding:30px; border-radius: 50px;-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;}
.eventMain:hover {
	-webkit-box-shadow: 0px 0px 76px -17px rgba(0,0,0,0.56);
-moz-box-shadow: 0px 0px 76px -17px rgba(0,0,0,0.56);
box-shadow: 0px 0px 76px -17px rgba(0,0,0,0.56);
}
.eventMain a {color: #333 !important;}
.eventDetails-section ul {list-style-type: none !important; padding: 0;}
.eventDetails-section li {position: relative; padding-left:30px; line-height: 1.4; }
.eventDetails-section li::before {position:absolute; left: 0; top: 0; content: "\F110"; color:#9e8e46; font-family: bootstrap-icons !important;}
.eventDetails-section h6 {font-weight: 600;}
.venueBox {background:#bf9f62; padding:30px; color:#fff; border-radius: 15px;;width: 100%; float:left;}
.eventDetails-section .venueBox li {position: relative; padding: 15px 0; border-bottom: rgba(255,255,255,0.37) 1px solid;width: 100%; float:left;}
.eventDetails-section .venueBox li::before {display: none;}
.eventDetails-section .venueBox li strong , .eventDetails-section .venueBox li span {float: right;}
.eventDetails-section .venueBox li:last-child {border-color: transparent;}
/* ---- grid ---- */

/* clear fix */
.grid:after {
	content: '';
	display: block;
	clear: both;
  }
  
  /* ---- .grid-item ---- */
  
  .grid-sizer,
  .grid-item {
	width:calc(33.333% - 20px);
	border-radius: 10px;
	margin-bottom:20px;
	border: var(--grayBg) 6px solid;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  }
  
  .grid-item {
	float: left;
  }
  
  .grid-item img {
	display: block;
	width: 100%;
	
  }
  .grid-item a {display: block;}
  .grid-item:hover { box-shadow:1px 1px 10px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 10px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 10px 6px rgba(0,0,0,0.2);}

/* ----------------Blog Css Start---------------- */

.blogsec .card {
	position: relative;
	height: auto;
	width: 100%;
	padding: 15px;
	border: none;
  }
  
  .blogsec .blog-date {
	top: 171px;
	left: 230px;
	right: 10px;
	bottom: 20px;
	position: absolute;
  }
  
  .blogsec .blog-date p {
	display: inline-block;
  }
  
  .blogsec .blog-img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
  }
  
  .blogsec .card h3 {
	color: var(--color-primary);
	padding: 0;
	font-family: var(--font-family-clashgrotesk);
  }
  
  .blogsec .card p {
	font-size: 18px;
	font-family: var(--font-family-clashgrotesk);
	color: var(--color-secondary);
	padding: 3px 0;
  }
  
  .blogsec .card .btnprt {
	padding-left: 0;
  }
  
  .blogsec .card .btnprt .cmnbtn {
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	transition: 0.5s ease;
  }
  
  .blogsec .card .btnprt .cmnbtn:hover {
	color: #fff;
	background-color: #9e8e46;
	border: 1px solid var(--color-primary);
  }
  
  .blogsec .blog-main {
	position: relative;
	box-shadow: 0 0 0 0.05rem #ddd;
  }
  .blog-main a {color: #333;}
  .blogsec .blog-main:after {
	content: "";
	position: absolute;
	color: var(--color-primary);
	height: 2px;
	width: 0%;
	transform: translateX(-50%);
	left: 50%;
	bottom: 0;
	transition: .35s ease;
  }
  
  .blogsec .blog-main:hover {
	width: 100%;
  }
  
  .cmnbtn {
	background-color:#bf9f62;
	color: #fff;
	display: inline-block;
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius:8px;
  }
  
  .blogsec .blog-main {
	overflow: hidden;
  }
  
  .blogsec .blog-main .blog-img {
	transition: 0.3s;
  }
  
  .blogsec .blog-main .blog-img:hover {
	transform: scale(1.1);
  }
  
  .blog_details .blog_left {
	width: 50%;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	border-radius: 15px;
	box-shadow: 0 0 0 0.25rem #bf9f62;
  }
  
  .blog_details h1 {
	font-size: 42px;
	font-weight: 700;
	color: var(--color-primary);
	font-family: var(--fnt-family-primary);
  }
  
  
  .blog_details .blog_left img {
	width: 100%;
	object-fit: cover;
  }
  
  .blog_details .iconspb i {
	margin-right: 6px;
	color: var(--color-primary);
  }
  
  .blog_details .iconspb span {
	font-weight: 500;
  }
  
  .blog_right p {
	font-size: 18px;
  }
  
  /* ----------------Blog Css End---------------- */

  .contactsec .card {
	box-shadow: #bf9f62 0px 7px 12px 0px;
	padding: 35px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
  }
  .contactsec .card h2 a{
	text-decoration: none;
	text-align: center;
	color: #333;
  }

  .inner-contact-info .title {
	margin-bottom: 25px;
	font-weight: 800;
	font-size: 36px;
	padding-bottom: 20px;
	font-family: var(--font-family-clashgrotesk);
	color: var(--color-primary);
  }
  .contact-info-item {
	margin-bottom: 50px;
  }
  .contact-info-item:last-child {
	margin-bottom: 0;
  }
  .contact-info-item .title-two {
	font-size: 24px;
	margin-bottom: 20px;
  }
  .list-wrap {
	margin: 0px;
	padding: 0px;
  }
  .contact-info-item .list-wrap li {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.33;
	font-family: var(--font-family-clashgrotesk);
  }
  .contact-info-item .title-two {
	font-size: 24px;
	margin-bottom: 20px;
	font-family: var(--font-family-clashgrotesk);
  }
  .inner-contact-img img{
	width: 100%;
	border-radius: 35px
  }
  
  .cntctfrmsct {
	padding:50px 0;
  }
  
  .cntctfrmsct .cform label {
	color:#333;
	padding-bottom: 5px;
	font-family: var(--font-family-clashgrotesk);
  }
  
  .cntctfrmsct .cform {
	padding:35px;
	border-radius: 20px;
	border:3px solid var(--primary-color);
	box-shadow: 1px 1px 7px 1px var(--primary-color);
  }
  
  
  .cntctfrmsct .cform .form-control{
	border-radius:10px; font-size: 14px;
   height: 48px;
  }
  
  .cntctfrmsct .sbmtbtn {
  background: var(--color-primary);
  display: inline-block;
  width: 179px;
  padding: 11px;
  font-family: var(--font-family-clashgrotesk);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  text-decoration: none;
  }
  .cntctfrmsct .cform {
	padding: 35px;
	border-radius: 20px;
	box-shadow: 1px 1px 7px 1px #bf9f62;
  }
  .cntctfrmsct .bookmaps iframe {
	width: 100%;
	height: 550px;
	border-radius: 25px;
  }
  .form-control:focus {
	color: #292122;
	background-color: #fff;
	border-color: #fe8695;
	outline: 0;
	box-shadow: 0 0 0 0.25rem bf9f62;
  }
  .text .area{
	height: 90px !important;
  }
#contact .home-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
    /* height: 100%; */
    min-height: 800px;
	position:relative;
}
  .inner-contact-info ul {list-style-type: none}
@media only screen and (max-width: 991px){
	.activity-section .box-inner {
    padding: 9px;
}
	.blog-section .blog-content {
    padding: 25px 16px;
    text-align: left;
}
	.blog-section .blog-content .blog-top span {
    font-size: 11px;
}
	.blog-section .blog-content h3 {
    font-size: 17px;
}
	.blog-section .blog-content p {
    font-size: 12px;
}
	p{
		  font-size: 17px !important;
	}
	h1{
		font-size:28px !important;
	}
	.cmn-title {
    font-size: 25px;
}
	header .header-middle .emad-wrap .text .txt {
    font-size: 15px;
}
	header .header-middle .emad-wrap .text a {
    font-size: 11px;
}
	.innerActivity h2 {
    font-size: 25px;
}
	h3{
	  font-size: 21px !important;	
	}
	.eventDetails-section .venueBox li {
    font-size: 15px;
}
	.wcapf-form.wcapf-form-198 {
   
    padding: 21px 10px !important;
}
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 44.75% !important;
}
		.header-logo {
    text-align: center;
}
	header .header-middle .emad-wrap {
    justify-content: center;
    text-align: center;
  
}
	.header-bottom .ph-logo{
		display:block !important;
		color:#fff !important;
	}
	.header-bottom .navbar-toggler-icon i{
			color:#fff !important;
	}
header .header-bottom nav {
    padding: 15px 21px;
}
	.header-bottom .navbar-nav{
		text-align:center;
	}
	.donate-button {
    display: flex;
    justify-content: center;
}
	.header-middle .header-logo{
		display:none;
	}
	.header-top ul li span{
		display:none;
	}

}
@media only screen and (max-width: 600px){
	.page-id-114 .wc-block-components-sidebar {
    margin-top: 32px;
}
	.eventMain a {
    flex-direction: column;
}
	.home-banner .slider-item .slider-content h1 {
    margin: 0 0 18px 0;
}
	.wc-block-cart-items__header {
    display: inline-flex !important;
    width: 100%;
    justify-content: space-around;
    border-bottom: 1px solid #0000002e;
}
	.wc-block-components-main {
    padding: 35px 24px !important;
}
	.wc-block-components-radio-control .wc-block-components-radio-control__input {
    left: 0 !important;
    
}
	.woocommerce-MyAccount-navigation {
    padding: 30px 0;
}
	legend {
    font-size: 15px;
}
	.page-id-114 .wc-block-components-main  {
	max-width:100% !important;
}
	.wc-block-cart table.wc-block-cart-items, .wc-block-cart table.wc-block-cart-items td, .wc-block-cart table.wc-block-cart-items th {
    margin: 0 0 5px !important;
}
	.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: block !important;
}
h3 {
    font-size: 23px !important;
}
.addres-section .address-sec {
    margin-bottom: 44px;
}
#contact .home-bg {
    padding: 0;
    min-height: 903px;
    padding-bottom: 90px;
}
	.footer-content {
    padding: 25px 0;
}
	footer .footer-wrapper .copyright {
    margin: 0;
}
	footer .footer-wrapper .footer-content .footer-last-top {
     padding-bottom: 0; 
}
	footer .footer-wrapper .footer-middle {
    padding: 10px 65px;
}
	footer .footer-wrapper {
    padding: 0;
}
	header .header-middle .emad-wrap .icon i {
    font-size: 13px;
}
	header .header-middle .emad-wrap .text .txt {
    font-size: 10px;
}
	header .header-top .login a {
    font-size: 12px;
}
	header .header-top ul {
    font-size: 12px;
}
h1 {
    font-size: 24px !important;
}
.home-banner .slider-item .slider-content {
    padding: 17px 0;
	width:100%;
}
.home-banner .slider-item img {
    min-height: 361px;
    object-fit: cover;
}
	.home-banner .owl-dots {
   
    bottom: 0;
   
}
	.activity-section {
    padding: 27px 0;
}
	.gallery-section {
     padding: 27px 0;
}
	.testimonials {
     padding: 27px 0;
}
	.blog-section {
     padding: 27px 0;
}
	.about-section .about-bg .abt-content {
    width: 100%;
    padding: 25px 40px;
}
	.management-section {
     padding: 27px 0;
}
	.activity-section .box-inner {
    margin-bottom: 14px;
}
.cmn-title {
    font-size: 23px !important;
}
	.inner-banner {
    height: 165px;
}	
	.activity-upper-content {
    text-align: center;
    max-width: 100%;
}
	.cmn-subtitle {
    font-size: 18px;
}
	.innerActivity h2 {
    font-size: 23px;
    margin-top: 11px;
}
	.event-section span {
    font-size: 12px;
}
	.event-section h2{
		font-size:21px;
	}
	.event-section{
		padding:25px 0 !important;
	}
	.blogsec {
padding:25px 0 !important;
}
	.blog_main h2{
		font-size:20px;
	}
	.blog_details{
		padding:25px 0 !important;
	}
	.contactsec{
		padding:25px 0 !important;
	}
	.contactsec .card h2{
		font-size:20px;
	}
	.contactsec .card {
    margin-bottom: 10px;
}
	.inner-contact-info .title {
    margin-bottom: 0;
    font-size: 20px;
}
.inner-contact-info.mt-5 {
    margin-top: 16px !important;
    text-align: center;
}
	.contact-info-item .title-two {
    font-size: 17px;
    margin-bottom: 9px;
}
	.contact-info-item .title-two {
    margin-bottom: 9px;
    
}
	#primary {
    padding: 34px 0;
}
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 15px !important;
    line-height: 23px;
    
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding: 10px  12px !important;
	text-align:center;
}
	.woocommerce-shop ul.products a.add_to_cart_button, .woocommerce-shop ul.products a.product_type_variable, .woocommerce-shop ul.products a.product_type_grouped {
    width: 100% !important;
    font-size: 16px;
}
	.woocommerce-Tabs-panel h2 {
   
    font-size: 21px !important;
}
	.related.products h2 {
    text-transform: uppercase;
    font-size: 21px !important;
}
.home-bg form {
    width: 100%;
}
	.activity-section .col-sm-6{
		text-align:center;
	}
	.innerActivity i {
    margin-top: 14px;
}
	.blog_details .blog_left {
    width: 100%;
}
	.ph-contact-icon{
	display:block !important;
}
	header .header-middle {
    display: none;
}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0.8rem 0rem !important;
}
}









