@charset "utf-8";
/* CSS Document */
/*======================================================================
	Project Name: PEDF
	Creator     : Toukir Rahman
	E-mail		: toukir@wanitbd.com
    Contact     : 01723-545164
	Date        : January/25/2018
========================================================================*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&subset=latin-ext');
body{
	font-family: 'Lato', sans-serif;
	color:#222;
	font-size:14px;
}

/*===========@Global Styles ============*/
*{margin:0; padding:0; outline:none}
img,fieldset{border:0}
a{text-decoration:none}
ul,li{padding:0px;margin:0px; list-style: none}

h1, h2, h3, h4, h5, h6, p{ margin:0; padding:0; font-weight:normal;}



/*==========================================
			    Header-Area
==========================================*/
.header-logo-area {
	width: 100%;
	float: left;
	display: block;
	background: #fff7f7;
	padding: 30px 0;
}
.header-logo-area .logo-area {
	width: 100%;
	float: left;
	display: block;
}
.header-logo-area .logo-area img{
	width: 100%;
}

/*===========Navigation============*/
.navigation {
	width: 100%;
	float: left;
	display: block;
}
.navigation .navbar-nav {
	width: 100%;
	border-left: 1px solid #005e26;
}
.navigation .navbar-default {
	background: #008837;
	width: 100% !important;
	border: none;
	border-radius: 0;
	margin: 0;
	min-height: auto !important;
	-webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.25);
box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.25);
}
.navigation li.dropdown:hover > .dropdown-menu {
    display: block;
}
.navigation .navbar-default .navbar-nav li a {
	color: #cdf8df;
	font-size: 12px;
	font-weight: 900;
	border-right: 1px solid #005e26;
	text-shadow: none;
	padding: 10px 49px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 1px 0px 4px rgba(0, 0, 0, 0.35);
}
.navigation .navbar-default .navbar-nav li a i{
	margin-left:5px;
}
.navigation .navbar-default .navbar-collapse{
	padding:0;
}
.navigation .navbar-default .navbar-nav > .open > a, .navigation .navbar-default .navbar-nav > .open > a:focus, .navigation .navbar-default .navbar-nav > li > a:hover {
	background-color:#00451C !important;
	color:#fff !important;
}
.navigation .navbar-default .navbar-nav > .active > a, .navigation .navbar-default .navbar-nav > .active > a:focus, .navigation .navbar-default .navbar-nav > .active > a:hover {
	background:#00451C !important;
	color:#fff !important;
	box-shadow:none;
}
.navigation .navbar-default .navbar-nav > .active > a, .navigation .navbar-default .navbar-nav > .open > a {
	background-image:none;
	box-shadow:none;
}
.dropdown-menu {
	min-width: 225px;
	background: #008837;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
}
.dropdown-menu li{
	display: block;
	margin: 0;
	text-align: left;
}
.dropdown-menu li a {
	position: relative;
	display: block;
	padding: 12px 15px !important;
	border: none !important;
	border-top: 1px solid #005e26 !important;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.dropdown-menu li a::before {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 18px;
	opacity: 0;
	position: absolute;
	top: 20px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 10px;
}
.dropdown-menu li:hover a::before {
	opacity: 1;
}
.dropdown-menu li:hover a {
	background: #00451C;
	color: #fff !important;
	padding-left: 32px !important;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}


.affix {
	top: 0;
    left: 0;
    right: 0;
	width:auto !important;
	float: left;
	display: block;
	background:#1964AA;
    z-index: 999999999999999999999;
}
.affix + .header-all {
  padding-top:-50px !important;
}


/*==========================================
			 Slider-Area
==========================================*/
.slider-area{
	width:100%;
	float:left;
	display:block;
}
.slider-area .carousel-control {
	width: 38px;
	color: #008837;
	text-align: center;
	text-shadow: none;
	background-color: #fff;
	opacity: 1;
	height: 38px;
	line-height: 34px;
	text-align: center;
	background-image: none !important;
	top: 40%;
	font-size: 17px;
	border: 3px solid #008837;
	border-radius: 40px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.7);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.7);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.7);
}
.slider-area .carousel-control:hover {
	background-color:#008837;
    color:#fff;
    transition:all 1s;
}
.slider-area .carousel-control.left{
	left:7%;
}
.slider-area .carousel-control.right{
	right:7%;
}
.slider-area .carousel-indicators li {
	width: 14px;
	height: 14px;
	border: 3px solid #fff;
}
.slider-area .carousel-indicators .active{
	margin: 1px;
	background:#008837;
}
.slider-area .carousel-inner .item img{
    width:100%;

}

/*==========================================
			     Body-Area
==========================================*/
.col-area-box{
    width:100%;
    float:left;
    display:block;
    background:#f2f3f8;
}
.side-panel{
    width:100%;
    float:left;
    display:block;
    padding:35px 15px 0;
}
.side-panel .btn-memoridom {
	background: #008837;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
    transition:all .8s;
    margin-bottom:17px;
}
.side-panel .btn-memoridom:hover{
	background:#00451c;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.55);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.55);
}
.side-panel .helping-btn{
	background:#ff0000;
	color:#222;
	text-transform:uppercase;
	font-weight:900;
    font-size:15px;
    text-shadow:none;
}
.side-panel .helping-btn:hover{
	background:#a90b0b;
    color: #fff;
}
.side-panel .preffer-box {
	width: 100%;
	float: left;
	background: #fff;
	display: block;
	margin-bottom: 15px;
}
.full-content-body{
    display: block;
    float:left;
    width:100%;
    border-left:2px solid #e9e9e9;
    border-right:2px solid #e9e9e9;
}
.side-panel .preffer-head {
	display:block;
	width: 100%;
	float: left;
	background: #444;
}
.side-panel .preffer-head h3 {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	float: left;
	padding: 9px 0;
}
.side-panel .preffer-head h3 i{
	padding: 0 5px 0 10px;
}
.side-panel .preffer-head img {
	float: right;
	max-width: 100%;
	padding: 15px 10px 15px 0px;
}
.side-panel .preffer-box .content-preffer{
	display: block;
	float: left;
	width: 100%;
	border: 1px solid #c9c9c9;
	border-top: 0;
}
.side-panel .preffer-box .content-preffer li a{
	width: 100%;
	float: left;
	padding: 10px 12px;
	border-bottom: 1px solid #c9c9c9;
	color: #11803e;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
    transition:all .8s;
}
.side-panel .preffer-box .content-preffer li a:hover, .side-panel .preffer-box .content-preffer li a:focus{
	background:#c9c9c9;
    color: #00451C;
    text-decoration:none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.side-panel .preffer-box .content-preffer li a i{
	color:#ff0000;
    padding-right: 5px;
}
.side-panel .preffer-box .content-preffer img{
	max-width: 100%;
	display: block;
	margin: auto;
	border: 2px solid #222;
	border-radius: 100px;
	margin-top: 12px;
}
.side-panel .preffer-box .content-preffer h3{
	font-size:15px;
    font-weight:900;
    color:#353535;
    text-transform:uppercase;
    text-align:center;
    margin:0;
    padding:8px 0;
}
.side-panel .preffer-box .content-preffer p {
	font-size: 14px;
	font-weight: 400;
	color: #888;
	text-align: justify;
	margin: 0;
	padding: 0 20px;
	line-height: 18px;
}
.side-panel .preffer-box .content-preffer .btn-read{
	color: #fff;
	background: #008837;
	padding: 3px 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	border-radius: 3px;
	display: block;
	margin: 16px auto;
	width: 100px;
    transition: all .7s;
}
.side-panel .preffer-box .content-preffer .btn-read:hover{
	background:#00451C;
}
.middle-panel{
    width:100%;
    float:left;
    display: block;
    padding:35px 20px 0;
    border-left:2px solid #e9e9e9;
    border-right:2px solid #e9e9e9;
}
.middle-panel .photo-gallery{
    width:100%;
    float:left;
    display:block;
    border-radius:3px;
    border:1px solid #c9c9c9;
}
.middle-panel .photo-gallery {
	width: 100%;
	float: left;
	display: block;
	border-radius: 3px;
	border: 1px solid #c9c9c9;
	background: #fff;
	margin-bottom: 20px;
}
.middle-panel .photo-gallery h1 {
	color: #222;
	font-size: 20px;
	font-weight: 900;
	padding: 10px 0 10px 15px;
	margin: 0;
}
.middle-panel .photo-gallery h1 i{
	padding-right:6px;
}
.middle-panel .photo-gallery .carousel-control {
	width: 32px;
	color: #008837;
	text-align: center;
	text-shadow: none;
	background-color: #fff;
	opacity: 1;
	height: 32px;
	line-height: 34px;
	text-align: center;
	background-image: none !important;
	top: 44%;
	font-size: 17px;
	border-radius: 40px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.7);
}
.middle-panel .photo-gallery .carousel-control:hover {
	background-color:#008837;
    color:#fff;
    transition:all 1s;
}
.middle-panel .photo-gallery .carousel-control.left{
	left:4%;
}
.middle-panel  .photo-gallery .carousel-control.right{
	right:4%;
}
.middle-panel  .carousel-indicators li {
	width: 14px;
	height: 14px;
	border: 3px solid #fff;
}
.middle-panel .carousel-indicators .active{
	margin: 1px;
	background:#008837;
}
.middle-panel .carousel-inner .item img{
    width:100% !important;
}
.photo-gallery .donner-box{
    width:100%;
    float:left;
    display:block;
}
.man-box {
	width: 100%;
	float: left;
	display: block;
	padding: 25px 0;
}
.man-box img {
	max-width: 60%;
	display: block;
	margin: auto;
	border: 2px solid #222;
	border-radius: 100px;
	margin-bottom: 12px;
}
.man-box h3{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #333;
}
.man-box h4{
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	color: #777;
	font-style: italic;
}
.man-box h2{
	font-size: 14px;
	font-weight: 600;
	color: #666;
	text-align: center;
}
.photo-gallery .btn-donners {
	color: #fff;
	background: #008837;
	border-radius: 3px;
	width: 215px;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 0;
	margin: auto;
	display: table;
	margin-bottom: 20px;
	transition: all .8s;
}
.photo-gallery .btn-donners:hover{
	background:#00451C;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.7);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.7);
}


/*=============Multiple-Review-area==========*/
.review-area{
	width:100%;
	float:left;
	display:block;
	padding:30px 0;
	background:#fff;
    border-top:2px solid #e9e9e9;
}
.review-area h2{
	color:#222;
    font-size:20px;
    font-weight:900;
    text-transform:uppercase;
}
.review-area h5{
	color:#9d9d9d;
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
    border-bottom:2px solid #9d9d9d;
    padding:6px 0;
    margin:0;
}
.review-area .review-box{
	width: 100%;
    float: left;
    display: block;
    background:#008837;
    border:2px solid #222;
}


/*=============Multiple-J-Carousel==========*/
.jcarousel-wrapper {
	margin: 20px auto auto;
	position: relative;
	border: 10px solid transparent;
	box-shadow: none;
}

/** Carousel **/

.jcarousel,
.jcarousel1 {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul,
.jcarousel1 ul{
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li,
.jcarousel1 li{
    width: 288px !important;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img,
.jcarousel1 img{
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev, 
.jcarousel-control-next, 
.jcarousel1-control-prev, 
.jcarousel1-control-next {
	position: absolute;
	top: 42%;
    width:auto;
}
.jcarousel-control-prev i, 
.jcarousel-control-next i, 
.jcarousel1-control-prev i, 
.jcarousel1-control-next i {
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	background: #008837;
	border-radius: 30px;
	color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.jcarousel-control-prev,
.jcarousel1-control-prev{
    left: -27px;
}

.jcarousel-control-next,
.jcarousel1-control-next{
    right: -27px;
}
.jcarousel-wrapper a .fa-long-arrow-right{
	left: 8px;
}
.jcarousel-wrapper a .fa-long-arrow-left{
	right: 8px;
}

/** Carousel Pagination **/

.jcarousel-pagination,
.jcarousel1-pagination{
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a,
.jcarousel1-pagination a{
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active,
.jcarousel1-pagination a.active{
    background: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

/*==========================================
			     Footer-Area
==========================================*/
.footer-bottom-area{
	width:100%;
    display: block;
    float: left;
	background:#2e2e2e;
	padding:20px 0;
}
.footer-bottom-area .content-footer{
	width:100%;
    display: block;
    float: left;
    border-left:1px solid #090909;
    padding-left:20px;
}
.footer-bottom-area .content-footer h3{
	font-size:16px;
    font-weight:600;
    color:#999;
}
.footer-bottom-area h4{
	color: #c9c9c9;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
	margin:0;
	padding-bottom:10px;
}
.footer-bottom-area .content-footer a {
	color: #888;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin: 0;
	line-height: 28px;
}
.footer-bottom-area .content-footer a i{
	color:#c9c9c9;
    padding-right:6px;
}
.footer-bottom-area .content-footer p{
	color: #888;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin: 0;
	line-height: 24px;
}
.footer-bottom-area .content-footer p i{
	color:#008837;
	padding-right:10px;
}
.footer-bottom-area .content-footer a:hover{
	color:#008837;
	text-decoration:none;
}
.footer-last-area{
	background:#444;
    display: block;
    float: left;
    width:100%;
	margin: 0;
	padding:15px 0;
}
.footer-last-area h5{
	color: #000;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	margin: 0;
}
.footer-bottom-area .content-footer h6{
	color: #9b9b9b;
	font-size: 13px;
	font-weight: 400;
    line-height:19px;
	margin: 0;
    padding: 10px 0;
}
.footer-last-area h5 a{
	color: #000;
}
.footer-last-area h5 a:hover{
	color:#008837;
}
.footer-bottom-area .right-footer {
	width: auto;
	display: block;
	float: left;
}
.footer-bottom-area .right-footer li{
	list-style-type:none;
	display:inline-block;
}
.footer-bottom-area .right-footer li a i {
	width: 30px;
	height: 30px;
	border-radius: 60px;
	background: #fff;
	float: right;
	text-align: center;
	color: #222;
	line-height: 30px;
	font-size: 16px;
	padding: 0;
	margin-right: 5px;
    transition:all 0.8s;
}
.footer-bottom-area .right-footer li a .fa-facebook:hover {
	background:#4267B2;
	color:#fff;
}
.footer-bottom-area .right-footer li a .fa-twitter:hover {
	background:#1DA1F3;
	color:#fff;
}
.footer-bottom-area .right-footer li a .fa-youtube-play:hover {
	background:#FF0000;
	color:#fff;
}
.footer-bottom-area .right-footer li a .fa-instagram:hover {
	background:#B8167D;
	color:#fff;
}
.footer-bottom-area .right-footer li a .fa-google:hover {
	background:#F65314;
	color:#fff;
}

.review-box {
  position: relative;
  width: 50%;
}

.review-box .image {
  display: block;
  width: 100%;
  height: auto;
}
.review-box .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background:rgba(0, 136, 55, .9);
	width: 100%;
	height: 0;
	transition:.3s ease;
	padding: 20px 0;
}
.review-box .overlay .btn-review {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 31%;
	background: #fff;
	padding: 4px 11px;
	border-radius: 3px;
	font-size: 13px;
	color: #008837;
    transition:all .5s;
}
.review-box:hover .overlay {
    height: 100%;
}
.review-box:hover .overlay .btn-review{
    opacity:1;
}
.review-box:hover .overlay .btn-review:hover{
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.52);
-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.52);
box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.52);
}
.review-box .text {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    position: absolute;
    font-weight:900;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    width:100%;
}
.review-box:hover .text {
    top: 40%;
}

/*==========================================
			  Inner-page-Area
==========================================*/
.inner-page-area{
    width:100%;
    float:left;
    display:block;
    padding:40px 0;
}
.inner-page-area .heading-tittle {
	width: 100%;
	float: left;
	display: block;
	border-bottom: 2px solid #FF0000;
	position: relative;
	height: 56px;
}
.inner-page-area .heading-tittle h2 {
	position: absolute;
	width: auto;
	border-bottom: 4px solid #00451C;
	bottom: -3px;
	padding: 10px 0;
	text-align: center;
	left: 45%;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
	color: #00451C;
}
.inner-page-area .heading-tittle .ongoing{
	left: 38%;
}
.inner-page-txt {
	display: block;
	float: left;
	padding: 38px 0 15px;
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
}
.inner-page-txt h3{
	font-size: 17px;
	font-weight: 900;
	text-align: left;
	font-style: italic;
    padding-bottom:7px;
}
.inner-page-txt h3 i{
	padding-right:7px;
}
.inner-page-txt p{
	font-size: 15px;
	font-weight: 400;
	color: #666;
	line-height: 26px;
	text-align: justify;
}
.inner-page-txt p img{
	max-width: 100%;
	float: right;
	border: 10px solid #e9e9e9;
	margin: 0 0px 9px 18px;
}
.inner-page-txt h2 {
	font-size: 18px;
	font-weight: 600;
	color: #444;
	margin-bottom: 18px;
}
.inner-page-txt h4 {
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
	padding: 6px 0;
	color: #666;
}
.inner-page-txt h4 i{
	padding-right:5px;
}
.full-notice {
	width: 100%;
	float: left;
	display: block;
	margin-top: 20px;
}
.full-notice .tab {
	float: left;
	border: 2px solid #ccc;
	background-color: #f2f3f8;
	width: 20%;
	height: 530px;
    border-right:1px solid #ccc;
}
.full-notice .tab button {
	display: block;
	background-color: inherit;
	color: #555;
	padding: 8px 15px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 1px solid #c9c9c9;
}
.full-notice .tab h4 {
	font-size: 20px;
	font-weight: 600;
	background: #222;
	padding: 13px 16px;
	color: #fff;
}
.full-notice .tab button:hover, .full-notice .tab button.active{
    background-color:#008837;
    color:#fff;
}
.full-notice .tabcontent {
	float: left;
	border: 2px solid #ccc;
	width: 80%;
	border-left: none;
	min-height: 530px;
}
.full-notice .tabcontent .tab-elements {
	width: 100%;
	float: left;
	display: block;
	padding: 25px;
	border-left: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}
.tab-elements img{
	width:100%;
}
.tab-elements h5{
	font-size: 12px;
	font-weight: 900;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.tab-elements h3{
	font-size: 18px;
	font-weight: 900;
	text-align: left;
	font-style: italic;
	padding: 5px 0;
}
.tab-elements h3 i{
	padding-right:6px;
}
.tab-elements p{
	font-size:15px;
    font-weight:400;
    color: #888;
    line-height:22px;
}
.tab-elements p a{
	color:#008837;
}
.video-op{
    margin-bottom:20px;
}
.video-slider-area {
	width: 70%;
	background: #f2f3f8;
	border: 3px solid #c9c9c9;
	padding: 30px;
	margin: auto;
    display:table;
}
.video-slider-area .carousel-control {
	width: 38px;
	color: #008837;
	text-align: center;
	text-shadow: none;
	background-color: #fff;
	opacity: 1;
	height: 38px;
	line-height: 34px;
	text-align: center;
	background-image: none !important;
	top: 40%;
	font-size: 17px;
	border: 3px solid #008837;
	border-radius: 40px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.7);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.7);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.7);
}
.video-slider-area .carousel-control:hover {
	background-color:#008837;
    color:#fff;
    transition:all 1s;
}
.video-slider-area .carousel-control.left{
	left:7%;
}
.video-slider-area .carousel-control.right{
	right:7%;
}
.video-slider-area .carousel-indicators li {
	width: 14px;
	height: 14px;
	border: 3px solid #fff;
}
.video-slider-area .carousel-indicators .active{
	margin: 1px;
	background:#008837;
}
.video-slider-area .carousel-inner .item img{
    width:100% !important;
}
.heading-tittle .image-head{
    left:41% !important;
}
.gllry-bdy {
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
}	
.gllry-bdy .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.gllry-bdy .hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}
.gllry-bdy .hovereffect img {
	width: 100%;
	height: 172px;
}
.gllry-bdy .hovereffect a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #ff2128;
	margin: 75px 0 0 0;
	background-color: #ff2128;
	-webkit-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-weight: 600;
}
.gllry-bdy .hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}
.gllry-bdy .hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.gllry-bdy .hovereffect:hover h2 {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	color: #FF2128;
	font-weight: 600;
}

.gllry-bdy .hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.hvr-wrt {
	width:100%;
	float:left;
	}
.hvr-wrt h4 {
	width: 100%;
	float: left;
	background: #222;
	margin: 0;
	font-size: 14px;
	line-height: 42px;
	color: #e9e9e9;
	text-align: center;
	font-weight: 600;
	margin-bottom: 30px;
	border-top: 2px solid #FF2128;
	height: 47px;
}
.fancybox-overlay-fixed {
	z-index: 999999999999999999999999 !important;
}
.gal_details_box .thumbnail img{
	width: 100%;
	height: 170px;
}

.contact_address {
	width: 100%;
	overflow: hidden;
}
.contact_address_h6 {
	border-bottom: 3px solid #00451C;
	color: #222;
	font-size: 18px;
	line-height: 29px;
	margin-bottom: 20px;
	font-weight: 900;
	padding: 10px 0 0;
}
.paragraph2 {
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	text-align: justify;
	font-weight: 400;
}
.contact_address .btn-submit {
	padding: 8px 40px;
	background: #008837;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border: 0;
	text-shadow: none;
    transition:all 2s;
}
.contact_address .btn-submit:hover {
	background: #00451C;
    transition:all 2s;
}

.ch-name{
    width:100%;
    float:left;
    display:block;
    padding-top:10px;
}
.ch-name h2{
    font-size:18px;
    font-weight: 900;
    text-align:left;
    color:#222;
}
.ch-name h4{
    font-size:14px;
    font-weight: 600;
    text-align:left;
    color:#777;
    font-style: italic;
    padding:3px 0;
}
.ch-name h3{
    font-size:16px;
    font-weight: 600;
    text-align:left;
    color:#222;
}
.chairman-photo {
	float: left !important;
	width: 178px;
	height: 198px;
	margin: 0 !important;
	margin-right: 20px !important;
}

.all-exe-ge-member{
	width:100%;
	float:left;
	background-color:#fff;
}
.all-exe-ge-member .members-blog-photo{
	margin:15px 0;
	border:1px solid #ebebeb;
	border-radius:3px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);
}
.all-exe-ge-member .members-blog-photo img{
	width:100%;
	padding:5px;
}
.all-exe-ge-member .members-blog-photo h3{
	font-size:16px;
	font-weight:900;
	text-transform:uppercase;
	color:#222;
	text-align:center;
	background-color:#ebebeb;
	padding:10px 0;
}
.all-exe-ge-member .members-blog-photo h4 {
	font-size: 14px;
	font-weight: 400;
	color: #444;
	padding: 9px 8px;
	line-height: 22px;
}
.all-exe-ge-member .members-blog-photo h4 span{
	font-weight:500;
}

.under-cons{
    width:100%;
    float:left;
    display:block;
}
.under-cons .membership-app-con {
	display: block;
	margin: 20px auto;
	font-size: 23px;
	color: #222;
	border-radius: 5px;
	background: #FF0000;
	padding: 20px 0;
	width: 447px;
	text-align: center;
	font-weight: 900;
}
.heading-tittle .image-head-2 {
	left: 410px !important;
}


/*==========================================
            Responsive-Area
==========================================*/
@media only screen and (max-width: 1279px){

}
@media only screen and (max-width: 1023px){

}
@media only screen and (max-width: 799px){

}
@media only screen and (max-width: 767px){

}
@media only screen and (max-width:639px){

}
@media only screen and (max-width:479px){

}
@media only screen and (max-width:359px){

}






