.view,body,html{height:100%}@media (max-width:740px){.full-page-intro{height:1000px}}.carousel{height:50%}.carousel .carousel-inner,.carousel .carousel-inner .active,.carousel .carousel-inner .carousel-item{height:100%}@media (max-width:776px){.carousel{height:100%}}.navbar{background-color:rgba(0,0,0,.3)}.page-footer,.top-nav-collapse{background-color:#1C2331}@media only screen and (max-width:768px){.navbar{background-color:#1C2331}}
body{
	font-family: 'Montserrat', sans-serif;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.p0{
	padding: 0;
}
.pright{
	padding-right: 10px;
}
.pleft{
	padding-left: 10px;
}
#content {
    width: 100%;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
.menu-btn{
	background: #ba1717;
    padding: 8px 1px;
    border-radius: 50%;
    margin: 0;
    position: fixed;
    top: 7px;
    left: 5px;
}
.menu-btn img{
	width:75%;
}
.navbar span{
	position: fixed;
    color: #fff;
    z-index: 11111111;
    top: 73px;
    left: 5px;
    background: #ba1717;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
    border-radius: 5px
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/
}
#sidebar.active {
    left: 0;
}
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
    cursor: url(../img/close3.png) 16 16,pointer;
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #000;
}
#sidebar ul.components {
    padding: 20px 0;
    height: 100%;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding-left: 28px !important;
    color: #444444;
}
#sidebar ul li a:hover{
	color: #444444;
}
.mCSB_container{
	height:100% !important;
}
#sidebar ul li a:hover {
    color: #444444;
    background: #fff;
}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #444444;
}
a[data-toggle="collapse"] {
    position: relative;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #fff;
}
ul.CTAs {
    padding: 20px;
}
ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
.list-unstyled li img{
	max-width: 30px;
    max-height: 30px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px 0 0;
    position: relative;
}
.list-unstyled li span{
	display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    position: relative;
    z-index: 2;
    font-family: inherit!important;
    white-space: normal;
}
.mCSB_container {
    height: auto !important;
}
@media(max-width: 767px){
.logo-section{
	display: none
}
.navbar{
	background: #000 !important;
	position: fixed !important;
}
.for-mobile-logo{
	padding: 2px;
}
.menu-btn{
	background: none;
	box-shadow: none;
	top: 11px;
	left: 10px;
}
.for-visi{
	display: none;
}
}

.banner_section{
	position: relative;
	height: 100%;
	background: #000;
}
.logo-section img{
	position: absolute;
    z-index: 9999;
    right: 0;
    width: 11vw;
}
.carousel-caption {
    position: absolute;
    right: 0;
    top: 25%;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    width:32%;
}
.banner_section .view{
	height: 100vh;
}
.banner-donate-section{
	position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 15px;
    z-index: 1;
}
.banner_section h1{
	font-size: 34px;
    font-weight: 500;
}
.banner_section span{
	font-weight: 700;
	color: #fbed04;
}
.banner-donate-section h1{
	font-weight: 600;
    font-size: 30px;
    color: #000;
}
.banner-donate-section h1 span{
	font-weight: 700;
    color: #ff000a;
}
.bonate_btn{
	background:#000;
	color: #fbed04;
    padding: 6px 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border-radius: 40px;
}
.shop_btn{
	background:#ff000a;
	color: #fff;
    padding: 6px 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border-radius: 40px;
}
.carousel-indicators{
    /*display:none;*/
}
.carousel-control-next, .carousel-control-prev{
    /*display:none;*/
}
@media (max-width: 1024px){
.banner_section .view {
    height: 34vh;
}
}

@media (max-width: 991px){
.banner_section .view {
    height: 90vh;
}
}/*
@media (min-width: 1024px){
.banner_section .view {
    height: 33vh;
}
}*/
@media only screen and (max-width: 768px) {
.banner_section .view {
    height: 33vh;
}
}
@media(max-width: 767px){
.banner_section .view {
    height: 70vh;
    margin-top: 60px;
}
.banner-donate-section {
    padding: 8px;
}
.banner-donate-section h1 {
    font-size: 22px !important;
}
.banner_section h1 {
    font-size: 26px;
}
.shop_btn {
    padding: 4px 25px;
    font-size: 13px;
}
.bonate_btn {
    font-size: 13px;
    padding: 4px 25px;
}
.banner_section{
    margin-top: 3.6rem;
}
.for-mobile-logo img {
    width: 118px;
}
.carousel-caption {
    top: 25%;
    left: 5%;
    z-index: 10;
    padding-top: 0px;
    width: 60%;
}
.banner_section span {
    font-size: 22px !important;
}
}
@media (max-width: 600px){
.banner_section .view {
    height: 54vh;
    margin-top: 60px;
}
}
@media(max-width: 480px){
.banner_section h1 {
    font-size: 14px;
}
.breadcrumb-area.bg-fixed {
    margin-top: 60px;
    background-position: 0px 74px;
}
.banner_section span {
    font-size: 14px !important;
}
.banner-donate-section h1{
	font-size: 22px !important;
	display: none;
}
.banner_section .view {
    height: 43vh;
    margin-top: 60px;
}
.shop_btn {
    font-size: 11px;
}
.bonate_btn {
    font-size: 11px;
}
.banner-donate-section {
    padding: 4px;
}
}
@media (max-width: 480px){
.banner_section .view {
    height: 28vh;
}
}

.heading-section{
	margin-bottom: 25px;
}
.heading-section h4{
	color: #000000;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.heading-section h2{
	color: #000000;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
}
.heading-section p{
    text-align: center;
    margin: 10px;
    font-size: 15px;
    font-weight: 400;
}
.heading-section h5{
    text-align: center;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
}
.heading-section h5 strong, .heading-section h5 span{
    font-weight: 800;
}
@media(max-width: 991px){
.our-progress-img-block{
	margin-top:12px;
}
}
@media(max-width: 480px){
.heading-section h2{
	font-size:40px;
}
a.gridder-close{right:24px;}
}

@media(max-width: 767px){
.heading-section h2{
	font-size:40px;
}
a.gridder-close{right:24px;}

}

/*=========our-progress========*/
.our-progress{
	margin-top: 25px;
}
.for-border{
	border:1px solid #d6d6d6;
}
.our-progress-left-content-block{
	padding: 40px;
	background:#fff;
}
.our-progress-containt h2{
	font-size: 25px;
    color: #000000;
    line-height: 1;
    text-align: center;
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
}
.our-progress p{
	font-size: 14px;
    line-height: 29px;
    font-weight: 400;
    text-align: center;
    margin:0;
}
.row-bg{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
@media(max-width:991px){
.row-bg{
    background-image: none !important;  
}
}
@media(max-width: 480px){
.our-progress-containt .container{
	padding: 0 25px;
}
.our-progress-left-content-block {
    padding: 40px 30px;
}
.our-progress-img-block {
    margin-top: 0;
}
.our-progress-img-block img{
	width:50%;
	margin:0 auto;
	display:table;
}
.impact-block-body h3 {
    font-size: 34px !important;
}
.impact-block-sub h3 {
    font-size: 34px !important;
}
.impact-block-body p, .impact-block-sub p {
    font-size: 13px !important;
}
.impact-block-body {
    padding: 4px;
}
}


/*=================================*/
.our-impact{
	margin-top: 25px;
	position: relative;
}
/* Video overlay and content */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background: #00000063;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}
#site-title {
  float: left;
  margin: 0;
}
/* CSS from jQuery Background Video plugin */
/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.js .jquery-background-video.is-visible {
  opacity: 1;
}

/**
 * Pause/play button
 */
.jquery-background-video-pauseplay {
  position: absolute;
  background: transparent;
  border: none;
  box-shadow: none;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0;
  cursor: pointer;
  outline: none !important;
}

.jquery-background-video-pauseplay span {
  display: none;
}

.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFF;
}

.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-left: 5px solid #FFF;
}

.jquery-background-video-pauseplay.pause:after {
  left: 10px;
}
.our-impact-content{
	margin-top: 25px;
	margin-bottom: 25px;
}
.impact-block{
	background: #fff;
	text-align: center;
	border-radius: 6px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.impact-block-heading{
	background: #da3e14;
    padding: 8px;
    color: #fff;
    font-weight: 400;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.impact-block-body{
	padding: 18px;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.impact-block-body h3{
	color: #da3e14;
    margin: 0;
    font-weight: 700;
    font-size: 36px;
}
.impact-block-body p{
	margin: 0;
    font-weight: 400;
    font-size: 14px;
}
.impact-block-sub{
	background: #fff;
    border-radius: 6px;
    margin-top: 10px;
    text-align: center;
    padding: 30px;
}
.impact-block-sub h3{
	color: #da3e14;
    margin: 0;
    font-weight: 700;
    font-size: 36px;
}
.impact-block-sub p{
	margin: 0;
    font-weight: 400;
    font-size: 14px;
}
.bg-color-one .impact-block-heading{
	background: #feab08;
}
.bg-color-one .impact-block-body h3{
	color: #feab08;
}
.bg-color-one h3{
	color: #feab08;
}
.bg-color-two .impact-block-heading{
	background: #0facfe;
}
.bg-color-two h3{
	color: #0facfe;
}
.bg-color-three .impact-block-heading{
	background: #2a9b0e;
}
.bg-color-three h3{
	color: #2a9b0e;
}
.for-mobile-only{
	display: none;
}
.btn-style-a{
	position: absolute;
    z-index: 1;
    top: 42%;
    left: 0;
    background: #0000008c;
    border: none;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height:1;
}
.btn-style-b {
    position: absolute;
    z-index: 1;
    top: 42%;
    right: 0;
    background: #0000008c;
    border: none;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 1;
}
.btn-style-a:focus, .btn-style-b:focus{
	outline: none;
}
.jquery-background-video-pauseplay{
	display: none;
}
@media(max-width: 991px){
.impact-block-heading{
	font-size: 14px;
}
.impact-block-body h3 {
    font-size: 20px;
}
.impact-block-body p, .impact-block-sub p {
	font-size: 10px;
}
.impact-block-sub h3{
	font-size: 20px;
}
.pleft {
    padding-left: 2px;
}
.pright {
    padding-right: 2px;
}
}
@media(max-width: 767px){
.for-desktop-only{
	display: none;
}
.for-mobile-only{
	display: block;
}
.our-impact .container {
	padding-left: 115px;
	padding-right: 115px;
}
}
@media(max-width: 480px){
.btn-style-a{
	width: 35px;
	height: 35px;
	left: 10px;
	font-size:20px;
}
.btn-style-b{
	width: 35px;
	height: 35px;
	right: 10px;
	font-size:20px;
}
}
@media(max-width: 400px){
.our-impact .container {
	padding-left: 50px;
    padding-right: 50px;
}
}


.founder-section{
	margin-top:25px;
	margin-bottom: 25px;
}
.left-content-bolck{
	background: #ba1717;
    padding: 15px
}
.left-content-bolck-inner{
	border: 4px solid #fff;
    padding: 25px;
}
.left-content-bolck-inner p{
	margin:0;
	color: #fff;
	font-size: 14px;
	text-align: justify;
}
.read_more_btn{
	background: #fbed04;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    padding: 6px 20px;
    border-radius: 30px;
    margin-top: 10px;
    display: inline-block;
}
.founder-img-section{
	position: absolute;
    z-index: -1;
    width: 73%;
    right: 0;
    bottom: -30px;
}
.new-founder-section{
    padding:25px 0;
}
.new-founder-img-section{
    position: relative;
}
.new-founder-img-section a{
    background: #ee3d2a;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
.new-founder-msg-section{
    margin-top:15px;
}
.new-founder-msg-section p{
    font-size: 15px;
    line-height: 29px;
    font-weight: 400;
    text-align: center;
}
@media(max-width: 1199px){
.founder-section .col-lg-4{
	max-width: 42%;
    flex: auto;
}
}
@media(max-width: 991px){
.founder-section .col-lg-4 {
    max-width: 100%;
    flex: auto;
}
.founder-img-section{
	position: inherit;
	width: 100%;
	padding: 0 15px;
    margin-top: 25px;
}
}

.board-section{
	padding: 25px 0 25px;
	/*margin-top: 60px;*/
	background: #f2f2f2;
}
.board-section h2{
	font-size: 35px;
}
.board-section .container{
	padding:0 155px;
}
.image-wrapper {
  	overflow: hidden;
	position: relative;
	text-align: center;
	margin-bottom:30px;
}
.image-wrapper img {
    transition: transform 0.5s;
     width: 100%;
}
.image-wrapper:hover img {
  transform: scale(1.1);
}
.image-wrapper::before {
    /*background: linear-gradient(0deg,#000000a8,#303f9f00) !important;*/
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.adv-name{
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    margin: 0;
}
@media(max-width: 1199px){
.board-section .container{
	padding: 0 180px;
}
}
@media(max-width: 991px){
.board-section .container{
	padding: 15px;
	max-width: 965px;
}
.adv-name{
	font-size: 24px
}
}
@media(max-width: 480px){
.adv-name{
	font-size: 13px
}
}

.video-block{
	position: relative;
	color:#fff;
}
.parllax-1{
	background: url(../img/bg-dona.jpg);
    background-repeat: no-repeat;
    padding: 70px 0;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}
.vc_custom_heading{
	font-size: 14px;
}
.vc_custom_heading2{
	font-size: 45px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 65px;
}
.play-btn {
    position: relative;
    /*box-shadow: 2px 1px 23px 5px #fdc800;*/
    border-radius: 50%;
    font-size: 72px;
    color: #ff3333;
    height: 56px;
    line-height: 56px;
    transition: all 100ms ease-in-out 0s;
    width: 56px;
}
@media(max-width: 991px){
.vc_custom_heading2 {
	font-size: 34px;
	line-height: 50px;
}
}

.our-heighlight{
	margin-top: 25px;
	margin-bottom: 25px;
}
.campaigns-block{
	border: 1px solid #f1f1f1;
    padding: 0 15px;
    text-align: center;
}
.campaigns-block h3{
	font-size: 17px;
    font-weight: 700;
    color: #dd3535;
    margin-top: 9px;
    margin-bottom: 12px;
}
.campaigns-block-content p{
	margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
}
.campaigns-block-content{
	margin-top: 8px;
}
.bg-change{
	background: #f4f4f4;
}
.campain-btn{
	border: 1px solid #f31010;
    border-radius: 5px;
    letter-spacing: 1px;
    line-height: 15px;
    font-size: 15px;
    background-color: #f31010;
    padding: 10px;
    margin: 10px;
    color: #ffffff;
    display: inline-block;
}
@media(max-width: 991px){
.campaigns-block h3{
	font-size: 17px;
}
}
@media (min-width: 768px){
.our-heighlight .container {
    max-width: 990px;
}
}

footer{
	background: #353535;
}
.sxc-follow-buttons {
    margin: 0!important;
    padding: 0!important;
    background: 0 0!important;
    background-image: none!important;
    border: none!important;
    box-shadow: none!important;
    list-style: none;
}
.sxc-follow-buttons li{
	display: inline;;
}
.sxc-follow-buttons li img{
	width: 45px !important;
    height: 45px !important;
}
.social-link{
	margin:0 auto;
	display: table;
	margin-top: 20px;
}
.footer-copyright p{
	color: #fff;
	margin:0;
	font-size:14px;
	font-weight: 14px;
}
.footer-copyright .container{
	border-top: 1px solid #595959;
}
.footer-copyright-inner{
	padding: 15px;
}
.footer_top{
	padding-bottom: 15px;
	padding-top: 15px;
}
.footer-link ul{
	float: right;
}
.footer-link ul li{
	display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 5px;
    border-left: 1px solid #ffff;
}
.footer-link ul li a{
	color: #ffffff;
}
.footer-link ul li:first-child{
	border:none;
}
@media(max-width: 991px){
.footer-copyright-inner{
	text-align: center;
}
.footer-link ul{
	float: none;
}
}
@media(max-width: 480px){
.sxc-follow-buttons li img {
    width: 44px !important;
    height: 44px !important;
}
}
.navbar {
   	padding: 0;
	background: #0000;
	border: none;
	border-radius: 0;
	box-shadow: none;
	position: absolute;
	z-index: 11;
	width: 100%;
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

/*=========Inner Page Start==========*/

/*===== Breadcrumb Area======*/
.breadcrumb-area-outer{
	width: 100%;
	overflow: hidden;
    position: relative;
    text-align: center;
}
.breadcrumb-area {
    padding: 1053px 0 10px;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
    transform: translate3d(0px, 0px, 0px) scale(1, 1);
    transform-origin: 0% 0% 0%;
}
.bg-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}
.bg-nofixed{
    background-attachment: inherit;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.bread-story{
    animation: none!important;
    transform: inherit;
    padding: 280px 0 10px;
}
.breadcrumb-area-outer h1{
	background: linear-gradient(90deg,#ff5d39,#df0403);
    display: inline-block;
    margin: 0 auto;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 10px;
    padding: 0px 15px;
    border-radius: 6px;
    color: #fff;
    white-space: nowrap;
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -50%);
    bottom: 50px;
    left: 50%;
    width: auto;
    text-align: center;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(.8, .8);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(.8, .8);
  }
  to {
    -moz-transform: scale(1, 1);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(.8, .8);
  }
  to {
    -o-transform: scale(1, 1);
  }
}

@keyframes zoom {
  from {
    transform: scale(.8, .8);
  }
  to {
    transform: scale(1, 1);
  }
}

.breadcrumb-area{
  /*-webkit-animation: zoom 20s;*/
  /*animation: zoom 20s;*/
}
@media(max-width: 1024px){
.breadcrumb-area{
	padding: 518px 0 10px;
}
.bg-fixed {
    background-attachment: fixed;
    background-position:top center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.breadcrumb-area{transition:inherit;transform: inherit;}
}
@media(max-width: 991px){
.breadcrumb-area{
	padding: 340px 0 10px;
}
.bg-fixed {
    background-attachment: fixed;
    background-position: top center;
    background-size: 100%;
}
.breadcrumb-area{transition:inherit;transform: inherit;}
}
@media(max-width: 767px){
.breadcrumb-area-outer h1{
	font-size: 22px;
}
}
@media(max-width: 575px){
.breadcrumb-area {
    padding: 230px 0 10px;
}
.breadcrumb-area-outer h1 {
    font-size: 16px;
}
}
@media(max-width: 480px){
.breadcrumb-area {
    padding: 200px 0 10px;
}
.breadcrumb-area-outer h1 {
    font-size: 14px;
    letter-spacing: 5px;
}
}
@media(max-width: 320px){
.breadcrumb-area {
    padding: 170px 0 10px;
}
.breadcrumb-area-outer h1 {
    font-size: 10px;
    letter-spacing: 2px;
}
}
/*========Contact Page==========*/
.contact-area-section{
	padding: 25px 0;
}
.contact-area-form{
	padding-top: 20px;
}
.contact-form input[type="text"]{
    border: 1px solid #D33 !important;    
    background: white;
}
.contact-form .form-control{
	padding: 5px 4px;
    letter-spacing: normal;
    height: 40px;
    -webkit-appearance: none;
    color: #000000;
    border-radius: 0;
    font-size: 15px;
    margin-top:8px;
    background-color: #f9f9f9;
    outline: 0;
    border:none;
}
.contact-form textarea{
	height: auto !important;
}
.contact-form label{
	margin: 0;
    font-size: 15px;
    font-weight: 700;
}
.contact-form label span{
	color: #790000;
}
.contact-form .form-control:focus{
	box-shadow: none;
}




.contact-form button{
	border-radius: 3px;
    padding: 8px 20px;
    border: none;
    -webkit-appearance: none;
    color: #ffffff;
    cursor: pointer;
    background: #D33 !important;
    font-size: 15px;
}
.contact-form button:focus{
	outline: none;
}
.contact-address{
	padding:0 0 25px;
}
.address-heading-section{
	border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
}
.address-heading-section h3{
	font-size: 20px;
	font-weight: normal;
	margin:0;
	text-align: center;
}
.address-row{
	padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;
}
.address-row h4{
	color: #a3a3a3;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
}
.address-row h4 span{
	color: #727475;   
    text-transform: uppercase;
    font-weight: 400;
    margin-right:50px;
}
.address-row h4 strong{
	float: right;
}
@media(max-width: 991px){
.contact-area-form{
	padding-bottom: 20px;
}
.address-heading-section{
	text-align: center;
}
.address-row h4 strong{
	float: right;
}
}
@media(max-width: 480px){
.address-row h4 {
    font-size: 10px;
}
}
@media(max-width: 400px){
.address-row h4 strong {
    float: none;
    display: block;
}
}
/*============About us Area==========*/
.about-section-area-top{
	background: url('../img/about-us-orange-background_pncgdc.jpg');
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.founder-section-area{
	padding: 25px 0;
	background: #fafafa;		
}
.founder-section-area p{
	font-size: 15px;
    font-weight: 400;
    text-align: justify;
    margin: 0;
}
.history-section{
	padding:25px 0;
}
.history-section h3{
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.history-section p{
	margin: 0;
	font-size:15px;
	font-weight: 400;
	text-align: justify;
}
.about-section-area-top-inner{
	width: 70%;
    margin: 0 auto;
    padding: 25px 0;
}
.about-section-area-top-inner h2{
	font-size: 25px;
	color: #fff;
	text-align: center;
	margin: 0;
}
.about-section-area-content{
	background: #dbdbdb;
	padding: 25px 0 0;
}
.about-section-area-content-block{
	margin-bottom: 25px;
}
.uc_icon_image_content_box .uc_content_box_area {
    border-radius: 0 0 2px 2px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.uc_icon_image_content_box .uc_thumb {
    margin: 0 0 -65px;
}
.uc_icon_image_content_box .uc_thumb img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
}
.uc_icon_image_content_box .uc_details {
    background-color: #fff;
    padding: 0 15px 30px;
    position: relative;
    text-align: center;
    top: 65px;
    transition: all .3s ease 0s;
    width: 100%;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    height:270px;
}
.uc_icon_image_content_box .uc_details .uc_details-icon {
    background-color: #fff;
    width: 80px;
    height: 80px;
    margin: 0 auto -23px;
    border-radius: 40px;
    font-size: 30px;
    text-align: center;
    line-height: 80px;
    position: relative;
    top: -23px;
}
.uc_details-icon i {
    color: red !important;
}
.uc_icon_image_content_box .uc_content_box_area:hover .uc_details {
    top: 0;
}
.uc_icon_image_content_box .uc_details h4 {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    text-transform:uppercase;
}
.uc_icon_image_content_box .uc_details p {
    padding: 0;
    margin: 0 0 20px;
    line-height: 26px;
    color: #000000;
    font-size: 15px;
}
#hidd_1 {
    color: white;
}
.giving-voice-section{
	padding:25px 0;
}
.giving-voice-section-inner h2, .fighting-riligious-inner h2{
	font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1rem;
}
.giving-voice-section-inner p, .fighting-riligious-inner p{
	margin: 0;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}
.fighting-riligious{
	padding: 25px 0;
	background: #fafafa;
}
.founder-statement{
	padding: 30px 0;
}
.founder-statement .heading-section h2{
	font-size: 36px;
	line-height: 40px;
}
.founder-name-block p{
	text-align: center;
    background-color: #d33;
    margin-bottom: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 4px;
}
.left-founder-statement p{
	font-size: 15px;
	text-align: justify;
	font-weight: 400;
	line-height: 26px;
}
.nicdark_float_left{
	float: left;
    font-size: 70px;
    padding: 31px;
    line-height: 30px;
}
@media(max-width:767px){
.breadcrumb-area-outer{
    margin-top:3.5rem;
}
}

/*======= Well Wisher ======*/
.well-wishers{
	padding:0 0 25px;
}
.well-wishers .heading-section h2{
	font-size: 36px;
	line-height: 40px;
}
.well-wishers-inner{
	padding: 20px 50px;
    border: 1px solid #e6e6e6;
    position: relative;
}
.wpmtst-testimonial-image {
	margin-top: .25em;
    margin-right: 1em;
    margin-bottom: .25em;
    float: left;
}
.wpmtst-testimonial-image img{
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #efefef;
    padding: 6px;
    margin: 0 auto;
}
.well-wishers-inner-block p{
	font-size: 15px;
	font-weight: 400;
	line-height: 29px;
}
.testimonial-name {
    color: red !important;
    font-size: 15px;
    font-weight: 400;
}
.wpmtst-testimonial-field{
	font-size: 15px;
    font-weight: 400;
    color: #404040 !important;
}
.btn-style-aa {
    position: absolute;
    z-index: 1;
    top: 42%;
    left: 0;
    border: none;
    background:none;
    color: #999;
    line-height: 1;
    font-size: 28px;
}
.btn-style-bb {
    position: absolute;
    z-index: 1;
    top: 42%;
    right: 0;
    border: none;
    background:none;
    color: #999;
    line-height: 1;
    font-size: 28px;
}
.btn-style-aa:focus, .btn-style-bb:focus{
	outline: none;
}
@media(max-width: 991px){
.about-section-area-top-inner {
    width: 90%;
}
}
@media(max-width: 767px){
.about-section-area-top-inner h2 {
    font-size: 20px;
}
.founder-section-area p{
	margin-top:15px;
}
.well-wishers-inner-block p {
    text-align: justify;
}
}
@media(max-width: 400px){
.wpmtst-testimonial-image{
	float: none;
}
}

/*========= Our Team Section ===========*/
.our-team-section-area-top{
    background: url(../img/about-us-orange-background_pncgdc.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.our-team-section-area-top-inner {
    width: 90%;
    margin: 0 auto;
    padding: 35px 0;
}
.our-team-section-area-top-inner h2 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: 400;
}
.founder-area-block{
    padding:25px 0;
}
.founder-area-block .heading-section h2{
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    text-transform: capitalize;
}
/*.team-mamber-outer figure{*/
/*    width:100%;*/
/*}*/
.team-mamber-outer figcaption {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    background: rgb(214, 49, 22);
    padding: 12px 20px 12px 20px;
}
.awsm-personal-info{
    display: flex;
    align-items: center;
}
.awsm-personal-info h3{
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    display: inline-block;
    width: calc(100% - 1px);
}
.awsm-personal-info svg{
    color:#fff;
}

#myDIV {
    width: 88% !important;
    padding: 50px 0;
    text-align: left;
    /* background-color: lightblue; */
    /* margin-top: 20px; */
    padding: 25px 20px 20px 23px;
    height: 290px; 
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: blue orange;
    margin-bottom: 50px;
    text-align: justify;
}
#myDIV::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#myDIV::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F5F5;
}

#myDIV::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 1px solid #555555;
}
.gridder-list:nth-child(n){
    margin-bottom:0 !important;
    margin-right:0;
}
/*.row{justify-content:space-around; align-item:center;}*/
.gridder{text-align:center;}
figure {
    margin: 0 0 1rem;
    width: 355px;
}
.mankind ul.gridder li {
    width: 23.3% ;
    margin-right: 15px ;
}
.mankind figure {
    width: 100%;
}
a.gridder-nav.prev {
    display: none;
}
a.gridder-nav.next {
    display: none;
}
a.gridder-close {
    float: right;
    font-size: 16px;
    background: red;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    line-height: 23px;
    position: absolute;
    right: 0;
    z-index: 9;
}
.gridder-show {
    display: block;
    float: left;
    width: 96% !important;
    position: relative;
}
.gridder-padding {
    font-size: 14px;
    line-height: 29px;
    font-weight: 400;
    margin: 0;
}
.awsm-personal-info i{
    color: #fff;
    font-size: 12px;
}
@media(max-width:991px){
.founder-area-block .gridder-list {
    width: 37%;
}
.team-mamber-outer figure {
    width: 100%;
}
}
@media(max-width:678px){
.founder-area-block .gridder-list{
    width: 80%;
}
.mankind ul.gridder li{
    width: 70%;
    margin: 0;
}
}
@media(max-width:){
    
}



/*=====Donate Section====*/
.donate_section{
    margin: 0px 0px 0;
}
.donate_section_inner_left_block p{
    font-size: 14px;
    line-height: 29px;
    font-weight: 400;
    margin: 0;
}
.donate_section_inner_left_block_img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 1px solid #b1b1b1;
    overflow: hidden;
    text-align: center;
}
.donate_label{
    background: #ef3925;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 3px 21px;
    font-weight: bold;
}
.donate_label_desc{
    margin-top: 20px;
    border-bottom: .5px solid #858585;
    padding-bottom: 10px;
}
.donate_label_desc p{
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}
.donate_section_inner_right_block{
    background-color: #f2f2f2;
    padding: 30px 15px 30px;
}
.main_donate_area{
    margin-top:10px;
}
.main_donate_area_heading{
    margin-bottom: 10px;
}
.main_donate_area_heading p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}
.checkbox:checked ~ .background-color{
    background-color: var(--white);
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked){
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}
.checkbox:checked + label,
.checkbox:not(:checked) + label{
    position: relative;
    width: 70px;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    margin: 17px 0;
    margin-top: 100px;
    height: 6px;
    border-radius: 4px;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    z-index: 100 !important;
}
.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before {
    position: absolute;
    cursor: pointer;
    top: -17px;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.checkbox:not(:checked) + label:before {
    content: '\eac1';
    left: 0;
    color: var(--grey);
    background-color: var(--dark-light);
    box-shadow: 0 4px 4px rgba(0,0,0,0.15), 0 0 0 1px rgba(26,53,71,0.07);
}
.checkbox:checked + label:before {
    content: '\eb8f';
    left: 30px;
    color: var(--yellow);
    background-color: var(--dark-blue);
    box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}
.checkbox:checked ~ .section .container .row .col-12 p{
    color: var(--dark-blue);
}
.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label{
    position: relative;
    display: inline-block;
    padding: 10px;
    width: 112px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    color: var(--white);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.checkbox-tools:not(:checked) + label{
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}
.checkbox-tools:checked + label{
    background-color: transparent;
    border: 1px solid #3cc100;
    padding: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.59), 0 2px 10px 0 rgba(0, 0, 0, 0.37);
}
.checkbox-tools:not(:checked) + label:hover{
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-tools:checked + label::before,
.checkbox-tools:not(:checked) + label::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(116deg,#f3903c,#df0403);
    z-index: 0;
}
.checkbox-tools:checked + label .uil,
.checkbox-tools:not(:checked) + label .uil{
    font-size: 24px;
    line-height: 24px;
    display: block;
    padding-bottom: 10px;
}
.checkbox:checked ~ .section .container .row .col-12 .checkbox-tools:not(:checked) + label{
    background-color: var(--light);
    color: var(--dark-blue);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}
.checkbox-budget:checked + label,
.checkbox-budget:not(:checked) + label{
    position: relative;
    display: inline-block;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 260px;
    font-size: 52px;
    line-height: 52px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
    -webkit-text-stroke: 1px var(--white);
    text-stroke: 1px var(--white);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent;
}
.checkbox-budget:not(:checked) + label{
    background-color: var(--dark-light);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.checkbox-budget:checked + label{
    background-color: transparent;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-budget:not(:checked) + label:hover{
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-budget:checked + label::before,
.checkbox-budget:not(:checked) + label::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-image: linear-gradient(138deg, var(--red), var(--yellow));
    z-index: -1;
}
.checkbox-budget:checked + label span,
.checkbox-budget:not(:checked) + label span{
    position: relative;
    display: block;
}
.checkbox-budget:checked + label span::before,
.checkbox-budget:not(:checked) + label span::before{
    position: absolute;
    content: attr(data-hover);
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-text-stroke: transparent;
    text-stroke: transparent;
    -webkit-text-fill-color: var(--white);
    text-fill-color: var(--white);
    color: var(--white);
    -webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    transition: max-height 0.3s;
}
.checkbox-budget:not(:checked) + label span::before{
    max-height: 0;
}
.checkbox-budget:checked + label span::before{
    max-height: 100%;
}
.checkbox:checked ~ .section .container .row .col-xl-10 .checkbox-budget:not(:checked) + label{
    background-color: var(--light);
    -webkit-text-stroke: 1px var(--dark-blue);
    text-stroke: 1px var(--dark-blue);
    box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}
.checkbox-booking:checked + label,
.checkbox-booking:not(:checked) + label{
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    padding: 0;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 16px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    color: var(--white);
    text-transform: uppercase;
    background-color: var(--dark-light);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.checkbox-booking:not(:checked) + label::before{
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.checkbox-booking:checked + label::before{
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-booking:not(:checked) + label:hover::before{
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-booking:checked + label::before,
.checkbox-booking:not(:checked) + label::before{
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 4px;
    z-index: -2;
    background-image: linear-gradient(138deg, var(--red), var(--yellow));
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.checkbox-booking:not(:checked) + label::before{
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}
.checkbox-booking:checked + label::after,
.checkbox-booking:not(:checked) + label::after{
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 4px;
    z-index: -2;
    background-color: var(--dark-light);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.checkbox-booking:checked + label::after{
    opacity: 0;
}
.checkbox-booking:checked + label .uil,
.checkbox-booking:not(:checked) + label .uil{
    font-size: 20px;
}
.checkbox-booking:checked + label .text,
.checkbox-booking:not(:checked) + label .text{
    position: relative;
    display: inline-block;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}
.checkbox-booking:checked + label .text{
    opacity: 0.6;
}
.checkbox-booking:checked + label .text::after,
.checkbox-booking:not(:checked) + label .text::after{
    position: absolute;
    content: '';
    width: 0;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background-image: linear-gradient(138deg, var(--red), var(--yellow));
    z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.checkbox-booking:not(:checked) + label .text::after{
    width: 0;
}
.checkbox-booking:checked + label .text::after{
    width: 100%;
}

.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:not(:checked) + label,
.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:checked + label{
    background-color: var(--light);
    color: var(--dark-blue);
}
.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:checked + label::after,
.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:not(:checked) + label::after{
    background-color: var(--light);
}
.for-checkbox-tools p{
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
}
.for-checkbox-tools img{
    width:50px;
    position: relative;
}
.for-checkbox-tools h3{
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 0;
    background: #fff;
    color: #000;
    padding: 2px 5px;
    margin-top: 5px;
    position: relative;
}
.custom_amount .form-control{
    border: 2px solid #dd3332;
    border-radius: 5px;
    width: 30%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
}
.custom_amount .form-control:focus{
    background: transparent;
    box-shadow: none;
}
.custom_amount h3{
    font-size: 15px;
    line-height: 29px;
    font-weight: bold;
    color: #ff0000;
}
.inner_form{
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
}
.inner_form label{
    display: block;
    background: #ef3925;
    text-align: center;
    color: #fff;
    margin-bottom: 4px;
    margin-top: 4px;
    font-size: 15px;
    font-weight: 600;
    padding: 5px;
}
.inner_form p{
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    color: #888;
}
.submit_btn{
    padding: 7px 15px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: bold;
    background: #ef3925;
    color: #fff;
    margin: 0 auto;
    display: table;
}
.join-us-section{
    background: #ef3925;
    padding: 30px;
    margin-top: 20px;
}
.join-us-section .form-control{
    height: 45px;
    font-size: 14px;
    width: 100%;
    font-weight: 500;
}
.join-us-section .form-group{
    width: 65%;
    margin-bottom: 0 !important;
}
.btn-newslter{
    margin: 0;
    background: #000;
    border:1px solid #000;
    color: #fff;
    margin-left: 5px;
    border-radius: 5px;
    padding: .75rem 2.14rem;
    margin-bottom: 0 !important;
}
.btn-newslter:hover{
    border:1px solid #fff;
    background:none;
    color:#fff;
}
.join-us-section .form-inline{
    width: 100%;
}
.join-us-section h5{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    text-align: center;
}
@media(max-width: 767px){
.join-us-section h5 {
    font-size: 30px;
    margin-bottom:15px;}
}
@media(max-width: 480px){
.join-us-section .form-group{
    width: 100%;
}
.btn-newslter{
    margin: 0 auto;
    margin-top:15px;
}
}
/*======== Economic development ===========*/
.economic-deve-section .our-impact h2{
    font-size: 36px;
}
.economic-deve-section-area-top {
    background: url(../img/about-us-orange-background_pncgdc.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.economic-deve-section-area-top-inner {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}
.economic-deve-section-area-top-inner h2 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin: 0;
}
.economic-deve-section-area-bottom{
    margin:25px 0;
}
.economic-deve-section-area-bottom-inner{
    border-top: 1px solid #2a9b0f;
    border-bottom: 1px solid #2a9b0f;
    padding: 25px 0;
}
.economic-deve-section-area-bottom-inner h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.our-impact-inner .impact-block-heading{
    color: #696969;
    background: none;
    padding: 20px 0 0;
    text-transform: uppercase;
    font-size: 18px;
}
.our-impact-inner  .impact-block-body h3 {
    color: #2a9b0f;
    margin: 0;
    font-weight: 700;
    font-size: 50px;
}
.our-impact-inner .impact-block-body p {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
}
.our-impact-inner .impact-block-sub h3 {
    color: #2a9b0f;
    margin: 0;
    font-weight: 700;
    font-size: 50px;
}
.our-impact-inner .impact-block-sub{
    padding-top:0;
}
.update-text{
    color: #2a9b0f;
    font-size: 15px;
    font-weight: bold;
    padding-top: 20px;
    text-align: right;
}

/*==== Programms Section=====*/
.Programms-section{
    margin:60px 0 30px;
}
.Programms-section .heading-section{
    margin-bottom: 50px;
}
.Programms-section .heading-section h2{
    font-size: 36px;
    line-height: 40px;
    color: #141414;
}
.programms-list-block .card-header{
    padding: 0;
}
.programms-list-block .card{
    box-shadow: none;
}
.programms-list-block .card .card-header{
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #2a9b0f !important;
    background: transparent;
    border-bottom: none;
    margin-bottom: 10px;
}
.programms-list-block .card .card-header i{
    font-size: 11px;
    font-weight: normal;
    padding: 7px 10px;
    border-radius: 50%;
    border: 1px solid #2a2a2a;
    color: #2a2a2a;
    line-height: 15px;
    margin-right: 10px;
}
.programms-list-block .card .card-body p{
    font-size: 15px;
    line-height: 29px;
}
.mega_content{
    background: #2a9b0f;
    padding:10px;
    text-align: center;
}
.mega_content p{
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    color:#fff;
    font-weight: bold;
    margin: 0;
}
.mega_content a{
    font-size: 18px;
    color: #ffffff;
    border: 1px solid #FFFFFF;
    padding: 2px 30px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
}



/*====== Shope==========*/
.shop-section{
    margin: 0 0 25px;
}
.shop-section-area-top{
    background: url(../img/about-us-orange-background_pncgdc.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.shop-section-area-top-inner {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}
.shop-section-area-top-inner h2 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin: 0;
}
.shop-section-inner{
    padding-top:25px ;
}
.card.card-cascade.narrower {
    margin-top: 1.25rem;
}
.card.card-cascade.narrower .view {
    position: relative;
    overflow: hidden;
    cursor: default;
    display: contents;
}
.card.card-cascade .view.view-cascade {
    border-radius: .25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.card.card-cascade.narrower .view.view-cascade {
    margin-top: -1.25rem;
    margin-right: 4%;
    margin-left: 4%;
}
.card.card-cascade.narrower .card-footer{
    background: none;
}
.shop-section .card-body{
    padding: .5rem .5rem .8rem;
}
.shop-section .card-title a{
    font-size: 15px;
    font-weight: 500;
    color: #df0403;
}
.card.card-cascade.narrower .card-footer{
    padding: 6px 10px 0;
}
.price-box {
    font-size: 0;
    font-weight: 600;
    color: #2b2b2d;
    margin-bottom: 0.5rem;
}
.old-price {
    color: #000000;
    font-size: 14px;
    text-decoration: line-through;
}
.old-price+.product-price {
    color: #ff0000;
    margin-left: 1rem;
}
.product-price {
    font-size:15px;
}
.add-cart {
    color: #ffffff;
    background: #e00604;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding: .5rem .5rem;
    min-width: 115px;
    transition-duration: 0s;
    display: inline-block;
    border-radius: 22px;
}
.add-cart:hover{
    background: #000;
    color: #fff;
}
.shop-section .card{
    transition-duration: .5s;
}
.shop-section .card:hover{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.36), 0 2px 10px 0 rgba(0, 0, 0, 0.4);
}
@media(max-width: 480px){
.shop-section .card-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shop-section .card-title a{
    font-size: 13px;
}
}
@media(max-width: 400px){
.price-box{
    text-align: center;
    margin-bottom: 0.2rem;
}
.old-price {
    font-size: 12px;
    display: block;
}
.product-price{
    margin:0;
    margin-left: 0 !important;
}
.product-price {
    font-size: 13px;
}
.add-cart{
    font-size: 11px;
    padding: .3rem .3rem;
    min-width: 90px;
}
}

/*=========Shop Details==========*/
.shop-details-section{
    /*padding: 35px 0;*/
}
.left-details-shop h2{
    font-size: 24px;
    font-weight: 600;
    color: #e00604;
    margin: 0;
}
.left-details-shop h3{
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;

}
.left-details-shop h3 span{
    font-weight: 600;
}
.left-details-shop h3 small{
    font-weight: 500;
}
.description-section{
    margin-top: 20px;
}
.description-section h4{
    font-size: 18px;
    font-weight: 600;
}
.description-section p{
    font-size: 15px;
    font-weight: 400;
    color: #828282;
}
.choose-section h5{
    font-size: 14px;
    font-weight: 600;
}
.choose-section .select-wrapper {
    width: 60%;
}
.choose-section .select-wrapper .select-dropdown li.disabled,
.choose-section .select-wrapper .select-dropdown li.disabled>span,
.choose-section .select-wrapper .select-dropdown li.optgroup {
    color: rgb(224, 7, 5);
    font-weight: 400;
}
.choose-section .select-wrapper input.select-dropdown{
    border: 1px solid #df0503;
    padding: 6px;
    height:48px;
}
.choose-section .select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 6px;
    top: 1rem;
    font-size: .63rem;
}
.choose-section .dropdown-content li>a,
.choose-section .dropdown-content li>span {
    font-size: 14px;
    font-weight: 400;
    color: #df0504;
}
.number-input input[type="number"] {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}

.number-input {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.number-input button {
-webkit-appearance: none;
background-color: transparent;
border: none;
align-items: center;
justify-content: center;
cursor: pointer;
margin: 0;
position: relative;
}

.number-input button:before,
.number-input button:after {
display: inline-block;
position: absolute;
content: '';
height: 2px;
transform: translate(-50%, -50%);
}

.number-input button.plus:after {
transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
text-align: center;
}

.number-input.number-input {
border: 1px solid #df0504;
width: 10rem;
border-radius: .25rem;
}

.number-input.number-input button {
width: 2.6rem;
height: .7rem;
}

.number-input.number-input button.minus {
padding-left: 10px;
}

.number-input.number-input button:before,
.number-input.number-input button:after {
width: .7rem;
background-color: #495057;
}

.number-input.number-input input[type=number] {
max-width: 4rem;
padding: .5rem;
border: 1px solid #df0503;
border-width: 0 1px;
font-size: 1rem;
height: 2rem;
color: #495057;
}

@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance: none) and (stroke-color:transparent) {

.number-input.def-number-input.safari_only button:before,
.number-input.def-number-input.safari_only button:after {
margin-top: -.3rem;
}
}
}
.buy-now-btn{
    margin: 0;
    background: #000;
    color: #fff;
    margin-top: 20px;
}
.buy-now-btn:hover{
    background: #df0403;
    color: #fff;
}
.shop-details-section-inner .carousel{
    height: 100%;
}
.desc-section{
    margin-top:25px;
}
.desc-section p{
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}

@media(max-width: 480px){
.choose-section .select-wrapper {
    width: 100%;
}
}

/*======== Blog list Section =======*/
.our-blogs-section{
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}
.our-blogs-section .news-block {
    margin-bottom: 40px;
}
.news-block {
    position: relative;
    margin-bottom: 30px;
}
.news-block .inner-box {
    position: relative;
}
.news-block .inner-box .image {
    position: relative;
}
.news-block .inner-box .image .post-date {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    z-index: 1;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    padding: 3px 8px 0px;
    text-align: center;
    background-color: #000000;
    border: 1px solid #fff;
    text-transform: capitalize;
}
.news-block .inner-box .image .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: scale(0.6,0.6);
    background-color: rgba(186, 23, 23, 0.7);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.news-block .inner-box:hover .image .overlay-link {
    opacity: 1;
    transform: scale(1,1);
}
.news-block .inner-box .lower-content {
    position: relative;
    padding: 35px 28px 30px;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.05);
}
.news-block .inner-box .lower-content .post-info {
    position: relative;
}
.news-block .inner-box .lower-content .post-info li {
    position: relative;
    color: #7e8597;
    font-size: 14px;
    display: inline-block;
    padding-right: 12px;
    margin-right: 12px;
    line-height: 1.2em;
    border-right: 1px solid #d2d9e0;
    font-weight: 400;
}
.news-block .inner-box .lower-content .post-info li:last-child {
    border: none;
    padding-right: 0px;
    margin-right: 0px;
}
.news-block .inner-box .lower-content h3 {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: 10px;
}
.news-block .inner-box .lower-content h3 a {
    position: relative;
    color: #d80000;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .inner-box .lower-content .read-more {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    margin-top: 15px;
    display: inline-block;
    padding-right: 22px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .inner-box .lower-content .read-more:hover {
    color: #c02222;
    padding-right: 0px;
    padding-left: 22px;
}
.news-block .inner-box .lower-content .post-info li .fa {
    position: relative;
    margin-right: 8px;
}
.news-block .inner-box .image .overlay-link .fa {
    position: relative;
    color: #ffffff;
    top: 49%;
    font-size: 28px;
    margin-top: -5px;
    display: inline-block;
}
.news-block .inner-box .lower-content .read-more .arrow.left {
    position: absolute;
    left: 0px;
    top: 3px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .inner-box .lower-content .read-more .arrow.right {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .inner-box .lower-content .read-more .arrow.right {
    position: absolute;
    right: 0px;
    top: 4px;
}
.news-block .inner-box .lower-content .read-more:hover .arrow.right {
    opacity: 0;
}
.news-block .inner-box .lower-content .read-more:hover .arrow.left {
    opacity: 1;
}
.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
}
.styled-pagination ul {
    position: relative;
}
.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 4px 5px;
}
.styled-pagination li a {
    position: relative;
    display: block;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 53px;
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.styled-pagination li.prev a, .styled-pagination li.next a {
    color: #abafbb;
    font-size: 18px;
}
.styled-pagination li.active a, .styled-pagination li a:hover {
    color: #ffffff;
    border-color: #ba1717;
    background: #ba1717;
}
/*======== End Blog list Section =======*/

/*======= BLog Details Section =======*/
.sidebar-page-container{
    position:relative;
    margin:25px 0px;
}
.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
    margin-bottom:40px;
}
.sidebar-page-container .sidebar-side .sidebar{
    position:relative;
}

.sidebar-page-container .sidebar-side .sidebar .left-sidebar{
    padding-right:30px;
}

.sidebar-page-container .sidebar-side .sidebar.alternate{
    border:1px solid #e2e8f0;
}

.sidebar-page-container .sidebar-side .sidebar .sidebar-inner{
    padding-left:30px;
}

.sidebar-page-container.style-two{
    padding-top:0px;
}

.sidebar-page-container.style-two .sidebar-side{
    padding-top:100px;
}

/*Sidebar Widget*/

.sidebar-widget{
    position: relative;
    margin-bottom: 40px;
}

/*Search Box Widget*/

.sidebar .search-box .form-group{
    position:relative;
    margin:0px;
    padding-right:70px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
    position:relative;
    line-height:43px;
    padding:10px 50px 10px 20px;
    border:1px solid transparent;
    background:#e9eef3;
    display:block;
    font-size:14px;
    width:100%;
    height:60px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button{
    position:absolute;
    right:0px;
    top:0px;
    height:60px;
    width:60px;
    display:block;
    font-size:16px;
    color:#ffffff;
    line-height:100%;
    font-weight:normal;
    background:#f97534;
}

/*** 

====================================================================
    Sidebar Title
====================================================================

***/

.sidebar-title{
    position:relative;
    margin-bottom:25px;
}

.sidebar-title h2{
    position: relative;
    font-size: 24px;
    color:#222222;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing:1px;
    padding-left:70px;
}

.sidebar-title h2:before{
    position:absolute;
    content:'';
    left:0px;
    top:15px;
    width:50px;
    height:1px;
    background-color:#f97534;
}

/* Categories Widget */

.categories-widget .widget-content{
    position:relative;
    padding:15px 28px;
    border:1px solid #e2e8f0;
}

.blog-cat{
    position:relative;
}

.blog-cat li{
    position:relative;
    padding-bottom:12px;
    margin-bottom:14px;
    border-bottom:1px solid #e2e8f0;
}

.blog-cat li:last-child{
    margin-bottom:0px;
    padding-bottom:0px;
    border-bottom:none;
}

.blog-cat li a{
    position: relative;
    color: #7e8597;
    font-size: 14px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-weight: 500;
}

.blog-cat li a:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    opacity:0;
    color:#f97534;
    content: "\f178";
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    font-family: "FontAwesome";
}

.blog-cat li a:hover::before{
    opacity:1;
}

.blog-cat li a sup{
    position:relative;
    opacity:0;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.blog-cat li a:hover{
    color:#f97534;
    padding-left:25px;
}

.blog-cat li:hover a sup{
    opacity:1;
}

/* Post Widget */

.post-widget .widget-content{
    position:relative;
    padding:30px 30px;
    border:1px solid #e2e8f0;
}

/* News Post */

.news-post{
    position:relative;
    margin-bottom:25px;
}

.news-post:last-child{
    margin-bottom:0px;
}

.news-post .post-inner{
    position:relative;
}

.news-post .post-inner .image{
    position:relative;
}

.news-post .post-inner .image img{
    position:relative;
    width:100%;
    display:block;
}

.news-post .post-inner .image .overlay-link{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: scale(0.6,0.6);
    background-color: rgba(186, 23, 23, 0.63);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.news-post .post-inner .image .overlay-link .icon{
    position: relative;
    color: #ffffff;
    top: 49%;
    font-size: 24px;
    margin-top: -15px;
    display: inline-block;
}

.news-post .post-inner:hover .image .overlay-link{
    transform: scale(1,1);
    opacity:1;
}

.news-post .post-inner .lower-content{
    position:relative;
    padding-top:18px;
}

.news-post .post-inner .lower-content .category{
    position:relative;
    color:#f97534;
    font-size:15px;
    padding-left:25px;
}

.news-post .post-inner .lower-content .category:before{
    position:absolute;
    content:'\f07c';
    left:0px;
    top:0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.news-post .post-inner .lower-content h4{
    position: relative;
    line-height: 1.6em;
    font-weight: 700;
    font-size: 14px;
    margin-top: 0px;
}

.news-post .post-inner .lower-content h4 a{
    position:relative;
    color:#222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-post .post-inner .lower-content h4 a:hover{
    color:#f97534;
}

/* Tags */

.tags-widget .widget-content{
    position:relative;
    padding:30px 30px;
    border:1px solid #e2e8f0;
}

.tags-widget a{
    position:relative;
    padding:8px 14px;
    color:#7e8597;
    font-size:15px;
    margin-right:1px;
    margin-bottom:4px;
    text-transform:capitalize;
    display:inline-block;
    background-color:#e9eef3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tags-widget a:hover{
    color:#ffffff;
    background-color:#f97534;
}

/* Gallery Widget */

.gallery-widget .widget-content{
    position:relative;
    padding:30px 30px 10px;
    border:1px solid #e2e8f0;
}

.gallery-widget .widget-content .gallery-outer{
    position:relative;
    margin:0px -10px;
}

.gallery-widget .widget-content .gallery-outer .image{
    position:relative;
    float:left;
    width:33.333%;
    padding:0px 10px;
    margin-bottom:20px;
}
.gallery-widget .widget-content .gallery-outer .image .image-inner{
    position:relative;
}
.gallery-widget .widget-content .gallery-outer .image img{
    position:relative;
    width:100%;
    display:block;
}
.gallery-widget .widget-content .gallery-outer .image .overlay-link{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: scale(0.6,0.6);
    background-color: rgba(22,26,51,0.90);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.gallery-widget .widget-content .gallery-outer .image .overlay-link .icon{
    position: relative;
    color: #ffffff;
    top: 42%;
    font-size: 24px;
    margin-top: -5px;
    display: inline-block;
}
.gallery-widget .widget-content .gallery-outer .image:hover .overlay-link{
    transform: scale(1,1);
    opacity:1;
}
/* Newsletter Widget */
.newsletter-widget .widget-content{
    position:relative;
    padding:35px 30px 40px;
    background-color:#161a33;
}
.newsletter-widget .widget-content .text{
    position:relative;
    color:#999fb9;
    font-size:15px;
    line-height:1.8em;
    margin-bottom:15px;
}
/* Newsletter Form */
.newsletter-form .form-group{
    position:relative;
    display:block;
    margin:0px;
    width:100%;
}
.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="tel"],
.newsletter-form .form-group input[type="email"],
.newsletter-form .form-group textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:28px;
    height:48px;
    font-size:15px;
    color:#7e8597;
    background:none;
    border-bottom:3px solid #d4dbe4;
    padding:10px 10px 10px 0px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}
.newsletter-form .form-group input[type="submit"],
.newsletter-form button{
    position: relative;
    display: block;
    width:100%;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 42px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    letter-spacing: 1px;
    margin-top:30px;
    background-color: #f97534;
    text-transform: capitalize;
}
/* News Block Three */
.news-block-three{
    position:relative;
    margin-bottom:60px;
}
.news-block-three .inner-box{
    position:relative;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition: all 300ms ease;
}
.news-block-three .inner-box .image{
    position:relative;
    background-color:#f97534;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}
.news-block-three .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}
.news-block-three .inner-box:hover .image img{
    opacity:0.7;
}
.news-block-three .inner-box .image .post-date{
    position:absolute;
    right:30px;
    top:30px;
    width:60px;
    height:60px;
    z-index:1;
    font-size:18px;
    color:#ffffff;
    font-weight:700;
    padding:3px 8px 0px;
    text-align:center;
    text-transform:capitalize;
    background-color:#f97534;
}
.news-block-three .inner-box .lower-content{
    position:relative;
    padding:30px 35px 30px;
    border:1px solid #e9eef3;
}
.news-block-three .inner-box .lower-content .post-info{
    position:relative;
    margin-top:12px;
}
.news-block-three .inner-box .lower-content .post-info li{
    position:relative;
    color:#7e8597;
    font-size:15px;
    display:inline-block;
    padding-right:12px;
    margin-right:12px;
    line-height:1.2em;
    margin-bottom:4px;
    border-right:1px solid #d2d9e0;
}
.news-block-three .inner-box .lower-content .post-info li strong{
    font-weight:400;
    color:#222222;
}
.news-block-three .inner-box .lower-content .post-info li .icon{
    position:relative;
    margin-right:8px;
    color:#7e8597;
}
.news-block-three .inner-box .lower-content .post-info li:last-child{
    border:none;
    padding-right:0px;
    margin-right:0px;
}
.news-block-three .inner-box .lower-content h3{
    position:relative;
    color:#222222;
    font-size:30px;
    font-weight:700;
    line-height:1.5em;
}
.news-block-three .inner-box .lower-content h3 a{
    position:relative;
    color:#222222;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}
.news-block-three .inner-box .lower-content h3 a:hover{
    position:relative;
    color:#f97534;
}
.news-block-three .inner-box .lower-content .text{
    position:relative;
    font-size:15px;
    color:#7e8597;
    line-height:1.8em;
    margin-bottom:28px;
    padding-top:25px;
    margin-top:20px;
    border-top:1px solid #e9eef3;
}
.news-block-three .inner-box .lower-content .read-more{
    position:relative;
    font-weight:700;
    color:#222222;
    font-size:15px;
    display:inline-block;
    padding:14px 38px;
    border-radius:50px;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition: all 300ms ease;
    background-color:#e9eef3;
    font-family: 'Playfair Display', serif;
}
.news-block-three .inner-box .lower-content .read-more .arrow{
    position:relative;
    top:1px;
    margin-left:5px;
}
.news-block-three .inner-box .lower-content .read-more:hover{
    color:#ffffff;
    background-color:#f97534;
}
/* Blog Single */
.blog-single{
    position:relative;
}
.blog-single .inner-box{
    position:relative;
    background-color:#ffffff;
}
.blog-single .inner-box .title-box{
    position:relative;
    padding-bottom:15px;
    border-bottom:1px solid #e2e8f0;
}
.blog-single .inner-box .title-box .post-date{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    z-index: 1;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 12px 0px;
    text-align: center;
    text-transform: capitalize;
    background-color: #f97534;
}
.blog-single .inner-box .title-box .category{
    position:relative;
    color:#f97534;
    font-size:15px;
    padding-left:25px;
}
.blog-single .inner-box .title-box .category:before{
    position:absolute;
    content:'\f07c';
    left:0px;
    top:0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.blog-single .inner-box .title-box h2{
    position:relative;
    color:#222222;
    font-size:26px;
    font-weight:700;
    line-height:1.3em;
    margin-top:10px;
}
.blog-single .inner-box .lower-content{
    position:relative;
    padding-top:15px;
}
.blog-single .inner-box .lower-content .text{
    position:relative;
}
.blog-single .inner-box .lower-content .text p{
    position:relative;
    font-size: 14px;
    line-height: 29px;
    font-weight: 400;
    margin: 0;
}
.blog-single .inner-box .lower-content .text h3{
    position:relative;
    color:#222222;
    font-size:24px;
    font-weight:700;
    margin-bottom:22px;
}
.blog-single .inner-box .lower-content .text blockquote{
    position:relative;
    padding-left:40px;
    padding-top:15px;
    margin-top:30px;
    padding-bottom:15px;
    border-left:2px solid #f97534;
}
.blog-single .inner-box .lower-content .text blockquote .quote-icon{
    position:absolute;
    left:50px;
    top:0px;
    color:#e9eef3;
    line-height:1em;
    font-size:120px;
}
.blog-single .inner-box .lower-content .text blockquote .quote-text{
    position:relative;
    color:#7e8597;
    font-size:24px;
    line-height:1.5em;
    margin-bottom:20px;
}
.blog-single .inner-box .lower-content .text blockquote .author-name{
    position:relative;
    color:#222222;
    font-size:18px;
    font-weight:500;
    padding-left:70px;
}
.blog-single .inner-box .lower-content .text blockquote .author-name:before{
    position:absolute;
    height:1px;
    content:'';
    left:0px;
    top:10px;
    width:50px;
    background-color:#f97534;
}
.blog-single .inner-box .lower-content .text blockquote .tweet{
    position:relative;
    color:#f97534;
    font-size:18px;
    font-weight:400;
    border-bottom:2px solid #f97534;
}
.blog-single .inner-box .lower-content .image{
    position:relative;
    margin-top:45px;
    margin-bottom:45px;
}
.blog-single .post-share-options{
    position:relative;
    margin-top:20px;
    padding-top:10px;
    border-top:1px solid #e2e8f0;
}
.blog-single .post-share-options .tags{
    position:relative;
}
.blog-single .post-share-options .tags a{
    position:relative;
    color:#868298;
    font-size:15px;
    padding:4px 18px;
    margin-right:8px;
    display:inline-block;
    border:1px solid #e2e8f0;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition: all 300ms ease;
}
.blog-single .post-share-options .tags a:hover{
    color:#ffffff;
    border-color:#f97534;
    background-color:#f97534;
}
.blog-single .post-share-options .social-box{
    position:relative;
}
.blog-single .post-share-options .social-box li{
    position:relative;
    margin-left:10px;
    color:#222222;
    font-size:16px;
    font-weight:700;
    display:inline-block;
}
.blog-single .post-share-options .social-box li .share{
    color:#ba1717;
    font-weight:400;
}
.blog-single .post-share-options .social-box li a{
    position:relative;
    color:#b3b9c8;
    font-size:13px;
    font-weight:400;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition: all 300ms ease;
}
.blog-single .post-share-options .social-box li a:hover{
    color:#f97534;
}
/*Author Box*/
.author-box{
    position:relative;
    margin-top:20px;
}
.author-box .author-comment{
    position: relative;
    padding: 40px 35px 35px 40px;
    background-color: #ba1717;
}
.author-box .author-comment .content-box{
    position:relative;
    padding-left:130px;
}
.author-box .author-comment .content-box .image{
    position:absolute;
    left:0px;
    top:20px;
    width:100px;
    height:100px;
    overflow:hidden;
    margin-bottom:20px;
    border-radius:50%;
}
.author-box .author-comment .content-box h3{
    position:relative;
    color:#ffffff;
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
}
.author-box .author-comment .content-box .text{
    position:relative;
    color:#fff;
    font-size:15px;
    font-weight:400;
    line-height:1.8em;
    margin-bottom:15px;
}
.author-box .author-comment .content-box .social-box{
    position:relative;
}
.author-box .author-comment .content-box .social-box li{
    position:relative;
    margin-right:10px;
    display:inline-block;
}
.author-box .author-comment .content-box .social-box li a{
    position: relative;
    width: 40px;
    height: 40px;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    border: 1px solid rgb(255, 255, 255);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.author-box .author-comment .content-box .social-box li a:hover{
    color:#f97534;
    border-color:#ffffff;
    background-color:#ffffff;
}
/*** 
====================================================================
    Comments Area
====================================================================
 ***/
.sidebar-page-container .comments-area{
    position:relative;
    margin-top:40px;
}
.sidebar-page-container .group-title{
    position:relative;
    margin-bottom:30px;
}
.sidebar-page-container .group-title h4{
    position:relative;
    font-size:24px;
    color:#222222;
    font-weight:700;
    text-transform:capitalize;
}
.sidebar-page-container .comments-area .comment-box{
    position:relative;
    padding:0px 0px 0px;
    margin-bottom:40px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
    border-bottom:1px solid #f5f5f5;
}
.sidebar-page-container .comments-area .comment-box:last-child{
    border-bottom:none;
    margin-bottom:0px;
}
.sidebar-page-container .comments-area .comment{
    position:relative;
    padding:0px 0px 30px 110px;
    font-size:14px;
}
.sidebar-page-container .comments-area .reply-comment{
    padding-left:90px;  
}
.sidebar-page-container .comments-area .comment-box .author-thumb{
    position:absolute;
    left:0px;
    top:0px;
    width:80px;
    margin-bottom:20px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb img{
    width:100%;
    display:block;
}
.sidebar-page-container .comments-area .comment-info{
    margin-bottom:10px;
}
.sidebar-page-container .comments-area .comment-box strong{
    font-size:18px;
    font-weight:700;
    color:#303030;
    display:block;
    line-height:1.3em;
    text-transform:capitalize;
}
.sidebar-page-container .comments-area .comment-box .text{
    font-size: 14px;
    line-height: 29px;
    font-weight: 400;
    margin: 0;
}
.sidebar-page-container .comments-area .comment-info .comment-time{
    font-size: 14px;
    color: #303030;
    margin-top: 4px;
    font-weight: 500;
}
.sidebar-page-container .comments-area .comment-box .theme-btn{
    position:relative;
    font-size:15px;
    color:#222222;
    font-weight:700;
    text-transform:capitalize;
}
.sidebar-page-container .comments-area .comment-box .theme-btn:hover{
    color:#f98044;
}
/*** 
====================================================================
    Comment Form
====================================================================
 ***/
.comment-form{
    position:relative;
    margin-top:30px;
    padding:40px 40px 40px;
    box-shadow:0px 0px 25px rgba(0,0,0,0.10);
}
.comment-form .group-title{
    position:relative;
    margin-bottom:30px; 
}
.comment-form .form-group{
    margin-bottom:30px;
}
.comment-form .form-group label{
    position: relative;
    color: #222222;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.comment-form .form-group:last-child{
    margin-bottom:0px;
}
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
    position:relative;
    display:block;
    width:100%;
    line-height:28px;
    padding:10px 18px;
    color:#888888;
    border:1px solid transparent;
    height:50px;
    font-size:13px;
    background:#e9eef3;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}
.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
    border-color:#f97534;
}
.comment-form .form-group textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:24px;
    padding:15px 18px;
    color:#888888;
    border:1px solid transparent;
    height:180px;
    background:#e9eef3;
    resize:none;
    font-size:13px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}
/* Blog New Posts */
.blog-new-posts{
    position:relative;
    border-top:1px solid #e9eef3;
}
.blog-new-posts .left-column{
    position:relative;
    padding:0px;
    width:50%;
    float:left;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}
.blog-new-posts .left-column:hover{
    background-color:#e9eef3;
}
.blog-new-posts .left-column .inner-column{
    position: relative;
    max-width: 620px;
    padding: 38px 30px 38px 30px;
    float: right;
    width: 100%;
}
.blog-new-posts .left-column .inner-column .content{
    position:relative;
    padding-top:10px;
    padding-left:100px;
}
.blog-new-posts .left-column .inner-column .content .image{
    position:absolute;
    left:0px;
    top:0px;
    width:70px;
    height:70px;
    border-radius:50%;
    overflow:hidden;
    background-color:#161a33;
}
.blog-new-posts .left-column .inner-column .content .image img{
    position:relative;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}
.blog-new-posts .left-column .inner-column:hover .content .image img{
    opacity:0.2;
}
.blog-new-posts .left-column .inner-column h3{
    position:relative;
    color:#222222;
    font-size:20px;
    font-weight:700;
}
.blog-new-posts .left-column .inner-column h3 a{
    position:relative;
    color:#222222;
}
.blog-new-posts .left-column .inner-column .post{
    position:relative;
    font-size:14px;
    font-weight:500;
    letter-spacing:1px;
    margin-top:6px;
    text-transform:uppercase;
}
/* Right Column */
.blog-new-posts .right-column{
    position:relative;
    padding:0px;
    width:50%;
    float:left;
    border-left:1px solid #e9eef3;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}
.blog-new-posts .right-column:hover{
    background-color:#e9eef3;
}
.blog-new-posts .right-column .inner-column{
    position:relative;
    text-align:right;
    max-width: 620px;
    padding: 38px 30px 38px 30px;
    float: left;
    width: 100%;
}
.blog-new-posts .right-column .inner-column .content{
    position:relative;
    padding-top:10px;
    padding-right:100px;
}
.blog-new-posts .right-column .inner-column .content .image{
    position:absolute;
    right:0px;
    top:0px;
    width:70px;
    height:70px;
    border-radius:50%;
    overflow:hidden;
    background-color:#161a33;
}
.blog-new-posts .right-column .inner-column .content .image img{
    position:relative;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}
.blog-new-posts .right-column .inner-column:hover .content .image img{
    opacity:0.2;
}
.blog-new-posts .right-column .inner-column h3{
    position:relative;
    color:#222222;
    font-size:20px;
    font-weight:700;
}
.blog-new-posts .right-column .inner-column h3 a{
    position:relative;
    color:#222222;
}
.blog-new-posts .right-column .inner-column .post{
    position:relative;
    font-size:14px;
    font-weight:500;
    letter-spacing:1px;
    margin-top:6px;
    text-transform:uppercase;
}
.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 42px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    background-color: #ba1717;
    text-transform: capitalize;
}
.btn-style-two:hover{
    background: #000;
    color: #fff;
}
@media(max-width: 767px){
.blog-single .inner-box .title-box h2{
    font-size: 16px;
}
.blog-single .inner-box .title-box .post-date {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    z-index: 1;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    padding: 7px 12px 0px;
}
}
@media(max-width: 480px){
.blog-single .inner-box .title-box .post-date{
    display: none;
}
}

/*============= Check out ===============*/
.ckeckout_page{
    margin: 25px 0px;
}
.checkout_page_inner_left_block .card{
    margin-bottom: 10px;
}
.checkout_page_inner_left_block .card-header{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    background: linear-gradient(90deg,#000000,#000000) !important;
}
.checkout_page_inner_left_block .card-header a{
    color: #fff;
}
.checkout_page_inner_left_block .card-header a h5{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.checkout_page_inner_left_block .card-body{
    border: 1px solid #e00604;
    border-top: none;
}
.form-delivery label{
    display: block;
    background: #ef3925;
    text-align: center;
    color: #fff;
    margin-bottom: 4px;
    margin-top: 4px;
    font-size: 15px;
    font-weight: 600;
    padding: 5px;
}
.form-delivery .select-wrapper {
    margin: 0;
}
.form-delivery .select-wrapper input.select-dropdown{
    border: 1px solid #ced4da !important;
    border-radius: .25rem;
    font-size: 14px;
    height: 36px;
    padding-left: 10px;
    width: 96.5%;
}
.form-delivery .select-wrapper span.caret {
    right: 10px;
}
.form-delivery .dropdown-content li>a,
.form-delivery .dropdown-content li>span {
    font-size: 14px;
    font-weight: 400;
    color: #ef3925;
}
.form-delivery .dropdown-danger .dropdown-content li a,
.form-delivery .dropdown-danger .dropdown-content li span:hover,
.form-delivery .dropdown-danger .dropdown-content li.active {
    background-color: #c00!important;
    color:#fff !important;
}


.order_details_section{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 10px;
    position: relative;
    margin-bottom: 15px;
}
.product-desc-right-sec h5{
    font-size: 16px;
    font-weight: 600 !important;
}
.custom-edit .select-wrapper{
    margin:0;
}
.custom-edit .select-wrapper input.select-dropdown {
    border: 1px solid #ced4da !important;
    border-radius: .25rem;
    font-size: 14px;
    height: 36px;
    padding-left: 10px;
    width: 96.5%;
}
.custom-edit .dropdown-content li>a,
.custom-edit .dropdown-content li>span {
    font-size: 14px;
    font-weight: 400;
    color: #ef3925;
}
.custom-edit .dropdown-danger .dropdown-content li a,
.custom-edit .dropdown-danger .dropdown-content li span:hover,
.custom-edit .dropdown-danger .dropdown-content li.active {
    background-color: #c00!important;
    color:#fff !important;
}
.price_block h6{
    font-weight: 600 !important;
    font-size: 14px;
}
.price_block h6 span{
    color: #ba1717;
}
.remove-icon{
    position: absolute;
    top: -7px;
    right: -7px;
    background: #ba1717;
    padding: 2px 7.5px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
}
.summary .card .card-body{
    padding: 0;
}
.summary .card .card-body h4{
    padding: 10px;
    background: linear-gradient(90deg,#ff5d39,#df0403);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.body-content{
    padding: 0 15px;
    font-size: 12px;
    font-weight: 500;
}
dd {
    margin-bottom: 0;
    margin-left: 0;
    border-bottom: 1px solid #ecececc2;
    padding-bottom: 10px;
    padding-top: 10px;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0rem;
}
.subtotal-block{
    padding: 15px 0;
    background: #d6d6d6;
}


/*====== Theme Hero Section =======*/
.them-hero-section{
    padding: 25px 0;
    background-image: url(../img/swirl-1.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.hero-story{
    background: #f9f9f9;
    padding: 15px;
}
.hero-story p{
    font-size: 15px;
    line-height: 29px;
    font-weight: 400;
    text-align: center;
}
.watch-video-btn{
    background: #ee3d2a;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    display: table;
    margin: 0 auto;
}
.watch-video-btn:hover{
    color: #fff;
}
@media(max-width: 767px){
.them-hero-section{
        background-image: none !important;
}
}

/*====== Story Section ========*/
.story_section-area-top {
    background: url(../img/about-us-orange-background_pncgdc.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.story_section-area-top {
    margin: 0 auto;
    padding: 25px 0;
}
.story_section-area-top h2 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin: 0;
}
.story_section_block{
    padding:25px 0;
}
.story_section_item{
    margin-bottom: 30px;
}
.story_section_item_img img{
    width: 100%;
    height: 145px;
    object-fit: cover;
}
.Story_name h5{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
.Story_name h2{
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    margin:0;
}
.story_desc p{
    padding: 0;
    margin: 0 0 20px;
    line-height: 26px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}
.stroy-read{
    font-size: 13px;
    padding: 8px 12px;
    color: white !important;
    background-color: #ef3924 !important;
    border-radius: 30px;
}
@media(max-width:1199px){
.story_section_block .col-lg-4{
    flex:100%;
    max-width:100%;
}
.story_section_item_img img{
    height:auto;
}
}
@media(max-width:991px){
.story_section_item_img img{
    width: 100%;
    height: auto;
}
}

/*======= Story Details ==========*/
.story_share_option{
    text-align: center;
    margin-bottom: 15px;
}
.story_section_details{
    padding: 25px 0;
}
.story_section_details_inner h1{
    font-size: 30px;
    font-weight: bold;
}
.stroy_content h3{
    color: #d33;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.story_section_details_inner p{
    margin: 0px;
    line-height: 26px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}
.story_share_option a {
    transition: .5s;
    color: #fff;
    font-size: 12px;
    padding: 8px 20px;
    width: 120px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}
.story_share_option a:hover{
    margin-left: 10px;
}
.Share_for .text {
    font-weight: 400;
    display: inline-block;
    padding: 0 3px 0 3px;
    color: #fff;
}
.bg-fb{
    background: #4267B2;
}
.bg-tw{
    background-color: #55acee;
}
.bg-mail{
    background-color: #7d7d7d;
}
.bg-link{
    background-color: #0077b5;
}
.bg-whats{
    background-color: #25d366;
}

/*====== The Man/Kind Hero ========*/
.hero-section-area-top {
    background: url(../img/about-us-orange-background_pncgdc.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-section-area-top {
    margin: 0 auto;
    padding: 25px 0;
}
.hero-section-area-top h2 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin: 0;
}
.hero-section-area-content{
    padding:25px 0;
}
.hero-item{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 20px;
    border-radius: 5px;
}
.hero-item-text{
    margin-bottom:20px;
}
.hero-item p{
    margin: 0px;
    line-height: 26px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}
.hero-img-section img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.hero-bottom {
    margin-top:20px;
}
.hero-bottom h2{
    font-size: 18px;
    font-weight: bold;
    margin: 0
}
.hero-bottom a{
    background: #d62626;
    padding: 8px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
}
.hero-bottom .for-right{
    text-align: right;
}
@media(max-width: 991px){
.hero-item{
    margin-bottom: 20px;
}
.hero-bottom .for-right {
    text-align: left;
}
.hero-bottom h2{
    margin-bottom: 10px;
}
}


/*========Impact section ==============*/
.our-impact-section-area-top {
    background: url(../img/about-us-orange-background_pncgdc.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.our-impact-section-area-top-inner {
    width: 90%;
    margin: 0 auto;
    padding: 35px 0;
}
.our-impact-section-area-top-inner h2 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: 400;
}
.our-impact-area-block{
    padding:25px 0;
}
.our-impact-area-block .heading-section{
    margin-bottom: 10px;
}
.our-impact-area-block .heading-section h2{
    font-size: 35px;
}
.our-impact-area-block-content p {
    font-size: 14px;
    line-height: 29px;
    font-weight: 400;
    margin: 0;
}
.our-impact-area-block-content-acordian .card{
    box-shadow: none;
    margin-bottom: 20px
}
.our-impact-area-block-content-acordian .card-header{
    padding: 0;
    background: none;
    border-bottom: none;
}
.our-impact-area-block-content-acordian .card-header a{
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    text-transform: capitalize;
}
.our-impact-area-block-content-acordian .card-header a i{
    margin-right: 10px;
    color: #f1231d;
}
.our-impact-area-block-content-acordian .card-body ol li{
    font-size:14px;
    line-height: 29px;
    font-weight: 400;

}
.annual_left_btn{
    border:2px solid #555555;
    color: #f7f7f7;
    padding:18px 30px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    margin-right: -3px;
    color: #333333;
    display: inline-block;
}
.annual_right_btn{
    border:2px solid #555555;
    padding:16px 30px;
    font-size: 18px;
    font-weight: 400;
    margin-left: -3px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    color: #333333;
    display: inline-block;
}
.annual_left_btn:hover, .annual_right_btn:hover{
    background: #888888;
    color: #f7f7f7;
}
.our-impact-area-block p{
    font-size: 14px;
    line-height: 29px;
    font-weight: 400;
    margin: 0;
}
/*========Our Believers section ==============*/
.our-believers-section-area-top {
    background: url(../img/about-us-orange-background_pncgdc.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.our-believers-section-area-top-inner {
    width: 90%;
    margin: 0 auto;
    padding: 35px 0;
}
.our-believers-section-area-top-inner h2 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: 400;
}
.our-believers-section-inner{
    padding:25px 0;
}
.our-believers-section-inner-item{
    text-align: center;
    margin-bottom:20px;
}
.our-believers-icon-box{
    margin-bottom: 24px;
}
.our-believers-icon-box i{
    font-size:63px;
    color: #ef3925 ;
}
.our-believers-section-inner-item-content h3{
    color: #292d33;
    display: block;
    font-weight: 700;
    padding: 0px 0 14px 0;
    margin: 0px;
    font-size: 20px;
}
.our-believers-section-inner-item-content p{
    font-size: 14px;
    line-height: 29px;
    font-weight: 400;
    margin: 0;
    color: #999999;
}
.our-believers-section-inner-special{
    border: .5px solid #ef3925;
    border-right: none;
    border-left: none;
    padding: 10px 0;
}
.our-believers-section-inner-special h3{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.our-some-believers .heading-section h2{
    font-size: 36px;
}
.believers-logo-block{
    margin-bottom: 25px;
}

/*============Career Page==============*/
.our-career-section-area-top {
    background: url(../img/about-us-orange-background_pncgdc.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.our-career-section-area-top-inner {
    width: 90%;
    margin: 0 auto;
    padding: 35px 0;
}
.our-career-section-area-top-inner h2 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: 400;
}
.our-careee-section-inner{
    padding: 25px 0;
}
.our-careee-section-inner .heading-section h2{
    font-size: 36px;
}
.caree-section-content h4{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.career-section-item-accordian .card{
    box-shadow: none;
}
.career-section-item-accordian .card-header{
    background: #fafafa;
    border: 0;
    position: relative;
}
.career-section-item-accordian .card-header a{
    font-weight: 700;
    color: #D33;
    display: block;
}
.career-section-item-accordian .card-header a span{
    font-weight: 400;
    color: #666;
}
.career-section-item-accordian .card-header a i{
    position: absolute;
    right: 0;
    top: 4px;
    font-weight: normal;
    font-size: 14px;
    color: #666;
}
.career-section-item-accordian .card .card-body p{
    font-size: 14px;
    line-height: 29px;
    font-weight: 400;
    margin: 0;
    color: #000000;
}
.apply_now-btn{
    background-color: #dd3333;
    padding: 10px 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
}
.apply_now-btn:hover{
    color:#fff;
}
.career-section-item-accordian .card .card-body ul{
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    color: #666;
    margin-bottom:20px;
}
.career-section-item-accordian .card .card-body ul li{
    list-style: disc;
    margin-left: 13px;
    color: #666;
}
.right-btn-section{
    margin: 0px 0 0 20px;
    padding: 0;
    float: right;
    max-width: 183px;
    height: 126px;
}
@media(max-width:767px){
.right-btn-section{
    float: none;
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0;
    text-align: center;
    height: auto;
}
.apply_now-btn{
    margin:0 auto;
}
}
/*===== News & event ========*/
.new-media-section{
    padding:0 0 25px;
}

ul.resp-tabs-list,
.resp-tabs-list li {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin: 0;
    list-style: none;
    cursor: pointer;
    /*float: left;*/
}
.resp-tabs-list li {
    border-radius: 5px;
    padding: 14px 20px; 
    background-color: #fafafa; 
    color: #666;
}
.resp-tabs-list li i{
    margin-right:10px;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
#horizontalTab{
    text-align: center;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
    display: none;
}
.resp-tabs-container .resp-tab-content:first-child{
    display: block;
}
.resp-tab-active {
  
}
.resp-tab-active {
    background-color: #ef3925 !important;
    color: #fff !important;
}
.resp-content-active,
.resp-accordion-active { display: block; }
.resp-tab-content {margin-top: 30px;}
h2.resp-accordion {
    font-size: 16px;
    margin: 0px;
    padding: 10px 15px;
    font-weight: 400;
}
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {background: #ffffff00 !important; color: #666!important;}
.resp-easy-accordion h2.resp-accordion { display: block; }
.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; }
.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
.resp-jfit {width: 100%; margin: 0px;
}
.resp-tab-content-active { display: block !important; }
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
ul.resp-tabs-list { display: none; }
h2.resp-accordion {
    display: block;
    font-size: 16px;
    margin: 0px;
    padding: 10px 15px;
    font-weight: 400;
}
h2.resp-accordion i{
    margin-right: 10px;
}
.resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1;}
.resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
}
/*.resp-accordion-closed { display: none !important;}*/
.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
}
.uc_image_product_box {
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 30px;
}
.media-item-inner .col-md-3:nth-child(1){
    overflow: hidden;
    position: relative;
}
.media-item-inner .col-md-3:nth-child(2){
    overflow: hidden;
    position: relative;
}
.media-item-inner .col-md-3:nth-child(3){
    overflow: hidden;
    position: relative;
}
.media-item-inner .col-md-3:nth-child(4){
    overflow: hidden;
    position: relative;
}
.uc_image_product_box_wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    color: #fff;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.uc_image_product_box_wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.uc_image_product_box:hover .uc_image_product_box_wrapper {
    transform: translateY(-70px);
}
.uc_content{
    position: absolute;
    bottom:30px;
}
.uc_content h3{
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}
.uc_content h5{
    font-size: 15px !important;
    margin: 0 0 0 !important;
    color: white !important;
    text-align: left;
    font-weight: 400;
}
.uc_image_product_box .uc_btn_back {
    background: linear-gradient(to top, #ff122a, #ff122a);
    padding: 20px;
    transform: rotateX(-90deg);
    transform-origin: center top 0;
    transform-style: preserve-3d;
    width: 100%;
    top: 100%;
    transition: all .25s ease-in-out;
    position: absolute;
}
.uc_image_product_box:hover .uc_btn_back {
    transform: rotateX(0deg);
    transform: translateY(-70px);
}
.uc_button{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    padding: .7em 1.6em;
    font-weight: 400;
}
.uc_image_product_box .uc_btn_back a:hover {
    transition: all 0.25s ease-in-out !important;
    background: #f8f8f8 !important;
    color: #2a2a2a !important;
}
@media (max-width: 767px){
.new-media-section .container {
    max-width: 980px;
}
}

.video_img_block{
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}
.video_img_block .image {
  width: 100%;
  height: auto;
}
.overlay-op{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #ff000000;
}
.video_img_block:hover .overlay-op {
  opacity: 1;
}
.icon {
    color: #d00b0b;;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.yotu-video-title{
    position: absolute;
    height: inherit;
    line-height: 12px!important;
    width: auto;
    max-width: calc(100% - 6%);
    bottom: 0;
    left: 0;
    display: -webkit-box;
    background-color: rgb(243, 16, 16) !important;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 6px;
    margin: 3%!important;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    box-sizing: border-box;
    float: none;
    display: inline-block;
}
.video_img_block img{
    width: 100%;
    height: 170px;
    object-fit: cover;
}

/*======== reports-financial-section =========*/
.reports-financial-section{
    padding:25px 0;
}
.reports-financial-section-block{
    text-align: center;
}
.reports-financial-section-block h2{
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 25px;
}
.reports-items a{
    padding: 10px 20px;
    color: #ffffff;
    border: none;
    background-color: #dd3333;
    background-image: -webkit-linear-gradient(left, #dd3333 0%, #ff9123 50%,#dd3333 100%);
    background-image: linear-gradient(to right, #dd3333 0%, #ff9123 50%,#dd3333 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
    font-size: 14px;
    font-weight: 400;
    border-radius: 7px;
    display: block;
    margin-bottom: 20px;
}
.reports-items a:last-child{
    margin-bottom: 0;
}
.reports-items a:hover{
    color: #ffffff;
    background-color: #ff9123;
    border: none;
    background-position: 100% 0;
}
.reports-items a i{
    margin-right: 15px;
}
@media(max-width: 767px){
.reports-items a{
    margin: 0 auto;
    display: table;
    margin-bottom: 20px;
}
.reports-financial-section-block{
    margin-bottom: 20px;
}
}

/*========For Content Page Area==========*/
.for-content-page-area{
    padding:25px 0;
}
.for-content-page-area p{
    font-size: 14px;
    line-height: 29px;
    font-weight: 400;
    margin: 0;
}


@media screen and (max-width: 2560px) and (min-width:1921px){
.breadcrumb-area {
    transition: inherit;
    transform: inherit;
}
.bg-fixed {
    background-attachment: fixed;
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.breadcrumb-area {
    padding: 1175px 0 10px;
}
.carousel-caption {
   
    width: 41%;
}
.banner_section h1 {
    font-size: 53px;
}
}
.inner-donate-position{
    position: absolute;
    z-index: 1;
    bottom: 15px;
    width: 100%;
}
/*==== Articel Section====*/
.artical-section{
    padding: 25px 0 0;
}
.artical-section-items p{
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    text-align: left;
} 
.artical-section-items p a{
    color: #ba1717;
    font-size: 14px;
    font-weight: 600;
}
.artic-red{
    border: 1px solid #f31010;
    border-radius: 5px;
    letter-spacing: 1px;
    line-height: 15px;
    font-size: 15px;
    background-color: #f31010;
    padding: 10px;
    margin: 10px;
    color: #ffffff;
    display: inline-block;
}
@media(max-width:767px){
.for-responvive-margin{
    margin-top:25px;
}
}
/*===== content page====*/
.content-page-section{
    padding:25px 0;
}
.content-page-section P{
    font-size: 15px;
    text-align: justify;
    font-weight: 400;
    line-height: 26px;
}


/*==== Home Team========*/
.mamber-details{
    position: absolute;
    bottom: 7px;
    width: 100%;
    text-align: center;
    z-index:1;
}
.mamber-details h5{
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 3px;
}
.mamber-details h6{
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
}
.beliver{
    letter-spacing:0 !important;
}
@media(max-width:991px){
.beliver{
    font-size: 30px !important;
}
}
@media(max-width:776px){
.beliver{
    font-size: 22px !important;
}
}
@media(max-width:575px){
.beliver{
    font-size: 12px !important;
}
}


.imgmargin img{
    margin:10px;
}






/*======== Landing Page ============*/
.landing_section{
    /*background: #000000;*/
    padding: 25px 0 45px;
    font-family: 'Roboto', sans-serif;
}
.landing-logo-section{
    background: #000;
    text-align: center;
    padding: 20px;
}
.landing-logo-section img{
    width:20%;
}
.for-border-btm{
    border-bottom: 5px solid #a51010;
    margin-top: 45px;
    margin-bottom:45px;
}
.landing-heading h4{
    color: #000000;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-family: 'Montserrat', sans-serif;
}
.landing-heading h1{
    color: #000000;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.ft-size{
    font-size: 40px !important;
}
.left-btn-section a{
    background: #ce362e;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    width: 131px;
}
.l-right-btn-section a{
    background: #ce362e;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 117px;
    padding: 10px 15px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    float: right;
    text-align: center;
}
.langing-content-section-upper{
    margin-top: 25px;
}
.landing-content-section-lower{
    margin-top: 25px;
}
.landing-content-section-lower-inner p{
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
.land-dtn-read{
    background: #ce362e;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 117px;
    padding: 10px 15px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin: 0 auto;
    display: table;
}
@media(max-width: 767px){
.landing-heading{
    margin-top:20px;
}
}



/*============ Video page section ==============*/
.bg-blck{
    background:#000;
}
.vdo-thmlin{
    margin-bottom: 30px;
}
.vdo-thmlin-content{
    margin-bottom:30px;
}
.vdo-thmlin-content h1{
    font-size: 34px;
    text-align: left;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.vdo-thmlin-content p{
    text-align: justify;
    font-weight: 400;
}
.read_story{
    color: #ba1717;
    text-align: left;
    font-size: 16px;
    display: inherit;
    font-weight: 500;
}
.press-frm .form-check-input[type=checkbox]+label, .press-frm label.btn input[type=checkbox]+label{
    padding-left:22px;
    font-weight:600;
}
.press-frm label{
    
}