[class^="icon-custom-"],
[class*="icon-custom-"] {
    background-image: url("images/aboutus1.png");
    background-repeat: no-repeat;
    display: inline-block;
}

.icon-custom-logo { background-position : -550px -690px; width : 120px; height : 120px;  }
.icon-custom-inaboutus { background-position: -395px -60px; width: 24px; height: 24px  } 
.icon-custom-edit { background-position: -765px -200px; width: 24px; height: 29px  } 

body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #339980;
  }
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #003333;
    font-weight: 600;
    font-family:Arial;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    color: #206040;
    /*margin-bottom: 30px;*/
  }  
  h3 {
    font-size: 15px;
    line-height: 1.375em;
    color: #206040;
    font-weight: 400;
    font-family: Verdana;
    align:justify;
    /*margin-bottom: 30px;*/
  } 
  .jumbotron {
    background-color: #2d8659;
    color: #fff;
    padding: 0px 0px;
    font-family: Montserrat, sans-serif;
  }
  .container-fluid {
    padding: 40px 10px;
  }
  .bg-grey {
    background-color: #f6f6f6;
  }
  .bg-green{
  	background-color:#4ccc99;
  }
  .logo-small {
    color: #2d8659;
    font-size: 50px;
  }
  .logo {
    color:#2d8659;
    font-size: 200px;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #2d8659;
  }
  .carousel-indicators li {
    border-color: #f4511e;
  }
  .carousel-indicators li.active {
    background-color: #f4511e;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    border: 1px solid #2d8659; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid #2d8659;
    background-color: #fff !important;
    color: #f4511e;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #2d8659 !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #2d8659;
    color: #fff;
  }
  .navbar {
    margin-bottom: 0;
    background-color:#d9f2e6;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
    color: #206040 !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #8cd9b3 !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  
/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  max-height: 250px;
  width: 100% !important;
  background-color: #88e8ae;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.5em;
  font-family: roboto;
}
.wrapper{
  background-color: #F7F7F7;
  padding: 5px;
  margin: 0 auto;
  border-radius: 3px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 1);	
  width: 80%;
  margin-left: 0px;
}
.carousel{
  width: 100%;
  margin-right: 20px;
}
.aboutwamis{
  background-color: #F7F7F7;
  padding: 5px;
  margin: 0 auto;
  border-radius: 3px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 1);	
  width: 100%;
  margin-left: 1px;
  margin-right:2px;
}
.aboutus{
    background-repeat: no-repeat;
    width:250px;
    height:250px;
    margin-top:20px;
    margin-left:60px;
}
.thumbContainer{
  padding: 5px;
  margin-top: 10px;
  margin-left: 0px;
  width: 100%;
}
.caption{
  margin-left: 20px;
}

.wrapper input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.wrapper input[type=text], input[type=password] {
  height: 34px;
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 10px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}
.panel-title{
  font-size: 12px;
}
.table-condensed{
  font-size: 10px;
}

		.btn-sample { 
		  color: #ffffff; 
		  background-color: #78a088; 
		  border-color: #EAE6FA; 
		  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		} 
		 
		.btn-sample:hover, 
		.btn-sample:focus, 
		.btn-sample:active, 
		.btn-sample.active, 
		.open .dropdown-toggle.btn-sample { 
		  color: #ffffff; 
		  background-color: #2D6314; 
		  border-color: #EAE6FA; 
		} 
		 
		.btn-sample:active, 
		.btn-sample.active, 
		.open .dropdown-toggle.btn-sample { 
		  background-image: none; 
		} 
		 
		.btn-sample.disabled, 
		.btn-sample[disabled], 
		fieldset[disabled] .btn-sample, 
		.btn-sample.disabled:hover, 
		.btn-sample[disabled]:hover, 
		fieldset[disabled] .btn-sample:hover, 
		.btn-sample.disabled:focus, 
		.btn-sample[disabled]:focus, 
		fieldset[disabled] .btn-sample:focus, 
		.btn-sample.disabled:active, 
		.btn-sample[disabled]:active, 
		fieldset[disabled] .btn-sample:active, 
		.btn-sample.disabled.active, 
		.btn-sample[disabled].active, 
		fieldset[disabled] .btn-sample.active { 
		  background-color: #678C47; 
		  border-color: #EAE6FA; 
		} 
		 
		.btn-sample .badge { 
		  color: #678C47; 
		  background-color: #ffffff; 
		}
		.btn-space {
    		margin-right: 5px;
		}
		
		.navbar-default .navbar-nav > li > .dropdown-menu {
			background-color: #d9f2e6;
			border-color: #78a088; 
		    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		}
 
		.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
			color: #ffffff;
 		}
 		.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover {
 			color: #d9f2e6;
 		}
 		.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
 			color: #d9f2e6;
 			background-color: #d9f2e6;
		}
		.modal-header-success {
		    color:#fff;
		    padding:9px 15px;
		    border-bottom:1px solid #eee;
		    background-color: #78a088;
		    -webkit-border-top-left-radius: 5px;
		    -webkit-border-top-right-radius: 5px;
		    -moz-border-radius-topleft: 5px;
		    -moz-border-radius-topright: 5px;
		     border-top-left-radius: 5px;
		     border-top-right-radius: 5px;
		}
		.modal-footer-success {
		    color:#fff;
		    padding:9px 15px;
		    border-bottom:1px solid #eee;
		    background-color: #78a088;
		    -webkit-border-top-left-radius: 5px;
		    -webkit-border-top-right-radius: 5px;
		    -moz-border-radius-topleft: 5px;
		    -moz-border-radius-topright: 5px;
		     border-top-left-radius: 5px;
		     border-top-right-radius: 5px;
		}
		.modal-body-success {
		    color:#fff;
		    padding:9px 15px;
		    border-bottom:1px solid #eee;
		    background-color: #cee5d7;
		    -webkit-border-top-left-radius: 5px;
		    -webkit-border-top-right-radius: 5px;
		    -moz-border-radius-topleft: 5px;
		    -moz-border-radius-topright: 5px;
		     border-top-left-radius: 5px;
		     border-top-right-radius: 5px;
		}
		.panel-body-success {
		    color:black;
		    padding:9px 15px;
		    border-bottom:1px solid #eee;
		    background-color: #ffffff;
		    -webkit-border-top-left-radius: 5px;
		    -webkit-border-top-right-radius: 5px;
		    -moz-border-radius-topleft: 5px;
		    -moz-border-radius-topright: 5px;
		     border-top-left-radius: 5px;
		     border-top-right-radius: 5px;
		}
		
		 .distrcitImg{
		    width: 100%;
		    height: 400px;
		    background-repeat: no-repeat;
		    background-size: 50% 50%;
		}
		
		
		
		.carousel-fade .carousel-inner .item {
	  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;
	}
	html,
	body,
	.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;
	}
	
	
	.main-text
{
    position: absolute;
    top: 450px;
    color: #FFF;
    margin-left: 20px;
    width:94%
     
}
.publicInterface{
	background-color: #78a088;
    opacity: 0.8;
    color: #FFF;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
	
	body {
  margin: 0px;
  width: 100%;
}
.wrap {
  margin: 0px auto;
  width: 486px;
}

.box {
  width: 160px;
  height: 120px;
  float: left;
  background: #347fc3;
  border: 1px solid #fff;
  overflow: hidden;
}

.text {
  text-align: center;
  margin-top: 56px;
  color: #fff;
  font-size: 1.0em;
  font-family: sans-serif;
  text-transform: uppercase;
}

.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}


.box {
  width: 160px;
  height: 120px;
  float: left;
  background: #347fc3;
  border: 1px solid #fff;
  overflow: hidden;
}

.text {
  text-align: center;
  margin-top: 56px;
  color: #fff;
  font-size: 1em;
  font-family: sans-serif;
  text-transform: uppercase;
}

.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
  animation-duration: 500s;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
  animation-duration: 50000s;
  animation-timing-function: linear;
}

@keyframes rubberBand {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
  animation-timing-function: linear;
  animation: move 20s steps(20) infinite alternate;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-duration: 50s;
  animation-timing-function: linear;
  animation: move 10s steps(10) infinite alternate;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  animation-name: rollIn;
   -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
  }
}
.hinge {
  margin: 20px;
  animation-name: hinge;
}

@media all and (max-width: 680px) {
  .wrap {
    width: 100%;
  }
  .box {
    width: 100%;
    height: 55px;
    clear: both;
    margin: 0px auto;
  }
  .text {
    margin-top: 20px;
  }
  .hingebox,
  .flipbox {
    display: none;
  }
}
			



/* CSS used here will be applied after bootstrap.css */
.carousel-inner.anim > .active {
  left: 0;
}
.carousel-inner.anim > .next,
.carousel-inner.anim > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner.anim > .next.left {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  left: 0;
}
.carousel-inner.anim > .prev.right {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  left: 0;
}
.carousel-inner.anim > .active.left {
  left: -100%;
}
.carousel-inner.anim > .active.right {
  left: 100%;
}		

.square {
  position: relative;
  width: 12%;
  height:12%;
}

.square:after {
  content: "";
  display: block;
  padding-top: 100%;
  padding-bottom: 100%;
}

.content {
  position: absolute;
  width: 80%;
  height: 80%;
  background-color: #00FF00; 
}	
			