@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
         url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.no-padding
{
	padding: 0px !important;
}
.no-margin
{
	margin: 0px !important;
}
body,html
{
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px;
	float: left;
	font-family: 'Roboto';
	font-size: 18px;
	padding: 0px;
	color: #750900;
	font-weight: 400;
}
.wrapper
{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
}
.main-container
{
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
	height: 100%;
}
.container
{
	width: 1280px;
	position: relative;
	max-width: 100%;
	display: table;
}
.navbar
{
	padding: 0px;
}
/* Menu Style */
header
{
	position:relative;
	width:100%;
}
.header
{
	width: 100%;
	height: auto;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	background-color: transparent;
	/*box-shadow: 0 2px 12px -2px rgba(133,198,95,.18);*/
}
.donate-section-title 
{
	color: #000;
	float: left;
	font-size: 50px;
	height: auto;
	padding-bottom: 12px;
	padding-top: 55px;
	text-align: center;
	width: 100%;
}
.header-inner
{
	width: 100%;
	height: auto;
	float: left;
	background-color: rgb(245,18,0);
}
.top-header
{
	width: 100%;
	height: auto;
	float: left;
}
.top-header-left
{
	float: left;
}
.top-header-left ul
{
	width: auto;
	padding: 0px;
	list-style: none;
	height: auto;
	float: left;
	margin: 0px;
}
.top-header-left ul li
{
	width: auto;
	float: left;
	height: auto;
}
.top-header-left ul li a
{
	line-height: 40px;
	width: auto;
	float: left;
	background-position: center left;
	padding-left: 27px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}
.icon-phone
{
	background:url("../images/icon-phone.png") no-repeat;
}
ul.soc
{
	width: auto;
	height: auto;
	float: right;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
    float: left;
}
.soc li a {
	line-height: 40px;
	height: 40px;
	width: 27px;
	float: left;
	background-position: center;
}
.soc-twitter {
    background:url(../images/icon-twitter.png) no-repeat;
}
.soc-instagram {
    background:url(../images/icon-instagram.png) no-repeat;
}
.soc-youtube {
    background:url(../images/icon-youtube.png) no-repeat;
}
.soc-facebook {
    background:url(../images/icon-facebook.png) no-repeat;
}
.soc-googleplus {
    background:url(../images/icon-googleplus.png) no-repeat;
}
.soc-linkedin {
    background:url(../images/icon-linkedin.png) no-repeat;
}
.soc-pinterest {
    background:url(../images/icon-pinterest.png) no-repeat;
}
.soc-rss {
    background:url(../images/icon-rss.png) no-repeat;
}
.logo-div
{
	position:relative;
	z-index:123;
	padding:40px 0 0px 25px;
	color:#6DDB07;
	float:left;
	width:auto;
}
.logo-div a
{
	width: auto;
	float: left;
	color: #fff;
	font-weight: 700;
	line-height: 50px;
	text-decoration: none;
}
nav
{
	position:relative;
	width:100%;
	margin:0 auto;
	float: left;
	padding: 0px 0px;
}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile
{
	border:0;
	list-style:none;
	line-height:1;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
#cssmenu ul
{
	padding: 0px;
	margin: 20px 0px;
	height: auto;
	float: right;
	width: auto;
}
#cssmenu:after,#cssmenu > ul:after
{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
#cssmenu #head-mobile
{
	display:none
}
#cssmenu
{
	background:transparent;
}
#cssmenu > ul > li
{
	float:left;
	margin: 0px 2px;	
}
#cssmenu > ul > li:last-child
{
	margin-right: 0px;
}
#cssmenu > ul > li > a
{
	padding:0px 21px;
	letter-spacing:1px;
	text-decoration:none;
	color:#fff;
	line-height: 38px;
	font-weight:400;
	font-size: 16px;
}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a
{
	color:#750900;
}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover
{
	background:rgb(255,247,6)!important;
	-webkit-transition:background .3s ease;
	-ms-transition:background .3s ease;
	transition:background .3s ease;
	border-radius: 38px;
}
#cssmenu > ul > li.has-sub > a
{
	padding-right:30px
}
#cssmenu > ul > li.has-sub > a:after
{
	position:absolute;
	top:22px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#ddd;
	content:''
}
#cssmenu > ul > li.has-sub > a:before
{
	position:absolute;
	top:19px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#ddd;
	content:'';
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease
}
#cssmenu > ul > li.has-sub:hover > a:before
{
	top:23px;
	height:0
}
#cssmenu ul ul
{
	position:absolute;
	left:-9999px
}
#cssmenu ul ul li
{
	height:0;
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	background:#108A43;
	transition:all .25s ease
}
#cssmenu ul ul li:hover
{

}
#cssmenu li:hover > ul
{
	left:auto
}
#cssmenu li:hover > ul > li
{
	height:auto;
}
#cssmenu ul ul ul
{
	margin-left:100%;
	top:0
}
#cssmenu ul ul li a
{
	border-bottom:1px solid rgba(150,150,150,0.15);
	padding:0px 15px;
	width:170px;
	text-decoration:none;
	color:#fff;
	font-weight:400;
	line-height: 35px;
	border-radius: 50px;
}
#cssmenu ul ul li a:hover
{
	background-color:rgba(133,198,95,1);
	border-radius: 50px;
}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a
{
	border-bottom:0
}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover
{
	color:#fff
}
#cssmenu ul ul li.has-sub > a:after
{
	position:absolute;
	top:16px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#ddd;
	content:''
}
#cssmenu ul ul li.has-sub > a:before
{
	position:absolute;
	top:13px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#ddd;
	content:'';
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before
{
	top:17px;height:0
}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover
{
	background:#363636;
}
#cssmenu ul ul ul li.active a
{
	border-left:1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a
{
	border-top:1px solid #333
}
.body-section
{
	width: 100%;
	height: auto;
	float: left;
}
.body-section.home-page
{
	padding: 40px 0px 0px;
}
section
{
	width: 100%;
	height: auto;
	float: left;
}
.home-section
{
	
}

/** Home Style start **/
.carousel
{
	width: 100%;
	height: auto;
	float: left;
}
.carousel-inner
{
	width: 100%;
	height: auto;
	float: left;
}
.carousel-inner .item
{
	width: 100%;
	height: auto;
	float: left;
}
.carousel-inner .item img
{
	float: left;
	width: 100%;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.owl-nav 
{
	position: absolute;
	width: 100%;
	z-index: 0;
	top: 12%;
}
.owl-prev,.owl-next
{
	position: absolute;
	top: 0;
	width: 33px;
	height: 106px;
	color: transparent;
}
.owl-prev
{
	left: -137px;
	background:url(../images/arrow-big-left.png) no-repeat;
}
.owl-next
{
	right: -137px;
	background:url(../images/arrow-big-right.png) no-repeat;
}
.namadwaar-section
{
	width: 100%;
	height: auto;
	float: left;
	background-color: rgb(255,254,231);
	padding-bottom: 80px;
}
.namadwaar-slide
{
	width: 100%;
	height: auto;
	float: left;
	margin: 40px 0px 95px;
	padding: 60px 116px 70px;
	background-color: rgb(255,253,186);
}
.namadwaar-slide h3
{
	text-align: center;
	color: rgb(116, 8, 0);
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 40px;
	font-weight: 500;
}
.namadwaar-slide p
{
	text-align: center;
	color: rgb(116, 8, 0) !important;
	width: 100%;
	margin: 0px;
	padding: 13px;
	float: left;
	font-size: 18px;
	font-weight: 400;
}
.carousel-container
{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	display: flex;
	text-align: center;
	padding-top: 60px;
}
.namadwaar-slide img
{
	max-width: 100%;
	width: auto !important;	
	text-align: center;
	margin:  0 auto;
}
.namadwaar-slide h2
{
	width: 100%;
	float: left;
	color: rgb(245,18,0);
	font-size: 24px;
	font-family: 500;
	text-align: center;
	padding: 50px 0px 20px 0px;
	margin: 0px;
}
.namadwaar-slide .item p
{
	text-align: center;
	color: rgb(116, 8, 0);
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 14px;
	font-weight: 400;
}
.owl-item
{
	padding: 0px 15px;
}
.namadwaar-quots
{
	width: 100%;
	height: auto;
	float: left;
}
.namadwaar-quots img
{
	margin: 0 auto;
	display: table;
	width: auto;
	height: auto;
}
.namadwaar-quots p
{
	text-align: center;
	color: #ff7600 !important;
	width: 100%;
	margin: 0px;
	padding: 13px;
	float: left;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
}
.namadwaar-quots span
{
	text-align: center;
	color: #db1100;
	width: 100%;
	margin: 0px;
	padding: 13px;
	float: left;
	font-size: 16px;
	font-weight: 400;
}
.namadwaar-quots span label
{
	color: rgb(116, 8, 0);
	font-weight: 400;
}
.about-section
{
	width: 100%;
	height: auto;
	float: left;
}
.about-section-banner
{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
.about-section-banner img
{
	width: 100%;
	height: auto;
	float: left;
}
.section-title
{
	position: absolute;
	left: 50px;
	line-height: 50px;
	padding: 0px 20px;
	color: #fff;
	margin: 0px;
	font-size: 30px;
	font-weight: 500;
	bottom: 0px;
	min-width: 260px;
	text-align: center;
}
.about-section .section-title
{
	background-color: rgb(245,18,0);
}
.about-content
{
	width: 100%;
	height: auto;
	float: left;
	background-color: rgb(255,119,1);
}
.container.small-container
{
	width: 1040px;
	display: block;
}
.about-content-inner
{
	padding: 70px 15px;
	width: 100%;
	float: left;
}
.about-left 
{
	float: left;
	padding: 0 15px;
	width: 35%;
}
.about-right
{
	width: 64%;
	height: auto;
	float: left;
	padding: 0px 15px;
}
.about-right h3
{
	text-align: center;
	color: #fff;
	width: 100%;
	margin: 0px;
	padding: 10px 0px;
	float: left;
	font-size: 38px;
	font-weight: 400;
}
.about-right p
{
	text-align: center;
	color: #fff !important;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 16px;
	font-weight: 400;
}
.about-right span
{
	text-align: center;
	color: #fff;
	width: 100%;
	margin: 0px;
	padding: 27px 0px 0px;
	float: left;
	font-size: 18px;
	font-weight: 500;
}
.about-sub-content
{
	width: 100%;
	height: auto;
	float: left;
	background-color: rgb(255,254,231);
	padding: 65px 0px;
}
.about-sub-content p
{
	text-align: center;
	color: #750900 !important;
}
.about-mission 
{
	float: left;
	height: auto;
	padding-bottom: 35px;
	padding-top: 90px;
	width: 100%;
}
.about-mission ul
{
	padding: 0px;
	list-style: none;
	width: 100%;
	margin: 0px;
	float: left;
}
.about-mission ul li
{
	width: 50%;
	height: auto;
	float: left;
}
.about-mission ul li:first-child
{
	padding-right: 20px;
}
.about-mission ul li:last-child
{
	padding-left: 20px;
}
.about-mission ul li:first-child .about-mission-content
{
	background-color: rgb(219,18,0);
}
.about-mission ul li:last-child .about-mission-content
{
	background-color: rgb(255,247,6);
}
.about-mission-content
{
	width: 100%;
	height: auto;
	float: left;
/*	padding: 40px 25px;*/
	padding: 40px 6px;
}
.about-mission-left
{
	width: 30%;
	height: auto;
	float: left;
}
.about-mission ul li:first-child .about-mission-right
{
	border-left: 1px solid rgba(255,227,185,.5);
}
.about-mission ul li:last-child .about-mission-right
{
	border-left: 1px solid rgba(255,119,1,.7);
}
.about-mission-left img
{
	display: table;
	margin: 0px auto 0px auto;
}
.about-mission-left h4
{
	text-align: center;
	width: 100%;
	float: left;
	font-size: 19px;
	font-weight: 500;
}
.about-mission-right p
{
	text-align: left;
	width: 100%;
	float: left;
	font-size: 15px;
	font-weight: 400;
	padding-left: 20px;
	margin: -5px 0px 0px 0px;
}
.about-mission ul li:first-child h4,.about-mission ul li:first-child p
{
	color: #fff !important;
}
.about-mission-right
{
	width: 70%;
	height: auto;
	float: left;
}
.gallery-section
{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	padding: 160px 0 100px 0;
	background-color: rgb(255,254,231);
}
.gallery-section .section-title
{
	top: 0px;
	bottom: unset;
	background-color: rgb(255,119,1);
}
.gallery-topbg
{
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0px;
	background-color: rgb(255,227,185);
	height: 280px;
}
.gallery-list 
{
	height: auto;
	padding: 0 55px;
	overflow-x: auto;
	white-space: nowrap;
}
.gallery-list ul
{
	width: 100%;
	height: auto;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.gallery-list ul li
{
	
}
.gallery-list ul li a
{
	width: auto;
	height: auto;
	float: left;
	position: relative;
}
.slide-captcha
{
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 9;
	width: 100%;
	display: none;
	background-color: rgba(255,119,1,.4);
}
.slide-captcha-inner
{
	width: 100%;
	height: auto;
	float: left;
}
.slide-captcha h3,.slide-captcha p
{
	width: 100%;
	float: left;
	position: relative;
	display: inline-block;
	text-align: center;
	color: rgb(255,247,6);
	margin: 0px;
}
.slide-captcha h3
{
	font-size: 18px;
	font-weight: 400;
}
.slide-captcha p
{
	font-size: 14px;
	font-weight: 500;
}
.gallery-list ul li a:hover .slide-captcha
{
	display: block;
}
.mcs-horizontal-example
{
	overflow-x: auto;
	white-space: nowrap;
}
.mcs-horizontal-example .item
{
	display: table-cell;
}
.mcs-horizontal-example .item img
{
	float: left;
}
.center-content
{
	display: flex;
	align-items: center;
	height: 100%;
}
.mCSB_dragger_bar 
{
	height: 8px !important;
	margin-top: -2px !important;
}
.contact-section
{
	width: 100%;
	height: auto;
	float: left;
}
.map
{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
.map img
{
	width: 100%;
	height: auto;
	float: left;
}
.contact-section .section-title
{
	background-color: rgb(245,18,0);
}
.contact-form
{
	width: 100%;
	height: auto;
	float: left;
	background-color: rgb(255,119,1);
	padding: 65px 0 35px 0;
}
.contact-form-inner
{
	padding: 0px 50px;
	width: 100%;
	height: auto;
	float: left;
}
.contact-form form
{
	width: 690px;
	float: left;
	height: auto;
}
.contact-title
{
	margin: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 0px 0px 0px 0px;
}
.contact-form form p
{
	margin: 0px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 0 15px;
}
.contact-form fieldset
{
	width: 230px;
	padding: 0px 15px 0px 0px;
	float: left;
}
.contact-form fieldset.textarea
{
	width: 460px;
	padding: 0px 15px 0px 0px;
	float: left;
}
.contact-form fieldset input,.contact-form fieldset textarea
{
	border:none;
	background-color: rgb(255,183,3);
	padding: 0px 0px 0px 15px;
	color: #750900;
	font-size: 13px;
	font-weight: 500;
	line-height: 35px;
	height: 35px;
	width: 100%;
	resize: none;
}
.contact-form fieldset textarea
{
	height: 110px;
}
.erroe-message
{
	width: 100%;
	height: auto;
	float: left;
	font-size: 12px;
	color: #750900;
	font-weight: 500;
	height: 18px;	
	line-height:18px;
}
.custom-btn
{
	width: 100%;
	height: auto;
	float: left;
	border:none;
	background-color: rgb(169,28,18);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	padding: 0px 15px;
	line-height: 35px;
	cursor: pointer;
}
address
{
	width: 375px;
	float: right;
	height: auto;
}
address p
{
	font-size: 12px;
	color: #fff !important;
	font-weight: 500;
	padding: 35px 0px 25px;
	margin: 0px;
}
address ul
{
	width: 100%;
	height: auto;
	float: left;
	padding: 0px;
	list-style: none;
}
address ul li
{
	width: 100%;
	height: auto;
	float: left;
	padding: 0px;
	margin: 0px;
}
address ul li a,address ul li a:hover
{
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 23px;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	font-weight: 500;
	background-position: center left;
	text-decoration: none;
	outline: none;
}
address ul li a:focus
{
	color: #fff;
	outline: none;
	text-decoration: none;
}
.phone-icon
{
	background:url(../images/icon-phone1.png) no-repeat;
}
.email-icon
{
	background:url(../images/icon-email.png) no-repeat;
}
.loation-icon,.loation-icon:hover
{
	background:url(../images/location.png) no-repeat;	
}
.footer
{
	width: 100%;
	height: auto;
	/*position: fixed;*/
	bottom: 0px;
	left: 0px;
	background-color: #108A43;
}
.footer p
{
	text-align: center;
	color: #fff;
	margin: 0px;
	width: auto !important;
	float: left !important;
	line-height: 45px;
	color: #fff !important;
	font-size: 14px;
}
footer ul {
  float: right;
  list-style: outside none none;
  padding-right: 0px;
  width: auto;
  margin: 0px;
}
footer ul li {
  float: left;
  line-height: 45px;
  padding: 0 10px;
  position: relative;
  width: auto;
  color: #fff;
  font-size: 14px;
}
footer ul li a
{
	color: #fff;
	text-decoration: none;
}
footer ul li a:hover
{
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}
.modal-body a
{
	color: #8d2e08;
}
/* Tab Style End */
@media(max-width:1300px) {
	.container,.container.small-container
	{
		width: 950px;
	}
	#cssmenu > ul > li > a
	{
		font-size: 14px;
	}
	#cssmenu ul
	{
		margin: 10px 0;
	}
	.logo-div
	{
		padding: 25px 0 0 15px;
	}
	.namadwaar-slide h3
	{
		font-size: 30px;
	}
	.namadwaar-slide
	{
		padding: 30px 116px 40px;
	}
	.carousel-container
	{
		padding-top: 30px;
	}
	.namadwaar-slide p
	{
		font-size: 16px;
	}
	.namadwaar-slide h2
	{
		font-size: 20px;
		padding: 30px 0 20px;
	}
	.namadwaar-slide
	{
		margin: 40px 0;
	}
	.namadwaar-quots p
	{
		font-size: 16px;
	}
	.namadwaar-quots span
	{
		font-size: 14px;
	}
	.namadwaar-section
	{
		padding-bottom: 40px;
	}
	.section-title
	{
		font-size: 24px;
		line-height: 40px;
		left: 0px;
	}
	.about-right h3
	{
		font-size: 30px;
	}
	.about-right p
	{
		font-size: 14px;
	}
	body, html
	{
		font-size: 16px;
	}
	.about-mission
	{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.about-mission-right p
	{
		font-size: 13px;
	}
	.about-mission-left h4
	{
		font-size: 17px;
	}
	address
	{
		width: 320px;
	}
	.contact-form-inner
	{
		padding: 0px;
	}
	.contact-form
	{
		padding: 35px 0;
	}
	.contact-form form
	{
		width: 630px;
	}
	.contact-form fieldset
	{
		width: 200px;
	}
	.custom-btn
	{
		font-size: 12px;
	}
	.contact-form fieldset.textarea
	{
		width: 400px;
	}
	.donate-section-title
	{
		font-size: 40px;
		padding-top: 30px;
	}
}
@media(max-width:1023px) {
	.container,.container.small-container
	{
		width: 740px;
	}
	#cssmenu > ul > li > a
	{
		padding: 0 12px;
		font-size: 13px;
	}
	.namadwaar-slide 
	{
		padding: 30px 60px 40px;
	}
	.about-mission ul li
	{
		width: 100%;
		margin-bottom: 25px;
	}
	.about-mission ul li:first-child
	{
		padding-right: 0px;
	}
	.about-mission ul li:last-child
	{
		padding-left: 0px;
	}
	.mcs-horizontal-example .item
	{
		width: 250px;
	}
	.gallery-section
	{
		padding: 100px 0;
	}
	.gallery-topbg
	{
		height: 230px;
	}
	.contact-form form
	{
		width: 100%;
	}
	.contact-form form 
	{
		width: 399px;
	}
	#cssmenu > ul > li > a 
	{
  		line-height: 28px;
  		padding: 0 8px;
	}
	#cssmenu ul 
	{
		margin: -33px 0;
	}
	.donate-section-title {
  font-size: 30px;
  padding-bottom: 8px;
  padding-top: 20px;
}
.footer p
{
	line-height: 35px !important;
}
}
@media screen and (max-width:767px)
{
nav{width:100%;padding-bottom: 0px;}
#cssmenu{width:100%}
#cssmenu ul{width:100%;display:none;margin: 0px;background-color: #F51200;z-index: 999}
#cssmenu ul li{width:100%;border-top:1px solid #fff;margin: 0px;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#ddd;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700}
.button{width:40px;height:46px;margin-top: 0px;position:absolute;right:0;top:29px;cursor:pointer;z-index: 12399994;margin-right: 10px;}
.button:after{position:absolute;top:22px;right:7px;display:block;height:9px;width:20px;border-top:2px solid #fff;border-bottom:2px solid #fff;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:7px;display:block;height:2px;width:20px;background:#fff;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#262626}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover
{
	border-radius: 0px;
}
.top-header ul.soc
{
	width: auto;
	margin: 0 auto;
	display: table;
	float: none;
}
.product-list ul li
{
	width: 300px;
	margin: 0 auto;
	display: table;
	float: none;
}
.logo-div {
  margin: 0 auto;
  width: 100px;
  position: absolute;
}
.logo-div a
{
	width: 100%;
}
.logo-div img {
  width: 100%;
}
.button
{
	top: -42px;
}
body, html
{
	font-size: 14px;
}
.namadwaar-slide {
  padding: 30px 20px 40px;
}
.namadwaar-slide h3 {
  font-size: 28px;
}
.about-sub-content p
{
	padding: 0px 20px;
}
.container, .container.small-container {
  width: 619px;
}
.gallery-list
{
	padding: 0 20px;
}
#map {
  height: auto !important;
}
.contact-form form {
  padding: 0 20px;
  width: 100%;
}
address {
  width: 100%;
  padding: 0px 20px;
}
address p
{
	padding: 10px 0 25px;
}
footer p
{
	padding-top: 0px !important;
	font-size: 12px !important;
	line-height: 35px !important;
}
footer ul
{
	padding-right: 0px;
}
footer ul li
{
	font-size: 12px;
}
.donate-section-title {
  font-size: 20px;
  padding-bottom: 8px;
  padding-top: 20px;
}
}
@media(max-width:639px) {
	footer ul
  	{
    	margin: 0 auto;
    	display: table;
    	float: none;
    	padding: 0px;
  	}
  	.namadwaar-slide h3 
  	{
  		font-size: 21px;
	}
	.namadwaar-quots > img 
	{
		width: 50px;
	}
	.about-left
	{
		width: 100%;
	}
	.about-content-inner
	{
		padding: 50px 20px;
	}
	.about-right
	{
		width: 100%;
	}
	.about-sub-content
	{
		padding: 50px 0px;
	}
	.gallery-section 
	{
		padding: 75px 0 30px;
	}
	.container, .container.small-container 
	{
		width: 480px;
	}
	.mcs-horizontal-example .item img
	{
		width: 200px;
	}
	.gallery-topbg 
	{
		height: 147px;
	}
	.footer p
	{
		width: 100% !important;
		text-align: center;
	}
	.footer .header-inner a,footer ul li
	{
		line-height: 20px !important;
	}
	footer ul
	{
		margin-bottom: 5px;
	}
	.content-sec
	{
		word-break: break-all;
	}
}
@media(max-width:520px) {
	
}
@media(max-width:479px) {
	.namadwaar-slide {
  		padding: 30px 10px 5px;
	}
	.namadwaar-slide h3 {
		font-size: 20px;
	}
	.section-title 
	{
  		font-size: 14px;
  		line-height: 30px;
  		min-width: 150px;
	}
	.about-content-inner 
	{
		padding: 25px 10px;
	}
	.about-sub-content 
	{
		padding: 25px 0 0px;
	}
	.about-sub-content p 
	{
		padding: 0 10px;
	}
	.about-mission-left
	{
		width: 36%;
	}
	.about-mission-right
	{
		width: 64%;
	}
	.about-mission
	{
		padding-top: 5px;
	}
	.about-mission-content
	{
		padding: 30px 6px;
	}
	.gallery-topbg 
	{
		height: 130px;
	}
	.gallery-section 
	{
		padding: 55px 0 30px;
	}
	.container, .container.small-container 
	{
		width: 360px;
	}
	.namadwaar-slide 
	{
		margin: 0 0px 35px 0px;
	}
	.namadwaar-section 
	{
		padding-bottom: 10px;
	}
	.contact-form fieldset.textarea ,.contact-form fieldset
	{
		width: 100%;
	}
	address ul li
	{
		word-break:break-all;
	}
	address,.contact-form form
	{
		padding: 0 10px;
	}
	.contact-form 
	{
		padding: 35px 0 0;
	}
	.contact-form fieldset,.contact-form fieldset.textarea
	{
		padding: 0px !important;
	}
	
}
@media(max-width:359px) {
	.container, .container.small-container 
	{
		width: 320px;
	}
	.about-right h3 
	{
		font-size: 26px;
	}
	.about-mission-left
	{
		width: 100%;
	}
	.about-mission-right
	{
		width: 100%;
	}
	.about-mission ul li:first-child .about-mission-right,.about-mission ul li:last-child .about-mission-right
	{
		border-left: none;
	}
	.about-mission-right p,.about-mission-left p
	{
		text-align: center;
	}
}