/* -------------------------------
    DEFAULT VALUES :
    font-family     : Gentium Book Basic
    Midnight Blue   : #3493b7 (Buttons, Icons, Links, Lines & Background)
    Black Olive     : #423e37 (Headings) 
    White           : #ffff   (Text with black background)  
    Black           : #000
--------------------------------*/
/* Font Style */


@font-face {
font-family:"RobotoSlab-Bold";
    src: url('fonts/RobotoSlab-Bold.ttf');
	font-style:normal;
	font-weight:normal;
}
@font-face {
font-family:"RobotoSlab-Regular";
    src: url('fonts/RobotoSlab-Regular.ttf');
	font-style:normal;
	font-weight:normal;
}
@font-face {
font-family:"RobotoSlab-Light";
    src: url('fonts/RobotoSlab-Light.ttf');
	font-style:normal;
	font-weight:normal;
}
@font-face {
font-family:"Roboto-Regular";
    src: url('fonts/Roboto-Regular.ttf');
	font-style:normal;
	font-weight:normal;
}
@font-face {
font-family:"Roboto-Bold";
    src: url('fonts/Roboto-Bold.ttf');
	font-style:normal;
	font-weight:normal;
}
/* General CSS */

html,
body {
    height: 100%
}

body {
    font-family: "Roboto Condensed", sans-serif;
    color: #333;
	background: #fff;
min-height: 100%;
	position: relative;
}

p {
font-family:"Roboto-Regular";
    color: #000;
    font-size: 15px;
    font-weight: 300;
}


/* ------------------------------- 
            HOME
--------------------------------*/

#home {
    height: 100%;
top: 169px;
    position: relative;
}

#home-carousel {
    margin-top: 0px;
    min-height: 300px;
    min-width: 100%;
}

.carousel-fullscreen .carousel-inner .item {
    /*position: relative;
    max-height: 500px;*/
    height: 100vh;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#home-carousel .carousel-inner .item img {
    min-height: 300px;
    min-width: 100%;
}

#home-carousel .carousel-inner .item .carousel-caption {
    text-align: left;
    display: inline-block;
    position: absolute;
    /*top: 75%; */
    left:0px;  
    width:100%;
    padding: 5px;
    bottom:0px
    transform: translateY(-50%);
    background-color: #FFFBF4;
    opacity: 0.8;
    /* transparency */
    filter: alpha(opacity=60);
    /* IE transparency */
}

#home-carousel .carousel-inner .item .carousel-caption p {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    left:20%;
}

#home-carousel .carousel-inner .item .carousel-caption h1 {
    font-size: 50px;
    font-weight: 700;
    color: #3493b7;
    left:20%;
}


/* ------------------------------- 
            PARALLAX (Generic)
--------------------------------*/

.bg-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  background-attachment: fixed;
}


/* ------------------------------- 
            BUTTONS (Generic)
--------------------------------*/

.btn-general {
    border-width: 2px;
    border-radius: 50px;
    padding: 12px 26px 12px 26px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-white {
    border-color: #fff;
    color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #fff;
    color: #41464b;
}

.btn-blue {
    border-color: #3493b7;
    background-color: #3493b7;
    color: #333;
    filter: none;
}

.btn-blue:hover,
.btn-blue:focus {
    background-color: #fff;
    border-color: #3493b7;
    color: #3493b7;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    padding: 3px 15px;
    border-radius: 0;
    display: none;
}


/* ------------------------------- 
            ANIMATE
--------------------------------*/

#home-cover,
#home-heading,
#home-btn {
    animation-duration: 0.5s;
}

#home-cover {
    animation-delay: 0.1s;
}

#home-heading {
    animation-delay: 0.5s;
    animation-duration: 0.5s;
}

#home-btn {
    animation-delay: 1s;
    animation-duration: 0.5s;
}


/* ------------------------------- 
            CONTENT (Generic)
--------------------------------*/

.content-box {
    padding: 60px 0 60px 0;
}

.content-title-underline {
    width: 30px;
    height: 3px;
    background-color: #3493b7;
    margin: 0 auto 30px auto;
}

.content-title-white h3 {
    color: white;
}


/* ------------------------------- 
            SERVICES (Generic)
--------------------------------*/

.service-item {
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
    cursor: pointer;
}

.service-item-icon i {
    color: #ffcb00;
    float: left;
    padding: 15px;
    margin-right: 25px;
    width: 75px;
    height: 75px;
    text-align: center;
}

.service-item:hover .service-item-icon i {
    color: #fff;
    background-color: #ffcb00;
}

.service-item-title h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.service-item-description p {
    margin: 0;
    padding-left: 85px;
    padding-right: 10px;
    border-style: rounded;

}


/* ------------------------------- 
            ABOUT (Generic)
--------------------------------*/
.main {
    background: #FFDC1A;
    position: relative;
    z-index: 3;
}
.main-raised {
	    margin: 5% 0 0% 0;
}

.about-content-outer-box {
    width: 100%;
    height: 100%;
    display: table;
    margin-top: 20px;
}

.about-content-outer-box img {
    filter: sepia(100%);
    height: auto;
    max-width: 100%;
  
    box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

#about .content-title h3 {
    text-align: left;
	font-size: 26px;
}

#about .content-title-underline {
    margin: 0 0 30px 0;
}

#about-description p {
	color: #000;
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 400;
}

#about-description p strong {
    color: #000;
}


/* ------------------------------- 
            CAUSES
--------------------------------*/

#causes {
    padding-top: 20px;
    padding-bottom: 0px;
}

#causes .causes-outer-box .causes-heading .content-title h3 {
    text-align: left;
}

#causes .causes-heading .content-title-underline {
    margin: 0 0 30px 0;
}

#causes .causes-heading p {
       
    font-size: 100%;
    font-weight: 500;
	text-transform: uppercase;
}

#causes .causes-heading p strong {
    color: #3493b7;
}

#causes .causes-inner-box {
    margin-bottom: 30px;
}


/* ------------------------------- 
            TRUSTEE
--------------------------------*/

#trustees {
    background-image: url(../img/bg-common.jpg);
    padding: 10px;
}

#trustees .trustees-outer-box .trustees-heading .content-title h3 {
    text-align: left;
}

#trustees .trustees-outer-box .trustees-heading .content-title-underline {
    margin: 0 0 30px 0;
}

#trustees .trustees-heading p {
    font-size: 22px;
    font-weight: 500;
}

#trustees .trustees-outer-box {
    margin-bottom: 2%;
}

#trustees .trustees-inner-box .trustee {
    margin-bottom: 3%;
}

#trustees .trustees-inner-box .trustee img {
    /*width: 80%;
    height: 80%;*/
}

#trustees .trustees-inner-box .trustee h1 {
    color: #3493b7;
}

#trustees .trustees-inner-box .trustee p {
    font-size: 18px;
    font-weight: 500;
}


/* ------------------------------- 
            CONTRIBUTE
--------------------------------*/

#contribute {
    padding-top: 10px;
}

#contribute .contribute-box {
    margin-top: 5%;
}

#contribute .contribute-box .contribute-left .content-title h3 {
    text-align: left;
}

#contribute .contribute-box .contribute-left .contribute-description p {
    font-size: 16px;
    font-weight: 500;
}

#contribute .contribute-box .contribute-left .contribute-description p strong {
    color: #000;
}

#contribute .contribute-box .contribute-left .content-title-underline {
    margin: 0 0 30px 0;
}

#contribute .contribute-box .contribute-right {
	font-family:"RobotoSlab-Regular";
    padding: 100px;
	    font-size: 20px;
    color: #687178;
}

#contribute .contribute-box .contribute-right input[type="text"] {
    padding: 2px 0 6px 0;
    border-bottom: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
    font-size: 17px;
    font-weight: 300;
}
#contribute .contribute-box .contribute-right input[type="email"] {
    padding: 2px 0 6px 0;
    border-bottom: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
    font-size: 17px;
    font-weight: 300;
}

/* ------------------------------- 
            SOCIAL
--------------------------------*/

.social-list {
    padding: 0;
}

.social-list li {
    margin: 0 15px;
    list-style: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 6px;
    margin-top: 10px;
    text-align: center;
}

.social-icon i {
    font-size: 17px;
}

.icon-gray i {
    color: #64707b;
}

.icon-white i {
    color: #fff;
}

.social-icon i:hover {
    color: #ffcb00;
}


/* ------------------------------- 
            CONTACT
--------------------------------*/

footer {
    top: 20px;
/*   background: radial-gradient(ellipse at center, #585858 24%, #232323 71%);*/
	background:#F8F6F4;
    padding-top: 14px;
    border-top: 5px solid rgba(0, 0, 0, 0.1);
		    position: relative;
}

#contact-left h3,
#contact-right h3 {
	font-size: 25px;
    color: #393C4E;
    font-weight: 700;
}

#contact-left p {
    color: #687178;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 300;
}

#contact-info {
    background-image: url("../img/world-map.png");
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
}

#contact-info address p strong {
    color: #687178;
}

#contact-info address p {
    color: #687178;
    font-size: 20px;
    font-weight: 300;
}

#phone-fax-email p {
    font-size: 15px;
    font-weight: 300;
}

#phone-fax-email p strong {
    color: #687178;
}

#phone-fax-email p span {
    color: #687178;
}

address strong,
#phone-fax-email strong {
    letter-spacing: 1px;
}


/* ------------------------------- 
            FOOTER
--------------------------------*/

#footer-bottom {
/*    background-color: rgba(0, 0, 0, 0.1);*/
	background-color: #28293C;
    padding: 16px 0;
    margin: 0 auto;
}

#footer-copyrights p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

#footer-menu {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

#footer-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#footer-menu ul li {
    display: inline-block;
}

#footer-menu a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin: 0 10px;
    text-decoration: none;
}

#footer-menu a:hover {
    color: #3493b7;
}


/* ------------------------------- 
            NAVIGATION
--------------------------------*/

.navbar {
    padding: 0 0;
    transition: all .5s ease-in-out;
/*    background-color: #333;*/
}

.navbar-toggle {
    background-color: transparent;
}

.icon-bar {
    background-color: #333;
}

.sasah-top-nav {
/*    background: rgba(0, 0, 0, 0.7);
	background: #fff;*/
    padding: 7px 0;
}

.sasah-nav-wrapper {
    padding: 0 85px;
}

.navbar-nav {
    float: left;
}
.navbar-nav>li>a {
    color: #d2d0d0;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
	position: relative;
	top: 10px;
    font-weight: 700;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    background: none;
    color: #FFF;
}

.navbar-toggle {
  
   
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background-color: #272727;
}

.navbar-collapse {
    max-height: none !important;
}
.header-admin{
	background-color: #99AAC1;
}
	.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
background-color:rgba(8, 7, 7, 0.3);
    color:#fff;
    z-index: 1030;
    height: 70px;
    overflow: hidden;
        -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
		
    text-align:center;

}
.header2.shrink {
    height: 70px;
     -webkit-transition: all 5s;
    -moz-transition: all 0.11s;
    transition: all .5s;
	background: #151712 !important;
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
opacity: 0.98;
	    border-bottom: 2px solid #7f7c7c73;

}
.header h1
{
    font-size:30px;
    font-weight:normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.header.shrink .navbar-nav>li>a 
{
	color:#fff;
	}
.header.shrink h1
{
    font-size:24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
	
	
/* Search */
	input {
	outline: none;
}
	input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}


input[type=search] {
	background: #ededed url(../images/icons/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #66CC75;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

/* Demo 2 */
#demo-2 input[type=search] {
	float: right;
	top: 15px;
    right: 14px;
	width: 13px;
	height: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
	position: relative;
}
#demo-2 input[type=search]:hover {
	background-color: #fff;
}
#demo-2 input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#demo-2 input:-moz-placeholder {
	color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
}
	
	

/*
.sasah-top-nav ul.navbar-nav>li.active>a>span{
    color: #fff;
padding: 0 0 4px 0 ;
	border-bottom: 2px solid #FFAC33;

	transition: width .5s ease, background-color .5s ease;
}
*/



#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    font-family:"RobotoSlab-Bold";
	color: #ffdc1a;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    font-family:"RobotoSlab-Regular";
	color: #fff;
    font-size: 20px;
      text-transform: uppercase;
      font-weight:700;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 425px; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.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-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
    background-image: url("../images/assets/bg-home2.jpg");
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
  background-image: url("../images/assets/gallery-bg-home1.JPG");
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide3 {
  background-image: url("../images/assets/bg-home4.JPG");
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide4 {
  background-image: url("../images/assets/bg-home3.JPG");
      background-size: cover;
    background-repeat: no-repeat;
}




/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
      
}
@media screen and (max-width: 640px){
      
}

/* Naveen */
.title
{
	    font-family: "RobotoSlab-Bold";

}
.title-head
{
	    font-family: "RobotoSlab-Bold";
font-size: 19px;
}
.description
{
	    font-family: "RobotoSlab-Regular";
    font-size: 85%;
	text-transform: uppercase;
}
.caption
{
font-family: "RobotoSlab-Bold";
font-size: 95%;
	text-transform: uppercase;
	color: #000;
	
}
.card {
    display: inline-block;
    position: relative;
    width: 100%;
	height: auto;
    margin: 58px 0;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    
    color: rgba(0,0,0,.87);
    background: #fff;
}
.card:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition: all 0.5s;
}
.card-product {
    margin-top: 30px;
}
.card .card-title {
   color:#000;
	display: block;
	text-align: center;
    margin:8px 15px 12px;
    font-size: 20px;
    font-family: 'RobotoSlab-Bold';
    text-transform: uppercase;
}

.card .card-description {
    text-align: center;
	display: block;
overflow: hidden;
max-height: 100px;
margin: 10px 15px;
color: #b5b5b5;
}

.card img
{
	width: 100%;
	height: auto;
	
	
}
.card .card-image {
    height: 60%;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
  
    z-index: 3;
    box-shadow: 0 10px 30px -12px rgba(0,0,0,.42),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);

}

.blog-continer{    margin: -40px 30px 0px;}
.card:hover img
{
 height: 80%;

    position: relative;
    
    z-index: 3;
   
}

/*Login page*/
.user-login
{
	    background-color: #575456;
    z-index: 333333;
    position: fixed;
    top: 50%;
    /* display: block; */
    width: 36px;
    height: 41px;
    /* vertical-align: middle; */
    right: 0;
    border-radius: 4px 0 1px 4px;
text-decoration: none;
}
.user-login:before
{
    font-family: 'FontAwesome';
	font-size: 26px;
    content: "\f013";
    color: #fff;
    top: 3px;
    left: 8px;
 position: relative;
}
.user-login:hover
{
	    background-color: #575456;
    z-index: 333333;
    position: fixed;
    top: 50%;
    /* display: block; */
    width: 66px;
   height: 41px;
    /* vertical-align: middle; */
    right: 0;
    border-radius: 4px 0 1px 4px;
transition: all 0.5s ease-out;
text-decoration: none;
}

/*Login block*/
.loginmodal-container {
      padding: 30px;
    max-width: 400px;
    width: 100% !important;
    background-color: #fff;
    margin: 25% auto;
    border-radius: 2px;
     overflow: hidden;
    font-family: roboto;
box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)
}



/*Login Block End*/

.newsign-account{
		font-family:"Roboto-Regular";
	    font-size: 13px;
    text-align: center;
    margin: 11px 0 0 0;
}
.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}





/*Read More*/

.button {
  display: inline-block;
  font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: .8em 1.4em;
  padding-right: 4.7em;
  background: #009ED8;
  border: none;
  color: white;
  transition: .2s;
	text-decoration: none;
}
.button:before,
.button:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 2.8em;
  content: "\00a0";
  font-family: 'FontAwesome', sans-serif;
  font-size: 1.2em;
  text-align: center;
  transition: .2s;
  transform-origin: 50% 60%;
}
.button:before {
  background: rgba(0, 0, 0, 0.1);
}
.button:hover {
  background: #0079a5;
}
.button:active,
.button:focus {
  background: #002e3f;
  outline: none;
}
.button {
	box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  min-width: 11em;
}
.arrow {
  background: #1d1d1d;
	font-size: 17px;
}
.arrow:hover {
  background: #000;
	text-decoration: none;
	color: #fff;
}
.arrow:active,
.arrow:focus {
  background: #b90c01;
}
.arrow:after {
  content: "\F054";
}
.arrow:hover:after {
  -webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;
}
.phone {
  background: #139675;
}
.phone:hover {
  background: #0d6952;
}
.phone:active,
.phone:focus {
  background: #083b2e;
}
.phone:after {
  content: "\F095";
}
.phone:hover:after {
  -webkit-animation: wiggle .05s alternate ease infinite;
  animation: wiggle .05s alternate ease infinite;
}
.email {
  background: #C673B3;
}
.email:hover {
  background: #b74f9f;
}
.email:active,
.email:focus {
  background: #963d82;
}
.email:after {
  content: "\F0E0";
}
.email:hover:after {
  -webkit-animation: none;
  -webkit-transform: skew(-20deg);
  animation: none;
  transform: skew(-20deg);
  text-indent: .1em;
}
.search:after {
  content: "\f002";
}
.search:hover:after {
  -webkit-animation: none;
  -webkit-transform: scale(1.4);
  animation: none;
  transform: scale(1.4);
}
@-webkit-keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
  }
}
@-webkit-keyframes wiggle {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(30deg);
  }
}
@keyframes bounceright {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(3px);
  }
}
@keyframes wiggle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(30deg);
  }
}












/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:300px; }
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#5264AE; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}


/* Admin Page */

.admin-control{
	background-color: #fff;
}
.content-block{
	    position: relative;
    margin: 15% auto;
    max-width: 80%
}
.admin-user{
	background-color: #fff;
}
.profile-image{
	    padding:26px 0 30px 0;
}
.profile-image .profile-name{
font-family:"Roboto-Bold";
	    font-size: 18px;
    color: #6A7292;
	text-align: center;
    margin: 18px 0 8px 0;
}
.vertical-menu {
    width: 100%;
}

.vertical-menu a {
    font-family: "Roboto-Regular";
    font-size: 16px;
    background-color: #fff;
    color: #99AAC1;
    display: block;
    padding: 12px;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}
.vertical-menu a:hover  {
   background-color: #e4edf4;
	    color: #74A6D6;
	    border-left: 3px solid #6DA5D5;
	padding-left:-14px; 
}

.vertical-menu a.active {
  background-color: #e4edf4;
    color: #74A6D6;
	   
}
.home::before
{
font-family: 'FontAwesome';
	font-size: 26px;
    content: "\f015";
    color: #99AAC1;
    top: 3px;
    left: 0px;
	padding-right: 10px;
 position: relative;	
}
.setting::before
{
font-family: 'FontAwesome';
	font-size: 26px;
    content: "\f013";
    color: #99AAC1;
    top: 3px;
    left: 0px;
	padding-right: 10px;
 position: relative;	
}
.tasks::before
{
font-family: 'FontAwesome';
	font-size: 26px;
    content: "\f05d";
    color: #99AAC1;
    top: 3px;
    left: 0px;
	padding-right: 10px;
 position: relative;	
}
.help::before
{
font-family: 'FontAwesome';
	font-size: 26px;
    content: "\f05a";
    color: #99AAC1;
    top: 3px;
    left: 0px;
	padding-right: 10px;
 position: relative;	
}


a:hover.home::before
{
	color: #74A6D6;
}



.footer {
 font-family:"Roboto-Regular";
	position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  background-color: #000000b3;
	color: #fff;
  text-align: center;
}



.blogposts{
	    margin: 7px auto;
}
.blogposts textarea{
	    height: 150px;
}


/* Event page */
.event-header
{
font-size: 42px;
padding-bottom: 7px;
	color: #000;
font-family:"RobotoSlab-Bold";
font-weight: 700;
text-transform: uppercase;
text-align: center;
}
.stitle-bar {
    position: relative;
    bottom: 0;
    left: 50%;
	border-radius: 6px;
    width: 80px;
    height: 6px;
    background: #ffdc1a;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.description-event{
 text-align: center;
    margin: 15px 10px 10px 10px;
    padding-bottom: 25px;
    padding-top: 10px;
    
}
.description-event p
{
	font-size: 20px;
    line-height: normal;
}
.event-btn
{
	text-align: center;
	padding-bottom: 50px;
}
.btn_5 {
    display: inline-block;
    width: 228px;
    height: 54px;
    padding: 20px 10px;
    font-size: 18px;
    margin: 0 auto;
	border: none;
	color:#000;
background: #ffee8d;
}
.btn_5:hover {
    display: inline-block;
    width: 228px;
    height: 54px;
    padding: 20px 10px;
    font-size: 18px;
     
	border: none;
	color:#000;
	transition: all 0.5s;
background: #fff;
}
	.btn_6 {
    display: inline-block;
    width: 228px;
    height: 54px;
    padding: 20px 10px;
    font-size: 18px;
   margin-left: 27px;
		border: none;
background: #000;
color: #fff;
}
.btn_6:hover {
    display: inline-block;
    width: 228px;
    height: 54px;
    padding: 20px 10px;
    font-size: 18px;
      
	border: none;
	color:#fff;
	transition: all 0.5s;
background: #000000a3;
}
.modal-backdrop {
     z-index: 0;
 }
.fullwidth-background{
    background-image: url(../images/assets/pattern.png);
    background-repeat: repeat;
}
hr.divider-color, hr.divider-big {
    height: 3px;
}

hr.divider-color:before {
    content: '';
    display: block;
    height: 100%;
    background-color: #f9cb8f;
    width: 170px;
    border-left: 63px solid #f27c66;
    border-right: 61px solid #18bb7c;
    margin: 0px auto;
}
hr {
    border-top: 1px solid #bfbfbf;
}

hr {
    height: 1px;
    background-color: #f2f2f2;
	margin: 0;
}
.fadmin{
	position: relative;
}


/* Vertical line */

.outer {
  width: 1px;
  height: 100%;
  margin: auto;
  position: absolute;
  overflow: hidden;
}
.inner {
  position: absolute;
  width:100%;
  height: 40%;
  background: grey;
  top: 30%;
  box-shadow: 0px 0px 30px 50px grey;
}
.form,label,input  {font-family:"Roboto-Regular";}


/*Bank detial*/

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}

	.flip-container:hover .flipper,  
  .flip-container.hover .flipper {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	    width: 369px;
    height: 187px;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
	-o-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
	transform: rotateY(180deg);

	background: #FFF;
}

.front .name {
	    font-family: "RobotoSlab-Bold";
    font-size: 2em;
    display: inline-block;
    color: #0f0c0c;
    top:64px;
	position: relative;
}
.back-title {
	font-weight: bold;
	color: #00304a;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	text-align: center;
		font-family: Courier;
	font-size: 20px;
}

.back p {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
  font-family: arial;
  line-height: 2em;
}
carousel-inner:after
{
    background: rgba(0, 0, 0, 0.7);
}
.carousel-inner:before
{
    background: rgba(0, 0, 0, 0.7);
}
.carousel-caption h3
{
  text-shadow: 1px 1px #ffdc1a;
}
.carousel-caption p
{
  /*  text-shadow: 2px 2px #000;*/
    letter-spacing: 1px;
}
carousel-inner::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.carousel-caption
{
    background: rgba(0, 0, 0, 0.8);

}