
.megamenubox img{
    transition: all .5s ease;
}
.megamenubox img:hover{
    opacity:.8;
}
.m-itemname{
    color:#fff;
    position:absolute;
    bottom:0px;
    background: rgb(0,124,163);
		background: linear-gradient(90deg, rgba(0,124,163,1) 0%, rgba(1,106,179,1) 100%);
    padding:5px;
}
.megamenubox .fa-plus{
    color:#999;
    display:block;
    text-align:center;
    border:2px solid #999;
    height: 120px;
    transition: all .5s ease;
}
.megamenubox .fa-plus:hover{
    color:#666;
    border:2px solid #666;
}
.imgth-menu{
	max-height: 120px;
	width: 100%;
}
.thumbpad{
	padding: 5px;
}
/*////////////BACK TO TOP/////////*/

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: #000;
    opacity: .3;
    color: #666;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    transition: all .5s ease;
}
#back2Top:hover {
    color: #fff;
    opacity: .8;
}


/*========================================================*/
				/*FEEL THE EXPOSURE*/
/*========================================================*/
.container-img {
  position: relative;
  overflow: hidden;
  margin: 15px 0px;
  border: 0px solid #fff;
  box-shadow: 3px 5px 25px rgba(0,0,0,0.2);
  border-radius: 0px;
}

.img-box {
  display: block;
  width:100%;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
  overflow: hidden;
  width: 90%;
  margin: auto;
  height: 0;
  transition: .5s ease;
}

.container-img:hover .overlay{
  height: 90%;
  display: flex;
  /*cursor:pointer;*/
}
.container-img:hover .img-box{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
    display: flex;
}

.t-name {
  color: white;
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.thumb-name a{
	text-decoration: none;
	color: #0076a3;
}
@media (max-width: 768px){
	.t-name{
		font-size: 18px;
	}
}
.btn-temp{
	display: block;
	position: absolute;
	background-color: transparent;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border:2px solid #21D4FD;
	top: 70%;
	left: 50%;
	padding: 4px 12px;
	border-radius: 20px;
	font-size:12px;
	transition: all .5s ease; 
	text-transform: uppercase;
	color: #fff;
}
.btn-temp:hover{
		color: #fff;
}
.container-img a{
	text-decoration: none;
	color: #ccc;
}

.inner-list{
	list-style-type: none;
	margin-top: 50px;
	margin-left: -20px;
	border-right: 1px solid #ebebeb;
}
.inner-list a{
	text-decoration: none;
	line-height: 30px;
	color: #888;
	transition: all .4s ease;
	font-size: 12px;
}
.inner-list a:hover{
	color:#00aeef;
}

.inner-list li{
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	transition: all .4s ease;
	overflow: visible;
}
.inner-list .fa{
	opacity: 0;
	transition: all .4s ease;
	float: right;
	position: relative;
	right: 15px;
	padding: 5px 0px;
}
.inner-list a:hover .fa{
	opacity: .7;
	transform: translateX(5px);
}
.inner-list li:hover{
	transform: scale(1.1);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
}

@media (max-width: 768px){
	.inner-list{
		display: none;
	}
	.maintop10head{
		padding-top: 100px;
	}
	.innertophead{
		margin-top: 100px;
		position: relative;
		left: -20px;
	}
	.inner-top{
		margin-top: 100px;
	}
	.innertophead{
		position: relative;
		left: 10px;
	}
}
@media (max-width: 992px){
	.inner-list{
		display: none;
	}
	.s-description{
	padding-top: 20px;
	}
	#explore{
		padding-top: 0px;
	}
	
}


.desc-box{
	box-shadow: 3px 8px 20px rgba(0,0,0,0.2);
	position: relative;
	left: -40px;
	margin-top: 3%;
	padding: 10px 28px;
	background-color: #fff;
}
@media (max-width: 1200px){
	.desc-box{
		display: none;
	}
}
.btn-exp{
	border-radius: 30px;
	border: 1px solid #005b7f;
	background-color: transparent;
	padding: 5px 15px;
	color: #005b7f;
	margin: 10px 0px;
	transition: all .5s ease;
}
.btn-exp:hover{
	border: 1px solid #00aeef;
	color: #00aeef;
}
.btn-exp:focus{
	outline: 0;
}
.det-img{
	width: 100%;
	padding-left:50px;
}
@media (max-width:1200px){
    .det-img{
    	width: 100%;
    	padding-left:0px;
    }
}
.mainsubhead{
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
}
.mainsubhead2{
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	color: #00746b;
}
.innertophead{
	padding-bottom: 10px;
	padding-left: 50px;
	font-size: 24px;
	padding-top: 20px;
	color: #00746b;
}
.inner-head{
	background: rgb(0,119,176);
    background: linear-gradient(90deg, rgba(0,119,176,1) 0%, rgba(5,181,217,1) 100%);
    padding:15px 0px;
}
.inner-head1{
	color: #fff;
	padding-left:60px;
	margin-bottom:20px;
	font-size: 24px;
	border-left: 8px solid #fff;
}
.tab-list{
	color: #888;
	line-height: 35px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    margin-left:auto;
    margin-right:auto;
}
.tab-list-d{
	color: #00a99d;
	line-height: 35px;
}
.tab-list .fa{
	margin-right: 15px;
	color: #888;
}
.tab-list-d .fa{
	margin-right: 15px;
	color: #00a99d;
}
.tab-list-d .fa{
	margin-right: 15px;
	color: #00746b;
}
.tab-list a{
	text-decoration: none;
	color: #888;
}
.tab-list-d a{
	text-decoration: none;
	color: #00a99d;
}
@media (max-width: 1040px){
	.tab-list{
		display: none;
	}
}

#explore{
	padding-top: 40px;
}
.description{
	color: #555555;
}
.s-description{
	color: #603913;
}
.accordion .fa{
	margin-right: 15px;
	color: #00746b;
}
.accordion {
    background-color: #fff;
    color: #00a99d;
    cursor: pointer;
    padding: 6px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #eee; 
}

.panel {
    padding: 10px 8px;
    display: none;
    color: #666;
    background-color: white;
    overflow: hidden;
    font-size: 13px;
}
.padlr{
    padding:0px 5px;
}


/*========================================================*/
				/*SUPPORT A CAUSE- PRODUCT*/
/*========================================================*/


.pro-box{
	background-color: #fff;
	transition: all .4s ease;
	overflow: visible;
	margin: 10px 0px;
}
.pro-box:hover{
	transform: scale(1.01);
	box-shadow: 3px 5px 25px rgba(0,0,0,0.2);
	z-index: 2;
}
.p-name{
	font-size: 14px;
	color: #666;
	position: relative;
	/*top: -10px;*/
}
.btn-donate{
	/*margin-bottom: 15px;*/
	left: 0;
	right: 0;
	bottom: 15px;
	position: absolute;
	margin: auto;
	display: block;
	background-color: #fff;
	border: 1px solid #00aeef;
	border-radius: 0px;
	width: 80%;
	color: rgba(26,178,203,1);
	padding: 6px 20px;
	transition: all .4s ease;
}
.btn-donate:hover, .btn-donate:focus{
	color: rgba(0,102,161,1);
	border: 1px solid #0072bc;
	outline: 0;
}


.support-modal .modal-header{
	border: none;
}
.support-modal .modal-content{
	border-radius: 0px;
}

.pro-head{
	font-size: 20px;
	color: #666;
}
.pro-desc{
	color: #898989;
}
.pro-tb{
	margin: 5px;
	color: #898989;
}
.pro-list{
	list-style-type: none;
	margin-top: -20px;
	margin-left: -10px;
}



/*========================================================*/
				/*CAN YOU HELP*/
/*========================================================*/

.innerparallax{
    background-image:url('../img/canyouhelp/inner-parallax.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position: center -100px;
    height:50vh;
}
@media screen and (max-width: 540px) and (orientation: portrait){
    .innerparallax{
        height:60vh;
    background-position: center -30px;
    }
}
.canu-con{
    background: rgb(0,108,182);
background: linear-gradient(120deg, rgba(0,108,182,1) 0%, rgba(4,203,255,1) 100%);
    left:0;
    right:0;
    padding:25px 0px;
    margin-bottom: 20px;
    transition: all .5 ease;
    font-family: roboto;
}
.canu-cbox{
	background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
	border-radius: 10px;
	padding: 15px;
	text-align: center;
	transition: all .5s ease;
	margin-top: 30px;
}
.canu-cbox b>a{
	font-size: 20px;
	text-decoration: none;
}
.canu-cbox .fa{
	border: 1px solid #000;
	padding: 5px 10px;
	border-radius: 50%;
	margin-bottom: 10px;
	transition: all .5s ease;
}
.canu-cbox:hover .fa, .canu-cbox:hover{
	box-shadow: 3px 5px 20px rgba(0,0,0,0.2);
}

.canu-con h1{
    color:#fff;
    font-weight:600;
}
.canu-con h2{
    color:#ccc;
}
.canu-con p{
    color:#fff;
    text-align:justify;
    line-height:25px;
}
.canu-content{
		margin: 20px 0px;
		background-color: #fff;
    transition: all .5s ease;
    box-shadow: 3px 5px 15px rgba(0,0,0,0.1);
    border-top: 3px solid #333;
    border-bottom: 5px solid #007ca3;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
}
.canu-content:hover{
	box-shadow: 7px 10px 25px rgba(0,0,0,0.1);
	transform: translateY(-1px);
}
.canu-phn{
	color: #589fa8;
	 padding: 3px 5px;
	 float: right;
	 /*border-top-left-radius: 15px;*/
	 border-bottom-left-radius: 15px;
	 position: absolute;
	 top: 0px;
	 background-color: #333;
	 right: 0;
}
.canu-phn a{
	text-decoration: none;
	color: #589fa8;
}
.canu-img img{
    transition: all .5s ease;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
    box-shadow: 3px 5px 15px rgba(0,0,0,0.2);
    top: -10px;
    left: -10px;
    cursor: pointer;
}


.canu-content:hover .canu-img img{
    box-shadow: 3px 5px 15px rgba(0,0,0,0.3);
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
 }


.canu-detail h4{
    font-family:roboto;
    color:#333;
    border-bottom:1px dotted #007ca3;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform:uppercase;
    margin-top: 27px;
    margin-bottom: 20px;
}
.canu-detail h5{
    color:#f26c4f;
}
.canu-detail .fa-address-book{
    margin-right: 5px;
  border-bottom:1px solid #eaeaea;
  padding-bottom: 3px;
	margin-bottom: 5px;
	color: #007ca3;
}
.canu-add{
	color: #007ca3;
	font-family: roboto;
	padding-left: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}
.canu-detail p{
    text-align:justify;
    color: #555;
    border-bottom: 1px dotted #007ca3;
    padding-bottom: 10px;
}
.btn-canu, .btn-canu:focus{
    color:#007ca3;
    font-weight: bold;
    font-size: 12px;
    padding: 0px;
    margin-bottom:10px;
    transition: all .5s ease;
    text-transform: uppercase;
}
.btn-canu:hover{
    transform: translateX(3px);
    color: #333;
}


.canumodal{
	background-color: rgba(0,0,0,0.5);
}
.canumodal .modal-header{
	border: none;
}
.canumodal .modal-content{
	border-radius: 6px;	
	border-bottom: 6px solid #007ca3;
}
.canumodal .modal-footer{
	border: none;
}
.canumodal .modal-footer button{
	margin: auto;
	display: block;
	border-radius: 30px;
}
.canumodal h4{
	font-weight: 600;
	font-size: 30px;
}
.canumodal p{
	position: relative;
	text-align: justify;
	color: #444;
}
.canumodal .mod-line{
	border-bottom: 1px dotted #007ca3;
}
.col-xs-1 .fa{
	font-size: 20px;
}
.canumodal .modal-body .fa{
	color: #007ca3;
}
.canumodal a.btn-call{
	background-color: #007ca3;
	color: #fff;
	border-radius: 0;
	padding: 8px 15px;
	text-decoration: none;
	position: relative;
	top: 5px;
	display: block;
}
.canumodal a.btn-call .fa{
	color: #fff;
}

.canumodal .btnclose{
	position: absolute;
	border-radius: 50px;
	top: -15px;
	right: -15px;
	z-index: 1;
	padding: 0;
	width: 35px;
	height: 35px;
	transition: all .5s ease;
}
.canumodal .btnclose:hover{
	transform: rotate(90deg);
}
.canumodal .btnclose .fa{
	color: #333;
}
@media (max-width: 768px){
.canumodal .btnclose{
	top: 0px;
	right: 0px;
}	
}