/*!
 * My Custom CSS
 * 
 * 
 */

body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	background: #f9f9f9;
	color: #333;
	font-weight: 400;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:focus, a:visited {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/*------------------------------------
3. Navigation
------------------------------------*/
/*** Topbar ***/
.topbar {
  color: #ffffff;
  padding: 8px;
  position: relative;
  z-index: 991;
  color: #ffffff;
}
.topbar{ background-image: linear-gradient(106deg, #64a749, #149ab3);}
.top-slogan{
	font-size: 18px;
	color: #ffffff;
}
.top-socials{
	font-size: 22px;
	color: #ffffff;
}
.top-socials i{
	color: #ffffff;
	margin-right: 4px;
}
.top-buttons{position: relative; display: inline-block;}

.top-buttons .dropdown-menu {
	min-width: 50px;
}
.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
	0%, 100% {
    transform: scale(1);
	opacity: 1;
}
	50% {
    transform: scale(1.1);
    opacity: 1;
}
}
.alert-signal {
animation: alert-signal 2s infinite;
}
.alert-signal:hover {
  animation: none;
}

/* Whatsapp Icon Plusing */

.floating_btn {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}
.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 11px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.feedback_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:40px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  box-shadow: 0 0 0 0 #42db87;
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
}



.feedback_icon_text {
  position:	absolute;
  right: -75px;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight:normal;
  padding: 1px 3px 3px 1px;
  background: #42db87;
  border-radius: 5px;
}






@-webkit-keyframes alert-signal {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,255,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes alert-signal {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
      box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
.footer-socials{
	font-size: 22px;
	color: #000;
}
.footer-socials i{
	font-size: 26px;
	color: #000;
	margin-right: 5px;
}
.top-phone{
	margin-top: 5px;
	font-size: 18px;
	color: #ffffff;
}
/*** Main Navigation ***/
.navbar {
  /*background-image: url('../images/menu-shadow.png');*/
  background-repeat: no-repeat;
  background-position: center 450px;
  background-color: #fff;
  border-bottom: 0px solid #999;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 990;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.navbar .container {
  position: relative;
}
.navbar .navbar-brand {
  height: 80px;
  margin-top: 3px;
  margin-bottom: 0px;
}
.navbar-brand {padding: 3px 15px;}
.navbar .navbar-brand img {
  display: inline;
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .visible-xs {
    display: inline !important;
  }
}
.navbar .navbar-search {
  margin-right: -30px;
}
.navbar .navbar-search-toggle {
  font-size: 13px;
  line-height: 20px;
  padding: 30px 0;
  width: 50px;
  text-align: center;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.navbar .navbar-searchform {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #ffffff;
  width: 320px;
}
.navbar .navbar-searchform [type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid transparent;
  background-color: transparent;
  padding: 8px 20px;
}
.navbar .navbar-nav li a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #262626;
}
.navbar .navbar-nav > li > a {
  padding: 32px 10px;
}
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
  background-image: linear-gradient(160deg, #64a749, #149ab3);
}
.navbar .navbar-nav > li:hover > a {
  color: #333;
}
.navbar .navbar-nav .dropdown-menu {
  display: block;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: none;
  padding: 10px;
  left: 0;
  right: auto;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar .navbar-nav .dropdown-menu li a {
  line-height: 20px;
  padding: 6px 20px;
}
.navbar .navbar-nav .dropdown-menu li a:hover {
  color: #ffffff;
}
.navbar .navbar-nav .dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  margin-left: 4px;
}
.navbar .navbar-nav .dropdown:hover .dropdown-menu {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  opacity: 1;
  visibility: visible;
}
.navbar .navbar-right > li:last-child .dropdown-menu, .navbar .navbar-right > li:nth-last-child(2) .dropdown-menu {
  right: 0;
  left: auto;
}
.navbar.fix-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.navbar.fix-nav .navbar-nav > li > a {
  color: #ffffff;
}
.navbar.fix-nav.style-2 {
  background-color: rgba(255, 255, 255, 0.9);
}
.navbar.fix-nav.style-3 {
  background-color: transparent;
}
.navbar.affix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 1);
}
.navbar.affix .navbar-brand {
  margin-top: 0;
  margin-bottom: 0;
  height: 65px;
}

.navbar.affix .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar.affix .navbar-search-toggle {
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar.affix.style-3 {
  background-color: #262626;
}
/*** Responsive Color ***/
.navbar .navbar-toggle {
  background-image: linear-gradient(160deg, #64a749, #149ab3);
}
.navbar .navbar-toggle.collapsed .icon-bar {
  background-color: #ffffff;
}

.navbar.fix-nav.style-2 .navbar-toggle .icon-bar {
  background-color: #00bcd4;
}
.navbar.fix-nav.style-2 .navbar-nav > li:hover > a {
  color: #ff6800;
}
.navbar .navbar-nav > li.active > a,
.navbar .navbar-nav > li:hover > a,
.navbar .navbar-search-toggle,
.navbar.fix-nav .navbar-nav > li:hover > a,
blockquote:before {
  background-image: linear-gradient(160deg, #64a749, #149ab3);
  color: #fff;
}
.navbar .navbar-nav .dropdown-menu li a:hover{
  background-image: linear-gradient(160deg, #64a749, #149ab3);
}
.navbar-toggle .icon-bar{background-color: #ffffff;}
.navbar.affix.style-2{background-color: rgba(255, 255, 255, 1);}

.featured-videos .thumbnail h4{font-size: 16px; font-weight: bold;}
.featured-videos .thumbnail { }
/*------------------------------------
Infobox
------------------------------------*/
.info-section {
  position: relative;
}
.info-section.info-float-top-half {
  margin-top: 30px;
  position: relative;
}
.info-boxes {
  position: relative;
  margin-top: 20px;
}
.info-box {
  min-width: 100%;
  min-height: 250px;
  margin-bottom: 30px;
  border: 0px solid #00BCD4;
  border-radius: 3px;
  background: #c4e2ef;
  cursor: pointer;
  color: #ffffff;
}
.featured-img-1 {
background: url("../images/hospitals/al-shifa-trust-eye-hospital.jpg");
background-color: #ccc;
background-size: cover;
background-repeat: no-repeat;
background-attachment: local;
background-position: center;
}
.featured-img-2 {
background: url("../images/hospitals/children-eye-hospital.jpg");
background-color: #ccc;
background-size: cover;
background-repeat: no-repeat;
background-attachment: local;
background-position: center;
}
.featured-img-3 {
background: url("../images/hospitals/sukkur.jpg");
background-color: #ccc;
background-size: cover;
background-repeat: no-repeat;
background-attachment: local;
background-position: center;
}
.featured-img-4 {
background: url("../images/hospitals/kohat.jpg");
background-color: #ccc;
background-size: cover;
background-repeat: no-repeat;
background-attachment: local;
background-position: center;
}
.featured-img-5 {
background: url("../images/hospitals/muzaffarabad.jpg");
background-color: #ccc;
background-size: cover;
background-repeat: no-repeat;
background-attachment: local;
background-position: center;
}
.featured-img-6 {
background: url("../images/hospitals/chakwal-eye-hospital.jpg");
background-color: #ccc;
background-size: cover;
background-repeat: no-repeat;
background-attachment: local;
background-position: center;
}






.info-box .infobox-icon {
    position: relative;
    margin-top: 154px;
    text-align: center;
}
.info-box .infobox-icon h3{
  font-size: 3.5rem;
  color: #fff;
  text-shadow: 2px 3px 1px #000;	
}

hr{border-top: 1px solid #ddd;}
.mission{color: #ccc;}


.header-buttons-con{
border:5px solid rgba(0,0,0,0.1);
}
.header-buttons{
font-size:14px;
font-weight: 600;
background: #39a77a;
border:3px solid rgba(250,250,250,0.5);
}

.search .btn-default{background-color: #024166; border: 1px solid #024166;}
.frm .form-control{color:#fff; background: #024166; border: 0;}


.lg-btn{
width: 90%;
font-size:22px;
font-weight: 600;
background: #39a77a;
border:3px solid rgba(0,0,0,0.2);
border-radius: 0;
}

.content-bg{background-color: rgba(16,30,122,0.1); padding: 15px; border-radius: 5px;}
.conbg{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,78c6e8+100&0+82,1+100 */
background: -moz-linear-gradient(top, rgba(229,229,229,0) 0%, rgba(140,204,231,0) 82%, rgba(120,198,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(229,229,229,0) 0%,rgba(140,204,231,0) 82%,rgba(120,198,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(229,229,229,0) 0%,rgba(140,204,231,0) 82%,rgba(120,198,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#78c6e8',GradientType=0 ); /* IE6-9 */

}

.conbg .thumbnail{background-color: rgb(255,255,255, 0); border: 0;}

.con-btn{
width: 90%;
font-size:22px;
font-weight: 600;
background: #00548a;
border:5px solid rgba(0,0,0,0.2);
border-radius: 0;
}
.btn-bg{
	margin-top: 110px;
	background: #020e1c;
	padding: 10px 10px 1px 10px;
	text-align: center;
}



.h1color{
	color:#024166;
	word-wrap: break-word;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     -o-hyphens: auto;
     hyphens: auto;}


.navbar-inverse .navbar-nav > li > a{
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover{
	background: #024166;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
	
	background: #024166;
	color: #fff;
}

#menu_shadow{

position: absolute;
left: 17%;
right: 15%;
margin: 0 auto;
z-index: 499;

}
.innercontent {
	
}
.pheading{
	position: relative;
	display: block;
	width: max-content;
	min-width: max-content;
	font-weight: normal;
	font-size: 24px;
	color: #0b8d46;
	background: #fff;
	padding: 8px 20px;
	text-align: center;
	border-bottom: 2px solid #0b8d46;
		
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;

-moz-box-shadow: 0px 0px 6px #895025;
-webkit-box-shadow: 0px 0px 6px #895025;
box-shadow: 0px 0px 2px #895025;

}
@media screen and (min-width: 601px) {
  .pheading {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .pheading {
    font-size: 20px;
  }
}
.faculty h4{
	font-weight: bold;
	margin-bottom: 3px;
}
.contiles{
	width: 100%;
	height: auto;
	padding: 2px;
	background: rgba(39,92,142, 1);
	color: #fff;
	font-size: 40px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
}

.stories-parallax{
	height: 360px;
	background-image: url('../images/stories-parallax.jpg');
	background-color: #D7CC75;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: local;
	background-position: right;
}

.stories-parallax h1{background: rgba(255,255,255,0.3); color: #000; padding: 50px; font-size: 32px; font-weight: bold;}
.facilities-parallax{
	height: 360px;
	background-image: url('../images/refractive-surgery.jpg');
	background-color: #fff;
	background-size: 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right;
}
.facilities-parallax h1{
	background: rgba(255,255,255,0.3);
	color: #000;
	padding: 50px; font-size: 32px;
	font-weight: bold;
}
.facilities-parallax-box{
		
}

.strength-parallax{
	min-height: 500px;
	background-image: url('../images/doctor-in-ot.jpg');
	background-color: #D7CC75;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	box-shadow: 0px 0px 100px #132235 inset;
}
.strength-parallax h1{
	color: #fff;
}
.info-parallax{
	min-height: 500px;
	background-image: url('../images/info-parallax.jpg');
	background-color: #D7CC75;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	box-shadow: 0px 0px 100px #132235 inset;
}
.info-parallax h1{color: #fff; font-size: 32px; font-weight: bold;}
.info-parallax .panel {min-width: 100%;}
.info-parallax .panel-heading i{font-size: 40px;}
.info-parallax .list-group .list-group-item b{font-size: 16px;}

.qoute_block{background: #00bcd4; padding: 10px; color: #fff;}

.ourimapct{background: #fff; padding: 25px; color: #000;}
.ourimapct h1{font-size: 40px; font-weight: bold;}
.ourimapct .green h3{font-size: 40px; font-weight: bold; color: green; padding: 2px; margin: 2px;}
.ourimapct .red h3{font-size: 40px; font-weight: bold; color: red; padding: 2px; margin: 2px;}
.ourimapct .blue h3{font-size: 40px; font-weight: bold; color: blue; padding: 2px; margin: 2px;}
.ourimapct h4{font-weight: bold; padding: 2px; margin: 2px;}

.tiles_services{background: #0c75fa; min-height:180px;}
.tiles_services h1{font-size: 40px; font-weight: bold;}
.tiles_services_lightblue{min-height:180px; background-image: linear-gradient(90deg, #64a749, #149ab3); color: #ffffff;}
.tiles_services_blue{min-height:180px; background-image: linear-gradient(90deg, #64a749, #149ab3); color: #ffffff;}
.tiles_services h3{font-weight: bold; padding: 2px; margin: 2px;}
.tiles_services_icon{font-size: 50px; margin-bottom: -10px; padding: 15px;}

.ts_light{background: #eee!important;}
.tiles_state{position: relative; background: #ddd; color: #000; padding: 10px;}
.tiles_state h2{font-size: 50px; font-weight: bold; color: #ef9a00;}
.tiles_state h3{font-weight: bold; padding: 20px; margin: 2px;}


.tiles_dept{position: relative; color: #000; padding: 10px; cursor: pointer;}
.tiles_dept_light{background: #fff;}
.tiles_dept h3{font-size: 18px; font-weight: bold; padding: 20px; margin: 2px;}
.tiles_dept_icon{font-size: 50px; color: #0aaf55; margin-bottom: -10px; padding: 15px;}
.tiles_dept_icon:hover{color: #fff;}

.hstyles{padding: 20px 0px 20px 0px;}
.hstyles h1{font-size: 32px; font-weight: bold;}
.hstyles1{width: 120px; border-bottom: 2px solid #666; margin: 0 auto; margin-top: 10px;}
.hstyles2{width: 80px; border-top: 8px solid #0B8D46; margin: 0 auto; margin-bottom: -5px;}
.carousel-inner .item img{width: 100%;}
.carousel-indicators {bottom: 5px;}
.carousel-indicators li{width: 30px; height: 5px; background-color: rgba(255,255,255,0.9); border-radius: 0px; border: 0px; }
.carousel-indicators .active{width: 30px; height: 5px; background-color: #00bcd4; border-radius: 0px; border: 0px; margin: 1px;}

.news-section .media{margin-bottom: 50px;}
/*.news-section .media .media-heading{color: #0b8d46;}*/
.news-section .media .media-object{max-width: 200px;}



/* Panels */
.panel-group .panel {
	margin-bottom: 10px;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:4px;
	color:#555;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.container .jumbotron {
    padding: 30px;
}
.jumbotron p{
	font-size: 18px;
}
/* Product Cards Design */

/* Search bar */
.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 50%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 38%;
  right: 25%;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

/* client logo slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.modal-dialog {
  max-width: 900px;
  margin: 30px auto;
  vertical-align: middle;
}

.modal-body {
  position: relative;
  padding: 0px;
}
.ftrbar{
	width: 100%;
	min-height: 150px;
	background: url('../images/footer-bar.png') center repeat;
	overflow: hidden;
}
.footer_bg{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#001e38+37,001e38+40,356aa0+100 */
background-image: linear-gradient(160deg, #64a749, #149ab3);
color: #000;
-webkit-box-shadow: inset 0px 18px 9px -10px rgba(0,0,0,0.5);
-moz-box-shadow: inset 0px 18px 9px -10px rgba(0,0,0,0.5);
box-shadow: inset 0px 18px 9px -10px rgba(0,0,0,0.5);
padding: 20px 0 0 0;
}
.footer_bg hr{border: 3px solid rgba(43,121,194,0.6); margin: 0px 0px 20px 0px;}
.bg_black{background: #183140; padding-top: 10px; color: #ffffff;}
.ftr-nav a{color: #000; text-decoration: none; font-size: 16px;}
.ftr-nav a:hover{color: #000;}
.ftr-nav ul{padding: 0; list-style-type:none;}
.ftr-nav ul li{padding: 10px 0px 0px 0px; list-style-type:none;}

.footer_bg h4{
	padding: 1px;
	margin: 1px;
	font-size: 16px;
	font-weight: bold;

}
.footer_bg h3{
	font-size: 22px;
	font-weight: bold;

}

.zoom {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

.zoom:hover {
	cursor: pointer;
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.panelzoom {
    transition: transform .2s; /* Animation */
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
}

.panelzoom:hover {
	cursor: pointer;
    /*transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.formbox-shadow{
	width: 100%;
	min-height: 50px;
	background: url('../images/menu-shadow.png') no-repeat center;
}

.breadcrumb{
	padding: 15px 25px;
	margin-bottom: 0px;
	list-style: none;
	background-color: #eee;
	border-radius: 0px;
	
}
.zoomimg .thumbnail {padding: 0px;overflow: hidden;}
.zoomimg .thumbnail img{-webkit-transition: 0.3s ease; transition: 0.3s ease;}
.zoomimg .thumbnail img:hover{  -webkit-transform: scale(1.1); transform: scale(1.1);}

.btncircle{width: 80%; background-color: rgba(11,141,70,0.3); border-radius: 10px; padding: 30px; color: #fff;}
.circlezoom {
    transition: transform .1s; /* Animation */
    margin: 0 auto;
}

.circlezoom:hover {
	background-color: rgba(11,141,70,0.7);
	cursor: pointer;
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


/* Carousel effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
.item:nth-child(1) {
  background: #74c390;
}
.item:nth-child(2) {
  background: #51bce8;
}
.item:nth-child(3) {
  background: #e46653;
}


/* Ripple magic */
.btneffect{
  position: relative;
  overflow: hidden;
}

.btneffect:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(250, 250, 250, .3);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

@keyframes btnripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

.btneffect:focus:not(:active)::after {
  animation: btnripple 1s ease-out;
}
#return-to-top {
    position: fixed;
    bottom: 130px;
    right: 15px;
	z-index: 1;
    background: rgb(0, 0, 0);
    background: rgba(11,141,70,.8);
    width: 25px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top span {
    color: #fff;
    margin: 0;
    position: relative;
    left: 6px;
    top: 18px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover span {
    color: #fff;
    top: 5px;
}
.ripple_effect_donate_btn {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:40px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
.ripple_effect_donate_btn a{
	font-size:16px;
	color: #fff;
	font-weight: bold;
}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

/**
 * -----------------------------------------
 * DONATE NOW
 */
.cta-stickyblob input[type=checkbox] {
  display: none;
  visability: 0;
}
.cta-stickyblob .cta-stickyblob_wrapper {
  right: 0;
  bottom: 0;
  z-index: 500;
  color: white;
  display: flex;
  position: fixed;
  cursor: pointer;
  width: 15rem;
  height: 15rem;
  background: #ff5722;
  /*background: linear-gradient(-45deg,#f403d1,#64b5f6);*/
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 10rem 10rem 0 10rem;
  border: 2px solid #ef9a00;
  opacity: 0.95;
        -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cta-stickyblob .cta-stickyblob_wrapper:hover{
  width: 18rem;
  height: 18rem;
  opacity: 1;
  
      -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_open_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_collapsed,
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded {
  display: flex;
  max-width: 600px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_collapsed span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_collapsed span:nth-child(2) {
  font-size: 2rem;
  font-weight: 900;
  -webkit-animation: text-flash linear 4s infinite;
  animation: text-flash linear 4s infinite;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded {
  display: none;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper {
  top: 1rem;
  right: 1rem;
  position: absolute;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper > div {
  width: 80px;
  height: 60px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper > div .line {
  height: 8px;
  width: 50px;
  background: #fff;
  margin: 3px auto;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper > div:hover, .cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper > div:focus {
  outline: none;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper .cta-stickyblob_close_hamburger:hover .line:nth-child(1), .cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper .cta-stickyblob_close_hamburger:focus .line:nth-child(1) {
  transform: rotate(45deg) translate(12px, 12px);
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper .cta-stickyblob_close_hamburger:hover .line:nth-child(2), .cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper .cta-stickyblob_close_hamburger:focus .line:nth-child(2) {
  visibility: hidden;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper .cta-stickyblob_close_hamburger:hover .line:nth-child(3), .cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper .cta-stickyblob_close_hamburger:focus .line:nth-child(3) {
  transform: rotate(-45deg) translate(9px, -9px);
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded h2 {
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded p {
  text-align: center;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded form {
  width: 100%;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded form fieldset {
  border: none;
  display: block;
  border-bottom: 2rem;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded form fieldset label {
  display: block;
  margin-bottom: 0.3rem;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded form fieldset input {
  
  width: 100%;
  display: block;
  border-radius: 0.5rem;
  padding: 1.1rem 1.2rem;
  font-size: 2rem;
  color: #000;
  outline: none;
  box-sizing: border-box;
  border: 4px solid #cc451b;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded form fieldset input[type=submit] {
  color: white;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 2px;
  word-spacing: 5px;
  background: #cc451b;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded form fieldset input[type=submit]:hover {
  background: #9f3615;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded form small {
  margin: 1rem auto 0 auto;
  max-width: 90%;
  display: block;
  font-size: 0.6rem;
  line-height: 0.8rem;
  text-align: center;
}

input[type=checkbox]#stickyblob:checked + .cta-stickyblob_wrapper {
  animation: blob-expand 1s forwards 1;
  -webkit-animation: blob-expand 1s forwards 1;
}
input[type=checkbox]#stickyblob:checked + .cta-stickyblob_wrapper .cta-stickyblob_open_wrapper {
  display: none;
}
input[type=checkbox]#stickyblob:checked + .cta-stickyblob_wrapper .cta-stickyblob_collapsed {
  display: none;
}
input[type=checkbox]#stickyblob:checked + .cta-stickyblob_wrapper .cta-stickyblob_expanded {
  opacity: 0;
  display: flex;
  animation: blob-opacity 2s forwards 1;
  -webkit-animation: blob-opacity 2s forwards 1;
}

@keyframes text-flash {
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  75% {
    opacity: 1;
  }
}
@keyframes blob-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes blob-expand {
  25% {
    border-radius: 0;
  }
  to {
    width: 100vw;
    height: 100vh;
    z-index: 500;
    border-radius: 0;
  }
}