﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
/*@import "font-awesome.css";*/


body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
	color: #444;
    font-size: 14px;
    background: #f5f5f5;
}


header {
    background: #fff;
}
.body-content {
    background: #e5ebef;
}
.main-content {
    background: #fff;
    padding-bottom: 15px;
}
footer {
    background: #484071;
    padding-top: 15px;
}

/****** Anchor Default ******/
a, a i, .btn {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
a:hover, a i:hover, .btn:hover {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
a:hover, a:active, a:focus {
    outline: none;
    text-decoration:none;
}
a:focus {
	outline:none;
	outline-offset: 0;
}
a:focus {
    color: #000;
    text-decoration: none;
}
*:focus {
/*outline: none;*/
    text-decoration: none;
}
input[type="checkbox"]:focus {
	outline: none;
	-moz-outline-style: none;
	border: 0 none !important;
}


/****** Anchor ******/
a, a:focus, a:active {
	color: #3c2a94;
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: none;
	color: #3c2a94;
}


/****** Heading ******/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
h1 {
    font-size: 26px;
	color: #3c2a94;
    margin-top: 45px;
    margin-bottom: 20px;
}
h1 span {
    font-size: 24px;
    color: #333;
}
h2 {
    font-size: 24px;
    color: #3c2a94;
}
h3 {
    font-size: 20px;
    color: #3c2a94;
    line-height: 30px;
}
h4 {
    font-size: 20px;
    color: #3c2a94;
    line-height: 30px;
}
h5 {
    font-size: 14px;
    color: #333;
    margin-top: 7px;
}
h5 span {
    font-size: 15px;
    color: #333;
}



p {
    /*text-align: justify;*/
}


/****** hr ******/
hr {
    border-color: #c2d7e3;
}



/****** Icon ******/
.fa {
	line-height: 1;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
}
.fa-shopping-cart::before {
	content: "\f07a";
}
.fa-caret-down::before {
	content: "\f0d7";
}
a i {
	color: #333;
}
 a i:hover {
	color: #000;
}
.iconThm {
	color: #FA6F57;
    font-size: 15px;
}
 a i.iconThm {
	color: #FA6F57;
}
 a i.iconThm:hover {
	color: #D15A4E;
}





/****** List ******/
ul.listing {
    padding-left: 15px;
    list-style-type: disc;
}
ul.listing li {
    margin-bottom: 7px;
    /*text-align: justify;*/
}
/*ul.listing li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    color: #0382c2;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}*/
ul.contact {
    padding-left: 0;
    list-style: none;
    list-style-type: none;
}
ul.contact li {
    list-style: none;
    list-style-type: none;
    line-height: 22px;
}




/**********************************************************************************
								Alignment
 *********************************************************************************/

.left-to-center {   /* xs center */
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.right-to-center {  /* xs center */
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.center-to-left {   /* xs left */
    text-align: left;
    float: left;
}
.right-to-left {    /* xs left */
    text-align: left;
    float: left;
}
@media (min-width: 768px) {
  .left-to-center {   /* xs left */
    text-align: left;
    float: left;
  }
  .right-to-center {  /* xs right */
    float: right;
    text-align: right;
  }
  .center-to-left {   /* xs center */
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .right-to-left {    /* xs right */
    float: right;
    text-align: right;
  }
}









/**********************************************************************************
								Navigation
 *********************************************************************************/

.navbar-brand {
    height: 100% !important;
    color: #d4dce3 !important;
}
/* navbar - height */
.navbar {
    /*min-height: 100% !important;*/
    margin-bottom: 0;
}

.navbar-nav {
    margin-top: 0px;
}
@media (min-width:769px) {
    .navbar-nav {
        margin-top: 10px;
    }
}

/* navbar - link */
.navbar-default {
    border-radius: 0;
    border: 0;
    background: none;
    /*border-bottom: 1px solid #d3deeb;*/
    background: #484071;    /*e9e6f8*/
}
.navbar-default .navbar-nav > li > a {
    font-size: 17px;
    color: #bbb4db;
    font-weight: 300;
    background: none !important;
}
.navbar-default .navbar-nav > li > a:before {
    transform: translateX(-100%);
    border-right: solid 5px tomato;
    background: gray;
    transition: .35s ease transform;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff!important;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff!important;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff!important;
}
/* menu padding */
@media only screen and (max-width: 766px) {
    .navbar-default .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}


/* dropdown menu */
.dropdown-menu  {
    padding-top: 0;
    padding-bottom: 0px;
    background: #fff;
    border-radius: 0;
    color: #f00;
}
/* dropdown menu - float align */
.navbar-right .dropdown-menu {
    left: auto;
    right: auto;
}
.dropdown-menu > li {
    border: none;
}
.dropdown-menu > li > a {
    text-decoration: none;
    font-size: 13px;
    color: #bbb4db;
    line-height: 30px;
    border-bottom: 1px solid #d3deeb;
    padding-left: 10px;
    background: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background: #ececec;
}
/* dropdown menu - menu hover */
.nav > li:hover {
    background-color: none;     /*hover background color*/
}
.nav > li:hover > a {
    color: #ffffff;                /*hover text color*/
}
.nav > li:hover > ul > a {
    color: #000;                /*dropdown item text color*/
}

/* dropdown menu - sub menu */
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
}
.dropdown-submenu:hover > .dropdown-menu {  /* dropdown second level container */
    display:block;
    border-radius: 0;   
    padding-top: 0;
    margin-top: -1px;
}
.dropdown-submenu > a:after {           /*arrow color*/
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
}
.dropdown-submenu:hover > a:after {     /*arrow hover*/
    /*border-left-color:#ffffff;*/
}
.dropdown-submenu .pull-left {
    float:none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
/* dropdown menu - sub menu - caret icon */
.dropdown-submenu i {
    margin-top:7px;
    margin-right:-10px;
    font-size: 14px;
    color: #f00;
}

/* navbar toggle - menu */
@media only screen and (max-width: 766px) {
  .collapsing, .in {
      /*background-color: #f7f7f7;*/
  }
  .collapsing ul li a, .in ul li a {
      font-size: 13px;
      color: #bbb4db !important;
      border-bottom: 1px solid #544c7a !important;
  }
  .collapsing ul li a:hover, .in ul li a:hover {
      color: #ffffff !important;
      background: #484071 !important;
  }
}




/* navbar toggle button - menu height */
.navbar-collapse .navbar-default .navbar-brand {
    max-height: auto !important;
}
/* collapse menu scrollbar hide */
.navbar-collapse {
    max-height: none !important;
    border-color: #484071 !important;
}
/* Dropdown with Hover */
@media (min-width:769px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
/* navbar toggle button - bar */
.navbar-default .navbar-toggle .icon-bar {
   background: #969696;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
   background: #d2d2d2;
}
.navbar-default .navbar-toggle {
    border-color: #b7b7b7;
    margin-top: 20px;
}



/**********************************************************************************
								Footer
 *********************************************************************************/
footer {
    color: #bbb4db;
}
footer p.copyright {
    font-size: 12px;
    color: #bbb4db;
    margin-left: 13px;
}
footer p span {
    margin-right: 30px; 
    display: inline-block;
}
ul.footer {
    padding-left: 0;
    margin-top: 15px;
}
ul.footer li {
    border-right: 1px solid #9a9a9a;
    display: inline-block;
    padding-left: 10px;
    padding-right: 13px;
}
ul.footer li:last-child {
    border-right: none;
}
ul.footer li a, ul.footer li a:active {
    font-size: 14px;
    color: #bbb4db;
}
ul.footer li a:hover {
    font-size: 14px;
    color: #fff;
}



/**********************************************************************************
								Carousel
 *********************************************************************************/

/* Carousel - Fade Slider */
.carousel.carousel-fade .item {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.carousel.carousel-fade .active.left, .carousel.carousel-fade .active.right {
  left: 0;
  top: auto;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .next, .carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}
.carousel.carousel-fade .carousel-control {
  z-index: 1000;
  outline:none;
  /*border: 1px solid cyan;*/
}
.carousel.carousel-fade .item img {
  width: 100%;
}


/* Carousel Control - Background ie */
.carousel-control.left, .carousel-control.right {
    background-image: none !important;
    background: none !important;    /*IE9*/
    filter: progid:none !important; /*IE9*/
}


.carousel-control .icon-prev, .carousel-control .icon-next, 
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    /*left: auto;
    top: auto;
    position: relative;*/
}

.carousel-control span {
    /*top: 50%;*/
    display: block;
    /*border: 1px solid red;*/
}

.carousel-caption {
    top: 38%;
}
.carousel-caption h2 {
    z-index: 10;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-size: 48px;
    color: #fff;
    text-shadow: 1px 2px 3px #333;
    background: none;
}
.carousel-caption h2 span {
    font-size: 20px; 
    color: #fff;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .carousel-caption {
        top: 18%;
    }
    .carousel-caption h2 {
        font-size: 26px;
    }
}
@media (min-width: 768px) { 
    .carousel-caption {
        top: 25%;
    }
    .carousel-caption h2 { 
         font-size: 42px;
     }
}
@media (min-width: 992px) {
    .carousel-caption {
        top: 38%;
    }
    .carousel-caption h2 {
        font-size: 44px;
    }
}










/**********************************************************************************
								Form Main
 *********************************************************************************/
.form-group {
    /*margin-bottom: 12px;*/
}
.form-control {
    font-size: 13px !important;
}
label {
    font-weight: normal;
}
.label {
    font-size: 12px !important;
    padding: 2px 5px !important;
}
.label a {
    color: #fff !important;
}
input, select, textarea {
    max-width: 100% !important;
}
textarea {
    resize: none;
    min-height: 75px;
}
input[type=text], input[type=password], select, textarea {
	border: 1px solid #b7c4cc;
    border-radius: 0 !important;
    background: #fff;
}
input[type=checkbox], input[type=radio] {
	/*width: auto;
    margin-top: 10px;*/
    margin-right: 3px;
}
input[type=text].invalid, input[type=password].invalid, select.invalid {
	border: 1px solid #d90000;
    background: #FFBFBF;
}
.fieldinfo {
    margin-top: 7px;
    font-weight: bold;
}
.fieldinfo:before {
    font-family: FontAwesome;
    content: ":";
}
@media (max-width: 767px) {
    .fieldinfo {
    margin-top: 0;
    font-weight: bold;
    }
}

.form-group.required .control-label:after {
  content:"*";
  color: #ed1c24;
  padding-left: 2px;
}









/* google map */
#map-container{
    /*height: 100%;
    width: 100%;*/
    
}
#map-canvas {
	width:100%;
    height: 300px;
    /*height:calc(100% - 0);*/
    position:relative;
    right:0px;
    top:0px;
    bottom:0;
    margin-bottom: 30px;
}



/* this is in default stylesheet, styles.css: */
a[href^=tel] {
    text-decoration:none;
    color: #444;
    cursor:default;
}
/* it should be re-styled in mobile css: */
@media only screen and (max-width: 767px) {
    a[href^=tel] {
        text-decoration: none;
        color: #366e9f;
        cursor:pointer;
    }
}






/**********************************************************************************
								Go to Top
 *********************************************************************************/
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px; /* height of link element */
    right: 10px; /* padding from the left side of the window */
}
/*#top-link-block i.glyphicon {
    padding: 8px;
    color: #e4e4e4;
    background: rgba(0, 0, 0, 0.6);
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
}*/
#top-link-block i.fa {    
    /*font-family: 'FontAwesome';
    content: '\f13a';*/
    padding: 4px 8px;
    font-size: 22px;
    color: #e4e4e4;
    background: rgba(0, 0, 0, 0.5);
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
}





.btn-link, .btn-link:focus, .btn-link.active, .btn-link:active {
    color: #3c2a94;
}
.btn-link:hover {
    color: #007537;
    text-decoration: none;
}


.btn-primary {
    background: #484071;
    border: none;
    /*border-radius: 0;
    border: none;
    font-size: 16px;
    padding: 5px 20px;
    font-weight: 300;
    border-radius: 2px;*/
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #383060;
}



/*modal*/
.modal-sm {
  max-width: 300px;
}
.modal-lg {
  max-width: 900px;
}
.modal-xl {
  max-width: 1200px;
}
/*.modal-sm {
  max-width: 300px;
}
.modal-lg {
  max-width: 900px;
}
.modal-xl {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
  }
}
@media (min-width: 320px) {
  .modal-sm {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 620px) {
  .modal-dialog {
    margin-right: auto;
    margin-left: auto;
  }
  .modal-lg {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 920px) {
  .modal-lg {
    margin-right: auto;
    margin-left: auto;
  }
}*/


/*#about {
    background: url('../images/about.jpg');
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}*/




#donate {
    background: url('../images/img1.jpg');
    /*background-size: contain;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;*/
    background-size: cover;
    background-position: center;
    margin-top: 45px;
}
#donate h1, #donate h3 {
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.about {
    margin-top: 45px;
}
.vision {
    margin-top: 45px;
    margin-bottom: 45px;
}

.bankDetail {
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
    margin-top: 15px;
}
.bankDetail {
    background: url('../images/bank.jpg');
    /*background-size: contain;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;*/
    background-size: cover;
    background-position: center;
}
.bankDetail h5 {
    line-height: 24px; 
    color: #000; 
    margin-bottom: 0;
}

@media (min-width: 768px) {
  .row.eqHeight {
    display: flex;
    flex-wrap: wrap;
  }
}


.donate {
    background: url('../images/donate.jpg');
    /*background-size: contain;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;*/
    background-size: cover;
    background-position: center;
}


.service {
    border: 1px solid #dbdbdb;
    margin-bottom: 8px;
    padding: 3px 7px;
}
.service h4 {
    color: #333;
    display: inline-block;
    margin-left: 15px;
    font-size: 18px;
}
.service img {
    width: 50px;
    vertical-align: top;
}



.thumb a.thumbnail {
    margin-bottom: 10px;
}

.counter {
    text-align: center;    
    margin-top: 15px;
}
.counter .counterContent {
    text-align: center;    
    border: 2px solid #d0caee;
    padding: 10px 15px;
    background-image: linear-gradient(#e7e3fa, #fff);
}
.counter ul {
    list-style: none;
    padding-left: 0;
}
.counter li {
    margin-bottom: 25px;
}
.counter h1 {
    font-size: 32px;
    color: #60a549;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 500;
}
.counter h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.counter p {
    color: #555;
    border-top: 1px solid #d0caee;
    padding-top: 15px;
}